/* =====================================================================

LIST CSS

===================================================================== */

.main-app__list { margin-bottom: 30px; }

.main-app__list-headers {
  align-items: stretch;
  background-color: #537890 !important;
  color: white !important;
  display: flex;
  justify-content: center;
}

.main-app__list-header {
  border-left: 1px solid #73808a;
  color: white;
  flex: 1 1 100%;
  flex-wrap: wrap;
  font-weight: 300;
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
}

.main-app__list-items {
  display: flex;
  flex-direction: column;
}

.main-app__list-item { display: flex; }

.main-app__list-label {
  border-left: 1px solid #73808a;
  flex: 1 1 100%;
  padding: 10px;
}

.main-app__list-label:first-child { border: none; }
.main-app__list-item--odd { background-color: #f1f1f1; }

/* =====================================================================
VO pour tableau info perso sans trait
===================================================================== */
.list-item { 
    /*border-left: 1px solid #73808a;*/
    padding: 0px 4px 0px 4px;
    text-align:center;
}
.list-item-titre {
    /*border-left: 1px solid #73808a;*/
    padding: 2px 4px 2px 4px;
    font-weight: bold;
}
.list-header {
    background-color: #537890;
    /*border-left: 1px solid #73808a;*/
    color: white;
    padding: 2px 4px 2px 4px;
}
/* =====================================================================

VO pour wucList

===================================================================== */

@media (min-width: 1300px) {
    .wuclist-container {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        height: auto;
        /*-ms-overflow-style: -ms-autohiding-scrollbar; cache la barre sauf si souris*/
    }
}
@media (min-width: 992px) and (max-width: 1299px) {
    .wuclist-container {
        /*width: 950px; ne marche pas si liste dans col-sm-4  puisque cela force la taille */
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        height: auto;
        /*-ms-overflow-style: -ms-autohiding-scrollbar; cache la barre sauf si souris*/
    }
}

@media screen and (max-width: 991px) {
    .wuclist-container {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        height: auto;
        /*-ms-overflow-style: -ms-autohiding-scrollbar; cache la barre sauf si souris*/
    }
}
.wuclist-container > table {
    display: inline-block;
}

.wuclist-headers {
    background-color: #537890;
}

.wuclist-header {
  border-left: 1px solid #73808a;
  color: white;
  padding: 3px;
}
.wuclist-header-double {
    border-left: 4px solid #73808a;
    color: white;
    padding: 3px;
}
.wuclist-header a {
  background-color: #537890 !important;
    color: white !important;
  padding-right:16px;   /* place pour image de tri de wuclist-coltri */
}
.wuclist-header-double a {
  background-color: #537890 !important;
    color: white !important;
  padding-right:16px; /* place pour image de tri de wuclist-coltri */
}
.wuclist-header a:hover {
    color: #eff3f6 !important;
}
.wuclist-header:last-child {
border-right: 1px solid #73808a;
}

.wuclist-coltri {
	background-image: url('../img/wucListe/sort_asc.png');
	background-position: center right;
	background-repeat: no-repeat;
}

.wuclist-footer {
    background-color: #537890;
    border-bottom:5px solid #537890;
    border-left: 1px solid #73808a;
    padding: 3px;
    text-align: center;
}
.wuclist-footer-double {
    background-color: #537890;
    border-bottom:5px solid #537890;
    border-left: 4px solid #73808a;
    padding: 3px;
}

.wuclist-footer:last-child {
border-right: 1px solid #73808a;
}

/* pour enlever celle de bootstrap*/
 .wuclist-pagination {
    margin: 0 !important;
}

.wuclist-button {
  align-items: center;
  background-color: #EFF3F6;
  border: none;
  color: white;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font: inherit;
  font-weight: 700;
  justify-content: center;
  outline: none;
  padding: 6px 6px;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-user-select: none;
  -moz-user-select: none;
  text-decoration: none;
  user-select: none;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-user-select: none;
  white-space: nowrap;
}

.wuclist-button--bordered { border-radius: 5px; }

.wuclist-item { 
  border-left: 1px solid #73808a;
  padding: 3px;
  height: 100%;
  vertical-align:middle;
}
.wuclist-item-double {
    border-left: 4px solid #73808a;
    padding: 3px;
  height: 100%;
  vertical-align:middle;
}

.wuclist-label {
}
.wuclist-label-lvide {
    background-color: #eff3f6;
}

.wuclist-item:last-child {
border-right: 1px solid #73808a;
}
/*important pour footable*/
.wuclist-item--even {
    background-color: #eff3f6 !important;
}
.wuclist-item--odd {
    background-color: white !important;
}
/*passer LigneOrange comme classe pour exception ligne*/
 .wuclist-item--even_LigneOrange {
    background-color: #FFB895 !important;
}
 .wuclist-item--odd_LigneOrange {
    background-color: #FFE1D2 !important;
}

.wuclist-nav-label {
    color: #537890;
    padding-left: 10px;
}
/*classe pour exception police*/
.wuclist-colorBleu {
	color:blue
}
a.wuclist-colorBleu:hover {
    color: #0000C8;
}
.wuclist-colorRouge {
	color:red
}
a.wuclist-colorRouge:hover {
    color: #C80000;
}
.wuclist-colorVert {
	color:green
}
a.wuclist-colorVert:hover {
    color: #005000;
}

/* EVENEMENTS exception ligne */
.wuclist-item--even_tdEvtInfo {
	background-color:#FFFF66 !important;
}
.wuclist-item--odd_tdEvtInfo {
	background-color:#FFFF66 !important;
}
.wuclist-item--even_tdEvtAlarme {
	background-color:#FF9900 !important;
}
.wuclist-item--odd_tdEvtAlarme {
	background-color:#FF9900 !important;
}
.wuclist-item--even_tdEvtCritique {
	background-color:#FF0000 !important;
}
.wuclist-item--odd_tdEvtCritique {
	background-color:#FF0000 !important;
}
.wuclist-item--even_tdEvtDebug
{
	background-color:Silver !important;
}
.wuclist-item--odd_tdEvtDebug
{
	background-color:Silver !important;
}

 /* class issues de bootstrap : permet de conserver style de wucListe*/
 .navigation 
 {
    color: #537890 !important;
 }
 .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover
 {
    background-color: #537890 !important;
    border-color: #537890 !important;
    color: white !important;
 }
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover 
{
    background-color: #eff3f6 !important;
    border-color: #537890 !important;
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover
 {
    color: #537890 !important;
 }
/* class issues de footable-0.1.min.css : permet de conserver style de wucListe*/
.footable > thead > tr > th, .footable > thead > tr > td {
    position: relative
}

.footable {
    color: #537890 !important;
}

.footable.breakpoint > tbody > tr > td.expand {
    background: url(../img/wucListe/dt-arrow-up.gif) no-repeat 5px center;
    padding-left: 20px;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
    background: url(../img/wucListe/dt-arrow-dn.gif) no-repeat 5px center
}

.footable.breakpoint > tbody > tr.footable-row-detail {
    background: #CEDBE4
}

.footable > tbody > tr:hover {
    background: #cedbe4;
}

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
    cursor: pointer
}

.footable > tbody > tr > td, .footable > thead > tr > th {
}

.footable > thead > tr > th, .footable > thead > tr > td {
}

.footable > thead > tr > th:first-child, .footable > thead > tr > td:first-child {
}

.footable > thead > tr > th:last-child, .footable > thead > tr > td:last-child {
}

.footable > thead > tr > th:only-child, .footable > thead > tr > td:only-child {
}

.footable > tbody > tr:last-child > td:first-child {
}

.footable > tbody > tr:last-child > td:last-child {
}

.footable > tbody img {
    vertical-align: middle
}
