/********************
 ********************
// Pages CSS Exentis
 ********************
********************/
input::-webkit-outer-spin-button, 
input::-webkit-inner-spin-button { margin-left: 20px; }
input[type=number] {
    -moz-appearance:textfield;
}
.first-color{
	color:#48801D;
}
.text-success{
	color:#48801D !important;
}
.second-color{
	color:#C5C5C5 !important;
	font-weight: 400;
}
.grey-color{
	color:#888888 !important;
	font-weight: 400;
}
.logo-login{
	max-width: 200px;
}
.logo-abo{
	max-width: 200px;
}
.sexeicon{
	width: 25px;
	height: 25px;
	opacity: 0.8;
}
.verticaltext{
	writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);	
}
.bg-image{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.div_fiche{
	width: 100%;
}
.div_fiche .row div{
	height: 40px;
	padding: 0;
	text-align: center;
	cursor: pointer;
}
.div_fiche .row div span{
	opacity: 0;
}
.div_fiche .row div.active{
	background: rgba(232, 241, 230, 0.5);
}
.div_fiche .row div.formactive{
	background: url("../../img/check-zone.svg");
}
.div_fiche .row div:nth-child(1) img{
	width: 38px;
	float: right;
}
.div_fiche .row div:nth-child(2) img{
	width: 38px;
	float: left;
}
#div_zone_f1{
	width:100px;
	background: url('../../img/female-zone-1.png') no-repeat;
	margin:auto;
}
#div_zone_f2{
	width:100px;
	background: url('../../img/female-zone-2.png') no-repeat;
	margin:auto;
}
#div_zone_f3{
	width:100px;
	background: url('../../img/female-face.png') no-repeat;
	margin:auto;
}
#div_zone_h1{
	width:110px;
	background: url('../../img/male-zone-1.png') no-repeat;
	margin:auto;
}
#div_zone_h2{
	width:100px;
	background: url('../../img/male-zone-2.png') no-repeat;
	margin:auto;
}
.btn-url{
	height: 40px;
}
.btn-url p{
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 26px;
}
.btn-url span{
	display: inline-block;
	float: right;
	padding: 0;
	line-height: 22px;
	margin-left:15px;
	font-size: 30px;
}
textarea.form-control{
	height: 100px !important;
}
.input-long{
	width:100%;
	border: none;
}
.input-long2{
	width:70%;
	border: none;
}
.formline{
	display: inline-block;
}
.patientLine{
	cursor: pointer;
}
.fiche_aff p{
	margin: 0;
}
#form_seance_add, #form_pack_add{
	display: none;
}

/* Abonnement */
.bg-abo{
	background-image:url("../../img/bg-abo.svg");
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: hidden;
}
h1{
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 50px;
}
h1 .span1{
	font-weight: 700;
	margin-left: 100px;
}
h1 .span2{
	margin-left: 75px;
	color: #777777;
}
h1 .span3{
	font-weight: 500;
	margin-left: 150px;
	font-size: 2.2rem;
}
.h2prix{
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 2.2rem;
}
.h2prix sup{
	font-size: 1.2rem;
}
.h2prix span{
	font-weight: 300;
	font-size: 1rem;
	margin-left: 7px;
}
.formabo{
	margin-top: 100px;
}
.formabo>div{
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.login-form li{
	line-height: 40px;
}
.login-form i{
	color:#48801D;
}
#sw-js-blob-svg{
	width:150%;
	margin-left: 100px;
}
.bg-abo2{
	right:-100px;
	top:0;
}
.bg-abo3{
	left:-500px;
	top:1%;
}
.img-abo{
	width: 100%;
}
.img-abo img{
	margin-top: 60px;
	float: left;
	width: 50%;
}
.img-abo-left{
	-moz-transform: skew(-13deg, 14deg);
	-webkit-transform: skew(-13deg, 14deg);
	-o-transform: skew(-13deg, 14deg);
	-ms-transform: skew(-13deg, 14deg);
	transform: skew(-13deg, 14deg);
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.img-abo-right{
	margin-left: -50px;
	-moz-transform: skew(12deg, -12deg);
	-webkit-transform: skew(12deg, -12deg);
	-o-transform: skew(12deg, -12deg);
	-ms-transform: skew(12deg, -12deg);
	transform: skew(12deg, -12deg);
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.prescriptionarea, .prescmodele{
	width:45%;
	float:left;
	margin-right: 4%;
	margin-bottom: 30px;
}
.prescmodele{
	color: #777777;
}
.prescmodele:hover{
	background:#f8f8f8;
	cursor: pointer;
}
.prescriptionarea textarea.form-control{
	min-height: 400px !important;
}
#chronowrap{
	display: none;
	text-align: center;
	color: #ffffff;
}
#chronowrap p{
	font-size:40px;
}
@media only screen and (max-width: 1200px)
{
	h1 .span3{
		margin-left: 50px;
	}
}
@media only screen and (max-width: 991px)
{
	h1 {
		font-weight: 600;
		font-size: 1.5rem;
		line-height: 40px;
	}
	h1 .span1{
		font-weight: 700;
		margin-left: 80px;
	}
	h1 .span2{
		margin-left: 35px;
		color: #777777;
	}
	h1 .span3{
		font-weight: 600;
		margin-left: 0;
		font-size: 1.6rem;
	}
	.img-abo-right{
		margin-left: 0;
	}
	.formabo{
		margin-top: 80px;
	}
}