/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Header
:: Page Name 2
*/
@font-face {
	font-family: inconsolata;
	src: url('../fonts/Inconsolata-Regular.ttf');
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: inconsolataBold;
	src: url('../fonts/Inconsolata-Bold.ttf');
	font-style: normal;
	font-weight: 700;
}
@font-face {
	font-family: heydings;
	src: url('../icons/heydings_icons.ttf');
	font-style: normal;
	font-weight: 400;
}
.center { text-align: center;}
.textmagenta{ color: #F05BA2;}
.tag {
	text-align:  left;
	font-size:  12px;
	font-weight:  bold;
	color:  #FFFFFF;
	background-color: #A1C1D8;
	padding-left:  10px;
	margin-right:  50%;
	border-bottom-right-radius: 6px;
}

#headerLogo {
	background-image:  url(../images/logo_meutel.png);
	background-repeat: no-repeat;
	background-size: contain;
	height:  100px;
	background-position: right bottom;
	

	
}

.custom.checkbox {
	
	color: #F05BA2;
	text-align:  center;
}
#mainWrapper {
	
	padding:  1em;
}

#observaciones {
	
	max-width:  100%;
	height:  auto;

}
#signature {
	border: 1px solid #F186B6;
	border-radius: 8px;
}
/* -----------------------------------------
   Shared Styles
----------------------------------------- */

label {
font-size: 1em;
line-height:  28px;
height:  30px;
color: #FFFFFF;
cursor: pointer;
display: block;
font-weight: bold;
margin-top: 5px;
margin-bottom: 5px;
margin-left:  0;
margin-right: 0;
padding-left:  5px;
padding-right:  5px;
padding-top:  0;
padding-bottom: 0;
/* border:  4px solid #00AAFF; */
background-color: #F186B6;
/* border-top-left-radius: 10px;
border-top-right-radius: 10px; */
border-radius: 8px;
-webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear;

}

.center {
	
	text-align:  center;
}

label.labelTag {
font-size: 1em;
line-height:  28px;
color: #F186B6;
cursor: pointer;
display: block;
font-weight: bold;
margin-top: 5px;
margin-bottom: 5px;
margin-left:  0;
margin-right: 0;
padding-left:  5px;
padding-right:  5px;
padding-top:  0;
padding-bottom: 0;
/* border:  4px solid #00AAFF; */
background-color: #FFFFFF;
/* border-top-left-radius: 10px;
border-top-right-radius: 10px; */
border-radius: 8px;
border-color: #F186B6;
border-style: solid;
border-width: .2em;
-webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear;

}
.iconic {
	font-family: heydings;
	font-size: 1.8em; 	 
	line-height:  1em; 
	color: #F186B6;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left:  5px;
	margin-right: 0;
	padding-left:  0;
	padding-right:  0;
	padding-top:  0;
	padding-bottom: 0;
	height: 28px; width: 80%;
	text-align:  center;
	-webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear;
}

.labelNumber {
	font-size: 0.8em;
	color:  #F05BA2;
	padding: 0.18em;
	background-color: #FFFFFF;
	border-radius: 10px;
}


span.prefix { 
	
	font-size: 1em; 
	line-height:  28px; 
	color: #F186B6;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left:  0;
	margin-right: 0;
	padding-left:  0;
	padding-right:  0;
	padding-top:  0;
	padding-bottom: 0;
	height: 30px; width: 80%;
	text-align:  center;
	/* border:  4px solid #00AAFF; */
	background-color: #FFFFFF;
	/* border-top-left-radius: 10px;
	border-top-right-radius: 10px; */
	border-radius: 20px;
	border-color: #F186B6;
	border-style: solid;
	border-width: .2em;
	-webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear;
}
span.postfix { 
	
	font-size: 1em; 
	line-height:  28px; 
	color: #F186B6;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:  0;
	margin-right: 0;
	padding-left:  0;
	padding-right:  0;
	padding-top:  0;
	padding-bottom: 0;
	height: 30px; width: 80%;
	text-align:  center;
	/* border:  4px solid #00AAFF; */
	background-color: #FFFFFF;
	/* border-top-left-radius: 10px;
	border-top-right-radius: 10px; */
	border-radius: 4px;
	border-color: #F186B6;
	border-style: solid;
	border-width: .2em;
	-webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear;
}
.nopadding {
	padding:  0;
}

.noborder {
	
	border-style: none;
	border-color: transparent;
	border-width:  0;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {  
border: 1px solid #F186B6; 
font-family: inconsolata, Helvetica, Arial, sans-serif; 
font-size: 1.2em;  
color: rgba(0, 0, 0, 0.75); 
display: block; 
margin-top: 0;
margin-bottom: 5px;
margin-left:  0;
margin-right: 0;
padding-left:  5px;
padding-right:  5px;
padding-top:  0;
padding-bottom: 0;
border-radius: 8px;
height: 28px; width: 100%; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; }
/* -----------------------------------------
   Header
----------------------------------------- */

.bbigRight {
	border-right:  3px solid #A1C1D8;
}

.bRight {
	border-right:  2px solid #A1C1D8;
}

.bbigLeft {
	border-left:  3px solid #A1C1D8;
}

.bLeft {
	border-left:  2px solid #A1C1D8;
}

.bbigDown {
	border-bottom:  3px solid #A1C1D8;
}

.bDown {
	border-bottom:  2px solid #A1C1D8;
}

#headerLogo {
	
}

#headerFormType {

}

#headerFormData {
	
}

#N001_formNumber {
	
}

#N002_formDate {
	
}

#N003_formAgent {

}

#tiposVia {
	margin-top:  0.2em;
	color: #F05BA2;
}
/* -----------------------------------------
   Page Name 2
----------------------------------------- */
/* Errors */
.error input, input.error, .error textarea, textarea.error { border-color: #c60f13; background-color: rgba(198, 15, 19, 0.1); }

.error label, label.error { background-color: rgba(241, 134, 182, .6); display: inline;  padding:  0.5em; z-index:  100;margin: 0; } 

.error small, small.error { display: block;  background: #c60f13; color: #fff; font-size: 12px; font-size: 1.2rem; font-weight: bold; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }

