html {
  height: 100%;
}

body {
    margin: 0;
    height: 150vh;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 300px) {
  .sub-heading-h2 {
    font-size: 1.4rem;
    font-family: 'BioRhyme';
    font-weight: 600;
  }
}

p {
  margin-top: 0;
  font-family: 'Open Sans';
  font-size: 1rem;
}

label {
  display: inline-block;
  font-size: 0.9rem;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: 'Open Sans';
  font-size: 0.9rem;
  line-height: inherit;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding-top: .7rem;
  padding-bottom: .7rem;
}

@media (min-width: 300px) {
  .nav-links-wrapper {
    flex-grow: 0;
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .nav-links-wrapper {
    flex-grow: 0;
  }
}

@media (min-width: 300px) {
  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 0.9rem;
    width: 200px;
    position: relative;
    border: 2px solid rgb(73, 129, 174);
    border-radius: 5px;
    border-top-right-radius: 0;
    top: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 0.9rem;
    width: 478px;
    position: relative;
    border: none;
    /*border-radius: 5px;*/
    border-top-right-radius: 0;
    top: 0px;
    background-color: #fff;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    font-size: 0.95rem;
  }
}

@media (min-width: 300px) {
  .nav-item-link {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .nav-item-link {
    width: 121px;
    text-align: center;
  }
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #f7f7f7;
  background-color: #236092;
  box-shadow: 0 0 8px rgb(0 0 0 / 80%);
  background-color: rgb(73, 129, 174);
  font-weight: 600;
  transition: 0.3s all ease;
}

.footer-basic {
  width: 100%;
  padding: 25px 0;
  background-color: #ffffff;
  color: #4b4c4d;
  margin-bottom: 0;
  border-top: 2px solid rgba(208,208,208,0.89);
  box-shadow: 0 0 5px rgb(166 166 166 / 89%);
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}

.footer-basic .social > a:hover {
  opacity: 0.9;
}

.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: #236092;
  opacity: 0.75;
}

.footer-basic .social {
  text-align: center;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-basic li {
  padding: 0 10px;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.55);
  border: 2px solid rgb(73, 129, 174);
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

@media (min-width: 300px) {
  .form-input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1.5px solid rgba(108,108,108,0.89);
    padding: 3px;
    border-radius: 0;
    width: 160px;
    background-color: rgba(205,205,205,0.18);
  }
}

.dashboard-col {
  border-left: 2px solid rgba(208,208,208,0.89);
  border-right: 2px solid rgba(208,208,208,0.89);
  height: 100%;
}

@media (min-width: 300px) {
  .page-section {
    margin-top: 5%;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .page-section {
    width: 80%;
    margin: 0 auto;
    margin-top: 5%;
  }
}

@media (min-width: 992px) {
  .page-section {
    width: 75%;
    margin: 0 auto;
    margin-top: 5%;
  }
}

@media (min-width: 300px) {
  .page-section-heading {
    line-height: 2;
    font-size: 1.25rem;
    font-family: 'Lato';
    font-weight: 500;
    border-bottom: 2px solid rgba(208,208,208,0.89);
    padding-left: 12px;
    margin-bottom: 5%;
    text-shadow: 0 0 3px rgba(0,0,0, .5);
    width: 75%;
  }
}

@media (min-width: 768px) {
  .page-section-heading {
    margin-left: 25px;
    width: 63%;
  }
}

@media (min-width: 300px) {
  .form-div-wrapper {
    display: flex;
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) {
  .form-div-wrapper {
    padding-left: 55px;
  }
}

@media (min-width: 768px) {
  .form-div-wrapper {
    padding-left: 65px;
  }
}

@media (min-width: 992px) {
  .form-div-wrapper {
  }
}

.form-label {
  width: 120px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
  padding-right: 5px;
  font-weight: 600;
}

@media (min-width: 300px) {
  .page-form {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .page-form {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 300px) {
  .form-input.email-input {
    width: 195px;
  }
}

@media (min-width: 300px) {
  .note-span {
    font-size: 12px !important;
    font-style: italic;
    font-weight: 500;
  }
}

.note-span.note-title {
  font-weight: 600;
  text-decoration: underline;
}

@media (min-width: 300px) {
  .form-input-div-wrapper {
    /*border: 4px solid rgba(205,205,205,0.2);*/
    border-radius: 5px;
  }
}

@media (min-width: 300px) {
  .input-form-select {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1.5px solid rgba(108,108,108,0.89);
    /*padding: 5px;*/
    border-radius: 0;
    width: 160px;
    background-color: rgba(205,205,205,0.18);
    font-size: 0.9rem;
  }
}

@media (min-width: 300px) {
  .dual-button-wrapper {
    display: flex;
    justify-content: space-around;
  }
}

@media (min-width: 300px) {
  .butn-icon {
    padding-left: 5px;
  }
}

@media (min-width: 300px) {
  .submit-btn {
    font-family: 'Lato';
    letter-spacing: 0.1rem;
    background-color: #236092;
    width: 75%;
    font-weight: 600;
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .submit-btn {
    width: 60%;
  }
}

@media (min-width: 300px) {
  .submit-btn:hover {
    font-family: 'Lato';
    letter-spacing: 0.1rem;
    background-color: #0c71c3;
    width: 75%;
    font-weight: 700;
    box-shadow: 0 0 7px rgba(0,0,0,0.8);
  }
}

@media (min-width: 768px) {
  .submit-btn:hover {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .form-input.email {
    width: 275px;
  }
}

.submit-btn {
  margin-top: 10px;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: rgba(205,205,205,0.18);
  outline: 0;
  box-shadow: 0 0 0 .15rem rgba(13,110,253,.25);
}

.form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: rgba(205,205,205,0.18);
  outline: 0;
  box-shadow: 0 0 0 .15rem rgba(13,110,253,.25);
}

.heading-icon {
  padding-right: 10px;
  color: #236092;
}

.header-element {
  border-bottom: 2px solid rgba(208,208,208,0.89);
  box-shadow: 0 0 5px rgb(166 166 166 / 89%);
}

@media (min-width: 300px) {
  .form-div-wrapper.user-role {
    margin-top: 20px;
  }
}

@media (min-width: 300px) {
  .form-div-wrapper.temp-password-input {
    margin-bottom: 0;
  }
}

.form-label.passResize {
  width: 135px;
}

.form-input.passResize {
  width: 170px;
}

.note-span.note-title.extra-bold600 {
  font-weight: 700;
}

.dual-button-wrapper.passwordSet {
  margin-top: 5%;
}

.fas.fa-exclamation-circle.heading-icon.make-icon-red {
    color: #9e0e1e;
    font-size: 1.4rem;
}

.success-p-login {
    text-align: center;
    padding-top: 5px;
    margin-bottom: 0;
    padding-bottom: 5px;
    background-color: #9e0e1e;
    color: #fff;
    font-size: 0.9rem;
    animation: hideAnimation 0s ease 5s;
    animation-fill-mode: forwards;
}

@keyframes hideAnimation {
  to {
    visibility: hidden;
    animation: 3s ease;
    width: 0;
    height: 0;
  }
}

.flex-the-form {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}

.temp-pass-label {
  width: initial;
}

.form-input.fl-checklist {
  width: 75px;
}

@media (min-width: 300px) {
  .tab-link-wwrapper {
    width: 100%;
  }
}

@media (min-width: 300px) {
  .tab-link-wrapper {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .tab-link-wrapper {
    width: initial;
  }
}

.tab-item-wrapper {
  font-size: 0.95rem;
}

.nav-tabs {
  border-bottom: 2px solid rgba(208,208,208,0.89);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  color: #f7f7f7;
  background-color: #236092;
  box-shadow: 0 0 4px rgb(0 0 0 / 80%);
  background-color: rgb(73, 129, 174);
  font-size: 0.95rem;
  transition: 0.3s all ease;
  border: none;
}

@media (min-width: 300px) {
  .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: rgba(0,0,0,0.7);
    font-family: 'Lato';
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  }
}

.unit-history-table-body {
}

.details-input1 {
    font-weight: 600 !important;
    font-size: 0.80rem !important;
    color: rgba(0,0,0,0.7) !important;
    background-color: #fff !important;
    border: 1px solid hsl(0deg 0% 0% / 9%) !important;
    border-radius: 5px;
    padding:5px !important;

}

.details-input1.md {
    width: 100px !important;
}




#loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}



/*loading spinner styles*/
#loadWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #456ab5;
    border-radius: 50%;
    animation: loading 1.5s cubic-bezier(.8, .5, .2, 1.4) infinite;
    transform-origin: bottom center;
    position: relative;
}

@keyframes loading {
    0% {
        transform: translateY(0px);
        background-color: #456ab5;
    }

    50% {
        transform: translateY(50px);
        background-color: #c72d2d;
    }

    100% {
        transform: translateY(0px);
        background-color: #456ab5;
    }
}

.circle-1 {
    animation-delay: 0.1s;
}

.circle-2 {
    animation-delay: 0.2s;
}

.circle-3 {
    animation-delay: 0.3s;
}

.circle-4 {
    animation-delay: 0.4s;
}

.circle-5 {
    animation-delay: 0.5s;
}

.circle-6 {
    animation-delay: 0.6s;
}

.circle-7 {
    animation-delay: 0.7s;
}

.circle-8 {
    animation-delay: 0.8s;
}




.labelFix {
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto !important;
    display: inherit !important;
}

.star{
    color: red;
}

@media (min-width: 1400px) {
    .portal-form-label.f-label {
        width: 270px;
        padding-right: 10px;
    }
}

@media (min-width: 300px) {
    .f-select {
        width: 80px;
        padding-left: 10px !important;
    }
}

@media (min-width: 300px) {
    .f-section {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .f-section {

        padding-left: 30px;
    }
}

@media (min-width: 300px) {
    .form-div-wrapper.f-div-wrapper {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .form-div-wrapper.f-div-wrapper {
        margin-bottom: 10px;
        display: flex;

    }
}

@media (min-width: 300px) {
    .portal-form-label.f-label {
        width: 180px;
    }
}

@media (min-width: 300px) {
    .p-note-textarea {
        width: 500px;
        margin-left: 5px;
    }
}

@media (min-width: 992px) {
    .p-note-textarea {
        width: 100%;
        margin-left: 5px;
        font-size: 0.8rem;
    }
}

@media (min-width: 300px) {
    .form-div-wrapper.f-div-wrapper.textAreaNotes {
        width: 85%;
    }
}

@media (min-width: 576px) {
    .form-div-wrapper.f-div-wrapper.textAreaNotes {
        width: 95%;
    }
}

@media (min-width: 1200px) {
    .f-section-notes {
        width: 85%;
    }
}

.f-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

@media (min-width: 300px) {
    .f-btn {
        font-family: 'Lato';
        letter-spacing: 0.1rem;
        background-color: #0c71c3;
        width: 150px;
        font-weight: 600;
        border-color: rgba(239,239,239,0.35) !important;
        border-radius: 4px !important;
        font-size: 0.67rem;
        padding: 5px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
}


@media (min-width: 768px) {
    .f-btn {
        width: 60%;
        margin: 0 auto;
        margin-top: 15px;
    }
}

.r-project-info-col {
    border-bottom: 2px solid rgba(0,0,0,0.89);
}

@media (min-width: 300px) {
    .page-form.date-search-form {
        width: 100%;
        margin: 0 auto;
    }
}

.search-date-div {
    padding-left: 0;
}

.portal-form-label.upload-sub-heading.date-serach-label {
    width: 160px;
    margin: initial;
    margin-bottom: 20px;
    text-align: center;
}

.search-label {
    width: 85px !important;
}

.form-input.portal-unit.date-completed-search {
    width: 150px;
}

.submit-btn.date-search-btn:hover {
    width: 40%;
    font-size: 0.8rem;
}

.submit-btn.date-search-btn {
    width: 40%;
    font-size: 0.8rem;
}

.results-table {
    font-size: 0.8rem;
    padding: 20px 0;
}

.submit-btn.date-search-btn.report-download {
    width: 150px;
    font-size: 0.7rem;
}

.search-page{
    padding-bottom:10px;
    margin-bottom:0 !important;
}

.note-form {
    width: 40%;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.note-wrapper {
    display: flex;
    flex-direction: column;
    width:75%;
}

.form-label.form-label.portal-form-label.f-label.note-label {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding-top:1px;
}

.floor-heading.noteHeading {
    font-size: 1rem ;
    width:125px;
}

.cert-notes{
    width:100px !important;
}

.noteBold{
    font-weight: 700;
    font-size: 0.8rem;
}

.noteSection {
    display: flex;
    border-bottom: 1px solid rgba(208, 208, 208, 0.89);
    padding-top: 10px;
}

.noteSpanSize {
    font-size: 0.8rem;
    text-transform: capitalize;
}

.noteHeaderDate {
    flex-basis: 16%;
    padding-left:10px;
}

.noteSection.single{
    padding: 5px 0;
}

.noteBtn {
    flex-basis:5%;
}

.noteDiv{
    flex-basis:75%;
}

.delNoteBtn {
    color: rgb(163, 10, 53);
    font-size:0.9rem;
    padding: 0;
    border: none;
}

.shadow {
    margin-top: 2%;
    box-shadow: 0 0 5px rgba(208,208,208,0.89) !important;
    padding: 15px;
}

.extra-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0%;

}

.projectDetail-select {
    width: 190px;
    margin: 0 auto;
    font-size: 0.8rem;
}

.detail-link.update-pInfo {
    margin-top: 5px;
    margin-left: 5px;
    padding: 2px 5px;
    height: 30px;
    width: 75%;
    margin-bottom: 15px;
    margin-top: 0;
}

.detail-link.update-pInfo.d-note-btn {
    width: 200px;
    margin-top:30px;

}

.form-control.form-input.note-textarea {
    width: 100%;
    height:150px;
    margin-bottom: 5%;
}

.col-sm-10.col-xl-9.mx-auto.shadow.note-table-width {
    margin-bottom: 3%;
    width: 100%;
}

.make-red:hover {
    font-family: 'Lato';
    background-color: rgb(132,132,132) !important;
    border-color: rgb(142,142,142) !important;
    color: #f7f7f7;
    font-weight: 700;
    box-shadow: 0 0 3px rgb(0 0 0 / 80%) !important;
    transition: 0.2s all linear !important;
}

.make-red {
    background-color: rgb(153 16 54) !important;
}

.freight-info-wrapper {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.center-input-text {
    text-align: center;
}

.btn.btn-primary.upload-btn.upload-btn.del-date.updateContractBtn {
    display: flex;
    height: 25px;
    align-items: center;
    width: 60%;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 0.7rem;
    justify-content: center;
}

@media (min-width: 300px) {
    .templateTable {
        width:95%;
        margin: 0 auto;
    }
}

@media (min-width: 576px) {
    .templateTable {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .templateTable {
        width: 70%;
    }
}

@media (min-width: 1400px) {
    .templateTable {
        width: 50%;
    }
}

.emp-article-tr.portal-hov.templateArticle:hover {
    background-color: rgb(215 215 215 / 46%);
    color: #000000;
}

.template-i-style:hover {
    color: rgb(132,132,132); 
    transition: all 0.5s ease;
}

.template-i-style {
    padding: 5px 15px 5px 15px;
    font-size: 1.2rem;
    color: #0c71c3;
}

.template-i-TrashStyle:hover {
    color: rgb(132,132,132);
    transition: all 0.4s ease;
}

.template-i-TrashStyle {
    font-size: 0.9rem;
    color: rgb(163, 10, 53);
}

.templateLink:hover {
    color: #000000e0;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}



.templateLink {
    background-color: initial;
    color: #000;
    font-weight: 600;
    cursor: pointer;

}

.detail-link.update-pInfo.add-template-btn {
    display: block;
    text-align: center;
    width: 25%;
    height: 26px;
    vertical-align: middle;
    padding-top: 3px;
    margin-bottom:30px;
}

.uploadTemplate-form {
    padding: 5% 0;
}

.btn.btn-primary.upload-btn.upload-btn.template-upload-btn {
    display: flex;
    height: 30px;
    align-items: center;
    width: 50%;
    justify-content: center;
}

.wsibWarning {
    font-size: 0.9rem;
    color: red;
    text-decoration: underline;
}

.wsibWarning-p {
    font-size: 0.9rem;
    padding-bottom: 20px;
    color: red;
}

.fas.fa-hammer.hammer-inprogress-icon.status-font {
    font-size:1.2rem;
}

.fas.fa-check.upload-complete-icon.status-font {
    font-size: 1.2rem;
}

@media (min-width: 300px) {
    .table-responsive.projectList-Table.drawingDisplay {
        width: 100%;

    }
}

@media (min-width: 768px) {
    .table-responsive.projectList-Table.drawingDisplay {
        width: 70%;
        margin: initial;
    }
}

@media (min-width: 992px) {
    .table-responsive.projectList-Table.drawingDisplay {
       margin: initial;
       width:70%;
    }
}

@media (min-width: 1200px) {
    .table-responsive.projectList-Table.drawingDisplay {
        margin: initial;
        width: 60%;
    }
}

@media (min-width: 1400px) {
    .table-responsive.projectList-Table.drawingDisplay {
        margin: initial;
        width: 60%;
    }
}

@media (min-width: 300px) {
    .portal-table-td.details-link.button-td {
        width: initial;
        text-align: left;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        line-height: 25px;
        margin-top: 0;
        width: 40%;
        border-bottom: none;
        line-height:25px;
    }
}

@media (min-width: 768px) {
    .portal-table-td.details-link.button-td {
        width:50%;
    }
}

@media (min-width: 992px) {
    .portal-table-td.details-link.button-td {
        width: 40%;
    }
}

@media (min-width: 1200px) {
    .portal-table-td.details-link.button-td {
        width: 30%;
    }
}

.portal-table-td.portal-city.kitchenType-td {
    width: initial;
    text-align: left;
    width: 50%;
}

.portal-table-td.portal-city.hide-on-small.filename-td {
    width: initial;
    text-align: left;
}

@media (min-width: 300px) {
    .portal-table-td.portal-city.hide-on-small {
        display: none;
    }
}

@media (min-width: 300px) {
    .city-th.hide-on-small {
        display: none;
    }
}

@media (min-width: 300px) {
    .table-responsive.freight-contract-display-div {
        width: 45%;

    }
}

@media (min-width: 768px) {
    .table-responsive.freight-contract-display-div {
        padding-left: 50px;
    }
}

@media (min-width: 992px) {
    .table-responsive.freight-contract-display-div {
        padding-left: 7%;
    }
}





@media (min-width: 300px) {
    .table.freight-contract-display {
        width: 100%;
        font-size: 0.8rem;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .table.freight-contract-display {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .table.freight-contract-display {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .table.freight-contract-display {
        width: 90%;
    }
}

.freight-contract-display-td {
    text-align: center;
}

.freight-contract-display-td.req-trucks {
    width: 140px;
}

.heavy-shadow {
    box-shadow: 0 0 10px rgb(68 68 68 / 89%) !important;
}

.form-label.form-label.portal-form-label.freight-info-width-fix {
    width: 100px;
}

.information-p {
    font-size: 0.95rem;
    padding-bottom: 30px;
    width: 90%;
}

.pending-p {
    font-size: 0.9rem;
    text-align: center;
    color: rgb(163, 10, 53);
}

.simple-p {
    text-align: center;
    font-size: 0.9rem;
    color: #fb0217 !important;
}

.detail-link.update-pInfo.d-note-btn.centerHelp {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 300px) {
    .hideOnSmall {
        display: none;
    }
}

@media (min-width: 768px) {
    .hideOnSmall {
        display: table-cell;
    }
}

@media (min-width: 300px) {
    .cellSize {
        width:15%;
    }
}

@media (min-width: 768px) {
    .cellSize {
        width: 10%;
    }
}

.input-not-complete {
    background-color: #f7b08954 !important;
    border: 1px solid #000 !important;
}

.box-not-complete {
    background-color: rgb(253 144 84 / 33%) !important;
}

.emp-article-tr.portal-hov.dashboard-btn:hover {

    border: none;
    background-color: rgba(65,149,217,0.7);
    color: #f7f7f7;
    box-shadow:none;
}

.emp-article-tr.portal-hov.dashboard-btn {
    width: 100%;
    text-align: left;
    border: none;
    background-color: #fff;
    border-bottom: 1px solid rgba(204,204,204,0.74);
}

.emp-list-row-link.dash-btn {
    width: 100%;
    border: none;
    text-align: left;
    background-color: #fff;
}

.emp-list-row-link.dash-btn.dash-art-hover:hover {
    background-color: #fff;
    box-shadow: none;
    color: #000;


}

.emp-article-tr.portal-hov.remove-hov-color:hover {
    background-color: rgba(65,149,217,0.7);
    color: #fff;
    transition: all .2s ease-in;
}

.emp-article-tr.portal-hov.remove-hov-color{
    background-color: #fff;
    color: #000;
}

@media (min-width: 300px) {
    .table.unitTable {
    width: 100%;
    }
}

@media (min-width: 768px) {
    .table.unitTable {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    .table.unitTable {
        width: 70%;
    }
}

@media (min-width: 1400px) {
    .table.unitTable {
        width: 50%;
    }
}

/*shop drawing collapsible*/
.collapsible {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    box-shadow: 0 0 10px rgb(68 68 68 / 89%);
    border: none;
    background-color:#fff;
}

.collapsible.active {
    background-color: #f1f1f1;
    box-shadow: none !important;
}

.collapsible:hover {
    background-color: #f1f1f1;
    box-shadow: none !important;
}

.col-sm-10.col-xl-9.mx-auto.heavy-shadow.content {
    padding: 0 18px;
    overflow: hidden;
    background-color: #f1f1f1;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}






/*Finance Section collapsible*/
.collapsible2 {
    cursor: pointer;
    width: 100%;
    outline: none;
    font-size: 15px;
    border: none;
    background-color: #fff;
    padding:0;
}

.collapsible2.active {
    background-color: #fff;
    box-shadow: none !important;

}

.collapsible2:hover {
    background-color: #fff !important;
    padding:0;
    margin:0;
    box-shadow: 0 0 20px rgb(68 68 68 / 89%) !important;
}

.collapsible2.text-center.details-sub-heading:hover {
    box-shadow: 0 0 10px rgb(68 68 68 / 89%);
    background-color:white;
}

.collapsible2, h5 {
    margin-bottom: 0;
}

.col-sm-10.col-xl-9.mx-auto.heavy-shadow.content2 {
    padding: 0 18px;
    overflow: hidden;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


.collapsible2:after {
    box-shadow: none !important;
    font-size: 20px;
    color: #fff;
    float: right;
    margin-top: -50px;
    padding-right: 5%;

}



#StatusRow.row.justify-content-center.justify-content-sm-center.justify-content-md-center.justify-content-lg-center.justify-content-xl-center.justify-content-xxl-center.stage-row.content2 {
    overflow: hidden;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}







.active:after {

    padding-left:100px;
}


.dropdown-toggle.nav-link.navbar-navlink.width.no-color:hover{
    background-color: rgb(0,0,0) !important;
}

@media (min-width: 300px) {
    .top-options-flex {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
}

@media (min-width: 1200px) {
    .top-options-flex {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
}

@media (min-width: 300px) {
    .options-flex {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
}

@media (min-width: 1200px) {
    .options-flex {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }
}

.input-border-fix {
    border: 1.5px solid rgb(213 213 213 / 89%) !important;
}

@media (min-width: 300px) {
    .form-div-wrapper.poNumber.subTitle {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .form-div-wrapper.poNumber.subTitle {
        width: 50% !important;
    }
}

.form-select.input-form-select.input-border-fix.drawingUpload-hardware {
    width: 400px;
    border-radius: 5px;
    font-size: 0.8rem;
    padding-left: 5px;
}

@media (min-width: 300px) {
    .kitchenTypeDiv {
        width: 100%;
        margin-top:25px;
    }
}

@media (min-width: 992px) {
    .kitchenTypeDiv {
        width: 65%;
    }
}

@media (min-width: 1200px) {
    .kitchenTypeDiv {
        width: 25%;
    }
}

@media (min-width: 300px) {
    .form-select.input-form-select.input-border-fix.drawingUpload-Acc-input {
        width: 300px;
        border-radius: 5px;
    }
}

@media (min-width: 592px) {
    .form-select.input-form-select.input-border-fix.drawingUpload-Acc-input {
        width: 375px;

    }
}

@media (min-width: 300px) {
    .form-select.input-form-select.input-border-fix.input-doorStyles {
        width: 300px;
        border-radius: 5px;
    }
}

@media (min-width: 300px) {
    .form-select.input-form-select.input-border-fix.drawingUpload-hardware {
        width: 270px;
        border-radius: 5px;
    }
}



@media (min-width: 768px) {
    .form-select.input-form-select.input-border-fix.drawingUpload-hardware {
        width: 400px;
    }
}

.filename-link {
    color: #000;
    text-decoration: none;

}

.f-btn.complete {
    padding:8px 0;
}
@media (min-width: 768px) {
    .freightFlexWrapper {
        display: flex;
    }
}

@media (min-width: 768px) {
    .freightFlexedDiv {
        flex-basis: 45%;
    }
}

.page-p {
    font-size: 0.9rem;
    text-align: center;
    padding:20px 0;
}


/* When active, expand max-height and fade in */
.units-table-wrapper.active {

  opacity: 1;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.shop-heading-banner {
    background-color: #f8f9fa;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 1.05rem;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: background-color 0.2s ease;
}

    .shop-heading-banner:hover {
        background-color: #e4e4e4;
    }

.shop-content-section {
    padding: 15px 0;
    border-top: 1px solid #ddd;
}



.collapsible-trigger:hover {
    background-color: #0000008f;
    transition: 0.3s all ease-in-out;
}

.collapsible-trigger {
    cursor: pointer;
    background-color: #000;
    border: none;
    padding: 10px;
    width: 100%;
    text-align: center;
    align-items: center;
    padding:0;
}

.collapsible-trigger:after {
    box-shadow: none !important;
    font-size: 20px;
    color: #fff;
    float: right;
    padding-right: 5%;
}


    .collapsible-trigger.active {
        background-color: #0000008f;
        transition: 0.3s all ease;
    }

.chevron-icon {
    transition: transform 0.3s ease;
    color:#fff;
}

.collapsible-trigger.active .chevron-icon {
    transform: rotate(180deg);
}

.collapsible-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.collapsible-trigger.showUnit {
    color: #fff;
    text-align: right;
    font-size: 0.95rem;
    margin: 0;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 50%;
    background-color: #0c71c3;

}

    .collapsible-trigger.showUnit.active {
        background-color: #689ed3;
        transition:0.3s all ease-in-out;
    }

.text-center.details-sub-heading.dropdownHover:hover {
    background-color: #0000008f;
    transition: 0.3s all ease-in-out;
}


.btn.btn-primary.back-btn.extra.redReport:hover {
    font-family: 'Lato';
    letter-spacing: 1px;
    background-color: rgb(132, 132, 132) !important;
    border-color: rgb(142, 142, 142) !important;
    font-weight: 700;
    box-shadow: 0 0 3px rgb(0 0 0 / 80%);
}

.btn.btn-primary.back-btn.extra.redReport {
    background-color: #e14949 !important;
}

