﻿.lb-nav-wrapper * {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}

.lb-nav-wrapper {
    position: fixed!important;
    top: 0%!important;
    left: 0%!important;
    width: 100%!important;
    height: 100%!important;
    overflow: hidden;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 200;
    pointer-events: none;
    z-index: 900;
}
.lb-nav-center{
    text-align: center!important;
}
.lb-nav-no-underline-on-hover:hover{
    text-decoration: none!important;
}
.lb-nav-breadcrum {

    background: #F9F9F9;
    height: 40px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-size: 14px;
    pointer-events: auto;
}

.lb-nav-breadcrum-inner {
    width: 88%;
    background: #F9F9F9;
    height: 40px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-size: 14px;
    pointer-events: auto;
    overflow: hidden;

}

.lb-nav-breadcrum-text{
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100px;
    overflow: hidden;
}

.lb-nav-breadcrum-active {
    color: #71a5d6;
    cursor: pointer;
    height: 100%;
    text-align: center!important;
    word-wrap: normal!important;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    transition: 0.25s background;
    text-decoration: none!important;
}
.lb-nav-breadcrum-icon{

    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    right:0;
    padding-right: 15px;
    text-align: right;
}

.lb-nav-bar-new {
    position: absolute;
    top: -5px;
    right: -30px;
    font-size: 10px;
    font-weight: 300;
    padding: 2px;
    background: red;
    color: white;
    z-index: 900;
    text-decoration: none !important;
}

.lb-nav-breadcrum-icon-message{
    position: absolute;
    top: -5px;
    left: 15px;
    font-size: 10px;
    font-weight: 300;
    padding: 2px;
    background: red;
    color: white;
    z-index: 900;
    text-decoration: none!important;
}
.lb-nav-breadcrum-wiggle{
    animation: lb-wiggle 2s;
}

.lb-nav-icon{
    position: relative;
    padding-right: 18px;
    opacity: 0.5;
    transition: 0.25s opacity;
}
.lb-nav-icon:hover{
    opacity: 0.8;
    text-decoration: none!important;
}
.lb-nav-breadcrum-active:hover {
    background: white;
}
.lb-nav-breadcrum-item:hover {
    background: white;
}
.lb-nav-breadcrum-item {
    transition: 0.25s background;
    padding-left: 15px;
    cursor: pointer;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    text-align: center;
    color: black!important;
    text-decoration: none!important;
}
.lb-nav-breadcrum-spinner{
    animation: 2s lb-breadcrumSpinner ease-in 0s infinite;
    opacity: 0.9;
}
.lb-nav-breadcrum-item::after {
    padding-left: 15px;
    content: ">";

}
.lb-nav-bar-dropdown-show{
    display: block;
}
.lb-nav-bar-dropdown-hidden{
    display: none;
}
.lb-nav-bar-dropdown{
    position: fixed;
    top: 50px;
    width: 150px;
    right: 0px;
    background: #F9F9F9;
    z-index: 2;
    -webkit-box-shadow: 0px 4px 5px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 5px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 5px 1px rgba(0,0,0,0.25);

}
.lb-nav-bar {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-size: 14px;
    pointer-events: auto;
    height: 50px;
    background: white;
}
.lb-nav-bar-anchor{
    color: black!important;
    text-decoration: none;
    position: relative;
}
.lb-nav-bar-anchor:hover{
    color: black!important;
    text-decoration: none!important;
}
.lb-nav-bar-center,
.lb-nav-bar-active {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    background: white;
}
.lb-nav-item-mobile-only{
    display: none!important;
}
.lb-nav-item {
    width: 100%;
    height: 50px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background: white;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    
    box-sizing: border-box;
    /* Opera/IE 8+ */
    
    transition: 0.25s background;
}
.lb-nav-item:hover {
    border-bottom: 5px solid #cde5fb;
    background: #F9F9F9;
    cursor: pointer;
    padding-top: 5px;
}

.lb-nav-active {
    border-bottom: 5px solid #71a5d6!important;
    padding-top: 5px;
}

.lb-nav-item-dropdown {
    width: 100%;
    height: 50px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background: white;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    
    box-sizing: border-box;
    /* Opera/IE 8+ */
    
    transition: 0.25s background;
    pointer-events: auto;
}
.lb-nav-item-dropdown:hover {
    border-left: 5px solid #71a5d6;
    background: #F9F9F9;
    cursor: pointer;
    padding-left: 5px;
    text-decoration: underline;
}
.lb-nav-item-left {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 15px;
    width: 25%;
    height: 8%;
    min-height: 50px;
    background: white;
    overflow: hidden;
}
.lb-nav-item-right {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
    width: 25%;
    height: 8%;
    min-height: 50px;
    background: white;
    text-align: right;
    padding-right: 15px;
}
.lb-toggle {
    display: none;
}
.lb-logo-desktop {
    display: inline-block;    
}
.lb-logo-mobile {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
    display: none;
}
.lb-profile-img {
    border-radius: 100%;
    transition: 0.5s border-radius;
}
.lb-profile-img:hover {
    border-radius: 0%;
}
.lb-profile-desktop {
    display: inline-block;
    cursor: pointer;
}
.lb-profile-mobile {
    display: none;
}
.lb-show-only-mobile{
    display: none;
}
.lb-pulse-padding{
    height: 30px!important;
}

.lb-nav-wall{
    width: 3px;
    height: 100%;
    background: rgba(0,0,0,0.08);
    margin-left: 10px;
    margin-right: 15px;
}
.lb-icon-base{
    margin-left: 1px;
    margin-right: 1px;
    padding-left:0px;
    padding-right:0px;
    padding: 2px;
    border-left: 1px solid rgba(0,0,0,0);
    border-right: 1px solid rgba(0,0,0,0);
    border-radius:100%;
}
.lb-pulse-animation{
    animation: lb-pulse 2s ease-in-out 0s forwards;
    -webkit-animation: lb-pulse 2s ease-in-out 0s forwards;
}
.lb-pulse-animation-update{
    animation: lb-pulse-update 2s ease-in-out 0s forwards;
    -webkit-animation: lb-pulse-update 2s ease-in-out 0s forwards;
}
.lb-delay{
    animation-delay: 1s;
}
.lb-nav-item-smartphone-only{
    display: none;
}
@keyframes lb-pulse-update {
    0%{
        
        border-color: rgba(0,0,0,0.5);
    }
    50%{
         border-color: rgba(0,0,0,0.5);
    }
    100% {
         border-color: rgba(0,0,0,0);
    }

}
@keyframes lb-pulse {
    0%{
        
        border-color: rgba(0,0,0,0.5);
    }
    50%{
         border-color: rgba(0,0,0,0.5);
    }
    100% {
         border-color: rgba(0,0,0,0);
    }

}
@keyframes lb-wobble {
    0% {-ms-transform: scale(0,0); /* IE 9 */
        -webkit-transform: scale(0,0); /* Chrome, Safari, Opera */
        transform: scale(0,0);
        opacity: 0;
    }
    25% {-ms-transform: scale(1.2,1.2); /* IE 9 */
        -webkit-transform: scale(1.2,1.2); /* Chrome, Safari, Opera */
        transform: scale(1.2,1.2);
    }
    50% {-ms-transform: scale(.8,.8); /* IE 9 */
        -webkit-transform: scale(.8,.8); /* Chrome, Safari, Opera */
        transform: scale(.8,.8);
                opacity: 1;
    }
    75% {-ms-transform: scale(1,1); /* IE 9 */
        -webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
        transform: scale(1,1);
        
    }
    100% {-ms-transform: scale(1,1); /* IE 9 */
        -webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
        transform: scale(1,1);
        
    }
}
@keyframes lb-wobble-update {
    0% {-ms-transform: scale(0,0); /* IE 9 */
        -webkit-transform: scale(0,0); /* Chrome, Safari, Opera */
        transform: scale(0,0);
        opacity: 0;
    }
    25% {-ms-transform: scale(1.2,1.2); /* IE 9 */
        -webkit-transform: scale(1.2,1.2); /* Chrome, Safari, Opera */
        transform: scale(1.2,1.2);
    }
    50% {-ms-transform: scale(.8,.8); /* IE 9 */
        -webkit-transform: scale(.8,.8); /* Chrome, Safari, Opera */
        transform: scale(.8,.8);
                opacity: 1;
    }
    75% {-ms-transform: scale(1,1); /* IE 9 */
        -webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
        transform: scale(1,1);
        
    }
    100% {-ms-transform: scale(1,1); /* IE 9 */
        -webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
        transform: scale(1,1);
        
    }
}
@keyframes lb-wiggle {
    0% {-ms-transform: rotate(10deg); /* IE 9 */
        -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
        transform: rotate(10deg);
        opacity: 0;
    }
    25% {-ms-transform: rotate(-10deg); /* IE 9 */
        -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
        transform: rotate(-10deg);
    }
    50% {-ms-transform: rotate(10deg); /* IE 9 */
        -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
        transform: rotate(10deg);
        opacity: 1;
    }
    75% {-ms-transform: rotate(-10deg); /* IE 9 */
        -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
        transform: rotate(-10deg);
    }
    100% {-ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
        transform: rotate(0deg);
    }
}

@keyframes lb-breadcrumSpinner{
    from{
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg); /* IE 9 */
        -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
        transform: rotate(360deg);       
    }
}
@keyframes lb-toggleOut {
    from {
        left: 0%
    }
    to {
        left: -50%
    }
}
@keyframes lb-toggleIn {
    from {
        left: -50%
    }
    to {
        left: 0%
    }
}
@media screen and (max-width: 460px) {
    .lb-nav-breadcrum-item{
        display: none;
    }
    .lb-nav-breadcrum-item:nth-last-child(2) {
        display: flex;
    }
    .lb-icon-base{
        padding: 2px;
        margin-left: -1px;
        margin-right: -1px;
        border: 0px;
    }
    .lb-pulse-animation{
        animation: lb-wobble 2s ease-in-out 0.5s forwards;
        -webkit-animation: lb-wobble 2s ease-in-out 0.5s forwards;
        -ms-transform: scale(0,0); /* IE 9 */
        -webkit-transform: scale(0,0); /* Chrome, Safari, Opera */
        transform: scale(0,0);
    }
    .lb-pulse-animation-update{
         animation: lb-wobble-update 2s ease-in-out 0.5s forwards;
        -webkit-animation: lb-wobble-update 2s ease-in-out 0.5s forwards;
        -ms-transform: scale(0,0); /* IE 9 */
        -webkit-transform: scale(0,0); /* Chrome, Safari, Opera */
        transform: scale(0,0);
    }
    #lb-nav-icon-help{
        margin-left: 10px;
    }
    .lb-nav-breadcrum{
        height:80px;
        display: block;
    }
    .lb-nav-wall{
        display: none;
    }
    .lb-nav-breadcrum-icon{
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .lb-nav-icon{
        padding-left: 10px;
        padding-right: 10px;
    }
    .lb-nav-breadcrum-inner{
        width: 100%;
        overflow: visible;
    }

    .lb-nav-breadcrum-item::after{
        padding-left: 5px;
        padding-right: 5px; 
    }
    .lb-nav-item{
        padding-left: 5px;
        padding-right: 5px;    
    }
    .lb-nav-item-smartphone-only{
        display: flex!important;
    }
}
@media screen and (max-width: 980px) {
    .lb-nav-active{
        border-bottom: 0px!important;
        padding:0px;
        padding-left: 5px;
        border-right: 5px solid #71a5d6!important;
    }
    .lb-nav-bar-dropdown{
        display: none;
    }
    .lb-nav-wrapper {
        height: 100%;
        width: 100%;
    }
    .lb-nav-item-mobile-only{
        display: flex!important;
    }
    .lb-toggle {
        cursor: pointer;
        padding: 15px;
        display: flex;
        display: -webkit-flex;
        height: 100%;
        align-items: center;
        transition: 0.25s background;
        background: #F9F9F9;
    }
    .lb-profile-desktop {
        display: none;
    }
    .lb-profile-mobile {
        padding-top: 25px;
        width: 100%;
        height: 15%;
        max-height: 100px;
        display: block;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
    }
    .lb-logo-desktop {
        display: none;
    }
    .lb-logo-mobile {
        display: inline-block;        
    }
    .lb-nav-bar {
        display: block;
    }
    .lb-nav-item-right {
        display: none;
    }
    .lb-nav-item-left {
        width: 100%;
        padding: 0px;
        align-items: center;
        justify-content: flex-start;
    }
    .lb-nav-bar-center {
        position: absolute;
        top: 50px;
        left: -50%;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        width: 50%;
        height: 100%;
        margin-left: 0%;
        animation: lb-toggleOut 1s ease-in-out 0s forwards;
        -webkit-justify-content: center;
        justify-content: flex-start;
        opacity: 0.98;
    }
    .lb-nav-bar-active {
        position: absolute;
        top: 50px;
        left: 0%;
        display: flex;
        display: -webkit-flex;
        height: 100%;
        flex-direction: column;
        width: 50%;
        animation: lb-toggleIn 1s ease-in-out 0s forwards;
        -webkit-justify-content: center;
        justify-content: flex-start;
        opacity: 0.98;
        z-index: 999999!important;
    }
    .lb-nav-item {
        width: 100%;
        height: 50px;
    }
    .lb-nav-item:hover {
        border: 0;
        margin: 0;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        
        box-sizing: border-box;
        /* Opera/IE 8+ */
        
        padding: 0px;
        padding-left: 5px;
        border-right: 5px solid #cde5fb;
        background: #F9F9F9;
        cursor: pointer;
        text-decoration: underline;
    }
}