.naxi-nav-bar {
    height: 59px;
    background-color: #455361;
    color: white;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.naxi-nav-bar-menu-icon {
    padding: 5px;
    cursor: pointer;
    color: #FF9800;
    border-radius: 20px;
}

.naxi-nav-bar-menu-icon:hover {
    background-color: #5C6BC0;
}

.nax-context-show {
    /*border-radius: 20px;
    background-color: #5C6BC0;
    padding: 10px;*/
    color: #ffffff;
    font-weight: bold;
}

.nax-tab-mover {
    color: #FF9800;
    max-width: 30px;
    cursor: pointer;
}

.nax-tab-mover:hover {
    background-color: #5C6BC0;
}

.naxtabactive {
    background-color: #FF9800;
}

.naxtitletabactive {
    color: #cfcfcf;
    font-weight: bold;
}

.nax-tab-head:hover {
    background-color: #5C6BC0;
}


.nax-side-bar-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -500px;
    width: 500px;
    z-index: 900;
    background-color: #ffffff;
    -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.27);
    box-shadow: 3px 0 3px rgba(0, 0, 0, 0.27);
    padding: 10px;
}

.nax-side-bar-menu-active {
    left: 0px !important;
}

.nax-side-bar-menu-box-shadow {
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top : 0;
    bottom : 0;
    width: 100%;
    right : 100%;
    z-index: 895;
}

.nax-side-bar-menu-box-shadow-active {
    right : 0;
}

.nax-side-bar-down-content {
    overflow-y: scroll;
}

.nax-side-bar-content-head {
    height: 60px;
    max-height: 60px;
    min-height: 60px;
    color: #FF9800;
    -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.27);
    box-shadow: 3px 0 3px rgba(0, 0, 0, 0.27);
    background-color: #3F51B5;
    padding-top: 15px;
    padding-left: 20px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    margin-top: 0;
}

/*box-shadow:
    inset 0px 11px 8px -10px rgba(0, 0, 0, 0.27),
    inset 0px -11px 8px -10px rgba(0, 0, 0, 0.27);*/

.nax-menu-section-title {
    height: 50px;
    max-height: 50px;
    min-height: 50px;
    color: #000000;
    padding-left : 15px;
    padding-top : 15px;
    color : #9C27B0;
    font-weight: bold;
}

.nax-main-menu-item {
    background-color: rgba(251, 233, 231, 0.5);
    height: 50px;
    /*padding-left: 25px;*/
    /*padding-right: 25px;*/
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.27);
    cursor: pointer;
    display: block !important;
    line-height: 50px;
}

.nax-main-menu-item > span {
    width: calc(100% - 100px) !important;
}

.nax-main-menu-item:hover {
    color: #3F51B5;
    background-color: rgba(251, 233, 231, 1);
}

.nax-sub-menu-item {
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    line-height: 50px;
}

.nax-sub-menu-item:hover {
    background-color: rgba(0, 0, 0, 0.04);
    color: #FF5722;
}

.nax-sub-menu-item-container {
    overflow-y: auto;
}
