@import "./dommage_ouvrage/do_devis.css";

/* Couleur */
.titre_bleu {color:#0176bb;}
.twhite {color:white;}
.tnoir {color:black;}
.tbold {font-weight:bold;}
.txtcenter {text-align: center;}
.txtleft {text-align: left;}
.color-violet {
	color: violet;
}

.tred {color:red;}
.tred2 {color:red;}
.border_red {background-color:red;border:1px solid red;}
.bg-red {background: red;}

.tgreen {color:green;}

/*
fond couleur
*/
.bgf1 {background-color: #F1F1F1;}
.bgc1 {background-color: #C1C1C1;}
.bgd1 {background-color: #D1D1D1;}

/* font size */
.s11 {font-size:11px;}
.s12 {font-size:12px;}
.s25 {font-size:25px;}

/* marge */
.margintopmoins12 {margin-top:-12px;}

/*
largeur
*/
.width2 {width:2px;}
.width20 {width:20px;}
.width30 {width:30px;}


.nodisplay {display:none;}
.todisplay {display:block;}

.farial {font-family: arial;}


.majuscule
{
    text-transform: uppercase;
}


.bgtr:hover
{
    background-color:#F1F1F1;
}

.ialert
{
    cursor: pointer;
}

/* zone fixe do instrcution*/
#bardoins {
    position: fixed;
    z-index: 100; 
    bottom: 0; 
    /*left: 50%;*/
    width: 70%;
    margin:auto;
    background-color:#a9d08e;
    text-align: center;
}


.dragon
{
   width:50px;
    margin: 10px;
    padding: 10px;
    border: 1px solid black;
    background-color:#F1F1F1;
}
.dragon:hover
{
    background-color: #orange;
}

input[readonly],
input:read-only,
input[readonly="readonly"] {
    background: lightgray;
}
.readonly label,
.read_only label,
.read-only label{
    color: grey;
    opacity: 0.65;
}

.autoscrollfollow {
    /*transition: top 0.5s ease-in;*/
    position: relative;
    top: 0px;
}

/*
style box
*/
.white-box2 {
  background: #ffffff;
  padding: 5px;
  margin-bottom: 5px;
}

.white-box2 .box-title {
  margin: 0px 0px 5px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}

.logomarge {
    background-color: #FFFFFF;
    height: 60px;
}

.logot {display: none;}


@media (max-width: 767px) 
{
    .dark-logo {display:none;}
    .light-logo, .logot {display:inline-block;}

    
}



.valid_doc:hover
{
    cursor:pointer;
    
}


.roundedImagePP{
    overflow:hidden !important;
    -webkit-border-radius:50px!important;
    -moz-border-radius:50px!important;
    border-radius:50px!important;
    width:70px!important;
    height:70px!important;
    margin-left: 34% !important;
}


@media (max-width: 1165px)
{
    .roundedImagePP{
        width: 45px!important;
        height:45px!important;
        margin-left: 14% !important;
    }

}

@media (max-width: 765px)
{
    .roundedImagePP{
        width: 70px!important;
        height:70px!important;
        margin-left: 45% !important;
    }

}

.actions-orias {
	padding-top: 10px;
}
.actions-orias button {
	background-color: #fff;
	position: relative;
	top: -2px;
}
.cursor-help {
	cursor: help;
}
.color-yellow {
	color: #e0db43;
}
.color-white {
    color: white;
}
.btn.color-white:hover {
    color: white;
    cursor: inherit;
}
.matrice_tarifaire, .matrice_tarifaire_adhoc, .bgGrey, .table_quittance_comptant {
	margin-top: 15px;
	width: 100%;
}
.matrice_tarifaire th {
	background-color: #03a9f3;
	color: #fff;
}
.matrice_tarifaire th, .matrice_tarifaire td, .matrice_tarifaire_adhoc th, .matrice_tarifaire_adhoc td, .table_quittance_comptant th, .table_quittance_comptant td {
	border: 1px solid #000;
	padding: 5px;
}
.matrice_tarifaire th:first-child, .matrice_tarifaire_adhoc th:first-child, .table_quittance_comptant th:first-child {
	border: 0 none;
	background-color: transparent !important;
}
.matrice_tarifaire th.forceBackgroundColor {
	background-color: #03a9f3;
	color: #fff;
}
.matrice_tarifaire th.alignCenter, .matrice_tarifaire_adhoc th.alignCenter, .table_quittance_comptant th.alignCenter{
	text-align: center;
}
.matrice_tarifaire_adhoc th, .bgGrey, .table_quittance_comptant th {
	background-color: #98a6ad !important;
	color: #fff !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th{
    vertical-align: middle !important;
}

.afficher-recherche-par-date {
    margin-bottom: 5px;
    display: none;
}
.afficher-recherche-par-date input, .afficher-recherche-par-date span, #modal-bordereau-do input, #modal-bordereau-do span {
    display: inline-block;
    width: auto;
}
.afficher-recherche-par-date label {
    display: inline-block;
    width: 300px;
}

table.dataTable thead th, table.dataTable tfoot th{
    font-weight: 500 !important;
}

.scroll {
    position: fixed;
    top: 0px;
    width: 500px;
    right: 2px;
}

.mytooltip.pointcle {
    display: inline;
    position: relative;
    z-index: 0;
}

#statinspecteur table{
    word-wrap: unset;
    word-break: unset;
    white-space: nowrap;
}

.block_badge {
    display: inline-block;
}

#zoneinformation.zoneinformation_zurich {
    height: auto;
    max-height: 0px;
    overflow: hidden;
    transform: rotateZ(0deg);
    transition: all 0.5s 0s linear;
}
#zoneinformation.zoneinformation_zurich.showing {
    max-height: 999px;
}

.cursor-pointer {
	cursor: pointer;
}

i.eclair {
    color: #f1c40f;
    text-shadow: -1px 0 black, 0 3px black, 1px 0 black, 0 -1px black;
}

.grandCompte {
    zoom: 80%;
    color:black !important;
}
.btn-bleu-roi {
    background-color: #081A8F;
    color: #fff;
}
.btn-bleu-roi:hover,
.btn-bleu-roi.disabled:hover,
.btn-bleu-roi:focus,
.btn-bleu-roi.disabled:focus,
.btn-bleu-roi.focus,
.btn-bleu-roi.disabled.focus {
    background-color: #081A8F;
    color: #ffffff; !important;
    opacity: 0.8;
}
.choix-tarification {
    color: #081A8F;
}
.choix-tarification:hover {
    color: #03a9f3;
}
#productsDiv .bootstrap-select button {
    color: #565656;
    background: #fff;
    height: 38px;
    border: 1px solid #9d9c9c;
}

#responsableTacheDiv .bootstrap-select button {
    color: #565656;
    background: #fff;
    height: 38px;
    border: 1px solid #9d9c9c;
}

#serviceConcerneDiv .bootstrap-select button {
    color: #565656;
    background: #fff;
    height: 38px;
    border: 1px solid #9d9c9c;
}
.pjRadiosDisable {
    opacity: 0.5;
}
.bg-field:hover,
.bg-field {
    background-color: #fff;
    border: 1px solid #9d9c9c !important;
    color: #565656;
    
}

.input-symbol-euro {
    position: relative;
}
.input-symbol-euro input {
    padding-right: 15px;
}
.input-symbol-euro:after {
    position: absolute;
    top: 12px;
    content:"€";
    right: 5px;
}
.matrice_sinistre, .bgGrey {
	margin-top: 15px;
	width: 100%;
}
.matrice_sinistre th {
	background-color: #03a9f3;
	color: #fff;
}
.matrice_sinistre th, .matrice_sinistre td, .matrice_sinistre th {
	border: 1px solid #000;
	padding: 5px;
}
.matrice_sinistre th.forceBackgroundColor {
	background-color: #03a9f3;
	color: #fff;
}
.matrice_sinistre th.alignCenter, .matrice_sinistre td.alignCenter {
	text-align: center;
}
.affirmationsDOZurich {
    vertical-align: top;
    padding-top: 1px;
}

/* Bénéficiaire Effectif */

.beneficiairesTableauInit {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.beneficiairesTableauInit i {
    font-size: 16px;
}

.tooltip-content-xl {
    width: 500px !important;
}
.tooltip-content-xxl {
    width: 700px !important;
}
.tooltip-bottom {
    bottom: -78px !important;
}
