.reporting {
    margin: 0;
    color: #212529;
    font-size: 10pt;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
}
.reporting .box {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    padding: 0px;
    transition: .5s;
    display: flex;
    flex-direction: column;
}
.reporting .bg-light {
    background-color: #f2f2f2 !important;
}
.reporting .box-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

/*tabs*/
.reporting .nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 25%;
}
.reporting .box-body ul li {
    line-height: 24px;
}
.reporting .nav-tabs .nav-link.active, .reporting .nav-tabs .nav-link.active:focus, .reporting .nav-tabs .nav-link.active:hover, .reporting .nav-tabs .nav-item.open .nav-link, .reporting .nav-tabs .nav-item.open .nav-link:focus, .reporting .nav-tabs .nav-item.open .nav-link:hover {
    color: #fff;
    border-color: transparent;
    border-bottom-color: #38a8e0;
    background-color: #38a8e0;
}
.reporting .nav-tabs .nav-link {
    position: relative;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #dddddd;
    padding: 0.715rem 1.429rem;
    -o-transition: .25s;
    transition: .25s;
    color: #757575;
}
.reporting .nav-link {
    overflow: hidden;
}
.reporting .box-body > *:last-child {
    margin-bottom: 0;
}
.reporting .tabcontent-border {
    border: 1px solid #ddd;
    border-top: 0px;
    background-color: #FFFFFF;
}
.reporting .pad {
    padding: 1rem;
    flex-grow: 1;
}
.reporting a{
    text-decoration: none;
}
.reporting .tab-content{
    display: flex;
    min-height: 500px;
}
.reporting .tab-pane{
    flex-grow: 1;
}
.reporting .tab-content > .active{
    display: flex;
}

/*buttons*/
.reporting .btn{
    font-size: 10pt;
}
.reporting button:focus:not(:focus-visible){
    font-size: 10pt;
    border-color: #38a8e0;
    box-shadow: none;
}
.reporting .btn.dropdown-toggle:focus:not(:focus-visible){
    border-color: transparent !important;
}
.reporting .btn-download {
    color: #fff;
    background-color: #38a8e0;
    border-color: rgba(0, 0, 0, .2);
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: inherit !important;
}
.reporting .btn-download>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .2);
}
.reporting .btn-info{
    font-size: inherit !important;
    color: #fff;
    background-color: #38a8e0;
    border-color: rgba(0, 0, 0, .2);
}

.reporting .input-group .form-control{
    font-size: 10pt;
}
.reporting .input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
}
.reporting .input-group-addon:not(:last-child) {
    border-right: 0;
}
.reporting .input-group-addon, .reporting .input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}
.reporting .input-group-addon {
    font-weight: 300;
    padding: 0.5rem 0.75rem;
    border: 1px solid rgba(0,0,0,.15);
    line-height: 1.25;
    color: #495057;
    text-align: center;
    margin-bottom: 0;
    font-size: 1rem;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.reporting .form-control {
    box-shadow: none;
    border-color: #d2d6de;
}
.reporting_checkbox label {
    min-width: 200px;
    margin-bottom: 20px;
}

/*bootstrap multiselect*/
.reporting .bootstrap-select .dropdown-menu {
    float: left;
    width: 100% !important;
    font-size: 10pt;
    border: 1px solid rgba(46,47,57,.15);
}

.reporting .dropdown-header{
    white-space: normal;
}

.reporting .bootstrap-select .dropdown-menu li a {
    white-space: normal;
}

/*highcharts*/
.reporting .highcharts-table-caption {
    margin-bottom: 5px;
    font-family: sans-serif;
    font-size: 14pt;
}

.reporting .highcharts-data-table table {
    border-collapse: collapse;
    border-spacing: 0;
    background: white;
    min-width: 100%;
    margin-top: 10px;
}

.reporting .highcharts-data-table td, .highcharts-data-table th {
    text-align: center;
    font-family: sans-serif;
    font-size: 10pt;
    border: 1px solid silver;
    padding: 0.5em;
}

.reporting .highcharts-data-table tr:nth-child(even), .highcharts-data-table thead tr {
    background: #f8f8f8;
}

.reporting .highcharts-data-table tr:hover {
    background: #eff;
}

.reporting .title {
    margin-top: 10px;
    font-family: 'roboto', arial, helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #808080;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

.reporting .dropdown-menu {
    font-size: unset;
}
.reporting .dropdown-item:active,.reporting .dropdown-item.active{
    color: #212529 !important;
    background-color: transparent !important;
}
.modal-body .btn-group button, .reporting .btn-group button {
    color: rgb(250, 250, 250);
    background: rgb(56, 168, 224);
}

.reporting .multiselect-search {
    height: 45px;
}

.reporting .multiselect-clear-filter {
    background-color: rgb(238, 238, 238) !important;
}

@media (max-width: 768px) {
    .reporting .title {
        font-size: 12px;
    }

    .reporting .pager {
        margin: 0;
    }

    .reporting .btn-group {
        display: grid;
    }

    .reporting .btn-info {
        width: 49%;
    }

    .reporting .ui-checkboxradio-label {
        width: 100%
    }

    .reporting .ui-checkboxradio-icon {
        float: left;
    }

}

@media print {
    body, html {
        height: auto !important;
        width: 100% !important;
        background-color: #00d80e;
    }
    #for_PDF_charts{
        width: 100% !important;
    }
}

.reporting .highcharts-container{
    width: 100% !important;
}

.reporting .highcharts-root{
    width: 100% !important;
}

.reporting .loaderGif > img{
    max-width: 75px;
}