.background {
    height: 200px;
    background-color: #cccccc;
    background-image: url("../img/bg.gif");
    /* linear-gradient(red, yellow);*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

}


.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 2px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: green;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(11px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.notlink {
  color: #000000;
}

table#tFac th#tFac, td#tFac {
    border: 1px solid black;
    border-spacing: 0.5px;
    border-collapse: separate;
    padding: 1px;
    text-align: center;
}

table#tFacPortrait, th#tFacPortrait, td#tFacPortrait {
    border: 1px solid black;
    border-spacing: 0.5px;
    border-collapse: separate;
    /*padding: 1px;*/
    text-align: center;
    font-size: 10pt;
}


th#tFac {
  background-color: #eee;
}

ul>li>span.infor {
  margin-left: 30px;
  
}

@media (min-width: 920px) {
  .modal-lg {
    width: 1200px;
  }
}

.big-input {
  color: #1f1f1f;
  background-color: #D2D2FF;
  padding: 2px 4px;
  /*height: 45px;*/
  width: 100%;
  font: inherit;
  font-family: inherit;
  font-size: 18pt;
  font-weight: bold;
  line-height: inherit;
}

.small-input {
  max-height: 30px;
  padding: 0 5px 0;
  margin-top: 0px;
  margin-bottom: 5px;
}

.table-input {
  max-height: 25px;
  padding: 0 5px 0;
  margin-bottom: 1px;
}

table.for-print > thead > tr > th, 
table.for-print > tbody > tr > td,
table.for-print > tr > th,
table.for-print > tr > td {
  border-top: 1px solid #777 !important;
  font-size: large !important;
}

.img-overlay {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  height: 0;
  transition: 1s ease;
  width: 100%
}

.image_area:hover .img-overlay {
  height: 50%;
  cursor: pointer;
}

.img-text {
  color: #333;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.preview {
  overflow: hidden;
  width: 200px; 
  height: 200px;
}

table.for-print > thead > tr > th {
  border-top: 2px solid black !important;
  border-bottom: 2px solid black !important;
  white-space: nowrap;
}

table.for-print > tbody > tr > th,
table.for-print > tbody > tr > td {
  border-top: 1px solid black !important;
  border-bottom: 1px solid black !important;
}

table.for-print-sum > tbody > tr > th,
table.for-print-sum > tbody > tr > td {
  border-top: 2px solid black !important;
  border-bottom: 2px solid black !important;
}
table.for-print-sum > tbody > tr > td {
  text-align: end !important;
  padding-right: 20px;
}

table.for-print-un > thead > tr > th {
  border: 2px solid black !important;
}
table.for-print-un > tbody > tr > td {
  border-left: 2px solid black !important;
  border-right: 2px solid black !important;
}
table.for-print-un > tfoot > tr > th {
  border: 2px solid black !important;
}

@media print {
  table.table tfoot {
      display: table-row-group;
  }
}

/*table.for-print > tr > th,
table.for-print > tr > td {
  border-top: 1.2px solid black !important;
}*/

.client-col {
  padding-left: 1rem;
  border: 0.05rem solid;
  border-radius: 15px;
  box-shadow: 0 5px 5px -3px black;
  float: right;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chart-box {
  width: 47vw;
  height: calc(50vh - 5px);
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 600px){
  .chart-box {
    width: 100%;
    height: 45vh;
    padding-left: 0;
    padding-right: 0;
  }
}

.sceau p, .sceau h5, .sceau h4{
  text-align: center !important;
}
.sceau p{
  margin-bottom: 0 !important;
}
.sceau img {
  height: 200px; float: right; margin-bottom: -5px;
}

@media print {
  .no-print, .main-sidebar,
  .main-header,
  .content-header {
    display: none !important;
  }
  /* .invoice{
    min-height: calc(100vh - 140px);
  } */
  .content-wrapper,
  .main-footer {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-left: 0 !important;
    min-height: 0 !important;
  }
  .layout-fixed .content-wrapper {
    padding-top: 0 !important;
  }
  .recu {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .recu {
    float: left;
/*    width: 33.3333333%;*/
  }
  .recu-info, .recu-table{
    font-size: 1.5rem;
  }
  .recu-info > div > p {
    font-size: 1.5rem !important;
  }
  .table-responsive {
    overflow: auto;
  }
  .table-responsive > .table tr th,
  .table-responsive > .table tr td {
    white-space: normal !important;
  }
}

.glyphicon {
  display: inline-block !important;
}

.tr-inactive td {
  background-color: #ececec;
  color: #b9b9b9;
  cursor: not-allowed;
}
