﻿body {
    height: 100%;
    width: 100%;
    background-color: gray;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /*padding-top: 1.5rem; comment by mpm at 20231018*/
}

.scroll-content {
    overflow-y: auto;
    width: 100%;
}



#load {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    /*background: url("../../Content/img/ajax-loader.gif") no-repeat center center rgba(0,0,0,0.25);*/
    background: url('../img/ajax-loader.gif') no-repeat center center rgba(0,0,0,0.25);
    ;
}




.badge-info {
    /*background-color: #007bff;*/
    background-color: whitesmoke;
    color: black;
}


.decimalAlign {
    text-align: right;
}

.child-opener-image {
    cursor: pointer;
}


.child-opener-image {
    opacity: 0.5;
}

    .child-opener-image:hover {
        opacity: 0.8;
    }


.child-opener-image-column {
    text-align: center;
}



.menu_title {
    color: whitesmoke;
    background-color: darkblue;
    font-weight: bold;
    text-align: center;
}

.ui-widget-overlay {
    background: darkgray;
    opacity: .6;
}

/*.btn {
    padding: 0.375rem 0px;
}*/


.ui-widget.ui-widget-content {
    border-color: #003eff;
}



.ui-dialog-title {
    white-space: pre-wrap !important;
}

.ui-dialog .ui-dialog-content {
    padding: 1em 1em;
}

.ajax-file-upload-statusbar {
    width: 100% !important;
    height: 160px !important;
}

    .ajax-file-upload-statusbar > img {
        width: 80px !important;
        height: 80px !important;
    }

.ajax-file-upload-progress {
    width: 100px !important;
}

.linewrapper {
    display: flex;
    align-items: baseline;
}

.middle {
    border-bottom: 2px dotted;
    /*border-color:#ff5112;*/
    flex-grow: 1;
    margin: 0 4px;
}

/*.jtable-bottom-panel {
    width: max-content;
}*/

.clone-column-table-wrap {
    /*display: none;*/
}



.display_st {
    /*display: flex !important;*/
}

.hide_st {
    display: none !important;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: gray;
    color: white;
    text-align: center;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    /*overflow-x: hidden;*/
    /*max-width: 200px;*/
    /* add padding to account for vertical scrollbar */
    padding-right: 5px;
    /*Some times the autocomplete is not shown front, it hides in background so it is reset.*/
    z-index: 10000;
    position: fixed;
}


/* Rules for sizing the icon. */
.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

    .material-icons.md-dark.md-inactive {
        color: rgba(0, 0, 0, 0.26);
    }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

    .material-icons.md-light.md-inactive {
        color: rgba(255, 255, 255, 0.3);
    }

.ui-menu-item {
    white-space: normal !important;
}

.clone-head-table-wrap {
    /*top: 45px !important; no navbar fixed so no need.*/
}


.navbar-brand {
    /*font-size: 1.25rem;*/
    font-size: 1rem;
}

.navbar-toggler-icon {
    /*provided by mpm at 20231018*/
    font-size: 0.8em;
}

.navbar-toggler {
    /*provided by mpm at 14:33 18-10-2023*/
    border: 0em;
}
