@font-face {
    font-family: lato_regular;
    src: url('../../font/Lato-Regular.ttf');
}

@font-face {
    font-family: lato_hairline;
    src: url('../../font/Lato-Hairline.ttf');
}

@font-face {
    font-family: lato_black;
    src: url('../../font/Lato-Black.ttf');
}

@font-face {
    font-family: roboto_regular;
    src: url('../../font/Roboto-Regular.ttf');
}

@font-face {
    font-family: roboto_bold;
    src: url('../../font/Roboto-Bold.ttf')
}

* {
    margin: 0px;
    padding: 0px;
}




html {
    width: 100%;
    height: 100%;
    background-color: white;
    font-family: lato_regular;

}

body {
    font-family: lato_regular;
    height: 800px;
    background-color: #e8e6e6;
    width: 1280px;
    margin: auto;
    /*border: 1px solid #000000;*/
    /*overflow: hidden;*/
}
.green_btn{
    background: #59ee14!important;
    width: 80px;
    height: 25px;
}

.header {
    height: 150px;
    /* 800 total*/
    line-height: 150px;
    background: white;
    width: 1280px;


}


.core {
    /*height: 100%;*/
    /*background: #000000;*/
    width: 1280px;
    display: flex;
    background-color: #e8e6e6;

    /*border: 1px solid red;*/
}

.core-open {
    height: 1000px;
    /*background: #000000;*/
    width: 1280px;
    /*display: flex;*/
    background: #e8e6e6;

}

.logo-fysolika {
    width: 100px;
    height: 100px;
    float: left;
    margin-left: 40px;
    margin-top: 10px;

}

/* à reactiver pour Jovenna*/
.logo-client {
    margin-top: 5px;
    width: 120px;
}

/*.logo-client{
    margin-top: 20px;
    width: 155px;

    height: 100px;
}*/




.img-deconect {
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    margin-right: 8px;
}

.user-name {
    text-transform: capitalize;
    color: white;
    margin-right: 5px;
}

.deconect-area-inner {
    display: flex;
    float: right;
    margin-left: 1100px;
}


.date {
    height: 80px;
    line-height: 80px;
    width: 30%;
}

.day {
    width: 100%;
    /*color: white;*/
    height: 50%;
    font-size: 16px;
    text-align: center
}

.hour {
    width: 100%;
    height: 50%;
    font-size: 35px;
    text-align: center
}

.client {
    width: 35%;
}

.fysolika {
    width: 35%;
}

.recap_mailing_control {
    width: 30%;
    height: 300px;
    border: 1px solid black;
    margin: auto;
    margin-top: 20px;
    font-family: lato_regular;
}


.control {
    width: 30%;
    height: 300px;
    border: 1px solid black;
    margin: auto;
    margin-top: 80px;
    font-family: lato_regular;
}

.pcontrol-bloc {
    width: 90%;
    margin: auto;
}

.input {
    margin-top: 30px;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-family: lato_regular;
    /*float: right;*/
}

.input_report {
    margin-top: 30px;
    width: 70%;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-family: lato_regular;
    float: right;
}

.button_validate {
    width: 90%;
    height: 40px;
    margin: auto;
    margin-top: 27px;
    display: flex;
    border: 1px solid black;
    cursor: pointer;
    background: #f62802;
    color: white;
    border: none;
    font-size: 20px;

}

.button_validate p {
    margin: auto;
}

.error {
    width: 95%;
    margin: auto;
    margin-top: 2px;
    color: white;
    display: flex;
    background: red;
    height: 45px;
    line-height: 45px;
    font-family: lato;
    text-align: center;

    /*<<<<<<< HEAD
    =======*/
}

.modif_error {
    width: 95%;
    margin: auto;
    margin-top: 2px;
    color: white;
    display: flex;
    background: red;
    height: 45px;
    line-height: 45px;
    font-family: lato;
    text-align: center;

    /*>>>>>>> origin/master*/
}

#idAuthenticationError {
    margin: auto;
}

.control_home {
    width: 420px;
    height: 400px;
    /*border: 1px solid black;*/
    margin: auto;
    margin-top: 30px;
}

.sep {
    height: 20px;
}

.button {
    width: 100%;

    height: 40px;

    display: flex;

    cursor: pointer;

    background: #f62802;

    color: white;
    font-family: lato_regular;
    border-radius: 20px;
    background-image: linear-gradient(#cc4a45, #f62802);
}

.button p {
    margin: auto;
    font-weight: bold;
    font-size: 20px;
}

.control_report {
    width: 97%;
    height: 600px;
    margin: auto;
    margin-top: 40px;
}

.report_02_date {
    width: 90%;
    height: 600px;
    margin: auto;
    margin-top: 40px;
}

.report_list_title {
    width: 100%;
    border-collapse: collapse;

}

.report_list_title th {
    width: 60px;
    height: 30px;
    background: #f63c1a;
    color: white;
    font-size: 20px;
}

.report_list {
    width: 100%;
    border-collapse: collapse;
    /*border: solid 1px;*/
}

.report_list_table {

    border: solid 1px;
}

.report_list td {
    width: 40px;
    /*border: 1px solid black;*/
    text-align: center;
    height: 30px;
}

.report_list tr:nth-child(2n+1) {
    background-color: white;
    /*margin-bottom: 5px;*/
}


.report_list_realtime_title {
    width: 100%;
    border-collapse: collapse;

}

.report_list_realtime_title th {
    width: 10%;
    height: 30px;
    background: #f63c1a;
    color: white;
    font-size: 20px;
}

.report_list_realtime {
    width: 100%;
    border-collapse: collapse;
    /*border: solid 1px;*/
}

.report_list_realtime td {
    width: 10%;
    height: 30px;
    /*    background: #f63c1a;
        color: white;
        font-size: 20px;*/
}

.report_list_realtime_table {

    border: solid 1px;
}

.report_list_realtime td {
    width: 10%;
    /*border: 1px solid black;*/
    text-align: center;
    height: 30px;
}

.report_list_realtime tr:nth-child(2n+1) {
    background-color: white;
    /*margin-bottom: 5px;*/
}



.fanilo {
    text-decoration: underline;
    cursor: pointer;
    color: blue;
}

.tpe {
    text-decoration: underline;
    cursor: pointer;
    color: blue;
}

.cheque {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.espece {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.bon {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.orange_money {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.carte_falifaly {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
.carte_tamana {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.carte_gl {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.charge {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.virement {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}



.visa {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.caisse {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.remise {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.mvola {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.retour_en_cuve {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.retour {
    cursor: pointer;
}

.wrapper {
    position: absolute;
    width: 1280px;
    height: 650px;
    background: black;
    /*opacity: 0.9;*/
}

.cuve-wrapper {
    position: absolute;
    width: 1280px;
    height: 1000px;
    background: black;
    opacity: 0.9;
}

.alert-message {
    width: 60%;
    height: 100px;
    line-height: 100px;
    background: white;
    margin: auto;
    margin-top: 20%;
    border: solid 3px red;
    border-radius: 5px;
    text-align: center;
    font-size: 25px;


}

.cuve-alert-message {
    width: 60%;
    height: 100px;
    line-height: 100px;
    background: white;
    margin: auto;
    margin-top: 61%;
    border: solid 3px red;
    border-radius: 5px;
    text-align: center;
    font-size: 25px;


}

.cash_report {
    width: 60%;
    margin: auto;
    height: 85%;
    background: white;
    margin-top: 5%;
}

.cash_line {
    display: flex;
}

.cash_table {
    width: 80%;
    height: 70%;
    border: solid 1px;
    margin: auto;
    text-align: center;
}

.cash_table tr {
    width: 100%;
}

.cash_table th {
    width: 33%;
    background: #f62802;
    color: white;
}

.cash_title {
    font-weight: bold;
    font-size: 16px;
}

.cash-info {

    width: 80%;
    margin: auto;
    margin-bottom: 15px;


}

.other_payement_report {
    width: 60%;
    margin: auto;
    height: 85%;
    background: white;
    margin-top: 5%;
    border: solid 1px black;
}

.other_payement_table th {
    width: 50%;

    background: #f62802;

    color: white;

    height: 30px;

    line-height: 30px;
}

.other_payement_table {
    width: 80%;
    height: 70%;
    border: solid 1px;
    margin: auto;
    text-align: center;
}

.td-ref-payement {
    font-weight: bold;
}

.bon_report {
    width: 60%;
    margin: auto;
    height: 85%;
    background: white;
    margin-top: 5%;

}

.bon_table {
    width: 80%;
    height: 70%;
    border: solid 1px;
    margin: auto;
    text-align: center;
}

.bon_table th {
    width: 50%;
    background: #f62802;
    color: white;
    height: 30px;
    line-height: 30px;

}

.total-class {
    font-weight: bold;
}

.total_payment {
    font-weight: bold;
}

.deconect-area {
    height: 30px;
    line-height: 30px;
    width: 100%;
    background: #5287af;
    display: flex;
}

.logo-area {
    display: flex;
}

.deconect {
    height: 20px;
    background: #f62802;
    line-height: 20px;
    margin-top: 5px;
    color: white;
    cursor: pointer;
}

.core_essai {
    width: 90%;
    margin: auto;
    /*border: 1px solid red;*/
    margin-top: 10px;
    height: 300px;
}

.core_ouverture {
    width: 100%;
    margin: auto;
    /*border: 1px solid red;*/
    margin-top: 10px;
    height: 300px;
}

.select_pump {
    width: 100%;
    height: 100%;
    font-size: 30px;
    text-align: center;
}

.select_pump option {
    text-align: center;
    /*background-color: red;*/
    font-size: 30px;
}

.title {
    border-collapse: collapse;
}

.title th {
    width: 403px;
    /*width: 60px;*/
    height: 40px;
    background: #f63c1a;
    color: white;
    font-size: 20px;

}

.over_size {
    width: 160px !important;
}

.input_ouverture {
    margin: auto;
    height: 25px;
    width: 90%;
    text-align: center;
}

.opening_bouton {
    background: #f63c1a;
    /*display: flex;*/
    width: 70%;
    margin: auto;
    height: 30px;
    cursor: pointer;
    color: white;

}

.opening_bouton p {
    margin: auto;
    color: white;

}

.opening_modify_bouton {
    background: #f63c1a;
    /*display: flex;*/
    width: 70%;
    margin: auto;
    height: 30px;
    cursor: pointer;
    color: white;

}

.opening_modify_bouton p {
    margin: auto;
    color: white;

}

.cuve_modify_bouton {
    background: #f63c1a;
    /*display: flex;*/
    width: 70%;
    margin: auto;
    height: 30px;
    cursor: pointer;
    color: white;

}

.cuve_modify_bouton p {
    margin: auto;
    color: white;

}




.opening_action_div {
    display: flex;
}

.bouton_enregistrer {
    background: #f63c1a;
    /*display: flex;*/
    width: 70%;
    margin: auto;
    height: 30px;
    cursor: pointer;
    color: white;
}

.bouton_enregistrer p {
    margin: auto;
    color: white;
}

.min_size {
    font-size: 15px !important;
}

.ouverture_title {
    border-collapse: collapse;
}

.ouverture_table {
    border-collapse: collapse;
}

.essai_table td {
    width: 393px;
    height: 40px;
    text-align: center;
    padding-left: 10px;
}

.ouverture_table td {
    width: 176px;
    height: 40px;
    text-align: center;
    /*padding-left: 10px;*/
    /*border: 1px solid;*/
}

.ouverture_table tr {
    border: 1px solid;
}

_table tr {
    /*border-bottom: 1px solid black;*/
    cursor: pointer;
}

.essai_table tr:hover {
    /*background-color: #e8e6e6!important;*/
    color: blue;
}

/*.essai_table tr:nth-child(2n+1):hover{
    background-color: #e8e6e6!important;
    color: white;
}*/
.button_popup {
    width: 118px;
    height: 40px;
    background-color: #f63c1a;
    display: flex;
    margin-top: 25px;
    cursor: pointer;
}

.button_popup p {
    margin: auto;
    color: white;
}

.alias {
    /*text-decoration: underline;*/
    cursor: pointer;
}

.detail_title {
    /*border-collapse: collapse;*/
}

.detail_title th {
    /*width: 403px;*/
    width: 131px;
    height: 30px;
    background: #f63c1a;
    color: white;
    font-size: 20px;

}

.detail {
    border-collapse: collapse;
}

.detail td {
    width: 130px;
    height: 30px;
    text-align: center;
}

.return {
    cursor: pointer;
}

.essai_table tr:nth-child(2n+1) {
    background-color: white;
    /*color: white;*/
    /*margin-bottom: 5px;*/
}

.essai_table tr {
    background-color: rgb(245, 245, 245);
}

.essai_table {
    border-collapse: collapse;
    border: solid 1px;
}

.small {
    max-width: 40px !important;
    overflow: hidden
}

.left_menu {
    width: 15%;
    height: 800px;
    background-color: #0f3d5f;
    border-right: 1px solid white;
}

.core_parameter {
    width: 85%;
    height: 100%;
}

.button_parameter {
    margin-top: 1px;
    width: 99%;
    height: 60px;
    cursor: pointer;
    display: flex;
    border-bottom: 1px solid white;
    color: white;
    background-image: linear-gradient(45deg, gray, black, transparent);
}

.button_parameter p {
    margin: auto;

}

.in_use {
    /*width: 98%;*/
    border-right: 5px solid #f63c1a;
    color: #f63c1a;
}

.pumpist_table_content {
    width: 825px;
    max-height: 488px;
    margin: auto;

    /*border: 1px solid red;*/
}

.pumpist_title {
    width: 100%;
    height: 50px;
    border-collapse: collapse;
}

.pumpist_title td {
    width: 25%;
    background-color: #f63c1a;
    text-align: center;
    color: white;
    height: 100%;
    border: 1px solid;
}

.pumpist_table {
    width: 100%;
    /*height: 50px;*/
    border-collapse: collapse;
}

.pump_table {
    width: 100%;
    /*height: 50px;*/
    border-collapse: collapse;
}

.pump_table td {
    width: 25%;

    text-align: center;
    height: 40px;

}

.pump_table tr:nth-child(2n+1) {
    background-color: white;

}


.pumpist_table td {
    width: 25%;
    /*background-color: #f63c1a;*/
    text-align: center;
    height: 40px;
    /*border: 1px solid;*/
}

.pumpist_table tr:nth-child(2n+1) {
    background-color: white;
    /*margin-bottom: 5px;*/
}

.button_popup_pump {
    width: 200px;
    height: 40px;
    background-color: #f63c1a;
    display: flex;
    /*margin-top: 25px ;*/
    cursor: pointer;
}

.button_popup_pump p {
    margin: auto;
    color: white;
}

.bt_change {
    width: 80px;
    height: 25px;
    cursor: pointer;
    margin-right: 5px;
}

.bt_pump_change {
    width: 110px;
    height: 25px;
    cursor: pointer;
    margin-right: 5px;
}

.bt_delete {
    width: 80px;
    height: 25px;
    cursor: pointer;
    /*margin-right: 5px;*/
}

.core_table {
    margin: auto;
    width: 95%;
    /*height: 95%;*/
    margin-top: 10px;
}

.recap_table {
    width: 100%;
    border-collapse: collapse;
}

.recap_table td {
    width: 12.5%;
    height: 35px;

    text-align: center;
}

.core_date {
    width: 95%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    height: 30px;
}

.core_date input {
    width: 190px;
    text-align: center;
    height: 100%;
    margin-right: 20px;
}

.core_date button {
    width: 100px;
    text-align: center;
    height: 100%;
    cursor: pointer;
}

.red td {
    background-color: #f63c1a;
    ;
    color: white;
    border: 1px solid;
}

.white tr:nth-child(2n+1) {
    background-color: white;
    /*border-bottom: 1px solid black;*/
    /*margin-bottom: 5px;*/
}

.price_table {
    width: 100%;
    border-collapse: collapse;
}

.price_table td {
    width: 33%;
    height: 30px;
    text-align: center;
}

.user_table {
    width: 100%;
    height: 50px;
    border-collapse: collapse;
}

.user_table td {
    width: 25%;
    height: 30px;
    text-align: center;
}

.bon_table_param {
    width: 100%;
    height: 50px;
    border-collapse: collapse;
}

.bon_table_param td {
    width: 12% !important;
    height: 40px;
    text-align: center;
}

.bon_table_param th {
    width: 12% !important;
    height: 30px;
    text-align: center;
}

.reference_table {
    width: 100%;
    height: 50px;
    border-collapse: collapse;
}

.reference_table td {
    width: 16.6%;
    height: 30px;
    text-align: center;
}

.bt_modif {
    margin-left: 50px;

}

.cuve-open {
    width: 100%;
    margin: auto;
    margin-top: 390px;
}

#idCuveOpenTable {
    width: 90%;
    margin: auto;
    border: solid 1px;
    text-align: center;
}



#idCuveOpenTableHeader {
    width: 90%;
    margin: auto;
    color: white;
    background: #f63c1a;
    height: 35px;
    font-size: 18px;
}

#idCuveOpenTableHeader th {
    width: 50px;
}

.cuve-open-tr {}

.text-bold {
    font-weight: bold;
}

.cuve-open-tr {
    height: 45px;
}

.td-cuve-open {}

.td-cuve-open-alias {
    width: 52px;
}

.td-cuve-open-m {
    width: 60px;
}

.td-cuve-open-e {
    width: 80px;
}


.td-cuve-open-le {
    width: 110px;
}

.td-cuve-open-lm {
    width: 60px;
}

/*.td-cuve-open-le{
    width: 80px;
}*/
.td-cuve-open-action {
    width: 80px;
}

.cuve-open-input {
    width: 90%;
    height: 25px;
    text-align: center;
}

.cuve-open-action {
    width: 90%;
    height: 25px;
}

.table_content {
    width: 100%;
    /*height: 150px;*/
    /*border: 1px solid;*/
    margin-top: 50px;
}

.table_content table {
    width: 40%;
    /*height: 95%;*/
    /*border: 1px solid black;*/
    border-collapse: collapse;
}

h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.mixt-report-bloc {
    width: 40%;

    height: 250px;

    border: solid 1px;

    margin: auto;
    margin-bottom: 20px;

    padding-top: 8px;
}

.mixt-report {
    margin-bottom: 8px;
    display: flex;
    margin-left: 8px;
}

.mixt-table {
    width: 40%;
    height: 250px;
    margin: auto;
}

.mixt-table th {
    background-color: #f63c1a;
    border: 1px solid black;
    height: 25px;
    color: white;
}

.mixt-table td {

    border: 1px solid;
    color: black;
    text-align: center;
    font-size: 12px;
}

.name_cuve {
    width: 40%;
    height: 40px;
    line-height: 40px;
    margin: auto;
    color: white;
    background-color: #f63c1a;
    text-align: center;
    margin-bottom: 10px;

}

.total_cuve {
    width: 40%;
    height: 35px;
    line-height: 35px;
    margin: auto;
    color: white;
    background-color: #f63c1a;
    text-align: center;
    margin-bottom: 10px;

}

.gaz {
    width: 100%;
    border-collapse: collapse;
    /*border: solid 1px;*/
}

.gaz th {
    width: 12%;
    height: 50px;
    background-color: #f63c1a;
    color: white;
    border: 1px solid;
}

.gaz td {
    width: 16%;
    height: 50px;
    text-align: center;
}

.gaz input {
    height: 30px;
    width: 120px;
    text-align: center;
}

.gaz button {
    width: 120px;
    height: 30px;
    background-color: #f63c1a;
    color: white;
}

.gaz_report {
    width: 100%;
    border-collapse: collapse;
}

.gaz_report th {
    width: 14.2%;
    height: 50px;
    background-color: #f63c1a;
    color: white;
    border: 1px solid;
}

.gaz_report td {
    width: 14.2%;
    height: 50px;
    text-align: center;
}

.gaz_report tr:nth-child(2n+1) {
    background-color: white;
    /*margin-bottom: 5px;*/
}

#idReportError {
    text-align: center;
    margin-left: 15%;
}

.system-btn {
    width: 50%;
    margin: auto;
    height: 90px;
    background: #f63c1a;
    text-align: center;
    margin-left: 20px;
    line-height: 90px;
    margin-right: 20px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin: auto;
    margin-top: 35px;
}

.system-date {}

.pumpist-session {
    width: 100%;
    height: 200px;
    margin: auto;
    margin-top: 20px;
    text-align: center;
}

.system-input {
    margin: auto;
    margin-top: 30px;
    width: 40%;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-family: lato_regular;
}

.story_price {
    width: 60%;
    height: 30px;
    margin: auto;
    background: #f63c1a;
    color: white;
    margin-top: 20px;
    text-align: center;
    line-height: 30px;
}

.transp_table {
    width: 100%;
    margin: auto;
}

.transp_table th {
    width: 50%;
    height: 30px;
    background-color: #f62802;
    color: white;
}

.transp_table td {
    width: 50%;
    height: 30px;
    text-align: center;
    /*background-color: #f62802;*/
    /*color: white;*/
}

/*.transp_table tr:*/
.transp_table tr:nth-child(2n+1) {
    background-color: white;
    /*margin-bottom: 5px;*/
}

.validation_table {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
    text-align: center;
    font-family: lato;
    border: solid 1px;
}

.validation_table th {
    width: 50%;
    height: 40px;
    font-size: 16px;
    background-color: #f62802;
    color: white;
    border: 1px solid;
}

.validation_table td {
    width: 50%;
    height: 40px;
    font-size: 18px;
    /*background-color: #f62802;*/
    /*color: white*/
}

.recap_title {
    width: 50%;
    height: 35px;
    margin: auto;
    font-weight: bold;
}

.recap_total {
    width: 50%;
    height: 35px;
    margin: auto;
    font-weight: bold;
}

.validation_table tr:nth-child(2n+1) {
    background-color: white;
    /*margin-bottom: 5px;*/
}

.mail_error {
    width: 50%;
    margin: auto;
    text-align: center;
    background: red;
    color: white;
    height: 25px;
}

.modification_error {
    width: 50%;
    margin: auto;
    text-align: center;
    background: red;
    color: white;
    height: 25px;
    margin-top: 10px;
}

.modification_wrapper {
    position: absolute;
    width: 1280px;

    height: 1140px;

    background: black;

    margin: auto;
}

.modification_inner {
    display: flex;
    height: 50px;
    width: 95%;
    margin: auto;
    margin-top: 20px;
}

.modification_box {
    background: white;
    height: 380px;
    width: 50%;
    margin: auto;
    margin-top: 10%;
    padding-top: 1px;

}

.modification_input {
    width: 200px;
    height: 40px;
    padding-left: 15px;
}

.modification_save {
    width: 50%;
    cursor: pointer;
    height: 40px;

    margin: auto;
    background: #f62802;

    color: white;

    text-align: center;

    margin-top: 20px;

    line-height: 40px;
}

.total_payement {
    width: 95%;
    margin: auto;
}

.total_payement th {
    background: #f63c1a;
    color: white;
    height: 35px;
    line-height: 35px;
}

.total_payement td {
    text-align: center;
    height: 35px;
    line-height: 35px;
}

/*<<<<<<< HEAD*/

#idTotalPayementTable {
    border: 1px solid;
    margin-bottom: 50px;
}

.payement_type_title {
    font-weight: bold;

    font-size: 20px;

    margin-top: 12px;

    text-decoration: underline;

    margin-bottom: 15px;
}

.exploitation_table {
    width: 100% !important;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.exploitation_table th {
    color: white;
    background-color: #f62802;
    border: 1px solid black;

}

.exploitation_table td {
    /*color: white;*/
    /*background-color: #f62802;*/
    border: 1px solid;
    height: 40px;
    text-align: center !important;
}

.big_size_e {
    width: 180px !important;
}

.td1 {
    /*border: none!important;*/
}

@media print {


    .header {
        display: none;
    }

    .left_menu {

        opacity: 0;
        width: 90px;
    }

    .core_date {
        display: none;
    }

    .print_export {
        display: none;
    }

    .exploitation_table th {
        color: black;

        border: 1px solid black;

    }

    #idTotalPayementTable {
        border: 1px solid;
        margin-bottom: 50px;
    }

}

.payement_type_title {
    font-weight: bold;

    font-size: 20px;

    margin-top: 12px;

    text-decoration: underline;

    margin-bottom: 15px;
}

.modif_money {
    width: 450px;

    height: 300px;

    background: white;

    margin: auto;

    margin-top: 50px;
}

.modif_input {
    width: 150px;
    height: 35px;
    margin-top: 55px;
    cursor: pointer;
}

.modif_input1 {
    width: 150px;
    height: 35px;
    margin-top: 55px;

}

.gaz_price_table {
    border-collapse: collapse;
}

.gaz_price_table th {
    width: 50%;
    height: 30px;
    background-color: #f62802;
    color: white;
    border: 1px solid;
}

.gaz_price_table td {
    width: 50%;
    height: 30px;
    /*background-color: #f62802;*/
    /*color: white;*/
    /*border: 1px solid;*/
    text-align: center !important;
}

.gaz_price_table tr:nth-child(2n+1) {
    background-color: white;
    /*margin-bottom: 5px;*/
}

.gaz_price_mv {
    border-collapse: collapse;
}

.gaz_price_mv th {
    width: 11.11% !important;
    height: 30px;
    background-color: #f62802;
    color: white;
    border: 1px solid;
}

.gaz_price_mv td {
    width: 11.11% !important;
    height: 30px;
    /*background-color: #f62802;*/
    /*color: white;*/
    /*border: 1px solid;*/
    text-align: center !important;
}

.gaz_price_mv tr:nth-child(2n+1) {
    background-color: white;
    /*margin-bottom: 5px;*/
}

.Green {
    background-color: green !important;
}

.mv_bt {
    cursor: pointer;
    border: none;
}

.verf th {
    width: 8% !important;
}

.verf td {
    width: 8% !important;
}

.important th {
    /*background-color: green!important;*/
    height: 50px;
}

.ver_sep {
    width: 100%;
    /*height: 1px;*/
    margin-top: 50px;
    border: 1px dashed black;
}

.core_table_payment {
    width: 470px;
    height: 400px;
    background: white;
    position: absolute;
    margin-left: 430px;
    margin-top: 185px;

}

.table_payement_title {
    width: 100%;
    height: 35px;
    background: #f62802;
    color: white;
    text-align: center;
    line-height: 35px;
}

.table_payement {
    width: 95%;
    height: 290px;
    border: solid 1px;
    margin: auto;
    margin-top: 5px;
}

.header_table_payement {
    width: 95%;
    height: 35px;
    /*    border: solid 1px;*/
    margin: auto;
    margin-top: 5px;
}


.payement_tr {}

.button_payement {
    width: 185px;
    height: 35px;
    background: #f62802;
    color: white;
}

.input_payement {
    width: 100px;
    height: 35px;
}

.div_td {
    display: flex;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin-left: 20px;
}

.recap_title {
    color: white;
    width: 95%;
    margin: auto;
    background: gray;
    height: 40px;
    line-height: 40px;
}

.div_ref {

    width: 100px;
    height: 50px;
    line-height: 50px;
    margin-left: 20px;
}

.payement_td {
    /*    height: 50px;
        line-height: 50px;*/
}

.payement_th {
    height: 35px;
    line-height: 35px;
    background: #f62802;
    color: white;
}

.small_th {
    width: 105px;
}

.ref_td {
    text-align: center;
    font-weight: bold;
}

.limit_table_payement {
    width: 98%;
    height: 300px;
    overflow: auto;

    margin: auto;
}

.normal td {
    width: 250px !important;
    height: 50px !important;
}

.input_normal {
    height: 40px;
    text-align: center;
}

.validate_normal {
    height: 40px;
    width: 70px;
    background-color: #f63c1a;
    border: none;
    color: white;
    margin-left: 10px;
    cursor: pointer;
}

.validate_bon {
    width: 70px;
    height: 30px;
    color: white;
    background-color: #f63c1a;
    cursor: pointer;
}

#BonTableDate button {
    width: 110px;
    margin-left: 10px;
    height: 30px;
    cursor: pointer;
}

.popup_wrapper_bon_date {
    display: none;
}

.popup_wrapper_bon {
    display: none;
}

.parking_table {
    /*border-collapse: separate!important;*/
}

.parking_table th {
    border: 1px solid white;
    width: 50% !important;
}

.parking_table td {
    /*border: 1px solid white;*/
    width: 50% !important;
}

.parking_table tr:nth-child(2n+1) {
    background-color: white;
    /*margin-bottom: 5px;*/
}

.tarif_table th {
    border: 1px solid white;
    width: 25% !important;
}

.tarif_table td {
    /*border: 1px solid white;*/
    width: 25% !important;
}

.tarif_table tr:nth-child(2n+1) {
    background-color: white;
    /*margin-bottom: 5px;*/
}

.select_tarif {
    width: 20%;
    margin-left: 5px;

}

.parking_table_rec th {
    width: 14% !important;
    border: 1px solid white;
}

.parking_table_rec td {
    width: 14% !important;
}

.parking_table_rec tr:nth-child(2n+1) {
    background-color: white;
    /*margin-bottom: 5px;*/
}

.colonne5 td {
    width: 20% !important;
}

.colonne5 th {
    width: 20% !important;
}

#BonTableDetailPaiment tr:hover {
    text-decoration: underline;
    cursor: pointer;
}

.payement_title {
    background-color: white;
    position: absolute;
    margin-top: -21px;
    width: 100px
}


/*compte_paiement_table*/
.compte_table {
    /*border: 1px solid black;*/
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.compte_table th {
    background-color: white !important;
    color: black !important;
    border: 1px solid;
    height: 35px;
}

.compte_table td {
    background-color: white !important;
    color: black !important;
    border: 1px solid;
    height: 32px;
    padding-left: 2px;
}

.number_col {
    text-align: right;
    padding-right: 4px;
}

.normal_button {
    width: 100px;
    height: 20px;
    /*display: flex;*/
    cursor: pointer;
    color: white;
    font-family: lato_regular;
    border-radius: 20px;
    background-image: linear-gradient(#cc4a45, #f62802);
}

.large_col {
    width: 25px !important;
}

.detailed_table {
    border-collapse: collapse;
    font-size: 10px !important;
}

.detailed_table td {
    background-color: darkgray !important;
    color: white !important;
}

.detailed_table th {
    background-color: gray !important;
    color: white !important;
    font-size: 11px !important;
}

/*compte_paiement_table*/
.compte_paiement_table {
    border: 1px solid black;
    width: 100%;
    border-collapse: collapse;
    font-size: 14px !important;
    background-color: white !important;
}

.compte_paiement_table th {
    background-color: white !important;
    color: black !important;
    border-top: 1px solid !important;
    height: 50px;
    /*width: 20%!important;*/
}

.compte_paiement_table td {
    /*background-color: white!important;*/
    color: black !important;
    /*border-top: 1px solid;*/
    height: 40px;
    padding-left: 2px;
    /*width: 20%!important;*/
    text-align: center;
}

.compte_paiement_table input {
    height: 30px;
    text-align: center;
}

.compte_paiement_table select {
    height: 30px;
    text-align: center;
    width: 100%;
}

.compte_paiement_table tr:nth-child(2n+1) {
    background-image: linear-gradient(lightgray, white, lightgray) !important;
    /*background-image: linear-gradient(lightgrey)!important ;*/
    /*background-color: lightgrey!important ;*/
    /*margin-bottom: 5px;*/
}

.ouverture_title th {

    /*background-image: linear-gradient(#cc4a45,#f62802)!important ;*/
    /*background-color: gray!important;*/
    background-image: linear-gradient(lightgrey, lightgray) !important;
    color: black !important;
    font-size: 14px;
    border: 1px solid;
    font-weight: bold;
}

.disable_btn {
    opacity: 0.2 !important;
}

.colonne_11 {
    width: 100%;
}

.colonne_11 th {
    width: 9% !important;
    font-size: 14px !important;
    text-align: center;
}

.colonne_11 td {
    width: 9% !important;
    font-size: 14px !important;
    text-align: center;
    /*height: 90px;*/
}

/*tableau*/
.colonne_6 {
    width: 100%;
}

.colonne_6 th {
    width: 16.66% !important;
    font-size: 14px !important;
    text-align: center;
}

.colonne_6 td {
    width: 16.66% !important;
    font-size: 14px !important;
    text-align: center;
    /*height: 90px;*/
}

.colonne_7 {
    width: 100%;
}

.colonne_7 th {
    width: 14.28% !important;
    font-size: 14px !important;
    text-align: center;
}

.colonne_7 td {
    width: 14.28% !important;
    font-size: 14px !important;
    text-align: center;
    /*height: 90px;*/
}

.colonne_9 {
    width: 100%;
}

.colonne_9 th {
    width: 11.11% !important;
    font-size: 14px !important;
    text-align: center;
}

.colonne_9 td {
    width: 11.11% !important;
    font-size: 14px !important;
    text-align: center;
    /*height: 90px;*/
}

.colonne_10 {
    width: 100%;
}

.colonne_10 th {
    /* width:10%!important; */
    width: 6% !important;
    font-size: 14px !important;
    text-align: center;
}

.colonne_10 td {
    /* width: 10%!important; */
    width: 6% !important;
    font-size: 14px !important;
    text-align: center;
    /*height: 90px;*/
}

.colonne_4 {
    width: 100%;
}

.colonne_4 th {
    width: 25% !important;
    font-size: 14px !important;
    text-align: center;
}

.colonne_4 td {
    width: 25% !important;
    font-size: 14px !important;
    text-align: center;
    /*height: 90px;*/
}

.colonne_3 {
    width: 100%;
}

.colonne_3 th {
    width: 33.33% !important;
    font-size: 14px !important;
    text-align: center;
}

.colonne_3 td {
    width: 33.33% !important;
    font-size: 14px !important;
    text-align: center;
    /*height: 90px;*/
}

.colonne_5 {
    width: 100%;
}

.colonne_5 th {
    width: 20% !important;
    font-size: 14px !important;
    text-align: center;
}

.colonne_5 td {
    width: 20% !important;
    font-size: 14px !important;
    text-align: center;
    /*height: 90px;*/
}

.colonne_recap {
    width: 100%;
}

.colonne_recap th {
    width: 20% !important;
    font-size: 14px !important;
    text-align: center;
}

.colonne_recap td {
    width: 20% !important;
    font-size: 14px !important;
    text-align: center;
    /*height: 90px;*/
}

.colonne_8 {
    width: 100%;
}

.colonne_8 th {
    width: 12.5% !important;
    font-size: 14px !important;
    text-align: center;
}

.colonne_8 td {
    width: 12.5% !important;
    font-size: 14px !important;
    text-align: center;
    /*height: 90px;*/
}

.colonne_13 {
    width: 100%;
}

.colonne_13 th {
    width: 7.69% !important;
    font-size: 14px !important;
    text-align: center;
}

.colonne_13 td {
    width: 7.69% !important;
    font-size: 14px !important;
    text-align: center;
    /*height: 90px;*/
}

.vente_table {
    /*border: 1px solid black;*/
    width: 100%;
    border-collapse: collapse;
    font-size: 13px !important;
    background-color: white !important;
}

.vente_table th {
    background-image: linear-gradient(#cc4a45, #f62802);
    color: white !important;
    border: 1px solid !important;
    height: 50px;
    /*width: 20%!important;*/
}

.vente_table td {
    /*background-color: white!important;*/
    color: black !important;
    border: 1px solid;
    height: 40px;
    padding-left: 2px;
    /*width: 20%!important;*/
    text-align: center;
}

.vente_table tr:nth-child(2n+1) {
    background-image: linear-gradient(lightgray, white, lightgray) !important;

    /*margin-bottom: 5px;*/
}

.small_title {
    font-size: 11px !important;
}

.big_size {
    width: 400px !important;
}

.td_in {
    width: 100px !important;
    border: 1px solid;
}

.div_in {
    margin-top: 20px;
    height: 30px;
    width: 85px;
    background-color: white;
    font-weight: bold;
}

.versement_content input {
    width: 180px;
    height: 35px;
    margin: auto;
    margin-right: 20px;
}

.versement_content select {
    width: 180px;
    height: 35px;
    margin: auto;
    margin-right: 20px;
}

.modif_button {
    width: 100px;
    height: 20px;
    /*display: flex;*/
    cursor: pointer;
    color: black;
    font-family: lato_regular;
    border-radius: 20px;
    background-image: linear-gradient(yellowgreen, white, yellowgreen) !important;
}

.green {
    background-color: #007543 !important;
}

.red_cancel {
    background-color: red !important;
}

.black {
    background-color: black !important;
    color: white !important;
}

.yellow {
    background-color: #fee322 !important;
    color: black !important;
}

#BankName select {
    width: 200px;
    height: 35px;
}

.bold {
    font-size: 20px;
    font-weight: bold;
}

.borderd_table td {
    border-left: 1px solid black !important;
    border-right: 1px solid black !important;
}

.input_content select {
    width: 150px;
    height: 35px;
    margin-right: 20px;
}

.input_content input {
    width: 150px;
    height: 35px;
    text-align: center
}

.border_tr {
    border-top: 3px solid black !important;
}

.border_left_tr td {
    border-left: 1px solid black !important;
    border-right: 1px solid black !important;
    height: 25px;
}

.recap_font {
    font-size: 14px;
}

.tr_total {
    text-align: center !important;
    font-weight: bold !important;
    font-size: 15px;
}

.tr_total_table {

    text-align: center !important;
    font-weight: bold !important;
    font-size: 18px !important;
    border: 1px solid black !important;
}

.bolder {
    font-weight: bold;
    font-size: 15px;
}

.tr_total_table {

    text-align: center !important;
    font-weight: bold !important;
    font-size: 18px !important;
    border: 1px solid black !important;
}

.tr_detail td {
    border: none !important;
    border-left: 1px solid black !important;
    border-right: 1px solid black !important;
}

.tr_detail td {
    background-color: lightgray !important;
}

;

.tr_clicked {
    background-color: red !important;
    border-bottom: none !important;
}

#ComptePumpistTable td {
    height: 60px !important;
}

.type_paiement {
    cursor: pointer;
    text-decoration: underline;

}

.invoice {
    cursor: pointer;
    /*text-decoration: underline;*/

}

.product {
    cursor: pointer;
    text-decoration: underline;

}

#TypePaiement {
    text-transform: uppercase !important;
}

.normal_table {
    border: 1px solid black;
    width: 100%;
    border-collapse: collapse;
    font-size: 14px !important;
    background-color: white !important;
}

.normal_table th {
    background-color: white !important;
    color: black !important;
    border-top: 1px solid !important;
    height: 50px;
    /*width: 20%!important;*/
}

.normal_table td {
    /*background-color: white!important;*/
    color: black !important;
    border: 1px solid;
    height: 40px;
    padding-left: 2px;
    /*width: 20%!important;*/
    text-align: center;
}

.clicked_tr {
    background-color: gray !important;
    color: white !important;
}

html input {
    text-align: center;
}

.capital_content {
    background-color: gray;
    border: 2px solid;
}
.bank_width{
    width: 50px;
}

.disabled {
    background-color: gray !important;
    opacity: 0.5 !important;
}

.validate_btn {
    background-color: green !important;
    background-image: linear-gradient(green, greenyellow) !important;
}

.normal_button {
    background-color: green !important;
    /*background-image: linear-gradient(green,greenyellow)!important;*/
}

.pos-session {
    background-color: gray;
}

.detail_width {
    width: 100%;
    background-color: #f63c1a;
    font-weight: bold;
}

.table_div_scroll {

    width: 100%;
    height: 750px;
    overflow-y: auto;


}
.stock_recap_table{
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
}
.payement_recap_table{
    width: 90%;
    margin: auto;
    margin-bottom: 50px;  
}
.image{
    width: 22px!important;
    cursor: pointer;
    margin-left: 5%;
    /*height: 50%;*/
}

.formular_div{
    width: 100%;display: flex;margin-bottom: 5px;
}
.formular_label{
    width: 100px; margin-left: 5px;
}
.upper{
    text-transform: uppercase !important;
}
.capitalize{
    text-transform: capitalize !important;
}
.formular_input{
    text-align: center;width: 200px;height: 35px;margin: auto;margin-left: 10px;
}