﻿/* 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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-image: url('/images/WWStepandRepeat_coolgray2.png');
    /*background-repeat: no-repeat;*/
    /*background-attachment:fixed;
    background-size:cover;*/
}

.footer {
    /* position: absolute;*/
    /*bottom: 0;*/
    width: 100%;
    /* Set the fixed height of the footer here */
    /*height: 60px;*/
    line-height: 60px; /* Vertically center the text there */
}

.char-count-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 24px;
}





.accordion-body {
    background-color: aliceblue;
}



.char-counter-label {
    /*text-align: right;
            width: 500px;*/
    font-size: 11px;
    color: red;
    font-weight: bold;
    margin-bottom: 6px;
}

#Disclaimer {
    line-height: 1.5em;
    font-size: 0.7rem;
    text-align: justify;
}


#SiteTitle {
    margin-left: 1em;
}

.detail-page-form-section {
    background-color: #2c2a73;
    color: #FFFFFF;
    border-bottom: 1px solid #000000;
    margin: 1em 0 1em 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    border: 0;
    padding: 5px 10px;
    line-height: 40px;
}



.card-header {
    border-top: 10px solid #cb9731;
    background-color: #343333;
    color: #FFFFFF;
}

.card-body {
    /*background-color: #f7f7f7;*/
    border: 0;
}

    .card-body input {
        /*text-transform: capitalize;*/
    }

.card-title {
    text-transform: uppercase;
    margin-bottom: 0.20rem;
    padding: 0.375rem 0;
}

.form label {
    font-weight: bold;
}

.btn-link {
    color: #FFFFFF;
}



.dataTables_processing {
    display: block;
    padding: 5rem 0rem;
    background: #f7f7f7;
    height: auto;
    font-weight: bold;
    /* width: 50%; */
    /* margin-left: -19em; */
    border: 1px solid #C6C6C6;
}



#profileContainer {
    border-top: 4px solid #000000;
    padding: 1em 1.5em;
    border-bottom: 4px solid #000000;
    /*width: 797px;  */
    font-family: 'ITCCheltenhamProBook';
    margin-top: 2em;
}

.profile-title {
    font-size: 2em;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    text-align: left;
    font-family: 'ITCCheltenhamProCondensedBook'
}

.profile-body {
    border-bottom: 1px solid #000000;
    padding-bottom: 1em;
    padding-top: 1em;
    text-align: justify
}

    .profile-body img {
        margin-right: 1em;
    }

.profile-content-label {
    font-family: 'ITCCheltenhamProBold';
    font-weight: bold;
}

.welcome-text {
    font-family: Helvetica;
}

.hide {
    display: none;
}

.text-blue {
    color: #1967D2;
}

.faq-header {
    color: #1967D2;
    font-size: 24px;
    font-weight: bold
}

.question {
    color: #1967D2;
    font-weight: bold;
    font-size: 18px;
}

.answer {
    font-size: 16px;
    padding-left: 10px;
}


.validation-summary-errors {
    padding: 4px;
    background-color: #f8d7da;
    border: 1px solid #f1aeb5;
    padding: 1rem 0;
    margin-top: 20px;
    border-radius: 2px 2px 2px 2px;
}


    .validation-summary-errors ul {
        margin: 0;
    }

#frmEdit label {
    color: #444444;
    font-weight: bold;
}

.bg-yellow {
    background-color: #f7f0e0;
}

.text-gold {
    color: #cb9731;
}

.bg-gray {
    background-color: #343333;
}

.border-gold {
    border: 1px solid #cb9731 !important;
}

.border-top-gold {
    border-top: 10px solid #cb9731 !important;
}

.border-bottom-gold {
    border-bottom: 1px solid #cb9731 !important;
}

.nav-link {
    color: #FFFFFF !important;
}

    .nav-link.active {
        color: #FFFFFF !important;
        background-color: #cb9731 !important;
    }

    .nav-link:hover {
        color: #000080 !important;
        background-color: #cb9731 !important;
    }

.nav-link.active {
    background-color: #cb9731 !important;
}

.btn-gold {
    background-color: #cb9731;
}

    .btn-gold:hover {
        background-color: #cb9731;
    }

.form-control, .form-select {
    background-color: #f5ead6;
}

.bg-light-gold {
    background-color: #faf4ea;
}

.btn-square {
    border-radius: 0;
}

.btn-yellow {
    background-color: #ffc90d;
    font-weight: bold;
    color: #000000;
}

    .btn-yellow:hover {
        background-color: #cb9731;
  
    }

