.vue-tooltip.tooltip-custom {
    background-color: #313a41
}

.vue-tooltip.tooltip-custom .tooltip-arrow {
    border-right-color: #313a41 !important
}

.sidebar-element {
    border-bottom: 1px solid #272e34;
    width: 77px;
    height: 70px;
    color: #fff;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    padding-right: 6px;
    border-left: 6px solid #313a41
}

.sidebar-element.active {
    border-left: 6px solid #0099bc;
    background-color: #272e34;
    border-bottom:0px;
}

.sidebar-element i.icon {
    font-size: 15px
}

.sidebar-narrow{
    z-index:2201;
    position:relative;
    background-color:#313A41;
    width:77px;
    height:100%;
    border-right:1px solid #272E34;
    transform: translateX(0px);
    transition: 0.5s;
    overflow-y:auto;
    overflow-x:hidden;
}
.sidebar-narrow.hide{
    transform: translateX(-79px);
}
.submenu-link:hover {
    color: #fff;
    background-color: #272e34;
    border-left: 6px solid #272e34;
}

.submenu-link {
    border-right-color: #313a41 !important;
    border-left: 6px solid #313a41;
    display: block;
    padding-left: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #d6d7d8;
    font-size: 14px;
}

.submenu-link.active {
    border-left: 6px solid #0099bc;
    background-color: #272e34;
    color: #fff;
}
.sidebar-submenu {
    background-color: #313A41;
    width:245px;
    height:100%;
    color:#D6D7D8;
    text-align:left;
    position:fixed;
    top:77px;
    left:77px;
    cursor:pointer;
    z-index:2101;
    transform: translateX(-330px);
    transition: 1s;
}
.sidebar-submenu.active {
    display:block;
    transform: translateX(0px);

}
.menu-link{
    padding-left:36px;
    border-left:solid 6px #0099BC;
}
.menu-link.active {
    background-color:#272E34;

}
.sidebar-submenu .top-info{
    padding-left:36px;
    background: #96D9E7;
    background: -webkit-radial-gradient(right, #96D9E7, #009ABC);
    background: -moz-radial-gradient(right, #96D9E7, #009ABC);
    background: radial-gradient(circle at right center, #96D9E7, #009ABC);
    padding-top: 23px;
    padding-bottom: 23px;
    color:#fff;
    vertical-align: middle;
    margin-bottom:18px;
}
.top-info .icon.elementIcon{
    color:#fff;
    font-size:20px;

}

.cover.active {
    display: block
}

.cover {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*background-color: rgba(245, 255, 255, .5);*/
    cursor: pointer
}

body {
    min-height: 100%
}

#sidebar-narrow {
    position: fixed;
    height: 100%;
    top: 77px;
    z-index: 2100;
}

.tippy-box[data-animation=scale][data-placement^=top] {
    transform-origin: bottom
}

.tippy-box[data-animation=scale][data-placement^=bottom] {
    transform-origin: top
}

.tippy-box[data-animation=scale][data-placement^=left] {
    transform-origin: right
}

.tippy-box[data-animation=scale][data-placement^=right] {
    transform-origin: left
}

.tippy-box[data-animation=scale][data-state=hidden] {
    transform: scale(.5);
    opacity: 0
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    transition-property: transform, visibility, opacity
}

.tippy-box[data-placement^=top] > .tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left] > .tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    transform-origin: center left
}

.tippy-box[data-placement^=right] > .tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1
}


@font-face {
    font-family: 'icomoonsidebar';
    src: url('../../fonts/icomoon.eot?vnfqjf');
    src: url('../../fonts/icomoon.eot?vnfqjf#iefix') format('embedded-opentype'), url('../../fonts/icomoon.ttf?vnfqjf') format('truetype'), url('../../fonts/icomoon.woff?vnfqjf') format('woff'), url('../../fonts/icomoon.svg?vnfqjf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="iconSidebar-"], [class*=" iconSidebar-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoonsidebar' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconSidebar-Order-Approval-Icon:before {
    content: "\e900";
}

.iconSidebar-Orders-Icon:before {
    content: "\e902";
}

.iconSidebar-Products-Icon:before {
    content: "\e903";
}

.iconSidebar-Quoting-Icon:before {
    content: "\e904";
}

.iconSidebar-Site-Users-Icon:before {
    content: "\e905";
}

.iconSidebar-Credit_Card_Icon:before {
    content: "\e901";
}
