/*************************************************************
Nom ........... : galette.css
Role .......... : contient toutes ldes données de mise  en forme
                  de l'application fichier
Auteur ........ : Panassié Fabien
Version ....... : 2.0 du 21/12/2017

Dernières modification :
	21/12/2017 :  rajout des propriétés css pour la validation
                  live des données saisies
    09/10/2020 :  ajout des classes hide et hint pour faire de la transition
**************************************************************/



body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

td {
	font-size: 11px
}

input {
	font-size: 11px
}

select {
	font-size: 11px
}

textarea {
	font-size: 11px
}

a {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	color: #FF0000;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}
	
.center {
	text-align: center;
}

.cotis-ok {
	background-color: #01ff96;
	vertical-align: top;
}

.cotis-never {
	background-color: #dae2e9;
	vertical-align: top;
}

.cotis-exempt {
	background-color: #01ff96;
	vertical-align: top;
}

.cotis-soon {
	background-color: #feba01;
	vertical-align: top;
}
		
.cotis-late {
	background-color: #fdd360;
	vertical-align: top;
}
	
.cotis-lastday {
	background-color: #fdd360;
	vertical-align: top;
}

.cotis-normal {
	background-color: #01ff96;
	vertical-align: top;
}

.cotis-give {
	background-color: #fdd360;
	vertical-align: top;
}

.totalcount {
	text-align: left;
}
	
.pageswitch {
	text-align: center;
	margin-top: 4px;
}
		
.pagelink {
	font-weight: bold;
}

.filtermenus {
	text-align: right;
}

.titre {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	background-color: #FBFBFB;
	border-color: #BBBBBB;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #000000;
	width: 100%;
}

th.listing {
	font-size: 10px;
	background-color: #000000;
	color: #FFFFFF;
}

a.listing {
	color: #FFFFFF;
	font-weight: bold;
}

a.listing:hover {
	color: #FF0000;
}
	
.emptylist {
	background-color: #EEEEEE;
	text-align: center;
	font-style: italic;
}
	

.inactif {
	color: #777777;
	font-style: italic;
}

.secSection {
	font-weight: bold;
}
.CosecSection {
	font-weight: bold;
}
.tresSection {
	font-weight: bold;
}

.FdsecSection {
	color: #FFFFFF;
	background-color: #ff0000;
}
.FdCosecSection {
	color: #FFFFFF;
	background-color: #c303fb;
}

.FdtresSection {
	color: #FFFFFF;
	background-color: #0000ff;
}

.corrLocal {
	font-weight: bold;
}

.FdcorrLocal {
	color: #000000;
	background-color: #ffff00;
}

.corrLocalTresor {
	font-weight: bold;
}

.FdcorrLocalTresor {
	color: #FFFFFF;
	background-color: #005014;
}




.acronyme {
	color: #AAAAAA;
	font-style: italic;
}

#copyright {
	color: #CCCCCC;
	font-style: italic;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
}

#copyright a {
	color: #CCCCCC;
}

#copyright a:hover {
	color: #FF0000;
}

.exemple {
	color: #999999;
}

#logo {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	width: 150px;
	height: 100px;
}

#nav1 {
	width: 150px;
	margin-left: 5px;
	border-color: #7777FF;
	border-width: 2px;
	border-style: solid;
}

#nav1 h1 {
	margin: 2px;
	font-size: 10px;
	background-color: #DDDDFF;
	padding-left: 2px;
}

#nav1 ul {
	list-style-type: none;
	margin: 2px;
	padding: 0px;
	border: none;
}

#nav1 li {
	background-color: #EEEEEE;
	margin-bottom: 2px;
	padding-left: 2px;
}	

#logout {
	width: 150px;
	margin-left: 5px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#legende {
	width: 150px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-color: #7777FF;
	border-width: 2px;
	border-style: solid;
}

#legende table {
	width: 100%;
}

#legende h1 {
	margin: 2px;
	font-size: 10px;
	background-color: #DDDDFF;
	padding-left: 2px;
	text-align: left;
}	 

#legende td {
	padding-left: 2px;
}	 

#legende .back {
	background-color: #EEEEEE;
}	 
		
.color-sample {
	border-color: #AAAAAA;
	border-width: 1px;
	border-style: solid;		
}	 
	
#content {
	position: absolute;
	padding-right: 15px;
	left: 170px;
}

#menu {
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}

#listfilter {
	text-align: right;
}

#listfilter form {
	margin-bottom: 0px;
}

#infoline {
	margin-top: 10px;
}

#infoline2 {
	margin-top: 2px;
}

#mailing_preview {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;;
	margin-right: 30px;
	border-color: #DDDDDD;
	border-width: 2px;
	border-style: solid;
}
	
#mailing_preview th {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	background-color: #EEEEEE;
}

#errorbox {
	color: #FF0000;
	border-color: #FFDDDD;
	border-width: 2px;
	border-style: solid;
}
		
#errorbox h1 {
	background-color: #FFDDDD;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

#errorbox ul {
	list-style-type: none;
	margin: 2px;
	padding: 0px;
	border: none;
}

#warningbox {
	color: #000000;
	border-color: #FFE8CC;
	border-width: 2px;
	border-style: solid;
}
		
#warningbox h1 {
	background-color: #FFE8CC;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

#warningbox ul {
	list-style-type: none;
	margin: 2px;
	padding: 0px;
	border: none;
}		

#input-table #libelle {
	font-size: 11px;
	text-align: left;
	background-color: #DDDDFF;
	font-weight: normal;
}

#input-table #souslibellesup {
	font-size: 12px;
	text-align: center;
	background-color: #d2d2f2;
	font-weight: bold;
}
 #souslibellefctpart {
	font-size: 11px;
	color: #2333dd;
	text-align: left;
	font-weight: normal;
}
#input-table #libellesup {
	font-size: 12px;
	text-align: left;
	background-color: #aeaeb7;
	font-weight: bold;
}

#input-table #header {
	text-align: left;
	font-weight: bold;
}
	
#input-table td {
	background-color: #EEEEEE;
}

#installpage {
	background-color: #DDDDFF;
	padding-left: 20px;
}

#installpage p {
	background-color: #DDDDFF;
	padding-left: 20px;
	width: 80%;
}
	
#installpage h1 {
	text-align: left;
	margin: 0px;
	font-size: 12px;
}
	
#installpage #submitbutton2 {
	text-align: center;
	padding-left: 20px;
}
	
#installpage #submitbutton3 {
	text-align: right;
	padding-right: 20px;
}
		
.titreinstall {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	background-color: #FBFBFB;
	border-color: #BBBBBB;
	color: #000000;
	left: 0px;
	right: 0px;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

.footerinstall {
	font-size: 11px;
	text-align: right;
	padding-right: 20px;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	background-color: #FBFBFB;
	border-color: #BBBBBB;
	color: #000000;
	left: 0px;
	right: 0px;
	margin: 0px;
}

/*********** LIVE VALIDATION *******************/
.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
	color:#CC0000;
}
	
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    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,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #CC0000;
}
/***********************************************/

.hint{
    background: #EDEDED;
    color: black;
    margin-top: 5px;
    padding: .5em;
    /*font-weight: bold;*/
    visibility: visible;
    opacity: 1;
    max-height: 500px;
    max-width: 972px;
    transition: visibility 0s, opacity 0.3s, max-height 0.6s linear;

    -moz-border-radius:3px 3px;
    -webkit-border-radius:3px 3px;
    border-radius:3px 3px;
  }
  
  .hide {
    visibility: hidden;
    opacity: 0;
    max-height: 0px;
    transition: max-height 0.3s, opacity 0.3s, visibility 0.3s linear;
  }