#logo_img {
    height: 138px;
    width: 182px;
}

body {
  font-family: 'Roboto', sans-serif;
}
#ModalLoadingSendPrenotazione {
  max-width: 500px;
  margin: 260px auto;
}
/*error_page*/
.error_page h1 {
  color: #e6e6e6;
  font-size: 80px;
  font-weight: 800;
  margin: 20px;
}
.error_page h3 {
  margin-bottom: 20px;
}
.comingsoon h1 {
  color: #e6e6e6;
  font-size: 80px;
  font-weight: 800;
  margin: 20px;
}
.comingsoon h1 span.day {
  font-size: 120px;
}
.comingsoon h1 span.year {
  font-size: 120px;
}
.comingsoon h3 {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .comingsoon h1 {
    font-size: 40px;
  }
  .comingsoon h1 span.day {
    font-size: 120px;
  }
  .comingsoon h1 span.year {
    font-size: 100px;
  }
  .comingsoon h3 {
    font-size: 18px;
  }
}
/* end error_page*/
.modal-footer .btn+.btn {
  margin-bottom: 10px;
}
.ui-datepicker-days-cell-over.ui-datepicker-today.ui-datepicker-unselectable.ui-state-disabled {
  opacity: 1;
}
.text-danger {
  color: #ff0018 !important;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
  border-radius: 3px;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .22;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.wrap-calendar {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.wrap-calendar .loading-spinner {
  position: absolute;
  z-index: 99999999;
  width: 100%;
  display: flex;
  height: 100%;
  background: #e3e3e3;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 13px;
}
.wrap-calendar .loading-spinner .spinner_s {
  width: 60px;
}
/*TICKET PAGE*/
.wrap-ticket .inner-table-ticket {
  background: #F7F7F7;
  padding: 30px 60px 47px 60px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.details.wrap-ticket .inner-table-ticket {
  background: #fff;
  padding: 30px 60px 47px 60px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.wrap-ticket .inner-table-ticket .inner-row-ticket {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #d6d6d6;
  padding: 8px 0px;
}
.wrap-ticket .inner-table-ticket .inner-row-ticket p {
  margin: 0;
}
.wrap-ticket .inner-table-ticket .inner-row-ticket p.el-02 {
  font-weight: bold;
  color: #000;
}
/*END TICKET PAGE*/
.ui-dialog-titlebar-close {
  background-image: url("../images/img-custom/close-icon.png");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  box-shadow: none;
  background-color: #a6a5a5;
  border-radius: 3px;
  right: 14px !important;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: 10px;
}
a {
  color: #007bff;
}
a:hover {
  color: #007bff;
}
#codice-fiscale.form-control {
  font-weight: bold;
  color: #000;
  font-size: 20px;
  border: 3px solid rgb(201, 213, 221);
}
.messko .sub_mess {
  font-size: 13px;
  font-weight: normal;
  color: #000;
  padding: 0;
  margin: ;
}
.messko .sub_mess .text-little {
  color: #a4a4a4;
}
h4 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.customer-details, .appointment-details {
  min-height: 200px;
  background: #F7F7F7;
  padding: 30px;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin: 10px 0px;
}
/*Calendario*/
.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
  background: #eceff1;
  border: 0;
  width: 100%;
  padding: 16px;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  background: #fff;
}
.ui-datepicker tbody {
  background-color: transparent;
  padding: 20px;
}
#book-appointment-wizard #steps .custom-qtip {
  border-width: 2px;
}
#book-appointment-wizard #available-hours .available-hour {
  font-size: 15px;
  padding: 2px 6px;
  display: inline-block;
  border: 1px solid #c5c5c5;
  margin: 4px 4px;
  border-radius: 2px;
  width: 50px !important;
}
#book-appointment-wizard #available-hours .wrap-available-hour {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  padding: 13px;
  background: #ebeff1;
  border-radius: 3px;
  justify-content: center;
}
#book-appointment-wizard #available-hours .wrap-available-hour:last-child {
  margin: 0;
}
#book-appointment-wizard #available-hours .available-hour {
  font-size: 15px;
  padding: 2px 6px;
  display: inline-block;
  border: 1px solid #c5c5c5;
  margin: 4px 4px;
  border-radius: 3px;
  width: 50px !important;
  background: white;
  cursor: pointer;
}
#book-appointment-wizard #available-hours .selected-hour {
  color: #fff;
  font-weight: ;
  background: #007fff;
  border: 1px solid #0075ec;
}
.booking-header-bar div p {
  margin: 0
}
#book-appointment-wizard #available-hours .selected-hour:hover {
  color: #fff;
  font-weight: ;
  background: #007fff;
  border: 1px solid #003eff;
}
.text-red {
  color: 000
}
/*End Calendario*/
.separator-5 {
  background: #f0f0f0;
  height: 1px;
  margin: 20px 0 20px;
}
.bl-0 {
  border-left: 0 !important;
}
.checkbox_accept {
  border: 0px solid #000;
  padding: 30px 30px;
  background: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #eceff1;
  margin-top: 50px;
}
.my-55 {
  margin: 20px 0px 100px 0px !important;
}
.modal-privacy ol li {
  padding-bottom: 15px;
}
i.label_info {
  position: absolute;
  right: 1px;
  bottom: 6px;
  color: #b8b8b8;
  font-size: 23px;
  display: none;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #d9d9d982;
  opacity: 1;
  border: 0;
  color: #000;
  font-weight: 500;
}
/* THANKYOUPAGE*/
.thankyou_page img {
  width: 500px;
}
/* END THANKYOUPAGE*/
/*UNDERCOSTRUCTION*/
.logo_under {
  width: 200px;
  display: inline-block;
  margin-bottom: 40px;
}
.flex-center-b {
  font-size: 20px;
}
/*end UNDERCOSTRUCTION*/
input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.header.dark {
  background-color: #fff;
  border-top-color: #fff;
}
/*LOADING*/
.wrap_loading {
  background-color: hsla(0, 0%, 0%, 0.9);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}
.wrap_loading #L9 {
  width: 130px;
}
.wrap_loading .loading_s {
  display: flex;
  align-items: center;
  min-width: 75px;
  max-width: 150px
}
.logo {
  display: flex;
  justify-content: center;
}
.logotype.loading_s img#logo_img {
  width: 172px;
  height: 188px
}
.wrap_loading .loading_s p {
  position: relative;
  top: 85px;
  color: #cacaca;
}
/*END LOADING*/
/*COLOR SETTING*/
.font-weight-bold {
  font-weight: 500 !important;
}
.form-row>.col, .form-row>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.grey_01 {
  background-color: #EDEDED;
}
.grey_02 {
  background-color: #E0E0E0;
}
/*UPLOAD FILE*/
.wrap-upload-file .single-upload {
  padding: 20px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 10px solid #eceff1;
  padding: 15px;
  background-color: #f9f9f9;
}
p.services-description em {
  color: #a2a2a2;
}
.wrap-upload-file .single-upload .btn {
  padding: 0 0 0 15px;
  margin: 0;
  border: 0;
  overflow: hidden;
}
.wrap-upload-file .single-upload .btn span {
  max-width: 300px;
  min-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrap-upload-file .single-upload .btn i {
  line-height: 50px;
  padding: 0 0px;
  margin-left: 10px;
  font-weight: bold;
  min-width: 50px;
  display: flex;
  justify-content: center;
  height: 50px;
  font-size: 15px;
  width: 50px;
  max-width: 50px;
}
.services-description {
  width: 48%;
}
body {
  font-size: 16px;
  color: #444;
}
b,
strong {
  font-weight: bold;
}
h3.section-title {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
i.notify {
  background: #F44336;
  border-radius: 50%;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-style: normal;
  font-size: 13px;
}
.service-description {
  background: #F7F7F7;
  padding: 30px;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin: 10px 0px;
}
.lang a.dropdown-item {
  color: #ffffff;
}
.lang .dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #f8f9fa30;
}
.lang .dropdown-menu {
  padding: 20px 0;
  min-width: 130px;
}
.report .dropdown-menu {
  padding: 20px 0;
  min-width: 300px;
}
.report .dropdown-menu li {
  padding: 0 20px;
}
.report .default-bg {
  background-color: #09afdf;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 5px;
}
.header-top-dropdown .dropdown-menu {
  margin-top: 23px;
}
.header-top-dropdown .btn {
  padding: 10px;
  font-size: 14px;
  line-height: 1.4666666667;
  border-radius: 5px;
  margin: 10px 0;
}
.btn-dark {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.header.dark {
  padding: 10px;
}
/*LINK FLAG*/
/*VALIDATION*/
.validation-message {}
.validation-message ul li, .validation-message li {
  font-weight: bold;
}
.validation-message ul, .validation-message {
  padding: 0;
  list-style: none;
  margin-bottom: 5px;
  text-align: left;
}
.messok {
  color: #84b300;
}
.messko {
  color: red;
}
.validation-message-ok {
  border-color: #84b300 !important;
}
.messko,
.validation-message-ko {
  border-color: red !important;
}
/*END VALIDATION*/
.wrap_lable {
  padding: 0 9% 0 0;
}
.wrap_button {
  width: 100%;
  text-align: end;
  padding: 0 15px;
}
.form-group {
  margin-bottom: 0.8rem;
}
.btn {
  white-space: normal;
}
.btn-default-transparent {
  color: #174f82;
  background-color: transparent;
  border: 2px solid #174f82;
  border-radius: 5px;
  text-transform: uppercase;
}
.btn-default-transparent:hover {
  background-color: #174f82;
  color: #fff;
  border-color: #174f82;
}
.btn-default {
  color: #000;
  background-color: #FFC106;
  border: 0px solid #174f82;
  border-radius: 5px;
  text-transform: uppercase;
}
.btn-sm {
  padding: 5px 15px !important;
}
.btn-default:hover {
  background-color: #174f82;
  color: #fff;
  border-color: #0c9ec7;
}
i.label_info {
  position: absolute;
  right: 1px;
  bottom: 6px;
  color: #b8b8b8;
  font-size: 23px;
}
i.label_info_2 {
  color: #b8b8b8;
  font-size: 23px;
}
span.obb {
  color: red !important;
  padding-left: 3px;
}
span.danger-text {
  color: red !important;
  padding-left: 0;
}
.modal-body input {
  border: 1px solid #d6d6d6;
}
.divider {
  padding: 10px 0;
}
.translate_i {
  color: #2196F3;
  cursor: pointer;
}
.translate_i:hover {}
.card-header a i {
  font-size: 13px;
  top: -2px;
}
.modal-option-value tbody tr td {
  vertical-align: middle;
}
/*Modals
---------------------------------- */
.modal-content .modal-header {
  background-color: #FAFAFA;
}
.modal-content .modal-title {
  color: #444;
}
.tooltip-inner {
  max-width: 250px;
  padding: 5px 5px 7px;
  color: #fff;
  text-align: left;
  background-color: #23262b;
  border-radius: 5px;
  font-size: 14px;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #282929;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #37a2d6;
}
.form-group.question label {
  padding-top: 0;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
/*
.form-row>.col, .form-row>[class*="col-"] {
  padding-right: 0px;
  padding-left: 0;
}
.pdlr {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
*/
.form-control {
  border: 3px solid #c9d5dd;
  border-radius: 4px;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
  height: 50px;
  padding: 10px 10px;
  font-weight: bolder;
  color: #000;
  font-size: 14px;
}
.form-control:focus {
  border-color: #09afdf;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
}
.main-container {
  padding: 0;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 15px);
}
.checkbox label,
.radio label,
form label {}
label {
  color: #000;
}
.custom-control-label {
  margin-bottom: 0;
  padding-top: 0.1rem;
}
@media (min-width: 768px) {
  .d-md-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: inline-block !important;
  }
}
@media (max-width: 768px) {
  .wrap-upload-file .single-upload .btn, .wrap-upload-file .single-upload .wrap_error {
    width: 100%;
    margin-top: 10px;
  }
  .services-description {
    width: 100%;
  }
  .validation-message ul, .validation-message {
    text-align: left;
  }
}
@media (max-width: 576px) {}
@media (min-width: 576px) {
  div#header-top-second.pad {
    padding-top: 7px;
  }
}
@media (max-width: 575px) {
  .header-top-dropdown .dropdown-menu {
    margin-top: 10px;
  }
}
.header.dark {
  background-color: #fff;
  border-top-color: #e30613;
}
.header {
  border-top: 5px solid #ffffff;
  border-top-color: rgb(255, 255, 255);
  border-bottom: 2px solid #f1f1f1;
  background-color: #fcfcfc;
}
.header .bb-1 {
  border-bottom: 1px dotted #00000020;
  padding-bottom: 20px;
  padding-top: 20px;
}
.mess_top p {
  background: #ECEFF1;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 25px;
}
@media (max-width: 360px) {
  .wrap-ticket .inner-table-ticket {
    padding: 25px 25px 25px 25px;
  }
}
@media (max-width: 575px) {
  .error_page h1 {
    font-size: 50px;
  }
}
@media (max-width: 360px){
.error_page h1 {
    font-size: 35px;
}
}
