@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');

body {
	font-family: 'Lato', sans-serif;
}
a {
	color:#585791;
}

.mb-20 {
	margin-bottom:20px;
}
button.close.close_fm {
	padding-right:4px;
	position:relative;
	z-index:2
}
.progress {
	background-color: #dddddd;
}

.has-warning .form-control {
    border-color: #cc0000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	background: #ffaaaa;
}
.has-warning .form-control-feedback, .has-warning .form-control::placeholder {
    color: #cc0000;
}

a:hover, a:focus, a:active {
	color:#3d3c65;
}

.hr_form-village {
	margin:10px 0;
	border-top-color:#585791;
}
.ta_nr {
	resize:none;
}

html.full_height {
	min-height: 100%;
}

html.full_height>body {
	min-height: 100%;
}
html.full_height>body.with_header {
	padding-top:100px;
}
html.full_height>body.with_footer {
	padding-bottom:150px;
}

.header {
	position: fixed;
	background:#fff;
    top: 0;
	width:100%;
	height:100px;
	border-bottom:1px solid #585791;
	padding:10px;
	z-index:1;
}


.header.small {
	height:70px;
	padding: 5px;
}

.footer {
	position: fixed;
	background:transparent;
    bottom: 0;
	width:100%;
	height:30px;
	z-index:1;
}

table.full_height {
	width:100%;
	height:100%;
}

.row_login {
	margin-bottom:50px;
}

.pf_logo {
	display: block;
	height: 100px;
	margin-bottom: 20px;
	background-image: url("/front/plateforme/village/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.pf_logo.left {
	background-position: left;
}

.header .pf_logo {
	height: 80px;
}

.header.small .pf_logo {
	height: 60px;
	margin-bottom: 0;
}

.header.small .util_btns {
	padding-top: 13px;
	padding-right: 0;
}

#mylearning_modal .modal-header {
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#585791;
    border-bottom:1px solid #eee;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.panel-village {
	border-color: #585791;
}

.btn-village {
	color: #fff;
	background-color: #585791;
    border-color: #464574;
}

.btn-village:hover,.btn-village:active,.btn-village:focus {
	color: #fff;
	background-color: #4f4e82;
    border-color: #3d3c65;
}

.btn-topmenu_util {
	color: #fff;
	background-color: #353535;
    border-color: #1c1c1c;
}

.btn-topmenu_util:hover,.btn-topmenu_util:active,.btn-topmenu_util:focus {
	color: #fff;
	background-color: #1c1c1c;
    border-color: #000000;
}

.btn-topmenu_trophy {
	color: #fff;
	background-color: #ffb700;
    border-color: #e5a400;
}

.btn-topmenu_trophy:hover,.btn-topmenu_trophy:active,.btn-topmenu_trophy:focus {
	color: #fff;
	background-color: #e5a400;
    border-color: #cc9200;
}

.panel_login>.panel {
	margin-bottom:0;
}

.pf_mylearning {
	text-align:right;
}

.pf_mylearning>a>img,.footer>a>img {
	height:20px;
	margin: 5px 0;
	opacity:0.2;
	transition:opacity 0.2s
}
.pf_mylearning>a:hover>img,.footer>a:hover>img {
	opacity:1
}

#alertform {
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	color: #c00;
}

.register_title>h2 {
	font-weight:normal;
    text-transform: uppercase;
    border-bottom: 1px solid #585791;
    display: inline-block;
	margin-top:0;
	margin-bottom:40px;
}

.form_title>h2,h2.title {
	font-weight:normal;
    text-transform: uppercase;
    border-bottom: 1px solid #585791;
    display: inline-block;
	margin-top:20px;
	margin-bottom:40px;
}

h4.title {
	font-weight:bold;
    text-transform: uppercase;
    border-bottom: 1px solid #585791;
    display: inline-block;
	margin-top:20px;
}

/* FORMATIONS */
	.ml_breadcrumb {
		margin-bottom:0;
	}
		.pg_f.progress,.pg_m.progress,.pg_m_o.progress {
			height: 8px;
		}

		.pg_m {
			position: absolute;
			left: 5px;
			bottom: 5px;
			right: 5px;
			margin-bottom:0;
		}

		.pg_m_o {
			position: absolute;
			left: 5px;
			bottom: 4px;
			right: 5px;
			margin-bottom:0;
		}

		.va_m > tbody > tr > td {
			vertical-align:middle;
		}

		.f_vignette {
			position:relative;
			display: block;
			width: 100%;
			padding-bottom: 100%;
			margin-top: 15px;
			margin-bottom: 3px;
			background-size: 100%;
			background-position: center;
			transition: background-size 0.4s,filter 0.4s;
			filter: grayscale(0);
		}
		.f_vignette.ns {
			filter:grayscale(1);
		}
		.f_vignette:hover {
			filter:grayscale(0);
			background-size: 110%;
		}
		.f_vignette>.f_title {
			position: absolute;
			bottom: 0;
			width: 100%;
			color: #fff;
			padding: 5% 5% 5% 5%;
			text-transform: uppercase;
			background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8) 100%) no-repeat;
			text-shadow: 1px 1px 2px #000;
		}

			.sep_progress {
				margin: 10px 0;
			}
			.time_score_row {
				font-size: 1.2em;
			}
			.time_score_td {
				background: #777;
				color: #fff;
				box-shadow: inset 0px 0px 20px #000;
			}

.pg_tf {
	margin-bottom:0;
}

	.header_formation {
		position: relative;
	}
	.header_formation>.h_bdeg {
		display: block;
		width: 100%;
		height: 50%;
		background: #f00;
		position: absolute;
		bottom: 0;
		background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8) 100%) no-repeat;
		background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8) 100%) no-repeat;
		background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8) 100%) no-repeat;
	}
	.header_formation>.formation_title {
		text-transform: uppercase;
		color: #fff;
		font-size: 20px;
		position: absolute;
		bottom: 0;
		padding: 10px;
		text-shadow: 0 1px 2px #000;
	}
	.header_formation_fp {
		margin-bottom: 0;
	}
	.f_mod_container {
		display: block;
		text-align: center;
		padding: 30px 10px;
		border-radius: 5px;
		position: relative;
		margin-top: 5px;
		margin-bottom: 5px;
		border: 1px solid;
	}
	.f_mod_container.mod_closed,a.mod_closed {
		opacity:0.5;
		filter:grayscale(1);
	}
	.f_mod_container>.mod_title {
		text-transform: uppercase;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-shadow: rgba(0,0,0,0.5) 0px 1px 3px;
	}
	h3.mod_title {
		text-transform: uppercase;
		margin-top:20px;
		margin-bottom:10px;
	}
	h3.mod_title>.label {
		text-transform: uppercase;
		text-shadow: rgba(0,0,0,0.5) 0px 1px 3px;
	}

	h3.mod_title>.label.label-distanciel {
		background: #408eca;
	}
	h3.mod_title>.label.label-presentiel {
		background: #a8e540;
	}
	h3.mod_title>.label.label-en_situation {
		background: #ef8719;
	}

	.f_mod_container,.f_mod_container:hover,.f_mod_container:active,.f_mod_container:focus {
		color: #fff;
		text-decoration: none;
	}
	.f_mod_container.distanciel {
		background: #408eca;
		background: -moz-linear-gradient(top,  #408eca 0%, #324ec9 100%);
		background: -webkit-linear-gradient(top,  #408eca 0%,#324ec9 100%);
		background: linear-gradient(to bottom,  #408eca 0%,#324ec9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#408eca', endColorstr='#324ec9',GradientType=1 );
	}
	.f_mod_container:not(.mod_closed).distanciel:hover, .f_mod_container:not(.mod_closed).distanciel:focus {
		background: #324ec9;
	}	

	.f_mod_container.presentiel {
		background: #5db15a;
		background: -moz-linear-gradient(top,  #a8e540 0%, #5db15a 100%);
		background: -webkit-linear-gradient(top,  #a8e540 0%,#5db15a 100%);
		background: linear-gradient(to bottom,  #a8e540 0%,#5db15a 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8e540', endColorstr='#5db15a',GradientType=1 );
	}

	.f_mod_container:not(.mod_closed).presentiel:hover, .f_mod_container:not(.mod_closed).presentiel:focus {
		background: #5db15a;
	}	

	.f_mod_container.en_situation {
		background: #ef8719;
		background: -moz-linear-gradient(top,  #ef8719 0%, #ed3507 100%);
		background: -webkit-linear-gradient(top,  #ef8719 0%,#ed3507 100%);
		background: linear-gradient(to bottom,  #ef8719 0%,#ed3507 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8719', endColorstr='#ed3507',GradientType=1 );
	}

	.f_mod_container:not(.mod_closed).en_situation:hover, .f_mod_container:not(.mod_closed).en_situation:focus {
		background: #ed3507;
	}	

	.f_mod_container>.label {
		background-color: #fff;
		position: absolute;
		margin: 3px;
	}
	.label.n_mod {
		text-transform: uppercase;
		top:0;
		right: 0;
	}
	.label.t_mod {
		text-transform: uppercase;
		top:0;
		left: 0;
	}
	.f_mod_container.distanciel .label.n_mod,.f_mod_container.distanciel .label.t_mod {
		color: #408eca;
	}
	.f_mod_container.presentiel .label.n_mod,.f_mod_container.presentiel .label.t_mod {
		color: #5db15a;
	}
	.f_mod_container.en_situation .label.n_mod,.f_mod_container.en_situation .label.t_mod {
		color: #ef8719;
	}
	.f_mod_container.distanciel .pg_m {
		background-color: #003666;
	}
	.f_mod_container.distanciel .pg_m>.progress-bar {
		background-color: #66b8ff;
	}
	.f_mod_container.presentiel .pg_m {
		background-color: #3d6600;
	}
	.f_mod_container.presentiel .pg_m>.progress-bar {
		background-color: #c2ff66;
	}
	.f_mod_container.en_situation .pg_m {
		background-color: #663300;
	}
	.f_mod_container.en_situation .pg_m>.progress-bar {
		background-color: #ffb266;
	}
	.btn-ppro {
		color: #fff;
		background-color: #d94fd5;
		background-image: -webkit-linear-gradient(top, #d94fd5 0%, #c12abc 100%);
		background-image: -o-linear-gradient(top, #d94fd5 0%, #c12abc 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#d94fd5), to(#c12abc));
		background-image: linear-gradient(to bottom, #d94fd5 0%, #c12abc 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd94fd5', endColorstr='#ffc12abc', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
		background-repeat: repeat-x;
		border-color: #b928b4;
	}
	.btn-ppro:hover,.btn-ppro:focus {
		color: #fff;
		background-color: #b928b4;
		border-color: #962092;
		background-position: 0 -15px;
	}


.panel-ppro {
	border-color: #f2b6f8;
}

.panel-ppro > .panel-heading {
    color: #8f2264;
    border-color: #f2b6f8;
    background-color: #d94fd5;
    background-image: -webkit-linear-gradient(top, #d94fd5 0%, #c12abc 100%);
    background-image: -o-linear-gradient(top, #d94fd5 0%, #c12abc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d94fd5), to(#c12abc));
    background-image: linear-gradient(to bottom, #d94fd5 0%, #c12abc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd94fd5', endColorstr='#ffc12abc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
}

.panel-ppro .progress-bar {
    background-image: -webkit-linear-gradient(top, #d94fd5 0%, #c12abc 100%);
    background-image: -o-linear-gradient(top, #d94fd5 0%, #c12abc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d94fd5), to(#c12abc));
    background-image: linear-gradient(to bottom, #d94fd5 0%, #c12abc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd94fd5', endColorstr='#ffc12abc', GradientType=0);
    background-repeat: repeat-x;
}



.panel-distanciel {
	border-color:#2E74A9;
}


.panel-distanciel > .panel-heading {
    color: #ffffff;
    background-color: #408eca;
    border-color: #408eca;
    background-image: -webkit-linear-gradient(top, #408eca 0%, #2a6898 100%);
    background-image: -o-linear-gradient(top, #408eca 0%, #2a6898 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#408eca), to(#2a6898));
    background-image: linear-gradient(to bottom, #408eca 0%, #2a6898 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff408eca', endColorstr='#ff2a6898', GradientType=0);
    background-repeat: repeat-x;
}
.panel-distanciel > .panel-heading h3,.panel-presentiel > .panel-heading h3,.panel-en_situation > .panel-heading h3,.panel-ppro > .panel-heading h3 {
	margin: -5px 0 0;
}

.panel-distanciel > .panel-heading h3 > small,.panel-presentiel > .panel-heading h3 > small,.panel-en_situation > .panel-heading h3 > small,.panel-ppro > .panel-heading h3 > small {
	color : #fff;
	text-transform : uppercase;
}
.panel-distanciel > .panel-heading .label {
	color : #408eca;
	background: #fff;
	text-transform : uppercase;
}

.panel-distanciel .progress-bar {
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
    background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
    background-repeat: repeat-x;
}

.panel-presentiel {
	border-color:#6db96a;
}


.panel-presentiel > .panel-heading {
    color: #ffffff;
    background-color: #5db15a;
    border-color:#6db96a;
}

.panel-presentiel > .panel-heading {
	background: #5db15a;
	background: -moz-linear-gradient(top, #a8e540 0%, #5db15a 100%);
	background: -webkit-linear-gradient(top, #a8e540 0%,#5db15a 100%);
	background: linear-gradient(to bottom, #a8e540 0%,#5db15a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8e540', endColorstr='#5db15a',GradientType=1 );
    background-repeat: repeat-x;
}

.panel-presentiel > .panel-heading .label {
	color : #5db15a;
	background: #fff;
	text-transform : uppercase;
}

.panel-presentiel .progress-bar {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x;
}

.panel-en_situation {
	border-color:#d2730f;
}

.panel-en_situation > .panel-heading {
    color: #ffffff;
    background-color: #ef8719;
    border-color:#d2730f;
	background: #ef8719;
	background: -moz-linear-gradient(top, #ef8719 0%, #ed3507 100%);
	background: -webkit-linear-gradient(top, #ef8719 0%,#ed3507 100%);
	background: linear-gradient(to bottom, #ef8719 0%,#ed3507 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8719', endColorstr='#ed3507',GradientType=1 );
    background-repeat: repeat-x;
}

.panel-en_situation > .panel-heading .label {
	color : #ef8719;
	background: #fff;
	text-transform : uppercase;
}

.panel-en_situation .progress-bar {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    background-repeat: repeat-x;
}



.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
.submodule-tab.panel-default > .panel-heading {
	background-color:transparent;
}
.nav-submodule > li > a {
	padding: 10px 15px 15px 15px;
}
.nav-submodule > li.media > a {
	color: #3c763d;
}

.nav-submodule > li.media:hover > a {
	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    background-repeat: repeat-x;
}

.nav-submodule > li.media.active > a,.nav-submodule > li.media.active > a:hover,.nav-submodule > li.media.active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}

.nav-submodule > li.media.active > a > .pg_m_o {
	background-color: #255525;
}

.nav-submodule > li.media > a > .pg_m_o > .progress-bar {
	background-color: #26d926;
}

.nav-submodule > li.eval > a {
	color: #a24e0f;
}

.nav-submodule > li.eval:hover > a {
	color: #a24e0f;
    background-color: #ffcfc8;
    border-color: #ffafb3;	background-image: -webkit-linear-gradient(top, #ffcfc8 0%, #ffb9b1 100%);
    background-image: -o-linear-gradient(top, #ffcfc8 0%, #ffb9b1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcfc8), to(#ffb9b1));
    background-image: linear-gradient(to bottom, #ffcfc8 0%, #ffb9b1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcfc8', endColorstr='#ffffb9b1', GradientType=0);
}

.nav-submodule > li.eval.active > a,.nav-submodule > li.eval.active > a:hover,.nav-submodule > li.eval.active > a:focus {
    color: #fff;
    background-color: #d9674f;
    background-image: -webkit-linear-gradient(top, #d9674f 0%, #c1452a 100%);
    background-image: -o-linear-gradient(top, #d9674f 0%, #c1452a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9674f), to(#c1452a));
    background-image: linear-gradient(to bottom, #d9674f 0%, #c1452a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9674f', endColorstr='#ffc1452a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #b94328;
}

.nav-submodule > li.eval.active > a > .pg_m_o {
	background-color: #732a1c;
}

.nav-submodule > li.eval > a > .pg_m_o > .progress-bar {
	background-color: #ff7733;
}

.nav-submodule > li.pratique > a {
	color: #31708f;
}

.nav-submodule > li.pratique:hover > a {
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
	background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);

}

.nav-submodule > li.pratique.active > a,.nav-submodule > li.pratique.active > a:hover,.nav-submodule > li.pratique.active > a:focus {
	color: #fff;
    background-color: #5bc0de;
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}

.nav-submodule > li.pratique.active > a > .pg_m_o {
	background-color: #134b5d;
}

.nav-submodule > li.pratique > a > .pg_m_o > .progress-bar {
	background-color: #66dbff;
}


.nav-submodule > li.ppro > a {
	color: #8f2264;
}

.nav-submodule > li.ppro:hover > a {
	color: #8f2264;
    background-color: #facdf6;
    border-color: #f2b6f8;
	background-image: -webkit-linear-gradient(top, #facdf6 0%, #f8b6f2 100%);
    background-image: -o-linear-gradient(top, #facdf6 0%, #f8b6f2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#facdf6), to(#f8b6f2));
    background-image: linear-gradient(to bottom, #facdf6 0%, #f8b6f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffacdf6', endColorstr='#fff8b6f2', GradientType=0);
}

.nav-submodule > li.ppro.active > a,.nav-submodule > li.ppro.active > a:hover,.nav-submodule > li.ppro.active > a:focus {
	color: #fff;
    background-color: #d94fd5;
    background-image: -webkit-linear-gradient(top, #d94fd5 0%, #c12abc 100%);
    background-image: -o-linear-gradient(top, #d94fd5 0%, #c12abc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d94fd5), to(#c12abc));
    background-image: linear-gradient(to bottom, #d94fd5 0%, #c12abc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd94fd5', endColorstr='#ffc12abc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #b928b4;
}

.nav-submodule > li.ppro.active > a > .pg_m_o {
	background-color: #5a1658;
}

.nav-submodule > li.ppro > a > .pg_m_o > .progress-bar {
	background-color: #ff75fb;
}


.nav-submodule > li.notes > a {
	color: #ad8b00;
}

.nav-submodule > li.notes:hover > a {
	color: #ad8b00;
    background-color: #fff5cc;
    border-color: #ffe066;
	background-image: -webkit-linear-gradient(top, #fff5cc 0%, #ffe47a 100%);
    background-image: -o-linear-gradient(top, #fff5cc 0%, #ffe47a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff5cc), to(#ffe47a));
    background-image: linear-gradient(to bottom, #fff5cc 0%, #ffe47a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff5cc', endColorstr='#ffffe47a', GradientType=0);
}

.nav-submodule > li.notes.active > a,.nav-submodule > li.notes.active > a:hover,.nav-submodule > li.notes.active > a:focus {
	color: #fff;
    background-color: #ffcc00;
    background-image: -webkit-linear-gradient(top, #ffcc00 0%, #cca300 100%);
    background-image: -o-linear-gradient(top, #ffcc00 0%, #cca300 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#cca300));
    background-image: linear-gradient(to bottom, #ffcc00 0%, #cca300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc00', endColorstr='#ffcca300', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #cca300;

}

.panel-body.mod_content {
	padding:0;
}

.table-submodules {
	margin-bottom:0;
}

.mod_content .tab-pane a {
	font-weight:bold;
}
.mod_content .tab-pane#media a {
	color:#3c763d;
}

.mod_content .tab-pane#eval a {
	color:#a24e0f;
}

.mod_content .tab-pane#ppro a {
	color:#8f2264;
}

.mod_content .tab-pane#pratique a {
	color:#31708f;
}

.mod_content .tab-pane#notes a {
	color:#ad8b00;
}

.table-submodules > thead > tr:first-child > th, .table > tbody > tr:first-child > th, .table-submodules > tfoot > tr:first-child > th, .table-submodules > thead > tr:first-child > td, .table-submodules > tbody > tr:first-child > td, .table-submodules > tfoot > tr:first-child > td {
	border-top: none;
}

.table-submodules th {
	color:#fff;
}

.tab-pane#media .table-submodules th, .tab-pane#media .progress-bar {
	background:#419641;
}

.tab-pane#eval .table-submodules th, .tab-pane#eval .progress-bar {
	background:#c1452a;
}

.tab-pane#ppro .table-submodules th, .tab-pane#ppro .progress-bar {
	background:#c12abc;
}

.tab-pane#pratique .table-submodules th, .tab-pane#pratique .progress-bar {
	background:#2aabd2;
}


.tab-pane#notes .table-submodules th {
	background:#cca300;
}

.sm_status {
	text-align:center;
    /* vertical-align:middle; */
    /* padding: 0 8px !important; */
    /* font-size: 25px; */
}

.sm_status i.fa-check-square {
	color:#40bf40;
}

.sm_status i.fa-hourglass-half {
	color:#ff9800;
}

.sm_status i.fa-hourglass-start {
	color:#e0e0e0;
}

.row-pager {
	padding-top:50px;
}

.row-pager>.sl_prev {
	text-align:left;
}
.row-pager>.sl_next {
	text-align:right;
}

.q_r_selector {
  margin: 30px 0;
}

.q_r_selector input[type="radio"] {
    display:none; 
}

.q_r_selector label {
	width: 100%;
    display:inline-block;
    padding: 10px 16px;
    line-height: 1.3333333;
    border-radius: 6px;
	color: #333;
    background-color: #fff;
	border: 1px solid transparent;
    border-color: #ccc;
	font-weight: normal;
}

.q_r_selector input[type="radio"]:not(:disabled):not(:checked) + label:hover {
  background-color: #dfd;
    cursor: pointer;
}

.q_r_selector input[type="radio"]:checked + label,.q_r_selector input[type="radio"].br + label { 
    background-color: #2fac2f;
    border-color: #217821;
    color: #fff;
}
    
.q_r_selector input[type="radio"].mr:checked + label { 
    background-color: #cc0000;
    border-color: #990000;
    color: #fff;
}
    
    #q_valid h3 {
        margin-top: 0;
    }
    
    #q_valid h3.mr {
        color: #c00;
    }
    
    #q_valid h3.br {
        color: #217821;
    }


body.tooltabs_open,
html.tooltabs_open {
	position: relative;
	overflow: hidden;
}

body.tooltabs_open>.footer {
	z-index: 600;
}

#ml_tools {
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	padding: 0 5px;
	z-index: 2;
	pointer-events: none;
}

#ml_tools>.ut_tabs {
	position: relative;
	bottom: -1px;
	border: none;
}

#ml_tools>.ut_tabs *,
#ml_tools>.ml_tools_container {
	pointer-events: all;
}

#ml_tools>.ut_tabs>li>a {
	color: #fff;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px 5px 0 0;
	border: 1px solid #fff;
	cursor: pointer;
	padding: 5px 10px;
}
#ml_tools>.ut_tabs>li.notif>a {
	background-color: rgba(255, 0, 0, 0.8);
}

#ml_tools>.ut_tabs>li.notif>a>i {
   -webkit-animation: notificon 1s infinite;
   -moz-animation: notificon 1s infinite;
   -o-animation: notificon 1s infinite;
    animation: notificon 1s infinite;
}

#ml_tools>.ut_tabs>li:not(.active)>a:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

#ml_tools>.ut_tabs>li.active>a {
	background-color: #585791;
	color: #fff;
}

#ml_tools>.ml_tools_container {
	display: none;
	border-radius: 0 10px 0 0;
	border: 1px solid #ddd;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 20px;
}

@keyframes notificon {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes notificon{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes notificon{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes notificon{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

.chat-message {
	margin: 16px 0;
}

.chat-message img {
	border-radius: 50%;
	float: left;
}

.chat-message-content {
	margin-left: 56px;
}

.chat-time {
	float: right;
	font-size: 10px;
}

button.close.close_tools {
	padding-right: 4px;
	position: absolute;
	z-index: 2;
	top: 40px;
	right: 10px;
}
.ml_tools_container .tab-pane {
	position: relative;
	overflow: hidden;
}

.tools-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 500;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0;
}

.tool_coach_messagehistory {
	position: absolute;
	top: 0;
	bottom: 100px;
	width: 100%;
	padding: 10px 25px 10px 10px;
	overflow-y: scroll;
}

.tool_coach_messagepost {
	position: absolute;
	box-shadow: 0 0 40px rgba(0,0,0,0.2);
	bottom: 0;
	height: 100px;
	width: 100%;
	padding: 10px 25px 10px 10px;
}

.tool_coach_messagepost textarea {
	height: 80px;
}

#coach-history .c_me,#coach-history .c_nme {
    width: 80%;
    display: table;
}
#coach-history .c_me {
    float: right;
    text-align: right;
}

#coach-history .c_me>div,#coach-history .c_nme>div {
    display: table-cell;
    vertical-align: top;
}
#coach-history .c_nme>.avatar {
    padding-right: 10px;
}
#coach-history .c_me>.avatar {
    padding-left: 10px;
}
#coach-history .c_me>.avatar>img,#coach-history .c_nme>.avatar>img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: block;
    border: 1px #bbb solid; 
}



#coach-history .nickname {
    font-weight: bold;
}
#coach-history .cm:not(:first-child) {
    margin-top: 15px
}
#coach-history .cm.m {
    color:#c00;
}
#coach-history .c_msg {
    width: 100%;
    padding-top: 2px;
}
#coach-history .i_msg_c {
    padding-left: 15px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
#coach-history .s_msg_c {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-right: 15px;
}

.tool_notes_history {
	position: absolute;
	top: 100px;
	bottom: 0;
	width: 100%;
	padding: 10px 25px 10px 10px;
	overflow-y: scroll;
}

.tool_notes_addform textarea {
	height: 80px;
}

.tool_notes_addform {
	position: absolute;
	box-shadow: 0 0 40px rgba(0,0,0,0.2);
	top: 0;
	height: 100px;
	width: 100%;
	padding: 10px 25px 10px 10px;
}

	.notes_container {
		margin-bottom: 0;
		padding-left: 14px;
		list-style: none;
	}
	.notes_container>li:not(:last-child) {
		padding-bottom: 10px;
		border-bottom: 1px dotted #aaa;
	}
	.notes_container>li:not(:first-child) {
		margin-top: 10px;
	}
	.notes_container>li .date_note {
		color: #aaa;
	}
	.mod_content .tab-pane#notes td.note_media a {
		color: #3c763d;
	}
	.mod_content .tab-pane#notes td.note_eval a {
		color: #a24e0f;
	}
	.mod_content .tab-pane#notes td.note_ppro a {
		color: #8f2264;
	}

input[type="file"].if_exercice {
	display:none;
}

.file_container {
	position:relative;
}
.uprogress_exercice_file {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	background: rgba(255,255,255,0.7);
	display:none;
	z-index:2;
}
.uprogress_exercice_file>table {
	width:100%;
	height:100%
}
.uprogress_exercice_file>table td {
	text-align:center;
	vertical-align:center;
}
.uprogress_exercice_file>table td .text_status {
	font-weight:bold;
}

/*** CHAT ***/

#panel-mod_chat {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
#panel-mod_chat .panel-heading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: none;
    height: 41px;
	background : #585791;
	color : #ffffff;
}
#panel-mod_chat #chat_container {
	padding: 15px;
}

#panel-mod_chat .panel-body {
	background : #ffffff;
	color : #000000;
}

#panel-mod_chat .panel-body.chat_content {
    position: absolute;
    top: 41px;
    left: 0;
    bottom: 55px;
    width: 100%;
    padding: 0;
    overflow: auto;
}
#panel-mod_chat .panel-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
	background : #585791;
	color : #000000;
}

#panel-mod_chat .c_me,#panel-mod_chat .c_nme {
    width: 80%;
    display: table;
}
#panel-mod_chat .c_nme {
    float: right;
    text-align: right;
}

#panel-mod_chat .c_me>div,#panel-mod_chat .c_nme>div {
    display: table-cell;
    vertical-align: top;
}
#panel-mod_chat .c_me>.avatar {
    padding-right: 10px;
}
#panel-mod_chat .c_nme>.avatar {
    padding-left: 10px;
}
#panel-mod_chat .c_me>.avatar>img,#panel-mod_chat .c_nme>.avatar>img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: block;
    border: 2px #fff solid; 
}
#panel-mod_chat .chat_login #c_avatar {
    display: inline-block;
    max-width: 200px;
    width: 100%;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#panel-mod_chat .chat_login #c_avatar:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#panel-mod_chat .nickname {
    font-weight: bold;
}
#panel-mod_chat .cm:not(:first-child) {
    margin-top: 15px
}
#panel-mod_chat .cm.m {
    color:#c00;
}
#panel-mod_chat .c_msg {
    width: 100%;
    padding-top: 2px;
}
#panel-mod_chat .i_msg_c {
    padding-left: 15px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
#panel-mod_chat .s_msg_c {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-right: 15px;
}
.notif_newmessage {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    display: none;
}
.notif_newmessage>.chat_newmessages {
    padding: 5px 10px;
    background: #c00;
}
#s_bt_mod_chat {
	background : #3d3c65;
	color : #ffffff;
}

