﻿.active-content {
    border-color: #ce1126 !important;
    border-style: solid !important;
    border-width: 3px !important;
    font-weight: 600 !important;
}

.all-caps {
    text-transform: uppercase
}

.archive-item {
    color: #737373;
}

.body-footer {
    height: 50px;
}

.btn-action {
    margin: 10px;
}

.btn-form-delete {
    background-color: #e9ecef;
    border-color: black;
    border-style: solid;
    border-radius: .375rem;
    border-width: 1px;
    font-size: 2cqmin;
    height: 2rem;
    line-height: 1.5;
    padding: 2px;
    width: 2rem;
}

.btn-icon {
    border-radius: .375rem;
    font-size: 25px;
    height: 40px;
    width: 40px;
}

.center-title {
    font-weight: 700;
    text-align: center;
    text-decoration-line: underline;
}

.company-setup-label {
    padding-right: 30px;
    text-align: end;
}

.edit-field {
    display: none;
    text-align: left;
}

.file-action {
    display: inline;
    padding-left: 10px;
    text-align: center;
}

.file-area {
    display: inline-block;
    height: 185px;
    margin-top: 10px;
    overflow: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    row-gap: 10px;
    width: 500px;
}

.file-div {
    align-items: center;
    display: inline-grid;
    grid-template-columns: 1fr 5fr;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: middle;
    width: 100%;
}

.file-name {
    align-items: center;
    display: inline;
    justify-content: center;
    padding-right: 10px;
}

.file-row-download {
    align-items: center;
    display: inline-grid;
    grid-template-columns: 5fr 1fr 1fr;
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: middle;
    width: 100%;
}

.file-row-template {
    align-items: center;
    display: none;
    grid-template-columns: 5fr 1fr;
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: middle;
    width: 100%;
}

.file-row-template-clone {
    align-items: center;
    display: inline-grid;
    grid-template-columns: 5fr 1fr;
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: middle;
    width: 100%;
}

.file-upload-icon {
    transform: translate(-25%, 150%);
}

.file-upload-input {
    display: none;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: .1px;
    z-index: -1;
}

.file-upload-input-clone {
    display: none;
}

.file-upload-label {
    aspect-ratio: 3 / 1;
    background-color: lightgrey;
    border-radius: 1rem;
    width: 500px;
    vertical-align: middle;
}

    .file-upload-label:hover {
        border: 2px solid darkgrey;
    }

.file-upload-label-hover {
    border: 2px solid darkgrey;
}

.file-upload-progress-completed {
    width: 100%;
}

.file-upload-progress-pending {
    width: 5%;
}

.file-upload-progress-started {
    width: 20%;
}

.file-upload-text {
    float: left;
    left: 125px;
    position: relative;
    top: 100px;
}

.filter-control-div {
    display: inline;
    white-space: nowrap;
}

.form-button {
    margin-left: 10px;
    margin-right: 10px;
    min-width: 200px;
    border-radius: .375rem;
}

.form-check {
    border-color: #9E9E9E !important;
    border-radius: 5px;
    margin-top: 10px;
    max-width: 20px;
    width: 100%;
}

    .form-check:hover {
        box-shadow: 0 0 2px #7799D0 !important;
        border-color: #7799D0 !important;
    }

.form-content {
    display: grid;
    grid-template-columns: 200px 300px;
    min-height: 200px;
    padding-top: 20px;
    row-gap: 10px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}

.form-control {
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border-color: #9E9E9E !important;
    border-style: solid;
    border-radius: 5px;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    max-width: 350px;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .form-control:hover {
        box-shadow: 0 0 2px #7799D0 !important;
        border-color: #7799D0 !important;
    }

.form-control-div-sm {
    max-width: 200px;
}

.form-subtitle {
    font-size: 1em;
    font-weight: bold;
}

.form-title {
    font-size: 3em;
    font-weight: bold;
}

.frm-title-bar {
    padding: 2px;
    background-color: gray;
    color: whitesmoke;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.grid-split-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    row-gap: 5px;
}

.grid-controls-two {
    display: grid;
    grid-template-columns: 1fr 2fr;
    row-gap: 5px;
}

.inactive-content {
    border-color: #ce1126 !important;
    border-style: solid !important;
    border-width: 5px !important;
    font-weight: 400 !important;
}

.inputfile + label {
    cursor: pointer; /* "hand" cursor */
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
}

    .inputfile:focus + label,
    .inputfile + label:hover {
        background-color: red;
    }

.inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.number-control {
    max-width: 120px;
    min-width: 50px;
}

.mini-action-btn {
    background-color: ButtonFace;
    border-color: black;
    border-radius: .375rem;
    border-width: 1.5px;
    margin: auto;
}

.mini-action-div {
    margin-bottom: auto;
    margin-left: 2.5px;
    margin-right: 2.5px;
    margin-top: auto;
}

.mini-action-icon {
    color: black;
}

.mini-control {
    border-radius: .375rem;
    display: inline-block;
    font-size: 1.2rem;
    max-width: 160px;
    width: 100%;
}

.mini-control-div {
    font-size: 1.2rem;
}

.mini-control-label {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    margin-left: 5px;
}

.mini-control-label-with-control {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    margin-left: 5px;
    margin-top: 7.5px;
}

.mini-control-value {
    font-size: 1.2rem;
}

.mini-div {
    display: grid;
    gap: 0px;
    grid-template-columns: 4fr 7fr;
    grid-template-rows: repeat(1, 1fr);
    white-space: nowrap;
}

.mini-div-with-action {
    display: grid;
    gap: 0px;
    grid-template-columns: 3fr 6fr 2fr;
    grid-template-rows: repeat(1, 1fr);
    white-space: nowrap;
}

.NotificationList {
    display: ruby;
}

.option-label {
    padding-right: 30px;
    text-align: end;
}

.page-element {
    min-width: 200px;
    height: 37px;
    border-radius: 8PX;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px black solid;
    width: 100%;
    background-color: whitesmoke;
}

.page-table {
    height: calc(100% - 110px);
}

.primary-control {
    border-radius: .375rem;
    display: inline-block;
    font-size: 1.25em;
    max-width: 180px;
    width: 100%;
}

.primary-control-div {
    text-align: right;
    width: 100%;
}

.primary-control-label {
    display: inline-block;
    font-size: 1.25em;
    font-weight: 500;
    margin-left: 5px;
    margin-top: 2.5px;
    text-align: left;
    white-space: nowrap;
}

.primary-div {
    display: grid;
    gap: 0px;
    grid-template-columns: 3fr 5fr;
    grid-template-rows: repeat(1, 1fr);
    white-space: nowrap;
}

/*#region Side Modal*/

.side-modal {
    height: calc(100vh - 100px) !important;
    width: 50%;
}

@media (width < 576px) {
    .side-modal {
        width: 90%;
    }
}

@media (576px <= width < 768px) {
    .side-modal {
        width: 80%;
    }
}

@media (992px <= width < 1200px) {
    .side-modal {
        width: 40%;
    }
}

@media (1400px <= width) {
    .side-modal {
        width: 35%;
    }
}

/*#endregion Side Modal*/

.table-scroll {
    text-align: left;
    position: relative;
    width: 100%;
}

    .table-scroll > thead > tr > th {
        background-color: lightgray;
        font-weight: 700;
        padding: 5px;
        position: sticky;
        top: 0;
    }

    .table-scroll > tbody > tr:nth-child(2n) {
        background-color: darkgray;
    }

    .table-scroll > tbody > tr > td {
        padding: 5px;
    }

.table-summary {
    display: flex;
    font-weight: 600;
}

    .table-summary > div {
        padding-left: 2.5px;
        padding-right: 2.5px;
    }

/*#region QuickArrival*/

.quick-arrival-datetime {
    font-size: 1em;
    padding-bottom: 5px;
    padding-top: 5px;
}

.quick-arrival-form {
    padding-top: 20px;
    text-align: center;
}

.quick-arrival-form-div {
    font-size: 2em;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

.quick-arrival-form-title {
    padding-bottom: 2.5px;
    padding-top: 2.5px;
}

.quick-arrival-result-button-div {
    padding-top: 10px;
}

.search-field {
    min-width: 200px;
}

.thank-you {
    font-size: 2em;
}

/*#endregion QuickArrival*/

/*#region General Controls*/

.green-control {
    color: green;
}

.orange-control {
    color: orange;
}

.red-control {
    color: red;
}

.yellow-control {
    color: yellow;
}

/*#endregion DockNexusCommand*/
