/* ================================================
   🎨 SUBLIMA CSS - Stili Generali
   ================================================ */

/* Base styles */
body {
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

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

/* Typography */
h1, h2, h3, h4, h5, h6 {
    padding: 2px 0;
    margin: 2px 0;
    color: #777;
}

h2 {
    font-size: 25px;
    line-height: 35px;
}

h3 {
    font-size: 18px;
    line-height: 23px;
}

h4 {
    font-size: 15px;
    line-height: 20px;
}

h5 {
    font-size: 13px;
    line-height: 18px;
}

h6 {
    font-size: 12px;
    line-height: 17px;
}

/* Basic elements */
p {
    padding: 0;
    margin: 0;
}

a {
    color: #AA0000;
}

a:hover {
    color: #1A1A1A;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: 0;
}

/* Utility classes */
.bold {
    font-weight: bold;
}

hr {
    margin: 15px 0 10px 0;
    padding: 0;
    border-top: 0;
    border-bottom: 1px solid #f4f4f4;
    height: 0;
}

.center {
    text-align: center;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

.nascondi {
    display: none !important;
}
/* Notifications & Badges */
.notifiche.badge {
    padding-left: 7px !important;
    padding-right: 7px !important;
    margin-left: -15px;
    margin-bottom: -15px;
    font-size: 100%;
}

.notifiche.badge-light {
    color: white;
    background-color: blue;
}

/* Components */
.well {
    padding: 7px 9px;
    margin-bottom: 0;
}

button.close {
    font-size: 20px !important;
    font-weight: normal;
}

button {
    font-size: 12px;
}

/* Progress bars */
/* Progress bar - base style */
.progress {
    height: 25px;
    border-radius: 3px;
    margin: 15px 0 !important;
    line-height: 12px;
    background: #eee;
}

.progress-bar {
    font-size: 12px !important;
    line-height: 22px !important;
}

/* Progress bar override in dropdown-menu */
.dropdown-menu .progress {
    height: 8px;
}

/* Progress bar override in navbar */
.navbar .progress {
    margin-bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}

/* Icons */
i.ipad {
    margin-right: 2px;
}

/* Background colors */
.bblue {
    background: #5eb2d9;
}

.bbrown {
    background: #b46e4c;
}

.bgreen {
    background: #4ac344;
}

.borange {
    background: #ff8421;
}

.bred {
    background: #ff5d5e;
}

.byellow {
    background: #d7a443;
}

/* ================================================
   📊 Sparkline & Tooltips
   ================================================ */

/* Sparkline tooltip */
.jqstooltip {
    width: auto !important;
    height: auto !important;
    border-radius: 5px;
    padding: 4px 6px !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    border: 0 !important;
}

/* ================================================
   📝 Forms
   ================================================ */

form {
    margin: 0;
}

.input-group-width {
    max-width: 250px;
}

/* ================================================
   🌐 Social Media Icons
   ================================================ */

.social {
    font-size: 16px;
    margin: 5px 0;
}

.social i {
    box-shadow: inset 0 0 1px #333;
    height: 25px;
    width: 25px;
    line-height: 25px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    color: #fff;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
    text-align: center;
}

.social i.facebook {
    background: #3c5b9b;
}

.social i.twitter {
    background: #2daae1;
}

.social i.google-plus {
    background: #f63e28;
}

.social i.pinterest {
    background: #cb2027;
}

.social i.linkedin {
    background: #0173b2;
}

.social i:hover {
    background: #000;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
}

.social a,
.social a:visited,
.social a:hover {
    color: #fff;
    text-decoration: none;
}

/* ================================================
   🔝 Back to Top Button
   ================================================ */

.totop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 104400;
    background: #0993d3 !important;
    display: none;
}

.totop a,
.totop a:visited {
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.totop a:hover {
    color: #eee;
    text-decoration: none;
}

/* ================================================
   🖼️ Image Alignment
   ================================================ */

.alignleft,
img.alignleft {
    margin-right: 8px;
    margin-top: 5px;
    display: inline;
    float: left;
}

.alignright,
img.alignright {
    margin-left: 8px;
    margin-top: 5px;
    display: inline;
    float: right;
}

.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

/* ================================================
   📱 Layout Columns
   ================================================ */

/* Half column */
.mcol-left {
    width: 48%;
    float: left;
}

.mcol-right {
    width: 48%;
    float: right;
}

.col-left {
    width: 48%;
    float: left;
}

.col-right {
    width: 48%;
    float: right;
}

/* ================================================
   📋 Dropdown Menus
   ================================================ */

.dropdown-big .dropdown-menu {
    min-width: 230px;
    padding: 8px 10px;
}

.dropdown-big .dropdown-menu p {
    margin: 0;
    padding: 1px 0;
    font-size: 11px;
    line-height: 16px;
    color: #999;
}

.dropdown-big .dropdown-menu a,
.dropdown-big .dropdown-menu a:hover {
    line-height: 16px;
    font-size: 12px;
    background: transparent;
    padding: 0;
    color: #777;
}

.dropdown-big .dropdown-menu a:hover {
    color: #777;
}

.dropdown-big .dropdown-menu .drop-foot {
    text-align: center;
}

.dropdown-big .dropdown-menu .drop-foot a {
    font-size: 11px !important;
    color: #777;
}

.dropdown-big .dropdown-menu hr {
    padding: 0;
    margin: 8px 0;
    border-top: 0 solid #aaa;
    border-bottom: 1px solid #eee;
}

.dropdown-big .dropdown-menu i {
    position: relative;
}

.dropdown-big .dropdown-menu h5 {
    color: #888 !important;
    line-height: 18px;
    font-weight: bold;
    font-size: 13px;
}

.dropdown-big .dropdown-menu h6,
.dropdown-big .dropdown-menu h6 a {
    color: #888 !important;
    font-size: 12px;
    line-height: 14px !important;
    font-weight: normal;
}

.dropdown-big .dropdown-menu h6 a:hover {
    color: #555 !important;
    text-decoration: none;
}

.dropdown-big .dropdown-menu li {
    line-height: 15px;
}

.dropdown-big .dropdown-menu li p {
    padding: 5px 0;
}

.dropdown-menu {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #ddd;
    border-bottom: 1px solid #d2d2d2;
    box-shadow: inset 0 1px 2px #fff;
    /* Responsive override in media query */
}

.dropdown-menu li > a {
    color: #000;
    /* line-height: 20px; */
}

.dropdown-menu li > a:hover {
    background: #f3f3f3 !important;
    filter: none;
    color: #777;
}

.dropdown-menu .progress {
    height: 8px;
}

/* ================================================
   🧭 Navbar & Navigation
   ================================================ */

/* Consolidamento stili custom da navbar.html */

/* Badge per notifiche */
.badge-warning {
    background-color: #000000 !important;
    color: white !important;
}

/* Notifiche */
.notifiche {
    position: absolute;
    top: -8px;
    right: -8px;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    background-color: #ff4444 !important;
    color: white !important;
    border: 1px solid white !important;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Bottoni custom */
.btn-default {
    transition: all 0.2s ease;
}

.btn-default:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-outline-danger {
    border-color: #AA0000;
    color: #AA0000;
}

.btn-outline-danger:hover {
    background-color: #AA0000;
    border-color: #AA0000;
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.5);
    color: white !important;
    background-color: transparent;
}

.btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: white;
    color: white !important;
}

/* Dropdown user menu */
.dropdown-user {
    background-color: white;
    border: none;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    padding: 8px 0;
    min-width: 200px;
}

.dropdown-user li a {
    color: #333 !important;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    transition: background-color 0.2s ease;
}

.dropdown-user li a:hover {
    background-color: #f8f9fa;
    color: #AA0000 !important;
    text-decoration: none;
}

.dropdown-user li a i {
    margin-right: 8px;
    width: 16px;
    text-align: center;
}

.dropdown-user .divider {
    height: 1px;
    background-color: #e9ecef;
    margin: 8px 0;
}

/* Classe red-sublima */
.red-sublima {
    color: #AA0000 !important;
}

.red-sublima:hover {
    color: #880000 !important;
    background-color: #f8f9fa !important;
}

/* Responsive navbar/menu custom (max-width: 992px) */
@media (max-width: 992px) {
    .navbar-nav .nav-link,
    .dropdown-menu,
    .dropdown-menu .btn,
    .dropdown-menu a {
        background: #fff !important;
        color: #222 !important;
        border-radius: 6px;
        border: 1px solid #eee;
        font-weight: 500;
        padding: 10px 16px;
        margin-bottom: 4px;
        transition: background 0.2s, color 0.2s;
        box-shadow: 0 2px 8px rgba(0,0,0,0.06);
        text-align: left !important;
    }
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:focus,
  .dropdown-menu .btn:hover,
  .dropdown-menu a:hover {
    background: #AA0000 !important;
    color: #fff !important;
    border-color: #AA0000;
  }
  .dropdown-menu i,
  .navbar-nav .nav-link i {
    color: #AA0000 !important;
    margin-right: 8px;
  }
  .dropdown-menu {
    position: static !important;
    width: 100%;
    margin-top: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
  .mega-menu {
    min-width: unset;
    left: unset;
    transform: none;
  }
  .yamm-content .row > div {
    margin-bottom: 18px;
  }
  .contieniSelectAzienda {
    margin: 10px 0;
  }
  .contieniSelectAzienda select {
    width: 100%;
  }
}

/* Responsive navbar destra (max-width: 768px) */
@media (max-width: 768px) {
  .navbar-nav.ml-auto {
    margin-top: 10px;
    padding: 10px;
    background-color: rgba(255, 122, 122, 0.9);
    border-radius: 8px;
    border: 1px solid rgba(170,0,0,0.3);
  }
  .navbar-nav.ml-auto .nav-link {
    margin: 5px 0;
    justify-content: center;
    color: white !important;
    background-color: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 6px;
  }
  .navbar-nav.ml-auto .nav-link:hover {
    background-color: #AA0000;
    color: white !important;
    border-color: #AA0000;
  }
  .navbar-nav.ml-auto .fa-bell,
  .navbar-nav.ml-auto .fa-user,
  .navbar-nav.ml-auto .fa-globe {
    color: white !important;
  }
  .navbar-nav.ml-auto .nav-link:hover .fa-bell,
  .navbar-nav.ml-auto .nav-link:hover .fa-user,
  .navbar-nav.ml-auto .nav-link:hover .fa-globe {
    color: white !important;
  }
}
.navbar *{
  font-weight: normal !important;
  text-shadow:none !important;

}

.navbar{

    background-color: #AA0000;
s

  border-bottom: 1px solid #ddd;
  box-shadow: inset 0px 1px 1px #fff;
}

.navbar .caret{
  border-top-color: #666;
    border-bottom-color: #666;
}

.navbar-brand{
   /*color:#777;*/
   font-size:25px;
   /*font-weight:bold;*/
   /*padding-top:20px;*/
}

.navbar-brand:hover{
   color:#777;
}

.navbar-toggle{
  background:#f2f2f2;
  border:1px solid #ccc;
  border-radius:4px;
}

.navbar-toggle:hover{
  background:#ddd;
}

.navbar li a{
  font-size: 14px !important;
  /*color:#777;*/
}

.navbar li a:hover{

  color:#000;
}

.navbar i{
  margin-right: 4px;
}


.navbar .label{
  padding:5px 7px !important;
   font-size:11px;
   border-radius:10px;
}

.navbar .label i{
  margin-right: 0px;
}

.navbar .progress{
  margin-bottom: 0px;
  padding: 0px !important;
  margin: 0 !important;
}

.nav-tabs > li.active > a {
    background: transparent !important;
}

/* Header */

header{
  border-top: 1px solid #ccc;
    padding: 0px 0px 5px 0px;
  background: #fafafa url("../img/cream.png") repeat;
  border-bottom: 1px solid #ddd;
}

header .container {
  width:100%;
  max-width: 100%;
}

header .logo{
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 10px;
}

header .logo h1 a, header .logo h1 a:visited, header .logo h1 a:hover{
  font-size: 35px;
  color: #777;
  text-decoration: none;
  font-weight: normal;
}

header .logo .meta{
  color: #888;
  line-height: 15px;
  padding: 0px;
  margin: 0px;
}

header .nav.nav-pills{
  margin-bottom: 10px;
  margin-top: 15px;
}

header .nav.nav-pills > li > a{
  color: #666;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #c2c2c2;
  border-radius: 5px;
  *margin-left: .3em;
  margin-right: 5px;
  padding:7px 14px;
}

header .nav.nav-pills > li > a:hover, header .nav.nav-pills > li > a:focus{
  color: #444;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  text-decoration: none;
  border:1px solid #aaa;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

header .nav.nav-pills > li > a span{
   border-radius:40px;
   padding:4px 6px;
   font-size:11px;
   display:inline-block;
   text-shadow:none !important;
}

header .nav-pills .open .dropdown-toggle{
  color: #444;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

header .header-data{
  margin-top: 15px;
}

header .header-data .hdata{
  display: inline-block;
  width: 85px;
  margin-right: 15px;
}

header .header-data .hdata i{
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 17px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  box-shadow: inset 0px 0px 1px #777;
}

header .header-data .hdata p, header .header-data .hdata a, header .header-data .hdata a:hover{
  display: block;
  line-height: 16px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin-top: 3px;
  color: #666;
}

header .header-data .hdata em{
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}

/* Notification */

.noty_text{
  font-size: 12px;
  line-height: 20px;
}

/* Sidebar */

.sidebar{
  width: 175px;
  float: left;
  display: block;
  background:#f2f2f2;
  color: #777;
  position: relative;
}

.sidebar .sidebar-dropdown{
  display: none;
}











.sidebar .sidebar-dropdown a{
  color: #fff !important;
  box-shadow: inset 0px 0px 1px #000;
  background-color: #343434;
  background: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#292929));
  background: -webkit-linear-gradient(top, #343434, #292929);
  background: -moz-linear-gradient(top, #343434, #292929);
  background: -ms-linear-gradient(top, #343434, #292929);
  background: -o-linear-gradient(top, #343434, #292929);
  background: linear-gradient(top, #343434, #292929);
  padding:6px;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  display: block;
  border-top: 2px solid #666;
  border-bottom: 1px solid #333;

}

.sidebar ul{
  padding: 0px;
  margin: 0px;
}

.sidebar ul li{
  list-style-type: none;
}

.sidebar #nav {
  display: block;
  width:100%;
  margin:0 auto;
  position: absolute;
  z-index: 60;
}

.sidebar #nav li i{
  display:inline-block;
  margin-right: 5px ;
  background: #eee ;
  color:#888;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #ccc;
}

.sidebar  #nav li span i{
  margin: 0px;
  color: #999;
  background: transparent !important;
  border: 0px;
}


.sidebar #nav > li > a {
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #777;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f2f2f2));
  background: -webkit-linear-gradient(top, #f9f9f9, #f2f2f2);
  background: -moz-linear-gradient(top, #f9f9f9, #f2f2f2);
  background: -ms-linear-gradient(top, #f9f9f9, #f2f2f2);
  background: -o-linear-gradient(top, #f9f9f9, #f2f2f2);
  background: linear-gradient(top, #f9f9f9, #f2f2f2);
  box-shadow: inset 0px 1px 1px #fff;
}

.sidebar #nav > li > a:hover, .sidebar #nav > li.open > a {
  color: #e9e9e9;
  border-bottom: 1px solid #167cac;
  border-top: 1px solid #2094ca;
  background-color: #aaa;
  background: -webkit-gradient(linear, left top, left bottom, from(#1aaef3), to(#0993d3));
  background: -webkit-linear-gradient(top, #1aaef3, #0993d3);
  background: -moz-linear-gradient(top, #1aaef3, #0993d3);
  background: -ms-linear-gradient(top, #1aaef3, #0993d3);
  background: -o-linear-gradient(top, #1aaef3, #0993d3);
  background: linear-gradient(top, #1aaef3, #0993d3);
  box-shadow: none;
  color: #fff;
  font-weight: bold;
}

.sidebar #nav > li > a:hover i, .sidebar #nav > li.open > a  i{
  color: #fff;
  background-color: #167cac !important;
  border: 1px solid #167cac;
}

.sidebar #nav > li > a:hover span i, .sidebar #nav > li.open > a span i{
  color: #fff;
  background: transparent !important;
  border: 0px;
}

.sidebar #nav li li.current{
  background:#f3f3f3;
}

.sidebar #nav li ul { display: none; background: #efefef url("../img/cream.png") repeat; }

.sidebar #nav li ul li a {
  display: block;
  background: none;
  padding: 10px 0px;
  padding-left: 30px;
  text-decoration: none;
  color: #777;
  border-bottom: 1px solid #ddd;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
}

.sidebar #nav li ul li a:hover {
  background: #eee;
  border-bottom: 1px solid #ddd;
}

.sidebar #nav li.open ul{
  display: block !important;
}

/* Main */

.mainbar{
  position: relative;
  /*margin-left: 175px;*/
  margin-right: 0px;
  width: auto;
  /*background:#eee url("../img/main-back.png") repeat;*/
  border-left: 1px solid #ccc;
    /* z-index: 50; */

  /*min-height: 800px;*/

}

.mainbar .container{
   max-width:100% !important;
  width: 100% !important;
    /*background:#ffffff;*/
}

/* Pagination*/

.pagination{
  margin: 10px 0px 5px 0px;
}

.pagination ul > li > a, .pagination ul > li > span {
  border: 1px solid #aaa;
  margin-right: 2px;
  border-radius: 5px !important;
  /* padding: 2px 8px; */
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
  background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: linear-gradient(top, #f8f8f8, #f2f2f2);
  box-shadow: inset 0px 2px 1px #fff;
  color: #666;
}

.pagination ul > li > a:hover{
  color: #333;
}

/* Page head */

.mainbar .page-head{
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
  background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: linear-gradient(top, #f8f8f8, #f2f2f2);
  padding: 8px 20px;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0px 1px 1px #fff;
}

.mainbar .page-head h2{
  font-weight: normal;
  font-size: 20px;
}

/* Bread crumb */

.mainbar .bread-crumb{
  font-size: 11px;
  margin-top: 10px;
  color: #aaa;
}

.mainbar .bread-crumb i{
  margin-right: 3px;
}

.mainbar .bread-crumb .divider{
  margin: 0px 3px;
}

.mainbar .bread-crumb a{
  color: #666;
}

.mainbar .bread-crumb a.bread-current{
  color: #888;
}

/* Matter */

.mainbar .matter{
  border-top: 1px solid #ddd;
  padding: 3px 0px;
}

/* Widget */

.widget {
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
  background: #fafafa url('../img/cream.png') repeat;
}

.widget p{
  margin: 3px 0px 5px 0px !important;
  line-height: 20px;
}

.widget hr{
  margin: 8px 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}

.widget .table *{
  border-color:#e8e8e8 !important;
}

.widget .table.table-bordered{
  margin-bottom:0px;
  border:0px;
}

.widget .table.table-bordered tr th{
  border-top:0px;
  border-left:0px;
}

.widget .table.table-bordered tr th:last-child{
  border-right:0px;
}

.widget .table.table-bordered tr:first-child td{
  border-top:0px;
}

.widget .table.table-bordered tr:last-child td{
  border-bottom:0px;
}

.widget .table.table-bordered td{
  border-right:1px solid #ddd;
}

.widget .table.table-bordered tr td:first-child{
  border-left:0px;
}

.widget .table.table-bordered td:last-child{
  border-right:0px;
}

.widget.wblack{
  background: #fafafa url('../img/black.png') repeat;
  color: #ddd;
  border: 1px solid #222;
}

.widget.wblack hr{
  border-top: 1px solid #444;
  border-bottom: 1px solid #222;
}

.widget.wblack a{
  color: #aaa;
}

.widget.wblack a:hover{
  color: #888;
}

.widget .widget-head,.modal-header{
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
  background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: linear-gradient(top, #f8f8f8, #f2f2f2);
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  text-shadow:0px 1px #fff;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  color: #aa0000;
  font-size: 13px;
  font-weight: bold;
    padding: 8px 15px;
}

.widget.wblack .widget-head{
  background-color: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
  background: -webkit-linear-gradient(top, #333, #111);
  background: -moz-linear-gradient(top, #333, #111);
  background: -ms-linear-gradient(top, #333, #111);
  background: -o-linear-gradient(top, #333, #111);
  background: linear-gradient(top, #333, #111);
  text-shadow:0px 1px #000;
  border-bottom: 1px solid #555;
  border-top: 1px solid #666;
  box-shadow: inset 0px 1px 1px #444;
  color: #ccc;
}

.widget .widget-head .widget-icons i{
  font-size: 14px;
  margin: 0px 4px;
}

.widget .widget-head .widget-icons a{
  color: #aaa;
}

.widget .widget-head .widget-icons a:hover{
  color: #999;
}

.widget.wblack .widget-head .widget-icons i{
  font-size: 14px;
  margin: 0px 4px;
}

.widget .widget-foot, .modal-footer{
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
  background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: linear-gradient(top, #f8f8f8, #f2f2f2);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  text-shadow:0px 1px #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #ccc;
  padding: 2px;
  font-size: 12px;
  color: #555;
  box-shadow: inset 0px 1px 1px #fff;
}

.widget.wblack .widget-foot{
  background-color: #111;
  background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));
  background: -webkit-linear-gradient(top, #222, #111);
  background: -moz-linear-gradient(top, #222, #111);
  background: -ms-linear-gradient(top, #222, #111);
  background: -o-linear-gradient(top, #222, #111);
  background: linear-gradient(top, #222, #111);
  text-shadow:0px 1px #000;
  border-bottom: 1px solid #000;
  border-top: 1px solid #222;
  color: #aaa;
  box-shadow: inset 0px 1px 1px #444;
}

/* Widget white extras */

.widget .nav-tabs > li a {
    padding: 5px 10px;
}

.widget .nav-tabs {
  margin-bottom: 5px;
}

.widget .tab-content{
  margin-bottom: 10px;
}

/* Widget black extras */

.widget.wblack .btn-inverse{
  border: 1px solid #212121;
}

.widget.wblack a.btn-primary, .widget.wblack a.btn-primary:hover,
.widget.wblack a.btn-warning, .widget.wblack a.btn-warning:hover,
.widget.wblack a.btn-danger,  .widget.wblack a.btn-danger:hover,
.widget.wblack a.btn-success, .widget.wblack a.btn-success:hover,
.widget.wblack a.btn-info,  .widget.wblack a.btn-info:hover,
.widget.wblack a.btn-inverse, .widget.wblack a.btn-inverse:hover{
    color: #fff;
}

.widget.wblack .form-actions{
  border-radius: 5px;
  background-color: #111;
  background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));
  background: -webkit-linear-gradient(top, #222, #111);
  background: -moz-linear-gradient(top, #222, #111);
  background: -ms-linear-gradient(top, #222, #111);
  background: -o-linear-gradient(top, #222, #111);
  background: linear-gradient(top, #222, #111);
  border: 1px solid #111;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
}

.widget.wblack h2,
.widget.wblack h3,
.widget.wblack h4,
.widget.wblack h5,
.widget.wblack h6{
  color: #ddd;
}

.widget.wblack blockquote{
  border-left: 3px solid #555;
}

.widget.wblack .pagination ul > li > a, .widget.wblack .pagination ul > li > span {
  background-color: #111;
  background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));
  background: -webkit-linear-gradient(top, #222, #111);
  background: -moz-linear-gradient(top, #222, #111);
  background: -ms-linear-gradient(top, #222, #111);
  background: -o-linear-gradient(top, #222, #111);
  background: linear-gradient(top, #222, #111);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
  border: 1px solid #161616;
}

.widget.wblack .pagination ul > li > a:hover{
  background: #222;
}

.widget.wblack .table td{
  border-top: 1px solid #222;
}

.widget.wblack .table tr:hover{
  background: rgba(255,255,255,0.1);
}

.widget.wblack .nav-tabs > .active > a, .widget.wblack .nav-tabs > .active > a:hover {
  background: #222;
}

.widget.wblack .nav-tabs {
    margin-bottom: 5px;
    border-bottom: 1px solid #222;
}

.widget.wblack .nav-tabs > li a {
    padding: 5px 10px;
    background-color: #111;
    background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));
  background: -webkit-linear-gradient(top, #222, #111);
    background: -moz-linear-gradient(top, #222, #111);
    background: -ms-linear-gradient(top, #222, #111);
    background: -o-linear-gradient(top, #222, #111);
    background: linear-gradient(top, #222, #111);
    border: 1px solid #222;
    border-bottom: 0px;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    color: #ccc;
    font-weight: bold;
    margin-right: 5px;
}

.widget.wblack .nav-tabs > li a:hover {
    background: #222;
}

.widget.wblack .nav-tabs > li.active {
    border-bottom: 0px;
}

.widget.wblack .nav-tabs > li.active a {
    color: #fff;
    background: #333 url('../img/back.png');
    border-bottom: 0px;
}

.widget.wblack .nav-tabs > li.active a:hover {
    background: #333 url('../img/back.png');
    border-bottom: 0px;
}

.widget.wblack .tab-content{
  margin-bottom: 10px;
}

/* Calendar */

.fc-header-title h2 {
  font-size: 15px;
  line-height: 20px;
}

.fc-event-skin {
  background-color: #ff5d5e;
  border-color: #ff3839;
}

/*.fc-button-month, .fc-button-agendaWeek, .fc-button-agendaDay {*/
  /*margin-top: -45px;*/
  /*right: 20px;*/
/*}*/

/*.fc-event {*/
  /*position: relative;*/
  /*display: block;*/
  /*font-size: .85em;*/
  /*line-height: 1.3;*/
  /*border-radius: 3px;*/
  /*border: 1px solid #ff3839;*/
  /*background-color: #FF9641;*/
  /*font-weight: normal;*/
/*}*/


.fc-widget-header {
  padding: 7px 0px !important;
  color: #666;
  background: #eee;
  border-color: #ccc;
}

/*.fc-content {*/
  /*background: #FF9641;*/
/*}*/

.fc-content td:hover{
  background: #f3f3f3;
}

/* Current status */

.current-status{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.current-status .bold{
  font-size: 13px;
  margin-left: 8px;
}

.current-status li{
  padding: 10px 0px;
 }

/* Today datas */

.today-datas{
  list-style-type: none;
  padding: 0px;
  margin: 10px 0px;
}

.today-datas li{
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
    padding: 10px 20px;
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
  background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: linear-gradient(top, #f8f8f8, #f2f2f2);
  background: #f8f8f8 url("../img/cream.png") repeat;
  text-shadow:0px 1px #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0px 0px 3px #fff;
  max-width: 100%;
  text-align: center;
}

.today-datas li .datas-text{
  font-size: 11px;
  padding: 7px 0px 0px 0px;
  font-weight: normal;
}

/* Error */

.error-page{
  max-width: 500px;
  margin: 50px auto;
}

.error-page .container{
  max-width:100%;
  width:100%;
}

.error h1{
  font-weight: normal;
}

/* Grid */

.show-grid div{
  background: #eee;
  text-align: center;
  margin: 10px 0px;
  border: 1px solid #ddd;
}

/* Date & Time Picker */

.dtpicker{
  max-width:200px;
}

/* Slider */

#eq span {
    height:120px; float:left; margin:15px
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.1em;
  height: 1.1em !important;
  cursor: default;
  border-radius: 50px;
  background: #fafafa !important;
  border: 1px solid #ccc !important;
}

.ui-slider-horizontal {
  height: .6em;
  border: 1px solid #ccc !important;
  background: #fff !important;
  border-radius: 3px;
}

.ui-slider-vertical {
  height: 100px;
  width: 0.6em;
  border: 1px solid #ccc !important;
  background: #fff !important;
  border-radius: 3px;
}

.ui-slider-vertical .ui-slider-handle {
  margin-left: 0 !important;
  margin-bottom: -.6em !important;
}


#master1, #master2, #master3, #master4, #master5, #master6{
  width: 100%;
  margin:15px 0px !important;
}

.ui-widget-header{
  border-radius: 3px !important;
}

.slider-red .ui-widget-header{
  background: #dd514c !important;
  border-color: #dd514c !important;
}

.slider-blue .ui-widget-header{
  background: #36a5c6 !important;
  border-color: #36a5c6 !important;
}

.slider-green .ui-widget-header{
  background: #44c636 !important;
  border-color: #44c636 !important;
}

.slider-yellow .ui-widget-header{
  background: #fcd419 !important;
  border-color: #fcd419 !important;
}

.slider-orange .ui-widget-header{
  background: #fc9419 !important;
  border-color: #fc9419 !important;
}

.slider-violet .ui-widget-header{
  background: #9919fc !important;
  border-color: #9919fc !important;
}

/* Toggle button */

.onoffswitch {
  width: 50px;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  font-size: 10px;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 6px;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 4px;
  background-color: #444;
  color: #fff;
  text-align: right;
}

.onoffswitch-switch {
  background: #FCF7F7;
  border: 0px;
  border-radius: 50px;
  right: 24px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-label {
  border: 0px;
}

.sw-green .onoffswitch-inner:before {
  background-color: #51d466;
}
.sw-red .onoffswitch-inner:before {
  background-color: #f75353;
}
.sw-lblue .onoffswitch-inner:before {
  background-color: #32c8de;
}
.sw-orange .onoffswitch-inner:before {
  background-color: #f78153;
}
.sw-blue .onoffswitch-inner:before {
  background-color: #609cec;
}

/* Gallery */

.gallery img{
  max-width: 170px;
  margin: 5px;
  padding: 1px;
  border: 1px solid #aaa;
  border-radius: 5px;
}

/* Error log */

.error-log{
  height: 300px;
  overflow: auto;
  font-family: "Courier New", monospace;
}

.error-log ul{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.error-log .green{
  color: #61c221;
}

.error-log .red{
  color: #ff0000;
}

/* Media */

.medias .checker {
  width: 5px !important;
}

.medias img{
  padding: 1px;
  background: #fff;
  border: 1px solid #aaa;
  max-width: 40px;
}

/* CL Editor */

/*.cleditorMain{*/
  /*border: 1px solid #ccc;*/
  /*margin: 10px 0px;*/
/*}*/

/*.cleditorMain textarea, .cleditorMain iframe{*/
  /*width: 100% !important;*/
/*}*/

/* Chart */

#bar-chart,#bar-chart-black,#curve-chart,#live-chart,#pie-chart,#pie-chart2,#pie-chart3{
  height: 250px;
  max-width: 100%;
}

#pie-chart,#pie-chart2,#pie-chart3{
  max-width: 300px;
  margin: 10px auto;
}

/* Support page */

.support-faq form input{
  padding-left:8px;
  margin:10px 0px;
  border-radius:3px;
  border:1px solid #aaa;
}

#slist p{
display: none;
margin:5px 0px;
padding:5px 10px;
background:#fff;
line-height: 25px;
border:1px solid #eee;
}

#slist{
  margin-left: 20px;
}

#slist li{
  margin-bottom: 10px;
}

#slist li a{
  display: block;
  margin-bottom: 0px;
  text-decoration:none;
}

/* Post form */

.post{
  margin-top: 20px;
}

/* Login and Register form */

.admin-form{
  max-width: 500px;
  margin: 50px auto;
}

.admin-form .container{
  width:100% !important;
  max-width:100% !important;
}

.admin-form form{
  padding: 10px 0px;
}

/* Widget-Content */

.widget-content .error .form-inline button{
  margin-left:-2px;
  padding:8px 12px;
}

.chats{
  padding-left:0px;
  margin-left:0px;
}

.recent{
  padding-left:0px;
  margin-left:0px;
}

.widget-foot .form-inline button {
  margin-left: -3px;
  padding:7px 12px;
}

.widget-content .form-inline button {
  margin-left: 0px;
  padding:7px 12px;
}

.buttons button{
  margin-top:10px;
}

.widget-content ol#slist{
  padding:0px;
}

.task i {
  display:inline-block;
  width: 30px;
  height: 17px;
  background: #ccc;
  text-align: center;
  border-radius: 50px;
  font-size: 10px;
  line-height: 17px;
}

.pagination li a{
  color:#777;
}

/* Footer */

footer{
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
  background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: linear-gradient(top, #f8f8f8, #f2f2f2);
  /*padding:10px 0px;*/
  color: #777;
  font-size: 12px;
  border-top: 3px solid #ddd;
}

footer .container{
  width:100%;
  max-width:100% !important;
}

footer a, footer a:visited{
  color: #444;
}

footer a:hover{
  color: #333;
  text-decoration: underline;
}

footer .copy{
  font-size: 11px;
}

/* Responsive */

@media (max-width: 480px){
  .mainbar .page-head h2{
    float: none;
  }
  .mainbar .bread-crumb{
    float: none;
    margin-top: 10px;
  }
  .col-left{
    width: 100%;
    float: none;
    margin-right: none;
  }
  .col-right{
    width: 100%;
    float: none;
  }
  /*.fc-button-month, .fc-button-agendaWeek, .fc-button-agendaDay {*/
    /*display: none;*/
  /*}*/
}


@media (max-width: 780px) {

    .nascondiSuMobile
    {
        display:none !important;

    }

  }

@media (max-width: 767px){

    .vediSuMobile
    {
        display:block !important;

    }



  .form-inline button{
      margin-left:0px;
    }
  header{
    padding-top: 0px !important;
    padding-bottom: 20px !important;
  }
  header .logo{
    padding: 0px;
    display: none;
  }
  header .nav.nav-pills{
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left:20px;
  }
  header .header-data {
    margin-top: 15px;
    margin-left: 20px;
  }

  .navbar{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .nav-collapse .dropdown-menu{
    padding: 10px 10px !important;
  }
  .nav-collapse .dropdown-menu > li{
    color: #999 !important;
  }
  .nav-collapse .dropdown-menu a {
    color: #777;
  }
  .nav-collapse .dropdown-menu a:hover{
    color: #888;
    background:transparent !important;
  }
  .nav-collapse .dropdown-menu hr{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ccc;
  }
  /*.sidebar{*/
    /*float: none;*/
    /*width: 100%;*/
    /**/
  /*}*/
  /*.sidebar .sidebar-dropdown{*/
    /*display: block;*/
  /*}*/
  .sidebar #nav{
    display: none;
  }
  .mainbar{
    float: none;
    margin:0px;
    border:0px;
  }
  .today-datas{
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .form{
    margin: 0px !important;
  }
  form .control-group{
    margin:0px !important;
  }
  /*form .control-label{*/
    /*float: none !important;*/
    /*width: auto !important;*/
    /*text-align: left !important;*/
  /*}*/
  form .controls{
    float: none !important;
    margin-left: 0px !important;
  }
  form .form-actions{
    padding-left: 0px !important;
  }
  .navbar{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .nav-collapse .dropdown-menu{
    padding: 10px 10px !important;
  }
  .nav-collapse .dropdown-menu > li{
    color: #999 !important;
  }
  .nav-collapse .dropdown-menu a {
    color: #777;
  }
  .nav-collapse .dropdown-menu a:hover{
    color: #888;
    background:transparent !important;
  }
  .nav-collapse .dropdown-menu hr{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ccc;
  }
  /*.sidebar{*/
    /*width: 200px;*/
  /*}*/
  /*.mainbar{*/
    /*margin-left: 200px;*/
  /*}*/

   header{
      padding-top:10px;
   }

  header .nav.nav-pills{
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left:20px;
  }
  header .header-data {
    margin-top: 15px;
    margin-left: 20px;
  }

  header .logo{
    padding: 0px;
    display: none;
  }
}
@media (min-width: 768px){
  .sidebar #nav{
    display: block !important;
  }
}
/* Rate It */

.rateit .rateit-range
{
    background: url(../img/star.gif);
}

.rateit .rateit-hover
{
    background: url(../img/star.gif) left -32px;
}

.rateit .rateit-selected
{
    background: url(../img/star.gif) left -16px;
}

.rateit .rateit-preset
{
    background: url(../img/star.gif) left -48px;
}

.rateit .rateit-preset-rtl
{
    background: url(../img/star.gif) left -48px;
}

.rateit button.rateit-reset
{
    background: url(../img/delete.gif) 0 0;
}


/* WIDGET DASHBOARD*/

.separatoreConti
{
    margin-bottom: 14px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 30px;
width:100%;
}



.dashboardCSS .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
    line-height: 42px;
    padding-left: 10px;
    font-weight: bold;
}



.dashboardCSS .fa {
    display: inline-block;
    /* font: normal normal normal 23px/1 FontAwesome; */
    font-size: 27px;
    text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.verde
{
  color:#3c763d !important;
}
.verde:hover, rosso:hover, blu:hover, grigio:hover
{
  color:#333 !important;
}

.rosso
{
  color:#a94442 !important;
}

.giallo
{
  color:#8a6d3b !important;
}
.blu
{
  color:#31708f !important;
}

.grigio
{
  color:#333 !important;
}

.bianco
{
  color:#fff !important;
}

.dashboardCSS .control-label {
    margin-bottom: 8px;
    margin-top: 8px;
}


span#perc_cli, span#perc_forn {
    padding-top: 9px;
    display: block;
}
.dashboardCSS .notizia
{
  border-bottom: 1px solid #e4e4e4;
    margin-bottom: 17px;
    padding-bottom: 5px;
}
.dashboardCSS .notizia a
{
color: #8a6d3b;
}
.dashboardCSS .panel-body .col-sm-4 {
    padding-right: 3px;
}

.dashboardCSS .panel-body .col-sm-8 {
    padding-left: 3px;
}

.negative
{
  color:red !important;
}

.neutro
{
  color:#666 !important;
}

.positive
{
  color:green !important;
}
.dashboardCSS h1
{
    padding-top: 0px !important;
    line-height: 15px;
    padding-bottom: 16px !important;
}
.dashboardCSS .panel{
    height: 300px;
    padding: 0px;
}

.pull-right
{
    float:right;
}
.pull-left
{
    float:left;
}
.panel_news{
  overflow-y: scroll;
}

.panel-placeholder {
  border: 1px dotted black;
  border-radius: 4px;
  margin: 0 0px 0px 0px;
  padding: 0;
  height: 300px;
}




.iframeNavbar
{
  background:none !important;
  height: auto !important;

padding: 0px !important;

margin: 0px !important;

min-height: auto !important;
}

.iframeNavbar .conjtainer
{
  background:none !important;
}

.iframeNavbar .navbar-text {
  float: left;
margin:0px !important;
}
.iframeNavbar .navbar-text a {

margin-left:10px !important;
}
.iframeNavbar img{
  width: 15px !important;
}

.iframeNavbar  .black-sublima {
  color: #1A1A1A;
  font-size: 13px !important;
}
.iframeNavbar #home_pubblia_button
{
margin:0px !important;
padding:0px !important;
}

.iframeNavbar #home_pubblia_button i
{
  font-size: 12px !important;
}

.iframeNavbar .navbar-header a.pull-left
{
  margin-top:0px !important;
}


.iframeNavbar .navbar-nav > li > a
{
  margin-left:10px !important;
  padding-top:0px !important;
  padding-bottom:0px !important;
}


tr.sfondoriga {
    background-color: #565656c9 ;
}

tr.sfondoriga:hover {
    background-color: #565656c9 ;
}

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





  .search
  {
    float: inherit !important;
  }

  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 3px;
    padding-left: 3px;
  }

  #ricerca_box .btn-block {
    margin-top: 10px;
  }

  #ricerca_box .col-xs-6 {
    float: inherit;
    width: 100% !important;
  }
  #ricerca_box .col-xs-7 {
    float: inherit;
    width: 100% !important;
  }
  #ricerca_box .col-xs-12 {
    float: inherit;
    width: 100% !important;
  }




#home_pubblia_button
{
  display:none !important;
}

  #navbar-collapse-1 .col-xs-2
  {
    display:none !important;
  }
.h3_menu
{
  color:white !important;
}
#navbar-collapse-1 li li a {
  font-weight: normal;
  color:white !important;
      padding-top: 5px !important;
    padding-bottom: 5px !important;
}
#ricerca_box label{
  color:white ;
  margin-top:10px;
}
.navbar-nav .open .dropdown-menu
{
    margin-left: 20px !important;

    margin-right: 20px;
}

.dashboardCSS .panel{
  height: auto;
}


.panel-placeholder {
  border: 1px dotted black;
  border-radius: 4px;
  margin: 0 0px 0px 0px;
  padding: 0;
  height: auto;
  }
  .dashboardCSS .panel-title
  {
    display:inline-block;
    padding-left:0px;
    width:100%;

  }
  .dashboardCSS .panel-title  a
  {

    font-weight:17px;

    font-weight: bold;
  }

  .container
  {
    padding:0px;
    margin:0px;
  }
  .panel-heading
  {
    padding:0px !important;
    margin:0px;
  }
  span#perc_cli, span#perc_forn
  {
    padding:0px !important;
  }
  .datoNum span
  {
    text-align:right;
  }
  .panel-body{
    text-align: center;
    padding:9px;
  }
  .bottoneCollapse
  {
    background-color:transparent;
    padding:0px;
  }
  .col-xs-12 {
  width: 100%;
}
.dashboardCSS .fa
{
  font-size:19px !important;
}

.datoNum span
{
  font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
  margin-top: 5px;
  text-align:center;
}
.rotato {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}



}

/* ================================================
   🔐 Login Styles
   ================================================ */

body.loginSfondo.login .input-group-addon,
.login .input-group-btn {
     vertical-align: top;
   }


  body.loginSfondo {
  font-family: 'Roboto', sans-serif;
  color: white;
  font-weight: 300;
  }
  body.loginSfondo ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: 'Roboto', sans-serif;
  color: white;
  font-weight: 300;
  }
  body.loginSfondo :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: 'Roboto', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
  }
  body.loginSfondo ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'Roboto', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
  }
  body.loginSfondo :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: 'Roboto', sans-serif;
  color: white;
  font-weight: 300;
  }
  body.loginSfondo .wrapper {
  background: #50a3a2;
  background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
  background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 400px;
  margin-top: -200px;
  overflow: hidden;

  }
  body.loginSfondo_pin .wrapper {
  background: whitesmoke;
  /* background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%); */
  /* background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%); */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 400px;
  margin-top: -200px;
  overflow: hidden;

  }

  body.loginSfondo .wrapper.form-success .container h1 {
  -webkit-transform: translateY(85px);
      transform: translateY(85px);
  }
  body.loginSfondo  .container {
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 0;
  height: 400px;
  text-align: center;padding-top: 40px !important;
  }
  .container h1 {
  font-size: 40px;
  -webkit-transition-duration: 1s;
      transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-put;
      transition-timing-function: ease-in-put;
  font-weight: 200;
  }


.login .btn-primary {
    color: #fff;
    background-color: #2d9790;
    border-color: #29ad66;
}
.login {
  padding: 20px 0;
  position: relative;
  z-index: 2;
  }
.login input {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
      appearance: none !important;
  outline: 0 !important;
  border: none !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  width: 250px !important;
  border-radius: 3px !important;
  padding: 17px 15px !important;
  margin: 0 auto 10px auto !important;
  display: inline-block !important;
  text-align: center !important;
  font-size: 18px !important;
  height:50px !important;
  color: white !important;
  -webkit-transition-duration: 0.25s !important;
      transition-duration: 0.25s !important;
  font-weight: 300 !important;
  }

  #login_submit_page
  {
    border-color: #0f867e;
  }
.boxCaratteri
{
  display:inline-block;
}

.logoLogin
{
    margin:auto;
}
.resetLogin
{
    background-color: #2d9790;
    border: 1px solid #0f867e !important;
    color: #fcfefd;
}
.boxCaratteri .btn
{
    height: 50px;
    width: 50px;
    color: white;
    background-color: #2d9790;
    border: 1px solid #0f867e;
}
}
  .login input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
  opacity: 1; /* Firefox */
  font-weight: normal;
}
 .login input:hover {
  background-color: rgba(255, 255, 255, 0.4) !important;
  }
 .login input:focus {
  background-color: white !important;
  width: 300px !important;
  color:  #214837 !important;
  }

  .bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  }
  .bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  }
  .bg-bubbles li:nth-child(1) {
  left: 10%;
  }
  .bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
      animation-delay: 2s;
  -webkit-animation-duration: 17s;
      animation-duration: 17s;
  }
  .bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
      animation-delay: 4s;
  }
  .bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
      animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
  }
  .bg-bubbles li:nth-child(5) {
  left: 70%;
  }
  .bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
      animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
  }
  .bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
      animation-delay: 7s;
  }
  .bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
      animation-delay: 15s;
  -webkit-animation-duration: 40s;
      animation-duration: 40s;
  }
  .bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
      animation-delay: 2s;
  -webkit-animation-duration: 40s;
      animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
  }
  .bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
      animation-delay: 11s;
    }

    .tabelleTotali h2 {
        float: right;
        border-right: 1px solid lightgray;
        padding-right: 16px;
    }

    .tabelleTotali h3 {
        float: left;
    }

    .tabelleTotali .col-sm-4 {
        height: 44px;
        border-bottom: 1px solid lightgray;
        padding-top: 5px;
        padding-bottom: 9px;
        margin-bottom: 10px;
    }

    #riepifuori .col-sm-4
  {
    height: 44px;
    border-bottom: 1px solid lightgray;
    padding-top: 5px;
    padding-bottom: 9px;
    margin-bottom: 10px;
  }
  #riepifuori h2
  {
    float: right;
    border-right: 1px solid lightgray;
    padding-right: 16px;
  }
  #riepifuori span
  {    margin-top: 11px;
    display: inline-block !important;
  }
  @media only screen and (max-width: 1024px) {
    .tabelleTotali .col-sm-4
  {
    width:100% !important;
  }

  .totaliPreview .col-sm-3
    {
      height:auto !important;
    }
    .totaliPreview span {

       width: 100% !important;
      }
      .totaliPreview h4
  {
  float: inherit !important;
  }
  }



  .totaliPreview .col-sm-3
  {
  border-bottom: 1px solid #aacfdc;
height: 33px;

border-right: 1px solid #aacfdc;

padding-top: 4px;
padding-right: 5px;
  }
  .totaliPreview h4
  {
  float: right;
  }
  .totaliPreview span
  {
  margin-top: 6px;
display: inline-block;
padding-top: 4px;
  }
  .col-sm-9.totaliPreview {
  background-color: #ebfaff;
  padding: 0px;
  }





  @-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
        transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
  }
  }
  @keyframes square {
  0% {
    -webkit-transform: translateY(0);
        transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
  }
  }





  #loaderGenerale
  {
    background-color: black;
    width: 100%;
    position: absolute;
    height: 300px;
    z-index: 100000;
    opacity: 0.2;
  }
  .lds-dual-ring2 {
  display: inline-block;
  width: 64px;
  height: 64px;
  left: 50%;
  transform: translateX(-50%);

    width: 100%;
    position: absolute;

    z-index: 11111;
    top: 35%;
  }
  .lds-dual-ring2:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #ff1111   ;
  border-color: #ff1111    transparent #ff1111    transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  margin: auto;


  }

  @keyframes lds-dual-ring2 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }



/* ================================================
   📋 Tabella Fattura
   ================================================ */

.tabellinaEfattura td {
    padding: 5px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 14px;
}

.tabellinaEfattura b {
    margin-right: 15px;
}

.tabellinaEfattura span {
    float: right;
    }

     .tabellinaEfattura th {
        text-align: center;
        padding:10px  !important;
        font-size:18px;

        }

     .tabellinaEfattura td:first-child {
         font-weight: bold;

}

.tabellaFatturaGrande th {
    padding: 10px !important;
        font-size:18px;

        }

.tabellaFatturaGrandetd {
            padding: 15px !important;

            text-align:right;
    }




.btn.ml10 {
    margin-left: 1px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 1px 3px;
    font-size: 14px;
    min-width:25px;
    height:25px;
}
/* COLORI TABELLA */

.table > thead { background: #AA0000;
}


th > .th-inner > .header_label { color: #FFF; line-height: 38px;}

#table_pagamenti_container > #table_pagamenti_row > th > .th-inner > .header_label { color: #000000;}

.card-view > .title > .header_label {
    color: #525252}


.nav-tabs>li>a {
  /*background-color: #FF9641;*/
  border-color: #1A1A1A;
  color:#AA0000;
  margin-right: 0px;
}

/* active tab color */
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    color: white !important;
    background-color: #FFFFFF !important;
}
.nav-tabs > li.nav-item > a{
  color:black !important;
}
.nav-tabs>li> a.active, .nav-tabs>li>a.active:hover, .nav-tabs>li>a.active:focus
{
    color:white !important;
    background-color: #2F4F4F !important;
}
.nav-tabs > li.nav-item > a:hover
{
    color:black !important;
    background-color: #FFFFFF !important;
}

.nav-tabs .nav-link.active {
  color:white !important;
}


/* hover tab color */
.nav-tabs>li>a:hover {
  border-color:  #F4F4F4;
  background-color: #F4F4F4;
}

#insert_row {
    border: 1px solid  #AA0000;
    padding: 10px;
    margin: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.popover{
    max-width: 100%; // Max Width of the popover (depending on the container!)
}

#preview_div {
    background-color: #FFFFFF;
    min-height: 200px;
    border: 1px solid  #FFFFFF;
    padding: 1px;
    margin: 1px;
    /*margin-bottom: 3px;*/
    /*overflow-y: scroll;*/
    /* margin-left:-14px; */
    margin-right:-15px;
    /*background-color: #d0e9c6;*/
}

#preview_div .panel .col-sm-12 {

    border-bottom: 1px solid #ececec;
    padding-bottom: 2px;
    padding-top: 2px;
}
#preview_div .panel .col-sm-12:last-child
{
    border:none;
}

#edit_expand_div .fixed-table-body
{
    min-height:300px !important;
}

a.bottonePreferenze {
    font-size: 13px;
}

a.bottonePreferenze2 {
    font-size: 13px;
}

/* #myTab>li>a.nav-link {
    border-radius:0;
} */

#pricetags_form label.control-label {
    width: 100%;
}

.reportScadenze .label
{
    padding: 10px;
    height: 67px;
}

#filter_div {
    background-color: #FFFFFF;
    min-height: 200px;
    border: 1px solid  #FFFFFF;
    padding: 2px;
    margin: 1px;
    margin-left:-25px;
    margin-right:-24px;
    /*margin-bottom: 3px;*/
    overflow-y: hidden;
    overflow-x: hidden;
}

.sottobreadcrumb {
    margin-bottom: -30px;
}

#breadcrumb {
    margin-bottom: -18px;
}

.breadcrumb {
    background-color: #FAFAFA;
    padding: 4px 7px;
    margin-top: -7px;
}

.breadcrumb > .active {
    line-height: 1.6em;
}

/* CSS NUOVA INTERFACCIA */

@media only screen and (max-width: 600px) {
  .has-card-view #tabble tr:nth-child(odd) {
      background-color: whitesmoke;
  }


  tr.sfondoriga
      {
          color:black !important;
      }

  .pagination {
      margin: auto !important;
      margin-bottom: 10px !important;
  }

  .card-view:nth-child(even) {
      background-color: #e9e9e9;
  }

  .card-view:nth-child(odd) {
      background-color: #fff;
  }

  .card-views {
      border-radius: 20px;
      border: 2px solid #d7d7d7;
      padding-top: 10px;
      padding-bottom: 1px;
      background-color: white;
      overflow: hidden;
      margin-top: 6px;
  }

  .card-view {
      padding-left: 10px;
      padding-right: 10px;
      height: 100%;
      display: inline-block;
      width: 100%;
  }

  .card-views .card-view:last-child .value {
      width: 100% !important;
      display: inline-block;
      margin-top: 3px;
      margin-bottom: 4px;
      float: inherit !important;
  }


  .fixed-table-body .card-view .title {
      font-weight: 700;
      display: inline-block;
      min-width: 30%;
      text-align: left !important;
      padding: 1px;
      margin-right: 22px;
  }

#filter_div {
background-color: #FFFFFF;
min-height: 200px;
border: 1px solid  #FFFFFF;
padding: 0px;
margin: 1px;
margin-left:0px;
margin-right:0px;
/*margin-bottom: 3px;*/
overflow-y: hidden;
overflow-x: hidden;
}
.correttore{
padding-left: 0px;
padding-right: 0px;
}
  .card-views .card-view:last-child .card-view-value {
      width: 100%;
      text-align: right;
  }

  .card-views .btn.ml10 {
      height: 30px;
      width: 30px;
      font-size: 15px;
      border-radius: 20px;
      margin-left: 13px;
  }


  div#navbarSupportedContent {

      margin: 0px;
  }

  .columns-right {
      display: none;
  }

  .yamm .collapse,
  .yamm .dropup,
  .yamm .dropdown {
      position: static !important;
      margin-left: 0px !important;
  }

  .navbar-collapse a.pull-left {
      display: none !important;
  }

  #menuitem {
      font-size: 20px !important;
      text-align: center;
  }

  .navbar-nav>li>.dropdown-menu {
      box-shadow: none !important;
  }

  /* .annullo_reso  */
  /* #stampe,
  .add_row_button,
  #azioni_btn
  {
      display: none;
  } */

  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
      color: #fff;
      background-color: #AA0000;
  }

  .yamm .dropdown-menu_ricercaIframe {
      margin-right: 0 !important;
      margin-left: 0 !important;
      width: 100% !important;
  }

  #ricerca_complessa_toolbar .dropdown-menu li {
      padding-left: 0px !important;
  }

  .yamm .yamm-content {
      padding: 0 !important;
  }
  tr.sfondoriga:hover {
background-color: #565656 !important;
color: rgb(61, 55, 55) !important;
}
.tab-content {
touch-action: none;
}
}
/* FINE NUOVA INTERFACCIA */

.tab-content {
  border: 1px solid  #2F4F4F;
  /*border-color: #AA0000;*/
  padding: 10px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 100%;
  /*overflow-y: auto;*/
    /*overflow-x: hidden;*/

}

.righe.tab-content {
  background-color: #F4F4F4;
  border: 1px solid  #AA0000;
  border-color: rgba(0, 0, 0, 0.3);
  padding: 10px;
}

.padre {
    color:#AA0000;
}

.sorta {
    margin:3px;height:30px;padding-top:3px;padding-left:20px;
    background-color: #E5E5E5;
    border-radius: 4px;
}

.connectedSortable {
    border: 1px solid #e7e7e7;
    min-height: 80px;list-style-type: none;margin:10px;
}

a.editable-click {
  color: #AA0000;
  border-color: #1A1A1A;
}
a.editable-click.editable-disabled {
  color: black;
  border-bottom: none;
}
a.editable-empty {
  color: gray;
  font-style: italic;
}
.editable-container{
    width: 300px;
}

.editable-input {
    width: 300px;

}

.fixed-table-toolbar .bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns {
    position: relative;
    margin-top: 1px;
    margin-bottom: 4px;
    line-height: 30px;
}

.btn.annulla_scontrino, .btn.refresh_scontrino, .btn.salva_scontrino, .btn.destinazione_merce_btn,
.btn.codbar_btn, .img_btn, .nopadding_btn, .varianti_btn{
    padding: 0px;
}

.precedente_scontrino {
    margin-top: 7px;
}
.info_frame {
    height: 190px;
}

.sconto_frame, .subotale_frame {
    height: 80px;

}


.totop {
  background: #AA0000 !important;
}

.totale-number {
    color: #AA0000;

}

#ac_container_outer{
    min-height: 60vh;
    height: 83vh;
}
#ac_container_inner{
    height: 100%;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.table > .stoccaggio_thead {
    background:#ffffff;

}
a.accordion-toggle {
  display: block;
  padding: 5px  8px;
}

div.panel-heading {
  padding-left: 8px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 1px;
}

/* sovrascriviamo il multiselect */
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover{
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #aa0000;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 6px;
    padding-right: 6px;
    /* overflow-x: hidden; */
    }

.modal-content2 {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
  min-height: auto !important;
}

 /*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
/*!
 * Yamm! - Yet another megamenu for Bootstrap
 * http://geedmo.github.com/yamm
 *
 * @geedmo - Licensed under the MIT license
 */
 .yamm .collapse,
 .yamm .dropup,
 .yamm .dropdown {
   position: static;
   margin-left: 6px;


 }

 .yamm .container {
   position: relative;
 }

 .yamm .dropdown-menu {
   left: auto;
 }

 .yamm .yamm-content {
   padding: 1rem;
 }

 .yamm .dropdown.yamm-fw .dropdown-menu,
 .yamm .dropup.yamm-fw .dropdown-menu {
   left: 0;
   right: 0;
 }

.list-unstyled,
.list-unstyled ul { min-width: 230px }

.h3_menu {
    color:#aa0000;
}

/* .nav-tabs > li.active {
    background-color: #aa0000;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /*height: 29px;*/

} */
.nav-tabs > li.active > a
/*.nav-tabs > li.active > a:hover,*/
/*.nav-tabs > li.active > a:focus,*/
{
    color: #ffffff;
}
.black-sublima {
    color: #1A1A1A;
}
.red-sublima {
    color: #aa0000 !important;
}

.green-sublima {
    color: #135400;
}

.form-group {
    margin-bottom: 3px;
}
.control-label{
    margin-bottom: 0px;
}
.slim {
    padding: 3px 6px;
}

#edit_row_area {
    background-color: #f5f4f4;
}

.fileinput-remove {
    display: none;
}

.bootstrap-dialog .bootstrap-dialog-title {
    color: #aa0000;
    display: inline-block;
    font-size: 14px;
}
.ui-corner-all{
    color: #aa0000;

}
.ui-icon-circle-triangle-e {
    color: #aa0000;
}

.note-dialog .modal-dialog{ z-index:1050; }
.modal-backdrop.fade.in {
  z-index: 0;
}

.ui-autocomplete { height: 400px; overflow-y: auto; overflow-x: hidden;
width:400px;}

/*#panelbodyvariante {*/
    /*padding: 1px;*/
    /*height: 100%;*/
    /*overflow-y: auto;*/
    /*margin-left: -18px;*/
     /*margin-right: -16px;*/
/*}*/
#accordion_grid {
    overflow-y: auto;
    /*height: 500px;*/
}

.action_area{
    background:#f9f9f9;
    padding:10px;
    border-style:solid;
    border-width:1px;
    border-color:#AA0000;
}

.modal-lg {
    width: 100%;
    margin: 1px;
}

table.vd > .fixed-table-footer {
    /*color: #aa0000;*/
    height: 25px;
    /*padding-top: -5px;*/
}

.fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner {
    padding: 4px;
    line-height: 24px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.labels_red {
background: white;
    border-style:solid;
    border-width:1px;
    border-color:#aa0000;
    color: #aa0000;
}

.labels_black {
background: white;
    border-style:solid;
    border-width:1px;
    border-color:#1A1A1A;
    color: #1A1A1A;
}

.badge_red {
    background: #aa0000;
    border-style:solid;
    border-width:1px;
    border-color:#FFFFFF;
    color: #FFFFFF;
}
.badge_black {
    background: #1A1A1A;
    border-style:solid;
    border-width:1px;
    border-color:#FFFFFF;
    color: #FFFFFF;
}
.badge_green {
    background: #006600;
    border-style:solid;
    border-width:1px;
    border-color:#FFFFFF;
    color: #FFFFFF;
}
.labels_green {
background: white;
    border-style:solid;
    border-width:1px;
    border-color:#006600;
    color: #006600;
}
.widget .padd, .modal-body {
    padding: 0px 5px;
    margin-bottom: 30px;
}

#pannello_setup {
    min-height: 100vh;
}
.pagination > .active > a, .pagination > .active > a:hover, .page-size{
    z-index: 2;
    color: #aa0000;
    /*background-color: #428bca;*/
    border-color: #aa0000;
    cursor: default;
    font-weight: 300;
}
.btn_sublima_rosso {
    background:#FFFFFF;
    border-color: #aa0000;
    color:#1a1a1a
}
input[type="text"]:focus {

    background: #FFFFDD;
    border-color: #aa0000;
}
block {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: calc(25% - 2px);

    
    
    height: 52px;
    
    
    
    margin: 1px;
    background: #FFFFDD;
    border-color: #aa0000;
    border-style: solid;
    border-width: 1px;
    padding: 0px;
    float: right;
}
block[v2] {
    height: 76px;
}
block[h2] {
    width: calc(50% - 4px);
    /*margin: 2px;*/
}
block[h3] {
    width: calc(100% - 2px);
    /*margin: 2px;*/
}
block[h4] {
    width: calc(25% - 4.1px);
    height: 38px;
    background-color: #EEEEEE;
    color:#AA0000;
    border-color:#AA0000;
    vertical-align: middle;
}
block[h5] {
    width: calc(20% - 4.1px);
    height: 38px;
    /* background-color: #EEEEEE; */
    /* color:#AA0000; */
    /* border-color:#AA0000; */
    vertical-align: middle;
}
block2[h2] {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: calc(50% - 4px);
    height: auto;
    margin: 2px;
    background: #FFFFDD;
    border-color: #aa0000;
    border-style: solid;
    border-width: 1px;
    padding: 0px;
    float: right;
}

#myTab>li>a {
    position: relative;
    display: block;
    padding: 2px 5px;
    border: black;
    border-style: inset;
    border-width: thin;
}

.nopadding {
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
/*margin-bottom: 1px;*/
}
.nopadding_mild {
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
/*margin-bottom: 1px;*/
}
.nopaddingleft {
padding-left: 1px;
/*padding-right: 1px;*/
padding-top: 1px;
padding-bottom: 1px;
/*margin-bottom: 1px;*/
}

.nopaddingright {
/*padding-left: 1px;*/
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
/*margin-bottom: 1px;*/
}

.superfont{
font-size: 26px;
}

.cellBackGround{
    background: #FFFFDD;
    color: #aa0000;
    font-weight: 800;
    font-size: 12pt;
}
.pannello_sinistro {
    overflow-y: scroll !important;
}

.bordato {
        border-style:solid;
        border-width:1px;
        border-color:#aa0000;
}

.spinner input {
  text-align: right;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 2%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: dimgray;
    background-color: #b8deff;
    border-color: #337ab7;
}


body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .spinnnn {
    display: block;
}

.icon-bar {
    background-color: #AA0000;
}
.mini-submenu{
  display:none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.9);
  border-radius: 4px;
  padding: 9px;
  /*position: relative;*/
  width: 42px;

}

.mini-submenu:hover{
  cursor: pointer;
}

.mini-submenu .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
  margin-top: 3px;
}

.mini-submenu .icon-bar {
  background-color: #000;
}

#slide-submenu{
  background: rgba(0, 0, 0, 0.45);
  display: inline-block;
  padding: 0 8px;
  border-radius: 4px;
  cursor: pointer;
}

.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;
}

.p-y-2 {
    padding-top: 28px;
    padding-bottom: 28px;
}
.p-y-3 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.m-b-1 {
    margin-bottom: 18px;
}
.m-t-1 {
    margin-top: 18px;
}

.main_counter_area{
    background: url(https://images.pexels.com/photos/196288/pexels-photo-196288.jpeg?w=940&h=650&auto=compress&cs=tinysrgb) no-repeat top center;
    background-size: cover;
    overflow: hidden;

}
.main_counter_area .main_counter_content .single_counter{
    background: #AA0000;
        color: #fff;
}
.main_counter_area .main_counter_content .single_counter i{
    font-size:36px;

}

.statistic-counter {
    color: #ffffff;
}



    .animationload {
        background-color: transparent;
        height: 60%;
        left: 0;
        top: 20%;
        width: 78%;
        z-index: 10000;
        position: relative;
        display: inline-block;
        width: 100%;
        height: 500px;
    }
    .osahanloading {
        animation: 1.5s linear 0s normal none infinite running osahanloading;
        background: #fed37f none repeat scroll 0 0;
        border-radius: 50px;
        height: 50px;
        left: 50%;
        margin-left: -25px;
        margin-top: -25px;
        position: absolute;
        top: 50%;
        width: 50px;
    }
    .osahanloading::after {
        animation: 1.5s linear 0s normal none infinite running osahanloading_after;
        border-color: #85d6de transparent;
        border-radius: 80px;
        border-style: solid;
        border-width: 10px;
        content: "";
        height: 80px;
        left: -15px;
        position: absolute;
        top: -15px;
        width: 80px;
    }
    @keyframes osahanloading {
    0% {
        transform: rotate(0deg);
    }
    50% {
        background: #85d6de none repeat scroll 0 0;
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
    }
    #pagination i {
        margin: 0 3px 0 3px;
    }
    #pagination
    {
        margin: auto;
width: 100%;
text-align: center;
display: inline-block;
margin-top: 10px;
margin-bottom: 10px;
    }
    #pagination a:hover {
        cursor:pointer;
    }
    #pagination a {
padding: 20px;
color: #aa0000;
margin: 5px;
}
    #pagination a.current {


background-color: #aa0000;

color: white;
    }
    .list-unstyled, .list-unstyled ul
    {

        padding-left:0px;
    }
    .dropdown-menu li a:hover{

        color:#aa0000 !important;

    }

    .navbar-nav li li a {
        color: black;
        /* border-bottom: 1px solid lightgray; */
        width: 100%;
        display: inline-block;
        /* border-left: 2px solid transparent; */
        padding-left: 8px;
    }

    .navbar-nav li li a:hover {

        border-left: 2px solid #aa0000;

    }

    .navbar-nav>li>.dropdown-menu
    {
        -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

#ae_form {
    background-color: white;
}
.nav>li>a:hover
{
    text-decoration: none;
    background-color: #aa0000 !important;
    color:white !important;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover
{
    text-decoration: none;
    background-color: #aa0000 !important;
    color:white !important;
}
.navbar-nav li a
{
   color:white;
}

.navbar-nav li li a
{
   color:black;
}

.sottomenu
{
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
box-shadow: 0 2px 4px rgba(0,0,0,.08);
background-color:white;
margin-bottom:5px;
}
#toolbar
{
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
    background-color: white;
    margin-bottom: 10px;
    padding: 10px;
    padding-top: 3px;
    margin-top: -1px;
    }
.sottomenu  a span{
    display:inline-block;width:100%;
    padding-bottom:10px;
}

.sottomenu  a i{
    display: inherit;margin-bottom: 5px;
    color:#666;
    padding-top:17px;
}

.sottomenu .col-md-1
{
    text-align: center;

    padding: 0px !important;
    border-left: 1px solid #e5e5e5;
    padding-top:5px;

}

.sottomenu .col-md-1:hover i
{
   color:#aa0000;

}
.sottomenu .col-md-1:hover span
{
   color:#aa0000;
}
.sottomenu  a {
    display: block;
    /* margin-bottom: 5px; */
    color: black;
    text-align: center
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .dashboardCSS .panel-title
    {
        font-size: 22px !important;
    }

    .sottomenu li {
        width: 100px;
    }

.navbar .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}



#sss {
    background: transparent !important;
    border: none !important;
    color: #7c7c7d !important;
  margin-top: 3px;
  font-size: 12px;
  color: #000 !important;
}

#edit_new_div{
margin-bottom:0px !important;
}




.dashboardCSS .panel-info>.panel-heading {
    color: #31708f;
    background-color:transparent;
    border-color:transparent;
    border-top: 7px solid #31708f;
}

.dashboardCSS .panel-danger>.panel-heading {
    color: #AA0000;
    background-color:transparent;
    border-color:transparent;
    border-top: 7px solid #AA0000 !important;
}
.dashboardCSS .panel-default>.panel-heading {
    color: #6c6c6c;
    background-color:transparent;
    border-color:transparent;
    border-top: 7px solid #6c6c6c !important;
}


.dashboardCSS .panel-success>.panel-heading {
    color: #3c763d;
    background-color:transparent;
     border-color:transparent;
    border-top: 7px solid green;
}
.dashboardCSS .panel-warning>.panel-heading
{
    color: #fec757;
    background-color:transparent;
     border-color:transparent;
    border-top: 7px solid #fec757;
}

.dashboardCSS .panel {
    margin-bottom: 20px;
    background-color: #f8f8f8;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding-bottom: 19px;
    margin-bottom: 34px;

}


#widget_note_aperte .contenutoPrincipale
{
padding-top:0px !important;
padding-bottom:10px !important;
}
.dashboardCSS .panel-body {
    padding: 15px;
    padding-top:0px !important;
}



.navbar li a
{
    font-weight: bold;
}
.navbar li li a
{
    font-weight: normal;
}

#home_pubblia_button
{
background-color:transparent !important;
border:none !important;
color:#fff  !important;
}


#home_pubblia_button:hover
{
    color:#ffffff78  !important
}


.widgeticonaRosso
{
    color:#AA0000 !important;
}
.widgetRosso
{
    background-color:#AA0000 !important;
}


.widgeticonaBlu
{
    color:#31708f !important;
}
.widgetBlu
{
    background-color:#31708f !important;
}

.widgeticonaGrigio
{
    color:#6c6c6c !important;
}
.widgetGrigio
{
    background-color:#6c6c6c !important;
}

#dashboard .panel-title
{
    margin-top:0px !important;
    padding-top:0px !important;
}


#dashboard  div.panel-heading
{
    padding-top:0px;
    padding-right:0px;
}
.contenutoPrincipale
{
    background-color: green;

border-radius: 0px 0px 0px 50px;

padding: 20px;

    padding-top: 20px;
    padding-right: 20px;
margin-top: 0px  !important;

padding-top: 0px !important;



margin-right: 0px  !important;

border-bottom: 3px solid black;

padding-right: 10px;

}

.contenutoPrincipale span
{
    color:white !important;
    font-size:20px;
}

.dashboardCSS .panel
{
    height:auto !important;
}

.nav-tabs { 
    border-bottom: 0 solid #DDD; 
}

.nav-tabs > li > a {
    border: none;
    color: #666;
}


.nav_articoli_veloci  > li.nav-item > a
{
    color:black !important;
    border: none;
    position: relative;
}


.nav_articoli_veloci  > li.nav-item > a:hover {
    /* color: white !important; */
    /* background-color: #AA0000; */
    border-block-color: #aa0000;
    border-style: solid;
}

.nav_articoli_veloci  > li.nav-item > a.active
{
    /* color: white !important; */
    /* background-color: #AA0000; */
    border-block-color: #aa0000;
    border-style: solid;
}

.nav_articoli_veloci  > li.nav-item > a.active:hover
{
   background-color: #ffffff78 !important;
    /* color: white !important; */
    /* background-color: #AA0000; */
    border-block-color: #aa0000;
    border-style: solid;
}
.nav-tabs > li.nav-item > a::after {
    content: "";
    background: #2F4F4F;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}
.nav-tabs > li.nav-item > a.active::after,
.nav-tabs > li.nav-item:hover > a::after {
    transform: scale(1);
}

.card {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.scrollModale
{
    overflow-y: auto !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #AA0000;
    border: 1px solid lightgray;
    border-radius: 2px;
}

.nav-pills  {
    border: 1px solid lightgray;
    border-radius: 2px;
}

/* .nav-tabs>li> a.active
{
    color:white !important;
} */
/* .nav-tabs > li.nav-item> a.active
{
    color:white !important;
}
.nav-tabs > li.nav-item > a
{
color:black !important;
} */

#mytab li  a
{
    background-color: white !important;
    color: #aa0000 !important;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    display: inline-block;

    padding: 10px;

}

#mytab li a.active {
    background-color: #aa0000 !important;
    border: none !important;
    color: white !important;
    font-size: 16px;
    font-weight: bold;
}
#mytab li  a:hover
{
    background-color: #fbeaea !important;
     border: none !important;

}
#mytab li  a.active:hover
{ background-color: #fbeaea !important;
     /* border: none !important; */
         border: #aa0000;
    border-style: inset;
    border-width: thin;
    color: white !important;
}

/* TAB ANGRAFICA NUOVA INTERFACCIA */

#anagraficatab li  a
{
    background-color: white !important;
    color: #2F4F4F !important;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    display: inline-block;
    border: black;
    border-style: inset;
    border-width: thin;
    padding: 8px;

}

#anagraficatab li a.active {
    background-color: #2F4F4F !important;
    border: none !important;
    color: white !important;
    font-size: 16px;
    font-weight: bold;

}
#anagraficatab li  a:hover
{
    background-color: #fbeaea !important;
     /* border: none !important; */
         border: black;
    border-style: inset;
    border-width: thin;

}
#anagraficatab li  a.active:hover
{ background-color: #7a7676 !important;
    border: none !important;
    color: white !important;
}

/* FINE INTERFACCIA */
/*aa*/

.tabSetup
{
    background-color: #AA0000 !important;
border-radius: 8px;
border: 1px solid #aa0000;
padding-top: 2px;
padding-bottom: 6px;
margin-bottom: 10px;
}


.tabSetup li
{
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
}


.tabSetup li  a
{
    background-color: white !important;
    color: #aa0000 !important;
    font-size: 15px;
    /* font-weight: bold; */
    height: 100%;
    display: inline-block;
    width: 100%;
    padding: 10px !important;

}

.tabSetup li a.active {
    background-color: #aa0000 !important;
    border: none !important;
    color: white !important;
    font-size: 16px;
    font-weight: bold;
}
.tabSetup li  a:hover
{
    background-color: #fbeaea !important;
     border: none !important;
     color: #aa0000 !important;
}
.tabSetup li  a.active:hover
{ background-color: #aa0000 !important;
    border: none !important;
    color: white !important;
}


.tab-content
{
    border-top:0px;
}

.contieniSetup h4 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
}
.contieniSetup  {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 10px;
}
.prezzoInterno
{
width:100%;
    display: inline-block;
    border-bottom: 1px solid lightgray;
}

.prezzoInterno h2 {
    font-size: 18px;
}
#riepifuori a
{
    cursor: pointer;

width: 100%;

display: inline-block;
}

#riepifuori h2 {

    float: right;
    border-right: 1px solid lightgray;
    padding-right: 16px;

}


#riepifuori span {

    margin-top: 11px;
    display: inline-block !important;

}

#riepiluoghi
{
    background-color:white !important;
    border:none !important;
}


.lds-dual-ring {
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0px;
    z-index: 11111;
    top: 25%;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: auto;
    border-radius: 50%;
    border: 5px solid #666;
    border-color: #666 transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .spento
  {
      opacity: 0.3;
  }

.bottonePreferenzeSel
{
    color:#aa0000 !important;
}

.bottonePreferenzeSel i
{

    color:#aa0000 !important;
}




i.freccia {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-right: 10px;
  }



  .upfreccia {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .downfreccia {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }


.yamm
{
    padding:0px;
    margin-top:-1px;
}

.fade:not(.show)
{
    opacity: 1;
}



.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .table th,
  .table td {
    padding: 0.35rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
    border-left: 1px solid #e8e8e8;
  }

  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
  }

  .table tbody + tbody {
    border-top: 2px solid #eceeef;
  }

  .table .table {
    background-color: #fff;
  }

  .table-sm th,
  .table-sm td {
    padding: 0.3rem;
  }

  .table-bordered {
    border: 1px solid #eceeef;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef;
  }

  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px;
  }

  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
  }

  .table-active,
  .table-active > th,
  .table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
  }

  .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
  }

  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
  }

  .table-success,
  .table-success > th,
  .table-success > td {
    background-color: #dff0d8;
  }

  .table-hover .table-success:hover {
    background-color: #d0e9c6;
  }

  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6;
  }

  .table-info,
  .table-info > th,
  .table-info > td {
    background-color: #d9edf7;
  }

  .table-hover .table-info:hover {
    background-color: #c4e3f3;
  }

  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3;
  }

  .table-warning,
  .table-warning > th,
  .table-warning > td {
    background-color: #fcf8e3;
  }

  .table-hover .table-warning:hover {
    background-color: #faf2cc;
  }

  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc;
  }

  .table-danger,
  .table-danger > th,
  .table-danger > td {
    background-color: #f2dede;
  }

  .table-hover .table-danger:hover {
    background-color: #ebcccc;
  }

  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc;
  }

  .thead-inverse th {
    color: #fff;
    background-color: #292b2c;
  }

  .thead-default th {
    color: #464a4c;
    background-color: #eceeef;
  }

  .table-inverse {
    color: #fff;
    background-color: #292b2c;
  }

  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #fff;
  }

  .table-inverse.table-bordered {
    border: 0;
  }

  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive.table-bordered {
    border: 0;
  }


  .btn-secondary {
    color: #565656;
    background-color: #dddddd;
    border-color: #b9b9b9;
}

.page-item.active .page-link {
    z-index: 1;
    color: #aa0000;
    background-color: #aa0000;
    border-color: #aa0000;
}


/* .modal {
    min-width: 100%;
    margin: 0;
    padding-right: 0px !important;
}
.modal-dialog  {
    min-width: 100%;
    margin: 0;
}
.modal .modal-content {
    min-height: 100vh;
}
.modal .modal-body {
  padding:0px;
}
.modal-header
   {
       padding:3px !important;
       display: none;
   } */
/* .modal .modal-footer {
    padding:0px 10px !important;
  } */

.btn-default {
    border: 1px solid lightgray;
}


.iframeNavbar .navbar-nav > li > a
{
    color: #565656;
}


.dropdown-menu li {
    color: #777;
    font-size: 14px;
    line-height: 21px;
    padding-left: 10px;
    padding-bottom: 1px;
}


.bootstrap-table .fixed-table-container .table thead th .sortable
{
    padding:4px;
    line-height: 40px;
}


.panel {
    border: 1px solid lightgray;
    border-radius: 13px;
    padding: 5px;
    margin: 5px;
}


.bootstrap-table .fixed-table-container .table thead th .th-inner
{
    padding:0px;
}

div#table_container {
    width:100%;
}




img.img-responsive.foto {
    width: 100%;
}


span.label.label-danger {
    font-weight: bold;
}


.table-hover tbody tr:hover {
    background-color: rgb(255, 226, 226);
}


.bootstrap-table .fixed-table-container .table.table-sm .th-inner {
    padding: .3rem;
    padding-top: 0px;
    padding-bottom: 0px;
}

.input-group > .select2-container--bootstrap4 {
    display: block;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 0;
}

.select2-container {
    display: block;
    background-color: white;
}
.select2-container--bootstrap4 .select2-results__option[aria-selected=true] {
    background-color: #d6d5d5;
    color: #16181b;
}
.yamm .dropdown-menu_ricerca {
    margin-right: 20%;
    margin-left: 0%;
}

.yamm .dropdown-menu_parametri {

    margin-right: 0%;
}


.vettoriGroup .form-group
{width: 100%;}




.yamm .dropdown-menu_ricercaIframe {
    margin-right: 20%;
    margin-left: 0%;
}




.bordoRotondo
{
    border: 1px solid lightgray;
    border-radius: 15px;
    padding: 15px;
    margin-top:10px;
}

.tab-content>.active {
    display: block;
    height: auto !important;
}

.scroll_articoli_veloci{
  overflow-y: auto;
  padding-right: 5px;
  /* margin-right: 5px; */
}
.scroll_articoli_veloci::-webkit-scrollbar {
  width: 1.5em;
  border-radius: 10px;
}
.scroll_articoli_veloci::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  /* border-radius: 10px; */
}
.scroll_articoli_veloci::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, black, darkgrey);
  border-radius: 10px;
}


.pannelloArticoliVeloci button
{


    min-height: 72px;
    max-height: 75px;
    padding: 2px;
    padding-right: 3px;
    margin: 0px;
    width: 98%;
    background-color: #EBEB72;
    border-color: #7a0000;

}


.pannelloArticoliVeloci .prezzoDettaglio
{
    float: right;
    font-size: 15px;
    font-style: italic;
    color: #aa0000;
    font-weight: 900;

}
.pannelloArticoliVeloci .codiceModelloDettaglio
{
    float: left;
    font-size: 13px;
    margin-left:5px;
    font-style: italic;
    color: black;
    font-weight: bold;

}


.pannelloArticoliVeloci .descrizioneDettaglio
{
    /* margin-top: -8px; */
    font-size: 14px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 39px;
    overflow: hidden;
}

.pannelloArticoliVeloci .codiceDettaglio
{
    margin-top: 0px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: left;
    font-style: italic;
    color: #8a8a8a;
    font-size: 12px;
    padding-left: 4px;
    padding-top: 3px;
    height: 28px;
    overflow: hidden;
}



.modal_piccola {
    min-width: auto;
    margin: 0;
}
.modal_piccola .modal-dialog  {
    min-width: auto;
    margin: 0;
    margin: auto !important;
    margin-top: 7% !important;
}
.modal_piccola .modal .modal-content {
    min-height: auto;
}

.modal_piccola .bootstrap-dialog-body {
    min-height: auto;
}

.modal_piccola .bootstrap-dialog-message {
    min-height: auto;
}

.modal_piccola .modal-content {
    min-height: 160px;
}


.riepilogo_fast
{
    padding: 0px;
}

.riepilogo_fast li
{
    list-style: none;
    border-bottom: 1px dashed #adadad;
    padding: 5px;
    background-color: #ffffdd;
    display: inline-block;
    width: 100%;
}


body.modal-open div.modal-backdrop {
    z-index: 0;
}

.modal-backdrop {
    z-index: -1;
  }


  .areaFidelity
  {
      height:auto !important;
  }





.listaVeloci {
    overflow-y: auto;
}

.bottoniVeloci{
    overflow-y: auto;
    /* padding-bottom:40px; */
}


.scroll_articoli_veloci  .tab-content
{
    border:none;
    overflow-y: auto;
    padding-bottom:10px;
}

.primaRigaf
{
    display:inline-block;
    width:100%;
    font-weight: bold;
}

.secondaRigaf
{
    display:inline-block;
    width:100%;
}

.boxScontof
{
    margin-left: 8px;
}

.boxParzialef
{
   margin-left: 8px;
}

.ivaf
{    margin-left: 8px;
    font-size:12px;
}

.bootstrap-select>.dropdown-toggle
{
    border: 1px solid lightgray;
}

.dropdown-user
{
    left: -76%;
    right: 12%;
}


.boxRicerca {
    position: absolute;
    top: 51px;
    z-index: 1000;
    background-color: #f8f9fa;
    border: 1px solid #dddddd;
    padding: 0px;
    min-width: 700px;
    right: -89%;

}

.contieniRicercaGrande
{
    position:absolute;
    display:none;
    top:2px;
    z-index: 1000;

}
.contieniRicercaGrande a
{
color: #565656;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
height:100%;
flex-wrap: nowrap;
}

.svuota_select {
    font-size: 14px;
    padding: 10px;
    background-color: #eaeaea;

}

.ricercaIframe
{

    top:7px !important;
}


.ricercaIframe .boxRicerca
{
    top: 37px !important;
    right:inherit !important;
    left: 12% !important;
}


.smk-confirm
{
    background-color:white;
    padding:20px !important;
}

.dropdown-toggle .hide
{
    display:none;
}


.spostatiSelect
{
    padding-left: 14px;
}

.dropdown-toggle .remove
{
    position: absolute;
    left: 9px;
}

.bootstrap-datetimepicker-widget .previus
{
    background-color:Red;
    color:black !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

#ricerca_box .dropdown button
{
background-color:white;
}
.input-group {
flex-wrap: nowrap;
}

.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
    background-color: #AA0000;
    color: #f8f9fa;
}
.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
    background-color: #AA0000;
    color: #f8f9fa;
}

/*Select2 ReadOnly Start*/
    select[readonly].select2-hidden-accessible + .select2-container {
        pointer-events: none;
        touch-action: none;
    }

    select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
        background: #eee;
        box-shadow: none;
    }

    select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
        display: none;
    }

/*Select2 ReadOnly End*/

.dropdown-menu_ricerca
{
    width:70% !important;
    left:15% !important;
    right:15% !important;
}

.dropdown-menu_ricercaIframe
{
    width:70% !important;
    left:15% !important;
    right:15% !important;
}


.nav-fill .nav-item
{
    border-bottom: 0px;
    background-color: #f1f1f1;
    border-right: 1px solid lightgray;
}

.fixed-table-footer thead
{
    background: #dddddd;
}

.fixed-table-footer th
{
    border-right: 1px solid #c1c1c1;
}

@media (min-width: 992px) {
    /* .navbar-light .navbar-nav .nav-link {
        filter: invert(1) grayscale(10) contrast(100);
        color: inherit;
    } */
}

@media (min-width: 992px) {
    #sss {
        /* filter: invert(1) grayscale(10) contrast(100); */
        font-weight: normal;
        /* color: inherit; */
    }
}

.riepilogo_fast li:nth-child(odd) {
    background-color: #ffffdd
}
.riepilogo_fast li:nth-child(even) {
    background-color: #fdfdfd;
}

 nav.bg-light .navbar-nav .nav-link
 {
filter:none;
 }

 nav.bg-light #ricerca_complessa_toolbar
{
    line-height: 10px;
}

.bootstrap-dialog .modal-lg .bootstrap4-dialog-button:first-child {
    margin-bottom: 2px;
    margin-top:0px;
}

.toolFattura
{

-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
box-shadow: 0 2px 4px rgba(0,0,0,.08);
background-color: white;
margin-bottom: 10px;
padding: 10px;
padding-top: 10px;
margin-top: 0px;
}


tr.sfondoriga {
    background-color: #565656 !important;
    color: white;
}

tr.sfondoriga:hover {
    background-color: #565656 !important;
    color: white !important;
}


.listaBottoneMenuVD  li
{
    float: left;
}
.contieniSelectAzienda
{
    min-width: 230px;
}
.contieniSelectAzienda .select2-container {
    display: block;
    background-color: transparent;
    margin-right: 15px;
    margin-left: 10px;
}

.contieniSelectAzienda .select2-selection--single
{
    border-radius:12px;
}


.file-preview-text h2 a
{
  width: 5px;
  min-height: 5px;
  display: block;
  background-color: #aa0000
}

.hummingbird-treeview, .hummingbird-treeview * {
  list-style: none;
  font-size: 14px !important;
  line-height: 19px !important;
}

.hummingbird-base {
  white-space: nowrap;
  BACKGROUND-COLOR: #f3f3f3;
  padding-left: 14px !important;
  padding-top: 16px !important;
  border: 1px solid lightgray;
}



nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #e74c3c ;
}
/* .tab-content{
  background: #fdfdfd;
    border: 1px solid #ddd;
    border-top:3px solid #2F4F4F;
    border-bottom:3px solid #2F4F4F;
    border-left:1px solid #2F4F4F;
    border-right:1px solid #2F4F4F;
    padding:5px 3px;
} */

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #e74c3c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

.file-preview-image{
  font: 18px Impact,Charcoal,sans-serif;
   color: #a00;
   }


.col1{
  width: 100%;
}
.col2{
  width: 50%;
}
.col3{
  width: 33.33%;
}
.col4{
  width: 25%;
}
.col5{
  width: 20%;
}
.col6{
  width: 16.66%;
}
.col7{
  width: 14.28%;
}
.col8{
  width: 12.5%;
}
.col9{
  width: 11.1%;
}
.col10{
  width: 10%;
}
.col11{
  width: 9.09%;
}
.col12{
  width: 8.3%;
}
.col32{
  width: 66.66%;
}
.col43{
  width: 75%;
}
.col52{
  width: 40%;
}
.col53{
  width: 60%;
}
.col83{
  width: 37.5%;
}
.col103{
  width: 30%;
}
.col122{
  width: 16.66%;
}

.col200{
  width: 100%;
  & button {
    min-height: 144px !important;
  }
}
.col300{
  width: 100%;
  & button {
    min-height: 218px !important;
  }
}


#screensaver { position: absolute;
  width: 100%; height:100%; left:0px; top: 0px; display: none; z-index:9999;
  background: url(/tpl/assets/img/project-red-oriz.png) center no-repeat;
  background-color:#FFFFFF;}


  *[class*="newdoc-"]{
  color:rgb(205, 79, 79);
  background-color:rgb(233, 233, 233);
    text-transform: uppercase;
    font-size: 1.3em;
    border: 2px solid #fff;
}

  *[class*="newdoc-"]{
  color:rgb(205, 79, 79);
  background-color:rgb(233, 233, 233);
    text-transform: uppercase;
    font-size: 1.3em;
    border: 2px solid #fff;
}

.tabulator{
    background-color:#ffffff;
    /* border: 1px solid #333; */
    font-size: 1.2em;
    border-radius: 7px !important;
}

/*Theme the header*/
 .tabulator-header {
   background-color:#AA0000 !important;
    color:black !important;
}

 .tabulator-headers {
    background-color:#AA0000 !important;
    /* color:black !important; */
}

/*Theme the header*/
 .tabulator-col {
    background-color:#AA0000 !important;
    color:white !important;
}
/*Allow column header names to wrap lines*/
 .tabulator-header .tabulator-col,
 .tabulator-header .tabulator-col-row-handle {
    white-space: normal !important;
}

/*Color the table rows*/
 .tabulator-tableHolder .tabulator-table .tabulator-row{
    color:black !important;
    background-color: rgb(240, 240, 240) !important;
     min-height: 34px !important;
    /* height: 40px; */
}

/* .tabulator-row .tabulator-cell {
    padding: 7px !important;
} */

/* Color even rows */
.tabulator-tableHolder .tabulator-table .tabulator-row:nth-child(even) {
    background-color: white !important;
}

.text-large {
    font-size: 3em !important;
}

.text-mediumlarge {
    font-size: 2.5em !important;
}

.text-medium {
    font-size: 2em !important;
}

.text-regularlarge {
    font-size: 1.5em !important;
}

.text-regular {
    font-size: 1.3em !important;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1.3;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: .75rem .375rem 0 .75rem;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    color: #495057;;
    background: transparent;
    border: 0.8px solid darkred;
    border-radius: .25rem;
    cursor: default;
    float: left;
    margin: -.25rem 0 0 .1875rem;
    padding: 0 .75rem;
}

.select2-container--bootstrap4 .select2-selection {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057;
    font-size: 0.8rem;
    outline: 0;
}
.select2-container--bootstrap4 .select2-results__option {
    padding: 0.50rem 0.375rem!important;
    font-size: 0.8rem;
}



.tabulator-col[tabulator-field="prezzoFinitoDettaglioATogliere"] {

  background-color: #e07d0e !important;
}

.ricerca_vd_active {
    background-color: tomato;
    color: white;
}
.ricerca_vd_active:focus {
    background-color: tomato;
    color: white;
    
}

#nav-tabContent{
  overflow-y:scroll ;
}

.info-popup {
    display: none;
    position: fixed;
    min-width: 220px;
    max-width: 350px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 99999;
}

#nav-lista .dropdown-menu{
  max-height: 60vh;
  overflow-y: auto;
}

/* Fullscreen overrides for BootstrapDialog "size-wide" dialogs
   Applied globally via tpl/pg/head.html so any BootstrapDialog.show({size: 'size-wide'})
   will appear fullscreen on all viewport sizes.
*/

.modal.size-wide {
  padding: 0 !important;
}

.modal.size-wide .modal-dialog {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  max-width: none !important;
}

.modal.size-wide .modal-content {
  height: 100% !important;
  border-radius: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}

.modal.size-wide .modal-header,
.modal.size-wide .modal-footer {
  flex: 0 0 auto !important;
}

.modal.size-wide .modal-body {
  flex: 1 1 auto !important;
  overflow: auto !important;
}