.stdform .form-group {
	position:relative;
}
.stdform .recover {
	text-align:right;
	margin-bottom:1em;
}
.stdform label.error {
	/*position:absolute;*/
	/*right:0;
	top:100%;
	height:100%;
	bottom:0;
	*/
	font-size:10px;
	color:red;
	overflow:visible;
	/*text-indent:-999em;*/
}
.stdform .erro.mandatory {
	font-weight:bold;
	vertical-align:middle;
	display:inline-block;
	margin-left:.3em;
	font-size:1.3em;
	line-height:1em;
}
.stdform .sbBirth {
	display:flex;
}
.stdform .sbBirth select{
	width:auto;
	flex:1;
}
/*
.stdform label.error::before {
	content: "\e014";
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	color:#a94442;
	text-indent:0;
	top:50%;
	transform:translateY(-50%);
	position:absolute;
	right:1em;
}
*/

.stdform .normal.trip, 
.stdform .normal.trip + div, 
.stdform .normal.trip + div + div {
	flex:.3 0 auto;
	min-width:33.33%;
	width:33.33%;
}

.stdform div.trip + div,
.stdform div.trip + div + div{
	padding-left:1em;
}
.stdform div.trip + div label
.stdform div.trip + div + div label{
	padding-right: .5em;
}





.flexform {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:flex;
	flex-wrap: wrap;
	border:0;
	padding:0;
	
}
.flexform .normal.split, 
.flexform .normal.split + div {
	flex:.5 0 auto;
	min-width:50%;
	width:50%;
}
.flexform .normal.inverted {
	display:flex;
}
.flexform .normal.inverted label {
	display:none;
}
.flexform div.split + div {
	padding-left:1em;
}
.flexform label {
	display:block;
}

.flexform input,
.flexform textarea, 
.flexform select {
	-webkit-box-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex:1 0 auto;
	padding:.5em;
	display:inline-block;
}
.flexform input.date {
	width:calc(100% - 3em);
}
.flexform .normal,
.flexform .space,
.flexform .images,
.flexform .documents {
	-webkit-box-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex:1 1 auto;
	min-width:100%;
	margin:.4em 0;
	position:relative;
}
.flexform.quicksearch {
	flex-wrap:nowrap;
	max-width: 70%;
	margin: 0 auto;
	margin-top:3em;
}
.flexform.quicksearch .noLabel,
.flexform.quicksearch .submit{
	display:inline-block;
	min-width:0;
	margin:0 .3em;
	width:25%;
}

.flexform.quicksearch input.form-control {
	padding:.2em .5em;
	border-radius:4px;
}
.flexform.quicksearch input.form-control,
.flexform.quicksearch select,
.flexform.quicksearch .select2 {
	font-size:1.5em;
	height:auto;
	width:100%;
}
.flexform.quicksearch .select2-container--default .select2-selection--single {
	border:0;
}
.flexform.quicksearch .select2-container--default .select2-selection--single .select2-selection__rendered {
	color:#888;
}
.flexform.profile .normal>label,
.flexform.jobad .normal>label,
.flexform.cv .normal>label,
.flexform.purchase .normal>label{
	display:block;
	color:#14b1bb;
}
.flexform.profile .normal>label.error,
.flexform.jobad .normal>label.error,
.flexform.cv .normal>label.error,
.flexform.purchase .normal>label.error{
	color:red;
}
.stdform.profile>button,
.stdform.jobad>button,
.stdform.purchase>button{
	margin-top:3em
}

.stdform.response div.submit {
	text-align:right;
	margin-top:3em;
}

.stdform.cv>div.submit .btnNext {
	order:3;
	margin-left:auto;
	right:0;
	position:absolute;
}
.stdform.cv>div.submit .btnBack,
.stdform.purchase>div.submit .btnBack{
	left:0;
	position:absolute;
}

.stdform.cv>div.submit .btnSubmit {
	left:50%;
	transform:translateX(-50%);
	position:absolute;
}
.modal-body .stdform div.submit {
	text-align:right;
	margin-top:2em;
	padding-top:1em;
	border-top:1px solid #e5e5e5
}
.stdform.maillist label.error {
	position:absolute;
	right:auto;
	left:0;
	top:100%;
}
.stdform .nltype label {
	display:none
}
.stdform .nltype {
	margin-bottom:1em;
}
.jobad {
	justify-content:space-between;
}
.jobad .space {
	line-height:0;
}
.jobad .space label {
	display:block;
}
.jobad .space label hr {
	margin:.5em 0;
}
.stdform .calendar {
	margin-left:.4em;
}
.jobad .submit,
.purchase .submit{
	text-align:right;
}
.popup-form.cvagent {
	width:600px;
	margin-left:-300px;
}
.stdform.form-inline .submit {
	margin:0;
	display:inline-block;
	width:auto;
}
/*
.flexform.cvagent .normal {
	display:flex;
}*/

.flexform.cvagent .normal>label {
	display:block;
	color:#ff5f17;
}

.stdform .select2-container--default .select2-selection--multiple,
.stdform .select2-container--default .select2-selection--single,
.search .select2-container--default .select2-selection--multiple,
.search .select2-container--default .select2-selection--single {
	background-color:#f8f8f8;
	min-height:45px;
}
.stdform .select2-container--default .select2-selection--single .select2-selection__arrow,
.search .select2-container--default .select2-selection--single .select2-selection__arrow {
	height:43px;
}

.stdform .select2-container--default .select2-selection--single .select2-selection__rendered,
.search .select2-container--default .select2-selection--single {
	line-height:45px;
}
.stdform .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.search .select2-container--default .select2-selection--multiple {
	
}

.stdform .gender .checkboxes {
	white-space:nowrap;
}
.stdform .gender .checkbox_wrp,
.stdform .nltype .checkbox_wrp{
	display:inline-block;
	white-space:nowrap;
	padding-right: 0.8em;
}
.stdform>div.submit {
	margin-top:3em;
	width:100%;
	position:relative;
}

.stdform #setPassword {
	color:#0f858d;
	cursor:pointer;
}
.stdform.profile .normal.passwordFields {
	display:none;
}

.stdform input[type="email"] {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAOCAQAAABj5D8/AAAAB3RJTUUH4AQVEDU2OXpEEAAAAAlwSFlzAAAEegAABHoBZkolsAAAAARnQU1BAACxjwv8YQUAAACxSURBVHjahdDBFYIwDIDhH2QBVvDqkRVgBBmBjAAjwAjtCDICXr3BCHQFVjAiffp4VHNJ3uvXpGkEpuZX2JOCmkcQXLkkmibpQsJAHmvOTRYAKRXEaz0cIQUD5ze5YxVVO5Ax4+i2LtLQ0Jr2C1SMdFKy+EGIpdA3jdr8BQwtpV8i9vdkUuSYTW1GMgrp/UnyaS4LpQ7I6bFac0C2gXa/WczfiEzOjfSHkGj9oiwInLgnixYzb427It8AAAAASUVORK5CYII=);
	background-position:right center;
	background-repeat:no-repeat;
	background-origin: content-box;
}
.stdform input[type='password']{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAQAAABHeoekAAAAB3RJTUUH4AQVEQskisREEgAAAAlwSFlzAAAEegAABHoBZkolsAAAAARnQU1BAACxjwv8YQUAAADJSURBVHjabZBrFYMwDIVvOTPAJGCBSaASaoFIAAkgoZWwSQAJ1AIWamFJYJzCSE/7o/fLzcNgD+9Q84kItCILo2KJN5r9J+GVI4XKC8sJFk8ElGhzh4cYoOI30Mwv+ZYL5YCv4Dh75OrCirieHZzk0UdFp/bxWuIXNTqRKZym4LyFc0btpdQpLEWdq6eoY3p/9D1z/VbnASa+jG57aLTzWTIUF6TT5q3BX+yOCT0G9DdA5rJSKu4AIt3oJAu8BQ5kOO/hgvgkK/sCXklEIownH2AAAAAASUVORK5CYII=);
	background-position:right center;
	background-repeat:no-repeat;
	background-origin: content-box;
}
.stdform .tooltip > .tooltip-inner{
	background-color:#0f858d;
	color:white;
	text-transform:none;
	text-align:left;
	max-width:350px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.3);
}
.stdform.login div.submit{
	margin:0;
}
.stdform.login label.error,
.stdform.recover label.error {
	position:static
}
.popup_login .btn.btn-register {
	margin-top:2em;
}
.tooltipstatic {
	color:#ff5f17;
	margin:0 .1em 0 .4em;
}
.fakebox {
	width: 24px;
	height:24px;
	min-height:24px;
	min-width:24px;
	position: relative;
	margin: 0 .5em 0 0;
	display:inline-block;
	background-color:#f8f8f8;
	border:1px solid #e7e7e7;
	border-radius: 3px;
	vertical-align:middle;
}
.fakebox label {
  display:block !important;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  bottom:0;
  margin:0;
  width:auto;
}
.fakebox label.error {
	top: 100%;
	white-space: nowrap;	
}

.secsearch .select2-container--default .select2-selection--single {
	border:0;
}
.fakebox label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  bottom:2px;
  right:2px;
  border-radius:3px;
  background-color: #00b0bc;
  opacity: 0;
}
.fakebox label:hover::after {
  opacity: 0.3;
}
.fakebox input[type=checkbox],
.fakebox input[type=radio]{
  visibility: hidden;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
}
.fakebox input[type=checkbox]:checked + label:after,
.fakebox input[type=radio]:checked + label:after{
  opacity: 1;
}

.wrapper {
  margin: 0 auto 30px auto;
  background: #fff;
  border-radius: 3px;
}



.formCart {
	border-spacing:0;
	margin-top:1em;
	border-collapse:collapse;
	border-top:1px solid #CCC;
}
.formCart .button {
	font-size:1em;	
	background-color:#999;
	cursor:pointer;
}
.formCart .underline {
	border-bottom:3px solid #999;	
}
.formCart .cart_line {
	border-bottom:1px solid #CCC;
}
.cartNames {
	font-size:1.1em;
	line-height:1.1em;	
}
.cartPrices small {
	margin-left:.5em;
	color:#333;
	display:inline-block;
}
.cartPrices {
	font-size:1em;
	margin:1em 0 0 0;
}
.cartNames .code{
	font-size:.9em;
	display:block;
	color:#bababa;
}
.cartPrices .code {
	margin-left:1em;
	color:#999;
}
.formCart .image {
	width:100px;
	height:100px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display:inline-block;
}
.cartPrices .sep {
	display:inline-block;
	width:3em;
}
.formCart .description {
	display:inline-block;
	vertical-align:top;
	margin:.5em 0;
}
.formCart  .remove {
	float:right;
	margin:42px 10px 0 0;
}
.formCart .quant {
	border:1px solid #CCC;
	width:50px;
	text-align:center;
	margin:0 2em;
}
.formCart div.quant {
	display:inline-block;
	padding:0 1em;
	white-space:nowrap;
	border:0;
}
.formCart .cartPrices .sep {
	display:none;	
}
.cart_options {
	text-align:right;
	margin-top:1em;
}
.cart_options .filter, 
.cart_options .totals {
	width:50%;	
	display:inline-block;
	vertical-align:top;
}
.cart_options .filter {
	padding-left:100px;
	float:left;
}
.cart_options .totals {
	text-align:right;
	width:222px;
}
.cart_options .totals dl {
	display:block;	
}
.cart_options .totals dt, 
.cart_options .totals dd {
	display:inline-block;
	width:49%;
	margin:.2em 0;
	white-space:nowrap;
}
.cart_options .totals dd {
	text-align:right;
	margin:0;
}
.cart_options .totals small {
	display:inline-block;
	color:#333;
	margin:0 0 0 .5em;
	padding:0;
}
.cart_options .totals dl {
	text-align:left;	
}
.formCart  .update {
	white-space:nowrap;	
}




.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #f4821f; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: white; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 14px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #f4821f;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 1;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }


@media (min-width: 48em) {
  .wrapper {
    max-width: 1500px;
  }
}

.stepper {
  padding: 10px;
  font-size: 13px;
}
.stepper__list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 48em) {
  .stepper__list {
    display: flex;
    justify-content: space-between;
  }
}
.stepper__list__item {
  padding: 3px 5px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.stepper__list__item:before {
	font-size:2.5em;
}
@media (min-width: 48em) {
  .stepper__list__item {
    padding: 10px;
    flex-direction: column;
    flex: 1;
  }
}
.stepper__list__item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}
@media (min-width: 48em) {
  .stepper__list__item:after {
    width: calc(100% - 100px);
    top: 25%;
    left: calc(50% + 50px);
    border-top: 4px dotted #E2DFDA;
  }
}
.stepper__list__item--done {
  color: #178A00;
  transition: all .1s;
}
.stepper__list__item--done:before {
	display:block;
	content:'\f05d';
	font-family:'FontAwesome';
}
@media (min-width: 48em) {
  .stepper__list__item--done:after {
    border-top-style: solid;
    border-top-width: 1px;
  }
}
.stepper__list__item--done:hover, .stepper__list__item--done:focus {
  text-decoration: underline;
  cursor: pointer;
}
.stepper__list__item--current {
  color: #14b1bb;
}
.stepper__list__item--current:before {
	display:block;
	content:'\f141';
	font-family:'FontAwesome';
}
.stepper__list__item--current:last-of-type:after, .stepper__list__item--current:only-of-type:after {
  height: 30%;
}
.stepper__list__item:last-of-type:after {
  display: none;
}
.stepper__list__item--pending {
  color: #807370;
}
.stepper__list__item--pending:before {
	display:block;
	content:'\f10c';
	font-family:'FontAwesome';
}

.stepper__list__item--pending:after {
  height: 30%;
}
.stepper__list__title {
  margin: 1px 0 0;
}
@media (min-width: 48em) {
  .stepper__list__title {
    margin: 0;
  }
}
.stepper__list__icon {
  margin: 0 10px 0 0;
  height: 2em;
  width: 2em;
}
@media (min-width: 48em) {
  .stepper__list__icon {
    margin: 0 0 15px;
  }
}
.stepper__list__icon path {
  fill: currentColor;
}
.stepper__list__icon ellipse,
.stepper__list__icon circle {
  stroke: currentColor;
}

.attachment .item {
	width:100%;
}

.attachment .line{
	display:flex;
	flex:1;
	min-width:100%;
}
.attachment .line.functions {
	flex-wrap:wrap;
	padding-top:1em;
}
.attachment .line.functions {
}
.attachment .line.functions hr {
	border-top:1px dashed #c3c3c3;
	margin:1em 0;
}
.attachment hr {
	width:100%;
	border-top:1px solid #c0c0c0;
}
.attachment .addLine {
	margin:0 0 0 auto;
}

.ui-widget-header select {
	color:black;
}

.cvactions {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.cvactions.detail {
	padding-bottom:2em;
	justify-content:flex-end;
}
.cvactions.detail .btn {
	margin-left:3em;
}
.cvactions.detail .btn .rem {
	display:none;
}
.cvactions.detail .btn.favorite {
	background-color:#449d44;
	border-color:#398439;
}
.cvactions.detail .btn.favorite .add {
	display:none;
}
.cvactions.detail .btn.favorite .rem{
	display:inline-block
}
.cvactions.detail .btn-default {
	background-color:#d9d9d9;
	color:black;
	margin-right:auto;
}
.images legend,
.documents legend{
	margin-bottom:.1em;
	font-size:14px;
}
.attached.images .image {
	width:150px;
	height:200px;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
.attached.images.company .image {
	width:180px;
	height:100px;
	background-size:cover;
	background-position:center;
	border:1px solid #e5e5e5;
}
.attached.images>div {
	position:relative;
	display:inline-block;
	
}
.attached.images>div>a.liveNow {
	position:absolute;
	top:0;
	left:100%;
	margin-left:.2em;
}
.attached.images.company {
	
}

.toolbar.disabled {
	display:none;
}
.attached.documents {
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}
.attached.documents div.icon{
	max-width:32px;
	margin-right:.5em;
}
.attached.documents div.icon img {
	width:32px;
	height:32px;
}
.attached.documents div.file{
	flex:1;
}
.attached.documents div.file a {
	color:red;
	margin-left:.5em;
}
.cvstatus {
	width:100%;
	margin-bottom:3em;
}
.cvstatus h3 {
	margin:0;
}
.cvstatus .row {
	margin:.5em 0;
}
.cvstatus .btn .rem {
	display:none;
}
.cvstatus .btn {
	margin-right:1em;
}
.cvstatus .btn.published {
	background-color:#449d44;
	border-color:#398439;
}
.cvstatus .btn.published .add {
	display:none;
}
.cvstatus .btn.published .rem{
	display:inline-block
}

.payment_method,
.purchase_method{
	display:inline-block;
	width:120px;
	font-size:.7em;
	text-align:center;
	margin:0 1em 0 0;
	border:1px solid #e7e7e7;
	padding:1em;
	box-sizing:border-box;
	vertical-align:top;
	border-radius:.5em;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f7f7f7+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	cursor:pointer;
	color:#4d4d4d;
}
.purchase_method {
	height:8em;
}
.payment_method.selected,
.purchase_method.selected{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#344fa6+0,357ea5+100 */
	background: rgb(52,79,166); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(52,79,166,1) 0%, rgba(53,126,165,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,79,166,1)), color-stop(100%,rgba(53,126,165,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(52,79,166,1) 0%,rgba(53,126,165,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(52,79,166,1) 0%,rgba(53,126,165,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(52,79,166,1) 0%,rgba(53,126,165,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(52,79,166,1) 0%,rgba(53,126,165,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#344fa6', endColorstr='#357ea5',GradientType=0 ); /* IE6-9 */
	
	color:#FFF;
}
.payment_method .spacer,
.purchase_method .spacer{
	height:4em;
	display:inline-block;
	vertical-align:middle;
}
.payment_method.x3 i{
	font-size:2em;
}
.payment_method i {
	font-size:4em;
	vertical-align:middle;
}
.payment_method span,
.purchase_method span{
	display:block;
	height:2em;
	font-size:1.2em;
	margin-top:1em;
	line-height:1em;
}
.stdform.purchase {
	margin-top:3em;
}
.stdform.purchase h3 {
	margin:0;
}