﻿.navbar a, .navbar p, .navbar span {
    webkit-box-shadow: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
    -webkit-tap-highlight-color: transparent;
}

.navbar {
    height: 65px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.1), 0 2px 49px 0 rgba(0, 0, 0, 0.06);
}

.navbar.canopy {
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-brand {
    padding-top: 0px;
}

.navbar-nav {
    -ms-flex-align: center !important;
    align-items: center !important;
    display: flex;
    justify-content: center;
}

.navbar .nav-item {
    margin-left: 30px;
}

.navbar .nav-item:hover .nav-link {
    cursor: pointer;
    color: #4f5b60 !important;
}

.navbar .nav-item:hover .nav-link i {
    color: #4f5b60;
}

.navbar .nav-link {
    font-weight: bold;
    text-transform: uppercase;
    color: #72848c;
    outline-color: transparent;
    font-size: 0.95rem;
}

.navbar .nav-profile-link {
    margin-left: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 170px;
}

.navbar .nav-menu {
    font-size: 1.5rem;
}

.navbar .dropdown-menu {
    border: 0;
    text-transform: uppercase;
    box-shadow: 0 7px 23px 0 rgba(0, 0, 0, 0.1), 0 13px 49px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-border-radius: 0.4167rem;
    -moz-border-radius: 0.4167rem;
    -ms-border-radius: 0.4167rem;
    -o-border-radius: 0.4167rem;
    border-radius: 0.4167rem;
}

.navbar .dropdown-item {
    padding: 10px 1.5rem !important;
    color: #97a9b2 !important;
    font-size: 11px;
    font-weight: bold;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa;
}

.nav-menu-dropdown {
    min-width: 200px;
}

.navbar .nav-search {
    height: auto;
    width: 250px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: #f1f3f5;
    border-color: #f1f3f5;
    border-radius: 2rem;
}

.navbar .nav-search:focus {
    background-color: #f1f3f5;
    border-color: #07a7e3;
}

.navbar .nav-search::placeholder {
    color: #aaa;
}

.navbar .nav-search:-ms-input-placeholder {
    color: #aaa;
}

.navbar .nav-search::-ms-input-placeholder {
    color: #aaa;
}


.small-nav-container {
    padding: 0 !important;
}

.small-nav-container.canopy {
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}

.small-nav-container > .navbar-nav.auth {
    width: 100%;
    display: table;
}

.small-nav-container > .navbar-nav.auth > .nav-item {
    display: table-cell;
    width: 20%;
    margin: 0;
    text-align: center;
}           

.small-nav-container > .navbar-nav.auth > .nav-item > :active:hover {
    color: #4f5b60;
}

.small-nav-container > .navbar-nav.auth > .nav-item > a > i {
    font-size: 1.8rem;
    color: #72848c;
}

.small-nav-container > .navbar-nav.auth > .nav-item:hover {
    background-color: #eee;
}

.small-nav-container > .navbar-nav.auth > .nav-item:hover i {
    color: #4f5b60;
}

.small-nav-container > .navbar-nav.auth > .nav-item.active {
    background-color: #07a7e3;
    box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.1), 0 2px 49px 0 rgba(0, 0, 0, 0.06);
}

.small-nav-container > .navbar-nav.auth > .nav-item.active i {
    color: #fff;
}

.small-nav-container > .navbar-nav:not(.auth) {
    padding-right: 10px;
}

.nav-profile-image-container {
    top: 13px;
    width: 39px;
    height: 39px;
    padding-top: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    color: #FFFFFF !important;
    background: #07a7e3;
    background: -moz-linear-gradient(-45deg, #07a7e3 0%, #32dac3 100%);
    background: -webkit-linear-gradient(-45deg, #07a7e3 0%, #32dac3 100%);
    background: linear-gradient(135deg, #07a7e3 0%, #32dac3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$qp-color-1, endColorstr=$qp-color-2,GradientType=1 );
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.nav-profile-image-container:hover {
    cursor: pointer;
}

.nav-profile-image-container-white {
    background-color: #fff;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    box-sizing: border-box;
}

.nav-profile-image-container img {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    margin: 0 auto;
    box-sizing: border-box;
}

.small-nav-menu-container.panel {
    padding-top: 10px;
    padding-bottom: 10px;
}

.small-nav-menu-container .dropdown-item {
    padding: 10px 1.5rem !important;
    color: #97a9b2 !important;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

#btn-update-email {
    margin-top: 6px;
}

@media only screen and (max-width: 991px) { /*lg*/
    .navbar .nav-profile-container {
        display: none;
    }

    .navbar .nav-item {
        margin-left: 20px;
    }
}


@media only screen and (max-width: 767px) {  /*md*/
    .navbar {
        padding: 0;
        height: 46px;
        border-bottom: none !important;
    }
}