.container {
    min-width: 98%;
    max-width: unset !important;
}

.equipment .title {
    font-weight: bold;
    font-size: 2.1875rem;
    color: #022743;
    margin-bottom: 9px;
    display: block;
    text-align: center;
    width: 100%;
}

.equipment .right {
    display: flex;
}

.outer-frame {
    border: 1px solid #d7def1;
    border-radius: 3px;
    margin-bottom: 16px;
    background-color: white;
    border-top: none;
    position: relative;
    flex-grow: 1;
}

.top-border {
    border-top: 1px solid #d7def1 !important;
}

.bottom-border {
    border-bottom: 1px solid #d7def1 !important;
}

.no-top-border {
    border-top: none !important;
}

.no-bottom-border {
    border-bottom: none !important;
}

.outer-frame.transparent {
    background-color: transparent;
    border: none;
}

.no-right-border {
    border-right: none !important;
}

.right-border {
    border-right: 1px solid #d7def1 !important;
}

.colored .right-border {
    border-right: 1px solid white !important;
}

.x-border {
    border-right: 1px solid #d7def1 !important;
    border-left: 1px solid #d7def1 !important;
}

.eq-list {
    overflow: auto;
    border: 1px solid #d7def1;
    border-radius: 3px;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    margin: 10px;
}

.eq-list.borderless {
    border: none;
}

.eq-list.borderless.max-height {
    display: flex;
    flex-flow: column;
}

.eq-list.borderless .row {
    border-bottom: none;
    width: 100%;
}

.eq-list::-webkit-scrollbar-track {
    background: white;
}

.eq-list .row {
    margin: auto;
    border-bottom: 1px solid #d7def1;
    position: relative;
    flex-wrap: nowrap;
}

.eq-list .row:hover {
    background-color: #edeff5;
}

.eq-list .no-hover:hover {
    background-color: unset;
}

.cell {
    position: relative;
    display: flex;
    align-items: center;
}

.equipment .eq-list .cell {
    min-height: 45px;
}

.full-width.cell {
    width: 100% !important;
}

.eq-title {
    border-right: 1px solid #d7def1;
    position: relative;
    width: 300px;
    padding: 12px;
    color: #022743;
    display: flex;
    align-items: center;
}

.expandable {
    cursor: pointer;
}

.expandable:hover {
    color: #045baa;
}

.warning-message {
    color: #e33b3b;
    margin-right: auto;
    margin-left: 12px;
    display: flex;
    flex-wrap: wrap;
    width: 30% !important;
}

.warning-message .subdiv {
    margin-left: 8px;
}

.warning-message span {
    margin-left: 8px;
}

.edit-btn {
    padding-left: 7px;
    padding-right: 7px;
    border: 1px solid;
    border-color: #d7def1;
    color: #022743; 
}

.edit-btn:hover {
    background-color: #022743;
    color: white;
}

.checkbox-cell {
    text-align: center;
    padding: 13px;
    border-left: solid 1px #d7def1;
}

input[type=checkbox] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
}

.eq-title .caret-right, .tank-tooltip .caret-right {
    display: inline-block;
    border-left: 6px solid #04355b;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: -26px;
    top: 3px;
}

.tank-tooltip .caret-right {
    right: -6px;
    top: 3px;
    border-left: 6px solid rgba(2, 39, 66, 0.8);
    left: unset;
}

.caret-top {
    border-bottom: 6px solid #04355b;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.caret-bottom {
    border-top: 6px solid #04355b;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.eq-header {
    width: 100%;
    flex-wrap: nowrap;
    padding-left: 10px;
    padding-right: 21px;
    border: 1px solid #d7def1;
    margin-left: auto;
    margin-right: auto;
    filter: drop-shadow(0 6px 3px rgba(0, 0, 0, 0.16));
    border-bottom: none;
    background-color: white;
    z-index: 1;
}

.eq-header.no-shadow {
    filter: none;
    border-bottom: 1px solid #d7def1;
    border-left: none;
    border-right: none;
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.2);
    clip-path: inset(0px -15px 0px -15px);
}

.header-title {
    font-size: 1.25rem;
    padding-left: 50px;
    padding-top: 10px;
    font-weight: 500;
    height: 51px;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    border-right: none;
}

.tool-header-title {
    font-size: 1.25rem;
    justify-content: center;
    font-weight: 500;
    height: 51px;
    width: 150px;
    border-right: none;
}

.eq-header-btn {
    font-weight: 600;
    padding-left: 16px;
    padding-right: 16px;
}

.eq-header .checkbox-cell {
    border: none;
    padding-left: 15px;
}

.search-section {
    display: flex;
}

.search-fld {
    height: 28px;
    width: 230px;
    color: #054178;
    border: 1px solid #045baa;
    border-radius: 3px;
    font-size: 1.125rem;
    background-color: white;
    margin: 5px;
    background-image: url('../img/search_square_light.svg');
    background-size: 28px;
    background-repeat: no-repeat;
    background-position-x: left;
    padding-left: 36px;
    transition: all 0.3s ease;
}

/*hiding the search field arrows*/
.search-fld::-webkit-outer-spin-button, .search-fld::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.search-fld[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.search-fld:focus {
    border: 1px solid #045baa;
}

.button-row {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    flex-flow: wrap;
    align-items: center;
}

.button-row .standard-btn {
    margin: 5px;
}

.eq-name {
    margin-left: 35px;
    position: relative;
}

.eq-dropdown, .month-selector, .date-selector, .standard-selector {
    height: 28px;
    width: 200px;
    color: #054178;
    border-color: #045baa;
    font-size: 1.125rem;
    background-color: white;
    border-radius: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 18px;
}

.date-selector {
    border: 1px solid #054178;
    padding-left: 8px;
    padding-right: 4px;
    padding-top: 2px;
}

.numeric-selector {
    width: 80px;
}

.month-selector {
    width: 110px;
    margin-right: 5px;
}

.month-select-form {
    display: flex;
    align-items: center;
    margin: 0;
}

.eq-dropdown:focus {
    box-shadow: none;
    border-color: #045baa;
    color: #054178;
}

.eq-dropdown:focus-visible {
    box-shadow: none;
    border-color: #045baa;
    color: #054178;
    outline: none;
}

.eq-dropdow .dropdown-toggle::after {
    border-color: #045baa;
}

.filters .select-container {
    margin-right: 8px;
}

.bottom-btn {
    width: 147px;
    border: 1px solid;
    border-color: #054178;
    color: #054178;
    padding: 5px;
}

.bottom-btn:hover {
    background-color: #054178;
    color: white;
    border: none;
}

.menu-buttons {
    display: flex;
}

.txt-element.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.filters {
    display: flex;
    flex-flow: wrap;
    margin-right: auto;
}

.dates-selector {
    display: flex;
    margin-right: 20px;
    align-items: center;
}

.custom-pagination {
    display: flex;
    width: 100%;
}

.p-links {
    display: flex;
}

.pagination {
    margin: 0;
}

.pagination li {
    display: block;
    width: 24px;
    height: 25px;
    padding: 2px;
    text-align: center;
    border-top: 1px solid #edeff5;
    border-bottom: 1px solid #edeff5;
    background-color: white;
}

.dcm-date {
    padding: 3px;
    padding-right: 15px;
}

.custom-pagination .txt-element {
    width: fit-content;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 0.9rem;
    color: #045baa;
    border-top: none;
    height: 25px;
    background-color: unset;
    border-bottom: none;
    padding-top: 4px;
}

.custom-pagination .txt-element:hover {
    background-color: unset;
}

.custom-pagination .txt-element a {
    color: #045baa;
}

.custom-pagination .txt-element a:hover{
    color: #022743;
}

.pagination .first-element {
    border-left: 1px solid #edeff5;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination .last-element {
    border-right: 1px solid #edeff5;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pagination li a {
    color: #022743;
}

.pagination li:hover {
    background-color: #d7def1;
    color: #022743;
}

.pagination .active {
    border-top: 1px solid #edeff5;
    border-bottom: 1px solid #edeff5;
    background-color: #045baa;
    color: white;
}

.custom-link a {
    color: #045baa;
}

.custom-link a:hover {
    color: #022743
}

.custom-link.txt-element {
    padding: 2px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 4px;
}

.eq-panel {
    background-color: #d7def1;
}

.eq-panel .chart-container {
    position: relative;
}

.panel-column {
   position: relative;
   padding: 8px;
   padding-bottom: 0;
   padding-top: 16px;
   width: 33.33%;
}

.s-panel {
    width: 100%;
    height: 212px;
    display: block;
    background-color: white;
    border-radius: 3px;
    position: relative;
    margin-bottom: 16px;
}

.l-panel {
    width: 100%;
    height: 439px;
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 3px;
    margin-bottom: 16px;
}

.panel-title {
    display: flex;
    position: relative;
    margin-bottom: 26px;
    border-bottom: solid;
    width: 100%;
    border-color: #d7def1;
    text-align: left;
    padding-left: 36px;
    height: 60px;
    font-size: 1.375rem;
    padding-top: 28px;
    color: #045baa;
    font-weight: bold;
    line-height: 5px;
}

.due-list {
    list-style-type: none;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    padding-left: 0px;
}

.due-list li {
    font-size: 0.875rem;
    margin-bottom: 17px;
    font-weight: bold;
    text-align: left;
    margin-left: 15%;
    margin-right: 15%;
    display: flex;
}

li .due {
    margin-left: auto;
}

.dot {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: 5px;
}

.center-text {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
}

.center-value {
    font-size: 2.25rem;
    line-height: 2.25rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.center-value-text {
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15%;
    padding-right: 15%;   
}

.percent-text {
    font-size: 1rem;
    margin-bottom: 0;
}

.legend {
    display: block;
    margin: auto;
    font-weight: bold;
    margin-left: 35px;
}

.colors {
    display: flex;
}

.inner-panel {
    display: flex;
    height: calc(100% - 60px);
}

.s-panel.utilization .panel-title{
    margin-bottom: 0px;
}

.open-items .panel-title{
    margin-bottom: 0px;
}

.items-text {
    font-size: 0.8125rem;
}

.oldest {
    margin-left: 17px;
}

.legend-value {
    margin-left: auto;
    font-weight: normal;
}

.oi-legend {
    width: 33%;
}

.ac-inner-panel {
    display: flex;
    position: relative;
}

.lg-legend {
    display: flex;
    width: 175px;
    margin-left: auto;
    margin-right: 7%;
    font-size: 0.8rem;
    line-height: 10px;
}

.ac-chart-container {
    width: 60%;
    height: 112px;
    margin: auto;
    position: relative;
    padding-right: 15px;
    margin-top: -18px;
}

.eq-list .submenu-toggle {
    display: inline-block;
    height: 28px;
    width: 38px;
    border-radius: 3px;
    background-color: #054178;
    position: relative;
    margin-right: 8px;
    background-image: url('../img/eq_submenu.svg');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.eq-list .submenu-toggle.active {
    background-image: url('../img/eq_submenu_active.svg');
}

.eq-list .submenu-toggle:hover {
    background-image: url('../img/eq_submenu_active.svg');
}

.eq-submenu{
    border: 1px solid #045baa;
    border-radius: 3px;
    display: none;
    text-align: center;
    position: absolute;
    background-color: #f8f8fb;
    -webkit-animation: appear 0.7s;
    animation: appear 0.7s;
    z-index: 500;
    top: 8px;
    left: -5px;
    transform: translate(-100%, 0);
}

.eq-submenu.active {
    display: flex;
}

.eq-submenu a, .blue-text {
    color: #054178;
}

.eq-submenu ul {
    list-style-type: none;
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    white-space: nowrap;
}

.eq-submenu li {
    padding-left: 10px;
    padding-right: 10px;
    color: #054178;
    cursor: pointer;
}

.eq-submenu li:hover {
    background-color: #edeff5;
}

.eq-submenu li.active {
    background-color: #045baa;
}

.eq-submenu li.active >* {
    color: #f8f8fb;
}

.mgmt-submenu {
    top: 29px;
    font-weight: 600;
    text-align: left !important;
    width: -moz-fit-content;
    width: fit-content;
    right: 0;
    transform: translate(5%, 0);
}

.submenu-container {
    position: relative;
}

.btn-with-icon {
    background-repeat: no-repeat;
    background-size: 16px;
    text-align: left;
    padding-left: 14px;
    cursor: pointer;
    padding-right: 35px;
    background-position: calc(100% - 10px);
    white-space: nowrap;
}

#reports-btn {
    background-image: url('../img/reports.svg');
}

#records-btn {
    background-image: url('../img/records.svg');
    margin-right: 0;
}

#create-btn {
    background-image: url('../img/create.svg');
}

#print-btn, .print-btn{
    background-image: url('../img/print.svg');
    background-position-y: 6px;
}

#qr-print {
    background-image: url('../img/qr_dark.png');
}

#qr-print.active, #qr-print:hover {
    background-image: url('../img/qr.png');
}

#reports-btn.active {
    background-image: url('../img/reports_active.svg');
}

#reports-btn:hover {
    background-image: url('../img/reports_active.svg');
}

#records-btn.active {
    background-image: url('../img/records_active.svg');
}

#records-btn:hover {
    background-image: url('../img/records_active.svg');
}

#create-btn:hover {
    background-image: url('../img/create_active.svg');
}

#print-btn:hover , .print-btn:hover{
    background-image: url('../img/print_active.svg');
}

.download-btn {
    background-image: url('../img/download.svg');
}

.download-btn.active, .download-btn:hover {
    background-image: url('../img/download_active.svg');
}

.download-all-btn {
    background-image: url('../img/download_all.svg');
}

.download-all-btn.active, .download-all-btn:hover {
    background-image: url('../img/download_all_active.svg');
}

.select-container {
    position: relative;
    display: flex;
    margin-right: auto;
}

.pagination-list {
    width: 30px;
    left: 0;
    top: 0;
    transform: translate(0, -100%);
    flex-direction: column;
}

#pagination-btn {
    width: 30px;
    height: 22px;
    cursor: pointer;
    border: 1px solid #edeff5;
    color: #022743;
    text-align: center;
    border-radius: 3px;
    padding: 1px;
}

#pagination-btn.active {
    background-color: #045baa;
    color: white;
}

#pagination-btn:hover{
    background-color: #045baa;
    color: white;    
}

.select-container label {
    font-size: 0.9rem;
    color: #045baa;
    margin-right: 5px;
    margin-top: auto;
    margin-bottom: auto;
}

.pagination-container {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
}

.pagination-list span {
    width: 28px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.pagination-list span:hover {
    background-color: #edeff5;
}

.submit-container {
    margin-top: 30px;
    float: right;
}

.submit-container button {
    margin-right: 0;
}

.archive-btn {
    border: 1px solid;
    border-color: #054178;
    color: #054178;
    font-size: 1rem;
    font-weight: 500;
    padding: 3px;
    margin: auto;
    margin-left: 8px;
    background-image: url('../img/gear.svg');
    width: 160px;
    background-repeat: no-repeat;
    background-position-y: 5px;
    background-position-x: 10px;
    padding-left: 20px;
}

.archive-btn:hover {
    color: white;
    background-color: #054178;
    background-image: url('../img/gear_hover.svg');
}

.year-form {
    margin: auto;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

.year-select {
    border: solid 1px #054178;
    font-size: 1.125rem;
    color: #04315a;
    height: 28px;
    padding: 4px;
    padding-left: 8px;
    margin-left: 8px;
    border-radius: 3px;
    margin-right: -3px;
}

.year-form .year-select {
    width: 110px;
    margin-left: 0;
    margin-right: 0px;
}

.year-form select {
    margin-right: 8px;
}

.year-form .year-select:focus {
    box-shadow: none;
}

.records-title {
    justify-content: center;
    color: #022743;
    font-size: 1.875rem;
    margin-bottom: 15px;
    font-weight: bold;
}

.records-buttons {
    margin-bottom: 15px;
    position: relative;
}

.btn-submit {
    padding: 4px;
    padding-left: 15px;
    padding-right: 15px;
    height: 28px;
    background-color: #03b0e6;
    color: white;
    font-weight: bold;
    border: 1px solid #03b0e6;
    border-radius: 3px;
    font-size: 1.125rem;
}

.btn-submit:hover {
    background-color: white;
    color: #03b0e6;
}

.eq-title.month {
    width: 165px;
    border-right: 1px solid #d7def1;
    margin-right: 0;
    justify-content: center;
    font-weight: bold;
}

.eq-title.tool {
    width: 150px;
    border-right: 1px solid #d7def1;
    margin-right: 0;
    justify-content: center;
}

.eq-file-btn {
    padding: 4px;
    padding-left: 13px;
    padding-right: 13px;
    border: solid 1px #d7def1;
    border-radius: 3px;
    color: #344a59;
    font-size: 1rem;
    margin-left: 22px;
    margin-right: 22px;
}

.eq-file-btn:hover {
    background-color: #d7def1;
    color: #344a59;
    font-weight: bold;
}

.cell.records-cell {
    width: 275px;
    justify-content: center;
    border-right: solid 1px #d7def1;
}

.header-title.month-column {
    max-width: 165px;
    margin-right: 0;
    justify-content: center;
    padding-left: 12px;
    border-right: none;
}

.file-column {
    max-width: 275px;
    margin-right: 0;
    padding-left: 0px;
    justify-content: center;
    border-right: none;
    margin-left: auto;
}

.total-counts {
    display: flex;
    justify-content: space-between;
    margin-right: 1px;
    margin-left: auto;
    color: #022743;
}

.total {
    font-size: 1.120rem;
    font-weight: bold;
    display: flex;
}

.count {
    font-weight: normal;
    width: 75px;
    height: 32px;
    display: block;
    border: 1px solid #022743;
    border-radius: 3px;
    text-align: right;
    padding: 5px;
    margin-right: 14px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: white;
}

.total .text {
    padding: 5px;
    padding-right: 10px;
    line-height: 1rem;
    display: flex;
    align-items: center;
}

.records-buttons .col-md-4 {
    padding: 0px;
    min-height: 100%;
    display: flex;
}

.modal-header .close {
    padding: 5px;
    margin: 0;
    color: white;
    text-shadow: none;
    opacity: unset;
}

.archive-modal .modal-header {
    padding-left: 70px;
}

.archive-modal .modal-body {
    padding-left: 70px;
}

.archive-modal .modal-body span {
    display: flex;
    min-width: 100%;
}

.archive-modal .modal-body label {
    margin-left: 10px;
}

.archive-modal .modal-content {
    color: #022743;
}

.archive-modal .modal-header button {
    display: none;
}

.archive-modal .modal-footer {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

.file-column {
    margin-right: 0;
    margin-left: auto;
}

.eq-column {
    margin-left: 0;
}

.file-cell {
    margin-left: auto;
}

.modal-dialog .modal-header {
    background-color: #022743;
    color: white;
}

.alert.alert-success {
    position: absolute;
    left: 15px;
    top: 1px;
    z-index: 2;
    text-align: center;
    opacity: 80%;
    border: 1px solid;
}

.openItem {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin-right: 10%;
}

.openItem .data {
    padding-left: 25%;
    font-size: 0.875rem;
    margin-bottom: 17px;
    font-weight: bold;
    display: flex;
}

.openItem .data .sum {
    margin-left: auto;
    font-weight: normal;
}

.s-panel .panel-title {
    margin-bottom: 34px;
}

.flow-row {
    display: flex;
}

.flow-row .ch-title {
    font-size: 1.1rem;
    color: #045baa;
    width: 32px;
    margin-left: 10px;
}

.flow-chart-container {
    position: relative;
    height: 90px;
    width: calc(100% - 42px);
    padding-right: 10px;
    margin-bottom: 10px;
}

.flow-data .panel-title {
    margin-bottom: 15px;
}

.chart-toolbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 88%;
    margin-left: 6%;
    margin-right: auto;
    border-top-style: solid;
    border-color: #d7def1;
    height: 50px;
    margin-top: auto;
}

.tank_status .panel-title {
    margin-bottom: 0px;
}

.tank_status .tank-content {
    display: flex;
}

.tank-content .graph-content {
    width: 33%;
    display: block;
    padding: 20px;
    padding-left: 0px;
}

.tank-content .txt-content {
    width: 67%;
    display: block;
    padding: 20px;
    font-weight: bold;
}

.tank_status p {
    margin-bottom: 2px;
    display: flex;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    color: #022743;
}

.txt-content .stat-value {
    margin-left: auto;
    width: 40%;
    background-color: #edeff5;
    border: 1px solid #d7def1;
    border-radius: 3px;
    padding-left: 5px;
}

.txt-content .update {
    font-size: 0.9rem;
    margin-right: auto;
    margin-top: 3px;
}

.txt-content .update-time {
    font-size: 0.9rem;
    margin-top: 3px;
}

@media (max-width: 1200px) {
    .eq-panel .col-lg-4 {
        width: 100%;
        padding-bottom: 0;
        padding-top: 0px;
    }

    .eq-panel .last-cell {
        display: flex;
        min-width: 100%;
    }

    .s-panel.has-margin {
        margin-right: 16px;
    }

    .s-panel.mx_schedule {
        margin-top: 14px;
    }
    
    .row.daily .cell { font-size: 0.8rem; }
}

.graph .fuel {
    color: #054178;
    font-weight: bold;
    font-size: 1.2rem;
    z-index: 3;
    margin: auto;
    text-shadow: -1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff;
}

.graph-content .graph {
    display: flex;
    flex-direction: column;
    border: 1px solid #022743;
    border-radius: 8px;
    height: 100%;
    background-color: #d7def1;
    position: relative;
    overflow: visible;
}

.graph .safe-fill {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #022743;
    transform: translate(0, 100%);
    position: absolute;
    left: 0;
}

.graph .empty-space {
    width: 100%;
    background-color: white;
    display: block;
}

.tank-tooltip {
    left: -5px;
    transform: translate(-100%, 100%);
    font-size: 0.8rem;
}

.tank-tooltip p {
    color: white;
    justify-content: center;
}

.typeahead.dropdown-menu {
    min-width: 230px;
    border: 1px solid #054178;
}

.typeahead.dropdown-menu .dropdown-item {
    color: #054178;
}

.typeahead.dropdown-menu li.active .dropdown-item {
    color: #fff;
}

.typeahead.dropdown-menu .dropdown-item:hover {
    background-color: #edeff5;
    color: #045baa;
}

.typeahead.dropdown-menu li.active {
    background-color: #045baa;
}

.filters .standard-btn.blue-btn {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 8px;
    margin-right: 0px;
}

.filters .standard-btn.blue-btn:focus {
    box-shadow: none;
    border: 1px solid #045baa;
    color: #045baa;
}

.row.active, .highlighted {
    background-color: #edeff5;
}

.vessel .flow-chart-container {
    height: 150px;
}

.month-selector .select-container {
    margin-right: 8px;
}

.equipment .standard-btn, #flow-data input[type=checkbox],  #generic-report-data input[type=checkbox],
#qr-print-form input[type=checkbox] {
    margin-right: 8px;
}

.filters select, .date-interval {
    margin: 5px;
}

#flow-data .input-fld, #generic-report-data .input-fld, #qr-print-form .input-fld, 
#issue-transactions-report-data .input-fld {
    background-color: white;
    border: 1px solid #054178;
    min-height: 250px;
    padding: 10px;
    overflow-y: auto;
    max-height: 35vh;
    border-radius: 3px;
}

.input-fld .row {
    margin-bottom: 5px;
}

.archive .pale-btn {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
}

.webValue-modal .circ-loader {
    width: 25px;
    height: 25px;
}

.super-frame {
    display: flex;
    flex-flow: column;
    flex-grow: 1;
}

.super-frame .button-row {
    margin-bottom: 10px;
}

.super-frame .outer-frame {
    border-top: 1px solid #d7def1;
}

.super-frame .button-row button, .super-frame .button-row a {
    margin-top: 0;
}

.reorder-tooltip {
    left: 50%;
    transform: translate(-50%, 0);
    text-align: left;
}

#transaction-modal .modal-row {
    flex-direction: row;
    justify-content: space-between;
}

.standard-btn[value=csv] {
    margin-left: 8px;
}

.exclamation {
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: flex;
    border-radius: 50%;
    background-color: #e33b3b;
    color: white;
    font-weight: bold;
    justify-content: center;
    margin-left: auto;
}

.exclamation.decom, .exclamation.blue {
    background-color: #045baa;
    padding-top: 1px;
    padding-left: 1px;
}

.eq-menu {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 5px;
}

.eq-menu .eq-submenu {
    top: 28px;
    left: 0;
    transform: unset;
    list-style: none;
    padding-left: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 350px;
}

.eq-menu .eq-submenu li {
    text-align: left;
    padding-left: 10px;
}

.eq-menu .eq-submenu a {
    display: flex;
}

.report-search {
    display: flex;
}

.report-search .text-fld {
    margin: 5px;
    padding-left: 10px;
}

.field >* {
    width: 25%;
    padding-left: 35px;
}

.field.row, .daily.row, .row.weekly, .reports .eq-header {
    min-height: 50px;
    font-size: 1.1rem;
}

.eq-header.with-tabs {
    padding-left: 0;
    margin-bottom: -1px;
    height: 50px;
}

.reports .custom-tabs li {
    border-bottom: none;
}

.reports .horizontal-list {
    background-color: #edeff5;
    filter: drop-shadow(0 -4px 6px rgba(0, 0, 0, 0.16));
}

.reports .daily-map {
    border-top: 1px solid #d7def1;
}

.reports .horizontal-list >* {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
}

.reports .horizontal-list .small {
    width: 25%;
}

.reports .horizontal-list p {
    margin-bottom: 0;
    font-size: 1.1rem;
}

.reports .emp-data {
    display: flex;
    margin-bottom: 10px;
}

.reports .photo {
    height: 50px;
    margin-right: 10px;
}

.reports .signature-row .photo {
    margin-right: 0;
}


.reports .comments {
    font-size: 1.1rem;
}

.reports .micro.cell {
    width: 2.58%;
}

.reports .daily-data .photo {
    margin-right: 0;
}

.reports .signature.img-rotated {
    transform: rotate(-90deg);
    height: 35px;
    margin-top: auto;
    margin-bottom: auto;
}

.emp-data .signature {
    height: 50px;
}

.reports .daily-data.row {
    border-bottom: none;
}

.reports .daily-data.row .cell{
    min-height: 133px;
}

.reports .daily-data.row .micro.cell,  .reports .signature-row .micro.cell{
    flex-direction: column;
    overflow: hidden;
    justify-content: flex-start;
}

.reports .daily-data.row .micro.cell {
    justify-content: space-between;
}

.reports .daily-map .cell {
    height: 28px;
}

.row.weekly .cell {
    width: 16%;
}

.row.weekly .cell.first {
    width: 20%;
    padding-left: 20px;
}

.reports .cell.first, .reports .daily-map .cell.first {
    padding-left: 20px;
    justify-content: left;
    width: 20%;
}

.reports.horizontal-scroll .cell.first {
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 10px;
}

.reports .daily-map .cell.first {
    font-size: 1.1rem;
}

.row.weekly .indented.cell {
    padding-left: 32px;
    padding-right: 10px;
}

.row.weekly.first {
    filter: drop-shadow(0 6px 3px rgba(0, 0, 0, 0.16));
    padding-left: 20px;
    height: 52px;
    align-items: center;
    background-color: white;
}

.row.weekly .report-web-signature {
    max-width: 90%;
    max-height: 70px;
}

.statement.row {
    border-bottom: none;
    justify-content: center;
    padding: 10px;
    width: 100%;
}

.statement.row.vessel {
    justify-content: center;
    padding: 10px;
    margin-top: 30px;
}

.webValue-toggle {
    cursor: pointer;
    /*color: #045baa;*/
    text-decoration: underline;
}

.reports .table-like {
    border: 1px solid #04315a;
    margin-bottom: 30px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1000px) {
    .reports .table-like {
        width: 100%;
    }
}

.reports .table-like .cell {
    justify-content: left;
    width: 50%;
    height: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.table-like .row {
    border-bottom: none;
}

.reports .colored.row, .reports .colored.cell, .colored.eq-header, .transaction-codes .colored.row {
    background-color: #d7def1;
}

.light-colored {
    background-color: #edeff5;
}

.reports .colored.row .cell {
    height: 40px;
}

.table-like .cell b {
    margin-right: auto;
}

.table-like .last.row {
    margin-bottom: 10px;
}

.table-like .first.row {
    margin-top: 10px;
}

.reports .row.centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reports .row.centered.last {
    margin-bottom: 20px;
}

.reports .row.centered:hover {
    background-color: white;
}

.canvas-container {
    width: 100%;
    height: 100%;
}

.vessel-container {
    width: calc(100% - 21.5px);
    height: 100%;
}

.dp-chart {
    position: relative;
    display: flex;
    width: 100%;
    flex-grow: 1;
}

.eq-list.borderless .title {
    display: flex;
    color: #022743;
    width: 110px;
    transform: rotate(-90deg);
    white-space: nowrap;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1.1rem;
    margin-left: -44px;
    margin-right: -44px;
}

.reports .signature-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    height: 133px;
    position: relative;
}

.reports .signature-row .micro.cell {
    width: 3.2258%;
    transform: translate(-100%, 0);
    position: absolute;
}

.reports .signatures {
    margin-left: 21.44px;
}

.reports .signature-row .caret-top {
    margin-left: auto;
    margin-right: 2px;
    margin-bottom: 2px;
    border-right: 0px solid transparent;
}

.reports .daily-data .micro.cell, .reports .signature-row .micro.cell {
    min-height: 160px;
}

.reports .multi-content.cell {
    display: block;
    height: unset;
}

.reports .multi-content.cell ul {
    list-style-type: none;
}

.reports .multi-content.cell li {
    display: flex;
}

.reports .text-row {
    padding: 5px;
    font-size: 0.8rem;
    display: block;
}

.reports .text-data-row {
    padding: 5px;
    display: flex;
}

.reports .text-row p {
    margin-top: 3px;
    margin-bottom: 3px;
}

.eq-list .eq-header {
    border-left: none;
    padding-right: 0px;
    padding-left: 0px;
}

.eq-list .eq-header:hover {
    background-color: white;
}

.reports .monthly-content, .reports .quality-content {
    border-right: 1px solid #d7def1;
}

.c3ell.row .cell {
    width: 33.33%;
    justify-content: left;
}

.reports .sampling-point {
    display: flex;
    border: 1px solid #022743;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    margin-right: 5px;
    margin-top: 2px;
}

.reports .text-data-row .photo {
    width: 18px;
}

.daily-data .cell.first {
    align-items: flex-start;
    padding-top: 10px;
    font-size: 1.1rem;
}

.reports .daily-map .cell, .reports .daily-data .cell {
    border-right: 1px solid #d7def1;
}

.reports .daily-map .cell, .reports .daily-data .micro.cell {
    justify-content: center;
}

.reports .explanation {
    margin-right: auto;
    margin-top: 20px;
    cursor: pointer;
}

.reports .rotated {
    transform: rotate(-90deg) translate(50%, 0);
    position: absolute;
    bottom: 0;
    color: #045baa;
    height: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}

.tooltip-image {
    width: 200px;
    margin-top: 10px;
}

.squish { transform: scaleX(.75); }

@media (max-width: 880px) {
    .warning-message.cell {
        flex-direction: column;
        align-items: flex-start;
        margin-right: auto;
        justify-content: center;
    }

    .row.daily .cell { font-size: 0.6rem; }
}

.tooltip-custom-content {
    display: flex;
    height: 100px;
    margin-top: 10px;
}

.tooltip-custom-content img, .tooltip-multi-content img {
    height: 100%;
    border: 2px solid #04355b;
}

.tooltip-custom-content .signature {
    margin-left: 10px;
}

.tooltip-multi-content, .tooltip-multi-content .expl {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.tooltip-multi-content .expl-user {
    height: 50px;
}

.tooltip-multi-content .expl img {
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

.tooltip-multi-content .expl span {
    margin-top: 10px;
}

.tooltip-multi-content .expl .expl-txt {
    font-size: 1.1rem;
}

.tooltip-multi-content .no-signature {
    font-weight: bold;
    margin-left: 15px;
}

.tooltip-multi-content h5 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.scattered {
    justify-content: space-between !important;
}

.quarterly .cell {
    width: 20%;
    justify-content: center;
}

.quarterly.row p {
    margin: 0;
}

.quarterly.row, .standard.row {
    height: 50px;
}

.reports .colored.quarterly.row .cell {
    height: unset;
}

.content-right {
    justify-content: right !important;
    text-align: right !important;
}

.quarterly .scattered .right {
    text-align: right;
}

.annual-signature, .annual-signature-field img {
    height: 30px;
}

.colored.quarterly.row {
    height: 50px;
    align-items: center;
}

.row.txt-only {
    padding-left: 20px;
    font-weight: bold;
    align-items: center;
    font-size: 1.1rem;
}

.semi-annual tr, .annual tr {
    height: 50px;
}

.semi-annual td, .annual td {
    padding: 0;
    vertical-align: middle;
}

.annual-value.border-right, .annual-signature-field.border-right  {
    border-right: 1px solid #d7def1;
}

.main td , .pd-left{
    padding-left: 20px !important;
}

.quarterly.text-row {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 1rem;
}

.quarterly.text-row.centered {
    margin-bottom: 0;
}

.quarterly.text-row.last {
    border-bottom: none;
}

table.annual, table.semi-annual {
    border-right: 1px solid #d7def1;
    margin-bottom: 0;
}

.hidden {
    display: none !important;
}
 
.monthly-table.eq-header, .monthly-tank.eq-header {
    font-weight: bold;
    font-size: 1.2rem;

}

.monthly-table .cell.first, .monthly-tank .cell.first {
    font-size: 1.1rem;
}

.monthly-table .cell {
    width: 26.66%;
    justify-content: center;
    align-items: center;
    min-height: 50px;
}

.fq-table .cell {
    width: 25%;
    justify-content: center;
    align-items: center;
    min-height: 50px;
}

.monthly-table .report-web-signature, .quality-content .report-web-signature, .monthly-tank .report-web-signature {
    height: 50px;
}

.monthly-content .text-row, .monthly-tank .text-row {
    text-align: center;
}

.monthly-content .text-row.left, .monthly-tank .text-row.left {
    text-align: left;
}

.monthly-content .multi-content {
    padding-top: 10px;
}

.monthly-fuel.colored {
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}

.monthly-fuel.colored h3 {
    margin: 0;
}

.quality-content .row, .standard-row {
    min-height: 50px;
}

.quality-content .c3ell .multi-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.quality-content .text-data-row {
    align-items: center;
}

.quality-content .location-info >* {
    width: 25%;
    padding-left: 20px;
}

.quality-content .text-data-row {
    padding-left: 20px;
}

.reports .eq-header .custom-tabs >* {
    padding-left: 25px;
    padding-right: 25px;
}

.monthly-tank .table-row .cell, .monthly-tank.table-row .cell {
    width: 25%;
    justify-content: center;
}

.monthly-tank .short .cell {
    width: 16.6%;
    text-align: center;
}

.monthly-tank .table-row {
    min-height: 50px;
}

.monthly-tank .table-row th, .monthly-tank .table-row td {
    border-color: #d7def1;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.monthly-tank .table-row table {
    margin: 10px;
}

.condition-codes {
    justify-content: center;
    height: 50px;
}

.condition-codes .cell {
    padding-left: 20px;
    padding-right: 20px;
}

.cell.column, .row.column {
    flex-direction: column;
}

.monthly-tank .cell.column >* {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.monthly-tank .cell.column >* >* {
    display: flex;
}

.condition-codes .cell.first {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-weight: bold;
}

.row.column .condition-codes {
    margin: unset;
    height: 25px;
    position: unset;
    border-bottom: none;
}

.cell.danger, .red-text {
    color: #e33b3b
}

.reports .monthly-tank.table-row .row-cell {
    justify-content: space-between;
    padding-left: 3%;
    padding-right: 3%;
}

.monthly-tank.table-row.tank-legend {
    border-top: none;
    min-height: unset;
    padding-bottom: 15px;
}

.row-cell >* {
    min-width: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.monthly-table .max-width {
    background-color: #edeff5;
    border-left: 2px solid #054178;
    width: 80%;
    justify-content: center;
}

.is-link {
    color: #045baa;
    cursor: pointer;
    font-size: 1.1rem;
    margin-left: 10px;
}

.annual .detached {
    height: 200%;
    width: 100%;
    position: absolute;
    top: 0;
    
}

.detached .colored {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #054178;
    font-size: 1.2rem;
    background-color: #d7def1;
    width: 100%;
    height: 100%;
}

.detached .centered {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    width: 100%;
    height: 50%;
}

.annual-signature-field, .annual .annual-value {
    text-align: center;
}

.annual .is-link, .quarterly .is-link {
    margin: 0;
}

.completed-by {
    flex-direction: column;
}

.no-bottom {
    border-bottom: none !important;
}

.footer-row {
    height: 33px !important;
    min-height: 33px !important;
}

.certs .row, .weekly.reports .row {
    min-height: 50px;
}

.certs .cell {
    width: 16.6%;
    justify-content: center;
    align-items: center;
}
.calibrations.outer-frame {
    flex-grow: unset;
}

.calibrations.eq-list {
    position: relative;
    margin: 0;
}

.calibrations.eq-header {
    font-weight: bold;
    font-size: 1.1rem;
    align-items: center;
    padding-left: 40px;
}

.calibrations .cell {
    width: 25%;
    padding-left: 40px;
    height: 50px;
}

.reports-icon {
    background-image: url('../img/reports.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.flilter-info tr {
    height: 50px;
}

.flilter-info td {
    vertical-align: bottom;
    padding-left: 20px;
}

.flilter-info table {
    margin-bottom: 0;
}

.flilter-info .table-holder {
    padding: 0;
    vertical-align: initial;
}

.similarity {
    display: flex;
    justify-content: center;
}

.filter-header {
    margin-top: 1px;
}

.w-20 {
    width: 20% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-30 {
    width: 30% !important;
}

.w-13 {
    width: 13.3% !important;
}

.w-15 {
    width: 15% !important;
}

.w-21 {
    width: 21% !important;
}

.w-14 {
    width: 14% !important;
}

.w-8 {
    width: 8% !important;
}

.w-7 {
    width: 7% !important;
}

.w-17 {
    width: 17% !important;
}

.w-33 {
    width: 33.33% !important;
}

.w-34 {
    width: 34% !important;
}

.w-1205 {
    width: 12.5% !important;
}

.w-3705 {
    width: 37.5% !important;
}

.w-80 {
    width: 80% !important;
}

.w-25 {
    width: 25% !important;
}

.w-9 {
    width: 9% !important;
}

.w-10 {
    width: 10% !important;
}

.w-40 {
    width: 40% !important;
}

.w-42 {
    width: 42% !important;
}

.w-8 {
    width: 8% !important;
}

.w-22 {
    width: 22% !important;
}

.w-28 {
    width: 28% !important;
}

.w-12 {
    width: 12% !important;
}

.w-16 {
    width: 16% !important;
}

.weekly.gse.reports .row, .monthly.gse.reports .row {
    min-height: 50px;
}

.weekly.gse.reports .report-web-signature, .monthly.gse.reports .report-web-signature {
    max-width: unset;
    max-height: unset;
    height: 50px;
}

.discrepancy-reports .row {
    height: 50px;
    padding-left: 20px;
    align-items: center;
}

.discrepancy-reports-header {
    padding-left: 30px;
}

.reports .dropdown-menu {
    top: 33px;
    left: 62.5px;
}

.hydrant .row {
    min-height: 50px;
    border-bottom: 1px solid #d7def1;
}

.text-small {
    font-size: 0.9rem !important;
}

.facility-daily .row, .facility-weekly .row, .facility-annual .row, .facility-annual-tank .row, 
.facility .row, .continuity-test .row, .facility-calibrations .row, .facility-quarterly-tank .row, 
.facility-discrepancy .row, .defuel .row, .standard-height.row, .standard-height.cell {
    min-height: 50px;
}

.facility-daily .cell.first {
    min-height: 50px;
}

.subheader {
    font-weight: bold;
    font-size: 1.1rem;
}

.max-row-image {
    max-height: 150px;
}

.z-index-dropdown {
    z-index: 1000 !important;
}

.facility-d .date-dropdown.active {
    width: unset;
}

.facility-d .date-label {
    margin-right: 5px;
}

@media (max-width: 1630px) and (min-width: 871px) {
    .custom-tabs.dynamic a{
        font-size: 1rem;
    }

    .custom-tabs li {
        min-width: unset;
    }
}

@media (max-width: 870px) {
    .custom-tabs.dynamic a{
        font-size: 0.9rem;
    }

    .custom-tabs li {
        min-width: unset;
    }
}

.horizontal-scroll {
    overflow-x: auto !important;
}

.horizontal-scroll .micro.cell {
    width: unset;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    min-width: 50px;
}

.horizontal-scroll .row {
    flex-wrap: nowrap !important;
}

.no-top-border {
    border-top: none !important;
}

.signature-limit {
    height: 50px !important;
}

.reports.hydrant .colored.row .cell {
    height: unset;
}

.vertical-separator {
    width: 2px;
    height: 28px;
    background-color: #054178;
}

.table-separator {
    height: 20px;
    background-color: #F8F8FB;
    display: flex;
}

.gear-btn {
    background-image: url('../img/gear.svg');
    background-position-x: 9px;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 16px;
    padding-left: 34px;
}

.gear-btn:hover {
    background-image: url('../img/gear_hover.svg');
}

.rotated-absolute {
    position: absolute;
    top: 50%;
    left: -30px;
}

.eq-header.with-tabs.not-dynamic {
    padding: 0;
}

.red-link {
    color: #e33b3b;
    text-decoration: none;
}

.red-link:visited {
    color: #661b1b;
}

.events .forced-width {
    width: calc(100% - 50px);
}

.blue-left-border {
    border-left: 8px solid #045baa;
}

.bluish.row {
    background-color: #3c779e;
    color: white;
    text-shadow: 2px 2px #244c67;
    flex-wrap: wrap;
}

.bluish >* {
    padding: 10px;
    border-right: solid 2px white;
    justify-content: start;
    flex: 1;
}

.log-sheets .row {
    flex-wrap: wrap;
}

.log-sheets .cell {
    flex: 1;
    justify-content: center;
    text-align: center;
}

.fake-input, .log-sheets input {
    height: 28px;
}

.log-sheets .fake-input {
    display: flex;
    align-items: center;
    justify-content: center;
}

.log-sheets .meter-roll .cell {
    flex: unset;
}

.reconcile-row .custom-select {
    display: block !important;
}

.reconcile-row .select-btn {
    width: 100%;
}

.reconcile-row .cell >*:not(a, ul) {
    display: flex;
    width: 90%;
}

.overview .charts.row {
    flex-wrap: wrap;
}

.overview .charts.row .statsbox-l {
    width: unset;
    flex: 1;
}

.overview .charts.row:hover {
    background-color: white;
}

.overview .eq-header:hover {
    background-color: #edeff5;
}

.overview .cell.numeric {
    flex-wrap: wrap;
    height: 50px;
}

.overview .cell.numeric >* {
    flex: 1;
    display: flex;
    justify-content: center;
}

.overview .charts .canvas-container {
    height: unset;
}

.overview .statsbox-l .value {
    font-size: 2.5rem;
}

.overview .canvas-container, .overview .canvas-container >* {
    max-height: 250px !important;
}

.overview .statsbox-l.compliance-box .canvas-container {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex: 1;
    align-items: center;
    min-height: 100px;
}

.overview .statsbox-l .colors-container .colors >* {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.overview .mx.value.stats-text {
    color: #022743;
    font-size: 2rem;
}

.overview .mx-container {
    min-height: unset;
    margin-top: auto;
    margin-bottom: auto;
}

.overview .mx-chart {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    width: unset;
}

.overview .mx-chart .progress-bar {
    height: 3px;
    margin-top: 9px;
    margin-bottom: 24px;
}

.overview .mx-chart .mx-legend-text {
    display: flex;
    align-items: center;
    margin: 0;
}

.overview .mx-chart .legend-container {
    display: flex;
    flex-direction: column;
}

.overview .mx-chart .bar-value {
    margin: 0;
}

.overview .mx-monthly {
    display: flex;
    align-items: center;
}

.overview {
    overflow-x: auto;
}

.overview .eq-list {
    min-width: 1750px;
}

.eq-watermark {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #adabab;
}

.backend-modal table {
    background-color: white;
    border: 2px solid;
}

.backend-modal th, .backend-modal td {
    border: 1px solid;
    padding: 3px 2px;
    text-align: center;
}

.backend-modal thead {
    background-color: #045baa;
    color: white;
}

.backend-modal tbody tr:nth-child(even) {
    background-color: #f1efef;
}

.backend-modal .modal-row {
    overflow-y: auto;
    max-height: 50vh;
}

.gallery .cell {
    border: 1px solid #054178;
    aspect-ratio: 1 / 1;
    width: 180px;
    height: 180px;
    cursor: pointer;
}

.gallery .cell.add-image {
    border: 2px solid #054178;
    background-image: url('../img/plus.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 60px;
}

.gallery .cell img {
    object-fit: contain;
}

.gallery .card {
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    max-width: 250px;
}

.gallery .card p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gallery .delete-image {
    background-image: url('../img/close_red.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-size: 12px;
    background-position: center;
    border: 2px solid #e33b3b;
    border-radius: 3px;
}

.gallery .edit-image {
    background-image: url('../img/edit.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-size: 12px;
    background-position: center;
    border: 2px solid #054178;
    border-radius: 3px;
    cursor: pointer;
}

.gallery .card .tools {
    visibility: hidden;
}

.gallery .card:hover .tools {
    visibility: visible;
}

.gallery .media-download {
    background-image: url('../img/download_all.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-color: transparent;
    cursor: pointer;
}

.header-buttons {
    flex-wrap: wrap;
}

.header-buttons >* {
    margin-top: 4px;
    margin-bottom: 4px;
}

.eq-index.header-title {
    height: unset;
}

.select-all-label {
    display: none;
}

@media (max-width: 1050px) {
    .eq-list .row {
        width: 110%;
    }

    .select-all-label {
        display: inline-block;
    }

    .header-buttons {
        max-width: 65%;
    }
}

@media (max-width: 930px) {
    .header-buttons {
        max-width: 60%;
    }
}

@media (max-width: 890px) {
    .eq-list .row {
        width: 130%;
    }
}

@media (max-width: 850px) {
    .header-buttons {
        max-width: 55%;
    }
}

@media (max-width: 830px) {
    .eq-list .row {
        width: 150%;
    }
}

@media (max-width: 750px) {
    .eq-list .row {
        width: 180%;
    }
}