@media (min-width: 1200px) {
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
}

ul li {
    list-style: none
}

.legenda-content ul li {
    list-style: disc;
}

.nowrap {
    white-space: nowrap;
}

.main-sidebar {
    background-image: url(img/bkg2.jpg);
    background-size: cover;
    background-position: center
}

.main-sidebar:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8;
    background-color: rgba(0, 0, 0, 0.65)
}

.main-sidebar>* {
    z-index: 9;
    position: relative;
}

.main-sidebar a {
    color: #fff;
    text-transform: uppercase;
}

/*.main-sidebar a p{color:#fe6c61}*/
.main-header .nav-link {
    color: #222
}

[class*=sidebar-dark] .brand-link {
    border: none;
    padding: 0;
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.ombrafullpage {
    position: fixed;
    z-index: 999999999999;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.ombrafullpage img {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    max-width: 50px;
    transform: translate(-50%, -50%);
}

.btn.btn-gold {
    background-color: #dab209;
    border-color: #dab209;
    color: #fff;
    text-transform: uppercase
}

.btn.btn-gold:hover {
    background-color: #bd9a05;
    border-color: #bd9a05;
    color: #f5f5f5
}

.nav-item.menu-open>a {
    background-color: rgba(255, 255, 255, .1)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #ccc;
    border-radius: 0
}

.login-box {
    width: 360px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    margin: 0;
    width: 45px
}

.input-group-text>span {
    display: inline-block;
    margin: auto
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.card-primary.card-outline {
    border-top: 3px solid #17a2b8;
}

.btn-default {
    background-color: #f8f9fa;
    border-color: #ddd;
    color: #444;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.card-title {
    float: left;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
}

.card-header>.card-tools {
    float: right;
    margin-right: -.625rem;
}

#quadro1>.card-outline>.card-header>* {
    float: left;
    margin-right: 15px
}

#quadro1>.card-outline>.card-header>h3 {
    margin: 0;
    line-height: 30px
}

.bootstrap-select button {
    background: #fff;
    border: 1px solid #ced4da;
}

.panel-body {
    background-color: #f7fafc;
}

.content-header h1 {
    font-size: 32px;
    font-weight: 600
}

.halfpipe {
    display: flex;
    height: 100vh;
    align-items: center;
    overflow: hidden
}

.halfpipe>video {
    height: 100vh;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    z-index: 1
}

.halfpipe:nth-child(2):before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    background: rgba(30, 37, 50, 0.75);
    z-index: 9
}

.halfpipe:nth-child(2) .content {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 64px;
    z-index: 99;
    color: #fff;
    font-size: 3.5vw;
    font-weight: 700
}

.halfpipe:nth-child(2) .description {
    margin: 20px 0 40px;
    font-size: 1.8vw;
    font-weight: 400
}

.login-box {
    margin: auto
}

.login-box label {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #555
}

.login-page,
.register-page {
    background-color: #fff
}

.login-box-msg {
    text-align: left;
    padding: 0
}

.datalist-error {
    border: 2px solid red;
}

/* style per img input */
.styledfotoinput {
    background-color: #ddd
}

.styledfotoinput>label {
    display: block
}

.styledfotoinput .content {
    height: 120px;
    width: 160px;
    margin: auto;
    background-size: cover;
    background-position: center
}

.custom-file>label {
    display: none
}

.hoverOnPhoto {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 99
}

.hoverOnPhoto>a {
    background-color: #fff;
    color: #000;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 5px 7px 5px 9px;
    display: block;
    margin-top: 4px
}

.custom-file {
    position: absolute
}

.profilenamebox {
    line-height: 23px;
    float: left;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-sidebar .menu-open>.nav-link i.right {
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}

.mw-120 {
    min-width: 120px;
}

ul.accountslist {
    max-width: 300px;
    padding: 0;
    margin: auto
}

ul.accountslist li {
    padding: 10px 0
}

ul.accountslist li a {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ced4da;
    pointer-events: none;
}

.dataTables_info {
    padding-left: .755em;
}

.dataTables_paginate {
    padding-bottom: .25em;
}

a.btn-link {
    color: #007bff !important;
}

a.btn-link:hover {
    color: #0056b3 !important;
}

.dataTables_length {
    padding: 5px 0 0 15px
}

.dataTables_length label {
    font-weight: 400 !important
}

.td-min-width {
    max-width: 1px;
    white-space: nowrap;
}

.adhoc-alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

a.btn-outline-primary {
    color: #007bff;
}

a.btn-outline-secondary {
    color: #6c757d;
}

.fakefooter {
    position: absolute;
    bottom: 5px;
    z-index: 99;
    color: #bbb;
    text-align: center;
    left: 0;
    font-size: 14px;
    width: 100%
}

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

a.btn.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.loader-full-block {
    position: relative;
    background: transparent;
    z-index: 999999;
    width: 100%;
    height: 100vh;
    display: none;
}

.loader-full-block img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
}

.legenda-content img {
    max-width: 100%;
}

.table-striped-reverse tbody tr:nth-of-type(even) {
    background: rgba(0, 0, 0, .05);
}

.table-striped-reverse tbody tr:nth-of-type(odd) {
    background: transparent;
}

.logo-print {
    max-width: 200px;
}

.print {
    display: none;
}

.help-text {
    font-size: 80%;
    font-weight: 300;
    margin-bottom: 0;
}

[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    width: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTIzLjA1cHgiIGhlaWdodD0iMTIzLjA1cHgiIHZpZXdCb3g9IjAgMCAxMjMuMDUgMTIzLjA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMjMuMDUgMTIzLjA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNSAgIGMtMi4zMDEsMi4zLTIuMzAxLDYuMSwwLDguNWw0My4xLDQzLjFsLTQyLjMsNDIuNWMtMi4zLDIuMy0yLjMsNi4xLDAsOC41bDguNSw4LjVjMi4zLDIuMyw2LjEsMi4zLDguNSwwbDQyLjM5OS00Mi40bDQyLjQsNDIuNCAgIGMyLjMsMi4zLDYuMSwyLjMsOC41LDBsOC41LTguNWMyLjMtMi4zLDIuMy02LjEsMC04LjVsLTQyLjUtNDIuNGw0Mi40LTQyLjM5OUMxMjMuNjI1LDE3LjEyNSwxMjMuNjI1LDEzLjMyNSwxMjEuMzI1LDEwLjkyNXoiIGZpbGw9IiNmZmZmZmYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4=);
    background-size: 10px 10px;
}

.notifications {
    right: auto !important;
    top: 0 !important;
    border-radius: 25px;
    transform: translate(-5px, -50%);
}

.nav-sidebar .nav-item>.nav-link {
    overflow: hidden;
    white-space: nowrap;
}

.navbar-expand .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: rgba(0, 0, 0, 0.8);
}

.title-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(0, 0, 0, 0.8);
}

.busy {
    background-color: #ffc107;
    animation-name: busy-color;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.booked {
    background-color: #dc3545 !important;
    color: #eee;
}

@keyframes busy-color {
    0% {
        background-color: #ffc107;
    }

    50% {
        background-color: #ffc10766;
    }

    100% {
        background-color: #ffc107;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1100px;
    }
}

@media print {
    .no-print {
        display: none !important;
    }

    .print {
        display: block !important;
    }

    .card {
        border: 1px solid rgba(0, 0, 0, .125) !important;
        padding: .5rem !important;
    }

    .card-header {
        border: 0 !important;
    }

    .todo-list>.done input {
        text-decoration: none !important;
        font-weight: inherit !important;
    }

    .todo-list>.done,
    .todo-list>.done input {
        color: inherit !important;
    }

    form table .form-check {
        padding-left: 0 !important;
    }

    input[type="text"] {
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }

    .border-0-print {
        border: 0 !important;
    }

    .border-right-print {
        border-right: 1px solid rgba(0, 0, 0, .125) !important;
    }
}

.btn-azzurro {
    color: #fff;
    background-color: #13c2de;
    border-color: #13c2de;
    box-shadow: none;
}

.btn-azzurro:hover {
    color: #fff;
    background-color: #11b0c9;
    border-color: #11b0c9;
}

.btn-azzurro.focus,
.btn-azzurro:focus {
    color: #fff;
    background-color: #11b0c9;
    border-color: #11b0c9;
    box-shadow: none, 0 0 0 0 rgba(58, 176, 195, .5);
}

.btn-azzurro:not(:disabled):not(.disabled).active,
.btn-azzurro:not(:disabled):not(.disabled):active,
.show>.btn-azzurro.dropdown-toggle {
    color: #fff;
    background-color: #0f98ae;
    border-color: #0f98ae;
}

.btn-azzurro:not(:disabled):not(.disabled).active:focus,
.btn-azzurro:not(:disabled):not(.disabled):active:focus,
.show>.btn-azzurro.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(58, 176, 195, .5);
}

.no-scroll {
    overflow: hidden;
}

.blocco-schermo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.blocco-schermo-absolute {
    position: absolute;
    top: -.3rem;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.blocco-schermo-ombra {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.icona-stand-by,
.icona-lavorazione {
    padding: 20px;
    position: relative;
}

.icona-stand-by i,
.icona-lavorazione i {
    font-size: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.icona-stand-by i:nth-child(n + 2) {
    visibility: hidden;
}

.icona-stand-by i:nth-child(1) {
    animation-name: stand-by-countdown-start;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.icona-stand-by i:nth-child(2) {
    animation-name: stand-by-countdown-progress;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

.icona-stand-by i:nth-child(3) {
    animation-name: stand-by-countdown-stop;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}

.icona-lavorazione i {
    animation: hammerHit 2s ease-in-out infinite;
    transform-origin: bottom left;
}

.text-underline {
    text-decoration: underline;
}

.stats {
    position: fixed;
    bottom: 0;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

.single-stat {
    gap: 5px;
}

@keyframes stand-by-countdown-start {
    0% {
        visibility: visible;
    }

    25% {
        visibility: hidden;
    }

    100% {
        visibility: hidden;
    }
}

@keyframes stand-by-countdown-progress {
    0% {
        visibility: visible;
    }

    25% {
        visibility: hidden;
    }

    100% {
        visibility: hidden;
    }
}

@keyframes stand-by-countdown-stop {
    0% {
        visibility: visible;
    }

    25% {
        visibility: visible;
        transform: translateX(-50%) rotate(-180deg);
    }

    50% {
        visibility: hidden;
        transform: translateX(-50%) rotate(-180deg);
    }

    100% {
        visibility: hidden;
    }
}

@keyframes hammerHit {

    0%,
    100% {
        transform: rotate(0deg) translateX(-50%);
    }

    50% {
        transform: rotate(60deg) translateX(-50%) translateY(10px);
    }
}