﻿
.bg-blue-dark-header {
    background-color: #002B49 !important;
    color: #fff !important;
}

.bg-Lightblue-dark-header {
    background-color: #002B49 !important;
    color: #fff !important;
}

.cursor {
    cursor: pointer !important;
}

.lable-none {
    display: inherit;
}

.new-alert-success {
    color: #135d3b;
    background-color: #dcf3e8;
    border-color: #36b97d;
}

.new-alert-warning {
    color: #7f4624;
    background-color: #fdece1;
    border-color: #f69055;
}

.datatable-footer {
    padding: 0.5rem 1.25rem 0.5rem 1.25rem;
}

    .datatable-footer .dataTables_info {
        margin-bottom: 0rem !important;
    }

    .datatable-footer .dataTables_paginate {
        margin-bottom: 0rem !important;
    }

    .datatable-footer .dataTables_length {
        margin-bottom: 0rem !important;
    }

    .datatable-footer .page-item .active a {
        color: #9ea2ab !important;
        background-color: #9ea2ab !important;
        border-color: #9ea2ab !important;
    }

.dataTable {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

/*.table > :not(caption) > * > * {
    padding: 0.4rem !important;
}*/

.datatable-footer .active > .page-link, .page-link.active {
    background-color: #9ea2ab !important;
    color: #fff !important;
    border-color: #9ea2ab !important;
}

.CustomLoader {
    display: grid;
    text-align: center;
    place-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #00000082;*/
    z-index: 9999;
}

    .CustomLoader .CustomLoader_container {
        display: grid;
        grid-template-columns: repeat(1, 160px);
        grid-gap: 40px;
        margin: auto 0;
    }

        .CustomLoader .CustomLoader_container .box {
            width: 100%;
        }

            .CustomLoader .CustomLoader_container .box h2 {
                display: block;
                text-align: center;
                color: #da853d;
            }

            .CustomLoader .CustomLoader_container .box canvas {
                position: absolute;
                top: 0;
                left: 50%;
                width: 100%;
                width: 100%;
            }

.CustomLoginLoader {
    display: block;
    text-align: center;
    place-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000082;
    z-index: 9999;
}

    /*.row {
    display: flex;
    flex-wrap: wrap;
}

.column {
    flex: 1;
    margin: 10px;
}

@media screen and (min-width: 768px) {
    .column {
        flex: 1 1 calc(33.33% - 20px);
    }
}*/
#right-sidebar {
    position: fixed;
    right: 0;
    top: 63px;
    width: 300px;
    max-width: 300px;
    /*height: calc(100% - 50px);*/
    display: none;
    display: block;
}

#right-sidebar-search {
    padding-bottom: 1px;
    padding-top: 1px;
}

#dashboard-row {
    display: flex;
    margin-top: -23px;
    height: 100%;
    --gutter-x:15px;
}

/*#newinq-hstack{
    padding-top:-20px;
}*/

.card-text{
    /*margin-bottom:50px;*/
    margin-top:-20px;
}
.card-title {
    margin-bottom:20px;
}

.custom-padding{
    margin-top:-10px;
}

.custom-rounded {
    border-radius: 5px !important;
}

.dashboard-card-header {
    height: 33px;
    font-size: 15px;
}
.newinq-robin-button{
    height:25px;
    width:25px;
}

.hstack {
    margin-top: 5px;
}
#accinq-hstack{
    margin-top:-10px;
}

.robin-id-badge{
    max-width:60px;
}

.vstack-newinq{
    margin-top:-10px;
}

.parent-click {
    position: relative;
}
.click-icon{
    position:absolute;
    right:0;
    bottom:0;
}
#dashboard-partial-view{
    display:contents;
}

.ActivityTypeColour {
    color: #00ccff;
}

.ActivityTextColour {
    color: burlywood;
}
.mt-2rem {
    margin-top: 0.2rem !important;
}
#dashboard-partial-view {
    display: contents;
}


