﻿
/**********************/

.cp-toggler {
    color: #7C7C7C;
    position: fixed;
    top: 108.5px;
    bottom: 41.4px;
    height: calc(100vh - 149.9px);
    z-index: 100;
}

.cp-toggle-left {
    left: -306px;
    /* 500 px width of content */
}

.cp-toggle-right {
    right: -306px;
    /* 500 px width of content */
}

.cp-toggler .cp-toggler-opener {
    background: #f3f3f9;
    color: #bcbcbc;
    cursor: pointer;
    height: 40px;
    line-height: 38px;
    padding: 2px;
    text-align: center;
    width: 40px;
    box-shadow: 4px 3px 1px #c8c8c8;
    margin-right: -37px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.cp-toggle-left .cp-toggler-opener {
    float: right;
}

.cp-toggle-right .cp-toggler-opener {
    float: left;
}

.cp-toggler .cp-toggler-content {
    background: linear-gradient(#FFF 0%, #efeff7 100%);
    border: 1px solid #ddd;
    /* cursor: pointer; */
    height: 100%;
    font-size: 12px;
    padding: 20px;
    box-shadow: 1px 0px 0px 0px #c8c8c8;
    width: 305px;
}


/***********************/
.bar {
    margin-top: -20px;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    background: linear-gradient(#FFF 0%, #efeff7 100%);
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    font-family: Arial;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding: 0 32px;
    position: relative;
    width: calc(100% + 3rem);
}

    .bar .tags > a,
    .bar .tags .btn-group > a,
    .bar .select,
    .bar button {
        background: linear-gradient(#FFF 0%, #efeff7 100%);
        border: 1px solid #CCC;
        border-radius: 3px;
        color: #666;
        padding: 2px 4px;
        text-decoration: none;
        max-height: 19.2px;

    }
.bar .tags .btn-group {
    display: contents
}
    .bar .tags .btn-group .dropdown-menu {
        background: linear-gradient(#FFF 0%, #efeff7 100%);
        border: 1px solid #CCC;
        border-radius: 3px;
        color: #666;
    }
    .bar .tags .btn-group .dropdown-divider {
        border-top: 1px solid #000000;
    }
.bar .tags .btn-group .dropdown-menu .dropdown-item:hover {
    background: linear-gradient(#FFF 0%, #efeff7 100%);
    border: 1px solid #CCC;
    color: #666;
}
    .bar .left,
    .bar .right {
        cursor: pointer;
        display: none;
        position: absolute;
        line-height: 32px;
        width: 32px;
        text-align: center;
        z-index: 2;
    }

.bar .left {
    left: 0;
}

.bar .right {
    right: 0;
}

.bar .select,
.bar button {
    display: inline-block;
}

.bar .select {
    line-height: 22px;
    margin-right: 5%;
    text-align: center;
    width: 45%;
}

.bar aside {
    float: left;
    width: 50%;
    transition: all 0.5s;
}

.bar aside:last-child {
    text-align: right;
}

@media (max-width: 577px) {
    .bar {
        margin-top: 0 !important;
        width: calc(100% + 2.5rem);
    }
}

@media (max-width: 768px) {
    .bar aside {
        padding: 0 36px;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center !important;
        width: 100%;
    }

    .bar aside:last-child {
        left: 100%;
    }

    .bar .left,
    .bar .right {
        display: block;
    }
}

.dropdown-fixed {
    position: fixed !important;
}

/******************/

.report-content {
    padding-top: 20px;
    min-width: 100%;
    min-height: calc(100% - 20px);
    overflow-y:auto;
}

.report-filter  .element {
    margin-left: 5px !important;

}

    .report-filter  .element .form-control {
        height: 30.6px !important;
        max-height: 30.6px !important;
        min-height: 30.6px !important;
    }
.report-filter .select2-container,
.report-filter .select2-selection,
.report-filter .select2-selection__rendered,
.report-filter select {
    height: 30.6px !important;
    max-height: 30.6px !important;
    min-height: 30.6px !important;
}

.report-filter .check-type {
    font-size: 0.575rem !important;
    height: 30.6px !important;
    max-height: 30.6px !important;
    min-height: 30.6px !important;
}

.report-filter .filter-lvl1 .select2-selection {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.report-filter .filter-lvl2 .select2-selection {
    border-radius: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}
.report-filter .filter-lvl2-2 .select2-selection {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top: 0 !important;
}
.report-filter .filter-lvl3 .select2-selection {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}