@CHARSET "UTF-8";
body {
font-family:Helvetica, Arial, sans-serif;
}

.column, .column_2{
	width:49%;
	margin-right:.5%;
	min-height:150px;
	background:url(../images/icons/drag_and_drop.png) no-repeat 50% 50% transparent;
	float:left;
}
.columninfo{
	width:49%;
	margin:20px .5% 5px 0px;
	background:transparent;
	float:left;
}
.column .dragbox .placeholder, .column_2 .dragbox .placeholder{
	margin:5px 2px  20px;
	background:#fff;
	position:relative;
	border:1px solid #ddd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.column .dragbox h2, .column_2 .dragbox h2 {
	margin:0px;
	font-size:1.2em;
	/* padding:5px; */
	/*background:#f0f0f0;
	border-bottom:1px solid #eee;*/
	color:#333;
	
	font-family:Verdana;
	cursor:move;
}

.column .dragbox th, .column_2 .dragbox th{
	font-weight: normal;
	font-size:1em;
	text-align:left;
}
.column .dragbox td, .column_2 .dragbox td{
	font-size:1.1em;
	padding-left:15px;
}
.column .placeholder, .column_2 .placeholder{
	background: #f9f9f9;
	border:1px dashed #666;
}
.column .dragbox h2.collapse, .column_2 .dragbox h2.collapse {
	background: url('../images/icons/collapse.png') no-repeat top right;
}
.dragbox-image{
	background:#fff;
	float:left;
	height:80px; 
	width:15%;
	margin:5px;
	font-family:'Lucida Grande', Verdana; font-size:1em; line-height:1.5em;
	background-size:contain !important;
}
.dragbox-content_small{
	background:#fff;
	float:left;
	min-height:60px; 
	margin:5px;
	font-family:'Lucida Grande', Verdana; font-size:1em; line-height:1.5em;
	width:80%;
}
.dragbox-content_big{
	display:none;
	background:#fff;
	float:left;
	min-height:60px; 
	margin:5px;
	font-family:'Lucida Grande', Verdana; font-size:1em; line-height:1.5em;
	width:80%;
}
.dragbox-footer{
	background:#fff;
	margin:5px;
	font-family:'Lucida Grande', Verdana; font-size:0.8em; line-height:1.5em;
	font-style: italic;
}
.dragbox-error {
	font-size:1.2em;
	margin:5px;
	font-family:'Lucida Grande', Verdana;
	font-style: italic;
}

.dragbox h2 .configure{
	font-size:11px; font-weight:normal;
	margin-right:30px; float:right;
}
/* .deleted {
	text-decoration:line-through;
	color:red;
} */
table.tablesorter tbody tr.deactivated td {
	color:red;
}
table.tablesorter tbody tr.past td {
	text-decoration:line-through;
	color:#999;
}
table.tablesorter tbody tr.future td {
	color:#999;
}
table.tablesorter tbody tr.deleted td:not(.ignore-text-deco) {
	text-decoration:line-through;
	color:red;
}

table.tablesorter tbody tr.stopped td:not(.ignore-text-deco) {
	text-decoration:line-through;
	color: #999;
}

table.tablesorter tbody tr.incomplete td, table.tablesorter tbody tr.new td {
	font-weight:bold;
}

.undeleted {
	text-decoration:none;
}
.pager-inner-text {
	float:left;
	margin: 0px 10px;
	padding-top:3px;
	font-size:1.2em;
}
.object-head-container th{
	font-weight: normal;
	font-size:1.1em;
	text-align:left;
}
.object-head-container td {
    font-size: 1.1em;
    padding: 0px 15px;
}
#object-head-wrapper h2 {
	padding-bottom:1px;
	color:#333;
}
#object-head-wrapper h2 img {
	padding:5px 0px 0px 10px;
}
a.page-mover-numeric {
	margin:0px 2px;
}

#messages-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #F7F7F7;
    box-shadow: 0px 0px 15px #444;
    font-size: 14px;
    z-index: 999;
}

#messages {
    width: 100%;
    margin: 0 auto;
}

#messages li {
    list-style: none;
    padding-left: 32px;
    padding-top: 8px;
    height: 24px;
    text-align: center;
}

.msg_info, .msg_success, .msg_warning, .msg_error, .validation {
border: 1px solid;
margin: 0px;
padding-left:50px !important;
padding-top:15px !important;
padding-right:50px !important;
background-repeat: no-repeat;
background-position: 10px center;

}
.msg_info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../images/icons/new_info.png');
}
.msg_success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../images/icons/new_valid.png');
}
.msg_warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../images/icons/new_warning.png');
}
.msg_error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../images/icons/new_error.png');
}


h2.msg_info {
	padding-bottom:15px !important;
	cursor:pointer !important;
}

.wizard_img_title {
	font:bold 14px/100% Arial, Helvetica, sans-serif;
	color: #18A2D9;
	text-shadow:1px 1px 0 rgba(0,0,0, 0.1);
}

#bookingModalInfo #bookingModalInfoContent .participants_label {
    text-transform: capitalize;
}

.participants_label {
	float:left; 
	line-height: 2.5; 
	margin-right:5px; 
	font-size:1.2em;
	color:#666;
}
.participants_number {
	float:left; 
	line-height: 1.5; 
	margin-right:5px; 
	font-size:2em; 
	font-weight:bold; 
	font-family:courier;
}
.participants_number_disabled{
	color:#999;
}
.schedule_min_nok{
	color:red;
}
.schedule_min_ok{
	color:green;
}
#schedules_participants_max_save {
    display: block;
    height: 22px;
    width: 22px;
}
#schedules_participants_max_save_a {
    cursor: pointer;
    float: left;
    height: 22px;
    padding-top: 3px;
}
