@charset "utf-8";
/* CSS Document */
body {
	background: #F5F5F5;
}
.cal_container {
	height:50px;
}
#calendar {
	width: 100%;
}
	#calendar th, td {
		text-align: center; border: 1px solid #CCC;
		width: 100px;
	}
	#calendar td.on {
		background: #147DE2;
	}
	#calendar tr td {
		height: 30px; background: #E6E6E6; border: 1px solid #CCC;
	}
	
.stepsForm {
	width: 100%;
	box-sizing: border-box;
	line-height:1;
	margin-top: 20px;
}
.stepsForm .sf-error{
	border:solid 1px #C00 !important;
}
.stepsForm .sf-error+span{
	border-color:#C00 !important;
}
.stepsForm #sf-msg{
	display:inline-block;
	padding:1rem;
}
.stepsForm .sf-msg-error{
	color:#c00;
}
.stepsForm .sf-msg-success{
	color:#090;
}
.stepsForm .sf-steps {
	width: 100%;
	box-sizing: border-box;
	height: auto;
	padding: 0 1rem;
}
.stepsForm .sf-steps .sf-steps-content {
	width: 100%;
	box-sizing: border-box;
	border-bottom: solid 2px #2096cd;
	font-size:18px;
}
.stepsForm .sf-steps-content>div{
	display:inline-block;
	padding:1rem 3rem 1rem 8rem;
	background:#CCC;
	color:#FFF;
	cursor:pointer;
	position:relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
}
.sf-steps-content div:last-child {
    padding: 1rem 2rem !important;
}
.stepsForm .sf-steps-center>div{
	display:block;
	padding:1rem 2rem 1rem 4rem;
	background:#CCC;
	color:#FFF;
	cursor:pointer;
	position:relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
	box-sizing:border-box;
}
.stepsForm .sf-steps-content>div.sf-active{
	background:#2096cd;
}
.stepsForm .sf-steps-content>div>span{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	background:#AAA;
	padding:0.8rem 1rem;
	font-size:24px;
}
.stepsForm .sf-steps-content>div>i{
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	background:url(../img/sf-steps-activated.png) center no-repeat;
	padding:1rem;
}
.stepsForm .sf-steps-content>div.sf-active>span{
	background:#1b7fad;
}
.stepsForm .sf-steps-content>div>span:after{
  content: '';
  display: block;
  width: 10px;
  position: absolute;
  right: -10px;
  height: 100%;
  top: 0;
  background: url('data:image/svg+xml; charset=utf-8,<svg width="100%" height="100%" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 10 20" preserveAspectRatio="none"><path d="m0,0 l10,10 l-10,10 l-0,-20z" stroke-width="1.5" fill="#AAA"/></svg>') 0 0 no-repeat;
}
.stepsForm .sf-steps-content>div.sf-active>span:after{
  background: url('data:image/svg+xml; charset=utf-8,<svg width="100%" height="100%" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 10 20" preserveAspectRatio="none"><path d="m0,0 l10,10 l-10,10 l-0,-20z" stroke-width="1.5" fill="#1b7fad"/></svg>') 0 0 no-repeat;
}

.stepsForm .sf-steps-form{
	display:block;
	position:relative;
	
}

.stepsForm .sf-steps-navigation{
	padding:0 1rem;
}

.stepsForm .sf-button{
	padding:1rem 2rem;
	background:#2096cd;
	color:#FFF;
	border:none;
	outline:none;
	cursor:pointer;
}

.stepsForm .sf-content {
	width: 100%;
	box-sizing: border-box;
	display: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-top: 30px;
}
.stepsForm .sf-content > li {
    height: auto;
    margin-bottom: 0.5rem !important;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.stepsForm input[type=text],.stepsForm input[type=tel],.stepsForm input[type=email], .stepsForm input[type=password], .stepsForm input[type=number].price {
	width: 100%;
	box-sizing: border-box;
	padding: 1rem;
	border: solid 1px #CCC;
	outline: none;
}
.stepsForm textarea {
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	padding: 1rem;
	border: solid 1px #CCC;
	outline: none;
	overflow: auto;
}
.stepsForm label.sf-select {
	position: relative;
	display: block;
}
.stepsForm label.sf-select>select {
	width: 100%;
	
	box-sizing: border-box;
	padding: 1rem;
	border: solid 1px #CCC;
	outline: none;
	
}
/*
.stepsForm label.sf-select>span {
	position: absolute;
	display: inline-block;
	text-align: center;
	right: 1px;
	top: 1px;
	bottom:1px;
	width: 3.5rem;
	pointer-events: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #e8e8e8;
	border-left:solid 1px #DDD;
	padding-top: 10px;
}
.stepsForm label.sf-select>span::after {
	content: "";
	display: inline-block;
	width: 20%;
	height: 20%;
	-webkit-transform: rotate(-45deg) translate(-80%, 80%);
	-moz-transform: rotate(-45deg) translate(-80%, 80%);
	-ms-transform: rotate(-45deg) translate(-80%, 80%);
	-o-transform: rotate(-45deg) translate(-80%, 80%);
	transform: rotate(-45deg) translate(-80%, 80%);
	border: 0 solid #fff;
	border-left-width: .25em;
	border-bottom-width: .25em
}
*/
.stepsForm label.sf-select>select:focus+span {
	background-color: #2096cd;
}
.stepsForm .sf-radio, .stepsForm .sf-check {
	width: 100%;
	height: auto;
	padding: 1rem 0;
}
.stepsForm .sf-radio label, .stepsForm .sf-check label {
	display: inline-block;
	margin-right: 10px;
}
.stepsForm .sf-radio label input[type=radio], .stepsForm .sf-check label input[type=checkbox] {
	position: absolute;
	pointer-events: none;
	opacity: 0;
	margin: 0;
	padding: 0;
	height: 10px
}
.stepsForm .sf-radio label input[type=radio]+span, .stepsForm .sf-check label input[type=checkbox]+span {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: 1px solid #cecece;
	text-align: center;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.stepsForm .sf-radio label input[type=radio]+span::after, .stepsForm .sf-check label input[type=checkbox]+span::after {
	content: "";
	display: inline-block;
	opacity: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms
}
.stepsForm .sf-radio label input[type=radio]:focus+span, .stepsForm .sf-check label input[type=checkbox]:focus+span, .stepsForm .sf-radio label input[type=radio]:active+span, .stepsForm .sf-check label input[type=checkbox]:active+span {
	border-color: #2096cd
}
.stepsForm .sf-radio label input[type=radio]:checked+span::after, .stepsForm .sf-check label input[type=checkbox]:checked+span::after {
	opacity: 1
}
.stepsForm .sf-radio label input[type=radio].error+span, .stepsForm .sf-check label input[type=checkbox].error+span {
	border-color: #e2513f;
	border-width: 2px
}
.stepsForm .sf-radio label input[type=radio]+span {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd
}
.stepsForm .sf-radio label input[type=radio]+span::after {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	background-color: #2096cd
}
.stepsForm .sf-radio label input[type=radio]:checked+span::after {
	border: .2em solid #fff
}
.stepsForm .sf-check label input[type=checkbox]+span {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd
}
.stepsForm .sf-check label input[type=checkbox]+span::after {
	height: 45%;
	width: 75%;
	background-color: transparent;
	border: 0 solid #2096cd;
	vertical-align: bottom;
	margin-top: 10px;
	-webkit-transform: rotate(-45deg) translate(50%, -75%);
	-moz-transform: rotate(-45deg) translate(50%, -75%);
	-ms-transform: rotate(-45deg) translate(50%, -75%);
	-o-transform: rotate(-45deg) translate(50%, -75%);
	transform: rotate(-45deg) translate(50%, -75%)
}
.stepsForm .sf-check label input[type=checkbox]:checked+span::after {
	border-left-width: .2em;
	border-bottom-width: .2em
}
.stepsForm input[type=text]:focus,.stepsForm input[type=tel]:focus, .stepsForm input[type=password]:focus, .stepsForm input[type=email]:focus,.stepsForm label.sf-select>select:focus, .stepsForm textarea:focus {
	border-color: #2096cd;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(32,150,205,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(32,150,205,1);
	box-shadow: 0px 0px 5px 0px rgba(32,150,205,1);
}
.stepsForm input, .stepsForm select, .stepsForm textarea, .stepsForm button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.sf-shadow input, .sf-shadow select, .sf-shadow textarea {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.stepsForm .sf_columns {
	min-height: 30px;
	display: inline-block;
	padding: 0 1rem;
	box-sizing: border-box;
	float: left;
}
.sf-align-right{
	text-align:right;
}

.sf-align-center{
	text-align:center;
}
.sf-align-center>span#sf-msg{
	display:block;
	clear:both;
	margin:0 auto;
}
.sf-align-center>button{
	display:block;
	clear:both;
	margin:0 auto;
	margin-bottom:10px;
}

.stepsForm .column_1 {
	width: 25% !important;
}
.stepsForm .column_2 {
	width: 33.333333334%;
}
.stepsForm .column_3 {
	width: 50%;
}
.stepsForm .column_4 {
	width: 66.666666667%;
}
.stepsForm .column_5 {
	width: 83.333333334%;
}
.stepsForm .column_6 {
	width: 100%;
}


/*green Style*******************************************/
.sf-theme-green .sf-steps .sf-steps-content{
	border-color:#66af33;
}
.sf-theme-green .sf-steps .sf-steps-content>div.sf-active{
	background:#66af33;
}
.sf-theme-green .sf-steps .sf-steps-content>div.sf-active>span
{
	background:#519521;
}
.sf-theme-green .sf-steps .sf-steps-content>div.sf-active>span:after{
	background: url('data:image/svg+xml; charset=utf-8,<svg width="100%" height="100%" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 10 20" preserveAspectRatio="none"><path d="m0,0 l10,10 l-10,10 l-0,-20z" stroke-width="1.5" fill="#519521"/></svg>') 0 0 no-repeat;
}
.sf-theme-green .sf-radio label input[type=radio]:focus+span, .sf-theme-green .sf-check label input[type=checkbox]:focus+span, .sf-theme-green .sf-radio label input[type=radio]:active+span, .sf-theme-green .sf-check label input[type=checkbox]:active+span {
	border-color: #66af33;
}
.sf-theme-green .sf-radio label input[type=radio]+span::after {
	background-color: #66af33;
}
.sf-theme-green .sf-check label input[type=checkbox]+span::after {
	border-color:#66af33;
}
.sf-theme-green label.sf-select>select:focus+span {
	background-color: #66af33;
}
.sf-theme-green input[type=text]:focus,.sf-theme-green input[type=tel]:focus, .sf-theme-green input[type=password]:focus, .sf-theme-green input[type=email]:focus,.sf-theme-green label.sf-select>select:focus, .sf-theme-green textarea:focus {
	border-color: #66af33;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(29,134,74,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(29,134,74,1);
box-shadow: 0px 0px 5px 0px rgba(29,134,74,1);
}

.sf-theme-green .sf-steps-navigation>button{
	background:#66af33;
}

.stepsForm label {
	font-weight: normal !important;
}
.ui-autocomplete {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    background-color: #ffffff;
    border-color: rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);	
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    max-height: 200px;
    left: 0;
    list-style: outside none none;
    margin: -3px 0 18px 25px;
    min-width: 160px;
    overflow: auto;
    padding: 5px 9px;
    position: relative;
    top: 100%;
    z-index: 1000;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
.ui-helper-hidden-accessible div:last-child {
    display: none;
}

span.cur {
    background-color: #e8e8e8;
    border-left: 1px solid #ddd;
    bottom: 1px;
    box-sizing: border-box;
    display: inline-block;
    float: right;
    font-weight: 700;
    height: 3.4rem;
    margin-right: 1px;
    padding-top: 10px;
    pointer-events: none;
    position: relative;
    text-align: center;
    top: -35px;
    width: 3.5rem;
}

.sf_columns.column_6.divider {
    border-top: 1px solid #ccc;
}

.preview i {
    font-weight: 600;
}

.selected_date {
    background: #66af33 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    padding: 5px;
    position: relative;
    top: 6px;
}
.upload {
    background-color: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 5px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 8px;
    text-shadow: 1px 1px 0 green;
}
.upload:hover{
    cursor:pointer;
    background:#c20b0b;
    border:1px solid #c20b0b;
    box-shadow: 0px 0px 5px rgba(0,0,0, .75);
}
#file{
    color:green;
    padding:5px; border:1px dashed #123456;
    background-color: #f9ffe5;
}
#upload{
    margin-left: 45px;
}

#noerror{
    color:green;
    text-align: left;
}
#error{
    color:red;
    text-align: left;
}
#filediv #img{ 
    width: 17px;
    border: none; 
    height:17px;
    margin-left: -20px;
    margin-bottom: 91px;
}

.abcd{
}

.abcd img{
    height:100px;
    width:100px;
    padding: 5px;
    border: 1px solid rgb(232, 222, 189);
}
ul#img_prev {
    list-style: outside none none;
    margin-bottom: 15px;
    padding-left: 0 !important;
}

ul#img_prev > li {
    float: left;
}
ul#img_prev > li {
    display: block;
    padding-right: 10px;
    position: relative;
}
ul#img_prev li .fa {
	color: red;
    margin-left: -6px;
    margin-top: -8px;
    position: absolute;
	cursor: pointer;
}
.totalprice {
	font-weight: bold;
	color: green;
}
.liste-icones ul { display: inline-block; list-style-type:none;}
.thumbActivity {
	width: 210px;
	height: 142px;
	float: left;
	margin: 10px;
	position: relative;
}
.thumbActivity .delImg {
	position: absolute;
	top: 0;
	right: 10px;
	background: rgba(255, 255, 255, 0.5);
	width: 30px;
	height: 30px;
	color: red;
	font-size: 18pt;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	display: block;
}
.croppie-container {
	position: relative;
}
	.croppie-container .zoom-btn {
		position: absolute;
		z-index:999999;
		background:  #fff;
		width: 20px;
		height: 20px;
		line-height: 16px;
		border-radius: 50%;
		text-align: center;
		border: 1px solid #999;
		bottom: 70px;
	}
		.zoom-dn { left: 120px;}
		.zoom-up { left: 840px;}
.thumbActivity:hover .delImg {
	display: block;
}
.thumbActivity img {
	width: 200px;
	border: 5px solid #DDD;
}
#dropzone {
	width: 400px;
	height: 250px;
	padding: 50px 0;
	text-align:center;
	position: relative;
	border: 2px dashed black;
}
#dropzone input {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	opacity: 0;
}
#dropzone p {
	margin-top: 40px
}