#top-n\av-bar {
    height:50px;
    z-index: 100 !important;
}

#breadcrumb-bar {
    height: 32px;
    z-index:2;
}

#sidebar, #right-sidebar, #tours-sidebar {
    z-index: 2000;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
    transition: 0.3s all ease;
    background-color: var(--primary-color);
    position: fixed;
    top: 0px;
}

.sidebar-expanded {
    box-shadow: 0px 0px 6px 8px rgb(0 0 0 / 27%);
}

.sidebar-collapsed {
    width:86px;
}

.sidebar-expanded, .menu-item-content {
    width: 280px;
}

#right-sidebar, #tours-sidebar {
    display:none;
    right:0!important;
    background-color: white;
}

#right-sidebar.sidebar-collapsed {
    width: 0px!important;
}
.right-sidebar-close {
    background: var(--primary-color);
    color: white;
    cursor: pointer; 
    display:flex;
    align-items:center;
    height: 52px;
}

/*#right-sidebar:hover {
    width:280px!important;
}
*/
#right-sidebar.sidebar-expanded {
    width: 280px !important;
    box-shadow: -20px 0px 2000px 2000px rgb(0 0 0 / 27%);
}

#tours-sidebar.sidebar-collapsed {
    width: 0px!important;
}
.tours-sidebar-close {
    background: var(--primary-color);
    color: white;
    cursor: pointer; 
    display:flex;
    align-items:center;
    height: 52px;
}

#tours-sidebar.sidebar-expanded {
    width: 280px !important;
    box-shadow: -20px 0px 2000px 2000px rgb(0 0 0 / 27%);
}

.navbar-brand {
    background:none;
}

.app-brand {
    background: white;
    margin: 5px!important;
    padding: 5px!important;
    border-radius: 9px;
}

.menu-item-content {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 27px !important;
}


.menu-expander {
    display: none;
}

.menu-text {
    opacity: 0;
    transition: opacity .3s ease-in-out;
    color: var(--primary-text);
}
.sidebar-expanded .menu-text {
    opacity: 1;
}

.tab-page-content {
    width: auto;
    overflow: hidden;
    justify-content: left;
}

/* screen adjustments for mobile */
@media screen and (max-width:768px) {

    .navbar-nav {
        border:1px solid #e8e8e8;
    }
    .sidebar-collapsed {
        width:0px;
    }
    .menu-expander {
        display: block;
    }

    .tab-page-content {
        width:34px!important;
    }
    #sidebar {
        padding:0;
    }
}

.menu-header {
    padding: 10px;
    margin: 0;
    cursor: pointer;
    background-color: var(--primary-color);
    white-space: nowrap;
}

.menu-body {
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

.menu-item {
    padding: 10px;
    padding-left: 72px!important;
}

.handle {
    padding-right:5px;
}

a {
    color: var(--primary-color) !important;
}

a.fc-col-header-cell-cushion {
    color: var(--primary-text)!important;
}

span.icon {
    width: 30px;
    font-size: 1.25em;
    display: flex;
    justify-content: center;
}

a:hover {
    color: #333 !important;
}

a.nav-link.dropdown-toggle:hover {
    color:#777!important;
}

.menu-header, .menu-header a, .menu-item a, .menu-body a {
    text-decoration: none;
    color: #fff !important;
    padding-left: 40px;
}

.menu-header:hover, .menu-item:hover, .menu-item a:hover, .menu-header a:hover {
    background-color: var(--primary-hover)!important;
    color:#fff!important;
}

.menu-level-1 {
    background-color: var(--primary-color);
}

.menu-level-2 {
    background-color: var(--secondary-menu-color);
}

.menu-level-3 {
    background-color: var(--terciary-menu-color);
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-button {
    background: #eee;
}

::-webkit-scrollbar-track-piece {
    background: #eee;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
}
.menuitem-icon {
    flex: 1;
    text-align: end;
}

#top-nav-bar .dropdown-item {
    font-size:0.8rem
}

#top-nav-bar .dropdown-item:hover {
    background-color: var(--primary-color);
    color: var(--primary-text)!important;
}


.link-edit {
    opacity: 0.10;
}

.link-edit:hover {
    opacity: 1;
}

.link-edit .bin:hover {
    color: red;
}

.link-edit .edit:hover {
    color: green;
}

.links-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    max-height:400px;
    overflow-y:auto;
}

.popOverToolTip {
    margin-right: 10px;
}

input.link-icon + label {
    padding: 0 4px;
    border-radius: 4px;
    color: red;
    border: 1px solid #c0c0c0;
}

input:checked.link-icon + label {
    color: black;
    background-color: red !important;
}

.s2-span {
    font-size :1.2rem   
}

.disabled-input, .disabled-input:focus {
    background-color: #e0e0e0;
}

.profile-list.fal {
    width:20px!important;
}