/*Common styles starts here*/
/*Calibri fontSet*/
@font-face {
    font-family: "calibri";
    src: url("../fonts/calibri.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "calibri";
    src: url("../fonts/Calibri-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "calibri";
    src: url("../fonts/Calibri-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "calibri";
    src: url("../fonts/Calibri-BoldItalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}


::-webkit-scrollbar{
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-track{
    background: #e7e7e7;
}
::-webkit-scrollbar-thumb{
    background: #d1d3d5;
    border: 1px solid #d1d3d5;
}
* {
    margin: 0;
    padding: 0;
}
html,
body {
    position: relative;
    margin: 0;
    height: 100%;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
p,li,ul{
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    list-style: none;
}
a{
    color: inherit;
    font-weight: 400;
}
.clear{
    clear: both;
}
.rmv-mrg{
    margin: 0 !important;
}
.rmv-mrg-right{
    margin: 0 !important;
}
.rmv-mrg-left{
    margin: 0 !important;
}
.rmv-pad{
    padding: 0 !important;
}
.rmv-left-pad{
    padding-left: 0 !important;
}
.rmv-right-pad{
    padding-right: 0 !important;
}
.rmv-bdr{
    border: none !important;
}
.inline{
    display: inline-block;
}
.form-control::-webkit-input-placeholder{
    color: #999999;
}
.form-control{
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-box-shadow: inset 0 0 0 transparent;
    -moz-box-shadow: inset 0 0 0 transparent;
    -ms-box-shadow: inset 0 0 0 transparent;
    box-shadow: inset 0 0 0 transparent;
}
.form-control:focus {
    border-color: #e9e9e9;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-box-shadow: 0 0 9px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 9px rgba(0,0,0,0.1);
    box-shadow: 0 0 9px rgba(0,0,0,0.1);
}
.date-icon {
    position: relative;
}
.date-icon:after {
    content: "\f073";
    position: absolute;
    top: 4px;
    right: 8px;
    color: #c5c5c5;
    font-family: 'FontAwesome';
    display: block;
}
.btn-cancel{
    color: #454444;
    background-color: #ebebeb;
    outline: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel:active {
    color: #454444;
    background-color: #DADADA;
}
.btn-green{
    color: #fff;
    border: 1px solid #1bb24e;
    background-color: #1bb24e;
    outline: none !important; 
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active{
    color: #fff;
    opacity: 0.8;
}
/*Common styles ends here*/



/*Custom styles starts here*/
.doctors-signup-outer{
  width: 980px;
  margin: 0 auto;
}
.show-location .doctors-signup-wrapper,
.show-location .reg-map-outer{
  float: left;
}
.doctors-signup-wrapper{
    display: table;
    margin: 0 auto;
	width: 620px;	
    height: 100%;
}
.reg-map-outer{
  position: relative;
	margin: 0 auto;	
  display: none;
	height: 660px;
  width: 360px;
  margin-top: 87px;
  -webkit-transition:all .4s;
  -moz-transition:all .4s;
  transition:all .4s;
}
.show-location .reg-map-outer{
  display: block;
}
#gmap_canvas{
  height: 660px;
  width: 360px;
}
.doctors-signup-wrapper [class*="col-"]{
    padding-left: 10px;
    padding-right: 10px;
}
.doctors-signup{
    padding-bottom: 30px;
    display: table-cell;
    vertical-align: middle;
}
.doctors-signup .vadoori-logo{
    display: block;
    margin: 30px 0;
    text-align: center;
}
.doctors-signup-inner{
    padding: 50px 0 40px;
    border: 1px solid #f0f0f0;
}
.doctors-signup .inner-wrapper{
	margin: 0 40px;
}
.doctors-signup .inner-wrapper .section-title{
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 2px solid #F1F1F1;
}
.doctors-signup .section-title h1{
    position: relative;
    color: #454444;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    font-family: "calibri";
}
.doctors-signup .section-title h1:after{
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    border-bottom: 2px solid #1bb24e;
}
.confirmation-message{
    width: 800px;
    height: 60vh;
    padding: 10px;
    text-align:center;
}
.confirmation-message span{
    padding: 25px;
    display: inline-block;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;    
}
.confirmation-message span a{
    padding-top:20px;
    color:#3a5ba0;
}
.doctors-signup .section-title a{
    font-weight: bold;
    text-decoration: none;
    padding-bottom:12px;
}
.doctors-signup .section-title a:hover{
    font-weight: bold;
    border-bottom: 2px solid #1bb24e;
}
.doctors-signup .form-control {
    padding: 6px 12px;
    height: 45px;
    font-weight: 400;
    font-size: 16px;
    color: #5e5e5e;
    border-color: #e9e9e9;
    font-family: "calibri";
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.check-email-availability{
    position: relative;
}
.check-site-availability{
    position: relative;
}
.availibility-spin{
    position: absolute;
    top: 6px;
    right: 5px;
    font-size: 23px;
    color: #BDBDBD;
}
.check-email-availability .availibility-spin,.check-site-availability .availibility-spin{
    display:none;
}
.doctors-signup .form-control.date-from-to{
    font-size: 15px;
}
.doctors-signup .checkbox{
    position: relative;
    display: block;
    margin-bottom: 0;
}
.doctors-signup label{
    margin-bottom: 10px;
    font-size: 14px;
    color: #555b60;
}
.doctors-signup input[type=checkbox]{
    display: none;
}
.doctors-signup input[type=checkbox]~.text{
    padding-left: 5px;
    line-height: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    font-family: "calibri";
    vertical-align: top;
    cursor: pointer;
}
.doctors-signup input[type=checkbox]~.text:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #bbbbbb;
    vertical-align: bottom;
}
.doctors-signup input[type=checkbox]~.text:before{
    content: "\f096";
    vertical-align: bottom;
}
.doctors-signup input[type=checkbox]:checked~.text:before {
    content: "\f14a";
    color: #1bb24e;
}
.doctors-signup .include a{
    position: relative;
    float: right;
    padding-right: 16px;
    color: #bbbbbb;
    font-weight: 400;
    font-size: 16px;
    font-family: "calibri";
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.doctors-signup .include a:hover,
.doctors-signup .include a:hover:after{
    color: #1BB24E;
}
.doctors-signup .include a:after{
    content: "\f0d7";
    position: absolute;
    top: 2px;
    right: 0;
    color: #bbbbbb;
    font-size: 14px;
    font-family: "FontAwesome";
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.doctors-signup  .include{
    margin-top: 7px;
}
.schedule-wrapper.active .include a,
.schedule-wrapper.active .include a:after{
    color: #1bb24e;
}
.schedule-wrapper.active .schedule-section{
    display: block;
}
.schedule-wrapper .schedule{
	margin: 0 40px;
}
.schedule-wrapper .schedule-section{
    display: none;
    margin-bottom: 40px;
}
.schedule-wrapper .schedule-section .form-group{
    margin: 0;
}
.schedule-wrapper .schedule-section .schedule-list{
    position: relative;
    padding: 20px 30px 10px 30px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
}
.schedule-wrapper .schedule-section .schedule-list-item{
    margin-bottom: 10px;
}
.schedule-wrapper .schedule-section .list-box{
    float: left;
    width: calc(100% - 48px);
}
.schedule-wrapper .schedule-section .days{
    position: relative;
}
.schedule-wrapper .schedule-section .days:after{
    content: "\f0d7";
    position: absolute;
    top: 13px;
    right: 15px;
    color: #bbbbbb;
    font-size: 14px;
    font-family: "FontAwesome";
}
.schedule-wrapper .days .days-list{
    position: absolute;
    top: 50px;
    left: 0;
    margin-bottom: 20px;
    width: 100%;
    height: 314px;
    border: 1px solid #e9e9e9;
    border-bottom-color: #1bb24e;
    background-color: #fff;
    z-index: 1;
}
.schedule-wrapper .days .days-list li{
    padding: 5px 12px;
    font-size: 15px;
    font-weight: 400;
    color: #8c8c8c;
    font-family: "calibri";
    cursor: default;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.schedule-wrapper .days-list li:hover{
    color: #fff;
    background-color: #1bb24e;
}
.schedule-wrapper .days-list li.active{
    color: #fff;
    background-color: #1bb24e;
}
.schedule-wrapper .days-list li:hover input[type=checkbox]~.text,
.schedule-wrapper .days-list li:hover input[type=checkbox]~.text:before,
.schedule-wrapper .days-list li.active input[type=checkbox]~.text,
.schedule-wrapper .days-list li.active input[type=checkbox]~.text:before{
    color: #fff;
}
.schedule-wrapper .days-list li .checkbox,
.schedule-wrapper .days-list li label{
    margin: 0;
    margin-left: -2px;
    width: 100%;
}
.schedule-wrapper .days-list li input[type=checkbox]~.text{
    line-height: 17px;
    color: #8c8c8c;
}
.schedule-wrapper .days-list li input[type=checkbox]~.text:before{
    top: 2px;
    color: #b3b8bd;
}
.schedule-wrapper .days-list li input[type=checkbox]:checked~.text:before{
    color: #fff;
}
.schedule-wrapper .schedule-section .btn-close,
.schedule-wrapper .schedule-section .btn-add,.schedule-wrapper .schedule-section .remove-schedule{
    position: relative;
    width: 48px;
    height: 45px;
    color: #878787;
    font-size: 16px;
    font-family: "FontAwesome";
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    outline: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
/*.schedule-wrapper .schedule-section .btn-add.remove-schedule {
    transition-delay: .4s;
    transform: rotate(45deg);
}*/
.schedule-wrapper .schedule-section .btn-close:hover,
.schedule-wrapper .schedule-section .btn-add:hover{
    background-color: #f7f7f7;
}
.schedule-section .list-box .time-box{
    position: relative;
    padding-left: 0;
}
.schedule-section .list-box .time-box .time-icon{
    position: absolute;
    top: 1px;
    right: 11px;
    width: 45px;
    height: 43px;
    color: #878787;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    border-left: 1px solid #e9e9e9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.schedule-section .list-box .time-box .time-icon:hover{
    background-color: #f7f7f7;
}
.schedule-wrapper .schedule-section .btn-add:before{
    content: "\f067";
    top: 0;
    left: 0;
    line-height: 36px;
}
.schedule-wrapper .schedule-section .remove-schedule{
    display: block;
}
.schedule-wrapper .schedule-section .remove-schedule:before{
    content: "\f00d";
}


.button-wrapper{
	margin: 20px 40px 0 40px;
}
.button-wrapper .btn-green{
    width: 100%;
    height: 45px;
    font-size: 16px;
    font-weight: 700;
    font-family: "calibri";
}
.button-wrapper .btn-cancel{
    width: 100%;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    font-family: "calibri";
}

.signin-footer {
    padding: 30px;
    border-top: none;
}
.signin-footer .footer-left, .signin-footer .footer-right {
    text-align: center;
}
.footer-right {
    float: right;
}
.signin-footer .footer-right .social-icons {
    float: none;
    margin-top: 10px;
}
.footer-right .social-icons {
    margin-bottom: 5px;
}
.footer-right .social-icons .icon-outer:hover {
    opacity: 0.8;
    transition: all 0.3s;
}
.footer-right .social-icons .icon-outer {
    display: inline-block;
    margin: 0;
    width: 22px;
    height: 22px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.footer-right .facebook {
    background-color: #3a5ba0;
}
.footer-right .g-plus {
    background-color: #de3619;
}
.footer-right .twitter {
    background-color: #2ca7e0;
}
.footer-right a {
    font-family: "calibri";
    font-size: 14px;
    font-weight: 400;
    color: #5e5e5e;
    text-decoration: none;
}
.signin-footer .copy-right {
    margin-top: 8px;
    font-family: "calibri";
    font-size: 14px;
    font-weight: 400;
    color: #5e5e5e;
}
.signin-footer .terms-outer {
    float: none;
    margin-top: 5px;
}
.footer-right a {
    font-family: "calibri";
    font-size: 14px;
    font-weight: 400;
    color: #5e5e5e;
    text-decoration: none;
}
#time-pick-frm-to{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
/*Custom styles ends here*/


/*media query starts here*/
@media screen and (max-width: 600px) {
    .doctors-signup-wrapper{
        width: 90%;
    }
    .doctors-signup .inner-wrapper [class*="col-"],
    .schedule-wrapper .schedule [class*="col-"]{
        padding: 0;
        width: 100%;
    }
    .button-wrapper .btn-green{
        margin-bottom: 15px;
    }
    .doctors-signup .include{
        width: 100%;
        margin-top: 0;
    }
    .doctors-signup .include a{
        float: left;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 450px) {
    .schedule-wrapper .schedule-section .list-box{
        width: auto;
    }
    .schedule-section .list-box [class*="col-"]{
        padding: 0;
        margin-bottom: 15px;
        width: 100%;
    }
    .schedule-section .list-box .days{
        width: 100%;
    }
    .schedule-section .list-box .time-box{
        width: calc(100% - 48px);
        padding-right: 10px;
    }
    .schedule-wrapper .schedule-section .btn-close,
    .schedule-wrapper .schedule-section .btn-add{
        display: none;
    }
    .schedule-wrapper .schedule-section .list-box .btn-add{
        display: block;
    }
}
@media screen and (min-width: 450px) {
    .schedule-wrapper .schedule-section .list-box .btn-add{
        display: none;
    }
    .schedule-wrapper .schedule-section .btn-close,
    .schedule-wrapper .schedule-section .btn-add{
        display: block;
        width:100%;
    }
}
/*media query ends here*/

/*animation css*/
.fade-in{
    -webkit-animation: fade-in .4s;
    -moz-animation: fade-in .4s;
    -o-animation: fade-in .4s;
    animation: fade-in .4s;
}
@keyframes fade-in {
    0%   { 
        opacity:0;
        transform: translate(0, -20px);
    }
    100% { 
        opacity:1; 
        transform: translate(0, 0);
    }
}
/*.show-pass {
    position: absolute;
    top: 17px;
    right: 13px;
    display: block;
    width: 13px;
    height: 8px;
    background-image: url(../img/password.png);
    opacity: 0.8;
}
.show-pass-outer {
    position: absolute;
    right: 0;
    top: 1px;
    display: block;
    width: 38px;
    height: 38px;
    cursor: pointer;
}
.show-pass-outer:hover .show-pass {
    opacity: 1;
}*/
.alert{
    padding:10px;
    font-size: 10px;
    width: 30%;
    display: inline-block;
    font-size: 13px;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    top: 2%;
    margin-left: -200px;
    z-index: 999;
}
.close{
    position:absolute;
    top:5px;
    right:5px;
}
/***new style start***/

.map-hide{
  position: absolute;
  left: -20px;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #1bb24e;
  color: #fff;
  z-index: 99;
  text-align: center;
}
.map-hide:hover{
  color: #fff;
  opacity: .8;
}
.map-hide .fa{
  line-height: 40px;
  padding-right: 3px;
}
.more-details-btn{
  display: block;
  position: relative;
  width: 145px;
  background-color: #fff;
  margin: 10px auto 0px auto;
  padding-right: 16px;
  color: #bbbbbb;
  font-weight: 400;
  font-size: 16px;
  font-family: "calibri";
  text-decoration: none!important;
  text-align: center;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.more-details-btn:after {
  content: "\f0d7";
  position: absolute;
  top: 2px;
  right: 10px;
  color: #bbbbbb;
  font-size: 14px;
  font-family: "FontAwesome";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.more-details-btn:hover,
.more-details-btn:hover:after,
.more-details-btn:focus,
.more-details-btn:focus:after{
  color: #1BB24E;
}
.details-wrapper{
  position: relative;
}
.details-wrapper hr{
  position: absolute;
  top: 11px;
  width: 100%;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.details-wrapper .optional-txt{
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-family: "calibri";
  font-size: 13px;
  color: #8e8e8e;
  font-weight: 400;
}
.details-inner-wrapper{
  display: none;
}
.details-wrapper.active .details-inner-wrapper{
  display: block;
}
.pswd-icon .show-pass-outer{
  right: 10px;
}