﻿body {
}

.tdpaddingbottom {
    padding-bottom: 15px;
}
.heading {
    font-size: 24px;
    color: #5cb44c;
    text-transform: uppercase;
    font-weight: 600;
}
/*form styles*/
.api-registration {
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    padding: 20px;
}
.api-registration label {
    font-size: 14px;
    float: left;
    color: #505050;
    text-align: left;
}

table#ctl00_MainContent_RadioButtonpreference tr {
    width: 50% !important;
    float: left;
}

.controls {
    float: left;
    width: 100%;
    text-align: left;
}

    .api-registration fieldset {
        background: white;
        border: 0 none;
        border-radius: 3px;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
        padding: 20px 30px;
        box-sizing: border-box;
        /*stacking fieldsets above each other*/
        /*position: absolute;*/
        position: relative;
    }

    .api-registration label {
        font-size: 14px;
        float: left;
    }

    .api-registration .form-label {
        font-size: 14px;
        float: left;
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
    }

    /*Hide all except first fieldset*/
    .api-registration fieldset:not(:first-of-type) {
        display: none;
        min-width: 100%;
    }
    /*inputs*/
.api-registration input[type="text"], .api-registration textarea {
    padding: 15px;
    border: 1px solid #ccc;
    /* border-radius: 3px; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 20px;
    background-color: #fdfdfd;
}

.api-registration input[type="text"] {
    width: 100%;
    height: 40px;
    background-color: #fdfdfd;
    padding-left: 10px;
}
table#ctl00_MainContent_RadioButtonpreference {
    width: 100%;
    float: left;
}
.api-registration select {
    width: 100%;
    height: 40px;
    background-color: #fff;
    padding-left: 10px;
    font-weight: 700;
}
.field-container input[type="radio"], .field-container input[type="checkbox"] {
    width: 25px;
    height: 25px;
    float: left;
    margin-bottom: 10px;
}
.apiregistration-error {
    float: left;
    margin-top: 5px;
}

table#ctl00_MainContent_RadioButtonpreference label {
    margin-top: 7px;
    margin-left: 5px;
}

    .api-registration .field-container {
        margin: 10px 0px;
        float:left;
    }

.time-control select {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #eaeaea;
    padding-left: 10px;
    float: left;
}

.api-registration #wifi input {
    height: 25px;
}

.wid {
    width: auto;
}
/*buttons*/
.api-registration .action-button {
    width: 100px;
    background: #27AE60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

.prescription-form-button {
    padding: 8px 25px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    border: none;
    background: #006a92;
    float: right;
    margin-left: 20px;
}


.api-registration .action-button:hover, .api-registration .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    border-bottom: 3px double #63a945;
    font-size: 20px;
    font-weight: bolder;
    /* text-align: -webkit-left; */
    padding-bottom: 5px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

    #progressbar li {
        list-style-type: none;
        color: #111;
        text-transform: uppercase;
        font-size: 16px;
        width: 33%;
        float: left;
        position: relative;
    }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 25px;
            line-height: 25px;
            display: block;
            font-size: 14px;
            color: #333;
            background: #27AE60;
            border-radius: 3px;
            margin: 0 auto 5px auto;
        }
        /*progressbar connectors*/
        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: #111;
            position: absolute;
            left: -50%;
            top: 9px;
            z-index: -1; /*put it behind the numbers*/
        }

        #progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }
        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        #progressbar li.active:before, #progressbar li.active:after {
            background: #27AE60;
            color: white;
        }

.insuranceDetailSection .row img {
    display: none;
    height: 100px;
    width: 200px;
}

.insuranceDetailSection .row .insuranceText_preview {
    display: none;
}

.secondaryIns-Container {
    display: none;
}

.primaryIns-ManualSection {
    display: none;
}


.previewInput {
    padding: 10px;
    border: 1px solid rgba(153, 153, 153, 0.55);
    /* border-radius: 3px; */
    /* margin-bottom: 10px; */
    width: 100%;
    box-sizing: border-box;
    /* font-family: montserrat; */
    color: #2C3E50;
    font-size: 14px;
    border: none;
    background: #e9e9e9;
    float: left;
    height: 35px;
}

.previewLabel {
    color: #58595b;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    float: left;
}

input[type=file] {
    display: block;
    font-size: 15px !important;
    height: 50px !important;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 5px;
}

.secondaryIns-DisplaySection {
    display: none;
}

.prev_heading {
    font-size: 18px;
    font-weight: bolder;
    text-align: -webkit-left;
    border-bottom: 1px dashed #63a945;
    padding: 20px 0px;
}

.prev-insurance-type-heading {
    padding: 10px;
    border-bottom: 1px solid #63a945;
    width: 33%;
    margin: 0 auto;
}

.secondaryIns-ManualSection {
    display: none
}

.multiStep-SelectBox {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #e6e6e6;
    padding-left: 10px;
}

#step1 {
    /*min-height: 800px;*/
}

#step2 {
    /*min-height: 500px;*/
}

#step3 {
    /*min-height: 600px;*/
}

#step4 {
    /*min-height: 1200px;*/
}


.prev-img-text {
    font-size: 16px !important;
    height: 290px !important;
    background: #fff !Important;
}

/*.secondaryIns-ImagePreview textarea , .primaryIns-ImagePreview textarea {
    height: 100px;
    line-height: 1.3;
    resize: none;
}*/

.img-preview-text {
    font-size: 16px !important;
    height: 320px !important;
    background: #fff !Important;
    line-height: 1.2;
}


.prescription-validation-errors {
    border: 0;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    color: #f37021;
    float: left;
}


.manualInsQuest {
    display: inline-block;
    width: 100%;
}

.left {
    float: left;
}

.textLeft {
    text-align: left;
}

.inline-block {
    display: inline-block;
}

.radioPadding {
    float: left;
    padding: 5px 5px 0px 0px;
}

.min-width-200 {
    min-width: 200px;
}

/* loading wheel CSS start */
.loadingWheelWrapper {
    display: none;
    float: left;
    width: 100%;
    height: 100%;
    background: rgba(224, 222, 222, 0.35);
    position: absolute;
    padding-top: 10%;
    margin-left: -3%;
    margin-top: -2%;
    z-index: 9;
}

.loader {
    font-size: 10px;
    margin: 30% auto;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .loader:before {
        width: 50%;
        height: 50%;
        background: #63a945;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

    .loader:after {
        background: #ffffff;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        content: '';
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* loading wheel CSS End*/

/* iPad */
@media screen and (min-width: 2000px) and (min-height: 1000px) {
}
/* iPad Pro */

@media screen and (max-width: 1024px) {
}
/* iPad  */
@media screen and (max-width: 768px) {
    #languageLB {
        width: 100%;
    }

    .api-registration .col-sm-4 {
        width: 100% !important;
    }

    #primary-selectInsType {
        display: flex !important;
    }

    .primaryIns-ImageSection {
        width: 100% !important;
    }

    #select-SecondInsType {
        display: flex;
    }

    .secondaryIns-ImageSection {
        width: 100% !important;
    }
}

@media screen and (max-width: 414px) {
    /* .api-registration{
        width: 90%;
    }   */
    #languageLB {
        display: -webkit-inline-box;
    }

    .primaryInsType {
        padding: 22px;
    }
    /* .api-registration label {
        font-size: 18px;
        
    }    */
    .template_div {
        margin-left: 25px;
        margin-right: 10px;
    }

    #progressbar li {
        font-size: 10px;
    }

    #progressbar {
        margin-left: 20px;
        margin-right: 10px;
    }

    /* .primaryIns-Container .col-sm-5{
        height: 102px !important;
    } */

    .primaryIns-ManualSection .col-sm-6 {
        height: 62px !important;
    }

    /* .secondaryIns-Container .col-sm-7{
        width: 60% !important;
    } */

    #select-SecondInsType {
        float: left;
        margin-top: 12px;
    }

    #isSecondaryInsurance {
        width: -webkit-fill-available !important;
    }

    .secondaryIns-ManualSection {
        margin-top: 53px;
    }

    .primaryIns-ImageSection {
        margin-top: 20px;
    }

    .prev-insurance-type-heading {
        width: 100%;
    }

    .prev-insurance-type-heading {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .personalDetailsInput p {
        display: grid;
    }

    .primaryIns-Container .col-sm-5 {
        height: 132px !important;
    }
    /* .ManualSection{
        margin-top: 55px;
    } */

    /* .insuranceDetailSection .col-sm-12{
        margin-top: 262px;
    }
    */
    .primaryIns-ManualSectionDiv12 {
        float: left;
    }
}

@media screen and (max-width: 320px) {

    .primaryIns-ManualSectionDiv12 {
        float: left;
    }

    .secondaryIns-ManualSection {
        float: left;
        margin-top: 0px !important;
    }

    .Secondarylb {
        float: left;
    }

    .ManualSection {
        margin-top: 0px !important;
    }

    #progressbar li {
        font-size: 10px;
    }

    .api-registration input[type="radio"] {
        float: left !important;
        display: flex;
    }

    .api-registration label {
        font-size: 15px;
        float: left;
    }

    .api-registration p {
        width: -webkit-fill-available !important;
        display: inline-grid;
    }

    #progressbar {
        margin-left: 12px;
        margin-right: 18px;
    }

    #languageLB {
        width: -webkit-fill-available;
        padding-bottom: 5px;
        float: left !important;
        display: -webkit-inline-box;
    }

    #ff {
        display: -webkit-box !important;
        float: left !important;
        width: 100% !important;
    }

    #id {
        float: left !important;
        width: 100% !important;
    }
    /* .api-registration span{
        margin-bottom: 5px;
    } */

    .api-registration .row {
        margin-bottom: 5px;
        margin-top: 8px;
    }

    #isSecondaryInsurance {
        display: flex;
    }
}



.officialNameStatusIcon {
    position: absolute;
    right: 20px;
    font-size: 25px;
    top: 28px;
    display: none;
}

.validOfficalName {
    color: #5db34e;
}

.validOfficalInvalid {
    color: red;
}
