@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik+Distressed&display=swap');
@keyframes fillOutText{
    0%{
        background-size:0% 100%;
    }
    98%{
        background-size:100% 100%;
    }
}
@keyframes blinker {
    50% {
      opacity: 0.3;
    }
}
html {
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100%;
}
textarea {
    resize: none;
}
.upper-only {
    text-transform: uppercase;
}
#loading-cover {
    font-family: 'Rubik Distressed', cursive;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,0.7);
    display: none;
}
#loading-text-area {
    text-align: center;
    position: relative;
    top: 50%;
    width: fit-content;
    height: 70px;
    margin: -35px auto 0px;
    background: transparent;
}
#loading-text-area p {
    margin: 0px auto;
    color: transparent;
    line-height: 1.2;
    filter: none;
    position: relative;
    z-index: 2;
    font-weight: bold;
    background: linear-gradient(#30a5ff, #30a5ff) left no-repeat, rgba(255, 255, 255, .5);
    animation: fillOutText 6s forwards infinite;
    -webkit-background-clip: text;
    background-clip: text;
}
#loading-text {
    font-size: 35px;
}
#loading-sub-text {
    font-size: 20px;
}
#signin-main{
    height: 100%;
    position: relative;
}
#signin-form {
    position: relative;
    top: 50%;
    width: 100%;
    height: 400px;
    max-width: 400px;
    margin: 0px auto;
    margin-top: -200px;
}

header {
    position: relative;
    width: 100%;
    background-color: #25959d;
    color: #fff;
    margin-bottom: 3rem;
}
#header-title {
    width: fit-content;
    font-weight: 700;
    margin: .5rem 1rem;
    font-size: 3rem;
    display: inline-grid;
    line-height: .9;
    letter-spacing: .1rem;
    text-decoration: none;
    transition: color .5s ease-in-out;
    color: #fff;
}
#header-title span {
    font-size: 1.3rem;
    letter-spacing: .3rem;
}
#header-title:hover {
    color: #efefef;
}

#header-menu {
    display: inline-grid;
}
#header-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#header-menu ul li {
    display: inline-block;
}
#header-menu ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 0 .5rem;
}
#sign-out-link {
    display: block;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    color: #fff;
    font-size: 2rem;
    line-height: 50px;
    margin-top: -25px;
}
#sign-out-link:hover {
    color: #333;
}
#inven-accordion .accordion-item {
    border-color: #777777;
    border-radius: 0px;
}
#inven-accordion .accordion-button {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    border-radius: 0px;
    cursor: pointer;
}
#inven-accordion .accordion-button::after {
    position: absolute;
    right: 1rem;
}
#inven-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: #333;
    color: #fff;
}
#inven-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#inven-accordion .accordion-collapse {
    background-color: #23b1ba;
}
#inven-accordion input, #inven-accordion select {
    border-radius: 0px;
}
#inven-accordion .input-group-text {
    border-radius: 0px;
}
.inven-col {
    display: inline-grid;
}
#inven-col-cover-cover {
    width: 100%;
}
#inven-col-cover {
    white-space: nowrap;
    width: calc(100% - 2rem);
    margin: .1rem .1rem;
    font-weight: 700;
    font-size: 1.3rem;
}
.inven-col-cover {
    width: 100%;
    white-space: nowrap;
}
#col-part-no, .col-part-no {
    width: 7.5%;
}
#col-part-desc, .col-part-desc {
    width: 50%;
}
#col-part-count, .col-part-count {
    width: 7.5%;
}
#col-part-dept, .col-part-dept {
    width: 17.5%;
}
#col-part-loc, .col-part-loc {
    width: 17.5%;
}
.inven-col p {
    margin: 0px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
    font-size: 1.2rem;
}
.accordion-button:not(.collapsed) .inven-col p {
    font-weight: 700;
}
.part-form-check {
    cursor: pointer;
    margin-bottom: 0px;
}
.part-form-check .part-checkbox {
    cursor: pointer;
    width: 1.3em;
    height: 1.3em;
    margin-right: 5px;
}
.part-form-check .part-checkbox-label {
    cursor: pointer;
    font-size: 1.2rem;
}
.po-box {
    padding: .5rem 1rem;
}
.po-box h5 {
    margin-bottom: 1rem;
}
.po-table-box {
    padding: 1rem;
    background-color: #fff;
}
.po-table-box {
    border-radius: 5px;
    max-height: 500px;
    overflow-y: auto;
}
.po-table {
    font-size: 1.2rem;
}
.po-table .po-has-count {
    background-color: #0062ff94;
}
.po-table .po-used-all {
    background-color: #ff000094;
}
/*
.po-box .top-po-col {
    width: 98%;
    padding-left: 3rem;
    padding-right: 1rem;
}
.po-box .top-po-col .row {
    margin-left: .25rem;
    margin-right: .25rem;
}
.po-list-box {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 350px;
    display: flex;
    flex-direction: column-reverse;
    background-color: #e8eeee;
    box-shadow: 0px 0px 5px 3px #969696;
    padding: 1rem 1rem;
    color: #222;
    transition: max-height .5s cubic-bezier(0.4, 0, 0.2, 1)
}
.po-list-box.expanded{
    max-height: 1000px;
    transition: max-height .5s ease-in-out;
}
.po-list-box ol {
    margin-bottom: 0px;
}
.po-list-box ol li {
    width: 98%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    background-color: #0062ff94;
}
.po-list-box ol li.used-all {
    background-color: #ff000094;
}
.po-list-box ol li:last-child {
    margin-bottom: 0rem;
}
.po-list-box ol li .row {
    margin-left: .25rem;
    margin-right: .25rem;
}
*/
#dept-mng-modal input[type="text"], #loc-mng-modal input[type="text"] {
    text-transform: uppercase;
}
.modal .manage-scroll-box {
    max-height: 550px;
    overflow-x: auto;
}
.modal .manage-scroll-box ol {
}
.modal .manage-scroll-box ol li {
    margin-bottom: 1rem;
}
.modal .manage-scroll-box ol li:last-child {
    margin-bottom: 0rem;
}
/* NEW */
#new-part-form label {
    font-weight: 700;
}
.new-po-data-box {
    margin: 0rem 1rem;
    background: #04828d;
    color: #fff;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 1px 3px 5px 2px #bcbcbc;
}
div .new-po-data-box:nth-child(even) {
    background: #dddddd;
    color: #333;
}
.new-po-data-box .form-label {
    font-weight: 700;
    font-size: .8rem;
}
.new-po-data-box .input-group-text {
    font-weight: 700;
    padding-left: 1rem;
    padding-right: 1rem;
}
/* Print Barcode */
.print-part-descr-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px auto;
    width: 300px;
    text-align: center;
}
.barcode-table {
    margin: 1rem;
    width: calc(100% - 2rem);
}

/* Ticket Submit */
#ticket-submit-form {
    margin-bottom: 5rem;
}
#ticket-submit-form h1 {
    font-size: 2rem;
    line-height: 1;
}
#ticket-submit-form .form-label {
    font-size: 1.5rem;
    font-weight: 500;
    color: #8e8e8e;
}
#ticket-submit-form .form-check-inline {
    margin-left: .25rem;
    margin-right: 2rem;
}
#ticket-submit-form .form-check-input {
    cursor: pointer;
    transform: scale(1.5);
    border-radius: 0;
    margin-top: .3rem;
}
#ticket-submit-form .form-check-label {
    cursor: pointer;
    font-size: 1.2rem;
    margin-left: .25rem;
}
#ticket-submit-form .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem rgb(13 110 253 / 25%);
}
#ticket-submit-form .form-control {
    font-size: 1.2rem;
}
#pending-work-order-table {
    font-size: 1.2rem;
    margin-bottom: 5rem;
}
#pending-work-order-table .status-text {
    font-weight: 700;
    animation: blinker 1.5s linear infinite;
}
.submitted-status-text {
    color: #6600ff;
}
.confirmed-status-text {
    color: #ff0000;
}
#manage-work-order-table .canceled-order-row {
    background-color: #ccc;
}
#order-detail-main {
    padding-bottom: 3rem;
}
#order-detail-main .submit-detail-info {
    text-transform: uppercase;
}
#order-detail-main .submit-detail-info .highlighted {
    color: #0000FF;
}
#order-detail-main #add-notes {
    list-style: none;
    padding: 0px;
    width: 100%;
    max-width: 800px;
}
#order-detail-main #add-notes li {
    width: 100%;
    padding: 1rem 1.5rem .5rem;
    background-color: #23b1ba;
    margin-bottom: 20px;
    border-radius: 5px;
}
#order-detail-main #add-notes li:nth-child(even) {
    background-color: #094448;
    color: #fff;
}
#order-detail-main #add-notes .msg-text {
    font-size: 1.3rem;
    margin-bottom: 5px;
}
#order-detail-main #add-notes .msg-submit-info {
    font-size: 1rem;
    text-align: right;
    margin-bottom: 0px;
    font-weight: 700;
}
#ticket-manage-submit-form .form-label {
    font-size: 1.5rem;
    font-weight: 500;
    color: #8e8e8e;
}
#ticket-manage-submit-form .form-check {
    margin-left: .5rem;
}
#ticket-manage-submit-form .form-check-input {
    cursor: pointer;
    transform: scale(1.3);
    border-radius: 0;
    margin-top: .3rem;
}
#ticket-manage-submit-form .form-check-label {
    cursor: pointer;
    font-size: 1.1rem;
    margin-left: 0rem;
}
#ticket-manage-submit-form .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem rgb(13 110 253 / 25%);
}
#ticket-manage-inven-table tr {
    vertical-align: middle;
}
.tm-inven-table-row {
    max-width: 100px;
}
.detail-note-text {
    font-size: 1.3rem;
}
#search-inven-modal-accordion .accordion-button {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.1rem;
    cursor: pointer;
}
.search-inven-po-table {
    vertical-align: middle;
}
.search-inven-po-table .col-no {
    width: 10%;
}
.search-inven-po-table .col-po {
    width: 30%;
}
.search-inven-po-table .col-mid {
    width: 30%;
}
.search-inven-po-table .col-ea {
    width: 20%;
}
.search-inven-po-table .col-btn {
    width: 10%;
}
#search-inven-modal-accordion .accordion-body label {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0px;
}
#search-inven-modal-accordion .accordion-body p {
    font-size: 1.2em;
    margin-bottom: 0px;
}
#ticket-report-main form label {
    font-weight: 700;
}
.workorder-report-cover h3 {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 3px;
}
.workorder-report-cover label {
    font-size: 1.3rem;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 3px;
}
.workorder-report-cover {
    margin-bottom: 50px;
    border: 1px solid #ccc;
    padding: 3rem;
}
.workorder-report-cover h5 {
    font-size: 1.2rem;
    font-weight: 500;
}
.workorder-report-cover .prio-list li {
    width: fit-content;
}
.workorder-report-cover .order-msg-history {
    padding: 0px;
    list-style: none;
}
.workorder-report-cover .order-msg-history li {
    border-bottom: 3px double #bbb;
    margin-bottom: .5rem;
    max-width: 800px;
    padding: .5rem 1.5rem;
}
.workorder-report-cover .order-msg-history li:last-child {
    margin-bottom: 0;
}
.workorder-report-cover .order-msg-history li p {
    margin-bottom: 0px;
}
.workorder-report-cover .order-msg-history li .log-text {
    font-size: .8rem;
    margin-bottom: .5rem;
}
.workorder-report-cover .order-msg-history li .msg-text {
    font-size: 1.1rem;
}
.workorder-report-cover .used-inventory-table thead tr th:last-child {
    width: 250px;
}
#user-main-list-table .form-select-sm {
    padding-right: 0.5rem;
}
#user-create-form .btn {
    min-width: 200px;
}