
/*********** REJESTRACJA ***************/
.register .row{
	margin: 0;
} 

.register .col-xs-6{
	padding: 0;
	width: calc(50% - 15px);
}

.register .col-xs-6:nth-child(2){
	margin-left: 15px;
}

.register .col-xs-6:nth-child(1){
	margin-right: 15px;
}

.register .row:not(:first-of-type) .form-res{
	margin-top: 30px;
}

.form-res input{
	width: 100%;
	border-radius: 5px;
	padding: 22px;
}

.register .form-res-calendar{
	position: relative;
}

.register label{
	font-weight: 400;
}

.register .fv-error{
	top: 30px;
}

.register .form-res-calendar .fv-error{
	right: 30px;
}

.register label#label_Zgoda{
	font-weight: 400;
	font-size: 13px;
	position: absolute;
    top: 5px;
    left: 35px;
}

.register #idZgoda{
	margin-top: 7px;
}

.form-res .dane-popup-open{
	margin-top:10px;
}

.form-res input:focus {
	filter: brightness(105%);
  }

.form-res .fv-error{
	color: red;
	text-shadow: none;
}

.form-res-time,
.form-res-date{
	display: none;
}

.form-res-time input,
.form-res-date input{
	display: none;
}

.form-res-time .fv-error{
	top: 25px;
}
.form-res-date .fv-error{
	top: 25px;
}

@media(max-width: 991px){
	.form-res .fv-error{
		display: none;
	}
}

.workplan_header{
	padding:20px;
	margin-bottom: 20px;
	font-size:17pt;
	width:100%;
}
.workplan_info{
	margin-left: 15px;
    margin-top: 10px;
    padding: 10px;
	border: solid;
	display:none;
}
.workplan_info_unwrapper :hover
{
	cursor: pointer;
	background-color: darkkhaki;
}
.workplan_info_wrap
{
	display: none;
}
#workhours_Info{
	padding:20px;
	margin-bottom: 20px;
	font-size:17pt;
	width:100%;
}
#workhours_Info div{
	display:none;
}
.calendar_info{
    margin-top: 10px;
}
.calendar_header{
	margin:auto;
	width:100%;
}
.month_dropdown{
	margin-top:15px;
}
#calender_section_top{
	display:flex;
	width:100%;
}
.calendar_cell_section{
	display:flex;
	width:100%;
}
.calendar_section_top_block{
	border-left: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	display:inline-block;
	background-color: #f9f9f9;
	font-weight: bold;
	text-align: center;
	padding: 20px;
	width: 100%;
}

.calendar_section_top_block:last-of-type{
	border-right: 1px solid #b3b3b3;
}
.date_changer{
	margin: 10px 0;
}
.date_cell{
	display:inline-block;
	text-align: center;
	padding: 20px;
	width: 100%;
	cursor: context-menu;
}

.date_cell{
	border-left: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
}
.calendar_cell_section .date_cell:last-of-type{
	border-right: 1px solid #b3b3b3;
}
.calendar_cell_section:last-of-type .date_cell{
	border-bottom: 1px solid #b3b3b3;
}
.today_cell{
    color: #07c;
	font-weight: bold !important;
	cursor:pointer;
}
.booked_cell{
	background-color: #fffae8;
	cursor:pointer;
}
.free_cell{
	color: #0078d0b5;
	cursor:pointer;
}
.free_cell:hover,
.today_cell:hover,
.booked_cell:hover,
.chosen_cell
{
	cursor: pointer;
	color: #07c;
    background: #f6f7ff;
}
.late_cell,
.late_cell:hover{
	color: #bdbdbd;
    text-decoration: line-through;
    cursor: default !important;
}

.today_cell.late_cell:hover{
	background-color: aliceblue;
}
.today_cell :active
{
	filter:brightness(90%);
}
.booked_cell:active
{
	filter:brightness(90%);
}
.free_cell:active
{
	filter:brightness(90%);
}

.addTimeToForm{
	color: #383734;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #EBEBEB;
    padding-top: 12px;
    padding-bottom: 12px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.addTimeToForm{
	width: calc(12.5% - 10px);
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
}
.addTimeToForm:first-of-type,
.addTimeToForm:nth-child(8n+2){
    margin-left: 0;
}

.addTimeToForm:nth-child(8n+1){
	margin-right: 0;
}

.addTimeToForm:hover,
.addTimeToForm__chosen{
	cursor: pointer;
	color: #07c;
	background: #f6f7ff;
    border-color: #07c;
}

.datecalender_section_top{
	display:flex;
	width:100%;
}
.datecalendar_section_top_block{
	display:inline-block;
	border: 1px solid black;
	background-color: beige;
	text-align: center;
	width:100%;
}
.datecalendar_date_cell
{
	display:inline-block;
	border: 1px solid black;
	text-align: center;
	width:100%;
}
.today_booked_cell{
	background-color: aliceblue;
	border: 2px dashed black;
}

.register__group,
.register__task{
	margin-top: 10px;
}

.register__group select,
.register__task select{
	width: 100%;
	border-radius: 5px;
}

.register__input{
	cursor: pointer !important;
}

.register__calendar .date_cell,
.register__calendar .calendar_section_top_block,
.register__calender .calendar_cell_section:last-of-type .date_cell{
	font-size: 13px;
	padding: 5px;
	border: 0 !important;
}

.between_cell{
	background-color: #eaeaea;
}

.register__calendar .free_cell:hover, 
.register__calendar .today_cell:hover, 
.register__calendar .booked_cell:hover, 
.register__calendar .chosen_cell{
	color: rgb(255, 255, 255);
    background: #337ab7;
}

.register__calendar .opacity_cell{
	opacity: 0.3;
}
.calendar__arrow{
	position: absolute;
	right: 15px;
	top: 30px;
	pointer-events: none;
}

.calendar__info{
	display: none;
	margin-bottom: 15px;
	color: #e64040;
}

.calendar__info p{
	font-size: 13px;
	color: red;
}

.calendar__container{
	display: none;
	position: absolute;
    background-color: white;
    border: 1px solid #b5b5b5;
    z-index: 100;
	box-shadow: 0 2px 6px 1px rgba(0,0,0,0.3);
	width: 500px;
	top: 80px;
}

.calendar__content{
	padding: 15px;
}

.calendar__header{
	padding: 15px;
	background-color: #e9f0fa;
	font-weight: bold;
	text-align: center;
}

.calendar__header:before{
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: #e9f0fa;
    box-shadow: inherit;
    z-index: -1;
    top: -5px;
    left: 3%;
    margin-left: -5px;
    -webkit-transform: scaleX(0.6) rotate(45deg);
    -ms-transform: scaleX(0.6) rotate(45deg);
    transform: scaleX(1) rotate(45deg);
}

.calendar__exit{
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer;
}

.calendar__container .month_dropdown{
	margin-top: 0;
}

.calendar__container .calendar_header{
	position: relative;
	margin-bottom: 15px;
}

.calendar__container i{
	line-height: 35px;
}


/*** Listowanie usług ***/
.register h3{
	font-size: 15px;
	font-weight: bold;
	font-family: 'Open Sans', serif;
	margin-top: 0;
}

.register__group .row{
	margin-top: 20px;
}

.register__group .row .col-xs-2{
	text-align: right;
}

.register__group .row .col-xs-2,
.register__group .row .col-xs-10{
	padding: 0;
}

.register__group .cms-klawisz{
	margin: 0;
}

.register__group_chosen{
	background-color: #27964b;
	color: white;
}

.register__group .cms-klawisz:hover{
	background-color: #27964b;
	border-color: #099939;
}

.register__group input{
	display: none;
}

.calender_section{
	margin-top: 30px;
}

#dateinfo{
	margin-top: 10px;
}

/* END REJESTRACJA */


/*** Style dla Kalendarza w trybie '3' ***/
.calender_section[data-mode="3"] .calendar_section_top_block,
.calender_section[data-mode="3"] .date_cell,
.calender_section[data-mode="3"] .calendar_cell_section .date_cell:last-of-type{
	border: 0;
	font-weight: normal;
	padding: 10px;
}
.calender_section[data-mode="3"] .calendar_header{
	margin-bottom: 10px;
}

.calender_section[data-mode="3"] .calendar_title h4{
	background-color: #f9f9f9;
    padding: 10px;
    font-weight: bold;
}

.calender_section[data-mode="3"] .calendar_title{
	margin-top: 18px;
}
/*** End style dla Kalendarza 3 ***/

.arrow-left{
	text-align: right;
}

.arrow-right{
	text-align: left;
}

.calender_section[data-mode="3"] .calendar_header .col-xs-4{
	line-height: 51px;
	height: 51px;
}

.calendar_header .arrow-left,
.calendar_header .arrow-right{
	line-height: 58px;
}

.calendar_header .dropdowns select{
	margin: 0;
}

.calendar_header .dropdowns select:nth-child(1){
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.calendar_header .dropdowns select:nth-child(2){
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

a.calendar_last,
a.calendar_next{
	color: #585858;
}
