body {
    padding-top: 5rem;
    background: transparent !important;
}

.modal-backdrop {
    background-color: #ffffffaa;
}

.loading-background-color {
    z-index: 10000;
}

.rz-column-title-content {
    line-height: 1.3rem;
}

td {
    vertical-align: top;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Open Sans";
    font-size: 14px;
}

.h1, h1 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #01306F;
    outline: none !important;
}

body.dark .h1, body.dark h1 {
    color: #ddd;
}

.h2, h2 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #01306F;
}

body.dark .h2, body.dark h2 {
    color: #ddd;
}

.h3, h3 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #01306F;
}

body.dark .h3, body.dark h3 {
    color: #ddd;
}

.h4, h4 {
    font-size: 1.2rem;
    /*font-weight: bold;*/
    color: #01306F;
}

body.dark .h4, body.dark h4 {
    color: #ddd;
}

.h5, h5 {
    font-size: 1.0rem;
    font-weight: bold;
    color: #01306F;
}

body.dark .h5, body.dark h5 {
    color: #ddd;
}

.btn {
    font-size: 1.0rem;
    cursor: pointer;
}

html, body {
    height: 100%;
}


.fontSize20 {
    font-size: 2rem;
}

.fontSize15 {
    font-size: 1.5rem;
}

.fontSize13 {
    font-size: 1.3rem;
}

.fontSize12 {
    font-size: 1.2rem;
}

.fontSize11 {
    font-size: 1.1rem;
}

.fontSize09 {
    font-size: 0.9rem;
}

.fontSize08 {
    font-size: 0.8rem;
}

.fontSize07 {
    font-size: 0.7rem;
}

.fontSize06 {
    font-size: 0.6rem;
}

.font-weight-bold {
    font-weight:bold;
}

.maxWidth100 {
    max-width: 100px;
}

.maxWidth150 {
    max-width: 150px;
}

.maxWidth200 {
    max-width: 200px;
}

.maxWidth300 {
    max-width: 300px;
}

.maxWidth400 {
    max-width: 400px;
}

.maxWidth600 {
    max-width: 600px;
}

.maxWidth800 {
    max-width: 800px;
}

.maxWidth1000 {
    max-width: 1000px;
}

.maxWidth1200 {
    max-width: 1200px;
}


.maxWidth1400 {
    max-width: 1400px;
}

.maxWidth1600 {
    max-width: 1600px;
}

.minWidth100 {
    min-width: 100px;
}

.minWidth200 {
    min-width: 200px;
}

.minWidth300 {
    min-width: 300px;
}

.minWidth400 {
    min-width: 400px;
}

.minWidth600 {
    min-width: 600px;
}

.minWidth800 {
    min-width: 800px;
}

.minWidth1000 {
    min-width: 1000px;
}

.maxHeight100 {
    max-height: 100px;
}

.maxHeight200 {
    max-height: 200px;
}

.maxHeight300 {
    max-height: 300px;
}

.maxHeight400 {
    max-height: 400px;
}

.maxHeight600 {
    max-height: 600px;
}

.maxHeight800 {
    max-height: 800px;
}

.maxHeight1000 {
    max-height: 1000px;
}

.minHeight100 {
    min-height: 100px;
}

.minHeight200 {
    min-height: 200px;
}

.minHeight300 {
    min-height: 300px;
}

.minHeight400 {
    min-height: 400px;
}

.minHeight600 {
    min-height: 600px;
}

.minHeight800 {
    min-height: 800px;
}

.minHeight1000 {
    min-height: 1000px;
}

.dashboardCard {
    width: 250px;
    height: 100%;
}

#components-reconnect-modal {
    z-index: 3;
}

.w-20 {
    width: 19.5%
}

.w-33 {
    width: 32.5%
}

.pre-wrap {
    white-space: pre-wrap;
}

.rz-fileupload-buttonbar {
    background-color: transparent !important;
}

.rz-selectable tbody tr.rz-data-row:hover:not(.rz-state-highlight) > td {
    cursor: pointer;
}

.rz-form-field.rz-state-disabled :not(.rz-button):disabled {
    background-color: #e9ecef !important;
    opacity: 1;
}

.overflow-y {
    overflow-y: auto;
    overflow-x: hidden;
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: none !important;
}
.border-right-0 {
    border-right: none !important;
}
.border-left-0 {
    border-left: none !important;
}
.border-bottom-0 {
    border-bottom: none !important;
}

.border {
    border-radius: 4px;
}

.documentContainer {
    width: 200px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 20px;
}

.textLightGray{
    color:lightgray;
}