@charset "utf-8";
html {
    position: relative;
    min-height: 100%;
}
.table_non{
	 border-top-width: 0px;
	 border-bottom-width: 0px;
	 border-left-width: 0px;
	 border-right-width: 0px;
	 padding-top: 0px;
	 padding-bottom: 0px;
	 font-size:10px;
}
.main_ident {
	background-color:gainsboro
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #000000;
    color: #FFFFFF;
}
@media (){
	
}
.main {
}

.tb_ident {
}

@media screen{
.form_ident {
	background-color: white;
	border-radius: 7px;
	box-shadow: 10px 15px 5px #656565
}
	input.sousligne{
		border: none;
		border-bottom:solid;
		border-bottom-width: 1px;
		border-bottom-color: darkgray;
		font-size: 18px;
	}
	.myButton {
		box-shadow: 3px 4px 0px 0px #899599;
		background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
		background-color:#ededed;
		border-radius:15px;
		border:1px solid #d6bcd6;
		display:inline-block;
		cursor:pointer;
		color:#3a8a9e;
		font-family:Arial;
		font-size:17px;
		padding:7px 25px;
		text-decoration:none;
		text-shadow:0px 1px 0px #e1e2ed;
	}
	.myButton:hover {
		background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
		background-color:#bab1ba;
	}
	.myButton:active {
		position:relative;
		top:1px;
	}

}
.disabled-mode {
    opacity: 0.5;
    pointer-events: none;
}
table.liste, table.noborder, table.formdoc, div.noborder {
	width: 100%;

	border-collapse: separate !important;
	border-spacing: 0px;

	border-top-width: 1px;
	border-top-color: rgb(200,200,200);
	border-top-style: solid;
	/* border-top-width: 2px;
	border-top-color: rgb(60,70,100);
	border-top-style: solid; */

	border-bottom-width: 1px;
	border-bottom-color: rgb(200,200,200);
	border-bottom-style: solid;

	margin: 0px 0px 5px 0px;
}
.box {
    overflow-x: auto;
    min-height: 40px;
}
.tab_data {
  background-color:#000000;
}
.tab_cel_0 {
  background-color:#D5C0ED;
  padding-top:4px;
  padding-bottom:4px;
  padding-left:5px;
  padding-right:5px;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  color:#000000;
}
.tab_cel_1 {
  background-color:#FFFFFF;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:5px;
  padding-right:5px;
  font-weight:normal;
  text-align:center;
  font-size:12px;
  color:#000000;
}
.tab_cel_2 {
  background-color:#DBDBDB;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:5px;
  padding-right:5px;
  font-weight:normal;
  text-align:center;
  font-size:12px;
  color:#000000;
}



.maxwidth75{
	max-width: 75px;
}


body {
  padding : 10px ;
  
}

#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

.signature {
  max-width: 400px;
}

/* line 248, compass/sass/front.sass */
.signature-body {
  min-height: 250px;
  position: relative;
}
/* line 251, compass/sass/front.sass */
.signature-body canvas {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 259, compass/sass/front.sass */
.signature-actions {
  text-align: center;
  background: #dededd;
}
/* line 263, compass/sass/front.sass */
.signature-actions .btn {
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  color: #474747;
  margin: 0.5rem;
  background: #ffffff;
  padding: 0.2rem;
  display: inline-block;
  font-size: 0.5rem;
}


.my-custom-scrollbar {
position: relative;
height: 600px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}

/* table table-bordered table-striped mb-0 */ 
.table-fixed thead {
  width: 97%;
}
.tableFixHead thead th { 
	position: sticky; top: 0;
	background-color: white;
}


.cellpos {
	text-align: right;
	color: green;
}
.cellneg {
	text-align: right;
	color: red;
}






div {
  margin-bottom: 10px;
 }

input[type="number"] {
  width: 100px;
}

input + span {
  padding-right: 30px;
}

input:invalid+span:after {
  /*position: absolute; content: '✖';*/
  position: absolute; content: '*';
  padding-left: 8px;
  color: red;
}

input:valid+span:after {
  position: absolute;
  content: '✓';
  padding-left: 5px;
  color: #009000;
}





:root {
  --success: #00b894;
  --progress: #e17055;
}

.progressbar-wrapper {
  background-color: #dfe6e9;
  color: white;
  border-radius: 15px;
  width: 100%;
  height:10px;
}

.progressbar {
  background-color: var(--progress);
  color: white;
  padding: 0.4rem;
  text-align: right;
  font-size: 10px;
  border-radius: 15px;
  height:18px;
  padding-top: 2px;
}

.progressbar[title="downloading"] {
   background-color: var(--progress);
}

.progressbar[title="downloaded"] {
   background-color: var(--success);
}
  
  
  
.bg-dgs{
	background-color:#B8413D;
	background-image: linear-gradient(to right,#3E3F7D, #3E3F7D);
}
a.bg-dgs:focus,
a.bg-dgs:hover,
button.bg-dgs:focus,
button.bg-dgs:hover{
	background-color:#080808!important
}
.border-dgs{
	border-color:#B8413D;
}


.menu-text {
   /* font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif" !important;*/
    font-size: 18px;
	font-weight: bold;
}

.sousmenu-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: initial;
    border: 0;
}






#lateral-panel {
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	/*  min-height: 100vh;/**/
	bottom: 0;
	width: 20em;
	transform: translateX(-100%);
}
#lateral-panel-input {
	position: absolute;
	left: -999em;
}
#lateral-panel-label,
#lateral-panel-bloc {
	position: absolute;
	font-size: inherit;
	background: #FFF;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	transition: all .5s; 
}
#lateral-panel-bloc {
	z-index: 0;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 1em;
	overflow: auto;
}
#lateral-panel-label {
	z-index: 1;
	top: 27px;
	left: 108%;
	width: 2.4em;
	height: 2.4em;
	cursor: pointer;
	background-color: #3E3F7D;
}
#lateral-panel-label:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	width: 1em;
	height: 1em;
	border: .5em solid currentColor;
	border-width: .5em .5em 0 0;
	color: #FFFFFF;
	transition: all .5s;
	transform: translate(-50%, -50%) rotate(45deg);
}
#lateral-panel-label:hover:before {
	color: #069;
}
#lateral-panel-input:checked ~ #lateral-panel-bloc {
	transform: translateX(100%);  
}
#lateral-panel-input:checked ~ #lateral-panel-label {
	left: 200%;
}
#lateral-panel-input:checked ~ #lateral-panel-label:before {
	transform: translate(-50%, -50%) rotate(-135deg);
}
#lateral-panel nav {
	display: flex;
	flex-direction: column;
}
#lateral-panel nav a {
	height: 2em;
	padding-left: 2.5em;
	line-height: 2.5em;
	background-position: center left;
	background-repeat: no-repeat;
}
#lateral-panel .titre-p {
	position: relative;
	padding: .5em;
	border-radius: 5px;
	color: #FFF;
	background: #069;
}





.chat-list {
    padding: 0;
    font-size: .8rem;
}

.chat-list li {
    margin-bottom: 10px;
    overflow: auto;
    /*color: #ffffff;*/
	color: #bad5e6;
}

.chat-list .chat-img {
    float: left;
    width: 48px;
}

.chat-list .chat-img img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 100%;
}

.chat-list .chat-message {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /*background: #5a99ee;*/
	background: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
}

.chat-list .chat-message:before {
    content: "";
    position: absolute;
    top: 15px;
    width: 0;
    height: 0;
}

.chat-list .chat-message h5 {
    margin: 0 0 5px 0;
    font-weight: 600;
    line-height: 100%;
    font-size: .9rem;
}

.chat-list .chat-message p {
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.chat-list .chat-body {
    margin-left: 20px;
    float: left;
    width: 70%;
}

.chat-list .in .chat-message:before {
    left: -12px;
   /* border-bottom: 20px solid transparent;*/
    /*border-right: 20px solid #5a99ee;*/
	border-right: 20px solid #ffffff;
	
}

.chat-list .out .chat-img {
    float: right;
}

.chat-list .out .chat-body {
    float: right;
    margin-right: 20px;
    text-align: right;
}

.chat-list .out .chat-message {
    /*background: #fc6d4c;*/
	background: #2260a9;
}

.chat-list .out .chat-message:before {
    right: -12px;
    /*border-bottom: 20px solid transparent;*/
    /*border-left: 20px solid #fc6d4c;*/
	border-left: 20px solid #2260a9;
	color:#000000;
}

.card .card-header:first-child {
    -webkit-border-radius: 0.3rem 0.3rem 0 0;
    -moz-border-radius: 0.3rem 0.3rem 0 0;
    border-radius: 0.3rem 0.3rem 0 0;
}
.card .card-header {
    background: #17202b;
    border: 0;
    font-size: 1rem;
    padding: .65rem 1rem;
    position: relative;
    font-weight: 600;
    color: #ffffff;
}

.content{
    margin-top:40px;    
}





.bottom_wrapper {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 20px 20px;
  position: absolute;
  bottom: 0;
}
.bottom_wrapper .message_input_wrapper {
  display: inline-block;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #bcbdc0;
  width: calc(100% - 10px);
  position: relative;
  padding: 0 20px;
}
.bottom_wrapper .message_input_wrapper .message_input {
  border: none;
  height: 100%;
  box-sizing: border-box;
  width: calc(100% - 40px);
  position: absolute;
  outline-width: 0;
  color: gray;
}
.bottom_wrapper .send_message {
  width: 100px;
  height: 50px;
  display: inline-block;
  border-radius: 50px;
  background-color: #a3d063;
  border: 2px solid #a3d063;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s linear;
  text-align: center;
  float: right;
}
.bottom_wrapper .send_message:hover {
  color: #a3d063;
  background-color: #fff;
}
.bottom_wrapper .send_message .text {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  line-height: 48px;
}


.form-file-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .125rem
}
.form-file {
    font-size: 1rem;
    color: #495057;
}



.sub-dropdown-item:after {
  transform: rotate(0deg);
  vertical-align: 0.2em;
  align:right;
}




@media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}


.onglet{
	font-family: sans-serif;
	font-size: 11px;
}

.textsearchposition{
  background-color: #fff;
  border-radius: 4px;
  font-family: inherit;
  font-weight: inherit;
  vertical-align: middle;
  font-size: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2px 3px;
  
  
}
























.custom-select {
  position: relative;
  display: inline-block;
}

.select-input {
  width: calc(100%); /* Largeur de la zone de texte - marge */
  padding: 5px;
  font-size: 12px;
  
}

.select-options {
  position: absolute;
  width: calc(100% - 10px); /* Largeur de la zone de texte - marge */
  max-height: 130px;
  overflow-y: auto;
  display: none;
  top: 100%; /* Positionner le menu déroulant sous la zone de texte */
  left: 0; /* Aligner le menu déroulant avec la zone de texte */
}

.select-options option {
  padding: 5px;
  font-size: 12px;
}

.select-options option[selected] {
  background-color: #f2f2f2;
}

.select-options.show {
  display: block;
}
#infopopup2 .modal-header { cursor: move; }

/* Confort : pas de sélection texte pendant le drag */
#infopopup2.dragging .modal-header,
#infopopup2.dragging .modal-title {
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}