/*
    Document   : w_style
    Created on : 20 oct. 2014, 15:37:32
    Author     : Willy Girouard
*/
/*body {
    font-size: 1.2em; /* correspond à la taille des caractères du logiciel
}*/

.hidden {
    display: none !important
}

.inline {
    display: inline-block !important
}

.align_middle {
    vertical-align: middle !important
}

.align_left {
    text-align: left !important
}

.align_right {
    text-align: right !important
}

/*Centrer interieur*/
.centerI {
    text-align: center !important
}

/*Centrer exterieur*/
.centerE {
    margin: auto
}

/* Margin Padding Height Width*/
.marg10 {
    margin: 10px !important
}

.margTB10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.margL0 {
    margin-left: 0 !important
}

.margL5 {
    margin-left: 5px !important
}

.margL8 {
    margin-left: 8px !important
}

.margL10 {
    margin-left: 10px !important
}

.margT20 {
    margin-top: 20px !important
}

.margB0 {
    margin-bottom: 0 !important
}

.margB20 {
    margin-bottom: 20px !important
}

.pad5 {
    padding: 5px !important
}

.pad10 {
    padding: 10px !important
}

.padLR10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.padLR20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.padT5 {
    padding-top: 5px !important
}

.padT10 {
    padding-top: 10px !important
}

.padT20 {
    padding-top: 20px !important
}

.padB5 {
    padding-bottom: 5px !important
}

.padB10 {
    padding-bottom: 10px !important
}

.padL10 {
    padding-left: 10px !important
}

.padL20 {
    padding-left: 20px !important
}

.width25 {
    width: 25px !important
}

.width30 {
    width: 30px !important
}

.width35 {
    width: 35px !important
}

.width40 {
    width: 40px !important
}

.width50 {
    width: 50px !important
}

.width60 {
    width: 60px !important
}

.width70 {
    width: 70px !important
}

.width80 {
    width: 80px !important
}

.width90 {
    width: 90px !important
}

.width100 {
    width: 100px !important
}

.width110 {
    width: 110px !important
}

.width120 {
    width: 120px !important
}

.width125 {
    width: 125px !important
}

.width130 {
    width: 130px !important
}

.width135 {
    width: 135px !important
}

.width140 {
    width: 140px !important
}

.width150 {
    width: 150px !important
}

.width155 {
    width: 155px !important
}

.width160 {
    width: 160px !important
}

.width170 {
    width: 170px !important
}

.width180 {
    width: 180px !important
}

.width190 {
    width: 190px !important
}

.width200 {
    width: 200px !important
}

.width210 {
    width: 210px !important
}

.width220 {
    width: 220px !important
}

.width230 {
    width: 230px !important
}

.width240 {
    width: 240px !important
}

.width250 {
    width: 250px !important
}

.width300 {
    width: 300px !important
}

.width375 {
    width: 375px !important
}

.width100pc {
    width: 100% !important
}

.minWidth250 {
    min-width: 250px !important
}

.maxWidth100pc {
    width: 100% !important
}

.height30 {
    height: 30px !important
}

.height35 {
    height: 35px !important
}

.height40 {
    height: 40px !important
}

.height60 {
    height: 60px !important
}

.lineHeight20 {
    line-height: 20px
}

.lineHeight30 {
    line-height: 30px
}

.trait_gauche {
    position: relative;
    bottom: 0;
    height: 40px;
    width: 25px;
    margin-left: -25px;
    border: none;
    border-bottom: #ddd solid 1px;
}

.gras {
    font-weight: bold
}

.italique {
    font-style: italic
}

.souligne {
    text-decoration-line: underline
}

.bouton {
    cursor: pointer;
}

/* Couleurs */
.red {
    color: red
}

/* #selected_command_title {} */

#selected_command_title .detail_histo,
#selected_command_title .detail_import {
    vertical-align: top;
    display: inline-block;
    width: 49%;
    min-height: 250px;
    margin: 20px 0 0;
    padding: 6px;
    border: #c0c0c0 solid 1px;
    border-radius: 5px;
}

#selected_command_title .detail_histo {
    min-height: 280px;
    max-height: 280px;
    overflow-y: auto;
}

#selected_command_title .detail_histo h2,
#selected_command_title .detail_import h2 {
    margin: 0;
    padding: 0 0 10px;
    font-weight: bold;
}

#selected_command_title .detail_histo p {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    overflow-wrap: break-word;
}

#selected_command_title .detail_import p {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    overflow-wrap: break-word;
}

#selected_command_title div {
    margin: 15px 0 0;
}

#selected_command_title div button {
    background-color: #eee;
    color: #c5093d;
    border: 1px solid grey;
}

#selected_command_title div button:hover {
    background-color: #ddd;
    color: #c5093d;
    border: 1px solid grey;
}

.warning_input,
.recommended_input {
    /*    background-color: #ec6607 !important;
    color: black !important;*/
    box-shadow: 0px 0px 10px orange inset;
}

.error_input {
    /*    background-color: #c5093d !important;
        color: white !important;*/
    box-shadow: 0px 0px 10px red inset;
}

#pellicule {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    float: top;
    z-index: 500;
}

.pellicule_show {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#wait {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 64px;
    margin: -32px 0 0 -32px;
    padding: 0;
    float: top;
    z-index: 10000;
    display: none;
}

.wait_show {
    display: inline-block !important;
}

#textLong {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin: 40px 0 0 -100px;
    padding: 0;
    float: top;
    z-index: 501;
    display: none;
    color: white;
}

.textLong_show {
    display: inline-block !important;
}

#formCompte * input,
#formCompte * select {
    margin-left: 20px;
    margin-right: 40px;
}

/* Affichage taille Bootstrap */
#show_size_bootstrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    color: black;
    text-shadow: 0px 0px 2px white;
    padding: 0 1px;
    margin: 0;
}

#show_size_bootstrap:hover {
    opacity: 0;
}

#show_size_bootstrap:before {
    content: "1|XS (Mobile)";
}

@media (min-width: 768px) {
    #show_size_bootstrap:before {
        content: "2|SM (Tablet)";
    }
}

@media (min-width: 992px) {
    #show_size_bootstrap:before {
        content: "3|MD (Desktop)";
    }
}

@media (min-width: 1200px) {
    #show_size_bootstrap:before {
        content: "4|LG (Desktop large)";
    }
}

/* -- Affichage taille Bootstrap */

/* DATATABLE */
#table_histo_wrapper * .dataTables_scrollHead {
    height: 36px;
}

#table_porteurs_filter label {
    font-weight: bold;
    color: #c5093d;
    font-size: 1.4em;
}

#table_porteurs_filter label input {
    font-weight: normal;
    display: block !important;
    margin-left: 0;
    margin-bottom: 15px;
    width: 250px !important;
}

.dataTables_wrapper {
    margin-top: 10px !important;
}

.dataTables_filter label input {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    display: inline-block;
    width: 150px;
    color: #666666;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.dataTables_filter label input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.dataTables_filter label input::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.dataTables_filter label input:-ms-input-placeholder {
    color: #999999;
}

.dataTables_filter label input::-webkit-input-placeholder {
    color: #999999;
}

.dataTables_filter label input[disabled],
.dataTables_filter label input[readonly],
fieldset[disabled] .dataTables_filter label input {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

select.dataTables_filter label input {
    height: 30px;
    line-height: 30px;
}

/* FIN DATATABLE */
