/*------------------------------------------------------------------------------------*/
/*------------------------------  YOUR CUSTOM CSS STYLE  -----------------------------*/
.form_conditions {margin-left:85px;}
.form_conditions a {text-decoration:none; color:#FFF;}
.form_conditions a:hover {text-decoration:underline; color:#FFF;}

.header-menu #user-header .dropdown-menu .dropdown-footer a {width:86px;}

.timeline > li > .timeline-badge {top:30px;}
.timeline-heading .pull-left {width:80%}

.switch-toggle {margin-bottom:0;}

table.reservation {
	width: 100%;
	margin-bottom: 11px;
	font-size:16px;
}
table.reservation thead th {
	color: #7e93a7;
	font-size: 12px;
	text-transform: uppercase;
	font-weight:normal;
	padding: 10px;
}
table.reservation tbody tr {
	box-shadow: 0 1px 0 #E1E5E8;
	background-color: #FFF;
	background: #F8F8F8;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: .2s linear;
	transition: all .2s linear;
	color:#727578;
}
table.reservation tbody tr:hover {
	box-shadow: 0 1px 3px #A4ACB3;
}
table.reservation td {
	padding: 10px;
	vertical-align:middle;
}
table.reservation td .costo {
	color: #18A689;
	font-size: 18px;
	font-weight: bold;
}
