.month-col{
	margin-right: 50px;
	margin-bottom: 30px;
}

.month-title{
    text-transform: capitalize;
    font-size: 18px;
}
.month-days{
	min-height: 200px;
}

.mday-col{
	cursor: pointer;
	padding-top: 3px;
	padding-bottom: 3px;
}

.mday-col.mday-today{
	border: 1px solid #005fa2;
}

.mday-col:hover{
	background-color: #dde3e6;
}

.mday-col.disabled{
	cursor: not-allowed;
}

.mday-col.access-denied{
	cursor: default;
}

.week-row{
	margin-top: 3px;
	margin-bottom: 3px;
}

.week-row .col, .daynames-row .col{
	margin-right: 2px;
}

.week-row .col:last-child, .daynames-row .col:last-child{
	margin-right: 0px;
}

.absences .yday-cell{
	min-width: 38px;
	max-width: 38px;
} 

.absences-calendar__picker .xdsoft_calendar{
	display: none;
}

.absences-calendar__picker.xdsoft_datetimepicker{
	padding: 2px;
	margin-left: 10px;
	border: 1px solid #f3f3f3;
}

.legend-color{
	width: 30px;
	height: 20px;
	margin-right: 15px;
	text-align: center;
}

.legend-holiday, .absences .legend-holiday-text{
	background-color: rgba(230, 82, 81, 0.3);
}
.legend-holiday-text{
	color: rgba(230, 82, 81, 1);
	font-weight: 700;
}

.legend-dont-set{
	background-color: rgba(236,236,236, 0.5);
}

.legend-workday{
	background-color: rgba(25, 145, 235, 0.3);
}
.legend-workday-text{
	color: rgba(25, 145, 235, 1);
	font-weight: 700;
}

.legend-hospital{
	background-color: rgba(66, 73, 100, 0.2);
}

.legend-vacation{
	background-color: rgba(103, 212, 245, 0.4);
}

.legend-vacation-without-pay{
	background-color: rgba(255, 175, 0, 0.3);
}

.legend-business-trip{
	background-color: rgba(0, 201, 102, 0.3);
}

.legend-maternity-leave{
	background-color: rgba(136, 98, 224, 0.3);
}

.legend-empty-record{
	background-color: rgba(255, 96, 208, 0.3);
}

.absences-calendar__picker.xdsoft_inline{
	z-index: 100;
}

#range-modal .icheckbox_square-blue{
	margin-right: unset;
}

#range-modal  .icheck-square{
	margin-right: 10px;
}

.user-schedule__set-range{
	white-space: normal;
}

.schedule-absences__employee{
	min-width: 200px;
}

@media (min-width: 1200px){
	#user-schedule .row .col-xl-3:nth-child(4n) .month-col {
	    margin-right: 0px;
	}
}

@media (max-width: 1200px){
	#user-schedule .row .col-xs-12:nth-child(3n) .month-col{
		margin-right: 0px;
	}
}


@media (max-width: 992px) {
	#user-schedule .row .col-xs-12:nth-child(3n) .month-col{
		margin-right: 50px;
	}
	#user-schedule .row .col-xs-12:nth-child(2n) .month-col{
		margin-right: 0px;
	}
}

@media (max-width: 768px) {
	.month-col,
	#user-schedule .row .col-xs-12:nth-child(3n) .month-col,
	#user-schedule .row .col-xs-12:nth-child(2n) .month-col{
		margin-right: 0px;
	}
}