﻿body {
    background-color: #f2f4f5;
    margin: 0 auto;
    position: relative;
    min-width: 1300px;
}

th, td {
    font-family: Roboto, Arial;
}

.breadcrumb-item {
    font-size: 20px;
    font-weight: 600;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown {
    width: 170px;
}

.UlDropDownMenu {
    background-color: #05314d;
}

#menu a:hover {
    text-decoration: underline;
}

.btnSubmit {
    background-color: #118844;
    border: 2px solid #118844;
    color: #FFFFFF;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 999em;
    font-size: 18px;
}

.subHeader {
    background-color: #bee5f6;
    /*height: 40px;
    Color: #000000;
    font-family: Arial;
    text-align: right;
    vertical-align: middle;
    font-weight: 500;*/
    text-align: right;
    font-family: Roboto, Arial;
    font-size: 16px;
    font-weight: 500;
    color: #161616;
    padding: 12px 50px 6px;
}

.logo {
    height: 26px;
    vertical-align: middle;
    padding-left: 20px;
}

.text-logout {
    color: #acd2e5;
}

ol.breadcrumb {
    margin-bottom: 0;
}

.verosBreadcrumb {
    margin-top: 15px;
    margin-left: 50px;
}

.title-ead {
    margin-left: 50px;
}

.title-ead {
    color: #1b3157;
    padding-top: .5em;
    margin-bottom: 1em;
}

.verosBreadcrumb > ol > li a {
    text-decoration: none;
    color: #1366d3;
}

.verosBreadcrumb .active-current {
    font-family: Roboto, Arial;
    font-size: 14px;
    font-weight: 400;
    color: #595959;
}

.verosBreadcrumb > ol > li {
    font-family: Roboto, Arial;
    font-size: 14px;
    font-weight: 400;
    color: #1366d3;
}

.title-text-ead {
    font-family: Roboto, Arial;
    font-size: 32px;
    font-weight: 500 !important;
    font-weight: bold;
}

span.username {
    margin-right: 1em;
    color: #acd2e5;
}

.txtLogout:hover, span.username:hover {
    color: white;
}

.nav-item.active .nav-link {
    font-family: Roboto, Arial;
    font-size: 14px;
    font-weight: 500;
    color: #bee5f6;
    background-color: #0f61a3;
    border-top: 1.6px solid #bee5f6;
    border-top-width: 2px;
    border-bottom: 1.6px solid #bee5f6;
    border-bottom-width: 2px;
    color: #bee5f6 !important;
}

a.nav-link:hover {
    text-decoration: none !important;
    font-family: Roboto, Arial;
    font-size: 14px;
    font-weight: 500;
    color: #bee5f6;
    background-color: #0f61a3;
    border-bottom: 1.6px solid #bee5f6;
    border-bottom-width: 2px;
    padding: 2px 0px 3px;
    color: #bee5f6 !important;
}

.navbar {
    padding: 0px;
}

.disabled {
    cursor: not-allowed;
}

.btn-submit {
    color: #acd2e5;
    background-color: #082441;
    border: none;
}

.btn-submit:hover {
   color: white;
}

.fr {
    float: right;
}

body > header > div.container-fluid.header > a {
    border: none;
}

.dropdown-menu {
    padding: 0px;
}

.btnClear {
    color: #118844;
    background-color: #ffffff;
    border: 2px solid #118844;
    padding-top: 12px;
}

.btnClear:hover, .btnSubmit:hover {
    background-color: #0B440B;
    border-color: #0B440B;
    color: white;
}

.ead-button {
    width: 133px;
    height: 49px;
    border-radius: 999em;
    font-family: Roboto, Arial;
    font-size: 16px;
    font-weight: 700;
}

.show {
    display: block;
}

.hide {
    display: none;
}

button:focus {
    box-shadow: none !important;
}

.btn, .btn:focus {
    box-shadow: none !important;
}

.pad-bottom{
    padding-bottom:3px !important;
}

.alert-submit, .alert-error-submit {
    border-radius: 0;
    font-family: Roboto, Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #161616;
    background-color: #f2f4f5;
    border-right: 4px solid #757575;
    border-left: 4px solid #757575;
    padding: 10px 10px 5px 20px;
    margin: 2em 2em 1em 2em;
}

.alert-submit {
    color: #161616;
    background-color: #f2f4f5;
}

.alert-error-submit {
    color: #cc0000;
    font-weight: 700 !important;
    background-color: #fbeaea;
    border-right: 4.8px solid #cc0000;
    border-left: 4.8px solid #cc0000;
    margin: 1rem 2rem 1rem 2rem;
}

.alert-success-submit {
    color: #009900;
    font-weight: 500 !important;
    background-color: #ebf9ee;
    border-right: 4.8px solid #009900;
    border-left: 4.8px solid #009900;
    margin: 1rem 2rem 1rem 2rem;
}

.alert-appraisal-view-edit-parent {
    margin: 0 50px 20px;
    border: 0.1px solid white;
    width: auto;
    background-color: white;
}

.alert-error-submit-parent {    
    margin-right: 50px !important;
    margin-left: 50px !important;
    border: 0.1px solid white;
    width: auto;
    background-color: white;
}

/*
    Modal
*/
    .modal-content-submit, .modal-footer-submit {
    border-radius: 15px;
}

.modal-title-submit {
    font-family: Roboto, Arial;
    font-size: 28px;
    font-weight: 500;
    color: #ff7700;
}

.modal-header-submit {
    /*
        https://www.htmlcsscolor.com/hex/FF7700
        background-color: #fff4e4;
        background-color: #FFE2CA;
    */
    background-color: rgba(255, 119, 0,10%);
}

.modal-footer-submit {
    background-color: #f7f7f7;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.modal-body-submit {
    font-family: Roboto, Arial;
    font-size: 18px;
    font-weight: 400;
    color: #161616;
    margin: 10px 10px 15px 10px;
}

.btn-success-submit {
    font-family: Roboto, Arial;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 15px;
}

.svgError {
    margin-right: 10px;
}

/*modal please wait*/
.bd-example-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

.bd-example-modal-lg .modal-dialog .modal-content {
        background-color: transparent;
        border: none;
}

.text-input-error {
    background-color: rgb(251, 234, 234);
}

#error-div {
    border: 1px solid;
    border-radius: 5px 5px 5px 5px !important;
    margin: 3% 3% 10% 3%;
    padding: 21px;
}

.text-color {
    color: #CC0000;
    text-decoration: none;
    font-family: Roboto, Arial;
    font-size: 12.0pt;
    font-weight: 700;
    text-transform: none;
    line-height: 20px;
}

.info-padding {
    padding: 2% 2% 2% 2%;
}

.info-color {
    font-weight: 500;
    color: black;
}
#termsofUse-info {
    border: 1px solid #ffffff; /* Set your border color */
    border-top: none !important;
    background-color: white;
    margin-top: 1%;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 15px; /* Adjust the border-radius value for curved edges */
    overflow: hidden; /* Ensure content doesn't overflow rounded corners*/
    margin-bottom: 3%;
}

.termsofUse-div {
    width: 100%;
    overflow: auto;
}
#privacy-info {
    border: 1px solid #ffffff; /* Set your border color */
    border-top: none !important;
    background-color: white;
    margin-top: 1%;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 15px; /* Adjust the border-radius value for curved edges */
    overflow: hidden; /* Ensure content doesn't overflow rounded corners*/
    margin-bottom: 3%;
}

.privacy-div {
    width: 100%;
    overflow: auto;
}
#privacyContent li{
    margin-bottom:1%;
}

.breadcrumb-heading {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
}