html.dark body {
  background-color: #0a1824;
  font-family: "Roboto", Calibri, sans-serif;
}
html.dark body .header,
html.dark body header-dark .header {
  background: #071e36;
  border-bottom-color: #071e36;
  border-top-color: #071e36;
}
html.dark body .btn-default {
  background-color: #191c21;
  border-color: #191c21;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", Calibri, sans-serif;
}
.loader {
  background: rgba(1, 9, 17, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  text-align: center;
}
.loader .loader-inner {
  position: absolute;
  top: 50%;
  margin-top: -112px;
  width: 100%;
}
.loader .loader-inner p {
  color: #fff;
  margin: 0;
  line-height: 24px;
}
html.dark .notifications > li,
html.header-dark .notifications > li {
  float: right;
}
html.dark .notifications > li .notification-icon,
html.header-dark .notifications > li .notification-icon {
  background: #1c5594;
  padding-top: 2px;
}
html.dark .notifications > li .notification-icon i,
html.header-dark .notifications > li .notification-icon i {
  color: #fff;
  font-size: 15px;
}
html.dark .notifications > li .notification-icon:hover,
html.header-dark .notifications > li .notification-icon:hover {
  text-decoration: none;
}
html.dark .notifications > li .notification-menu .title,
html.header-dark .notifications > li .notification-menu .title {
  color: #fff;
}
html.dark .userbox .dropdown-menu,
html.header-dark .userbox .dropdown-menu {
  background: #071e36;
  border: 1px solid #0e2d4d;
  padding: 43px 0 0;
}
html.dark .userbox .dropdown-menu a,
html.header-dark .userbox .dropdown-menu a {
  padding: 5px 15px;
}
html.dark .userbox .dropdown-menu a:hover,
html.header-dark .userbox .dropdown-menu a:hover {
  background: #3a4b5d;
}
html.dark .userbox .dropdown-menu .divider,
html.header-dark .userbox .dropdown-menu .divider {
  background: #0e2d4d;
}
html.dark #notification .content,
html.header-dark #notification .content {
  padding: 0;
  height: 200px;
  background: #071e36;
}
html.dark #notification .content ul,
html.header-dark #notification .content ul {
  padding: 12px;
}
html.dark #notification .content ul li a,
html.header-dark #notification .content ul li a {
  position: relative;
}
html.dark #notification .content ul li a .image,
html.header-dark #notification .content ul li a .image {
  position: absolute;
  left: 0;
  top: 0;
}
html.dark #notification .content ul li a .image.info,
html.header-dark #notification .content ul li a .image.info {
  color: #46adda;
}
html.dark #notification .content ul li a .image.warning,
html.header-dark #notification .content ul li a .image.warning {
  color: #b78325;
}
html.dark #notification .content ul li a .image.error,
html.header-dark #notification .content ul li a .image.error {
  color: #f54747;
}
html.dark #notification .content ul li a .testo,
html.header-dark #notification .content ul li a .testo {
  padding-left: 25px;
}
html.dark #notification .content .loadmore-loader,
html.header-dark #notification .content .loadmore-loader {
  text-align: center;
  margin-bottom: 12px;
}
html.dark #notification .content .loadmore-loader img,
html.header-dark #notification .content .loadmore-loader img {
  width: 40px;
}
html.dark #notification .content .loadmore .view-more,
html.header-dark #notification .content .loadmore .view-more {
  line-height: 35px;
  text-align: center;
}
html.dark #notification .scrollable .scrollable-content,
html.header-dark #notification .scrollable .scrollable-content {
  padding: 0;
}
.page-header {
  background: #0e2d4d;
  box-shadow: none !important;
  border-left: none;
}
.page-header h2 {
  border: none;
}
.sidebar-left .sidebar-header .sidebar-toggle {
  background: #0e2d4d;
}
.sidebar-left .sidebar-header .sidebar-toggle:hover i {
  color: #46acda;
}
.sidebar-left .sidebar-header .sidebar-title {
  background: #0e2d4d;
  color: #fff;
}
.sidebar-left ul.nav-main {
  margin-right: 0;
}
.sidebar-left ul.nav-main li a {
  color: #fff;
  font-size: 1.4rem !important;
  cursor: pointer;
}
.sidebar-left ul.nav-main li a i {
  font-size: 3rem !important;
  float: left;
}
.sidebar-left ul.nav-main li a span {
  line-height: 31px;
}
.sidebar-left ul.nav-main li .nav-children {
  background: #0a1824;
  box-shadow: none;
}
.sidebar-left ul.nav-main li .nav-children li a {
  padding-left: 70px;
}
.sidebar-left ul.nav-main li.nav-active a {
  background: #0a1824;
  box-shadow: none !important;
}
.sidebar-left ul.nav-main li.nav-active a:hover,
.sidebar-left ul.nav-main li.nav-active a:focus {
  color: #fff;
  background: #0a1824;
}
.sidebar-left ul.nav-main li a:hover,
.sidebar-left ul.nav-main li.nav-expanded a:hover,
.sidebar-left ul.nav-main li a:focus,
.sidebar-left ul.nav-main li.nav-expanded a:focus {
  color: #cecccc;
  background: #071e36;
}
.sidebar-left ul.nav-main li.nav-expanded a {
  background: #0a1824;
}
.sidebar-left ul.nav-main li.credits {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.sidebar-left ul.nav-main li.credits p {
  margin: 0;
  text-align: center;
  font-size: 10px;
  color: #abb4be;
}
.sidebar-left ul.nav-main .icona-stato {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 100%;
  position: absolute;
  bottom: 10px;
  left: 45px;
}
.sidebar-left ul.nav-main .icona-stato.online {
  background: #7dfa16;
}
.sidebar-left ul.nav-main .icona-stato.offline {
  background: #ff1800;
}
html.no-overflowscrolling .sidebar-left .nano {
  background: #071e36;
  box-shadow: none;
}
.inner-toolbar {
  background: #0a1824;
  padding: 7px 13px !important;
  border-bottom-color: #1c4060 !important;
}
.inner-toolbar .btn {
  border-radius: 100%;
  text-align: center;
  width: 36px;
  height: 36px;
  padding: 0;
  padding-top: 9px;
  background: #1c5594;
  border-color: #1c5594;
}
.inner-toolbar .btn i {
  font-size: 16px;
}
.inner-toolbar .auto-container {
  display: inline-block;
  border-right: 1px solid #1c4060;
  padding-right: 15px;
  margin-right: 15px;
}
.inner-toolbar .settings-container {
  display: inline-block;
}
.inner-toolbar .settings-container .btn {
  padding-top: 6px;
}
.inner-toolbar .settings-container .btn i {
  font-size: 20px;
}
.inner-toolbar .auto-container span {
  color: #fff;
  margin-left: 5px;
}
.inner-toolbar .filter-container {
  float: left;
}
.inner-toolbar .filter-container .form-group label {
  color: #7fcde0;
  margin-right: 10px;
  padding: 6px 0px 0px 0px;
  font-size: 14px;
  float: left;
}
.inner-toolbar .filter-container .form-group .input-group .input-group-addon {
  background: #0a1824;
  border: none;
}
.inner-toolbar .filter-container .form-group .form-control {
  background: #071e36;
  border-color: #071e36;
  color: #fff !important;
  border-radius: 5px;
}
.inner-toolbar .filter-container .btn.btn-primary {
  background: #46acda;
}
.inner-toolbar .filter-container .btn.btn-primary:hover {
  background: #1c5594;
}
.inner-toolbar .export-container {
  float: right;
}
.inner-toolbar .export-container span {
  color: #fff;
  margin-right: 5px;
}
.inner-toolbar.inner-toolbar-automatic .switch {
  padding: 6px 0;
  margin-top: 0;
}
.inner-toolbar.inner-toolbar-automatic .switch .ios-switch .on-background {
  background: #1c5594;
}
/* barra selettore-grafici */
.inner-toolbar.inner-toolbar-grafici .intervallo-data {
  width: 380px;
  margin: 0px 0px 0px 20px;
}
.inner-toolbar.inner-toolbar-grafici .intervallo-data .input-daterange {
  width: 300px;
}
.inner-toolbar.inner-toolbar-grafici .precisione {
  width: 180px;
  margin: 0px;
  padding: 0px;
}
.inner-toolbar.inner-toolbar-grafici .precisione .control-label {
  width: 70px;
}
.inner-toolbar.inner-toolbar-grafici .precisione select.form-control {
  margin: 0px !important;
}
.datepicker {
  background: #356392 !important;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #46adda !important;
  color: #fff !important;
}
.datepicker table thead tr th {
  font-weight: 500;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #75bbdb !important;
}
.datepicker table tr td.day.range-start {
  background: #1a4b7d !important;
}
.datepicker table tr td.range {
  color: #fff;
  background-color: #5d92c8;
  border-color: #bbbbbb;
}
.datepicker table tr td.day.range-end {
  background: #0f2e4d !important;
}
.datepicker table tr td.day:hover {
  background: #46adda !important;
  color: #fff !important;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  border-top-color: #356392 !important;
}
.datepicker-dropdown:after {
  border-bottom-color: #356392 !important;
}
.panel-export .panel-body .form-inline {
  margin-bottom: 25px;
  margin-top: 10px;
}
.panel-export .panel-body .form-inline .form-group .control-label {
  color: #7fcde0;
  margin-right: 10px;
  padding: 6px 0px 0px 0px;
  font-size: 14px;
  float: left;
}
.panel-export .panel-body .form-inline .form-group .input-group .input-group-addon {
  background: #0e2d4d;
  border: none;
}
.panel-export .panel-body .form-inline .form-group .input-group .form-control {
  background: #071e36;
  border-color: #071e36;
  color: #fff !important;
  border-radius: 5px;
}
.panel-export .panel-body .form-inline .form-group .input-group.input-daterange {
  width: 300px;
}
.panel-export .panel-body .form-inline .precisione-export {
  width: 180px;
  margin: 0px 0px 0px 20px;
  padding: 0px;
}
.panel-export .panel-body .panel .panel-heading {
  background: #174674 !important;
  border-radius: 5px;
}
.panel-export .panel-body .panel .panel-body {
  background: #032541 !important;
  border-radius: 0 0 5px 5px;
  padding: 15px;
  margin-top: -5px;
}
.panel-export .panel-body .panel .panel-body .checkbox-custom {
  margin: 5px 0;
}
.panel-export .panel-body .panel .panel-body .checkbox-custom label {
  color: #7fcde0;
}
.panel-export .panel-body .panel .panel-body .checkbox-custom label:before {
  background: #fff;
  border-color: #fff;
}
.panel-export .panel-body .panel .panel-body .checkbox-custom input[type="checkbox"]:checked + label:after {
  color: #000;
  font-size: 15px;
  margin-top: -8px;
  left: 3px;
}
.btn-secondary {
  background: #00cccc;
  border-color: #00cccc;
  color: #fff;
}
/* logo */
.header .logo {
  margin: 0 0 0 11px;
}
.header .logo img {
  margin-top: 1px;
}
.header .logo.logo-mobile img {
  height: 35px;
  margin-top: 12px;
}
.header .profile-picture.online img {
  border: 2px solid #7dfa16;
}
.header .profile-picture.offline img {
  border: 2px solid #ff1800;
}
.page-header {
  z-index: 1002;
}
.change-context {
  float: left;
  position: relative;
}
.change-context .dropdown-toggle {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 29px;
  width: 35px;
  background: #1c5594;
  text-align: center;
  display: block;
  margin-top: 8px;
  cursor: pointer;
  padding-top: 6px;
  border-radius: 100%;
}
.change-context ul.dropdown-menu {
  background: #071e36;
  border: 1px solid #0e2d4d;
}
.change-context ul.dropdown-menu li.placeLink p {
  margin: 0;
  padding: 3px 20px;
}
.change-context ul.dropdown-menu li.contextLink a {
  padding: 3px 35px;
  cursor: pointer;
}
.change-context ul.dropdown-menu li.contextLink a:hover {
  background: #3a4b5d;
}
.camera-play {
  margin-top: 100px;
}
.camera-play a {
  font-size: 60px;
  color: #fff;
  background: #1d2127;
  border-radius: 100%;
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
  line-height: 60px;
  padding: 18px 0;
}
.camera-play a:hover {
  text-decoration: none;
  background: #383d44;
  color: #fff;
}
.camera-controls {
  width: 180px;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
}
.camera-controls .btn {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  background: #1d2127;
  border-radius: 100%;
  text-align: center;
  width: 50px;
  height: 50px;
  padding-top: 14px;
}
.camera-controls .btn:hover {
  background: #383d44;
}
.camera-controls .btn-left {
  float: left;
}
.camera-controls .btn-right {
  float: right;
}
/* overtlay content page (only for mobile) */
#content-overlay {
  display: none;
}
/* user menu */
span.icon-lang {
  display: inline-block;
  width: 20px;
  font-size: 11px;
  font-weight: 600;
  background-color: #7d7d7d;
  color: #ffffff;
  text-align: center;
  margin-right: 4px;
  border-radius: 3px;
}
.dropdown-menu .fa {
  display: inline-block;
  width: 20px;
  text-align: center;
  margin-right: 5px;
}
.header .toggle-sidebar-left {
  border-radius: 3px;
  left: 15px;
}
/* check button ios style */
.handle {
  background-position: 7px 6px;
  background-repeat: no-repeat;
}
.switch-sm .handle {
  background-position: 2px;
  background-size: 17px 17px;
}
.switch-md .handle {
  background-position: 3px;
  background-size: 25px 25px;
}
.handle.loading {
  background-image: url('/Content/images/ajax-loader.gif');
}
.handle.confirm {
  background-image: url('/Content/images/confirm.png');
}
.handle.error {
  background-image: url('/Content/images/error.png');
}
.button_active {
  display: none;
}
.switch {
  margin: 0;
}
.switch.disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.switch.disabled .handle {
  background-image: url('/Content/images/disabled.png');
}
/* check button ios style */
#total-control {
  min-height: 300px;
}
/* widget place */
.widget-place .panel {
  overflow: hidden;
}
.widget-place .panel .panel-body {
  padding: 0;
  position: relative;
  background: #071e36 !important;
  border-radius: 5px 5px 0 0;
}
.widget-place .panel .panel-body .place-image {
  height: 220px;
  background-size: cover !important;
  background-position:center;
}
.widget-place .panel .panel-body .place-title {
  position: relative;
  padding-top: 45px;
  text-align: center;
}
.widget-place .panel .panel-body .place-title .place-icon {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: #0a1824;
  font-size: 50px;
  color: #fff;
  text-align: center;
  padding-top: 16px;
  position: absolute;
  left: 50%;
  top: -45px;
  margin-left: -45px;
  z-index: 10;
}
.widget-place .panel .panel-body .place-title .place-icon .icona-stato {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  right: -12px;
  top: 35px;
  z-index: 11;
}
.widget-place .panel .panel-body .place-title .place-icon.online {
  box-shadow: 0 0 0px 5px rgba(125, 250, 22, 0.3);
}
.widget-place .panel .panel-body .place-title .place-icon.online .icona-stato {
  background: #7dfa16;
}
.widget-place .panel .panel-body .place-title .place-icon.offline {
  box-shadow: 0 0 0px 5px rgba(255, 24, 0, 0.3);
}
.widget-place .panel .panel-body .place-title .place-icon.offline .icona-stato {
  background: #ff1800;
}
.widget-place .panel .panel-body .place-title p {
  line-height: 60px;
  font-family: 'Roboto Slab';
  font-size: 20px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.widget-place .panel .panel-footer {
  margin-top: 0;
  padding: 0 20px;
  background: #071e36 !important;
  border-top: none;
}
.widget-place .panel .panel-footer .panel-footer-inner {
  border-top: 1px solid #1c5594 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.widget-place .panel .panel-footer .panel-footer-inner ul {
  margin-right: -5px;
  margin-left: -5px;
}
.widget-place .panel .panel-footer .panel-footer-inner ul li {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-top: 7px;
  margin-bottom: 7px;
}
.widget-place .panel .panel-footer .panel-footer-inner ul li a {
  color: #fff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 15px;
  font-weight: 300;
  cursor: pointer;
  background: #1c5594;
  text-align: center;
  display: block;
  min-width: 100px;
  font-size: 15px;
}
.widget-place .panel .panel-footer .panel-footer-inner ul li a:hover {
  background: #46acda;
}
/* widget context*/
.widget-context .panel .panel-body p {
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab';
  font-size: 17px;
  text-decoration: none;
}
.widget-context .panel .panel-body p .icon-freccia-titolo {
  position: absolute;
  right: 25px;
  font-size: 20px;
  color: #fff;
}
.widget-context .panel .panel-body .context-icon {
  font-size: 60px;
  text-align: center;
  color: #fff;
  margin-top: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #20242b;
}
.widget-context .panel .panel-footer {
  border-top: none;
  padding: 5px 15px 15px;
}
.widget-context .panel .panel-footer .automatic-mode-container,
.widget-context .panel .panel-footer .setting-container {
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}
.widget-context .panel .panel-footer .automatic-mode-container p,
.widget-context .panel .panel-footer .setting-container p {
  margin-bottom: 5px;
}
.widget-context .panel a,
.widget-context .panel a:hover {
  cursor: pointer;
}
.widget-context .panel a:hover,
.widget-context .panel a:focus,
.widget-context .panel a:active {
  text-decoration: none;
}
/* widget dashboard */
.widget-dashboard .panel-heading {
  background: #032541 !important;
  border-bottom: none !important;
  text-align: center;
}
.widget-dashboard .panel-heading p.widget-name {
  font-family: 'Roboto Slab';
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-top: 5px;
}
.widget-dashboard .panel-heading .widget-icon {
  margin: 15px 0 7px 0;
  height: 40px;
}
.widget-dashboard .panel-heading .widget-icon i {
  color: #fff;
  font-size: 40px;
}
.widget-dashboard .panel-body {
  background: #0e2d4d !important;
  text-align: center;
}
.widget-dashboard .panel-body p.value {
  font-family: 'Roboto Condensed';
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 5px;
}
.widget-dashboard .panel-body p.unit {
  color: #7fcde0;
  font-size: 14px;
  margin-bottom: 5px;
  height: 22px;
}
.widget-dashboard .panel-body .live-date {
  color: #3c85a7;
  margin: 0;
  min-height: 22px;
  font-size: 13px;
}
.widget-dashboard .panel-footer {
  background: #164164 !important;
  padding: 10px;
  text-align: center;
  border-top: none;
  height: 65px;
}
.widget-dashboard .panel-footer .btn {
  width: 45px;
  height: 45px;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  padding: 0;
  padding-top: 8px;
  margin: 0 10px;
}
.widget-dashboard .panel-footer .btn i {
  font-size: 23px;
}
.widget-dashboard .panel-footer .btn[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
  background: #46acda;
  border-color: #46acda !important;
}
.widget-dashboard .info-lightbox {
  position: absolute;
  top: 10px;
  right: 15px;
}
.widget-dashboard .info-lightbox a .fa {
  font-size: 22px;
  color: #fff;
  opacity: 0.3;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.widget-dashboard .info-lightbox a:hover .fa {
  opacity: 1;
}
.widget-dahua .panel-heading {
  border-radius: 5px;
}
.widget-dahua .panel-heading .img-container {
  height: 206px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget-dahua .panel-heading .img-container img {
  max-height: 206px;
  max-width: 100%;
}
.widget-dahua .panel-heading .live-date {
  color: #3c85a7;
  margin: 0;
  margin-top: 8px;
  min-height: 22px;
}
.widget-tank-level .panel-heading {
  border-radius: 5px;
}
.widget-tank-level .panel-heading .water-level-container {
  position: relative;
  width: 180px;
  margin: 0 auto;
}
.widget-tank-level .panel-heading .water-level-container p {
  font-family: 'Roboto Condensed';
  font-size: 24px;
  width: 100%;
  text-align: center;
  position: absolute;
  margin: 0;
  margin-top: -11px;
  z-index: 11;
}
.widget-tank-level .panel-heading .water-level-container .water-level {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.widget-tank-level .panel-heading .water-level-container img {
  height: 206px;
  width: 100%;
  z-index: 10;
  position: relative;
}
.widget-tank-level .panel-heading .water-level-container.water-low p {
  color: #f54747;
  top: 50%;
}
.widget-tank-level .panel-heading .water-level-container.water-low p:after {
  content: "troppo vuota";
}
.widget-tank-level .panel-heading .water-level-container.water-low .water-level {
  background: #f54747;
  height: 20%;
}
.widget-tank-level .panel-heading .water-level-container.water-warning p {
  color: #032541;
  top: 68%;
}
.widget-tank-level .panel-heading .water-level-container.water-warning p:after {
  content: "livello basso";
}
.widget-tank-level .panel-heading .water-level-container.water-warning .water-level {
  background: #c1730e;
  height: 60%;
}
.widget-tank-level .panel-heading .water-level-container.water-normal p {
  color: #032541;
  top: 62%;
}
.widget-tank-level .panel-heading .water-level-container.water-normal p:after {
  content: "normale";
}
.widget-tank-level .panel-heading .water-level-container.water-normal .water-level {
  background: #4b93b2;
  height: 75%;
}
.widget-tank-level .panel-heading .water-level-container.water-full p {
  color: #032541;
  top: 55%;
}
.widget-tank-level .panel-heading .water-level-container.water-full p:after {
  content: "piena";
}
.widget-tank-level .panel-heading .water-level-container.water-full .water-level {
  background: #4b93b2;
  height: 90%;
}
.widget-tank-level .panel-heading .live-date {
  color: #3c85a7;
  margin: 0;
  margin-top: 8px;
  min-height: 22px;
}
/*widget clima*/
.widget-clima .panel-heading img {
  height: 40px;
  filter: invert(1);
  margin-top: 10px;
}
.widget-clima .panel-heading p.value {
  font-family: 'Roboto Condensed';
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 0;
}
.widget-clima .panel-heading p.unit {
  color: #7fcde0;
  font-size: 14px;
  margin-bottom: 0;
  height: 60px;
  line-height: 60px;
}
.widget-clima .panel-heading .live-date {
  color: #3c85a7;
  margin: 0;
  margin-top: 11px;
  min-height: 22px;
  font-size: 13px;
}
.widget-clima .panel-heading .separator {
  height: 12px;
  border-top: 1px solid #164164;
  margin-top: 11px;
}
.widget-ph-ec-temp .panel-heading .widget-name {
  margin-bottom: 13px;
}
.widget-ph-ec-temp .panel-heading p.value {
  font-family: 'Roboto Condensed';
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 0;
}
.widget-ph-ec-temp .panel-heading .value-temp {
  color: #fff !important;
  background-color: #3c85a7;
  border-radius: 3px;
  font-size: 12px;
  line-height: 18px;
  padding: 0 6px;
  text-align: center;
  display: inline-block;
}
.widget-ph-ec-temp .panel-heading p.unit {
  color: #7fcde0;
  font-size: 14px;
  margin-bottom: 0;
  height: 60px;
  line-height: 60px;
}
.widget-ph-ec-temp .panel-heading .live-date {
  color: #3c85a7;
  margin: 0;
  margin-top: 8px;
  min-height: 22px;
  font-size: 13px;
}
.widget-ph-ec-temp .panel-heading .separator {
  height: 10px;
  border-top: 1px solid #164164;
  margin-top: 9px;
}
.widget-ph-ec-temp .panel-heading .widget-icon {
  margin: 10px 0 7px 0;
}
.widget-slider .panel-heading .circularslider {
  width: 100% !important;
  height: 144px;
}
.widget-slider .panel-heading .circularslider .rs-disabled {
  opacity: 1;
  cursor: not-allowed;
}
.widget-slider .panel-heading .circularslider .rs-disabled .rs-handle {
  opacity: 0;
}
.widget-slider .panel-heading .circularslider .rs-disabled .rs-tooltip.rs-hover,
.widget-slider .panel-heading .circularslider .rs-disabled .rs-tooltip.rs-edit:hover {
  border: none !important;
  cursor: not-allowed;
  background-color: transparent;
}
.widget-slider .panel-heading .circularslider .rs-disabled .rs-tooltip .level {
  opacity: 0.25;
}
.widget-slider .panel-heading .circularslider .rs-disabled .rs-path-color {
  background-color: #304b62;
}
.widget-slider .panel-heading .circularslider .rs-disabled .rs-range-color {
  background-color: #345f7a;
}
.widget-slider .panel-heading .circularslider .rs-full {
  left: 50%;
  margin-left: -77px;
}
.widget-slider .panel-heading .circularslider .rs-inner,
.widget-slider .panel-heading .circularslider .rs-overlay {
  background-color: #032541 !important;
}
.widget-slider .panel-heading .circularslider .rs-tooltip {
  color: #fff !important;
  font-size: 20px;
  margin-left: -42px !important;
  margin-top: -30px !important;
  width: 85px;
}
.widget-slider .panel-heading .circularslider .rs-tooltip span {
  color: #fff !important;
  background-color: #3c85a7;
  border-radius: 3px;
  font-size: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  display: inline-block;
}
.widget-slider .panel-heading .circularslider .rs-tooltip.rs-hover,
.widget-slider .panel-heading .circularslider .rs-tooltip.rs-edit:hover {
  border: none !important;
  cursor: pointer;
  background-color: #355134;
  margin-left: -42px !important;
  margin-top: -39px !important;
  width: 85px;
}
.widget-slider .panel-heading .circularslider .rs-input {
  color: #000 !important;
  font-size: 20px;
  background-color: #fff;
  border: none;
}
.widget-slider .panel-heading .circularslider .rs-range-color {
  background-color: #3c85a7;
}
.widget-slider .panel-heading .circularslider .rs-path-color {
  background-color: #E5E5E5;
}
.widget-slider .panel-heading .circularslider .rs-handle {
  background-color: #fff;
  padding: 7px;
  border: 2px solid #ffffff;
}
.widget-slider .panel-heading .circularslider .rs-handle.rs-focus {
  background-color: #fff;
  padding: 7px;
  border: 2px solid #ffffff;
}
.widget-slider .panel-heading .circularslider .rs-handle:after {
  border-color: #fff;
  background-color: #33B5E5;
}
.widget-slider .panel-heading .circularslider .rs-border {
  border-color: transparent;
}
.widget-slider .panel-heading .live-date {
  color: #3c85a7;
  margin: 0;
  min-height: 22px;
  font-size: 13px;
  z-index: 7000;
  position: relative;
}
.widget-slider panel-footer {
  margin-top: 0;
  position: relative;
  z-index: 7000;
}
.widget-slider.widget-slider-lux .panel-heading .circularslider .rs-tooltip {
  margin-top: -40px !important;
}
.panel-grafici .panel-heading {
  background: #032541 !important;
  border-bottom: 1px solid #010f1a !important;
  padding: 10px 18px;
}
.panel-grafici .panel-heading .panel-actions {
  top: 4px;
}
.panel-grafici .panel-heading .panel-actions .dropdown-toggle,
.panel-grafici .panel-heading .panel-actions .expand,
.panel-grafici .panel-heading .panel-actions .compress {
  margin: 0 !important;
  background: #1c5594 !important;
  border-radius: 5px !important;
}
.panel-grafici .panel-heading .panel-actions .dropdown-menu {
  background: #071e36 !important;
  border: 1px solid #0e2d4d;
}
.panel-grafici .panel-heading .panel-actions .dropdown-menu .divider {
  background-color: #0e2d4d;
}
.panel-grafici .panel-heading .panel-actions .graph-zoom i {
  margin-right: 4px !important;
  float: left;
  margin-top: 1px;
}
.panel-grafici .panel-body {
  background: #032541 !important;
  position: relative;
  min-height: 210px;
}
.panel-grafici .panel-body .grafico {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 20px;
  font-weight: 300;
}
.panel-grafici .panel-body .grafico .dygraph-ylabel {
  color: #7fcde0;
}
.panel-grafici .panel-body .grafico .dygraph-axis-label {
  color: #fff;
}
.panel-grafici .panel-body .grafico .dygraph-legend {
  padding: 15px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #fff;
  text-align: left !important;
  display: none;
}
.panel-grafici .panel-body .grafico .dygraph-legend.loaded {
  display: block;
}
.panel-grafici .panel-body .graph-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}
.panel-grafici .panel-body table {
  font-size: 14px;
  font-weight: 300;
}
.panel-grafici .panel-body table thead {
  color: #fff;
}
.panel-grafici .panel-body table thead th {
  font-weight: 300;
  border: none;
}
.panel-grafici .panel-body table tbody {
  color: #7fcde0;
}
.panel-grafici .panel-body table tbody tr {
  background-color: #09203a;
}
.panel-grafici .panel-body table tbody tr td {
  border: none;
}
.panel-grafici .panel-body table tbody tr:nth-child(2n+1) > td,
.panel-grafici .panel-body table tbody tr:nth-child(2n+1) > th {
  background-color: #0e2d4d;
}
.panel-grafici .panel-body table tbody tr:hover > td,
.panel-grafici .panel-body table tbody tr:hover > th {
  background-color: #09203a;
}
.panel-grafici.zoom-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 9000;
}
.panel-grafici.zoom-fullscreen .panel-body {
  height: 100%;
  margin-bottom: 0;
}
.panel-grafici.zoom-fullscreen .panel-body .grafico {
  bottom: 80px !important;
}
.panel-heading {
  padding: 8px 18px;
}
body .btn-primary {
  text-shadow: none !important;
}
.panel-title {
  font-weight: 300;
  letter-spacing: 0em;
  font-size: 18px;
}
.widget-dashboard h3 {
  letter-spacing: 0em;
  font-weight: 300;
  line-height: 1.2em;
  padding-bottom: 5px;
}
/* non cambiare la larghezza del menu all'hover */
html.sidebar-left-collapsed.fixed .sidebar-left .nano:hover {
  width: 100% !important;
}
html.sidebar-left-collapsed .sidebar-left .nano:hover .nav-main a {
  cursor: pointer;
}
html.sidebar-left-collapsed .sidebar-left .nano:hover .nav-main a span {
  display: none;
}
html.sidebar-left-opened .sidebar-left .nano:hover .nav-main a span {
  display: inline;
}
html.fixed .sidebar-left .nano-content {
  padding-bottom: 70px !important;
}
/* definizione stile legenda */
.dropdown-menu {
  padding: 5px 0px;
}
.dropdown-menu > li > span.etichetta {
  display: block;
  padding: 3px 12px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}
.dropdown-menu .fa {
  font-size: 30px;
}
abbr[title] {
  border-bottom: none;
}
.quadratino {
  width: 20px;
  height: 20px;
  background-color: #232832;
  display: block;
  float: left;
  border: 1px solid #555;
  margin-right: 10px;
}
/* ottimizzazione spazi button e icone */
.fa-chevron-left {
  padding-right: 5px;
}
.btn .caret {
  margin-left: 4px !important;
}
.btn .caret {
  margin-left: 4px !important;
}
html.sidebar-left-collapsed .sidebar-left li.credits {
  display: none;
}
html.sidebar-left-collapsed .sidebar-left .nano:hover .nav-main .nav-expanded > ul.nav-children {
  display: none;
}
html.sidebar-left-collapsed .sidebar-left .nano:hover .nav-main li.nav-parent a:after {
  display: none;
}
.isotope-item .panel-body .fa {
  font-size: 16px;
  margin-top: 3px;
}
html.dark .panel-heading {
  background: #2e353e;
}
.panel-heading-icon {
  background-color: rgba(0, 0, 0, 0.3);
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #1d2127 inset !important;
  -webkit-text-fill-color: #fff !important;
}
.body-sign .claim {
  color: #46acda;
  font-size: 18px;
  margin: 5px 0 15px 0;
}
.body-sign .panel-sign .panel-title-sign .title {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: 14px;
}
.body-sign .panel-sign .panel-body {
  background: #0e2d4d !important;
  border-top: none;
  border-radius: 5px;
}
.body-sign .panel-sign .panel-body .form-group label {
  color: #7fcde0;
  font-size: 14px;
  margin-left: 2px;
}
.body-sign .panel-sign .panel-body .form-group .input-group-icon input.form-control {
  font-size: 16px;
  background: #032541 !important;
  border-color: #032541 !important;
  color: #fff !important;
}
.body-sign .panel-sign .panel-body .form-group .input-group-icon input:-webkit-autofill,
.body-sign .panel-sign .panel-body .form-group .input-group-icon input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #032541 inset !important;
  -webkit-text-fill-color: #fff !important;
}
.body-sign .panel-sign .panel-body .form-group .field-validation-error {
  margin-top: 2px;
  margin-left: 2px;
}
html.dark .checkbox-custom.checkbox-secondary label:before {
  background: #282d36;
  border-color: #21262d;
}
html.dark .checkbox-custom.checkbox-secondary input[type="checkbox"]:checked + label:before {
  background: #00cccc;
  border-color: #00cccc;
}
.modal-block {
  min-height: 300px;
}
.modal-block .modal-container .panel-heading {
  background: #032541 !important;
  border-bottom: none;
  padding: 15px 18px;
}
.modal-block .modal-container .panel-heading .modal-close {
  font-size: 18px;
  position: absolute;
  right: 16px;
  top: 16px;
  color: #fff;
}
.modal-block .modal-container .panel-heading .modal-close:hover {
  color: #eee;
  text-decoration: none;
}
.modal-block .modal-container .nav.nav-tabs {
  background: #021f37;
  border: none;
  padding: 0 15px;
}
.modal-block .modal-container .nav.nav-tabs li a {
  background: transparent;
  color: #fff;
  border: none;
  padding: 15px 15px 11px 15px;
}
.modal-block .modal-container .nav.nav-tabs li.active a {
  border-bottom: 4px solid #46acda;
  color: #fff !important;
}
.modal-block .modal-container .panel-body {
  background: #0e2d4d !important;
  border-radius: 0;
  padding-bottom: 0;
}
.modal-block .modal-container .panel-body .tab-content {
  border: none;
  padding: 0;
  background: #0e2d4d !important;
}
.modal-block .modal-container .panel-body .tab-content .toggle .toggle-title {
  background: #021f37 !important;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  padding-right: 30px;
  border: none;
}
.modal-block .modal-container .panel-body .tab-content .toggle .toggle-title .fa {
  font-family: "iot" !important;
}
.modal-block .modal-container .panel-body .tab-content .toggle .toggle-title .fa-plus:before {
  content: "\5e" !important;
}
.modal-block .modal-container .panel-body .tab-content .toggle .toggle-title .fa-minus:before {
  content: "\5d";
}
.modal-block .modal-container .panel-body .tab-content .toggle .toggle-title:before {
  font-family: 'iot' !important;
  border: none;
  content: "\40";
  margin-top: -10px;
  right: 15px;
}
.modal-block .modal-container .panel-body .tab-content .toggle .toggle-title-back {
  display: block;
  background: #174674;
  padding: 5px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  position: relative;
}
.modal-block .modal-container .panel-body .tab-content .toggle .toggle-title-back .btn {
  background: #007db3;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  font-size: 18px;
  padding: 8px 0;
}
.modal-block .modal-container .panel-body .tab-content .toggle .toggle-content {
  background: #032541 !important;
  padding: 20px 10px 15px 10px;
  margin-top: -5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.modal-block .modal-container .panel-body .tab-content .toggle .toggle-content .control-label {
  margin: 0;
  line-height: 34px;
  color: #7fcde0;
}
.modal-block .modal-container .panel-body .tab-content .toggle .toggle-content .control-label-title {
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 2px solid #0e2d4d;
  display: block;
  margin-bottom: 10px;
  margin-top: -5px;
  font-size: 14px;
}
.modal-block .modal-container .panel-body .tab-content .toggle .toggle-content .control-info {
  color: #7fcde0;
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 34px;
}
.modal-block .modal-container .panel-body .tab-content .toggle .toggle-content .control-info i {
  font-size: 26px;
  position: absolute;
  left: 0;
  top: 0;
}
.modal-block .modal-container .panel-body .tab-content .toggle .toggle-content .control-alert {
  color: #da961f;
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 0;
  position: relative;
  padding-left: 34px;
}
.modal-block .modal-container .panel-body .tab-content .toggle .toggle-content .control-alert i {
  font-size: 26px;
  position: absolute;
  left: 0;
  top: 0;
}
.modal-block .modal-container .panel-body .tab-content .toggle .toggle-content .form-control {
  background: #fff;
  border: #fff;
  color: #000;
}
.modal-block .modal-container .panel-body .tab-content .toggle .toggle-content .ui-slider.ui-widget-content {
  background: #010b15;
}
.modal-block .modal-container .panel-body .tab-content .toggle .toggle-content .slider-value {
  margin: 15px 0;
}
.modal-block .modal-container .panel-body .tab-content .toggle .toggle-content .slider-value .value {
  color: #7fcde0;
  margin-right: 10px;
}
.modal-block .modal-container .panel-body .tab-content .toggle .toggle-content .slider-value .value .min,
.modal-block .modal-container .panel-body .tab-content .toggle .toggle-content .slider-value .value .max {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.modal-block .modal-container .panel-body .tab-content .toggle.active label.toggle-title {
  background: #174674 !important;
}
.modal-block .modal-container .panel-body .tab-content .toggle.active label.toggle-title:before {
  font-family: 'iot' !important;
  border: none;
  content: "\5b";
  margin-top: -10px;
  right: 15px;
}
.modal-block .modal-container .panel-footer {
  background: #0e2d4d !important;
  border-top: 0;
  margin-top: 0;
  padding: 15px;
}
.modal-block .modal-container .panel-footer .btn {
  width: 80px;
  padding: 8px 12px;
  margin: 0 5px;
}
.modal-block .modal-container .panel-footer .btn-default {
  color: #46acda;
  border-color: #46acda;
  background: transparent;
}
.modal-block .modal-container .panel-footer .btn-default:hover {
  color: #fff;
  border-color: #fff;
}
.modal-block .panel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  border-radius: 4px;
  background: #0e2d4d;
}
.modal-block .panel-overlay .panel-overlay-inner {
  position: relative;
  top: 50%;
  margin-top: -40px;
  color: #fff;
}
.modal-block .panel-overlay .modal-close {
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal-block .panel-overlay .modal-close:hover {
  text-decoration: none;
}
.modal-block .panel-send-configuration .panel-overlay-inner {
  margin-top: -111px;
}
.modal-block .panel-send-configuration-ok,
.modal-block .panel-send-configuration-ko {
  background: #59912b !important;
}
.modal-block .panel-send-configuration-ok .panel-overlay-inner,
.modal-block .panel-send-configuration-ko .panel-overlay-inner {
  margin: 0;
  top: 0;
  padding: 40px 0;
}
.modal-block .panel-send-configuration-ok .panel-overlay-inner i,
.modal-block .panel-send-configuration-ko .panel-overlay-inner i {
  font-size: 100px;
  display: block;
  height: 100px;
}
.modal-block .panel-send-configuration-ok .panel-overlay-inner p,
.modal-block .panel-send-configuration-ko .panel-overlay-inner p {
  font-size: 28px;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 25px;
}
.modal-block .panel-send-configuration-ok .panel-overlay-inner .btn,
.modal-block .panel-send-configuration-ko .panel-overlay-inner .btn {
  background: #fff;
  color: #000;
}
.modal-block .panel-send-configuration-ko {
  background: #960b0b !important;
}
.modal-block .panel-send-configuration-ko .panel-overlay-inner .btn {
  margin: 0 5px;
}
.modal-block .panel-send-configuration-ko .panel-overlay-inner .btn.btn-border {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
#contextStatusContainer {
  margin-top: -30px;
  margin-bottom: 30px;
}
.alert {
  border: none;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}
.alert i {
  font-size: 24px;
  height: 24px;
  float: left;
  margin-right: 15px;
}
.alert-danger {
  background: #960b0b;
}
.alert-warning {
  background: #c1730e;
}
/*TIME PICKER*/
.bootstrap-timepicker-widget {
  background: #356392 !important;
}
.bootstrap-timepicker-widget .bootstrap-timepicker-hour,
.bootstrap-timepicker-widget .bootstrap-timepicker-minute {
  background: #274d75 !important;
  border: none;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.bootstrap-timepicker-widget .separator {
  color: #fff;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom-color: #356392 !important;
}
.bootstrap-timepicker-widget:after {
  border-bottom-color: #356392 !important;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  border-top-color: #356392 !important;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  border-top-color: #356392 !important;
}
/*TIME SLOT CONFIGURATION*/
.time-slot-configuration table {
  color: #fff;
  font-size: 14px;
  border: none;
}
.time-slot-configuration table tr td,
.time-slot-configuration table tr th {
  font-weight: 300;
  border-color: #032541 !important;
}
.time-slot-configuration table tr th {
  background: #113559;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.time-slot-configuration table tr td {
  background: #0e2d4d;
  height: 41px;
  position: relative;
}
.time-slot-configuration table tr td.nobkg,
.time-slot-configuration table tr th.nobkg {
  background: #032541;
}
.time-slot-configuration table tr td.nopadding {
  padding: 0;
}
.time-slot-configuration table tr td.column-value {
  width: 96px;
}
.time-slot-configuration table tr td.column-value p {
  height: 15px;
  border-radius: 50px;
  position: absolute;
  top: 13px;
  z-index: 2;
}
.time-slot-configuration table tr .rele-name {
  background: #113559;
  border-radius: 20px;
  line-height: 33px;
  display: block;
  padding-left: 15px;
  margin-right: 25px;
  margin-top: 4px;
  position: relative;
  z-index: 2;
}
.time-slot-configuration table tr .rele-name a {
  background: #46acda;
  border-radius: 100%;
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
  width: 33px;
  height: 33px;
  text-align: center;
  font-size: 16px;
  padding-top: 2px;
}
.time-slot-configuration table tr .rele-name a:hover,
.time-slot-configuration table tr .rele-name a:focus,
.time-slot-configuration table tr .rele-name a:active {
  text-decoration: none;
  cursor: pointer;
  background: #1c5594;
  color: #fff;
}
.time-slot-configuration table tbody td:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 2px solid #153d63;
  width: 100%;
}
.config-rele table {
  border: none !important;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.config-rele table tr {
  height: 44px;
}
.config-rele table tr td,
.config-rele table tr th {
  border-color: #032541 !important;
  border-width: 2px !important;
  vertical-align: middle;
  text-align: center;
}
.config-rele table tr td {
  padding: 0 !important;
  background: repeating-linear-gradient(-45deg, #032541, #032541 2px, #0e2d4d 2px, #0e2d4d 5px);
}
.config-rele table tr td.day,
.config-rele table tr th {
  background: #113559;
}
.config-rele table tr td.nobkg,
.config-rele table tr th.nobkg {
  background: #032541;
}
.config-rele table tr th.add-rule a {
  color: #fff;
  background: #174777;
  font-weight: 300;
  border-radius: 20px;
  line-height: 33px;
  display: block;
  padding-right: 33px;
  position: relative;
  margin: 0 10px;
}
.config-rele table tr th.add-rule a i {
  background: #46acda;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0px;
  width: 33px;
  height: 33px;
  text-align: center;
  font-size: 16px;
  padding-top: 2px;
}
.config-rele table tr th.add-rule a:hover,
.config-rele table tr th.add-rule a:focus,
.config-rele table tr th.add-rule a:active {
  text-decoration: none;
  cursor: pointer;
}
.config-rele table tr th.add-rule a:hover i,
.config-rele table tr th.add-rule a:focus i,
.config-rele table tr th.add-rule a:active i {
  background: #1c5594;
}
.config-rele table tr th.clear-rules a {
  border: 1px solid #46acda;
  color: #46acda;
  background: transparent;
  line-height: 33px;
  display: block;
  border-radius: 5px;
  margin: 0 15px;
}
.config-rele table tr th.clear-rules a i {
  display: none;
}
.config-rele table tr th.clear-rules a:hover,
.config-rele table tr th.clear-rules a:active,
.config-rele table tr th.clear-rules a:focus {
  text-decoration: none;
  cursor: pointer;
  border-color: #fff;
  color: #fff;
}
.config-rele table table {
  width: 100%;
}
.config-rele table table tr {
  height: 44px;
  border-bottom: 2px solid #032541;
}
.config-rele table table tr td {
  background: #0e2d4d;
}
.config-rele table table tr td .btn {
  border-radius: 100%;
  display: inline-block;
  width: 34px;
  height: 34px;
  font-size: 16px;
  padding: 8px 0;
  color: #000;
}
.config-rele table table tr td .btn:hover {
  color: #fff;
}
.config-rele table table tr:last-child {
  border-bottom: none;
}
.configuration-add-container {
  background: #0e2d4d;
  margin-top: 15px;
  border-radius: 5px;
  padding: 30px 50px;
}
.configuration-add-container .title {
  color: #fff;
  margin-bottom: 57px;
}
.configuration-add-container .title i {
  font-size: 50px;
  border-radius: 100%;
  background: #021f37;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  padding: 15px;
  display: block;
}
.configuration-add-container .title p {
  display: none;
  color: #f54747;
  margin-top: 15px;
  font-size: 20px;
}
.configuration-add-container .title.error {
  margin-bottom: 20px;
}
.configuration-add-container .title.error i {
  background: #f54747;
}
.configuration-add-container .title.error i:before {
  content: "\5c";
}
.configuration-add-container .title.error.error-exist p#error-exist {
  display: block;
}
.configuration-add-container .title.error.error-time p#error-time {
  display: block;
}
.configuration-add-container .form-group label {
  font-size: 18px;
  text-align: center;
  display: block;
  margin-bottom: 5px !important;
}
.configuration-add-container .buttons {
  text-align: center;
  margin: 50px 0 20px 0;
}
.configuration-add-container .buttons div {
  display: inline-block;
}
.configuration-add-container .buttons .btn {
  margin: 0 5px;
  width: 80px;
  padding: 8px 12px;
}
.configuration-add-container .buttons .btn-default {
  color: #46acda;
  border-color: #46acda;
  background: transparent;
}
.configuration-add-container .buttons .btn-default:hover {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.configuration-add-container .buttons .btn-delete {
  color: #fff;
  background: #c72e2e;
  border-color: #c72e2e;
}
.configuration-add-container .buttons .btn-delete:hover {
  background: #9f1717;
  border-color: #9f1717;
}
.configuration-remove-all-container {
  background: #960b0b;
  color: #fff;
  text-align: center;
  padding: 40px 80px;
}
.configuration-remove-all-container i {
  font-size: 100px;
  display: block;
  height: 100px;
}
.configuration-remove-all-container p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 40px;
}
.configuration-remove-all-container .btn {
  background: #fff;
  color: #000;
  margin: 0 5px;
  border-color: #fff;
}
.configuration-remove-all-container .btn:hover,
.configuration-remove-all-container .btn:active,
.configuration-remove-all-container .btn:focus {
  border: 1px solid #fff !important;
  color: #fff;
  background: transparent;
}
.configuration-remove-all-container .btn.btn-border {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.configuration-remove-all-container .btn.btn-border:hover {
  color: #000;
  background: #fff;
}
/*SMART ACTION*/
.smart-action-icon {
  background: #db1c87 !important;
}
#smartAction {
  min-height: 100vh;
  width: 100%;
  padding: 50px 0;
  background: #84024b;
}
#smartAction .smart-action-header {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
#smartAction .smart-action-header h1 {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
}
#smartAction .smart-action-header h1 i {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  width: 58px;
  height: 58px;
  background: #db1c87;
  border-radius: 100%;
  font-size: 26px;
  padding-top: 16px;
}
#smartAction .smart-action-header .smart-action-close {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 30px;
  color: #fff;
}
#smartAction .smart-action-header .smart-action-close:hover,
#smartAction .smart-action-header .smart-action-close:active,
#smartAction .smart-action-header .smart-action-close:focus {
  text-decoration: none;
}
#smartAction .container .row .panel {
  border: 1px solid #c21d79;
}
#smartAction .container .row .panel .panel-body {
  background: #c21d79;
  padding: 30px 20px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 300;
}
#smartAction .container .row .panel .panel-body .place-title i {
  font-size: 60px;
  display: block;
  height: 60px;
  margin-bottom: 20px;
}
#smartAction .container .row .panel .panel-body .place-title p {
  font-size: 28px;
  line-height: 30px;
  margin: 0;
}
#smartAction .container .row .panel .panel-footer {
  background: #84024b;
  padding: 40px 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  html.fixed .inner-toolbar {
    left: 250px;
    top: 110px;
  }
  ul.nav-main > li > a {
    padding: 12px 22px;
  }
}
@media only screen and (max-width: 767px) {
  .header .logo-container {
    width: 150px;
    z-index: 1000;
    height: 60px;
    border-bottom: 0px;
  }
  .header .logo-container .logo {
    margin: 0 0 0 60px;
    line-height: 0px;
  }
  .header .header-right {
    float: none;
    height: 60px;
    width: 100%;
    z-index: 500;
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 0;
  }
  .change-context {
    position: absolute;
    right: 15px;
  }
  .change-context .dropdown-menu {
    left: auto;
    right: 0;
  }
  .inner-toolbar {
    padding: 0 12px;
    margin-bottom: 45px;
  }
  .inner-toolbar.inner-toolbar-grafici .filter-container .intervallo-data {
    margin: 0px;
    width: 267px;
    float: left;
  }
  .inner-toolbar.inner-toolbar-grafici .filter-container .intervallo-data .input-daterange {
    width: 266px;
  }
  .inner-toolbar.inner-toolbar-grafici .input-daterange .input-group-addon {
    min-width: auto;
  }
  .panel-grafici .panel-heading .panel-actions {
    float: right;
    display: inline-block;
    margin-top: -5px;
    margin-right: -10px;
  }
  .panel-grafici .panel-body {
    min-height: 150px;
  }
  .notifications {
    float: right;
    margin: 16px 50px 0 0;
    position: absolute;
    width: 100%;
    z-index: 1000;
    right: 0px;
  }
  .notifications > li {
    float: right;
  }
  .notifications > li .notification-menu {
    left: 65px;
    right: 15px;
    top: 34px;
    width: auto !important;
  }
  .notifications > li .notification-icon {
    height: 35px;
    width: 35px;
  }
  .notifications > li .notification-icon i {
    line-height: 35px;
  }
  .notifications > li .notification-menu:before,
  .notifications > li .notification-icon:before {
    margin-top: 3px;
    margin-right: 0px;
  }
  .notifications li.notifications-button:first-child {
    margin-right: 80px;
    margin-left: 20px;
  }
  .userbox {
    float: right;
    width: 150px;
    margin-right: 25px;
  }
  .userbox .button-user {
    padding-right: 0px;
    width: 50px;
    position: absolute;
    float: right;
    right: -10px;
    z-index: 2000;
  }
  .userbox .profile-picture {
    display: block;
    float: right;
  }
  .userbox .profile-picture img {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  }
  .userbox .name,
  .userbox .role,
  .userbox .custom-caret {
    display: none;
  }
  .userbox .divider.first {
    display: none;
  }
  .userbox.open .dropdown-menu {
    padding: 8px 5px 0 0 !important;
    top: 42px;
    margin-right: 16px;
  }
  .userbox.open .dropdown-menu:before {
    border-bottom: 6px solid #282d36;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    height: 0;
    margin-top: -6px;
    top: 0;
    width: 0;
    position: absolute;
    right: 12px;
    pointer-events: none;
  }
  #content-overlay {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #1D2127;
    opacity: 0.6;
    z-index: 100;
  }
  html.dark .userbox:after,
  html.header-dark .userbox:after {
    background: none;
  }
  .inner-wrapper {
    padding-top: 56px;
  }
  .widget-dashboard .panel-body p.unit {
    font-size: 15px;
  }
  .hide-mobile {
    display: none;
  }
  .time-slot-configuration table tr {
    margin-bottom: 20px;
  }
  .time-slot-configuration table tr td {
    padding: 0 !important;
    height: 55px;
  }
  .time-slot-configuration table tr td:before {
    font-weight: 400 !important;
    width: auto !important;
    padding: 0 !important;
  }
  .time-slot-configuration table tr td:after {
    margin-top: 10px;
  }
  .time-slot-configuration table tr td.column-value {
    width: 100%;
  }
  .time-slot-configuration table tr td.column-value p {
    top: 30px;
  }
  .time-slot-configuration table tr td.nobkg {
    height: 45px;
  }
  .time-slot-configuration table tr td.nobkg:after {
    border: none;
  }
  .time-slot-configuration table tr .rele-name {
    margin-right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .config-rele table tr th.add-rule a {
    padding: 0;
    height: 35px;
    background: none;
  }
  .config-rele table tr th.add-rule a span {
    display: none;
  }
  .config-rele table tr th.add-rule a i {
    top: 0;
    right: 50%;
    margin-right: -17px;
  }
  .config-rele table tr th.clear-rules a {
    height: 35px;
    border: none;
    margin: 0;
  }
  .config-rele table tr th.clear-rules a span {
    display: none;
  }
  .config-rele table tr th.clear-rules a i {
    font-size: 16px;
    width: 33px;
    height: 33px;
    color: #fff;
    display: block;
    background: #960b0b;
    border-radius: 100%;
    margin: 0 auto;
    padding-top: 2px;
  }
  .config-rele table tr td {
    width: 25%;
  }
  .configuration-add-container .form-group label {
    margin-top: 10px !important;
  }
  .configuration-add-container #editDayConfig {
    background: #ccc;
  }
  .configuration-add-container .buttons div {
    display: block;
  }
  .configuration-add-container .buttons .btn {
    margin: 10px 5px;
  }
  .configuration-remove-all-container {
    padding: 20px 40px;
  }
  .configuration-remove-all-container p {
    font-size: 18px;
    line-height: 22px;
  }
  .modal-block .modal-container .panel-body .tab-content .toggle .toggle-content .control-info {
    line-height: 18px;
  }
  .modal-block .modal-container .panel-body .tab-content .toggle .toggle-content .control-alert {
    line-height: 18px;
  }
  #total-control {
    padding-right: 15px;
  }
  #total-control .col-xs-6,
  #total-control .col-xs-12 {
    padding-right: 0 !important;
  }
}
.widget-button .btn {
  position: relative;
  padding-top: 10px !important;
  background: #fff;
  color: #164164;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.075), 0 3px 5px rgba(0, 0, 0, 0.15), 1px 2px 2px rgba(0, 0, 0, 0.05);
}
.widget-button .btn:hover,
.widget-button .btn:focus,
.widget-button .btn:active {
  color: #46acda;
  background: #fff !important;
}
.widget-button .btn .handle {
  width: 43px;
  height: 43px;
  background-position: center center !important;
  position: absolute;
  top: 0;
  left: 0;
}
