@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400|Raleway:300,400&display=swap");
* {
  font-family: "Lato", sans-serif;
  color: #666;
  font-size: 14px;
  line-height: 1.1em;
  font-weight: 300;
}

p {
  line-height: 1.4em;
}

.titolo {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1em;
  color: #d1b3a9;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 22px;
}

.label-cstm {
  font-size: 16px;
  font-weight: 400;
}

.form-group {
  margin-bottom: 5px;
}

.form-cstm {
  border-radius: 0px !important;
  border-width: 0px !important;
  background-color: #f5f6f6;
  display: block;
  margin-bottom: 10px;
  font-size: 16px !important;
}

.form-control {
  background: #f4f4f4;
  border: 2px solid #c6c6c6;
  border-radius: 4px;
  padding: 2px 10px;
}

.btn {
  background-color: #71747b;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0px;
  font-size: 0.8em;
}

.btn-cstm {
  background-color: #858990;
  color: #ffffff !important;
  margin: 0;
  padding: 10px 20px;
}
.btn-cstm.tutorial {
  background-color: #d1b3a9;
}
.btn-cstm.smallbt {
  font-weight: 300;
  padding: 5px 10px;
  font-size: 14px;
}
.btn-cstm.btn-formalogo {
  -webkit-border-radius: 0px 10px 0px 10px;
  -moz-border-radius: 0px 10px 0px 10px;
  border-radius: 0px 10px 0px 10px;
}

#lockscreenUpload {
  display: none;
  position: fixed;
  z-index: 8000;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100vh;
  line-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
#lockscreenUpload i {
  color: #fff;
}
#lockscreenUpload span {
  color: #fff;
  font-size: 18px;
}

.banner-strip {
  float: left;
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img2/MaiaStrip_Background.jpg");
  margin: 0 0 60px 0;
}
.banner-strip.nomargin {
  margin-bottom: 0px;
}
.banner-strip .titolo {
  margin: 0px;
  line-height: 80px;
}

.fotografie_box {
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0;
}
.fotografie_box .fotografie_thu {
  display: block;
  width: 100%;
  background-color: #858990;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.fotografie_box .didascalia {
  float: left;
  width: 100%;
  display: block;
  list-style: none;
  margin: 1px 0 0 0;
  padding: 0;
  background-color: #858990;
}
.fotografie_box .didascalia li.stato {
  float: left;
  padding: 3px;
  line-height: 1em;
  color: #fff;
}
.fotografie_box .didascalia li.delete {
  float: right;
}
.fotografie_box .didascalia li.delete i {
  padding: 3px;
  color: #fff;
  font-size: 14px;
}

.nav-tabs-aree li a {
  border-radius: 8px 8px 0 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  background-color: #eeefef !important;
}
.nav-tabs-aree li a img {
  display: inline-block;
  margin-right: 7px;
  width: 40px;
}
.nav-tabs-aree li.active a {
  background-color: #fff !important;
}

.table-cstm thead tr th {
  text-transform: uppercase;
  font-weight: 300;
}
.table-cstm thead tr th a {
  font-weight: 300 !important;
}

.legend-list {
  list-style: none;
  display: block;
  float: left;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
.legend-list li {
  float: left;
  padding: 0 15px 0 0;
}
.legend-list li .ico {
  float: left;
  width: 15px;
  height: 15px;
  background-color: #ccc;
  margin-right: 5px;
}
.legend-list li .ico.azzurro {
  background-color: #78ceff;
}
.legend-list li .ico.giallo {
  background-color: #ffed58;
}
.legend-list li .ico.verde {
  background-color: #80db3e;
}
.legend-list li .ico.rosso {
  background-color: #f47272;
}

.row_evidenziato {
  background-color: #fbf3dc !important;
  border-bottom: 3px solid #d1a422 !important;
}
.row_evidenziato .td_nomeevidenziato {
  position: relative;
  background-color: #d1a422;
}
.row_evidenziato .td_nomeevidenziato * {
  color: #fff;
}
.row_evidenziato .td_nomeevidenziato .img_evidenziato {
  display: inline-block;
}

.row_natalizio {
  background-color: #fbf3dc !important;
  border-bottom: 3px solid #ff0000 !important;
}
.row_natalizio .td_nomenatalizio {
  position: relative;
  background-color: #f00;
}
.row_natalizio .td_nomenatalizio * {
  color: #fff;
}
.row_natalizio .td_nomenatalizio .img_natalizio {
  display: inline-block;
}

.box-info {
  float: left;
  width: 100%;
  background-color: #eee;
  padding: 30px;
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
}
.box-info * {
  color: #666;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
}
.box-info a {
  text-decoration: underline;
  font-weight: 400;
}

.w100 {
  float: left;
  width: 100% !important;
}

.nav-tabs > li > a {
  border-color: #eee;
  background-color: #eee;
  color: #666;
  border-bottom-color: #ddd;
}

.tab-pane {
  margin-top: 10px;
}

.table-list thead tr th a {
  color: #666;
  font-weight: 600;
}
.table-list tbody tr td a {
  color: #666;
  font-weight: 600;
}
.table-list tbody tr td a i {
  color: inherit;
}

.table-noborder tbody tr td {
  border-width: 0px;
}

.icon-scadenza {
  font-size: 18px;
}

.btn-accettato {
  color: green;
}

.btn-respinto {
  color: red;
}

.btn-inattesa {
  color: orange;
}

.list-danger {
  padding: 10px 20px;
  list-style: none;
}
.list-danger li {
  color: #cc0000;
}
.list-danger li i {
  color: inherit;
}

.linkexternal {
  text-decoration: underline;
  color: orange;
}
.linkexternal i {
  color: inherit;
}

.list-stato-user {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  margin: 15px 0;
  padding: 10px 20px;
  list-style: none;
  background-position: center right;
  background-repeat: no-repeat;
}
.list-stato-user.orange {
  background-image: url("../img/light0.png");
}
.list-stato-user.red {
  background-image: url("../img/light2.png");
}
.list-stato-user.green {
  background-image: url("../img/light1.png");
}
.list-stato-user li {
  float: left;
  width: 100%;
  padding: 3px 0;
  font-size: 13px;
  font-weight: 400;
}
.list-stato-user li i {
  font-size: 14px;
  color: #ccc;
  float: left;
  margin-right: 5px;
}
.list-stato-user li i.approved {
  color: green;
}

.table-bordered {
  border-width: 0px;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-width: 0px;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.datepicker {
  padding-left: 30px !important;
  background-position: 5px center;
  background-repeat: no-repeat;
  background-image: url("../img/calendar-ico.png");
}

.statoIscrizioneEventoDettaglio {
  list-style: none;
  padding: 0px;
  margin: 20px 0px;
  float: left;
  width: 100%;
}
.statoIscrizioneEventoDettaglio li {
  float: left;
}
.statoIscrizioneEventoDettaglio li.spia {
  width: 80px;
  text-align: center;
}
.statoIscrizioneEventoDettaglio li img {
  width: 40px;
}

.navbar-cstm {
  height: 120px;
  border-bottom-width: 0px;
  background-color: #ffffff;
}
.navbar-cstm .navbar-header {
  float: left;
  width: 100%;
}
.navbar-cstm .box-user {
  display: inline-block;
  float: right;
}
.navbar-cstm .btn-videotutorial {
  margin-top: -10px;
  margin-right: 30px;
  float: right;
  display: inline-block;
  background-color: #d1b3a9;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 1.1em;
  font-weight: 300;
  padding: 10px 30px;
  text-align: center;
  border-radius: 6px;
}
.navbar-cstm .btn-videotutorial.login {
  background-color: #999;
  margin-top: -10px;
}
.navbar-cstm .loginarea {
  margin-top: 40px;
  float: right;
  text-align: right;
}
.navbar-cstm .loginarea .form-control {
  font-size: 10px;
  border-radius: 0px;
  border-width: 0px;
  border-bottom: 1px solid #c6c6c6;
  border-left: 1px solid #c6c6c6;
  padding: 1px 3px 1px 8px;
  height: 18px;
  line-height: 16px;
  background-color: #fff;
  box-shadow: none;
}
.navbar-cstm .loginarea .btn {
  height: 20px;
  line-height: 18px;
  padding: 1px 8px 1px 8px;
}
.navbar-cstm .loginarea .btn.btn-register {
  background-color: orange;
}
.navbar-cstm .loginarea .userName {
  font-size: 16px;
  text-align: right;
}
.navbar-cstm .loginarea .linkbold {
  font-weight: 400;
  font-size: 16px;
  float: right;
  color: #666;
  text-decoration: none;
}
.navbar-cstm .loginarea .linkbold.borderR {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #666;
}
.navbar-cstm .navbar-collapse .navbar-nav {
  float: right !important;
  margin: 30px 0 0 0;
}
.navbar-cstm .navbar-collapse .navbar-nav li {
  float: right;
}
.navbar-cstm .navbar-collapse .navbar-nav li a {
  border-top: 2px solid #666;
  font-size: 15px;
  line-height: 1em;
  padding: 5px 0px;
}

.footer {
  background: #70747c;
  float: left;
  width: 100%;
  padding: 30px 0;
  margin-top: 50px;
}
.footer .link {
  color: #fff;
  margin: 0px 3px;
  display: inline-block;
}
.footer p {
  margin-top: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.footer-login .link {
  margin: 0px 3px;
  display: inline-block;
}
.footer-login p {
  margin-top: 30px;
  color: #666;
  text-transform: uppercase;
  font-weight: 400;
}

.list-info {
  display: block;
  margin: 10px 0 !important;
  padding: 10px;
  list-style: none;
  background-color: #fff;
}
.list-info li {
  display: block;
  margin: 0;
  padding: 0;
}
.list-info li .txt-info {
  display: block;
  margin: 5px 0;
  text-align: left;
}
.list-info li .btn-info {
  min-height: 93px;
  display: block;
  position: relative;
  background-color: #fff;
  padding: 10px 10px 10px 90px;
  text-align: left;
}
.list-info li .btn-info .icona {
  position: absolute;
  z-index: 2;
  left: 10px;
  top: 10px;
  width: 70px;
}
.list-info li .btn-info .titolo-link {
  display: block;
  color: #d1b3a9;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 5px;
}
.list-info li .btn-info .descrizione {
  margin: 0px;
}

.box-gallery {
  display: block;
  background-color: #fff;
  padding: 10px;
  margin: 10px 0 !important;
  text-align: center;
}
.box-gallery .row {
  padding-left: 15px;
  padding-right: 15px;
}
.box-gallery .row .col-cstm-p {
  padding-right: 5px;
  padding-left: 5px;
}
.box-gallery .row .col-cstm-p-centered {
  padding-right: 5px;
  padding-left: 5px;
  float: none !important;
  display: inline-block !important;
}
.box-gallery .table-doc tbody tr td {
  text-align: left;
}
.box-gallery .table-doc tbody tr td .linkdoc {
  text-decoration: none;
  color: #666;
}
.box-gallery .titolo {
  display: block;
  color: #d1b3a9;
  font-size: 28px;
  font-weight: 400;
  margin: 10px 0px;
}
.box-gallery .thu-gallery {
  display: block;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #ccc;
}
.box-gallery .thu-gallery.video {
  position: relative;
  text-align: center;
}
.box-gallery .thu-gallery.video:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.box-gallery .thu-gallery.video i {
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  z-index: 2;
  font-size: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.6;
}
.box-gallery .thu-gallery.video:hover i {
  opacity: 1;
}
.box-gallery .thu-gallery.doc {
  background-size: contain;
}

#pg-schedaevento .subtitle {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  border-left: 2px solid #999;
  padding: 10px 0 10px 20px;
}
#pg-schedaevento .table-dettaglio tbody tr td {
  text-transform: uppercase;
}
#pg-schedaevento .table-dettaglio tbody tr td * {
  text-transform: uppercase;
}
#pg-schedaevento .table-dettaglio tbody tr td.text-lowercase {
  text-transform: lowercase !important;
}
#pg-schedaevento .box-iscrizione {
  background-color: #f6f5fa;
  display: block;
  padding: 30px;
  margin-bottom: 20px;
}
#pg-schedaevento .box-iscrizione .form-cstm {
  background-color: #eff0f2;
}
#pg-schedaevento .titolo-sezione {
  display: block;
  padding: 10px 20px;
  line-height: 1em;
  margin: 10px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #70747d;
}
#pg-schedaevento .back-link {
  font-weight: bold;
  text-decoration: underline;
  color: #666;
}
#pg-schedaevento .periodi {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#pg-schedaevento .periodi li {
  float: left;
  width: 100%;
  padding: 0 20px 0 10px;
  font-size: 16px;
}
#pg-schedaevento .periodi.disabled {
  background-color: #dbdbdb;
}

.box-meteo {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  margin: 10px 0 !important;
}

.box-mappa {
  display: block;
  width: 100%;
  height: 350px;
  margin: 10px 0 !important;
  background-color: #fff;
  border: 10px solid #fff;
}

.box-chiusura-terminescaduto {
  position: relative;
  display: block;
  margin-bottom: 40px;
  padding: 0px 0 0px 10px;
}
.box-chiusura-terminescaduto .icona {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
}
.box-chiusura-terminescaduto .attenzione {
  display: block;
  font-size: 16px;
}

.box-chiusura-countdown {
  position: relative;
  display: block;
  margin: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0 15px 55px;
  text-align: left;
}
.box-chiusura-countdown .icona {
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 0px;
  width: 45px;
}
.box-chiusura-countdown .allachiusura {
  display: block;
  font-size: 16px;
}
.box-chiusura-countdown .tempo {
  display: block;
  font-size: 26px;
  font-weight: 400;
}

.box-evento-colonna {
  display: block;
  background-color: #f0f0f0;
  padding-right: 15px;
}
.box-evento-colonna .col-bianca {
  background-color: #fff;
}

.pt-30 {
  padding-top: 30px;
}

.loginpage {
  display: block;
  width: 100%;
  background-image: url("../img2/MaiaIntro_Background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.box-login {
  background-color: #fff;
  padding: 50px;
  margin: 150px 0;
}
.box-login .logo-maia {
  max-width: 100%;
  margin-bottom: 10px;
}
.box-login .titolo {
  line-height: 0.8em;
}
.box-login .link {
  text-transform: uppercase;
  color: #666;
  display: block;
}
.box-login .link.bold {
  font-weight: 400;
}

.file-area {
  width: 100%;
  position: relative;
}

.file-area input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.file-area .file-dummy div {
  font-weight: bold;
}

.file-area .file-dummy {
  width: 100%;
  padding: 30px;
  background: rgba(209, 179, 169, 0.3);
  border: 2px dashed #d1b3a9;
  text-align: center;
  transition: background 0.3s ease-in-out;
}

.file-area .file-dummy .success {
  display: none;
}

.file-area:hover .file-dummy {
  background: rgba(255, 255, 255, 0.1);
}

.file-area input[type=file]:focus + .file-dummy {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline: -webkit-focus-ring-color auto 5px;
}

.file-area input[type=file]:valid + .file-dummy {
  border-color: #FC9700;
  background-color: #FFE4BC;
}

.file-area input[type=file]:valid + .file-dummy .success {
  display: inline-block;
}

.file-area input[type=file]:valid + .file-dummy .default {
  display: none;
}

@media screen and (max-width: 767px) {
  .navbar .navbar-toggle {
    display: none;
  }

  .navbar-brand {
    float: left;
    width: auto;
    display: block;
    text-align: left;
  }
  .navbar-brand img {
    height: 80px;
  }

  .box-login {
    background-color: #fff;
    padding: 30px;
    margin: 50px 0;
  }

  .form-group.txtlm {
    text-align: left !important;
  }

  .loginarea {
    text-align: center;
    margin: 20px 0;
    width: auto;
    display: block;
  }

  .box-user {
    display: block !important;
    margin: 0px;
    float: none !important;
  }

  .btn-videotutorial {
    margin: 10px 0 0 0 !important;
    display: block;
    float: none !important;
    font-size: 12px;
    padding: 5px 15px;
  }

  .table-mobilesmall * {
    font-size: 10px !important;
  }
  .table-mobilesmall thead * {
    font-weight: bold !important;
    font-size: 9px !important;
  }

  .presso-td {
    min-width: 150px;
  }

  .nav-tabs-aree {
    float: left;
    width: 100%;
    border-bottom-width: 0px;
    margin-bottom: 30px;
  }
  .nav-tabs-aree li {
    float: left;
    width: 100%;
  }
  .nav-tabs-aree li a {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 2px;
  }
  .nav-tabs-aree li.active a {
    border: 1px solid #ccc;
  }
}
#graficoRassegne .fn-label {
  font-weight: 400 !important;
}
#graficoRassegne .ganttBlue {
  background-color: #78ceff !important;
}
#graficoRassegne .ganttYellow {
  background-color: #ffed58 !important;
}
#graficoRassegne .barGantt {
  cursor: pointer !important;
}
#graficoRassegne .barGantt .fn-label {
  border: 1px solid #fff;
}
#graficoRassegne .leftPanel {
  width: 30% !important;
}
#graficoRassegne .popover .popover-content {
  color: #000;
  padding: 5px;
}
#graficoRassegne .row.header .fn-label {
  line-height: 28px;
}

/*# sourceMappingURL=template2.css.map */
