/* 
    Document   : accueil
    Created on : 01 septembre 2016, 150:49:00
    Author     : PGRJDS
    Description:
        Purpose of the stylesheet follows.
*/

/*div[class="row"] {
    border: 1px dotted rgba(255, 255, 255, 0.5);
}

div[class^="col-"] {
    background-color: rgba(255, 0, 0, 0.2);
}*/
html {
    min-height: 100%;
    min-width: 460px;
}

body {
    background-color: #f5f5f5;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    min-width: 460px;
}

.fs20 {
    font-size: 20px;
}

.fwBold {
    font-weight: bold;
}

.h34 {
    line-height: 29px;
}

label {
    margin-top: 5px;
}

.lh34 {
    line-height: 29px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.pl10i {
    padding-left: 10px !important;
}

.pt10 {
    padding-top: 10px;
}

.w50i {
    width: 50px !important;
}

.w100i {
    width: 100px !important;
}
.w200i {
    width: 200px !important;
}

.mt30vh {
    margin-top: 30vh;
}

.filtresw100pc {
    width: 100% !important;
}

#kamiLogo {
    width: 100px;
    height: 150px;
    position: absolute;
    left: 0px;
}

#formConnexion {
    background-color: rgba(0,0,0,0.8);
    border-radius: 10px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 10px 10px 5px grey;
}

#btnDeconnexion {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}

#bandeauMsgError {
    width: 100%;
    height: 40px;
    padding-top: 10px;
    background: url(../img/fondRougeBlanc.png) repeat-x;
    position: fixed;
    text-align: center;
    z-index: 1000;
    border: 1px solid black;
    color: white;
    
}

#bandeauMsgWarn {
    width: 100%;
    height: 40px;
    padding-top: 10px;
    background: url(../img/fondOrangeBlanc.png) repeat-x;
    position: fixed;
    text-align: center;
    z-index: 1000;
    border: 1px solid black;
    color: white;
}

#bandeauMsgInfo {
    width: 100%;
    height: 40px;
    padding-top: 10px;
    background: url(../img/fondBleuBlanc.png) repeat-x;
    position: fixed;
    text-align: center;
    z-index: 1000;
    border: 1px solid black;
    color: white;
}

#bandeauMsgSucces {
    width: 100%;
    height: 40px;
    padding-top: 10px;
    background: url(../img/fondVertBlanc.png) repeat-x;
    position: fixed;
    text-align: center;
    z-index: 1000;
    border: 1px solid black;
    color: white;
}

.py-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.table-img-container {
    display: flex;
    justify-content: center;
}

.tbody-stock-mp td {
    text-align: center;
}

.dt-button > span {
    line-height: 24px;
}

button.dt-button, div.dt-button, a.dt-button {
    /*background: rgba(0,255,255,1);*/
    width: 100px;
    border-radius: 5px;
}

.buttons-excel::before {
    content: url(../img/xlsx.png);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 16px;
    padding-bottom: 12px;
    line-height: 4px;
    vertical-align: text-bottom;
    background-color: green;
}

#statMAJ {
    width: 240px;
    padding: 20px;
    margin-top: -10px;
    margin-left: 250px;
    border: #f5f5f5 solid 1px;
    box-shadow: 2px 2px 2px #000;
    background-color: white;
    border-radius: 10px;
    display: inline-block;
}
#statQte {
    width: 240px;
    padding: 20px;
    margin-top: -10px;
    margin-left: 20px;
    border: #f5f5f5 solid 1px;
    box-shadow: 2px 2px 2px #000;
    background-color: white;
    border-radius: 10px;
    display: inline-block;
}

tbody {
    font-size: 14px;
    font-weight: 400;
}