.CRMcalendar {
	min-width: 320px;
    width: min-content;
    line-height: 2rem;
    font-size: 1.2rem;
    text-align: center;
    margin:1px;
    z-index: 3;
}

.CRMcalendarControls {
    color: #000;
    background: none;
    //position: absolute;
    width: 100%;
    margin-top: 10px;
}


.CRMcalendarControls_plus {
    position: relative;
    display: block;
    color: #000;

}

.CRMcalendarControls_minus {
    position: relative;
    display: block;
    color: #000;

}



.CRMcalendarWrapper {
	min-width: 320px;
	display: table-cell;
    background: #fff;
    border-radius: 10px;
    padding-right: 5px;
    border:1px solid #c9c9c9;
}


.CRMcalendar .CRM_time_spacer {
    margin:0;
    width: 100% !important;
    margin-top:1px;
    background: #fff;
    border-radius: 10px;
    padding-right: 5px;
    border:1px solid #c9c9c9;
}





.CRMcalendar thead tr:last-child {
    font-size: small;
    color: rgb(85, 85, 85);
}
.CRMcalendar thead tr:nth-child(1) td:nth-child(2) {
    color: rgb(50, 50, 50);
}
.CRMcalendar thead tr:nth-child(1) td:nth-child(1):hover, .CRMcalendar thead tr:nth-child(1) td:nth-child(3):hover {
    cursor: pointer;
}
.CRMcalendar tbody td {
    color: rgb(44, 86, 122);
    line-height: unset;
}
.CRMcalendar tbody td:nth-child(n+6), .CRMcalendar .holiday {
    color: rgb(231, 140, 92);
}
.CRMcalendar tbody td.today {
    background: #ffbbbb;
    color: #fff;
}

.CRMcalendar tbody td.disabled {
    color: #dddddd;
}


.CRMcalendar .menu_item_pressed {


	background: red !important;
}

.CRMcalendar .calendar_day {
    border:1px solid #c9c9c9;
    cursor: pointer;
}


.CRMcalendar .calendar_hour {
    border:1px solid #c9c9c9;
        cursor: pointer;

}


.CRMcalendar .calendar_minute {
    border:1px solid #c9c9c9;
color: rgb(231, 140, 92) !important;
    cursor: pointer;



}

.CRMcalendar .calendar_minute_header {

	color: rgb(231, 140, 92) !important;


	}


.CRMcalendar .calendar_hour_header, .CRMcalendar .calendar_minute_header {
	    border:1px solid #c9c9c9;
	}




.CRMcalendar .calendar_month_plus_controls {
    font-size: 1.5em;
    border: 1px solid #c9c9c9;
    width: 40px !important;
    cursor: pointer;
    position: absolute;
    right: 50px;
    border-radius: 10px;

}

.CRMcalendar .calendar_month_minus_controls {
    font-size:1.5em;
    border:1px solid #c9c9c9;
    width:40px !important;
    cursor:pointer;
    position: absolute;
    left: 50px;
    border-radius: 10px;
}

.CRMcalendar .calendar_year_plus_controls {
    font-size:1.5em;
    border:1px solid #c9c9c9;
    width:40px !important;
    cursor:pointer;
    position: absolute;
    right: 5px;
    border-radius: 10px;

}

.CRMcalendar .calendar_year_minus_controls {
    font-size:1.5em;
    border:1px solid #c9c9c9;
    width:40px !important;
    cursor:pointer;
    position: absolute;
    left: 5px;
    border-radius: 10px;
}
