

.WindowsBusyCenter {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    z-index: 10000;
}

.SystemLogo {
    position: relative;
    top: 5px;
    left: 20px;
    z-index: 1000;
}

.SystemAgentLogo {
    position: fixed;
    top: 5px;
    left: 50px;
    z-index: 1000;
}

.InternalCallsTable {
    height: 800px !important;
    overflow-x: auto;
    overflow-y: auto;
    scrollbar-width:thin;
}

    .InternalCallsTable table {
        border-spacing: 0;
    }

    .InternalCallsTable table > tbody > tr > th {
        top: 0; /*Do not remove*/
        position: sticky ;
        z-index: 2000;
        background-color: #CDE0DE;
        padding: 10px 0px;
        color: darkblue;
        text-align: center;
    }

    .InternalCallsTable a {
        color: darkblue;
    }


    .InternalCallsTable table > tbody > tr > td {
        z-index: 1;
        padding: 3px 0 3px 0;
    }

.LeftBar {
    background-color: black !important;
    vertical-align: top;
    padding-top: 100px;
    height:100% !important;
}

.RightBar {
    vertical-align: top !important;
    width:100% !important;
    padding-top:10px !important;
}

@media screen and (min-width: 0px) and (max-width: 1000px) {
    .LeftBarShowHide {
        display: none;
    }

}

@media screen and (min-width: 1001px) and (max-width: 3000px) {
    .LeftBarShowHide {
        display:block;
    }

}

