/* ================================================
** === HTML et BODY
** ================================================
*/
html, body{
	background-color: var(--globalbackgroundColor);
	color: var(--globalColor);
    font-family: var(--globalFontFamily);
    width: 100%;
    height: 100%;	
}

html {
  font-size: 62.5%;
}
.ck-content{
	line-height: 1.5em;
}
.btn,
.alert
{
	font-size: 11pt;
}
.error{
	color: crimson;
}

#mapdiv{
	width: 100%;
	height: 400px;
}

.accordion-item{
	margin-bottom: 10px;
}

.accordion-button{
	font-size: 13pt;
	border: 1px solid #DFDFDF;
}

.accordion-collapse{
	background: #F5F5F5;
	border: 1px solid #DFDFDF;
	padding: 5px 10px;
}

.eelo-album{
	display: inline-block;
	width: 48%;
	max-height: 300px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	margin-right: 10px;
}

.eelo-album:hover
{
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

label.info{
    min-width: 150px;
    padding: 2px 5px;
    margin-bottom: 5px;
    border-radius: 3px 0px 0px 3px;
    background-color: var(--infoLabelBackground);
    border:1px solid var(--infoLabelBorderColor);
}

span.info{
    display: inline-block;
    min-width: 200px;
    padding: 2px 5px;
    color:#FFF;
    margin-bottom: 5px;
    border-radius: 0px 3px 3px 0px;
    background-color: var(--infoValueBackground);
    border:1px solid var(--infoValueBorderColor);
}

.rapport-container{
	width: 90%;
	background-color:#FFF;
	border:1px solid #455A64; 
	padding:2px;
	margin:auto;
	margin-bottom:20px;
	
}
.cell-eelo,
.cell-title-eelo
{
    vertical-align: middle;
    border: 1px dotted #CCC;
}

.cell-title-eelo{
    justify-content: center;
    font-weight: bold;
    font-size: 10pt;
    background: #52DCCF;
    border: 1px dotted #FFF;
}
.planning-date{
    width: 100%;
    height: 100%;
    color: #FFF;
    padding:2px 5px;
    font-weight: bold;
	margin-bottom: 8px;
    background-color: rgba(0, 131, 143, 0.9);
    border: 1px solid rgb(178, 223, 219);
}
.planning-activite{
    font-weight: bold;
}

.planning-pair-row,
.planning-pair-row select
{
    background-color: #E0E0E0;
    color: #444;
    font-size: 10pt;
}
.planning-impair-row,
.planning-impair-row select
{
    background-color: #FAFAFA; 
    color: #444;
    font-size: 10pt;
}

.planning-pair-row select,
.planning-impair-row select
{
	width: 90%;
}

.team-content {
    border: 1px solid #CCC;
	margin-bottom:8px;
}

.planning-pair-row,
.planning-impair-row
{
	padding: 1px;
}

.planning-impair-row .planning-activite
{
	background-color: #cacaca; 
    color: #444;	
	padding:5px 7px;
}

.planning-pair-row .planning-activite
{
	background-color: #a7a4a4;
    color: rgb(235, 235, 235);
	padding:5px 7px;
}

.avatar-large{
    display: inline-block;
    max-width: 150px;
    max-height: 250px;
    border-radius: 5px;
    padding: 2px;    
    border: 1px solid #00695C;
}

.avatar-large img{
    display: block;
}

.ml-10 {
	margin-left:10px;
}

.ml-5 {
	margin-left:5px;
}

.w-60{
    width: 60%;
}

.w-20{
    width: 20%;
}

.center
{
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.choicable-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 5px;
    font-size: 20pt;
    color: #444;
    cursor: pointer;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 15px;
    text-align: center;
    justify-content: center;
    background-color: #FAFAFA;
}

.choicable-icon:hover {
    background-color:#1976D2;
    color:#FFF;
}

.dropdown-menu li a{
	font-size:12pt;
}

.choicable-user,
.unchoicable-user{
    display: block;
    width: 100%;
    min-width: 230px;
    min-height: 80px;
    padding: 5px 10px;
    font-size: 13pt;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #FAFAFA;
}

.choicable-user{
    cursor: pointer;
}

.choicable-user .avatar,
.unchoicable-user .avatar
{
    display: inline-block;
    min-width: 70px;
    min-height: 70px;
    padding: 2px;
    margin-right: 10px;
    border: 1px solid #CCC;
}

.choicable-user:hover{
    color:#FFF;
    background-color: #0091EA;
}

.unchoicable-user
{
    box-shadow: 0 4px 9px -4px rgb(0 0 0 / 35%);
}

.unchoicable-user .btn-sm
{
    font-size: 10pt;
}
.conseil-content
{
    width: 100%;
    max-width: 200px;
    height: 250px;
    margin: 10px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #CCC;
    color:var(--hearderContainerColor);
    background-color: var(--hearderContainerbackgroundColor);
}
.conseil-content .avatar
{
    width: 100%;
    height: 200px;
    background-color: #FFF;
}
.conseil-content .avatar img
{
    width: 100%;
    height: 100%;
}
.container-fluid{
    width: 100%;
}
.mailContainer{
    width: 100%;
    border: 1px solid #CCC;
    padding: 5px;
    margin-bottom:7px;
}

.mail-dest-container{
    width: 80%;
    margin: auto;
    padding:5px;
    border: 1px solid #CCC;
}

.mail-item-sender{
    background-color: #d9ffcc;
    color: #1a6500;
}

.mail-item-waitting {
    background-color: #ffcecc;
    color: #b60700;
}

.mail-item{
    background-color: #e4e4e4;
    padding:5px;
}
/* ================================================
** === Petit �cran
** ================================================
*/
@media all and (max-width: 991px)
{
	html {
	  font-size: 12pt;
	}
	
	.btn,
	.alert
	{
		font-size: 10pt;
	}

	.accordion-button{
		font-size: 10pt;
	}

	.rapport-container
	{
		width: 100%;
        padding: 2px;
	}

	.eelo-album{
		width: 100%;
	}
    .mail-dest-container{
        width: 100%;
    }
}