﻿/*html, body {
    position: relative;
    height: 100%;
}

#main {
    bottom: 52px;
}*/

/*//BTN COLOR*/

.btn-danger i,
.btn-primary i {
    color: #fff !important
}

/*BOX*/
#divbigBoxes {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
}

.bigBox {
    position: relative;
    background-color: #004d60;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    width: 390px;
    height: 150px;
    color: white;
    z-index: 9999;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    border-left: 5px solid rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin-top: 5px;
}

.slideshow-msgsmallbox {
    padding-top: 10px;
}

    .slideshow-msgsmallbox div.notifyMessage {
        font-weight: bold;
        font-size: 1.2em;
        cursor: pointer;
    }

    .slideshow-msgsmallbox span {
        font-size: .9em !important;
        font-weight: normal !important;
        letter-spacing: .3px;
        padding: 5px 0 !important;
        display: block;
    }

#botClose1 {
    top: 8px !important;
}

.myMessageSmallBoxContent {
    height: 100px !important;
    overflow: auto;
    padding-right: 5px;
}

.dashMag {
    text-align: center;
    min-height: 1000px;
}

    .dashMag img {
        position: relative;
        width: 128px;
        margin-top: 200px;
        margin-bottom: 10px;
    }

label.no-wrap {
    white-space: nowrap !important;
}

.imageLogo {
    padding: 8px;
    color: #fff;
    position: relative;
}

    .imageLogo div.container {
        border: 1px solid #444444;
        width: auto;
        padding: 5px;
        border-radius: 5px;
    }

    .imageLogo div.image {
        float: left;
        margin-right: 15px;
        width: 50px;
        height: 50px;
    }

    .imageLogo div.desc {
        padding-top: 8px;
    }

    .imageLogo div.icon {
        position: absolute;
        right: 15px;
        top: 34px;
        color: #fff !important;
        cursor: pointer !important;
    }

        .imageLogo div.icon:hover i {
            transform: scale(1.2)
        }

    .imageLogo img:hover {
        transform: scale(1.05)
    }

    .imageLogo img {
        border-radius: 50%;
        overflow: hidden;
        width: 50px;
        min-width: 50px;
        height: 100%;
    }

.opac-in {
    -webkit-animation: enterOpac 2s; /* Safari 4+ */
    -moz-animation: enterOpac 2s; /* Fx 5+ */
    -o-animation: enterOpac 2s; /* Opera 12+ */
    animation: enterOpac 2s; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes enterOpac {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes enterOpac {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes enterOpac {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes enterOpac {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

button:has(.btn):not(.btn-default):not(.btn-times) i {
    color: white !important;
}

.icon-in-tinymce {
    position: absolute !important;
    top: 20px !important;
    z-index: 1 !important;
    right: 20px !important;
    height: 34px !important;
    line-height: 34px !important;
}

.text-info-important {
    color: #3276B1 !important;
}

.smart-form .inline-group .radio[disabled] {
    cursor: default !important;
    opacity: .5 !important;
}

.verifydoc {
    position: absolute;
    top: 11px;
    right: 0;
    transition: transform .2s
}

    .verifydoc:hover button i {
        transform: scale(1.2);
    }

.checkbox-border-danger {
    border: 2px solid #A90329 !important;
    left: -1px !important;
}

.fullWebKitWidth {
    width: -webkit-fill-available !important;
    width: -moz-available !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

label.spinnerInput {
    float: left;
    left: 50% !important;
}

.labelAutocomplete {
    color: #000;
    font-weight: bold;
}

.valueAutocomplete {
    color: #777;
    font-style: italic;
}

i[glossary-choice] {
    cursor: pointer !important;
    color: #3276B1 !important;
}

.modalGlossary table tbody tr td {
    cursor: pointer !important;
}

    .modalGlossary table tbody tr td span {
        color: #333 !important;
    }

.modalGlossary dialog.loader {
    display: flex;
}

.color-picker-input {
    padding-left: 5px !important;
}

.fa_with_bg {
    /*background: radial-gradient(#fff 50%, transparent 50%);*/
    background: #333;
    padding: 2px;
    border-radius: 5px;
}

.btn-header > :first-child > a {
    cursor: pointer !important;
}

    .btn-header > :first-child > a[disabled] {
        pointer-events: none;
        opacity: .5;
    }

.badgeToolbar {
    position: absolute;
    top: 2px;
    right: -5px;
    font-size: 12px;
    padding: 4px;
    font-weight: bold;
    background-color: #880000;
    min-width: 22px;
}

.blink-rapid {
    animation: blink-animation 1s step-start 0s infinite;
    -webkit-animation: blink-animation 1s step-start 0s infinite;
}

@keyframes blink-animation {
    50% {
        opacity: 0.0;
    }
}

@-webkit-keyframes blink-animation {
    50% {
        opacity: 0.0;
    }
}

.blink {
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 2s steps(5, start) infinite;
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

.linkInBigBox,
.linkInBigBox:hover,
.linkInBigBox:active,
.linkInBigBox:visited,
.linkInBigBox:focus {
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}
/*CURSOR*/
input[disabled],
input[readonly],
select[disabled],
textarea[readonly] {
    cursor: not-allowed !important;
    background-color: #fbfbfb !important;
}

button[disabled] {
    cursor: not-allowed !important;
    pointer-events: all !important;
}

.super-modal .modal-dialog {
    width: 90%;
}

.electronicXslModal .modal-dialog {
    min-width: 1000px;
}

.loaderDash {
    margin: 0 auto;
    width: 100px;
}

.hidden-menu.fixed-ribbon #ribbon {
    left: 0px !important;
}

.hidden-menu #main {
    margin-left: 0px !important;
}

.bell-ring {
    color: #FBC303;
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

@keyframes heartbeat {
    0% {
        transform: scale( .75 );
    }

    10% {
        transform: scale( 1 );
    }

    20% {
        transform: scale( .75 );
    }

    30% {
        transform: scale( 1 );
    }
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }

    1% {
        -moz-transform: rotate(30deg);
    }

    3% {
        -moz-transform: rotate(-28deg);
    }

    5% {
        -moz-transform: rotate(34deg);
    }

    7% {
        -moz-transform: rotate(-32deg);
    }

    9% {
        -moz-transform: rotate(30deg);
    }

    11% {
        -moz-transform: rotate(-28deg);
    }

    13% {
        -moz-transform: rotate(26deg);
    }

    15% {
        -moz-transform: rotate(-24deg);
    }

    17% {
        -moz-transform: rotate(22deg);
    }

    19% {
        -moz-transform: rotate(-20deg);
    }

    21% {
        -moz-transform: rotate(18deg);
    }

    23% {
        -moz-transform: rotate(-16deg);
    }

    25% {
        -moz-transform: rotate(14deg);
    }

    27% {
        -moz-transform: rotate(-12deg);
    }

    29% {
        -moz-transform: rotate(10deg);
    }

    31% {
        -moz-transform: rotate(-8deg);
    }

    33% {
        -moz-transform: rotate(6deg);
    }

    35% {
        -moz-transform: rotate(-4deg);
    }

    37% {
        -moz-transform: rotate(2deg);
    }

    39% {
        -moz-transform: rotate(-1deg);
    }

    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

.element-pulse {
    transform: scale(1);
    animation: heartbeat 2s infinite;
}

.badge.headerBadge {
    position: absolute;
    top: 3px;
    left: 15px;
    background-color: #880000;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.label.inline {
    display: inline !important;
}

#miniIcon1 {
    display: none !important;
}

.animated.swingMaintainance {
    animation-duration: 0.5s !important;
    animation-delay: 1s;
}

.modal-content {
    border-radius: 15px;
}

.modal-custom {
    top: 24%;
    width: 100% !important;
    text-align: center !important;
    transition: all ease 0.2s;
    font-size: 18px !important;
}

    .modal-custom .modal-content {
        background-color: rgba(0, 0, 0, 0.8);
        min-height: 200px;
        color: #fff;
    }

    .modal-custom .modal-body button,
    .modal-custom .modal-footer.bodyButton button {
        width: 150px;
        height: 150px;
        min-width: 150px;
        min-height: 150px;
        -webkit-animation: pulse .3s ease-in;
        -moz-animation: pulse .3s ease-in;
        animation: pulse .3s ease-in;
        margin: 10px;
        border: none;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
        white-space: normal;
        font-size: 18px !important;
    }

        .modal-custom .modal-body button.dontAnimate,
        .modal-custom .modal-footer.bodyButton button.dontAnimate {
            -webkit-animation: none;
            -moz-animation: none;
            animation: none;
        }

    .modal-custom .modal-body .textOnBody {
        font-size: 1em !important;
        margin-bottom: 10px;
    }

    .modal-custom .modal-body button i,
    .modal-custom .modal-footer.bodyButton button i {
        margin-bottom: 10px;
    }

    .modal-custom .modal-footer {
        font-size: 0.8em !important;
    }

        .modal-custom .modal-footer div,
        .modal-custom .modal-footer div label {
            color: #fff !important;
        }

.bold {
    font-weight: bold !important;
}

.popover {
    z-index: 999999999 !important;
}

.popover-title {
    display: none !important;
}

.popover-content {
    padding: 5px !important;
}

.confirmation-buttons div.btn-group a:first-child {
    margin-right: 5px !important;
}

/*scrollbar*/
::-webkit-scrollbar {
    height: 13px !important;
}

::-webkit-scrollbar-button {
    display: none !important;
}

::-webkit-scrollbar-thumb {
    background-color: #C1C1C1 !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 3px !important;
}

::-webkit-scrollbar-track {
    background-color: #FFFFFF !important;
}

.background-warning {
    background: #F8F2DE !important;
}

.btn-remove-pms {
    padding-bottom: 1px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.isUnderMaintenance {
    background: #FF0000 !important;
    line-height: 38px !important;
    color: white;
    font-size: 1.3em !important;
}

.btn-orange {
    color: #fff !important;
    background-color: #FE9A1A !important;
    border-color: #ccc !important;
    /*color: #333 !important;
    background-color: #fff !important;
    border-color: #FE9A1A !important;*/
}

    .btn-orange:focus,
    .btn-orange:hover {
        background-color: #EB8201 !important;
        color: #fff !important;
        border-color: #ccc !important;
        /*color: #333 !important;
    background-color: #fff !important;
    border-color: #EB8201 !important;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);*/
    }

.btn-panama {
    color: #fff !important;
    background-color: #8b0062 !important;
    border-color: #ccc !important;
    /*color: #333 !important;
    background-color: #fff !important;
    border-color: #FE9A1A !important;*/
}

    .btn-panama:focus,
    .btn-panama:hover {
        background-color: #5B0040 !important;
        color: #fff !important;
        border-color: #ccc !important;
        /*color: #333 !important;
    background-color: #fff !important;
    border-color: #EB8201 !important;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);*/
    }

.btn-magellano {
    color: #fff !important;
    background-color: #004EA2 !important;
    border-color: #ccc !important;
    /*color: #333 !important;
    background-color: #fff !important;
    border-color: #FE9A1A !important;*/
}

    .btn-magellano:focus,
    .btn-magellano:hover {
        background-color: #00336C !important;
        color: #fff !important;
        border-color: #ccc !important;
        /*color: #333 !important;
    background-color: #fff !important;
    border-color: #EB8201 !important;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);*/
    }

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.maModalLogin {
    background: rgba(0,0,0,0.5) !important;
}

    .maModalLogin .modal-body .videoBackground {
        position: absolute;
        top: 0px;
        left: 0px;
        overflow: hidden;
        width: -webkit-fill-available;
        width: -moz-available;
        height: -webkit-fill-available;
        height: -moz-available;
    }

    /*    .maModalLogin .modal-body fieldset {
        background-color: transparent !important;
    }*/

    .maModalLogin .modal-body div label.label {
        font-size: 15px !important;
    }

    .maModalLogin .modal-body div input {
        height: 36px !important;
        line-height: 36px !important;
        font-size: 16px !important;
    }

.maModal {
    background: rgba(0,0,0,0.5) !important;
}

    .maModal .modal-body p {
        font-size: 1.1em !important;
    }

    .maModal .modal-header h3 {
        font-weight: bold !important;
    }

    .maModal .modal-header .btn,
    .maModal .modal-footer .btn {
        min-width: 80px !important;
    }

    .maModal .ma-panel {
        margin-top: 20px !important;
    }

    .maModal .panel-single-div {
        margin: 10px !important;
    }
/*.maModalLayer{
    z-index:10001 !important;
}*/
.maModalLayer .modal-dialog,
.maModalLayer .modal-content {
    width: calc(100vw - 200px) !important;
    height: calc(100vh - 70px) !important;
}

.padding-top-3 {
    padding-top: 3px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.button-alert {
    float: right !important;
}

    .button-alert > button {
        padding: 6px 10px !important;
    }

.modal-footer .btn + .btn {
    margin-left: 0px !important;
    margin-bottom: 0px;
}

.ellipsis {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.nav-tabs > li.active > a {
    -webkit-box-shadow: 0 -2px 0 var(--main-color) !important;
    -moz-box-shadow: 0 -2px 0 var(--main-color) !important;
    box-shadow: 0 -2px 0 var(--main-color) !important;
}

.tabs-left .nav-tabs > li.active > a {
    -webkit-box-shadow: -2px 0 0 var(--main-color) !important;
    -moz-box-shadow: -2px 0 0 var(--main-color) !important;
    box-shadow: -2px 0 0 var(--main-color) !important;
}

.tabs-right .nav-tabs > li.active > a {
    -webkit-box-shadow: 2px 0 0 var(--main-color) !important;
    -moz-box-shadow: 2px 0 0 var(--main-color) !important;
    box-shadow: 2px 0 0 var(--main-color) !important;
}

.tabs-below .nav-tabs > li.active > a {
    -webkit-box-shadow: 0 2px 0 var(--main-color) !important;
    -moz-box-shadow: 0 2px 0 var(--main-color) !important;
    box-shadow: 0 2px 0 var(--main-color) !important;
}

.panel-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.nopadding {
    padding: 0 !important;
}

.nopadding-left {
    padding-left: 0 !important;
}

.nopadding-right {
    padding-right: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.rolecontent {
    padding: 0 !important;
}
/*contenitore per più grigle*/
.gridscontainer {
    padding: 3px !important;
    margin-bottom: 6px;
}
/*contenitore singola griglia*/
.singlegridcontainer {
    margin-top: 12px;
    margin-bottom: 12px;
}
/*toolbar*/
.k-grid .k-header {
    background-color: #fafafa !important;
}

.k-header.k-grid-toolbar {
    border-color: #e6e6e6;
}
/*Tasti della toolbar della kendogrid*/
.headerbutton {
    color: #808080 !important;
    border-style: none;
    text-align: center;
    width: 40px;
    vertical-align: middle;
    font-size: 12px;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
}

.headerbuttontitled {
    color: #808080 !important;
    border-style: none;
    text-align: center;
    font-size: 11px;
    vertical-align: middle;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 10px !important;
}
/*Tasti toolbar a destra*/
.headerbuttonright {
    float: right;
}

.k-grid .k-header .k-button {
    background-color: #fafafa;
    color: #808080;
}

    .k-grid .k-header .k-button .headerbuttontitled {
        background-color: #fafafa;
    }

    .k-grid .k-header .k-button:hover {
        color: black !important;
        background-color: #e6e6e6;
    }


.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
    margin: 1px !important;
    /*  min-width:28px !important;
    width:28px !important; */
    text-align: center;
}

.k-button-icontext .k-icon, .k-button-icontext .k-image {
    margin-right: 0;
    margin-left: 0;
}

/*celle griglia*/
.k-grid td {
    white-space: nowrap;
    /*height: 0px;*/
}

.titlestext {
    text-align: left;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    color: black;
}

.customer-photo {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: 50px 50px;
    background-position: center center;
    vertical-align: middle;
    line-height: 41px;
    box-shadow: 1px 1px 2px #888888;
    cursor: pointer;
}

/*.k-grid-content-locked { 
    height: 300px !important; 
}*/

.detailslabel {
    padding-top: 6px;
    padding-left: 8px;
}

.btn612 {
    padding: 6px 12px !important;
}

@media (max-width: 1215px) {
    .detailslabel {
        font-size: 11px !important;
    }
}

@media (max-width: 790px) {
    .detailslabel {
        font-size: 10px !important;
    }
}

@media (max-width: 600px) {
    .detailslabel {
        font-size: 13px !important;
    }
}

@media (max-width: 1440px) {
    .nav-tabs > li.tabBookingRequest > a {
        margin-right: 0px !important;
        padding: 9px !important;
    }
}

@media (max-width: 320px) {
    .nav-tabs > li.tabBookingRequest > a {
        padding: 7px !important;
    }
}

.accountdetails_imagecontainer {
    height: 170px;
    line-height: 170px;
    /*overflow: hidden;*/
}

    .accountdetails_imagecontainer img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }

    .accountdetails_imagecontainer:hover .uploadimage {
        visibility: visible;
    }


.uploadimage {
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
    visibility: hidden;
}

    .uploadimage input {
        width: 100%;
    }

.detailsForm {
    margin-bottom: 5px;
}

.detailinput {
    height: 35px !important;
    width: 100% !important;
}

.jarviswidget .detailstabname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 130px;
    display: inline-block;
}

label {
    margin-bottom: 0px !important;
}

/*.smart-form .label {
    white-space: nowrap !important;
    overflow:hidden;
    text-overflow:ellipsis;
}*/

.customul {
    height: 30px !important;
}

.customli a {
    height: 100%;
}



.addressdetailsForm fieldset, .detailsForm fieldset {
    padding: 0px !important;
    border: none !important;
}

/*.addressdetailsForm section, .detailsForm section {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.addressdetailsForm .col, .detailsForm .col {
    padding-left: 3px !important;
    padding-right: 3px !important;
}*/

.upperdetailsfieldset {
    padding-left: 2px !important;
}

.upperdetailssection {
    padding-left: 0 !important;
}

/*account-container ul li.active a, address-container ul li.active a {
    background-color: rgba(222, 238, 254, 0.52) !important;
}*/

.map-container {
    height: 250px;
}

#jarviswidget-fullscreen-mode .mygrid {
    bottom: 0 !important;
    display: block;
    position: fixed;
    top: 32px !important;
    width: 100%;
    height: initial !important;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.icon-prepend-right {
    left: auto !important;
    padding-right: 0 !important;
    border-right-width: 0 !important;
    border-right-style: none !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
    padding-left: 3px !important;
    right: 5px !important;
}

.icon-prepend-right-check {
    left: auto !important;
    padding-right: 0 !important;
    border-right-width: 0 !important;
    border-right-style: none !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
    padding-left: 3px !important;
    right: 5px !important;
}

.checkbox-form {
    /*color: #404040;
    cursor: pointer;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 4px;*/
    padding-left: 0px;
    text-align: center;
}

.input-group-addon-form {
    padding: 7px !important;
    background-color: #fafafa !important;
}

.detailinput-check {
    width: 96% !important;
}

.detailsForm .k-dropdown-wrap.k-state-default, .addressdetailsForm .k-dropdown-wrap.k-state-default {
    border-color: #bdbdbd;
}

.detailsForm .k-state-default > .k-select, .addressdetailsForm .k-state-default > .k-select {
    border-color: #c4c4c4;
}

.demo > span {
    position: fixed !important;
}

label.select > i {
    pointer-events: none;
}

.input-group-btn-vertical button.btn {
    border-radius: 0 !important;
    border-color: #bdbdbd !important;
}

#content {
    height: 100%;
    overflow-y: auto;
}

@media(max-width:767px) {
    #content {
        padding-top: 10px;
    }
}

@media(min-width:768px ) {
    #content {
        padding-top: 10px;
    }
}

@media(min-width:992px) {
    #content {
        padding-top: 30px;
    }
}

@media(min-width:1200px) {
    #content {
        padding-top: 30px;
    }
}


/*Stili comuni del Layout generati da MediaLab*/
/* I pulsanti inclusi sui form.smart-form non hanno i padding di bootstrap se non inclusi sui footer: questa classe li rimette */
form.smart-form .btn-nofooter {
    cursor: pointer;
    float: right;
    font: 300 15px/29px "Open Sans",Helvetica,Arial,sans-serif;
    height: 31px;
    margin: 10px 0 15px 5px;
    padding: 0 22px;
}

form.smart-form .btn-fix,
.smart-form .btn-fix {
    cursor: pointer;
    padding: 6px 12px;
}

form.smart-form .panel-heading {
    padding: 10px 15px;
}
/* In caso il pulsante sia in position absolute evita che venga messo il top e left a 1 che simulerebbe il piccolo spostamento per al pressione */
.btn-fix-absolute:active {
    top: auto;
    left: auto;
}

.ui-autocomplete {
    z-index: 9000 !important; /*Per passare sopra anche in caso di apertura su una pop up bootrstrap*/
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.pointer {
    cursor: pointer;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
    display: none !important;
}

.smart-form div.inline-fieldset {
    display: table;
    width: 100%;
}

.smart-form div.inline-fieldset section {
    display: table-cell;
    float: none;
    vertical-align: middle;
    text-align: right;
    margin: 0;
    padding: 0;
}

.float-right {
    float: right;
}

.nobr {
    white-space: nowrap;
}

.containerDac7Input {
    height: 50px;
    width: 178px;
    position: relative;
    left: -80%;
    background-color: lightgray;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 10px 0px #000000;
    -moz-box-shadow: 5px 5px 10px 0px #000000;
    -o-box-shadow: 5px 5px 10px 0px #000000;
    box-shadow: 5px 5px 10px 0px #000000;
}

input.input-numeric, .numeric {
    text-align: right;
}

.numericInputDac7 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.numericInputDac7 .numeric {
    height:32px;
}

.smart-form .select select.numeric {
    padding-right: 27px;
}

.numeric-label {
    display: inline-block;
    padding: 10px;
}
/* Per simulare righe dispari in tabella */
.table > tbody > tr.striped {
    background-color: #f9f9f9;
}

.table > tbody > tr.disabled {
    color: #b4b4b4;
}

.table > tbody > tr.no-border > td {
    border: 0px;
}

.no_selection {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

/* Numeric input */
.spinner {
    width: 100%;
    /*max-width:50px;*/
    margin: auto;
}

    .spinner input {
        text-align: right;
        padding-left: 1px;
        padding-right: 4px;
    }

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

    .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 8px 8px 7px 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;
        color: #666;
    }

.smart-form div.input-xs input {
    font-size: 11px;
    height: 24px;
    line-height: 1.5;
    padding: 2px 10px;
}

.input-group .numeric {
    float: right;
}

.smart-form div.input-xs .input-group-btn-vertical > .btn {
    padding: 6px 6px 5px 8px;
}

div.input-xs .input-group-btn-vertical i {
    top: -1px;
}
/*.text-align-right div.input-group {
    float:right;
}*/
.tab-disabled {
    cursor: default;
    opacity: 0.5;
}

.smart-form .tooltip {
    opacity: 1;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.v-align-top {
    vertical-align: top !important;
}

nav ul li a {
    cursor: pointer;
}

/*NUOVE CLASSI MENU*/
.btn-menu {
    background-color: transparent !important;
    border-color: #444444 !important;
    color: #c0bbb7 !important;
}


    .btn-menu i {
        position: absolute !important;
        line-height: 18px !important;
    }

    .btn-menu span {
        margin-left: 28px !important;
    }

    .btn-menu.active {
        color: white !important;
        background-color: #444444 !important;
    }

    .btn-menu:hover {
        color: white !important;
        background-color: #444444 !important;
    }

        .btn-menu:hover i {
            font-size: 1.5em !important;
        }

nav ul li a {
    cursor: pointer;
    min-width: 225px;
    max-width: 225px;
    margin: 5px 0px 0px 8px;
    overflow: hidden !important;
    text-align: left !important;
}

nav > ul > li > ul::before {
    display: none !important;
}

nav ul ul {
    padding: 0px !important;
    background: #3A3633 !important;
    margin-left: 15px;
}

    nav ul ul li a {
        min-width: 210px;
        max-width: 210px;
    }

    nav ul ul ul li a {
        min-width: 195px;
        max-width: 195px;
    }

    nav ul ul ul ul li a {
        min-width: 180px;
        max-width: 180px;
    }

nav > ul > li > a b {
    top: 8px !important;
    margin-top: 0px !important;
}
/*nav ul b,
nav > ul > li > a b,*/
nav > ul > li > ul::before,
nav > ul > li > ul > li::before,
nav > ul > li:hover > ul::before,
nav > ul > li:hover > ul > li::before {
    display: none !important;
}
/* FINE NUOVE CLASSI MENU*/

table.table-v-align-center tbody tr td {
    vertical-align: middle;
}

.btn-icon {
    /* icone pulsanti su tabelle */
    display: inline-block;
    cursor: pointer;
    color: #666;
    -webkit-box-shadow: none !important;
}

.checkbox.table-checkbox-label {
    height: 17px;
    width: 17px;
    margin: 0;
    padding: 0;
    display: inline-block;
}

    .checkbox.table-checkbox-label i {
        top: 0;
    }

.smart-form .icon-color-good {
    color: #40ac2b;
}

.smart-form .icon-color-bad {
    color: #ed1c24;
}

tabble thead .table-header-title {
    font-size: 16px;
}

table tr td > i.fa.fa-search {
    cursor: pointer;
}

.ui-datepicker-header a {
    cursor: pointer;
}

.k-grid tr.k-grid-edit-row.k-state-selected td {
    overflow-y: visible !important;
}

.k-grid-content tr:last-child td {
    border-bottom-width: 1px;
}

.login-info a span {
    text-transform: none;
}
/* Inizio stile per compatibilità con tema per le dropdown Telerik */
.k-dropdown-wrap, .k-dropdown-wrap.k-state-hover, .k-dropdown-wrap.k-state-focused {
    border: 1px solid #bdbdbd !important;
    box-shadow: none !important;
    color: #404040 !important;
    background: none !important;
    border-radius: 0 !important;
    height: 30px;
    /*line-height: 15px;*/
    padding-bottom: 0 !important;
}

    .k-dropdown-wrap span, .k-dropdown-wrap.k-state-hover span, .k-dropdown-wrap.k-state-focused span {
        border: none !important;
        border-radius: 0 !important;
        line-height: 28px;
    }

        .k-dropdown-wrap span.k-icon.k-i-arrow-s {
            background: none !important;
            opacity: 1 !important;
        }

            .k-dropdown-wrap span.k-icon.k-i-arrow-s::after,
            .k-dropdown-wrap span.k-icon.k-i-arrow-s::before {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                content: "";
                position: absolute;
                right: 10px;
                color: #666 !important;
            }

            .k-dropdown-wrap span.k-icon.k-i-arrow-s::after {
                border-top: 4px solid #404040;
                bottom: 10px;
            }

            .k-dropdown-wrap span.k-icon.k-i-arrow-s::before {
                border-bottom: 4px solid #404040;
                top: 10px;
            }

    .k-dropdown-wrap input {
        height: 30px;
        /*line-height: 15px;*/
        box-sizing: border-box;
    }

#ribbon .breadcrumb a:hover {
    color: #4a8ec9 !important;
}

/*.k-dropdown-wrap.k-state-hover input, .k-dropdown-wrap.k-state-focused input {
    box-sizing:border-box;
}*/
/* Fine stile per compatibilità con tema per le dropdown Telerik */

.no-border-left {
    border-left: 0 none;
}

.no-border-right {
    border-right: 0 none;
}

div.ma-loading {
    position: absolute;
    top: -10px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255,255,255,0) !important;
}

.ma-loading i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    color: #333 !important;
}

.table thead tr, .fc-border-separate thead tr {
    background-color: #eeeeee;
    background-image: none;
}

.rating {
    color: #a9a9a9;
    margin: 0;
    padding: 0;
}

ul.rating {
    display: inline-block;
}

.rating li {
    list-style-type: none;
    display: inline-block;
    padding: 1px;
    text-align: center;
    font-weight: bold;
    /*cursor: pointer;*/
}

.rating .filled {
    color: orange;
}

#loading-bar-spinner {
    top: 65px;
    right: 20px;
    left: auto;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-45 {
    opacity: 0.45;
}

.pagination > li > button {
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
}

.pagination > li > button {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #3276b1;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination > .disabled > button, .pagination > .disabled > button:focus, .pagination > .disabled > button:hover {
    background-color: #fff;
    border-color: #ddd;
    color: #999;
    cursor: not-allowed;
}

.pagination > .active > button, .pagination > .active > button:focus, .pagination > .active > button:hover {
    background-color: #3276b1;
    border-color: #3276b1;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.company-select {
    max-width: 100%;
}

#ribbon .company-select {
    min-width: 200px;
    max-width: 100%;
}

.user-select {
    max-width: 100%;
}

#ribbon .user-select {
    min-width: 200px;
    max-width: 100%;
}

/* condenced table */
.table-schedine.table-condensed.table > tbody > tr > td,
.table-schedine.table-condensed.table > tbody > tr > th,
.table-schedine.table-condensed.table > tfoot > tr > td,
.table-schedine.table-condensed.table > tfoot > tr > th,
.table-schedine.table-condensed.table > thead > tr > td,
.table-schedine.table-condensed.table > thead > tr > th {
    padding: 5px !important;
    vertical-align: middle;
}

.table-schedine.table-condensed.table a {
    color: #666;
}

.custom-select > a.dropdown-toggle {
    box-sizing: border-box;
    color: #404040;
    border-radius: 0;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 20px;
}

.custom-select.open > a.dropdown-toggle {
    line-height: 20px;
}

.custom-select > a.dropdown-toggle > b {
    pointer-events: none;
}

.custom-select > a.dropdown-toggle > b {
    background: white;
    box-shadow: 0 0 0 9px white;
    height: 11px;
    position: absolute;
    right: 11px;
    top: 10px;
    width: 5px;
    content: none;
    left: auto;
}

    .custom-select > a.dropdown-toggle > b::after,
    .custom-select > a.dropdown-toggle > b::before,
    .custom-select.open > a.dropdown-toggle > b::after,
    .custom-select.open > a.dropdown-toggle > b::before {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        content: "";
        position: absolute;
        right: 0;
        left: auto;
    }

    .custom-select > a.dropdown-toggle > b::after {
        border-top: 4px solid #404040;
        bottom: 0;
    }

    .custom-select > a.dropdown-toggle > b::before {
        border-bottom: 4px solid #404040;
        top: 0;
    }

.mce-menu {
    margin-top: 27px !important;
    margin-left: 2px !important;
}
.mce-tinymce.mce-container.mce-panel:not(.mce-tinymce-inline) {
    width: 100% !important;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.mce-fullscreen {
    z-index: 9999;
}

.smart-form .select select {
    height: 32px;
}

.smart-form .select i {
    height: 10px;
}

.smart-form .checkbox input:disabled + i {
    background-color: #d9d9d9;
}

.smart-timeline-list li {
    padding: 12px 0 !important;
}

.smart-form .select i.fa.icon-color-bad {
    color: #ed1c24;
}


/*OVERRIDE SMARTADMIN*/

.changelogBadge {
    position: relative !important;
    top: -1px !important;
    margin-left: 0px !important;
    font-size: 9px !important;
    min-width: 14px !important;
    opacity: 1 !important;
}

.bg-color-MagellanoOrange {
    background-color: var(--main-color);
}

.autoresizeTextarea {
    min-height: 60px !important;
    overflow: visible !important;
}



.MessageBoxContainer {
    top: 25% !important;
}

.alert {
    border-bottom-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}


.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.label-switch-mini {
    float: left !important;
    margin-right: 10px !important;
    line-height: 20px !important;
}

@media (max-width: 767px) {
    .MessageBoxContainer {
        top: 15% !important;
    }

    .table-responsive {
        border: none !important;
    }

    .alert {
        margin-bottom: 0px !important;
    }

    a:link,
    .btn,
    button {
        -webkit-tap-highlight-color: rgba(245, 130, 31, 0.5) !important;
    }
}



.fa-fast-spin {
    -webkit-animation: fa-spin 0.75s infinite linear !important;
    animation: fa-spin 0.75s infinite linear !important;
}

.fa-currencyx {
    font-size: 0.7em !important;
}

.fa-1-2x {
    font-size: 1.2em !important;
}

.fa-1-3x {
    font-size: 1.3em !important;
}

/*SPINNER e BAR OVERRIDE*/

/* se si ripristinano gli originali smartadmin ripstistinare anche gli spinner sugli html del booking commentati come <!-- RIPRISTINARE SE SI LEVA LO SPINNER DAL LOADING HTTP -->*/
#loading-bar-spinner-custom {
    position: absolute !important;
    top: 2px !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: rgba(0,0,0,0.5) !important;
    z-index: 1000000;
}

    #loading-bar-spinner-custom i {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -0.5em;
        margin-left: -0.5em;
        color: #333;
    }

#loading-bar .bar {
    height: 2px !important;
    background: var(--main-color) !important;
    /*background: #296191 !important;*/
}

#divSmallBoxes {
    z-index: 1000001 !important;
}

.SmallBox {
    z-index: 1000001 !important;
}

.asideButtons {
    position: inherit;
    top: 12px;
    left: 200px;
}

    .asideButtons a,
    .asideButtons a:active,
    .asideButtons a:visited,
    .asideButtons a:link,
    .asideButtons a:focus {
        color: #c0bbb7 !important;
    }

.MessageBoxMiddle {
    width: 65% !important;
}

.fileRepository {
    width: 100%;
    padding: 10px;
    /*background-color:#eee;*/
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    cursor: pointer !important;
}

.flottedLeft {
    float: left !important;
}

.fileRepository div {
    min-height: 34px;
}

    .fileRepository div i:first-child {
        /*color: #404040;*/
        margin: 0 auto !important;
        padding-right: 2px;
        line-height: 34px;
    }

    .fileRepository div a {
        color: #404040;
    }

.k-file-success,
.k-progress {
    background-color: transparent !important;
    border: none !important;
}

.file-hint {
    color: #666;
    padding-top: 5px;
    margin-left: 10px;
}

.k-upload-files {
    margin: 0 auto !important;
    min-height: 34px;
}

.missingLabelChk {
    margin-top: 18px !important;
}

.isServiceDp {
    /*background-color:#F8F1DA !important;*/
    border: none !important;
    height: 24px !important;
}

/*#shortcut {
    top:0 !important;
    bottom:0 !important;
}*/

#shortcut ul {
    margin-left: 45px;
    background-color: #000 !important;
}

    #shortcut ul li:last-child {
        position: absolute;
        top: 20px;
        right: 35px;
    }

        /*#shortcut ul li:nth-last-child(2) {
    position: absolute;
    bottom: 20px;
    right: 30px;
}*/

        #shortcut ul li:last-child a i,
        #shortcut ul li:nth-last-child(2) a i {
            color: #fff !important;
        }

.bg-color-dashed {
    background-color: transparent;
    border: 1px dashed #eee !important;
}

.divWidget {
    position: relative;
}

    .divWidget a:active,
    .divWidget a:link,
    .divWidget a:visited
    .divWidget a:hover {
        color: #fff;
    }

    .divWidget a:first-child {
        position: absolute;
        top: 10px;
        right: 10px;
        visibility: hidden;
        cursor: pointer;
        z-index: 100;
        color: #fff;
    }

    .divWidget:hover a:first-child {
        visibility: visible;
    }

.greyScale {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.5;
}

.fullsScale {
    opacity: 1;
}

.page-footer {
    height: 40px !important;
    padding-top: 0px !important;
}

.pad-right-15 {
    padding-right: 15px !important;
}

.tableGrid tbody tr td {
    white-space: nowrap;
}

.tableGrid tbody tr.totals td {
    font-weight: bold;
    border-top: none;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

#logo-group {
    margin-top: 3px;
}

    #logo-group #logo {
        margin-right: 10px;
        margin-top: 0px !important;
    }

    #logo-group #logo,
    #logo-group .logo-title {
        float: left;
    }

        #logo-group .logo-title span:first-child {
            font-weight: bold;
            font-size: 1.2em;
        }

.page-footer .credits div {
    float: right;
}

    .page-footer .credits div:first-child {
        margin-left: 20px;
    }

    .page-footer .credits div:nth-child(2) {
        padding-top: 2px;
    }

.page-footer img {
    height: 34px !important;
    padding-top: 5px;
}

.tableGrid tbody tr td {
    position: relative;
}

    .tableGrid tbody tr td.strikeout:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        border-bottom: 1px solid #111;
        width: 100%;
    }

/*RIGTH PANEL*/
#right-panel {
    z-index: 902 !important;
}

@media (max-width: 979px) and (min-width: 768px) {
    #right-panel {
        right: 0px;
    }
}

@media only screen and (max-width: 679px) and (min-width: 0px) {
    #right-panel {
        right: 0px;
    }
}

@media (max-width: 767px) {
    #right-panel {
        right: 0px;
    }
}

.agMfbBottom {
    bottom: 55px;
    right: 50px;
    z-index: 901;
}

    .agMfbBottom.booking {
        bottom: 65px;
        right: 10px;
        z-index: 901;
    }

    .agMfbBottom > li {
        padding-bottom: 0px !important;
    }

        .agMfbBottom > li > a {
            width: 52px !important;
            height: 52px !important;
            background-color: #3276B1 !important;
            color: #fff !important;
        }

            .agMfbBottom > li > a i {
                line-height: 52px !important;
                font-size: 18px !important;
                color: #fff !important;
            }

.agMfbBottom2 {
    bottom: 120px;
    right: 50px;
    z-index: 901;
}

    .agMfbBottom2 > li > a {
        width: 52px !important;
        height: 52px !important;
        background-color: #739E73 !important;
        color: #fff !important;
    }

        .agMfbBottom2 > li > a i {
            line-height: 52px !important;
            font-size: 18px !important;
        }

.agMfbBottom3 {
    bottom: 185px;
    right: 50px;
    z-index: 901;
}

    .agMfbBottom3 > li > a {
        width: 52px !important;
        height: 52px !important;
        background-color: #739E73 !important;
        color: #fff !important;
    }

        .agMfbBottom3 > li > a i {
            line-height: 52px !important;
            font-size: 18px !important;
        }

/*TOASTR*/
#toast-container > div {
    opacity: 1 !important;
}

/*SMART MESSAGE BOX - ADMIN MESSAGE SYNAPSE*/

.myMessageBoxContent {
    width: 90%;
    margin: 0 auto;
}

/* Fading animation */
.fadeMsgBox {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* Next & previous buttons */
.prevMsgBox,
.nextMsgBox,
.prevMsgBox:hover,
.nextMsgBox:hover {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.nextMsgBox {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* Slideshow container */
.slideshow-msgbbox {
    position: relative;
    margin: auto;
}

.dotMsgBox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    width: 80%;
    margin: 0 auto;
}

/* The dots/bullets/indicators */
.singleDotMsgBox {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #717171;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .singleDotMsgBox.active,
    .singleDotMsgBox:hover {
        background-color: #bbb;
    }

/*white version*/
/*div.MessageBoxContainer {
    background: none !important;
}

div.MessageBoxContainer > div.MessageBoxMiddle {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    color: #000;
}

.prevMsgBox,
.nextMsgBox,
.prevMsgBox:hover,
.nextMsgBox:hover {
    color: #717171;
}
*/
/* fine white version*/

.ui-select-choices-group-label {
    font-weight: bold;
    color: #000;
    font-size: 1em;
    padding: 5px;
}

.ui-select-bootstrap .ui-select-choices-row.disabled > span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > span {
    color: #ccc !important;
}

/*HOTEL DATEPICKER*/

.datepicker__month-name {
    text-align: center;
}

.datepicker__month-day--today,
.datepicker__month-day--first-day-selected,
.datepicker__month-day--last-day-selected {
    background-color: #004EA2;
}

.datepicker__month-button {
    background-color: #dedede;
}

    .datepicker__month-button:hover,
    .datepicker__month-day--hovering,
    .datepicker__month-day--selected {
        background-color: rgba(0, 78, 162, 0.5)
    }

#month-2-hdpkr {
    margin-left: 20px !important;
}

.datepicker__inner {
    float: initial !important;
}

.inputHdpToolbar:hover,
.inputHdpToolbar {
    cursor: pointer !important;
    height: 28px !important;
    line-height: 28px !important;
    margin-top: 2px !important;
}

.iconContainer {
    height: 400px;
    max-height: 400px;
    overflow: scroll;
}

.iconRep {
    float: left;
}

    .iconRep div {
        border: 1px solid #999;
        border-radius: 5px;
        width: 55px;
        height: 55px;
        text-align: center;
        padding-top: 10px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

        .iconRep div i {
            font-size: 2em;
        }

        .iconRep div:hover {
            padding-top: 7px;
        }

            .iconRep div:hover i {
                font-size: 2.2em;
            }


/*lasciare sempre come utlima regola*/
input[kill-fill] {
    cursor: inherit !important;
    background-color: #fff !important;
}

i.fa.fa-spinner {
    color: #333333;
}


/*AUTOCOMPLETE*/
.addr_row1 {
    color: #000 !important;
    font-weight: bold;
}

.addr_row2 {
    color: #666 !important;
    font-size: .9em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.addr_row3 {
    color: #666 !important;
    font-size: .9em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


div.enumArrayContainerForSearchDirective {
    position: absolute;
    right: 10px;
}

div.enumArrayContentForSearchDirective {
    height: 20px;
    margin-top: 8px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 20px;
    float: left;
    border: 1px solid #ccc;
    margin-right: 5px;
}

    div.enumArrayContentForSearchDirective div {
        display: none;
        position: relative;
        top: -21px;
        width: fit-content;
        margin: 0 auto;
        /*left:18px;*/
    }

/*BOXES*/

.bigBox {
    border-radius: 10px !important;
    height: auto !important;
    max-height: 350px !important;
}

#divMiniIcons .cajita {
    display: none !important;
}

.bigBox .bigboxicon {
    font-size: 22px !important;
    left: 10px !important;
    top: 3px !important;
}

.botClose {
    right: 8px !important;
    top: 10px !important;
}

.myMessageSmallBoxContent {
    height: auto !important;
    max-height: 330px !important;
}

.fixed-navigation nav {
    padding-bottom: 109px !important;
}

div.bigBox a {
    color: #fff !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}

.titleWarningDeleteCompany{
    color:orange;
}

.cityCustomSelectInvalidBox .dropdown-toggle {
    border-color: red !important;
}