﻿a.navbar-brand {
    background: url(../Images/sf_logo_1line_neg_rgb_wht_trans_240x50.png) no-repeat top left;
    display: block;
    background-size: 192px 40px;
    height: 40px;
    margin: 5px;
    width: 192px;
    text-indent: -9999px;
}

.str-title, h1, h2 {
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.str-fluid-width {
    max-width: 1550px;
}

a.str-navbar-brand {
    background: url(../Images/sf_logo_1line_neg_rgb_wht_trans_240x50.png) no-repeat top left;
    display: block;
    background-size: 192px 40px;
    height: 40px;
    margin: 5px;
    width: 192px;
    text-indent: -9999px; /* hides the link text */
}

.str-bg-gradiant {
    /*https://cssgradient.io/ */
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,63,94,1) 32%, rgba(0,104,156,1) 73%, rgba(1,91,136,1) 87%, rgba(0,63,94,1) 100%);
    /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,63,94,1) 32%, rgba(0,140,209,1) 68%, rgba(0,104,156,1) 87%, rgba(1,91,136,1) 100%);*/
}

.vl-nav {
    padding-bottom: 10px;
}

.vl-row {
    border-bottom: 1px solid rgba(39,41,43,0.1);
    border-left: 1px solid rgba(39,41,43,0.1);
    border-right: 1px solid rgba(39,41,43,0.1);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 8px 0px 8px 0px;
}

.vl-header-row {
    background-color: rgba(39,41,43,0.03);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: 400;
}

.vl-col {
    font-size: 0.8em;
}

.vl-sub-row {
}

    .vl-sub-row td {
        background-color: rgba(34,34,34,0.03);
    }

.vl-col h4 {
    font-size: 1.3em;
}


.vl-sub-header-row {
    background-color: rgba(39,41,43,0.03);
    padding: 4px;
}

.w-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 0.8em;
    background-color: white;
}

    .w-table thead th {
        border-bottom: 1px solid rgba(39,41,43,0.1);
        background-color: lightsteelblue;
    }
    /* top-left border-radius */
    .w-table tr:first-child th:first-child {
        border-top-left-radius: 6px;
    }
    /* top-right border-radius */
    .w-table tr:first-child th:last-child {
        border-top-right-radius: 6px;
    }

    .w-table th {
        border: 1px solid #f9f9f9;
        background-color: rgba(39,41,43,0.03);
        font-weight: 600;
        padding: 5px;
    }

    .w-table td {
        border: 1px solid rgba(39,41,43,0.1);
        padding: 5px;
    }

.RowPrimary {
    background-color: ghostwhite;
    font-weight: 600;
}

    .RowPrimary td {
        border-top: 2px solid ghostwhite;
        border-bottom: 2px solid ghostwhite;
    }

.RowAlt {
}

    .RowAlt td {
        background-color: white;
        height: 40px;
        border-top: 2px solid rgba(39,41,43,0.02);
        border-bottom: 2px solid rgba(39,41,43,0.02);
    }

.RowHover td {
    background-color: #69e6ee;
}

.RowWarning td {
    background-color: mistyrose;
}

.crminfo {
    background-color: #d5d5d521;
    border: 1px solid rgba(1,91,136,1);
    margin: 0px 0px 15px 0px;
    padding: 8px 10px;
}

.container-docs {
}

.fractioninput {
    width: 4rem;
    padding: 2px 2px;
    border-radius: 0px;
    border: 1px solid #000000;
    background-color: #ffffff;
    font-size: 0.8rem;
    color: var(--text-primary);
}

header.masthead {
    text-align: center;
    color: #fff;
    background-image: url("../images/Stratus-home-page_V2.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    height: 100vh;
}

    header.masthead .masthead-subheading {
        font-size: 23px;
        letter-spacing: -1px;
        max-width: 600px;
        color: yellowgreen;
        /*font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    }

    header.masthead .masthead-heading {
        font-size: 66px;
        font-weight: 600;
        letter-spacing: -2px;
        max-width: 600px;
        position: relative;
        /*font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    }

    header.masthead .masthead-container {
        text-align: left;
        max-width: 1550px;
        padding-top: 10.5rem;
        padding-bottom: 6rem;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        padding-left: 5%;
        background: rgb(0,0,0);
        background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7063200280112045) 22%, rgba(0,0,0,0.46262254901960786) 38%, rgba(0,0,0,0) 59%, rgba(0,0,0,0) 100%);
        min-height: 100%;
    }

@media (min-width: 768px) {
    header.masthead {
    }

        header.masthead .masthead-container {
            padding-top: 12rem;
            padding-bottom: 11rem;
            top: 0;
            left: 0;
            height: 100%;
            min-height: 100%;
            width: 100%;
            padding-left: 5%;
            background: rgb(0,0,0);
            background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7063200280112045) 22%, rgba(0,0,0,0.46262254901960786) 38%, rgba(0,0,0,0) 59%, rgba(0,0,0,0) 100%);
        }

        header.masthead .masthead-subheading {
            font-size: 38px;
            letter-spacing: -1px;
            max-width: 600px;
            color: yellowgreen;
            line-height: 1;
            /*font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
        }

        header.masthead .masthead-heading {
            font-size: 110px;
            font-weight: 600;
            letter-spacing: -2px;
            max-width: 600px;
            line-height: 1;
            /*font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
        }

        header.masthead p {
            padding-right: 50%;
            line-height: 1.5;
            padding-bottom: 30px;
        }

    .highlight {
        background-color: cornsilk;
        border: 1px solid #fffa00;
    }
}

.dl-horizontal dt {
    white-space: normal;
}

.text-left {
    text-align:left !important;
}

.clear{
    clear:both;
}

#toolbar-container {
    background: linear-gradient(#428bca, #3b7db5); 
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    z-index: 100;
    position: fixed;
    width: 100%;
}

.container-main-content {
    margin-top: 90px;
}

#main-table td {    
    height: 35px;
    padding: 0 5px;
}

.s-toolbar-btn{
    min-height: 72px;
    height: 100%;
    font-size: 12px;
    vertical-align:bottom;
    text-align:center;
}
.s-toolbar-btn-img {
    height:32px;
}

.comment-box {
    min-height: 80px;
    min-width: 350px;
    border-radius:3px;
    border: 1px solid #e5e5e5;
    margin: 0 5px 15px 0px;
}

.record-link {
    padding: 5px;
}

.record-link-container {

    padding: 5px;
    border-radius:3px;
}

#ItemDescription {width:100%}
#Quantity {Width:100%;text-align:right;height: 25.2813px;padding-right: 6px;}
#UnitCost {Width:100%;text-align:right;height: 25.2813px;padding-right: 6px;}
#UomContainer{ padding-left: 0;}
.label-bold {
    font-size: 1.11em;
    font-weight:900;
}

/* Info template */
.k-notification-info.k-group {
    background: rgba(0%,0%,0%,.7);
    color: #fff;
}
.new-mail {
    width: 300px;

}

.new-mail h3 {
    font-size: 1em;
    padding: 32px 10px 5px;
}

.new-mail img {
    float: left;
    margin: 30px 15px 30px 30px;
}

/* Error template */
.k-notification-error.k-group {
    background: rgba(100%,0%,0%,.7);
    color: #ffffff;
}

.wrong-pass {
    min-width: 300px;
}

.wrong-pass h3 {
    font-size: 1em;
    padding: 32px 10px 5px;
}

.wrong-pass img {
    float: left;
    margin: 30px 15px 30px 30px;
}

/* Success template */
.k-notification-upload-success {
    background: rgba(0%,60%,0%,.7);
    color: #fff;
}

.upload-success {
    width: 240px;
    height: 100px;
    padding: 0 30px;
    line-height: 100px;
}

.upload-success h3 {
    font-size: 1em;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}

.upload-success img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/* templateReqLines Template */
.templateReqLinesContainer {
    padding-bottom: 30px !important;
    /*background: rgba(0%,0%,0%,.7);*/
}

#GridLoader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: crimson;
    z-index: 100;
}

/* Loading Spinner*/
.spinnerContainer {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.85);
    z-index: 1000;
}

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% { 
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% { 
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}

/* Fixes dropdown menus placed on the right side */
.ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
}

.username a:link {
    font-size: 12px;
    color: #f1f1f1;
}

.username a:hover {
    font-size: 12px;
    color: #ffffff;
}

.label-page {
    font-size: 28px;
    font-weight: 200;
}

a.label-page:link, a.label-sub:link {
    color: black;
}

a.label-page:visited, a.label-sub:visited {
    color: black;
}

a.label-page:hover, a.label-sub:hover {
    color: #3b7db5;
}

.label-sub, a.label-sub, a.label-sub:link {
    font-size: 13px;
    font-weight: 400;
    color: black;
}

.label-price {
    font-size: 1.3em;
    font-weight: 600;
    color: blue;
    padding-right: 10px;
}

.content-subsection {
    width: 100%;
    padding: 8px;
    background-color: #ffffff;
    border: 0px solid #e9ecef;
}

.content-header {
    width: 100%;
}

.content-subsection-header {
    padding: 5px;
    z-index: 10;
    background-color: #6c757d;
    color: #fff;
}

.content-subsection-title {
    padding: 5px 0 10px 0;
    font-size: 14px;
    font-weight: 600;
}

.btn-text-white a:link {
    color: #ffffff;
}

.btn-text-white a:visited {
    color: #ffffff;
}

.formlabel {
    font-size: 14px;
    font-weight: 700;
}
.formvalue {
    font-size: 14px;
}

.lenghEditor {
    background-color: #fff;
    max-width: 310px;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}
.lenghEditorDisplay {
    position: relative;
    border-bottom: 1px solid #dadce0;
}
.textinchlength {
    background-color: #fffdd6;
    min-height: 20px;
}

#InputSheetForm .k-input {
    background-color: #fffdd6 !important;
}
#InputSheetForm .k-dropdown .k-dropdown-wrap .k-select {
    background-color: #fffdd6 !important;
}
#InputSheetForm .k-list {
    background-color: #fffdd6 !important;
}
#InputSheetForm .k-reset {
    background-color: #fffdd6 !important;
}

.lenghEditorInput {
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dadce0;
    z-index: 1000;
    min-width: 310px;
}

.sl-ricon {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
}

.field-validation-error {
    color: #ff5000;
}

#overlay {
    left: 0;
    top: 0;
    position: absolute;
    background: #3e3e3e;
}

#overlay.currently-loading img {
    display: block;
    width: 100%;
    height: 100%;
}

.movinggrid {
    left: 50%;
    top: 0;
    display: inline-block;
    height: 100px;
    width: 400px;
    padding: 0px 1px 1px 1px;
    color: white;
    margin-right: 1px;
    margin-left: 1px;
    animation-direction: alternate;
    opacity: 1;
}

.movinggriddark {
    left: 50%;
    top: 0;
    display: inline-block;

    height: 100px;
    width: 400px;
    padding: 0px 1px 1px 1px;
    color: white;
    margin-right: 1px;
    margin-left: 1px;
    animation-direction: alternate;
    opacity: 1;
}

@keyframes one {
    0% {
        height: 20px;
        background: #f1f2f2;
    }

    100% {
        height: 120px;
        background: #fafafa;
    }
}

@keyframes two {
    0% {
        height: 20px;
        background: #e4e5e6;
    }

    100% {
        height: 120px;
        background: #fafafa;
    }
}

.feetinput, .inchesinput {
    max-width: 80px;
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0.8;
    background: rgba(255,255,255,1) url("../Images/mw-globe-animation-04.gif") center no-repeat;
}

body.loading {
    overflow: hidden;
}

body.loading .overlay {
    display: block;
}

#FooterContainer {
    margin: 0 15px 0 15px;
}

.h2dropdownmenu {
    font-size: 28px;
    font-weight: 200;
    border: 0px solid;
}


#InputSheetContainer {
    font-size: 13px;
}

#versioninfo {
    font-size: 0.8em;
    max-width: 1550px;
}

.hova {
    background-color: lightblue;
}

.special-requirements-text {
    color: #f93943;
}


.opening-container {
    display: flex;
    margin-top: 12px;
    margin-bottom: 12px;
    align-items: center;
}

.add-opening-buttons {
    display: flex;
    gap: 1rem;
}

.opening-container button:disabled {
    cursor: default;
}

.opening-container button:focus {
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}

.items-dropdown {
    margin-right: 16px;
    width: 210px;
    padding: 8px;
    border-radius: 10px;
    border: solid #cccccc 1px; 
}

.items-dropdown:focus {
    border-color: #cccccc; 
}

/* Notifications CSS */
.notifications-container ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.nav-pills .nav-link {
    color: black;
}

.nav-pills .nav-link.active {
    background-color: #ababab;
}

.nav-pills .nav-link svg {
    margin-right: 8px; 
    vertical-align: text-bottom; 
}

.noti-title {
    color: blue;
    display: flex;
    align-content: flex-end;
    
}

.item-description {
    font-size: 0.75rem;
    color: dimgrey;
    margin-bottom: 1rem;
}

.noti-general-items {
    margin-bottom: 2rem;
}

.noti-quote-items {
    margin-bottom: 1rem;
}
/* End of Notifications CSS*/

.switch {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
}

.switch input {
    display: none;
}

.slider {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
    background-color: black;
    margin-left: 20px;
    cursor: pointer;
}

.slider.round {
    border-radius: 20px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #598eff;
}

input:checked + .slider:before {
    transform: translateX(14px);
}

.checkbox-wrapper-4 {
    margin-left: auto;
    
}

  .checkbox-wrapper-4 .cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
    display: inline-block;
  }

  .checkbox-wrapper-4 .cbx:not(:last-child) {
    margin-right: 6px;
  }

  .checkbox-wrapper-4 .cbx:hover {
    background: rgba(0,119,255,0.06);
  }

  .checkbox-wrapper-4 .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }

  .checkbox-wrapper-4 .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0,16,75,0.05);
  }

  .checkbox-wrapper-4 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }

  .checkbox-wrapper-4 .cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
  }

  .checkbox-wrapper-4 .cbx:hover span:first-child {
    border-color: #598eff;
  }

  .checkbox-wrapper-4 .inp-cbx {
    position: absolute;
    visibility: hidden;
  }

  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
    background-color: #598eff;
    border-color: #598eff;
    animation: wave-4 0.4s ease;
  }

  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }

  .checkbox-wrapper-4 .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
  }

  @media screen and (max-width: 640px) {
    .checkbox-wrapper-4 .cbx {
      width: 100%;
      display: inline-block;
    }
  }

  @-moz-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }

  @-webkit-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }

  @-o-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }

  @keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }

 .option-button {
     background-color: transparent;
     border: none;
 }

.option-button:focus {
    outline: none;
}

/* Wall Opening Display Table */
#opening-walls-container {
    border-collapse: collapse;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    border-radius: 4px;
    background-color: #efefef;
    padding: 4px;
}

.wall-opening-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    overflow: hidden;
    width: 100%;   
}

.wall-opening-table th {
    background-color: #303030;
    overflow: hidden;
    color: white; 
}

.wall-opening-table th,
.wall-opening-table td {
    padding: 12px 15px;
}

/* Quotes page css */
.full-quote-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;  
}

#tabbed-content {
    display: flex;
    flex-direction: row; 
}

.quote-sidebar-container {
    max-width: 250px;
    background-color: transparent;
    padding-top:20px; 
}

.tab-content {
    flex-grow: 1;
    padding-left: 32px;
    margin-bottom: 2rem;
}

@media (max-width: 900px) {
    quote-sidebar-container  {
        max-width: 100px;
    }
}

.quote-sidebar-container .nav-tabs .nav-item {
    margin-bottom: 15px;
    min-width: 250px;
}

.quote-sidebar-container .nav-tabs .nav-link {
    color: black;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 8px 30px;
    min-width: 250px;
}

    .quote-sidebar-container .nav-tabs .nav-link:hover {
        text-decoration: none;
        outline: none;
        background-color: lightgrey;
        border-radius: 20px;
    }

    .quote-sidebar-container .nav-tabs .nav-link.active {
        background-color: #3888ff;
        color: white;
        border-radius: 20px;
    }



.opening-text {
    border-bottom: solid;
    padding-bottom: 16px;
    border-color: black;
    border-block-width: 2px;
    padding-left: 16px;
}

.quote-page-title {
    margin-bottom: 30px;
    display: flex;
    align-self:start;
}

.quote-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quote-user-title {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.quote-user-title h1{
    font-size: 2.5rem;
    font-weight: 600;
}

.filter-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;    
    max-width:1024px;
}

.staff-filter-container {
    margin-bottom: 0;
}

.staff-filter-button {
    font-size: 1rem;
    padding: 5px 15px;
    margin-bottom: 10px;
    margin-right: 5px;
    cursor: pointer;
    background-color: #3888ff;
    color: white;
    border: none;
    border-radius: 15px;
    font-weight: 300;
    transition: background-color 0.3s, color 0.3s;
    outline: none;
}

.staff-filter-button:focus {
    outline: none;
}

.quote-items-container {
    display: flex;
    flex-wrap: wrap;
}

.item {
    padding: 20px;
    margin: 10px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 5px;
    flex: 1 1 30%;
}

.hidden {
    display: none;
}

.quote-item-container {
    width: 100%;
    max-width: 1500px;
    background-color: rgba(156, 156, 156, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
}

.quote-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 10px;
    padding-bottom: 8px;
}

.title-container {
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
}

.subtitles {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    max-width: 1000px;
}

.subtitles h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.9rem;
}

.project-title-link {
    margin-bottom: 0.5rem;
}


.project-title-link a {
    color: #18272F;
    position: relative;
    text-decoration: none;
    font-size: 1.75rem;  
    font-weight:700;
}

.project-title-link a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background-color: #18272F;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

.project-title-link a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.assign-quote-button {
    border: 0;
    border-radius: 12px;
    color: white;
    background-color: #85b1ff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    outline: transparent;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    outline: none;
}

.cancel-quote-button {
    background-color: #ff3729;
    border: 0;
    outline: none;
    border-radius: 12px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    outline: transparent;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
}

.cancel-quote-button:not([disabled]):focus {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem #f9f9f9, .125rem .125rem 1rem #f9f9f9;
    outline: none;
}

.cancel-quote-button:not([disabled]):hover {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem #f9f9f9, .125rem .125rem 1rem #f9f9f9;
    outline: none;
}

.confirm-assign-button:not([disabled]):focus {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(103, 43, 255, 0.50), .125rem .125rem 1rem rgba(103, 43, 255, 0.50);
    outline: none;
}

.confirm-assign-button:not([disabled]):hover {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(103, 43, 255, 0.50), .125rem .125rem 1rem rgba(103, 43, 255, 0.50);
    outline: none;
}

.quote-item-container .content {
    flex-grow: 1;
}

.quotes-button-container {
    display: flex;
    gap: 1rem;
    align-items:center;
}

.status-text {
    white-space: nowrap;
}

.button-group {
    display: flex;
    justify-content:space-evenly;
    gap: 3rem;
    margin-top: auto;
}

.button-group .btn {
    flex: 1;
    margin: 0 5px;
    padding: 10px;
    background-color: rgba(156, 156, 156, 0.3);
    border: 1px solid #ccc;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 16px;
}

.button-group .btn:hover {
    background-color: lightgray;
}

@media (max-width: 1024px) {
    .quote-item-container {
        height: auto;
        padding: 10px;
    }
}

.modal-header {
    margin-bottom: 10px;
    display: flex;
}

#result {
    margin:auto;
}

.modal-content {
    border-radius: 30px;
    padding: 0 0 0 8px;
}

.quote-assign-user h4 {
    margin-bottom: 0.5rem;
}

.user-assign-row {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;

}

.custom-deadline-text {
    color: red;
}

.confirm-assign-button {
    background: linear-gradient(to bottom right, #3888ff, #9382ff);
    border: 0;
    border-radius: 12px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    outline: transparent;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
}

.confirm-assign-button:not([disabled]):focus {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(255, 255, 255, 0.5), .125rem .125rem 1rem rgba(255, 255, 255, 0.5);
}

.confirm-assign-button:not([disabled]):hover {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(255, 255, 255, 0.5), .125rem .125rem 1rem rgba(255, 255, 255, 0.5);
}

.rush-quote-box label{
    margin: 0; 
}

#rush-quote-date label{
    margin: 0;
    padding-right: 1rem;
}

.select-staff-container select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 10px 100px 10px 15px;
    font-size: 1rem;
    color: #333;
    outline: none;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s, box-shadow 0.3s;
}

    .select-staff-container select:hover {
        border-color: #999;
    }

    .select-staff-container select:focus {
        border-color: #007BFF;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
    }

    /* Arrow for select dropdown */
    .select-staff-container select::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        width: 0;
        height: 0;
        pointer-events: none;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #333;
        transform: translateY(-50%);
    }

.select-staff-container {
    position: relative;
    display: inline-block;
    width: 200px; 
    
}

.select-staff-edit-container select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 300px;
    border-radius: 12px;
    padding: 10px 40px 10px 15px;
    font-size: 16px;
    color: #333;
    outline: none;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s, box-shadow 0.3s;
}

    .select-staff-edit-container select:hover {
        border-color: #999;
    }

    .select-staff-edit-container select:focus {
        border-color: #007BFF;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
    }
    
.select-staff-edit-container select::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    transform: translateY(-50%);
}

.select-staff-edit-container {
    position: relative;
    display: inline-block;
    width: 200px;
}

/* Specs page */
/* Cancel Quote css */
#warningModal .modal-body {
    margin: 0;
    padding-top: 0.5em;
    font-weight: 500;
}

#warningModal .modal-header {
    margin: 0;   
}

#warningModal h5 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;  
}

#warningModal h4 {
    font-weight: 500;
}

.cancel-quote-buttons-flex {
    display: flex;
    gap: 1rem;
}

.confirm-cancel-quote-button {
    background-color: hsl(6, 100%, 59%);
    border: 0;
    border-radius: 0.5rem;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2.5;
    outline: transparent;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
}

.close-cancel-quote-button {
    background-color: #a3a3a3;
    border: 0;
    border-radius: 0.5rem;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    outline: transparent;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
}

.clone-wall-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 4rem;
}

.selected-wall-container {
    display: flex;
    flex-direction: column;
}

.selected-opening-container {
    display: flex;
    flex-direction: column;
}

.clone-new-opening {
    margin-top: 0.5rem;
    background-color: transparent;
    border: none;
    color: dimgray;
    white-space: nowrap;
    border-radius: 10rem;
    transition: background-color 0.3s ease;
    padding: 0.25em 0.75em;
}

.clone-new-opening:hover {
    background-color: lightgrey;

  }

.clone-new-opening:focus {
    outline: none;
  }

.confirm-delete-dialogue {
    font-size: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-weight: lighter;
}

.confirm-cancel-quote-request-button {
    background-color: #ff3729;
    border: 0;
    border-radius: 0.75rem;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2.5;
    outline: transparent;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
}

/* Radom metric spect sheet css because blazor is annoying */
.sidebar-input .nav-link a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0rem;
    color: #27272a;
}
.sidebar-input .nav-link a:hover {
    text-decoration: none;
    border-radius: 0.5rem;

}
    .sidebar-input .nav-link a.active {
        background-color: #e2e8f0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0rem;
        color: #27272a;
        border-radius: 0.5rem;
    }

:root {
    --white-100: #ffffff;
    --white-200: #f5f7fa;
    --white-300: #e9edf3;
    --blue-900: #0b1c2d;
    --blue-800: #132a44;
    --blue-700: #1d3b5f;
    --blue-accent: #3fa9f5;
    --text-primary: #0b1c2d;
    --text-secondary: #4a5b6d;
}


.floating-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6), 0 3px 6px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 100;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(11, 28, 45, 0.55);
    backdrop-filter: blur(4px);
    z-index: 99;
}

.modal-container {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 480px;
    max-width: 90%;
    max-height: 90vh;
    background-color: var(--white-100);
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    transform: translate(-50%, -45%) scale(0.96);
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 100;
    overflow: hidden;
}

    .modal-container.show {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

.contact-form {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 0.85rem;
    color: var(--text-primary);
    overflow-y: auto;
    max-height: 90vh;
    scrollbar-width: thin;
    scrollbar-color: var(--blue-800) var(--white-200);
}

    .contact-form::-webkit-scrollbar {
        width: 8px;
    }

    .contact-form::-webkit-scrollbar-track {
        background: var(--white-200);
        border-radius: 8px;
    }

    .contact-form::-webkit-scrollbar-thumb {
        background-color: var(--blue-800);
        border-radius: 8px;
        border: 2px solid var(--white-200);
    }

    .contact-form h1 {
        font-size: 1.25rem;
        margin-bottom: 4px;
        color: var(--blue-900);
    }

    .contact-form p {
        font-size: 0.85rem;
        color: var(--text-secondary);
        margin-bottom: 12px;
    }


    .contact-form span {
        font-size: 0.75rem;
        font-weight: 600;
        color: var(--blue-800);
    }

.input-mail,
.input-description,
select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid var(--white-300);
    background-color: var(--white-200);
    font-size: 0.8rem;
    color: var(--text-primary);
}

.input-description {
    min-height: 70px;
    resize: none;
}

    .input-mail:focus,
    .input-description:focus,
    select:focus {
        outline: none;
        border-color: var(--blue-accent);
        background-color: var(--white-100);
    }

.contact-submit-btn {
    margin-top: 14px;
    align-self: center;
    width: 60%;
    padding: 10px;
    font-size: 0.85rem;
    background-color: var(--blue-800);
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.15s ease;
}

    .contact-submit-btn:hover {
        background-color: var(--blue-700);
    }

    .contact-submit-btn:active {
        transform: scale(0.97);
    }

.modal-overlay {
    animation: overlayFade 0.35s ease;
}

@keyframes overlayFade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



/*HOVERING ANIMATION FOR CONTACT US BUTTON*/
.animated-contact {
    position: fixed;
    bottom: 22px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 60px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #777;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: 0.5s;
    overflow: hidden;
}

    .animated-contact::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 60px;
        background: linear-gradient(45deg, #007bff, #00c6ff);
        opacity: 0;
        transition: 0.5s;
    }

    .animated-contact::after {
        content: "";
        position: absolute;
        top: 10px;
        width: 100%;
        height: 100%;
        border-radius: 60px;
        background: linear-gradient(45deg, #007bff, #00c6ff);
        filter: blur(15px);
        opacity: 0;
        transition: 0.5s;
        z-index: -1;
    }

    .animated-contact:hover {
        width: 180px;
        box-shadow: none;
    }

        .animated-contact:hover::before {
            opacity: 1;
        }

        .animated-contact:hover::after {
            opacity: 0.6;
        }

    .animated-contact .icon {
        transition: 0.5s;
        transition-delay: 0.25s;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .animated-contact svg {
        width: 24px;
        height: 24px;
    }

    .animated-contact:hover .icon {
        transform: scale(0);
        color: #fff;
        transition-delay: 0s;
    }

    .animated-contact .title {
        position: absolute;
        color: #fff;
        font-size: 0.55em;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        transform: scale(0);
        transition: 0.5s;
        transition-delay: 0s;
    }

    .animated-contact:hover .title {
        transform: scale(1);
        transition-delay: 0.25s;
    }
/*END OF HOVERING ANIMATION*/


/* ========================================
   Loading Spinner Overlay Styles
   ======================================== */

/* HTMX Indicator - Completely hidden by default */
.htmx-indicator {
    display: none !important;
}

    .htmx-indicator.htmx-request {
        display: block !important;
    }

/* Full Screen Dark Overlay - Completely removed from document flow */
.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.25s ease-in;
    margin: 0;
    padding: 0;
}

/* Centered Spinner Box */
.spinner-box {
    background: white;
    padding: 3rem 4rem;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    text-align: center;
    min-width: 320px;
    max-width: 400px;
    animation: slideUp 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}

/* Dot Spinner Animation */
.dot-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    height: 60px;
}

    .dot-spinner .dot {
        width: 1rem;
        height: 1rem;
        background-color: #0d6efd;
        border-radius: 50%;
        animation: dotBounce 1.4s infinite ease-in-out both;
    }

        .dot-spinner .dot:nth-child(1) {
            animation-delay: -0.32s;
        }

        .dot-spinner .dot:nth-child(2) {
            animation-delay: -0.16s;
        }

@keyframes dotBounce {
    0%, 80%, 100% {
        transform: scale(0.6);
        opacity: 0.5;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Typography Styles */
.spinner-box h5 {
    color: #212529;
    font-weight: 600;
    font-size: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 0.75rem;
}

.spinner-box p {
    color: #6c757d;
    font-size: 1rem;
    margin-bottom: 0.25rem;
    line-height: 1.5;
}

.spinner-box small {
    color: #adb5bd;
    font-size: 0.875rem;
    display: block;
    margin-top: 0.5rem;
}

/* Smooth Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Button State During Request */
.htmx-request.requote-btn,
button.htmx-request {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Responsive Design */
@media (max-width: 576px) {
    .spinner-box {
        padding: 2rem 2.5rem;
        min-width: 280px;
        margin: 0 1rem;
    }

        .spinner-box h5 {
            font-size: 1.1rem;
        }
}