﻿.about_ticket td {
    background-color: #cecece;
    padding: 5px;
    border-width:0;
    border-bottom: 1px solid #222;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
}
.about_ticket th {
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    border-width:0;
    border-bottom: 1px solid #222;
    font-family: 'Dosis', sans-serif;
}
.client-info {
    border: 1px solid #cecece;
    border-left: 10px solid #d4d4d4;
    margin-top: 5px;
    padding: 5px;
}

/*.mon_ticket .queue_wrapper .body {
    min-height: calc(100vh - 650px);
    font-size: 100%;
}*/
.mon_ticket .stop_btn {
    background-color: #ff7e00 !important;
}
.mon_ticket {padding: 5px;}
.mon_ticket button {width: 75%; margin:auto; margin-left: 10%; margin-top: 5px;}
.mon_ticket .card .body{font-size:13px;color:#555; padding:2px 10px 25px 10px;}
.mon_ticket .client_bloc_facility,.mon_ticket .tab_facilities {padding-left:0; padding-right:0;}
.mon_ticket .client_bloc_facility .card .body,.mon_ticket .tab_facilities .card .body {overflow-y: scroll; min-height: 150px; max-height: 200px;}
.etat-fil table thead th {
    text-align: center;
}
ul.info_details_wrapper {
    display: flex;
    padding: 0;
}
li.info_details {
    width: 20%;
    list-style: none;
}
.info_details i, .about_ticket i {
    color: blue;
    display: inline-block;
}
.etat-fil table {
    margin: 15px 0 5px;
    width: 55%;
    margin: 15px auto;
}
.etat-fil thead th {
    background-color: #e9e9e9;
}
.etat-fil table td {
    text-align: center;
    margin: auto;
}
.etat-fil h4 {
    color: #0c518c !important;
    margin-left: 20px;
}
/*
.card .body {
    height: 200px;
    font-size: 120%;
}*/

.card .info-box {
    height: 150px;
}

.card .header.neutre {
    background-color: #d4d4d4;
}

.card .header.neutre h2 {
    color: #444444;
}

.card .info-box .text {
    font-size: 100%;
}
.my_services {
    margin-left: 20px;
}
.my_services .lib_service{
    display: inline-block;
    padding: 8px;
    padding-right: 2px;
    padding-left: 5px;
    border-color: #03F;
    border-width: 1px;
    border-style: solid;
    border-bottom-style: none;
    padding-bottom: 4px;
    background-color: #b6deff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    min-width: 100px;
}
.new {
    /*background-color: #fdf00f;
    padding : 4px;
    border: 1px solid #ffb30e;
    color: green;
    border-radius: 50px;
    margin-left: 5px;*/
}
.client_bloc_facility h2 b {color:white;}
.tab_facilities th, .liste_facility td {text-align: center !important;}
.commentaire {
    background: #eee;
    padding: 4px 10px !important;
}
.buttons-area td{
    padding:5px;
}
.buttons-area button{
    width: 180px;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 1% auto; /* 15% from the top and centered */
    padding: 5px 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    border-radius: 20px;
}
#modal-content-wrapper {
    margin: auto;
    text-align: center;
}
#modal-content-wrapper table{
    margin: auto;
    width:75%;
}
/* The Close Button */
.close {
    color: #222;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 1;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/*Collecte de document*/
.manual-buttons-wrapper {
    margin-bottom: 5px;
}
.manual-buttons-wrapper button{
    width: 160px;
    float: left;
    margin: 0 2px;
}
.manual-buttons-wrapper i.fa {
    font-size: 12px;
}
.table-documents-collectes th,
.table-documents-collectes td {
    text-align: center;
}
.table-documents-collectes td.aleft {
    text-align: left;
}
.table-documents-collectes [type="checkbox"]:not(:checked),
.table-documents-collectes [type="checkbox"]:checked,
.table-manual-invoice [type="checkbox"]:not(:checked),
.table-manual-invoice [type="checkbox"]:checked{
    position: inherit;
    left: 0;
    opacity: 1;
}
.doc_type_nbre {
    width: 50px;
}
#text-a-copier textarea{
    border: 1px solid gray;
    margin: 10px;
    padding: 10px;
}
.table-manual-invoice {width:40% !important;}
.table-manual-invoice td {
    text-align: left;
}
.table-manual-invoice td.note_free {
    text-align: center;
}
.type_document{
    height: 20px;
    width: 20px;
    float: left;
    margin-top: -2px !important;
    margin-right: 5px !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #eeeeee;
}