#arReportModal .modal-lg.modal-90 {
    overflow: hidden;
}

#arReportModal .modal-content {
    height: 94vh;
}

#arReportModal .modal-body {
    height: calc(90% - 60px);
    overflow: auto;
}

.arTopButtons {
    display: inline-block;
}

@media (max-width:991.99px){

    #arReportModal div.modal-footer{
        font-size: 11px;
    }

    #arToggleButton {
        display: inline-block;
    }
}

@media (min-width:992px){

    #arReportModal div.modal-footer{
        font-size: 14px;
    }

    #arToggleButton {
        display: none;
    }

}

#arReportsMenuCont, #arReportsContentCont {
    height: 100%;
    position: relative;
}

#arReportsMenuCont {
    overflow-y: hidden;
}

#arReportsContentCont {
    overflow-y: auto;
}

#arReportsMenu {
    overflow-y: hidden;
}

#arReportsMenuPanelGroup {
    height: calc(100% - 120px);
    overflow-y: auto;
    margin-bottom: 5px;
}

#arReportsMenuPanelGroup .panel {
    overflow-y: hidden;
}

#arReportsMenu li {
    cursor: pointer;
}

#arAddReportBtn {
    position: relative;
}

.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
.row, .col-sm-3 { margin-bottom: 5px; }
.accordion-toggle:focus {
    outline: none;
}
.form-group, .arFacInputGroup, #arEditName {
    margin-bottom: 5px;
}
#arApp {
    margin-top: 10px;
}
#arAddAttribute, #arAddCondition {
    margin-top: 72px;
}
.arAttribute, .arCondition {
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 4px;
    width: 100%;
}

#arAddAttributeBox, #arAddConditionBox {
    margin: 5px;
    border: 1px dashed #ccc;
    border-radius: 6px;
    padding: 4px;
    width: 100%;
    text-align: center;
    height: 194px;
}

.arReportTitle {
    margin-top: 5px;
}
#arAppLoading, #arMenuLoading, #arCondListLoading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    z-index: 3000;
}
#arAppLoading {
    position: absolute;
}
#arMenuLoading {
    position: relative;
}
#arCondListLoading {
    margin: -4px;
    position: absolute;
    border-radius: 6px;
}
#arCondListLoading img {
    position: absolute;
    margin-top: -25px;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -25px;
}
#arMenuLoading img {
    margin-top: 100%;
    display: inline-block;
}

#arReportSaved {
    position: absolute;
    display: block;
    height: 200vh;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    z-index: 3000;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
#arReportSaved span {
    margin-top: 25%;
}
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
#arSearch {
    margin: 5px 0px;
}
.arOwnerText {
    font-size: 1em;
    color: darkgray;
    margin-top: 20px;
}

.publishBtn {
    margin-top: 12px; 
    margin-left: 10px;
}

.arGridTopControls {
    margin-bottom: 10px;
}

.arGridInfo {
    clear: both;
    white-space: nowrap;
    color: #333;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}

.arToggleFilters {
    top: 3px;
    font-size: 20px;
}

.arCopy {
    top: 3px;
    font-size: 20px;
}

.arToggleFavorite {
    top: 3px;
    font-size: 20px;
}

.dashboardPublishModal {
    z-index: 5005 !important;
}

.dashboardPublishBackdrop {
    z-index: 5004 !important;
}

.arHighchartsModal {
    z-index: 5005 !important;
}

.arHighchartsModalBackdrop {
    z-index: 5004 !important;
}

.arHighchartsModal .modal-dialog {
    width: 90%;
    height: 85vh;
}

.arHighchartsModal .modal-body {
    width: 100%;
    height: 85vh;
}

.arHighchartsModal #chartModal {
    height: 100%;
}

.disabledReport {
    cursor: not-allowed;
    color: grey;
}

.disabledButton, .disabledButton:hover {
    cursor: not-allowed;
    background-color: grey !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.auto-refresh.active, .auto-refresh.active:hover{
    background-image: none;
    background-color: rgb(128, 128, 245);
    border-color: #5328df;
    text-shadow: 0 -1px 0 #927afe;
    color: #333;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}