/* MENU LEFT */
.cat__menu-left {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    bottom: 0;
    width: 17.85rem;
    height: 100%;
    background: #40444B;
    -webkit-transform: translate3d(-17.86rem, 0, 0);
    transform: translate3d(-17.86rem, 0, 0);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out, -o-transform .2s ease-in-out;
}

@media (min-width: 768px) {
    .cat__config--shadow .cat__menu-left {
        -webkit-box-shadow: 0 0 200px -30px rgba(64,68,75, 0.4);
        box-shadow: 0 0 200px -30px rgba(64,68,75, 0.4);
    }
}

.cat__top-bar {
    padding-left: 3.57rem;
}

@media (min-width: 768px) {
    .cat__menu-left {
        -webkit-transform: translate3d(-14.29rem, 0, 0);
        transform: translate3d(-14.29rem, 0, 0);
    }
    .cat__menu-left:hover {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    body.cat__menu-left--visible .cat__menu-left {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .cat__content {
        margin-left: 3.57rem;
    }
    body.cat__menu-left--visible .cat__content {
        margin-left: 17.85rem;
    }
}

@media (max-width: 767px) {
    .cat__menu-left .cat__menu-left__lock {
        right: -3.58rem;
        -webkit-transition: right .2s ease-in-out;
        -o-transition: right .2s ease-in-out;
        transition: right .2s ease-in-out;
    }
    body.cat__menu-left--visible--mobile .cat__menu-left {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    body.cat__menu-left--visible--mobile .cat__menu-left .cat__menu-left__lock {
        right: 0rem;
    }
}

.cat__menu-left__logo {
    width: 17.85rem;
    height: 4.64rem;
    display: inline-block;
    background: #56CCF2;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2F80ED, #56CCF2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    padding: 1rem 1.28rem;
}

.cat__menu-left__logo a {
    line-height: 2.35rem;
}

.cat__menu-left__logo img {
    max-height: 2.5rem;
    max-width: 90%;
    vertical-align: bottom;
}

.cat__menu-left__inner {
    position: absolute;
    top: 4.64rem;
    bottom: 0;
    width: 100% !important;
}

@media (max-width: 767px) {
    .cat__menu-left__inner {
        overflow-y: auto;
    }
}

.cat__menu-left__submenu > .cat__menu-left__list {
    display: none;
    background: #40444B;
    color:#fff;
}

.cat__menu-left__submenu.cat__menu-left__item > a:after {
    display: block;
    content: '';
    border-width: 0.35rem 0.35rem 0.35rem 0;
    border-color: transparent #393749 transparent transparent;
    border-style: solid;
    position: absolute;
    top: 1.21rem;
    right: 3.85rem;
    -webkit-transition: -webkit-transform .1s ease-in-out;
    transition: -webkit-transform .1s ease-in-out;
    -o-transition: -o-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out, -o-transform .1s ease-in-out;
}

.cat__menu-left__submenu--toggled.cat__menu-left__item {
    background: #40444B;
    color: #ffffff;
}

.cat__menu-left__submenu--toggled.cat__menu-left__item > a:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.cat__menu-left__submenu--toggled.cat__menu-left__item > .cat__menu-left__icon {
    color: #ffffff;
}

.cat__menu-left__list {
    list-style: none;
    padding-left: 0;
}

.cat__menu-left__list--root {
    margin: 1.42rem 0;
}

.cat__menu-left__divider {
    background: #393749;
    height: 1px;
    margin: 0.71rem 1.42rem;
}

.cat__menu-left__item > a {
    position: relative;
    min-height: 3.21rem;
    padding: 0.85rem 3.57rem 0.85rem 1.42rem;
    display: block;
    color: #b8beca;
}

.cat__menu-left__item > a > .badge {
    margin-top: 0.21rem;
}

.cat__menu-left__item--active > a, .cat__menu-left__item:hover > a, .cat__menu-left__item:active > a, .cat__menu-left__item:focus > a {
    background: #40444B;
    color: #ffffff;
}

.cat__menu-left__item--active > a > .cat__menu-left__icon, .cat__menu-left__item:hover > a > .cat__menu-left__icon, .cat__menu-left__item:active > a > .cat__menu-left__icon, .cat__menu-left__item:focus > a > .cat__menu-left__icon {
    color: #ffffff;
}

.cat__menu-left__item--disabled > a {
    cursor: default;
    background: transparent !important;
    color: #b8beca !important;
    opacity: .4;
}

.cat__menu-left__item--disabled > a > .cat__menu-left__icon {
    color: #acb7bf !important;
}

.cat__menu-left__icon {
    position: absolute;
    width: 1.42rem;
    text-align: center;
    top: 1.07rem;
    right: 1.14rem;
    color: #acb7bf;
    font-weight: bold;
    line-height: 1.1;
    text-transform: uppercase;
}

.cat__menu-left__lock {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.57rem;
    height: 4.64rem;
    cursor: pointer;
    background: #4ebcf1;
    padding: 1.64rem 0.14rem 0 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cat__menu-left__list--root > .cat__menu-left__item {
    position: relative;
}

.cat__menu-left__list--root > .cat__menu-left__item:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: transparent;
}

.cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--primary:hover:before, .cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--primary.cat__menu-left__submenu--toggled:before, .cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--primary.cat__menu-left__item--active:before {
    background-color: #0190fe;
}

.cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--secondary:hover:before, .cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--secondary.cat__menu-left__submenu--toggled:before, .cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--secondary.cat__menu-left__item--active:before {
    background-color: #6a7a84;
}

.cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--default:hover:before, .cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--default.cat__menu-left__submenu--toggled:before, .cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--default.cat__menu-left__item--active:before {
    background-color: #acb7bf;
}

.cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--info:hover:before, .cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--info.cat__menu-left__submenu--toggled:before, .cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--info.cat__menu-left__item--active:before {
    background-color: #0887c9;
}

.cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--success:hover:before, .cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--success.cat__menu-left__submenu--toggled:before, .cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--success.cat__menu-left__item--active:before {
    background-color: #46be8a;
}

.cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--warning:hover:before, .cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--warning.cat__menu-left__submenu--toggled:before, .cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--warning.cat__menu-left__item--active:before {
    background-color: #f39834;
}

.cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--danger:hover:before, .cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--danger.cat__menu-left__submenu--toggled:before, .cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--danger.cat__menu-left__item--active:before {
    background-color: #fb434a;
}

.cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--yellow:hover:before, .cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--yellow.cat__menu-left__submenu--toggled:before, .cat__menu-left__list--root > .cat__menu-left__item.cat__menu-left--colorful--yellow.cat__menu-left__item--active:before {
    background-color: yellow;
}

@media (max-width: 767px) {
    .cat__menu-left__backdrop {
        position: fixed;
        z-index: 999;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: #40444B;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
    }
    body.cat__menu-left--visible--mobile .cat__menu-left__backdrop {
        opacity: .4;
        visibility: visible;
        -webkit-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
    }
    body.cat__menu-left--visible--mobile {
        overflow: hidden;
    }
}

/*  ANIMATED BUTTON (MENU TOGGLE) */
.cat__menu-left__pin-button {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 1.35rem;
    height: 1.42rem;
    font-size: 0;
    text-indent: -9999px;
    outline: none;
}

.cat__menu-left__pin-button div {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s, -o-transform .2s;
}

.cat__menu-left__pin-button div:before, .cat__menu-left__pin-button div:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
}

.cat__menu-left__pin-button div:before {
    top: -0.43rem;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s, -o-transform .2s;
}

.cat__menu-left__pin-button div:after {
    bottom: -0.43rem;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: width .2s, -webkit-transform .2s;
    transition: width .2s, -webkit-transform .2s;
    -o-transition: width .2s, -o-transform .2s;
    transition: transform .2s, width .2s;
    transition: transform .2s, width .2s, -webkit-transform .2s, -o-transform .2s;
}

.cat__menu-left__pin-button:hover div {
    background: #40444B;
}

.cat__menu-left__pin-button:hover div:before, .cat__menu-left__pin-button:hover div:after {
    background-color: #40444B;
}

@media (max-width: 767px) {
    body.cat__menu-left--visible--mobile .cat__menu-left__pin-button div {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        background: transparent;
    }
    body.cat__menu-left--visible--mobile .cat__menu-left__pin-button div:before {
        top: 0;
        -webkit-transform: translateX(-0.15rem) translateY(0.42rem) rotate(45deg);
        -ms-transform: translateX(-0.15rem) translateY(0.42rem) rotate(45deg);
        -o-transform: translateX(-0.15rem) translateY(0.42rem) rotate(45deg);
        transform: translateX(-0.15rem) translateY(0.42rem) rotate(45deg);
    }
    body.cat__menu-left--visible--mobile .cat__menu-left__pin-button div:after {
        bottom: 0;
        -webkit-transform: translateX(-0.15rem) translateY(-0.58rem) rotate(-45deg);
        -ms-transform: translateX(-0.15rem) translateY(-0.58rem) rotate(-45deg);
        -o-transform: translateX(-0.15rem) translateY(-0.58rem) rotate(-45deg);
        transform: translateX(-0.15rem) translateY(-0.58rem) rotate(-45deg);
    }
}

@media (min-width: 768px) {
    body.cat__menu-left--visible .cat__menu-left__pin-button div {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        background: transparent;
    }
    body.cat__menu-left--visible .cat__menu-left__pin-button div:before {
        top: 0;
        -webkit-transform: translateX(-0.15rem) translateY(0.5rem) rotate(45deg);
        -ms-transform: translateX(-0.15rem) translateY(0.5rem) rotate(45deg);
        -o-transform: translateX(-0.15rem) translateY(0.5rem) rotate(45deg);
        transform: translateX(-0.15rem) translateY(0.5rem) rotate(45deg);
    }
    body.cat__menu-left--visible .cat__menu-left__pin-button div:after {
        bottom: 0;
        -webkit-transform: translateX(-0.15rem) translateY(-0.5rem) rotate(-45deg);
        -ms-transform: translateX(-0.15rem) translateY(-0.5rem) rotate(-45deg);
        -o-transform: translateX(-0.15rem) translateY(-0.5rem) rotate(-45deg);
        transform: translateX(-0.15rem) translateY(-0.5rem) rotate(-45deg);
    }
}

/*  JSCROLLPNAE CUSTOM STYLES */
.cat__menu-left .jspScrollable {
    outline: none;
}

.cat__menu-left .jspScrollable:hover .jspVerticalBar {
    opacity: .7;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cat__menu-left .jspScrollable:hover .jspHorizontalBar {
    opacity: .7;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cat__menu-left .jspScrollable .jspTrack {
    left: -2px !important;
}

.cat__menu-left .jspScrollable .jspVerticalBar {
    background: transparent;
    width: 6px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.cat__menu-left .jspScrollable .jspHorizontalBar {
    background: transparent;
    height: 8px;
    opacity: 0;
    bottom: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cat__menu-left .jspScrollable .jspHorizontalBar .jspDrag:after {
    background: #514d6a;
    top: 0;
    bottom: 0;
}

.cat__menu-left .jspScrollable .jspPane, .cat__menu-left .jspScrollable .jspContainer {
    width: 100% !important;
}

.cat__menu-left .jspScrollable .jspCap {
    display: none;
}

.cat__menu-left .jspScrollable .jspTrack {
    background: transparent;
    position: relative;
    width: 4px;
    left: -5px;
}

.cat__menu-left .jspScrollable .jspDrag {
    background: transparent;
    position: relative;
    top: 0;
    left: -1px;
    width: 10px;
    cursor: pointer;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.cat__menu-left .jspScrollable .jspDrag:after {
    display: block;
    content: '';
    background: #514d6a;
    position: absolute;
    width: 100%;
    top: 4px;
    bottom: 4px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
