html,body{
    /*font-family: Roboto,sans-serif;*/
    /*height: 100%;*/
    position: relative;
}

hr{
    border-top: 1px solid #ebebeb;
}
.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;
}

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-title{
    text-align:center;
    /*color:#f57e37;*/
    font-weight: 301;
    text-transform: none;
    font-family:Lato,sans-serif;
    margin-bottom:20px;
}

.orange{
    color:#f57e37;
}

.blue{
    /*color:#33b4d4;*/
    color:#238EB1;
}

.form-step{
    font-weight: 300;
    text-transform: none;
    font-family:Lato,sans-serif;
    font-size: 20px;
    text-align: center;
    color:#787878;
}

.head-title{
    /*color:#f57e37;*/
    font-weight: 300;
    text-transform: none;
    font-family:Lato,sans-serif;
    margin-bottom:20px;
}
.required-field {
    color: #ff2222;
    font-weight: 500;
}
.margin-bottom25{
    margin-bottom:25px;
}
.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:37%;
    margin-right:3%;
    float:left;
}

.joint-selectinput input{
    width:40%;

}

.joint-selectinput .bootstrap-select{
    width:30% !important;
    margin-right:3%;
    float:left !important;
}

.joint-selectinput .dropdown-menu{
    z-index: 9000;
}

.joint-selectinput .dropdown-toggle{
    background-color: #f7f5ef;
    border: 0px;
}

.joint-selectinput .dropdown-menu{
    background-color: #f7f5ef;
}

.joint-selectinput .dropdown-menu ul li a:hover{
    background-color: #2FA7E7;/*#45DFDF;*/
}

.joint-selectinput .dropdown-toggle{
    font-family: Lato,sans-serif;
    color: #787878;
    font-size: 16px;
}

.selectpicker-input{
    width:47% !important;

}

.btn-black{
    background-color: #4d4a51;
    border-color: #5e5c62;
    color: #fff;
    width: auto !important;
}
.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;
}

.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;
}

.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;
}

.active-step {
    /*background-image: url('../img/orange-48.png');*/
    background-size: 100% 100%;
    border-radius: 217px;
    font-size: 18px;
    background-image: url('../img/blue-48.png');
    height: 92px;
    /*height: 82px;*/
    margin-right: auto;
    padding-top: 33%;
    color: white;
}
.activeStepGiis{
    background-image: url('../img/orange-48.png');
}
.activeStepDwight{
    background-image: url('../img/blue-48.png');
}
.inactive-step{
    background-image: url('../img/gray-48.png');
    background-size: 100% 100%;
    border-radius: 217px;
    font-size: 18px;
    height: 92px;
    /*height: 82px;*/
    margin-right: auto;
    padding-top: 33%;
    color:#787878;
}
.connect-line{
    margin-top: 4%;
    /*background-image: url('../img/orange3x3.png');*/
    background-size: 100% 100%;
}
.connectLineGiis{
    background-image: url('../img/orange3x3.png');
}
.connectLineDwight{
    background-image: url('../img/blue3x3.png');
}

.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 {
    /*border: 16px solid #f3f3f3; 
    border-top: 16px solid #3498db; 
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;*/
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(255,255,255,1);
    z-index: 9000;
    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-bottom:8%;
}

.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;
}

#headerContainer{
    display: none;
}

.home:not(.fsComposeMode) #fsHeader .site-info-container-home a.logo-dwight{
        background-image:url('../img/Dwight.png');
        background-size: 60px 60px;
    }

/* 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 */

.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;
  }
}

/* for circle */
.circle {
  position: relative;
  width: 10%;
  height: 0;
  padding: 5% 0;
  margin: 1em auto;
  border-radius: 50%;
  background: #a7cd80;
}

.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.content:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  width: 0;
  height: 100%;
}

.content span {
  vertical-align: middle;
  display: inline-block;
}
/* for circle */

.btn-verify-continue{
    margin-right: 3%;
}

.info-modal-head{
    padding: 8px 15px 8px 15px;
    font-family: Lato,sans-serif;
    color:#FFFFFF;
    background-color: #337ab7;
}

.error-modal-head{
    padding: 8px 15px 8px 15px;
    font-family: Lato,sans-serif;
    color:#FFFFFF;
    background-color: #F04124;
}

.alert-modal-head{
    padding: 8px 15px 8px 15px;
    font-family: Lato,sans-serif;
    color:#FFFFFF;
    background-color: #FE9800;
}
.modal-body{
    font-family: Lato,sans-serif;
    color:#787878;
    font-size: 15px;
}
.modal-footer{
    padding: 8px 15px 8px 15px;
    font-family: Lato,sans-serif;
    color:#787878;
}

/* 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;
}
.col-centered-connect {
    background-image: url('../img/blue3x3.png');
    display: inline-block;
    margin-right: -4px;
    float: none;
    bottom: 42px;

    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 */

/* to remove default browser dropdown arrow for input data list */
.search-referral::-webkit-calendar-picker-indicator {
  display: none;
}
#ShowReferralStudentList{
    position: relative;
    z-index: 1;
    background-color: white;
    list-style: none;
    max-height: 230px;
    overflow: auto;
    cursor: pointer;
    padding-left: 0px;
    background-color: #f7f5ef;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    white-space: nowrap;
    margin-top: 2px;
}
#ShowReferralStudentList li{
    padding: 10px 5px 10px 10px;
    border-bottom: 1px solid #c1baba;
}
#ShowReferralStudentList li:last-child{
    border-bottom:none;
}    

#ShowReferralStudentList::-webkit-scrollbar { width:10px;background-color:#cccccc; } 
#ShowReferralStudentList::-webkit-scrollbar-thumb { background-color:#7b7a7d;border-radius:10px; }
#ShowReferralStudentList::-webkit-scrollbar-thumb:hover { background-color:#BF4649;border:1px solid #333333; }
#ShowReferralStudentList::-webkit-scrollbar-thumb:active { background-color:#A6393D;border:1px solid #333333; }
/* 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;

    }
    /*.connect-line{
        margin-top: 5%;
    }*/
    .col-centered-connect {
        bottom: 32px;
    }
    .active-step{
        height: 70px;
        padding-top: 25%;
    }
    .inactive-step{
        height: 70px;
        padding-top: 25%;
    }

}

@media screen and (max-width: 1024px)  {
    .form-container{
        margin-bottom:15%;
    }

}

@media screen and (max-width: 568px)  {
    .form-container{
        margin-bottom:26%;
    }

    .btn-black{
        margin-right: -9%;
    }

    /*.connect-line{
        margin-top: 9%;
    }*/
    .col-centered-connect {
        bottom: 11px;
    }

    .filled-values{
        font-size: 16px;
    }

    .required-field{
        font-weight: 400;
    }

    .style-xs label{
        font-size: 13px;
    }
}

@media screen and (max-width: 850px)  {
    .home:not(.fsComposeMode) #fsHeader .site-info-container-home a.logo-dwight{
        background-image:url('../img/Dwight.png')!important;
        width: 190px;
    }

}
@media only screen and (min-device-width: 768px) and (max-device-width: 922px){
      .active-step{
        height: 70px;
      }
      .inactive-step{
        height: 70px;
      }
}


.scrollbar {
    overflow-y: scroll;
    margin-bottom: 25px;
}

.scrollbar-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #efefef;
}

.scrollbar-body::-webkit-scrollbar {
    width: 10px;
    background-color: #efefef;
}

.scrollbar-body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #ababb7;
}