.page-grid {
    margin-top: 3px;
}

body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: #f8f9fa;
}

body::-webkit-scrollbar-track {
    background: #f8f9fa;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #bec0c0;
}

.map {
    width: 100%;
    height: 600px;
}

.mapModal {
    width: 100%;
    height: 400px;
}

.form-control-sm2 {
    height: calc(1.5em + .5rem + 0.2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.label-user {
    font-size: 10px;
}

.label-title {
    font-size: 15px;
}

.infoWindow::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    background: #f8f9fa;
}

.infoWindow::-webkit-scrollbar-track {
    background: #f8f9fa;
}

.infoWindow::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #bec0c0;
}

.mb-align {
    margin-top: 25px;
}

.btn-options {
    width: 40px;
}

.grid-list {
    height: 650px;
}

.h-description {
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.h-description::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    background: #f8f9fa;
}

.h-description::-webkit-scrollbar-track {
    background: #f8f9fa;
}

.h-description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: transparent;
}

.h-description:hover::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #bec0c0;
}

.h-files {
    height: 200px;
    overflow-x: hidden !important;
}

.h-files-list {
    height: 200px;
}

.h-images {
    height: 200px;
    overflow-x: hidden !important;
}

.h-charts {
    height: 200px;
}

.hover:hover {
    background-color: #ffffff;
    border-radius: 10px;
}

.img-icon {
    height: 20px;
    width: 20px;
}

.img-upload {
    height: 50px;
    width: 50px;
}

.on-click,
.file-select,
.header-clickable {
    cursor: pointer;
}

.unavailable {
    background-color: transparent;
}

.no-select-text {
    user-select: none;
}

.btn-width {
    width: 100px;
}

.btn-form {
    display: none;
}

.btn-circle {
    border-radius: 15px;
}

.btn-expand {
    position: absolute;
    z-index: 100;
    left: -20px;
}

.workflow-area,
.table-historic,
.table-import {
    overflow: scroll;
    height: 450px;
    width: 100%;
    border-collapse: collapse;
}

.workflow-area::-webkit-scrollbar,
.table-historic::-webkit-scrollbar,
.table-import::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: #ffffff;
}

.workflow-area::-webkit-scrollbar-track,
.table-historic::-webkit-scrollbar-track,
.table-import::-webkit-scrollbar-track {
    background: #f8f9fa;
}

.workflow-area::-webkit-scrollbar-thumb,
.table-historic::-webkit-scrollbar-thumb,
.table-import::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #17a2b8;
}

.table-header-fixed thead th {
    position: sticky;
    top: 0;
    text-align: center;
    font-size: 12px;
}

.nowrap {
    white-space: nowrap;
}

.table-cell {
    width: 25%;
}

#table_historic td:not(.ignore_css),
#table_historic th:not(.ignore_css),
#table_import td:not(.ignore_css),
#table_import th:not(.ignore_css) {
    min-width: 200px;
    max-width: 200px;
}

#table_historic td:not(.ignore_css):hover,
#table_historic th:not(.ignore_css):hover,
#table_import td:not(.ignore_css):hover,
#table_import th:not(.ignore_css):hover {
    min-width: 400px;
    max-width: 400px;
}

.table-import-join {
    overflow-x: hidden;
}

.table-import-join-header {
    background-color: white;
}

.login-grid {
    margin-top: -30px;
}

.login-grid div {
    height: 40px;
    font-size: 15px;
}

.login-grid img {
    width: 30px;
    height: 30px;
}

.workflow-grid {
    width: 1650px;
}

.workflow-card {
    float: left;
    width: 400px;
}

.workflow-detail {
    height: 700px;
}

.list-item-workflow {
    height: 375px;
    overflow-y: scroll;
}