@charset 'UTF-8';
@import url("font-awesome.min.css");
html {background-color: #CCDDEE;} /*#112233;}*/
body,input,textarea,select
	{
		font-family: arial, sans-serif;
		font-weight: 300;
		font-size: 10pt;
		line-height: 1.75em;
		color: #036;
		-webkit-text-stroke: 0.1px;
	}
input:focus, textarea:focus, select:focus {
    border-left   : darkblue 2px solid;
    border-top    : darkblue 2px solid;
    border-right  : #ffd324 2px solid;
    border-bottom : #ffd324 2px solid;
        }
body, #body, a, .form-table .pre {color: #112233;} /*#174F69;}*/
body, textarea {line-height: 1.4em;}
body {background: none repeat scroll 0 0 #FFFFFF;}
a:active, a:focus {color: #0066CC !important;}
.left {float:left;}
.right {float:right;}

/* HEADER */
header {
	height: 40px;
}
header h1 {
	display: inline-block;
	vertical-align: baseline;
	height: 24px;
	margin:16px 0 0 0;
	text-shadow: 1px 1px 0 #FFFFFF;
}
header h1 a {
	vertical-align: baseline;
	padding: 0 5px;
}
#head a{
    text-decoration: none;
}
#site-titre {font-size: 150%; color:#2D7DC5;}
#site-version {font-size: 100%;vertical-align: baseline;}
#header-logo {margin: 7px 0 0 15px;}
#head {
	vertical-align: middle;
    background: url("../images/postbox-bg.gif") repeat-x scroll left bottom #F6F9FF;
    border-bottom: 0 none;
    height: 40px;
}
#user-info {margin: 5px 5px;}
#reponse {
    background-color: #FFFF88;
    display: none;
    font-size: 100%;
    font-weight: bolder;
    min-height: 32px;
    margin: 0;
    padding: 5px 0;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    opacity: 0.8;
    border-radius: 0 0 10px 10px;
}

/* NAV */
nav {
	display:inline-block;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	margin: 5px 10px;
	padding: 0 10px;
	background: url("../images/title-gradient.png") repeat-x scroll left top #F3F9FF;
    border: 1px solid #FFFFFF;
    border-radius: 10px 10px 10px 10px;

}
nav ul {
	list-style: none;
	display: inline;
}
/* nav ul:after { clear: both;) */
nav ul li {
	list-style: none;
	vertical-align: middle;
	text-align: center;
	display: block;
	float: left;
    height: 30px;
    width: 60px;
	padding: 0;
}
.img-menu1 {
	background: url(../images/icons/30/Home.png) no-repeat scroll center top transparent;
}
.img-menu2 {
	background: url(../images/icons/30/History.png) no-repeat scroll center top transparent;
}
.img-menu3 {
	background: url(../images/icons/30/Users.png) no-repeat scroll center top transparent;
}
.img-menu4 {
	background: url(../images/icons/30/Book.png) no-repeat scroll center top transparent;
}
.img-menu5 {
	background: url(../images/icons/30/Annales.png) no-repeat scroll center top transparent;
}
.img-menu6 {
	background: url(../images/icons/30/Print.png) no-repeat scroll center top transparent;
}
.img-menu7 {
	background: url(../images/icons/30/Information.png) no-repeat scroll center top transparent;
}
nav li a {
	display: block ;
}
nav li a:hover, nav li a:focus, nav li a:active { 
    background-color: #99f ;
   	opacity: 0.33;
    height: 30px; 
}
/* SECTION */
section { 
    margin: 10px; 
    text-align: center; 
    min-height: 50px; 
    border:1px solid;
   /* font : Arial,Helvetica,sans-serif;*/
    font : Tahoma, Geneva,sans-serif;
}
td {padding: 0px 1px 0px 3px;}
h2 {font-size: 150%; padding: 5px 0 0 0;}
/*input:optional {background-color: #DDEEFF;}
input:required {background-color: #FFF8DF;}*/
input {margin:2px;}
input[readonly]{border:0px;}
label[disabled]{color : whitesmoke;}
p[disabled]{color : whitesmoke;}
select[disabled]{border:0px;background-color: transparent;}
textarea[disabled]{border:0px;background-color: transparent;}
a:hover {opacity:0.33;}
/*input:invalid  {background-color: red;}*/
.inblock {display: inline-block; vertical-align: text-top;}
/* TABLES FACON LISTING */
.tabeven {
    height:30px;
    background-color:whitesmoke;
}
.tabodd {
    height:30px;	
    background-color:lightsteelblue;
}
.center {
    text-align: center;
}
#tabtitre {
    height:30px;
    /* background-color: #013753;*/
    background: url("../images/title-gradient.png") repeat-x scroll left bottom #CCDDEE;
    color : #FFFFFF;
    font-weight : bold;
}
#tabtitre a {color:#FFFFFF;font-weight: bold;}
#tabtitre a:hover {text-decoration:none;opacity:1.0;}
#colcptr {color:#92cae4;font-weight: bolder;text-align: right;}

#tab20px {
    height:20px;
}

#tab30px {
    height:30px;
}

/* Boutons */
.inb {
	/*background-color:#00a3d9;	/*#006cd9;*/
	background     : url("../images/fav-gradient.png") repeat-x scroll left bottom #CCDDEE;
	font-family    : arial,sans-serif;
	font-size      : 130%;  /* revoir cette taille */
	font-weight    : 500;
	box-shadow     : none;
	color          : #0066CC;;
	border         : none;
	padding-left   : 0.2em;
	padding-right  : 0.2em;
	padding-top    : 0.2em;
	padding-bottom : 0.2em;
	text-align: 	center;
	text-decoration: none;
    -webkit-border-radius : 4px;
    border-radius         : 5px;
        margin            : 26px 5px 0 5px;
}
.inb:hover {
    opacity: 0.50;
	/* background-color: #00a3d9;	*/
	background : url("../images/fav-gradient.png") repeat-x scroll left bottom #CCDDEE;
}

.inb:disabled {
    opacity : 0.33;
}

.inb:active {
	background-color: #5dc2f1;
}

.inb:focus {
    /* border:1px solid RGB(0,0,0); */
	outline: none;
    box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); 
}
/* TextBox en erreur */
.tbxError {
    border:  solid 2px red;
}
/* Pour faire patienter l'utilisateur */
#loading { 
    /*position:absolute; */
    display:none; 
    /*top:25%;*/ 
    width:100%; 
    /*left:25%;*/  
    z-index:-1; 
} 


/*#listerecteam ul ul {display: none;}*/
/*
.inb {
	-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea) );
	background:-moz-linear-gradient( center top, #bddbfa 5%, #80b5ea 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea');
	background-color:#bddbfa;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #0b2161;
	display:inline-block;
	color:#1C1C1C;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 13px;
	text-decoration:none;
}.inb:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa) );
	background:-moz-linear-gradient( center top, #80b5ea 5%, #bddbfa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa');
	background-color:#80b5ea;
}.inb:active {
	position:relative;
	top:1px;
}
*/
/* This imageless css button was generated by CSSButtonGenerator.com */
sacrements {
    	margin : 10px;
        display: block;
	left : 0;
	width:95%;
	color:black;
	text-align:left;
        border : 0px solid;
        font : Arial,Helvetica,sans-serif;
}

#persoconteneur {
    position : relative;
    border-collapse: collapse;
    display : table;
    width    : 98%;
    margin   : 10px;
}

#persoconteneur th {
    width : 100%;
    text-align : center;
   font-weight :  bolder;
} 

#persorow {
    display : table-row
}
#persocell {
    display : table-cell;
    overflow: auto;
    height:100px;
    width:40%;
    border-bottom: 1px solid black;
}

#persoleft {
    display : table-cell;
    width : 60%;
    overflow: auto;
    max-height:50px;
    border : 1px solid black;
    /*background-color: #CCDDEE;*/
}
#persoright {    
    display : table-cell;
    width : 100%;
    overflow: auto;
    max-height:50px;
    border : 1px solid black;
    /*background-color: #CCDDEE;*/
}
#tabpersoequipe {
    width:100%;
    line-height : 20px;
}
sacrements td {
    border-width: 0px 0px 0px 0px ;
    border-style : solid;
}
/* TABLES FACON LISTING */
.sacreven {
    height:30px;
    background-color:aliceblue;
}
.sacrodd {
    height:30px;
    background-color:whitesmoke;
}

#persotitre {
    height:30px;
    /* background-color: #013753;*/
    /*background: url("../images/fav-gradient.gif") repeat-x scroll left bottom #CCDDEE;*/
    background: url("../images/blue-grad.png") repeat-x scroll left bottom #CCDDEE;
    color :#0066CC;
    font-weight : bold;
}
.center {
    text-align: center;
}

/* formes pour les fenêtres sacrements */
#sacrconteneur {
    position : relative;
    border-collapse: collapse;
    display : table;
    width    : 98%;
    margin   : 2px;
}
#sacrconteneur input[readonly]{border:0px;background-color: transparent; color: blue; font-weight: bold}
select[disabled]{border:0px;background-color: transparent;}
textarea[disabled]{border:0px;background-color: transparent;}
a:hover {opacity:0.33;}

#sacrleft {
    display : table-cell;
    width : 40%;
    border : 1px solid black;
    background-color: #f1f1f1;
}
#sacrright {
    
    display : table-cell;
    width : 60%;
    border : 1px solid black;
    background-color: #f1f1f1;
}
#sacrfooter {
    position : relative;
    display : block;
    width : 98%;
    margin   : 2px;
    background-color: #f1f1f1;
    border : 1px solid black;
}
#sacrfooter input[readonly]{border:0px;background-color: transparent;}
select[disabled]{border:0px;background-color: transparent;}
textarea[disabled]{border:0px;background-color: transparent;}
#sacrcontboutons {
    position : relative;
    display : block;
    width : 98%;
    margin   : 2px;
    text-align: right;
    background-color: #f1f1f1;
    border : 1px solid black;
}


/* LISTES D'ENREGISTREMENTS (Pour fiches générales : équipes, célébrants, lieux, */
#listerecords {
    margin-left :	0px;
    margin-right:	0px;
    margin-top:		0px;
    height:             300px;
    line-height :	1.2em;
    background:		#ffffff; 
    border-top : 	1px solid #ffffff;
    border-bottom: 	1px solid #000000;	
    overflow: 		auto; /* permet le scrolling automatique */
}
#listecp {
    margin-left :	0px;
    margin-right:	0px;
    margin-top:		0px;
    height:             300px;
    line-height :	1.2em;
    background:		#ffffff; 
    border-top : 	1px solid #ffffff;
    border-bottom: 	1px solid #000000;	
    overflow: 		auto; /* permet le scrolling automatique */
}

#cpowners {
   margin-top : 3px;
   margin-right: 3px;
   background-color: #eeeeee; 
   height: 100px;
   overflow : auto;
}
.cpowner_table{
    background-color: white;
    width:100%}
.cpowner_name{color : blue;}
.cpowner_type{color :black;}
em {font-style:italic;}

#listerecteam {text-align:left; height:200px; overflow : auto;}
#listerecteam a {
    display :block;
    text-decoration : none;
    line-height: 25px;
    width : 100%;
}

#listerecteam ul, #listerecteam ul ul {
    text-align: left; list-style-type: none;
  width:100%;

}
#listerecteam ul li {
    list-style-type: none; 
    list-style-image: none; 
    margin-left: 20px;    
 }
 
 #listrecteam {texte-decoration:none;}
 #listerecteamline  {
     display:table;
     width:100%
 }

 #listerecteamcell_left {
     display:table-cell;
     width:2%;
 }

 #listerecteamcell_right {
     display:table-cell;
     width:98%;
 }
 
#equipeconteneur {
    position : relative;
    border-collapse: collapse;
    display : table;
    width    : 98%;
    margin   : 2px;
}

#equipeleft {
    display : table-cell;
    width : 70%;
    border : 1px solid black;
    overflow: 		auto; /* permet le scrolling automatique */
}
#equiperight {
    display : table-cell;
    width : 30%;
    border : 1px solid black;
    overflow: 		auto; /* permet le scrolling automatique */
}


.equipeeven {
    color : #0F5EA2;
    background-color:whitesmoke;
    font-weight : bold;
}
.equipeodd {
    color : #0F5EA2;
    background-color:lightsteelblue;
    font-weight : bold;
}
#equipetitre {
    height:30px;
    /* background-color: #013753;*/
    /*background: url("../images/fav-gradient.gif") repeat-x scroll left bottom #CCDDEE;*/
    background: url("../images/blue-grad.png") repeat-x scroll left bottom #CCDDEE;
    color :#0066CC;
    font-weight : bold;
}


/* Gestion des sorties paramétrables */
#sortieconteneur {
    position : relative;
    border-collapse: collapse;
    display : table;
    width    : 98%;
    margin   : 2px;
}

#sortieleft {
    display : table-cell;
    width : 50%;
    border : 1px solid black;
    overflow: 		auto; /* permet le scrolling automatique */
}
#sortieright {
    display : table-cell;
    width : 50%;
    border : 1px solid black;
    overflow: 		auto; /* permet le scrolling automatique */
}
#sortietitre {
    height:30px;
    /* background-color: #013753;*/
    /*background: url("../images/fav-gradient.gif") repeat-x scroll left bottom #CCDDEE;*/
    background: url("../images/blue-grad.png") repeat-x scroll left bottom #CCDDEE;
    color :#0066CC;
    font-weight : bold;
}

/* POUR GéRER LES TABLES INITIALES */
#ticonteneur {    height:750px;}
#ticonteneur input[readonly]{border:0px;background-color: transparent; color: blue; font-weight: bold}
select[disabled]{border:0px;background-color: transparent;}
textarea[disabled]{border:0px;background-color: transparent;}
a:hover {opacity:0.33;}

/* contient le menu */
#tileft {
    display : table-cell;
    vertical-align: top;
    width : 20%;
    height : 100%;
    border : 1px solid black;
    background-color: #f1f1f1;
}
#tiright {
    
    display : table-cell;
    width : 80%;
    height : 100%;
    border : 1px solid black;
    background-color: #f1f1f1;
}

#divLoading {
    width:70%;
}


/* Forme des sous menus */
.submenu {
}
.submenu a {
	display:block;
	width:100%;
/*	background-image:url(../images/submenua.png);
	background-position:right;
	background-repeat:no-repeat;    */
	padding:0px;
        text-decoration: none;
}
.submenu a:hover {
	background-color:#eeeeee;
	background-image:url(../images/submenua_hover.jpg);
	background-repeat:repeat-y;
        color: blue;
        font-weight: bold;
}
.submenu li {
    list-style-type: none;
}

/* FOOTER */
footer {
    background: url("../images/fav-gradient.gif") repeat-x scroll left bottom #CCDDEE;
}

/* STYLES POUR LE PLANNING */
.hplan {
	background-color:whitesmoke;
}
.hplanjf {
	background-color:thistle;
}
/* manirac - ticket 118 - 04/02/2015 */
.hplantoday {
	background-color: khaki;
        font-weight : bold;
}


/* info bulles spéciales du planning */
span.agbulle {
  position : relative;
  border-bottom : 1px dotted #fa8;
}
span.agbulle span{
  display : none; 
}
span.agbulle:hover span {
  position : absolute;
  top : 20px;
  left : 20px;
  padding : 5px;
  display : block;
  border : 1px solid #fa8;
  background-color : #ffb;
  color : #000;
  z-index:99;
  text-decoration : none;
  white-space : nowrap;
-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;  
}
.normal {font-weight: normal;}

/* info bulles spéciales pour la dernière colonne du planning */
/* Manirac 11/02/2015 */
span.aglastb {
  position : relative;
  border-bottom : 1px dotted #fa8;
}
span.aglastb span{
  display : none;
}
span.aglastb:hover span {
  position : absolute;
  top : 20px;
  right : 20px;
  padding : 5px;
  display : block;
  border : 1px solid #fa8;
  background-color : #ffb;
  color : #000;
  z-index:99; 
  text-decoration : none;
  white-space : nowrap;
-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;  
}


.agtab {
    color : black;
    font-weight : bold;

}

#agtab a {color:#0066CC;
       font-weight: bold;}


#aghead {border-top:solid 1px #CCCCCC;
         border-bottom:solid 1px #CCCCCC;
         border-right:dotted 1px #CCCCCC;
         text-align : center;
	padding-top :	0.2em;
	padding-bottom : 0.2em;
}
#aghead a {
	background-color:white; 
	color: 	 RGB(0,0,139);
        font-size: 0.9em;
	border:	 1px solid #CCCCCC;
	padding-left :	0.2em;
	padding-right :	0.2em;
	padding-top :	0.1em;
	padding-bottom : 0.1em; 
	text-align: 	center;
	text-decoration: none;
}
#aghead a:hover {text-decoration:none;opacity:0.33;}

#aghtoday {border-top:solid 1px #CCCCCC;
         border-bottom:solid 1px #CCCCCC;
         border-right:dotted 1px #CCCCCC;
         background-color: khaki; 
         text-align : center;
	padding-top :	0.2em;
	padding-bottom : 0.2em;
}
#aghtoday a {
	background-color:white; 
	color: 	 RGB(0,0,139);
        font-size: 0.9em;
	border:	 1px solid #CCCCCC;
	padding-left :	0.2em;
	padding-right :	0.2em;
	padding-top :	0.1em;
	padding-bottom : 0.1em; 
	text-align: 	center;
	text-decoration: none;
}
#aghtoday a:hover {text-decoration:none;opacity:0.33;}

/* convocation journée entière*/
.agtabhead {
    background-color:whitesmoke; 
    text-align:center;
    font-weight: bold;
    height : 20px;
}
.agtabhead a:hover {text-decoration:none;opacity:1.0;}

/* convocation horodatée*/
.agtablign{
    height: 20px;
text-align:center;
border-bottom: 1px solid black;
}
.agtablign a:hover {text-decoration:none;opacity:1.0;}



/* formes pour la fenêtre convocations */
#convoconteneur {
    position : relative;
    border-collapse: collapse;
    display : table;
    width    : 98%;
    margin   : 2px;
}
#convoconteneur input[readonly]{border:0px;background-color: transparent; color: blue; font-weight: bold}
select[disabled]{border:0px;background-color: transparent;}
textarea[disabled]{border:0px;background-color: transparent;}
a:hover {opacity:0.33;}
h2 {font-size: 1.5em; 
    padding: 0.5em 0em 0.75em 0em;
    color: whitesmoke;
    text-shadow :-1px -1px black,
                  1px -1px black,
                  -1px 1px black,
                  1px 1px black;
    text-align : center;
    letter-spacing: 0.2em;
    }
.convotablign {height : 35px;}
#convoleft {
    display : table-cell;
    width : 99%;
    border : 1px solid black;
    background-color: #f1f1f1;
}
#convoright {   
    display : table-cell;
    width : 1%;
    border : 1px solid black;
    background-color: #f1f1f1;
}
#convofooter {
    position : relative;
    display : block;
    width : 100%;
    margin   : 2px;
    background-color: #f1f1f1;
    border : 1px solid black;
}
#convofooter input[readonly]{border:0px;background-color: transparent;}

select[disabled]{border:0px;background-color: transparent;}
textarea[disabled]{border:0px;background-color: transparent;}
#convocontboutons {
    position : relative;
    display : block;
    width : 98%;
    margin   : 2px;
    text-align: right;
    background-color: #f1f1f1;
    border : 1px solid black;
}

/*
Rajout d'une nouvelle école ou d'une nouvelle profession
*/
/* on atténue la luminosité de la fenêtre */
#overlay{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
/* on fait apparaitre la fenêtre modale */
.popup_block{
    background: #fff;
    border-top : 1px solid #ddd;
    border-bottom : 1px solid #ddd;
    border-left : 1px solid #ddd;
    border-right : 1px solid #ddd;
    position:fixed;
    top:30%;left:25%;
    overflow: hidden;
    /*margin: 1% auto;*/
    width: 80%;
    max-width: 400px;
    height : 40%;
    box-shadow: 0px 0px 20px #000;
    border-radius: 10px;
    padding-top: 5%;
    padding-left: 1%;
}
#divNewSchool {
    width:70%;
}
#divNewSchool h2{text-align:left;}

#divNewProf {
    width:70%;
}
#divNewProf h2{text-align:left;}

#divSelClasse {
    width:70%;
}
#divSelClasse h2{text-align:left;}

/* on fait apparaitre la fenêtre modale */
.popup_block_login {
    background: #fff;
    border-top : 1px solid #ddd;
    border-bottom : 1px solid #ddd;
    border-left : 1px solid #ddd;
    border-right : 1px solid #ddd;
    position:fixed;
    top:5%;left:10%;
    overflow: hidden;
    /*margin: 1% auto;*/
    width: 80%;
    /*max-width: 400px;*/
    height : 90%;
    box-shadow: 0px 0px 20px #000;
    border-radius: 10px;
    padding-top: 1%;
    padding-left: 1%;
}

.expli_new_version {
    background: #92cae4;
    border-top : 1px solid #ddd;
    border-bottom : 1px solid #ddd;
    border-left : 1px solid #ddd;
    border-right : 1px solid #ddd;
    position:relative;
    //top:30%;left:5%;
    //overflow: auto;
    text-align: center;
    /*margin: 1% auto;*/
    width: 90%;
    /*max-width: 400px;*/
    height : 10%;
    border-radius: 10px;
    padding-top: 1%;
    padding-left: 1%;
}
#divAbo {
    width:100%;
    font-size : 1.4em;
}
#divAbo h2{text-align:center;font-size:1.0em;}

#divExpli {
    width:100%;
    font-size : 1.4em;
}
#divExpli h2{text-align:center;font-size:1.0em;}


/* RECHERCHE AVANCEE (PREC.TPL)
===================================*/

/* on fait apparaitre la fenêtre modale */
.popupRecAvancee{
    background: #fff;
    border-top : 1px solid #ddd;
    border-bottom : 1px solid #ddd;
    border-left : 1px solid #ddd;
    border-right : 1px solid #ddd;
    position:fixed;
    top:10%;left:10%;
   overflow: auto;
   /*margin: 1% auto;*/
    width: 80%;
    //max-width: 400px;
    height : 80%;
    box-shadow: 0px 0px 20px #000;
    border-radius: 10px;
    //padding-top: 5%;
    //padding-left: 5%;
}

#divRecAvancee {
   padding-top: 5%;
   padding-left: 5%;    
   width : 90%;
}

#tabRecAvancee {
    width:100%;
    padding: 2px;
}


