body
{
	background: url(panel-wallpaper.jpg) #252525;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	font-family: 'Oxygen', sans-serif;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;

	margin:0;
}
a
{
	color: rgba(255,255,255,0.9);
	text-decoration: none;

	-webkit-transition: color 0.3s ease-in-out; /* property duration timing-function delay */
    -moz-transition: color  0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
a:hover
{
	color: white;
}
.login_box, .forcemdp_box
{
	/*height:500px;*/
	width: 350px;
	max-width: 100%;
	/*background-color: rgba(255,255,255,0.5);*/
	margin-right: auto;
	margin-left: auto;
	margin-top: 16vh;
	/*box-shadow: 1px 1px 12px #555;*/
	text-align: center;
	color : #ffffff;
}
.forcemdp_box {
	margin-top: 7vh;
}

.login_box .logo
{
	margin-bottom: 20px;
}
.login_box form input.champs_login, .forcemdp_box form input.champs_login
{
	padding:12px;
	/*margin:10px;*/
	width: 100%;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-size: 37px 25px;
	background-position: 10px center;
	background-color: rgba(255,255,255,0.1) !important;
	border:0;
	font-family: 'Oxygen', sans-serif;
	font-weight: 600;
	/*text-shadow: 2px 2px 4px #999;*/
	color: white;
	outline: none;

	font-size: 1.1em;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: white;
}
 
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: white;
}


.login_box form input.champs_login.user
{
	background-image: url(images/icon_user.png) !important;
}
.login_box form input.champs_login.password, .forcemdp_box form input.champs_login.password
{
	background-image: url(images/icon_lock.png) !important;
}
.login_box form input.submit, .forcemdp_box form input.submit
{
	width: 100%;
	background-color: white;
	border:0;
	color: #252525; /*Couleur écriture bouton*/
	padding:12px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	font-size: 1.1em;
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	cursor: pointer;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;

	-webkit-transition: background-color 0.3s ease-in-out; /* property duration timing-function delay */
    -moz-transition: background-color  0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.login_box form input.submit:hover, .forcemdp_box form input.submit:hover
{
background-color: rgba(255,255,255,0.8);

}

.login_box input, .forcemdp_box input
{
	-webkit-appearance : none;
	border-radius: 0;
}


.error_label {
	display: none;
	color:red;
}



.profil_auth .quit
{
	cursor: pointer;

	-webkit-transition: opacity 0.2s ease-in-out; /* property duration timing-function delay */
    -moz-transition: opacity  0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.profil_auth .quit:hover
{
	opacity: 0.8;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	color: #7f8c8d !important;
}

.profil_auth .avatar
{
	width: 150px
}

.profil_auth .username
{
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: 200;
}

.profil_auth .quit
{
	width: 20px;
	margin-left:4px;
	vertical-align: middle;
}

.profil_auth
{
	display: none;
}

.login_box .titre_login, .forcemdp_box .titre_login
{
	font-weight: 600;
	font-size: 1.1em;
}

/*APP BOX*/

.app_box .top
{
	border-bottom: 1px solid rgba(255,255,255,0.1);
	color:white;
	height: 80px;
	line-height: 80px;
}
.app_box .top .top_content
{
	max-width:1200px;
	margin-right: auto;
	margin-left: auto;
}
.app_box .top .user
{
	float:right;
}
.app_box .top:after {
    content:'';
    display:block;
    clear: both;
}


.app_box .top .user .img img
{
	width: 50px;
	vertical-align: middle;
	border-radius: 50%;
	cursor:pointer;
}
.app_box .top .user .nom
{
	font-size: 1.4em;
	font-weight: bold;
	vertical-align: middle;
	/*padding-top: -2px;*/
}

.app_box .logo
{
	vertical-align: middle;
	font-size: 1.8em;
	
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 10px;
	border-right: 1px solid rgba(255,255,255,0.1);
	padding-top:10px;
	padding-bottom: 10px;
}

.app_box .top .page_title
{
	vertical-align: middle;
	font-size: 1.5em;
	font-style: italic;
}

.app_box .content
{
	padding: 20px;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.app_box .content .appli
{
	width: 100px;
	height: 120px;
	
	overflow: hidden;
	margin:25px;
	display: inline-block;
	text-align: center;


}
.app_box .content .appli .icon
{
	display: inline-block;
	background-color: rgba(255,255,255,0.2);
	width: 75px;
	height: 75px;
	vertical-align: middle;
	text-align: center;
	line-height: 70px;
	border-radius: 18px;

	
}	
.app_box .content .appli .icon:hover
{
	/*background-color:white;*/
}
.app_box .content .appli .icon img
{
	width: 100%;
	max-width: 53px;
	max-height: 53px;
	vertical-align: middle;

}
.app_box .content .appli a .name
{
	font-size: 0.9em;
	font-weight: 600;
	padding-top: 5px;
	color:rgba(255,255,255,0.8);

	-webkit-transition: color 0.3s ease-in-out; /* property duration timing-function delay */
    -moz-transition: color  0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.app_box .content .appli:hover a .name
{
	color:white;
}
.forcemdp_box h2 {
	text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 500;
    margin: 0;
    margin-bottom: 2vh;
}

.forcemdp_box label {
	float: left;
    font-size: 0.95em;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 4px;
    margin-top: 15px;
    margin-left: 10px;
}