@charset "UTF-8";
body {
  background-color: #fefefe;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px; }

.nowrap {
  white-space: nowrap; }

h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px; }

h2 {
  font-size: 22px;
  margin-top: 10px; }

.breadcrumb {
  border-bottom: 1px solid #d0d0d0;
  font-size: 11px;
  line-height: 18px;
  padding: 2px 15px 1px 15px; }

.header {
  height: 80px;
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
  background: #d6d6d6;
  background: linear-gradient(45deg, #f6f6f6 0%, #d3d3d3 100%); }
  .header div {
    height: 100%;
    padding: 5px; }

.header-logo {
  background-image: url("../img/logo_laesse_web.png");
  background-repeat: no-repeat;
  background-size: contain; }

.header-right p {
  margin: 0;
  font-size: 13px;
  line-height: 15px;
  text-align: right; }

.datetime-control {
  width: 60px;
  display: inline-block;
  text-align: center; }
  .datetime-control.long {
    width: 80px; }
  .datetime-control.long2 {
    width: 120px; }

form {
  margin-top: 40px;
  padding: 30px !important;
  background-color: #fefefe;
  border: 0;
  box-shadow: none; }

#form-loader {
  float: right;
  font-size: 40px;
  color: #eb9316;
  text-shadow: 0px 0px 1px #000;
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite; }

.unstyled-form, .unstyled-form-only, .unstyled-form * {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background-color: transparent !important; }

.little-form {
  width: 200px; }

.table-title {
  font-weight: bold; }

.table-row {
  margin-bottom: 4px;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
  padding-top: 10px; }

.btn {
  margin: 15px 0 15px 15px;
  text-transform: uppercase;
  background-image: none;
  text-shadow: none; }

.btn-no-margin {
  margin: 0; }

.btn-full {
  width: 100%; }

.calendar-content-outer {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  margin-top: 20px; }

.calendar-content {
  position: relative;
  width: 100%;
  margin-top: 40px; }

.calendar-content-bookings {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #cccccc; }

.calendar-column {
  position: relative;
  height: 100%;
  width: 14.28%;
  float: left;
  background-color: #faf0f0; }
  .calendar-column p {
    margin: 0; }

.calendar-column-reduced {
  width: 12.45%; }

.calendar-column-separator {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #d0d0d0;
  margin-top: 30px;
  position: absolute;
  color: #aaa;
  text-decoration: none;
  text-align: center;
  padding: 5px; }
  .calendar-column-separator:nth-child(even) {
    background-color: #fcfcfc; }
  .calendar-column-separator:nth-child(odd) {
    background-color: #fcfcfc; }
  .calendar-column-separator:hover {
    background-color: #FFFFEE;
    text-decoration: none; }
  .calendar-column-separator.disabled {
    background-color: #777777; }

.calendar-column-header {
  margin: -34px 0 0 0;
  width: 100%;
  height: 32px;
  background-color: #ffffff;
  z-index: 4;
  text-align: center;
  position: absolute;
  font-size: 15px; }

.calendar-column-vheader {
  position: absolute; }

.calendar-controls {
  margin-top: 10px;
  margin-bottom: 30px; }

.calendar-control {
  font-size: 14px;
  cursor: pointer;
  background-color: #f6f6f6;
  margin-bottom: 50px;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  padding: 10px;
  margin: 10px;
  color: #999999; }
  .calendar-control.calendar-controls-forward2 {
    padding-left: 15px; }
  .calendar-control.calendar-controls-backward2 {
    padding-right: 15px; }
  .calendar-control:hover {
    background-color: #fcfcfc; }

#date-go-to {
  margin-top: 20px; }

.switch {
  width: auto;
  border-radius: 5px; }
  .switch p {
    width: 100px;
    padding: 4px;
    display: inline-block;
    margin: 0;
    background-color: #ffffff;
    color: #767676;
    text-align: center;
    font-size: 12px;
    cursor: pointer; }
    .switch p:nth-child(1) {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border: 1px solid #d0d0d0; }
    .switch p:nth-child(2) {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      border: 1px solid #d0d0d0;
      border-left: 0; }
    .switch p.active {
      background-color: #408040;
      color: white; }
    .switch p.active-inversed {
      background-color: #c3423e;
      color: white; }
  .switch.switch-blue p.active {
    background-color: #3eb4d7; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%; }

.margin-sm {
  margin: 5px; }

.col-box {
  border: 1px solid #aaaaaa;
  background-color: #fefefe;
  border-radius: 3px;
  margin-bottom: 20px; }
  .col-box .content h2 {
    margin: 0;
    padding: 10px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d0d0d0; }
  .col-box .content .content-content {
    padding: 10px; }
  .col-box .content .content-content-title {
    color: #622;
    border-bottom: 1px solid #622; }
  .col-box .content .desc {
    height: 80px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%; }
  .col-box .content .photo-preview {
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    height: 120px;
    width: 100%; }

.user-name-surname {
  padding: 5px;
  border: 1px solid #d0d0d0;
  background-color: #f6f6f6;
  border-radius: 3px; }

.test-flag {
  position: absolute;
  padding: 5px 10px 5px 10px;
  background-color: yellowgreen;
  color: white;
  top: 20px;
  left: 50%;
  transform: rotate(10deg); }

.beta-flag {
  position: absolute;
  padding: 5px 10px 5px 10px;
  background-color: coral;
  border: 1px solid red;
  color: white;
  top: 20px;
  left: 50%; }

.fluid {
  display: inline-block;
  float: left; }

.inline {
  display: inline-block; }

.global-nickname {
  font-size: 16px;
  font-weight: bold; }

.global-name {
  font-size: 15px; }

.logout {
  margin-left: 20px;
  color: black;
  text-decoration: none !important; }

.more-data {
  margin-top: 20px; }

.more-data-toggler {
  color: #999;
  cursor: pointer; }

.toggled-toggler {
  color: #333; }

.top-right-flag {
  position: absolute;
  top: 10px;
  right: 30px; }

.booked {
  position: absolute;
  width: 100%; }
  .booked a {
    text-decoration: none; }

.booked-wrapper {
  position: absolute;
  width: 100%;
  height: 90%;
  background-color: #8da5c9;
  opacity: 1;
  border-radius: 4px;
  margin: 0%; }

.booked-content {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 4px; }
  .booked-content p {
    text-align: left;
    font-size: 14px;
    color: white;
    height: 100%; }
  .booked-content .truncate {
    width: 85%;
    line-height: 14px; }
  .booked-content:hover + .booked-wrapper {
    opacity: 0.8; }

.booked-past .booked-wrapper {
  background-color: #aaaaaa; }
.booked-past .booked-content p {
  color: #dddddd; }

.itsme .booked-wrapper {
  background-color: #5e9e84; }
.itsme .booked-content:hover + .booked-wrapper {
  background-color: #60c099; }

.booked-unavailable .booked-wrapper {
  background-color: #777777; }

#booked-popup {
  position: absolute;
  min-width: 100px;
  background-color: #ffdcc2;
  color: #333333;
  box-shadow: 0px 0px 2px 1px #ee7b33;
  border-radius: 4px;
  padding: 10px;
  z-index: 100;
  font-size: 14px; }

.borderless td {
  border: none !important; }

.un-type-1 .booked-wrapper {
  background-color: #38aa64 !important; }

.un-type-2 .booked-wrapper {
  background-color: #d15e35 !important; }

.un-type-3 .booked-wrapper {
  background-color: #aa388d !important; }

.home-buttons div {
  text-align: center;
  background-color: white; }
  .home-buttons div .btn {
    margin: 20px 0px 10px 0px; }
  .home-buttons div a {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 15px;
    background-color: #f3a639;
    transition: background-color 0.2s;
    color: white;
    font-size: 14px;
    font-weight: 600; }
    .home-buttons div a:hover {
      background-color: #fadcb1;
      transition: background-color 0.2s; }
    .home-buttons div a.disabled {
      background-color: #c0c0c0;
      color: #e0e0e0; }
    .home-buttons div a p {
      font-size: 12px;
      font-weight: 400;
      opacity: 0.85;
      text-transform: lowercase;
      text-align: right;
      margin: 20px 0 0 0; }
    .home-buttons div a .glyphicon {
      color: white;
      opacity: 0.15;
      position: absolute;
      bottom: 5px;
      top: unset;
      left: 12px;
      font-size: 30px; }
      .home-buttons div a .glyphicon.more-bottom {
        bottom: 12px; }
  .home-buttons div .btn-blue {
    background-color: #78a9ba; }
    .home-buttons div .btn-blue:hover {
      background-color: #ccdfe5; }
  .home-buttons div .btn-green {
    background-color: #78ba87; }
    .home-buttons div .btn-green:hover {
      background-color: #cce5d2; }

.margintop0 {
  margin-top: 0; }

.margintop5 {
  margin-top: 5px; }

.marginno {
  margin: 0; }

.link-to-home {
  display: block;
  width: 100%;
  height: 100%; }

.booked-edit-icon {
  color: white;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 10px; }

#ui-datepicker-div {
  z-index: 6 !important; }

label {
  font-weight: 600;
  margin-top: 5px !important;
  margin-bottom: 0px !important; }

.label-small {
  font-weight: 400; }

.form-dynamic-add {
  top: 25px;
  font-size: 30px;
  font-weight: 700;
  color: yellowgreen; }

.protocol-code {
  background-color: #4fbbdb;
  color: white;
  padding: 4px;
  font-weight: 600;
  font-size: 20px;
  margin: -10px 0 5px -10px;
  border-bottom-right-radius: 80px; }

.protocol-field {
  font-weight: 600; }

.protocol-object {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 14px; }

.protocol-dir {
  margin-left: 5px;
  font-size: 12px;
  color: #555555; }
  .protocol-dir.glyphicon-arrow-right {
    color: #557755; }
  .protocol-dir.glyphicon-arrow-left {
    color: #775555; }

.pointer {
  cursor: pointer; }

.nopointer {
  cursor: default; }

.list {
  margin-top: 0px;
  border: 1px solid #d0d0d0; }

.list-item {
  position: relative;
  border-bottom: 1px solid #d0d0d0;
  padding: 10px 10px 10px 10px; }
  .list-item:nth-child(even) {
    background-color: #fafafa; }
  .list-item:nth-child(odd) {
    background-color: #f6f6f6; }

.list-item-title {
  background-color: #3eb4d7;
  font-weight: 600;
  font-size: 20px;
  color: white;
  padding: 10px;
  margin: 0; }
  .list-item-title p {
    margin: 0; }

.list-edit {
  position: absolute;
  right: 30px;
  top: -10px;
  z-index: 3; }
  .list-edit a {
    text-decoration: none; }

.pagination > li.active > a, .pagination > li.active > a:hover {
  background-color: #3eb4d7;
  border-color: #3eb4d7; }

.i-input {
  color: #3eb4d7; }

#filter-form > div {
  margin-top: 10px; }

table {
  font-size: 14px;
  border-collapse: collapse; }

td, th {
  padding: 4px 10px 0px 10px;
  border-bottom: 1px solid #e0e0e0; }

td {
  /* vertical-align: middle */
  /* font-weight: 400 */ }
  td.projects-form-column {
    font-weight: 600; }

.border-top-bolder td, .border-top-bolder th {
  border-top: 2px solid #999999; }

th {
  vertical-align: middle;
  font-weight: 600; }
  th.projects-form-column {
    font-weight: 700; }

.no-cr {
  white-space: nowrap; }

.dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #d0d0d0; }

.green {
  background-color: #5cb15c; }

.yellow {
  background-color: #f2ef00; }

.red {
  background-color: #d24a4a; }

.foregreen {
  color: green; }

.foreyellow {
  color: yellow; }

.foreorange {
  color: orange; }

.forered {
  color: #e24a4a; }

.foreblack {
  color: black; }

.forelightred {
  color: #d5a6a6; }

.gecos-x {
  padding: 4px;
  border-radius: 50%; }

.gecos-x.forelightred {
  background-color: #ffe1e1 !important; }

.gecos-x.foreorange {
  background-color: yellow !important; }

.gecos-x.foregreen {
  background-color: lightgreen !important; }

.inline {
  display: inline-block; }

.circular {
  border-radius: 50%; }

.left-border {
  border-left: 1px solid #d0d0d0; }

.projects-row-1__no {
  background-color: #ffffff; }

.projects-row-2__no {
  background-color: #fcfcfc; }

.projects-row-3__no {
  background-color: #f9f9f9; }

.projects-row-4__no {
  background-color: #f6f6f6; }

.projects-row-5__no {
  background-color: #f3f3f3; }

.projects-row-6__no {
  background-color: #f0f0f0; }

.projects-row-7__no {
  background-color: #ececec; }

.projects-row-8__no {
  background-color: #e9e9e9; }

.projects-row-9__no {
  background-color: #e6e6e6; }

.projects-row-10__no {
  background-color: #e3e3e3; }

.projects-row-11__no {
  background-color: #e0e0e0; }

/* pcol-1 stands for projects columns first color */
tr:nth-child(odd) .pcol-1 {
  background-color: #e7f9ff; }
tr:nth-child(odd) .pcol-2 {
  background-color: #ffe7e7; }
tr:nth-child(odd) .pcol-3 {
  background-color: #fefff2; }
tr:nth-child(odd) .pcol-4 {
  background-color: #f2efff; }
tr:nth-child(odd) .pcol-5 {
  background-color: #fefff2; }
tr:nth-child(odd) .pcol-6 {
  background-color: #f2efff; }
tr:nth-child(odd) .pcol-7 {
  background-color: #f9f9f9; }
tr:nth-child(odd) .pcol-9 {
  background-color: #ffeedd; }

tr:nth-child(even) .pcol-1 {
  background-color: #e4f6ff; }
tr:nth-child(even) .pcol-2 {
  background-color: #fce4e7; }
tr:nth-child(even) .pcol-3 {
  background-color: #fbfcf2; }
tr:nth-child(even) .pcol-4 {
  background-color: #e9ecff; }
tr:nth-child(even) .pcol-5 {
  background-color: #fbfcf2; }
tr:nth-child(even) .pcol-6 {
  background-color: #e9ecff; }
tr:nth-child(even) .pcol-7 {
  background-color: #f3f3f3; }

thead tr .pcol-1 {
  background-color: #d8e5ec !important; }
thead tr .pcol-2 {
  background-color: #f8e8ea !important; }
thead tr .pcol-3 {
  background-color: #ebedf8 !important; }
thead tr .pcol-4 {
  background-color: #e9ecff !important; }
thead tr .pcol-5 {
  background-color: #fbfcf2 !important; }
thead tr .pcol-6 {
  background-color: #e9ecff !important; }
thead tr .pcol-7 {
  background-color: #f3f3f3 !important; }

.t1col3 {
  padding-left: 5px;
  padding-right: 5px;
  min-width: 60px;
  padding-top: 0; }

.t1col4 {
  padding-left: 0;
  padding-right: 3px; }

.reflect {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.projects-container {
  overflow: scroll; }

#t1-container {
  position: absolute;
  background-color: white;
  z-index: 2;
  overflow: hidden;
  padding-bottom: 2px;
  margin-left: -20px; }

#t1 thead tr, #t2 thead tr {
  height: 70px; }
#t1 .c-hinted:after, #t2 .c-hinted:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  background: #707070;
  color: #ffffff;
  font-size: 10px;
  padding: 0 4px; }
#t1 .c-hinted.hovered:after, #t2 .c-hinted.hovered:after {
  display: block; }
#t1 .c-hinted.c-target:after, #t2 .c-hinted.c-target:after {
  content: "TARGET / TIPO"; }
#t1 .c-hinted.c-area:after, #t2 .c-hinted.c-area:after {
  content: "AREA"; }
#t1 .c-hinted.c-codice-commessa-cont-ind:after, #t2 .c-hinted.c-codice-commessa-cont-ind:after {
  content: "COD.COMM. CONT.IND."; }
#t1 .c-hinted.c-coordinatore:after, #t2 .c-hinted.c-coordinatore:after {
  content: "COORDINATORE"; }
#t1 .c-hinted.c-referente-amministrativo:after, #t2 .c-hinted.c-referente-amministrativo:after {
  content: "REF. AMMINISTRATIVO"; }
#t1 .c-hinted.c-committente:after, #t2 .c-hinted.c-committente:after {
  content: "COMMITTENTE"; }
#t1 .c-hinted.c-univoco:after, #t2 .c-hinted.c-univoco:after {
  content: "UNIVOCO"; }
#t1 .c-hinted.c-referente:after, #t2 .c-hinted.c-referente:after {
  content: "REFERENTE"; }
#t1 .c-hinted.c-telefono:after, #t2 .c-hinted.c-telefono:after {
  content: "TELEFONO"; }
#t1 .c-hinted.c-pec:after, #t2 .c-hinted.c-pec:after {
  content: "PEC"; }
#t1 .c-hinted.c-mail:after, #t2 .c-hinted.c-mail:after {
  content: "MAIL"; }
#t1 .c-hinted.c-richiesta:after, #t2 .c-hinted.c-richiesta:after {
  content: "RICHIESTA"; }
#t1 .c-hinted.c-documento:after, #t2 .c-hinted.c-documento:after {
  content: "DOCUMENTO"; }
#t1 .c-hinted.c-riferimento:after, #t2 .c-hinted.c-riferimento:after {
  content: "RIFERIMENTO"; }
#t1 .c-hinted.c-cig:after, #t2 .c-hinted.c-cig:after {
  content: "CIG"; }
#t1 .c-hinted.c-cup:after, #t2 .c-hinted.c-cup:after {
  content: "CUP"; }
#t1 .c-hinted.c-avvio:after, #t2 .c-hinted.c-avvio:after {
  content: "AVVIO"; }
#t1 .c-hinted.c-termine:after, #t2 .c-hinted.c-termine:after {
  content: "TERMINE"; }
#t1 .c-hinted.c-corrisp-totale:after, #t2 .c-hinted.c-corrisp-totale:after {
  content: "CORRISP. TOTALE"; }
#t1 .c-hinted.c-corrisp-anno-in-corso:after, #t2 .c-hinted.c-corrisp-anno-in-corso:after {
  content: "CORRISP. ANNO IN CORSO"; }
#t1 .c-hinted.c-corrisp-2-anno:after, #t2 .c-hinted.c-corrisp-2-anno:after {
  content: "CORRISP. 2°ANNO"; }
#t1 .c-hinted.c-corrisp-3-anno:after, #t2 .c-hinted.c-corrisp-3-anno:after {
  content: "CORRISP. 3°ANNO"; }
#t1 .c-hinted.c-corrisp-4-anno:after, #t2 .c-hinted.c-corrisp-4-anno:after {
  content: "CORRISP. 4°ANNO"; }
#t1 .c-hinted.c-fatturazione:after, #t2 .c-hinted.c-fatturazione:after {
  content: "FATTURAZIONE"; }
#t1 .c-hinted.c-prossima:after, #t2 .c-hinted.c-prossima:after {
  content: "PROSSIMA"; }
#t1 .c-hinted.c-stato:after, #t2 .c-hinted.c-stato:after {
  content: "STATO"; }
#t1 .c-hinted.c-pagamento:after, #t2 .c-hinted.c-pagamento:after {
  content: "PAGAMENTO"; }
#t1 .c-hinted.c-descrizione:after, #t2 .c-hinted.c-descrizione:after {
  content: "DESCRIZIONE"; }
#t1 .c-hinted.c-imponibile:after, #t2 .c-hinted.c-imponibile:after {
  content: "IMPONIBILE"; }
#t1 .c-hinted.c-ivato:after, #t2 .c-hinted.c-ivato:after {
  content: "IVATO"; }
#t1 .c-hinted.c-aliq:after, #t2 .c-hinted.c-aliq:after {
  content: "ALIQ"; }
#t1 .c-hinted.c-fatt-anni-prec:after, #t2 .c-hinted.c-fatt-anni-prec:after {
  content: "FATT. ANNI PREC."; }
#t1 .c-hinted.c-fatt-anno:after, #t2 .c-hinted.c-fatt-anno:after {
  content: "FATT. ANNO"; }
#t1 .c-hinted.c-res-anno:after, #t2 .c-hinted.c-res-anno:after {
  content: "RES. ANNO"; }
#t1 .c-hinted.c-res-contratto:after, #t2 .c-hinted.c-res-contratto:after {
  content: "RES. CONTRATTO"; }
#t1 .c-hinted.c-commessa:after, #t2 .c-hinted.c-commessa:after {
  content: "COMMESSA"; }
#t1 .c-hinted.c-bdgt:after, #t2 .c-hinted.c-bdgt:after {
  content: "BDGT"; }
#t1 .c-hinted.c-assegn:after, #t2 .c-hinted.c-assegn:after {
  content: "ASSEGN."; }
#t1 .c-hinted.c-resp-tr-dati:after, #t2 .c-hinted.c-resp-tr-dati:after {
  content: "RESP. TR. DATI"; }
#t1 .c-hinted.c-fideiussione-presente:after, #t2 .c-hinted.c-fideiussione-presente:after {
  content: "FIDEIUSSIONE"; }
#t1 .c-hinted.c-docenti:after, #t2 .c-hinted.c-docenti:after {
  content: "DOCENTI"; }
#t1 .c-hinted.c-docenti-importo:after, #t2 .c-hinted.c-docenti-importo:after {
  content: "D. IMPORTO"; }
#t1 .c-hinted.c-docenti-fatturato:after, #t2 .c-hinted.c-docenti-fatturato:after {
  content: "D. FATTURATO"; }
#t1 .c-hinted.c-docenti-residuo:after, #t2 .c-hinted.c-docenti-residuo:after {
  content: "D. RESIDUO"; }

.module-version-2-mark:after {
  content: "v2";
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 80%;
  font-weight: 700;
  color: #000; }

input[type="checkbox"] {
  width: 30px; }
  input[type="checkbox"]:not(:checked) {
    opacity: 0.5; }
    input[type="checkbox"]:not(:checked) + span {
      color: #cccccc; }

.c10 {
  min-width: 150px; }

.c11, .c12, .c14, .c16 {
  min-width: 200px; }

.like-disabled {
  border-color: green;
  background-color: #f0f0f0; }

.download-icon {
  font-size: 20px;
  vertical-align: -3px; }
  .download-icon:hover {
    color: #4fbbdb; }
  .download-icon.disabled {
    color: #aaaaaa; }
    .download-icon.disabled:hover {
      color: #aaaaaa; }

.show-faded {
  position: relative;
  color: #e9e9e9 !important; }
  .show-faded .glyphicon {
    background-color: #f0f0f0;
    background-image: none;
    border: 0;
    color: #eeeeee; }
    .show-faded .glyphicon.glyphicon-download {
      background-color: transparent;
      color: #eeeeee; }
  .show-faded .protocol-code {
    background-color: #eeeeee; }
  .show-faded a {
    color: #e9e9e9 !important; }
  .show-faded:before {
    content: "Annullato";
    padding-left: 6px;
    padding-right: 6px;
    background-color: #888888;
    font-size: 16px;
    font-weight: 100;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    right: -4px;
    color: white;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 4px;
    transform: rotate(-2deg);
    box-shadow: 1px 1px 2px 1px #ccc; }

.show-internal {
  position: relative; }
  .show-internal:before {
    content: "Riservato";
    padding-left: 6px;
    padding-right: 6px;
    background-color: #cc9999;
    font-size: 16px;
    font-weight: 100;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    right: -4px;
    color: white;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 4px;
    transform: rotate(-2deg);
    box-shadow: 1px 1px 2px 1px #ccc; }

.clear-fix {
  clear: both; }

.project-price {
  font-weight: 600; }

td span.project-price {
  display: block; }

.project-price-vat {
  color: #777777; }

.three-state-chooser {
  margin-top: 20px; }
  .three-state-chooser .box {
    width: 100px;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    background-color: #fafafa; }
  .three-state-chooser p {
    font-size: 12px;
    margin-top: 4px; }
  .three-state-chooser .dot {
    margin: 0 auto;
    width: 40px;
    height: 40px; }

.semitransp {
  opacity: 0.1; }

.projects-div {
  border-top: 1px solid #d0d0d0;
  margin-top: 10px; }
  .projects-div h3 {
    margin-top: 10px; }

.deleted {
  background-color: #cccccc;
  color: #eeeeee; }

.refused {
  background-color: #eecccc; }

.ended {
  background-color: #cceecc; }

/* file extension */
.ext {
  padding: 1px 4px 2px 4px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #ffffff; }

/* known file extensions */
.pdf {
  color: #dd4444; }

.doc, .docx {
  color: #4444dd; }

.xls, .xlsx {
  color: #449944; }

.txt {
  color: #777777; }

.bmp, .jpg, .jpeg, .gif, .png {
  color: #ddaf44; }

.ppt, .pptx {
  color: #8d1e0b; }

.checkbox {
  margin: 0px 0px 10px 0px; }
  .checkbox span {
    margin-left: 4px; }

.settings-item {
  display: inline-block;
  width: 200px; }

.input-year {
  width: 150px; }

#projects-switch {
  margin-top: 17px; }

.glyphicon-triangle-bottom, .glyphicon-triangle-top {
  font-size: 12px; }

iframe {
  width: 100%;
  height: 100%;
  border: 0; }

@media screen and (max-width: 768px) {
  .home-buttons div a {
    font-size: 14px;
    padding-left: 3px;
    padding-right: 3px; } }
@media screen and (max-width: 768px) {
  .calendar-column, .calendar-column-reduced {
    width: 100%; }

  .home-buttons div .btn {
    margin: 0px 0px 10px 0px; }
  .home-buttons div a {
    font-size: 14px; }

  h1 {
    font-size: 16px; } }
.full.calendar-column-header {
  text-align: left;
  padding-left: 5px; }
.full .calendar-column-separator {
  text-align: left;
  padding-left: 5px; }
.full.calendar-column {
  width: 100%; }
.full .booked {
  width: 98px; }

@media print {
  .header, .breadcrumb, .projects-options, .projects-buttons, .switch, .glyphicon, .no-print {
    display: none !important; }

  td, th {
    padding: 1px 4px 0px 4px; }

  .c14 {
    min-width: 100px; }

  table {
    font-size: 10px; }

  .projects-div {
    display: none; }

  .btn {
    display: none; }

  .module-version-2-mark:after {
    content: ""; } }
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/* * */
 * /* -webkit-transition-duration: $transition_time */
 * /* transition-duration: $transition_time */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #d3d3d3 !important;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x !important; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: orange !important;
  color: white !important; }

.form-control {
  border-color: #d0d0d0 !important;
  box-shadow: none !important;
  border-radius: 2px !important; }

.undec {
  text-decoration: none !important; }

.list-info {
  font-weight: 600; }

#photo-selected-link {
  margin-top: -58px; }
  #photo-selected-link img {
    height: 90px;
    border: 1px solid #ccc; }

#version {
  font-size: 12px;
  color: #707070;
  margin-left: 8px;
  padding-top: 40px;
  padding-bottom: 6px; }

.no-resize {
  resize: none; }

.mandatory {
  color: brown; }

.full-form {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important; }
  .full-form input[type="submit"] {
    margin-left: 0 !important; }

.cancel-form-submission {
  margin-left: 15px; }

#photo-img {
  border: 1px solid #f0f0f0;
  border-radius: 15px; }

.breadcrumb a {
  color: #0564c9; }

.breadcrumb > .active {
  color: #606060; }

/*.btn-danger*/
 * /*background: #c3423e */
/*.btn-warning*/
 * /*background: #ee7b33 */
.inactive-item-list {
  opacity: 0.5; }

.col-box .btn-full {
  margin-bottom: 10px; }

.col-box .switch {
  margin-top: 10px; }

.full-width {
  width: 100%; }

.container-md {
  max-width: 700px; }

.separator {
  height: 60px;
  width: 100%; }

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