﻿/* 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. */

[role=main] {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px !important;
}

.h3css {
    font-size: 1.25rem !important;
}

.h1css {
    font-size: 1.75rem !important;
    letter-spacing: 1px;
}

.h2css {
    font-size: 1.50rem !important;
    letter-spacing: 1px;
}

.publich2css {
    font-size: 0.95rem !important;
    letter-spacing: 1px;
}

.form-control {
    height: 32px !important;
    font-size: 14px !important;
}
/* .mt-2 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }*/


.dropdown-menu {
    font-size: 15px !important;
}

.nav-tabs {
    border-bottom: none;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.control-label {
    font-weight: bold !important;
}
/* Provide sufficient contrast against white background */
a {
    color: #4A6EB0;
}

.panel {
    border: 1px solid lightgray;
    padding: 2%;
    background-color: white !important;
}

.btnSubmit {
    background-color: #455560 !important;
    color: white !important;
}

.btnWhite {
    background-color: white !important;
    color: #455560 !important;
    border-color: #455560 !important;
}

.btnCancel {
    background-color: #dcdcdc !important;
    color: #455560 !important;
}

.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;
    }
}

.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-color: #F0F3F7;
    margin: 0px;
}

.footer {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}

.form-control {
    border: 1px solid #808495;
}

.footerbrandlogo {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    font-size: 1rem;
    line-height: 1.2;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

header {
    width: 100%;
    position: fixed;
    top: 0px;
    margin: 0px;
    padding: 0px;
}

.navbar {
    background-color: #09253a !important;
    font-family: 'Noto Sans', sans-serif;
}

    .navbar a {
        color: #fff;
    }

.popover {
    max-width: 600px;
    background: #F0F3F7;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 50px 1px #000;
}

form label.required:after {
    color: red;
    content: " *";
}

.table thead {
    background-color: #09253a !important;
    color: white !important;
}

.table th {
    vertical-align: top !important;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 700px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
}

.dataTable #hdnDateSeq {
    display: none;
}

.navbar-light .navbar-toggler {
    background-color: white !important;
}

.navbar-light .navbar-toggler-icon {
    background-color: white !important;
}

input[type='radio']:disabled {
    border: 1px solid #808495;
    background-color: #e9ecef;
}

input[type='radio'] {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #0366d6;
}

    input[type='radio']:before {
        content: '';
        display: block;
        width: 60%;
        height: 60%;
        margin: 20% auto;
        border-radius: 50%;
    }

    input[type="radio"]:checked:before {
        background: #0366d6;
    }

    input[type="radio"]:disabled:checked:before {
        border: 1px solid #808495;
        background-color: #808495;
    }

.fa-calendar-alt {
    position: relative;
    left: 90%;
    bottom: 30px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #cecfd0;
    opacity: 1;
    margin-top: 35px;
}

.form-control::-moz-placeholder {
    color: #cecfd0;
    opacity: 1;
    margin-top: 35px;
}

.form-control:-ms-input-placeholder {
    color: #cecfd0;
    opacity: 1;
    margin-top: 35px;
}

.form-control::-ms-input-placeholder {
    color: #cecfd0;
    opacity: 1;
    margin-top: 35px;
}

.form-control::placeholder {
    color: #cecfd0;
    opacity: 1;
    margin-top: 35px;
}

.card.shadow {
    margin-bottom: 10px;
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
    color: #0070D2;
}

a:hover {
    text-decoration: none !important;
}

.ma__button--secondary:hover:not(:disabled) {
    color: #fff;
    background-color: #09253a;
}

.ma__button:hover:not(:disabled) {
    text-decoration: none !important;
}

.ma__button--secondary {
    font-weight: 500 !important;
    border-color: rgba(82,102,117,1) !important;
    color: #09253a;
    background-color: #FFFFFF;
    font-family: 'Noto Sans', sans-serif;
}


.ma__button1 {
    border: 1px solid;
    box-shadow: 0 0.25rem 0.5rem rgb(1 1 1 / 25%);
    display: inline-block;
    padding: .4em 1em;
    text-transform: uppercase;
    transition: all .4s ease;
    font-size: 14px;
    line-height: 1.4;
    width: 155px;
    height: 35px;
}

/*primary*/

.ma__button:hover:not(:disabled) {
    background-color: rgba(82,102,117,1);
}

.ma__button--small:hover:not(:disabled) {
    text-decoration: none;
}

.ma__button:hover:not(:disabled) {
    text-decoration: none;
}

a.ma__button:hover {
    text-decoration: none;
}

a.ma__button ma__button--small {
    color: #fff;
}

.ma__button {
    font-weight: 500;
    background-color: #09253a;
    border-color: transparent !important;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    border-radius: 4px;
    opacity: 1;
    width: 155px;
    height: 35px;
}

a.ma__button {
    font-weight: 500;
    background-color: #09253a;
    border-color: transparent !important;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    border-radius: 4px;
    opacity: 1;
    width: 155px;
    height: 35px;
}

a.ma__button {
    text-align: center;
}

a.ma__button--secondary {
    text-align: center;
}

.ma__button--small, .ma__button1 {
    border: 3px solid;
    -webkit-box-shadow: 0 0.25rem 0.5rem rgb(1 1 1 / 25%);
    box-shadow: 0 0.25rem 0.5rem rgb(1 1 1 / 25%);
    display: inline-block;
    padding: .4em 1em;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 4px;
    opacity: 1;
}

a.ma__button--small, a.ma__button1 {
    border: 3px solid;
    -webkit-box-shadow: 0 0.25rem 0.5rem rgb(1 1 1 / 25%);
    box-shadow: 0 0.25rem 0.5rem rgb(1 1 1 / 25%);
    display: inline-block;
    padding: .4em 1em;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 4px;
    opacity: 1;
}

.ma__button--tertiary {
    font-weight: 500;
    background-color: #DCDCDC;
    border-color: transparent;
    color: white;
    color: #141414;
}

a.ma__button--tertiary {
    font-weight: 500;
    border-color: transparent !important;
    font-family: 'Noto Sans', sans-serif;
    border-radius: 4px;
    opacity: 1;
    width: 155px;
    height: 35px;
    background-color: #DCDCDC;
    color: #141414;
    padding: 7px 42px 7px 42px;
}

a.ma__link--tertiary:hover {
    color: #141414;
}

.ma__button--tertiary:hover:not(:disabled) {
    background-color: rgba(220, 220, 220, 0.75);
}

.ma__button a:hover {
    color: none !important;
}


.panel {
    border: 1px solid lightgray;
    background-color: white !important;
}

.btnSubmit {
    background-color: #455560 !important;
    color: white !important;
}

.Eval {
    background-color: #EDEFF0 !important;
}

.card-body {
    padding: 0.25rem 1rem;
}

.card {
    padding: 0.7rem 1.7rem;
}

.score-text {
    border: 1px solid #808495;
    display: block;
    width: 55px;
    height: calc(1.3em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border-radius: .25rem;
}

.score-text-total {
    border: 1px solid #808495;
    display: block;
    width: 45px;
    height: calc(1.2em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border-radius: .25rem;
}

.link-color > a {
    color: #4A6EB0 !important;
}

.question #tableRow thead th, #tableRow td, #tableRow th {
    border: none !important;
}

.question {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

    .question #tableRow thead {
        background-color: #ffffff !important;
        color: black !important;
    }

@media (max-width:500px) {
    .question thead {
        display: none;
    }

    .question, .question tbody, .question tr, .question td {
        display: block;
        width: 100%;
        border: none !important;
    }


        .question td {
            text-align: right;
            padding-right: 50px;
            position: relative;
        }

            .question td label {
                padding-left: 60px
            }

            .question td::before {
                content: attr(data-label);
                position: absolute;
                left: 0;
                width: 40%;
                font-size: 14px;
                font-weight: 400;
                text-align: center;
            }
}

a.text-light:hover, .text-light-Menu:hover, .text-light-Menu:visited, .text-light-Menu:focus-visible {
    color: black !important;
}

.text-light-Menu {
    color: white;
    box-shadow: none;
}

.ma__main-nav__link:visited, .ma__main-nav__link:hover {
    color: black !important;
}

/*#button2:hover {
    color: black !important;
}*/

#button2[aria-expanded="true"], #button1[aria-expanded="true"] {
    color: black !important;
}

    #button1[aria-expanded="true"]:hover {
        color: black !important;
    }

.has-subnav .ma__main-nav__top-link:hover {
    color: black !important;
}
/*#btnMobileMenu[aria-expanded="true"] {
    
        margin-left: 46%;
    
}*/


/* Scroll to top CSS */
.scrollToTop {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    color: #fff;
    font-size: 2em;
    text-decoration: none;
    background-color: #f8a51b;
    position: fixed;
    z-index: 25;
    bottom: 135px;
    right: 25px;
    display: none;
}

    .scrollToTop span {
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .scrollToTop span:before {
            /* Make a CSS Chevron */
            border-style: solid;
            border-width: 0.18em 0.18em 0 0;
            content: '';
            height: 0.45em;
            position: relative;
            transform: rotate(-45deg);
            width: 0.45em;
            color: white;
            top: 0.09em;
            /* If you have Font Awesome */
            /*font-family: "Font Awesome 5 Free";
font-weight: 600;
content: "\f062";*/
            color: white;
        }

    .scrollToTop:hover {
        background: #4d6af9;
    }

    .scrollToTop span:hover:before {
        color: white;
    }
/* Responsive Adjustments */
@media screen and (max-width: 767px) {
    .scrollToTop {
        bottom: 85px;
    }
}

@media screen and (max-width: 479px) {
    .scrollToTop {
        bottom: 100px;
    }
    .ma__button--small {
        display: block !important;
        margin: 0.4em auto !important;
    }
    .files input {
        padding: 104px 0px 87px 12% !important;
    }

    .jconfirm-box {
        width: 90% !important;
    }
}


.text-danger {
    color: #CF3241 !important;
}


.btn-success {
    color: #fff;
    background-color: #208738 !important;
    border-color: #208738 !important;
}


.auto-resize {
    overflow: hidden;
    resize: none;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 1px solid #808495;
}

    .auto-resize:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }
