﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.deleteButton {
    background-color: #da1a31;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

    .border-bottom {
        border-bottom: 1px solid #e5e5e5;
    }

    .box-shadow {
        box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    }

    .formButtonLogout.formButton {
        width: 120px;
    }

    button.accept-policy {
        font-size: 1rem;
        line-height: inherit;
    }

    /* Sticky footer styles
-------------------------------------------------- */
    html {
        position: relative;
        min-height: 100%;
    }

body {
    /* Margin bottom by footer height */

    line-height: 1.5;
    font-feature-settings: "lnum";
}
    /*.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;*/ /* Vertically center the text there */
    /*}*/

    .card-header {
        background-color: #00365F;
        color: #ffffff;
    }

        .card-header h2 {
            margin-top: 0;
            margin-bottom: 0;
            text-transform: uppercase;
        }

    input {
        width: 96%;
        height: inherit;
        font-size: inherit;
        padding-left: 4px;
        border: 1px solid #d4d4d4;
        font-family: inherit;
        font-size: inherit;
        color: #474C56;
    }


    #reviewCards .form-check-input:disabled ~ .form-check-label, #reviewCards .form-check-input[disabled] ~ .form-check-label {
        opacity: 1;
    }

    /* Fixed: Override CSS reset and allow list markers to show properly */
    .card-body ol,
    .card-body ul,
    div ol,
    div ul {
        padding-left: 2rem !important;
        margin-bottom: 1rem !important;
        list-style-position: outside !important;
    }

    .card-body ol,
    div ol {
        list-style-type: decimal !important;
    }

    .card-body ul,
    div ul {
        list-style-type: disc !important;
    }

    .card-body ol[type="a"],
    div ol[type="a"] {
        list-style-type: lower-alpha !important;
    }

    .card-body ol[type="A"],
    div ol[type="A"] {
        list-style-type: upper-alpha !important;
    }

    .card-body ol[type="i"],
    div ol[type="i"] {
        list-style-type: lower-roman !important;
    }

    .card-body ol[type="I"],
    div ol[type="I"] {
        list-style-type: upper-roman !important;
    }

    .card-body ol ol,
    .card-body ul ul,
    .card-body ol ul,
    .card-body ul ol,
    div ol ol,
    div ul ul,
    div ol ul,
    div ul ol {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }

    .card-body li,
    div li {
        margin-bottom: 0.5rem !important;
        margin-left: 0 !important;
        display: list-item !important;
        list-style-position: outside !important;
    }

    .top-bar {
        background-color: #efefef;
        border-bottom: 1px solid rgba(0,0,0,.125);
    }

    .m-navigation {
        z-index: 90000;
    }

    .banner {
        top: 73px !important;
        transition: top ease-in-out 675ms;
    }

    .no-banner {
        top: 0;
        transition: top ease-in-out 155ms;
    }

    .usga-toast {
        /*position: fixed;
    top: 160px;
    left: 100px;*/
        border-radius: 22.5px;
        height: 47px;
        font-family: "National-Medium";
        font-size: 16px;
    }

    .modal-header {
        background-color: #00365f;
        color: #ffffff;
    }


    .table thead {
        background-color: #00365f
    }

    .loading {
        z-index: 10000;
        cursor: wait;
    }

.validation-message {
    padding-top: 0px;
    padding-bottom: 0px;
}
.alert-heading h5{
    margin:0px;
}
/* handle the mobile screen top screen buttons */
@media (max-width : 414px) {
    .banner {
        top: 0px !important;
        transition: top ease-in-out 675ms;
    }

    .no-banner {
        top: 0;
        transition: top ease-in-out 155ms;
    }

    .formButtonLogout.formButton, #btnSaveForLater {
        width: 100%;
        margin-bottom: 2px;
    }
}
