/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28 mars 2017, 18:13:17
    Author     : jeremy
*/

.site-footer {
    position: relative;
}

#chartBarStacked .ct-chart .ct-bar {
    stroke-width: 4%;
}

#chartBarStacked .ct-chart .ct-series.ct-series-b .ct-bar {
    stroke: #926dde;
}

#chartBarStacked .ct-chart .ct-series.ct-series-a .ct-bar {
    stroke: #62a8ea;
}

#chartBarStacked .ct-chart .ct-series.ct-series-c .ct-bar {
    stroke: #ccd5db;
}

#chartPie .ct-chart .ct-series.ct-series-a .ct-slice-donut {
    stroke: #926dde;
}

#chartPie .ct-chart .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f96868;
}

#chartPie .ct-chart .ct-series.ct-series-c .ct-slice-donut {
    stroke: #62a8ea;
}

#chartBarlineMix .chart-bar {
    position: relative;
}

#chartBarlineMix .chart-line {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#chartBarlineMix .chart-line .ct-line {
    stroke: white;
    stroke-width: 2px;
}

#chartBarlineMix .chart-bar .ct-bar {
    stroke: #fbce9d;
    stroke-width: 2%;
}

.page-login:before {
  background-image: url("../images/Fotolia_94782621_M.jpg");
}

.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}

.bg-section-title {
    padding: 5px !important;
    color: #fff !important;
    background-color: gray !important;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 3px;
}

.bg-section-title .modal-body {
    padding: 0 15px 15px 15px !important;
}

.dataTables_empty {
    text-align : center;
}

/*.stage .section-title {
    padding: 5px !important;
    color: #fff !important;
    background-color: gray !important;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 3px;
}*/

div.dataTables_wrapper div.dataTables_info {
    position: relative !important;
}

.stage h2 {
    font-size: 20px;
}

#btGenerateExpeditions{
    color : white;
}

#btAddToExpedition{
    color : white;
}

#btnFacturer{
    color: white;
}

.rmPadLeft{
    padding-left:0px;
}
