/*  STYLES FOR "TOP-BAR" MODULE */

.cat__top-bar {
    position: sticky;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    height: 4.64rem;
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #757575;
}

.cat__top-bar__logo {
    width: 14.28rem;
    height: 4.64rem;
    display: inline-block;
    padding: 1rem 1.28rem;
    margin-right: 1.42rem;
}

.cat__top-bar__logo2 {
    width: 11rem;
    height: 4.64rem;
    display: inline-block;
    padding: 1rem 1.28rem;
    margin-right: 1.42rem;
}


.cat__top-bar__logo img {
    max-height: 37px;
}

.cat__top-bar__avatar {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #eef0f4;
    border-color: #d2d9e5;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 500px;
    border-radius: 500px;
}

.cat__top-bar__avatar img {
    width: 100%;
    height: auto;
}

.cat__top-bar__avatar_info,
cat__top-bar__avatar {
    display: inline-block;
}
.cat__top-bar__avatar-dropdown .dropdown-toggle {
    padding-right: 21px;
    display: inline-block;
}

.cat__top-bar__avatar-dropdown .dropdown-toggle:after {
    position: absolute;
    top: 50%;
    margin-top: -0.08rem;
    right: 7px;
}

.cat__top-bar__left {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.cat__top-bar__left .cat__top-bar__item {
    margin-right: 2.14rem;
}

.cat__top-bar__right {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.cat__top-bar__right .cat__top-bar__item {
    margin-left: 15px;
}

.cat__top-bar__item {
    padding-top: 0.35rem;
}

.cat__top-bar__mini-chart {
    height: 2.14rem;
    line-height: 2.14rem;
}

.cat__top-bar__mini-chart__inner {
    height: 80%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: sub;
    margin: 0 0.35rem;
}

.cat__top-bar__mini-chart__inner i {
    display: inline-block;
    float: left;
    width: 4px;
    background: #0190fe;
    margin-right: 1px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.cat__top-bar__menu-button {
    cursor: pointer;
    height: 2.14rem;
    padding-top: 0.28rem;
    color: #d2d9e5;
    font-size: 1.14rem;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.cat__top-bar__menu-button:hover {
    color: #b8beca;
}

.cat__top-bar__search {
    border-bottom: 1px solid #dddddd;
    margin-top: 0.28rem;
}

.cat__top-bar__search input {
    border: none;
    position: relative;
    top: -1px;
    opacity: .6;
    width: 24.42rem;
}

.cat__top-bar__search input:focus {
    opacity: 1;
}

.cat__top-bar__search i {
    cursor: pointer;
    color: #d2d9e5;
    margin-right: 0.35rem;
}

.cat__top-bar__search i:hover {
    color: #615d7c;
}

.cat__top-bar .email-approved {
    width: 100%;
    background: #56b6b2;
    color: white;
    padding: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    position: absolute;
    top: 0;
    z-index: 2;
}

/*  NOTIFICATION BLOCK (TOP MENU) */
.cat__top-bar__activity {
    max-width: 450px;
    width: 100%;
    background: #ffffff;
}

.cat__top-bar__activity__item {
    border-bottom: 1px solid #dddddd;
    padding: 0.71rem 0;
    position: relative;
}

.cat__top-bar__activity:last-child .cat__top-bar__activity__item {
    border-bottom: 0;
}

.cat__top-bar__activity__item:hover {
    background: #eef0f4;
}

.cat__top-bar__activity__item:hover .cat__top-bar__activity__icon {
    background: #c0bdd0;
    color: #ffffff;
    border-color: #c0bdd0;
}

.cat__top-bar__activity__icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-top: 0.85rem;
    font-size: 1.14rem;
    width: 2.85rem;
    text-align: center;
    color: #d2d9e5;
    background: #f2f4f8;
    border-bottom: 1px solid #eef0f4;
}

.cat__top-bar__activity__inner {
    padding-left: 1.07rem;
    padding-right: 1.07rem;
}

.cat__top-bar__activity__inner label {
    font-size: 0.85rem;
}

.cat__top-bar__activity__descr {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cat__top-bar__activity__title > span {
    font-size: 0.92rem;
    color: #d2d9e5;
}

.fullPageSearch {
    background: rgba(255, 255, 255, 0.98);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


.openSearch {
    display: block !important;
    visibility: visible !important;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fullPageSearch .input-area {
    border-bottom: 2px solid #ccc;
    font-size: 25px;
    margin-top: 90px;
    margin-bottom: 20px;
}

.fullPageSearch .input-area .searchInput {
    width: 95%;
    border: none;
    color: #c1c1c1;
    padding: 10px 15px;
    background: none;
}

.fullPageSearch .input-area i:hover {
    cursor: pointer;
}

.fullPageSearch .result-list {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 500px;
    overflow-y: scroll;
}

.fullPageSearch .result-list .search-item {
    padding: 15px 10px;
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
    display: block;
    margin: 10px auto;
    font-size: 15px;
}

.fullPageSearch .result-list .search-item a:hover {
    text-decoration: none;
}

.fullPageSearch .result-list .search-item a b {
    display: block;
}

.fullPageSearch .result-list .search-item a span {
    display: block;
    color: black;
}


.top-bar-box-red {
    background-color: transparent !important;
    color: #c12439 !important;
    border: 1px solid #c12439;
}

    .top-bar-box-red:hover {
        background-color: #c12439 !important;
        color: #ffffff !important;
        border: 1px solid #c12439;
    }

.top-bar-box-green {
    background-color: transparent !important;
    color: #57B6B2 !important;
    border: 1px solid #57B6B2;
}


.top-bar-box-green:hover {
    background-color: #57B6B2 !important;
    color: #ffffff !important;
    border: 1px solid #57B6B2;
}