@media print { 
	#footer, #header, #col1, #printbtn {
		display: none;
	}
} 

*:focus {
	outline: none;
}
*::-moz-focus-inner {
	border: none;
}
      
* {
	font-family: Arial;
}

img { border: none; }

.clearfx { width: 100%; clear: both; }

body, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;	
	color: #3e3e3e;
	font-size: 13px;
	font-family: Arial,"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	line-height: 1.35em;
	text-align: center;
    background-color: #2f2f2f;
}

h1 {
	margin: 20px 0 15px 0;
	padding: 0;
	font-size: 24px;
	line-height: 24px;
	height: auto;
	color: #D20153;
	text-shadow: 1px 1px #ccc;
	float: left;
	width: 100%;
}

h2 {
	margin: 20px 0;
	font-size: 22px;
	color: #535353;
	text-shadow: 1px 1px #fff;
}

h3 {
	margin: 10px 0;
	font-size: 19px;
	color: #4071b5;
	text-shadow: 1px 1px #fff;
}

h4 {
	margin: 20px 0 10px 0;
	font-size: 18px;
	color: #9c1006;
	text-shadow: 1px 1px #fff;
}

h5 {
	margin: 20px 0 10px 0;
	font-size: 16px;
	color: #009640;
	text-shadow: 1px 1px #fff;
}

h6 {
	margin: 20px 0 10px 0;
	font-size: 14px;
	color: #009fe3;
	text-shadow: 1px 1px #fff;
}

#header {background: #f3f3f3; width: 100%; height: 123px;}
#header_content {width: 1250px; margin: auto;}
#header-logo, #barremenu, .whowhat {margin-top: 10px; margin-bottom: 10px;}

.menu { float: left;}

#wrapper {
	width: 100%;
	text-align: center;
	min-height: 400px;
	float: left;
	background: url('/images/bg.jpg') repeat-y center top;
    background-color: #373737;
}
#wrappercenter { width: 1000px; margin: auto; text-align: left; background: #fff; min-height: 400px;}
/* plus large pour le tableau de bord */
#wrappercenter.wrappercenter_tableau_bord, #wrappercenter.wrappercenter_gerer_cours { width: 1250px; margin: auto; text-align: left; background: #fff; min-height: 400px;}
#wrappermenu {
	width: 100%;
	text-align: center;
	min-height: 400px;
	float: left;
	background: url('/images/fond-eleve-gris.jpg') no-repeat center top;
    background-color: #f3f3f3;
}
#wrappermenucenter { width: 1000px; margin: auto; text-align: left; /*background: #fff;*/ min-height: 400px; }

#footer {
	width: 100%;
	text-align: center;
	float: left;
	height: 43px;
	font-size: 12px;
    color: #f3f3f3;
	background-color: #2f2f2f;
}
#footercenter { width: 940px; text-align: left; margin: auto; color: #fff; margin-top: 12px; }

#heureActuelle { width: 150px; float: right; text-align: right; }

/* BLOCK CONNEXION */
#wrapperConnexion {
	font-size: 17px;
	margin: 50px;
}
#wrapperConnexion h2 {
	text-align: center;
	margin-bottom: 30px;
}
#blockConnexion {
	width: 575px;
	padding: 10px 0 20px 0;
	margin: 20px auto;
	-webkit-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#blockConnexionTitre {
	width: 576px;
	margin: 30px auto;
	font-weight: normal;
	font-size: 21px;
	background: #f7bb3f;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
}
#blockConnexionErreur {
	color: red;
	/*width: 940px;*/
	font-size: 16px;
	min-height: 20px;
	font-weight: bold;
	text-align: center;
    padding: 2px 0;
	margin-top: 20px;
}
#blockConnexionForgot {
	color: #e53487;
	/*width: 910px;*/
	/*float: left;*/
	/*clear: both;*/
	height: 20px;
	/*margin: 0 0;*/
	text-align: center;	
}
#blockConnexionForgot a, a:link, a:visited {
	color: #e53487;
	text-decoration: underline;
}
#blockConnexionForgot a:hover {
	color: #e53487;
	text-decoration: none;
}
#blockConnexion>form>p>label {
	color: #727272;
	/*display: block;*/
	font-size: 0.95em;
	margin: 6px auto;
	width: 100%;
	text-align: center;
	/*float: left;*/
	line-height: 20px;
}
#blockConnexion>form>p {
	margin: 10px 0 0 0;	
	/*float: left;*/
	clear: both;
}
#blockConnexion>form>p>input {
	background: none;
	color: #373a3c;
	width: 280px;
	padding: 7px;
	display: block;
	margin: 6px auto;
	border: 2px solid #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size: 17px;
	font-family: arial;
}
#blockConnexion>form>p>input:hover {
}

#blockConnexion>form>p>input[type=submit] {
	background-color: #e8327d;
	color: #f3f3f3;
    border: 2px solid #e8327d;
	width: 298px;
	margin-top: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
#blockConnexion>form>p>input[type=submit]:hover {
	background-color: #fff;
	color: #e8327d;
}
/**/

label {
	width: 100px;
	text-align: right;
	line-height: 26px;
}

label[for="id_nom_utilisateur"], label[for="id_mdp"] {float: left;}

input {
	margin: 2px;
	padding: 3px 7px;
	-moz-border-radius:6px;
	border-radius:6px;
	-khtml-border-radius:6px;
	font-family: Arial;
	font-size: 14px;
	background: url('../images/formbg.jpg') #fff top repeat-x;
	border: 1px solid gray;
}

input:hover, input:focus { 
	border: 1px solid #CD0054;	
}

select {
	margin: 2px;
	padding: 3px 7px;
	-moz-border-radius:6px;
	border-radius:6px;
	-khtml-border-radius:6px;
	font-family: Arial;
	font-size: 14px;
	background: url('../images/formbg.jpg') #fff top repeat-x;
	border: 1px solid gray;
}

select:hover, select:focus { 
	border: 1px solid #CD0054;	
}

textarea {
	padding: 6px;
    -moz-border-radius:6px;
	border-radius:6px;
	-khtml-border-radius:6px;
	font-family: Arial;
	font-size: 14px;
	background: url('../images/formbg.jpg') #fff top repeat-x;
	border: 1px solid gray;
}

textarea:hover, textarea:focus {
	border: 1px solid #CD0054;	
}

input[type=submit],
input[type=button],
.btn-primary {
    cursor: pointer;
    background: #CD0054;
    color: #fff;
    border: 1px solid #CD0054;
    padding: 4px 9px;
    -moz-border-radius:6px;
    border-radius:6px;
    -khtml-border-radius:6px;
}

input[type=submit]:hover,
input[type=button]:hover,
.btn-primary:hover {
    background: #750044;
    border-color: #750044;
}

hr { display: none; }

/* BOUTONS - 2017 */
a.bouton, button.bouton {
	display: inline-block;
	border: 1px solid transparent;
	font-size: 0.95em;
	cursor: pointer;
	text-decoration: none !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 4px;
	padding: 3px 5px;
	margin: 3px 0;
}
a.bouton[disabled], button.bouton[disabled] {
	cursor: not-allowed;
	opacity: .65;
}
a.bouton-mini, button.bouton-mini {
	padding: 1px 5px;
	margin: 0 0;
}
a.bouton-defaut, button.bouton-defaut {
	background-color: #ecf0f1;
	color: #333 !important;
	border-color: #999;
}
a.bouton-defaut:hover, button.bouton-defaut:hover {
	background-color: #fff;
}
a.bouton-defaut[disabled], button.bouton-defaut[disabled] {
	background-color: #fff;
	border-color: #ccc;
}
a.bouton-rouge, button.bouton-rouge {
	background-color: #c0392b;
	color: #fff !important;
}
a.bouton-rouge:hover, button.bouton-rouge:hover {
	background-color: #e74c3c;
}
a.bouton-vert, button.bouton-vert {
	background-color: #27ae60;
	color: #fff !important;
}
a.bouton-vert:hover, button.bouton-vert:hover {
	background-color: #2ecc71;
}

/* BTN SAVE */
#divLeCours input.enregistrerValeur {
	float: right;	
}

#divLeCours input.enregistrerValeur[type=button] {
       width: 94px;
       height: 28px;
       background: url('/images/btnsave.png') top left;
	   padding: 0;
	   border: none;
	   cursor: pointer;
}

#divLeCours input.enregistrerValeur[type=button]:hover, #divLeCours input.enregistrerValeur[type=button]:focus {
	background: url('/images/btnsave.png') bottom left;
}
/**/

.tableaux{
  display:inline-block;
  vertical-align:top;
}

table {
	width: 100%;
	font-size: 0.95em;
}

table, tr, td, th {
	border-collapse: collapse;
	border: 1px solid #555;
}

table td,table th{
	padding: 5px;
}

sup, sub {line-height:0;}

a, a:link, a:visited {
	color: #a96e86;
	text-decoration: underline;
}
a:hover {
	color: #a46154;
	text-decoration: none;
}

#content, #content_full {
	float: left;
	height: auto;
}
#content {
	width: 1000px;
	background: #fff;
	padding: 0px 10px 20px 10px;
}

/* plus large pour le tableau de bord */
#content.content_tableau_bord {width: initial; background: #fff; padding: 0px 10px 20px 10px;}
#content.content_gerer_cours {width: 1250px; background: #fff; padding: 0px 10px 20px 10px;}
.note_tableau_bord {float: right; margin-right: 5px;}
.title_note_tableau_bord {margin-right: 10px;}
#col1 {
	float: left;
	height: auto;
	width: 240px;
}
#col2 {
	height: auto;
	float: left;
	width: 700px;
}

/* BARREMENU */
/*#barremenu ul {
	width: 367px;
	margin: 0 0 0 113px;
	padding: 0;
	height: 34px;
	float: left;
}*/
#barremenu ul li {
	list-style-type: none;
	display: block;
	float: none;
	height: 34px;
	margin-top: 5px;
}
#barremenu ul li a,
#barremenu ul li a:link,
#barremenu ul li a:visited {
	cursor: pointer;
	width: 140px;
	display: block;
	height: 28px;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	 background: #e72f7d;
	line-height: 28px;
	padding: 0 7px 0 7px;
	margin-bottom: 7px;
	text-align: center;
	border: 1px solid #fff;
	border-radius:6px;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
	-ms-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
	-o-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
#barremenu ul li a img {
	width: 25px;
	height: 25px;
	float: left;
	margin: 4px 0 0 0;
	padding-right: 3px;
	vertical-align: middle;
}
#barremenu ul li a:hover {
	background: #750044;
}
#barremenu ul li.active a {
	color: #fff;
	background: #d20153;
}
/**/

/* COL 1 MENU */
#col1>ul {
	-moz-border-radius:10px;
	border-radius:10px;
	-khtml-border-radius:10px;
	width: 228px;
	padding: 5px 0px;
	float: left;
	height: auto;
	margin: 13px 0;
	background: #eee;
	border: 1px solid #bbb;
}

#col1>ul>li {
	list-style-type: none;
	text-transform: uppercase;
	width: 228px;
	text-align: left;
	font-weight: bold;
	float: left;
	padding: 0;
	font-size: .90em;
	margin: 0;
	float: left;
}

#col1>ul>li>.matiere {
	background: #323232;
	color: #fff;
	width: 208px;
	padding: 5px 10px;
	float: left;
	border-bottom: 1px solid #636363;
	border-top: 1px solid #323232;
	letter-spacing: 0.3px;
	cursor:pointer;
}
#col1>ul>li>.matiere:hover {
	color: #C90055;
}

#col1>ul>li>ul {
	width: 228px;
	padding: 0px 0;
	float: left;
	margin: 0;
	height: auto;
}

#col1>ul>li>ul>li {
	list-style-type: none;
	text-transform: none;
	font-weight: normal;
	background: none;
	text-align: left;
	float: left;
	border-bottom: 1px solid #bbb;
	font-size: 0.95em;
	height: 40px;
}

#col1>ul>li>ul>li>span.sansAcces {
	color: #aaa;
	width: 208px;
	padding: 5px 10px;
	height: 20px;
	line-height: 20px;
	display: block;
	float: left;
	line-height: 11px;
}

#col1>ul>li>ul>li>a, #col1>ul>li>ul>li>a:link, #col1>ul>li>ul>li>a:visited {
	text-decoration: none;
	display: block;
	width: 208px;
	padding: 5px 10px;
	height: 20px;
	line-height: 20px;
	float: left;
	color: #3e3e3e;
	line-height: 11px;
}

#col1>ul>li>ul>li>a:hover, #col1>ul>li>ul>li>a.active:hover {
	background: #CD0054;
	color: #fff;
}

#col1>ul>li>ul>li>a.active {
	color: #CD0054;
}
/**/

/* MAINMENU */
.menuul {
	height: 27px;
	margin: -10px 0 0 140px;
	float: left;
	position: relative;
}
.menuul li { /* Ne pas mettre de width sinon décale le sous menu */
	float: left;
	height: 27px;
	list-style-type: none;
	margin: 0 1px 0 0;
	padding: 0;
}
.menuul li span, .menuul li a, .menuul li a:link, .menuul li a:visited {
	font-size: 13px;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 27px;
	width: 160px;
	text-align: center;
	text-decoration: none;
	line-height: 27px;
	background: url('../images/mainmenu.png') left top;
	cursor: pointer;
}
.menuul li span:hover, .menuul li a:hover {
	background: url('../images/mainmenu.png') left 27px;
}
.menuul li.last a, .menuul li.last a:link, .menuul li.last a:visited {
	width: 280px;
	background: url('../images/mainmenu-large.png') right top;
}
.menuul li.last a:hover {
	background: url('../images/mainmenu-large.png') right 27px;
}
.menuul li.active a {
	background: url('../images/mainmenu.png') left 27px;
}
.menuul li.active.last a {
	background: url('../images/mainmenu.png') right 27px;
}
/**/

/* PROGRESSBAR */
.bgprogress {
	width: 224px;
	height: 30px;
	float: left;
	background: url('../images/bgprogress.jpg') top left;
	margin-top: 6px;	
}

.progress {
	width: 166px;
	height: 15px;
	float: left;
	margin: 4px;
}
.progressin {
	height: 15px;	
	float: left;
	background: url('../images/progressin.jpg') top left;
}
.progress2 {
	width: 50px;
	height: 30px;
	font-size: 0.9em;
	float: left;
	margin-left: 0px;
	text-align: center;
	color: #fff;
	line-height: 23px;
}

/* Table de relevé de notes */
table#releve td {
	border: 1px solid #ccc;	
	font-size: 11px;
}

table#releve strong {
	text-transform: uppercase;
    height: 36px;
    display: block;
    line-height: 14px;
    font-size: 11px;
}

table#releve td { padding: 2px 5px; }

.noacces {
	color: #aaa;	
}

table#releve a {
	/* height: 24px; */
	display: block;	
	line-height: 24px;
}

.note {
	color: red;
	font-size: 1.1em;
	font-weight: bold;	
}

#lastInfo {
	width: 280px;
	height: auto;
	float: left;	
} #lastInfo p { font-style: italic; }

#contactProf {
	float: left;
	width: 650px;
	height: auto;
}

/* Table admin messagesrecus */
table#messagesrecus td {
	border: 1px solid #ccc;	
	font-size: 13px;
}

/* MISE EN FORME DES COURS */
#divLeCours {
	float: left;
	width: 700px;
	height: auto;
	margin-top: 0px;	
}

#divLeCours p {
	padding:  0 5px;
	line-height: 1.5em;
}

#divLeCours table, .correction table {
	text-align: center;	
}

.intro {
	border: 1px solid #DDD; 
	background-color: #EEE; 
	padding: 10px;
	-moz-border-radius:6px;
	border-radius:6px;
	-khtml-border-radius:6px;	
	width: 680px;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}

.correction {
	border: 1px solid #db7777; 
	background-color: #e8a6a6; 
	padding: 10px;
	-moz-border-radius:6px;
	border-radius:6px;
	-khtml-border-radius:6px;	
	width:660px;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}

.exos {
	border: 1px solid #5AC4DD; 
	background-color: #a3e3f2; 
	padding: 10px;
	-moz-border-radius:6px;
	border-radius:6px;
	-khtml-border-radius:6px;	
	width: 680px;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}

.commentaire {
	border: 1px solid #909C29; 
	background-color: #E1E7D8; 
	padding: 10px;
	-moz-border-radius:6px;
	border-radius:6px;
	-khtml-border-radius:6px;	
	width: 680px;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}

.box-ombre {
	border: 1px solid #9d9d9c; 
	background-color: #FFF; 
	padding: 10px;
	width: 680px;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
	box-shadow: 1px 1px 8px #555;
	margin: 0 0 10px 0;
}


.box {
	border: 1px solid #9d9d9c; 
	background-color: #FFF; 
	padding: 10px;
	-moz-border-radius:6px;
	border-radius:6px;
	-khtml-border-radius:6px;	
	width: 680px;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
	
}

.box2 {
	background-color: #FFF; 
	padding: 20px;
	-moz-border-radius:6px;
	border-radius:6px;
	-khtml-border-radius:6px;	
	margin: 0 0 20px 0;
	box-shadow: 1px 1px 8px #555;
}


.box3 {
	border: 1px solid #c5c5c5; 
	background-color: #FFF; 
	padding: 10px;
	-moz-border-radius:6px;
	border-radius:6px;
	-khtml-border-radius:6px;	
	clear: both;
	margin: 0 0 20px 0;
	box-shadow: 1px 1px 8px #555;
}

.container {
  position: relative;
  width: 100%;
}


.borderimg { border: 1px solid  #DDD; }

#infocontrole {
	font-size: 1em;
	color: red;
	text-align: center;
	float: left;
	width: 228px;
	border-left: 1px solid #ABA9B9;	
	border-right: 1px solid #ABA9B9;	
	border-bottom: 1px solid #ABA9B9;	
	padding: 5px 0;
}
#infocontrole>a { font-size: .9em; }
#infocontrole>strong { font-size: 1.2em; }
  
.red { color: red; }
.green { color: green; }


.primary-nav .secondary-nav {
		display:none;
}
.primary-nav .open {
	display:block;
}

/* print btn */
a#printbtn {
	width: 110px;
	height: 35px;
	display: block;
	text-decoration: none;
	margin-left: 612px;
	margin-top: 0;
	margin-bottom: -35px;
}
a#printbtn:hover { color: #C90055; }

a#printbtn>img {
	height: 35px;
	padding-left: 5px;
	vertical-align: middle;
}

/* gestionProfEleve */
.gestionProfEleve {
	text-align: right;
	height: 20px;
	margin-bottom: -32px;	
}

.liste-eleves {
	color: #434A54;
	border: none;
}
.liste-eleves tr, .liste-eleves td, .liste-eleves th {
	border: none;
}
.liste-eleves > tbody > tr {
	border-top: 1px solid #ddd;
}
.liste-eleves > tbody > tr:nth-of-type(2n) {
	background-color: #f2f2f6;
}

.liste-eleves #entete-identifiant {
	width: 92px;
}
.liste-eleves .tri {
	color: #bbb;
	cursor: pointer;
}
.liste-eleves .tri.actif {
	color: #2FA3ED;
	cursor: default;
}
.liste-eleves #entete-actions {
	width: 110px;
}

a.acces {
	text-decoration: none !important;
	color: #676767;
}
a.acces:hover {
	color: #929292;
}
a.matiere_actif, a.cours_actif, a.theme_actif, a.bp_actif, a.formation_actif {
	color: #ff0000;
}
a.matiere_actif:hover, a.cours_actif:hover, a.theme_actif:hover, a.bp_actif:hover, a.formation_actif:hover {
	color: #ff0000;
}
a.acces-couper, a.matiere-activer, a.cours-activer, a.theme-activer, a.bp-activer, a.formation-activer {
	color: #27ae60;
}
a.acces-couper:hover, a.matiere-activer:hover, a.cours-activer:hover, a.theme-activer:hover, a.bp-activer:hover, a.formation-activer:hover {
	color: #2ecc71
}

a.partage {
	text-decoration: none !important;
	color: #c3c3c3;
}
a.partage:hover {
	color: #959595;
}
a.partage-couper {
	color: #4a4a4a;
}
a.partage-couper:hover {
	color: #8f3d41
}

.info-controle {
	margin: 15px 0 0 0;
	padding: 10px;
	border-radius: 5px;
	background-color: #fcdeb0;
	text-align: center;
}

#tab_letter_tri { list-style:none; margin:0; padding:5px 0 30px 0; }
#tab_letter_tri li { display: inline-block; text-align:center; height:20px; padding:0px; }
#tab_letter_tri li a { display: inline-block;width:15px; height:15px; padding: 9px 20px 25px 10px; font-size:14px; font-weight:bold; text-decoration:none}
#tab_letter_tri li:first-child a {padding: 9px 40px 25px 10px;}
#tab_letter_tri li a:hover,#tab_letter_tri li a.on  { color:#fff; background:#80C3EE;}

td span.diplome {
    display: block;
    width: 45px;
    height: 30px;
    cursor: pointer;
    background-image: url('/images/diplome-nd.png');
    border: #bdc3c7 solid 1px;
}

td span.diplome-succes {
    border-color: #2ecc71;
    color: #2ecc71;
    font-weight: bold;
    padding-left: 5px;
    background-image: url('/images/diplome-oui.png');
}

td span.diplome-echec {
    border-color: #e74c3c;
    color: #e74c3c;
    font-weight: bold;
    padding-left: 5px;
    background-image: url('/images/diplome-non.png');
}

td span.diplome-nd {
    border-color: #bdc3c7;
    padding-left: 5px;
    color: #bdc3c7;
}

td span.diplome-report {
    border-color: #bdc3c7;
    color: #bdc3c7;
    padding-left: 2px;
    padding-right: 3px;
}

td span.diplome-abandon {
    border-color: #bdc3c7;
    color: #bdc3c7;
    padding-left: 2px;
    padding-right: 3px;
}

.temps_connexions, .temps_chat {
	cursor: pointer;
}

#temps_connexions_eleves, #temps_chat_eleves {
	z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
    cursor: wait;
    position: fixed;
}
#content_temps_connexions_eleves, #content_temps_chat_eleves{
	z-index: 1011;
    padding: 20px;
    position: absolute;
    width: 1200px;
    text-align: center;
    color: rgb(0, 0, 0);
    border: none;
    background-color: rgb(255, 255, 255);
	cursor: initial;
	opacity: 1;
	top: 100px;
}

.table_temps_connexions, .table_temps_chat {
	margin: 5px 0;
}

.tableau_gestion_formation {
	margin: 20px 200px;
    width: 600px;
}

.table_temps_connexions, .table_temps_connexions tr, .table_temps_connexions td,
.tableau_gestion_formation, .tableau_gestion_formation tr, .tableau_gestion_formation td {
	border: none !important;
}

.table_temps_connexions tr:nth-child(odd),
.tableau_gestion_formation tr:nth-child(odd) {
	background-color:#e4e4e4;
}

.table_temps_connexions tr:nth-child(even),
.tableau_gestion_formation tr:nth-child(even) {
	background-color:#f4f4f4;
}

.tableau_gestion_formation thead tr {
	background-color:#c90055 !important;
	color: #fff;
	font-size: 15px;
}

.tableau_gestion_formation tr td {
	padding: 10px;
}

.tableau_gestion_formation thead tr td {
	padding: 15px !important;
}

.title_temps_connexions, .title_temps_chat {
	color: #CD0054;
    margin-bottom: 10px;
    font-size: 20px;
}

.subtitle_temps_connexions, .subtitle_temps_chat {
	font-size: 16px;
	text-align: left;
	margin: 5px 0;
}

.aucune_donnees_connexions, .aucune_donnees_chat {
	color: #ff0000;
    margin-bottom: 15px;
}

.button_temps_connexions, .button_temps_chat {
	cursor: pointer;
    background: #CD0054;
    color: #fff;
    border: 1px solid #CD0054;
    padding: 4px 9px;
	border-radius: 6px;
	width: 200px;
	float: right;
	margin-top: 10px;
}

.button_pdf_temps_connexions {
	cursor: pointer;
    background: #CD0054;
    color: #fff;
    border: 1px solid #CD0054;
    padding: 4px 9px;
	border-radius: 6px;
	width: 200px;
	float: left;
	margin-top: 10px;
}

.alerte {
	clear: both;
	border: 1px solid transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	margin: 10px 0;
}
.alerte-erreur {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.alerte-succes {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alerte-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alerte-avertissement {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

#notification {
	font-size: 16px;
}
#notification-titre {
	display: block;
	background-color: #f7bb3f;
	color: #fff;
	padding: 10px;
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
}
#notification-fermer {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	background-color: #e8327d;
	color: #f3f3f3;
	border: 2px solid #e8327d;
}
#notification-fermer:hover {
	background-color: #fff;
	color: #e8327d;
}

#nouvelle-notif-formation ul {
	list-style-type: none;
	padding-left: 10px;
}
#nouvelle-notif-formation ul li {
	list-style-type: none;
	margin: 4px 0;
}

.liste-notifications {
	color: #434A54;
	border: none;
}
.liste-notifications tr, .liste-notifications td, .liste-notifications th {
	border: none;
}
.liste-notifications > tbody > tr {
	border-top: 1px solid #ddd;
}
.liste-notifications > tbody > tr:nth-of-type(2n) {
	background-color: #f2f2f6;
}

.liste-connexions {
	color: #434A54;
	border: none;
}
.liste-connexions tr, .liste-connexions td, .liste-connexions th {
	border: none;
}
.liste-connexions > tbody > tr {
	border-top: 1px solid #ddd;
}
.liste-connexions > tbody > tr:nth-of-type(2n) {
	background-color: #f2f2f6;
}
.liste-connexions > tbody > tr.ban-en-cours {
	color: #c63a3a;
}
.liste-connexions > tbody > tr.ban-en-cours {
	background-color: #ffe9e9;
	border-color: #fec9c9;
}
.couleur-ip-bannie {
	float: left;
	width: 25px;
	height: 15px;
	background-color: #ffe9e9;
	border: 1px solid #fec9c9;
	margin-right: 6px;
}
.legende-ip-bannie {
	margin-top: 15px;
	margin-left: 10px;
	color: #c63a3a;
}

ul#menu_tab_eleve { padding: 10px; margin: 15px 0 0 0; background: #ddd; float: left;}
ul#menu_tab_eleve li {
	list-style-type: none;
	padding: 0 5px;
	float: left;	
	margin: 0;
}

.timer {
	background: url('../images/clock.png') top left no-repeat;
	float: left;
	padding-left: 44px;	
	margin-left: 20px;
	height: 36px;
	width: 310px;
}

.timer span { font-weight: bold; }

/* messages internes */
div.conversation {
	width: 940px;
	float: left;
	margin: 2px 0 5px 0;
}

div.conversation + div.conversation {
	border-top: 2px dashed #ccc;
}

/* bulle */
div.question, div.reponse {
	position: relative;
	width: 700px;
	padding: 10px;
	color: #888;
	border: 1px solid #ccc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

div.question {
	background: #f5f5f5;
	margin: 10px 0 5px 8px;
	float: left;
}

div.reponse {
	background: #f5f5f5;
	margin: 10px 8px 5px 0;
	float:right;
}

div.reponse-new {
	background: #ffe5e5;
	border-color: #ffcccc;
	color: #ff8888;
}

/* message */
div.question p, div.reponse p {
	color: #555;
	padding: 5px 5px;
	margin: 0;
	text-align: left;
	text-shadow: 1px 1px 0px #fff;
}

/* pointe info-bulle */
div.question::before, div.question::after, div.reponse::before, div.reponse::after {
	content: '' !important;
	position: absolute !important;
	top: 15px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

div.question::before, div.question::after {
	left: -8px;
	border-right: 10px solid #f5f5f5;
}

div.reponse::before, div.reponse::after {
	right: -8px;
	border-left: 10px solid #f5f5f5;
}

div.reponse-new::before, div.reponse-new::after {
	right: -8px;
	border-left: 10px solid #ffe5e5;
}

div.question::before {
	left: -10px;
	border-right-color: #ccc;
}

div.reponse::before {
	right: -10px;
	border-left-color: #ccc;
}

div.reponse-new::before {
	border-left-color: #ffcccc;
}

div.conversation textarea {
	margin-top: 8px;
	margin-left: 8px;
}

div.conversation input[type="submit"], div.conversation input[type="button"] {
	margin-left: 8px;
}

div.conversation .message-objet {
	background-image: url('/images/message-question-16.png');
	background-repeat: no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	float:left;
}

div.conversation .message-objet-1 {
	background-image: url('/images/message-question-16.png');
}

div.conversation .message-objet-2 {
	background-image: url('/images/message-deblocage-16.png');
}

div.conversation .message-objet-3 {
	background-image: url('/images/message-rendezvous-16.png');
}

/* menu élève */

div#eleve-home {
	/*display: block;*/
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div#home-title {
	/*background-color: #2f3130;*/
	height: 80px;
	display: block;
}

div#formation {
	color: #e72f7d;
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 10px;
}

div#home-sections {
	/*background-color: #2f3130;*/
	height: 460px;
	margin: 0 40px 20px 40px;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

ul.sections {
	list-style: none outside none;
	overflow: hidden;
	margin: 0;
	padding: 45px 25px 0 25px;
}

li.section {
	color: #fff;
	background-color: #7a92c2;
	float: left;
	height: 150px;
	width: 150px;
	margin: 25px 60px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
}

li#section-mescours {
	 background-color: #e72f7d;
}

li#section-mescours:hover {
	background-color: #f50491;
}

li#section-question {
background-color: #02b2d1;
}

li#section-question:hover {
	background-color: #02afff;
}

li#section-planning {
	background-color: #fbbb33;
}

li#section-planning:hover {
	background-color: #fb3209;
}

li#section-tableau {
	background-color: #4eab20;
}

li#section-tableau:hover {
	background-color: #56d119;
}

li#section-techniques {
	background-color: #64005c;
}

li#section-techniques:hover {
	background-color: #9b068f;
}

li#section-mesinfoperso {
	background-color: #545f61;
}

li#section-mesinfoperso:hover {
	background-color: #718083;
}

li.section a {
	color: #fff;
	font-size: 1.7em;
	display: block;
	height: 150px;
	width: 150px;
	text-align: center;
	text-decoration: none;
	top: 50%;
	left: 50%;
}

li.section a div.section-square {
	display: block;
	height: 150px;
	width: 150px;
	/*top: 50%;*/
}

li.section a span.section-title {
	display: block;
	line-height: 1.3em;
}

li#section-mescours a span.section-title {
	padding-top: 2.7em;
}

li#section-question a span.section-title {
	padding-top: 0.8em;
}

li#section-planning a span.section-title {
	padding-top: 2em;
}

li#section-tableau a span.section-title {
	padding-top: 2em;
}

li#section-techniques a span.section-title {
	padding-top: 2em;
}

li#section-mesinfoperso a span.section-title {
	padding-top: 1em;
}

div.section-image {
	position: absolute;
	top: -35px;
	left: 100px;
}

div.section-nbmsg {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 30px;
	height: 30px;
	background-color: #f00;
	border: 2px solid #fff;
	border-radius:20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-khtml-border-radius: 20px;
}

div.section-nbmsg span.nbmsg-number {
	color: #fff;
	padding-top: 6px;
	display: block;
}

div#home-note {
	position: absolute;
	top: 0px;
	right: -140px;
	background-image: url('/images/note-papier.png');
	background-repeat: no-repeat;
	width: 230px;
	height: 208px;
}

div#home-note-text {
	margin: 33px 7px 0px 18px;
	max-height: 145px;
	overflow: scroll;
	overflow-x: hidden;
	text-overflow: ellipsis;
}

div#home-time {
	height: 30px;
	padding-right: 150px;
	font-size: 1.3em;
	text-align: left;
	color: #e72f7d;
}

div#join {
	display: none;
}

div#home-footer {
	height: 90px;
}

div#home-footer div#social {
	padding: 15px 0 0 70px;
	float: left;
}

div#home-footer div#social img.social-logo {
	margin-left: 10px;
	display: none;
}

div#home-footer div#join {
	float: left;
	color: #ea9cc3;
	font-size: 1.8em;
	font-weight: bold;
	padding: 30px 0 0 135px;
}

/* Planning */
table#planning th.horaires, table#planning td.horaires {
	max-width: 30px;
}

table#planning th.jour {
	text-align: center;
	text-transform:uppercase;
}

table#planning td, table#planning th  {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	min-height: 20px;
	width: 25px;
}

table#planning td.heure {
	font-size: 1.2em;
	color: #333333;
	padding-top: 0px;
	text-align: right;
	vertical-align: text-top;
	border-bottom-color: #e0e0e0;
}

table#planning td.demi-heure {
	font-size: 0.9em;
	color: #aaaaaa;
	padding-top: 0px;
	text-align: right;
	vertical-align: text-top;
	border-top-color: #e0e0e0;
}

table#planning td.tranche {
	color: #eae9e5;
	text-align: center;
}

table#planning td.tranche-desactivee {
	background-color: #e0e0e0;
}

table#planning td.tranche-activee {
	background-color: #2b6fb6;
}

/* page gerer eleve */
.recherche_filtre {
	width: 200px;
	display: inline-block;
}
.recherche_filtre_formation {
	width: 490px;
	display: inline-block;
}
/* page information personnelle */
.form-info-perso label {width:150px;}

.form-info-perso .no-padding {padding: 0;}
.form-info-perso input {width: 300px !important;}
.form-info-perso button {margin-right: 20px;}
.form-info-perso #nom, .form-info-perso #prenom, .form-info-perso #identifiant {cursor: not-allowed;}

.info-perso #popup-alert {
	display: none;
}

.info-perso #background-popup-alert {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	opacity: 0.1;
}

.info-perso #content-popup-alert {
	position: absolute;
    width: 50%;
    height: 120px;
    background-color: #fff;
    z-index: 9999;
    border-radius: 10px;
    top: 25%;
    left: 25%;
    border: 1px solid #a2a2a2;
}

.info-perso #message-popup-alert {
	text-align: center;
    padding: 20px;
    font-size: 20px;
}

.info-perso #message-popup-alert.color-green {
	color: green;
}

.info-perso #message-popup-alert.color-red {
	color: red;
}

.info-perso #close_popup {
	display: block;
	margin: auto;
}

.info-perso #profile_img {
	display: none;
}

.info-perso #img_profile_view {
	cursor: pointer;
}

.info-perso .csd_img_block {
	border: 1px solid #ccc;
	display: inline-block;
	border-radius: 5px;
	width: 226px;
	height: 226px;
	text-align: center;
}

.info-perso .csd_img_block:hover, .info-perso .csd_img_block:focus {
	border: 1px solid #CD0054;
}

.info-perso .label_csd_img_block {
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
	font-weight: bold;
	width: 150px;
	text-align: right;
	line-height: 26px;
	vertical-align: top;
    margin-top: 100px;
}

.info-perso #img_profile_view {
	max-width: 206px;
    max-height: 206px;
    padding: 10px;
}

.info-perso .list_porte_document {
	margin-top: 15px;
}

.info_perso_error_payment {
	color: red;
}

.remove_file {
	color: red;
	cursor: pointer;
	margin-left: 15px;
}

#ajax-loader {
	position: absolute;
    top: 120px;
    left: 295px;
	display: none;
}
.indicatif {margin-top: 10px; font-size: 10px;}

#csd_deconnexion {display: none;}
#csd_deconnexion {position: fixed; top: 0; left: 0; width: 100%; background-color: #ff8c8c; border: 1px solid red; border-radius: 5px; text-align: center; font-size: 25px; padding: 17px; color: #fff;}
#csd_deconnexion_info {margin-top: 10px; font-size: 20px;}
@media screen and (max-width: 1199px) {
	#header_content {width: 100%;}
}

@media screen and (max-width: 992px) {
	#header {height: 199px;}
	#barremenu ul {float: right; margin-right: 10px;}
	#header-logo img {float: left; margin-left: 10px;}
}

.alert {
	display: block;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}

.alert.alert-success {
	background-color: #26ae00;
}

.alert.alert-info {
	background-color: #00e1ff;
}

.alert.alert-warning {
	background-color: #ff5900;
}

.alert.alert-warning-yellow {
	background-color: #ffd710;
	color: #000;
}

.alert.alert-danger {
	background-color: #ff0000;
}

.text-danger {
	color: #ff0000;
}

.btn-disabled{
	background: #414040 !important;
	border: 1px solid #414040 !important;
}

/* ajout TDMx BTN unlock cours */

li#section-unlockcours{
color: black;
background-color: #030300;
float: left;
height: 80px;
width: 300px;
margin: 25px 60px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
position: relative;
}

.section-square-uc{
display: block;
height: 160px;
width: 260px;
}

.section-image-uc{
position: absolute;
top: -15px;
right: -20px;
}

span.section-title-uc{
	line-height: 1.846em;
	font-size: inherit;
	padding-top: 0.8em;
}

span.section-title-uc ala{
	font-size: 12px;
	text-align: right;
	color: #96ff18;
	margin: -21px 29px;
	display: block;
	font-family: inherit;
}

img#icouc{

width: 80px;
height: 80px;
}

li#section-mesinfoperso{
	background-color: #8fa2a5;
}
 

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

.card {
	border: 1px solid #8fa2a5;
	border-radius: 5px;
	margin: 5px;
	display: inline-flex;
	padding: 10px;
}

.card div {
	margin: auto 10px;
}


