body {
    height: initial !important;
}

.md-tabs {
    margin-top: 20px;
}

.material-tooltip > span {
    color: white!important;
}

#moreButton{
    box-shadow: none;
}

#pac-input {
    background-color: #fff;
    top:10px!important;
    width: 300px; height: 2rem; 
    color: rgb(86,86, 86); padding: 8px; 
    background-clip: padding-box; 
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
  }

  #pac-input:focus {
    border-color: #4d90fe;
    margin-left: -1px;
    padding-left: 14px;
    width: 401px;
  }
.pac-matched{ color: black!important;}
.pac-item{ color: #9F9F9F!important}
.pac-item-selected{ color: #9F9F9F!important}
.pac-item:hover{ color: #9F9F9F!important}


.tabs .indicator {
    height: 4px;
}

.mybox {
    margin: 0 auto !important;
    float: none !important;
}

@media only screen and (max-width: 600px) {
    #toast-container { bottom: 50%!important }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    #toast-container {   left: 30%!important;  bottom: 50%!important;   }
}

@media only screen and (min-width: 993px) {
    #toast-container {   top: 50%!important;   right: 30%!important;  }
}

.md-tabs form {
    margin-top: 20px;
}

#map {
    height: 400px;
    margin-top: 20px !important;
}

.tabs .tab a:hover,
.tabs .tab a.active {
    text-decoration: none;
}

.preloader-wrapper.big.active {
    position: relative;
    top: 36%;
}

#closeMap {
    text-align: center;
    font-size: 32px;
}

#mapCard .btn-floating.halfway-fab {
    position: absolute;
    right: 24px;
    top: 20px;
    text-decoration: none;
}

ul.tabs.toggleTabs {
    overflow: hidden;
}

#practioner .valign-wrapper {
    height: 230px;
    margin-top: 25px;
}

#practioner .valign {
    margin-left: auto !important;
    margin-right: auto !important;
}

#time-range p {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: #333;
}

.ui-timepicker-container.ui-timepicker-no-scrollbar.ui-timepicker-standard {
    z-index: 1010 !important;
}

.navbar-custom .navbar-header .logo {
    background: url(../../images/logo-white.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease 0s;
    width: 250px;
    height: 38px;
    display: inline;
    margin-top: 10px;
}

.navbar-custom .container {
    width: 90%;
}

.navbar-collapse.navbar-right.navbar-main-collapse.collapse.in {
    left: 0px;
    margin: 0px;
}

@media (max-width: 767px) {
    .navbar-custom.top-nav-collapse .navbar-header {
        background-color: transparent !important;
        box-shadow: none !important;
    }
    .navbar-header button {
        margin: 0px;
    }
    nav.navbar-custom ul li {
        float: none;
    }
}

.navbar.navbar-custom.navbar-fixed-top {
    background: transparent;
    box-shadow: none;
}

@media (min-width: 768px) {
    .navbar.navbar-custom.navbar-fixed-top ul.nav.navbar-nav li a {
        text-shadow: 0px 1px 3px #191919;
    }
}

.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse ul.nav.navbar-nav li a,
.navbar.navbar-custom.navbar-fixed-top ul.dropdown-menu li a {
    text-shadow: none !important;
}

.navbar.navbar-custom.navbar-fixed-top ul.dropdown-menu {
    min-width: inherit;
}

.navbar.navbar-custom.navbar-fixed-top ul.dropdown-menu li {
    width: 100%;
}

.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse {
    background: white;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.signUpTxt {
    padding-top: 100px;
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
    font-size: 36px;
    text-shadow: 0px 1px 3px #191919;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.signUpHlpTxt {
    text-align: center;
    text-shadow: 0px 1px 3px #191919;
    color: #ffffff;
    padding-bottom: 150px;
}

.input-field.col.s12 {
    display: inline-block;
    width: 50%;
}

.to {
    text-align: center;
    top: 20px;
}

@media (max-width: 600px) {
    .to {
        margin-top: 0px !important;
    }
}

@media (max-width: 482px) {
    .modal-trigger.waves-effect.waves-light.btn {
        margin-bottom: 10px !important;
    }
}

#addressContent p {
    position: relative;
}

#addressContent p span.glyphicon {
    position: absolute;
    right: 0px;
    cursor: pointer;
}

/*#addressContent p span.fa {
    position: absolute;
    right: 0px;
    cursor: pointer;
    color:black;
}*/

#addressModal .modal-content {
    box-shadow: none;
    border: 0px;
}

#addressModal .modal-content h4 {
    font-size: 20px;
    text-align: center;
}

#addressModal .modal-content textarea,
#addressModal .modal-content .row {
    margin: 0px;
}

#addressModal {
    height: 230px;
}

#user .row,
#practioner .row {
    margin-bottom: 0px !important;
}

div#bussinessHoursWrapper .input-field {
    margin-top: 0;
}

div#bussinessHoursWrapper td {
    padding: 0px 5px;
}

#bussinessHours {
    width: 80%;
}

.addExtraTimeFld {
    font-size: 20px;
    width: 25px !important;
    height: 25px !important;
    line-height: 27px !important;
}
.customValError{
    color: red;
    display: block;
    margin-top: -20px;
    margin-bottom: 0px;
}