.limithight{
    height: 70vh;
}

#Totalresult>td{
    font-weight: bold;
    background-color: #CDBAD3 !important;
}

.solide_bordre>td{
    border: 1px solid rgb(214, 214, 214);
    text-align: center;
}

.align_center{
    text-align: center;
}

.align_right{
    text-align: right !important;
}
.align_left{
    text-align: left !important;
}

#solde_cell, .solde_cell{
    font-weight: bold;
    color: red
}

.bg-1 { 
    background-color: #FFFFFF !important;
    color: #000000 !important;
}
.bg-2 { 
    background-color: #f1f1f1 !important;
    color: #000000 !important;
}

.mt-2{
    margin-top: 2px !important;
}
.mb-2{
    margin-bottom: 2px !important;
}
.mr-2{
    margin-right: 2px !important;
}
.ml-2{
    margin-left: 2px !important;
}
.pt-2{
    padding-top: 2px !important;
}
.pb-2{
    padding-bottom: 2px !important;
}
.pr-2{
    padding-right: 2px !important;
}
.pl-2{
    padding-left: 2px !important;
}

.mt-4{
    margin-top: 4px !important;
}
.mb-4{
    margin-bottom: 4px !important;
}
.mr-4{
    margin-right: 4px !important;
}
.ml-4{
    margin-left: 4px !important;
}
.pt-4{
    padding-top: 4px !important;
}
.pb-4{
    padding-bottom: 4px !important;
}
.pr-4{
    padding-right: 4px !important;
}
.pl-4{
    padding-left: 4px !important;
}

.pt-6{
    padding-top: 6px !important;
}
.pb-6{
    padding-bottom: 6px !important;
}
.pr-6{
    padding-right: 6px !important;
}
.pl-6{
    padding-left: 6px !important;
}


.txtbold{
    font-weight: bold;
}

.mr-100{
    margin-right: 100px !important;
}
.mr-50{
    margin-right: 50px !important;
}

.mb-50{
    margin-bottom: 50px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.txtgreen{
    color: green;
}
.hight-30{
    height: 30px !important;
}
.hight-40{
    height: 40px !important;
}

.width_7_x1{
    width: 730px !important;
}
.m-0{
    margin: 0px !important;
}

.width-400{
    width: 400px !important;
}
.width-200{
    width: 200px !important;
}

a.linksstyle:link, a.linksstyle:visited, a.linksstyle:hover, a.linksstyle:active, .linksstyle{
	color : black !important;
}

.pl-6rem{
    padding-left: 6rem;
}

.ml-15per{
    margin-left: 15%;
}


/* #price_ttc{
display: none;
} */

/* The container */
.checkboxcontainer {
    display: block;
    position: relative;
    padding-left: 35px !important;
    /* margin-bottom: 12px !important; */
    cursor: pointer;
    /* font-size: 22px !important; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .checkboxcontainer>a:link, .checkboxcontainer>a:visited, .checkboxcontainer>a:hover, .checkboxcontainer>a:active{
    text-decoration: none;
    color: black !important;
  }
  /* Hide the browser's default checkbox */
  .checkboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px !important;
    width: 20px !important;
    border-radius: 5px !important;
    border: 1px solid #34495E;
    /* border: 1px solid var(--butactionbg); */
  }
  
  /* On mouse-over, add a grey background color */
  .checkboxcontainer:hover input ~ .checkmark {
    background-color: #c2c2c2;
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkboxcontainer input:checked ~ .checkmark {
    background-color: #34495E;
    /* background-color: var(--butactionbg); */
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checkboxcontainer input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkboxcontainer .checkmark:after {
    left: 7px !important;
    top: 2px !important;
    width: 5px !important;
    height: 10px !important;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.width_inherit{
    width: inherit !important;
}

@media only screen and (max-width: 1400px) {
    .width-400 {
        width: 338px !important;
    }
    .width_7_x1 {
        width: 695px !important;
    }
}

@media print{
    /* @page {
        size: A4 landscape;
        margin: 10px !important;
    } */
    body{
        -webkit-print-color-adjust: exact !important;
    }

    div {
        break-inside: avoid;
    }
}

.butActionRefused, .butAction, .butAction:link, .butAction:visited, .butAction:hover, .butAction:active, .butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active{
    margin: 1px;
}
.col_blue{
    font-weight: bold !important;
    background-color: #34495E  !important;
    color: white !important;
    border: 0px !important;
    border-radius: 5px !important;
    width : fit-content !important;
}
.col_blue:hover{
    background-color: #5D6D7E !important;
    color: white !important;
}