body {
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 10px;
}

#sel_sport {
  position: absolute;
  left: 150px;
  top: 62px;
}

#sel_concessione {
  position: absolute;
  left: 150px;
  top: 62px;
}

#sel_stati {
  position: absolute;
  left: 150px;
  top: 62px;
}

#div_vai {
  position: absolute;
  left: 150px;
  top: 62px;
  visibility: hidden;
}

#div_num_biglietti {
  position: absolute;
  left: 150px;
  top: 62px;
  visibility: hidden;
}

#sel_manif_alto {
  position: absolute;
  left: 150px;
  top: 62px;
  visibility: hidden;
}

#testata {
  width: 100%;
  background-color: #c40029;
  border-bottom: 5px solid #c40029;
}

#stborderheaderfooter {
  width: 100%;
  height: 18px;
  background-color: #c40029;
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
}

.stheaderfooter {
  vertical-align: middle;
  padding-left: 10px;
  font-weight: bold;
  color: #FFFFFF;
  white-space: nowrap;
  text-decoration: none;
  text-align: left;
  clear: both;
}

.stheaderfooter a {
  text-decoration: none;
  color: #FFFFFF;
}

#div_notifica_header {
  position: absolute;
  top: 85px;
  right: 2px;
  font-size: 10px;
  margin: 0;
  color: #FFFFFF;
  font-style: italic;
}

#htmlUser {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 10px;
  margin: 0;
  color: #ffffff;
  font-style: italic;
  font-weight: bold;
}

#htmlDiritti {
  position: absolute;
  right: 2px;
  font-size: 10px;
  margin: 0;
  color: #ffffff;
  font-style: italic;
  font-weight: bold;
}

.testata2 {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
}

.req_form_td {
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: #ffffff;
}

.tabtitolo {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

.tabform {
  font-family: arial;
  font-size: 10px;
  color: #FFFFFF;
  width: 100%;
}

.tabforminput {
  font-family: arial;
  font-size: 10px;
  color: #000000;
  border: 1px solid #000000;
  padding: 0px;
  margin: 0px;
  height: 18px;
}

.tabforminput200 {
  font-family: arial;
  font-size: 10px;
  color: #000000;
  border: 1px solid #000000;
  padding: 0px;
  margin: 1px;
  width: 200px;
  height: 18px;
}

.tablabel {
  font-family: arial;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}

.tabforminputfile {
  font-family: arial;
  font-size: 10px;
  color: #000000;
  padding: 0px;
  margin: 0px;
  text-align: left;
  width: 400px;
  height: 18px;
  border: 1px solid #000000;
}

.style_container {
  background-color: #ffffff;
  position: relative;
  padding: 15px;
  margin: 5px auto;
  width: 50em;
  text-align: center;
  border-color: #c40029;
  border-width: 1px;
  border-style: solid;
}

.style_center {
  position: relative;
  margin: 0 auto;
  border: 0px;
  font-family: arial;
  font-size: 10px;
  color: #000000;
}

.inputtext {
  font-family: arial;
  font-size: 12px;
  color: #000000;
  padding: 1px;
  margin: 0px;
  border-width: 1px;
  border-style: solid;
}

#search { 
  position: absolute;
  left: 7px;
  top: 83px;
  width: 239px;
  height: 22px;
  border-radius: 5px;
  font-size: 15px;
  color: #121423;
  padding-left: 8px;
  background-color: #FFFFFF;
  border-color: #c40029;
  border-width: 1px;
  border-style: solid;
}

.popup-container 
{
    border-radius: 5px;
    width: 150px;
    margin: auto;
    background-color: #E8E8E8;
    box-shadow: 0px 0px 7px 0px #161616;
    padding: 25px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    position: relative;
}

.popup-container.loading-box
{
    background-color: #c40029;
    border: 1px solid #c40029;
}

.title-alternate.loading
{
    font-size: 16px;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    height: 5px;
}
.title-popup
{
    margin: 0 0 20px 0;
}

.ico-menu {
  border: 5px solid #c40029;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  font-size: 5em;
  text-align: center;
}