﻿@charset "utf-8";
.modal-dialog .tab-footer {
  width: 100%;
  display: inline-block;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dotted #b3d3d2
}
.modal-body .box h2 {
  margin-bottom: 20px;
  border-bottom: 1px solid red;
}
.modal-dialog .tab-footer .btn, .modal-dialog .tab-footer input[type="button"].btn {
  border: 2px solid #666666;
  color: #666666;
  background: transparent;
  margin: 0px;
  font-weight: 400;
}
.modal-dialog .tab-footer .btn:hover, .modal-dialog .tab-footer input[type="button"].btn:hover {
  color: #fff;
}
.modal-dialog.big::-webkit-scrollbar {
  width: 10px;
} /* this targets the default scrollb
.modal-dialog.big::-webkit-scrollbar-track {
      background-color: #b46868;
} /* the new scrollbar will have a flat appearance with the set background color */
.modal-dialog.big::-webkit-scrollbar-thumb {
  background-color: #b3d3d2;
  -moz-border-radius: 15px;
  border-radius: 15px;
} /* this will style the thumb, ignoring the track */
.modal-dialog.big::-webkit-scrollbar-button {
  background-color: #b3d3d2;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
.modal-dialog.big::-webkit-scrollbar-button {
  background-color: #b3d3d2;
  display: none
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
.modal-dialog.big::-webkit-scrollbar-corner::before {}
.modal-dialog.big::-webkit-scrollbar-corner {
  background-color: #b3d3d2;
  -moz-border-radius: 15px;
  border-radius: 15px;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */
/* CSS Document */
.modal-body iframe {
  width: 100%;
  height: 400px
}
.modal-dialog.big .btn {
  float: right;
  font-size: 20px;
  margin-right: 0px;
}
.modal-body .box {
  display: inline-block;
  width: 48%;
  margin: 1%;
  background: #b3d3d2;
  float: left;
  padding: 20px;
  min-height: 160px;
}
.modal-dialog.big .campo_form .alert {
  top: 79px;
  position: absolute;
  width: 100%;
  left: 0px;
}
.modal-dialog.big .campo_form {
  text-align: left;
  padding-bottom: 10px;
}
.modal-dialog.big .campo_form p {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}
.modal-dialog.big .campo_form .label_module {
  float: left;
  position: relative;
  font-size: 16px;
  color: #666666;
  font-family: 'Montserrat', sans-serif;
/*  font-family: 'didotmedium';*/
  margin-bottom: 8px;
  font-weight: 600;
  margin-right: 10px;
  top: 0px;
}
.modal-dialog.big h4 {
  font-size: 15px;
  color: #333;
  width: 100%;
  display: inline-block;
  clear: both;
  margin: 20px 0px;
  font-weight: 600;
}
.modal-dialog.big p {
  margin: 0px;
}
.modal-dialog.big hr {
  margin: 10px 0px;
  display: inline-block;
}
.modal-dialog .btn {
  float: right;
  margin-right: 10px;
  font-size: 18px;
}
.modal-dialog .btn-close {
    color: #eab2b1;
    font-size: 53px;
    text-decoration: none;
    position: absolute;
    right: 15px;
    top: -10px;
    font-weight: 600;
}
.modal-dialog .field_module, .modal-dialog .select_module, .modal-dialog input[type="number"] {
  font-size: 15px;
  color: #666666;
  font-weight: 500
}
.modal-dialog input[type="number"].field_module {
  width: 60%;
  margin: 0px;
}
.modal-dialog ul li {
  width: 33%;
  display: inline-block;
  margin-bottom: 20px;
}
.modal-dialog .box ul li {
  width: 31%;
}
.modal-dialog .dati .box ul li {
  width: 100%;
  font-size: 15px;
  padding: 0px;
  margin-bottom: 10px;
}
.modal-dialog .dati .box ul li strong {
  font-weight: 600;
  color: black
}
.modal-dialog .box input[type="number"].field_module {
  width: 54%;
  margin: 0px;
}
.modal-dialog ul {
  padding: 20px
}
.modal-dialog .tab-panel .item .check ul {
  padding: 0px
}
.modal-dialog .box ul {
  padding: 0px;
  margin-top: 12px;
}
.modal-dialog .box .field_module, .modal-dialog .box .select_module, .modal-dialog .box input[type="number"] {
  border: 1px solid #b3d3d2
}
.modal-dialog .campo_form .calendario {
  padding: 0px;
  background: #b3d3d2;
  position: relative;
  top: -1px;
}
.modal-dialog .tab-panel .campo_form .calendario.conferma_data {
  background: #b3d3d2;
  padding: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.modal-dialog.big .tab-panels .campo_form .label_check {
  width: 100%;
  padding: 30px 0px
}
.modal-dialog.big .tab-panels .campo_form .label_check.big {
  padding: 30px
}
.modal-dialog.big .tab-panels .campo_form .checkbox_text {
  font-size: 17px;
}
.modal-dialog.big .calendario.conferma_data .btn {
  float: inherit;
  font-size: 20px;
  margin-right: 0px;
  padding: 17px;
  margin: 0px;
}
.modal-dialog .campo_form .calendario.conferma_data input {
  padding: 20px;
  height: auto;
}
.modal-dialog .tab-panel .campo_form .calendario {
  padding: 0px;
  background: #fff;
  position: relative;
  top: 0px;
}
.modal-dialog .campo_form .calendario input {
  padding: 13px;
}
.modal-dialog ul li .label_module {
  float: left;
  position: relative;
  font-size: 16px;
  color: #b3d3d2;
  font-family: 'Montserrat', sans-serif;
/*  font-family: 'didotmedium';*/
  margin-bottom: 0px;
  margin-top: 12px;
  /* width: 77px; */
  /* margin-left: 20px; */
  width: auto;
  padding: 0px 10px;
}
.modal-dialog .btn-close:hover {
  color: #909090;
}
.modal:before {
  content: "";
  display: none;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.modal:target:before {
  -webkit-transition: -webkit-transform 0.9s ease-out;
  -moz-transition: -moz-transform 0.9s ease-out;
  -o-transition: -o-transform 0.9s ease-out;
  transition: transform 0.9s ease-out;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  display: block;
}
.modal:target + .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 15%;
}
.modal:target + .modal-dialog.big {
  top: 0%;
}
.modal-dialog.big {
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  overflow: auto;
  border-radius: 0px;
  border: none;
}
.modal-body .field_module {
  border: 1px solid #d0d3d6;
  margin-bottom: 10px;
}
.modal-dialog {
  background: #fefefe;
  border-radius: 5px;
  position: fixed;
  left: 20%;
  top: -100%;
  z-index: 999;
  width: 60%;
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-body {
  padding: 10px;
  display: inline-block;
  width: 100%;
}
.modal-body p {
  padding: 20px 10px 10px 10px;
  clear: both;
}
.modal-dialog .btn, .modal-dialog input[type="button"].btn, modal-dialog input[type="submit"].btn {
  text-decoration: none;
  color: #fff;
  border: none;
  background-color: #b3d3d2;
  padding: 10px 30px;
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 20px;
}
.modal-dialog .modal-footer .btn, .modal-dialog .modal-footer input[type="button"].btn, modal-dialog .modal-footer input[type="submit"].btn {
    margin-bottom: 0px;
    font-size: 30px;
}
.modal-dialog .btn:hover, .modal-dialog input[type="button"].btn:hover, modal-dialog input[type="submit"].btn:hover {
  background-color: #666666;
}
.modal-body .field_module {
  /*  width: 98%;
  margin: 1%*/
}
.modal-body hr {
  margin: 0px 0px 20px 0px;
}
.modal-body .me-select {
  width: 50%;
}.modal-body .me-select.marchi {
    width: 100%;
	text-align:center
}
.modal-body .campo_form {
  padding-bottom: 0px;
}
a.password {
  float: right;
  font-size: 15px;
  margin-top: 5px;
}
.modal-body .dx {
  margin: 0px;
  border: none
}
.modal-dialog .btn.facebook_btn {
  float: left;
  padding-top: 11px;
  padding-bottom: 11px;
}
.modal-body h3 {
  line-height: initial;
  margin: 0px 0px 20px 0px;
  font-weight: 300;
  font-size: 21px;
  text-align: left;
  color: #666;
	    text-shadow: 0px 1px 0px white;
}
.modal-body h3 img {
  position: relative;
  float: left;
  margin-right: 10px;
  top: -5px;
}
.modal-header {
  padding: 10px 20px;
  border-bottom: 1px solid #b3d3d2;
  width: 100%;
}
.modal-footer {
  padding: 20px;
  text-align: center;
  border-top: 1px solid #b3d3d2;
  display: inline-block;
  width: 100%;
}
.modal-footer p {
  font-size: 16px;
  color: #333;
  line-height: 20px;
}
.modal-footer p a {
  text-decoration: underline;
  color: #b3d3d2;
  font-weight: 600;
  font-size: 16px;
}
.modal-header h3 {
  font-weight: 400;
  font-size: 28px;
  text-align: left;
  margin-bottom: 0px;
  color: #eab2b1;
  margin-top: 0px;
}
.modal-header h3 img {
  position: relative;
  margin-right: 10px;
  top: 5px;
}
@media screen and (max-width:1280px) {
  .modal-dialog .box input[type="number"].field_module {
    width: 50%;
  }
}
@media screen and (max-width:1034px) {
  .modal-dialog ul li {
    width: auto;
  }
  .modal-dialog {
    left: 20%;
    width: 60%;
  }
  .modal-dialog.big .campo_form {
    padding-bottom: 20px;
  }
  .modal-dialog ul li .label_module {
    width: 100px;
  }
  .modal-dialog.big .box .campo_form {
    width: 100%;
  }
  .modal-dialog .box ul li {
    width: 100%;
  }
}
@media screen and (max-width:875px) {
  .modal-body .box {
    margin: 0px 0px 20px 0px;
  }
  .modal-body .dati .box {
    margin: 10px 0px 0px 0px;
    width: 100% !important;
  }
  .modal-dialog.big .campo_form {
    width: 100%;
  }
  .modal-body .box {
    margin: 0px 0px 20px 0px;
    width: 100% !important;
  }
}