/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21-gen-2019, 16.11.35
    Author     : Giuseppe Arruzza
*/
* {
  margin: 0 auto;
  padding: 0;
}
html,
body {
  float: left;
  width: 100%;
  height: auto;
}
#header {
  float: left;
  width: 100%;
  height: auto;
}
#header img {
  float: left;
  width: auto;
  height: 100px;
  margin-left: 50px;
}
#page_wrapper {
  float: left;
  width: 95%;
  margin-left: 2.5%;
  height: auto;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
#prenform {
  display: flex;
  width: 400px;
  height: 80vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#info_phase {
  float: left;
  width: 100%;
  height: auto;
}
#pre_phase {
  float: left;
  width: 100%;
  height: auto;
  display: none;
}
#prenform h2 {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
#prenform label {
  float: left;
  width: 100%;
  height: auto;
  padding: 2px 0;
  text-align: left;
  font-size: 17px;
}
.input_line {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  padding: 4px;
  border: 1px solid grey;
  border-radius: 0.3em;
  font-size: 17px;
  box-sizing: border-box;
}
.div_media {
  float: left;
  width: 48%;
  height: auto;
  margin-right: 1%;
}
.media {
  float: left;
  width: 170px;
  height: auto;
}
.mini {
  width: 25%;
}
.submit_btn {
  float: right;
  width: auto;
  height: auto;
  padding: 7px 20px;
  margin-top: 15px;
  border: none;
  box-shadow: 0 0 2px #cccccc;
  background-color: #cc0000;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
}
.submit_btn:active {
  background-color: #333333;
}
.left {
  float: left;
}
.right {
  float: right;
}
.noborder {
  border: none;
  margin-top: 10px;
}
#hidden {
  display: none;
  float: left;
  width: 100%;
  height: auto;
}
#links {
  float: right;
  width: auto;
  height: auto;
  padding: 3px 5px;
  margin-right: 20px;
  margin-top: 10px;
}
.duecifre {
  float: left;
  width: 52px;
  height: auto;
  padding: 4px;
  margin-left: 4px;
  border: 1px solid grey;
  border-radius: 0.3em;
  font-size: 17px;
}
.quattrocifre {
  float: left;
  width: 78px;
  height: auto;
  padding: 4px;
  margin-left: -4px;
  border: 1px solid grey;
  border-radius: 0.3em;
  font-size: 17px;
}

@media screen and (max-width: 1024px) {
  #header {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 20px;
  }
  #header img {
    width: 90%;
    margin-left: 5%;
    margin-top: 5px;
  }
  #prenform {
    width: 98%;
    margin-left: 1%;
  }
  .input_line {
    width: 98%;
  }
  .div_media {
    width: 50%;
    margin: 0;
  }
  .media {
    width: 155px;
  }

  #check {
    width: 18px;
    height: 18px;
    border: 2px solid #333333;
    margin-top: 5px;
    margin-left: 5px;
  }
  .noborder {
    line-height: 5px;
  }
  .duecifre {
    width: 48px;
  }
  .quattrocifre {
    width: 70px;
  }
  .orario {
    width: 40%;
    margin-left: 5%;
  }
}
