﻿[v-cloak]>* {
    display: none;
}

[v-cloak]::before {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==');
    transition: 5s ease;
}

.me-top5-show {
    height: 295px !important;
}

.rotateChev {
    transform: rotate(180deg);
}

.me-module,
.me-module-fave,
.me-module-report {
    padding: 10px 5px 10px 10px;
    border-top: 1px solid #dedcdc;
    margin-top: 0 !important;
    cursor: pointer;
}

.faveBtnCh {
    color: orange;
    font-weight: 900;
}

.me-menu-item {
    cursor: pointer;
}

.me-menu-group {
    color: #1e87f0;
    font-weight: 600;
    font-size: 1.05rem;
    padding-top: 5px;
    border-bottom: 1px solid #bfbfbf;
}

.me-menu-grouping {
    border-bottom: 1px solid;
    padding: 0px 0px 8px 5px;
}

.uk-accordion> :nth-child(n+2) {
    margin-top: 0px !important;
}

.uk-badge {
    min-width: 76px;
    white-space: nowrap;
    margin-left: 10px;
}

.uk-table th {
    color: #4f4f4f;
    font-weight: 600;
}

.uk-table tr {
    cursor: pointer;
}

.faveBtn {
    padding-right: 15px;
    transition: .2s ease;
    cursor: pointer;
}

.uk-accordion-content {
    margin-top: 0;
    padding: 10px;
    background: #f5f5f5;
    color: #4f4f4f;
}

#sidebar2 .uk-offcanvas-bar {
    background: rgb(245, 245, 245);
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
    max-width: 320px;
    z-index: 9999;
    position: absolute;
    color: #4f4f4f;
}

.me-offcanvas-old {
    max-width: 425px !important;
    left: -425px;
}

.uk-offcanvas-flip .uk-offcanvas-bar {
    left: auto;
    right: -425px;
}

.me-search-hover {
    cursor: pointer;
}

.me-search-hover:hover {
    background-color: #007bff !important;
    color: white;
    transition: .2s ease;
    opacity: 1;
}

.me-badge-danger {
    background: rgb(240, 80, 110);
    color: white;
}

.me-search-hover:hover .me-badge-danger {
    background: rgb(240, 80, 110) !important;
    color: white !important;
}

.me-search-hover:hover .uk-badge {
    color: #4f4f4f;
    background: white;
}

.me-search-hover:hover .uk-text-meta {
    color: white;
}

.me-search-hover:hover span {
    color: white;
}

.me-module,
.me-module-fave,
.me-module-report {
    color: #383838 !important;
    font-size: 1.1rem;
    cursor: pointer;
}

.me-module-group {
    color: #383838;
    padding-left: 10px;
}

.me-toggle-item {
    position: relative;
    box-sizing: border-box;
}

.me-toggle-item p {
    margin: 0 !important;
    height: 44px;
    color: #000000;
    font-size: 15px;
    line-height: 44px;
}





.me-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9px;
    margin: auto;
    width: 51px;
    height: 31px;
}

.me-toggle label,
.me-toggle i {
    box-sizing: border-box;
    display: block;
    background: #ffffff;
    cursor: pointer;
}

.me-toggle label {
    width: 51px;
    height: 32px;
    border-radius: 32px;
    border: 2px solid #e5e5e5;
    transition: all 0.30s ease;
}

.me-toggle i {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25),
        0 3px 3px 0 rgba(0, 0, 0, 0.15);
    background: #ffffff;
    transition: all 0.3s cubic-bezier(0.275, -0.450, 0.725, 1.450);
}

input[type="checkbox"]:active+.me-toggle i {
    width: 35px;
}

input[type="checkbox"]:active+.me-toggle label,
input[type="checkbox"]:checked+.me-toggle label {
    border: 16px solid #4cd964;
}

input[type="checkbox"]:checked+.me-toggle i {
    left: 21px;
}

input[type="checkbox"]:checked:active+.me-toggle label {
    border: 16px solid #e5e5e5;
}

input[type="checkbox"]:checked:active+.me-toggle i {
    left: 14px;
}

.me-accordion-rotate:before {
    transform: rotate(-90deg) !important;
}