/* COLORS */
:root {
    --orange: #ffcbb9;
    --beige: #fcf7de;
    --green: #e5f9e0;
    --grey: #eee;
    --blue: #073153;
    --grey-blue: #cfd9e2;
    --lt-blue: #007bff;
    --purple: #9460a8;
    --purple-lt: #f0defd;
    --mint: #00b894;

    --legend-color--purchased: #ceffaf88;
    --legend-color--newfile: #b6d8ef;
    --legend-color--denied: #607d8b7d;
    --legend-color--passed: #ffe0b2;
    --legend-color--expired3: #ffdcdc;
    --legend-color--expired2: #f78d8d88;
    --legend-color--expired1: #FF000088;

    --queue-color--green: #e2f8d8;
    --queue-color--beige: #faffe6;
    --queue-color--red: #ef9d9d;
    --queue-text--color: #cc0000;

    --teal: #33ffcc;
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    font-size: 13px;
}
body * {
    box-sizing: border-box;
}
#dimmer {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
}
#dimmer.open {
    display: block;
}
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95vw;
    height: 80vh;
    overflow: scroll;
    padding: 1rem;
    z-index: 999;
}
.lead-files .col-xs-12.col-lg-3 {
    word-break: break-word;
}
.popup.open {
    display: block;
}
.schedule {
    background-color: var(--orange);
}
.checklist {
    background-color: var(--beige);
}
.customer {
    background-color: var(--green);
}
.documents {
    background-color: var(--grey);
}
.btn-purple {
    background-color: var(--purple);
    color: #fff;
}
.btn-mint {
    background-color: var(--mint);
    color: #fff;
}
form.form-login {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    animation-name: reveal-on-pagelaod;
    animation-timing-function: ease-out;
    animation-duration: 500ms;
    animation-delay: 150ms;
    animation-iteration-count: 1;
    animation-play-state: running;
    animation-direction: normal;
    animation-fill-mode: both;
}
@keyframes reveal-on-pagelaod {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
form.form-login input[type="password"] {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #ddd;
}
.form-group:not(#additional-info).btn-delete {
    position: relative;
    border-radius: 15px;
}
.form-group:not(#additional-info).btn-delete::after {
    /* background-color: var(--danger); */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    content: '';
    background-image: url('../images/icons/icon_trash_rd.png');
    background-size: 100%;
    background-position: center;
}
.btn-delete .bi {
    pointer-events: none;
}
.bg-teal {
    background-color: var(--teal);
}
.bg-pink {
    background-color: var(--legend-color--expired2);
}
.bg-orange {
    background-color: var(--orange);
}
.bg-green {
    background-color: var(--grey-blue);
}
.bg-beige {
    background-color: var(--beige);
}
.bg-purple {
    background-color: var(--purple);
}
.bg-purple-lt {
    background-color: var(--purple-lt);
}
.btn-close {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background-color: transparent;
    padding: 0;
}
.alertsWrap {
    position: fixed;
    bottom: 10vh;
    left: auto;
    right: 20px;
    width: 340px;
    opacity: 1;
    z-index: 99;
}
/* .btn-close::after {
  display: block;
  content: '';
  background-image: url('../images/icons/icon_close.png');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 25px;
  min-height: 25px;
} */
.btn-minus-toggle {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #3f3f3f;
    vertical-align: middle;
}
.btn-minus-toggle .minus {
    display: none;
}
.btn-minus-toggle .plus {
    display: none;
}
.btn-minus-toggle[aria-expanded="true"] .minus {
    display: block;
}
.btn-minus-toggle[aria-expanded="true"] .plus {
    display: none;
}
.btn-minus-toggle[aria-expanded="false"] .minus {
    display: none;
}
.btn-minus-toggle[aria-expanded="false"] .plus {
    display: block;
}
#main-content {
    min-height: 75vh;
}
input[type=date] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#lead-forms section,
#lead-actions section {
    padding: 0 15px 1.5rem;
}
#lead-actions section>header {
    position: relative;
    background-color: transparent;
    margin-left: -15px;
    margin-right: -15px;
    color: #000;
}
#lead-actions section header::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15);
    mix-blend-mode: luminosity;
}
label {
    min-height: 1.5rem;
}
.leads-table-header {
    position: relative;
}
.leads-table-header .btn-outline-dark:hover {
    background-color: transparent !important;
}
.btn-outline-dark:hover path {
    stroke: #fff;
}
#page-filters {
    position: absolute;
    top: 100%;
    right: 0;
    max-width: 285px;
    transform: translateY(0%);
    z-index: 999;
}
#page-filters.wide {
    max-width: none;
}
.color-legend {
    padding: 0.5rem !important;
}
.color-legend li p,
.color-legend li label {
    margin: 0;
}
#page-filters.color-legend dd:not(:last-child),
#page-filters.color-legend dt:not(:last-child) {
    margin: 0 0.75rem 0 0;
    padding: 0;
}
#page-filters.color-legend p {
    margin: 0;
}
/* navbar */
#site-header.navbar {
    align-items: center;
    padding: .5rem 1rem 0;
    border-bottom: 1px solid #dee2e6;
}

#site-header.navbar .nav-tabs {
    width: 100%;
    justify-content: start;
    border-bottom: none;
}
#site-header.navbar .container {
    flex-wrap: wrap;
}
#site-header.navbar .nav-tabs .nav-link {
    font-size: 16px;
}
#site-header .navbar-brand {
    height: 65px;
}
#site-header .navbar-brand img {
    max-height: 100%;
    width: auto;
}
.nav-tabs .nav-item {
    margin: 0 .25rem -1px;
}
#site-header .member-nav span,
#site-header .member-nav a {
    font-size: 0.8rem;
}
#site-header .member-nav a:not(:last-child) {
    border-right: 1px solid #000;
    padding-right: 5px;
}
.navbar {
    padding: .5rem 0;
}
/* FORM */
.form-header {
    position: relative;
    background-color: #000;
    color: #fff;
    padding: 2rem;
}
.form-header div[class$=btn] {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    font-size: 12px;
    color: #fff;
    z-index: 2;
}
.form-header div[class$=btn]+div[class$=btn] {
    right: 3.5rem;
}
.form-header .btn.btn-primary {
    /* ? 9.28.21 Matt : commented out to stop button being pushed too far to the left from right side - still looks centered without rule */
    /* transform: translate(-35px, -50%); */
}
.form-header .remove-element {
    width: auto;
    padding: 3px 5px;
    z-index: 1;
    opacity: 0.75;
    transition: all 150ms ease-in-out;
}
.form-header.subheader .remove-element {
    background-color: transparent;
    border-color: transparent;
}
.form-header .remove-element:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    opacity: 1;
}
.form-header.subheader {
    background-color: #cacaca;
    color: #000;
}
/* .form-header--sm {
  margin-left: 0;
  margin-right: 0;
} */
form label:not([class*='col']) {
    display: block;
}
form input,
form textarea,
form select {
    font-size: 14px !important;
    min-width: auto;
    margin-bottom: 1rem;
}
form input[type=text],
form textarea,
form select {
    min-width: 100%;
}
form .form-group {
    margin-bottom: 0;
}
form input,
form textarea,
form select {
    margin-bottom: 0.5rem;
}
.table .row,
.table .form-row {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #4f4f4f;
}
.table tr:not(.condition):nth-child(even) {
    background-color: #eceff1;
}
.no-striped tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
}
.no-striped tbody tr:hover {
    background-color: transparent !important;
}
.no-striped {
    border: none !important;
}
.no-striped td, .no-striped th {
    border: none !important;
}
table.contact-el {
    width: 190px;
}
.table a,
.table a:link,
.table a:visited,
.table a:focus {
    color: #000;
    text-decoration: none;
}
.table .btn {
    font-size: 13px;
}
#leads-table tr td a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}
#leads-table .row p {
    margin-bottom: 0;
}
#leads-table .pinned {
    background-color: #f7fff2 !important;
}
a.unstiled-hover:hover {
    color: inherit !important;
    border-bottom: none !important;
    text-decoration: none !important;
}
/* LEAD CONTACT LIST */
.lead-contact-list .lead-contact-item [class*="col-"]:first-child * {
    display: inline-block;
}
.lead-contact-list .lead-contact-item {
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
}
.lead-contact-list .lead-contact-item p {
    margin-bottom: 0;
}
/* #lender-form,
#edit-category,
#edit-document,
#edit-email-template {
  max-width: 65%;
  margin: 0 auto;
} */
#edit-document,
#edit-category .form-group,
#edit-email-template .form-group {
    background-color: var(--grey);
}
#edit-document #document {
    background-color: #fff;
    border: 1px solid #3f3f3f;
    /* PADDING APPLIED TO CREATE FAKE PAGE THAT IS RESPONSIVE */
    padding-bottom: 115%;
    max-height: 100%;
}
#edit-document #document img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 150px;
}
#account-info,
#select-branch,
#password {
    background-color: var(--grey);
}
.checklist .row {
    justify-content: center;
    align-items: center;
}
.table {
    border: 1px solid #ced4da;
}
.table.no-border {
    border: none;
}
.table thead tr {
    background-color: #eceff1;
    color: #000;
    cursor: pointer;
}
.table.hide-cols th:nth-child(1),
.table.hide-cols th:nth-child(2),
.table.hide-cols td:nth-child(1),
.table.hide-cols td:nth-child(2),
.table.hide-cols th:last-child,
.table.hide-cols td:last-child {
    display: none;
}
.table.hide-first-cols th:nth-child(1),
.table.hide-first-cols th:nth-child(2),
.table.hide-first-cols td:nth-child(1),
.table.hide-first-cols td:nth-child(2) {
    display: none;
}
.table:not(.no-hover) tbody tr:not(tr.condition):hover {
    background-color: #eceff1;
}
#lead-nav ul .nav-item .nav-link {
    padding: 0.25rem 0.5rem;
    margin: 0 0 0 0.25rem;
    border-radius: 0;
    min-width: 75px;
    width: 100%;
    opacity: 0.85;
}
#lead-nav ul .nav-item.active .nav-link {
    opacity: 1;

}
#loan-nav-container form {
    text-align: right;
}
#loan-detail .loan-detail-header h1 {
    vertical-align: middle;
}
/* RECORD DETAILS */
#lead-forms label,
#lead-forms p {
    margin-bottom: 0;
}
#lead-forms p {
    min-height: 1.2rem;
    min-width: 100%;
}
/* FILE UPLOAD */
#fileuploader {
    background-color: #fff;
    position: relative;
    border: 1px dashed #000;
    padding: 1rem;
    cursor: pointer;
}
#fileuploader .ajax-file-upload {
    position: static !important;
    /* pointer-events: none; */
    z-index: 1;
}
#fileuploader .input-upload {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#fileuploader form {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    cursor: pointer;
}
#fileuploader .upload-btn:before,
#fileuploader .upload-btn {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}
#fileuploader .upload-btn:before {
    content: '';
    background-image: url('../images/icons/icon_upload.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 8px;
}
#delete-btn-container {
    /* margin-top: 25px; */
}
.form-control,
.custom-select:not(.custom-select-sm) {
    /* padding: 0.5rem; */
    height: auto;
    /* max-width: 100%;
  min-width: 100%; */
}
.form-control input {
    padding: 0.2rem;
}
.custom-select,
.custom-select-sm {
    /* ? 9.28.21 Matt : removed to stop selects being longer than boxes on mobile */
    /* width: auto; */
    padding: 0.375rem 20px 0.375rem 5px;
    background-position: 90%, 50%;
}
/* LOAN PIPELINE COLOR LEGEND  */
.legend-color--purchased {
    background-color: var(--legend-color--purchased) !important;
    margin: 0;
    padding: 0;
}
.legend-color--newfile {
    background-color: var(--legend-color--newfile) !important;
    margin: 0;
    padding: 0;
}
.legend-color--denied {
    background-color: var(--legend-color--denied) !important;
    margin: 0;
    padding: 0;
}
.legend-color--passed {
    background-color: var(--legend-color--passed) !important;
    margin: 0;
    padding: 0;
}
.legend-color--grey-blue {
    background-color: var(--grey-blue) !important;
    color: #8c8c8c;
    margin: 0;
    padding: 0;
}

.legend-color--expire-1 {
    background-color: var(--legend-color--expired1) !important;
    margin: 0;
    padding: 0;
}
.legend-color--expire-2 {
    background-color: var(--legend-color--expired2) !important;
    margin: 0;
    padding: 0;
}
.legend-color--expire-3 {
    background-color: var(--legend-color--expired3) !important;
    margin: 0;
    padding: 0;
}
.condition-container {
    display: block;
    width: 100%;
    max-width: 310px;
    padding: 2px;
    color: #fff;
}
.condition-container.condition-container--success {
    background-color: #3aa748;
}
.condition-container.condition-container--fail {
    background-color: #ff6600;
}
.condtion-statement {
    margin-bottom: 0;
    padding: 2px;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
}
/* CALENDAR */
.calendar-nav {
    color: var(--blue);
}
#calendar .calendar-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}
#calendar .calendar-row>[class*="col"] {
    padding-left: 0;
    padding-right: 0;
}
#calendar .calendar-row,
#calendar .calendar-row .day--disabled {
    background-color: #efefef;
}
/* #calendar .calendar-nav-table.calendar-row {
  margin-bottom: 10px;
} */
#calendar .calendar-nav .btn {
    /*padding: 0 1rem;*/
}
#calendar li label {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
}
#calendar li label p {
    line-height: 1;
}
#calendar .day {
    background-color: #fff;
    position: relative;
}
#calendar .day-body {
    /* min-height: calc(100vh / 7); */
    min-height: 100%;
    border-color: var(--blue);
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
}
#calendar .day-header {
    display: flex;
    justify-content: space-between;
    /* background-color: var(--grey-blue); */
    color: var(--blue);
    font-weight: bold;
    /* margin: 0 -5px 0; */
    padding: 0.5rem;
    max-width: 100%;
}
#calendar .day-header:not(:only-child) {
    border-bottom: 1px dotted var(--grey-blue);
}
#calendar .day:not(.has-event) .day-event {
    /*display: none;*/
}
#calendar .day .day-event {
    padding: 0.5rem;
    margin: 0.5rem;
    cursor: pointer;
}
#calendar .day .day-event p,
#calendar .day .day-event a {
    margin-bottom: 0;
}
#calendar .day a:hover {
    text-decoration: none;
    color: #fff;
}
#calendar .day .day-event .event-title {
    font-size: 15px;
}
#calendar .day .day-event p {
    font-size: 11px;
}
#calendar .day .day-link {
    font-size: 12px;
}
#calendar .calendar-nav-table p {
    display: block;
    font-size: 14px;
    text-align: left;
    padding: 0.5rem;
    width: 100%;
    height: 100%;
    color: var(--blue);
    border-color: var(--blue) !important;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0;
}
#calendar .calendar-nav-table .col:first-of-type p {
    border-left-width: 1px;
}
/* event colors */
.event-type--custom {
    background-color: #ff7a7a;
}
.event-type--meeting {
    background-color: #33ffcc;
}
.event-type--followup {
    background-color: #ffcbb9;
}
.event-type--called {
    background-color: #e5f9e0;
}
.event-type--checklistout {
    background-color: #fcf7de;
}
.event-type--loanpipeline {
    background-color: #f0defd;
}
/* MODAL */
.modal select {
    display: inline;
    width: fit-content;
}
/* FOOTER */
#site-footer {
    background-color: var(--blue);
    padding: 1rem;
    color: #fff;
    align-items: center;
    justify-content: center;
}
#site-footer p {
    margin: 0;
}
#site-footer a,
#site-footer a:link,
#site-footer a:visited,
#site-footer a:hover {
    color: #fff;
}
/* UTILS */
.mh-100 {
    min-height: 100%;
}
.bg-lighter {
    background-color: #fcfcfc !important;
}
.font-family--monospace {
    font-family: 'Courier New', Courier, monospace;
}
.text-underline {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.text-bold {
    font-weight: bold;
}
.text-color--green {
    color: #207908;
}
.text-color--red {
    color: #ff0000;
}
.text-color--lt-black {
    color: #4f4f4f;
}
.text-size--xs {
    font-size: 0.65rem !important;
}
.text-size--sm {
    font-size: 0.75rem !important;
}
.text-size--df {
    font-size: 1rem !important;
}
.text-size--md {
    font-size: 1.25rem !important;
}
.text-size--lg {
    font-size: 1.5rem !important;
}
.inline-checkbox {
    width: 100%;
}
.inline-checkbox * {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.inline-checkbox span {
    margin: 0 0.5rem;
}
.inline-select select {
    display: inline-block;
    min-width: 0px;
}
.inline-input {
    width: auto;
    display: inline-block;
}
.bi-lock-fill::before {
    content: url(../images/icons/icon_lock.png);
}
.icon-size--small {
    position: relative;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
}
.icon-size--small::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    min-width: 1.2rem;
    min-height: 1.2rem;
}
.font-size--sm {
    font-size: 9px;
}
.box-shadow {
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.5);
}
.box-shadow--sm {
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
}
.table--solid tr {
    background-color: transparent !important;
}
.btn-fakelink {
    background-color: transparent;
    border: none;
}
.btn-fakelink:focus,
.btn-fakelink:active {
    background-color: transparent;
    border: none;
    outline: none;
}
.search-input {
    position: relative;
    height: fit-content;
    width: fit-content;
}
.search-input .btn i {
    color: #6c757d;
}
.search-input .btn {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    display: block;
    width: 36px;
    height: 25px;
    font-size: 0.8rem;
    border-left: 1px solid #ced4da;
    transform: translate(-20%, -50%);
    padding: 0;
    cursor: pointer;
}
/* [class*="col"] {
  word-break: break-all;
  word-wrap: break-word;
  break-after: always;
  break-before: avoid;
} */
/* BOOTSTRAP OVERRIDES */
.container,
.container-fluid {
    /* width: 95vw; */
    max-width: 1440px;
    margin: 0 auto;
}
.row {
    margin-left: -5px;
    margin-right: -5px;
}
.form-row [class*="col-"]:not(.btn),
.row [class*="col-"]:not(.btn) {
    padding-right: 5px;
    padding-left: 5px;
}
.custom-select {
    background-image: url('../images/icons/icon_downarrow.png');
    background-size: 25px;
    background-position: 100%, 50%;
    margin-bottom: 0;
}
.responsive-table table {
    min-width: 100%;
}

.responsive-table .cell-5-perc {
    width: 5% !important;
}
.responsive-table .cell-3-perc {
    width: 3% !important;
}
/* RESPONSIVE TABLE
.responsive-table {
  max-width: 100%;
  overflow: auto;
}
.no-scroll {
  max-width: 100%;
  overflow: hidden;
}
.responsive-table table {
  width: 100%;
}
.responsive-table table td,
.responsive-table table th {
  padding: 1.5rem 1rem;
  vertical-align: middle;
}
.responsive-table table tr {
  vertical-align: middle;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
*/
/* generic animation class for dom elements */
.twc-animate {
    -webkit-transition: all 550ms ease-in, alpha 600ms ease-out 5s;
    -moz-transition: all 550ms ease-in, alpha 600ms ease-out 5s;
    -ms-transition: all 550ms ease-in, alpha 600ms ease-out 5s;
    transition: all 550ms ease-in, alpha 600ms ease-out 5s;
}
.twc-animate--opacity {
    animation-name: displayBlockAnimation;
    animation-duration: 600ms;
    animation-play-state: paused;
}
.twc-animate--opacity.play,
.twc-animate--opacity.open {
    animation-play-state: running;
}

/*Project Section*/
div.flex-pdf {
    width: calc(100% - 800px);
}
div.flex-pdf iframe {
    width: 100%;
    height: calc(100vh - 80px);
    max-height: 100vh;
    overflow-y: scroll;
}
div.flex-tix {
    width: 500px;
    max-height: calc(100vh - 80px);
    overflow-y: scroll;
    background: #d1d1d1;
    padding: 25px;
    box-sizing: border-box;
}
div.flex-tix input[type="checkbox"],
div.flex-tix i,
div.flex-tix span {
    display: none;
}
div.flex-tix span {
    position: absolute;
    display: inline-block;
    background: #d1d1d1;
    padding: 0px 5px;
    line-height: 20px;
    top: -10px;
    left: 10px;
    border-radius: 3px;
    font-size: 12px;
}
div.flex-tix input[type="checkbox"]+label {
    display: block;
    margin: 0 0 20px 0px;
    border: 1px solid grey;
    background: ghoswhite;
    padding: 15px 40px 15px 15px;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    font-size: 13px;
    line-height: 21px;
}
div.flex-tix input[type="checkbox"]:checked+label i {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
}
div.flex-tix input[type="checkbox"]:not(:checked)+label:hover {
    box-shadow: 0px 1px 3px;
}
div.flex-tix input[type="checkbox"]+label:active,
div.flex-tix input[type="checkbox"]:checked+label {
    box-shadow: 0px 0px 3px inset;
    background: #eee;
}
div.flex-tix input[type="checkbox"]:checked+label+img {
    display: inline-block;
}


div.flex-tix label.done {
    background: rgba(130, 183, 75, 0.3);
}
div.flex-tix label.removed {
    background: rgba(222, 0, 0, 0.3);
}


div.flex-tix button {
    margin: 0px 0px 20px 0px;
}

div.flex-tix textarea {
    margin-bottom: 0px;
}



div.flex-ass {
    width: 300px;
    max-height: calc(100vh - 80px);
    overflow-y: scroll;
    background: #f1f1f1;
    padding: 25px;
    box-sizing: border-box;
}

div.flex-ass {
    width: 300px;
    max-height: 100vh;
    overflow-y: scroll;
    background: #f1f1f1;
    padding: 25px;
    box-sizing: border-box;
    position: relative;
}
div.flex-ass select,
div.flex-ass input,
div.flex-ass textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px 0;
}
.advanced-search-button {
    border-radius: inherit;
    font-size: 14px;
    padding: 0;
    height: 34px;
}
#advanced-search .form-control:focus {
    box-shadow: none;
}
#advanced-search .col-xs-12 {
    margin: auto;
}

.rmTxtBox {
    float: right;
    border: 0px;
    background: #de0000;
    margin-top: -10px;
    color: #fff;
    font-size: 12px;
}
/*End project Section*/


@keyframes displayBlockAnimation {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
    }
    100% {
        opacity: 1;

    }
}
@media (min-width: 1279px) {
    #site-header.navbar .nav-tabs .nav-link {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }
}
@media (min-width: 992px) and (max-width: 1390px) {
    #site-header.navbar .nav-tabs .nav-link {
        font-size: 15px;
        padding-right: 0.1rem;
        padding-left: 0.1rem;

    }
        .nav-tabs .nav-item {
            margin-left: 0;
            margin-right: 0.1rem;
        }
}
@media (max-width: 992px) {
    .responsive-table table {
        width: 90%;
        margin: 0 auto;
    }
    .responsive-table .md-hidden {
        /*display: none;*/
    }
    #site-header.navbar .nav-tabs {
        margin-bottom: .25rem;
    }
    #site-menu {
        /* background-color: #1f84c6cc; */
        background-color: #fff;
    }
    #site-header.navbar .nav-tabs .nav-item {
        display: block;
        padding: 0 1rem;
        margin-bottom: 0;
        border-bottom: 1px solid #ccc;
    }
    #site-header.navbar .nav-tabs .dropdown-item {
        padding: 0.5rem 0;
    }
    #site-header.navbar .dropdown-menu {
        border: none;
        padding-left: .5rem;
    }
    #site-header.navbar .nav-tabs .nav-link {
        color: var(--lt-blue);
        padding: 1rem 0;
        color: #1f84c6;
        font-weight: 600;
    }
    #site-header.navbar .nav-tabs .nav-link {
        border: none;
    }
    /* #calendar .day:nth-child(odd) .day-body,
  #calendar .calendar-nav-table > div:nth-child(odd) p {
    border-left-width: 1px;
  } */
    /* #calendar .calendar-nav-table > div:not(:nth-child(1)):not(:nth-child(2)) p {
    border-top-width: 0;
  }
  #calendar .calendar-row:last-of-type .day-body {
    border-bottom-width: 0;
  }
  #calendar .calendar-row .day:last-of-type .day-body {
    border-bottom-width: 1px;
  } */
    #calendar .day--disabled {
        display: none;
    }
}
@media (max-width: 767px) {
    .responsive-table .xs-hidden {
        /*display: none;*/
    }
    #calendar .day {
        min-height: 50px;
    }
    .advanced-search-button {
        font-size: 12px;
    }
}
@media (max-width: 577px) {
    #lead-nav ul .nav-item .nav-link {
        margin: 0 0 8px 0;
    }
    .form-header .btn {
        right: 0.2rem;
    }
}
@media (min-width: 578px) {
    .border-sm-right {
        border-right: 1px solid #dee2e6 !important;
    }
    .nav-item {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
    .popup {
        width: 45%;
        padding: 1rem;
        z-index: 999;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /* form .form-row {
    position: relative;
    max-width: 100%;
    overflow: hidden;
  }
  form [class*=col],
  form .custom-select {
    max-width: 500%;
    flex-basis: 500%;
    text-align: left!important;
    margin: .4rem 0 .2rem;
  } */
}

@media (min-width: 992px) {
    .table--scrolling {
        max-height: 65vh;
        overflow-x: hidden;
        overflow-y: auto;
    }
    #site-header.navbar .nav-tabs .nav-link {
        border-color: #dee2e6 #dee2e6 #fff;
    }
    #site-header.navbar .nav-tabs .nav-link:not(.active) {
        border-bottom: 1px solid #ccc;
    }
    .nav-tabs .nav-item:first-child {
        margin-left: 0;
    }
    #calculator {
        max-width: 35%;
        margin: 0 auto;
    }
    #calendar .calendar-row {
        border-color: var(--blue);
        border-style: solid;
        border-top-width: 0;
        border-right-width: 0;
        border-bottom-width: 1px;
        border-left-width: 0;
    }
    #calendar .calendar-row:first-of-type {
        border-top-width: 1px;
    }
    #calendar .day {
        min-height: calc(100vh / 5);
    }
    #calendar .day-body {
        border-top-width: 0;
        border-right-width: 1px;
        border-bottom-width: 0;
        border-left-width: 0;
    }
    #calendar .day:first-of-type .day-body {
        border-left-width: 1px;
    }
}
@media(min-width: 768px) and (max-width: 992px) {
    #calculator {
        max-width: 65%;
        margin: 0 auto;
    }
}
@media(min-height: 768px) {
    form.form-login {
        top: 50%;
        transform: translate(-50%, -90%);
    }
    .popup {
        height: fit-content;
    }
}
/* PROCESSING QUEUE TABLE */
#queue-table thead tr {
    background-color: #000;
    color: #fff;
}
#queue-table thead tr a,
#queue-table thead tr a:link,
#queue-table thead tr a:visited,
#queue-table thead tr a:hover {
    color: #fff;
    font-weight: bold;
}
#queue-table table,
#queue-table td, #queue-table th {
    border: 2px solid #000;
}
#queue-table td, #queue-table th {
    /*width: 131px;*/
    height: 50px;
    padding: 0.5rem;
}
.queue-color--green {
    background-color: #e2f8d8;
}
.queue-color--beige {
    background-color: #faffe6;
}
.queue-color--red {
    background-color: #ef9d9d;
}
.queue-text--color {
    color: #cc0000;
}
/* DROPBOX CSS [START] */
#dropbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
#dropbox>footer {
    position: fixed;
    bottom: 0;
}
#dropbox-popup {
    padding: 20px 20px 0 20px;
}
#dropbox-popup #logo {
    display: block;
    width: auto;
    height: auto;
    margin: 10px auto;
    text-align: center;
}
#dropbox-popup .panel {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 100%;
    transition: transform ease-out 350ms;
}
#dropbox-popup .panel.panel--offscreen {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(200%);
}
#dropbox-popup .panel.panel--onscreen {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0%);
    margin-bottom: 160px;
}
#dropbox-popup #file-system {
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 80px;
}
#dropbox-popup .file-system-list {
    margin-bottom: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.file-system-list .list-item {
    background-color: transparent;
    padding: 20px 0;
    cursor: pointer;
    width: 100%;
    border-bottom: 1px solid #efefef;
}
.file-system-list .list-item:hover {
    background-color: #efefef;
}
.file-system-list .list-item-input {
    width: 1.5rem;
    margin: 0 10px 0 0;
    padding: 0;
}
.file-system-list .list-item.file--subfolder {
    padding-left: 2.35rem;
}
.file-system-list .list-item span::before {
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 2rem;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: .5rem;
}
.file-system-list .list-item span::before {
    content: '';
    background-image: url(/assets/images/icons/icon_file.png);
}
.file-system-list .list-item.file--subfolder span::before {
    content: '';
    background-image: url(/assets/images/icons/icon_folder.png);
}
.file-system-list .list-item.file--pdf span::before {
    content: '';
    background-image: url(/assets/images/icons/icon_pdf.png);
}
.file-system-list .list-item.file--png span::before {
    content: '';
    background-image: url(/assets/images/icons/icon_png.png);
}
.file-system-list .list-item.file--jpg span::before {
    content: '';
    background-image: url(/assets/images/icons/icon_jpg.png);
}
.file-system-list .list-item.file--doc span::before, .file-system-list .list-item.file--docx span::before {
    content: '';
    background-image: url(/assets/images/icons/icon_doc.png);
}
/* DROPBOX CSS [END] */

.isSortable {
    width: 100%
}

.table-responsive#queue-table {
    overflow-x: unset !important;
}
.api-key-value {
    word-wrap: break-word;
    width: 100%;
    padding: 2px;
    text-decoration: underline;
    cursor: pointer;
}
.show-user-info-button {
    display: none;
}

.nav-create-app-item a {
    min-width: auto !important;
    margin-right: 3px !important;
}
.documents .fa-eye+a {
    color: #000;
}
@media(min-width: 768px) {
    .nav-create-app-item {
        position: absolute;
        right: 0;
    }
}
@media(max-width: 768px) {
    .nav-create-app-item {
        margin-top: 30px;
    }
}