﻿* {
    scrollbar-width: thin;
    scrollbar-color: lightgray;
}

html {
    font-family: 'Poppins', sans-serif;
/*    overflow-y: hidden;*/
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

h1 {
    font-size: 2em;
    line-height:1.1875;
    color: #004485;
}

h2 {
    font-size: 1.5em;
    font-weight: 800;
    line-height:1.458;
}

h3 {
    font-size: 1.5em;
    line-height: 1.458;
}

h4 {
    font-size: 1em;
    font-weight: 800;
    color: #1A1818;
    text-transform: uppercase;
    line-height: 1.75;
}

p {
    font-size: 1em;
    line-height: 1.75;
/*    color: #60656B;*/
}

.text-right { 
    text-align:right; 
}

.text-left { 
    text-align: left; 
}

.text-center {
    text-align: center;
}

.content-under-toolbar{
    padding: .5em;
    margin: 1em;
}

#external-account .btn-link {
    color: #0366d6;
    padding: 0; 
}

/*.radio-box {
    border: 2px solid lightgray;
    border-radius: 1em;
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.radio-box:hover {
    border-color: #888;
}

.radio-box:has(input[type="radio"]:checked) {
    border: 2px solid #004485;
    border-color: #004485;
    background: #e3f1f9;
}

.radio-box input:checked {
    background: #004485;
    border-color: #004485;
}

.radio-box input:hover {
    cursor: pointer;
}*/

.radio-box {
    border: 2px solid lightgray;
    border-radius: 1em;
    padding: .75em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: .5em;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.radio-box:hover {
    border-color: #888;
}

.radio-box:has(input[type="radio"]:checked) {
    border-color: #004485;
    background: #e3f1f9;
}

.radio-box input[type="radio"] {
    margin: 0;
}

.label-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dropdown-thread {
    border-radius: 0.25em;
    font-size: .8em;
    font-weight: 500;
    color: #595D63;
    line-height: 1.5em;
    padding: 1em;
}

.dropdown-thread label {
    font-weight: 500;
    color: #595D63;
}


.dropdown-thread select {
    font-weight: 500;
    color: #000;
    border:0;
    background: transparent;
}

.btn-primary {
    color: #fff;
    background-color: #004485;
    border-color: #004485;
    border-width:2px;
    border-radius: 0.313rem;
    font-size: 0.875rem;
    line-height: 1;
    padding: 0.813rem 3.438rem;
}

/*.btn-primary:hover {
    background: transparent;
    color: #004485;
    border-color: #004485;
    border-width: 2px;
}*/

.btn-outline-primary {
    color: #004485;
    border-color: #004485;
    border-width: 2px;
    border-radius: 0.313rem;
    font-size: 0.875rem;
    line-height: 1;
    padding: 0.813rem 3.438rem;
}

/*.btn-outline-primary:hover {
    background: #004485;
    border-color: #004485;
}*/

.btn-secondary {
    color: #fff;
    background-color: #60656B;
    border-color: #60656B;
    border-width: 2px;
    border-radius: 0.313rem;
    font-size: 0.875rem;
    line-height: 1;
    padding: 0.813rem 3.438rem;
}

/*.btn-secondary:hover {
    background: transparent;
    color: #60656B;
    border-color: #60656B;
    border-width: 2px;
}*/

.btn-outline-secondary {
    color: #60656B;
    border-color: #60656B;
    border-width: 2px;
}

/*.btn-outline-secondary:hover {
    background: #60656B;
    border-color: #60656B;
}*/

.btn-transparent {
    border:0;
    background:transparent;
}

.circle-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: #004485;
    color: white;
}

/*.circle-btn:hover {
    background: white;
    color: #004485;
    border: 2px #004485 solid;
}*/

button.close {
    border: 0;
    background: transparent;
    font-size: 1.25em;
}

.breadcrumb-links {
    font-size: 0.8125em;
    line-height: 1.75;
    color: #595D63;
    margin-bottom:2em;
}

.breadcrumb-links a {
    text-decoration: underline;
    color: #82868C;
}

.breadcrumb-links a:hover {
    text-decoration: none;
    color: #9A9FA6;
}

.table-queues a {
    color:#595D63;
}

.form-label {
    font-weight: 600;
    color: #595D63;
    font-size: .8125em;
}

#backToThreads {
    text-decoration: underline;
    color: #82868C;
}

#backToThreads:hover {
    text-decoration: none;
}
.back-to-threads-container {
    margin-bottom: 0.625rem;
}
.adjust-status .dropdown-outline,
.adjust-queue .dropdown-outline {
    border: 1px solid #E5E8EB;
    border-radius: .5em;
    font-size: 0.813rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*.adjust-status .dropdown-menu,
.adjust-queue .dropdown-menu {
    width: 100%;
    padding: .5em;
    border-radius: 1em;
    min-width: max-content;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(6px);
}*/

.adjust-queue {
    margin: .5em 0;
}

.adjust-queue label {
    display: flex;
    justify-content: center;
    background: #818181;
    color: #fff;
    padding: 1px;
    border-radius: .5em .5em 0em 0em;
    width: 100%;
}

.adjust-status {
    margin: .5em 0;
}

.adjust-status label {
    display: flex;
    justify-content: center;
    background: #818181;
    color: #fff;
    padding: 1px;
    border-radius: .5em .5em 0em 0em;
    width: 100%;
}

.queue-tag {
/*    color: #8a8d92;*/
    display: inline-block;
    font-size: 0.813rem;
/*    line-height: 1.5em;
    padding: 0 0.5em;
    background: #f3f6f9;*/
    border-radius: 50rem;
}

/*.queue-tag-not-started {
    color: #595D63;
    border: 1px solid #c9c7a6;
    background: #c9c7a6; 
}

.queue-tag-electrical-testing {
    color: #fff;
    border: 1px solid #FF5151;
    background: #FF5151;
}

.queue-tag-quality {
    color: #fff;
    border: 1px solid #fe7747;
    background: #fe7747;
}

.queue-tag-route {
    color: #595D63; 
    border: 1px solid #F3DD6D;
    background: #F3DD6D;
}

.queue-tag-cam {
    color: #fff;
    border: 1px solid #1576D1;
    background: #1576D1;
}

.queue-tag-methods {
    color: #fff;
    border: 1px solid #90C5F7;
    background: #90C5F7;
}

.queue-tag-completed {
    color: #595D63;
    border: 1px solid #00C9A7;
    background: #00C9A7;
}*/

/*.status-tag-active {
    color: #fff;
    background: #1971b5;
}

.status-tag-hold {
    color: #fff;
    background: #818181;
}

.status-tag-cancelled {
    color: #fff;
    background: #bd0e4e;
}

.status-tag-completed {
    color: #fff;
    background: #027572;
}*/

/*.queue-compete-btn {
    width: 100%;
}*/

.toast-header {
    background: #badcf1;
    color: #004585;
    border-radius: 1em 1em 0em 0em;
}

/*.toast-header .btn-close {
    color: #fff !important;
}*/

.toast-body {
    background: #fafafa;
    border-radius: 0em 0em 1em 1em;
}

.toast {
    border-radius: 1em;
}

.dropdown-item.print-dropdown-item {
    font-size: .8em;
}

.job-customer-link {
    display: block;
    color: #595D63;
    font-size: .875em;
    line-height: 1.692;
    padding-top: 0.2em;
/*    text-align: center;*/
}

#contactsTable th {
    font-weight: 600;
    font-size: small;
}

#contactsTable td {
    align-content: center;
}

.parent-thread-text {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.parent-thread-text p {
    margin-bottom: 0;
}

.child-thread-text-left, .child-thread-text-left * {
    color: white !important;
    max-width: 600px;
}

.child-thread-text-right, .child-thread-text-right * {
    color: white !important;
    max-width: 600px;
}

#threadCategoriesTabs {
    justify-content: start;
}

#jobsTabs, #threadCategoriesTabs {
    color: #595D63;
    margin-bottom: 1em;
}

#jobsTabs, #threadCategoriesTabs h3 {
    font-size: 1.125em;
    margin-bottom: 1em;
}

#jobsTabs .nav-item,
#threadCategoriesTabs .nav-item {
    border-color: transparent;
}

#jobsTabs .nav-link,
#threadCategoriesTabs .nav-link {
    color: #4b4b4b;
    font-size: 0.8754rem;
    border-color: transparent;
    outline: none !important;
    transition: none !important;
}

#jobsTabs .nav-link.active,
#threadCategoriesTabs .nav-link.active{
    color: #2D2D2D;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 4px solid #1576D1;
    font-weight: 600;
}

#jobsTabs .nav-link:focus-visible,
#jobsTabs .nav-item:focus-visible,
#jobsTabs .nav-link:hover,
#jobsTabs .nav-item:hover,
#threadCategoriesTabs .nav-link:focus-visible,
#threadCategoriesTabs .nav-item:focus-visible,
#threadCategoriesTabs .nav-link:hover,
#threadCategoriesTabs .nav-item:hover {
    border-color: transparent;
    isolation: isolate;
}

#jobsTabs .nav-link.active:hover,
#threadCategoriesTabs .nav-link.active:hover {
    border-bottom-color: #1576D1;
}

.job-details .form-switch {
    padding-left: 3.313rem;
}

.job-creation .form-switch {
    padding-left: 3.313rem;
}

/* removes focus ring */
:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

/*.threads-table-actions-bar {
    border-radius: 2em;
    border: 1px solid lightgray;
    background: #ffffff;
}*/

.job-details-action-bar {
/*    border: 1px solid lightgray;*/
    border-radius: 2em;
/*    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;*/
/*    width: 60%;*/
/*    justify-self: center;*/
/*    background: #ffffff;*/
    align-content: center;
}

.job-details-action-bar button.active
{
    background: #004585;
    color: #ffffff;
}

#sendTQs {
    background: #eac9b4;
    color: #854000;
    font-size: .85em;
    padding: .5em 1em;
}

#sendDeliverables {
    background: #b2dddf;
    color: #084945;
    font-size: .85em;
    padding: .5em 1em;
}

#sendNotificationBtn {
    background: #eac9b4;
    color: #854000;
    font-size: .85em;
    padding: .5em 1em;
}

#contactsTabBtn {
    background: #badcf1;
    color: #004485;
    font-size: .85em;
    padding: .5em 1em;
}

/*#contactsTabBtn:hover
{
    background: lightgray;
}*/

#contactsCard {
    padding: 1em;
    border-radius: 1em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    min-width: 700px;
    min-height: 300px;
    max-height: 500px;
    overflow-y: auto;
}

#contactsCard .dropdown {
    border: 1px solid lightgray;
}

.active-tab-header {
    color: #2D2D2D;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.logo-column img {
    max-width: 100px;
    max-height: 40px;
    width: auto;
}

.login-buttons-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: auto;
    padding-bottom: 20px;
}

.forgot-password-buttons-container, .register-buttons-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: auto;
    padding-bottom: 20px;
}

.back-to-login-btn {
    color: #aa5300;
    text-decoration: none;
}

.login-type {
    color: gray;
    text-decoration: none;
}

.login-type.active {
    color: #aa5300;
}

.login-page-right-col {
    height: 100%;
    background: #004485 url('../img/Circuitry.png') no-repeat right bottom;
    background-size: contain;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.log-out-page-right-col {
    height: 100%;
    background: #004485 url('../img/Circuitry.png') no-repeat right bottom;
    background-size: contain;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    align-items: center;
}

.forgot-pass-page-right-col {
    height: 100%;
    background: #004485 url('../img/Circuitry.png') no-repeat right bottom;
    background-size: contain;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    align-items: center;
}

.sign-up-page-right-col {
    height: 100%;
    background: #004485 url('../img/Circuitry.png') no-repeat right bottom;
    background-size: contain;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    align-items: center;
}

.mfa-page-right-col {
    height: 100%;
    background: #004485;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    align-items: center;
}

.update-job-paradigm {
    padding-right: 3rem;
    padding-left: 3rem;
    margin-bottom: 1rem;
}

.update-job-paradigm i {
    margin-right: 0.313rem;
}

.thread-block-expanded {
    background: #f3f6f9;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

.no-threads-to-show {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    color: #9a9fa6;
}

#addUserToJob {
    text-decoration: none;
    color: #004485;
    padding-left: 0;
}

#thread-tabs-container .nav-link {
    color: #82868C;
    position: relative;
    font-size: 0.75rem;
    line-height: 1.25;
    background: 0 0;
    border-radius: 1em;
    border: 0;
    transition: font-weight 0.1s ease;
}

#thread-tabs-container .thread-block:hover {
    border-color: #004485;
}

#thread-tabs-container .nav-link.active {
    color: #fff;
    background-color: #F3F6F9;
    color: #82868C;
}

#comment-threads-tabs {
    border: 1px solid #E5E8EB;
}

#comment-threads-tabs .nav-link {
    border-bottom: 1px solid #E5E8EB;
    border-radius: 0;
    color: #82868C;
    position:relative;
    padding: 0.875rem;
    font-size: 0.75rem;
    line-height: 1.25;
}

#comment-threads-tabs .nav-link:last-of-type {
    border-bottom: none;
}

#comment-threads-tabs .nav-link.active {
    color: #fff;
    background-color: #F3F6F9;
    color: #82868C;
}

#comment-threads-tabs .nav-link.active:before {
    display: block;
    content: '';
    background: #1861ac;
    height: calc(100% + 2px);
    position: absolute;
    z-index: 9999;
    left: -4px;
    width: 5px;
    top: -1px;
}

#comment-threads-tabs .badge-et {
    max-height: 20px;
}

.comment-author-icon {
    background: #e3f1f9;
    color: #004585;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5em;
}

.commenter-icon {
    background: #004485;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5em;
    color: #fff;
}

.card-body p {
    margin: 0;
}

.comment-author-icon.avatar-blue {
    background-color: #004485;
    border: 1px solid #004485;
    color: #fff;
}

.accordion-button {
    padding: 0;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: transparent;
    box-shadow: none;
    border-bottom:none;
    padding:0;
}

.accordion-button .comment-author {
    color: #595D63;
    font-size:0.8125em;
    font-weight:500;
}

.accordion-button .comment-author-icon {
    width: 32px;
    height: 32px;
    font-size: 0.8125rem;
    border-color: #E5E8EB;
}

.accordion-item {
    background-color: #fff;
    border-radius: 0 !important;
    border: 0;
    margin-bottom: 2em;
}

.accordion-item .accordion-item {
    margin-top:1em;
}

.accordion-body {
    padding: 1rem 1.25rem;
    border-left: 1px solid #E5E8EB;
    margin-left: 1.5em;
}

#messages .fa-pen {
    margin: auto 0 auto 0.513rem;
    height: fit-content;
}

.accordion-collapse.collapse .edit {
    display: none;
}

.thread-comments-accordion.accordion .d-flex.justify-content-between h2 {
    width: 100%
}

.skeleton {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 16px; /* Adjust height if needed */
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.2s infinite;
    border-radius: 1em;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.vis-badge-ext {
    background: #f0f0f0;
    color: #606060;
}

.vis-badge-int {
    background: #badcf1;
    color: #004485;
}

td.invalid {
    outline: 1px solid #e74c3c;
    background: rgba(231, 76, 60, 0.06);
    border-radius: 8px;
}

/*td[contenteditable="true"] {
}*/

.threads-table-filters {
    display: flex;
/*    margin-top: 1em;*/
    width: 100%;
    justify-content: flex-end;
}

.threads-table tr {
    cursor: pointer;
    transition: background 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}

/* Style for the first column */
.threads-table tr td:first-child {
    position: relative;
    cursor: auto;
    overflow: hidden;
    transition: color 0.2s ease-in-out;
}

/* Create the left-to-right background effect */
.threads-table tr td:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px; /* Initially hidden */
    height: 0px; /* Controls the vertical size of the background */
    background-color: #004485;
    border-radius: 50rem;
    transition: height 0.4s ease-in-out;
    transform: translateY(-50%); /* Centers the background */
    z-index: -1; /* Keeps background behind text */
}

/* Expand the background smoothly on hover */
.threads-table tr:hover td:first-child::before {
    /*width: 100%;*/ /* Expands only as wide as the content */
    height: 80%;
}

/* Change text color smoothly on hover */
.threads-table tr:hover td:first-child {
/*    color: #ffffff;*/
}

.thread-status-filter {
    display: flex;
    flex-direction: column;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 0 !important;
    background: transparent !important;
    border: 1px solid lightgray !important;
    border-radius: 1em !important;
}

.threads-table-filters .bootstrap-select .dropdown-toggle {
/*    background-color: transparent;*/
/*    border: 1px solid lightgray;*/
    border-radius: 50rem;
}

div.new-thread-form {
    border: 1px solid lightgray;
    border-radius: 1rem;
}

div.new-thread-form .summernote-section {
    display: none;
}

.note-toolbar {
    border-bottom: 1px solid lightgray;
}

.note-frame {
    border-radius: 1em;
    padding: 0em 1em 1em 1em;
}

.user-badge {
    display: flex;
    justify-content: center;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    color: #ffffff;
    padding: .5em;
}

#threadOffcanvas {
    box-shadow: -3px 0 8px rgba(0, 0, 0, 0.08);
}

#offcanvasThreadContent {
    margin-bottom: 1em; 
}

.offcanvas-end {
    border-left: none;
}

.opened-thread-card {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    position: relative;
}

/*.card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}*/

.opened-thread-content-wrapper {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 1rem; 
    position: relative;
}

.reply-controls-wrapper {
    position: relative;
}

.threads-lite-file-upload-overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: 15;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 1em;
    margin-left: 2%;
    margin-right: 2%;

    background-color: rgba(255, 255, 255, 0.15); 
    background-color: rgba(33, 150, 243, 0.1);
    background-color: rgba(18, 18, 18, 0.6);
    background-color: rgba(200, 200, 200, 0.15);

    backdrop-filter: blur(4px); 
/*    -webkit-backdrop-filter: blur(4px);*/
}

.threads-lite-file-upload-card {
    background-color: transparent;
    border: none;
}

.threads-lite-reply-card-container {
    position: sticky;
    bottom: 0;
    background: white;
    z-index: 10;
/*    border-top: 1px solid #ccc;*/
/*    padding: 1rem;*/
}

.reply-card-container {
    display: flex;
    width: 95%;
    justify-content: center;
    margin: 0 auto;
}

#reply-bar-container {
    position: sticky;
    bottom: 0;
    border-radius: 2em;
    padding: .5em;
    margin: 0em 1em 1em 1em;
    background-color: #f5f5f5;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    max-width: 100%;
    transition: min-height 0.3s ease-in-out; /* Smooth height expansion */
}

.reply-bar {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}

.reply-card {
    border: 1px solid lightgray;
    border: none;
    border-radius: 2em;
    background: transparent;
    padding: 0.5em;
}

.threads-lite-reply-card {
    border: none;
    border-radius: 1em;
    background: #fafafa;
    padding: 1em;
/*    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
/*    background-color: rgba(200, 200, 200, 0.15);*/
}

#expanded-reply-container {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}

.replies-container {
    padding-left: 5%;
    padding-right: 5%;
}

.internal-vis-reply {
    background: #badcf1;
    padding-top: 1em;
    padding-bottom: 1em;
    border-radius: 2em;
/*    border: 4px solid #854000;*/
}

.thread-bubble {
    background-color: transparent;
    border-radius: 1em;
    width: 100%;
    display: inline-block;
    border: 1px solid lightgray;
}

.thread-actions {
    width: 95%;
    padding: 0;
}

.reply-bubble-vis {
    color: white;
}

#loadingNewReply .placeholder {
    border-radius: 2em;
}

.thread-vis-select .selectpicker {
    background-color: #f3f6f9;
}

div.new-thread-form input::placeholder,
div.new-thread-form input:-ms-input-placeholder {
    color: #9A9FA6;
}

.new-thread-header {
    font-size: 0.813em;
    letter-spacing: 0;
    line-height: 1.375em;
    border-bottom: 1px solid #e5e8eb;
    color: #82868C;
    height: 54px;
    padding: 1em;
}

.new-thread-plus {
    border: 1px solid #707070;
    border-radius: 50%;
    height: 1.25em;
    width: 1.25em;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: #707070;
    font-size: 1rem; 
    line-height: 1;
}

.remove-job-contact:hover  {
    color: red;
    cursor: pointer;
}

.contact-tag-text:hover {
    cursor: pointer;
}

.thread-statuses-container select:disabled {
    background: #F3F6F9 #F3F6F9;
    opacity: .4;
}

.thread-statuses-container .dropdown-thread {
    margin-left: 1em;
}

.thread-statuses-container .dropdown-thread ul {
    display: inline-block;
    margin-right: 0.313rem;
}

.thread-actions .thread-statuses-container .dropdown-thread {
    display: flex;
    flex-direction: column;
}

.thread-filter-container {
    height: 50px;
    display: flex;
    align-items: center;
    border-top: 1px solid #ced4da;
}

.thread-filter-container .form-control {
    margin-bottom:0;
}

.job-filter-container {
    height: 50px;
    display: flex;
    align-items: center;
    border-top: 1px solid #ced4da;
}

.job-filter-container .form-control {
    margin-bottom: 0;
}

.job-filter-container img {
    margin-left: 1.35rem;
    margin-right: 0.813rem;
}

#searchbar .job-filter-container {
    border: none;
}

#searchbar .job-filter-container img {
    margin-left: 1.35rem;
}

#search-jobs {
    border:none;
}

.file-list {
    max-height: 75vh;
    overflow-y: auto;
/*    padding: 1em;*/
/*    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;*/
/*    border-radius: 1em;*/
}


#comment-threads-tabs .thread-selection-tab.thread-selection-tab-resolved {
    color: #B8BCC2;
}

/*.thread-filter-container input {
    border:0;
}*/

.thread-filter-container img {
    margin-left: 1.35rem;
    margin-right: 0.813rem;
}

.thread-comments-username {
    color: #595D63;
    font-weight: 600;
}
.thread-comments-date {
    color: #B8BCC2; 
    margin-left: 1rem; 
}

.icon-status, 
.tab-notified-on{
    margin-bottom: 5px;
    width: 100%;
}

.icon-status, .tab-notification, .thread-selection-tab {
    width: 100% !important;
}

.thread-selection-tab {   
 display: flex!important;
}

.tab-notification {
    width: 100%;
    clear: both;
}

.icon-status-blue {
    color: #1576D1;
}

.icon-status-text {
    margin: auto 0;
}

.notified-on-text {
    margin: auto 0;
}

.icon-status-visibility {
    display: inline-block;
    font-weight: bold;
}

.icon-status-visibility i {
    margin-right: 0.513rem;
}

.icon-status-visibility span {
    margin: auto 0;
}

.email-log-created-tag {
    background: #badcf1;
    color: #004585;
    margin: .25em;
}

.email-log-updated-tag {
    background: #eac9b4;
    color: #854000;
    margin: .25em;
}

.email-status-badge {
    background: #f5f5f5;
    color:#c2c2c2;
}

.email-bounced-badge {
    background: #eac9b4;
    color: #854000;
}

.email-spam-badge {
    background: #eac9b4;
    color: #854000;
}

.email-blocked-badge {
    background: #eac9b4;
    color: #854000;
}

.email-opened-badge {
    background: #cabce3;
    color: #000285;
}

.email-delivered-badge {
    background: #b2dddf;
    color: #084945;
}

.email-sent-badge {
    background: #badcf1;
    color: #004585;
}

.email-not-sent-badge {
    background: #f8b9cb;
    color: #850045;
}

#job-time-list {
    padding: 0;
    overflow-y: auto;
    max-height: 75vh;
}

#job-history-list {
    padding: 0;
    overflow-y: auto;
    max-height: 50vh;
}

.timelog-time {
    font-size: .75em;
    border: 1px solid #004485;
    background: #004485;
    line-height: 1.69em;
    border-radius: 500px;
    padding: 0 5px;
    margin: 0 0.5em;
    color: #fff;
}

.timelog-description p {
    color: #9A9FA6;
    margin: 0;
    font-size: .8125rem;
}

.timelog-activity {
    font-size: .8125em;
    margin-bottom: 1em;
}

.timelog-date {
    font-size: 0.8125em;
    color: #B8BCC2;
}

.timelog-date .date {
    font-weight: 600;
    color: #9A9FA6;
}

.timelog-date .time {
    color: #B8BCC2;
}

.file-row {
    border-bottom: 1px solid #E5E8EB;
    padding: 1em;
}

.file-row .file-name {
    color: #595D63;
    font-size:.875em;
    font-weight:600;
}

.file-row .file-details {
    color: #9A9FA6;
    font-size: .75em;
    line-height: 1.375em;
    margin-bottom: 1em;
}

.file-row .btn-file-download img {
    margin-right:.5em;
}

#job-history-list li {
    margin-bottom:0.5em;
}

.history-activity {
    font-size: .8125em;
}

.history-activity a {
    text-decoration:none;
}

.history-activity a:hover {
    text-decoration: underline;
}

.history-date {
    font-size: 0.8125em;
    text-align: right;
    min-width: 250px;
}

.history-date .date {
    font-weight: 500;
    color: #9A9FA6;
}

.history-date .time {
    color: #B8BCC2;
}

#job-history-list .comment-author-icon, 
#timelog .comment-author-icon{
/*    border: 2px solid 2px solid #E5E8EB;*/
/*    font-size: 0.750rem;
    letter-spacing: 0.030rem;*/
}

#job-history-list .history-descirption {
    color: #82868C;
}

#job-history-list .external-log {
    font-size: .75em;
    border: 1px solid #82868C;
    background: #82868C;
    line-height: 1.69em;
    border-radius: 500px;
    padding: 0 5px;
    margin: 0 0.5em;
    color: #fff;
}

#job-history-list .internal-log {
    font-size: .75em;
    border: 1px solid #004485;
    background: #004485;
    line-height: 1.69em;
    border-radius: 500px;
    padding: 0 5px;
    margin: 0 0.5em;
    color: #fff;
}

.excel-render-table-responsive {
    border: 1px solid lightgray;
    border-radius: 16px;
    padding: 16px;
    
}

#excelRenderArea {
    overflow-y: auto;
    height: 60vh;
/*    border: 1px solid lightgray;*/
}

.obsolete-file-row {
    background: #f0f0f0;
}

.btn-send-message {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
    min-width: 1em;
    min-height: 1em;
    background-color: #1576d1;
    border: 1px solid #1576d1;
    border-radius: 50%;
    color: #fff;
    margin-left: 1em;
}

.btn-send-message:hover {
    background-color: #fff;
}

.btn-file-download {
    background: #badcf1;
    color: #004485;
    border-radius: 12px;
}

.btn-file-delete {
    background: #f8b9cb;
    color: #850045;
    border-radius: 12px;
}

.btn-file-obsolete {
    background: #f3e7e3;
    color: #854000;
    border-radius: 12px;
}

.edit-time {
    background: #f0f0f0;
    color: #3c3c3c;
    border-radius: 1em;
}

.delete-time {
    background: #f8b9cb;
    color: #850045;
    border-radius: 1em;
}

.delete-btn {
    background: #f8b9cb;
    color: #850045;
    border-radius: 1em;
}

.warning-btn {
    background: #f8b9cb;
    color: #850045;
    border-radius: 1em;
}

.cancel-btn {
    background: #f0f0f0;
    color: #3c3c3c;
    border-radius: 1em;
}

.save-btn {
    background: #badcf1;
    color: #004485;
    border-radius: 1em;
}

.understood-btn-text {
    color: #004485;
    text-decoration: none;
}

.cancel-btn-text {
    color: #854000;
    text-decoration: none;
}

.proceed-btn-text {
    color: #004485;
    text-decoration: none;
}

.cancel-btn-text:hover, 
.proceed-btn-text:hover, 
.understood-btn-text:hover 
{
    color: #606060;
}

.attachments-btn {
    color: #000285;
    background: #cabce3;
    border-radius: 25%;
}

.verify-btn {
    background: #b2dddf;
    color: #084945;
}

.auto-reply-btn {
    border: 1px solid lightgray;
    border-radius: 8px;
}

.auto-reply-btn:hover {
    background: #f0f0f0;
}

.add-reply-btn {
    background: #badcf1;
    color: #004585;
}

.file-upload-btn {
    background: #eac9b4;
    color: #854000;
}

.confirm-btn {
    background: #badcf1;
    color: #004485;
}

.try-again-btn {
    background: #dedede;
    color: #3c3c3c;
    border-radius: 1em;
}

.import-replies-btn {
    background: #e3f1f9;
    color: #004585;
    border-radius: 12px;
}

.import-replies-btn:hover{
    background: #badcf1;
}

.export-threads-btn {
    background: #dedede;
    color: #3c3c3c;
    border-radius: 12px;
}

.export-threads-btn:hover{
    background: #c2c2c2;
}

.request-wrapper {
    position: relative;
    min-height: 50px;
}

.request-access-code-btn {
    background: #badcf1;
    color: #004485;
    min-width: 180px;
    height: 45px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.active-job-status-btn {
    border-radius: 16px;
    background: #f5f5f5;
    color: #3c3c3c;
    width: 100%;
    font-size: .85em;
}

.hold-job-status-btn {
    border-radius: 16px;
    background: #f5f5f5;
    color: #3c3c3c;
    width: 100%;
    font-size: .85em;
}

.cancelled-job-status-btn {
    border-radius: 16px;
    background: #f5f5f5;
    color: #3c3c3c;
    width: 100%;
    font-size: .85em;
}

.completed-job-status-btn {
    border-radius: 16px;
    background: #f5f5f5;
    color: #3c3c3c;
    width: 100%;
    font-size: .85em;
}

.active-job-status-btn.active {
    background: #badcf1;
    color: #004485;
}

.hold-job-status-btn.active {
    background: #eac9b4;
    color: #854000;
}

.cancelled-job-status-btn.active {
    background: #f8b9cb;
    color: #850045;
}

.completed-job-status-btn.active {
    background: #b2dddf;
    color: #084945;
}

.job-status-btn:not(.active) {
    color: #6c757d;
}

.active-job-status-btn:hover {
    background: #badcf1;
}

.hold-job-status-btn:hover {
    background: #eac9b4;
}

.cancelled-job-status-btn:hover {
    background: #f8b9cb;
}

.completed-job-status-btn:hover {
    background: #b2dddf;
}

.arrow-wrapper {
    display: none;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: left 0.6s ease, background 0.6s ease, padding 0.3s ease; /*, border-radius 0.4s ease*/
    z-index: 2;
    /*    display: flex;*/
    align-items: center;
    justify-content: center;
}

.arrow-wrapper.processing {
    background: #eac9b4;
    color: #854000;
    border-radius: 50%;
    padding: 8px;
/*    padding: 1em;*/
}

.last-notified-date {
    color: #9A9FA6;
    font-style: italic;
    font-size: 0.75em;
    text-align: right;
}

.btn-start-timer,
.btn-log-timer {
    font-size: .75em;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 5px;
    width: 100%;
    margin: 0 0.25vw; 
    display: flex;
    align-items:center;
    justify-content: center;
}

.btn-start-timer img,
.btn-log-timer img {
    width: 1em;
    margin-right: 0.5em;
}

.thread-text-preview {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
/*    max-height: 1.5em;*/
    line-height: 1.5;
    white-space: normal; /* allow wrapping */
}

.thread-text-preview img {
    max-height: 100px; /* scales image height to match text */
    max-width: 100px;
    vertical-align: middle;
    margin: 0 4px;
    object-fit: contain;
}

.thread-text-preview.hide-images img {
    display: none;
}

.thread-text-preview p {
    margin: 0;
/*    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;*/
}

.thread-text-preview * {
    white-space: normal !important;
}

.tag-header {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: .049rem;
    line-height: 1.375em;
    text-transform: uppercase;
    color: #2D2D2D;
    margin: .5em 0;
}

.contacts-disclaimer {
    font-size: 0.75rem;
    margin: .5em 0;
}

.tag-item {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    height: 27px;
    font-size: 0.813rem;
    border: 1px solid #B8BCC2;
    line-height: 1;
    border-radius: 30px;
    padding: 3px 10px 3px 10px;
    cursor: default;
    margin-right: .5rem;
    margin-bottom: 0.625rem;
    color: #595D63;
}

.contact-thread-info {
    display: none;
    border-radius: 1em;
    cursor: default;
    margin-right: .5rem;
    margin-bottom: 1.5rem;
    color: #595D63;
    font-size: small;
    width: fit-content;
}

.connecting-line {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    bottom: 0;
    width: 2px;
    background-color: #595D63;
}

.tag-item-settings {
    display: inline-flex;
    font-size: .9em;
    border: 1px solid #595D63;
    line-height: 1.69em;
    border-radius: 500px;
    padding: 0 1em;
    cursor: default;
    margin: 0.5em 0.5em 0;
    align-items: center;
}

.tag-flag {
/*    font-size: 10px;*/
    letter-spacing: 0.4px;
    text-transform: uppercase; 
    border: 1px solid #595D63;
    line-height: 1;
    border-radius: 500px;
    padding: 3px 7px;
    margin-left: -6px;
    margin-right: 0.5em;
    display: flex; 
    flex-direction: column; 
    height: 100%; 
    justify-content: center; 
}

.tag-flag-route {
    border: 1px solid transparent;
    background: #debae4;
    color: #400085;
}

.tag-flag-cam {
    border: 1px solid transparent;
    background: #badcf1;
    color: #004585;
}

.tag-flag-methods {
    border: 1px solid transparent;
    background: #eac9b4;
    color: #854000;
}

.tag-flag-draft {
    background-color: #B8BCC2;
    border-color: #B8BCC2;
    color: white;
    font-size: 0.735rem;
    padding: 0.313rem;
    margin-bottom: 0;
}

.add-tag-link {
    color: #1576D1;
    font-size: 0.813rem;
    text-decoration: none;
    padding: 1em;
    transition:.7s ease;
}

.add-tag-link:hover {
    text-decoration:underline;
}

.remove-tag-link {
    margin-left: .5em;
    text-decoration: none;
    display: flex;
    align-items: center;   
    display: flex;
    align-items: center;
}

.remove-tag-link:hover {
    text-decoration: none;
    color:red;
}

.reply-link {
    color: #004485;
}

.filter-list {
    margin-bottom: 0.813em;
}
.filter-list p {
    margin: 0; 
}

.filter-list form {
    display: inline;
}

.filter-list .btn-text {
    display: inline-block;
    color: #0a58ca;
    margin-left: 0.5em;
    padding: 0;
}

.file-link {
    color: #9A9FA6;
    text-decoration: underline;
    border: 0;
    background: transparent;
    padding: 0;
}

.file-link:hover {
    text-decoration: none;
}

.navbar {
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.p-2 .navbar {
    margin-left: calc(var(--bs-gutter-x) * -.5 -2rem);
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.dropdown-outline {
    border: 1px solid #E5E8EB;
    border-radius:0.25em;
}

.dropdown-outline input,
.dropdown-outline select
{
    border: 0;
}

#searchbar {
    border-bottom: none !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 1em;
    margin: 1em;
    width: 98%;
}

#searchbar .container {
    margin: 0;
    width: 100%;
/*    padding-left: 0.313rem;*/
/*    padding: 0;*/
    max-width: none;
}

#searchbar .thread-filter-container{
    border: none;
}

#searchbar .thread-filter-container img{
    margin-left: 1.35rem;
}

#searchbar .author {
    display: inline-block;
    height: 100%;
}

/*#searchbar .tool-section i {
    color: #9A9FA6;
    align-items: center;
}

#searchbar .tool-section i:hover {
    cursor: pointer;
    color: #004485;
}*/

/*#searchbar .tool-section i.fa-plus,
#searchbar .tool-section i.fa-arrows-rotate {
    margin: auto 1.1rem;
}

#searchbar .tool-section i.fa-bell {
    margin: auto 0 auto 1.1rem;
}*/

#searchbar .tool-section .badge{
    font-size: 0.76rem;
    border-radius: 0.7rem;
    padding: 0.225rem 0.313rem;
    position: absolute;
    margin-left: -12px;
    margin-top: -4px;
}

#searchbar .comment-author-icon {
    width: 36px;
    height: 36px;
    font-size: 0.813rem;
    display: inline-block;
    display: flex;
/*    margin: 0 0 0 2.13rem;*/
}

#searchbar .tool-section i.fa-chevron-down {
    color: #595D63;
}

#searchbar .dropdown {
    display: inline-block;
}

#searchbar .tool-section .dropdown-toggle {
    padding: 0 0.5rem;
}

#searchbar .tool-section .dropdown-toggle::after {
    display: none;
}

#searchbar .dropdown-toggle:hover i,
#searchbar .dropdown-toggle:active i {
    color: #004485; 
}

#searchbar .dropdown .dropdown-item {
    padding: 0.313rem;
    font-size: .8125em;
    display: flex;
    align-items: center;
}

#searchbar .dropdown .dropdown-item .fa-solid {
    color: #82868c;
    width: 30px;
    text-align: center;
    font-size: 0.875rem;
    margin-right: 0.313rem;
    padding: 0.65em;
}

#searchbar .dropdown .dropdown-menu .dropdown-item:hover,
#searchbar .dropdown .dropdown-menu .dropdown-item.active,
#searchbar .dropdown .dropdown-menu .dropdown-item:hover i,
#searchbar .dropdown .dropdown-menu .dropdown-item:active i,
#searchbar .dropdown#dropdown-notifications .dropdown-menu .dropdown-item:hover p {
    color: #004485;
    font-weight: 600;
}

#searchbar .dropdown#dropdown-notifications .dropdown-menu,
#searchbar .dropdown#search-jobs-dropdown .dropdown-menu {
    max-height: 300px;
    overflow-x: hidden;
}

#searchbar .dropdown#dropdown-notifications .dropdown-menu .dropdown-item,
#searchbar .dropdown#search-jobs-dropdown .dropdown-menu .dropdown-item {
    display: block;
    padding: 0.413rem;
    white-space: normal;
}

#searchbar .dropdown#search-jobs-dropdown .dropdown-menu .dropdown-item a{
    text-decoration: none;
}

#searchbar .dropdown#search-jobs-dropdown .dropdown-menu .dropdown-item a p{
    margin-bottom: 5px; 
}

#searchbar .dropdown#search-jobs-dropdown .dropdown-menu 
{
    min-width: 300px;
}

.form-check-input:checked {
    background-color: #004585;
    border-color: #004585;
}

.dropdown-menu {
    border: none;
    /*    background: #fafafa;*/
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    min-width: max-content;
    /*    padding: .5em;*/
    /*    border-radius: 1em;*/
}

.dropdown-item {
/*    border-radius: 1em;*/
}

.dropdown-item:focus {
    background: #eff2f3;
/*    background: #2d90d4;*/
    color: black;
}

.cam-not-started-btn {
    background: #e3f1f9;
    color: #004585;
}

.job-queue-btn {
    border-radius: 12px;
}

.job-queue-btn:hover {
    background: #dedede;
}

.queue-status-circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f0f0f0;
    margin: 8px 8px 8px 0;
}

.queue-status-circle.inactive {

}

.queue-status-circle.active {
        background: #badcf1;
    /*    border-radius: 12px;*/
}

.queue-status-circle.completed {
    background: #7fc8ca;
}

.job-queue-item {
    display: flex;
    align-items: center;
}

.job-queue-item-divider {
    display: flex;
    align-items: center;
    height: 20px;
    margin-left: 6px;
}

#right-sidebar {
    /*    background: #fafafa;*/
    width: 100%;
    max-width: 350px;
    min-height: 100vh;
    padding: 1em;
}

#right-sidebar-nav {
    width: 100%;
    max-width: 350px;
    padding: 1em;
    overflow-y: auto;
    /*    height: 100vh;*/
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 1em;
}

#right-sidebar-job-info,
#right-sidebar-job-timer,
#right-sidebar-job-assignees,
#right-sidebar-job-tags,
#right-sidebar-job-notes {
    width: 100%;
    max-width: 350px;
    padding: 1em;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 1em;
    background: #fff;
}

/*#right-sidebar-job-tags {
    width: 100%;
    max-width: 350px;
    padding: 1em;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 1em;
    background: #fff;
}

#right-sidebar-job-notes {
    width: 100%;
    max-width: 350px;
    padding: 1em;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 1em;
    background: #fff;
}*/

#ext-right-sidebar {
/*    background: #fafafa;*/
    width: 100%;
    width: 450px;
    min-height: 100vh;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

#ext-right-sidebar-nav {
    width: 100%;
    width: 450px;
    padding: 1em;
    overflow-y: auto;
    height: 100vh;
}

#searchbar .dropdown#search-jobs-dropdown .dropdown-menu .load-more {
    display: none;
    cursor: pointer;
}

#searchbar .dropdown#search-jobs-dropdown .dropdown-menu .loading {
    display: none;
}

/*#searchbar .dropdown-menu form {
    padding: 0.515rem 0.515rem 0 0.515rem;
}*/

/*#searchbar .dropdown-menu form button {
    margin-top: 0.313rem;
}*/

#right-sidebar hr {
    border:1px solid #E5E8EB;
    margin:1em 0;
    opacity: 1;
}

#queue-complete-section 
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}



/* BUTTONS BELOW */

.complete-job-queue-btn {
    border-radius: 12px;
    background: #e0f1f3;
}

.complete-job-queue-btn:hover {
    background: #b2dddf;
}

.complete-queue-btn {
    background: #badcf1;
    padding: 1em;
    font-size: .85em;
    color: #004485;
    width: 100%;
    border-radius: 1em;
}

.timer-btn {
    background: #b2dddf;
    color: #084945;
    padding: 1em;
    font-size: .85em;
    border-radius: 1em;
}

.timer-stop-btn {
    background: #f8b9cb;
    color: #850045;
    padding: 1em;
    font-size: .85em;
    border-radius: 1em;
}

.timer-log-btn {
    background: #dedede;
    color: #606060;
    padding: 1em;
    font-size: .85em;
    width: min-content;
    border-radius: 2em;
}

.timer-btn:hover {
    background: #7fc8ca;
}

.timer-log-btn:hover {
    background: lightgray;
}

.timer-stop-btn:hover {
    background: #f38ca8;
}

.resolve-all-tqs-btn {
    /*    background: #b2dddf;
    color: #084945;*/
    /*    font-size: .85em;*/
    background: #dedede;
    color: #3c3c3c;
}

.new-thread-btn {
    /*    background: #cabce3;
    color: #000285;*/
    /*    font-size: .85em;*/
    background: #dedede;
    color: #3c3c3c;
}

/*.btn:not(.btn-link):hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}*/

.print-btn {
    background: #dedede;
    color: #3c3c3c;
/*    font-size: .85em;*/
}

.print-btn:hover,
.new-thread-btn:hover,
.resolve-all-tqs-btn:hover {
    background: #c2c2c2;
}

#submitJobContact {
    background: #eac9b4;
    color: #854000;
    padding: 1em;
    font-size: .85em;
    border-radius: 1em;
}

/*#submitJobContact:hover {
    background: lightgray;
}*/

#applyJobContactMods {
    background: #eac9b4;
    color: #854000;
    padding: 1em;
    font-size: .85em;
    border-radius: 1em;
}

/*#applyJobContactMods:hover {
    background: lightgray;
}*/

/* BUTTONS ABOVE */



a {
    color: #004485;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {

    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer {
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

#sidebar {
    min-width: 245px;
    max-width: 300px;
    z-index: 999;
    background: #fff;
    transition: ease 0s;
}

#sidebar .sidebar-header {
    font-weight: 600;
    text-transform: uppercase;
    font-size: .825em;
    color: #595D63;
    line-height: 1.5em;
    margin: 2em 0 1em 0;
    letter-spacing: 0.049rem; 
}

#sidebar #sidebar-nav {
    min-width: 245px;
    max-width: 300px;
}

#sidebar-nav {
    position: fixed;
    width: inherit;
    border-radius: 0em 1em 1em 0em;
    /*    background: #fafafa;*/
    background: #eff2f3;
/*    background: #f1f4f9;*/
}

#sidebar .nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#sidebar .icon-schedule,
#sidebar .icon-jobs {
    padding:0.65em;
}

/*#sidebar .nav-item {
    transition:.7s ease;
}*/

#sidebar .nav-item img {
    transition: .7s ease;
    margin-right: 1em;
}

#sidebar .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-size: .8125em;
    display:flex;
    align-items:center;
}

#sidebar .navbar-nav .nav-link svg,
#sidebar .navbar-nav .nav-link .fa-solid {
    color: #82868c;
    text-align: center;
    margin-right: 10px;
    font-size: 1em;
    transition: .3s ease;
    padding: 0.65em;
}

#sidebar .navbar-nav .nav-item .count {
    border: 1px solid #B8BCC2;
    color: #82868C;
    border-radius: 0.5em;
    font-size: .8125em;
    padding: 0 0.5em;
    font-weight: 600;
}

#sidebar .navbar-nav .nav-item .count-red {
    background: #e31655;
    border-radius: 50rem;
    font-size: .8125em;
    color: #fff;
    padding: 0 0.5em;
    font-weight: 600;
}

#sidebar .nav-item:hover,
#sidebar .nav-item.active {
    color: #004485;
    font-weight: 600;
}

#sidebar .nav-item:hover img, 
#sidebar .nav-item.active img{
    background: #004485;
    border-radius: 0.25em;
}

#sidebar .nav-item.dashboard-item a img.dashboard-link {
    content: url("/img/icon-dashboard.svg");
}

#sidebar .nav-item.dashboard-item:hover a img.dashboard-link,
#sidebar .nav-item.dashboard-item.active a img.dashboard-link  {
    content: url("/img/icon-dashboard-white.svg");
}

#sidebar .nav-item.schedule-item a img.icon-schedule {
    content: url("/img/icon-schedule.svg");
}

#sidebar .nav-item.schedule-item:hover a img.icon-schedule,
#sidebar .nav-item.schedule-item.active a img.icon-schedule  {
    content: url("/img/icon-schedule-white.svg");
}

#sidebar .nav-item.jobs-item a img.icon-jobs {
    content: url("/img/icon-jobs-2.svg");
}

#sidebar .nav-item.jobs-item:hover a img.icon-jobs,
#sidebar .nav-item.jobs-item.active a img.icon-jobs  {
    content: url("/img/icon-jobs-2-white.svg");
}

#sidebar .navbar-nav .nav-link:hover .fa-solid,
#sidebar .navbar-nav .nav-item.active .nav-link .fa-solid {
    color: white;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    background: #004485;
    border-radius: 1em;
    padding: 1em;
}

#sidebar .nav-item .icon-needs-action {
    background: #FF5151;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 1.65em 0 1em;
}

button:disabled {
    cursor:not-allowed;
}

.accordion-item .fa-pen {
    color: #004485;
    border: 2px solid #004485;
    padding: 0.5em;
    border-radius: 50%;
    font-size: 12px;
}

.accordion-item .fa-pen:hover {
    background: #004485;
    color: #fff;
}

.btn-ship-cal {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    cursor: default;
    background: #ff5151;
    color: #fff !important;
}

.btn-eng-cal {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    cursor: default;
    background: #90C5F7;
    color: #fff !important;
}

.link-arrow {
    display: block;
    color: #595D63;
    font-size: .875em;
    line-height: 1.692;
    padding-top: 0.2em;
    text-align: right;
}

.thread-selection-invite{
    display: flex; 
    flex-direction: column; 
    text-align: left; 
    font-size: 14px; 
}

.thread-selection-tab {
    display: flex;
    display: inline-block;
    flex-direction: column;
    text-align: left;
    font-size: 11px;
}

.thread-indicator-dots {
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none;
}

.thread-indicator-dots li {
    display: block;
    height: 0.75em;
    width: 0.75em;
    border-radius: 50%;
    margin-left: 10px;
}

.thread-indicator-dots li:first-of-type {
    margin: 0;
}

table.dataTable tbody th, table.dataTable tbody td {
    vertical-align: middle;
}

#sidebar hr {
    color: #E5E8EB;
    opacity: 1;
}

.hasUsers {
    color: limegreen;
}

.sentOffshoreNotReceived {
    color: red;    
}

.receivedOffshore {
    color: mediumpurple;  
}

.no-sort::before {
    display: none !important;
}
.no-sort::after {
    display: none !important;
}

.no-sort {
    pointer-events: none !important;
    cursor: default !important;
}

#myTabContent .table thead th,
.table-jobs-all thead th,
.table-jobs-all-customer thead th {
    font-size: 13px;
    text-align: left;
}

#myTabContent .table tbody td,
.table-jobs-all tbody td,
.table-jobs-all-customer tbody td {
    font-size: 13px;
    border-bottom-color: #f0f0f0;
    text-align: left;
}

.threads-table tbody tr.dt-hasChild td{
    border-bottom: none;
}

#myTabContent .table tbody td.text-center,
.table-jobs-all tbody td.text-center,
.table-jobs-all-customer tbody td.text-center {
    text-align: center;
}

.thread-indicator-dots .threads-req-customer { background: #595D63 }
.thread-indicator-dots .threads-req-cam { background: #FF5151; }
.thread-indicator-dots .threads-req-methods { background: #F3DD6D; }
.thread-indicator-dots .threads-req-route { background: #90C5F7; }
.thread-indicator-dots .threads-req-programming { background: #00C9A7; }
.thread-indicator-dots .threads-req-draft { background: #B8BCC2; }
.thread-indicator-dots .threads-req-internal { background: #1576D1; }

.badge {
    font-size: 0.813rem;
    font-weight: 400;
    padding: 0.25rem 0.438rem;
    cursor: default;
}

.badge.badge-notstarted { background: #c9c7a6; }
.badge.badge-cam { background: #1576D1; }
.badge.badge-methods { background: #90C5F7; }
.badge.badge-route { background: #F3DD6D }
.badge.badge-programming { background: #00C9A7; }
.badge.badge-et { background: #FF5151; }             
.badge.badge-quality { background: #fe7747; }
.badge.badge-resolved { background: #00C9A7; }

.reply-time {
    color: white;
    font-size: .75em;
}

.internal-reply {
    background-color: #002962;
}

.external-reply {
    background-color: #4d6da3;
}

.threads-table-container {
    width: 100%;
    padding: 0em 1em;
/*    margin-top: 1em;*/
    border-radius: 2em;
/*    background: #fafafa;*/
}

.dataTables_scrollHead {
    width: 100%;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.threads-table
{
    width: 100% !important;
}

.filters-and-threads-container {
    /*    width: 100%;*/
    border-radius: 2em;
    border: 1px solid lightgray;
    /*    margin-top: 1em;*/
}

.threads-table {
    width: 100%;
    max-width: 100%;
}

.thread-text-cell.expanded {
    display: none;
}

.thread-text-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limits to 3 lines */
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal;
    position: relative;
}

.thread-text-card {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limits to 3 lines */
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal;
    position: relative;
}

.thread-text-card img {
    max-width: 100%;
}

.opened-thread-card {
    border-radius: 1em;
    height: 100%;
/*    border: none;*/
/*    background: #fafafa;*/
}

.opened-thread-card .card-body .card-text {
    /*    margin-top: 2em;*/
}

.opened-thread-card .thread-card-header {
    position: fixed;
    background: #f0f0f0;
    padding: 1em;
}

.opened-thread-card .card-body {
    overflow-y: auto;
    margin-left: .5em;
    margin-right: .5em;

}

.thread-wrapper-selected {
    background-color: #dedede; /* default if no status-specific style applies */
}

.thread-card {
    position: relative;
    overflow: hidden;
    background: #fafafa;
    border-radius: 1em;
    border: none;
    z-index: 0;
    transition: background-color 0.3s ease;
}

.thread-card:hover {
    cursor: pointer;
}

.status-glow {
    position: absolute;
    bottom: 1.2em;
    right: 1.2em;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.3s ease;
}

/* Show effect on hover */
.thread-card:hover .status-glow {
    transform: scale(25);
    opacity: 1;
}

/* Colors */
.glow-draft {
    background-color: #dedede;
}

.glow-unresolved {
    background-color: #fce3ea;
}

.glow-pending {
    background-color: #e3f1f9;
}

.glow-resolved {
    background-color: #e0f1f3;
}

.copy-tq-btn {

}

.copy-tq-btn:hover {
    background: #dedede;
}

.tq-card-type {
    border-radius: 8px;
    background: #dedede;
    color: #3c3c3c;
}

.selected-draft {
    background-color: #dedede;
}

.selected-unresolved {
    background-color: #fce3ea;
}

.selected-pending {
    background-color: #e3f1f9;
}

.selected-resolved {
    background-color: #e0f1f3;
}

.tq-reply-count-badge {
/*    background: #dedede;*/
    color: #3c3c3c;
}

.thread-card-reply-count-badge {
    background: #dedede;
    color: #3c3c3c;
    padding: .5em;
    border-radius: .5em;
}

.thread-card-icon-badge-draft {
    background: #dedede;
    color: #3c3c3c;
    padding: 1em;
    padding: .5em;
    border-radius: 1em;
    border-radius: .5em;
}

.thread-card-icon-badge-unresolved {
    background: #fce3ea;
    background: #f8b9cb;
    color: #a9074b;
    color: #850045;
    padding: 1em;
    padding: .5em;
    border-radius: 1em;
    border-radius: .5em;
}

.thread-card-icon-badge-pending {
    background: #e3f1f9;
    background: #badcf1;
    color: #1061a4;
    color: #004585;
    padding: 1em;
    padding: .5em;
    border-radius: 1em;
    border-radius: .5em;
}

.thread-card-icon-badge-resolved {
    background: #e0f1f3;
    background: #b2dddf;
    color: #066562;
    color: #084945;
    padding: 1em;
    padding: .5em;
    border-radius: 1em;
    border-radius: .5em;
}

.thread-card-icon-badge-draft i {
    background: #dedede;
    color: #3c3c3c;
}

.thread-card-icon-badge-unresolved i {
    background: #fce3ea;
    color: #a9074b;
}

.thread-card-icon-badge-pending i {
    background: #e3f1f9;
    color: #1061a4;
}

.thread-card-icon-badge-resolved i {
    background: #e0f1f3;
    color: #066562;
}

.opened-thread-card-badge-draft {
    background: #dedede;
    color: #3c3c3c;
    padding: 1em;
    border-radius: 1em;
}

.opened-thread-card-badge-unresolved {
    background: #fce3ea;
    color: #a9074b;
    padding: 1em;
    border-radius: 1em;
}

.opened-thread-card-badge-pending {
    background: #e3f1f9;
    color: #1061a4;
    padding: 1em;
    border-radius: 1em;
}

.opened-thread-card-badge-resolved {
    background: #e0f1f3;
    color: #066562;
    padding: 1em;
    border-radius: 1em;
}

#jobsTableTopBar {
    border: solid 1px lightgray;
    border-radius: 1em;
    padding: 16px;
    margin-left: 1em;
    margin-right: 1em;
}

.job-row-on-hold {
/*    background: #f0f0f0 !important;*/
    opacity: .3 !important;
}

#filterDropdown {
/*    border: 1px solid lightgray;*/
    border-radius: 12px;
    padding: 12px;
/*    margin-bottom: 1em;*/
/*    background: #004485;*/
/*    color: #ffffff;*/
/*    width: 10%;*/
}

/*#filterChips {
    margin-top: .5em;
}*/

#recentlyViewedJobCard {
    display: none;
    border-radius: 1em;
    width: max-content;
/*    background: #e3f1f9;*/
/*    color: #004585;*/
    border: none;
    /*    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;*/
}

/*#filterDropdownContainer {
    min-width: 400px;
    border-radius: 2em;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}*/

.thread-status-filter-chip, .thread-action-filter-chip {
    background: #f5f5f5;
    color: black;
}

.filter-chip {
    background: #b2dddf;
    color: black;
    transition: background 0.5s ease-in-out;
}

.filter-chip.exclude {
    background: #f8b9cb;
/*    color: #850045;*/
}

.methods-user-chip {
    background: #eac9b4;
    color: #854000;
}

.cam-user-chip {
    background: #badcf1;
    color: #004585;
}

.route-user-chip {
    background: #debae4;
    color: #400085;
}

.sent-offshore-chip {
    background: #cabce3;
    color: #000285;
}

.received-offshore-chip {
    background: #b2dddf;
    color: #084945;
}

.active-job-status-chip {
    background: #badcf1;
    color: #004585;
}

.hold-job-status-chip {
    background: #eac9b4;
    color: #854000;
}

.action-job-status-chip {
    background: #badcf1;
    color: #004585;
}

.waiting-job-status-chip {
    background: #cabce3;
    color: #000285;
}

.cancelled-job-status-chip {
    background: #f8b9cb;
    color: #850045;
}

.completed-job-status-chip {
    background: #b2dddf;
    color: #084945;
}

.ecn-job-status-chip {
    background: #debae4;
    color: #400085;
}

.job-status-chip {
    background: #f5f5f5;
    color: black;
}

.not-started-job-queue-chip {
    background: #f0f0f0;
    color: black;
}

.methods-job-queue-chip {
    background: #eac9b4;
    color: #854000;
}

.cam-job-queue-chip {
    background: #badcf1;
    color: #004585;
}

.route-job-queue-chip {
    background: #debae4;
    color: #400085;
}

.electrical-testing-job-queue-chip {
    background: #debae4;
    color: #400085;
}

.quality-job-queue-chip {
    background: #f8b9cb;
    color: #850045;
}

.completed-job-queue-chip {
    background: #b2dddf;
    color: #084945;
}

.itar-job-badge {
    background: #dda784;
    color: black;
}

.ecn-job-badge {
    background: #f0f0f0;
    color: black;
}

.logs-job-badge {
    background: #f0f0f0;
    color: black;
/*    width: 100%;*/
}

.restricted-details-job-badge {
    background: #f0f0f0;
    color: black;
}

.notes-job-badge {
    background: #f0f0f0;
    color: black;
}

.notifications-enabled-job-badge {
    background: #f0f0f0;
    color: black;
}

.nag-overwritten-job-badge {
    background: #f0f0f0;
    color: black;
}

.basic-job-badge {
    background: #badcf1;
    color: #004585;
}

.created-time-thread-badge {
    background: #eae4f4;
    color: #606060;
}

.notified-time-thread-badge {
    background: #eae4f4;
    color: #606060;
}

.query-thread-badge {
    background: #f0f0f0;
    color: #606060;
}

.fyi-thread-badge {
    background: #f3e7e3;
    color: #9d4c00;
}

.deliverable-thread-badge {
    background: #e0f1f3;
    color: #066562;
}

.unresolved-thread-badge {
    background: #f8b9cb;
    color: #850045;
}

.pending-thread-badge {
    background: #badcf1;
    color: #004585;
}

.resolved-thread-badge {
    background: #e0f1f3;
    color: #084945;
}

.draft-thread-badge {
    background: #f0f0f0;
    color: black;
}

.waiting-on-customer-thread-badge {
    background: #badcf1;
    color: #004585;
}

.needs-action-thread-badge {
    background: #f8b9cb;
    color: #850045;
}

.tq-action-no-action-needed-badge {
/*    background: #f0f0f0;*/
    color: black;
}

.tq-action-needs-methods-badge {
    background: #f3e7e3;
    color: #854000;
}

.tq-action-needs-cam-badge {
    background: #e3f1f9;
    color: #004585;
}

.tq-action-needs-route-badge {
    background: #f2e3f4;
    color: #400085;
}

.tq-action-resolved-badge {
    background: #e0f1f3;
    color: #084945;
}

.resolved-thread-dot {
    /* background: #b2dddf;
    color: #084945;*/
    background: #008583;
}

.draft-thread-dot {
/*    background: #f0f0f0;
    color: black;*/
    background: black;
}

.waiting-on-customer-thread-dot {
    /*    background: #debae4;
    color: #400085;*/
    background: #debae4;
}

.needs-action-thread-dot {
    /*    background: #f8b9cb;
    color: #850045;*/
    background: #e31655;
}

.days-to-ship-alert-badge {
    color: #850045;
    background: #f8b9cb;
}

.days-to-ship-badge {
    color: #004585;
    background: #badcf1;
}

.turn-time-alert-badge {
    color: #850045;
    background: #f8b9cb;
}

.turn-time-badge {
    color: #004585;
    background: #badcf1;
}

.view-job-btn:hover {
    background: #badcf1;
}

.close-modal-btn:hover {
    background: #f3e7e3;
}

.confirm-delete-modal-btn:hover {
    background: #fce3ea;
}

.most-recent-job-btn {
    background: #e3f1f9;
    color: #004585;
    width: 100%;
    border-radius: 12px;
}

.most-recent-job-btn:hover {
    background: #badcf1;
}

.eng-calendar-btn {
    background: #f2e3f4;
    color: #400085;
    border-radius: 8px;
}

.eng-calendar-btn:hover {
    background: #debae4;
}

.fai-calendar-btn {
    background: #fce3ea;
    color: #850045;
    border-radius: 8px;
}

.fai-calendar-btn:hover {
    background: #f8b9cb;
}

.add-reservation-btn {
    background: #dedede;
    color: black;
    border-radius: 8px;
}

.add-reservation-btn:hover {
    background: #c2c2c2;
}

.save-reservation-btn:hover,
.update-reservation-btn:hover {
    background: #badcf1;
}

.delete-res-btn {
    color: #850045;
}

.delete-res-btn:hover {
    background: #f8b9cb;
}

.cal-days-to-ship-badge {
    color: inherit;
    /*    background: #f0f0f0;*/
    background: transparent;
}

.cal-panels-badge {
    color: inherit;
    /*    background: #f0f0f0;*/
    background: transparent;
}

.cal-layers-badge {
    color: inherit;
    /*    background: #f0f0f0;*/
    background: transparent;
}

.cal-turn-time-badge {
    color: inherit;
    background: transparent;
}

.cal-tags-badge {
    color: inherit;
    background: transparent;
}

.cal-restricted-badge {
    color: inherit;
    background: transparent;
}

.cal-no-cam-lead-badge {
    color: #850045;
}

#scheduler-wrapper {
    margin: 1em;
    padding: 1em;
    /*    border: 1px solid lightgray;*/
    border-radius: 1em;
    background: #fafafa;
    scrollbar-color: transparent !important;
}

.fc .fc-popover {
/*    box-shadow: none;*/
}

.fc .fc-popover-header {
    background: transparent !important;
}

.fc .fc-popover {
/*    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;*/
    border-radius: 1em;
    border: none;
    max-width: 50vw;
    max-height: 50vh;
    overflow-y: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 1055; /* above other UI elements */
    scrollbar-color: gray transparent;
    padding: 1em;
}

.fc .fc-daygrid-event-harness {
    margin: 8px;
}

.fc .fc-daygrid-day-top {
    justify-content: center;
}

.fc .fc-daygrid-day-top a {
    text-decoration: none;
}

.fc .fc-multimonth-singlecol .fc-multimonth-header {
    background: #fafafa;
}

.fc-col-header {
    background: #fafafa;
}

.fc .fc-daygrid-day.fc-day-today {
    background: #fff;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top .fc-daygrid-day-number {
    background: #004585;
    color: #fff;
    height: 36px;
    width: 36px;
    text-align: center;
    border-radius: 50%;
    padding: 8px;
    margin: 8px;
}

.fc-toolbar-title {
    font-weight: 500;
}

#calendar a {
    text-decoration: none;
}

#calendar .fc-yearOverview-view.fc-view {
    border: none;
    scrollbar-color: gray transparent;
}

#calendar .fc-monthAll-view.fc-view {
    border: none;
}

#calendar {
    background-color: transparent; 
}

.fc .fc-daygrid-day-frame {
    background-color: transparent;
}

.fc .fc-multimonth-daygrid {
    background: transparent;
}

button.fc-yearOverview-button.fc-button {
    border-radius: 8px;
    margin: 0 4px;
    background: #dedede;
    color: black;
    border: none;
}

button.fc-yearOverview-button.fc-button.fc-button-active,
button.fc-monthAll-button.fc-button.fc-button-active {
    background: #606060 !important;
    color: #fff !important;
}

button.fc-yearOverview-button.fc-button:hover,
button.fc-monthAll-button.fc-button:hover {
    background: #c2c2c2;
    color: black;
}

button.fc-monthAll-button.fc-button {
    border-radius: 8px;
    margin: 0 4px;
    background: #dedede;
    color: black;
    border: none;
}

button.fc-prev-button.fc-button {
    border-radius: 12px;
    margin: 0 4px !important;
    background: #cabce3;
    color: #000285;
    border: none;
}

button.fc-next-button.fc-button {
    border-radius: 12px;
    margin: 0 4px !important;
    background: #cabce3;
    color: #000285;
    border: none;
}

button.fc-today-button.fc-button {
    border-radius: 12px;
    background: #e3f1f9;
    color: #004585;
    border: none;
    margin: 0 !important;
}

button.fc-today-button.fc-button:disabled {
    border-radius: 12px;
    background: #e3f1f9;
    color: #004585;
    border: none;
    margin: 0 !important;
}

button.fc-today-button.fc-button:hover {
    background: #badcf1;
    color: #004585;
}

button.fc-prev-button.fc-button:hover,
button.fc-next-button.fc-button:hover
{
    background: #a790d2;
    color: #000285;
}

.job-corner-flags {
    /*    margin: 1em;*/
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: flex;
}

.cal-event-corner-flag {
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
    text-align: center;
}

.cal-woc-badge {
    color: #004585;
    background: #badcf1;
}

.cal-itar-badge {
    color: #854000;
    background: #eac9b4;
}

.cal-event-not-started-queue {
    background: #f0f0f0;
    color: black;
    border-radius: 1em;
    padding: 1em;
}

.cal-event-methods-queue {
    background: #f3e7e3;
    color: #854000;
    border-radius: 1em;
    padding: 1em;
}

.cal-event-cam-queue {
    background: #e3f1f9;
    color: #004585;
    border-radius: 1em;
    padding: 1em;
}

.cal-event-quality-queue {
    background: #fce3ea;
    color: #850045;
    border-radius: 1em;
    padding: 1em;
}

.cal-event-reservation {
    background: #e0f1f3;
    color: #084945;
    border-radius: 1em;
    padding: 1em;
}

.fc-event-main {
    color: inherit !important;
}

.fc-h-event {
    border: none;
}

.cal-event-reservation:hover {
    background: #b2dddf;
    color: inherit;
}

.cal-event-not-started-queue:hover {
    background: #dedede;
    color: inherit;
}

.cal-event-methods-queue:hover {
    background: #eac9b4;
    color: inherit;
}

.cal-event-cam-queue:hover {
    background: #badcf1;
    color: inherit;
}

.cal-event-quality-queue:hover {
    background: #f8b9cb;
    color: inherit;
}

.custom-job {
}

.remove-filter {
    color: #818181;
}

.toggle-filter {
    color: #818181;
}

.job-status-filter-chip-text {
    font-weight: 600;
}

.thread-status-filter-chip-text {
    font-weight: 600;
}

.thread-action-filter-chip-text {
    font-weight: 600;
}

.tq-row-selected {
    background: #f5f5f5 !important;
}

.job-row-selected {
    background: #f5f5f5 !important;
}

/*#threadFilterDropdown {
    border-radius: 2em;
}*/

/*#threadFilterDropdownContainer {
    padding: .5em;
    min-width: max-content;
    border-radius: 1em;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(6px);
}*/

#exportDropdownContainer {
/*    padding: .5em;*/
/*    min-width: max-content;*/
/*    border-radius: 1em;*/
/*    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;*/
/*    background-color: rgba(255, 255, 255, 0.85);*/
/*    backdrop-filter: blur(6px);*/
}

/*#exportDropdownContainer .dropdown-item {
    border-radius: 50rem;
}*/

.itar-job {
    /*    background: #fafafa;*/
}

.table.dataTable {
    /*    margin: 1em 0;*/
    max-width: 100%;
    margin-top: 1em;
}

table.dataTable {
    margin-bottom: 0;
}

/*.dataTables_wrapper .top-bar {
    float: right;
}*/

/*.dataTables_length, .dataTables_filter {
    margin-bottom: 1em;
}*/

.dataTables_filter {
    background: #F3F6F9 !important;
    border: 0 !important;
    border-radius: 0.25em !important;
    float: none !important;
    display: inline-block;
}

.dataTables_filter label:before {
    content:url("../img/icon-search.svg");
    padding:1em;
}

.dataTables_wrapper .dataTables_length {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0.25em !important;
    padding: 0.125em 0.5em;
    font-size: .75em;
    float: none !important;
    display: inline-block;
    margin-right: 1.3rem; 
    margin-top: .775em;
}

.dataTables_length select {
    border: 0!important;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_filter input:focus-visible {
    border: 0 !important;
    outline:none;
}
         
.dataTables_wrapper .dataTables_paginate {
    padding-top: .755em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 2px solid transparent !important;
    border-radius: 2em;
    margin: 0 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #004485 !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    background: #004485;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    margin-right: 0.5em !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 2px solid #004485 !important;
    color: #004485 !important;
    background: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    background: #F3F6F9 !important;
    color: #82868C !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    border: 2px solid transparent !important;
    color: #82868C !important;
    background: #F3F6F9 !important;
}

.dataTables_wrapper .table.dataTable .sorting {
    padding-left: 20px;
}

.dataTables_wrapper .table.dataTable .sorting::before,
.dataTables_wrapper .table.dataTable .sorting::after {
    color: #B8BCC2;
    opacity: 1;
    left: 5px;
}

.dataTables_wrapper .table.dataTable .sorting.sorting_desc::before,
.dataTables_wrapper .table.dataTable .sorting.sorting_asc::after {
    color: #707070;
    opacity: 1;
}

.dataTables_wrapper table.table thead tr th {
    font-weight: 600;
    border-color: lightgray !important;
/*    border-top: 1px solid lightgray;*/
/*    border-bottom: 2px solid #B8BCC2!important;*/
}

#jobs-all .dataTables_wrapper,
#jobs-notstarted .dataTables_wrapper,
#jobs-method .dataTables_wrapper,
#jobs-cam .dataTables_wrapper,
#jobs-route .dataTables_wrapper,
#jobs-et .dataTables_wrapper,
#jobs-quality .dataTables_wrapper,
#jobs-completed .dataTables_wrapper,
#myJobsTable .dataTables_wrapper,
#myJobsCustomerTable .dataTables_wrapper,
#needsActionJobsTable .dataTables_wrapper,
#needsMethodsJobsTable .dataTables_wrapper,
#needsCamJobsTable .dataTables_wrapper,
#needsRouteJobsTable .dataTables_wrapper {
    margin: 1em;
    padding: 1em;
    border: 1px solid lightgray;
    border-radius: 1em;
}

.dataTables_wrapper table.table tbody tr {
    line-height: 1.4rem;
}

.fa-pen {
cursor:pointer;
}

.thread-files-dropdown .dropdown-menu {
    width: max-content; 
}

#edit-users-table td {
    line-height: 2rem;
}

.month-year .month {
    margin-right:0.25em;
}

.month-year {
    font-family: 'Poppins',sans-serif;
    line-height: 2.1875em;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    width: auto !important;
    min-width: 14em;
}

.notStartedQueueEvent {
    background: #c9c7a6;
}

.methodQueueEvent {
    background: #90c5f7;
}

.camQueueEvent {
    background: #004485;
}

.qualityQueueEvent {
    background: #854000;
}

.reserved-event {
    background: slategray;
}

.modal-content {
    border-radius: 1em;
    border: none;
}

.modal .form-group {
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal .form-group label {
    font-weight:600;
}

.modal .form-group label.form-check-label {
    font-weight: 400;
}

.modal .row {
    width: 100%;
}

.modal-header {
    border-bottom: none;
}

.modal-header .modal-title {
    text-align: center;
}

.modal-footer {
    border-top: none;
}

#reset-password {
    margin-bottom: 1em;
    display: block;
    color: #004485;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.form-control {
    font-size: 0.875rem; 
    line-height: 1;
    padding: 0.75rem 0.625rem;
    border-radius: 0.313rem;
/*    margin-bottom:1em;*/
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f3f6f9;
    opacity: 1;
    border-color: transparent;
    color: #82868C
}

#search-jobs {
    margin-bottom:0;
}

.form-label {
    margin-bottom: 1em;
}

.accordion-button div:first-of-type {
    color: #212529;
}

.ev-time {
    background: #004485;
    color: #fff !important;
    border-radius: 5px;
    padding: 2px 4px;
    font-weight: 600;
    font-size: 0.6875em;
    margin-right: 5px;
}

.ev-selected {
    background: #DBEBF3;
}

.events .event a {
    float:right;
}

.calendar .days {
    margin: 0;
    border-right: 1px solid #E5E8EB;
    display:flex;
}

.calendar .day-names {
    border-bottom: 0!important;
    margin-bottom:0!important;
}

.calendar .day-names h6 {
    text-align: center;
    font-size: 0.8125em;
    color: #595D63;
    font-weight:500;
}

.calendar .days li {
    min-height: 10rem!important;
    cursor: pointer;
    padding: 0.5em 0.5em;
    border-left: 1px solid #E5E8EB;
}

.calendar .days li:first-of-type {
    border-right: 1px solid #E5E8EB;
    border: 0;
}

.calendar .days li:last-of-type {
    border-right:0;
}

.calendar .days:nth-child(1), .calendar ol:nth-child(3) {
    border-top: 1px solid #E5E8EB;
}

.calendar .days:last-of-type {
    border-bottom: 1px solid #E5E8EB;
}

.calendar .days li .event {
    margin-bottom: 3px!important;
}

.calendar .days li .event {
    font-size: 0.75rem !important;
    padding: 0.5rem 1rem 1rem 1rem !important;
    white-space: normal !important;
    margin: 0 4px 4px 0 !important;
    border-radius: 2em !important;
}

.calendar .days li.today .date {
    background: #005595;
    border-radius: 1em;
    display: flex;
    justify-content: center;
    color: #fff;
    text-decoration: none!important;
}

#cal-date-window .bg-event {
/*    color: #004485 !important;*/
    background: #F3F6F9;
    font-size: .75em;
    font-weight: 500;
    margin-bottom: 1em;
    padding: 1em;
    border-radius: 1em;
}

.cal-date-range {
    font-family: 'Poppins',sans-serif;
    line-height: 2.1875em;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
}

/** CALENDAR - HIDE WEEKENDS **/
.calendar .day-names li, .calendar .days li {
    width:20%;
}

.calendar .day-names li:first-of-type {
    display:none;
}

.calendar .day-names li:last-of-type {
    display: none;
}

.calendar .days li:first-of-type {
    display: none;
}

.calendar .days li:last-of-type {
    display: none;
}

.calendar ol::after {
    display: none!important;
}

@media screen and (max-width: 1200px) {

    #right-sidebar {
        background: #f3f6f9;
        width: 348px;
        min-width: 320px;
        max-width: 320px;
        padding: 1.25em;
    }
}

@media screen and (max-width: 991px) {

    .content-under-toolbar {
        padding: 0 1.563rem 1rem 0.813rem;
        width: 100%;
        max-width: 100%;
    }

    .mobile-tabs .nav-item {
        display: none;
    }

    .mobile-tabs .nav-item.active {
        display: block;
    }

    .nav-tabs.mobile-tabs .nav-item.active > a:before {
        content: "\e259";
        position: absolute;
        top: 15px;
        right: 15px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }

    .mobile-tabs .nav-item {
        float: none;
    }
}

.new-thread-header {
    background:#f3f6f9;
}

#thread-search-all {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.accordion-button {
    background:transparent;
}

#comment-threads-tabs .accordion-header {
    padding: 0.813rem;
    border-top: 1px solid #E5E8EB;
    border-bottom: 1px solid #E5E8EB;
}

.comment-notification-users {
    padding-left: 2em;
}

i.fa-user-plus {
    cursor: pointer;
}

i.fa-chevron-down {
    cursor: pointer;
}

i.fa-chevron-up {
    cursor: pointer;
}

.collapse-thread-row {
    text-decoration: none;
    color: #854000;
}

.toggle-reply-card {
    text-decoration: none;
    color: #004485;
    width: 100%;
    border-radius: 50rem;
}

.group-users-list {
    list-style-type: none;
    margin: 0;
}

.invite-contact-label {
    display: inline-block;
}

.invite-customer-checkbox {
    padding-top: 20px;
    margin: auto 10px auto 10px;
    width: 15px;
    height: 15px;  
    display: none;
}

.dashboard-notification-none {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5em;
    height: 2.5em;
    background-color: #1576d1;
    border: 1px solid #1576d1;
    border-radius: 50%;
    color: #fff;
    font-size: 1.5em;
    filter: drop-shadow(1px 1px 2px #2D2D2D);
    margin-right: 2em;
}

.dashboard-notification {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5em;
    height: 2.5em;
    background-color: #FF5151;
    border: 1px solid #FF5151;
    border-radius: 50%;
    color: #fff;
    font-size: 1.5em;
    filter: drop-shadow(1px 1px 2px #2D2D2D);
    margin-right: 2em;
}

p.select-all-checkbox {
    text-decoration: underline;
    display: inline-block;
}

.select-all-checkbox:hover {
    cursor: pointer;
}

#threadSearchInput {
    /*    height: 3em;
    margin-top: 1em;
    border-radius: 50rem;*/
    margin: 0;
    padding: .5em;
    border-radius: 50rem;
    background: transparent;
}

.select-container {
    width: 100%;
    margin-left: 0.5em;
}

.select-container select {
    border-radius: 50rem;
    background: transparent;
}

/*.filters-select-container select {
    border-radius: 50rem;
    background: transparent;
}*/

.pulsating-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 10px;
    height: 10px;
}

.pulsating-circle:before {
    content: "";
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #01a4e9;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: blue;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {

    0% {
        transform: scale(0.33);
    }

    80%, 100% {
        opacity: 0;
    }
}

@keyframes pulse-ring {

    0% {
        transform: scale(0.33);
    }

    80%, 100% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse-dot {

    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

@keyframes pulse-dot {

    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

/* Summernote issues */
.note-editor, .note-editable {
    border: none !important;
}

.note-editor .note-editing-area .note-editable {
    background: transparent;
}

.note-statusbar {
    height: 0px;
}

.note-editing-area {
    border-radius: .5em .5em 0 0;
}

.note-editor .note-toolbar {
    border: none;
    background: transparent;
}

.note-toolbar .note-btn {
    background: transparent;
    border: none;
}

.note-toolbar {
    display: flex;
    justify-content: center;
    border: none;
}

.note-toolbar .note-btn:hover {
/*    background: #e3f1f9;*/
    border: none;
/*    border-radius: 1em;*/
/*    padding: 0;*/
/*    margin: 0;*/
}

.note-toolbar .note-btn.active {
/*    background: #badcf1;
    color: #004485;*/
    box-shadow: none;
}

.note-editor .note-editing-area .note-editable table td {
    border-color: black !important;
}

.note-editor .dropdown-toggle::after {
    all: unset
}

.note-editor .note-dropdown-menu {
    box-sizing: content-box
}

.note-editor .note-modal-footer {
    box-sizing: content-box
}

a.note-dropdown-item, a.note-dropdown-item:hover {
    margin: 5px 0;
    color: black;
    text-decoration: none;
}

div.note-editor.note-frame.panel.panel-default.fullscreen {
    background-color: white;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 650;
}

form#edit-org .form-group,
form#create-org .form-group,
form#my-account .form-group,
form#edit-user .form-group,
form#create-user .form-group,
form#my-account .form-group,
#settings-tabs .form-group {
    margin-bottom: 0.875rem;
}

#settings-tabs .form-group input {
    width: 25%;
    min-width: 200px;
}

#settings-tabs .form-group {
    margin-top: 0.875rem;
}

.schedule {
    padding-right: 0;
}

.dashboard-welcome p {
    margin-bottom: 26px;
}

.dashboard .block {
    background: #DBEBF3;
    color: #004485;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-top: 1.3rem;
    text-align: center;
    border-radius: 10px;
}

.dashboard .block .block-header {
    font-weight: 800;
}

@media screen and (max-width: 991px) {

    #searchbar .container {
        padding: 0;
    }

    #right-sidebar, #v-pills-tabContent, .thread-selection-tab {
        width: 100%;
        max-width: 100%;
    }

    .content-under-toolbar {
        padding: 1em;
    }

    .dtr-details {
        padding-left: 0;
        list-style-type: none;
        text-align: left;
    }

    .dtr-details li {
        text-align: left;
        display: flex;
        justify-content: space-between;
    }

    .dtr-details li:nth-child(2n+1) {
        background:#E5E8EB;
    }

    .dtr-title {
        font-weight:600;
    }
}