.hidden{ display:none; }


.nav-link {
    cursor: pointer;
}

#loading-div-background 
{
    display:none;
    position:fixed;
    top:0;
    left:0;
    background:black;
    width:100%;
    height:100%;
}

#loading-div
{
    background-color: #f00;
    text-align:center;
    position:absolute;
    left: 50%;
    top: 50%;
    margin-left:-150px;
    margin-top: -100px;
}

.loadingscrn {
    background-color: transparent;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 100px 0;
    font-size: 1.3em;
}

.loadingscrn img {
    padding: 20px;
    width: 100px;
}


#jsgrideditfieldlist, #jsgrideditfieldlistavailable{
    border: 1px solid #eee;
    width: 142px;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
}
#jsgrideditfieldlist li, #jsgrideditfieldlistavailable li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    width: 120px;
}

.jsgrideditViewLists ul { 
    min-width: 300px;
    max-width: 550px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jsgrideditViewLists li {
    min-width: 200px;
    max-width: 550px;
    background: white;
    position:relative; 
    margin: 1em 0; 
    padding: 1em; 
    border: 1px solid gray;
    list-style: none;
}
.jsgrideditViewLists li .handle { background: #f8f8f8; position: absolute; left: 0; top: 0; bottom: 0; padding:8px;}
.jsgrideditViewLists .ui-selecting { background: #eee; }
.jsgrideditViewLists .ui-selecting .handle { background: #ddd; }
.jsgrideditViewLists .ui-selected { background: #D4EFDF; }
.jsgrideditViewLists .ui-selected .handle { background: #cde; }
#jsgrideditview .column {
    display: inline; 
    float: left;
    min-width: 250px;
    max-width: 350px;
    min-height: 50px;
}
tr.highlight td.jsgrid-cell {
    background-color: #ffffb3;
    background-image: none; 
}




.jsgrid-cancel-edit-button { background-position: 0 0; width: 16px; height: 16px; }
.jsgrid-clear-filter-button { background-position: 0 -40px; width: 16px; height: 16px; }
.jsgrid-delete-button { background-position: 0 -80px; width: 16px; height: 16px; }
.jsgrid-edit-button { background-position: 0 -120px; width: 16px; height: 16px; }
.jsgrid-insert-mode-button { background-position: 0 -160px; width: 24px; height: 24px; }
.jsgrid-insert-button { background-position: 0 -208px; width: 16px; height: 16px; }
.jsgrid-search-mode-button { background-position: 0 -248px; width: 24px; height: 24px; }
.jsgrid-search-button { background-position: 0 -296px; width: 16px; height: 16px; }
.jsgrid-update-button { background-position: 0 -336px; width: 16px; height: 16px; }



.ui-dialog {
    font-family: inherit;
}

.ui-widget {
    font-family: inherit;
    border-radius: 4px;
    font-size: 1em;
    margin: 60px 0 30px 0;
    z-index: 9999 !important;
}

.ui-widget-content {
    background: #fff;
}

.ui-corner-all {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-radius: 0px;
}

.ui-widget-header {
    border: 0px;
    border-bottom: 1px solid #aaa;
    background: #fff;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.6rem;
}

.ui-widget button {
    font-family: inherit;
    font-size: inherit;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 2px 0 0 0;
}

.ui-dialog-titlebar-close {
    border: 0px;
    background: none;
}

.ui-widget-content .form-control-plaintext{
    padding: 0px;
}

span.reducebreak {
    line-height: 5px;
    display: block;
}

span.nobreak {
    line-height: 0px;
    display: block;
}

.width500 {
    width: 540px;
}

.width800 {
    width: 800px;
}

#jsgrideditfieldlist, #jsgrideditfieldlistavailable {
    border: 0px;
}

#jsgrideditfieldlist li, #jsgrideditfieldlistavailable li {
    padding: 5px 5px 5px 35px;
    cursor: pointer;
    font-size: 1em;
    width: 300px;
}


.jsgrid-header-scrollbar {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.jsgrid-grid-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.jsgrid-pager {
    text-align: center;
}

.jsgrid-header-cell {
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 600;
}

.jsgrid {
    font-size: 0.9rem;
}

.bg-dark {
    background-color: #2c3e50 !important;
}

.sb-sidenav-dark {
    background-color: #1abc9c !important;
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link, .sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-heading, .sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-nav-link-icon {
    color: #f8f9fc !important;
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link:hover {
    color: #2c3e50 !important;
}


body {
    color: #212529;
}

.btn-warning {
    color: #212529;
}


.numberboxwrapper {
    min-width: 250px;
    display: inline-block;
    text-align: center;
    border: 0px solid #f00;
    margin: 10px 20px 10px 20px;
    vertical-align: top;
    //color: #9d09a2;
    color: #2c3e50;
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
}

.numberboxwrapper .numberbox {
    height: 250px;
    line-height: 250px;
    font-size: 4rem;
    padding: 0 15px;
    border: 2px solid #1abc9c;
    margin-bottom: 5px;
    border-radius: 4px;
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

/*this code makes side nav auto hide on mobile on off-click of nav area*/
@media (max-width: 992px) {
    .sb-sidenav-toggled #sidebarToggle::before {
        content: '';
        position: fixed;
        display: block;
        z-index: 0;
        top: 0;
        left: 225px;
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 992px) {
    .container, .container-fluid {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

body {
    font-size: 100%
}