@import url('https://fonts.googleapis.com/css?family=Lora:400,700|Roboto:400,500,700');

body{
  margin:0px;
  padding: 0px;
  font-family:'Roboto', sans-serif;
}

#events_wd_tabla{
  font-family:13px;
  color: #242424;
}

ul#steps_design{
  float: left;
  height: 1px;
  position: relative;
  background-color: #5886cf;
  margin: 20px 0px 40px 0px !important;
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: -o-calc(100% - 40px);
  width: calc(100% - 40px);
}
ul#steps_design li{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: -20px;
  background-color:#5886cf;
  color: white;
  font-size: 16px;
  margin:0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
ul#steps_design li.active{
  background-color:  #ee1745;
}
ul#steps_design li:nth-child(1){left:0px;}
ul#steps_design li:nth-child(2){
  left: -moz-calc(50% - 20px);
  left: -webkit-calc(50% - 20px);
  left: -o-calc(50% - 20px);
  left: calc(50% - 20px);
}
ul#steps_design li:nth-child(3){
  right:0px;
}
.steps_title{
  float: left;
  width: 100%;
  margin-top:20px;
  font-family:'Lora', sans-serif;
  font-size: 20px;
}
#steps_select1{
  float: left;
  width: 48%;
  margin: 20px 4% 0px 0px;
}
#steps_select2{
  float: left;
  width: 48%;
  margin: 20px 0px 0px 0px;
}
#tipo_pago_metodo{
  float: left;
  width: 100%;
  margin: 20px 0px 0px 0px;
}
#steps_select1 select, #steps_select2 select{
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 11px;
  padding: 5px;
}
label.label_form, p.label_form{
  float: left;
  width: 100%;
  font-size: 14px;
}

#pago_paypall{
  float: left;
  width: auto;
  height: 20px;
  margin: 8px 30px 0px 0px;
  font-size: 12px;
}
#pago_en_agencia{
  float: left;
  width: auto;
  height: 20px;
  margin: 8px 0px 0px 0px;
  font-size: 12px;
}
#steps_buttons{
  float: left;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
#steps_buttons .steps_buttons_right{
  float: right;
  width: auto;
  height: 36px;
  padding: 10px;
  margin-right: 5px;
  border:none;
  background:none;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  background-color:#ee1745;
}
#steps_buttons .steps_buttons_right:hover{
  text-decoration: underline;
  cursor: pointer;
}
#steps_buttons a.steps_buttons_left{
  float: left;
  width: auto;
  height: 16px;
  padding: 10px;
  line-height: 16px;
  margin-right: 5px;
  border:none;
  background:none;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  background-color:#ee1745;
  text-decoration: none;
}
#steps_buttons a.steps_buttons_left:hover{
  text-decoration: underline;
  cursor: pointer;
}
#steps_buttons .steps_buttons_paypal{
  float: right;
}

.table_event table{
  float: left;
  width: 30%;
  margin:0px 3% 20px 0px;
}
.table_event table td{
  font-size: 13px !important;
}
.table_event_partecipante{
  font-weight: bold;
}

.steps_riassunto{
  float: left;
  width: 100%;
  height: auto;
  margin:20px 0px 20px 0px;
}
.steps_riassunto table{
  float: left;
  width: 100%;
}
.steps_riassunto table td{
  font-size: 13px !important;
  border-bottom: 1px dotted #ccc;
}
.steps_riassunto table td:nth-child(even){
  text-align: right;
}
.steps_text{
  float: left;
  width: 100%;
  height: auto;
  font-size: 13px;
}
.steps_text select{
  width: 100%;
  max-width: 500px;
  font-size: 11px;
  padding: 5px;
}




.form_error{
  font-size: 12px !important;
  color: red !important;
  width: 100%;
  float: left;
  display:none;
}
div#events_wd_tabla input[type="text"].error{
  border:1px solid #FF0000;
}






@media (max-width: 768px) {
  #steps_select1{
    width: 100%;
    margin: 20px 0% 0px 0px;
  }
  #steps_select2{
    width: 100%;
    margin: 20px 0px 0px 0px;
  }
  .table_event table{
    width: 100%;
    margin:0px 0% 20px 0px;
  }
  #steps_buttons .steps_buttons_right, #steps_buttons a.steps_buttons_left{
    font-size: 12px !important;
  }
}








DIV#events_resultados
{
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  text-align: left;
}

DIV.events_item
{
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  text-align: left;
}

div.events_titulo
{
  float: left;
  width: 620px;
  height: 25px;
  padding-left: 10px;
  line-height: 25px;
  margin-top: 9px;
  color: #ffffff;
  font-size: 12px;
  font-style: italic;
  background-image: url("../img/bg_orange.png");
  background-repeat: no-repeat;
  margin-bottom:10px;
}

	div.events_titulo a{
		text-decoration:none!important;
		color:#FFF;
	}
	div.events_titulo a:hover{ text-decoration:underline!important}

div.events_desc
{
  float: left;
  width: 630px;
  height: auto;
  line-height: 20px;
}