@charset "UTF-8";
/* Scss Document */
/* Mixins =================================================== */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,800,900");
body {
  background: #fff;
  color: #022470;/*#000;*/
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-bottom: 200px; }
  /*@media all and (min-width: 48em) {*/
    /*body {*/
      /*font-size: 1.2em; } }*/

h1, h2, h3, h4 {
  font-weight: 700; }

h1 {
  /*font-size: 5em;*/
  margin: 0;
  padding: 0; }

h5 {
  font-weight: 700;
  color: #BCBCBC; }
  h5.Aperte {
    color: #76A83A; }
  h5.Chiuse {
    color: #BC2D2D; }
  h5.Svolgimento {
    color: #E8A816; }
  h5.Bozza {
    color: #65A9C3; }

.navbar {
  border: none;
  border-radius: 0; }
  .navbar .navbar-header {
    display: block;
    position: relative;
    width: 100%; }
    .navbar .navbar-header .logo {
      display: block;
      width: 50px;
      height: 50px;
      padding: 0;
      margin: 0 10px 0 0; }
      .navbar .navbar-header .logo img {
        width: 100%;
        height: auto; }
    .navbar .navbar-header .name {
      display: block;
      float: left;
      padding: 0;
      line-height: 50px;
      color: #fff;
      font-size: .7em; }
    .navbar .navbar-header #block-apri-ticket {
      display: block;
      position: relative;
      float: right;
      line-height: 20px;
      margin: 13px 0 13px 50px;
      background-color: #fff;
      padding: 2px 10px;
      border-radius: 20px;
      transition: all .3s ease-out; }
      .navbar .navbar-header #block-apri-ticket::after {
        content: '';
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        bottom: -4px;
        right: 10px;
        background-color: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .navbar .navbar-header #block-apri-ticket a {
        font-weight: 800;
        text-decoration: none; }
        .navbar .navbar-header #block-apri-ticket a:hover {
          text-decoration: none; }
      .navbar .navbar-header #block-apri-ticket:hover {
        padding: 5px 15px;
        margin: 10px 0 10px 40px; }
    .navbar .navbar-header #block-benvenuto {
      display: block;
      float: right;
      line-height: 50px; }
      .navbar .navbar-header #block-benvenuto a {
        color: #fff; }
      .navbar .navbar-header #block-benvenuto #currentuser {
        font-weight: 800; }

/*menù sulla sezione primary*/
aside {
  padding-left: 0px !important; }

.ga_menu li {
  display: block;
  position: relative;
  overflow: hidden;
  /*margin-bottom: 10%;*/
  font-weight: bold;
  text-align: center;
  text-align: left; }
  .ga_menu li::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-image: url("/sites/default/files/utenti.png");
    background-position: top center;
    background-repeat: no-repeat;
    transition: all 0.3s; }

  .ga_menu li.Dati_Account,
  .ga_menu li.Utenti,
  .ga_menu li.Aziende,
  .ga_menu li.Partner,
  .ga_menu li.Licenze,
  .ga_menu li.Contratti,
  .ga_menu li.Formazione,
  .ga_menu li.Documenti,
  .ga_menu li.Sondaggi {
    margin-bottom: 10%;
  }
  .ga_menu li.Officine,
  .ga_menu li.Filiali{
    margin-bottom: 2%;
  }

  .ga_menu li a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 98%;
    padding: 0 0 0 2%;
    background-color: #022470;
    border-radius: 0px 4px 4px 0px;
    line-height: 60px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s; }
  .ga_menu li.active::after {
    background-position: bottom center; }
  .ga_menu li.active a {
    width: 70%; }
  .ga_menu li:hover::after {
    background-position: bottom center; }
  .ga_menu li:hover a {
    width: 70%;
    text-decoration: none; }
  .ga_menu li.Dati_Account::after {
    background-image: url("/sites/default/files/account_user.png"); }
  .ga_menu li.Dati_Account a {
    background-color: #022470; }
  .ga_menu li.Utenti::after,
  .ga_menu li.Officine::after,
  .ga_menu li.Filiali::after,
  .ga_menu li.Partner::after {
    background-image: url("/sites/default/files/utenti.png"); }
  .ga_menu li.Utenti a {
    background-color: #888888; }
  .ga_menu li.Officine a,
  .ga_menu li.Filiali a,
  .ga_menu li.Partner a {
  background-color: #BCBCBC; }
  .ga_menu li.Licenze::after {
    background-image: url("/sites/default/files/licenze.png"); }
  .ga_menu li.Licenze a {
    background-color: #65A9C3; }
  .ga_menu li.Contratti::after {
    background-image: url("/sites/default/files/contratti.png"); }
  .ga_menu li.Contratti a {
    background-color: #76A83A; }
  .ga_menu li.Formazione::after {
    background-image: url("/sites/default/files/formazione.png"); }
  .ga_menu li.Formazione a {
    background-color: #BC2D2D; }
  .ga_menu li.Documenti::after {
    background-image: url("/sites/default/files/documenti.png"); }
  .ga_menu li.Documenti a {
    background-color: #E8A816; }
  .ga_menu li.Sondaggi::after {
    background-image: url("/sites/default/files/sondaggi.png"); }
  .ga_menu li.Sondaggi a {
    background-color: #E8A816; }

.view-user-soci-filter .view-filters {
  margin: 0; }
  .view-user-soci-filter .view-filters .views-exposed-form .form-inline {
    padding: 10px;
    background-color: #f9f9f9; }
    .view-user-soci-filter .view-filters .views-exposed-form .form-inline .form-item {
      font-family: Arial, FontAwesome;
      margin: 0px !important;
      padding: 0 5px; }
      .view-user-soci-filter .view-filters .views-exposed-form .form-inline .form-item input {
        width: 100%; }
.view-user-soci-filter .view-content .table-responsive .tab-content th {
  border: none; }
  .view-user-soci-filter .view-content .table-responsive .tab-content th a {
    color: #000; }
    .view-user-soci-filter .view-content .table-responsive .tab-content th a:hover {
      color: #337ab7; }
.view-user-soci-filter .view-content .table-responsive .tab-content tr td {
  border: none;
  padding: 8px 2px; }
  .view-user-soci-filter .view-content .table-responsive .tab-content tr td.views-field-field-vte-id {
    text-align: center; }
  .view-user-soci-filter .view-content .table-responsive .tab-content tr td.views-field-uid {
    text-align: center; }

.programma {
  margin: 25px 0;
  border-top: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
}
.programma .data {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 10px;
  background: #022470;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding-top: 5px;
}
  .programma .data .giorno {
    font-size: 2em;
  }
  .programma .data .mese {
    font-size: 1em;
  }
  .programma .data .anno {
    font-size: 1.2em;
  }

.ga_content_title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.ga_content_title .btn {
  font-size: .7em;
  padding: 1% 0.5%;
  margin: .5%;
  width: 98%;
}
  @media all and (min-width: 62em) {
    .ga_content_title .btn {
      font-size: 0.9em;
      width: 48%; }
  }
  @media all and (min-width: 75em) {
    .ga_content_title .btn {
      font-size: 0.8em;
      width: 23%; }
  }
  .ga_content_title .btn.nuovo {
    width: 98%;
  }

.ga_content_tab.nascondi {
  display: none; }

.path-formazione .form-group section {
  margin-bottom: 50px;
}
.path-formazione .form-group section div:first-child {
  transition: all .5s ease-out;
}
.path-formazione .form-group section div:first-child .container-inline div {
  margin-right: 20px;
}
.path-formazione .form-group .section-formatori .table-responsive,
.path-webform .form-group .section-formatori .table-responsive {
  display: block;
  position: relative;
  overflow-y: scroll;
  max-height: 250px;
}
.path-formazione .form-group .section-officine .table-responsive,
.path-webform .form-group .section-officine .table-responsive {
  display: block;
  position: relative;
  overflow-y: scroll;
  max-height: 500px;
}
.path-formazione .form-group label {
  margin-bottom: 5px !important;
}

footer {
  display: block;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
}
