body {
  background-color: #ffffff;
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
}

a {
  color: #337ab7;
}

#wrapper {
  width: 100%;
}

#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: white;
}

.float-right {
  float: right;
}

@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 250px;
    padding: 0 30px;
    border-left: 1px solid #e7e7e7;
  }

  .navbar {
    border-radius: 0px;
  }
}

.nav>li>a {
  color: #0d1c35;
  font-size: 15px;
}

.navbar {
  min-height: 100px;
  border-bottom: 2px solid #e7e7e7;
  background-color: #fff;
  margin-bottom: 0;
}

.navbar-brand {
  height: 75px;
  padding: 0;
}

.navbar-brand img {
  max-width: 100%;
  height: 90px;
}

.navbar-top-links {
  margin-right: 0;
}

.navbar-top-links li {
  display: inline-block;
  text-transform: uppercase;
}

.navbar-top-links li:last-child {
  margin-right: 15px;
}

.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
}

.navbar-top-links>li a {
  color: #337ab7;
}

.navbar-top-links>li a:focus,
.navbar-top-links>li a:hover {
  color: #fff;
  background-color: #d51224;
}

.navbar-top-links .dropdown-menu li {
  display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}

.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}

.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.sidebar .sidebar-search {
  padding: 15px;
}

.sidebar ul li {
  border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
  background-color: #eeeeee;
}

.sidebar .arrow {
  float: right;
}

.sidebar .fa.arrow:before {
  content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
  content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}

.sidebar .nav-second-level li a {
  padding-left: 37px;
}

.sidebar .nav-third-level li a {
  padding-left: 52px;
}

@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 100px;
  }

  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all 0.5s;
}

.btn-primary.btn-outline {
  color: #428bca;
}

.btn-success.btn-outline {
  color: #5cb85c;
}

.btn-info.btn-outline {
  color: #5bc0de;
}

.btn-warning.btn-outline {
  color: #f0ad4e;
}

.btn-danger.btn-outline {
  color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}

.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}

.chat li.left .chat-body {
  margin-left: 60px;
}

.chat li.right .chat-body {
  margin-right: 60px;
}

.chat li .chat-body p {
  margin: 0;
}

.panel-default>.panel-heading {
  font-weight: bold;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}

.panel-primary {
  border-color: #d51224;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #d51224;
  border-color: #e7e7e7;
}

.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}

.login-panel {
  margin-top: 25%;
}

.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}

table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}

table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}

table.table-bordered tbody td {
  vertical-align: middle;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857143;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}

.show-grid {
  margin: 15px 0;
}

.panel-green {
  border-color: #5cb85c;
}

.panel-green>.panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}

.panel-green>a {
  color: #5cb85c;
}

.panel-green>a:hover {
  color: #3d8b3d;
}

.panel-red {
  border-color: #d9534f;
}

.panel-red>.panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}

.panel-red>a {
  color: #d9534f;
}

.panel-red>a:hover {
  color: #b52b27;
}

.panel-yellow {
  border-color: #f0ad4e;
}

.panel-yellow>.panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}

.panel-yellow>a {
  color: #f0ad4e;
}

.panel-yellow>a:hover {
  color: #df8a13;
}

.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
}

.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}

.timeline>li {
  position: relative;
  margin-bottom: 20px;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li>.timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}

.timeline>li>.timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}

.timeline>li>.timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: #999999;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;
}

.timeline-body>p+p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline>li>.timeline-panel {
    width: calc(10%);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
  }

  ul.timeline>li>.timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }

  ul.timeline>li>.timeline-panel {
    float: right;
  }

  ul.timeline>li>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }

  ul.timeline>li>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
}

.label-legend {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 3px 7px;
  border-radius: 3px 3px 3px 3px;
}

.dashboard-dl dt {
  font-weight: normal;
}

.dashboard-dl dd {
  font-weight: 700;
}

.chart-legend {
  text-align: center;
}

.chart-legend span {
  display: inline-block;
  padding: 0 6px;
}

kbd {
  font-weight: bold;
  font-size: 120%;
}

.fuel-head {
  color: #fff;
  padding: 6px 0;
}

#andamento-vendite {
  height: 350px;
}

#andamento-acquisti {
  height: 169px;
}

#andamento-acquisti.xxl {
  height: 350px;
}

#quantity-chart {
  height: 340px;
}

#daily-chart,
#weekly-chart,
#montly-chart {
  height: 300px;
}

.multicheckbox label:first-child {
  font-weight: bold;
  padding-right: 20px;
  padding-left: 0;
}

.form-group ul.text-danger {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.alert-dismissible {
  list-style: none;
  margin-top: 10px;
}

footer {
  text-align: center;
  padding: 10px;
}

.table-striped>tbody>tr.diverted {
  background-color: #fdf59a;
}

body.backend .navbar {
  background-color: #ffffff;
  border-bottom: 1px solid #e7e7e7;
}

body.frontend .container {
  width: 70%;
  padding: 0;
  min-width: 1024px;
}

body.frontend nav.navbar {
  display: none;
}

body.frontend #header-image-wrap {
  height: 300px;
  background: url(../img/logo.png) center center no-repeat;
}

@media (max-width: 768px) {
  body.frontend #header-image-wrap {
    background-size: contain;
  }
}

body.frontend .prefooter {
  padding-bottom: 100px;
}

body.frontend .custom-logo-link img {
  max-width: 100%;
}

body.frontend h1 {
  font-size: 26px;
  text-align: center;
  color: #666;
  padding-top: 15px;
}

body.frontend .login-panel {
  margin-top: 10%;
}

@media (max-width: 768px) {
  body.frontend .container {
    width: 100%;
    min-width: 100%;
  }
}

.btn-info {
  background: rgb(0, 70, 122);
  border: #e7e7e7;
}

.btn-info:hover {
  background-color: #e7e7e7;
}

div.prices-index-add table tr td:first-child {
  white-space: nowrap;
}

div.prices-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-bottom: -15px;
  height: 130px;
}

div.prices-container div.price-item {
  flex-grow: 1;
  border-radius: 5px;
  background-color: #fafafa;
  border: 1px solid #e7e7e7;
  text-align: center;
  padding-bottom: 10px;
  margin-left: 15px;
}

@media (max-width: 1199px) {
  div.prices-container div.price-item {
    width: 50%;
    margin-bottom: 15px;
    flex-basis: 45%;
  }
}

@media (min-width: 1200px) {
  div.prices-container div.price-item {
    height: 120px;
    flex-basis: 10%;
  }
}

div.prices-container div.price-item h4 {
  border-radius: 3px;
  padding: 5px 0;
  color: #fff;
  margin: 10px;
  font-size: 16px;
  white-space: nowrap;
}

div.prices-container div.price-value {
  line-height: 3em;
  font-size: 25px;
}

div.balances-smartcards table tr td:nth-child(4),
div.balances-smartcards table tr td:nth-child(5) {
  white-space: nowrap;
}

.dataTables_wrapper_totals {
  margin-top: 30px;
}

.status-tag {
  vertical-align: middle;
  padding: 1px;
  margin-bottom: 10px;
  border: unset;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}

.status-enabled {
  background-color: green;
}

.status-disabled {
  background-color: #a94442;
}

.invoice-status .status-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.invoice-status .status-container .status-tag {
  width: 60%;
  vertical-align: middle;
  padding: 1px;
  margin-bottom: 10px;
  border: unset;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}

.invoice-status .status-container .fa-status .fa-list,
.invoice-status .status-container .fa-status .fa-eye,
.invoice-status .status-container .fa-status .fa-download {
  color: #d51224;
  cursor: pointer;
  margin-left: 10px;
}

.invoice-status .status-container .fa-status .fa-list:hover,
.invoice-status .status-container .fa-status .fa-eye:hover,
.invoice-status .status-container .fa-status .fa-download:hover {
  color: #00205b;
}

#multiple-actions {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

#multiple-actions-body {
  display: none;
}

#multiple-actions-body .btn-default {
  margin-top: 15px;
}

.multiple-actions {
  display: flex;
  justify-content: space-around;
}

#axepta-payment .axepta-payment-container {
  width: 100%;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#axepta-payment .axepta-payment-container #my-axepta-sdk-pg {
  display: flex;
  justify-content: center;
}

#axepta-payment .axepta-payment-container .axepta-sdk-textfield-outlined {
  border-radius: 5px;
}

#axepta-payment .axepta-payment-container .axepta-sdk-button-contained:not(:disabled) {
  background-color: #d51224;
  cursor: pointer;
  color: white;
}

#historyModal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 10%;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  /* Modal Content/Box */
  /* The Close Button */
}

#historyModal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  /* Could be more or less, depending on screen size */
}

#historyModal .close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#historyModal .close:hover,
#historyModal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#historyModal td,
#historyModal th {
  text-align: center;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 10%;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  /* Modal Content/Box */
  /* The Close Button */
}

.modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  /* Could be more or less, depending on screen size */
}

.modal .close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal .close:hover,
.modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal td,
.modal th {
  text-align: center;
}

.form-container {
  overflow: auto;
}

.form-container.flex-container.inline {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.form-container.flex-container.inline .form-group {
  max-width: 10%;
}

#totals-terminals .fa-search-plus {
  cursor: pointer;
  color: #d51224;
}

#totals-terminals .modal-content {
  width: 40% !important;
}

#totals-terminals .modal-content tr,
#totals-terminals .modal-content th,
#totals-terminals .modal-content td {
  border: unset !important;
  text-align: unset;
}

#totals-terminals .modal-content .modal-amount {
  text-align: center;
}

#totals-terminals .totals-electronic-payments {
  display: flex;
  max-width: 90%;
  justify-content: space-between;
}

.default-switch-button {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.default-switch-button input {
  opacity: 0;
  width: 0;
  height: 0;
}

.default-switch-button .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.default-switch-button .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.default-switch-button .slider.round {
  border-radius: 34px;
}

.default-switch-button .slider.round:before {
  border-radius: 50%;
}

.default-switch-button input:checked+.slider {
  background-color: #2196F3;
}

.default-switch-button input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

.default-switch-button input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.default-switch-button.status-switch input:not(:checked)+.slider {
  background-color: #a94442;
}

.default-switch-button.status-switch input:checked+.slider {
  background-color: green;
}

.default-switch-button.status-switch input:focus+.slider {
  box-shadow: 0 0 1px green;
}

#totals-daily .fa-search-plus {
  cursor: pointer;
  color: #d51224;
}

#totals-daily .modal-content {
  width: 40% !important;
}

#totals-daily .modal-content tr,
#totals-daily .modal-content th,
#totals-daily .modal-content td {
  border: unset !important;
  text-align: unset;
}

#totals-daily .modal-content th {
  text-align: left !important;
}

#totals-daily .modal-content .modal-amount {
  text-align: center;
}

#totals-daily .totals-electronic-payments {
  display: flex;
  max-width: 90%;
  justify-content: space-between;
}

.map {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

#map {
  position: absolute !important;
  overflow: unset;
  width: 95%;
  height: 400px;
  margin-bottom: 100px;
  border-radius: 5px;
}

#map #bodyContent {
  border-top: 1px solid #cccccc;
}

/* Language */
.language-dropdown {
  position: relative;
  display: inline-block;
}

.language-dropdown .language-dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 80px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.language-dropdown .language-dropdown-content .flag {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.language-dropdown .language-dropdown-content .flag img {
  border-radius: 5px;
}

.language-dropdown .language-dropdown-content .flag:hover {
  background-color: #ddd;
}

.language-dropdown:hover .language-dropdown-content {
  display: block;
}

.graph-nb-skeleton {
  --skeleton-border-radius: 5px;
  --skeleton-height: 250px;
}

.graph-nb-skeleton-xl {
  --skeleton-border-radius: 5px;
  --skeleton-height: 420px;
}

.graph-nb-skeleton-xxl {
  --skeleton-border-radius: 5px;
  --skeleton-height: 600px;
}

@media only screen and (max-width: 1800px) {
  #check-sms-form .col-lg-1 {
    width: 16.66666667% !important;
  }
}

.huge {
  font-size: 30px;
}

.medium {
  font-size: 25px;
  line-height: 40px;
}

@media (max-width: 1800px) {
  .huge {
    font-size: 25px;
  }

  .medium {
    font-size: 20px;
  }
}

@media (max-width: 1400px) {
  .medium {
    font-size: 15px;
  }
}

@media (max-width: 1000px) {
  .huge {
    font-size: 30px;
  }

  .medium {
    font-size: 25px;
  }
}

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

body {
  background-color: #ffffff;
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
}

a {
  color: #337ab7;
}

#wrapper {
  width: 100%;
}

#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: white;
}

.float-right {
  float: right;
}

@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 250px;
    padding: 0 30px;
    border-left: 1px solid #e7e7e7;
  }

  .navbar {
    border-radius: 0px;
  }
}

.nav>li>a {
  color: #0d1c35;
  font-size: 15px;
}

.navbar {
  min-height: 100px;
  border-bottom: 2px solid #e7e7e7;
  background-color: #fff;
  margin-bottom: 0;
}

.navbar-brand {
  height: 75px;
  padding: 0;
}

.navbar-brand img {
  max-width: 100%;
  height: 90px;
}

.navbar-top-links {
  margin-right: 0;
}

.navbar-top-links li {
  display: inline-block;
  text-transform: uppercase;
}

.navbar-top-links li:last-child {
  margin-right: 15px;
}

.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
}

.navbar-top-links>li a {
  color: #337ab7;
}

.navbar-top-links>li a:focus,
.navbar-top-links>li a:hover {
  color: #fff;
  background-color: #d51224;
}

.navbar-top-links .dropdown-menu li {
  display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}

.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}

.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.sidebar .sidebar-search {
  padding: 15px;
}

.sidebar ul li {
  border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
  background-color: #eeeeee;
}

.sidebar .arrow {
  float: right;
}

.sidebar .fa.arrow:before {
  content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
  content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}

.sidebar .nav-second-level li a {
  padding-left: 37px;
}

.sidebar .nav-third-level li a {
  padding-left: 52px;
}

@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 100px;
  }

  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all 0.5s;
}

.btn-primary.btn-outline {
  color: #428bca;
}

.btn-success.btn-outline {
  color: #5cb85c;
}

.btn-info.btn-outline {
  color: #5bc0de;
}

.btn-warning.btn-outline {
  color: #f0ad4e;
}

.btn-danger.btn-outline {
  color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}

.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}

.chat li.left .chat-body {
  margin-left: 60px;
}

.chat li.right .chat-body {
  margin-right: 60px;
}

.chat li .chat-body p {
  margin: 0;
}

.panel-default>.panel-heading {
  font-weight: bold;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}

.panel-primary {
  border-color: #d51224;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #d51224;
  border-color: #e7e7e7;
}

.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}

.login-panel {
  margin-top: 25%;
}

.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}

table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}

table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}

table.table-bordered tbody td {
  vertical-align: middle;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857143;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}

.show-grid {
  margin: 15px 0;
}

.panel-green {
  border-color: #5cb85c;
}

.panel-green>.panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}

.panel-green>a {
  color: #5cb85c;
}

.panel-green>a:hover {
  color: #3d8b3d;
}

.panel-red {
  border-color: #d9534f;
}

.panel-red>.panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}

.panel-red>a {
  color: #d9534f;
}

.panel-red>a:hover {
  color: #b52b27;
}

.panel-yellow {
  border-color: #f0ad4e;
}

.panel-yellow>.panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}

.panel-yellow>a {
  color: #f0ad4e;
}

.panel-yellow>a:hover {
  color: #df8a13;
}

.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
}

.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}

.timeline>li {
  position: relative;
  margin-bottom: 20px;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li>.timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}

.timeline>li>.timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}

.timeline>li>.timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: #999999;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;
}

.timeline-body>p+p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline>li>.timeline-panel {
    width: calc(10%);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
  }

  ul.timeline>li>.timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }

  ul.timeline>li>.timeline-panel {
    float: right;
  }

  ul.timeline>li>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }

  ul.timeline>li>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
}

.label-legend {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 3px 7px;
  border-radius: 3px 3px 3px 3px;
}

.dashboard-dl dt {
  font-weight: normal;
}

.dashboard-dl dd {
  font-weight: 700;
}

.chart-legend {
  text-align: center;
}

.chart-legend span {
  display: inline-block;
  padding: 0 6px;
}

kbd {
  font-weight: bold;
  font-size: 120%;
}

.fuel-head {
  color: #fff;
  padding: 6px 0;
}

#andamento-vendite {
  height: 350px;
}

#andamento-acquisti {
  height: 169px;
}

#andamento-acquisti.xxl {
  height: 350px;
}

#quantity-chart {
  height: 340px;
}

#daily-chart,
#weekly-chart,
#montly-chart {
  height: 300px;
}

.multicheckbox label:first-child {
  font-weight: bold;
  padding-right: 20px;
  padding-left: 0;
}

.form-group ul.text-danger {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.alert-dismissible {
  list-style: none;
  margin-top: 10px;
}

footer {
  text-align: center;
  padding: 10px;
}

.table-striped>tbody>tr.diverted {
  background-color: #fdf59a;
}

body.backend .navbar {
  background-color: #ffffff;
  border-bottom: 1px solid #e7e7e7;
}

body.frontend .container {
  width: 70%;
  padding: 0;
  min-width: 1024px;
}

body.frontend nav.navbar {
  display: none;
}

body.frontend #header-image-wrap {
  height: 300px;
  background: url(../img/logo.png) center center no-repeat;
}

@media (max-width: 768px) {
  body.frontend #header-image-wrap {
    background-size: contain;
  }
}

body.frontend .prefooter {
  padding-bottom: 100px;
}

body.frontend .custom-logo-link img {
  max-width: 100%;
}

body.frontend h1 {
  font-size: 26px;
  text-align: center;
  color: #666;
  padding-top: 15px;
}

body.frontend .login-panel {
  margin-top: 10%;
}

@media (max-width: 768px) {
  body.frontend .container {
    width: 100%;
    min-width: 100%;
  }
}

.btn-info {
  background: rgb(0, 70, 122);
  border: #e7e7e7;
}

.btn-info:hover {
  background-color: #e7e7e7;
}

div.prices-index-add table tr td:first-child {
  white-space: nowrap;
}

div.prices-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-bottom: -15px;
  height: 130px;
}

div.prices-container div.price-item {
  flex-grow: 1;
  border-radius: 5px;
  background-color: #fafafa;
  border: 1px solid #e7e7e7;
  text-align: center;
  padding-bottom: 10px;
  margin-left: 15px;
}

@media (max-width: 1199px) {
  div.prices-container div.price-item {
    width: 50%;
    margin-bottom: 15px;
    flex-basis: 45%;
  }
}

@media (min-width: 1200px) {
  div.prices-container div.price-item {
    height: 120px;
    flex-basis: 10%;
  }
}

div.prices-container div.price-item h4 {
  border-radius: 3px;
  padding: 5px 0;
  color: #fff;
  margin: 10px;
  font-size: 16px;
  white-space: nowrap;
}

div.prices-container div.price-value {
  line-height: 3em;
  font-size: 25px;
}

div.balances-smartcards table tr td:nth-child(4),
div.balances-smartcards table tr td:nth-child(5) {
  white-space: nowrap;
}

.dataTables_wrapper_totals {
  margin-top: 30px;
}

.status-tag {
  vertical-align: middle;
  padding: 1px;
  margin-bottom: 10px;
  border: unset;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}

.status-enabled {
  background-color: green;
}

.status-disabled {
  background-color: #a94442;
}

.invoice-status .status-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.invoice-status .status-container .status-tag {
  width: 60%;
  vertical-align: middle;
  padding: 1px;
  margin-bottom: 10px;
  border: unset;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}

.invoice-status .status-container .fa-status .fa-list,
.invoice-status .status-container .fa-status .fa-eye,
.invoice-status .status-container .fa-status .fa-download {
  color: #d51224;
  cursor: pointer;
  margin-left: 10px;
}

.invoice-status .status-container .fa-status .fa-list:hover,
.invoice-status .status-container .fa-status .fa-eye:hover,
.invoice-status .status-container .fa-status .fa-download:hover {
  color: #00205b;
}

#multiple-actions {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

#multiple-actions-body {
  display: none;
}

#multiple-actions-body .btn-default {
  margin-top: 15px;
}

.multiple-actions {
  display: flex;
  justify-content: space-around;
}

#axepta-payment .axepta-payment-container {
  width: 100%;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#axepta-payment .axepta-payment-container #my-axepta-sdk-pg {
  display: flex;
  justify-content: center;
}

#axepta-payment .axepta-payment-container .axepta-sdk-textfield-outlined {
  border-radius: 5px;
}

#axepta-payment .axepta-payment-container .axepta-sdk-button-contained:not(:disabled) {
  background-color: #d51224;
  cursor: pointer;
  color: white;
}

#historyModal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 10%;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  /* Modal Content/Box */
  /* The Close Button */
}

#historyModal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  /* Could be more or less, depending on screen size */
}

#historyModal .close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#historyModal .close:hover,
#historyModal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#historyModal td,
#historyModal th {
  text-align: center;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 10%;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  /* Modal Content/Box */
  /* The Close Button */
}

.modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  /* Could be more or less, depending on screen size */
}

.modal .close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal .close:hover,
.modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal td,
.modal th {
  text-align: center;
}

.form-container {
  overflow: auto;
}

.form-container.flex-container.inline {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.form-container.flex-container.inline .form-group {
  max-width: 10%;
}

#totals-terminals .fa-search-plus {
  cursor: pointer;
  color: #d51224;
}

#totals-terminals .modal-content {
  width: 40% !important;
}

#totals-terminals .modal-content tr,
#totals-terminals .modal-content th,
#totals-terminals .modal-content td {
  border: unset !important;
  text-align: unset;
}

#totals-terminals .modal-content .modal-amount {
  text-align: center;
}

#totals-terminals .totals-electronic-payments {
  display: flex;
  max-width: 90%;
  justify-content: space-between;
}

.default-switch-button {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.default-switch-button input {
  opacity: 0;
  width: 0;
  height: 0;
}

.default-switch-button .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.default-switch-button .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.default-switch-button .slider.round {
  border-radius: 34px;
}

.default-switch-button .slider.round:before {
  border-radius: 50%;
}

.default-switch-button input:checked+.slider {
  background-color: #2196F3;
}

.default-switch-button input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

.default-switch-button input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.default-switch-button.status-switch input:not(:checked)+.slider {
  background-color: #a94442;
}

.default-switch-button.status-switch input:checked+.slider {
  background-color: green;
}

.default-switch-button.status-switch input:focus+.slider {
  box-shadow: 0 0 1px green;
}

#totals-daily .fa-search-plus {
  cursor: pointer;
  color: #d51224;
}

#totals-daily .modal-content {
  width: 40% !important;
}

#totals-daily .modal-content tr,
#totals-daily .modal-content th,
#totals-daily .modal-content td {
  border: unset !important;
  text-align: unset;
}

#totals-daily .modal-content th {
  text-align: left !important;
}

#totals-daily .modal-content .modal-amount {
  text-align: center;
}

#totals-daily .totals-electronic-payments {
  display: flex;
  max-width: 90%;
  justify-content: space-between;
}

.map {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

#map {
  position: absolute !important;
  overflow: unset;
  width: 95%;
  height: 400px;
  margin-bottom: 100px;
  border-radius: 5px;
}

/* Language */
.language-dropdown {
  position: relative;
  display: inline-block;
}

.language-dropdown .language-dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 80px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.language-dropdown .language-dropdown-content .flag {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.language-dropdown .language-dropdown-content .flag img {
  border-radius: 5px;
}

.language-dropdown .language-dropdown-content .flag:hover {
  background-color: #ddd;
}

.language-dropdown:hover .language-dropdown-content {
  display: block;
}

.graph-nb-skeleton {
  --skeleton-border-radius: 5px;
  --skeleton-height: 250px;
}

.graph-nb-skeleton-xl {
  --skeleton-border-radius: 5px;
  --skeleton-height: 420px;
}

.graph-nb-skeleton-xxl {
  --skeleton-border-radius: 5px;
  --skeleton-height: 600px;
}

@media only screen and (max-width: 1800px) {
  #check-sms-form .col-lg-1 {
    width: 16.66666667% !important;
  }
}

.huge {
  font-size: 30px;
}

.medium {
  font-size: 25px;
  line-height: 40px;
}

@media (max-width: 1800px) {
  .huge {
    font-size: 25px;
  }

  .medium {
    font-size: 20px;
  }
}

@media (max-width: 1400px) {
  .medium {
    font-size: 15px;
  }
}

@media (max-width: 1000px) {
  .huge {
    font-size: 30px;
  }

  .medium {
    font-size: 25px;
  }
}

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.panel-prices {
  border-color: #d51224;
}

.panel-prices .panel-heading {
  background-color: #d51224;
  color: white;
}

.panel-prices .panel-body {
  overflow: auto;
}

#map .gm-style-iw {
  max-height: unset !important;
  min-height: unset !important;
  overflow: auto;
  overflow-x: hidden !important;
}

#map .gm-style-iw .gm-style-iw-d {
  max-height: unset !important;
  min-width: 400px;
}

#map .markerContent {
  border: 1px solid #eee;
  border-radius: 5px;
  width: 99%;
  margin-top: 10px;
}

#map .markerHeading {
  margin: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px;
  color: white;
}

#map .markerBodyContent {
  padding: 10px;
}

#map .markerBodyContent h3 {
  font-size: medium;
}

#map .markerBodyContent i span {
  margin-left: 5px;
}

#map .markerBodyContent .markerBodyHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#map .markerBodyContent .markerBodyHeader div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#map .markerBodyContent .markerBodyFooter {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

#map .markerBodyContent .markerBodyFooter a {
  display: block;
  padding: 8px;
  color: white !important;
  border-radius: 7.5rem;
  cursor: pointer;
  text-decoration: none;
  min-width: 75px;
  text-align: center;
}

#map .markerBodyContent .markerBodyFooter a:hover {
  text-decoration: none;
}

.a-google-maps {
  display: block;
  padding: 8px;
  color: white !important;
  border-radius: 7.5rem;
  cursor: pointer;
  text-decoration: none;
  min-width: 75px;
  text-align: center;
  max-width: 250px;
}

.a-google-maps:hover {
  text-decoration: none;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.plant-info {
  min-height: 90vh;
  padding: 20px;
  border: 1px solid #c2c1c1;
  box-shadow: 0 0 12px #c2c1c1;
  border-radius: 5px;
}

.plant-info-suptitle {
  color: #b5b5b5;
}

.plant-info-items {
  padding: 20px;
}

.plant-info-items ul {
  list-style-type: none;
}

.plant-info-items ul li {
  margin-bottom: 10px;
}

.plant-info-items .product {
  padding: 5px;
  text-align: center;
  border-radius: 7.5rem;
  max-width: 200px;
}

.panel-body,
.panel-footer {
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  max-height: 10000px;
}

.panel-body.panel-hide,
.panel-footer.panel-hide {
  overflow: hidden;
  max-height: 0 !important;
}

.panel-body.panel-hide-padding,
.panel-footer.panel-hide-padding {
  padding: 0 !important;
}

.message-notification {
  color: red;
}

.message-panel .panel-heading {
  background-color: #d51224;
  cursor: pointer;
}

.message-panel .panel-heading .options div {
  text-align: right;
}

.news-panel {
  box-shadow: 0 0 12px #ddd;
}

.news-panel .panel-footer {
  background-color: #d51224;
  color: white;
}

.nav .notification-circle {
  position: relative;
  color: white;
  top: 8px;
  left: -10px;
  border: 2px solid red;
  background-color: red;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  font-size: small;
  font-weight: bolder;
  line-height: 1.3;
}

.background-main {
  background-color: #d51224;
  color: white;
}

.text-main {
  color: #d51224;
}

#movements-legend-mobile {
  display: none;
}

#logout-mobile {
  display: none;
  color: #a94442;
}

@media only screen and (max-width: 450px) {
  body.frontend {
    padding: 20px;
  }

  #page-wrapper {
    padding: 0;
  }

  #dashboard-movement-legend {
    display: none;
  }

  #movements-legend-desktop {
    display: none;
  }

  #movements-legend-mobile {
    display: revert;
  }

  #movements-legend-mobile .modal {
    left: 0;
  }

  #movements-legend-mobile .modal .modal-content {
    width: 80%;
  }

  #movements-legend-mobile .modal .modal-content span {
    padding: 2px;
    margin-bottom: 10px;
  }

  .navbar-top-links li {
    display: none !important;
  }

  .navbar-default .navbar-toggle {
    border: unset;
  }

  .navbar-default .navbar-toggle .fa-bars {
    color: white;
  }

  .navbar-default .navbar-toggle:hover .fa-bars,
  .navbar-default .navbar-toggle:focus .fa-bars,
  .navbar-default .navbar-toggle:active .fa-bars {
    color: #111;
  }

  .huge {
    font-size: 20px !important;
  }

  .medium {
    font-size: 15px !important;
  }

  #logout-mobile {
    display: block;
  }
}

body {
  background-color: #ffffff;
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
}

a {
  color: #00205b;
}

a:hover,
a:focus {
  color: #00205b;
}

#wrapper {
  width: 100%;
}

#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: white;
}

.float-right {
  float: right;
}

@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 250px;
    padding: 0 30px;
    border-left: 1px solid #e7e7e7;
  }

  .navbar {
    border-radius: 0;
  }
}

.nav>li>a {
  font-weight: 600;
  color: #0d1c35;
  font-size: 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  color: #ffffff;
  background-color: #00205b;
}

.navbar {
  min-height: 75px;
  border-bottom: 2px solid #00205b !important;
  background: #ffffff !important;
  margin-bottom: 0;
}

.navbar-brand {
  height: 75px;
  padding: 0;
}

.navbar-brand img {
  margin-top: 10px;
  margin-left: 10px;
  max-width: 100%;
  height: 70px;
}

.navbar-top-links {
  margin-right: 0;
  margin-top: 30px;
}

.navbar-top-links li {
  display: inline-block;
  color: #00205b;
  text-transform: uppercase;
}

.navbar-top-links>li>a {
  color: #00205b;
}

.navbar-top-links>li>a:focus,
.navbar-top-links>li>a:hover {
  color: #ffffff;
  background-color: #00205b;
}

.navbar-top-links li:last-child {
  margin-right: 15px;
}

.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
  display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}

.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}

.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.sidebar .sidebar-search {
  padding: 15px;
}

.sidebar ul li {
  border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
  background-color: #00205b;
  color: #ffffff;
}

.sidebar .arrow {
  float: right;
}

.sidebar .fa.arrow:before {
  content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
  content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}

.sidebar .nav-second-level li a {
  padding-left: 37px;
}

.sidebar .nav-third-level li a {
  padding-left: 52px;
}

@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 100px;
  }

  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}

.btn-default,
.btn-primary {
  background-color: rgb(0, 70, 122);
  color: #ffffff;
}

.btn-default:hover,
.btn-primary:hover,
.btn-default:focus,
.btn-primary:focus,
.btn-default:active,
.btn-primary:active,
.btn-default:active:focus,
.btn-primary:active:focus,
.btn-default:active:hover,
.btn-primary:active:hover {
  background-color: #00205b;
  color: #ffffff;
  outline: 0;
}

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all 0.5s;
}

.btn-primary.btn-outline {
  color: #428bca;
}

.btn-success.btn-outline {
  color: #5cb85c;
}

.btn-info.btn-outline {
  color: #5bc0de;
}

.btn-warning.btn-outline {
  color: #f0ad4e;
}

.btn-danger.btn-outline {
  color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}

.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}

.chat li.left .chat-body {
  margin-left: 60px;
}

.chat li.right .chat-body {
  margin-right: 60px;
}

.chat li .chat-body p {
  margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}

.panel-primary {
  border-color: #d51224;
}

.panel-default>.panel-heading {
  color: #00205b;
  background-color: #fff;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #d51224;
  border-color: #e7e7e7;
}

.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}

.login-panel {
  margin-top: 25%;
}

.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}

table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}

table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}

table.table-bordered tbody td {
  vertical-align: middle;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857143;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}

.show-grid {
  margin: 15px 0;
}

.huge {
  font-size: 40px;
  line-height: 70px;
}

.medium {
  font-size: 26px;
  line-height: 49px;
}

.panel-green {
  border-color: #5cb85c;
}

.panel-green>.panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}

.panel-green>a {
  color: #5cb85c;
}

.panel-green>a:hover {
  color: #3d8b3d;
}

.panel-red {
  border-color: #d9534f;
}

.panel-red>.panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}

.panel-red>a {
  color: #d9534f;
}

.panel-red>a:hover {
  color: #b52b27;
}

.panel-yellow {
  border-color: #f0ad4e;
}

.panel-yellow>.panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}

.panel-yellow>a {
  color: #f0ad4e;
}

.panel-yellow>a:hover {
  color: #df8a13;
}

.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
}

.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}

.timeline>li {
  position: relative;
  margin-bottom: 20px;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li>.timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}

.timeline>li>.timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}

.timeline>li>.timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: #999999;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;
}

.timeline-body>p+p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline>li>.timeline-panel {
    width: calc(10%);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
  }

  ul.timeline>li>.timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }

  ul.timeline>li>.timeline-panel {
    float: right;
  }

  ul.timeline>li>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }

  ul.timeline>li>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
}

.label-legend {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 3px 7px;
  border-radius: 3px 3px 3px 3px;
}

.dashboard-dl dt {
  font-weight: normal;
}

.dashboard-dl dd {
  font-weight: 700;
}

.chart-legend {
  text-align: center;
}

.chart-legend span {
  display: inline-block;
  padding: 0 6px;
}

kbd {
  font-weight: bold;
  font-size: 120%;
}

.fuel-head {
  color: #fff;
  padding: 6px 0;
}

#andamento-vendite,
#andamento-acquisti {
  height: 169px;
}

#andamento-vendite.xxl,
#andamento-acquisti.xxl {
  height: 421px;
}

#daily-chart,
#weekly-chart,
#montly-chart {
  height: 358px;
}

.multicheckbox label:first-child {
  font-weight: bold;
  padding-right: 20px;
  padding-left: 0;
}

.form-group ul.text-danger {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.alert-dismissible {
  list-style: none;
  margin-top: 10px;
}

footer {
  text-align: center;
  padding: 10px;
}

.table-striped>tbody>tr.diverted {
  background-color: #fdf59a;
}

body.backend .navbar {
  height: 100px;
  border-bottom: 0;
  border-bottom: 2px solid #e7e7e7;
}

body.frontend {
  background: #ffffff;
  min-height: 100vh;
}

body.frontend .container {
  width: 70%;
  padding: 0;
  min-width: 1024px;
}

body.frontend nav.navbar {
  background-color: #e9f2fa;
}

body.frontend nav.navbar a.navbar-brand {
  width: 164px;
  background: url("../img/logo_navbar_left-frontend.png") center center no-repeat;
}

body.frontend nav.navbar a.navbar-brand img {
  display: none;
}

body.frontend .prefooter {
  padding-bottom: 100px;
}

body.frontend .custom-logo-link img {
  max-width: 100%;
}

body.frontend .container-inner {
  margin-top: 20px;
  margin-bottom: 20px;
}

body.frontend h1 {
  display: none;
}

body.frontend a,
body.frontend span {
  color: #00205b;
}

body.frontend footer a,
body.frontend footer span {
  color: rgb(0, 101, 179);
}

body.frontend .login-panel {
  margin-top: 10%;
}

@media (max-width: 768px) {
  body.frontend .container {
    width: 100%;
    min-width: 100%;
  }
}

@media (min-width: 1200px) {
  body.frontend #header-image-wrap {
    min-height: 300px;
  }
}

.btn-info {
  background-color: rgb(0, 70, 122);
  border: #e7e7e7;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:active:focus,
.btn-info:active:hover {
  background-color: rgb(0, 101, 179);
  outline: 0;
}

.pagination>li>a,
.pagination>li>span {
  color: rgb(0, 70, 122);
}

.pagination>li>a:hover,
.pagination>li>a:focus {
  color: #ffffff;
  background-color: #00205b;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  color: #ffffff;
  background-color: rgb(0, 70, 122);
  border-color: #e7e7e7;
  border-radius: 4px;
}

.page-header {
  margin-top: 20px;
}

.huge {
  font-size: 30px;
}

.medium {
  font-size: 25px;
  line-height: 40px;
}

@media (max-width: 1800px) {
  .huge {
    font-size: 25px;
  }

  .medium {
    font-size: 20px;
  }
}

@media (max-width: 1400px) {
  .medium {
    font-size: 15px;
  }
}

@media (max-width: 1000px) {
  .huge {
    font-size: 30px;
  }

  .medium {
    font-size: 25px;
  }
}

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.panel-prices {
  border-color: #d51224;
}

.panel-prices .panel-heading {
  background-color: #d51224;
  color: white;
}

.panel-prices .panel-body {
  overflow: auto;
}

#map .markerHeading {
  background-color: #d51224;
}

#map .markerBodyContent h3 {
  color: #d51224;
}

#map .markerBodyContent .markerBodyHeader .fa-location-dot,
#map .markerBodyContent .markerBodyHeader .fa-phone,
#map .markerBodyContent .markerBodyHeader .main-color {
  color: #d51224;
}

#map .markerBodyContent .markerBodyFooter a {
  background-color: #d51224;
}

.a-google-maps {
  background-color: #d51224;
}

@media only screen and (max-width: 450px) {

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #00205b !important;
    color: white !important;
  }

  .fa-bars {
    color: white !important;
  }
}

#registration-form .registration-form-label {
  font-size: 16px;
  color: #00205b;
  font-weight: 400;
}

#registration-form .registration-form-control {
  border: 0 none;
  max-width: 100%;
  width: 100%;
  padding: 0 10px;
  background: #f7f8f8;
  color: #001f21;
  transition: 0.2s ease-in-out;
  transition-property: all;
  padding-left: 42px !important;
  border-bottom: 1px solid #00205b;
  height: 42px;
  vertical-align: middle;
  display: inline-block;
}

#registration-form .registration-form-control:focus {
  outline: 0;
  background-color: #eff1f1;
  color: #001f21;
  border-color: transparent !important;
}

#registration-form .registration-input-group-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #a7aeae;
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  line-height: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  fill: currentcolor;
}

#registration-form fieldset legend {
  color: #00205b;
}

#registration-form .card {
  border-radius: 0 !important;
}

#registration-form .card-header {
  background-color: #00205b;
  border-radius: 0 !important;
}

#registration-form .card-header a,
#registration-form .card-header strong,
#registration-form .card-header i {
  color: white !important;
}

#registration-form .card-header .text-secondary {
  color: white !important;
  opacity: 0.7 !important;
}

#registration-form .card-body {
  border-radius: 0 !important;
}

#registration-form .btn {
  margin: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
  font-weight: 400;
  border-radius: 500px;
  background-origin: border-box;
}

#registration-form .btn-primary {
  background-color: #d51224;
  color: #fff;
}

#registration-form .btn-primary {
  border: none;
}

#registration-form .btn-outline-danger {
  color: #dc3545;
}

#registration-form .btn-outline-danger:hover {
  color: #fff;
}

#registration-form .btn-outline-primary {
  color: #00205b;
}

#registration-form .btn-outline-primary:hover {
  color: #fff;
}

#card-request .panel-primary {
  border-color: #d2d2d2;
}

#card-request .panel-heading {
  color: white !important;
  background-color: rgb(0, 70, 122);
}

#card-request .panel-heading a[href] {
  color: white !important;
}

#card-request .panel-heading .text-secondary {
  opacity: 0.7;
}

#card-request .panel-heading .fa-chevron-right {
  color: white;
}

#card-request .btn {
  margin: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
  font-weight: 400;
  border-radius: 500px;
  background-origin: border-box;
}

#card-request .btn-primary {
  background-color: rgb(0, 70, 122);
  color: #fff;
}

#card-request .btn-primary {
  border: none;
}

#card-request .btn-outline-danger {
  color: #dc3545 !important;
  border: 1px solid #dc3545 !important;
}

#card-request .btn-outline-danger:hover {
  color: #fff;
}

#card-request .btn-outline-primary {
  color: #00205b !important;
  border: 1px solid #00205b !important;
}

#card-request .btn-outline-primary:hover {
  color: #fff;
}

#contatti {
  overflow: hidden;
  position: fixed;
  top: 80%;
  color: #00205b;
  width: 250px;
  padding-left: 10px;
  padding-top: 10px;
  border-top: 1px solid #e7e7e7;
  text-align: center;
}

#contatti a {
  color: #337ab7;
}

@media only screen and (max-width: 800px) {
  #contatti {
    display: none;
  }
}

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