@import "colors.css";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600|Open+Sans:400,700,700i&display=swap');

/*#region Common*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 26px;
    color: var(--DarkBlue);
}

h1, h2, h3, h4, h5, btn {
    font-family: 'Montserrat', sans-serif;
    line-height: 40px;
    font-weight: 600;
    color: var(--DarkBlue);
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

.btn-primary {
    background: var(--White);
    cursor: pointer;
    border: 2px solid var(--LogoDarkBlue);
    padding: .5rem 1rem;
    border-radius: 0px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--DarkBlue);
}

    .btn-primary:hover, .btn-primary:active, .btn:hover, .btn:active{
        background: var(--LogoDarkBlue) !important;
        color: var(--White) !important;
        border: 2px solid var(--LogoDarkBlue);
        box-shadow: none;
    }

.btn {
    font-size: 14px;
    margin-left: 7px;
    margin-right: 7px;
}

input.form-control {
    border: 2px solid var(--DarkGrey);
}

label {
    text-align: left;
}

.fa {
    cursor: pointer;
}

thead {
    background: linear-gradient(90deg, var(--DarkBlue2) 0%, var(--LightBlue) 100%);
    color: var(--White);
}

.hidden {
    display: none;
}

.btn.selected {
    background: var(--DarkBlue2);
    background: linear-gradient(90deg, var(--DarkBlue2) 0%, var(--LightBlue) 100%) !important;
    color: var(--White) !important;
}

.modal-footer {
    display: initial;
    padding: .5rem;
}

.btn-danger {
    padding: .5rem 1rem;
    border-radius: 0px;
    margin-bottom: 5px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid var(--LogoDarkBlue);
}
    .btn-danger:hover, .btn-danger:active {
        background: var(--White) !important;
        color: var(--DarkBlue) !important;
        border: 2px solid var(--LogoDarkBlue);
        box-shadow: none;
    }

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .btn-danger {
    background-color: var(--Red) !important;
}

.bg-red h4, .callout.callout-danger h4, .alert-danger h4, .alert-error h4, .label-danger h4, .alert-success h4{
    color: var(--White) !important;
}

ol, ul {
    list-style: none;
}

.green{
    background-color:var(--Green);
}

.yellow {
    background-color: var(--Yellow);
}

.red {
    background-color: var(--Red);
}

a:not([href]):not([tabindex]), a, a:not([href]):not([tabindex]):hover {
    color: var(--LogoLightBlue);
    text-decoration: none;
    cursor: pointer;
}
/*#endregion Common*/

/*#region FIX AdminLTE*/

.user-panel > .info {
    left: 0px;
    margin-top: 2px;
}

.main-header .navbar {
    max-height: 50px;
}

.main-header .sidebar-toggle {
    padding: 10px 15px;
}

.form-group {
    margin-bottom: 15px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon:first-child {
    border-right: 0;
    border-right-color: currentcolor;
}

.input-group .form-control:first-child, .input-group-addon:first-child,
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control {
    width: 100%;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    border-radius: 4px;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.nav-tabs-custom {
    margin-bottom: 0px;
}

.skin .sidebar-menu > li > .treeview-menu {
    margin: 0 19px;
}
.navbar-nav > .notifications-menu :hover,
.navbar-nav > .notifications-menu :focus,
.navbar-nav > .notifications-menu :active {
    background-color: transparent;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li {
    background-color: var(--White);
}
/*#endregion FIX AdminLTE*/

/*#region LAYOUT*/
.user-panel {
    height: 50px;
    background-color: var(--LogoLightBlue);
}

.logo-lg img {
    width: 80%;
    height: auto;
}

.logo-mini img {
    width: 80%;
    height: auto;
}

.active-menu-tab {
    background-color: var(--White);
    border-left: 4px solid var(--LogoLightBlue);
}

.skin .main-header {
    background: rgb(16,40,48);
    background: linear-gradient(90deg, var(--DarkBlue2) 0%, var(--LightBlue) 100%);
}

    .skin .main-header .navbar .sidebar-toggle,
    .skin .sidebar a,
    .skin .main-header .navbar > a > i {
        color: var(--LogoDarkBlue);
    }

    .skin .main-header .navbar .sidebar-toggle {
        color: #ffffff;
        font-size: 2em;
    }

.content-wrapper {
    background-color: transparent;
}

.main-sidebar {
    background-color: var(--LightGrey);
}

.wrapper {
    height: 100% !important;
    min-height: 100vh;
}

@media screen and (min-width:768px) {
    .navbar {
        padding: 0rem 1rem;
    }

    .main-header.desktop {
        display: block;
    }

    .main-header.mobile {
        display: none;
    }

    section.content-header {
        padding: 30px 35px 0 35px;
    }

    section.content {
        padding: 22px 35px 0 35px;
    }

    section.content-header-company {
        padding: 30px 35px 0 35px !important;
    }
}

@media screen and (max-width: 767px) {
    .logo-lg img {
        width: 40%;
        height: auto;
    }

    .main-header.desktop {
        display: none;
    }

    .main-header.mobile {
        display: block;
    }

    .mobile-menubar {
        width: 10%;
        vertical-align: top;
        height: 60px;
    }

    .mobile-logo {
        width: 78%;
        height: 60px;
        padding: 2px 0px;
    }

    .main-sidebar {
        padding-top: 60px;
    }
}

@media screen and (max-width: 600px) {
    .logo-lg img {
        width: 50%;
        height: auto;
    }
}

@media screen and (max-width: 430px) {

    .logo-lg img {
        width: 60%;
        height: auto;
    }
}

.menu-logout .btn:hover,
.menu-logout .btn:active,
.menu-logout .btn {
    background: inherit !important;
    color: inherit !important;
    border: none;
    box-shadow: none;
    font-size: inherit;
    padding: 12px 5px 12px 9px;
    width: 100%;
    text-align: left;
}

.menu-logout {
    font-size: 14px;
}



    .menu-logout .fa {
        width: 20px;
    }

.location .dropdown-toggle {
    font-size: 22px;
}

.skin .main-header .navbar .nav > li > div.dropdown-toggle {
    color: var(--White);
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > div {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    cursor:pointer;
}
.dropdown-menu {
    color: var(--DarkBlue);
    font-size: 14px;
}
li.selected {
    background-color: var(--LogoLightBlue) !important;
}

.mobile-locator {
    color: var(--White);
    position: relative;
    top: -11px;
    left: -21px;
    width: 9%;
}

/*#endregion LAYOUT*/

/*#region LAYOUT Company*/
.menu-tab-header {
    height: 50px;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px;
}

    .menu-tab-header a {
        color: var(--LogoDarkBlue) !important;
    }

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: var(--LogoLightBlue);
    color: var(--LogoDarkBlue);
    background-color: var(--LightGrey);
}

    .nav-tabs-custom > .nav-tabs > li.active > a,
    .nav-tabs-custom > .nav-tabs > li.active > a:hover,
    .nav-tabs-custom > .nav-tabs > li.active > a:active,
    .nav-tabs-custom > .nav-tabs > li.active > a:link,
    .nav-tabs-custom > .nav-tabs > li.active > a:visited {
        color: var(--LogoDarkBlue);
        background-color: var(--LightGrey);
    }

.nav-tabs-custom > .nav-tabs > li {
    margin-right: 0px;
}

/*#endregion LAYOUT Company*/

/*#region Check-In*/
.scanner-laser {
    position: absolute;
    margin: 40px;
    height: 30px;
    width: 30px;
    opacity: 0.5;
}

.laser-leftTop {
    top: 0;
    left: 0;
}

.laser-leftBottom {
    bottom: 25px;
    left: 0;
}

.laser-rightTop {
    top: 0;
    right: 0;
}

.laser-rightBottom {
    bottom: 25px;
    right: 0;
}

.changeEmpl {
    display: none;
}

.well {
    max-width: 500px;
}

#webcodecam-canvas, #scanned-img {
    background-color: var(--LogoDarkBlue);
}

.laser-leftTop {
    border-top: solid var(--LogoLightBlue) 5px;
    border-left: solid var(--LogoLightBlue) 5px;
}

.laser-leftBottom {
    border-bottom: solid var(--LogoLightBlue) 5px;
    border-left: solid var(--LogoLightBlue) 5px;
}

.laser-rightTop {
    border-top: solid var(--LogoLightBlue) 5px;
    border-right: solid var(--LogoLightBlue) 5px;
}

.laser-rightBottom {
    border-bottom: solid var(--LogoLightBlue) 5px;
    border-right: solid var(--LogoLightBlue) 5px;
}

.input-group-addon {
    color: #555;
    border: 1px solid #ccc;
}
/*#endregion Check-In*/

/*#region Employees*/
@media screen and (max-width: 450px) {
    .table td, .table th {
        padding: 0.2rem;
    }

    td, th {
        font-size: 13px;
        word-break: break-word;
    }
}

#invite{
    color:var(--Green);
    margin-top:5px;
}
/*#endregion Employees*/

/*#region Reservation*/
.bg-gradient-45 {
    background: rgb(16,40,48);
    background: linear-gradient(45deg, rgba(16,40,48,1) 0%, rgba(131,195,202,1) 100%);
    color: var(--White);
}

.info-box-text {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 26px;
    color: var(--DarkBlue);
    word-break: break-word;
    white-space: inherit;
    text-overflow: inherit;
}

    .info-box-text:hover, .info-box-text:active {
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        line-height: 26px;
        color: var(--LightBlue);
    }

.info-box {
    border: 1px solid var(--LightGrey);
}

.btn-timeSlot {
    background: var(--LightGrey);
    border: 1px solid var(--DarkBlue2);
    cursor: pointer;
}

    .btn-timeSlot:hover, .btn-timeSlot:active {
        background: var(--DarkBlue2);
        background: linear-gradient(90deg, var(--DarkBlue2) 0%, var(--LightBlue) 100%) !important;
        color: var(--White) !important;
    }

.box-header {
    border: none;
    border-radius: initial;
    background: var(--DarkBlue2);
    background: linear-gradient(90deg, var(--DarkBlue2) 0%, var(--LightBlue) 100%) !important;
    color: var(--White) !important;
}

.box-title {
    color: var(--White);
}

.box-body {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 0px;
}

.box-header > .box-tools {
    right: 3%;
    top: 10px;
}

.td-status {
    text-align: center;
}

.reservations-table tr{
    cursor:pointer;
}

@media screen and (max-width: 470px) {
    .status-prenotation {
        font-size: 9px;
    }

    td {
        font-size: 12px;
    }

    .time-label {
        width: 19% !important;
    }

    #morning > .schedule-rows > tr > .time-label,
    #afternoon > .schedule-rows > tr > .time-label {
        width: 38% !important;
    }
}

.map-container {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
}

.map {
    width: 100%;
    height: auto;
}

svg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

#tooltip {
    background: var(--LightGrey);
    border: 1px solid var(--DarkBlue);
    border-radius: 5px;
    padding: 5px;
    z-index:5;
}

.maps-tabs li{
    padding: 10px !important;
}

.maps-tabs > li.active, .maps-tabs > li.active > a {
    background-color: var(--White) !important;
}
.maps-tabs > li.active {
    border-right: 1px solid var(--LightGrey);
    border-left: 1px solid var(--LightGrey);
}
.nav-tabs-custom > .tab-content {
    border-right: 1px solid var(--LightGrey);
    border-left: 1px solid var(--LightGrey);
}

.legenda {
    width: 15px;
    height: 10px;
    display:inline-block;
}

.backToMap{
    margin-top:5px;
    margin-bottom:5px;
}

.map-onetable svg{
    display:none;
}


/*#endregion Reservation*/
/*#region Snacks*/
.qnt {
    margin: 0 15px;
}

.plusAndMinus {
font-size: 16px;
}

.box-title-option {
margin-top: 5px;
}

.box-title-option-val {
width: 48%
}

.small-box .icon {
display: inherit;
top: 45px;
color: var(--LightBlue);
opacity:0.2;
}

.small-box > .small-box-footer {
padding: 10px 0;
}

.small-box{
background-color: var(--LightGrey);
color:var(--DarkBlue);
}

.small-box > .inner {
    border: 1px solid var(--DarkGrey);
}

.small-box:hover {
color: var(--DarkBlue) !important;
}

.small-box > .small-box-footer {
    border: 1px solid var(--LogoDarkBlue);
    background: linear-gradient(90deg, var(--DarkBlue2) 0%, var(--LightBlue) 100%);
    color: var(--White);
}

    .small-box > .small-box-footer:hover {
        background: var(--White) !important;
        color: var(--LogoDarkBlue) !important;
        border: 1px solid var(--LogoDarkBlue);
    }

.margin-top-10 {
margin-top: 10px;
}
/*#endregion Snacks*/

/*#region Wallet*/
.progress-bar {
    background-color: var(--LogoDarkBlue);
}

.creditcuts {
    letter-spacing: 0px !important;
    width: 210px;
    margin-right: 5px;
    margin-bottom: 10px;
}

#spinner {
    z-index: 1051;
}
    #spinner .modal-dialog{
        margin: 8rem auto;
    }

    #spinner .modal-content {
        background-color: transparent;
        box-shadow: none;
        width: 48px;
        margin: 0px auto;
    }
    #spinner .modal-content i{
        color:var(--LightBlue);
        
    }
/*#endregion Wallet*/
/*#region TYP*/
.typ-widget-head {
    background: linear-gradient(90deg, var(--DarkBlue2) 0%, var(--LightBlue) 100%);
    color: var(--White);
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.typ-widget-title h5, .typ-widget-title h3 {
    color: var(--White);
    line-height: 25px;
    margin: 5px;
}

.typ-widget-logo {
    position: relative;
    display: inline-block;
    margin: 5px 14px;
    vertical-align: top;
    width: 5vw;
}

.typ-widget-title {
    position: relative;
    display: inline-block;
    width: 45vw;
    height: 100%;
    margin: 5px 0px;
}

.typ-widget-logo .fa {
    font-size: 64px;
}

.typ-widget-body table label {
    margin-bottom: 0rem;
}

.typ-widget-body table tr td {
    padding: 5px;
}

@media screen and (max-width: 1004px) {
    .typ-widget-title {
        width: 55vw;
    }

    .typ-widget-logo {
        width: 8vw;
    }
}

@media screen and (max-width: 897px) {
    .typ-widget-title {
        width: 51vw;
    }
}

@media screen and (max-width: 810px) {
    .typ-widget-title {
        width: 40vw;
    }
}

@media screen and (max-width: 767px) {
    .typ-widget-title {
        width: 73vw;
    }
}

@media screen and (max-width: 560px) {
    .typ-widget-logo {
        width: 10vw;
    }
}

@media screen and (max-width: 430px) {
    .typ-widget-title {
        width: 67vw;
    }

    .typ-widget-logo {
        width: 12vw;
    }
}
/*#endregion TYP*/

/*#region Login*/
.content-header.login {
    padding: 0px;
}

@media screen and (min-width: 768px) {
    #account, .content-header.login {
        padding: 0px 35px 0 35px;
    }
}
/*#endregion Login*/

@media screen and (min-width: 1367px) { /* 1366 soglia iPad Pro Landscape */
    .QR-Code-wrapper {
        display: none;
    }
}

.btn.disabled, .btn:disabled {
    opacity: 0.3;
    background: var(--LogoDarkBlue) !important;
    color: var(--White) !important;
    border: 2px solid var(--LogoDarkBlue);
    box-shadow: none;
    cursor: not-allowed;
}

