@CHARSET "ISO-8859-1";

/*******/
/*GENERIQUE */
html {
	height: 100%;
}
body {
  margin: 0px;
  padding: 0px;
}
p{
	margin : 0;
}
ul a
{
   display: block;
}
.table-x{
	font-size:0.75rem;
}

/*
.table td{
	font-size: 0.9rem;
}
*/
.rech_ligne  {
	font-size : 0.75rem;
}
.table-sm td{
	padding: .1rem;
}/*
.card-header {
	padding : 0.1rem 1rem;
	border-color: #007bff;
	color: White;
	background-color: #007bff;
	margin-bottom:15px;
}*/
.card_finance{
	background-color: #8080;
}
.card{
	margin-bottom:20px;
}
.table-debiteur tr{
	background-color:rgba(0, 0, 0, 0) !important;
}
.table-debiteur tr td{
	border : 0px solid #8080;
	padding-left : 50px;
}
.table-debiteur .tdchamps{
	font-weight: bold;
}
.table-debiteur .tdlabel{
	font-style: italic;
}
.footer_color_separ {
	padding-left: 5px;
	padding-right: 2px;
	color: #FFFFFF;
}
.footer_color {
	padding-left: 0px;
	padding-right: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

/*
.liste_entete_th{
	font-size: 0.85rem;
	font-weight:normal;
	color : <?php echo COULEUR_TEXTE_ENTETE_TABLE; ?>
}
.liste_entete_td{
	font-size: 0.85rem;
	font-weight:normal;
	color : <?php echo COULEUR_TEXTE_TABLE_TD; ?>
}*/
.marge_gauche{
	margin-left:10px;
	margin-right:10px;
}
.bloc{
	margin-top: 55px;
}
.table_admin{
	margin-top : 100px;
}
.table_admin tr td{
	border : 0px solid #8080;
	padding-left : 50px;
}
.fond_recherche{
	/* background-color:#95bbd7; */
	background-color: #ffffff ;
	padding : 0px !important;

}
/* .fond_recherche .popup_cherche{
	margin: 0.5rem;
} */
.form_nouveau_dossier tr td{
	font-size: 0.70rem;
}

// NAVIGATION ADMINISTRATION

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0D4687;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    list-style:none;
}
.dropdown-content li a {
    font-size: 0.80rem;
    display: inline-block;
    white-space: nowrap;
    color : white;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown li a:hover {
    color :rgba(255,255,255,.5);
    text-decoration : none;
}
.nav-side-menu {
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #2e353d;
  position: fixed;
  top: 0px;
  width: 300px;
  height: 100%;
  color: #e1ffff;
  margin-top:-400px;
}
.nav-side-menu .brand {
  background-color: #181c20;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
  color : white;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  font-size: 12px;
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #007bff;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #007bff;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #007bff;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
  background-color : #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #007bff;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
  .nav-side-menu .brand{
   	display: block;
   	margin-top:100px;
  }
  .nav-side-menu{
   	margin-left:50px;
   	width:200px;
  }
}

/**** SURCHARGE DE BOOTSRTAP ****/
/*
.table {
	margin-bottom: 0.75rem;
}
/*
.table th, .table td {
	line-height: 0.75rem;
}

.table td {
	font-size: 0.90rem;
}
*/
/**** FIN SURCHARGE ****/
/*
.centre {
	text-align:center;
	align:center;
}

.saisie td {
	vertical-align: top;
}
.saisie .titre {
	height: 30px;
	font-weight: bold;
	font-size:70%;
	vertical-align: bottom;
}

.saisie .right{
	color: red;
	padding-left: 30px;
}

.saisie .aide{
	padding-left: 40px;
}

.notice{
	height: 40px;
	vertical-align: bottom;
	text-align: left;
	font-decoration:italic;

}

.validation {
	text-align: left;
	vertical-align: bottom;
	height: 45px;
}

.saisie #saisie_cbanque {
	width: 45px;
}

.saisie #saisie_guichet {
	width: 45px;
}

.saisie #saisie_compte {
	width: 92px;
}

.saisie #saisie_cle_rib {
	width: 20px;
}


.saisie input {
	width: 150px;
}



#saisie3 input {
	width: 250px;
}

.saisie textarea {
	width: 300px;
	height: 200px;
}

.saisie select {
	width: 350px;
}

.red{
	color: red;
}

.top {
	vertical-align: top;
}
/*
.liste_entete h2 {
	font-size:122%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
*/
/*
.statistiques2 {
	width: 100%;
}

.encadre {
	padding: 5px;
	margin-top: 5px;
	background: #f6f6f6;
	border: 2px solid #000;
	width: 100%;
}

.encadre td:first-child {
	padding-left: 5px;
}

.encadre td:last-child {
	padding-right: 5px;
}


.statistiques2 td {
	border-style: solid;
	border-color: #f6f6f6;
	border-width: 4px;
}

.statistiques2 td.titre1 {
	font-weight:bold;
	text-align: center;
	background-color: #83b6c6;
}

.statistiques2 td.titre2 {
	font-weight:bold;
	background-color: #83b6c6;
}
.statistiques2 td.titre3 {
	font-weight:bold;
}

.statistiques2 td.titre4 {
	font-weight:bold;
	background-color: #FFFF00;
}

.statistiques2 td.titre5 {
	background-color: #83b6c6;
}

.statistiques2 td.titre6 {
	background-color: #FFFF00;
}

.statistiques2 td.titre7 {
	background-color: #FFFF00;
	text-align: right;
}
.container-stats {
	width: 100%;
	align: center;
}

#saisie_code_postal {
	width: 50px;
}
#saisie_ville {
	width: 96px;
}

#saisie2 {
	margin-left:auto;
	margin-right:auto;
}

#saisie3 {
	margin-left:auto;
	margin-right:auto;
	height: 230px;
/*	height: 100%; */
/*	width: 100%;
}
/*
#saisie3 input {
	width: 150px;
}

#saisie4 {
	margin-left:auto;
	margin-right:auto;
	height: 96px;

	width: 100%;
}*/
/*
#saisie5 {
	margin-left:auto;
	margin-right:auto;
	height: 95px;
/*	height: 100%; */
	/*width: 100%;
}
/*
#saisie5 .tdlabel {
	width: 27%;
}
*/
/*
html {
/*	height: 100%;*/
/*
}
body {
	/*height: 100%;*/
	/*
}

/*
#Saisie_dossier {
	background-color: white;
	z-index: 100;
}

.big-container {
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
}

.lien-remonter {
	text-decoration:underline;
	padding-right:15px;
}

/* Partie utile pour les bulles utilis�es dans le formulaire de saisie */
/*
.hint {
   	display: none;
    position: absolute;
    right: 50px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    /*
    background: #ffc url(pointer.gif) no-repeat -10px 5px;
}

.hint2 {
   	display: none;
    position: absolute;
    right: 220px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    z-index: 500;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box *//*
    background: #ffc url(pointer.gif) no-repeat -10px 5px;
}
/*
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(pointer.gif) left top no-repeat;
}

.hint2 .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(pointer.gif) left top no-repeat;
}


.libelle_action:link {
	font-weight:normal;
}

.noborder {
	border: 0px;
}

.testtable td {
	border: 4px;
	border-color: red;
	border-style: solid;

}

.bold {
	font-weight:bold;
}

.formulaire-debiteur-gauche {
	width: 90px;
    font-family: Verdana;
    font-style: italic;
    font-size: 10px;
    text-align: right;
    padding-right: 17px;
}

.formulaire-debiteur-gauche2 {
    font-family: Verdana;
    font-style: italic;
    font-size: 10px;
}


.formulaire-debiteur-gauche2 a:hover {
    text-decoration: none;
}

.formulaire-debiteur-tabledroite {
	padding-left: 75px;
}

.form-gestion {
	background: none;
	border: none;
}

.input-montant {
	width:80px;
}

.td-montant {
	width:80px;
    font-family: Verdana;
    font-style: italic;
    font-size: 10px;
    text-align: right;
    padding-right: 17px;
}

.td-encaissement {
	width:80px;
    font-family: Verdana;
    font-style: italic;
    font-size: 10px;
    text-align: right;
    padding-right: 17px;
}

.td-gestion1 {
	width:130px;
    font-family: Verdana;
    font-style: italic;
    font-size: 10px;
    text-align: right;
    padding-right: 17px;
}

.td-gestion2 {
	width:160px;
    font-family: Verdana;
    font-style: italic;
    font-size: 10px;
    text-align: right;
    padding-right: 17px;
}

.div-gestion {
    font-family: Verdana;
    font-style: italic;
    font-size: 10px;
    padding-left: 10px;
}

.tdnavig2 {
    font-size: 12px;
    background-color: #F6F6F6;
    font-weight: bold;
	height: 30px;
}

.tdnavig3 {
    font-size: 12px;
    background-color: #F6F6F6;
    font-weight: bold;
	height: 30px;
	text-align: right;
	padding-right: 5px;
}

.trnavig {
    border: solid 1px #999;
}

.tdnavig3 img {
	vertical-align: -3px;
}

.td-montant2 {
	width:150px;
    font-family: Verdana;
    font-style: italic;
    font-size: 10px;
    text-align: right;
    padding-right: 17px;
	padding-left: 20x;
}

.input-montant2 {
	width:90px;
}

.input-gestion-encaissement-impaye {
	text-align: right;
	width: 150px;
}
.input-gestion-encaissement-valider {
	text-align: center;
}

.td-gauche-gestion-encaiss {
	vertical-align: top;
}

.td-montant21 {
	width:100%;
    font-family: Verdana;
    font-style: italic;
    font-size: 10px;
    text-align: right;
    padding-right: 17px;
	padding-left: 20x;
}

.form-importation {
	background: none;
	border: none;
}

.FormMassMail {
	background: none;
	border: none;
}


.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 0px;
}

.LV_valid {
    color:#00CC00;
}

.LV_invalid {
    color:#CC0000;
}

.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
    border: 2px solid #CC0000;
}

#rech_numdoss {
	width: 100px;

}*/
