html, body{
    height: 100%;
    font-family: Arial;
}

/*----------------------------------*/
/*    Colors    */
/*----------------------------------*/

.text-blue{
	color: rgb(31, 76, 175);
	opacity: 0.8;
}

.text-green{
    color: #1cc88a!important;
}

.bg-green{
    background-color: #1cc88a!important;
	color: white;
}

.bg-light-grey{
    background-color: rgb(235,235,235);
}

.bg-blue{
    background-color: rgb(31, 76, 175);
}

.bg-silver{
	background-color: silver;
}

.border-blue{
	border-color: rgb(31, 76, 175)!important;
}

.border-green{
	border-color: #1cc88a!important;
}


/*----------------------------------*/
/*    SIDE MENU    */
/*----------------------------------*/

#logo_eggo{
    height: 3rem;
}

.h-divider{
    border-top: 1px rgba(255,255,255,0.3) solid;
    margin: 0 1rem 1rem;
}

.nav-link.active{
    font-weight: bold;
}

/*----------------------------------*/
/*    HEADER    */
/*----------------------------------*/

.logo-header{
    height: 1.8rem;
}

#profil-pic{
	border: 1px solid black;
	width: 30px;
}

/*----------------------------------*/
/*    Boutons    */
/*----------------------------------*/

.btn-blue{
    background-color: rgb(31, 76, 175);
	color: white;
}

.btn-success{
	background-color: #1cc88a;
	border-color: #1cc88a;
}

.btn-outline-success{
	color: #1cc88a;
	border-color: #1cc88a;
}

.btn-outline-success:hover{
	color: white;
	background-color: #1cc88a;
	border-color: #1cc88a;
}

.icones-box{
	height: 48px;
}

.icone img{
	max-width: 3rem;
	max-height: 2rem;
}

.icone{
	padding-left: 6px;
	padding-right: 6px;
}

.btn-correction{
	min-width: 130px;
}

.img-btn-correction{
	max-height: 2rem;
}

/*----------------------------------*/
/*    Datatables    */
/*----------------------------------*/
.dataTables_info{
	display: none;
}

.paginate_button.current{
	background: white!important;
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	margin: 0!important;
	border-radius: 5px!important;
}

.dataTables_wrapper label{
	margin-bottom: 4px;
}

.dataTables_length{
	padding-top: 4px;
}

table.dataTable thead th{
	border-bottom: none;
}

table.dataTable.no-footer{
	border-bottom: 1px solid silver;
}

.dataTables_filter, .dataTables_length{
	margin-top: 3px;
	margin-bottom: 3px;
}

@media screen and (max-width: 767px){
	.dataTables_wrapper .dataTables_paginate{
		margin-top: 0px;
	}
}

@media screen and (max-width: 640px){
	.dataTables_wrapper .dataTables_filter {
	    margin-top: 3px;
	}
}

/*----------------------------------*/
/*    Others    */
/*----------------------------------*/

/* Display file description questionnaire */
.file_intro{
	max-height: 400px;
	max-width: 90%;
}

.rounded-big{
	border-radius: 15px;
}

.text-small{
	font-size: small;
}

.progress-small{
	height:8px;
}

.text-progress-small{
	font-size:8px;
}

.text-large{
	font-size: large;
}

.text-xlarge{
	font-size: x-large;
}

@media(max-width:576px){
	.dataTables_length{
		display: none;
	}
}


/*----------------------------------*/
/*    For trainees    */
/*----------------------------------*/

.logo{
	margin-top: 1px;
	max-height:34px;
}

#home_section{
	padding-top: 91px;
	display: block;
}

.section_selected{
	background: linear-gradient(white 0%, white 90%, rgb(31, 76, 175) 90%);
}
