/* 
    Created on : Sep 2, 2019, 9:49:58 PM
    Author     : Anvaya
*/
.form-group:has('input.inline-field'){
    display: inline-block;
}

.inline-number input {
    display: inline-block;
}

.jqx-menu-wrapper{
    z-index: 2000 !important;
}

.modal-dialog{
    max-height: 100%;
    overflow: auto;
}

.col-grid-3 .sonata-ba-collapsed-fields {
    display: grid;
    grid-template-columns: repeat(3, 31%);
    grid-column-gap: 10px;
}

.table-fixed thead {
    width: 97%;
}
.table-fixed tbody {
    max-height: 230px;
    overflow-y: auto;
    width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
    float: left;
    border-bottom-width: 0;
}

.table-fixed tbody tr {
    clear: both;
}

/*
body > div.wrapper > div.content-wrapper{
    background-color: #304;
}

.skin-black .main-sidebar{
    background-color: #314;
}*/

.skin-black .main-sidebar {
    background-color: darkslategray;
}

body.login-page{
    background-color: darkslategray;
}

.login-logo span{
    font-weight: 700;
    color: #ddd;
}