﻿@charset "UTF-8";

@font-face {
  font-family: "crp";
  src:url("fonts/crp.eot");
  src:url("fonts/crp.eot?#iefix") format("embedded-opentype"),
    url("fonts/crp.woff") format("woff"),
    url("fonts/crp.ttf") format("truetype"),
    url("fonts/crp.svg#crp") format("svg");
  font-weight: normal;
  font-style: normal;

}

.cke_notification_warning {
    display: none;
}

/* common */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
}

    .ribbon::before,
    .ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid #2980b9;
    }

    .ribbon span {
        position: absolute;
        display: block;
        width: 225px;
        padding: 10px 0;
        background-color: #FFD700;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font: 700 18px/1 sans-serif;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
    }

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

    .ribbon-top-left::before,
    .ribbon-top-left::after {
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-top-left::before {
        top: 0;
        right: 0;
    }

    .ribbon-top-left::after {
        bottom: 0;
        left: 0;
    }

    .ribbon-top-left span {
        right: -25px;
        top: 30px;
        transform: rotate(-45deg);
    }


[data-icon]:before {
  font-family: "crp" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="crp-"]:before,
[class*=" crp-"]:before {
  font-family: "crp" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.crp-logo:before {
  content: "\61";
}
.sorting_disabled {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}






.navBar__list {
    list-style: none;
    padding: 0;
}

.navBar__item {
    padding: 7px 15px;
    margin-bottom: 0px;
}

    .navBar__item a {
        font-size: 16px;
        font-weight: normal;
        color: #374049;
        display: block;
        position: relative;
    }

.submenu a {
    font-size: 14px;
}

.submenu-indicator {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    font-size: 0;
    background: url(../../Content/images/icon-plus.svg) center center / contain no-repeat;
    transition: .3s;
}

.navBar__item a.submenu-indicator-minus .submenu-indicator {
    transform: translateY(-50%) rotate(45deg);
}

.submenu {
    list-style: none;
    margin-top: 10px !important;
    display: none;
    padding-left: 0;
}

.navBar__item.active .submenu {
    display: block;
}

.submenu li {
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
}

    .submenu li:last-of-type {
        margin-bottom: 0;
    }

    .submenu li.active {
        position: relative;
    }

        .submenu li.active:before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 2.5px;
            height: 100%;
            background-color: #284b8c;
        }
