/* rescalendar */
.rescalendar{
	max-width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}

.move_to_yesterday,.move_to_tomorrow{
	display:inline-flex !important;
	float:none;
    top: unset;
    position: relative;
	margin-left:6px;
	margin-right:6px;
}
.move_to_today{
	position:absolute;
    top: 0px !important;
	color: #6e6e6e;
	right:0px !important;
}
.c_balance{
	color: #6e6e6e;
}
.event{
    display: block;
    top: unset;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
	position:relative;
	width: fit-content;
}
.rescalendar_controls{
	left:0px;
    padding: 0;
    position: relative;
    top: auto;
    width: 100%;
    display: flex;
    height: 32px;
    background-image: url(/theme_r/img/sep_hor.png);
    background-repeat: repeat-x;
    background-position: bottom;
	display: flex;
	justify-content: center; /* Centers horizontally */
	align-items: center;
}

.rescalendar_controls input{
	text-align: center;
}

.rescalendar_table{
	padding-top: 10px;
	margin: 0 auto;
}

.rescalendar_table .firstColumn{
	width: 100px;
	text-align: left;
}

.rescalendar_day_cells td{
	width: 22px;
	border-radius: 5px;
	background-color: rgb(0, 0, 0, 0.2);
}

.rescalendar_day_cells td.disabledDay{
	color: #aaa;
	background: #eee;
}

.rescalendar_day_cells span{
	display: block;
	padding: 0 2px 0px;
	font-size: 14px;
	width: 22px;
}

.rescalendar_day_cells span.day{
	display: block;
	width: 30px;
}

.rescalendar_day_cells td.today{
	background: red;
	color: #fff;
}



.rescalendar_day_cells td:hover,.rescalendar_day_cells td:hover span{
	background: #eee;
	cursor: pointer;
	color: #000 !important;
}

.day_cell{
	width:40px !important;
height:50px;
}
.day_cell span{
width:100%;
text-align:center;
}

.rescalendar td a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.rescalendar td .hasEvent{
	background: yellow;
}

.error_wrapper{
	width: 100;
	text-align: center;
	background: red;
	color: #fff;
	padding: 15px;
}
.dia{
font-weight: bold;
    font-size: 25px !important;
color:#f7cb63;
}
.dia_semana{
color:#f7cb63;
}
.today span{
color:white;
}
.gtext{
white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;
line-height: 40px;
width:40px;
border-radius:3px;
border: 1px solid black;
cursor:pointer;
}
.dataRow{
height:42px;
}
.data_cell{
max-width:20px;
}
.etool{
width:fit-content;
display:block;
z-index:10000;
position:relative;
}

.nd{
	color:#c6c6c6;
}

.middleDay .dia_semana{
	border-radius: 5px 5px 0px 0px;
	border-top:1px solid #c6c6c6;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
}
.middleDay .dia{
	border-radius: 0px 0px 5px 5px;
	border-bottom:1px solid #c6c6c6;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
}