#menu a:hover {
	text-decoration: none !important;
}

#div_connexion {
	width: 35%;
    border: 10px solid #08a6ca;
    padding: 2%;
    margin: auto;
    margin-top: 7%;
    border-radius: 10px;
    padding-left: 3%;
}

#div_connexion input {
	width: 100%;
}

input {
	color: #818181;
    border: 1px solid #eeeeee;
    background-color: white;
    border-radius: 5px;
    padding-left: 11px;
    margin-bottom: 5%;
}

#titre_connexion {
	text-align: center;
    margin-top: 6%;
    font-size: 35px;
}

.bouton {
	cursor: pointer;
	margin-top: 2%;
    border: 1px solid #09a6ca;
    padding-top: 1%;
    padding-bottom: 1%;
    color: white;
    background-color: #09a6ca;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 1px 1px 3px #bfbfbf;
}


#resultat_connexion {
	font-size: 12px;
    line-height: 40px;
}

#menu {
	background-color: #09a6ca;
    color: white;
    padding: 1%;
    font-size: 13px;
}

#menu a{
	color:white;
}

.onglet {
	text-align: center;
	cursor: pointer;
}

.onglet:hover{
	color: #d4d4d4;
}


.titre_page {
	margin-top: 2%;
    font-size: 21px;
    font-weight: bold;
}

.sous-titre {
	color: #9c9c9c;
    padding-bottom: 2%;
    text-decoration: underline;
}

#pop_client input {
	margin-bottom: 3%;
}

.form-control-select {
	display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.form-control-textarea {
	border: 1px solid #eeeeee;
    border-radius: 4px;
}

#resultat_ajout_client, #resultat_ajout_rubrique {
	color: #d03232;
    margin-top: 2%;	
}

#liste_client img, #liste_rubrique img, #liste_exp img, #liste_rub_exp img, #liste_paiement img {
	width: 20px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	background-color: #09a6ca !important;
	border: 1px solid #09a6ca !important;
	
}

.img_info_client {
	width: 40px;
    float: right;
}

#pop_info_client input {
	margin-bottom: 3%;
}

.input_disable {
	display: none;
}


#liste_client a:hover {
	text-decoration: underline;
	cursor: pointer;
}

 #liste_rubrique a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.titre_center {
	text-align: center;
}

#liste_exp, #liste_rubrique, #liste_client {
	max-height: 600px;
    overflow-y: scroll;
}

#rech_client, #rech_rubrique, #rech_exp {
	background: url(/images/loupe4.png) no-repeat;
    background-position: 7px;
    background-size: 17px;
    padding-left: 35px;
	width: 100%;
}

.onglet_exp {
	background-color: #e0e0e0;
    padding: 5px;
    border-right: 1px solid gray;
    text-align: center;
    cursor: pointer;
}

.onglet_exp:hover{
	background-color: #0ba6ca;
    color: white;
}

.active_exp {
	background-color: #0ba6ca;
    color: white;
}





.tr_fournisseur ul {
    min-width: 317px;
    max-width: 317px;
    border: 1px solid #EAEAEA;
    position: absolute;
    z-index: 9;
    background: #F7F7F7;
    margin-top:0px;
    list-style: none;
    padding-left: 0px;
    max-height: 200px;
    overflow-y: scroll;
}

.tr_fournisseur ul li {
    padding: 2px;
    height: 30px;
    padding-left: 15px;
}

.tr_fournisseur ul li:hover {
    background: #EAEAEA;
}


.no_lien:hover {
	text-decoration: none;
}



#liste_commande {
	overflow-y: scroll;
	max-height:320px;
}


#liste_commande img, #liste_doc img, #pop_tr_avoir img {
	width: 20px;
}

#table_exp thead, #table_exp tbody, #table_exp tr, #table_exp td, #table_exp th { display: block; }

#table_exp tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

#table_exp tbody {
    height: 500px;
    overflow-y: auto;
}


#table_exp tbody td, #table_exp thead td {
        
    float: left;
}
        
#table_exp tbody td, #table_exp thead td {
    float: left;
}