@media only screen and (min-width: 800px) {
  .login-layout { padding-top: 150px;}
}

.table-header-fixed {
    position: fixed;
    top: 0px; 
    display: none;
    z-index: 9999;
}



.widget-body form { margin: 0; padding: 10px;}

.filtre, .boite_filtre { float: left; width: 220px; margin-right: 15px;}

.sort_asc, .sort_desc { padding-right: 15px; background-position: right center; background-repeat: no-repeat}
.sort_asc { background-image: url(sort_asc.png); }
.sort_desc { background-image: url(sort_desc.png); }

.btn { border-color: transparent !important;}

@media only screen and (max-width: 979px) {

.hidden-small { display: none !important;}
.btn-mini .text-content { display: none; }
.sidebar { margin-top: 0; } 

.menu-toggler:hover { color: #f3f3f3 ;}
.breadcrumb { margin-left: 0; }
.menu-toggler {
  position: relative;
  display: block;
  height: 32px;
  line-height: 32px;
  width: auto;
  text-align: center;
  padding: 0;
  margin: 0;
}

.menu-toggler>.menu-text {
  position: relative;
  display: inline;
  bottom: 0;
  font-size: 14px;
  border-width: 0;

}

.menu-toggler:before { content: none;}
.menu-toggler:after { content: none;}
.menu-toggler > .menu-text:after { content: none; }
}

.autocomplete { width: 100%; }
.autocomplete.small { width: 60px; }
.autocomplete.formulaire { width: 220px; }
.autocomplete.ac_feuille { width: 150px;}

.select2-container .select2-choice { background: #fff none;}

form input.date-picker { width: 150px; }

.impression { display: none; }

.widget-body.with-padding { padding: 10px;}

table tfoot { background: #f4f4f4; font-weight: bold;}
table tfoot tr td { border: 1px solid #ddd !important; border-right: none !important;border-bottom: none !important;}
table tfoot tr td:last-child { border-right: 1px solid #ddd !important;}

.control-group.hidden { display: block !important; visibility: visible !important;}

tr.pas_actif td, tr.pas_actif td a { color: #ccc; }
tr.pas_actif td a:hover { color: #D54E21}

#liste_compilations tbody tr.vert td{ background: #aaf7ac}
#liste_compilations tbody tr.rouge td,
#liste_f tbody tr.rouge td{ background: #ffb9b2 }
#liste_f tbody tr.jaune td{ background: #faf79e }

#liste_compilations tbody tr.jaune td, #liste_messages tbody tr.jaune td{ background: #faf79e }
.datepicker-dropdown { z-index: 9999 !important;}
.temps_heure { width: 20px; }

.feuille_note { background: #aaf7ac !important;}
.feuille_note a {font-weight: bold; display: block;}
.feuille_note a:hover { text-decoration: none; }
#liste_feuilles .input-append, 
#liste_feuilles .input-prepend,
#liste_feuilles input { margin-bottom: 0; }

.modal-dialog textarea { display: block !important; height: 150px !important; width: 455px !important; }
.ui-dialog-titlebar  { display: none !important; }
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
	background: #333;
	color: #fff;
}

span.error {
	color: #cc0000;
	display: block;
}

textarea.txt_message { width: 50%; height: 100px }

#liste_messages tbody tr td { cursor: pointer }

#boite_alert_message { position: fixed; top: 87px; width: 30%; z-index: 9999; margin-left: 35%; margin-right: 35%}

.controls > .checkbox:first-child { padding-top: 0; }

.liste_items {
	margin: 0;
}

.liste_items li {
	width: 200px;
	padding: 5px 15px;
	list-style-type: none;
	background: #fff;
	border: 1px solid #dedede;
	margin-bottom: 10px;
}

.liste_items .cpt {
	font-weight: bold;
}

.deletePriorite { color: #d15b47; float: right; }
.deletePriorite:hover { color: #d15b47; }

.deleteFeuille { color: #d15b47; float: right; }
.deleteFeuille:hover { color: #d15b47; }

#blanket tbody td.rouge, #blanket tbody tr.rouge td { background: #ffb9b2 }
#inventaire tbody td.rouge, #inventaire tbody tr.rouge td { background: #ffb9b2 }

.radio, .checkbox {
	padding-left: 0;
}

.check_boxes .controls, .chk_grp .controls .radio_buttons .controls{
	padding-left: 20px;
}

.check_boxes .controls, .chk_grp .controls, .boolean .controls, .radio_buttons .controls {
	padding-left: 20px;
}

.machine {
	font-weight: bold;
}

.machine.vert {
	color: #00aa00;
	text-decoration: underline;
}

.machine.rouge {
	color: #bd362f;
	text-decoration: line-through;
}

.machine.jaune {
	color: #ff5e00;
	text-decoration: underline;
}
