@font-face {
    font-family: "primeicons";
    src: url("/keeper-admin/javax.faces.resource/fonts/primeicons.ttf.xhtml?ln=default&v=3.55");
    src: url("/keeper-admin/javax.faces.resource/fonts/primeicons.ttf.xhtml?ln=default&v=3.55") format('truetype');
}

.nav-button {
    font-family: 'primeicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-desktop:before {
    content: "\E001";
}

.icon-menu-close:before {
    content: "\E002";
}

.icon-menu:before {
    content: "\E003";
}

.icon-mobile:before {
    content: "\E004";
}

.icon-submenu-down:before {
    content: "\E005";
}

.icon-submenu-right:before {
    content: "\E006";
}

.icon-world:before {
    content: "\E007";
}

.nav-lock-scroll {
    overflow: hidden;
}

.nav {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 4.4rem;
    line-height: 30px;
    border: 1px solid #bed6f8;
    color: #000000;
    background-color: #ECF4FE;
}

.nav li.nav-submenu {
    line-height: 24px;
}

.nav li.nav-submenu.nav-submenu-right {
    line-height: 30px;
}

.nav ul {
    display: block;
    position: relative;
    zoom: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
    display: block;
    position: relative;
    border: solid 1px transparent;
}

header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 901;
    padding-left: 10px;
    line-height: 4.4rem;
    background: #26201C;
    color: #A69A94;
}

header h1 {
    margin: 0;
    font-size: 1.7rem;
    line-height: 4.4rem;
}

header h1:before {
    content: "\E004";
    margin-right: 8px;
}

.nav-button,
.nav-close {
    position: fixed;
    top: 0;
    width: 2.4rem;
    height: 4.4rem;
    overflow: hidden;
    z-index: 902;
    cursor: pointer;
    text-decoration: none;
    line-height: 4.4rem;
    color: #1d71b7;
}

.nav-button:before,
.nav-close:before {
    display: block;
    text-align: center;
}

.nav-button {
    display: block;
    right: 1rem;
    font-size: 1.7rem;
}

.nav-button:before {
    content: "\e91d";
}

.nav-close {
    display: none;
    right: 4rem;
    font-size: 1.9rem;
}

.nav-close:before {
    content: "\E002";
}

.nav ul ul {
    border-color: #BED6F8;
    background-color: #ECF4FE;
}

.nav li {
    cursor: pointer;
    border-top: 1px solid #bed6f8;
}

.nav li:hover > a,
.nav li.nav-active > a {
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #FAE6B0;
    background-image: none;
    border: 1px solid #e5973e !important;
}

.nav .nav-submenu > ul {
    margin-left: 20px;
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
    padding: 0 5px 1px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.nav li ul a {
    font-weight: normal!important;
}

.nav .ui-icon {
    display: inline-block;
    vertical-align: middle;
}

.nav-submenu-right {
    float: right;
}

@media only screen and (min-width: 960px) {

    .nav {
        background-image: url("/keeper-admin/javax.faces.resource/images/header.png.xhtml?ln=default&v=3.55");
        display: block;
        position: relative;
        bottom: auto;
        overflow: visible;
    }

    .nav li {
        position: relative;
        white-space: nowrap;
        border-top: 0px none;
    }

    .nav > div > ul > li {
        display: inline-block;
    }

    .nav ul {
        display: block;
    }

    .nav ul ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 901;
    }

    .nav ul ul ul {
        top: 5px;
        left: 95%;
        z-index: 902;
    }

    .nav ul ul ul ul {
        z-index: 903;
    }

    .nav ul ul ul ul ul {
        z-index: 904;
    }

    .nav ul ul li.nav-left > ul {
        left: auto;
        right: 95%;
    }

    .nav-no-js .nav li:hover > ul {
        display: block;
    }

    body {
        padding: 0 !important;
    }

    header {
        position: relative;
    }

    header h1:before {
        content: "\E001";
    }

    .nav-button {
        display: none;
    }

    .nav {
        padding: 0 !important;
    }

    .nav > div > ul > li {
        border-top: none;
    }

    .nav li > ul {
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    }

    .nav ul ul ul li:first-child {
        border-top: none;
    }

    .nav .nav-submenu li {
        min-width: 110px;
    }

    .nav .nav-submenu > ul {
        margin: 0;
    }
}

@media only screen and (max-width: 959px) {

    .nav-no-js .nav-button:hover + .nav,
    .nav-no-js .nav:hover,
    .nav-no-js .nav-button:hover + .nav + .nav-close,
    .nav-no-js .nav:hover + .nav-close {
        display: block;
    }

    .nav li.nav-submenu {
        line-height: 35px;
    }

    .nav .ui-separator {
        display: none;
    }

    .nav-submenu-right {
        float: none;
    }

}

