
.wrapper {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    position: absolute;
}

.main-header {
    top: 0px;
    position: fixed;
    right: 0;
    left: 0;
}

.table {
    margin-bottom: 0px
}

.navbar-apriso {
    background-color: #005386;
}

.main-footer {
    background: #fff;
    padding: 3px;
    color: #444;
    border-top: 1px solid #d2d6de;
}

#the-canvas {
    border: 1px solid black;
    direction: ltr;
}

.dataTables tbody tr {
    min-height: 25px; /* or whatever height you need to make them all consistent */
    max-height: 25px; /* or whatever height you need to make them all consistent */
}

.form-group {
    margin-bottom: 10px;
}

table.dataTable.stripe tbody tr.odd:hover,
table.dataTable tbody tr:hover {
    background-color: #71d1eb !important;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    display: none;
}

.visible-false {
    display: none;
}

.visible-true {
    display: block;
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 13.5px;
}

.GridAltRowClass {
    background-color: #CCC;
    background-image: none;
}

.select2-container {
    width: 100%;
}

.select2-selection .select2-selection--single {
    height: 40px;
}

.opacity-box {
    opacity: 0.6;
}

.drop-select2-small {
    width: 300px !important;
}

.drop-select2-medium {
    width: 400px !important;
}

.drop-select2-large {
    width: 500px !important;
}

.center-block-img {
    vertical-align: middle;
    display: inline-block;
}

.modal {
}

.nav-sidebar .nav-item > .nav-link {
    margin-bottom: .1rem;
}

.modal-dialog-full-width {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

.modal-content-full-width {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    /*background-color: #ececec !important;*/
    margin: 0 !important;
    padding: 0 !important;
}

.modal-header-full-width {
    border-bottom: 1px solid #9ea2a2 !important;
}

.modal-footer-full-width {
    border-top: 1px solid #9ea2a2 !important;
}

.invalid-data {
    border:1px solid red;
}
.layout-fixed .wrapper .sidebar {
    height: calc(100vh - (92px + 3.5rem + 1px));
}
.nav-sidebar .nav-item > .nav-link {
    position: relative;
    height: 30px;
}
.center-homeos-modal {
    display: table-cell;
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
