* {
  margin: 0px;
}

#map {
  height: 100%;
}

body {
  background: rgb(58, 58, 58);
  color: white;
  font-family: "Roboto", sans-serif;
}

body section {
  margin: 0 20px;
  padding: 0;
}

/*Header Start*/
header {
  background-color: white;
  padding-top: 80px;
  padding-bottom: 0px;
  height: 50px;
  color: black;
  text-align: center;
  margin-bottom: 10px;
}

header .Logo a {
  background-image: url("../Images/Home/LogoClub.png");
  background-size: 300px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 115px;
  position: relative;
  text-indent: -9999999px;
  top: -85px;
  width: 300px;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

header a {
  text-decoration: none;
  padding: 3px;
  color: black;
}

@media screen and (max-width: 450px) {
  header {
    padding-top: 0px;
    height: 100px;
  }

  header .Logo a {
    background-size: 170px;
    height: 85px;
    width: 170px;
    top: 10px;
  }
}
/*Header End*/

/*Title Section Start*/
section.title {
  text-align: center;
  font-size: 50px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}

@media screen and (max-width: 527px) {
  section.title {
    font-size: 40px;
  }
}

@media screen and (max-width: 450px) {
  section.title {
    font-size: 30px;
  }
}
/*Title Section End*/

/*Form Start*/
section#form {
  text-align: center;
}

fieldset {
  width: 560px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 20px;
  margin: 30px 0px;
  text-align: left;
  display: inline-block;
}

fieldset#tdt {
  margin: 20px 5px;
}

legend {
  background-color: #efefef;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  color: black;
  padding: 10px 20px;
  text-align: left;
  text-transform: uppercase;
}

label,
span {
  font-size: 150%;
}

input:not([type="radio"]),
#loading,
input:not([type="file"]) {
  font-size: 120%;
  width: 94%;
  color: #5a5854;
  background-color: #f2f2f2;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  padding: 5px 5px 5px 30px;
  background-repeat: no-repeat;
  background-position: 8px 9px;
  display: block;
  margin-bottom: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  transform: scale(2);
  width: 10px;
  display: inline-block;
  margin: 5px 0px;
}

#sesso {
  width: 130px;
  height: 33px;
}

#maschio {
  margin-left: 10px;
}

input[type="submit"],
#loading {
  margin-top: 10px;
  width: 100%;
  color: #444444;
  text-shadow: 0px 1px 1px #ffffff;
  border-bottom: 2px solid #b2b2b2;
  background-color: #fffb00;
}

input[type="submit"]:hover,
#loading {
  color: #333333;
  border: 1px solid #a4a4a4;
  border-top: 2px solid #b2b2b2;
  cursor: pointer;
  background-color: #fffb00;
  filter: brightness(0.8);
}

input[type="submit"]:focus,
#loading {
  background-color: #fffb00;
}

input#femmina,
input#pas {
  margin-left: 10px;
}

input:focus,
input:hover {
  background-color: #ffffff;
  border: 1px solid #b1e1e4;
}

.ui-datepicker-calendar {
  display: none;
}

p {
  margin: 10px 0px 0px 0px;
}

img {
  width: 70px;
  height: 35px;
  cursor: zoom-in;
}

small,
button:not([id="loading"]) {
  font-size: 100%;
}

small#normativaHelper,
small#vecchioSocioHelper {
  margin-left: 10px;
}

input#normativa,
input#vecchioSocio {
  margin-right: 0px;
}

button:not([id="loading"]) {
  border: none;
  background-color: rgb(58, 58, 58);
  color: white;
  text-decoration: underline;
  padding: 0px;
}

button:not([id="loading"]):hover {
  cursor: pointer;
  color: yellow;
  text-decoration: underline;
}

#warning {
  background-color: red;
  text-align: center;
  font-size: 20px;
  text-decoration: underline;
  text-emphasis: initial;
  display: none;
}

@media screen and (max-width: 708px) {
  fieldset {
    width: 400px;
  }
}

@media screen and (max-width: 544px) {
  fieldset {
    width: 300px;
  }

  input:not([type="radio"]) {
    font-size: 100%;
    width: 94%;
  }

  label,
  span {
    font-size: 100%;
  }

  input:not([type="radio"]) {
    padding: 3px 3px 3px 15px;
  }

  small#normativaHelper {
    font-size: 13px;
  }

  input[type="radio"],
  input[type="checkbox"] {
    transform: scale(1.4);
    width: 26px;
    display: inline;
    margin: 5px 0px;
  }

  input[type="submit"],
  #loading {
    width: 100%;
  }

  small#normativaHelper {
    margin-left: 0px;
  }
}

@media screen and (max-width: 450px) {
  fieldset {
    width: 200px;
  }

  input:not([type="radio"]) {
    font-size: 90%;
    width: 90%;
  }

  label,
  span {
    font-size: 85%;
  }

  img {
    width: 65px;
    height: 32.5px;
  }

  input[type="radio"],
  input[type="checkbox"] {
    transform: scale(1);
    width: 18px;
    display: inline;
    margin: 5px 0px;
  }

  input[type="submit"],
  #loading {
    width: 98%;
  }

  small#normativaHelper {
    font-size: 9px;
  }
}

@media screen and (max-width: 320px) {
  body section {
    margin: 0 10px;
  }

  section#form {
    width: 94%;
  }
}
/*Form End*/

/*Modal Start*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content,
.modal-contentTwo {
  background-color: #fefefe;
  margin: 20% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 53%; /* Could be more or less, depending on screen size */
}

.modal-contentTwo {
  width: 40%;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

p.modalText {
  color: black;
}
/*Modal End*/

/*Footer Start*/
footer {
  background-color: black;
  width: 100%;
  height: 70px;
  color: white;
  text-align: center;
  padding-bottom: 10px;
}

footer a i.upArrow {
  margin-top: 10px;
  border: solid white;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-135deg);
  transition: border-color 0.5s;
}

footer p a {
  text-decoration: none;
  color: white;
}

footer a i.upArrow:hover {
  border-color: #717171;
}

footer p {
  font-size: 32px;
}

@media screen and (max-width: 1771px) {
  footer {
    height: 115px;
  }
}

@media screen and (max-width: 899px) {
  footer {
    height: 105px;
  }

  footer p {
    font-size: 28px;
  }

  footer a i.upArrow {
    border-width: 0 4.5px 4.5px 0;
  }
}

@media screen and (max-width: 789px) {
  footer {
    height: 90px;
  }

  footer p {
    font-size: 24px;
  }

  footer a i.upArrow {
    border-width: 0 3px 3px 0;
  }
}

@media screen and (max-width: 679px) {
  footer {
    height: 82px;
  }

  footer p {
    font-size: 21px;
  }

  footer a i.upArrow {
    border-width: 0 2.5px 2.5px 0;
  }
}

@media screen and (max-width: 596px) {
  footer {
    height: 70px;
  }

  footer p {
    font-size: 18px;
    margin-top: 5px;
  }

  footer a i.upArrow {
    border-width: 0 2px 2px 0;
  }
}

@media screen and (max-width: 513px) {
  footer {
    height: 64px;
  }

  footer p {
    font-size: 16px;
  }

  footer a i.upArrow {
    border-width: 0 1px 1px 0;
  }
}

@media screen and (max-width: 458px) {
  footer {
    height: 60px;
  }

  footer p {
    font-size: 14px;
  }
}

@media screen and (max-width: 450px) {
  footer {
    height: 50px;
  }

  footer p {
    font-size: 12px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 320px) {
  footer p {
    font-size: 11.4px;
  }
}
/*Footer End*/
