/*Alert Box*/

@media only screen and (orientation : landscape) {
    .modal-content p {
        font-size: 18px;
        text-align: center;
        line-height: 28px;
    }

    .modal-content h2 {
        font-size: 32px;
        font-weight: bold;
        text-align: center;
        line-height: 15px;
    }

    .alertBox {
        z-index: 16777100;
        position: absolute;
        top: 55%;
        background: 0 0;
        padding: 0;
        box-shadow: none;
        margin-top: -15%;
        margin-left: 18%;
        margin-right: 18%;
    }
}

#btnDocumentProceed {
    position: relative;
}

#aidFlipVideoButton {
    width: 10%;
}

:focus {
    outline-style: solid;
    outline-width: 2px;
    outline-color: #f50;
    outline-offset: 2px;
}

@media only screen and (orientation : portrait) {
    .modal-content p {
        font-size: 18px;
        text-align: center;
        line-height: 28px;
    }

    .modal-content h2 {
        font-size: 32px;
        font-weight: bold;
        text-align: center;
        line-height: 15px;
    }

    .alertBox {
        z-index: 16777100;
        position: absolute;
        top: 55%;
        background: 0 0;
        padding: 0;
        box-shadow: none;
        margin-top: -50%;
    }
}

::placeholder {
    color: #757575;
}

.selfieImageReview {
    max-width: 100%;
    max-height: 60%;
    margin-left: auto;
    margin-right: auto;
    height: 264px;
}

.labelForm {
    margin-left: 10%;
    text-align: right;
    clear: both;
    float: left;
    font-family: Helvetica, Arial, sans-serif;
    color: #555555;
    margin-top: 5%;
}

.madatoryText {
    color: #E90101;
    font-size: 15px;
}

#hideGif {
    position: relative;
}

#documentDiv, .alertBox, .mask {
    left: 0;
    right: 0;
}

    .alertBox .modal-content {
        margin: auto;
        width: 70%;
        padding: 15px;
        text-align: center;
        border-radius: 10px;
        background: #fff;
    }

    .alertBox input[type=submit] {
        text-align: center;
        white-space: nowrap;
        height: 36px;
        border: 1px solid #007cbe;
        border-radius: 20px;
        box-shadow: none;
        background: #007cbe;
        color: #ffffff;
        min-width: 108px;
        width: 20%;
        margin: 0;
        cursor: pointer;
        font-size: 15px;
        font-weight: 700;
        padding: 0;
        -webkit-appearance: none;
    }

/*Generic*/
body {
    font-family: Helvetica, Arial, sans-serif;
}

.brand-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#divDocumentUpload {
    text-align: center;
}

.brand-button #baseButtonDiv {
    padding-top: 20vw;
}

#baseButtonDiv {
    padding-top: 20vw;
}

#divLogin {
    padding: 4vw;
    text-align: center;
}

.field-validation-error {
    color: red;
    font-size: 15px;
    display: inline-block;
    text-align: left;
}

div:focus {
    border-color: black;
}

li {
    /*margin-top: 4vw;*/
    font-size: 4.8vw;
    line-height: 27px;
    padding-bottom: 20px;
}

ul {
    text-align: left;
}

ol {
    margin-top: 4vh;
    text-align: left;
}


form {
    text-align: center;
    margin-top: 2vh;
    padding-bottom: 30px;
    position: absolute;
    padding-left: 10%;
}

.featureList {
    margin: 4vh 4vw;
    padding: 3vh 3vw;
    text-align: center;
}

    .featureList, .featureList ul {
        list-style-type: none;
        text-align: center;
        /*color: #007cbe;*/
    }

        .featureList li.tick:before {
            content: "\2713";
            color: darkgreen;
            padding-right: 1vw;
        }

.loader {
    display: block;
    position: absolute;
    left: 50%;
    margin: auto;
    top: 13%;
    z-index: 999;
    width: 200px;
    margin-left: -100px;
}


.modal-content {
    position: relative;
    background-color: #ffffff;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.mask {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.clearfix {
    clear: both;
}

h1 {
    font-size: 9.6vw;
    font-weight: bold;
    text-align: center;
    line-height: 10.666vw;
    /*padding-bottom: 20px;*/
}

h2 {
    font-size: 7.8vw;
    font-weight: bold;
    text-align: center;
    line-height: 8.5333vw;
    /*padding-bottom: 20px;*/
}

h3 {
    font-size: 6.4vw;
    font-weight: bold;
    text-align: center;
    line-height: 7.4666vw;
    /*padding-bottom: 20px;*/
}

h4 {
    font-size: 5.0666vw;
    font-weight: bold;
    text-align: center;
    line-height: 5.8666vw;
    /*padding-bottom: 20px;*/
}

p {
    font-size: 4.8vw;
    text-align: center;
    line-height: 7.1999vw;
    /*padding-bottom: 40px;*/
}

li {
    /*margin-top: 4vw;*/
    font-size: 4.8vw;
    line-height: 7.1999vw;
    padding-bottom: 20px;
}


/* ALL <H1> TAGS SHOULD BE USING THIS STYLING */

#imgPassport, #imgLicenseFront1, #imgLicenseBack1 {
    max-width: 100%;
    width: auto;
    max-height: 200px;
}

#imgBanner {
    max-width: 60%;
    max-height: 60%;
}

#passportGif {
    max-width: 100%;
    max-height: 60%;
    margin-left: auto;
    margin-right: auto;
}

#documentGif {
    max-width: 100%;
    max-height: 60%;
    margin-left: auto;
    margin-right: auto;
}

.imgLogo {
    max-width: 30%;
    max-height: 30%;
}



img {
    /*max-width: 60%;
    max-height: 60%;*/
    /*width: 100%;
    height: auto;*/
}

.divClass {
    margin: 2vh 2vw;
    border: 3px solid #ecedf0;
    border-radius: 14px;
    padding: 1vh;
    background-image: url(../img/add-icon.png);
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
    /*width: 100%;*/
    height: auto;
}



.divClassAfter {
    margin: 2vh 2vw;
    border: 3px solid #ecedf0;
    border-radius: 14px;
    padding: 1vh;
    background-image: url(../img/retry.png);
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
    width: 90%;
    height: auto;
    position: relative;
    background-color: white;
}

.imgPreview {
    margin-top: 20px;
    float: left;
    margin-left: 20px;
    max-height: 150px;
    max-width: 200px;
    height: 150px;
    width: 200px;
}

.imgPreview-div {
    float: left;
    width: 50%;
    height: auto;
}

    .imgPreview-div img {
        width: 60%;
        height: auto;
    }

.imgSelfiePreview {
    margin-top: 20px;
    float: left;
    margin-left: 20px;
    max-height: 250px;
    max-width: 300px;
    height: 250px;
    width: 300px;
}

.imgSelfiePreview-div {
    float: left;
    width: 90%;
    height: auto;
}

    .imgSelfiePreview-div img {
        max-width: 60%;
        max-height: 518px;
    }

.img-bg {
    height: 320px;
    max-height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

button, .cfa-btnUpload, .fileUpload {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    height: 50px;
    border: 1px solid;
    box-shadow: none;
    /*background-color: #007cbe;*/
    /*color: #ffffff;*/
    min-width: 100px;
    width: 100%;
    /*margin-top: 140px;*/
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    font-size: 5vh;
    border-radius: 4px;
}

#ios_div {
    margin: auto;
    width: auto;
}


#ios_button_span {
    position: relative;
    margin: auto;
    top: 25%;
}

#divDocumentType .input-box {
    width: 100px;
    text-align: center;
}

#divDocumentType span {
    text-align: left;
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
    min-height: 100%;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
}

#divReviewScreen {
    margin-top: 50px;
}

div#divDocumentType {
    background: none;
}

#divReviewContent {
    margin-top: 50px;
}

#divReviewScreen span {
    color: #6D7074;
    font-size: 20px;
}

#divReviewContent span {
    text-align: left;
    width: 100%;
    /*padding: 0px 15px;*/
    box-sizing: border-box;
    min-height: 100%;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
}

#divReviewContent .input-box {
    width: 100px;
    text-align: center;
}

/* The container */
#divReviewContent .container {
    display: block;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    text-align: left;
    margin: 0 15px 15px;
    padding-top: 10px;
    font-weight: bold;
    color: #6D7074;
}

    #divReviewContent .container b {
        font-size: 14px;
        color: #9c9c9c;
        display: block;
        font-weight: normal;
        margin-top: 3px;
    }

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
#divReviewContent .container .checkmark {
    position: absolute;
    top: 10px;
    left: 0;
    height: 40px;
    width: 40px;
    background-color: #eee;
    text-align: center;
    width: 40px;
    min-height: 40px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
#divReviewContent .container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
#divReviewContent .container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
#divReviewContent .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#divReviewContent .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
#divReviewContent .container .checkmark:after {
    left: 15px;
    top: 10px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#divReviewContent label.container:after {
    content: '';
    background: url(../img/play-symbol.png) center center no-repeat;
    background-size: 60%;
    height: 52px;
    width: 24px;
    display: block;
    position: absolute;
    right: 2px;
    top: 0px;
}

input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    font-size: 20px;
}

select {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0px;
    -moz-appearance: none !important;
    -moz-border-radius: 0px;
    font-size: 15px;
    background-image: url(../img/dropDown.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 1.5em;
    display: inline-block;
    background-color: white;
}

#licenses, #passports {
    position: relative;
    background-color: white;
    height: 100%;
    border-width: 0px;
}

.largeText {
    font-size: 6.4vw;
    font-weight: bold;
    text-align: center;
    line-height: 7.4666vw;
}

input[type='text'],
input[type='number'],
input[type='password'],
textarea {
    font-size: 3vw;
    text-indent: 9px;
    /*align-content: center;*/
    width: 80%;
}

input[type='tel'] {
    height: 40px;
}

.mt50 {
    /*margin-top: 40px;*/
}

#divResults p {
    font-weight: normal;
    text-align: center;
    color: #6D7074;
    padding: 0px 20px 0px 20px;
}

#divResults .tran-sub {
    font-size: 20pt;
    font-weight: normal;
    text-align: center;
    color: #008BDE;
    margin-top: 10px;
}

#divResults span {
    font-weight: normal;
    text-align: center;
    font-size: 12pt;
    letter-spacing: 4px;
}

#divResults h5 {
    text-align: center;
    color: grey;
    margin-top: 14px;
    margin-bottom: 10px;
}

#selfie {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 350px;
    margin: 0px auto;
    padding-top: 5px;
}

.settingsPopup {
    position: absolute;
    top: 50%;
    margin: -159px auto;
    left: 0;
    right: 0;
    background: none;
    padding: 0px;
    box-shadow: none;
    z-index: 99;
}

    .settingsPopup .modal-content {
        margin: auto;
        width: 80%;
        padding: 15px;
    }

.modal-content input, #divLogin input {
    Height: 6vh;
    margin-bottom: 1vh;
    border: 1px solid #ccc;
}

.modal-content select {
    width: 100%;
    HEIGHT: 40px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding-left: 5px;
}


#divLogin h1 {
    text-align: center;
}

/*#divLogin input#btnLogin {
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    height: 50px;
    border: 1px solid #008bde;
    box-shadow: none;
    background: #008bde;
    color: #fff;
    min-width: 100px;
    width: 94%;
    margin: 46px 0px 0px 10px;
    cursor: pointer;
    font-size: 22px;
}*/


.settingsPopup .modal-content input#btnSettings, .settingsPopup .modal-content input#btnLogin {
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    height: 50px;
    border: 1px solid #008bde;
    box-shadow: none;
    background: #008bde;
    color: #fff;
    min-width: 100px;
    width: 100%;
    margin: 0;
    cursor: pointer;
    /* margin-top: 140px; */
}

.settingsPopup .modal-content h1 {
    font-size: 19px;
    text-align: center;
    margin: -15px -15px 15px;
    background: #f5f5f5;
    color: #0c2074;
    padding: 12px 0 12px;
}

.settingsPopup .modal-content .close {
    background: #000;
    cursor: pointer;
    color: #FFF;
    border-radius: 50%;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 20px;
    font-weight: normal;
}

#divInstruction, #divAlert, #divAlertBox {
    position: absolute;
    top: 63%;
    margin: -159px auto;
    left: 0;
    right: 0;
    background: none;
    padding: 0px;
    box-shadow: none;
    z-index: 99;
}

    #divInstruction .modal-content, #divAlert .modal-content, #divAlertBox .modal-content {
        margin: auto;
        width: 80%;
        padding: 15px;
        text-align: center;
        border-radius: 10px;
    }

        #divInstruction .modal-content h1, #divAlert .modal-content h1, #divAlertBox .modal-content h1 {
            font-size: 20px;
            text-align: center;
            margin: -15px -15px 15px;
            background: #f5f5f5;
            color: #009AD9;
            padding: 12px 0 12px;
            border-radius: 10px 10px 0px 0px;
            font-weight: bold;
        }

        #divInstruction .modal-content input#btnOK, #divAlert .modal-content input#btnOk, #divAlertBox .modal-content input#buttonOK {
            text-align: center;
            white-space: nowrap;
            cursor: pointer;
            height: 40px;
            border: 1px solid #008bde;
            border-radius: 3px;
            box-shadow: none;
            background: #008bde;
            color: #fff;
            min-width: 100px;
            width: 10%;
            margin: 0;
            cursor: pointer;
            font-size: 15px;
            font-weight: bold;
        }

.width33 {
    font-size: 4vw;
    display: table;
    padding: 10px 15px;
    border-top: 1px solid #D4D9DF !important;
}

    .width33 span {
        display: block;
        text-align: center;
        position: relative;
    }

div.width33 span:after {
    content: '';
    background: url(../img/play-symbol.png) center center no-repeat;
    background-size: 60%;
    height: 45px;
    width: 24px;
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
}

#footer {
    font-size: 4.375vw;
    font-weight: normal;
    text-align: center;
    padding-bottom: 50px;
}

header {
    text-align: center;
    padding: 2vw;
    border-bottom: 1px solid #eef0f2;
}

/*#divStart p {
    font-weight: normal;
    text-align: center;
    padding: 0 10px 10px;
}*/

#documentSelectDiv {
    position: absolute;
    bottom: 5px;
    border: 1px solid #D4D9DF;
    border-radius: 11px;
    margin: 12px;
    background-color: white;
    left: 0px;
    right: 0px;
}

    #documentSelectDiv p {
        text-align: center;
        padding: 20px 0;
        font-size: 17pt;
        margin: 0;
    }

#divDocumentType .input-box {
    width: 80px;
    text-align: center;
}

input#passport, input#id2 {
    height: 50px;
}

input#license {
    width: 50px;
}

#divCancel {
    border-top: 1px solid #D4D9DF !important;
    position: relative;
    background-color: white;
    height: 100%;
    color: blue;
    font-size: 35px;
    border-width: 0px;
}

    #divCancel p {
        /*font-weight: bold;
        font-size: 12pt;*/
    }

#divPassport p, #divLicense p, #divID2 p, #divDocument p {
    margin: 0;
    font-size: 4vw;
    color: #6C7489;
}

#divPassport h3, #divLicense h3, #divID2 h3, #divDocument h3 {
    margin: 0;
    color: #6C7489
}

#divPassport, #divLicense, #divID2, #divDocument {
    background-color: transparent;
}

#divError {
    text-align: center;
}

    #divError p {
        padding: 20px;
        font-size: 15px;
    }

.skipSelfie {
    font-size: 12pt;
    color: blue;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 55px;
    text-align: center;
    margin: 5px auto;
}

#resultContent {
    text-align: center;
    margin-top: 20px;
}

    #resultContent img {
        height: 40px;
    }

.processToken {
    background-color: #F1F3F6;
    border-radius: 10px;
    height: 250px;
    margin: 15px;
    text-align: center;
    line-height: 0.5;
}

    .processToken p {
        color: #009AD9;
        font-size: 18pt;
    }

    .processToken img {
        margin-top: 48px;
        height: 50px;
    }

    .processToken span {
        font-size: 19px;
        line-height: 1.5;
    }

.transactionId {
    /*border: 2px solid lightgray;*/
    border-radius: 10px;
    height: 74px;
    margin: 0 35px;
    text-align: center;
    background-color: #EAFFE6;
    padding: 5px;
}

    .transactionId h5 {
        margin-top: 10px;
    }

#processSelfie p {
    color: #009AD9;
    font-size: 18pt;
    margin-top: 35px;
}

#selfie {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 400px;
    /* padding: 0px 0px 10px 42px; */
    margin: -9px auto;
    padding-top: 5px;
}

#captureSelfie {
    /*padding-top: 20px;*/
}
/*#captureSelfie h1 {
    margin-top: 10px;
}*/

#ios_img {
    max-width: 100%;
    max-height: 60%;
    margin-left: auto;
    margin-right: auto;
}

#divPlatformError p {
    font-size: 3vh;
    text-align: center;
}

#divRegion {
    position: absolute;
    top: 100px;
    border: 1px solid #D4D9DF;
    border-radius: 11px;
    margin: 0 15px;
    background-color: white;
    left: 0px;
    right: 0px;
    z-index: 9;
}

    #divRegion p {
        text-align: center;
        padding: 20px 0;
        font-size: 17pt;
        margin: 0;
    }

    #divRegion .width34 {
        font-size: 13pt;
        text-align: center;
        display: block;
        padding: 16px 15px;
        border-top: 1px solid #D4D9DF !important;
    }

#divSupportNumber {
    height: 30px;
    margin: 0px 35px;
    text-align: center;
}

    #divSupportEmail span, #divSupportNumber span {
        padding: 12px 0;
        display: inline-block;
        width: 100%;
        font-size: 15px;
    }

    #divSupportNumber a {
        color: #009AD9;
        padding: 12px 0;
        display: inline-block;
        width: 100%;
        font-size: 15px;
        text-decoration: none;
    }

#supportHeading {
    margin-bottom: -16px;
}

#divError .mt60 {
    position: absolute;
    bottom: 200px;
    left: 0;
    right: 0;
}

#divSignIn {
    height: 40px;
    border: 1px solid #ccc;
    margin: 10px 0px;
    padding-left: 10px;
}

    #divSignIn p::after {
        content: '';
        background: url(../img/play-symbol.png) center center no-repeat;
        background-size: 60%;
        height: 22px;
        width: 24px;
        display: block;
        position: absolute;
        right: -2px;
        top: 0;
    }

    #divSignIn p {
        font-size: 15px;
        position: relative;
        margin: 9px 0;
    }

#appversion {
    position: absolute;
    left: unset;
    right: 0;
    top: 9px;
    text-align: center;
    font-size: 10px;
    color: #989898;
}

#divAbort {
    border-top: 1px solid #D4D9DF !important;
}

#alertMsg {
    font-size: 20px;
}






#divSendConfirmCode {
    text-align: center;
    margin-top: 35px;
}

    /*#divSendConfirmCode input {
    width: 83%;
    HEIGHT: 40px;    
    margin: 10px 0px 0px 9px;
    border: 1px solid #ccc;
}*/

    #divSendConfirmCode .mt50 {
        margin-top: 30px;
    }

    #divSendConfirmCode span {
        padding: 10px;
        font-size: 20px;
    }

#divConfirmCode {
    text-align: center;
    margin-top: 35px;
}

    #divConfirmCode input {
        width: 281px;
        HEIGHT: 40px;
        /* margin-bottom: 15px; */
        /*margin: 10px 0px 0px 9px;*/
        border: 1px solid #ccc;
    }

    #divConfirmCode .mt50 {
        margin-top: 28px;
    }

    #divConfirmCode span {
        padding: 10px;
        font-size: 20px;
        margin-top: -1px;
        display: inline-block;
    }

    #divConfirmCode .mt50 a {
        margin-top: 20px;
        position: fixed;
        right: 0px;
        left: 0px;
        top: 270px;
    }

#divTransactionDetails {
    text-align: center;
}

.segment {
    background: white;
    border-radius: 50px;
    height: 46px;
    width: 80%;
    margin: 20px auto;
    padding-top: 15px;
    font-size: 25px;
    border: 2px solid #008bde;
}

.details-transaction {
    border: 1px solid;
    border-radius: 50px;
    width: 80%;
    height: 28px;
    margin: 0 auto;
    padding-top: 8px;
}

.details {
    position: relative;
    top: 38px;
    left: 0;
    right: 0;
    margin: 15px 10px;
    border-top: 1px solid #D4D9DF !important;
}

    .details:last-child {
        border-bottom: 1px solid #D4D9DF !important;
    }

    .details p {
        text-align: left;
        margin: 5px 0;
        font-weight: 600;
        font-size: 15px;
        padding-top: 16px;
    }

    .details span {
        text-align: left;
        display: block;
        font-size: 16px;
    }

        .details span:after {
            content: '';
            background: url(../img/play-symbol.png) center center no-repeat;
            background-size: 60%;
            height: 52px;
            width: 24px;
            display: block;
            position: absolute;
            right: 12px;
            top: 15px;
        }

        .details span:last-child {
            margin-bottom: 12px;
        }

.img-result {
    float: left;
    width: 50px;
    margin-left: 10px;
    margin-top: 18px;
    margin-right: 20px;
}

.data-details {
    padding-left: 20px;
    padding-right: 35px;
}

    .data-details p {
        width: 50%;
        float: left;
    }

        .data-details p.text-right {
            text-align: right;
            font-size: 15px;
        }

        .data-details p.text-left {
            text-align: left;
            font-weight: bold;
            font-size: 15px;
        }

.closebtn {
    height: 15px;
    float: right;
    margin-top: -39px;
    margin-right: 13px;
}

#divRecDetails h1, #divDocDetails h1, #divSelfieDetails h1 {
    margin-top: 50px;
}

.inner-circle {
    margin: 0 auto 80px;
    border: 4px solid #009AD9;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    position: relative;
    box-sizing: border-box;
    line-height: 50px;
}

    .inner-circle p {
        font-size: 50px;
        position: absolute;
        left: 0;
        right: 0;
        top: -28px;
    }

    .inner-circle span {
        position: absolute;
        left: 0;
        right: 0;
        top: 63px;
    }

.img-selfie-right {
    height: 150px;
    max-height: 200px;
    /*float: right;
    margin-top: 200px;
    margin-right: 40px;*/
}

.img-doc-left {
    height: 150px;
    max-height: 200px;
    /*float: left;
    margin-top: 200px;
    margin-left: 40px;*/
}

.w50 {
    width: 50%;
    padding: 0 30px;
    box-sizing: border-box;
    float: left;
}

    .w50 .checkbox-img {
        display: block;
        position: relative;
        padding-bottom: 20px;
    }

        .w50 .checkbox-img img {
            border: 1px solid #87fe00;
            position: absolute;
            background: #fff;
            border-radius: 50%;
            padding: 7px;
            margin: 0 auto;
            left: 50%;
            top: 0%;
            display: inline-block;
            transform: translate(-50%, -50%);
        }

.tile {
    width: 80%;
    margin: 0px auto;
}

.tab-pane {
    padding: 15px;
    height: 80px;
}

.nav-tabs {
    position: relative;
    border: none !important;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    display: inline-block;
}

    .nav-tabs > li {
        float: left;
        position: relative;
        display: block;
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs li {
    /*margin: 0px;*/
    margin-right: 6px;
}

    .nav-tabs li a {
        position: relative;
        padding: 12px 29px !important;
        font-size: 15pt;
        border: none !important;
        color: #333;
        margin: 0 4px;
        display: inline-block;
        min-width: 51px;
        text-decoration: none;
    }

.nav-tabs a:hover {
    background-color: #fff !important;
    border: none;
}

.slider {
    display: inline-block;
    width: 104px !important;
    height: 36px;
    /* border-radius: 29px; */
    background-color: #009AD9;
    position: absolute;
    z-index: 1;
    bottom: 2px;
    transition: all .4s linear;
    margin: 0 6px;
    top: 7px;
}

.nav-tabs .active a {
    background-color: transparent !important;
    border: none !important;
    color: #fff !important;
    z-index: 9;
}

#divDocDetails img {
    height: 200px;
    margin: 20px;
}

#errorFirstName, #errorLastName, #errorZipcode {
    color: #E90101;
}
/*Css for small mobile devices*/
@media only screen and (min-device-width: 320px) and (orientation: portrait) {

    #divLogin {
        padding: 1vw;
        text-align: center;
    }

    #ios_button_span {
        /*bottom: 15px;*/
    }

    #selfie {
        max-height: 280px;
        padding-top: 5px;
    }

    .divClass {
        padding: 1vh;
        margin: 2vh 2vw;
        /*max-height: 115px;*/
        /*width: 100%;*/
        position: relative;
        background-color: white;
        height: auto;
        width: 90%;
    }

    .imgPreview-div img {
        width: 60%;
        /*max-height: 103px;*/
        height: auto;
    }

    #selfie {
        max-height: 280px;
        margin-top: 8px;
        padding-top: 5px;
    }

    #divError .mt60 {
        bottom: 70px;
    }

    #message {
        /*font-size: 17px;*/
    }

    #divRegion {
        top: 70px;
    }

        #divRegion p {
            padding: 10px 0;
        }


    /*#captureSelfie h1 {
        margin-top: 25px;
    }*/
    #divError p {
        padding: 3px 20px;
    }

    #divError .mt60 {
        bottom: 48px;
    }

    #divInstruction .modal-content input#btnOK, #divAlert .modal-content input#btnOk, #divAlertBox .modal-content input#buttonOK {
        height: 34px;
    }

    #divReviewContent .container {
        font-size: 17px;
    }

    #divDocumentType span {
        font-size: 16px;
    }
}

@media only screen and (min-device-width: 320px) and (orientation: portrait) {
    #divRegion .width34 {
        padding: 10px 15px;
    }

    #divReviewContent {
        margin-top: 70px;
    }
}

@media only screen and (min-device-width: 320px) and (orientation: landscape) {

    #divLogin {
        padding: 1vw;
        text-align: center;
    }

    .mt50 {
        margin-top: 0px;
    }

    #divResults {
        text-align: center;
        display: block;
    }

        #divResults p {
            font-size: 18px;
        }

        #divResults span {
            font-size: 18px;
        }

        #divResults .tran-sub {
            font-size: 25px;
            color: #008BDE;
        }

        #divResults .mt50 {
            position: absolute;
            top: 50%;
            left: 0px;
            right: 0px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    #selfie {
        width: auto;
        height: auto;
        max-width: 100%;
        margin: 0px auto;
        max-height: 200px;
        padding-top: 5px;
    }

    /*#divStart p {
        font-size: 4vw;
    }*/



    .imgPreview-div img {
        height: auto;
    }

    .width33 {
        padding: 10px 15px;
    }

    .divClass {
        padding: 7px;
        position: relative;
        background-color: white;
    }

    .divClassAfter {
        padding: 7px;
    }

    #divInstruction {
        top: 80%;
    }

    #documentSelectDiv p {
        padding: 15px 0;
    }

    button, .cfa-btnUpload, .fileUpload {
        height: 50px;
    }

    /*#divPassport p, #divLicense p, #divID2 p {

        font-size: 4vw;
    }*/

    #ios_button_span {
        /*bottom: 7px;*/
    }

    .settingsPopup {
        top: 63%;
    }

    #resultContent {
        text-align: center;
        margin-top: 40px;
    }

        #resultContent img {
            height: 30px;
        }

    #message {
        font-size: 17px;
    }
}

@media only screen and (min-device-width: 360px) and (orientation: portrait) {



    #divLogin {
        padding: 1vw;
        text-align: center;
    }

    #ios_button_span {
        /*bottom: 15px;*/
    }

    #selfie {
        max-height: 280px;
        padding-top: 5px;
    }


    .divClass {
        padding: 1vh;
        margin: 2vh 2vw;
        /*max-height: 115px;*/
        /*width: 100%;*/
        height: auto;
    }

    .imgPreview-div img {
        width: 60%;
        /*max-height: 103px;*/
        height: auto;
    }

    #selfie {
        max-height: 280px;
        margin-top: 8px;
        padding-top: 5px;
    }

    #divError .mt60 {
        bottom: 70px;
    }

    #message {
        /*font-size: 17px;*/
    }

    #divRegion {
        top: 70px;
    }

        #divRegion p {
            padding: 10px 0;
        }

    /*#captureSelfie h1 {
        margin-top: 25px;
    }*/

    #divError p {
        padding: 3px 20px;
    }

    #divError .mt60 {
        bottom: 48px;
    }

    #divInstruction .modal-content input#btnOK, #divAlert .modal-content input#btnOk, #divAlertBox .modal-content input#buttonOK {
        height: 34px;
    }

    #divReviewContent .container {
        font-size: 17px;
    }

    #divDocumentType span {
        font-size: 16px;
    }
}

@media only screen and (min-device-width: 360px) and (orientation: landscape) {

    #divLogin {
        padding: 1vw;
        text-align: center;
    }

    #ios_button_span {
        /*bottom: 15px;*/
    }

    #selfie {
        max-height: 280px;
        padding-top: 5px;
    }


    .divClass {
        padding: 1vh;
        margin: 2vh 2vw;
        /*max-height: 115px;*/
        /*width: 100%;*/
        height: auto;
    }

    .imgPreview-div img {
        width: 60%;
        /*max-height: 103px;*/
        height: auto;
    }

    #selfie {
        max-height: 280px;
        margin-top: 8px;
        padding-top: 5px;
    }

    #divError .mt60 {
        bottom: 70px;
    }

    #message {
        /*font-size: 17px;*/
    }

    #divRegion {
        top: 70px;
    }

        #divRegion p {
            padding: 10px 0;
        }


    /*#captureSelfie h1 {
        margin-top: 25px;
    }*/

    #divError p {
        padding: 3px 20px;
    }

    #divError .mt60 {
        bottom: 48px;
    }

    #divInstruction .modal-content input#btnOK, #divAlert .modal-content input#btnOk, #divAlertBox .modal-content input#buttonOK {
        height: 34px;
    }

    #divReviewContent .container {
        font-size: 17px;
    }

    #divDocumentType span {
        font-size: 16px;
    }
}

@media only screen and (min-device-width : 480px) and (orientation : portrait) {
    #divLogin {
        padding: 1vw;
        text-align: center;
    }

    #ios_button_span {
        /*bottom: 15px;*/
    }

    #selfie {
        max-height: 280px;
        padding-top: 5px;
    }


    .divClass {
        padding: 1vh;
        margin: 2vh 2vw;
        /*max-height: 115px;*/
        /*width: 100%;*/
        height: auto;
    }

    .imgPreview-div img {
        width: 60%;
        /*max-height: 103px;*/
        height: auto;
    }

    #selfie {
        max-height: 280px;
        margin-top: 8px;
        padding-top: 5px;
    }

    #divError .mt60 {
        bottom: 70px;
    }

    #message {
        /*font-size: 17px;*/
    }

    #divRegion {
        top: 70px;
    }

        #divRegion p {
            padding: 10px 0;
        }



    /*#captureSelfie h1 {
        margin-top: 25px;
    }*/

    #divError p {
        padding: 3px 20px;
    }

    #divError .mt60 {
        bottom: 48px;
    }

    #divInstruction .modal-content input#btnOK, #divAlert .modal-content input#btnOk, #divAlertBox .modal-content input#buttonOK {
        height: 34px;
    }

    #divReviewContent .container {
        font-size: 17px;
    }

    #divDocumentType span {
        font-size: 16px;
    }
}

/*iPad*/
@media only screen and (min-device-width:768px) and (orientation:portrait) {
    ol {
        margin-left: 40px;
    }

    button, .cfa-btnUpload, .fileUpload {
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        height: 65px;
        border: 1px solid;
        box-shadow: none;
        /*background-color: #007cbe;*/
        /*color: #ffffff;*/
        min-width: 100px;
        width: 100%;
        /*margin-top: 140px;*/
        position: fixed;
        bottom: 0px;
        right: 0px;
        left: 0px;
        font-size: 4vh;
        border-radius: 4px;
    }

    .img-bg {
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        margin: auto;
        height: 320px;
        max-height: 400px;
        width: 60%;
        left: 20%;
        right: 20%;
        top: 10%;
    }
}

/*iPhoneX*/
@media only screen and (min-device-width:812px) and (orientation:landscape) {
    .img-bg {
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        margin: auto;
        max-height: 280px;
        width: 100%;
    }
}


/*iPad Pro 1024 x 1366*/
@media only screen and (min-device-width: 1024px) and (orientation : portrait) {
    body.modal-open {
        overflow: hidden;
    }

    ol {
        margin-left: 40px;
    }

    .img-bg {
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        margin: auto;
        height: 320px;
        max-height: 400px;
        width: 60%;
        left: 20%;
        right: 20%;
        top: 10%;
    }

    button, .cfa-btnUpload, .fileUpload {
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        height: 50px;
        border: 1px solid;
        box-shadow: none;
        /*background-color: #007cbe;*/
        /*color: #ffffff;*/
        min-width: 100px;
        width: 100%;
        /*margin-top: 140px;*/
        position: fixed;
        bottom: 0px;
        right: 0px;
        left: 0px;
        font-size: 4vh;
        border-radius: 4px;
    }
}

/*iPad Pro 1024 x 1366*/
@media only screen and (min-device-width: 1366px) and (orientation : landscape) {
    body.modal-open {
        overflow: hidden;
    }

    ol {
        margin-left: 40px;
    }

    ul.featureList {
        margin-left: 38%;
        margin-right: 25%;
    }

    button, .cfa-btnUpload, .fileUpload, .brand-button {
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        height: 70px;
        border: 1px solid;
        box-shadow: none;
        min-width: 100px;
        width: 100%;
        position: fixed;
        bottom: 0px;
        right: 0px;
        left: 0px;
        font-size: 4vh;
        border-radius: 4px;
    }
}


/*HP Hybrid tablet*/
/*Resolution 1440 X 900 at 150% scale = 960 x 458*/
@media only screen and (min-device-width : 960px) and (orientation : landscape) {
    body.modal-open {
        overflow: hidden;
    }

    #divRescanDocument > div > p {
        font-size: 3em !important;
    }

    #passportGif {
        width: 400px;
        height: 280px;
    }

    #documentGif {
        width: 400px;
        height: 280px;
    }

    #ios_img {
        width: 400px;
        height: 280px;
    }

    h1 {
        font-size: 34px;
        font-weight: bold;
        text-align: center;
        line-height: 15px;
    }

    h2 {
        font-size: 32px;
        font-weight: bold;
        text-align: center;
        line-height: 15px;
    }

    h3 {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        line-height: 15px;
    }

    h4 {
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        line-height: 20px;
    }

    p {
        font-size: 18px;
        text-align: center;
        line-height: 1em;
    }

    #divPassport p, #divLicense p, #divID2 p, #divDocument p {
        font-size: 20px;
        text-align: center;
        line-height: 30px;
    }

    .imgLogo {
        max-width: 13%;
        max-height: 13%;
    }

    #baseButtonDiv {
        padding-top: 10px;
    }

    #baseButtonLicenseDiv {
        padding-top: 60px;
    }

    button, .cfa-btnUpload, .fileUpload, .brand-button {
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        height: 65px;
        border: 1px solid;
        box-shadow: none;
        min-width: 100px;
        width: 100%;
        position: fixed;
        bottom: 0px;
        right: 0px;
        left: 0px;
        font-size: 4vh;
        border-radius: 4px;
    }

    input[type='text'], input[type='number'], input[type='password'], textarea {
        font-size: 15px;
        width: 250px;
    }

    form {
        text-align: center;
        margin-top: 20px;
        padding-bottom: 80px;
    }


    .featureList {
        margin-left: 33%;
        margin-right: 25%;
    }


    .img-bg {
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        margin: auto;
        max-height: 280px;
        width: 100%;
    }

    #documentSelectDiv {
        position: absolute;
        bottom: 5px;
        border: 1px solid #D4D9DF;
        border-radius: 11px;
        margin: 12px;
        background-color: white;
        margin-left: 30%;
        margin-right: 30%;
    }

    li {
        font-size: 20px;
        line-height: 30px;
        text-align: left;
        padding-bottom: 15px;
    }

    ul {
        text-align: left;
    }

    ol {
        margin-top: 30px;
        text-align: center;
        padding-left: 15%;
        padding-right: 10%;
    }

    #divLogin {
        padding: 10px;
        text-align: center;
    }

    #selfie {
        max-height: 280px;
        margin-top: 8px;
        padding-top: 5px;
    }

    #divDocumentType span {
        font-size: 18px;
    }

    .divClass {
        margin: 2vh 2vw;
        border: 3px solid #ecedf0;
        border-radius: 14px;
        padding: 1vh;
        background-image: url(../img/add-icon.png);
        background-repeat: no-repeat;
        background-position: right;
        cursor: pointer;
        height: auto;
        /*margin-left: 25%;*/
        margin-right: 25%;
    }

    .divClassAfter {
        margin: 2vh 2vw;
        border: 3px solid #ecedf0;
        border-radius: 14px;
        padding: 1vh;
        background-image: url(../img/retry.png);
        background-repeat: no-repeat;
        background-position: right;
        cursor: pointer;
        height: auto;
        width: 90%;
        /*margin-left: 25%;*/
        margin-right: 25%;
        position: relative;
        background-color: white;
    }

    #footer {
        font-size: 20px;
    }

    #btnVerifyDocument {
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        height: 50px;
        box-shadow: none;
        min-width: 100px;
        width: 100%;
        position: fixed;
        bottom: 0px;
        right: 0px;
        left: 0px;
        font-size: 4vh;
        border-radius: 4px;
    }

    .alertBox {
        z-index: 16777100;
        position: absolute;
        top: 35%;
        background: 0 0;
        padding: 0;
        box-shadow: none;
        margin: 0% 30% 0% 30%;
    }

    .alertBox .modal-content {
        margin: auto;
        width: 70%;
        padding: 20px;
        text-align: center;
        border-radius: 10px;
        background: #fff;
        max-height: 600px;
        max-width: 900px;
    }

    .alertBox input[type=submit] {
        text-align: center;
        white-space: nowrap;
        height: 36px;
        border: 1px solid #007cbe;
        border-radius: 20px;
        box-shadow: none;
        background: #007cbe;
        color: #ffffff;
        min-width: 108px;
        max-width: 100px;
        max-height: 100px;
        margin: 0;
        cursor: pointer;
        font-size: 20px;
        font-weight: 700;
        padding: 0;
        -webkit-appearance: none;
    }

    #captureSelfie {
        padding-bottom: 50px;
    }

    .processToken {
        background-color: #F1F3F6;
        border-radius: 10px;
        height: 300px;
        margin: 0 30% 0 30%;
        text-align: center;
        line-height: 0.5;
    }

    .processToken img {
        margin-top: 60px;
        height: 60px;
    }

    .processToken span {
        font-size: 25px;
        line-height: 1.5;
    }
}
