﻿.navbar {
    min-height: 50px !important;
    background-color: #FFF !important;
    font-size: 15px;
}

.navbar-default {
    background-color: #fff !important;
    border-color: #fff !important;
} 

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a > i {
    height: 70px !important;
    line-height: 40px;
}

.navbar-right .menu-logout {
    padding-top: 18px;
}

.navbar-right .menu-logout:hover i {
    color: red;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #fff;
}

.navbar-default .navbar-nav > li > a.nobg {
    background-color: transparent !important;
    cursor: default;
}

@media only screen and (max-width: 767px) {
    .navbar {
        min-height: 0px !important;
    }

    .navbar-nav {
        margin: 0px -15px;
    }

    .navbar-default .navbar-nav > li > a {
        height: 40px !important;
        line-height: 20px !important;
    }
}

.navbar-brand-logo {
    padding: 0px !important;
    margin: 0px !important;
}

.navbar-brand-logo img {
    height: auto;
    max-height: 75px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-right: 15px;
}

.navbar-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px !important;
    margin: 0.5rem 0 1rem 0;
}

.navbar-collapse {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.navbar-right {
    margin-right: 0px !important;
    display: flex;
    align-items: center;
}

.navbar-nav svg {
    vertical-align: middle;
    margin-bottom: 5px;
}

.menu-logout:hover svg.bi.bi-power {
    fill: red;
    transition: fill 0.3s ease;
}

.dropdown-toggle:hover svg.bi.bi-chat-text {
    fill: #6fc9f2;
    transition: fill 0.3s ease;
}

.dropdown-toggle.dropdown-menu-assistenza {
    cursor: pointer;
}

.dropdown-menu-avvisi .notification-title {
    font-weight: bold;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}

.scroll-notifications {
    max-height: 300px;
    overflow-y: auto;
}

.scrollbar-inner {
    padding: 15px;
}

/***********************************
************************************
    Modal Zoho Ticket
************************************
***********************************/

.modal-zoho-title {
    display: inline;
    font-weight: 700;
    font-size: 24px;
}

.modal-zoho-close-button {
    margin-top: 4px;
    /* margin-right: 20px; */
    font-size: 24px;
}

#mdlZohoContentBody{
    padding-top: 30px;
}

#txtZohoTicketSubject{
    margin-bottom: 30px;
}

#txtZohoTicketBody {
    height: 120px;    
    margin-bottom: 30px;
}

#bntSendTicketZoho {
    right: 20px;    
    position: absolute;
}

.fileUploadZoho {
    display: none;
}

.custom-file-upload{
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background: white;
    border: 3px dashed #337ab7;
    border-radius: 10px;
    color: #337ab7;
    font-weight: bold;
}

#ResetButton {
    display: inline;
    background-color: #337ab7;
    font-size: 1.1em;
    border-radius: 6px;
    color: white;
    border: none;
    padding: 4px 10px;
    cursor: pointer;
    margin-left: 10px;
}