.pa-scroll{
    position: relative;
    overflow: auto;
    max-height: 600px;
    width: 100%;
}
.gr-faq-item {
    border-bottom: 0.1rem solid #eef0f8;
}

.gr-faq-col {
    border-right: 0.1rem solid #eef0f8;
}
/* per colvis*/
.rDataTableBUTTONS .dt-button-collection{
    left: initial !important;
}

/* righe delle datatables */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fafafa;
}

.max-height-600 > .swal2-html-container {
    max-height: 45rem !important;
}

.left-indicator-ok {
    border-left: 0.7rem solid green !important;
}

.left-indicator-warning {
    border-left: 0.7rem solid orange !important;
}

.left-indicator-error {
    border-left: 0.7rem solid red !important;
}

.table-compact td {
    padding: 0 !important;
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
}

.table-compact .filter th {
    padding: 0.2rem !important;
}

.table-compact tr:first-child th {
    padding: 0.4rem 0.3rem !important;
    text-align: center;
}

.table-compact tr:first-child th.sorting {
    padding-right: 1.4rem !important;
}


.table-compact tr:first-child th > label {
    display: block !important;
}

.table-compact tr th:first-child {
    width: 3rem !important;
}


.table-compact tr th:first-child .checkbox {
    margin: auto !important;
    width: 0.5rem !important;
    right: 0.1rem !important;
}
.table-compact tr td:first-child .checkbox {
    margin: auto !important;
    width: 0.5rem !important;
    right: 0.3rem !important;
}

.table-compact tr td:first-child > label {
    display: block !important;
}

.table-compact tr td:nth-child(1) {
    text-align: center;
}

/*
.table-compact .dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td {
    vertical-align: top!important;
}*/

.swal-wide {
    width: 850px !important;
}

.offcanvas {
    z-index: 1050;
}

.text-rotate-90
{
    transform: rotate(-90deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.d-none-custom {
    display: none !important;;
}
/*tt:: tracciabilità ticket*/
.tt-bg-yellow-gold{
    background: #E87E04!important;
}

.tt-bg-yellow-lemon{
    background: #F7CA18!important;
}

.tt-bg-yellow{
    background: #c49f47!important;
}

.tt-bg-green-dark{
    background: #4DB3A2!important;
}


.tt-bg-green-jungle{
    background: #26C281!important;
}

.tt-yellow-gold{
    color: #E87E04!important;
}

.tt-yellow-lemon{
    color: #F7CA18!important;
}

.tt-yellow{
    color: #c49f47!important;
}

.tt-green-dark{
    color: #4DB3A2!important;
}


.tt-green-jungle{
    color: #26C281!important;
}

.label.label-tt-yellow-gold {
    color: white;
    background-color: #E87E04;
}

.label.label-tt-yellow-lemon {
    color: white;
    background-color: #F7CA18;
}


.label.label-tt-yellow {
    color: white;
    background-color: #c49f47;
}

.label.label-tt-green-dark {
    color: white;
    background-color: #4DB3A2;
}

.label.label-tt-green-jungle{
    color: white;
    background-color: #26C281;
}

.label.label-tt-red{
    color: white;
    background-color: #EE2D41;
}



.breadcrumb .breadcrumb-item.active i,
.breadcrumb .breadcrumb-item.active a, .breadcrumb .breadcrumb-item:hover i,
.breadcrumb .breadcrumb-item:hover a {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    color: #3699FF !important;
}

.breadcrumb.breadcrumb-dot .breadcrumb-item:after {
    display: block;
    content: " ";
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #FFA800;
    margin-left: 0.5rem;
}
