/* CSS Document */

body{
	font-size: 0.8em;
}
.titre{
	font-size: 1.2em;
	font-weight: bold;
}
.moisT{
	width: 60px;
	height: 64px;
}
.mois {
	width: 50px;
	text-align: right;
	margin: 2px;
}
.montant{
	width: 60px;
	text-align: right;
}
.nom{
	width: 200px;
}
.num{
	width: 80px;	
}
.tdmois {
	text-align: center;
}
.thmois {
	font-size: 1em;
	width: 75px;
	text-align: center;
}
.tableauAction{
	border: 1px solid #bbb;
	border-collapse:collapse;
}
.tableauAction td, th{
	border: 1px solid #bbb;
}
.tableauAction tr{
	padding-top: 5px;
}
.modifiable{
	background-color: #FF3;
}
.salaire{
	text-align: right;
}
.valueSalaire{
	text-align: center;
}
.titreTH{
	background-color: #666;
	color: #EEE;
}
.verif th{
	font-size: 1.1em;
	background-color: #666;
	color: #EEE;
	width: 70px;
}
.verif td{
	font-size: 1em;
	width: 50px;
	text-align: right;
	padding-right: 5px;
	border: 1px solid #bbb;
}
.nomLigne{
	font-weight: bold;
}
.verif .titreVerif{
	font-weight: bold;
	text-align: center;
	width: 45px;
}
.verif .total{
	font-style: italic;
	font-weight: bold;
	background-color: #CCC;
}
.verif .erreur{
	background-color: #F00;
}
.comment{
	width: 200px;
	height: 50px;
}
.tableauAction .vide{
	border: 0px;
}
.annot{
	height: 65px;
}
div.supp{
	width: 19px;
	height: 19px;
	padding-top: 3px;
	padding-left: 3px;
	float: right;
}
/*BS*/
h2.bg-info {
    border-radius: 5px;
    font-weight: bold;
    display: block;
}
td.container{
    width: 100% !important;
}
label{
    display: inline-block;
    width: 150px !important;
}
.long{
    width: 300px !important;
}
.block{
    margin-top: 20px;
}
.thAction{
    width: 140px !important;
}
.thLibelle{
}
.thTaux{
    width: 70px !important;
}
.thTauxC{
    width: 70px !important;
}
.thValid{
    width: 62px !important;
}
#totalBrut,#totalCharge,#datePaiement{
    width: 100px !important;
}

#commentForm{
    /*height: 60px;
    width: 400px;*/
}

input[data-type='numAction']{
    min-width: 140px !important;
}
input[data-type='libelleAction']{
    min-width: 400px;
}
.input-group[data-type='txAction'], .input-group[data-type='txAction']>input{
    min-width: 100px;
}
input[data-type='txCorAction']{
    min-width: 140px;
}
input[data-type='heures'], input[data-type='hTotal'],input[data-type='montant'], input[data-type='mtTotal'],th.entete,th.entete label{
    width: 100px !important;
}

.margin-top-20{
    margin-top: 20px;
}
thead th{
    border: none !important;
}
.btn{
    width: auto;
}
#tableVentil>tbody>tr>td, #ventil>tbody>tr>td{
    padding: 1px !important;
}
.BSTitre{
    line-height: 63px;
}
input:not(#nomForm):not(#dateForm):not(#validCSV):not(#validAnnee){
    height: 20px !important;
}
input#totalBrut, input#totalCharge{
    width: 150px;
}
button[data-action=changeTx], button[data-action=valideAction], button[data-action=changeNumProgre]{
    height: 20px;
    padding-top: 1px;
}
table#tableVentil .form-group, table#Ventil .form-group{
    margin-bottom: 0px;
}
table#tableVentil, table#ventil{
    width: 1200px;
}
.required{
    border: 1px solid #FF0000 !important;
}
#btn_changeNom{
    margin-top: 20px;
}
.ui-autocomplete {
    position: absolute;
    z-index: 1051 !important;
}
.form-control{
    padding: 0 10px !important;
}
.tabFixed {
    position: fixed !important;
    top: 15px;
}
td.backyear {
	display: flex;
	justify-content: center;
	align-items: center;
}
.checkBackYear {
	display: none;
}
.checkBackYear_label {
	width: 15px !important;
	height: 15px !important;
	border: 2px solid blue;
	border-radius: 3px;
	position: relative;
}
.checkBackYear_label i {
	display: none;
	position: absolute;
}
.checkBackYear:checked ~ .checkBackYear_label {
	background-color: blue;
	color: white;
}
.checkBackYear:checked ~ .checkBackYear_label i {
	display: inline-block;
	top: 0;
	left: -1px;
	font-size: .8em;
}