@CHARSET "UTF-8";

/*****************
 * Générique
 */
 
 /*RESET STYLES*/
body { line-height: 1; }
/*ol, ul { list-style: none; }*/
/*li {list-style: none;}*/
img {
	border: none;
	max-width: 100%; /* nécessaire pour cropper.js */
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }	
table { border-collapse: collapse; border-spacing: 0; }
button {
	overflow: visible;
}

body, input, textarea {
	font-family:'Arial Normal', 'Arial';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	color:#333333;
	line-height:normal;
	background-color: #FFFFFF;
}
body {
	margin-bottom: 30px;
}
.page-header {
	margin: 0 0 0 0;
}

.containerTot {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

select {
	font: 12px Arial, Helvetica, sans-serif;
}

a {
	color: #444;
}
a:hover, a.active {
	color: #222;
}
a:focus{
	outline:thin dotted
	}

h1 {
	font-family:'Arial Normal', 'Arial';
	font-size:26px;
	color: #e92d3d;
}
.sous-titre_h1 {
	font-family:'Arial Normal', 'Arial';
	font-size:20px;
	color:#666666;
}
h2 {
	font-family:'Arial Normal', 'Arial';
	font-size:20px;
	color:#282828;
    border-bottom:1px solid #282828;
    font-weight:bold;
}
h3 {
	font-family:'Arial Gras', 'Arial';
	font-weight:normal;
	font-style:normal;
	font-size:16px;
	text-align:left;
}
h4 {
    color:#e92d3d;
    font-weight:bold;
}

.fil_ariane {
	font-size:10px;
	color:#282828;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none; color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}

.underline {
	text-decoration: underline;
}

.fa, .pointer {
	cursor: pointer;
}

/*input:invalid, input.error {
  background-color: #ffdddd;
}*/
input.error {
  background-color: #ffdddd;
}

.error, .comExists {
    color: red;
}

.divFormError {
	margin-bottom: -15px;
	margin-top: 10px;
	color: red;
}

.inline {
	display: inline;
}

.center {
	text-align: center;
}

.vcenter {
    display: flex;
    align-items: center;
}

.vbottom {
	display: flex;
	bottom: 0;
}

.margin-top-05 { margin-top: 0.5em; }
.margin-top-10 { margin-top: 1.0em; }
.margin-top-12 { margin-top: 1.2em; }
.margin-top-15 { margin-top: 1.5em; }
.margin-top-20 { margin-top: 2.0em; }
.margin-top-25 { margin-top: 2.5em; }
.margin-top-30 { margin-top: 3.0em; }

.margin-bottom-05 { margin-bottom: 0.5em; }
.margin-bottom-10 { margin-bottom: 1.0em; }
.margin-bottom-15 { margin-bottom: 1.5em; }
.margin-bottom-20 { margin-bottom: 2.0em; }
.margin-bottom-25 { margin-bottom: 2.5em; }
.margin-bottom-30 { margin-bottom: 3.0em; }

.margin-left-05 { margin-left: 0.5em; }
.margin-left-10 { margin-left: 1.0em; }
.margin-left-15 { margin-left: 1.5em; }
.margin-left-20 { margin-left: 2.0em; }
.margin-left-25 { margin-left: 2.5em; }
.margin-left-30 { margin-left: 3.0em; }
.margin-left-50 { margin-left: 5.0em; }

.margin-right-05 { margin-right: 0.5em; }
.margin-right-10 { margin-right: 1.0em; }
.margin-right-15 { margin-right: 1.5em; }
.margin-right-20 { margin-right: 2.0em; }
.margin-right-25 { margin-right: 2.5em; }
.margin-right-30 { margin-right: 3.0em; }
.margin-right-50 { margin-right: 5.0em; }

.alignRight {
	text-align: right;
}

.vAlignTop {
	vertical-align: top;
}

.floatRight {
	float: right;
}

.fontSize14 {font-size: 14px;}
.fontSize16 {font-size: 16px;}
.fontSize20 {font-size: 20px;}

ul.ulPoint {
	list-style-type: none;
}

ul.ulPoint li::before {
	content: "• ";
	color: #e92d3d; /* or whatever color you prefer */
}


/****************
* Header
*/
.titre {
	font-size: 25px;
}

.page-header {
	padding-bottom: 0;
}
.navbar {
	margin-bottom: 0;
}
.navbar-nav {
	margin: 45px 0 0 0;
}

.flash-alert{
	background-color:#ffffff;
	z-index:999999;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	border-bottom:2px solid #acacac;
	min-height:1px;
	text-align:center;
}
.flash-alert-wrapper{
	width:1000px;
	margin:0px auto;
}

.divVersion {
	height: 50px;
	vertical-align: bottom;
	padding-top: 30px;
	margin-left: 340px;
}

.connexion {
	width: 100%;
	padding: 20px;
}
.frmLogin {
	width: 100%;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	padding: 10px;
	margin: 5px 0;
}
.frmLogin>input {
	width: 100%;
}
.loginForgot {
	float: right;

}
.loginForgot>label>a {
	color: #e92d3d;
}

.carousel-inner>.active {
	width: 100%;
	height: auto;
}

.carousel-inner>.item.active {
	width: 100%;
	height: auto;
}
.carousel img {
	width: 100%;
}

.carousel-caption {
	bottom: unset;
	top: 20px;
}
.carousel-caption>h1 {
	color: #ffffff;
	font-size: 36px;
}

/****************
* Menu
*/

button[type=button].navbar-toggle {
	color: #fff;
	padding: auto;
	padding-top: 5px;
	margin: auto;
	height: auto;
	width: auto;
}

.navbar-default {
	background-color: transparent;
	border: none;
}

.navbar-default .navbar-nav>.active>a {
    color:#FFF;
    background-color:#e92d3d;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right:1px;
}
.navbar-default .navbar-nav>.active>a:hover {
    background-color :#e92d3d;
    color:#FFF;
}

.navbar-default .navbar-nav>li>a {
    color:#FFF;
    background-color:#282828;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right:1px;
    border-right: solid #FFF 1px;
}

.navbar-default .navbar-nav>li>a:hover {
    background-color:#e92d3d;
    color:#FFF;
}

.navbar-default .navbar-nav > li > a:focus {
	color: #FFF;
}

.navbar-default .navbar-nav>.active>a .navbar-default .navbar-nav>li>a:hover {
    background-color:#e92d3d;
    color:#FFF;
}

.navbar-default .navbar-nav>.open>a:focus {
    background-color:#e92d3d;
    color:#FFF;
}

.navbar-right {
    margin-top:60px;
}

.navbar-nav {
    margin-left:0;
    margin-top:60px;
    text-transform:uppercase;
	font-size: 17px;
}
.nav-menu {
    width: 100%;
    background-color: #282828;
	color: #FFF;
}

.container-menu {
    padding: 0;
}

.navbar-collapse {
    padding:0;
}

/****************
* Bootstrap
 */
.col-xl-6 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 1200px) {
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
/****************
* file d'ariane
*/

.breadcrumb {
	margin: 0;
	background-color: transparent;
    font-weight:bold;
	font-size: 15px;
	color: #e92d3d;
}
.breadcrumb > li + li::before {
	content: ">";
}

/*****************
 * Boutons
 */
input[type=button], input[type=submit], button[type=submit], button[type=button].btValide, .ui-dialog-buttonset > button[type=button],
button[type=button].ui-state-default, button[type=button].ui-widget-content button[type=button].ui-state-default, div.btValide {
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
	color: #eeeeee;
	background: #e92d3d;
	display: inline-block;
	padding: 0 15px;

	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: .5em .4em .5em 0;
	height: 22px;

}
input[type=buton].ui-dialog-titlebar-close {
	margin: -10px 0 0 0;
}
.ui-dialog-buttonset > button[type=button] {
	margin: .5em .4em .5em 0;
	height: 22px;
}
input[type=button]:hover, input[type=submit]:hover, button[type=submit]:hover, .ui-button .ui-state_defaut .ui-state-hover,
.ui-dialog-buttonset > button[type=button]:hover {
  opacity:0.6;
 }

input[type=button].oppbtp, button[type=button].oppbtp, button[type=submit].oppbtp {
	color: #fff;
	background: #e92d3d;
	border-color: #d43f3a;
}
input[type=button].oppbtp:hover, button[type=button].oppbtp:hover, button[type=submit].oppbtp:hover {
	opacity:0.5;
}

button[type=submit].oppbtp {
	margin: 0 5px;
}

input[type=button].delete, div.delete input[type=submit], button[type=button].delete, div.delete button[type=submit], button.error {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
input[type=button].delete:hover, input[type=submit].valid:hover, button[type=button].delete:hover, button[type=submit].valid:hover, button.error:hover {
	opacity:0.5;
}

input[type=submit].dupliquer {
	width: auto;
	float: left;
}

button[type=button].btMarginClean {
	margin: inherit;
}


/*******************
 * Listes / Pagination
 */
 .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, 
 .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #e92d3d;
    border-color: #e92d3d;
 }
 
 .pagination > li > a, .pagination > li > span {
    color: #e92d3d;
}

 .dataTable > thead {
	 font-family: 'Arial Gras', 'Arial';
	 font-weight: 700;
	 font-style: normal;
	 font-size: 12px;
	 text-transform: uppercase;
	 color: #e92d3d;
	 height: 50px;
 }
 .dataTable > thead > tr > th {
	 vertical-align: middle;
 }

 .even {
	 background-color: #e1e8eb;
 }
 .odd, .table-striped > tbody > tr:nth-of-type(2n+1) {
	 background-color: #a8bcc2;
 }

table.dataTable thead .sorting_desc::after {
	content: "\e252";
	opacity: 1;
	/*margin-bottom: 8px;*/
}

table.dataTable thead .sorting_asc::after {
	content: "\e253";
	opacity: 1;
	/*margin-bottom: 8px;*/
}
table.dataTable thead .sorting::after {
	/*margin-bottom: 8px;*/
}
@-moz-document url-prefix() {
	table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting::after {
		margin-bottom: 8px;
	}
}
.header-actions {
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
}
.navbar-actions {
	margin-bottom: 0;
	list-style: none;
}
.navbar-actions .dropdown > .a {
	padding: 3px;
}

.navbar-actions .open > a, .navbar-actions .open > a:focus, .navbar-actions .open > a:hover, .navbar-actions  > a:hover {
	color: #e92d3d;
}

.dropdown-actions {
	margin: -30px 0 0 -162px;
}
.dropdown-toggle  {
    background-color:#282828;
}

.listeActions {
	text-align: center;
}
.listeActions a i, .listeActions a span {
	padding: 2px;
}
.actionListe {
	font-size: 18px;
}
/**
* TABLES
 */
.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 1px solid #808384;
}

.table.noborder > tbody > tr > td, .table.noborder > tbody > tr > th, .table.noborder > tfoot > tr > td, .table.noborder > tfoot > tr > th,
.table.noborder > thead > tr > td, .table.noborder > thead > tr > th {
	border: none;
}

/**
 *
 */
.nowrap {
    white-space:nowrap;
    }
    
.acc_login {
	margin: auto auto;
	width: 300px;
	padding: 40px;
	background-color: #e4e4e4;
}

/****************
* Formulaires
*/

h4.utiCreMod {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.divForm {
	background-color: #FFFFFF;
    border:1px solid #ccc;
	padding: 15px;
	margin-top: 5px;
}

.divForm > table > tbody > tr > th, .divForm > table > tbody > tr > td {
	padding: 5px 10px;
}

.divForm > table > tbody > tr > th {
	text-align: right;
}

.btValide {

}

.required > a.labelHelp {
	float: right;
	margin-left: 3px;
}

.btn {
	font-size: 12px;
	padding: 3px 6px;
}
.btn-breadcrumb>.btn {
	font-size: 14px;
}

.tableForm tr th {
	max-width: 350px;
}
.form-control {
	font-size: 12px;
	width: auto;
	height: 30px;
}

.input-group-addon {
	padding: 6px 22px 8px 12px;
	float: left;
}

.input-group .form-control {
	width: auto;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #ffffff;

}

.widthFit {
	width: 100%;
}

input[type="file"] {
	display: inherit;
}

.checkbox label {
	padding-top: 2px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	margin-top: 2px;
}

.checkbox-inline.control-label, .radio-inline.control-label {
	font-weight: 700;
	cursor: unset;
}

/****************
* Resultats
*/
.panel-default > .panel-heading {
	color: #ddd;
	font-weight: bold;
	font-size: 12px;
}
.panel-heading {
    padding: 10px 5px;
    text-align: center;
    color: #ddd;
}
.panel-body {
	padding: 15px 15px;
}
.panel-body {
	text-align: center;
    background-color: #2a2938;
}


.panel {
	margin-bottom: 5px;
	margin-top: 0;
}

.ui-widget {
    font-size: 0.8em;
}
.ui-slider-horizontal {
    height: .3em;
}

.searchActiv {
	color: #47a447;
}

/***************
* Widgets
 */
.ui-widget {
	font-size: 13px;
}
.ui-widget-content{
	background-color: #FFF;
}
.ui-widget-header {
	border: 1px solid #a8bcc2;
	background-color: #FFF;
	color: #282828;
	font-weight: bold;
	font-size: 14px;
    border-top:none;
    border-right:none;
    border-left:none;
}
.ui-dialog .ui-dialog-content {
	background-color: #fff;
	color: #282828;
}

.ui-dialog .ui-dialog-titlebar-close {
	background-color: #e92d3d;
    color: #fff;
}
.ui-dialog-titlebar {
    background-color: #e92d3d;
    color: #FFF;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background-color:#e92d3d;
    color:white;
	border: 1px solid #e92d3d;
}

.ui-accordion-header-collapsed {
	background-color: #d3b3ac;
	color:#e92d3d;
	border: 1px solid #d3b3ac;
}

.ui-state-hover a:hover{
    background-color:#282828;
    color:white;
}

.ui-autocomplete {
	z-index:2000 !important;
}
.autocompleter {
	z-index:2000 !important;
}

.ui-button .ui-icon {
    background-image: url("/css/images/ui-icons_ffffff_256x240.png");
}

.popover {
	max-width: 100%;
}

.accordion {
	margin-bottom:1em;
}

.ui-datepicker {
	z-index: 10000 !important;

}

a.btn.btn-default{
	font-size: 14px;
}

.btn-group {
	display: inline;
}
.btn-group.btn-breadcrumb {
	display: inline-block;
}

.dataTables_wrapper > .dt-buttons > .btn {
	margin-bottom: 10px;
}

.dropdownChkBox {
	top: auto;
	left: auto;
	padding: 5px 5px;
	width: 500px;
	margin-bottom: 30px;
}

.btn-default.dropdownBtChkBox {
	background-color: #fff;
	color: #282828;
}
.dropdownBtChkBox .caret {
	margin-left: 10px;
}

/*********
* Toggle Switch
 */
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 26px;
	margin-bottom: -8px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}



/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #e92d3d;
}

input:focus + .slider {
	box-shadow: 0 0 1px #e92d3d;
}

input:checked + .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

/****************
* Breadcrumbs Arrow
 */
/** The Magic **/
.btn-breadcrumb a {
	text-transform: uppercase;
	font-weight: bold;
}
.btn-breadcrumb .btn:not(:last-child):after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 10px solid white;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	left: 100%;
	z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 10px solid rgb(173, 173, 173);
	position: absolute;
	top: 50%;
	margin-top: -22px;
	margin-left: 1px;
	left: 100%;
	z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
	padding:12px 18px 12px 24px;
}
.btn-breadcrumb .btn:first-child {
	padding:12px 12px 12px 20px;
}
.btn-breadcrumb .btn:last-child {
	padding:12px 24px 12px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
	border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
	border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
	border-left: 10px solid #282828;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
	border-left: 10px solid #adadad;
    color: #FFF;
}
.btn-default {
	color: #e92d3d;
}
.btn-default:hover {
    background-color:#282828;
    color:white;
}
.btn-default.focus, .btn-default:focus {
    background-color:#282828;
    border-left-color:#282828;
    color:white;
}

/** Activ button **/
.btn-breadcrumb .btn.btn-activ:not(:last-child):after {
	border-left: 10px solid #e92d3d;
}
.btn-breadcrumb .btn.btn-activ:not(:last-child):before {
	border-left: 10px solid #e92d3d;
}
.btn-breadcrumb .btn.btn-activ:hover:not(:last-child):after {
	border-left: 10px solid #e92d3d;
    color: #FFF;
}
.btn-breadcrumb .btn.btn-activ:hover:not(:last-child):before {
	border-left: 10px solid #e92d3d;
}
.btn-activ {
	color: #fff;
	background-color: #e92d3d;
	border-color: #e92d3d;
}
.btn-breadcrumb .btn.btn-activ:focus:not(:last-child):after {
    border-left-color:#e92d3d;
    color:#FFF;
}


/** Inactiv button **/
.btn-breadcrumb .btn.btn-inactiv:not(:last-child):after {
	border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-inactiv:not(:last-child):before {
	border-left: 10px solid #bbb;
}
.btn-breadcrumb .btn.btn-inactiv:hover:not(:last-child):after {
	border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-inactiv:hover:not(:last-child):before {
	border-left: 10px solid #bbb;
}
.btn-inactiv {
	color: #bbb;
	background-color: #ebebeb;
	border-color: #bbb;
	pointer-events: none;
	cursor: default;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
	border-left: 10px solid #428bca;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
	border-left: 10px solid #357ebd;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
	border-left: 10px solid #3276b1;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
	border-left: 10px solid #285e8e;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
	border-left: 10px solid #5cb85c;
}
.btn-breadcrumb .btn.btn-success:not(:last-child):before {
	border-left: 10px solid #4cae4c;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
	border-left: 10px solid #47a447;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
	border-left: 10px solid #398439;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
	border-left: 10px solid #d9534f;
}
.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
	border-left: 10px solid #d43f3a;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
	border-left: 10px solid #d2322d;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
	border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
	border-left: 10px solid #f0ad4e;
}
.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
	border-left: 10px solid #eea236;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
	border-left: 10px solid #ed9c28;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
	border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
	border-left: 10px solid #5bc0de;
}
.btn-breadcrumb .btn.btn-info:not(:last-child):before {
	border-left: 10px solid #46b8da;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
	border-left: 10px solid #39b3d7;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
	border-left: 10px solid #269abc;
}

/**************
* Gedmo Histo
 */

i.gedmoHisto {
	display: inline;
	margin-left: 10px;
}
h4.gedmoHisto {
	font-size: 14px;
}
ul.gedmoHisto {
	padding-left: 1.4em;
}
ul.gedmoHisto li {
	font-size: 13px;
}

/**************
* File Upload
 */
.fileinput-button {
    background-color:#e92d3d;
}

.fileinput-button:hover {
    background-color:#e92d3d;
}

/**************
* ACCUEIL
 */

.blocAccueil {
	border: solid 1px #282828;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 0;
}

h1.accueil {
	margin-top: 5px;
}
h1.accueil img {
	margin-right: 10px;
}
/**************
* Recherche
 */
.tabRecherche {
	width: 100%;
}

.tabRecherche tr th, .tabRecherche tr td {
	padding: 5px 0;
}

/**************
* Entreprises
 */
.tabsEntreprise, .tabsUtilisateur {
	margin-bottom: -6px;
}

/**************
* CAS
 */

.blocCreModCasAdm {
	position: absolute;
	text-align: right;
	right: 0;
	padding-right: 60px;
}
.blocCreModCas {
	text-align: right;
	right: 0;
	padding-right: 30px;
}
.tabs-left, .tabs-right {
	border-bottom: none;
	padding-top: 5px;
	margin-top: 2px;

}
.tabs-left {
	border-right: 1px solid #e4e4e4;;
	margin-right: -1px;
}
.tabs-right {
	border-left: 1px solid #e4e4e4;;
}
.tabs-left>li, .tabs-right>li {
	float: none;
	margin-bottom: 2px;
}
.tabs-left>li {
	margin-right: -1px;
}
.tabs-right>li {
	margin-left: -1px;
}
.tabs-left>li>a {
	border: 1px solid #ccc;
	border-radius: 4px 0 0 4px;
	background-color: #fafafa;
	margin: -2px 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
	border-color: #e4e4e4;;
    background-color:#e92d3d;
    color:#FFFFFF;
}

.tabTag tr td {
	padding-left: 5px;
}

.well {
    font-size:1.1em;
    font-weight:bold;
    border:1px solid #282828;
    background-color:white;
}

.fr-toolbar {
    border-color:#e92d3d;
}
.fr-toolbar.fr-top {
    border-top-color: #e92d3d;
}

.imgDocCas {
	width: 238px;
	height: 164px;
	border: solid 1px #000000;
}

.imgContainer {
	position: relative;
	margin: 5px 0;
}

.imgImage {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.imgMiddle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.imgContainer:hover .imgImage {
	opacity: 0.3;
}

.imgContainer:hover .imgMiddle {
	opacity: 1;
}

.prun-radio-group{
	position: relative;
}

.prun-radio{
	display: inline-block;
	width: 40px;
	height: 20px;
	font-size: 16px;
	border-radius: 10%;
	background-color: #b6cdd4;
	cursor: pointer;
	margin: 2px 0;
	opacity: 0.4;
	text-align: center;
}

.prun-radio.selected{
	opacity: 1;
}

.prunBold {
	font-weight: bold;
	color: #e92d3d;
}

.panelPhase {
	margin-left: -15px;
	background-color: #FFFFFF;
    border:1px solid #ccc;
	padding: 10px;
	margin-top: 5px;
	min-height: 692px;
}

.ecoBlocDte {
	border-left: 1px solid #333333;
}
.ecoBlocValue input {
	display: table;
	margin: 0 auto;
}

.ecoBlocResult {
	border-top: 1px solid #333333;
	padding-top: 10px
}
.ecoBlocBas {
	padding-top: 13px
}

.blocDetailEco {
	padding-bottom: 25px;
	margin-bottom: 15px;
	border-bottom: 1px solid black;
}

.marginEltDetail {
	margin-top: 15px;
}

.btCasEcoDetail {
	margin-top: 8px;
	font-size: 18px;
}
.btCasEcoPoste {
	margin-top: 8px;
	margin-left: 15px;
	font-size: 16px;
}
.btCasEcoMove {
	margin-top: 8px;
	margin-right: 10px;
	font-size: 16px;
	cursor: pointer;
}

.commentaireEcoDetail, .descriptionComplementaireEco {
	position: absolute;
	background-color: #FFFFFF;
	padding: 10px 15px;
	z-index: 100;
	border: solid 1px #AAAAAA;
	margin: -195px 0 0 -200px;
}
.commentaireEcoDetail.RO, .descriptionComplementaireEco.RO {
	margin: -135px 0 0 -200px;
}

.badgePhase {
	float: right;
	 background-color:#282828;
}

.impact-radio-group{
	position: relative;
}

.impact-radio{
	display:inline-block;
	width: 70px;
	height: 35px;
	font-size: 36px;
	border-radius: 10%;
	background-color: #f2f2f2;
	cursor:pointer;
	margin: 2px 15px;
	opacity: 0.4;
}
.impact-texte {
	font-size: 12px;
	font-weight: bold;
}
.impact-radio1 {
	border: 4px solid #888888;
	text-align: center;
}
.impact-radio1 div {
	position: absolute;
	margin-top: -6px;
	margin-left: 20px;
}
.impact-texte div {
	position: absolute;
	margin-top: 6px;
	margin-left: 10px;
	width: 40px;
	text-align: center;
}
.impact-radio2 {
	border: 4px solid #6aca25;
}
.impact-radio3 {
	border: 4px solid #149718;
}

.impact-radio.selected{
	opacity: 1;
}

.impact-fl1 {
	position: absolute;
	margin-top: -10px;
	margin-left: 22px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}
.impact-fl21 {
	position: absolute;
	margin-top: -10px;
	margin-left: 12px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}
.impact-fl22 {
	position: absolute;
	margin-top: -10px;
	margin-left: 32px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}

.impact-radio.print > div {
	margin-top: -14px;
}
.impact-radio.print > div.egal {
	margin-top: -12px;
}

.tblBilanHeader {
	text-transform: uppercase;
	color: #FFF;
	background-color: #e92d3d;
}

.divRisqueSecondaire, .divTags {
	padding-bottom: 7px;
}

.tblBilanPhase {
	background-color: #a8bcc2;
}

.tblBilanTotal {
	text-transform: uppercase;
	background-color: #282828;
    color:#FFF;
}

.tblBilanLigne1 {
	background-color: #a8bcc2;
}
.tblBilanLigne2 {
	background-color: #e1e8eb;;
}

.tblBilanLigne2 .ulPoint, .tblBilanLigne1 .ulPoint {
	margin: 0;
}

.phaseTabValue {
	font-size: 12px;
	margin-left: 10px;
}

fa.fa-warning.formAlert {
	color: #FFFFFF;
}


#cas_autresMetiers > div {
	margin-top: -5px;
}

.excelPDF {
    font-size: 26px;
    color: green;
    font-weight: bold;
}
/******************
 *   POSTIT
 */

.dialog-postit, .dialog-postit > .ui-dialog-content {
	background-color: #fffbc3;
}

.dialog-postit > .ui-dialog-titlebar {
	background-color: #fff67b;
	color: #282828;
}

#postit_texte {
	background: transparent;
	margin-right: 7px;
	margin-bottom: 5px;
}

.postitOn {
	color: #e92d3d;
}

.btActionPostit {
	margin-top: 10px;
	margin-right: 7px;
}

.postitCree {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
}

#postitReponse {

}

.hrPostit {
	border-top: 1px solid #e92d3d;
}

/*******************
 * Statut
 */

.divStatut {
	padding-top: 15px;
}

.label-statut {
	font-size: 100%;

}
.btn-label, .btn-label:hover, .btn-label:active, .btn-label:focus {
	color: #fff;
}

.label-abandonne, .label-archive {
	background-color: #999999;
	border-color: #999999;
}
button.label-abandonne:hover, button.label-abandonne:active {
	background-color: #999999;
	border-color: #999999;
	opacity: 0.7;
}
.label-en_creation {
	background-color: rgba(72, 133, 183, 0.38);
	border-color: rgba(72, 133, 183, 0.38);
}
button.label-en_creation:hover, button.label-en_creation:active {
	background-color: rgba(72, 133, 183, 0.38);
	border-color: rgba(72, 133, 183, 0.38);
	opacity: 0.7;
}
.label-en_cours, .label-actualisation {
	background-color: rgba(183, 72, 150, 0.38);
	border-color: rgba(183, 72, 150, 0.38);
}
button.label-en_cours:hover, button.label-en_cours:active, button.label-actualisation:hover, button.label-actualisation:active {
	background-color: rgba(183, 72, 150, 0.38);
	border-color: rgba(183, 72, 150, 0.38);
	opacity: 0.7;
}
.label-relecture {
	background-color: #f89406;
	border-color: #f89406;
}
button.label-relecture:hover, button.label-relecture:active {
	background-color: #f89406;
	border-color: #f89406;
	opacity: 0.7;
}
.label-correction, .label-supprime {
	background-color: #f82500;
	border-color: #f82500;
}
button.label-correction:hover, button.label-correction:active, button.label-supprime:hover, button.label-supprime:active {
	background-color: #f82500;
	border-color: #f82500;
	opacity: 0.7;
}
.label-validation_entreprise {
	background-color: #00e3f8;
	border-color: #00e3f8;
}
button.label-validation_entreprise:hover, button.label-validation_entreprise:active {
	background-color: #00e3f8;
	border-color: #00e3f8;
	opacity: 0.7;
}
.label-valide_entreprise {
	background-color: #6bc76b;
	border-color: #6bc76b;
}
button.label-valide_entreprise:hover, button.label-valide_entreprise:active {
	background-color: #6bc76b;
	border-color: #6bc76b;
	opacity: 0.7;
}
.label-en_validation, .label-nouveau {
	background-color: #b94a48;
	border-color: #b94a48;
}
button.label-en_validation:hover, button.label-en_validation:active {
	background-color: #b94a48;
	border-color: #b94a48;
	opacity: 0.7;
}
.label-editorial {
	background-color: #5d4eb9;
	border-color: #5d4eb9;
}
button.label-editorial:hover, button.label-editorial:active {
	background-color: #5d4eb9;
	border-color: #5d4eb9;
	opacity: 0.7;
}
.label-valide, .label-cas {
	background-color: #468847;
	border-color: #468847;
}
button.label-valide:hover, button.label-valide:active {
	background-color: #468847;
	border-color: #468847;
	opacity: 0.7;
}
.label-publie {
	background-color: #3a87ad;
	border-color: #3a87ad;
}
button.label-publie:hover, button.label-publie:active {
	background-color: #3a87ad;
	border-color: #3a87ad;
	opacity: 0.7;
}



/*******************
 * FAQ
 */
.faqChapitres {
	border: solid 1px #282828;
	padding: 15px 0 10px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.faqChapitres ul li {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

.panel-body.faqQuestion {
	text-align: left;
	background-color: transparent;
}
.panel-title.faqQuestion {
	color: #e92d3d;
	text-align: left;
}

/******************
 * CAS CHANTIER
 */

.casChantierUl {
	margin-top: 5px;
	margin-bottom: -6px;
}

.casChantierEntrepriseDivForm {
	margin-top: -5px;
}
.nav-tabs>li.active>a.casChantier, .nav-tabs>li.active>a.casChantier:focus, .nav-tabs>li.active>a.casChantier:hover {
	color: #555;
	cursor: default;
	background-color: rgba(178, 6, 9, 0.31);
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	margin-right: -1px;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	margin-right: -1px;
}

.marginTopTabs {
	margin-top: -5px;
}

.tblBilanChantier {
	margin: 0 auto;
}

.tblBilanChantierConso {
	margin: 20px auto;
}

.graphBorder {
	border: 1px #000 solid;
	margin-bottom: 10px;
}
