﻿
.report-page-content {
    padding: 0 !important;
}

#searchResults {
    overflow: auto;
}

#contentView {
    min-height: 80vh;
}

#contentPanel {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    transition: all 0.2s ease-in-out;
    margin-left: 459px;
}

    #contentPanel .panel {
        margin-bottom: 0;
    }

        #contentPanel .panel .panel-body .row {
            margin: 0 0 20px 0;
        }

        #contentPanel .panel .panel-body div .row:last-child {
            margin-bottom: 50px;
        }

        #contentPanel .panel, #contentPanel .panel .panel-heading, #contentPanel .panel .panel-body {
            border-radius: 0
        }

            /*#contentPanel .panel .panel-heading .form-group {
                display: table;
            }*/

            #contentPanel .panel .panel-heading .heading-filter {
                display: inline-flex;
            }

                #contentPanel .panel .panel-heading .heading-filter label {
                    display: inline-flex;
                    margin: 0 10px;
                }

#selectPanel {
    background-color: #f6f6f6;
    align-items: stretch;
    position: fixed;
    display: flex;
    flex-direction: column;
    margin: 0;
    min-width: 88px;
    padding: 0;
    z-index: 10;
    left: 0;
    bottom: 0;
    top: 110px;
    /*-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
}

    #selectPanel.collapsed {
        width: 88px;
    }

    #selectPanel > .actions {
        padding: .5rem 1rem 0.2rem 6rem;
        flex: 0 0 auto;
        overflow: hidden;
        max-height: 3.2rem;
        min-height: 3.2rem;
    }

        #selectPanel > .actions a {
            cursor: pointer;
        }

    #selectPanel > .flexRow {
        display: flex;
        align-items: flex-start;
        flex: 1;
        padding-bottom: 1rem;
        overflow: hidden;
    }

    #selectPanel #iconPanel {
        height: 100%;
        width: 88px;
        min-width: 88px;
    }

.section-content {
    min-height: 400px;
}

.flexColumn {
    display: flex;
    flex-direction: column;
}

.relative {
    position: relative;
}

.type-select select, .type-select .select2-container--bootstrap {
    width: 165px !important;
}


.table-text-right tr td, .table-text-right tr th {
    text-align: right;
}

p.table-title {
    font-weight: bold;
}

#isWithinInstitutionInfo {
    color: #5589a2;
}

#selectPanel #iconPanel > ul {
    margin: 0 0 0 -1rem;
    min-width: 88px;
    max-width: 88px;
    padding-left: 0;
}

ul {
    list-style: outside none none;
}

#iconPanel > ul > li {
    width: auto;
    position: relative;
    box-sizing: content-box;
    margin: 0 -1rem 0 1rem;
    padding: 0 1rem 0 1.7rem;
    border-bottom: 1px solid rgba(0,0,0,.08);
    border-left: 0.4rem solid transparent;
    font-size: 18px;
    line-height: 30px;
    cursor: pointer;
}

    #iconPanel > ul > li.open {
        background: #d8e7ef none repeat scroll 0 0;
        border-color: transparent;
    }

    #iconPanel > ul > li:not(.disabled):not(.selected):hover {
        background: #d6d6d6;
    }

    #iconPanel > ul > li:last-child {
        border-top: 1px solid rgba(0,0,0,.08);
        border-bottom: 0;
    }

    #iconPanel > ul > li.selected, #iconPanel > ul > li.selected.open {
        background: #d8e7ef none repeat scroll 0 0;
        border-color: transparent #0088cc rgba(0,0,0,.08);
    }

#savedReports > .toggle > label {
    border-left: 0;
    padding: 6px 10px 6px 10px;
}

#selectPanel.open #iconPanel > ul > li.open::before {
    top: 0;
    background: linear-gradient(to left top, white 50%, transparent 50%);
}

#selectPanel.open #iconPanel > ul > li.open::after {
    bottom: 0;
    background: linear-gradient(to left bottom, white 50%, transparent 50%);
}

#selectPanel.open #iconPanel > ul > li.open::after, #selectPanel.open #iconPanel > ul > li.open::before {
    content: "";
    position: absolute;
    width: 1.8rem;
    height: 50%;
    right: 0;
}

#selectPanel button {
    outline: none !important;
}

#selectPanel li button.link {
    cursor: pointer;
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #5589a2;
    padding-left: 0;
    height: 3rem;
    font-size: inherit;
    background: transparent none repeat scroll 0 0;
    background-position: left 0.4rem;
    padding-bottom: 0;
}

#selectPanel li.selected button.link {
    color: #5c67ff;
}

#selectPanel #iconPanel li > button {
    margin: 1rem 0 1rem 1rem;
}

#selectPanel.open #entityListPanel {
    background-color: white;
    margin: 0 1rem 1rem 0;
    padding-left: 1rem;
    height: 100%;
    width: 346px;
    max-width: 346px;
    min-width: 346px;
    transition: all 0.2s ease-in-out;
}

    #selectPanel.open #entityListPanel .section-wrapper {
        display: flex;
        flex-direction: column;
        overflow: auto;
        flex: 1 1 auto;
    }

    #selectPanel.open #entityListPanel .entity-search-bar a.remove-btn:hover {
        color: red;
    }

#selectPanel #entityListPanel.collapsed {
    margin: 0;
    padding: 0;
    width: 0;
    min-width: 0;
    overflow: hidden;
}

#contentPanel.collapsed {
    margin-left: 103px;
}

.d-none {
    display: none;
}

.entity-search-bar {
    margin-top: 20px;
    position: relative;
}

#entityListPanel .section-wrapper .entity-section-title {
    color: #5589a2;
}

div.section-title {
    position: relative;
}

    div.section-title h4 {
        font-size: 2.4rem;
        color: #5589a2;
        width: 70%;
    }

.field input,
.field span,
.field label,
textarea {
    display: block;
    margin: 10px;
    padding: 5px;
    border: none;
    font-size: 18px;
}

    .field input:focus {
        outline: 0;
    }


    /* Question */

    .field input.question {
        font-size: 18px;
        font-weight: 300;
        border-radius: 2px;
        margin: 0;
        border: none;
        width: 80%;
        background: rgba(0, 0, 0, 0);
        transition: padding-top 0.2s ease, margin-top 0.2s ease;
        overflow-x: hidden; /* Hack to make "rows" attribute apply in Firefox. */
    }

        .field input.question:focus,
        .field input.question:valid {
            padding-top: 15px;
        }

            .field input.question:valid + label {
                border-color: #0088cc;
            }
        /* Underline and Placeholder */

        .field input.question + label {
            display: block;
            position: relative;
            white-space: nowrap;
            padding: 0;
            margin: 0;
            width: 10%;
            border-top: 1px solid red;
            -webkit-transition: width 0.4s ease;
            transition: width 0.4s ease;
            height: 0px;
        }

        .field input.question:focus + label,
        .field input.question:valid + label {
            width: 80%;
        }

            .field input.question:focus + label > span,
            .field input.question:valid + label > span {
                top: -52px;
                font-size: 14px;
                color: #5589a2;
            }

                .field input.question:focus + label > span:hover,
                .field input.question:valid + label > span:hover {
                    cursor: default;
                }

                .field input.question:focus + label > span > i,
                .field input.question:valid + label > span > i {
                    display: none;
                }

        .field input.question + label > span {
            font-weight: 300;
            margin: 0;
            position: absolute;
            color: #8F8F8F;
            font-size: 18px;
            top: -35px;
            left: 0px;
            -webkit-transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
            transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
        }

            .field input.question + label > span:hover {
                cursor: pointer;
            }


.loading-spinner {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #0088cc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 10;
    top: 46%;
    left: 55%;
    display: none;
}

    .loading-spinner.left-42 {
        left: 42%;
    }

    .loading-spinner.top {
        top: 5%;
    }

    .loading-spinner.top-0 {
        top: 0;
    }

    .loading-spinner.top-120 {
        top: 120%;
    }

    .loading-spinner.top-50 {
        top: 50%;
    }

    .loading-spinner.loading-spinner-sm {
        border: 3px solid #f3f3f3;
        border-top: 3px solid #0088cc;
        width: 20px;
        height: 20px;
    }

    .loading-spinner.loading-spinner-xs {
        border: 2px solid #f3f3f3;
        border-top: 2px solid #0088cc;
        width: 15px;
        height: 15px;
    }


/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

ul.unit-list {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

li.unit-item {
    cursor: pointer;
    padding: 10px 5px;
}

    li.unit-item.selected {
        border-left: 0.4rem solid #0088cc;
        background-color: #f3f3f3;
    }

#searchResults li.unit-item:hover {
    border-left: 0.4rem solid #607d8b;
    background-color: #f3f3f3;
}

li.unit-item:hover {
    border-left: 0.4rem solid #9e9e9e;
    background-color: #f3f3f3;
}

    li.unit-item:hover div.radio-custom, li.unit-item.selected div.radio-custom {
        max-width: 84%;
    }

li.unit-item.selected:hover {
    border-color: #0088cc;
}

a.remove-btn {
    position: absolute;
    right: 3%;
    top: 20%;
    font-size: 20px;
    cursor: pointer;
}

li.unit-item .remove-btn {
    color: #777;
    display: none;
}

li.unit-item .fav-btn {
    position: absolute;
    right: 12%;
    top: 20%;
    font-size: 18px;
    color: #777;
    display: none;
}

li.unit-item.default-select .fav-icon {
    position: absolute;
    right: 3%;
    top: 20%;
    font-size: 18px;
    color: #f5aa03;
    display: none;
}

li.unit-item.selected .fav-btn, li.unit-item.selected .remove-btn, li.unit-item.selected.default-select .fav-icon {
    display: block;
}

li.unit-item .fav-btn:hover {
    color: #f5aa03;
}

div.entity-search-bar a.remove-btn {
    /*position: absolute;
        right: 17%;
        top: 12%;*/
    margin-right: 18%;
    margin-top: 3%;
    font-size: 20px;
    color: #777;
    cursor: pointer;
    display: none;
}

li.unit-item a.remove-btn:hover {
    color: #f70000;
}

.unit-item label span {
    font-size: 14px;
}

.unit-parent {
    font-size: 11px;
    color: #777777;
    margin-left: 25px;
    margin-bottom: 0;
}

    .unit-parent .unit-parent-item:after {
        font-family: FontAwesome;
        content: "\f105";
        padding: 0 7px 0 5px;
        margin: 0;
    }

    .unit-parent .unit-parent-item:last-child:after {
        display: none;
    }

.overall-item {
    border-left: 0.3rem solid #d2322d;
    margin-top: 25px;
    border-radius: 5px;
}

    .overall-item .apexchart {
        min-height: 140px;
    }

        .overall-item .apexchart.showlist text.apexcharts-title-text:hover {
            cursor: pointer;
            fill: #008ffb;
        }

    .overall-item a.view-all {
        position: absolute;
        right: 4%;
        z-index: 99;
        cursor: pointer;
        color: #999;
        display: none;
    }

        .overall-item a.view-all:hover, .overall-item a.view-all:focus {
            text-decoration: none;
            color: #5589a2;
        }

#contentPanelTitle {
    margin-bottom: 20px;
}

    #contentPanelTitle h4::before {
        font-family: FontAwesome;
        content: "\f19c";
        margin-right: 5px;
        margin-bottom: 2px;
        padding-left: 2px;
        font-weight: 100;
        color: #5589a2;
        font-size: 2.5rem;
        vertical-align: top;
    }

    #contentPanelTitle h4 {
        font-weight: 600;
        color: #555;
        font-size: 2.6rem;
    }

    #contentPanelTitle .unit-parent {
        margin-left: 0;
        font-size: 1.4rem;
    }

        #contentPanelTitle .unit-parent::before {
            font-family: FontAwesome;
            content: "\f041";
            margin-right: 5px;
            padding-left: 2px;
            color: darkred;
        }

    #contentPanelTitle .no-parent {
        display: inline-block;
    }

#contentPanel .navbar {
    margin-top: -15px;
    margin-left: -15px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
}

    #contentPanel .navbar .activity-links a {
        text-transform: uppercase;
        color: #555;
        padding: 15px 25px;
        cursor: pointer;
        /*transition: color 0.3s ease-in-out;*/
    }

        #contentPanel .navbar .activity-links a::after {
            position: absolute;
            content: "";
            top: 100%;
            left: 0;
            width: 100%;
            height: 3px;
            background: #3498db;
            transform: scaleX(0);
            transform-origin: right;
            transition: transform 0.5s;
        }

    #contentPanel .navbar .activity-links li:not(.active):not(.disabled) a:hover {
        color: #3498db;
        background-color: #f8f9fa;
        transition: all 0.3s ease-in-out;
    }

    #contentPanel .navbar .activity-links li.active > a {
        color: #5589a2;
        font-weight: 600;
    }

        #contentPanel .navbar .activity-links li.active a:hover {
            background-color: transparent;
        }

    #contentPanel .navbar .activity-links a:focus {
        background-color: transparent;
    }

    #contentPanel .navbar .activity-links li.active a::after {
        transform: scaleX(1);
        transform-origin: left;
    }

.apexcharts-series.apexcharts-pie-series {
    cursor: pointer;
}

#returnParent {
    position: absolute;
    top: 0;
    left: 10%;
    display: none;
}

#otherList ul li:hover a, #favList ul li:hover a, #favList ul li:hover .fav-icon {
    display: block !important;
}

a.disabled {
    pointer-events: none;
    cursor: not-allowed !important;
    opacity: 0.5;
}

li.disabled {
    cursor: not-allowed !important;
}

    li.disabled .link {
        opacity: 0.5;
        cursor:  wait !important;
    }

#contentPanel .panel .panel-heading a {
    cursor: pointer;
}

#contentPanel .panel .panel-heading .collapse-icon {
    margin: -10px 0 0 -10px;
}

#contentPanel .panel .panel-heading a:hover, #contentPanel .panel .panel-heading a:focus {
    text-decoration: none;
}

.report-cart.active .report-cart-icon {
    -webkit-animation: onePulse 0.6s forwards linear;
    animation: onePulse 0.6s forwards linear;
}

.report-cart.active .menu-icon-wrapper {
    transform: rotate(-45deg);
}

.report-cart.active .menu-icon-line.first {
    transform: rotate(-90deg) translateX(1px);
}

.report-cart.active .menu-icon-line.last {
    transform: rotate(-90deg) translateX(-1px);
}

.report-cart-icon {
    background-color: #5c67ff;
    box-shadow: 0px 0px 0px 4px rgba(92, 103, 255, 0.3);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: 0.2s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: fixed;
    z-index: 101;
    right: 5%;
    bottom: 20px;
}

    .report-cart-icon:hover {
        box-shadow: 0px 0px 0px 8px rgba(92, 103, 255, 0.3);
        background-color: #4854ff;
    }

    .report-cart-icon:focus {
        outline: none;
    }

.menu-icon-wrapper {
    border-radius: 2px;
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
}

.menu-icon-line {
    background-color: #fff;
    border-radius: 2px;
    width: 100%;
    height: 2px;
}

    .menu-icon-line.half {
        width: 50%;
    }

    .menu-icon-line.first {
        transition: transform 300ms cubic-bezier(0.52, -0.8, 0.52, 0.52);
        transform-origin: right;
    }

    .menu-icon-line.last {
        align-self: flex-end;
        transition: transform 300ms cubic-bezier(0.52, -0.8, 0.52, 0.52);
        transform-origin: left;
    }

@-webkit-keyframes onePulse {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(92, 103, 255, 0.3);
    }

    50% {
        box-shadow: 0px 0px 0px 12px rgba(92, 103, 255, 0.1);
    }

    100% {
        box-shadow: 0px 0px 0px 4px rgba(92, 103, 255, 0.3);
    }
}

@keyframes onePulse {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(92, 103, 255, 0.3);
    }

    50% {
        box-shadow: 0px 0px 0px 12px rgba(92, 103, 255, 0.1);
    }

    100% {
        box-shadow: 0px 0px 0px 4px rgba(92, 103, 255, 0.3);
    }
}

/*.report-cart > .report-cart-icon {
    background: #efefef;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 #0000004d;
    display: inline-block;
    height: 50px;
    position: fixed;
    width: 50px;
    text-align: center;
    z-index: 99;
    bottom: 20px;
    right: 5%;
    cursor: pointer;
    display: none;
}*/

/*.report-cart > .report-cart-icon i {
        margin-top: 25%;
        background: white;
        border-top-right-radius: 9px;
    }*/

.report-cart > .report-cart-icon .badge {
    background: #D2312D;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    height: 16px;
    padding: 3px 5px 3px 5px;
    position: absolute;
    right: -8px;
    top: -3px;
    border-radius: 100%;
}

.report-cart .reports {
    color: #333;
    float: right;
    background: #f3f5f7;
    width: 350px;
    position: fixed;
    border-radius: 3px;
    padding: 15px;
    right: 4%;
    bottom: 90px;
    /*text-shadow: 0 0 black;*/
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    z-index: 99;
    display: none;
}

    .report-cart .reports .reports-header {
        border-bottom: 1px solid #E8E8E8;
        padding: 20px;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        background: linear-gradient( 214.85deg, rgb(0, 168, 134) 0%, rgb(0, 108, 159) 100%) 0% 0% / contain;
        margin: -45px -15px;
        height: 130px;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .report-cart .reports .reports-header .report-name {
            font-size: 14px;
            margin-bottom:0;
            margin-top: 5px;
        }

        .report-cart .reports .reports-header i {
            background-color: white;
        }

        .report-cart .reports .reports-header .badge {
            background-color: #f3f5f7;
            color: #5589a2;
            margin-top: 3px;
        }

    .report-cart .reports .report-items {
        border-bottom: 1px solid #E8E8E8;
        background-color: #fff;
        padding: 10px;
        max-height: 350px;
        position: relative;
        overflow: auto;
        color: rgba(0, 0, 0, 0);
        transition: color .3s ease;
        border-radius: 8px;
        box-shadow: rgb(18 52 77 / 16%) 0px 0px 2px 0px, rgb(18 52 77 / 10%) 0px 2px 12px 0px;
    }

#savedReports ul.report-items {
    border-bottom: 0;
    padding: 10px;
}
.report-cart .reports .report-items .report-item, #savedReports .report-items .report-item {
    background-color: #fff;
    padding-right: 18px;
}

.report-cart .reports .report-items.ui-sortable .report-item:hover, #savedReports .report-items.ui-sortable .report-item:hover {
    cursor: move;
}

#selectPanel.open #entityListPanel .section-wrapper:hover, #selectPanel.open #entityListPanel .section-wrapper #searchResults:hover {
    color: rgba(0, 0, 0, 0.3);
}

#selectPanel.open #entityListPanel .section-wrapper, #selectPanel.open #entityListPanel .section-wrapper #searchResults {
    color: rgba(0, 0, 0, 0);
    transition: color .3s ease;
}

    #selectPanel.open #entityListPanel .section-wrapper div {
        color: #333;
    }

    .report-cart .reports .report-items::-webkit-scrollbar,
    #savedReports .report-items::-webkit-scrollbar,
    .report-cart .reports .report-items::-webkit-scrollbar-thumb,
    #savedReports .report-items::-webkit-scrollbar-thumb,
    #selectPanel.open #entityListPanel .section-wrapper::-webkit-scrollbar,
    #selectPanel.open #entityListPanel .section-wrapper::-webkit-scrollbar-thumb,
    #searchResults::-webkit-scrollbar, #searchResults::-webkit-scrollbar-thumb {
        width: 26px;
        border-radius: 13px;
        background-clip: padding-box;
        border: 10px solid transparent;
    }

    .report-cart .reports .report-items::-webkit-scrollbar-thumb, #savedReports .report-items::-webkit-scrollbar-thumb,
    #selectPanel.open #entityListPanel .section-wrapper::-webkit-scrollbar-thumb,
    #searchResults::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 0 10px;
    }

/*    .report-cart .reports .report-items::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
    }

    .report-cart .reports .report-items::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
        border-radius: 10px;
    }

        .report-cart .reports .report-items::-webkit-scrollbar-thumb {
            background-color: #d6dee1;
            border-radius: 20px;
            border: 6px solid transparent;
            background-clip: content-box;
        }*/

.report-cart .reports .report-items li, #savedReports .report-items li {
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}

    .report-cart .reports .report-items li:last-child, #savedReports .report-items li:last-child {
        margin-bottom: 0;
        border-bottom: 0;
    }

.report-cart .reports .report-items img, #savedReports .report-items img {
    float: left;
    margin-right: 12px;
}

.report-cart .reports .report-items .report-item-name, #savedReports .report-items .report-item-name {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    color: #333;
}

.report-cart .reports .report-items .report-item-entity, #savedReports .report-items .report-item-entity {
    display: block;
    color: #777;
    font-size: 12px;
}

.report-cart .reports .report-items .report-item-filters, #savedReports .report-items .report-item-filters {
    color: #777;
    font-size: 12px;
}

.report-cart .reports .report-items li.report-item .loading-spinner, #savedReports .report-items li.report-item .loading-spinner {
    left: 95%;
    top: 20%;
}

.report-cart .reports .report-items li.report-item .remove-btn, #savedReports .report-items li.report-item .remove-btn {
    left: 95%;
}

.report-cart div.buttons {
    background: linear-gradient(rgba(242, 244, 246, 0) 0%, rgb(255, 255, 255) 30%);
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    padding: 20px 16px 20px 16px;
    border-radius: 3px;
}

.report-cart > .reports > .arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 11px;
    border-color: transparent;
    border-style: solid;
    bottom: -11px;
    left: 87%;
    margin-left: -11px;
    border-top-color: rgba(0,0,0,.10);
    border-bottom-width: 0;
}

    .report-cart > .reports > .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 10px;
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

/*    .report-cart .reports:after {
        bottom: -18px;
        left: 86%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-top-color: #e6e6e6;
        border-width: 9px;
        margin-left: -8px;
    }*/

.cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}

.report-cart button {
    margin-top: 10px;
}

    .report-cart button i.fa-file-pdf-o {
        background: white;
        color: red;
        border-top-right-radius: 5px;
    }

.irs-handle:hover, .irs-bar:hover, .irs .irs-line:hover, .irs .irs-single:hover, .irs .irs-from:hover, .irs .irs-to:hover {
    cursor: pointer;
}

.irs-original .irs-bar, .irs-original .irs .irs-single, .irs-original .irs .irs-from, .irs-original .irs .irs-to {
    background-color: #006cfa !important;
}

.irs-original .irs-handle {
    border-color: #006cfa !important;
}

.irs-primary .irs-bar, .irs-primary .irs .irs-single, .irs-primary .irs .irs-from, .irs-primary .irs .irs-to {
    background-color: #0088cc !important;
}

.irs-primary .irs-handle {
    border-color: #0088cc !important;
}

.apexcharts-grid:hover {
    cursor: pointer;
}

a.add-to-report {
    position: absolute;
    right: 2%;
    cursor: pointer;
}

    a.add-to-report:hover {
        text-decoration: none;
    }

.btn-group.table-chart-select {
    width: 100%;
    margin-bottom: 25px;
}

.btn-group.table-chart-select .btn.focus {
    outline: none !important;
}

table.pvtUi {
    width: 98%;
}
table.pvtUi .pvtRendererArea .pvtTable td.pvtVal:hover,
table.pvtUi .pvtRendererArea .pvtTable td.pvtTotal:hover,
table.pvtUi .pvtRendererArea .pvtTable td.pvtGrandTotal:hover {
    cursor: pointer;
}
table.pvtUi .pvtRendererArea .pvtTable td.pvtVal {
    cursor: pointer;
}
table.pvtUi .pvtVals .pvtAggregator, table.pvtUi .pvtVals .pvtAttrDropdown, table.pvtUi .pvtVals .pvtRowOrder, table.pvtUi .pvtVals .pvtColOrder {
    display: none;
}
#pivot {
    margin-top: 25px;
}
#pivot .pvtRendererArea .pvtTable td.pvtVal:hover,
#pivot .pvtRendererArea .pvtTable td.pvtTotal:hover,
#pivot .pvtRendererArea .pvtTable td.pvtGrandTotal:hover {
    background-color: #F0F0F0;
}
#pivot tr td, #pivot tr th {
    padding: 5px;
    border: 1px solid #ddd;
    background: #fff;
}

.collapsible-stacked-column {
    transform: translateX(40%);
    transition: 1s ease transform;
}

.collapsible-stacked-column-wide {
    transform: translateX(10%);
    transition: 1s ease transform;
}

.bar-active {
    transform: translateX(0) !important;
}

.subchart-active {
    transform: translateX(0) !important;
}

.apexcharts-bar-series:hover {
    cursor: pointer;
}

.row-detail-icon:hover {
    cursor: pointer;
}

table.row-detail-table {
    width: 100%;
}

tr.row-detail td {
    color: #FFF;
    background-color: #6ba7cb !important;
}

.apexcharts-menu-item {
    text-align: center;
}

    .apexcharts-menu-item.exportSVG {
        display: none;
    }

    .apexcharts-menu-item.exportCSV {
        display: none;
    }

    .apexcharts-menu-item.exportPNG:before {
        font-family: FontAwesome;
        content: "\f019";
        padding-right: 5px;
    }

.add-report-selection {
    text-align: center;
}

#activityCountsTable .datatables-header, .staffReportDatatable .datatables-header {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

#activityCountsTable .datatables-header .dt-buttons, .staffReportDatatable .datatables-header .dt-buttons {
    float: left;
}

.select2-container--bootstrap .select2-selection {
    font-size: 13px;
}

label.selection-label {
    font-weight: bold;
}

.report-cart .popover-content {
    text-align: center;
}

.invalid-input:focus {
    border-color: #f91808 !important;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(245 17 0 / 30%) !important;
}

.reference-title a {
    color: #5d5d5d;
}

.reference-item {
    color: #5d5d5d;
}

div.dt-buttons button.btn.processing:after {
    left:0 !important;
}

@media only screen and (max-width: 1199px) {
    .collapsible-stacked-column {
        transform: translateX(0) !important;
    }
}

@media only screen and (max-width: 768px) {
    #pageContent {
        padding-top: 4px;
    }

    #contentPanel {
        margin-left: 15px !important;
        display: none;
    }

    #selectPanel {
        /*display: none;*/
        position: relative;
        width: 100%;
        padding-right: 7%;
        top: 4px;
        left: 15px;
        height: 100vh;
    }

        #selectPanel.open #entityListPanel {
            min-width: inherit;
            max-width: inherit;
            width: 100%;
        }

    #contentPanel .panel .panel-heading .collapse-icon {
        display: block !important;
    }

    #entityListPanel .section-wrapper {
        height: 100% !important;
    }

    #returnParent {
        left: 5%;
    }
}
