
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css");
/* @import "~@angular/material/prebuilt-themes/indigo-pink.css"; */

/* page-wide styles */
@media screen and (min-width: 1084px) { 
    .main-bg-section {
        background-color: #F6F6F6;
        position: absolute;
        top: 0px;
        left: 50%;
        width: 1084px;
        margin-top: 0px;
        margin-left: -542px;
        z-index: -1000;
    }
    .top-bg-section {
        background-color: white;
        position: absolute;
        top: 0px;
        left: 50%;
        height: 140px;
        width: 1084px;
        margin-top: 0px;
        margin-left: -542px;
        z-index: -666;
    }
    .middle-bg-section {
        background-color: #E1E1E1;
        position: absolute;
        top: 140px;
        left: 50%;
        height: 245px;
        width: 1084px;
        margin-top: 0px;
        margin-left: -542px;
        z-index: -666;
    }
}
@media screen and (min-width: 990px) and (max-width: 1083px) { 
    .main-bg-section {
        background-color: #F6F6F6;
        position: absolute;
        top: 0px;
        left: 50%;
        width: 990px;
        margin-top: 0px;
        margin-left: -495px;
        z-index: -1000;
    }
    .top-bg-section {
        background-color: white;
        position: absolute;
        top: 0px;
        left: 50%;
        height: 140px !important;
        width: 990px;
        margin-top: 0px;
        margin-left: -495px;
        z-index: -666;
    }
    .middle-bg-section {
        background-color: #E1E1E1;
        position: absolute;
        top: 140px;
        left: 50%;
        height: 245px;
        width: 990px;
        margin-top: 0px;
        margin-left: -495px;
        z-index: -666;
    }
}
@media screen and (max-width: 989px) { 
    .main-bg-section {
        z-index: -1000;
    }
    .top-bg-section {
        z-index: -666;
    }
    .middle-bg-section {
        z-index: -666;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 85% !important;
    }
}

.page-container {
    width: 100%;
    align-content: center;
    z-index: 100;
}
.main-container {
    width: 100%; /* changed for mobile */
    text-align: center;
}

/* header */
.header-container {
    width: 100%;
    display: flex;
    margin-top: 15px;
    margin-bottom: 10px;
    z-index: 1001;
}
.nav-separator {
    height: 100%;
    color: white;
    font-size: 18pt;
    margin: 0;
    padding: 0;
}
a.nav-text:link, a.nav-text:visited {
    color: white !important;
}
a.nav-text:hover, a.nav-text:active {
    color: white !important;
    text-decoration: underline !important;
}
.menu-item-current {
    color:white !important;
    text-decoration: underline !important;
}
.langLink {
    color: #8F8F8F;
    font-family: Ingra, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

@media screen and (min-width: 990px) { 
    .embark-menu {
        height: 40px;
    }
}

.navbar-default {
    background-color: #0f006f;
    border-color: #030033;
}
.bg-dark {
    background-color: #000C3C !important;
}

/* External My Policy Content only available in test environments */
/*
@media (min-width: 1200px) {
    app-my-policy>div.container {
        width: 992px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    app-my-policy>div.container {
        width: 930px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    app-my-policy>div.container {
        width: 720px !important;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    app-my-policy>div.container {
        width: 540px !important;
    }
}
*/

/* footer */
@media screen and (min-width: 1201px) { 
    .footer-container {
        height: 100px;
        align-content: center;
        background-color: #8F8F8F;
        color: white;
        font-family: Ingra, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        display: flex;
        /*
        width: 1084px;
        margin-left: -45px;
        */
    }
    .footer-copyright {
        color: #000C3C;
        font-family: Ingra, Arial, Helvetica, sans-serif;
        font-size: 8pt;  
        padding-top: 0px;
        margin-top: 0px;  
    }
    .footer-menu {
        float: left;
        text-align: center;
        vertical-align: middle;
        font-family: Ingra, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        border-left-color: white;
        border-left-style: solid;
        border-left-width: 1px;
        padding-bottom: 0px;
        margin-bottom: 5px;  
        padding-left: 30px;
        margin-left: 0px;  
    }
    #divFooterRow {
        margin-right: -40px;
    }
    #divSocialMediaIcons {
        padding-bottom: 5px;
    }
}
        /*
@media screen and (min-width: 1085px) and (max-width: 1200px) { 
    .footer-container {
        width: 930px; 
        margin-left: 0px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1084px) { 
    .footer-container {
        width: 900px; 
        margin-left: 0px;
    }
}
        */
@media screen and (min-width: 992px) and (max-width: 1200px) { 
    .footer-container {
        height: 100px;
        align-content: center;
        background-color: #8F8F8F;
        color: white;
        font-family: Ingra, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        display: flex;
    }
    .footer-copyright {
        color: #000C3C;
        font-family: Ingra, Arial, Helvetica, sans-serif;
        font-size: 8pt;  
        padding-top: 0px;
        margin-top: 0px;  
    }
    .footer-menu {
        float: left;
        text-align: center;
        vertical-align: middle;
        font-family: Ingra, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        border-left-color: white;
        border-left-style: solid;
        border-left-width: 1px;
        padding-bottom: 0px;
        margin-bottom: 5px;  
        padding-left: 30px;
        margin-left: 0px;  
    }
    #divFooterRow {
        margin-right: -40px;
    }
    #divSocialMediaIcons {
        padding-bottom: 5px;
        max-width: 25%;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) { 
    .footer-container {
        width: 100%;
        align-content: center;
        background-color: #8F8F8F;
        color: white;
        font-family: Ingra, Arial, Helvetica, sans-serif;
        font-size: 6pt;
        display: flex;
    }
    .footer-copyright {
        color: #000C3C;
        font-family: Ingra, Arial, Helvetica, sans-serif;
        font-size: 6pt;  
        padding-top: 0px;
        margin-top: 0px;  
    }
    .footer-menu {
        float: left;
        text-align: center;
        vertical-align: middle;
        font-family: Ingra, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        border-left-color: white;
        border-left-style: solid;
        border-left-width: 1px;
        padding-bottom: 0px;
        margin-bottom: 5px;  
        padding-left: 30px;
        margin-left: 0px;  
    }    
    #PageFooter {
        max-width: 920px;
    }
    #divFooterRow {
        margin-right: -40px;
    }
    #divSocialMediaIcons {
        min-width: 150px;
        margin-left: 30px;
        margin-top: -30px;
        padding-bottom: 5px;
    }
} 
@media screen and (max-width: 767px) { 
    .footer-container {
        width: 100%;
        align-content: center;
        background-color: #8F8F8F;
        color: white;
        font-family: Ingra, Arial, Helvetica, sans-serif;
        font-size: 6pt;
        display: flex;
    }
    .footer-copyright {
        color: #000C3C;
        font-family: Ingra, Arial, Helvetica, sans-serif;
        font-size: 6pt;  
        padding-top: 0px;
        margin-top: 0px;  
    }
    .footer-menu {
        float: left;
        text-align: center;
        vertical-align: middle;
        font-family: Ingra, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        padding-bottom: 5px;
        margin-bottom: 0px;  
        margin-left: 0px;  
    }
    #divSocialMediaIcons {
        min-width: 150px;
        margin-left: 30px;
        padding-bottom: 5px;
    }
} 
@media screen and (min-width: 577px) and (max-width: 767px) { 
    #divFooterRow {
        margin-right: -60px;
    }
}
@media screen and (max-width: 576px) { 
    #divFooterRow {
        margin-right: -40px;
        margin-left: 5px;
    }
}
@media screen and (max-width: 504px) { 
    #divSocialMediaIcons {
        margin-top: -30px;
    }
}
.footer-logo {
    text-align: right;
    margin-top: 25px;
}
.nav-embark {
    margin-left: -40px;
    margin-bottom: -11px;
}
.nav-embark > div > ul > li > a:link, a:visited, a:active {
    color: white;
}
.nav-embark  > div > ul > li > a:hover {
    color: #E1E1E1;
}
.footer-divider {
    border-top: 1px solid white;
}


/*** bootstrap 3.0 *****/

.input-group-addon:first-child {
    border-right: 0;
}

.input-group-addon:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.input-group-addon {
    padding-right: 12px;
    padding-left: 12px;
    padding-top:10px;
    padding-bottom:6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* .input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
} */

/* View Policy */
@media (min-width: 992px) {
    #divFileUploadContainer {
        min-width: 900px;
        width: 900px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #divFileUploadContainer {
        min-width: 740px;
        width: 740px;
    }
}

@media (max-width: 767px) and (min-width: 600px) {
    #divFileUploadContainer {
        min-width: 550px;
        width: 550px;
    }
}

@media (max-width: 599px) {
    #divFileUploadContainer {
        min-width: 380px;
        width: 380px;
    }
}



/* Underwriter Review */
@media (min-width: 992px) {
    #uwReviewTabPane {
        margin-left: 30px;
        margin-right: 30px;
    }
}
@media (max-width: 991px) {
    #uwReviewTabPane {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (min-width: 992px) {
    #uwReviewRecordsLargeDevice {
        display: block;
        border-width: 1px;
        border-style: solid;
        border-color: #dee2e6;
        border-radius: 5px;
    }
}
@media (max-width: 991px) {
    #uwReviewRecordsLargeDevice {
        display: none;
    }
}

@media (max-width: 991px) {
    #uwReviewRecordsSmallDevice {
        display: block;
    }
}
@media (min-width: 992px) {
    #uwReviewRecordsSmallDevice {
        display: none;
    }
}
@media (min-width: 575px) {
    #uwReviewViewDetailSmall {
        display: block;
    }
}
@media (max-width: 576px) {
    #uwReviewViewDetailSmall {
        display: none;
    }
}
@media (min-width: 575px) {
    #uwReviewViewDetailXSmall {
        display: none;
    }
}
@media (max-width: 576px) {
    #uwReviewViewDetailXSmall {
        display: block;
    }
}

.uwReviewRecord {
    background-color:#d4cec157; 
    border-style: solid; 
    border-width: 1px; 
    border-color:#ddd; 
    border-radius:10px; 
    margin-bottom:15px; 
    line-height: 1.2 !important;
}
.uwReviewRecord:hover {
    background-color:#dee2e6;
    border-style: solid; 
    border-width: 1px; 
    border-color:#ddd; 
    border-radius:10px; 
    margin-bottom:15px; 
    line-height: 1.2 !important;
}



.panel-primary {
    border-color: #337ab7;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}



.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


.panel-body {
    padding: 15px;
}

.fa-facebook:hover {
    background: #3B5998;
    color: white;
}

.fa-linkedin:hover {
    background: #007bb5;
    color: white;
}

.fa-youtube:hover {
    background: #bb0000;
    color: white;
}

.fa-facebook {
    background: #383838;
    color: white;
}
  
.fa-linkedin {
    background: #383838;
    color: white;
}
  
.fa-youtube {
    background: #383838;
    color: white;
}

.fa.embark-social-icon {
    font-size: 20px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 4px;
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
}

.modal-backdrop.show {
    background-color: rgba(0,0,0,0.5);
}
.modal-backdrop.fade.show {
    background-color: rgba(0,0,0,0.5);
}


/* Quick Service  */
/* Make Payment */
@media (min-width: 568px) {
    #convenience-fee {
        padding-top: 8px;
        max-width: 135px;
    }
}
@media (max-width: 567px) {
    #editpayment {
        margin-top: 10px;
    }
    #convenience-fee {
        padding-top: 18px;
        max-width: 200;
    }
}
#editpayment:hover {
    background-color: #ddd;
}

/* Quick Service  */
/* ID Card */
.docDownLoadLink {
    color: #1c83df;
    text-decoration: underline;
    cursor: pointer;
}
.docDownLoadLink:hover {
    color: rgb(157, 13, 241);
    text-decoration: underline;
    cursor: pointer;
}
