/*
	Login page 
*/
.logo-top-bar {
	height: 85px;
}

.logo-login {
	width: 256px;
}

.width_100 {
	width: 100%;
}

.table_query_result .table_col_id_firme, .table_query_result .table_col_id_compagnie{
	/*display: none;*/
}

#utilisateur_entity_table.table_query_result .table_col_id_firme,
#utilisateur_entity_table.table_query_result .table_col_id_compagnie,
#firme_entity_table.table_query_result .table_col_id_firme,
#compagnie_entity_table.table_query_result .table_col_id_compagnie{
	/*display: inline-block !important;*/
}
.table_query_result .clear_search {
	position: absolute;
	right: 3em;
}
.uv1.table_query_result .table_col_id_utilisateur, .uv1.table_query_result .table_col_id_firme {
	display: none;
}

.password-toggle-icon {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 3;
	transform: translateY(-50%);
	cursor: pointer;
}

.password-toggle-icon i {
	font-size: 18px;
	line-height: 1;
	color: #333;
	transition: color 0.3s ease-in-out;
	margin-bottom: 20px;
}

.password_bar{
	height: .50rem;
	display: none;
	border-radius: .25rem;
}
.carte{
	border: 1px solid rgba(0,0,0,.1);
	padding: 1em;
}
.carte.selected {
	border: 1px solid rgba(0,0,0,1);
}
/*
	Login page 
*/

.ligne_droit .case_icon {
	width:90px;
}
.ligne_droit .case_icon:not(.selected) i {
	color:#ccc !important;
}
.crochetvert {
	font-size:1.5em; 
	color:green !important;
}
.TT_crochetVertImmeuble.fa-check:before {
	content: "\f00c";
}
.slideCss{
	display:grid;
	grid-template-rows: 0fr;
	transition:grid-template-rows 500ms;
}
.slideCss > div {
	overflow: hidden;
}
.slideCss.active {
	grid-template-rows: 1fr;
}

i.delete.icon{display:inline-block;margin-left:5px;background-image:url("/img/x_select.png");background-repeat:no-repeat;width:11px;height:10px;}
i.delete.icon::before {content: " ";}

.soft_accordion_html .accordion-title{
	font-size: 1em !important;
}

.soft_accordion_html .accordion-container{
	margin: 0em !important;
	padding: 0em !important;
}

.input-wrapper.m-0{
	margin: 0rem !important;
}
.input-wrapper.mt-0{
	margin-top: 0rem !important;
}

.input-error{
	color:red;
}
.input-error input{
	border: 1px solid red;
}
.invalid{
	color:red;
}
.invalid .input-label{
	color:red;
}
.invalid .form-control, .invalid .input-group-text{
	border: 1px solid red;
}
.color-bastia{
	color: #FF9E1B;
}
.color-note-date{
	color: #737d84;;
}
.red{
	color:red;
}
.green{
	color:green;
}
.input-label.required:after{
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: xx-small;
	position: absolute;
	content:"\f069";
	color: red;
}
.input-group .input_group_checkbox input[type="checkbox"] {
	vertical-align:middle;
}
.pretty_json_wrapper .col-md-12.btn_warpper {
	text-align: center;
}

.btn-bastia {
	color: #fff;
	background-color: #FF9E1B;
	border-color: #FF9E1B;
}
/*.btn.btn-primary {*/
/*	color: #fff;*/
/*	background-color: #FF9E1B;*/
/*	border-color: #FF9E1B;*/
/*}*/
.btn-darkgray {
	color: #fff;
	background-color: darkgray;
	border-color: darkgray;
}
.btn-grey {
	color: #fff;
	background-color: grey;
	border-color: grey;
}
.btn-red{
	background-color:red !important;
	border-color:red !important;
}
.btn-green{
	background-color:green !important;
	border-color:green !important;
}
.btn-admin{
	background-image: repeating-linear-gradient(-45deg, rgba(47, 47, 47, 0.3) 0 10px, rgba(47, 47, 47, 0.1) 10px 20px);
}
.btn-admin-danger{
	background-image: repeating-linear-gradient(-45deg, rgba(47, 47, 47, 0.3) 0 10px, rgba(47, 47, 47, 0.1) 10px 20px);
	background-color: rgba(255, 0, 0, 0.8);
	border-color: rgba(255, 0, 0, 0.8);
	color: white;
}
.input-border-error{
	border:1px solid red;
}
.admin{
	border:3px solid #2f2f2f;
	position:relative;
	padding: 3em 0 !important;
	padding-bottom: 0 !important;
}
.admin-external{
	border:3px solid blue;
}
.admin:before{
	content: "Admin";
	left: 0;
	top: 0;
	position: absolute;
	color:white;
	background-image: repeating-linear-gradient(-45deg, rgba(47, 47, 47, 0.8) 0 10px, rgba(47, 47, 47, 0.9) 10px 20px);
	width: 100%;
	padding:0.5em;
}

.pagination-grid{
	display:grid;
}
	.pagination-grid .pagination-detail{
		grid-column:1;
	}
	.pagination-grid .pagination-pages{
		grid-column:2;
		text-align: right;
	}
		.pagination-grid .pagination-pages .pagination{
			justify-content: right;
		}

@media (max-width : 768px) {
	.pagination-grid{
		display:inline;
	}
		.pagination-grid .pagination-pages .pagination{
			margin-top:1em;
			justify-content: center;
		}
}

.checkbox_icon {
	display:none;
}

.checkbox_icon:not(:checked) + i {
	color:#ccc !important;
}

.contPopup .main-sub-header{
	box-shadow: none;
}
.contPopup .main-sub-header .titreNiv1 {
	display:none;
}
.contPopup{
	background:#f0f0f0;
	min-height:100px;
	max-width: min(95%, 900px);
	margin:auto;
	position:relative;
	margin-top:10px;
}
.contPopup .unFichier{
	padding:5px 10px;;
}
.contPopup .page_text_header{
    margin-top:0px;
}
.contPopup .bg-white{
    background-color: transparent!important;
}

.progressBar {
	margin-bottom:10px;
	border:2px solid rgba(0,0,255,0.5);
	border-radius:10px;
	padding:0.1rem 0.3rem;
	background-image: repeating-linear-gradient( -45deg, rgba(0,0,255,0.2) 0 10px, rgba(0,0,255,0.25) 10px 20px);
	background-size: 0% calc( 100% + 40px);
	background-position-y : -28px;
	background-repeat: no-repeat;
	animation: animProgressBar 0.7s linear infinite;
}

	.progressBar.success {
		border:2px solid rgba(0,255,0,0.5);
		background-image: repeating-linear-gradient( -45deg, rgba(0,255,0,0.2) 0 10px, rgba(0,255,0,0.25) 10px 20px );
		animation: none;
	}
	.progressBar.danger {
		border:2px solid rgba(255,0,0,0.5);
		background-image: repeating-linear-gradient( -45deg, rgba(255,0,0,0.2) 0 10px, rgba(255,0,0,0.25) 10px 20px );
		animation: none;
	}
	.progressBar.warning {
		border:2px solid rgba(255,237,186,0.5);
		background-image: repeating-linear-gradient( -45deg, rgba(255,237,186,0.2) 0 10px, rgba(255,237,186,0.25) 10px 20px );
		animation: none;
	}

	@keyframes animProgressBar {
		from {background-position-y : -27px;}
		to {background-position-y : 0;}
	}
	

.btn .active {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.contResultsAutoSearch{
	position:absolute;
	background:white;
	border:solid #ccc 2px;
    z-index: 1100;
}
	.contResultsAutoSearch > .divResult{
		padding:10px;
		cursor:pointer;
	}

	.contResultsAutoSearch > .divResult.active{
		background-color:#ccc;
	}
	
	.contResultsAutoSearch > .divNoResult{
		padding:10px;
		font-style: italic;
	}
	


.tac{
	text-align:center;
}
.tableBudget th, .tableBudget td {
	border: 1px solid #000;
	background:#ffffff;
	padding:5px;
}


@keyframes btnAddSlidein {
	0% {width: 0;}
	99% {width: 150px;}
	100% {width: 100%;}
}

.add.btn:hover td{
	padding:0 7px;
	transition: padding-left 0.75s ease-in-out, padding-right 0.75s ease-in-out;
}

.template {
	display:none;
}
#insertTotalMontantNombre{
	font-size:2em;
	text-align:right;
}

.insertSubTotalMontantNombre{
	font-size:1.5em;
	text-align:right;
}
	.positif{
		color:green;
	}
	.negatif{
		color:red;
	}

.note{
	font-style: italic;
	padding:10px;
	border-left:5px #bbb solid;
	background:#f5f5f5;
}
.titleOnglet{
	/* border-radius:5px 5px 0 0; */
	padding:10px 10px;
	border:1px solid #dfe5d7;
	display:inline-block;
	margin-bottom:-1px;
}
.titleOngletActif{
	border-bottom:solid 1px #ffffff;
	border-top:solid 2px #f3565d;
}

.contOnglet{
	border:1px solid #dfe5d7;  /* #dfe5d7 */
	padding:10px;
	width:auto;
	background:#fff;
}
.fichierHide {
	position:relative;
	width:100%;
	height:50px;
	overflow: hidden;
}
.fichierHide > input {
	height:100%;
	width:100%;
	position:absolute;
	top:0px;
	box-sizing:border-box;
	opacity:0;
}
.fichierHide > .fichierHideOver{
	width:100%;
	height:100%;
	box-sizing:border-box;
}
.form-control:focus,
.custom-select:focus{
 	box-shadow: none;
 	border:1px solid #4279bd;
 }
 .custom-select:focus{
 	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%234279bd' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
 	background-size: 8px 10px;
 }
  .bootstrap-table thead th{
  	border:0;
  }
  .bootstrap-table .fixed-table-pagination{
  	font-size: 12px !important;
  }
 .bootstrap-table .fixed-table-container thead th .sortable {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px !important;
  display: inline-block;
}

.bootstrap-table .fixed-table-container thead th .both {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
}

.bootstrap-table .fixed-table-container thead th .asc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
}

.bootstrap-table .fixed-table-container thead th .desc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ");
}
 .app{
     /*position:fixed;*/
     top:0;
     left:0;
     right:0;
     bottom:0;
     width:100%;
     height:100%;
     overflow: hidden;
 }
 .app .main-header{
 	/*height: 85px;*/
 	padding: 16px 15px;
 }
 .app .main-sub-header h3{
 	font-size: 25px;
 }
 .app .main-footer{
 	position:absolute;
 	bottom:0;
 	right:0;
 	background: #2f2f2f;
 	color:#fff;
 	display:inline-block;
 	font-size: 11px;
 	padding: 2px;
 }
 .app .main-sidebar{
     position:absolute;
     top:0;
     bottom:0;
     left:0;
     width:60px;
     background: #2f2f2f;
     color: #fff;
     z-index: 30;
 }
 .app .main-sidebar .main-sidebar-icon{
 	height: 80px;
 }
 .main-sidebar .sidebar-nav{
 	width:100%;
 	position:relative;
 	list-style:none;
 	padding:0;
 	margin:0;
 	width:60px;
 }
 .sidebar-nav > li{
 	display:block;
 	padding:0;
 	margin:0;
 	position:relative;
 }
 .sidebar-nav > li > a{
 	display:inline-block;
 	width:100%;
 	color: #fff;
 	padding: 15px 0;
 	text-align:center;
 	text-decoration: none;
 }
 .sidebar-nav > li:hover > a{
 	background: rgba(255,255,255,0.1);
 }
 .sidebar-nav li > ul.submenu{
 	position:absolute;
 	left:100%;
 	top:0;
 	list-style:none;
 	padding:0;
 	margin:0;
 	background: #2f2f2f;
 	color: #fff;
 	display:none;
 }
 .sidebar-nav li > ul.submenubottom{
 	top:auto;
 	bottom:0;
 }
 
 
 .sidebar-nav li:hover > ul.submenu{
 	display:block;
 }
 .sidebar-nav li > ul.submenu > li{
 	padding:0;
 	position:relative;
 	margin:0;
 }
 .sidebar-nav li > ul.submenu > li > a{
 	display:block;
 	font-size: 15px;
 	color:#fff;
 	padding: 10px 15px;
 	white-space:nowrap;
 	text-decoration: none;
 }
  .sidebar-nav li > ul.submenu > li:hover > a{
  	background: rgba(255,255,255,0.1);
  }
  
  @media screen and (max-width: 768px) {
    .main-header{
        text-align:center;
        margin-bottom:40px;
    }
    .deconnectTOP{ display:none;}
  } 
 
 .app .main-content{
     position:absolute;
     right:0;
     top:0;
     bottom:0;
     left: 60px;
     background-color: #f0f0f0;
     overflow: auto;
 }
 .app .main-content.home-bg{
 	background: url(../img/home_bg.jpg) no-repeat center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
 	background-size:cover;
 }
 .main-sub-header{
	 box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
	 margin-bottom: 1em;
 }
 .bg-white{
     background-color: white;
 }
 .bg-gray-light{
     background-color: #eee;
 }
 .fluid{
     width:100%;
 }
 .fluid-80{
     width:75%;
 }
 .login{
position:absolute;
-webkit-background-size: cover;
-moz-background-size: cover;
background-color: #f4f7f9;
background-size: cover;
top:0;
left:0;
width:100%;
height:100%;
display:table;
 }
 .login .login-dialog{
 	display: table-cell;
 	vertical-align:middle;
 }
 .login .login-dialog .login-box{
 	display:block;
 	margin:0 auto;
 	width: 100%;
 	max-width:460px;
 	text-align:center;
 	background: rgba(255,255,255,0.98);
 	border-radius: 7px;
 	box-shadow: 0 7px 7px rgba(0,0,0,0.2);
 }
 img.img-max-300{
     width:100%;
     max-width:300px;
 }
 .INDEV{
	color:#ccc;
	background:#fff;
	border:#ccc 5px dotted;
	padding:5px;
}

.bold{
	font-weight:bold;
}

.bgCover{
	background-image:url(../../img/cover.jpg) ;
    background-position: top;
    background-repeat: no-repeat;
    background-size:auto 480px;
}

.header-tools > a.active{
	color:#fc1c27;
	font-weight:bold;
	background-color:#fff !important;
}

.header-tools > span.dropdown.active > a{
	color:#fc1c27;
	font-weight:bold;
}
.header-tools > span.dropdown ul {
	white-space:nowrap;
	width:190px;
}

.header-tools > span.dropdown ul > li > a{
	display:inline-block;
	width:100%;
}

.header-tools > span.dropdown ul > li:hover {
	background-color:#353b4a;
}

.header-tools > span.dropdown ul > li:hover a {
	color:#fff;
}



.w100{
	width:100%;
}
.headerQuestion ul { 
   list-style-type: disc; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.headerQuestion ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.headerQuestion ul ul, .headerQuestion ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.headerQuestion ol ol, .headerQuestion ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

body .main-wrap{
	padding: 0.5rem;
}
@media screen and (min-width: 480px) {
	body .main-wrap{
		padding: 1.5rem;
	}
}
.pointer{
	cursor:pointer;
}
.panel-grid > .panel-wrap > .panel{
	visibility: visible;
}
.modal {
    display: none;
    background: rgba(0, 0, 0, .30);
    z-index: 9999;
}

.modal .modal-dialog {
    position: relative;
    margin: 30px auto;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.checked-list-item .checked-list-checkbox label {
  margin: 0;
  padding: 1.45rem 0 0 1.45rem !important;
}

.checked-list-item .checked-list-details {
  margin-left: 0px;
  padding: 6px 28px 6px 0;
  display: block;
}

.checked-list-item .checked-list-details > * {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mail-inbox .checked-list-details {
  margin-left: 0px;
}

canvas{
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#chartjs-tooltip {
	opacity: 1;
	position: absolute;
	background: rgba(0, 0, 0, .7);
	color: white;
	border-radius: 3px;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	pointer-events: none;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.chartjs-tooltip-key {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
}


	.chart-container {
		width: 500px;
		margin-left: 40px;
		margin-right: 40px;
		margin-bottom: 40px;
	}
	.container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

.detail-icon{
	text-decoration:none !important;
}
.img-shadow{
	box-shadow: 2px 2px 7px rgba(15, 16, 21, 0.1);
}

.btn_slim{
    padding: 0.58rem 0.6rem !important;
}
.dropdown_slim{
	min-width:0px !important;
}
.noresult{ text-align:center; color:#a53012;}

.ib{ display:inline-block;}
.right{ text-align:right !important;}
.left{ text-align:left !important;}
.center{ text-align:center !important;}
.print-only {display: none;}

@media print
{    
    .no-print, .no-print * { display: none !important;}
	.print{ width:100% !important;}
	.print-top{ margin-top:0px !important; margin-bottom:0px !important;}
	.print-only {display: inline !important;}
	#app{ padding-left:0px !important;}
	td{ padding: 0px!important; border:0!important; font-size:0.7em !important;}
	.th-inner{ padding: 0px!important; font-weight:bold!important;}
}

.dropdown-menu li{ padding: 0 0 0 15px;}
.dropdown-menu li:hover{ color: #99a0b2; background-color: #191e24;}
.dropdown-menu-right {
	right:0;
	left:auto;
}

.form_label{
	font-weight:bold !important;
	color:#353b4a;
}

.categorieCont{}
.questionCont{}
.question{}
.sousquestion{
	font-size:0.8em;
	font-style: italic;
	color:#56565b;
}

.header-wrap .header-tools {
    background: #fff;
    height: 60px;
    color: #353b4a;
    line-height: 60px;
}

.header-wrap {
    position: relative;
    z-index: 400;
    box-shadow: none;
}

.monSliderCont .sliderValue{
		width:2.5rem;
		height:2.5rem;
		text-align:center;
		vertical-align:middle;
		padding:5px;
		margin-left:10px;
		display:inline-block;
		background: #ece9e4;
		color: #353b4a;
		font-weight:bold;
	}
	.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #2e6da4;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal .tooltip {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .tooltip {
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #2e6da4;
  border-right-color: #2e6da4;
  margin-left: 0;
  margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical .tooltip {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
  opacity: 1;
}

.blue66{
	color:#4279bd !important;
}

.f_input{
	border:1px solid #ced4da;
	border-radius: .25rem;
	display: block;
    width: 100%;
    /*padding: .375rem .75rem;*/
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
	text-align:right;
}

.f_icon{
	background-color: #e9ecef;
	line-height: 1.5;
	text-align:center;
	height: 36px;
	width: 40px;
	padding-top:6px;
	border-left:1px solid #ced4da;
	display:inline-block;
	
}
.f_label{
	text-align:left;
	display:inline-block;
	width:calc(100% - 45px);
	padding-left: 10px;
	color: #6c757d;
}

#main select {
		width:auto
	}
	textarea {
		box-sizing: border-box;
	}
	.radioReponse{
		vertical-align:middle;
		text-align:center;
		border-bottom: 2px solid #dee4e8;
		background:#e6eff3;
		padding:1.5rem 0 0 0;
		height:4.6em;
		width:33%;
	}
	.radioReponse.labelActive{
		border-bottom: 2px solid #4c8033;
	}
	.has-danger .radioReponse{
		border-color: #a53012;
	}
	
	.questionCont .commentaire{
		height:4.6em;
	}
	
	.questionCont .question{
		font-weight: 500;
		font-size: 1.1em;
	}
	
	.monSliderCont .slider{
		width:calc( 100% - 4rem - 50px );
		display:inline-block;
		margin-left:50px;
	}
	
	.slider-selection {
		background: #BABABA;
	}
	.has-danger .monSliderCont .sliderValue{
		border-color:#a53012;
	}
	
	#divSaveIcon{
		position:fixed;
		top:30px;
		left:-50px;
		width:60px;
		background:#2f2f2f;
		padding:5px 10px;
		box-sizing:border-box;
		vertical-align:middle;
		text-align:center;
		color:#fff;
		z-index:2000;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	#divSaveIcon.waiting{color:#fff;}
	#divSaveIcon.saving {color:#fff;}
	#divSaveIcon.success{color:#4279bd;}
	#divSaveIcon.error  {color:#c00;}
	
	
	.unFichier{
		position:relative;
		font-size:0.8em;
		font-style:italic;
	}
	.unFichier.success, .unFichier.success a, .unFichier.success .nom{
		color:#3c763d !important;
	}
	.unFichier.failure, .unFichier.failure a, .unFichier.failure .nom{
		color:#90291b !important;
	}	
		.unFichier .nom {
			margin-bottom:5px;
			color:#000;
		}
		
		.unFichier .btnCancel {
			/*font-size:1.5em;*/
		}
		
		.unFichier > .btnCancel {
			position:absolute;
			top:0;
			right:5px;
			cursor:pointer;
		}
		
		.unFichier > .btnConfirmOk {
			position:absolute;
			top:0;
			right:20px;
			cursor:pointer;
		} 
		.unFichier > .btnConfirmAnnuler {
			position:absolute;
			top:0;
			right:5px;
			cursor:pointer;
		}
.has-danger{
	background-color:#f8d7da;
	border:1px dotted #f5c6cb;
	color:#721c24;
	padding:5px;
	border-radius: .25rem;
}		
		
@media screen and (min-width: 830px) {	
	.btn_ges{
		margin:10px; 
		width:30%
	}	
}
@media screen and (max-width: 829px) {
	.btn_ges{
		margin:10px; 
		width:100%
	}
}


.icon-color{ color:#eee !important;}
a.icon-color:hover{ color:#4279bd !important;}
.menu-active{ color:#4279bd !important;}
.select-dropdown.form-control{height:auto;}

.indice{
    font-size:12px;
    text-align:left;
    margin-left:15px;
}
.explications{
    font-size:14px;
    text-align:justify;
}

.page_text_header{
    text-align:center;
    font-family: "Rajdhani", Sans-serif;
    font-size: 30px;
    font-weight: 800;
    color:#2f2963;
    margin-top:-5px;
}
.colorBlue{
    color:#2f2963;
}
.deconnection{
    margin-right:45px;
    margin-top:-10px;
    font-size: 12px;
}
.dashB_section{
    border-radius: 4px;
    background-color: #fff;
}
.dashB_sectionWarning{
    border-radius: 4px;
    background-color: #faf5e4;
}
.dashB_Title{
    font-size: 22px;
}
.dashB_Text{
    font-size: 14px;
}
.dashB_row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dashB_Lastrow{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top:1px #cccccc solid;
    cursor: pointer;
    color:#007bff;
}
.dashB_Lastrow:hover{
    background-color: #fafafa;
    border-radius: 0 0 4px 4px;
}
.divIcon{
    margin-top:30px;
    position:relative;
}
.divIcon span{
    position:absolute;
    left:50px;
    bottom:7px;
}
.divIcon .badge{
    border-radius:7px;
}

.titleNumber{
   color:#f15922;
   font-size: 16px;
   position:absolute !important;
   left:-1px;
   top:-7px;
}
.orange{
    color:#f15922;
}
.white{
    color:#ffffff;
}
@media (max-width : 768px) {
	.titleNumber{
        position:relative;
        margin-left:45%;
        margin-top:-10px;
        margin-bottom:10px;
        color:#f15922;
    }	
}


div[class^='template'], div[class*=' template'] {
	display:none;
}
div[class^="col-"] > h6, div[class*=" col-"] > h6  {
	margin-top:1rem;
}
.contAdresse{
	position:relative;
	margin-left:20px;
	margin-right:50px;
	margin-bottom:10px;
}
.contUnCourriel, .contUnTel{
	max-width:400px;
	position:relative;
	margin-left:20px;
	margin-right:50px;
	margin-bottom:10px;
}

.contUnCourriel{
	max-width:400px;
	position:relative;
	margin-left:20px;
	margin-right:50px;
	margin-bottom:10px;
}
.contUnContact{
    min-height:32px;
    max-width:400px;
    position:relative;
    margin-left:20px;
    margin-right:50px;
    margin-bottom:10px;
}
.mover{
	background:#ddd;
	height:100%;
	width:15px;
	position:absolute;
	left:-20px;
	cursor:move;
}
/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
	opacity: 1 !important;
}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: max-content;
	background-color: #f0f0f0;
	color: #000;
	border: 1px solid #000;
	text-align: center;
	padding: 5px 10px;
	border-radius: 6px;

	/* Position the tooltip text - see examples below! */
	position: absolute;
	top: 1rem;
	z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
}

.tooltip-left{
	position:absolute;
	right:-25px;
	top:5px;
	font-size:1.2em;
	cursor:pointer;
}

.aPreDelete{
	position:absolute;
	right:-25px;
	top:5px;
	font-size:1.2em;
	cursor:pointer;
}
.aDelete{
	position:absolute;
	right:-50px;
	top:5px;
	font-size:1.2em;
	cursor:pointer;
	color:#0f0;
	display:none;
}
.aCancel{
	position:absolute;
	right:-25px;
	top:5px;
	font-size:1.2em;
	cursor:pointer;
	color:#f00;
	display:none;
}
.historique_text{
    font-size: 12px;
}
.search_checkbox{
    font-size: 12px;
    margin:10px 0 0 20px;
}
.total_montant_contrat{
    text-align: right;
    font-size: 20px;
    font-weight: 600;
}
.nomTitle{
    /*font-size: 24px;*/
    color:#007bff;
}

/* Tooltip */
    .tooltipIcon{
        color:#007bff;
        cursor: pointer;
        font-size: 16px;
    }

    .tooltip > .tooltip-inner {
      background-color: #f0f0f0;
      color:#000000;
      text-align:left;
      border: 1px solid black;
      padding: 15px;
      max-width: 450px;
      /*white-space: nowrap;*/
    }

    /* Tooltip on top */
    .tooltip.top > .tooltip-arrow {
      border-top: 5px solid black;
    }
    
    /* Tooltip on bottom */
    .tooltip.bottom > .tooltip-arrow {
      border-bottom: 5px solid black;
    }
    
    /* Tooltip on left */
    .tooltip.left > .tooltip-arrow {
      border-left: 5px solid black;
    }
    
    /* Tooltip on right */
    .tooltip.right > .tooltip-arrow {
      border-right: 5px solid black;
    }
    
.obl{
    color: red;
    font-size: 10px;

}

.previewDocument {
	width: 100%;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.clear {
	clear: both;
}

.no-border-top{
	border-top: 0 !important;
}

.btn.add {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: inline-block;
    min-width:60px;
    height: 60px;
    z-index: 10;
    font-size: 30px;
    text-align: center;
    border-radius: 30px;
}

.btn.add{
	transition:padding 500ms;
}
.btn.add > i{
	position:absolute;
	left:0.5em;
	top:0.5em;
}

.sliderHor{
	display:grid;
	grid-template-columns: 0fr;
	transition:grid-template-columns 250ms;
	align-items: center;
}
	.sliderHor > .innerSlide {
		overflow:hidden;
		font-size:0.75em;
		line-height: 1.9em;
		white-space: nowrap;
	}
.btn.add:hover > .sliderHor {
	grid-template-columns: 1fr;
}

.btn.add:hover{
	padding-left:2em;
	padding-right:1em;
}

