/* Rooms and services payments table */
.room_row {
	background-color: #F5F5F5;
}

.current_room {
	color: #8a6d3b !important;
	background-color: #fcf8e3 !important;
	border: 1px solid #faebcc !important;
}

.daily_day {
	width: 83px;
	height: 25px;
	float: left;
	text-align: center;
}

.daily_caption {
	width: 200px;
	height: 25px;
	float: left;
}

.daily_time {
	width: 200px;
	height: 25px;
	float: left;
	margin-left: 30px;
}

.daily_stock {
	width: 50px;
	text-align: center;
	border: 0px;
}

.daily_stock:focus {
	border: 1px solid #000000;
	background-color: #D5EFB0;
}

.daily_row {
	overflow: scroll;
	overflow-y: hidden;
}

#daily_room_list {
	width: 83px;
}

table.daily_values {
    margin-left: 250px;
}
.daily_values td.fixed_left, .daily_values th.fixed_left {
    background-color: #ffffff;
    left: 0;
    position: absolute;
    width: 250px;
}
.daily_values td.fixed_left {
	border-top:0;
}

.daily_weekend {
	background-color: #ffebbf; 
}

.day {
	display: inline-block;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-right: 10px;
	color: #9c9c9c;
}

.day:hover {
	cursor: pointer;
}

.day_selected {
	background-color: #b5de0f;
	border: 1px solid #000000;
	color: #000000;
}

.attribute {
	display: inline-block;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-right: 10px;
	color: #9c9c9c;
}

.attribute:hover {
	cursor: pointer;
}

.attribute_selected {
	background-color: #b5de0f;
	border: 1px solid #000000;
	color: #000000;
}

.medium_icon {
	font-size: 150%;
	width: 25px;
	height: 25px;
	text-align: center;
	padding-top: 2px;
}

.small_icon {
	
}

.option_caption {
	margin-left: 20px;
}

#option_captions {
	padding: 3px;
	background-color: #F5F5F5;
	border: 0px;
	color: #000000;
	margin-top: 20px;
}

#option_nav {
	margin-bottom: 30px;
	border-bottom: 1px solid #2e6da4;
}

#option_nav button {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.bold {
	font-weight: bold;
}


/* DASHBOARD */
.dashboard_reservation {
	background-color: #CCCCCC;
	height: 50px;
	margin-bottom: 5px;
}

table.dashboard_table {
/*    margin-left: 250px;*/
}

.dashboard_table tr td {
	height: auto;
}

.dashboard_table td.fixed_left, .dashboard_table th.fixed_left {
    background-color: #ffffff;
    left: 0;
/*    position: absolute;*/
    width: 250px;
}
.dashboard_table td.fixed_left {
	border-left: 0;
	border-right: 0;
}

.dashboard_day {
	width: 83px;
	min-height: 25px;
	height: auto;
	float: left;
	text-align: center;
}

.dashboard_day a {
	color: #000000;
	text-decoration: none;
}

.dashboard_day a:hover {
	text-decoration: none;
}

.dashboard_caption {
	width: 200px;
	height: 25px;
	float: left;
}

.dashboard_time {
	width: 200px;
	height: 25px;
	float: left;
	margin-left: 30px;
}

.dashboard_stock {
	width: 50px;
	text-align: center;
	border: 0px;
}

.dashboard_stock:focus {
	border: 1px solid #000000;
	background-color: #D5EFB0;
}

.dashboard_row {
	overflow: scroll;
	overflow-y: hidden;
}

/* END DASHBOARD */



/* CLOSURE CALENDAR */
.btn-info.focus, .btn-info:focus, 
.btn-info.active:focus, .btn-info:hover
{
    color: #FFF;
    background-color: #a63038;
    border-color: #4f191c;
}
.btn-info, btn-info.active:hover
{
    color: #FFF;
    background-color: #a63038;
    border-color: #a63038;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #a63038;
    border-color: #4f191c;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    color: #FFF;
    background-color: #a63038;
    border-color: #4f191c;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info
{
    background-color: #a63038;
    border-color: #4f191c;
}
/* END CLOSURE CALENDAR */


.boton_idioma
{
	margin-right: 5px;
}

.allergens {
	width: 50px;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}

.allergens:nth-child(8) {
	clear: both;
}

.allergens_selected {
	border: 5px solid rgb(68, 157, 68);
/*	border-radius: 100%;*/
	background-color: black;
}

.language_selected {
	background-color: #5bc0de;
	color: #FFFFFF;
}

.my-handle {
	cursor: move;
}