/********  Body *************/
body {
	color:#333;
	}

#otherFilter label{
    margin: 0 0 0 10px;
    float:none;
}

.suppr-site a{
    color: #000;
}

.nav-tabs.bordered{
    border:none!important;
}

.dt-buttons{
    float: right;
}

a {
    color: #4a87a8;
}

.alert{
    margin-bottom: 8px;
}

.list-group-item
{
    display:inline;
}

.list-group-item a:link
{
    word-break: break-all;
}

li.active>a>i {
	    color: #cc051d !important;
}

li.current_ancestor>a>i{
	color: #cc051d !important;
}

li.current_ancestor>a{
	font-weight: 700;
}

.menu-on-top .menu-item-parent {
    max-width: none !important;
}

.tile-left i{
    font-size: 4.8rem !important;
    opacity: 0.75;
}

#myTabContent1 .panel {
    border:1px #dddddd solid;
}

/****** bouton créer ******/
.bouton-crea, .boutons {
	text-align: right;
	margin-right: 16px;
}
/*********** FORM *************/
select[readonly], input[readonly]{
    pointer-events: none;
}

label > select[readonly], label > input[readonly]{
    cursor: not-allowed;
}

.select select[readonly], .select input[readonly]{
    background: #eee;
    opacity: 1;
    font-weight: normal;
}


.odd i, .even i {
    font-size: 14px !important;
	width: 16px;
}



/************* menu *****************/
/*.menu_level_1 li {
	text-align: left;
}*/
.menu_level_1 .menu-item-parent {
    text-align: left !important;
}
.menu_level_1 li a span {
	padding-left:10px;
}


.smart-form .select i {
    padding: 0 5px;
}

.smart-form .textarea select {
    font: 13px/16px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: bold;
}

.textarea .form-control {
	width: 94% !important;
	padding: 6px 12px !important;
}

.texte_champ {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin: 0 -14px 0 14px;
    padding: 9px 0 0 0;
	color: #000;
    font-weight: bold;
}

.texte_champ_evenement {
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin: 0 -14px 0 14px;
    padding: 9px 0 0 0;
    color: #000;
    font-weight: bold;
}

.smart-form input, .smart-form textarea, .smart-form select {
    margin-top: 4px;
}

.smart-form .checkbox input+i {
    margin-top: 8px;
}


.h1_titre {
	letter-spacing: 0px !important;
	margin: 0px 0 20px 12px !important;
	color: #000;
	padding: 5px 10px !important;
	background: #eee;
}


/************* bloc - tableau *****************/
.fond_gris > div  {
	background:#eee !important;
}
.jarviswidget-color-bleu > header {
    border-color: #004A6F !important;
    background: #006699;
    color: #fff;
}
/* mise en forme tbx et div a integrer */
.style_tbx th {
    text-align: left;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding: 24px 15px 3px 0;
    margin: 0px 32px 0 0;
}
.style_tbx td {
    padding: 24px 15px 3px 20px;
}
.style_div label {
    text-align: left;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding: 24px 15px 3px 0;
    margin: 0px 32px 0 0;
}
.style_div input {
    padding: 24px 15px 3px 20px;
}

/***********/
/* mise en forme champs obligatoires  a intergrer*/
.obligatoire {
	border:solid 2px #ff0000;
}

/************ boutons ****************/
.btn_vert, .btn_rouge, .btn_gris_clair, .btn_gris, .btn_noir, .btn_bleu, button.btn {
	font-size: 14px;
}
.btn_vert i, .btn_rouge i, .btn_gris_clair i, .btn_gris i, .btn_noir i, .btn_bleu i, button.btn i {
	/* padding-right:8px;	*/
	padding: 12px 12px;
	background: rgba(0, 0, 0, 0.3) !important;
	margin: -7px 8px -7px -12px;
	/*height: 40px;*/
}

.btn_vert, .btn_rouge, .btn_gris_clair, .btn_gris, .btn_noir, .btn_bleu, button.btn  {
/*	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);*/
}


/* vert */
.btn_vert {
    color: #fff;
    background-color: #339900;
    border-color: #339900;
}

.btn_vert.focus,
.btn_vert:focus {
    color: #fff;
    background-color: #206200;
    border-color: #206200;
}

.btn_vert.active,
.btn_vert:active,
.btn_vert:hover,
.open>.dropdown-toggle.btn_vert {
    color: #fff;
    background-color: #206200;
    border-color: #206200;
}

.btn_vert.active.focus,
.btn_vert.active:focus,
.btn_vert.active:hover,
.btn_vert:active.focus,
.btn_vert:active:focus,
.btn_vert:active:hover,
.open>.dropdown-toggle.btn_vert.focus,
.open>.dropdown-toggle.btn_vert:focus,
.open>.dropdown-toggle.btn_vert:hover {
    color: #fff;
    background-color: #206200;
    border-color: #206200;
}

.btn_vert.active,
.btn_vert:active,
.open>.dropdown-toggle.btn_vert {
    background-image: none
}

.btn_vert.disabled.focus,
.btn_vert.disabled:focus,
.btn_vert.disabled:hover,
.btn_vert[disabled].focus,
.btn_vert[disabled]:focus,
.btn_vert[disabled]:hover,
fieldset[disabled] .btn_vert.focus,
fieldset[disabled] .btn_vert:focus,
fieldset[disabled] .btn_vert:hover {
    background-color: #206200;
    border-color: #206200;
}

.btn_vert .badge {
    color: #339900;
    background-color: #fff;
}

/* rouge */
.btn_rouge {
    color: #fff;
    background-color: #A90329;
    border-color: #A90329;
}

.btn_rouge.focus,
.btn_rouge:focus {
    color: #fff;
    background-color: #70011A;
    border-color: #70011A;
}

.btn_rouge.active,
.btn_rouge:active,
.btn_rouge:hover,
.open>.dropdown-toggle.btn_rouge {
    color: #fff;
    background-color: #70011A;
    border-color: #70011A;
}

.btn_rouge.active.focus,
.btn_rouge.active:focus,
.btn_rouge.active:hover,
.btn_rouge:active.focus,
.btn_rouge:active:focus,
.btn_rouge:active:hover,
.open>.dropdown-toggle.btn_rouge.focus,
.open>.dropdown-toggle.btn_rouge:focus,
.open>.dropdown-toggle.btn_rouge:hover {
    color: #fff;
    background-color: #70011A;
    border-color: #70011A;
}

.btn_rouge.active,
.btn_rouge:active,
.open>.dropdown-toggle.btn_rouge {
    background-image: none
}

.btn_rouge.disabled.focus,
.btn_rouge.disabled:focus,
.btn_rouge.disabled:hover,
.btn_rouge[disabled].focus,
.btn_rouge[disabled]:focus,
.btn_rouge[disabled]:hover,
fieldset[disabled] .btn_rouge.focus,
fieldset[disabled] .btn_rouge:focus,
fieldset[disabled] .btn_rouge:hover {
    background-color: #70011A;
    border-color: #70011A;
}

.btn_rouge .badge {
    color: #339900;
    background-color: #fff;
}
/* gris */
.btn_gris {
    color: #fff;
    background-color: #444;
    border-color: #666;
}

.btn_gris.focus,
.btn_gris:focus {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.btn_gris.active,
.btn_gris:active,
.btn_gris:hover,
.open>.dropdown-toggle.btn_gris {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.btn_gris.active.focus,
.btn_gris.active:focus,
.btn_gris.active:hover,
.btn_gris:active.focus,
.btn_gris:active:focus,
.btn_gris:active:hover,
.open>.dropdown-toggle.btn_gris.focus,
.open>.dropdown-toggle.btn_gris:focus,
.open>.dropdown-toggle.btn_gris:hover {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.btn_gris.active,
.btn_gris:active,
.open>.dropdown-toggle.btn_gris {
    background-image: none
}

.btn_gris.disabled.focus,
.btn_gris.disabled:focus,
.btn_gris.disabled:hover,
.btn_gris[disabled].focus,
.btn_gris[disabled]:focus,
.btn_gris[disabled]:hover,
fieldset[disabled] .btn_gris.focus,
fieldset[disabled] .btn_gris:focus,
fieldset[disabled] .btn_gris:hover {
    background-color: #666;
    border-color: #666;
}

.btn_gris .badge {
    color: #339900;
    background-color: #fff;
}
/* gris clair */
.btn_gris_clair {
    color: #333;
    background-color: #eee;
    border-color: #ccc;
}

.btn_gris_clair.focus,
.btn_gris_clair:focus {
    color: #fff;
    background-color: #999;
    border-color: #ccc;
}

.btn_gris_clair.active,
.btn_gris_clair:active,
.btn_gris_clair:hover,
.open>.dropdown-toggle.btn_gris_clair {
    color: #fff;
    background-color: #999;
    border-color: #666;
}

.btn_gris_clair.active.focus,
.btn_gris_clair.active:focus,
.btn_gris_clair.active:hover,
.btn_gris_clair:active.focus,
.btn_gris_clair:active:focus,
.btn_gris_clair:active:hover,
.open>.dropdown-toggle.btn_gris_clair.focus,
.open>.dropdown-toggle.btn_gris_clair:focus,
.open>.dropdown-toggle.btn_gris_clair:hover {
    color: #fff;
    background-color: #999;
    border-color: #666;
}

.btn_gris_clair.active,
.btn_gris_clair:active,
.open>.dropdown-toggle.btn_gris_clair {
    background-image: none
}

.btn_gris_clair.disabled.focus,
.btn_gris_clair.disabled:focus,
.btn_gris_clair.disabled:hover,
.btn_gris_clair[disabled].focus,
.btn_gris_clair[disabled]:focus,
.btn_gris_clair[disabled]:hover,
fieldset[disabled] .btn_gris_clair.focus,
fieldset[disabled] .btn_gris_clair:focus,
fieldset[disabled] .btn_gris_clair:hover {
    background-color: #999;
    border-color: #666;
}

.btn_gris_clair .badge {
    color: #339900;
    background-color: #fff;
}


/* noir */
.btn_noir {
    color: #fff;
    background-color: #000;
    border-color: #666;
}

.btn_noir.focus,
.btn_noir:focus {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.btn_noir.active,
.btn_noir:active,
.btn_noir:hover,
.open>.dropdown-toggle.btn_noir {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.btn_noir.active.focus,
.btn_noir.active:focus,
.btn_noir.active:hover,
.btn_noir:active.focus,
.btn_noir:active:focus,
.btn_noir:active:hover,
.open>.dropdown-toggle.btn_noir.focus,
.open>.dropdown-toggle.btn_noir:focus,
.open>.dropdown-toggle.btn_noir:hover {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.btn_noir.active,
.btn_noir:active,
.open>.dropdown-toggle.btn_noir {
    background-image: none
}

.btn_noir.disabled.focus,
.btn_noir.disabled:focus,
.btn_noir.disabled:hover,
.btn_noir[disabled].focus,
.btn_noir[disabled]:focus,
.btn_noir[disabled]:hover,
fieldset[disabled] .btn_noir.focus,
fieldset[disabled] .btn_noir:focus,
fieldset[disabled] .btn_noir:hover {
    background-color: #666;
    border-color: #666;
}

.btn_noir .badge {
    color: #339900;
    background-color: #fff;
}
/* bleu */
.btn_bleu {
    color: #fff;
    background-color: #006699;
    border-color: #006699;
}

.btn_bleu.focus,
.btn_bleu:focus {
    color: #fff;
    background-color: #004A6F;
    border-color: #004A6F;
}

.btn_bleu.active,
.btn_bleu:active,
.btn_bleu:hover,
.open>.dropdown-toggle.btn_bleu {
    color: #fff;
    background-color: #004A6F;
    border-color: #004A6F;
}

.btn_bleu.active.focus,
.btn_bleu.active:focus,
.btn_bleu.active:hover,
.btn_bleu:active.focus,
.btn_bleu:active:focus,
.btn_bleu:active:hover,
.open>.dropdown-toggle.btn_bleu.focus,
.open>.dropdown-toggle.btn_bleu:focus,
.open>.dropdown-toggle.btn_bleu:hover {
    color: #fff;
    background-color: #004A6F;
    border-color: #004A6F;
}

.btn_bleu.active,
.btn_bleu:active,
.open>.dropdown-toggle.btn_bleu {
    background-image: none
}

.btn_bleu.disabled.focus,
.btn_bleu.disabled:focus,
.btn_bleu.disabled:hover,
.btn_bleu[disabled].focus,
.btn_bleu[disabled]:focus,
.btn_bleu[disabled]:hover,
fieldset[disabled] .btn_bleu.focus,
fieldset[disabled] .btn_bleu:focus,
fieldset[disabled] .btn_bleu:hover {
    background-color: #004A6F;
    border-color: #004A6F;
}

.btn_bleu .badge {
    color: #339900;
    background-color: #fff;
}
/*********** icones  ***************/
.ico_rouge {
	color:#FF0000 !important;
	font-size:17px;
}
.ico_vert {
	color:#66CC00 !important;
	font-size:17px;
}
.ico_orange {
	color:#FF6600 !important;
	font-size:17px;
}

/********** pagination *************/

#pagination-nav {
    display: inline-block;
}
#pagination-nav a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
#pagination-nav a.active {
    background-color: #4CAF50;
    color: white;
}
.username-login{
    float: right;
    padding: 15px 10px;
}
.menu-top{
    float:left;
	margin-left:30px;
}
.icon-addon{
    display:table-cell !important;
}
.header-dropdown-list li {
	line-height:2.4 !important;
}
.header-dropdown-list li.open/* .utilisateur */ {
	background:url(../img/fleche_menu_user.png) bottom center no-repeat ;

}
/*.utilisateur::before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: rgba(80, 80, 80, .1);
    border-width: 10px;
    margin-left: -10px;
}

.utilisateur::before {
    bottom: 100%;
    left: 22px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}*/

.btn.btn-ribbon{
    height:30px;
    min-width:30px;
}

.btn.btn-ribbon>i {
    padding: 7px 0 0 0;
}
/************** login ************/
.log-txt-color {
    color: #666;
	font-size:42px !important;
}
#extr-page #main {
    padding-top: 90px !important;
}
#extr-page .hero {
    background-position: 0 140px !important;
}
.btn-primary {
    background-color: #666;
    border-color: #333;
    color: #fff;
}
.btn-primary:hover {
    background-color: #cc051d;
    border-color: #333;
    color: #000;
}
.txt-color-teal {
    color: #cc051d !important;
}


/************** bandeau ***************/

.fa-chevron-down::before {
	margin-left:10px;
}

#ribbon i {
	font-size:90%;
	color:#999;
	padding:8px 5px;
	margin-right: 10px;
}
#logo img {
    padding-left: none !important;
    width: auto !important;
    max-width: 130px;
}
#logo {
    margin-top: 0 !important;
}

#header {
    height: 90px !important;
    background: #DADADA;
}
.entete {
	font-size:36px;
	padding-top:14px;
	font-family:"Open Sans",Arial,Helvetica,sans-serif;
}



.header-dropdown-list::after {
	border-color:rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ffffff;
	border-width:9px;
	margin-left:-9px;
}
.header-dropdown-list::after, .header-dropdown-list::before {
	border:medium solid transparent;
	bottom:100%;
	content:" ";
	height:0;
	left:22px;
	pointer-events: none;
	position:absolute;
	width:0;
}
.action {
	color:#666!important;
	font-size:17px;
}



/******************  style menu gauche ***********************/
#left-panel {
    padding-top: 90px !important;
}
.login-info {
	background: #92C42D;
	color: #000000;
}
.login-info a {
    color: #000000;
}
.fa-user2 {
	background:url(../img/plus_user.png) no-repeat top right !important;
	padding: 3px 10px 0 0 !important;
}
.fa-user2:before {
	content:"\f007";
}

/*****************contenu *******************/
.retour {
	white-space:nowrap;
}
.dataTables_wrapper td i {
	color:#999;
	}

.breadcrumb>li+li:before{
    font-family: "Font Awesome 5 Pro";
    content:"\f105";
    font-weight: 700;
}

.breadcrumb li, .breadcrumb li span {
    font-family: "Open Sans",Arial,Helvetica,sans-serif ;
    font-size: 28px !important;
	font-weight: 300;
	letter-spacing: -1px;
}

.breadcrumb li.active, .breadcrumb li.active span{
    font-weight: 500;
}

.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #fff;
}
.rouge {
	color: #FF0000!important;
	font-size:17px;

}
.vert {
	color: #66CC00!important;
	font-size:17px;
}
.orange {
	color: #FF6600!important;
	font-size:17px;
}
.gris {
	color: #999!important;
	font-size:17px;
}
.rouge2 {
	color: #FF0000!important;
	font-weight:normal;

}
.orange2 {
	color: #FF6600!important;
	font-weight:normal;
}
.gris2 {
	color: #999!important;
	font-weight:normal;
}
.preventif {
	background-color: rgba(102, 153, 0, 0.1)!important;
}
.curatif {
	background-color: rgba(255, 69, 6, 0.1)!important;
}
.diagnostic {
	background-color: rgba(74, 135, 168, 0.2)!important;
}
.preventif:hover {
	background-color: rgba(102, 153, 0, 0.4)!important;
}
.curatif:hover {
	background-color: rgba(255, 69, 6, 0.4)!important;
}
.diagnostic:hover {
	background-color: rgba(74, 135, 168, 0.4)!important;
}


.haut {
	background-color: rgba(255, 0, 0, 0.1)!important;
}
.moyen {
	background-color: rgba(255, 102, 0, 0.1)!important;
}
.normal {
	background-color: rgba(204, 204, 204, 0.2)!important;
}
.haut:hover {
	background-color: rgba(255, 0, 0, 0.8)!important;
}
.moyen:hover {
	background-color: rgba(255, 102, 0, 0.8)!important;
}
.normal:hover {
	background-color: rgba(204, 204, 204, 0.8)!important;
}

.details {
	font-size:200%;
	color:#666!important;

}
/* .ombretbx {
       box-shadow: 2px 2px 3px #999;
}
.preventif {
	border-left:2px solid #4A87A8!important;
	border-right:2px solid #4A87A8!important;
}
.curatif_gauche {
	border-left:2px solid #FF4506!important;
}
.curatif_droit {
	border-right:2px solid #FF4506!important;
}
.preventif_bas {
	border-bottom:2px solid #4A87A8!important;
}
.curatif_bas {
	border-bottom:2px solid #FF4506!important;
}
.preventif_haut {
	border-top:2px solid #4A87A8!important;
}
.curatif_haut {
	border-top:2px solid #FF4506!important;
} */

.sortable-grid div.jarviswidget-sortable {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 1.3 !important;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    /*padding: 8px !important;*/
}
.jarviswidget > div {
    font-size: 12px !important;
}
.thumbnail {
    background-color: #dedede !important;
}
.caption h3 {
	font-size:15px !important;
	margin: 5px 0 !important;
	min-height: 44px;
}
.bordereau {
	border:1px solid #ffffff;
    padding: 1px 5px ;
	margin-left:8px;
}
.bordereau_active {
	border:2px solid #92C42D;
    padding: 1px 5px ;
}
.legende {
	float:right;
	margin: -5px 145px 0 0;
	font-size:12px;
}
.legende img {
	width: 18px;
}
.oui {
    font-size:0px;
	background:url(../img/oui.png) no-repeat center center;
}
.oui_2 {
	background:url(../img/oui_2.png) no-repeat center center;
}

.non {
    font-size:0px;
	background:url(../img/non.png) no-repeat center center;
}
.limite {
    font-size:0px;
	background:url(../img/limite.png) no-repeat center center;
}
.encours {
	background:url(../img/encours.png) no-repeat center center;
}
.encours_2 {
	background:url(../img/encours_2.png) no-repeat center center;
}
.partiel {
	background:url(../img/partiel.png) no-repeat center center;
}
.partiel_2 {
	background:url(../img/partiel_2.png) no-repeat center center;
}

.soustable {
	float:right;
	width:70%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.nb {
	height: 31px !important;
	margin-left:5px;
	margin-right:5px;
}




/* fin */


/* style widget pesee */

.show-grid [class^="col-"] {
    background-color: rgba(61, 106, 124, 0.15);
    border: 1px solid rgba(61, 106, 124, 0.2);
    padding-bottom: 10px;
    padding-top: 10px;
}
.tbflo {
    margin-bottom: 0 !important;
}
p {
	margin:0;
}
.bt-pesee {
	height: 42px !important;
    margin: 10px 0 0 7px !important;
    padding: 0 12px !important;
}
.smart-form footer .btn {
    float: none  !important;
}
.jarviswidget-color-blueDark {
	color:#666;
}
.jarviswidget-color-blueDark > div {
    background-color: #DEDEDE !important;
}
.titre_champ header {
	background: #fff none repeat scroll 0 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    color: #666;
    display: block;
    font-size: 15px;
    font-weight: 300;
    margin: 5px 14px 0;
    padding: 4px 0;
}

.titre_champ_evenement header {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    color: #666;
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin: 5px 14px 0;
    padding: 4px 0;
}
.smart-form header {
    font-size: 15px;
}

.champ fieldset + fieldset {
    padding: 0px 14px 0px;
	border-top:none;

}
/* fin style widget pesee */
/************************ style general ********************
body {
	line-height:1;
}
.smart-form section {
    margin-bottom: 32px;
}
.input-group-addon {
    background-color: #fff;
}
.barre {
	border-left: solid #CCC 1px;
}
.smart-form .marge {
	padding-left: 0;
}
.fond {
       background: #dfdfdf !important;
}
.fond2 {
       background: #eaeaea !important;
}
.fond input, .fond i, .fond span, .fond2 input, .fond2 i, .fond2 span {
       background: none !important;
}
.input-group-addon {
    color: #A2A2A2;
}
input {
	font-size:12px;
}
.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea {
    font: 12px/16px "Open Sans",Helvetica,Arial,sans-serif;
}
.form-control {
    font-size: 12px;
}
.note {
	font-size: 14px !important;
}

.smart-form fieldset + fieldset {
	border-top: 3px solid rgba(0, 0, 0, 0.1);
}

/* pour $no_main_header = true;
#left-panel {
	padding-top: 0px;
} */


/* style bootstrap */
.text-primary {
    color: #9F131F;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #cc051d;
    border-color: #9F131F;
}


/* fin */

/*********** interlocuteur form ***********/
.interlo {
	font-style:italic;
	color:#000000 !important;
	margin: 5px 0 5px 0;
	padding:10px 30px 10px 20px;
	background:#eee;
}
.interlo header {
	background:#eee !important;
	color:#000000 !important;
}
.titre_form1 {
	font-style:italic;
	color:#000000 !important;
	padding:10px 30px 10px 20px !important;
}

.filter-option{
    height: auto !important;
    /*width: auto !important;*/
}

.filter-option-inner-inner{
    color:#000000;
    font-weight: bold;
}

.bootstrap-select .dropdown-menu {
    padding-top: 10px;
}

.smart-style-3 .dropdown-menu{
    background-color: rgba(255,255,255,1);
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color:#000000 !important;
    font-weight: bold;
}


@media print{
    /*#header, #left-panel, #ribbon{
        display:none;
    }*/

    #header, .page-footer,.menu-top, #left-panel, #ribbon{
        display:none;
    }

    a[href]:after {
        content: none !important;
    }

    #main{
        margin:0 !important;
    }

    body{
        padding:0 !important;
    }
}

@media all and (max-width: 576px){
    #header {
        height: 70px !important;
        background: #DADADA;
    }

    .page-footer{
        height:65px;
        padding: 5px 8px 0 !important;
    }

    .smart-style-3 #logo img {
        max-height: 45px;
        margin-top:16px;
    }

    #header>div {
     margin:auto !important;
    }

    .entete {
        width:200px;
        font-size: 15px !important;
    }

    .menu-on-top aside#left-panel nav>ul {
        width: 105% !important;
    }
}

@media all and (min-width:576px) and (max-width:768px)
{
    #header {
        height: 70px !important;
    }

    .smart-style-3 #logo img {
        max-height: 45px;
        margin-top:16px !important;
    }

    .entete {
        width:270px;
        font-size: 18px !important;
        padding-top: 22px !important;
    }

    .page-footer{
        height:65px;
        padding: 5px 8px 0 !important;
    }
}


