/* ====================================================================================
	ESTILO ESPECIFICO COMPONENTE VOUCHER, LANDING MGM y FORMULARIO MGM
==================================================================================== */

.invitation-member .bloque-label,.invitation-member .form_field-label{
	float:left;
	width:10%;
	font-weight:bold;
}

.invitation-member .bloque-label label,.invitation-member .form_field-label label{
	font-weight: bold;
	color: #474c51;
	margin-top: 0em;
	float: left;
}

.invitation-member .bloque-info,.invitation-member .form_field-input{
	float:left;
	width:88%;
	margin-left:2%;
}

.invitation-member .form_field_error{
	width: 97%;
	width: calc(98% - 2px);
	width: -webkit-calc(98% - 2px);
	margin:0 0 10px 0;
}

.invitation-member .form_field_error  .form_field-input{
	width:auto;
}

.invitation-member .form_field_error  .form_field-input input[type="text"]{
	margin-bottom:0;
	margin-left:-10px;
}

.invitation-member .form_field_error .form_field_error-message{
	padding-top:5px;
}

.invitation-member .form_field-input input[type="text"]{
    padding-top: 5px;
    padding-bottom: 5px;
}

.invitation-member button{
	float: left;
	margin-left: 12%;
	line-height: 1;
	height: 36px;
	padding-left: 20px;
	padding-right: 20px;
}

.cart-voucher-block{
	margin-bottom:0;
}

#voucherCode{
    margin-top: 0;
    width: 54%;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    color: #4a4a4a;
    font-family: Calibri,"Cabin",sans-serif !important;
    font-size: 16px !important;
    height: 20px;
    line-height: 1;
    margin: 0;
    padding: 9px 10px 11px;	
}

#voucherCode + button{
	height:42px;
}

/*** Voucher page satyles ***/

.template-pages-layout-voucherLayoutPage .voucher-header{
    background: #db2120 none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    padding: 30px 1.5%;
    width: 97% !important;
}

.template-pages-layout-voucherLayoutPage .voucher-step{
	float: left;
	position:relative;
	width: 25%;
	height:95px;
}

.template-pages-layout-voucherLayoutPage .voucher-step h2{
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}

.template-pages-layout-voucherLayoutPage .voucher-step .info{
	background: none;
    border: none;
    color: #FFFFFF;
    text-align: center;
	padding-top:0;
}

.template-pages-layout-voucherLayoutPage .voucher-step .info p{
    font-size: 16px;
    line-height: 1;
    text-align: center;
}

.template-pages-layout-voucherLayoutPage .voucher-step .info a{
	color: #FFFFFF;
    font-weight: bold;
}

.template-pages-layout-voucherLayoutPage .stepNumber{
	color:#ffffff;
	font-size: 12em;
	line-height: 0.6em;
	float: left;
}

.template-pages-layout-voucherLayoutPage .stepNumber div{
	margin: 0;
	padding: 0;
}

.template-pages-layout-voucherLayoutPage .voucher-arrow{
	float: left;
	font-family: "VAGRoundedBT",Calibri,"Cabin",sans-serif;
	font-weight: bold;
	width:12.5%;
}

.template-pages-layout-voucherLayoutPage .voucher-arrow img{
	max-width: 114px;
}

.template-pages-layout-voucherLayoutPage .button-action{
	background: #db2120;
    border: 0 dashed #000000;
	border-radius: 15px;
	clear: both;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    width: 270px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.template-pages-layout-voucherLayoutPage .button-action:hover{
  background: #aa0100;
}

.template-pages-layout-voucherLayoutPage .button-action:hover{
  background: #aa0100;
}

.template-pages-layout-voucherLayoutPage .button-action a {
	color: #ffffff;
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.template-pages-layout-voucherLayoutPage .header-image{
	position: absolute;
	top: 100%;
	left: 20%;
}

.template-pages-layout-voucherLayoutPage .voucher-header h3{
	display: block;
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-align: center;
	font-size: 1.6em;
}

.template-pages-layout-voucherLayoutPage .content-explanation{
	width: 65%;
	margin: auto;
	overflow: hidden;
	margin-top: 130px;
}

.template-pages-layout-voucherLayoutPage .content-explanation .voucher-explanation{
	float: left;
	  padding: 0%;
	  width: 100%;
    font-size: 16px;
	  margin-bottom:20px;
}

.template-pages-layout-voucherLayoutPage .voucher-explanation h2{
	color:#DB2120;
	margin: 0;
	padding: 0;
	  font-size:22px;
}

.template-pages-layout-voucherLayoutPage .voucher-explanation p a{
	  color:#db2120;
	  text-decoration:underline;
}
