@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 1024px) {
body {
	font: 65% Tahoma, Geneva, sans-serif;
	/* margin: 0 5%; */
	margin: 0px !important;
}
}
@media screen and (max-width: 1024px) {
body {
	font: 50% "Trebuchet MS", sans-serif;
	margin: 0;
}
.ui-logo img {
	position:absolute;
	top:10px;
	right:11px !important;
	width:30% !important;
}
}
.circle {
	background:#FFFFFF;
	border:#000 5px solid;
	border-radius:50%;
	padding:30px 0;
	width:190px;
	height:100px;
}
a {
	text-decoration:none;
	color:#999;
}
h1, h2 {
	font-family:segoe ui, verdana, arial, sans-serif;
	font-weight:100;	
}
h1 span.small {
	font-size:14px;
}
.hide {
	display:none;
}
#statut-msg {
	position:relative;
    margin-top: 10px !important;
}

#statut-msg p{
	padding: 5px !important;
    margin: 0px !important;
    font-size: 14px !important;
}
.ui-header {
	/* background:url(../images/logo-small.jpg) no-repeat; */
	border-bottom: #567783 1px solid;
	margin: 10px 0px;
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 9;
    background: #ffffff;
}
.ui-header .content{
	height: 60px;
    background: url(../images/logo-small.jpg) no-repeat;
	background-size: auto 40px;
    margin: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ui-header h1 {
	margin-left:220px;
	vertical-align:middle;
	font-size: 2em !important;
}
.content-config{
	margin: 0 5%;
}
/*.ui-header {
	background: #e8e8e8; /* Old browsers 
	 IE9 SVG, needs conditional override of 'filter' to 'none' *//*
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e8e8e8 0%, #ffffff 100%); /* FF3.6+ *//*
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #ffffff)); /* Chrome,Safari4+ *//*
	background: -webkit-linear-gradient(top, #e8e8e8 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ *//*
	background: -o-linear-gradient(top, #e8e8e8 0%, #ffffff 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top, #e8e8e8 0%, #ffffff 100%); /* W3C */
/*
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */

.ui-h-menu {
	margin-left:10px;
	font-size:1.5em;
}
.ui-right {
	float:right;
}
.ui-left {
	float:left;
}
.ui-logo  img {
	position:absolute;
	top:10px;
	right:11%;
	width:350px;
	height:auto;
}
#navbar {
	margin-top:20px;
}
#user {
	text-align:left;
	font-size:1.8em;
	margin-right:0px;
}
#user img {
	vertical-align:middle;
}
.menu-small {
	position:absolute;
	z-index:9;
	right:5%;
	top:50px;
	width:auto;
	font-size:0.8em;
}
.menu-small li {
	/* padding-right:40px !important; */
}
.button, ui-h-menu a {
	display: inline-block;
	position: relative;
	color: #FFF;
	background:#82a0aa;
	text-decoration: none;
	text-align: center;
	padding: 8px 2px;
	border-radius: 4px;
	cursor: pointer;
	margin-bottom: 0px !important;
}

.button:hover {
	background:#223f4b;
}
.button.ui-state-active {
	background:#14b795;
}

/* Back Button */
.button.back {
	border-left: none;
}

.button.back:after {
	content: '';
	position: absolute;
	height: 50%;
	width: 15px;
	border-left: 1px solid #bcbcbc;

	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	background-image: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	left: -5px;
	top: 1px;

	-webkit-transform: skew(-35deg, 0);
	-moz-transform: skew(-35deg, 0);
	-o-transform: skew(-35deg, 0);
	-ms-transform: skew(-35deg, 0);
	transform: skew(-35deg, 0);
}

.button.back:before {
	content: '';
	position: absolute;
	height: 48%;
	width: 15px;
	border-left: 1px solid #bcbcbc;
	bottom: 1px;
	left: -5px;

	-webkit-transform: skew(35deg, 0);
	-moz-transform: skew(35deg, 0);
	-o-transform: skew(35deg, 0);
	-ms-transform: skew(35deg, 0);
	transform: skew(35deg, 0);

	background-image: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
	background-image: -moz-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
	background-image: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
	background-image: linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);

	-webkit-box-shadow: -2px 1px 2px rgba(100,100,100,0.1);
	box-shadow: -2px 1px 2px rgba(100,100,100,0.1);
}

/* Next Button */
.button.next {
	border-right: none;
	margin-left:-8px;
	padding:10px 50px;
}

.button.next:after {
	z-index:1;
	content: '';
	position: absolute;
	height: 56%;
	width: 15px;
	background:#FFF;
	right: -4px;
	bottom: -2px;

	-webkit-transform: skew(-25deg, 0);
	-moz-transform: skew(-25deg, 0);
	-o-transform: skew(-25deg, 0);
	-ms-transform: skew(-25deg, 0);
	transform: skew(-25deg, 0);
}

.button.next:before {
	content: '';
	z-index:2;
	position: absolute;
	background:#FFF;
	height: 56%;
	width: 15px;
	right: -4px;
	top: -2px;

	-webkit-transform: skew(25deg, 0);
	-moz-transform: skew(25deg, 0);
	-o-transform: skew(25deg, 0);
	-ms-transform: skew(25deg, 0);
	transform: skew(25deg, 0);
}
label {
 font-size:0.9em;
}
/* NEW PAGE LOGIN */
#pageLogin{
	padding: 0px !important;
	margin: 0px !important;
}
#pageLogin .content{
	display: flex;
}
#pageLogin .content .col{
	width: 50%;
	height: 100vh;
	display:inline-block;
	vertical-align:top;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
}
#pageLogin .col:first-child{
	background-image: url('../bg-login-mfk.jpg');
	background-size: cover;
	background-position: center;
}
#pageLogin .col .login{
	padding:50px;
	max-width: 400px;
}
#pageLogin .col .login img{
	max-width: 100%;
	margin-bottom: 20px;
}
#pageLogin .col .login .logo{
	float: left;
	margin-bottom: 40px;
	margin-left: 10px;
	max-width: 250px;
}
#pageLogin .col .login .form{
	background-color: #82a0aa20;
	border:1px solid #82a0aa;
	padding:30px;
	border-radius: 5px;
}
#pageLogin .col .login .form .form-content{
	width: 100%;
}
#pageLogin .col .login p {
	font-size:1.5em;
	width:calc(100% - 20px);
	padding:10px;
}
#pageLogin .col .login a {
	color:#FFFFFF;
}
#pageLogin .col .login table {
	font-size:1.7em;
	width: 100%;
}
#pageLogin .col .login input {
	width:calc(100% - 24px);
	padding:11px;
	text-align:left;
	border:#CCC solid 1px;
	margin:0;
}
/******************/
/* .login {
	display:inline-block;
	vertical-align:top;
	padding:50px;
} */

.title {
	color:#e31e26;
	font:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:3em;
}
.search {
	margin:10px 0 0 0;
	border:#666666 1px solid;
	border-radius: 15px;
	padding:5px 10px 5px 30px;
}
.search input {
	color:#666666;
	border:none;
	width:100%;
}
.search i {
	color:#666666;
	position:absolute;
	margin-left:-22px;
	margin-top:2px;
	float:left;
}
li,ul {
	padding:0;
	margin:0;
	list-style-type:none !important;
}
.ui-pan {
	/* width:400px; */
	width:30%;
	float:left;
}
#photo {
	width:100%;
	height:auto;
}
#dashboard {
	margin-top:50px;
	width: 70%;
}
#dashboard td {
	padding:10px;
	vertical-align:top;
}
.center {
	padding:10px;
}
.red{color:#FF0000;}
.grey {background:#666;}
.grey-light {background:#CCC;}
.blue {
	background:#e8e8e8;
	color:#333;
	padding:1px 10px;
	margin-bottom:20px;
}
.hidden {display:none;}
.text-small {
	background:#999;
	color:#FFF;
	font-size:1.2em;
	margin:0;
	margin-top:10px;
	padding:7px;
}
#quote_title {
	color:#e31e26;
}
#quote_body {
	margin-top:-40px;
}
/*#quote_body ul{
	padding:20px 10px;		
	text-decoration:none;
	/*padding:10px 0 0 0;
	margin:0;
	padding:0;
}*/

li.detail{
	list-style-type:none;
	}
#quote_body h1{
	font-weight:bold;
	padding:0;
	margin:0;
}
li.fam{
	margin:0;
	padding:7px 7px;
	color:#e31e26;
	font-size:1.5em !important;
	list-style-type:none;
}
li.detail {
	color:#333;
	font-size:0.8em !important;
	position: relative;
	text-align: left;
	width: 100%;
}
li.detail span.lib{
	margin-right:100px;
}
li.detail span.montant{
	position: absolute;
	right: 0;
}
#equip_spec{
	color:#333;
	margin:-10px 10px 10px 8px;
	font-size:0.8em;

}
#equip_spec li {
	margin:0 !important;
	padding:0 !important;
}
#quote_footer {
	margin-top:10px;
	border-top:#e31e26 2px solid;
}
#quote_footer li {
	margin-bottom:5px;
	font-size:1.5em;
}
.formulaire label { 
	display: inline-block;
	width: 200px;
	margin: 0 10px 10px 0; 
}​
.absolu {
	position:absolute;
	width:25%;
}

.alert p{
	margin:0px
}
.alert-incompatibilite{
	padding: 7px;
    /* border: 1px solid orange;
    background: #ffe4b3; */
    border: 1px solid red;
    background: #ff00004d;
    margin: 0px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.alert-obligation{
	padding: 7px;
    border: 1px solid red;
    background: #ff00004d;
    margin: 7px;
    border-radius: 5px;
}