/* [General styles] */

.cb {
	clear: both;
}

.redStar {
    color: #FF0000;
    font-size: 10px;
}
.dateFormat {
    color: #777777;
    font-size: 10px;
    padding: 3px;
    font-weight: 600;
}


.containerAdmin {
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 960px;
}


/* [Error messages] */
.msg_info,.msg_success,.msg_warning,.msg_erreur{
    border:1px solid;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    -moz-box-shadow:0 0 5px #888;
    -webkit-box-shadow:0 0 5px #888;
    box-shadow:0 0 5px #888;
    width: auto !important;
    background-repeat: no-repeat;
    background-position: 10px 5px;
    text-align: left;
    margin:0 0 10px 0!important;
    padding:15px 10px 15px 50px !important
}

.msg_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/images/messageBox/info.png');
}
.msg_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/images/messageBox/success.png');
}
.msg_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/messageBox/warning.png');
}
.msg_erreur {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/images/messageBox/error.png');
}

.erreur_loc, .fieldError {
	color: #CC0000;
	font-size: 11px;
	font-style: italic;
	/*display: block;*/
}

/* [Autodatatable] */
.autodatatableLight td {
	padding: 5px;
    vertical-align: top;
}

.autodatatableLight td.label {
    vertical-align: top;
    padding-top: 10px;
}

.autodatatable {
	border: 1px solid #000000;
	color: #3e3e3e;
}

.autodatatable th {
	font-size: 11px;
	border-bottom: 1px solid #000000;
	background-color: #e3e3e3;
	padding: 5px 15px 5px 5px;
	text-align: left;
}

.autodatatable.rowHighlight tr:hover td {
	background-color: #dbe8ec;
}

.autodatatable td {
    padding: 5px 15px 5px 5px;
	font-size: 11px;
	text-align: left;
}

.autodatatable .row1 td,
.autodatatable .odd td {
	background-color: #f1f1f1;
}

.autodatatable .row2 td,
.autodatatable .even td {
	background-color: #fff;
}

table input[type=text] {
	margin: 4px 0;
}

.autodatatable .adt-ctrl {
    list-style: none;
    margin: 0;
    border-left: 1px solid #aaa;
    padding: 4px 0 0 10px;
    line-height: 1;
}

.autodatatable .adt-ctrl li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    padding: 0 0 4px;
}

.autodatatable .adt-ctrl-multiline li {
    display: block;
}

.icon-active {
    background: url('/images/icon-active.png') 2px 2px no-repeat;
    width: 19px;
    height: 19px;
    display: block;
}

.icon-inactive {
    background: url('/images/icon-inactive.png') 2px 2px no-repeat;
    width: 19px;
    height: 19px;
    display: block;
}

.permissionField {
    list-style: none;
    margin: 0;
    padding: 0;
}

.permissionField li {
    margin: 0;
    padding: 2px 0;
}

.permissionField li > ul {
    margin-left: 25px;
}

.permissionField input[type="checkbox"], .permissionField label{
    vertical-align: middle;
}

#user-groups .user-group-title {
    font-weight: bold;
    padding-top: 4px;
    font-size: 14px;
}

#user-groups .user-group-list-label {
    font-weight: bold;
    font-size: 12px;
}

#user-groups .user-group-selected {
    margin: 5px 0 10px 0;
}

#user-groups .user-group-selected li {
    line-height: 1.9;
}

#user-groups .user-group-center {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

#user-groups .user-group-selected-label {
    width: 300px;
    float: left;
}

#user-groups .user-group-selected-remove {
    float: right;
}

#user-groups {
    width: 400px;
}

/* [Admin styles] */

.adminContent h2 {
	font-size: 18px !important;
}

.blockIcon {
	float: left;
	width: 60px;
	margin-right: 10px;
}

.blockContent {
	float: left;
	width:220px;
}

/* [Admin login] */

.login-form {
    max-width: 400px;
    margin: 60px auto;
}

.login-form label {
    display: block;
}

.login-form input {
    border: 1px solid #616161;
    width: 388px;
    padding: 5px;
}

.login-form button {
    padding: 10px 15px;
}

/* Admin blocks */

.admin-nav {
    margin: 0 0 20px 0;
}

.admin-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.admin-nav ul li.pull-left {
    margin-right:5px;
}

.admin-nav ul li.pull-right {
    margin-left:5px;
}

.admin-box {
    border-bottom: 8px solid #01499b;
    background: #FFF;
    padding: 20px;
    min-height: 125px;
    position: relative;
    -webkit-box-shadow: 0 10px 20px -10px #444;
    -moz-box-shadow: 0 10px 20px -10px #444;
    box-shadow: 0 10px 20px -10px #444;
}

.admin-box h2 {
    color: #01499b;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.admin-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.admin-box ul li {
    margin: 0 0 10px 0;
}

.admin-box a {
    color: #01499b;
    text-decoration: none;
}

.admin-box a:hover {
    text-decoration: underline;
}

.admin-box .icon {
    background: #01499b;
    color: #FFF;
    font-size: 20px;
    display: block;
    position: absolute;
    bottom: -8px;
    right: 0;
    padding: 5px;
    width: 32px;
    text-align: center;
}

.adminCategoryBlock {
    float: left;
    margin: 0 10px 20px 0;
    width: 32%;
}

.adminCategoryBlock .adminCategoryIcon {
    float: left;
}

.adminCategoryBlock .adminCategoryBlockContent {
    float: left;
    margin-left: 13px;
}

.adminCategoryBlock h2 {
    border-bottom: 1px solid;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px 52px;
    padding: 0 0 3px 8px;
}


.adminBlock {
	min-height:100px;
	height:auto !important;
}

#adminNavBar {
	list-style: none;
	margin: 0;
    padding:6px 0 12px;
}

#adminNavBar li {
	display: inline;
	padding: 0;
    margin:0 10px 0 0;
}

#adminNavBar li.right {
    float: right;
}

.specialButton {
	display: block;
	border: 1px solid #003;
	background: #03C;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
	float: left;
}

.specialButton:hover {
	color: #FFF;
	text-decoration: none;
	background: #03F;
}

.specialButtonSubmit {
	position: absolute;
	left: -9999px;
}

.cover{
	padding-bottom: 2px;
	display: block;
	position: relative;
	margin-top: -14px;
	margin-left: 23px;	
}

.row:before, .row:after {
    content: "";
    display: table;
}

.row:after {
    clear: both;
}

.row {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/* [Photo album] */
#photoList {
	list-style: none;
	margin: 0;
	padding: 0;
}
#photoList li {
	padding: 0;
    float: left;
	margin: 5px;
	position: relative;
	width: 178px;
}
#photoList li .options {
	background: url('/images/white75percent.png') left top repeat;
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
	display: none;
}
#photoList li:hover .options {
	display: block;
}
#photoList li .options a {
	float: left;
}
#photoList li .cover {
	background: url('/images/white75percent.png') left top repeat;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 168px;
	position: absolute;
	bottom: 5px;
	left: -18px;
	z-index: 10;
	padding: 5px 0;
}
#photoList li a {
	display: block;
	background: url('/images/blank.gif') left top repeat;
	text-decoration: none;
}
#photoList li a:hover {
	text-decoration: none;
}
#photoList li .thumbnail {
	width: 178px;
}

#photoList2 li{
    padding: 10px;
    margin:0;
}

#global {
	position: relative;
	width: 100%;
	min-width: 960px;
	overflow: hidden;
}


/* Pagination */
.pagination {
    padding: 0;
    list-style: none;
    float: right;
    margin: 20px 0;
}

.pagination li {
    margin: 0;
    padding: 0;
    float: left;
}

.pagination li a {
    display: block;
    padding: 6px 8px 3px;
    color: #bc210a;
    text-decoration: none;
}

.pagination li a:hover {
    text-decoration: none;
    color: #302C2D;
}

.pagination li.current {
    background: #bc210a;
    color: #fff;
    padding: 6px 8px 3px;
}

.pagination li.break {
    padding: 3px 8px;
}

.pagination li.deactivated {
    padding: 6px 8px 3px;
    color: #ccc;
}

.label{
    font-size: 12px !important;
    color: #3d250d !important;
    padding-top: 5px !important;
}

.autodatatableLight h3{
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
}


.dateBg{
    width: 84px;
    height: 84px;
    background: url('/images/dateBg.png') no-repeat;
    float: left;
    margin: 5px 10px 0px 0px;
    padding-top: 15px;
    margin-bottom: 35px;
}

.dateBg p{
    padding: 0px !important;
    margin: 0px !important;
    font-size: 32px !important;
    height: 36px !important;
    text-align: center !important;
}

.admin-nav ul{
    padding-left: 0px !important;
}

.admin-nav{
    padding-top: 10px;
}

.admin-nav li{
    padding-left: 10px !important;
    list-style: none;
}

.topbot-padding{
    padding-top:10px;
    padding-bottom: 20px;
}

/*****************************************
 _   _  ___    _____  ___    ___    ___   
( ) ( )(  _`\ (  _  )(  _`\ (  _`\ |  _`\ 
| |_| || (_(_)| (_) || | ) || (_(_)| (_) )
|  _  ||  _)_ |  _  || | | )|  _)_ | ,  / 
| | | || (_( )| | | || |_) || (_( )| |\ \ 
(_) (_)(____/'(_) (_)(____/'(____/'(_) (_)
*******************************************/

#header-container {

}

#header {

}


/**************************************************
 _   _  _____  _   _          ___    _____  ___   
( ) ( )(  _  )( ) ( )        (  _`\ (  _  )|  _`\ 
| `\| || (_) || | | | ______ | (_) )| (_) || (_) )
| , ` ||  _  || | | |(______)|  _ <'|  _  || ,  / 
| |`\ || | | || \_/ |        | (_) )| | | || |\ \ 
(_) (_)(_) (_)`\___/'        (____/'(_) (_)(_) (_)
****************************************************/

#nav-bar-container {

}

#nav-bar {
	
}


/*****************************
        ___    _   _  _   _ 
/'\_/`\(  _`\ ( ) ( )( ) ( )
|     || (_(_)| `\| || | | |
| (_) ||  _)_ | , ` || | | |
| | | || (_( )| |`\ || (_) |
(_) (_)(____/'(_) (_)(_____)
******************************/

#menu-container {

}

#menu {

}

/****************************************
 ___    _      _  ___    ___    ___   
(  _`\ ( )    (_)(  _`\ (  _`\ |  _`\ 
| (_(_)| |    | || | ) || (_(_)| (_) )
`\__ \ | |  _ | || | | )|  _)_ | ,  / 
( )_) || |_( )| || |_) || (_( )| |\ \ 
`\____)(____/'(_)(____/'(____/'(_) (_)
*****************************************/

#slider-container {

}

#slider {

}

/*************************************************
 ___    _____  _   _  _____  ___    _   _  _____ 
(  _`\ (  _  )( ) ( )(_   _)(  _`\ ( ) ( )(_   _)
| ( (_)| ( ) || `\| |  | |  | (_(_)| `\| |  | |  
| |  _ | | | || , ` |  | |  |  _)_ | , ` |  | |  
| (_( )| (_) || |`\ |  | |  | (_( )| |`\ |  | |  
(____/'(_____)(_) (_)  (_)  (____/'(_) (_)  (_) 
***************************************************/

#content-container {

}

#content {

}


/********************************************
 ___    _____  _____  _____  ___    ___   
(  _`\ (  _  )(  _  )(_   _)(  _`\ |  _`\ 
| (_(_)| ( ) || ( ) |  | |  | (_(_)| (_) )
|  _)  | | | || | | |  | |  |  _)_ | ,  / 
| |    | (_) || (_) |  | |  | (_( )| |\ \ 
(_)    (_____)(_____)  (_)  (____/'(_) (_)
**********************************************/

#footer-container {

}

#footer {

}

.albumcreate{
    padding: 0px 0px 20px 0px;
}

.alertalbum{
    margin-left: 154px;
    color: #F00;
    display: none;
}

#dropform h2{
    padding-top:20px;
    float: left;
}

.deleteAlbum{
    padding: 24px;
    font-size: 23px;
    cursor: pointer;
    z-index:20000;
}

.big-preview{
    margin-bottom: 10px;
}

.big-preview img{
    border-radius: 10px;
}

.detailTitle{
    font-size: 16px;
    font-weight: bold;
    color: #88674a;
}

.detailDesc{
    font-size: 16px;
    color: #88674a;
}

.specTable th{
    font-size: 14px;
    font-weight: bold;
    color: #3d260e;
}


.bookFrAccueil{
    display: inline-block;
    width: 274px;
    height: 81px;
    background: url('/images/reserverBtn_hover.png');
    /*margin-right: 38px;*/
}

.bookFrAccueil:hover{
    background: url('/images/reserverBtn.png');
}


.bookFr{
    display: inline-block;
    width: 157px;
    height: 46px;
    background: url('/images/reserver.png');
    background-size: 157px 46px;
    margin-right: 38px;
}

.bookFr:hover{
    background: url('/images/reserver_hover.png');
    background-size: 157px 46px;
}


.bookEnAccueil{
    display: inline-block;
    width: 274px;
    height: 81px;
    background: url('/images/bookBtn.jpg');
}

.bookEnAccueil:hover{
    background: url('/images/bookBtn-on.jpg');
}


.bookEn{
    display: inline-block;
    width: 157px;
    height: 46px;
    background: url('/images/book_now.png');
    margin-right: 38px;
}

.bookEn:hover{
    background: url('/images/book_now_hover.png');
}

.dispoFr{
    display: block;
    width: 382px;
    height: 81px;
    background: url('/images/dispo.png');
}

.dispoFr:hover{
    background: url('/images/dispo_hover.png');
}

.dispoEn{
    display: block;
    width: 192px;
    height: 46px;
    background: url('/images/dispoEn.png');
}

.dispoEn:hover{
    background: url('/images/dispoEn_hover.png');
}

.bookBtn{
    margin-top: -10px;
    margin-bottom: -10px;
}

.detailsEn{
    display: inline-block;
    width: 157px;
    height: 46px;
    background: url('/images/btn_moreDetails.jpg') left top;
    margin-right: 38px;
}

.detailsEn:hover{
    background: url('/images/btn_moreDetails.jpg') left bottom;
}

.detailsFr{
    display: inline-block;
    width: 157px;
    height: 46px;
    background: url('/images/btn_moreDetailsFr.png') left top;
    background-size: 157px 46px;
    margin-right: 38px;
}

.detailsFr:hover{
    background: url('/images/btn_moreDetailsFr_hover.png') left top;
    background-size: 157px 46px;
}


.sendFr{
    display: inline-block;
    width: 157px;
    height: 46px;
    background: url('/images/envoiBtn.png') left top;
    margin-right: 38px;
    border: 0px;
    outline: none;
}

.sendFr:hover{
    background: url('/images/envoiBtn_hover.png') left top;
}

.sendEn{
    display: inline-block;
    width: 157px;
    height: 46px;
    background: url('/images/sendBtn.png') left top;
    margin-right: 38px;
    border: 0px;
    outline: none;
}

.sendEn:hover{
    background: url('/images/sendBtn_hover.png') left top;
}

.bookBtnList{
    margin:10px;
}

.roomCover{
    margin-bottom: 10px;
    border-radius: 10px;
}

.mainhr{
    border-bottom: 1px solid #d7cabe;
}

.social-wrapper{
    /*padding-top: 10px;
    padding-bottom: 10px;*/
}

.social-wrapper .fa{
    font-size: 14px;
    color: #3d260e;
}

.social-wrapper .fatext{
    font-family: "Open Sans", arial;
    margin-left:4px;
    margin-right: 10px;
}

.sidemenu{
    padding-bottom: 20px;
}

.mobilePadFix{
    padding-bottom: 20px;
}
.listDestyler{
    list-style: none!important;
}

.news-list{
    list-style: none !important;
}

.infoBtn{
    padding: 0 15px!important;
    line-height: 36px!important;
    height: 36px!important;
    display: inline-block!important;
    border-radius: 5px!important;
    -webkit-border-radius: 5px !important;
    border: none !important;
    color: #444444 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    background: #fff !important;
    font-family: Arial;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    margin-top: 0 !important;
    width: auto !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.13) !important;
}

.infoBtn:hover{
    color: #FFFFFF !important;
    background: #8EC32D !important;
    text-decoration: none;
}

.mailing-list{
    margin: 0px;
    width: 466px;
    height: 125px;
}

.greenLight{
    width: 16px;
    height: 16px;
    background: url('/images/greenred.png') left top no-repeat;
}

.redLight{
    width: 16px;
    height: 16px;
    background: url('/images/greenred.png') right top no-repeat;
}
