﻿@charset "utf-8";
.modal-dialog .tab-footer {
  width: 100%;
  display: inline-block;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dotted #ccc
}
.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 #0f3f68;
  color: #0f3f68;
  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 .campo_form {
  text-align: left;
  padding-bottom: 10px;
}

.modal-dialog .riepilogo_ordine .campo_form .label_module {
    display: inline-block;
    width: auto;
    font-weight: 600;
}
.modal-dialog .riepilogo_ordine {
    display: inline-block;
    width: 100%;
    padding: 10px 20px 20px 20px;
}

.modal-dialog .campo_form .label_module {
  float: left;
  position: relative;
  font-size: 15px;
  color: #0e3f67;
  margin-bottom: 8px;
  font-weight: 500;
  margin-right: 10px;
  top: 0px;
}
.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: #313131;
  -moz-border-radius: 15px;
  border-radius: 15px;
} /* this will style the thumb, ignoring the track */
.modal-dialog.big::-webkit-scrollbar-button {
  background-color: #f1f1f1;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
.modal-dialog.big::-webkit-scrollbar-button {
  background-color: #f1f1f1;
  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: #313131;
  -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: #f1f1f1;
  float: left;
  padding: 20px
}
.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: #313131;
  /* font-family: 'Kanit', sans-serif; */
  margin-bottom: 8px;
  /* font-weight: 500; */
  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: 500;
}
.modal-dialog.big p {
  margin: 0px;
}
.modal-dialog.big hr {
  margin: 0px 0px 10px 0px;
  display: inline-block;
}
.modal-dialog .btn {
  float: right;
  margin-right: 10px;
  font-size: 18px;
}
.modal-dialog .btn-close {
  color: #aaa;
  font-size: 41px;
  text-decoration: none;
  position: absolute;
  right: 14px;
  top: 4px;
}
.modal-dialog .field_module, .modal-dialog .select_module, .modal-dialog input[type="number"] {
  font-size: 15px;
  color: #0f3f68;
  font-weight: 500
}
.modal-dialog input[type="number"].field_module {
  width: 60%;
  margin: 0px;
}
.modal-dialog ul li {}
.modal-dialog .box ul li {}
.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: 500;
  color: black
}
.modal-dialog .box input[type="number"].field_module {
  width: 54%;
  margin: 0px;
}
.modal-dialog ul {
  padding: 20px
}
.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 #d9dbde
}
.modal-dialog .campo_form .calendario {
  padding: 0px;
  background: #f1f1f1;
  position: relative;
  top: -1px;
}
.modal-dialog .tab-panel .campo_form .calendario.conferma_data {
  background: #f1f1f1;
  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: #313131;
  font-family: 'Kanit', sans-serif;
  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: 10%;
}
.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;
    margin-left: 0px;
    overflow-x: hidden;
    max-height: 100%;
}
.modal-body .field_module {
  border: 1px solid #d0d3d6;
  margin-bottom: 10px;
}
.modal-dialog {
    background: #fefefe;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    top: -100%;
    z-index: 999;
    width: 800px;
    -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;
    margin-left: -400px;
    max-height: 80%;
    overflow: auto;
}
.modal-body {
  padding: 10px;
  display: inline-block;
  width: 100%;
}

.modal-dialog h2, section.riservata .modal-dialog h2 {
    font-size: 30px;
    color: #0f3f68;
    margin: 0px;
}
.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: #313131;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}

.modal-dialog .campo_form .btn {
color: #fff;
    border: none;
    background-color: #7bce2b;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 300;
    margin: 0px;
    float: initial;
    margin-left: 6px;
}
.modal-dialog .modal-footer .btn, .modal-dialog .modal-footer input[type="button"].btn, modal-dialog .modal-footer input[type="submit"].btn {
  margin-bottom: 0px;
}
.modal-dialog .btn:hover, .modal-dialog input[type="button"].btn:hover, modal-dialog input[type="submit"].btn:hover {
  background-color: #0f3f68;
}
.modal-body .field_module {
  /*  width: 98%;
  margin: 1%*/
}
.modal-body hr {
  margin: 0px 0px 20px 0px;
}
.modal-body .me-select {
  width: 50%;
}
.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: 22px;
  margin: 0px 0px 20px 0px;
  font-weight: 300;
  font-size: 25px;
  text-align: left;
  color: #313131;
}
.modal-body h3 img {
  position: relative;
  float: left;
  margin-right: 10px;
  top: -5px;
}
.modal-header {
  padding: 10px 20px;
  border-bottom: #ccc solid 1px;
  width: 100%;
}
.modal-footer {
  padding: 20px;
  text-align: center;
  border-top: #ccc solid 1px;
  display: inline-block;
  width: 100%;
}
.modal-footer p {
  font-size: 16px;
  color: #333;
  line-height: 20px;
}
.modal-footer p a {
  text-decoration: underline;
  color: #313131;
  font-weight: 500;
  font-size: 16px;
}
.modal-header h3 {
  font-weight: 300;
  font-size: 28px;
  text-align: left;
  margin-bottom: 0px;
  color: #0e3f67;
  margin-top: 0px;
}
section.box_prodotti .modal-header h3 {
    font-size: 25px;
    text-align: left;
    color: #0e3f67; 
    font-weight: normal;
    text-transform: inherit;
}
    .versider .modal-header h3 {
    color: #837c75;
    text-align: left;
    text-transform: inherit;
    font-weight: normal;
    font-size: 25px;
}
.vedis .modal-header h3 {
  color: #0097af;
  text-align: left;
  text-transform: inherit;
  font-weight: normal;
  font-size: 25px;
}
.vertrans .modal-header h3 {
  color: #9d2a4b;
  text-align: left;
  text-transform: inherit;
  font-weight: normal;
  font-size: 25px;
}
.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 {

        height:100%;
        overflow: auto;
    }

  .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-dialog {
        width: 100%;
        height: 100%;
        left: 0px;
        margin-left: 0px;
        border-radius: 0px;
    }

    .modal:target + .modal-dialog {
    
        top: 0%;
    }
  .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;
  }
}