@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

.login_logo img {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 200px;
}

body {
    padding-bottom: 70px;
	padding-top: 70px;
}

.margin-right-10 {
	margin-right: 10px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

.margin-top-20 {
	margin-top: 20px;
}


.padding-bottom-70 {
    padding-bottom: 70px;
}

.btn-width-100 {
    width: 100%;
    border-radius: 0;
}

.btn-width-70 {
    width: 70%;
}

.width-50 {
    width: 50%;
}

.width-100 {
    width: 100%;
}

.table>tbody>tr>td, 
.table>tbody>th>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>th, 
.table>thead>tr>td {
	vertical-align: middle;
}

.progress {
	margin-top: 5px;
}

.panel {
	overflow: auto;
}

#liste-formations a, #liste-cours a, .no-decoration-links a {
	color: inherit;
	text-decoration: none !important;
}

.tr_ins_archive {
	font-style: italic;
}

tr.tr-simu td {
	background-color: #FFCC66;
}

table img {
	margin-left: 2px;
	margin-right: 2px;
}

.label_champ_obligatoire {
}

#footer {
	background-color: #959ea7;
}

td.b_actif {
	background-color: #FFE6C9;
}

td.e_actif {
	background-color: #ffff66;
}

td.a_actif {
	background-color: #66cc33;
}

td.p_actif {
	background-color: #0066cc;
}

td.n_actif {
	text-align: center;
	vertical-align: middle;
}

td.defaut {
	background-color: #fff;
}

td.grise {
	background-color: #ecf0f1;
}

/* Changer le pointeur lorsque la souris pas sur des cases modifiables dans les modules Instruction au sol et Evaluations */
tr.theorique-modifiable td:nth-child(1n+4):hover,
#eval tr.tr-modifiable td:nth-child(1n+2):hover,
#themes tr.tr-modifiable td:nth-child(1n+4):hover {
	cursor: pointer;
}

/* Palette de couleurs pour les évaluations */
/* Jaune */
.j-v-b-1,
.r-j-v-2 {
    background-color: #ffff66;
}

/* Vert */
.r-v-b-b-2,
.j-v-b-2,
.r-g-v-3,
.r-j-v-3,
.r-v-2 {
    background-color: #66cc33;
}

/* Bleu */
.r-v-b-b-3,
.r-v-b-b-4,
.j-v-b-3 {
    background-color: #0066cc;
}

/* Rouge */
.r-g-v-1,
.r-v-1,
.r-v-b-b-1,
.r-j-v-1 {
    background-color: #e74c3c;
}

/* Gris */
.r-g-v-2 {
    background-color: #ecf0f1;
}


/* Optimize Select2 css to work with the Bootswatch Flatly theme */
.select2-selection {
    border-width: 2px !important;
    box-shadow: none !important;
    color: #2c3e50 !important;
    border-color: #0054a0 !important;
    border: 2px solid #dce4ec !important;
    border-radius: 4px !important;
    height: 45px !important;
    padding: 10px 15px !important;
    font-size: 15px !important;
    line-height: 1.42857143 !important;
    font-family: inherit !important;
}

.select2-container--default .select2-selection:focus{
    border-bottom-width: 2px !important;
    outline: none !important;
}

.select2-dropdown {
  border: 2px solid #dce4ec !important;
}

.select2-selection__rendered{
    color: #2c3e50 !important;
    padding-left: 0px !important;
}

/* Menu de gauche des livrets */
.menu-left-group {
    width: 100%;
    margin-bottom: 10px;
}

.menu-left-group > a {
    text-decoration: none;
}

.menu-left-item {
    color: #2c3e50;
    border-color: #95a5a6;
    background-color: #fff;
}

.menu-left-item:hover {
    color: #2c3e50;
    border-color: #95a5a6;
    background-color: #ecf0f1;
}

.menu-left-title {
    width: 100%;
}