﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
	max-width: 280px;
}*/
.selectNumber {
    max-width: 30% !important;
}

table.dataTable > thead .sorting:before, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc_disabled:before {
    font-size: 18px;
}

table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after {
    font-size: 18px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }

    .collapsedFilter {
        width: 100%;
    }
}

.btn-style {
    width: 120px;
    height: 40px;
    color: white;
    background-color: #26A9E1;
    outline: none;
    border: 0 none;
}

* {
    border-radius: 0 !important;
}

#boxcontainer {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: central;
}

#boxstyle1 {
    background-color: #249fd4;
    width: 200px;
    height: 200px;
    /*border: 1px solid white;*/
    padding: 0px;
    margin: 40px;
}

#boxstyle2 {
    background-color: #005E91;
    width: 200px;
    height: 200px;
    /*border: 1px solid white;*/
    padding: px;
    margin: 40px;
}

#boxstyle3 {
    background-color: #249fd4;
    width: 200px;
    height: 200px;
    /*border: 1px solid white;*/
    padding: 0px;
    margin: 20px;
}

.TextBoxStyle:focus {
    background-color: #FFFFBF;
}


/*select:focus {
    background-color: #FFFFBF;
}*/

.upper-case {
    text-transform: uppercase;
}

.floatedTable {
    float: left;
    border-width: 0;
}

.floatedTable2 {
    float: right;
    border-width: 0;
}

.inlineTable {
    display: inline-block;
    border-width: 0;
}

.table.no-border tr td, .table.no-border tr th {
    border-width: 0;
}

h4 {
    color: #31708f;
}

h6 {
    color: #31708f;
}

.tableFields {
    border-collapse: collapse;
}

    .tableFields td,
    .tableFields th {
        border: 3px solid #a0a0a0;
    }

    .tableFields tr:last-child td,
    .tableFields tr:last-child th {
        border-bottom: none;
    }

    .tableFields tr td:first-child,
    .tableFields tr th:first-child {
        border-left: 0;
        padding-right: 20px;
    }

    .tableFields tr td:last-child,
    .tableFields tr th:last-child {
        border-right: 0;
        padding-left: 20px;
    }

    .tableFields td,
    .tableFields th {
        border-top: none;
        border-bottom: none;
        padding: 5px;
    }

.table {
    color: dimgray;
}

button.multiselect {
    height: calc(3em + 2px) !important;
}

button {
    min-height: 50px;
}

.btn-primary {
    -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.btn-info {
    -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

.btn-animt {
    animation: 1s ease-out 0s 1 slideInFromLeft;
}

.text_padding_left {
    padding-left: 10px;
}

input[type="checkbox"] {
    transform: scale(1.5);
}



.showD {
    display: block;
}

.hideD {
    display: none;
}

/*.input-validation-error {
    background-color: #fcf8e3 !important;    
}*/

button .multiselect {
    height: calc(3em + 2px) !important;
}

.field-validation-error {
    color: red;
    font-weight: bold;
}

.textadjust {
    text-size-adjust: auto !important;
}
/*.card {
    margin-top: 20px;
    padding: 30px;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
}
.card.hovercard .card-background {
    height: 130px;
}
.card-background img {
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    margin-left: -100px;
    margin-top: -200px;
    min-width: 130%;
}
.card.hovercard .useravatar {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}
.card.hovercard .useravatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .card-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}
.card.hovercard .card-info .card-title {
    padding:0 5px;
    font-size: 20px;
    line-height: 1;
    color: #262626;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
.btn-pref .btn {
    -webkit-border-radius:0 !important;
}*/


/*Mariam Styles Begin*/
.footer {
    width: 100%;
    text-align: right;
    padding-right: 12px;
}

.footer-fixed {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
}

.passportInfoList {
    text-align: left;
    list-style: none;
    padding-left: 0px;
}

    .passportInfoList ul {
        list-style: none;
    }

    .passportInfoList li {
        text-align: justify;
    }

.passportInfoNav h4 {
    padding-bottom: 16px;
    margin-bottom: unset;
    padding-bottom: 10px;
}

.passportInfoNav ul li {
    padding-bottom: 10px;
}

.padding-bottom-unset {
    padding-bottom: unset !important;
}



/* .slideThree */

/*Common Styles Begin*/
.slideThree, .isFamilySpan, .rdaddress, .chkIsbookSpan, .chkIscardSpan, .birth_isUSSpan, .isUSSpan, .misUSSpan, .isWorkPhoneSpan, .isHomePhoneSpan, .isCellPhoneSpan,
.fbirth_isUSSpan, .mbirth_isUSSpan, .eisUSSpan {
    height: 32px;
    background: #5bc0de;
    /* margin: 20px auto; */
    position: relative;
    border-radius: 50px !important;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    display: inline-block;
    margin-bottom: 13px;
    /* margin-left: 5px; */
}


    .slideThree:after, .isFamilySpan:after, .rdaddress:after, .chkIsbookSpan:after, .chkIscardSpan:after, .birth_isUSSpan:after, .isUSSpan:after, .misUSSpan:after,
    .isWorkPhoneSpan:after, .isHomePhoneSpan:after, .isCellPhoneSpan:after, .fbirth_isUSSpan:after, .mbirth_isUSSpan:after, .eisUSSpan:after {
        content: 'NO';
        color: white;
        position: absolute;
        right: 12px;
        z-index: 0;
        font: 13px/26px Arial, sans-serif;
        font-weight: bold;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
        top: 3px;
    }

    .slideThree:before, .isFamilySpan:before, .rdaddress:before, .chkIsbookSpan:before, .chkIscardSpan:before, .birth_isUSSpan:before, .isUSSpan:before, .misUSSpan:before,
    .isWorkPhoneSpan:before, .isHomePhoneSpan:before, .isCellPhoneSpan:before, .fbirth_isUSSpan:before, .mbirth_isUSSpan:before, .eisUSSpan:before {
        content: 'YES';
        color: white;
        position: absolute;
        left: 10px;
        z-index: 0;
        font: 13px/26px Arial, sans-serif;
        font-weight: bold;
        top: 3px;
    }

    .slideThree span, .isFamilySpan span, .rdaddress span, .chkIsbookSpan span, .chkIscardSpan span, .birth_isUSSpan span, .isUSSpan span, .misUSSpan span, .isWorkPhoneSpan span, .isHomePhoneSpan span, .isCellPhoneSpan span, .fbirth_isUSSpan span, .mbirth_isUSSpan span, .eisUSSpan span {
        display: block;
        height: 24px;
        cursor: pointer;
        position: absolute;
        top: 4px;
        z-index: 1;
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, white 40%, #b3bead 100%);
        background: linear-gradient(to bottom, #fcfff4 0%, white 40%, #b3bead 100%);
        border-radius: 50px !important;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
        /*padding-left: 10px;
        padding-right: 10px;*/
        color: #31708f;
        font-weight: bold;
    }

    .slideThree input[type=checkbox], .isFamilySpan input[type=checkbox], .rdaddress input[type=checkbox], .chkIsbookSpan input[type=checkbox], .chkIscardSpan input[type=checkbox],
    .birth_isUSSpan input[type=checkbox], .isUSSpan input[type=checkbox], .misUSSpan input[type=checkbox], .isWorkPhoneSpan input[type=checkbox], .isHomePhoneSpan input[type=checkbox],
    .isCellPhoneSpan input[type=checkbox], .fbirth_isUSSpan input[type=checkbox], .mbirth_isUSSpan input[type=checkbox],
    .eisUSSpan input[type=checkbox] {
        /*visibility: hidden;*/
        opacity: 0 !important;
    }

        .slideThree input[type=checkbox]:focus + span, .isFamilySpan input[type=checkbox]:focus + span,
        .rdaddress input[type=checkbox]:focus + span, .chkIsbookSpan input[type=checkbox]:focus + span,
        .chkIscardSpan input[type=checkbox]:focus + span, .birth_isUSSpan input[type=checkbox]:focus + span,
        .isUSSpan input[type=checkbox]:focus + span, .misUSSpan input[type=checkbox]:focus + span,
        .isWorkPhoneSpan input[type=checkbox]:focus + span, .isHomePhoneSpan input[type=checkbox]:focus + span,
        .isCellPhoneSpan input[type=checkbox]:focus + span, .fbirth_isUSSpan input[type=checkbox]:focus + span,
        .mbirth_isUSSpan input[type=checkbox]:focus + span, .eisUSSpan input[type=checkbox]:focus + span {
            /*visibility: hidden;*/
            color: black;
        }

    /*Common Styles End*/


    /*slideThree Begin*/
    .slideThree .main-input:checked + span {
        left: 42px;
    }

.slideThree {
    width: 431px;
    height: 32px;
}

    .slideThree span {
        width: 384px;
        left: 4px;
    }
/*.ckagreementLbl {
    padding-left: 21px;
}*/
/*slideThree End*/


/*isFamilySpan Begin*/
.isFamilySpan {
    width: 254px;
    height: 32px;
}

    .isFamilySpan span {
        width: 173px;
        left: 77px;
    }

    .isFamilySpan .main-input:checked + span {
        left: 4px;
    }

    .isFamilySpan:before {
        content: "Individual";
    }

    .isFamilySpan:after {
        content: "Family";
    }
/*isFamilySpan End*/


/*chkIsbookSpan Begin*/
.chkIsbookSpan {
    width: 186px;
    text-align: center;
}

    .chkIsbookSpan span {
        width: 144px;
        left: 4px;
        /*padding-right: 10px;*/
    }

    .chkIsbookSpan .main-input:checked + span {
        left: 38px;
    }

    .chkIsbookSpan:before {
        content: "Yes";
    }

    .chkIsbookSpan:after {
        content: "No";
    }

.chkIsbookLbl {
    margin-left: 2px;
}
/*chkIsbookSpan End*/


/*chkIscardSpan Begin*/
.chkIscardSpan {
    width: 200px;
    text-align: center;
}

    .chkIscardSpan span {
        width: 158px;
        left: 4px;
        text-align: center !important;
        padding-right: 10px;
    }

    .chkIscardSpan .main-input:checked + span {
        left: 38px;
    }

    .chkIscardSpan:before {
        content: "Yes";
    }

    .chkIscardSpan:after {
        content: "No";
    }
/*chkIscardSpan End*/



/*rdaddress Begin*/
.rdaddress {
    width: 83px;
}

    .rdaddress span {
        width: 41px;
        left: 4px;
    }

    .rdaddress .main-input:checked + span {
        left: 38px;
    }

    .rdaddress:before {
        content: "Yes";
    }

    .rdaddress:after {
        content: "No";
    }
/*rdaddress End*/


/*ckbirth_isUSLbl Begin*/
.birth_isUSSpan {
    width: 312px;
    height: 48px;
    line-height: 1;
}

    .birth_isUSSpan span {
        width: 208px;
        left: 4px;
        padding-right: 10px;
        height: 40px;
        padding-top: 2px;
        /* padding-bottom: 5px; */
        top: 4px;
    }

    .birth_isUSSpan .main-input:checked + span {
        left: 99px;
    }

    .birth_isUSSpan:before {
        content: "United States";
        top: 10px;
    }

    .birth_isUSSpan:after {
        content: "Other";
        top: 10px;
    }
/*ckbirth_isUSLbl End*/


/*isUSSpan Begin*/
.isUSSpan {
    width: 160px;
}

    .isUSSpan span {
        width: 116px;
        left: 4px;
        /*padding-right: 10px;*/
    }

    .isUSSpan .main-input:checked + span {
        left: 40px;
    }

    .isUSSpan:before {
        content: "Yes";
    }

    .isUSSpan:after {
        content: "No";
    }
/*isUSSpan End*/




/*isUSSpan Begin*/
.misUSSpan {
    width: 160px;
}

    .misUSSpan span {
        width: 116px;
        left: 4px;
        /*padding-right: 10px;*/
    }

    .misUSSpan .main-input:checked + span {
        left: 40px;
    }

    .misUSSpan:before {
        content: "Yes";
    }

    .misUSSpan:after {
        content: "No";
    }

misUSSpanES {
    width: 306px;
}
/*isUSSpan End*/


/*isUSSpan Begin*/
.isWorkPhoneSpan {
    width: 158px;
}

    .isWorkPhoneSpan span {
        width: 116px;
        left: 4px;
        /*padding-right: 10px;*/
    }

    .isWorkPhoneSpan .main-input:checked + span {
        left: 38px;
    }

    .isWorkPhoneSpan:before {
        content: "Yes";
    }

    .isWorkPhoneSpan:after {
        content: "No";
    }
/*isUSSpan End*/



/*isUSSpan Begin*/
.isHomePhoneSpan {
    width: 164px;
}

    .isHomePhoneSpan span {
        width: 121px;
        left: 4px;
        /*padding-right: 10px;*/
    }

    .isHomePhoneSpan .main-input:checked + span {
        left: 38px;
    }

    .isHomePhoneSpan:before {
        content: "Yes";
    }

    .isHomePhoneSpan:after {
        content: "No";
    }
/*isUSSpan End*/




/*isUSSpan Begin*/
.isCellPhoneSpan {
    width: 145px;
}

    .isCellPhoneSpan span {
        width: 103px;
        left: 4px;
        /*padding-right: 10px;*/
    }

    .isCellPhoneSpan .main-input:checked + span {
        left: 38px;
    }

    .isCellPhoneSpan:before {
        content: "Yes";
    }

    .isCellPhoneSpan:after {
        content: "No";
    }
/*isUSSpan End*/


/*ckbirth_isUSLbl Begin*/
.fbirth_isUSSpan {
    width: 312px;
    height: 45px;
    line-height: 1;
}

    .fbirth_isUSSpan span {
        width: 209px;
        left: 4px;
        padding-right: 10px;
        height: 39px;
        padding-top: 2px;
        top: 3px;
    }

    .fbirth_isUSSpan .main-input:checked + span {
        left: 98px;
    }

    .fbirth_isUSSpan:before {
        content: "United States";
        top: 10px;
    }

    .fbirth_isUSSpan:after {
        content: "Other";
        top: 10px;
    }
/*ckbirth_isUSLbl End*/


/*mbirth_isUSSpan Begin*/
.mbirth_isUSSpan {
    /* width: 228px; */
    width: 312px;
    height: 45px;
    line-height: 1;
}

    .mbirth_isUSSpan span {
        width: 209px;
        left: 4px;
        padding-right: 10px;
        height: 39px;
        padding-top: 2px;
        top: 3px;
    }

    .mbirth_isUSSpan .main-input:checked + span {
        left: 98px;
    }

    .mbirth_isUSSpan:before {
        content: "United States";
        top: 10px;
    }

    .mbirth_isUSSpan:after {
        content: "Other";
        top: 10px;
    }
/*mbirth_isUSSpan End*/


/*mbirth_isUSSpan Begin*/
.eisUSSpan {
    width: 292px;
}

    .eisUSSpan span {
        width: 189px;
        left: 4px;
        padding-right: 10px;
    }

    .eisUSSpan .main-input:checked + span {
        left: 98px;
    }

    .eisUSSpan:before {
        content: "United States";
    }

.eisUSSpan_es:before {
    content: "EE.UU.";
}

.eisUSSpan:after {
    content: "Other";
}

.eisUSSpan:after {
    content: "Otro";
}
/*mbirth_isUSSpan End*/










/* end .slideThree */

.nav-link.small {
    color: #fff;
    background-color: #5bc0de;
    border-color: white;
    border-bottom-color: #ddd;
}

    .nav-link.small:hover {
        color: #fff;
        background-color: rgb(51, 165, 198);
        border-color: white;
    }

    .nav-link.small.active {
        color: #fff;
        background-color: rgb(51, 165, 198);
        border-color: white;
        border-bottom-color: #ddd;
        padding-left: unset;
        padding-right: unset;
    }

.nav-item a {
    font-weight: bold;
}

#pemergencycontent {
    border-color: white #eceeef #ddd;
}


.nav-link.small.disabled, .nav-link.small.disabled:hover {
    border-color: white white #ddd;
    background-color: #eceeef;
    color: #858e95;
}

.card-block.card-info {
    text-align: center;
}

/*#ParticipantsCount {
    min-width: 100%;
}*/

/*#pills-tab {
    position: sticky;
    z-index: 100;
    top: 0;
}*/

.card-header {
    position: sticky;
    top: 33px;
    z-index: 100;
}

.btnAvtionType h5 {
    margin-bottom: unset;
}

.form-control {
    border-radius: unset;
}

/*.iscardFormGroup {
    text-align: right;
}*/




.service-margin {
    margin-top: 6px;
}

.rbMarginLeft {
    margin-left: 2px;
}

.genderLbl {
    margin-right: 20px;
}

.genderBlock {
    margin-top: 13px;
}

.margin-top-9 {
    margin-top: 9px;
}

.margin-top-20 {
    margin-top: 20px;
}

.unsetPosition {
    position: unset !important;
    z-index: unset !important;
    top: unset !important;
}

.margin-bottom-unset {
    margin-bottom: unset;
}

/*#li1 {
    width: 9%;
}

#li2 {
    width: 19%;
}

#li3 {
    width: 17%;
}

#li4 {
    width: 21%;
}

#li5 {
    width: 9%;
}

#li6 {
    width: 18%;
}

#li7 {
    width: 7%;
}

*/


/*
.es #li1 {
    width: 9%;
}

.es #li2 {
    width: 16%;
}

.es #li3 {
    width: 22%;
}

.es #li4 {
    width: 22%;
}

.es #li5 {
    width: 7%;
}

.es #li6 {
    width: 17%;
}

.es #li7 {
    width: 7%;
}

*/





.nav-tabs .nav-item {
    margin-bottom: -1px;
    text-align: center;
}

.nav-link.small {
    padding-left: 0px;
    padding-right: 0px;
    height: 100%;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background-color: #26A9E1;
    font-weight: normal;
    color: white;
}

.field-validation-error {
    margin-top: -13px;
    display: block;
    margin-bottom: 15px;
    line-height: 12px;
    text-align: center;
}

.femaleMargin {
    margin-left: 10px;
}

.mcountry, .country, .ifother, .mifother, .bmarried, .bifother {
    display: none;
}

#ui-datepicker-div {
    z-index: 1000 !important;
}

.bsmrgenddate {
    display: none;
}

.field-validation-error {
    color: #d9534f !important;
}

.paunitedstate, .mpaunitedstate {
    margin-bottom: 13px;
}

.tblFinish tbody tr:last-child {
    color: #fff;
    background-color: #26a9e1;
    border-color: #005E91;
    font-weight: bold;
    font-size: 1.1em;
}

.tblFinish {
    font-weight: 600;
}

.finish-card-header {
    top: 0;
}

.tblFinishLast {
    margin-top: 40px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover, .ui-datepicker-today {
    background-color: #005E91 !important;
}


/*New Color Styles Begin*/

.btn-info {
    background-color: #26A9E1;
    border-color: #26A9E1;
}

/*.btn-info:hover {
        background-color: #005E91;
        border-color: #005E91;
    }*/

.card-info {
    background-color: #26A9E1;
    border-color: #26A9E1;
    color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #005E91;
    border-color: #005E91;
}

.nav-link.small {
    background-color: #26A9E1;
}

    .nav-link.small:hover {
        color: #fff;
        background-color: #005E91;
        border-color: white;
    }

    .nav-link.small.active {
        background-color: #005E91;
    }

.slideThree, .isFamilySpan, .rdaddress, .chkIsbookSpan, .chkIscardSpan, .birth_isUSSpan, .isUSSpan, .misUSSpan, .isWorkPhoneSpan, .isHomePhoneSpan, .isCellPhoneSpan, .fbirth_isUSSpan, .mbirth_isUSSpan, .eisUSSpan {
    background: #26A9E1;
    color: #005E91;
}


.card-header > h4 {
    color: #005E91;
}
/*.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #eceeef;
    border-bottom: 1px solid #eceeef;
    border-color: white white #ddd;
}*/
.btn.btn-info, .btn.btn-primary {
    min-width: 130px;
    text-align: center;
}

.card-header {
    background-color: #005E91;
    padding: 10px;
}

.hdrImgContainer {
    background-color: #eceeef;
    padding: 10px;
}

    .hdrImgContainer img {
        max-width: 60px;
    }

    .hdrImgContainer h4, .hdrImgContainer h6 {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0px !important;
    }

.subheader {
    padding: 8px;
}

.card-modal img {
    max-width: 50px;
}

.card-modal h6 {
    margin-left: 5px;
}

.btn-primary:hover {
    background-color: #005380;
    border-color: #005380;
}

.nav-link.small.active:hover {
    background-color: #005380;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.modalHdr {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.modalCont {
    padding-left: 10px;
    padding-right: 10px;
}

.table tr:last-child td {
    border-bottom: 1px solid #eceeef;
}

.finish h1 {
    color: #005E91;
    font-weight: 700;
    margin-bottom: 15px;
}

.finish h4, .finish h5 {
    color: #005E91;
    font-weight: 700;
    margin-bottom: 5px !important;
    margin-top: 2px;
}

.finish h5 {
    color: #005E91;
    font-weight: 700;
    margin-bottom: 20px !important;
}

.finish h6 {
    color: #005E91;
    font-weight: 600;
    margin-bottom: 20px !important;
}

.finish a {
    color: #26A9E1;
    text-decoration: none;
}

    .finish a:hover {
        color: black;
    }

.modal-txt {
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn-yes {
    margin-right: 4px;
}

.hdrImgContainer-confirm {
    padding: unset;
}

    .hdrImgContainer-confirm .modalCont {
        margin-bottom: unset !important;
    }

.modalHdr {
    padding-right: 10px;
}

.btn {
    font-weight: 600 !important;
}

#btnagreement {
    color: #005E91;
}

    #btnagreement.btn-info {
        color: white;
    }

.btn {
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3) !important;
}

/*.modal-txt, .card-modal.subheader {
    padding: 6px;
}*/

.esYes:before {
    content: 'Sí';
}

.isFamilySpan_es:after {
    content: "familia";
}

.misUSSpan.esYes, .isUSSpan.esYes {
    width: 199px;
}

    .misUSSpan.esYes span, .isUSSpan.esYes span {
        width: 155px;
    }

.isWorkPhoneSpan.esYes {
    width: 226px;
}

    .isWorkPhoneSpan.esYes span {
        width: 183px;
    }

.isHomePhoneSpan.esYes {
    width: 199px;
}

    .isHomePhoneSpan.esYes span {
        width: 157px;
    }

.isCellPhoneSpan.esYes {
    width: 195px;
}

    .isCellPhoneSpan.esYes span {
        width: 153px;
    }

.funknownSpan.esYes, .munknownSpan.esYes {
    width: 161px;
}

    .funknownSpan.esYes span, .munknownSpan.esYes span {
        width: 119px;
    }


.copy, .copyMail {
    margin-top: 14em;
}

/*#TravelPlansdiv_0 {
    min-width: 760px;
}*/

#recentMarriage {
    min-width: 518px;
}



.second-nav {
    text-align: center;
    width: 100%;
    display: inline-block;
}

    .second-nav li {
        display: inline-block;
    }

.second-nav {
    display: none;
}


/*md*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .container {
        width: 96%;
    }

    .pagebookFirst {
        text-align: center !important;
    }

    .pagebookSecond {
        text-align: center !important;
    }
}

/*md*/
@media screen and (min-width: 768px) and (max-width: 992px) {
    .container {
        width: 96%;
    }

    .pagebookFirst {
        text-align: center !important;
    }

    .pagebookSecond {
        text-align: center !important;
    }
}

/*sm*/
@media screen and (min-width: 576px) and (max-width: 768px) {
    .container {
        width: 99%;
    }

    .copy, .copyMail {
        margin-top: 1em;
    }

    .btnAvtionType:nth-child(2) h5 {
        text-align: right !important;
    }

    .pagebookFirst {
        text-align: center !important;
    }

    .pagebookSecond {
        text-align: center !important;
    }
}
/*xs*/
@media (max-width: 576px) {
    .container {
        width: 99%;
    }

    .slideThree {
        width: 262px;
        height: 56px;
    }

        .slideThree span {
            width: 215px;
            height: 48px;
        }

        .slideThree:before, .slideThree:after {
            top: 15px;
        }


    .copy, .copyMail {
        margin-top: 1em;
    }

    #Finishdiv .card-block {
        padding-left: unset;
        padding-right: unset;
    }

    .hdrImgContainer {
        padding-left: unset;
        padding-right: unset;
    }

    .btnAvtionType:nth-child(2) h5 {
        text-align: right !important;
    }

    .padding-unset {
        padding-left: unset;
        padding-right: unset;
    }

    .hdrImgContainer {
        text-align: center;
    }

    .pagebookFirst {
        text-align: center !important;
    }

    .pagebookSecond {
        text-align: center !important;
    }
}


#navList {
    position: sticky;
    z-index: 100;
    top: 0;
    position: -webkit-sticky;
}

.nav.nav-tabs {
    display: flex;
    background-color: white;
}
/*.second-nav {
    display:block !important;
}*/

.nav.nav-tabs {
    display: block !important;
    text-align: center;
}

    .nav.nav-tabs li {
        display: inline-block !important;
    }



input[type=number] {
    -moz-appearance: textfield !important;
}

.pagebookFirst {
    text-align: left;
}

.pagebookSecond {
    text-align: right;
}

/*
@media screen and (min-width: 768px) and (max-width: 992px) {
    #li1 {
        width: 12%;
    }

    #li2 {
        width: 22%;
    }

    #li3 {
        width: 27%;
    }

    #li4 {
        width: 28%;
    }

    #li5 {
        width: 11%;
    }

    #li6 {
        width: 19%;
    }

    #li7 {
        width: 20%;
    }


        #li6 a.disabled, #li6 a.disabled:hover,
        #li7 a.disabled, #li7 a.disabled:hover {
            border-color: #ddd white #ddd;
        }



    .es #li1 {
        width: 12%;
    }

    .es #li2 {
        width: 21%;
    }

    .es #li3 {
        width: 28%;
    }

    .es #li4 {
        width: 29%;
    }

    .es #li5 {
        width: 10%;
    }

    .es #li6 {
        width: 24%;
    }

    .es #li7 {
        width: 12%;
    }


        .es #li6 a.disabled, .es #li6 a.disabled:hover,
        .es #li7 a.disabled, .es #li7 a.disabled:hover {
            border-color: #ddd white #ddd;
        }
}




@media screen and (min-width: 576px) and (max-width: 768px) {
    #li1 {
        width: 20%;
    }

    #li2 {
        width: 36%;
    }

    #li3 {
        width: 44%;
    }

    #li4 {
        width: 38%;
    }

    #li5 {
        width: 16%;
    }

    #li6 {
        width: 31%;
    }

    #li7 {
        width: 15%;
    }


        #li7 a.disabled, #li7 a.disabled:hover,
        #li6 a.disabled, #li6 a.disabled:hover,
        #li5 a.disabled, #li5 a.disabled:hover,
        #li4 a.disabled, #li4 a.disabled:hover {
            border-color: #ddd white #ddd;
        }


    .es #li1 {
        width: 18%;
    }

    .es #li2 {
        width: 34%;
    }

    .es #li3 {
        width: 48%;
    }

    .es #li4 {
        width: 40%;
    }

    .es #li5 {
        width: 15%;
    }

    .es #li6 {
        width: 30%;
    }

    .es #li7 {
        width: 15%;
    }


        .es #li6 a.disabled, .es #li6 a.disabled:hover,
        .es #li7 a.disabled, .es #li7 a.disabled:hover,
        .es #li5 a.disabled, .es #li5 a.disabled:hover,
        .es #li4 a.disabled, .es #li4 a.disabled:hover {
            border-color: #ddd white #ddd;
        }
}

@media screen and (min-width: 0px) and (max-width: 576px) {
    #li1, #li2, #li3, #li4, #li5, #li6, #li7, #li8, #li9, #li10,
    .es #li1, .es #li2, .es #li3, .es #li4, .es #li5, .es #li6, .es #li7, .es #li8, .es #li9, .es #li10 {
        width: 100%;
    }

        #li10 a.disabled, #li10 a.disabled:hover,
        #li9 a.disabled, #li9 a.disabled:hover,
        #li8 a.disabled, #li8 a.disabled:hover,
        #li7 a.disabled, #li7 a.disabled:hover,
        #li6 a.disabled, #li6 a.disabled:hover,
        #li5 a.disabled, #li5 a.disabled:hover,
        #li4 a.disabled, #li4 a.disabled:hover,
        #li3 a.disabled, #li3 a.disabled:hover,
        #li2 a.disabled, #li2 a.disabled:hover {
            border-color: #ddd white #ddd;
        }
}

*/

.modal .card-header {
    position: unset;
    top: unset;
    z-index: unset;
}

body, #passportModal {
    min-width: 370px;
}

#passportForm {
    min-width: fit-content !important;
}






/* end .squaredThree */
/* .squaredFour */
.funknownSpan, .munknownSpan {
    width: 20px;
    position: relative;
    margin: 20px auto;
}

    .funknownSpan .chk-span, .munknownSpan .chk-span {
        width: 23px;
        height: 23px;
        cursor: pointer;
        position: absolute;
        top: -4px;
        left: 0;
        border-radius: 4px;
        background: white;
        border: 2px solid #26A9E1;
    }

        .funknownSpan .chk-span:after, .munknownSpan .chk-span:after {
            content: '';
            width: 11px;
            height: 5px;
            position: absolute;
            top: 4px;
            left: 3px;
            border: 3px solid #005E91;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            box-sizing: content-box;
        }

        .funknownSpan .chk-span:hover::after, .munknownSpan .chk-span:hover::after {
            opacity: 0.5;
        }

    .funknownSpan input[type=checkbox], .munknownSpan input[type=checkbox] {
        opacity: 0 !important;
    }

        .funknownSpan input[type=checkbox]:checked + .chk-span:after, .munknownSpan input[type=checkbox]:checked + .chk-span:after {
            opacity: 1;
        }

.funknownLbl {
    margin-left: 10px;
}
/* end .squaredFour */




.form-control:read-only:focus {
    border: 1px solid #ccc;
}

.blueSubheader .hdrImgContainer {
    background: #26A9E1;
    color: white;
    border-bottom: 3px solid #ddd;
}

.blueSubheader {
    padding: 0px;
}

    .blueSubheader h6 {
        font-size: 20px;
        color: white;
    }

#Finishdiv .subheader {
    padding: unset;
    background-color: white !important;
    border-bottom-width: 0px;
}

    #Finishdiv .subheader .hdrImgContainer {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        background-color: #e9f6fc;
    }

#Finishdiv .hdrImgContainer h1 {
    background: #26A9E1;
    color: white;
    border-bottom: 3px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
}

#Finishdiv .hdrImgContainer h6,
#Finishdiv .hdrImgContainer h5,
#Finishdiv .hdrImgContainer h4 {
    color: #0074b3;
}

.cancelHdrImgContainer .main-hdr {
    font-size: 17px;
    text-align: center;
}

.cancelHdrImgContainer .modalHdr {
    margin-bottom: 10px !important;
}

.unknown:focus + span, .unknownm:focus + span,
.unknown:hover + span, .unknownm:hover + span {
    border-color: #26A9E1;
    box-shadow: 0px 0px 4px 3px #00bafa;
}


input[type=radio] {
    outline: none !important;
}

/*input[type="radio"] {
    transform: scale(1.5);
}*/

input[type="radio"] {
    /*transform: scale(1.5);*/
    width: 0px !important;
    opacity: 0;
}

input[type='radio'] {
    margin-right: 5px;
}

    input[type='radio'] + span {
        width: 27px !important;
        height: 27px;
        border-radius: 27px !important;
        top: -2px;
        position: relative;
        background-color: white;
        border: 1px solid;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #26A9E1;
        float: left;
    }

    input[type='radio']:disabled + span {
        border: 3px solid #dedede !important;
        box-shadow: none !important;
    }

    input[type='radio']:checked:disabled + span {
        background-color: #dedede;
    }

    input[type='radio']:checked + span {
        background-color: #26A9E1;
    }

    input[type='radio']:focus + span {
        border-color: #005E91;
    }




/*input[type="radio"] {
    transform: scale(1.5);
}
input[type='radio'] {
    margin-right: 5px;
}
.radioBtnLbl {
    margin-left: 5px;
}

    input[type='radio']:after {
        width: 18px !important;
        height: 18px;
        border-radius: 18px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: white;
        border: 1px solid;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #26A9E1;
    }
    


input[type='radio']:checked:after {
    background-color: #26A9E1;
}

input[type='radio']:focus:after {
    border-color: #005E91;
}*/


/*Styles for Firefox*/
@-moz-document url-prefix() {
    input[type='radio'] {
        margin-right: 0px;
    }
}



/*keyboard styles begin*/
.ui-keyboard .ui-widget-content .ui-widget .ui-corner-all .ui-helper-clearfix .ui-keyboard-has-focus {
    left: 10% !important;
}

button.ui-keyboard-accept.ui-keyboard-invalid-input {
    border-color: #3276b1 !important;
    background: #3276b1 !important;
    color: white !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #26A7E2;
    font-weight: normal;
    color: white;
}

.ui-keyboard ui-widget-content.ui-widget.ui-corner-all.ui-helper-clearfix.ui-keyboard-has-focus {
    display: none;
}

.ui-keyboard.ui-widget-content.ui-widget.ui-corner-all.ui-helper-clearfix.ui-keyboard-has-focus {
    left: 0 !important;
    height: auto !important;
    bottom: 0 !important;
    width: 100% !important;
    top: unset !important;
    position: fixed !important;
}
/*keyboard styles end*/

#errorPage {
    border: transparent;
}

    #errorPage .card-danger {
        color: #d9534f;
        border-color: transparent;
        text-align: center;
        border: 0px;
        font-size: 25px;
        background-color: transparent;
    }

.btnErrorBackToPortal {
    margin-top: 50px;
}

.modal-content {
    width: -moz-fit-content;
    width: auto;
}

.modal-dialog {
    margin-left: auto;
    margin-right: auto;
}



@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden !important;
        display: none !important;
    }

    #printSection, #printSection * {
        visibility: visible !important;
        display: block !important;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
        width: 90%;
        border: none;
        margin: 0px !important;
        margin: 50px !important;
    }

        #printSection #printThis {
            border: none;
        }

    .reportImg {
        width: 100% !important;
        height: 100% !important;
        border: none !important;
    }
    /*.cont {        
        margin: 50px !important;
    }*/
}

@page {
    size: A4;
    margin: 0;
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
    }
}

.btn-cancel {
    margin-left: 5px;
}

.header-help {
    position: absolute;
    right: 7px;
    font-size: 37px;
    color: #26a9e1;
    top: 12px;
}

.input-help {
    position: absolute;
    font-size: 35px;
    color: #26a9e1;
    right: 20px;
    top: 8px;
}

.hdrImgContainer {
    position: relative;
    padding-right: 40px;
}

.hdrImgContainer {
    background-color: #eceeef;
    padding: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
}

.modalHeader .header-help {
    top: 7px;
}

.info-mrgn {
    margin-right: 5px;
}

.licenseInfoHelp {
    position: unset;
    font-size: 30px;
}

#applicationStatus .card-info {
    padding-top: 0px;
    padding-bottom: 0px;
}

.helpBlockmrg {
    margin-top: -10px;
}

.infoBlockMrgBottom {
    margin-bottom: 30px;
}

.txt-bold {
    font-weight: bold;
}

.mrgLocationCont {
    margin-bottom: 30px;
}

.hide {
    display: none;
}

.multilineSelect {
    margin-bottom: 0px;
}

.singlelineSelect {
    padding-top: 13px;
}

.margin-center {
    margin-left: auto;
    margin-right: auto;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-top-15 {
    margin-top: 15px;
}

.requiredLbl {
    color: red;
}

.btn-info:focus, .btn-info:hover {
    box-shadow: 0px 0px 4px 4px #00bafa !important;
    background-color: #26A9E1;
    border-color: #26A9E1;
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #005380;
    border-color: #005380;
    box-shadow: 0px 0px 4px 4px #005380 !important;
}

input[type='radio']:focus + span, input[type='radio']:hover + span {
    border-color: #26A9E1;
    box-shadow: 0px 0px 5px 3px #00bafa;
}

.mrgLocationCont, .witnessBlock {
    display: none;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 50%;
}

#lblclerck {
    margin-bottom: 15px !important;
}

#pills-tab a:focus {
    outline-color: #005e91;
}

select::-ms-expand {
    display: none;
    background: url(../Content/Images/button_down.png) no-repeat right #ffffff !important;
    background-position: calc(100% - 5px) center !important;
    padding-right: 15px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../Content/Images/button_down.png) no-repeat right #ffffff !important;
    background-position: calc(100% - 5px) center !important;
}


.inputHelp {
    color: #26a9e1;
    font-size: 30px;
    margin-top: 3px;
    margin-left: 3px;
    position: absolute;
    right: 20px;
    top: 7px;
}

.headerHelp {
    color: #26a9e1;
    font-size: 30px;
    margin-top: 3px;
    margin-left: 3px;
    position: absolute;
    right: 20px;
    top: 4px;
    margin-top: 9px;
    font-size: 35px;
    right: 10px;
}

.subheaderHelp {
    color: #26a9e1;
    position: absolute;
    right: 10px;
    color: #eceeef;
    font-size: 27px;
    right: 10px;
    top: 12px;
}

.chekcboxHelp {
    position: absolute;
    color: #26a9e1;
    font-size: 30px;
    margin-top: -2px;
    right: initial;
    margin-left: 15px;
    top: 0px;
}

.radiobuttonHelp {
    position: absolute;
    color: #26a9e1;
    font-size: 30px;
    margin-top: -3px;
    right: initial;
    margin-left: 15px;
    top: 0px;
}

.licenseInfoHelp {
    color: #26a9e1;
    font-size: 30px;
    margin-top: -3px;
    margin-left: 5px;
    margin-right: 5px;
}

.margin-r-5 {
    margin-right: 5px;
}

#TimeoutModal .card-header.subheader.card-modal {
    border-bottom-width: 0px;
}

.txtHdr1Block, .txtHdr2Block {
    text-align: center;
    font-size: 18px;
    color: #1C2752;
    font-weight: bold;
}

.txtHdr2Block {
    margin-bottom: 20px;
}

.appLanguages {
    position: absolute;
    right: 15px;
    top: 20px;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

    .appLanguages a, .appLanguages a:hover, .appLanguages a:active, .appLanguages a:visited {
        color: #274e63 !important;
        text-decoration:underline;
    }

.nowrap {
    white-space: nowrap;
}

.sub-card-block.notice-block {
    padding-left: 0px;
    padding-right: 0px;
}

.noticeDetailsBlock {
    margin-top: -2px;
    margin-bottom: -1px;
}

.card-header {
    padding: 0px;
    background-color: unset;
}

.hdrImgContainer {
    border: 5px solid #005E91;
}

.toggleBlock {
    margin-bottom: 40px;
}

.sub-card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.sub-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.sub-Container {
    padding: 15px;
    background: #26A9E1;
    color: white;
    border-bottom: 4px solid #ffffff;
    display: block;
}

    .sub-Container h6 {
        margin-bottom: 0px;
        color: white;
    }

.sub-card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.filter {
    /*float:right;*/
    margin-right: 15px;
}

.filter-angle {
    font-size: 25px;
    color: #26a9e1;
    font-weight: bold;
}

body {
    margin-top: 0px;
}

.container body-content {
    margin-top: 50px;
}

.card-header {
    top: 0px;
}

.eir-block {
    background: #ffffff;
    color: #005e91;
    border-bottom: 2px solid white;
    padding: 0px;
    /*padding: 11px;
   padding-left: 15px;*/
}

    .eir-block span {
        border: 3px solid #26a9e1;
        display: block;
        padding: 11px;
        padding-left: 15px;
    }

    .eir-block h6 {
        font-size: 20px;
        color: #005e91;
        margin-bottom: 0px;
    }

.eir .sub-Container h6 {
    font-size: 18px;
}


#wait {
    display: none;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 40%;
    left: 50%;
    padding: 2px;
}

    #wait img {
        width: 64px;
        height: 64px;
    }

a:focus, a:hover {
    text-decoration: none;
    color: transparent;
    outline-width: 0;
}
/*.filter-header:focus, .filter-header:hover {
    box-shadow: 0px 0px 3px 3px #00bafa !important;
    background-color: #26A9E1;
    border-color: #26A9E1;
}*/
/*.filter-header:focus .sub-Container, .filter-header:hover .sub-Container{
    border-bottom:none;
}*/
.favicon:focus .filter-angle, .favicon:hover .filter-angle {
    box-shadow: 0px 0px 3px 3px #26a9e1 !important;
    background-color: #26a9e1;
    border-color: #26a9e1;
    color: white;
}

.eir-block:focus, .eir-block:hover, .eirMsg:focus, .eirMsg:hover {
    background-color: #005e91;
    border-color: #005e91;
    border-bottom-color: #005e91;
}
/*.eir-block:focus span, .eir-block:hover span {   
    border-color: white;
}*/
.eirMsg:focus, .eirMsg:hover {
    background-color: #005e91;
    border-color: #005e91;
}

.eir-block:focus h6, .eir-block:hover h6 {
    color: white;
}

.sub-card {
    border: none;
}
/*.sub-card:hover {
    border-bottom-color: #26a9e1;
}*/
/*.eir-block:hover {
    border-bottom-color:white;
}*/

.eirMsg {
    padding: 0px;
    border: none;
    border-bottom: 1px solid #26a9e1;
    cursor: pointer;
}

    .eirMsg div {
        display: block;
        height: 100%;
        width: 100%;
        padding: 5px;
        border-bottom: 0px;
    }
/*.reportImg {
    width: 90%;
    height:100%;
    border: 1px solid #eceeef;
}*/
.modal-body .hdrImgContainer {
    border: 4px solid #005E91;
}

.modal-body .cancelHdrImgContainer {
    padding-top: 10px;
}

.NoItemBlock h2 {
    color: #d9534f !important;
    text-align: center;
}

.card-block {
    border-left: 1px solid #eceeef;
    border-right: 1px solid #eceeef;
    border-bottom: 1px solid #eceeef;
}
/*.eir .sub-card {
      border-left:1px solid #eceeef;
    border-right:1px solid #eceeef;
}*/
.btn:focus, .btn:hover {
    outline: none !important;
}

.btn:hover, .eir-block:hover, eirMsg:hover, .filter-header:hover {
    cursor: pointer;
}

.form-group-content {
    height: 100%;
}

#passportModal .hdrImgContainer h6 {
    font-weight: bold;
}

#wait .cover {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #eceeef;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 100000;
}

#wait img {
    position: fixed;
    z-index: 10000000;
    left: 50%;
    top: 50%;
}

.filter-header {
    border-bottom: 2px solid #41559c;
}

    .filter-header .sub-Container {
        padding: 10px 15px 10px 15px;
    }

.main-card-header .hdrImgContainer h4 {
    font-size: 1.3rem;
}

.passportInfoNav h6 {
    margin-left: 5px;
    font-weight: bold;
}

.date-hint {
    margin-top: -15px;
    display: block;
    color: #898989;
    font-size: 11px;
    text-align: center;
}

.date-hint {
    margin-top: -15px;
    display: block;
    color: #898989;
    font-size: 11px;
    text-align: center;
}

#StatementModal .modal-dialog {
    min-width: 90%;
}

#StatementModal .hdrImgContainer {
    padding: 1px;
}

#StatementModal .reportImg {
    max-width: 100%;
    min-width: 100%;
}


#statementBtnContainer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    left: 0px;
    border-top: 1px solid #eceeef;
}

#StatementModal .modal-body {
    padding-bottom: 62px;
}

#StatementModal .modal-body {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

#printSection .reportImg {
    max-height: 100%;
    max-width: 90%;
}

.msgDanger {
    color: #721c24 !important;
    font-weight: 700;
    margin-bottom: 5px !important;
    margin-top: 2px;
    padding-bottom: 10px;
    font-size: 1.5rem;
}

.margin-top-20 {
    margin-top: 20px;
}

.angle {
    margin-right: 10px;
}

.btn.btn-info,
.btn.btn-primary {
    text-align: center;
    min-height: 40px;
    min-width: 160px;
    border-radius: 50px !important;
    box-shadow: none !important;
}

.btn.btn-info,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info:hover {
    background: white;
    color: #3963ac;
    border: 3px solid;
}

.btn.btn-primary {
    background: #3963ac !important;
    color: white;
    border: 3px solid #3963ac;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus {
    background-color: #3963ac;
}

    .btn-primary, .btn-primary:hover, .btn-primary:focus {
        border-color: #3963ac;
    }

        .btn-primary:hover, .btn-primary:focus {
            box-shadow: 0px 0px 4px 4px #3963ac;
        }

.notice-block {
    border-left: 1px solid #eceeef;
    border-right: 1px solid #eceeef;
}

.eirFa {
    margin-right: 10px;
}

.eirCont {
    margin-top: -5px;
}

.collapsedFilter {
    width: 23%;
}

    .collapsedFilter .sub-Container {
        padding-left: 12px;
    }

    .collapsedFilter .filterCaret {
        padding-right: 10px;
        font-size: 18px;
    }

.notice-block {
    padding-top: 0px;
}

.noticeCont {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.modal .hdrImgContainer {
    background-color: #fff;
    padding: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    border: 0px !important;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

.modal .cancelHdrImgContainer {
    border: 0px !important;
    background: white;
    padding: 10px;
}

.modal .modalHdr {
    font-weight: 600;
    font-size: 15px;
}

.zoom-in {
    cursor: zoom-in;
}

.viewer-play {
    display: none;
}

.display-none {
    display: none;
}


.rightBlock {
    display: inline-block;
    float: right;
    margin-right: 0px;
    margin-top: 21px;
}

.btn-dropdown {
    min-width: 120px !important;
    font-weight: 600 !important;
    border-radius: 25px !important;
}

.dropdownContainer .dropdown-menu > li:hover,
.dropdownContainer .dropdown-menu > li:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #4182a4;
}

.dropdown-menu {
    padding-bottom: 0px;
    padding-top: 0px;
}

    .dropdown-menu > li {
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 4px;
    }

        .dropdown-menu > li > a {
            display: block;
            cursor: default;
        }

.dropdownContainer {
    margin-top: -15px;
}

.fa-language {
    float: left;
    margin-top: -8px;
}

#InsertForm,
#Finish {
    padding-top: 50px;
    padding-bottom: 20px;
}


.margin-top-20 {
    margin-top: 20px;
}

.lightHeader {
    border-bottom-width: 1px;
    position: relative;
    border-top: 1px solid #dddddd;
}

.lightHeader .lightContent {
    position: absolute;
    top: -8px;
    left: 23px;
    background: white;
    padding-left: 20px;
    padding-right: 20px;
    color: #274e63 !important;
    font-weight: bold;
}

.formBlock {
    margin: 20px;
}

.sub-card-block {
    padding: 0px;
}

#Finish .sub-card-block {
    margin-top: 1px;
}


#Finish .sub-card-header {
    border-bottom: 1px solid #41559c;
}

.blueSubheader {
    padding: 0px;
}


#Finish .sub-Container {
    margin: 0px;
    text-align: center;
}

#Finish .sub-card-header .sub-Container {
    border-bottom: 4px solid #eceeef;
    padding: 12px 15px 12px 15px;
}

#Finish .sub-card-header .sub-Container h1 {
    font-size: 1.5rem;
}
    
#Finish .sub-Container h1 {
    margin-bottom: 0px;
    font-weight: bold;
}

#Finish .card-block {
    padding: 40px 20px 20px 20px;
}

#Finish .card-block .subheader {
    padding: 0px;
}

#Finish #finishTxt2 {
    margin-top: 30px;
    margin-bottom: 50px !important;
}

#Finish #finishTxt3 {
    margin-bottom: 40px !important;
}

#Finish #finishTxt4 {
    font-size: 1.25rem;
    margin-bottom: 15px !important;
}

#Finish #finishTxt5 {
    font-size: 1.25rem;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.btnReverse {
    display: flex;
    flex-direction: row-reverse;
}
#welcome .sub-card-block {
    margin-top: 1px;
}


@media screen and (max-width: 820px) {
    .btnRow .btn, #changeFilter, #btncancel4 {
        width: 100%;
        margin-bottom: 10px;
    }

    .btnNotice .btn {
        width: 95%;
        margin-bottom: 10px;
    }

    .card-header, #navList {
        position: initial;
    }


    .rightBlock {
        display: block;
        text-align: center;
        float: unset;
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .dropdownContainer {
        display: inline-block;
    }


    .appLanguages, .headerHelp {
        position: unset;
    }

    .hdrImgContainer {
        text-align: center;
    }

    .hdrImgContainer {
        text-align: center !important;
    }

        .hdrImgContainer h4 {
            display: block;
            margin-right: 0px;
        }

    .headerHelp {
        margin-top: 0px;
        display: inline-block;
        vertical-align: middle;
    }
}

@media screen and (max-width: 768px) {
    .collapsedFilter {
        width: 100%;
    }
}
