* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
a{
	color:inherit;
	text-decoration:inherit;
	}
.no-line {
    text-decoration: none;
}
.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}
.form-sign 
{
    padding: 10px;
}
.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}
.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
	height:36px;
}

.btn-danger:hover {
    background-color: #c9302c;

}
.required:after {
    content: " *" !important;
}
.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}
.btn-success:hover {
    background-color: #449d44;

}
.btn-default:hover {
    background-color: #e6e6e6;

}
.btn-info:hover {
    background-color: #31b0d5;
}
.btn {
     -moz-user-select: none;
    background-image: none;
    border: 1px solid #777d7d;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 8px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

th {
    text-align: left;
}
.record_properties {
    padding: 10px;
}
body {
    font-family: 'Helvetica', 'Arial', sans-serif;
    background-color: #dee9ee;
    padding:0;
    margin:0;
    position:relative;
}
#contenu {
    width:97%;
	max-width:1300px;
    margin:auto;
    padding:50px;
}

.cadre {
    background-color: white;
    color: black;
    display: inline-block;
    margin: 20px 0;
    padding: 0;
    position: relative;
    vertical-align: top;
}

.cadre.menu ul, .rapide ul {
    list-style:  none;
    padding:0;
}

.cadre.menu li, .rapide li {
    width:96%;
    padding:12px;
    padding-left:40px;
    margin:1px 5px;
    background-color:#0b95bd;
    color:white;
    background-position:0 0;
    background-size: auto 100%;
    background-repeat:no-repeat;
	font-size:13px;
	font-family:Helvetica, Arial, sans-serif
}
.cadre.menu li.selected, .rapide li.selected, .cadre.menu li:hover, .rapide li:hover {
    background-color:#dee9ee;
    color:black;
}
.cadre.menu li.selected a, .rapide li.selected a, .cadre.menu li:hover a, .rapide li:hover a {
    background-color:#dee9ee;
    color:black;
}



.selected.tableau, .tableau:hover {
    background-image:url(/images/modernui/light/appbar.list.png);
}
.selected.excel, .excel:hover {
    background-image:url(/images/modernui/light/appbar.office.excel.png);
}
.selected.stats, .stats:hover {
    background-image:url(/images/modernui/light/appbar.graph.line.png);
}
.selected.saisie, .saisie:hover {
    background-image:url(/images/modernui/light/appbar.draw.pen.png);
}
.selected.stats, .stats:hover {
    background-image:url(/images/modernui/light/appbar.graph.line.png);
}
.selected.doublons, .doublons:hover {
    background-image:url(/images/modernui/light/appbar.page.copy.png);
}
.selected.planning, .planning:hover {
    background-image:url(/images/modernui/light/appbar.calendar.31.png);
}
.selected.settings, .settings:hover {
    background-image:url(/images/modernui/light/appbar.cog.png);
}

.selected.import, .import:hover {
    background-image:url(/images/modernui/light/appbar.cabinet.in.png);
}
.selected.export, .export:hover {
    background-image:url(/images/modernui/light/appbar.cabinet.out.png);
}
.selected.mail, .mail:hover {
    background-image:url(/images/modernui/light/appbar.email.minimal.png);
}
.selected.contact, .contact:hover {
    background-image:url(/images/modernui/light/appbar.people.png);
}
.selected.station, .station:hover {
    background-image:url(/images/modernui/light/appbar.places.png);
}
.selected.site, .site:hover {
    background-image:url(/images/modernui/light/appbar.city.chicago.png);
}
.selected.heberg, .heberg:hover {
    background-image:url(/images/modernui/light/appbar.home.png);
}
.selected.comment, .comment:hover {
    background-image:url(/images/modernui/light/appbar.chat.png);
}
.selected.histo, .histo:hover {
    background-image:url(/images/modernui/light/appbar.timer.forward.png);
}
.edit.selected, .edit:hover {
    background-image:url(/images/modernui/light/appbar.page.edit.png);
}
.enquete.selected, .enquete:hover {
    background-image:url(/images/modernui/light/appbar.checkmark.pencil.png);
}
.new.selected, .new:hover {
    background-image:url(/images/modernui/dark/appbar.page.new.png);
}
.search.selected, .search:hover {
    background-image:url(/images/modernui/dark/appbar.page.search.png);
}

.cadre.menu li a, .rapide li a {
    color:white;
    text-decoration:none;
}

.cadre.menu {
    width:20%;
    float:left;
}

.cadre.main {
    float: right;
    padding: 10px;
    width: 100%;
    display: block;
    margin: 20px auto;
}

.bleu {
    margin:20px;
    padding:25px;
    padding-left:80px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:#D8EDF2;
    color: #666;
	border: 1px solid #ccc;
}

.bleu h3 {
    color: #6d92a6;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 13px 6px;
    text-transform: uppercase;
	
}
/*
.bleu:hover h3{color:black;}
*/


.search {
    background-image: url(/images/modernui/dark/appbar.page.search.png);
}
.new {
    background-image: url(/images/modernui/dark/appbar.page.new.png);
}
.tableau {
    background-image:url(/images/modernui/dark/appbar.list.png);
}
.excel {
    background-image:url(/images/modernui/dark/appbar.office.excel.png);
}
.settings {
    background-image:url(/images/modernui/dark/appbar.cog.png);
}
.saisie {
    background-image:url(/images/modernui/dark/appbar.draw.pen.png);
}
.stats {
    background-image:url(/images/modernui/dark/appbar.graph.line.png);
}
.doublons {
    background-image:url(/images/modernui/dark/appbar.page.copy.png);
}
.planning {
    background-image:url(/images/modernui/dark/appbar.calendar.31.png);
}
.site {
    background-image:url(/images/modernui/dark/appbar.city.chicago.png);
}
.station {
    background-image:url(/images/modernui/dark/appbar.places.png);
}
.heberg {
    background-image:url(/images/modernui/dark/appbar.home.png);
}
.contact {
    background-image:url(/images/modernui/dark/appbar.people.png);
}
.comment {
    background-image:url(/images/modernui/dark/appbar.chat.png);
}
.import {
    background-image:url(/images/modernui/dark/appbar.cabinet.in.png);
}
.export {
    background-image:url(/images/modernui/dark/appbar.cabinet.out.png);
}
.mail {
    background-image:url(/images/modernui/dark/appbar.email.minimal.png);
}
.tel {
    background-image:url(/images/modernui/dark/appbar.phone.png);
}
.histo {
    background-image:url(/images/modernui/dark/appbar.timer.forward.png);
}
.edit {
    background-image:url(/images/modernui/dark/appbar.page.edit.png);
}
.enquete {
    background-image:url(/images/modernui/dark/appbar.checkmark.pencil.png);
}
.warning {
    background-image:url(/images/modernui/dark/appbar.warning.png);
}

.texte {
	padding: 1px 20px;
}
.texte > h3 {
	border-bottom: 1px dotted #888;
    font-weight: normal;
}

.gris {
    padding: 20px;
    width:85%;
    color:black;
    background-color: #f1f0f0;
    position:relative;
}

.gris .rapide {
    background-color:#2b86ac;
    position:absolute;
    right:-17.5%;
    top:-50px;
    width:30%;
}

.bleu a.carre {
    background-color: #2b86ac;
    background-position: center top;
    background-repeat: no-repeat;
    color: white;
    display: inline-block;
    height: 120px;
    margin: 5px;
    padding-top: 79px;
    text-align: center;
    text-decoration: none;
    width: 120px;
}

.bleu a.carre:hover {
    color:black;
    background-color:white;
}

input[type=submit],
input[type=button] {
    background-color:#2b86ac;
    color:white;
    border:none;
    border-radius: 3px;
}
.cadre.main h2{
	margin: -10px;
    padding-left: 20px;
    text-align: left;
	
	}
.cadre h2 {
    background-color:#f9f9f9;
    color:black;
    border-bottom: 1px solid #888;
    margin:0;
    text-align:center;
    padding:8px;
	font-size:20px;
	font-weight:normal;
}

#menu #user {
    background-color: #dee9ee;
    border-radius: 4px;
    color: black;
    float: right;
    font-size: 12px;
    height: 50px;
    padding: 19px 10px 10px;
}
#menuContainer{
	margin-left:130px;
	}
#menu {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:60px;
    background-color:#2b86ac;
    text-align:center;
    padding:5px;
    color: white;
}

#menu a {
    background-color: #7fabbe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    display: inline-block;
    float: left;
    margin-left: 5px;
    margin-top: 26px;
    padding: 6px 15px;
    text-decoration: none;
}

#menu a.selected, #menu a:hover {
    background-color:#dee9ee;
    color:black;
}

#menu a img {
    vertical-align: middle;
    height:40px;
}

#menu a:hover img{
    background-image: url(/images/modernui/dark/appbar.base.png);
    background-size: cover;
}

table {width:100%;border-collapse:collapse;border:1px solid #CCC;}
table td {
	border-bottom: 1px dotted #c8c8c8;
    font-size: 12px;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
	}
table tbody tr td:first-child{text-align:left;font-weight:bold;}
table tbody tr td:first-child a{
	text-decoration:none;
	color:#0b95bd;
	font-weight:normal;
	}
table th {
	background-color: #d8edf2;
    border-bottom: 1px dotted #888;
    color: #2b86ac;
    font-size: 11px;
    font-weight: normal;
    padding: 5px;
    text-transform: uppercase;
	}


.table-header-rotated {
    width:auto;
    width:100%;
    border:none;
}
.table-header-rotated th.row-header{
    width: auto;
    background-color:transparent !important;
}

.table-header-rotated td{
    width: 60px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    /*border-right: 1px solid #dddddd;*/
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
    font-family:sans-serif;
}

.table-header-rotated th.rotate-45{
    height: 80px;
    width: 40px;
    min-width: 40px;
    max-width: 100px;
    position: relative;
    vertical-align: bottom;
    padding: 0;
    font-size: 11px;
    line-height: 0.9;
    font-family:sans-serif;
    background-color:transparent !important;
}

.premiere {
    border-left:1px solid black !important;
}

.table-header-rotated th.rotate-45 > div{
    position: relative;
    top: 0px;
    left: 40px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
    height: 100%;
    -ms-transform:skew(-45deg,0deg);
    -moz-transform:skew(-45deg,0deg);
    -webkit-transform:skew(-45deg,0deg);
    -o-transform:skew(-45deg,0deg);
    transform:skew(-45deg,0deg);
    overflow: hidden;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    background-color:white;
}

.table-header-rotated th.rotate-45 span {
    -ms-transform:skew(45deg,0deg) rotate(315deg);
    -moz-transform:skew(45deg,0deg) rotate(315deg);
    -webkit-transform:skew(45deg,0deg) rotate(315deg);
    -o-transform:skew(45deg,0deg) rotate(315deg);
    transform:skew(45deg,0deg) rotate(315deg);
    position: relative;
    /*bottom: 30px; /* 40 cos(45) = 28 with an additional 2px margin*/
    /*left: -25px; /*Because it looked good, but there is probably a mathematical link here as well*/
    top:35px;
    display: inline-block;
    /* width: 100%; */
    width: 85px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
    text-align: left;
    /* white-space: nowrap;*/ /*whether to display in one line or not*/
}

tr.orange td {
    background-color:orange;
}

tr.rouge td {
    background-color:red;
}

tr:even td {background-color:white;}
tr:odd td {background-color:#ccc;}

tr:hover td {
    background-color:#dfdfdf;
}

tr.reel td, td.reel {background-color:#8f8;}
tr.previsionnel td, td.previsionnel {background-color:#fc8;}



input, select {background-color:#ccc;
    color:#2b86ac;
    width:400px;
    font-size:120%;
    font-weight:bold;
    border:none;
    padding:5px;
    border-radius:4px;
    display:block;
}

input[type=checkbox] {
    display:inline;
    width:auto;
}
input[type=submit] {
    background-color: #2b86ac;
    color: white;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    padding: 6px 17px;
    width: auto;
}
label {
    display: block;
    margin-top: 20px;
}

tr.semaine input {
    width:80px;
}
.record_actions a, .record_actions form{
	float:left;
	height:36px;
	margin-right:5px;
	}
.divButton{
	white-space: nowrap;
	}
.divButton a{
	margin-left:10px;
	}
	/* FICHE HEBERGEUR */
lieu{
	text-transform:capitalize;
	color:#7fabbe;
	padding-left:6px;
	}
type{
	font-weight:bold;
	}
detail table{
	background:#f0f0f0;
	padding:10px;
	border:0;
	width:90%;
	}
detail table td{
	text-align:left;
	padding: 14px 30px;
	}
nblots table th{
	text-align:center;
	}
nblots table td{
	text-align:center;
	border:solid 1px #CCC;
	padding:10px;
	}
nblots table tbody tr td:first-child {
    font-weight: normal;
	text-align:center;
}
comment{
	font-size:12px;
	}
tooltip{
	background: none repeat scroll 0 0 #0b95bd;
    color: white;
    left: 65%;
    min-height: 110px;
    padding: 20px;
    position: absolute;
    width: 42%;
	}
tooltip span{
	display:block;
    height: 45px;
	padding-left:60px;
	padding-top:20px;
	font-size:20px;
	}
tooltip #phone{
	background: url("/images/modernui/dark/appbar.phone.png") no-repeat scroll -10px -16px rgba(0, 0, 0, 0);
}
tooltip #phone2{
	background: url("/images/modernui/dark/appbar.phone.png") no-repeat scroll -10px -16px rgba(0, 0, 0, 0);
}
tooltip #email{
	background: url("/images/modernui/dark/appbar.email.minimal.png") no-repeat scroll -10px -16px rgba(0, 0, 0, 0);
    font-size: 12px;
}
tooltip #email a{
	color:inherit;
	font-weight:inherit;
	text-decoration:inherit;
}
clear{
	border-bottom: 1px dashed #d8d8d8;
    clear: both;
    display: block;
    height: 5px;
    width: 100%;
	}
#user a{
	background: none repeat scroll 0 0 #ce3030;
    border-radius: 8px;
    font-size: 12px;
    margin-right: 10px;
    margin-top: -7px;
    padding: 7px;
	}
#baseFooter{
    display: block;
    float: left;
    width: 100%;
	padding:8px
	}
#menuFooter{
	background: none repeat scroll 0 0 white;
    border-radius: 3px;
    color: #808080;
    font-size: 12px;
    margin: auto;
    max-width: 1203px;
    padding: 6px;
    text-align: center;
    width: 90%;
	}
#menuFooter a{
	text-decoration:underline;
	}
/* Questionnaire */
.semaine.previsionnel input{
	width: 50px;
	}
table tbody tr td.questionnaireDate:first-child{
	width:200px;
	font-weight:normal;
	}
/* Controle saisies */
#controlTable{
	margin-top:20px;	
	}
#controlTable input{
	width:50px;
	}
/* Mailing */
#hebergement_id{
	background:#fdfdfd;
	padding:10px;
	border:solid 15px #f4f4f4;
	border-radius:7px;
	}
#hebergement_id input{
	}
.mailLine{
	padding-top: 7px;
    margin-top: 7px;
    border-top: dashed #1a1a1a;
    border-width: 1px;
}

/* modifs john*/


.header_extranet{ 
    padding-top:20px;
    margin:20px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:#D8EDF2;
    color:#2B86AC;
	border: 1px solid #D8EDF2;
	front-size: 12px;
	height:100px;
	}
	

/*.header_pictogramme_extranet{
 	background-image:url("/bundles/extranet/images/Picto_header");
	background-repeat:no-repeat;
	height:60px;
	width:60px;
 	margin-top:3px;
	margin-left:15px;
 	float:left;
}

.selected.header_pictogramme:hover,.header_pictogramme:hover {
    background-image:url("/bundles/extranet/images/Picto_header_hover");
}
*/


/*.header_pictogramme_extranet:hover{
    background-image:url("/bundles/extranet/images/Picto_header_hover");
	cursor:pointer;
}*/

.texte_header_titre_extranet{
	color:#2B86AC;
	font-size: 20px;
	font-weight: bold;
	padding-left:80px;
	padding-top:5px;
}

.texte_header_extranet{
    padding-left:80px;

}

.header-menu-deroulant_extranet{
	margin-left:400px;
	margin-top:-40px;
}


.titre_bleu_heberge_extranet{

	color:#2B86AC;
	font-size: 20px;
	font-weight: bold;

}



.bloc_questionnaire_1_extranet{
float:left;
margin:10px;
}

.bloc_questionnaire_2_extranet{
float:left;
margin:10px 20px;
}


.bt_valider_extranet{
float:right;
margin:80px 10px;
}

.bloc_gris {
	margin:0px;
	padding:25px;
	padding-left:80px;
	background-position:0 0;
	background-repeat:no-repeat;
    background-color:#E5E2E2;
	color: #666;
	border: 1px solid #E5E2E2;
	height:200px;
	
}

/* modifs john*/


.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

.prices_graph_container{
	margin-top:10px;
}

.prices_graph_container h3{
	width:70%;
}