/*custom font*/
@import url(http://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
* {margin: 0; padding: 0;}

html {
	
}

body {
	font-family: montserrat, arial, verdana;
	height: 100%;
	/*Image only BG fallback*/
	/*background: url('http://thecodeplayer.com/uploads/media/gs.png');*/
	/*background: url('../images/bg3.png');*/
	background-color: #eee;
	background-attachment: fixed;
	/*background = gradient + image pattern combo*/

}
.headerOut{
	width:100%;
	text-align:center;
	background:#fff;
	height:90px;
}
.header{
	max-width:900px;
	margin:auto;
}
.logo{
	float:left;
}
.logo2{
	float:right;
}
/*form styles*/
#msform {
	max-width: 800px;
	margin: 50px auto;
	text-align: center;
	position: relative;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	
	box-sizing: border-box;

	
	/*stacking fieldsets above each other*/
	position: absolute;
}
.errorDiv{
	background: white;
	border: 0 none;
	display:none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 7px 10px;
	margin-bottom:15px;
	text-align:center;
	color: red;
	font-size:16px;
	box-sizing: border-box;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: 150px;
	height: 31px;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
.next{
	background:url(../images/sig.png);
	background-repeat: none;
}
.previous{
	background:url(../images/ant.png);
	background-repeat: none;
}

/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	counter-reset: step;
    margin-bottom: 30px;
    margin-left: 10%;
    margin-top: 30px;
    overflow: hidden;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 20%;
	max-width:150px;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #67BD50;
	color: white;
}
/*progressbar2*/
#progressbar2 {
	counter-reset: step;
    margin-bottom: 30px;
    margin-left: 16%;
    margin-top: 30px;
    overflow: hidden;
}
#progressbar2 li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 14%;
	float: left;
	position: relative;
}
#progressbar2 li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar2 li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar2 li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar2 li.active:before,  #progressbar2 li.active:after{
	background: #67BD50;
	color: white;
}
.mapDiv {
	background-color: silver;
	width: 410px;
	height: 203px;
	float: left;
	margin-top: 22px;
	margin-left: 10px;
}

.mapContainer {
	width: 410px;
	height: 184px;
	left: 0;
	top: 0;
	border: 1px solid #bbb;
}

.mapContainerAdd {
	max-width: 740px;
	height: 250px;
	left: 0;
	top: 0;
	border: 1px solid #BBB;
}

.tiposReclamo{
	
	
}

.tiposReclamo IMG{
	margin: 2px 8px;
    width: 200px;
}
.redondo{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000;
	padding:30px;
	background-color: #e8e7e4;
	border: 0 solid #000;
	border-radius: 10px;
	margin: auto;
	padding: 30px;
	width: 840px;
	text-align:left;
	color:#555;
	font-size:12px
}
.titulo{
	margin-bottom:20px;
	margin-top:20px;
	color:#006DAE;
}
.footer{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	font-size:10px;
	color:#555;
	text-align:center;
	bottom:0px;
	left:0px;
	height:40px;
}

@media screen and (max-width: 640px) {
	
	#progressbar2 {
	    margin-left: 2%;
	}
	#progressbar2 li {
		width: 16%;
	}
	
}

/**
 * Checkbox 1
 */
.checkbox1 {
	width: 120px;
	height: 40px;
	background: #808080;
	margin: 5px 20px;

	border-radius: 50px;
	position: relative;
}
/**
 * Create the text for the On position
 */
.checkbox1:before {
	content: 'Si';
	position: absolute;
	top: 12px;
	left: 13px;
	height: 2px;
	color: #67BD50;
	font-size: 16px;
}	
/**
 * Create the label for the off position
 */
.checkbox1:after {
	content: 'No';
	position: absolute;
	top: 12px;
	left: 84px;
	height: 2px;
	color: #eee;
	font-size: 16px;
}
/**
 * Create the pill to click
 */
.checkbox1 label {
	display: block;
	width: 52px;
	height: 22px;
	border-radius: 50px;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 9px;
	z-index: 1;
	left: 12px;
	background: #ddd;
}

/**
 * Create the checkbox event for the label
 */
.checkbox1 input[type=checkbox]:checked + label {
	left: 60px;
	background: #67BD50;
}

/**
 * Checkbox 2
 */
.checkbox2 {
	width: 120px;
	height: 40px;
	background: #808080;
	margin: 5px 20px;

	border-radius: 50px;
	position: relative;
}
/**
 * Create the text for the On position
 */
.checkbox2:before {
	content: 'Si';
	position: absolute;
	top: 12px;
	left: 13px;
	height: 2px;
	color: #67BD50;
	font-size: 16px;
}	
/**
 * Create the label for the off position
 */
.checkbox2:after {
	content: 'No';
	position: absolute;
	top: 12px;
	left: 84px;
	height: 2px;
	color: #eee;
	font-size: 16px;
}
/**
 * Create the pill to click
 */
.checkbox2 label {
	display: block;
	width: 52px;
	height: 22px;
	border-radius: 50px;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 9px;
	z-index: 1;
	left: 12px;
	background: #ddd;
}

/**
 * Create the checkbox event for the label
 */
.checkbox2 input[type=checkbox]:checked + label {
	left: 60px;
	background: #67BD50;
}

/**
 * Checkbox 3
 */
.checkbox3 {
	width: 120px;
	height: 40px;
	background: #808080;
	margin: 5px 20px;

	border-radius: 50px;
	position: relative;
}
/**
 * Create the text for the On position
 */
.checkbox3:before {
	content: 'Si';
	position: absolute;
	top: 12px;
	left: 13px;
	height: 2px;
	color: #67BD50;
	font-size: 16px;
}	
/**
 * Create the label for the off position
 */
.checkbox3:after {
	content: 'No';
	position: absolute;
	top: 12px;
	left: 84px;
	height: 2px;
	color: #eee;
	font-size: 16px;
}
/**
 * Create the pill to click
 */
.checkbox3 label {
	display: block;
	width: 52px;
	height: 22px;
	border-radius: 50px;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 9px;
	z-index: 1;
	left: 12px;
	background: #ddd;
}

/**
 * Create the checkbox event for the label
 */
.checkbox3 input[type=checkbox]:checked + label {
	left: 60px;
	background: #67BD50;
}

/**
 * Checkbox 1
 */
.checkbox4 {
	width: 120px;
	height: 30px;
	background: #808080;
	margin: 5px 20px;
	padding-top:10px;
	border-radius: 50px;
	position: relative;
	text-align:center;
}
.select4 {
	background-color: #808080;
	color:#eee;
	border:0px;
	font-size:16px;
}

.widget {
	-moz-box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
}
.widgettitle { background: #0866c6; color: #fff; padding: 12px 15px; font-size: 14px; }
.widgettitle span { vertical-align: middle; display: inline-block; margin-right: 8px; }
.widgetcontent { background: #fff; padding: 15px 12px; border: 2px solid #0866c6; border-top: 0; margin-bottom: 20px; }
.widgetcontent p { margin: 15px 0; }
.wt1 { background: #333; color: #fff; }
.wc1 { border-color: #333; }

.tipoReclamo1{
	width:10px !important;
}