body, html {
    height: 100%;
    font-size: 12px;
    color: #333e48;
    font-family: 'Open Sans', sans-serif !important;
    
}
nav.navbar {
    position: fixed;
    width: 100%;
    z-index: 1;
    background: white;
    top: 0;
}

    #main{
padding-bottom:72px;
}
footer {
    background-color:#333e48;
    color:#fff!important;
}
.show > .dropdown-menu {
    left:auto;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #fcd600;
    color:#333e48;
}
.c-white {
    color:#fff!important;
}
form {
    width: 100%;
    display: block;
}
nav {
  font-size:15px!important;
}
.hr-fmb {
    border-width:2px;
    margin:30px 0px;
}
/* workaround modal-open padding issue */
body.modal-open {
    padding-right:0 !important;
}
.div-nuovo-ticket {
  margin-right: 10px;
}
.nav-item > a {
    border-bottom: 2px solid transparent;
}
.nav-item.active > a {
    border-bottom: 2px solid #fcd600;
}
.navbar-toggleable-md .navbar-nav .nav-link {
    padding: 10px 20px !important;
    height: 65px;
    vertical-align: middle;
    display: table-cell;
}
#sidebar {
    padding-left: 0;
}
.fc-rigid{
    height:110px!important;
}
.fc-scroller  {
    height:auto!important;
}
.fc-day-grid-event .fc-content{
        white-space: normal!important;
}

.box-shadow {
    box-shadow: 0 0.145rem 0.8rem rgba(0, 0, 0, 0.075) !important;
}

#cambio-password.active {
    background-color: #333e48;
    color: #fff;
    text-decoration: none;
    padding:5px 0px;
}
    #cambio-password.active>a {
        font-size:15px;
        color:#fff!important;
    border-bottom:0px!important;
    padding:5px 0px;
    }
    #cambio-password.active > a:hover {
        text-decoration:none;
    }

#scheda-azienda.active {
    background-color: #333e48;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
}

    #scheda-azienda.active > a {
        font-size: 15px;
        color: #fff !important;
        border-bottom: 0px !important;
        padding: 5px 0px;
    }

        #scheda-azienda.active > a:hover {
            text-decoration: none;
        }
        /*
 * Off Canvas at medium breakpoint
 * --------------------------------------------------
 */
        @media screen and (max-width: 48em) {
            .row-offcanvas {
                position: relative;
                -webkit-transition: all 0.25s ease-out;
                -moz-transition: all 0.25s ease-out;
                transition: all 0.25s ease-out;
            }

            .row-offcanvas-left
            .sidebar-offcanvas {
                left: -33%;
            }

            .row-offcanvas-left.active {
                left: 33%;
                margin-left: -6px;
            }

            .sidebar-offcanvas {
                position: absolute;
                top: 0;
                width: 33%;
                height: 100%;
            }
        }
        /*
 * Off Canvas wider at sm breakpoint
 * --------------------------------------------------
 */
        @media screen and (max-width: 34em) {
            .row-offcanvas-left
            .sidebar-offcanvas {
                left: -45%;
            }

            .row-offcanvas-left.active {
                left: 45%;
                margin-left: -6px;
            }

            .sidebar-offcanvas {
                width: 45%;
            }
        }

        .card {
    overflow:hidden;
}

.card-block .rotate {
    z-index: 8;
    float: right;
    height: 100%;
}

.card-block .rotate i {
    color: rgba(20, 20, 20, 0.15);
    position: absolute;
    left: 0;
    left: auto;
    right: -10px;
    bottom: 0;
    display: block;
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    transform: rotate(-44deg);
}

footer{
    padding:20px 0px;
    font-size:16px;
}

.field-validation-error,.validation-summary-errors{
    display:block;
    font-weight:bold;
    color:#ff0000;
    padding:5px 15px;
}
.validation-summary-errors ul{
    list-style:none;
    padding:0;
}

.logo{
    width:auto;
    height: 100%;
    max-height: 60px;
}
#collapsingNavbar{
    color:#fff;
}
.jumbotron {
    padding: 15px;
}
.display-7{
    font-size:25px;
    margin-bottom:15px;
}
label {
    display: inline-block;
    margin-bottom: 4px;
}
.mb-3 {
    margin-bottom: 2rem!important;
}
label{
    font-weight:bold;
}
.breadcrumb {
    width:100%;
}


/* TIMELINE CSS. */
.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: 20px;
    left: 51%;
    width: 40px;
    height: 40px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    font-size: 1.4em;
    line-height: 50px;
    color: #fff;
    background-color: #0275d8 !important;
  }

.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;
}
#ticketAperti > tbody > tr:hover {
  cursor: pointer;
  background-color: #0275d8;
  color: #fff !important;
}
#storicoTicket > tbody > tr:hover {
  cursor: pointer;
  background-color: #0275d8;
  color:#fff!important;
}
.btn-nav-right {
  float: left;
  width: 100%;
  color: #0275d8;
  font-size:15px;
  padding:5px;
}
.btn-nav-right > a {
  font-size:15px;
}
.btn-success {
  font-size:15px;
}
.hide {
  visibility: hidden;
}

@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;
    }
}.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;
}
.btnFMB {
    background-color: #333e48;
    color:#fff!important;
}
.btnFMB:hover{
    cursor:pointer;
}
.btn-outline-secondary{
    color:#333e48!important;
}
.btn-outline-fmb{
    border:1px solid #fcd600;
    color:#333e48!important;
    padding:10px!important;
    font-size:16px;
}
    .btn-outline-fmb:hover {
        box-shadow: 0 0.145rem 0.8rem rgba(0, 0, 0, 0.075) !important;
    }
.popover-content > .btn-nav-right > a, .popover-content > .btn-nav-right > form > a{
    width: 100%;
    color: #333e48;
    padding: 5px 0px;
    float: left;
}
    .popover-content > .btn-nav-right > a:hover, .popover-content > .btn-nav-right > form > a:hover {
        background-color: #333e48;
        color: #fff;
        text-decoration: none;
    }
    .popover-content > .btn-nav-right 
{

text-align:center;
}
.popover-content {
    padding: 9px 2px!important;
    float: left;
}
.user-menu {
    color: #333e48;
    font-weight: 400;
    width: 200px;
    padding: 14px 0px;
}
.nav-link {
    color: #333e48;
}
table {
  font-size:12px;
}
.table td, .table th {
  padding: 5px 8px!important;
  max-width:150px;
}
.main {
    margin-top: 10px !important;
    padding-top: 100px;
}

  @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;
      }

    .jumbotron {
      padding: 5px !important;
    }

    .table th, .table td {
      padding: 5px;
    }

    td, th {
      min-width: 50px;
    }
  }