.note-popover.popover, .file-caption-name {
    display: none !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background-color: #eee !important;
}

.border-red {
    border-color: #ff0000 !important;
}

.ui-autocomplete {
    z-index: 99999 !important;
}

.bg-gradient-primary {
    background-color: #E71B40;
    background-image: linear-gradient(180deg,#E71B40 10%,#a1122c 100%);
    background-size: cover;
}

.list-group-item {
    padding: 0.35rem 1.25rem !important;
}

.step_2 {
    background-color: #fdf5de !important;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index:100 !important;
  }
  
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
padding-top: 60px;
}

.ml-auto, .mx-auto {
    min-width: 300px !important;
} 

.container-fluid {
    margin-top: 35px !important;
}

.topbar {
    height: 2.575rem !important;
}

.titolo_desktop {
    position: relative;
    float: right;
    margin-left: 8px;
    margin-top: 13px;
    font-size:14px;
}

h3.navbar-text {
    margin-top:4px;
}

/*.pulsantiera {
    background-color:#dddddd;
    min-height: 60px;
}*/

.btn-link {
    white-space: initial !important;
}

.float-right {
    width: 100%;
}

.navbar-expand .navbar-nav .dropdown-menu {
    top:53px;
    right:-7px;
}

.btn-primary {
    color: #fff;
    background-color: #dd3d31 !important;
    border-color: #dd3d31 !important;
}

.bg-login-image {
    /*background: url(../images/sfondo.jpg)!important;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat !important;
}

.modal-cookie {
    display: block !important;
}

.box_description img, .box_description iframe, .card img, .card iframe {
    max-width: 100% !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 4px !important;
}

.fullscreen .panel-heading.note-toolbar {
    background-color: #dddddd;
}

.timeline {
    position: relative;
    padding: 20px 0 20px;
    list-style: none;
  }
  .timeline:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #eeeeee;
  }
  .timeline > li {
    position: relative;
    margin-bottom: 20px;
  }
  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table;
  }
  .timeline > li:after {
    clear: both;
  }
  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table;
  }
  .timeline > li:after {
    clear: both;
  }
  .timeline > li > .timeline-panel {
    float: left;
    position: relative;
    width: 46%;
    padding: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  }
  .timeline > li > .timeline-panel:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 26px;
    right: -15px;
    border-top: 15px solid transparent;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ccc;
  }
  .timeline > li > .timeline-panel:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 27px;
    right: -14px;
    border-top: 14px solid transparent;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fff;
  }
  .timeline > li > .timeline-badge {
    z-index: 100;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    font-size: 1.4em;
    line-height: 50px;
    color: #fff;
    background-color: #999999;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
  }
  .timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  .timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  .timeline-badge.primary {
    background-color: #2e6da4 !important;
  }
  .timeline-badge.success {
    background-color: #3f903f !important;
  }
  .timeline-badge.warning {
    background-color: #f0ad4e !important;
  }
  .timeline-badge.danger {
    background-color: #d9534f !important;
  }
  .timeline-badge.info {
    background-color: #5bc0de !important;
  }
  .timeline-title {
    margin-top: 0;
    color: inherit;
  }
  .timeline-body > p,
  .timeline-body > ul {
    margin-bottom: 0;
  }
  .timeline-body > p + p {
    margin-top: 5px;
  }
  @media (max-width: 767px) {
    ul.timeline:before {
      left: 40px;
    }
    ul.timeline > li > .timeline-panel {
      width: calc(10%);
      width: -moz-calc(10%);
      width: -webkit-calc(10%);
    }
    ul.timeline > li > .timeline-badge {
      top: 16px;
      left: 15px;
      margin-left: 0;
    }
    ul.timeline > li > .timeline-panel {
      float: right;
    }
    ul.timeline > li > .timeline-panel:before {
      right: auto;
      left: -15px;
      border-right-width: 15px;
      border-left-width: 0;
    }
    ul.timeline > li > .timeline-panel:after {
      right: auto;
      left: -14px;
      border-right-width: 14px;
      border-left-width: 0;
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 600px) {
  table.dataTable.nowrap th, table.dataTable.nowrap td.sorting_1 {
      white-space: normal !important;
  }
  .dropdown-menu > .dropdown-menu.show {
    position: absolute;
    left: 100%;
    margin-top: -1px;
    top: 0 ;
    
  }
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  form.user .form-control-user {
    font-size:12px;
    padding: 5px;
  }
  .sidebar-brand-icon {
    /*display:none;*/
    width:80px;
  }
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
 
}
 
 .carousel-control-next-icon {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
 }

 .carousel-control-prev, .carousel-control-next {
  width: 3% !important;
}
@media only screen and (min-width: 1000px) {
  .dropdown-menu > .dropdown-menu.show {
    position: absolute !important;
    left: 100% !important;
    top: 0 !important;
  }
}



  .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -6px;
  }

/* rotate caret on hover */
.dropdown-menu > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
} 

.invishow {
  opacity: 0;
}

.btn-circle.btn-xs { 
  width: 20px !important;
  height: 20px !important;
  padding: 5px 0px !important;
  border-radius: 15px !important;
  font-size: 8px !important;
  text-align: center !important;
} 

.dataTables_wrapper {
  width: 100% !important;
}

table#tabella_capitoli th:nth-child(2) {
  width: 100% !important;
}

table#tabella_pagine th:nth-child(1), table#tabella_user_group th:nth-child(3) {
  width: 100% !important;
}

table#tabella_tabelle_grafici th:nth-child(2), table#tabella_tabelle_grafici th:nth-child(1), table#tabella_users th:nth-child(2), table#tabella_users th:nth-child(3)  {
  width: 50% !important;
}

table#tabella_aside_menu th:nth-child(4) {
  width: 100% !important;
}
table#tabella_button_links th:nth-child(3) {
  width: 100% !important;
}

/* MIGLIORAMENTO BOTTONI METROBOX */
.metro-box {
  width: 12rem;
  height: 12rem;
  padding-top: 2.8rem !important;
}
.popover {
  opacity: 1 !important;
}