@import "fontello-codes.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:regular,300,300italic,italic,600,700italic,700,600italic,800,800italic|Poppins:regular,100,100italic,200,200italic,300,300italic,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&subset=latin,cyrillic-ext,vietnamese,latin-ext,cyrillic,greek,greek-ext,devanagari);
@font-face {
  font-family: "fontello";
  src: url("fonts/fontello/fontello.eot?16345825");
  src: url("fonts/fontello/fontello.eot?16345825#iefix") format("embedded-opentype"), url("fonts/fontello/fontello.woff?16345825") format("woff"), url("fonts/fontello/fontello.ttf?16345825") format("truetype"), url("fonts/fontello/fontello.svg?16345825#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
a.nostyle {
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
}

.shadow-4 {
  -moz-box-shadow: 0px 0px 4px #000000;
  -webkit-box-shadow: 0px 0px 4px #000000;
  box-shadow: 0px 0px 4px #000000;
}

.shadow-14 {
  -moz-box-shadow: 0px 0px 14px #000000;
  -webkit-box-shadow: 0px 0px 14px #000000;
  box-shadow: 0px 0px 14px #000000;
}

div.mime {
  display: inline-block;
  position: relative;
}
div.mime img.mime {
  width: 40px;
}
div.mime div.ico {
  position: absolute;
  color: white;
  background-color: black;
  width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  border-radius: 4px;
  font-weight: 100;
  margin-left: 28px;
  cursor: pointer;
}
div.mime p.doc-description {
  position: absolute;
  background-color: black;
  color: white;
  font-size: 0.8em;
  opacity: 0.8;
  border-radius: 3px;
  text-align: center;
  width: 104%;
  margin-top: -60%;
  margin-left: -2%;
}

div.pre-loader {
  background-color: #111;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 9999;
}
div.pre-loader img.logo {
  width: 50px;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

table tr td, table tr th {
  vertical-align: middle !important;
}

div.custom-table {
  display: table;
}
div.custom-table.equal-cell {
  table-layout: fixed;
}
div.custom-table.vertical-align-top > div > *, div.custom-table.vertical-align-top > div div.td, div.custom-table.vertical-align-top div.row > *, div.custom-table.vertical-align-top div.row div.td {
  vertical-align: top;
}
div.custom-table > div, div.custom-table div.row {
  display: table-row;
}
div.custom-table > div.th, div.custom-table div.row.th {
  font-weight: 600;
}
div.custom-table > div > *, div.custom-table > div div.td, div.custom-table div.row > *, div.custom-table div.row div.td {
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
}
div.custom-table.padding1 > div > div {
  padding: 1px;
}
div.custom-table.no-topPadding > div > div {
  padding-top: 0;
}
div.custom-table.border > div > div {
  border: 1px solid black;
  border-right: none;
}
div.custom-table.border > div > div:last-child {
  border-right: 1px solid;
}

.opacity-hover {
  transition-property: opacity;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-property: opacity;
  -o-transition-duration: 0.3s;
  -ms-transition-property: opacity;
  -ms-transition-duration: 0.3s;
}
.opacity-hover:hover {
  opacity: 0.7;
}

.bg-gray {
  background-color: #eee;
}

div.div_loading {
  position: fixed;
  z-index: 9999;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  overflow: hidden;
  background-image: url(../images/GIF/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
  text-align: center;
  margin-left: -12px;
  margin-top: -12px;
}
div.div_loading.percent {
  width: 60px;
  background-color: black;
  background-position: right;
  color: white;
  border-radius: 4px;
  line-height: 24px;
  text-align: center;
  font-size: 0.9em;
  padding-right: 20px;
}

.hypertext, .clear {
  clear: both;
}

.notes {
  background-attachment: local;
  background-image: linear-gradient(to right, transparent 10px, transparent 10px), linear-gradient(to left, transparent 10px, transparent 10px), repeating-linear-gradient(transparent, transparent 40px, #ccc 40px, #ccc 41px, transparent 41px);
  line-height: 41px;
  padding: 8px 10px;
  height: 204px;
}

.anchor-box {
  display: block;
  height: 0px;
  /*same height as header*/
  margin-top: 0px;
  /*same height as header*/
  visibility: hidden;
}

.img-filter-darker {
  position: relative;
  z-index: 0;
}
.img-filter-darker:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.img-filter-darker * {
  position: relative;
  z-index: 1;
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
}

.bt-select-dd-menu {
  max-width: 500px;
}

.icon-homepage:before {
  content: "\ec0d";
}

.icon-mezzi:before {
  content: "\ee29";
}

.icon-ordini-servizio:before {
  content: "\e833";
}

.icon-operai:before {
  content: "\e8ce";
}

.icon-clienti:before {
  content: "\e812";
}

.icon-documenti:before {
  content: "\e805";
}

.icon-impostazioni:before {
  content: "\e830";
}

.icon-aggiungi:before {
  content: "\e803";
}

.icon-notifiche:before {
  content: "\f0f3";
}

.icon-modifica:before {
  content: "\e829";
}

.icon-get-document:before {
  content: "\ed30";
}

.icon-smaltimenti:before {
  content: "\f083";
}

.side-bar .btn {
  display: flex !important;
}
.side-bar .btn * {
  flex: 1;
}
.side-bar .btn span.fontello {
  text-align: left;
}

.cartello-stradale {
  background-color: blue;
  color: white;
  border-radius: 5px;
  border: 1px solid white;
  padding: 2px 15px 2px 15px;
  font-size: 0.8em;
}
html, body {
  font-size: 14px;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  overflow-y: auto !important;
}

.no-br-text {
  white-space: nowrap;
}

.txt-gray {
  color: #999;
}

* {
  font-family: "Poppins", sans-serif;
}

.fontello {
  font-family: "fontello";
}

.thin {
  font-weight: 200;
}

.big-continer {
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  max-width: 1600px;
}

.background-color-dark {
  background-color: #3d4152;
}
.background-color-dark.bg-strips {
  background-image: url("../images/bg-strips-light.png");
  background-repeat: repeat;
}

.admin-controls-little-btn .btn {
  padding: 3px;
  background-color: transparent;
  border: 0;
}
.admin-controls-little-btn .btn.btn-primary {
  color: #007bff !important;
}
.admin-controls-little-btn .btn.btn-danger {
  color: #dc3545;
}

.menu-container {
  color: white;
}
.menu-container .navbar-container {
  padding: 0;
}
.menu-container .navbar-container .navbar a.navbar-brand {
  width: 200px;
  text-align: center;
}
.menu-container .navbar-container .navbar a.navbar-brand img.logo {
  width: 35px;
}
.menu-container .navbar-container .navbar ul.mr-auto li.nav-item {
  padding: 5px 10px;
  margin: 0 5px;
}
.menu-container .navbar-container .navbar ul li.nav-item {
  padding: 5px 10px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  transition-property: background-color;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-property: background-color;
  -moz-transition-duration: 0.3s;
  -o-transition-property: background-color;
  -o-transition-duration: 0.3s;
  -ms-transition-property: background-color;
  -ms-transition-duration: 0.3s;
}
.menu-container .navbar-container .navbar ul li.nav-item.active, .menu-container .navbar-container .navbar ul li.nav-item:hover {
  background-color: #4B4F63;
}
.menu-container .navbar-container .navbar a {
  color: inherit;
}

.background-light-gray {
  background-color: #DAE2E4;
}

.layout-2-columns > div.side-navbar {
  max-width: 200px;
}

footer {
  background-color: #2a2a2a;
}

.struttura-create {
  border: 1px solid #eee;
}

.card .card-top-icon {
  background-color: #007bff;
  color: white;
  text-align: center;
  padding: 30px 0;
  font-size: 3em;
}

.table, .table .table {
  background-color: transparent;
}

.semaforo {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
}
.semaforo.warning {
  background-color: orange;
}
.semaforo.error {
  background-color: red;
}

.card-header.warning {
  background-color: orange;
  color: white;
}
.card-header.error {
  background-color: red;
  color: white;
}

.error-text {
  display: block;
}
.error-text.warning {
  color: orange;
}
.error-text.error {
  color: red;
}

.avatar {
  display: inline-block;
  width: 250px;
  height: 250px;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}
.avatar.min {
  width: 50px;
  height: 50px;
}

.stato-lavori {
  color: orange;
}
.stato-lavori.terminato {
  color: green;
}

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