body {
	text-rendering: geometricPrecision;
	font-smooth: always;
	font-smoothing: antialiased;
			-moz-font-smoothing: antialiased;
	 -webkit-font-smoothing: subpixel-antialiased;
	font-family:"Raleway", "Helvetica Neue", sans-serif;
  color:#333;
  font-size:1.6rem;
  font-weight:400;
  min-height:100vh;
  padding:0 0 50px;
  position:relative;
 	background:#fafafa;
}

#main-application-menu {
	position:relative;
	top:-5px;
}

.aboveText,
.underText {
	margin:10px 0;
}

.form-control {
	border:none;
	border-top:1px solid #bfc4ce;
	position:relative;
}

.form-group {
	position:relative;
}

.modal-body,
.modal-footer {
	background:#f3f3f3;
}

.modal-footer {
	margin-top:0 !important;
}

.modal-body .alert-danger {
	background:none;
	color:#dd6047;
	font-weight:500;
	margin:0;
	border:none;
}

#ajaxResponse {
	position:fixed;
	display:none;
	bottom:65px;
	background:#fff;
	z-index:100;
	padding:10px;
	color:#fff;
	border-left:3px solid #61c1b6;
	color:#424242;
	font-size:1.6rem;
	line-height:1;
	font-weight:600;
	text-align:left;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  background-image: url(../img/selectArrow.png);
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 12px 6px;
}

.form-control:focus,
.form-control:active,
.form-control:hover {
	border:none;
	border-top:1px solid #bfc4ce;
}

.form-group.error:before {
	position:absolute;
	bottom:-15px;
	left:0;
	width:100%;
	height:15px;
	content:"Merci de remplir ce champ";
	color:#dd6047;
	font-size:1.4rem;
	font-weight:500;
	display:block;
}

.form-group.error:after {
	position:absolute;
	top:50%;
	margin-top:8px;
	right:-8px;
	content:"";
	width:16px;
	height:17px;
	background-image:url(../img/fieldError.png);
	background-repeat:no-repeat;
	background-size:16px 17px;
	background-position:center center;
	display:block;
}

form:not(.button-up) .form-buttons {
	margin-top:30px;
}

form.table,
form.table .form-buttons {
	margin:0;
}

.select2-container--bootstrap .select2-selection,
.select2-container--bootstrap.select2-container--focus .select2-selection, 
.select2-container--bootstrap.select2-container--open .select2-selection {
	border-radius:0;
	border:none;
	border-top:1px solid #bfc4ce;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
	width:10px;
	height:10px;
	border:none;
	border-right:1px solid #62c1b7;
	border-bottom:1px solid #62c1b7;
  transform: rotate(45deg);
  margin-left:-10px;
  margin-top:-7px;
	-webkit-transition:transform 200ms ease;
	transition:transform 200ms ease;
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
	border-width:1px;
	border-color:#62c1b7;
  transform: rotate(-135deg);
  margin-top:-2px;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
	border:none;
	border-radius:0;
	background:#e5e7ea;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background:#62c1b7;
}

.select2-container--bootstrap .select2-dropdown {
	border:none;
	border-radius:0;
}

label.bar {
	border-bottom:1px solid #e5e7ea;
	margin-bottom:0;
	padding:10px 0 5px;
	display:block;
	font-weight:500;
}

.has-feedback label~.form-control-feedback {
	top:38px;
	z-index:5;
	pointer-events:auto;
}

.form-radio {
	display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right:20px;
  margin-bottom:15px;
}

.form-radio.disabled,
form.inline.disabled,
.formValue,
.inline .submitForm {
	pointer-events: none;
}

.form-radio.disabled {
	opacity:.5;
}

.form-radio [type="radio"]:checked,
.form-radio [type="radio"]:not(:checked),
.form-radio [type="checkbox"]:checked,
.form-radio [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.form-radio [type="radio"]:checked + label,
.form-radio [type="radio"]:not(:checked) + label,
.form-radio [type="checkbox"]:checked + label,
.form-radio [type="checkbox"]:not(:checked) + label
{
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-left:10px;
  font-weight:400;
}

.form-radio [type="radio"]:checked + label:before,
.form-radio [type="radio"]:not(:checked) + label:before,
.form-radio [type="checkbox"]:checked + label:before,
.form-radio [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  margin-left:-8px;
  top: 50%;
  margin-top:-8px;
  width: 15px;
  height: 15px;
  z-index:4;
  border:2px solid #62c1b7;
  border-radius: 50%;
}

.form-radio [type="checkbox"]:checked + label:before,
.form-radio [type="checkbox"]:not(:checked) + label:before {
	border-radius:0;
}

.form-radio [type="radio"]:checked + label:after,
.form-radio [type="radio"]:not(:checked) + label:after,
.form-radio [type="checkbox"]:checked + label:after,
.form-radio [type="checkbox"]:not(:checked) + label:after {
  content: '';
  left: 0;
  margin-left:-8px;
  top: 50%;
  margin-top:-8px;
  width: 15px;
  height: 15px;
  z-index:3;
  background:#62c1b7;
  position:absolute;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}


.form-radio [type="checkbox"]:checked + label:after,
.form-radio [type="checkbox"]:not(:checked) + label:after {
	border-radius:0;
}

.form-radio [type="radio"]:not(:checked) + label:after,
.form-radio [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.form-radio [type="radio"]:checked + label:after,
.form-radio [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn {
	height:40px;
	line-height:35px;
	border-radius:20px;
	border:none;
	padding:0 45px;
	font-weight:400;
	background-color:transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn.xs {
	line-height:19px;
	padding:0 5px;
}

.btn:not([disabled]):hover:before {
	display:none;
}

.btn.next,
.btn.prev {
	background-size:8px 15px;
	background-repeat:no-repeat;
}

.btn.next {
	background-image:url(../img/arrowRight.png);
	background-position:calc(100% - 15px) center;
}

.btn.prev {
	background-image:url(../img/arrowLeft.png);
	background-position:15px center;
}

.btn.green {
	color:#62c1b7;
	background-color:#fff;
	border: 2px solid #62c1b7;
}

.btn.green.next {
	background-image:url(../img/arrowRightG.png);	
}

.btn.red.prev {
	background-image:url(../img/arrowLeftG.png);	
}

.btn.red.next {
	background-image:url(../img/arrowRightR.png);	
}

.btn.red.prev {
	background-image:url(../img/arrowLeftR.png);	
}

.btn.violet.next {
	background-image:url(../img/arrowRightV.png);	
}

.btn.violet.prev {
	background-image:url(../img/arrowLeftV.png);	
}

.btn.next:hover {
	background-image:url(../img/arrowRight.png);	
}

.btn.prev:hover {
	background-image:url(../img/arrowLeft.png);	
}

.btn.red {
	color:#dd6047;
	background-color:#fff;
	border: 2px solid #dd6047;
}

.btn.violet {
	color:#8a6fde;
	background-color:#fff;
	border: 2px solid #8a6fde;
}

.btn:hover,
.btn:active,
.btn:focus {
	box-shadow:0px 5px 10px -5px rgba(0,0,0,0.5);
}

.btn.green:hover,
.btn.green:focus,
.btn.green:active {
	color:#fff;
	background-color:#62c1b7 !important;
}

.btn.red:hover,
.btn.red:focus,
.btn.red:active  {
	color:#fff;
	background-color:#dd6047 !important;
}

.btn.violet:hover,
.btn.violet:focus,
.btn.violet:active {
	color:#fff;
	background-color:#8a6fde !important;
}

.button-up {
	position:relative;
	top:-40px;
	display:inline-block;
}

.btn.table {
  border-radius: 15px;
  padding: 2px 25px;
  height:auto;
  line-height:1;
  font-size:1.2rem;
}

.cbf-tooltip {
	cursor:pointer;
}

.cbf-tooltip.violet {
	color:#8a6fde;
}

.popover {
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	border-left:3px solid #61c1b6;
	background:#fff;
	padding:15px;
	color:#424242;
	font-size:1.4rem;
	line-height:1.4;
	border-radius:0;
	min-width:250px;
}

.popover-title {
  display:none;
}

.popover-content {
  background:#fff;
  font-weight:300;
  color:#424242;
  padding:0;
  font-size:1.4rem;
  line-height:1.4;
}

.navbar {
	background:#fafafa;
	color:#242424;
	border:none;
	height:67px;
	padding:15px 0;
}

.navbar-brand {
	padding:0 15px;
	height:auto;
}

.mvp-text {
	position:absolute;
	top:15px;
	height:37px;
	line-height:37px;
	left:50%;
	transform:translateX(-50%);
	color:#a8afbc;
}

.navbar-brand img {
	max-width:79px;
	max-height:37px;
}

h2.title {
	position:relative;
	font-size:3rem;
	font-weight:500;
	padding-bottom:15px;
	margin:25px 0 30px;
	color:#333333;
	display:inline-block;
}

h2.title:after {
	content:"";
	background:#b498ec;
	position:absolute;
	bottom:0;
	left:0;
	width:65px;
	height:2px;
	display:block;
}

h3.title {
	position:relative;
	font-size:2rem;
	text-transform:uppercase;
	font-weight:500;
	padding-bottom:15px;
	margin:0 0 30px;
	color:#333333;
	display:inline-block;
}

.infoBanner {
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	border-left:3px solid #61c1b6;
	background:#fff;
	padding:5px 15px;
	color:#424242;
	font-size:1.2rem;
}

/***********/
/** HOME  **/
/***********/
#homePanelHolder {
	height:130px;
	z-index:11;
	position:relative;
	background:#fff;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}

#homePanelHolder > div {
	position:relative;
}

#homePanelHolder:after {
	position:absolute;
	bottom:0;
	height:3px;
	left:0;
	width:100%;
	background: #62c0b7; 
	background: -moz-linear-gradient(left,  #62c0b7 1%, #8f66e1 100%);
	background: -webkit-linear-gradient(left,  #62c0b7 1%,#8f66e1 100%); 
	background: linear-gradient(to right,  #62c0b7 1%,#8f66e1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c0b7', endColorstr='#8f66e1',GradientType=1 );
	content:"";
	display:block;
}

#homePanel {
	background:#fff;
	padding:30px 0;
	position:relative;
	z-index:9;
}

#homePanel.closed {
	height:124px;
}

#panelLogo {
	max-height:50px;
	width:auto;
	margin-top:7px;
}

/****************/
/***   MENU   ***/
/****************/
#panelMenu {
	float:right;	
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}

#panelMenu ul {
	list-style:none;
	height:50px;
	margin-top:15px;
}

#panelMenu ul li {
	display:block;
	float:left;
	background-repeat:no-repeat;
	background-position:right center;
	background-size:50%;
	height:50px;
	line-height:25px;
	color:#a8afbc;
	margin:0 5px;
	min-width:50px;
	position:relative;
}

#panelMenu ul li a {
	color:#a8afbc;
	-webkit-transition:all 200ms ease;
	transition:all 200ms ease;
	font-weight:600;
	min-width:50px;
	min-height:50px;
	display:block;
	position:relative;
	z-index:2;
	outline:none;
}

#panelMenu ul li span.alert {
	position:absolute;
	top:0;
	right:0;
	background:#dd6047;
	width:25px;
	height:25px;
	line-height:23px;
	color:#fff;
	text-align:center;
	border-radius:50%;
	border:none;
	padding:0;
	z-index:0;
	font-size:1.4rem;
	font-weight:600;
}

#panelMenu ul li a:hover,
#panelMenu ul li a:focus,
#panelMenu ul li a:active {
	color:#233242;
	text-decoration:none;
}

#panelMenu ul li.menu-alerts {
	background-image:url(../img/ringbell.png);
	background-size:22px 26px;
	background-position:center center;
}

#panelMenu ul li.menu-enveloppe {
	background-image:url(../img/mail.png);
	background-size:30px 21px;
	background-position:center center;
}

#panelMenu ul li.menu-settings {
	background-image:url(../img/gear.png);
	background-position:center center;
	background-size:25px 25px;
}

#panelMenu ul li.menu-connection {
	background-image:url(../img/login.jpg);
	background-position:center center;
	background-size:25px 25px;
}

#panelMenu ul li.menu-login {
	padding-left:15px;
	position:relative;
}

#panelMenu ul li.menu-login:after {
	background-image:url(../img/menuDown.png);
	background-size:34px 34px;
	content:"";
	display:block;
	width:34px;
	height:34px;
	position:absolute;
	top:calc(50% - 17px);
	right:0;
	-webkit-transition:all 500ms ease;
	transition:all 500ms ease;
}

#panelMenu ul li.menu-login.open:after {
	  -moz-transform:    scaleY(-1);
  -o-transform:      scaleY(-1); 
  -webkit-transform: scaleY(-1); 
  transform:         scaleY(-1);
  filter: FlipV;   
}

#panelMenu ul li.menu-login a {
	padding-right:50px;
}

#panelMenu ul li.menu-login:before {
	position:absolute;
	top:0;
	left:0;
	width:2px;
	height:50px;
	background:#f6f7f7;
	content:"";
	display:block;
}

#panelMenu ul li.menu-login a span {
	color:#233242;
}

/********************/
/*** NOTIFICATIONS **/
/********************/
#notifications {
	position:absolute;
	top:calc(100% + 13px);
	right:200px;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
	transform: scaleY(1);    
  transform-origin: top;
	-webkit-transition:all 500ms ease;
	transition:all 500ms ease;
}

#notifications.closed {
	transform: scaleY(0);
}

#notifications h4 {
	background:#f3d6d0;
	color:#424242;
	text-align:center;
	margin:0;
	font-weight:500;
	font-size:1.4rem;
	padding:5px;
}

#notifications ul {
	min-width:300px;
}

#notifications ul li {
	display:block;
	border-left:3px solid #dd6047;
	padding:10px 15px;
	font-size:1.4rem;
	-webkit-transition:all 200ms ease;
	transition:all 200ms ease;
	position:relative;
	padding-right:30px;
}

#notifications ul li + li {
	margin-top:3px;
}

#notifications ul li:hover {
	background:#f7ebe8;
}

#notifications ul li strong {
	color:#dd6047;
}

#notifications ul li p {
	margin:0;
}

#notifications .btn.notif {
	position:absolute;
	z-index:11;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background:url(../img/arrowNotifications.png) no-repeat calc(100% - 20px) center;
	background-size:11px 21px;
	display:block;
	height:auto;
	width:auto;
	padding:0 50%;
	border-radius:0;
	opacity:0;
	-webkit-transition:all 200ms ease;
	transition:all 200ms ease;
	cursor:pointer;
	border:none;
}

#notifications .btn.notif:hover,
#notifications .btn.notif:active,
#notifications .btn.notif:focus {
	opacity:1;
	box-shadow:none;
	background-position: calc(100% - 10px) center;
}

#notifications .btn.notif:hover:before {
	display:none;
}

#innerPanel {
	position:absolute;
	top:130px;
	left:0;
	right:0;
	transform: scaleY(1);    
  transform-origin: top;
	overflow:hidden;
	-webkit-transition:all 500ms ease;
	transition:all 500ms ease;
	z-index:10;
}

#innerPanel.closed {
	transform: scaleY(0);
}

#innerPanelContent {
	background:#fff;
	box-shadow:0 0 20px rgba(0,0,0,0.4);
	margin-bottom:20px;
	padding:50px;
}

#panelUserInfos p {
	margin:0;
	color:#747474;
}

#innerPanelContent p.info {
	font-weight:300;
	color:#747474;
}

#innerPanel .dropdownLabel {
	display:inline-block;
	width:110px;
	color:#333;
}

#innerPanel h2.title {
	margin-bottom:10px;
}

/******************/
/*** TABLES  *****/
/*****************/
#recapContrats {
	margin-bottom:30px;
}

.tableHeader {
	background: #8a70de;
	background: -moz-linear-gradient(left,  #8a70de 0%, #62beb9 100%);
	background: -webkit-linear-gradient(left,  #8a70de 0%,#62beb9 100%);
	background: linear-gradient(to right,  #8a70de 0%,#62beb9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a70de', endColorstr='#62beb9',GradientType=1 );
	color:#fff;
	padding:15px 35px;
	position:relative;
	z-index:2;
}

.tableHeader h2 {
	font-size:2.2rem;
	margin:0;
}

.tableHeader p {
	margin:5px 0;
	font-size:1.2rem;
	font-weight:500;
}

.tableHeader p i {
	position:relative;
	top:2px;
	margin-left:5px;
	font-size:1.6rem;
}

.tableHolder {
	padding:15px 35px;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.2);	
	position:relative;
	z-index:1;
}

.tableHolder table,
.tableHolder table th {
	font-size:1.4rem;
	font-weight:400;
}

.tableHolder table th {
	font-weight:600;
}

.tableHolder table span.badge {
  border-radius: 15px;
  padding: 5px 15px;
  background: #62c2b7;
  font-size:1.4rem;
}
/***************************/


/**********************/
/*** FILES FORMS  *****/
/**********************/
.filesContent {
	margin-bottom:30px;
}

.filesHeader {
	background: #8a70de;
	background: -moz-linear-gradient(left,  #8a70de 0%, #62beb9 100%);
	background: -webkit-linear-gradient(left,  #8a70de 0%,#62beb9 100%);
	background: linear-gradient(to right,  #8a70de 0%,#62beb9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a70de', endColorstr='#62beb9',GradientType=1 );
	color:#fff;
	padding:15px 35px;	
	position:relative;
	z-index:2;
}

.filesHeader h2 {
	font-size:2.2rem;
	margin:0;
}

.filesHeader p {
	margin:5px 0;
	font-size:1.2rem;
	font-weight:500;
}

.filesHeader p i {
	position:relative;
	top:2px;
	margin-left:5px;
	font-size:1.6rem;
}

.filesHolder {
	padding:15px 25px;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	position:relative;
	z-index:1;
}

.filesHolder table,
.filesHolder table th {
	font-size:1.4rem;
	font-weight:400;
}

.filesHolder table th {
	font-weight:600;
}

.filesHolder table span.badge {
  border-radius: 15px;
  padding: 4px 0;
  color: #62c2b7;
  background:none;
  font-size:1.4rem;
}

.filesHolder table span.badge.error {
	color:#dd6047;
}

.filesHolder table .btn {
	padding:2px 15px;
	height:auto;
	line-height:1;
	font-size:1.2rem;
}

/***************************/


#mainContent {
	position:relative;
	color:#545454;
	padding-bottom:30px;
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}

#mainContent:before {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:"";
	display:none;
	background:rgba(98,193,183,0.4);
	z-index:9;
}

#mainContent.overlay:before {
	display:block;
}


/**********************/
/**** FIL D ARIANE ****/
/**********************/

.progressPanel {
	padding:50px 0;
}

.progressPanel ol {
	padding:0;
	margin:0;
	list-style: none;
	text-align:center;
}

.progressPanel ol li {
	float:left;
	display:block;
	width:16.6667%;
	position:relative;
	height:200px;
	background:#fff;
	-webkit-transition:all 200ms ease;
	transition:all 200ms ease;
}

.progressPanel ol li span.alert {
	position:absolute;
	top:10px;
	right:10px;
	background:#dd6047;
	width:25px;
	height:25px;
	line-height:25px;
	color:#fff;
	text-align:center;
	border-radius:50%;
	border:none;
	padding:0;
	z-index:2;
}

.progressPanel ol li a {
	display:block;
}

.progressPanel ol li a:hover,
.progressPanel ol li a:focus,
.progressPanel ol li a:active {
	text-decoration:none;
	outline:none;
}

.progressPanel ol li a div.round {
	width:110px;
	height:110px;
	border-radius:50%;
	background:#fff;
	margin:25px auto;
	position:relative;
	z-index:3;
}

.progressPanel ol li a div.round .border-progress {
	border:6px solid #eaeceb;
  transform: rotate(-45deg);
 	width:110px;
	height:110px;
	border-radius:50%;
	position:absolute;
	top:0;
	left:0;
}

.progressPanel ol li.p14 a div.round .border-progress {
	border-left-color:transparent !important;
	border-bottom-color:transparent !important;
	border-top-color:transparent !important;
}

.progressPanel ol li.p12 a div.round .border-progress {
	border-left-color:transparent !important;
	border-top-color:transparent !important;
}

.progressPanel ol li.p34 a div.round .border-progress {
	border-top-color:transparent !important;
}

.progressPanel ol li a div.round div.picto {
	width:98px;
	height:98px;
	position:absolute;
	top:6px;
	left:6px;
	border-radius:50%;
	background:#fff;
	overflow:hidden;
}

.progressPanel ol li a div.round div.picto:before {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:"";
	display:block;
	background-size:62px 62px;
	background-position:center center;
	background-repeat:no-repeat;
	opacity:0.8;
}

.progressPanel ol li.unavailable a {
	pointer-events: none
}

.progressPanel ol li.unavailable a div.round div.picto:before {
	opacity:0.1;
}

.progressPanel ol li[data-id="1"] a div.round  div.picto:before {
	background-image:url(../img/step1.png);
}

.progressPanel ol li[data-id="2"] a div.round  div.picto:before {
	background-image:url(../img/step2.png);
}

.progressPanel ol li[data-id="3"] a div.round  div.picto:before {
	background-image:url(../img/step3.png);
}

.progressPanel ol li[data-id="4"] a div.round  div.picto:before {
	background-image:url(../img/step4.png);
}

.progressPanel ol li[data-id="5"] a div.round  div.picto:before {
	background-image:url(../img/step5.png);
}

.progressPanel ol li[data-id="6"] a div.round div.picto:before {
	background-image:url(../img/step6.png);
}

.progressPanel ol li a span {
	background:#eaeceb;
	display:block;
	font-size:1.2rem;
	color:#424242;
	min-height:40px;
	line-height:40px;
}

.progressPanel ol li.completed {
	background:#ebf4f3;
}

.progressPanel ol li.completed a span {
	background:#d7ecea;
}

.progressPanel ol li.completed a div.round .border-progress {
	border-color:#62c1b7;
	background-color:#d7ecea;
}

.progressPanel ol li.error {
	background:#f7ebe8;
}

.progressPanel ol li.error a span {
	background:#f3d6d0;
}

.progressPanel ol li.error a div.round .border-progress {
	background-color:#efc1b7;
	border-color:#dd6047;
}

.progressPanel ol li.current a span {
	background:#fafafa;
}

.progressPanel ol li:not(.unavailable).active,
.progressPanel ol li:not(.unavailable):hover {
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	z-index:4;
	transform:scale(1.05);
	transform-origin: bottom center
}

.progressPanel ol li:not(.unavailable).active {
	z-index:4;
}

.progressPanel ol li.current a div.round .border-progress {
	border-color:#8a6fde;
	background-color:#cdc6e7;
}
/****************/


/*************************/
/** CONVERSATION PANEL  **/
/*************************/
#conversationTips {
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	border-left:3px solid #61c1b6;
	background:#fff;
	padding:30px 15px;
	color:#424242;
	font-size:1.4rem;
	line-height:1.4;
}

#conversationTips h3 {
	color:#62c1b7;
	margin:0 0 25px;
	text-transform:uppercase;
}

.outer-buttons {
	margin-top:15px;
}

.form-buttons.center {
	text-align:center;
}


#formPanel .input-group-btn>.btn {
	padding:5px 10px;
}

#formPanel .input-group {
	width:100%;
}

#ariadnext-screen,
#ariadnext-screen-dom {
	display:none;
}



ul.dots {
	list-style:disc;
	padding-left:15px;
}

p.info span {
	text-decoration:underline;
	cursor:pointer;
}

/****************/
/** HOME FORMS **/
/****************/
div.info div.line {
	margin-bottom:10px;
	font-weight:500;
	color:#424242;
}

div.infos div.line {
	margin-bottom:10px;
}

.inline {
	display:inline;
	padding:0;
	white-space: nowrap;
	position:relative;
}

.inline .submitForm {
	display:inline-block;
	-webkit-appearance:none;
	border:none;
	background:none;
	padding:0 0 5px;
	margin:0;
	font-weight:400;
	color:#a8afbc;
	background-image: linear-gradient(to right, #a8afbc 20%, rgba(255,255,255,0) 0%);
	background-position: bottom left;
	background-size: 10px 2px;
	background-repeat: repeat-x;
}

.inline .submitForm:hover {
	color:#62c1b7;
	background-image: linear-gradient(to right, #62c1b7 20%, rgba(255,255,255,0) 0%);
}

.inline .formValue {
  display: inline-block;
  -webkit-appearance: none;
  border: none;
  background: none;
  padding: 0 0 5px;
  margin: 0;
  font-weight: 600;
  color: #a8afbc;
  background-image: linear-gradient(to right, #a8afbc 20%, rgba(255,255,255,0) 0%);
  background-position: bottom left;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  cursor:pointer;
}

.inline .formValue:hover {
	color:#62c1b7;
	background-image: linear-gradient(to right, #62c1b7 20%, rgba(255,255,255,0) 0%);
}

.inline .hidden-form {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:5px 30px 5px 15px;
	border-top:1px solid #a8aebc;
	z-index:1;
	min-width:150px;
}

.inline .hidden-form .form-radio {
	display:block;
	margin:0;
	font-size:1.4rem;
}

.inline .hidden-form .submitForm {
	position:absolute;
	background:#61c1b6;
	top:0;
	right:0;
	width:30px;
	bottom:0;
	color:#fff;
	font-size:1rem;
	line-height:100%;
}

.inline .hidden-form input.form-control {
	padding:0;
	border:none;
}

#footer-debug {
	background:#eaeceb;
	min-height:50px;
	line-height:50px;
	color:#424242;
	border:none;
	font-size:1.2rem;
}

.uploadedFile {
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	padding:15px 25px;
	background:#fff;
	color:#424242;
}