@charset "UTF-8";

/************************************************
 *					COLORS						*
 ************************************************/

options-data-table table.dataTable,
custom-data-table table.dataTable {
  width: 100% !important;
  margin-bottom: 5px;
}

options-data-table .dataTables_paginate > .pagination,
custom-data-table .dataTables_paginate > .pagination {
  margin: 0 !important;
}

options-data-table .dataTables_filter,
options-data-table .dataTables_paginate,
custom-data-table .dataTables_filter,
custom-data-table .dataTables_paginate {
  float: right;
}

options-data-table .dataTables_filter input,
custom-data-table .dataTables_filter input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: none;
}

options-data-table .well,
custom-data-table .well {
  min-height: 0;
  padding: 0;
}

options-data-table #search-button-wrapper,
custom-data-table #search-button-wrapper {
  height: 30px;
  margin-bottom: 5px;
}

options-data-table #search-button-wrapper button,
custom-data-table #search-button-wrapper button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border: 1px solid #ccc;
  height: 30px !important;
}

@media (max-width: 767px) {
  options-data-table #custom_datatable_info,
  options-data-table #custom_datatable_paginate,
  custom-data-table #custom_datatable_info,
  custom-data-table #custom_datatable_paginate {
    margin: 10px 0;
    float: none;
    text-align: center;
  }

  options-data-table #search-button-wrapper > button,
  custom-data-table #search-button-wrapper > button {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  #content {
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
  }

  .container {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #content {
    width: 100%;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
  }
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #222d32;
  color: #b8c7ce;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
}

#sidebar::-webkit-scrollbar {
  display: none;
}

#sidebar ul.components {
  padding: 20px 0;
}

#sidebar ul li.active > a,
#sidebar ul li.active > button {
  padding-left: 7px;
  border-left: 3px solid #3c8dbc;
  color: white;
  background: #1e282c;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  text-align: left;
  display: block;
  width: 100%;
  border: none;
  text-decoration: none;
  color: #b8c7ce;
}

#sidebar ul li a i {
  width: 20px;
  margin-right: 10px;
}

#sidebar ul li a:hover {
  border-left: 3px solid #3c8dbc;
  color: white;
  background: #1e282c;
  text-decoration: none;
}

#sidebar .sidebar-header .img-header {
  display: none;
}

a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
  content: '\F107';
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

a[aria-expanded="true"] {
  color: #b8c7ce;
  background: #2c3b41;
}

a[aria-expanded="true"]::before {
  content: '\F106';
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
}

@media (min-width: 993px) {
  #dismiss {
    display: none;
  }

  #sidebar .sidebar-header {
    background: #ffffff;
    color: white;
  }

  #sidebar .sidebar-header h3 {
    margin: 0 !important;
    text-align: center;
    padding: 15px;
  }

  #sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
  }

  #sidebar.active img {
    display: none;
  }

  #sidebar.active .sidebar-header {
    height: 50px;
  }

  #sidebar.active .sidebar-header h3 {
    display: none;
  }

  #sidebar.active .sidebar-header .img-header {
    height: 50px;
    margin: auto;
    display: block;
  }

  #sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #sidebar.active ul li a i {
    width: initial;
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
  }

  #sidebar.active ul ul a {
    padding: 10px !important;
  }

  #sidebar.active a[aria-expanded="false"]::before,
  #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

@media (max-width: 992px) {
  #sidebar {
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    overflow-y: scroll;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  }

  #sidebar.active {
    left: 0;
  }

  #sidebar .sidebar-header {
    padding: 20px;
    background: #ffffff;
    color: white;
  }

  #sidebar .sidebar-header .img-header {
    display: none;
  }

  #dismiss {
    display: initial;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ffffff;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  #dismiss:hover {
    color: #00b2ff;
  }

  .overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
  }

  .fade {
    opacity: 1;
  }

  .fade.ng-hide {
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
    opacity: 0;
  }
}

#nav-top .container-fluid {
  background-color: #00b2ff;
}

#nav-top.navbar-default {
  border: none !important;
  color: #00b2ff !important;
}

#nav-top.navbar-default .navbar-header {
  width: 100%;
}

#nav-top.navbar-default .navbar-header .navbar-btn {
  background-color: transparent !important;
  color: white !important;
}

#nav-top .navbar-right {
  margin-right: 0 !important;
}

#nav-top .dropdown.open > .dropdown-toggle {
  background-color: #0098db !important;
}

#nav-top .dropdown > .dropdown-toggle > span {
  color: white;
}

#nav-top .dropdown > .dropdown-toggle > span:hover {
  color: white;
}

#nav-top .dropdown > .dropdown-toggle > .user-image {
  float: left;
  width: 30px;
  height: 30px;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
  margin-right: 10px;
  margin-top: -4.5px;
}

#nav-top .dropdown > .dropdown-toggle > .user-image > img {
  width: 100%;
}

#nav-top .dropdown > .dropdown-toggle::before {
  display: none !important;
}

#nav-top .dropdown > .dropdown-menu {
  background-color: #00b2ff !important;
  color: white !important;
  width: 278px;
}

#nav-top .dropdown > .dropdown-menu > .user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}

#nav-top .dropdown > .dropdown-menu > .user-header > div {
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
  z-index: 4;
  height: 90px;
  width: 90px;
  margin: auto;
}

#nav-top .dropdown > .dropdown-menu > .user-header > div > img {
  height: 100%;
  width: auto;
}

#nav-top .dropdown > .dropdown-menu > .user-footer {
  border-top: 1px solid #e4e4e4;
  padding: 10px;
}

#nav-top .dropdown > .dropdown-menu > .user-footer a {
  padding-left: 12px !important;
  width: 100px;
  font-size: 1em !important;
}

@media screen and (max-width: 767px) {
  .navbar-nav {
    margin: 0;
    float: left;
  }

  .navbar-nav .navbar-btn {
    margin-left: 20px;
  }

  .navbar-nav.navbar-right {
    float: right;
  }

  .navbar-nav.navbar-right .user-image {
    margin: 0 !important;
  }

  #nav-top li.dropdown .dropdown-toggle {
    height: 50px;
  }

  #nav-top li.dropdown .dropdown-menu {
    position: absolute;
    left: -214px;
    top: 51px;
  }
}

dashboard .info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
  cursor: pointer;
}

dashboard .info-box > .icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}

dashboard .info-box > .content {
  padding: 5px 10px;
  margin-left: 90px;
}

dashboard .info-box > .content > .text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

dashboard .info-box > .content > .number {
  display: block;
  font-weight: 700;
  font-size: 18px;
}

dashboard #simple-dropdown {
  display: block;
  width: 100%;
  margin: -10px 0;
  padding: 10px 0;
}

dashboard #simple-dropdown::before {
  position: relative;
  right: 10px;
}

dashboard #simple-dropdown[aria-expanded="true"] {
  background-color: rgba(0, 0, 0, 0.15);
  color: #23527c;
}

user-profile #border {
  width: calc(65% + 2px);
  background-color: #ccc;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
  margin: auto;
  padding: 1px;
}

user-profile #img-wrapper {
  width: calc(100% - 2px);
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
  margin: auto;
}

user-profile #img-wrapper img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  user-profile #border {
    width: calc(35vw + 2px);
    background-color: #ccc;
    -webkit-clip-path: circle(50%);
            clip-path: circle(50%);
    margin: auto;
    padding: 1px;
  }

  user-profile #img-wrapper {
    width: calc(100% - 2px);
    -webkit-clip-path: circle(50%);
            clip-path: circle(50%);
    margin: auto;
  }

  user-profile #img-wrapper > img {
    width: 100%;
  }
}

add-ticket .row {
  margin: 5px 0 !important;
}

add-ticket .form-group {
  margin: 0 10px;
}

add-estimates .show-only {
  padding-left: 20px !important;
}

add-estimates #voci th:not(:first-child):not(:last-child) {
  padding-left: 20px !important;
}

add-estimates #voci th,
add-estimates #voci td {
  vertical-align: middle;
}

add-estimates button.btn-xs.two-lines i {
  display: table-cell;
  float: left;
  line-height: 3;
  margin-right: 9px;
}

add-estimates button.btn-xs.two-lines span {
  display: table-cell;
}

add-estimates button.text-left {
  text-align: left !important;
}

.swal-button--Sì {
  background-color: #e8e8e8 !important;
  color: #555 !important;
}

div.swal-text {
  text-align: center !important;
}

button:focus {
  outline: 0 !important;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

body::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.box {
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box .box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}

.box .box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}

.box .box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #fff;
}

.with-border {
  border: 1px solid #f4f4f4;
}

.border-top-3-theme {
  border-top: 3px solid #00b2ff;
}

.vertical-center-page {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one :-)       */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vertical-center {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.btn-rounded {
  border-radius: 50% !important;
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
}

