﻿div.dts tbody th,
div.dts tbody td {
    white-space: normal !important;
}

.containerRapport {    
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
}

.containerRow {   
}

.columnTitle {
    width: 130px;
    font-size: 13px;
    vertical-align: top;
    padding-top: 8px;
    padding-left: 8px;
}

.columnTitleLegend {   
    width: 130px;
    font-size: 13px;
    vertical-align: top;
    padding-top: 8px;  
}

.columnContainerGraphe {    
}   

.columnGraphe {
    height: 100px;
}

.tickLabel {
    font-size: 80%
}

.legendLayer {    
    border-radius: 10px
}

.legendLayer .background {
    fill: #ECECEC;
    stroke: rgba(255, 255, 255, 0.85);
    stroke-width: 0;
    border-radius:6px
}

.flot-base {
    position:relative !important;
}

#logindisplay {
    padding-top: 8px;
    font-size: 13px;
}

.logo {
    height: auto;
}

.reportrange {
    font-size: 0.9rem;
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    display: inline-block;
    margin-right: 20px;
    width: 330px
}


#legendContainer {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
    padding-left: 15px;
}

#legendContainer table {
    width: 100%;
}

.rubriqueSelection {
    width: auto;
    position: relative;
    display: flex;
    padding-left: 0;
    padding-top: 2px;
    padding-bottom: 0px;
    margin-right: 5px;
    margin-left: 1rem;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.moduleRubrique {
    background-color:#ECECEC;
    display: inline-block;
    margin-right: 4px;
    vertical-align: top;
    margin-bottom: 5px;
    /* box-shadow: 1px 1px 12px #555; */
    border-radius: 8px;
   /* border: 1px solid #bbb;*/
    /* padding: 15px 10px 15px 10px; */
    padding-left: 6px;
    margin-bottom: 0px;
}

.moduleRubrique button {
    font-size: 12px;
  /*  padding: 5px;*/
}

.btnReduireSelectionRubrique {
    font-size: 20px;
    padding: 0px 22px;
    border: 1px solid #bbb;
    cursor: pointer;
    position: relative;
    left: 50%;
    top: -22px;
    border-radius: 12px;
    float: left;
}

.deleteRubricIcon {
    float: right;
    margin-top: 10px;
    cursor: pointer;
}

.rubricStationName {
    margin-top: 4px;
    margin-bottom: 2px;
    margin-right: 4px;
    min-width: 135px;
}

.tableFixHead {
    overflow: auto;    
    display: none
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.tableFixHead th {
    background-color: white;
    border-bottom: 1px solid #3d4044;
}



body {
    height:100%;
}

.containerGraphe {
    position: relative;
    width: 100%;
}

.miniGraphe {
    opacity: 1;
    display: block;
   /* width: 100%;*/
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.divBtnExpand {
    position: absolute;
    top: 12px;
    right: 12px;
    transition: 1s ease;
    opacity: 0;
}

.containerGraphe:hover .divBtnExpand {
    opacity: 1;
}

.btnExpand {
    padding: 0px 4px !important;
}

.textBtnExpand {
   margin-right: 4px;
}

/*.containerGraphe:hover .miniGraphe {
    opacity: 0.3;
}

.containerGraphe:hover .middle {
    opacity: 1;
}*/

.tickLabel {
    font-size: 85%;
}


.rapportCurseurTooltip:before {
    
}

#menuSelectYear{
    width: 255px;
}

.multiselect-dropdown {
    width: 245px!important;
    height: 32px;
    margin-left: 4px;
    margin-bottom: 10px;
    border-radius: 3px;
}

#btnValidationYear {
    float: right;
    margin-right: 10px;
}

