/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04.03.2017, 17:58:48
    Author     : pahus
*/

.doctor-schedule-mobile {
    border-radius: 6px;
    background-color: #ececec;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    margin-top: 1rem;
    display: none;
}
.shedule-mobile-closed {
    display: none !important;
}
.doctor-schedule-mobile.visible-xs img.pin {
    width: 20px;
}
select.mobile-address-select {
    height: 44px;
    background: url(../img/icons/arrow-down-black.png) no-repeat 96% center #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none!important;
}
select.mobile-address-select>option {
    height: 44px;
    width: 100%;
}
.mobile-shedule-item {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 10px;
    padding-right: 10px;
}
.doctor-schedule-mobile ul {
    margin-left: 0px;
}
.doctor-schedule-mobile ul li {
    border-radius: 0;
    padding: 0;
    width: 34px;
    height: 44px;
    margin-bottom: 3px;
    padding: 2px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.60);
    border: 2px solid #4fd2c2;
}
.doctor-schedule-mobile ul li.date-selected {
    border: 2px solid #4fd2c2;
    color: #4fd2c2;
}
.doctor-schedule-mobile ul li div {
    text-align: center;
    font-size: 14px;
}

.doctor-schedule-mobile ul li:nth-child(1) {
     border-top-left-radius: 6px;
}
.doctor-schedule-mobile ul li:nth-child(7) {
     border-top-right-radius: 6px;
}
.doctor-schedule-mobile ul li:nth-child(15) {
     border-bottom-left-radius: 6px;
}
.doctor-schedule-mobile ul li:nth-child(21) {
     border-bottom-right-radius: 6px;
}
.doctor-schedule-mobile ul li:last-child {
     border-bottom-right-radius: 6px;
}
.doctor-schedule-mobile .times-wrap ul.time li:first-child {
    background: none;
    box-shadow: none;
    color: #7f7f7f;
}
.doctor-schedule-mobile .times-wrap ul.time li {
    width: 44px;
    height: 32px;
    cursor: pointer;
    border-radius: 3px;
    background: #4fd2c2;
    font-size: 14px;
    color: #000;
    text-align: center;
    padding-top: 6px;
    border: 0;
}

/************REGISTER*************/
.register-panel-mobile {
    background: #4fd2c2;
    padding: 1rem;
    color: #7f7f7f;
    font-size: .9rem;
    margin-bottom: 1rem;
}
.register-panel-mobile input {
    height: 40px;
    border-radius: 6px;
    border: solid 2px #7f7f7f;
}
.register-panel-mobile label.agree {
    font-size: .8rem;
    padding-top: 0;
    line-height: .9rem;
}
.register-panel-mobile .form-group label {
    padding-top: 7px;
}
.register-panel-mobile button#registration-button {
    width: 89%;
    margin: auto;
    display: block;
    float: none;
}
.register-panel-mobile input.error {
    border-color: red;
}
.register-panel-mobile label.error {
    position: inherit;
}

.register-panel-mobile #reg-form-birthday-error {
    margin-left: 0;
    height: auto;
    position: inherit;
}