﻿html,body{
    /*font-family: Roboto,sans-serif;*/
    /*height: 100%;*/
    /*position: relative;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.noscript{
    margin-top:8%;
    text-align: center;
    font-family: Lato,sans-serif;
    color:#787878;
    font-size: 20px;
}

label{
    font-weight: 300;
    font-family: Roboto,sans-serif;
    color:#5c5c5c;
}

::-ms-clear { display: none; }

select::-ms-expand{
  display:none;
}

.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #f7f5ef;
    border: medium none;
    box-shadow: none;
    font-family: Lato,sans-serif;
    color:#787878;
    border-radius:0px;
    
}

.form-control:focus{
   box-shadow:none;
   outline: none;
   border: 1px solid #ccc;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #787878;
}

.bootstrap-select .dropdown-toggle:focus{
   outline: none !important;
   border: 1px solid #ccc;
   border-radius: 0px;
}

.input-file{
    font-family: Lato,sans-serif;
    color:#787878;
}

.help-block{
    font-family: Lato,sans-serif;
}
.select-icon-down{

}


.form-step{
    font-weight: 300;
    text-transform: none;
    font-family:Lato,sans-serif;
    font-size: 20px;
    text-align: center;
    color:#787878;
}


.required-field {
    color: #ff2222;
}
.margin-bottom35{
    margin-bottom:35px;
}
.margin-bottom45{
    margin-bottom:45px;
}
.margin-top45{
    margin-top:45px;
}

.form-group{
    margin-bottom:40px;
}

.form-group input[type=file]{
    font-size: 14px;
}

.form-group input{
    width:80%;
    font-size: 18px;
}

.form-group input[type=radio]{
    width:auto;
    font-family: Lato,sans-serif;
    color:#787878;
}

.form-group input[type=checkbox]{
    width:auto;
}

.form-group .input40{
    width:40%;
}

.form-group .select80{
    width:80%;
}

.form-group .select40{
    width:40%;
    margin-right:5px;
}


.joint-selectinput select{
    width:30%;
    margin-right:3%;
    float:left;
    /*width:18%;
    margin-right:1%;
    margin-bottom:1%;
    float:left;*/

}

.joint-selectinput input{
    width:47%;
    /*width:19%;*/
}

.joint-selectinput .bootstrap-select{
    width:30% !important;
    margin-right:3%;
    float:left !important;
}

.joint-selectinput .dropdown-menu{
    z-index: 9000;
}

/*.joint-selectinput .dropdown-toggle{
    
}*/

.joint-selectinput .dropdown-menu{
    background-color: #f7f5ef;
}

.joint-selectinput .dropdown-menu ul li a:hover{
    background-color: #2FA7E7;/*#45DFDF;*/
}

.joint-selectinput .dropdown-toggle{
    background-color: #f7f5ef;
    border: 0px;
    font-family: Lato,sans-serif;
    color: #787878;
    font-size: 14px;
}

.selectpicker-input{
    width:47% !important;

}

.btn-black{
    background-color: #4d4a51;
    border: none;
    color: #fff;
    width: auto !important;
    cursor: pointer;
    /*-webkit-transition: 0.5ms;
    -moz-transition: 0.5ms;
    -ms-transition: 0.5ms;
    -o-transition: 0.5ms;
    transition: 0.5ms;*/
}

.btn-black:hover{
    color: #fff;
}

.btn-black:focus{
    background-color: #4d4a51;
    border: 2px solid #B7ABAA;
    color: #fff;
    width: auto !important;
    cursor: pointer;
    box-shadow: 0px 0px 1px 1px #0B0A0A;
    outline:0;
}

.form-group select{
    background-image: url("../img/select-dropdown.png");
    background-position: 97% 50%;
    background-repeat: no-repeat;
}

.ng-errors{
    position:absolute;
    color:red;
}

.input-group{
    width:80%;
    margin-bottom: 0px;
}

.input-group-btn .btn{
    color:#5c5c5c;
    background-color: #F7F5EF;
    border-color: #F7F5EF;
}
.input-group-btn .btn:focus{
    color:#5c5c5c;
    background-color: #F7F5EF;
    border-color: #F7F5EF;
}

.radio-label , .checkbox-label{
    margin:0 25px 0 5px;
}

.form-control[readonly]{
    background-color:#F7F5EF;
}

.modal-open {
    position: relative;
}

.display-none{
    display: none;
} 

.verified-text{
color: green;
}

.verified-text:hover{
    text-decoration: none;
}

.modalHead{
    padding: 3px 15px 3px 15px;
    font-family: Lato,sans-serif;
    color:#787878;
}
.modalTitle{
    color:red; font-size:14px;font-weight:bold;

}

.filled-values{
    /*position: absolute;*/
    color: #787878;
    font-family: Lato,sans-serif;
    font-size: 18px;
}
.steps-block{
    /*box-shadow: 1px 2px 3px;*/
    box-shadow: 0px 0px 1px;
}

#blahColumn{
    display: none;
}

.thanku-text{
    font-family:Lato,sans-serif;
    color: #787878;
}

.thanku-text-bold{
    font-size:30px;
    font-weight:normal;
    font-family:Lato,sans-serif;
    color: #787878;
}

.thanku-text-normal{
    font-weight:normal;
    font-family:Lato,sans-serif;
    color: #787878;
}

.view-doc{
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.view-doc:hover,.view-doc:focus{
    text-decoration: none;
    color: #26abe2;
    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 5px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}


.inactive-step{
    background-image: url('../img/gray.svg');
    background-size: 100% 100%;
    border-radius: 217px;
    font-size: 18px;
    /*height: 92px;*/
    height: 90px;
    margin-right: auto;
    padding-top: 33%;
    color:#787878;
}
/*.connect-line{
    background-image: url('../img/orange3x3.png');
    background-size: 100% 100%;
}*/
.upload-info{
    color: #337ab7;
    float: right;
    font-size: 18px;
    margin-right: 20%;
    cursor: pointer;
}
.upload-info-health-doc{
    color: #337ab7;
    float: right;
    font-size: 18px;
    margin-right: 60%;
    cursor: pointer;
}
.info-list{
    padding-left:15px;
}
.info-list li{
    font-size: 16px;
    font-family: Lato,sans-serif;
    color:#787878;
}

#pageLoader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    /*background: rgba(255,255,255,1);*/
    background: rgba(250,250,250,1);
    z-index: 1000;
    display: block;
}

#pageLoader .container{
    height: 100%;
}

#pageLoader .row{
    margin-top:30%;
}

.loading-text{
    font-family: Lato,sans-serif;
    color:#4C4C4C;
    font-size: 20px;
}

.loading-text span{
    vertical-align:super;
}

.margin-bottom20{
    margin-bottom: 20px;
}

.upl-doc-btn{
    /*border: 1px solid #3390DB;
    border-radius: 5px;
    padding: 3px;
    background: #3390DB;
    color: white;
    font-family: Lato,sans-serif;*/
}

.form-container{
    margin-top:6%;
}

.input-group-addon{
    background-color: #f7f5ef;
    border: 0px solid #ccc;
    border-right: 1px solid #ccc !important;
    border-radius: 4px;
    font-family: Lato,sans-serif;
    color:#787878; 
    font-size: 18px;
}
.modal{
    z-index: 9001;
}
.modal-backdrop{
    z-index: 9000;
}


/* country code search input css */
.bs-searchbox input{
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #ccc;
}

/* animate buttons show-hide */
.btn {
  transition: all linear 0s;
}
.ng-hide {
  height: 0;
  width: 0;
  background-color: transparent;
  top:-200px;
  left: 200px;
}
/* animate buttons show-hide */

.thanku-body .head{
    color: #787878;
    font-family: Lato,sans-serif;
    font-size: 18px;
}

.thanku-body .text{
    font-weight: 300;
    font-family: Roboto,sans-serif;
    color: #5c5c5c;
    font-size: 15px;
}

.thanku-body .text a.paymentlink{
    font-weight: 400;
    font-family: Roboto,sans-serif;
    font-size: 18px;
}

.thanku-body .text a{
    font-weight: 400;
    font-family: Roboto,sans-serif;
    font-size: 14px;
}

.thanku-body .text-address{
    font-weight: 700;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #777;
    font-size: 15px;
}

.btn-verify-continue{
    margin-right: 3%;
}

/* centered columns styles */
.row-centered-top{
    text-align:center;
    opacity: 1;
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* inline-block space fix */
    margin-right:-4px;
     
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


/* Steps Transition css */
.row-centered .ng-hide {
  opacity: 1;
}

.row-centered .ng-hide-add,
.row-centered .ng-hide-remove{
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}
/* Steps Transition css */

/* ng-if transition css */
.animate-if.ng-enter, .animate-if.ng-leave {
  transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}

.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
  opacity:0;
}

.animate-if.ng-leave,
.animate-if.ng-enter.ng-enter-active {
  opacity:1;
}

/* ng-if transition css */

.margin-bottom10{
    margin-bottom: 10px;
}

.style-ilatic{
    font-size: 14px;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    color: #5c5c5c;
}

.fa-pulse{
    animation: fa-spin 1s infinite steps(10);
}

.fsElementContent a.sitename{
    text-decoration: none;
}

.fsElementContent a.sitename:hover,.fsElementContent a.logo:hover{
    -webkit-cursor:default;
    cursor: default;
    text-decoration: none;
}

.blink {
  -webkit-animation-name: blink;
     -moz-animation-name: blink;
       -o-animation-name: blink;
          animation-name: blink;
  -webktit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
        -o-animation-timing-function: linear;
           animation-timing-function: linear;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
}

.blink-infinite {
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-o-keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}

/* media screen css */

@media screen and (max-width:768px){
    
    .input-group{
        width:100%;
    }

    .form-group input{
        width:100%;
    }
    .form-group .select80{
        width:100%;
    }

    .joint-selectinput select{
        width:37%;
        margin-right:3%;
    }
    .joint-selectinput input{
        width:60%;

    }
    .selectpicker-input{
        width:67% !important;

    }
    .col-centered-connect {
        bottom: 12px;
    }
    .active-step{
        height: 70px;
        padding-top: 25%;
    }
    .inactive-step{
        height: 70px;
        padding-top: 25%;
    }
}

@media screen and (max-width: 1300px)  {
    .form-container{
        margin-top:8%;
    }
}

@media screen and (max-width: 1024px)  {
    .form-container{
        margin-top:13%;
    }
    /*.joint-selectinput .dropdown-toggle{
        font-size: 12px;
    }*/
}

@media screen and (max-width: 568px)  {
    .form-container{
        margin-top:20%;
    }
    .col-centered-connect {
        bottom: 11px;
    }
}

@media screen and (max-width: 1200px)  {
    .joint-selectinput .dropdown-toggle{
        font-size: 13px;
    }
    
}
@media only screen and (min-device-width: 768px) and (max-device-width: 922px){
      .active-step{
        height: 70px;
      }
      .inactive-step{
        height: 70px;
      }
}