﻿/*general*/
.select-all {
  user-select: all; }
.hr {
  height: 3px;
  margin-bottom: 25px;
  width: 100%; }

.primary-fix {
  margin-left: -12px;
  margin-right: 5px; }

.primary-fix-2 {
  margin-left: -12px; }

.bg-244 {
  background-color: #f4f4f4; }

.topFix {
  position: relative;
  top: 0vh; }

.topFix-1 {
  position: relative;
  top: -4vh; }

.topFix-2 {
  position: relative;
  top: -5vh; }

.topFixTest {
  position: relative;
  top: -7em; }

#btn-special {
  width: 250px; }

.z-special {
  position: relative;
  z-index: 100; }

.h-25px {
  height: 25px; }

.ws {
  white-space: pre-wrap; }

.overflow-notes {
  overflow-y: scroll;
  max-height: 600px;
  border-top: thin solid #28a745; }

.vp100 {
  height: calc(90vh - 1em); }

.border-success {
  border-color: #BDDA52 !important; }

.bg-success {
  background-color: #BDDA52 !important; }

/*Tabs*/
.nav-blackstone,
.nav-blackstone-2 {
  position: relative;
  z-index: 0;
  padding: 0.25em 3em;
  margin-top: -25px;
  margin-bottom: 25px;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.nav-blackstone-2 {
  margin-bottom: 90px !important; }

.nav-blackstone > .nav-item,
.nav-blackstone-2 > .nav-item {
  border: solid thin #343a40;
  width: 125px;
  text-align: center; }

.nav-blackstone > .nav-item > .active,
.nav-blackstone-2 > .nav-item > .active {
  left: 0px;
  background-color: #343a40; }

.nav-blackstone > .nav-item:first-child,
.nav-blackstone-2 > .nav-item:first-child {
  border: solid thin #343a40;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; }

.nav-blackstone > .nav-item:first-child .active,
.nav-blackstone-2 > .nav-item:first-child .active {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; }

.nav-blackstone > .nav-item:last-child,
.nav-blackstone-2 > .nav-item:last-child {
  border: solid thin #343a40;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; }

.nav-blackstone > .nav-item:last-child .active,
.nav-blackstone-2 > .nav-item:last-child .active {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; }

.nav-blackstone > .nav-item:hover,
.nav-blackstone-2 > .nav-item:hover {
  background-color: #343a40; }

.nav-blackstone > .nav-item > .nav-link,
.nav-blackstone-2 > .nav-item > .nav-link {
  bottom: 1px;
  color: #343a40; }

.nav-blackstone > .nav-item > .nav-link:hover,
.nav-blackstone-2 > .nav-item > .nav-link:hover {
  color: #fff; }

.nav-blackstone > .nav-item > .nav-link.active,
.nav-blackstone-2 > .nav-item > .nav-link.active {
  color: #fff; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #BDDA52;
  border-color: #BDDA52; }

.nav-tabs {
  border-bottom: 1px solid #BDDA52; }

.nav-tabs .nav-link {
  border: 1px solid #BDDA52;
  color: #000; }

#appMenu {
  z-index: 10000;
  left: -185px !important;
  margin-bottom: 50px; }

.appMenuBtn {
  cursor: pointer;
  padding: .375rem .75rem .2rem;
  width: 50px;
  margin: auto; }

.dropdown-toggle {
  border: none; }

.main::after {
  border-top: .3em solid #BDDA52; }

.bsg {
  color: #BDDA52; }

/*checkboxes*/
.form-group input[type="checkbox"] {
  display: none; }

.form-group input[type="checkbox"] + .btn-group > label span {
  width: 20px; }

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
  display: none; }

.form-group input[type="checkbox"] + .btn-group > label span:last-child {
  display: inline-block; }

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
  display: inline-block; }

.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
  display: none; }

.c-shadow {
  border: 1px solid #ced4da;
  background-color: #fff; }

#referralOrderTestBtnGroup {
  bottom: 100px; }

.topListToggle > .btn-group-toggle > .btn {
  width: 150px !important; }

.idShowHeading {
  overflow: hidden;
  display: flex; }

.idShow {
  width: 93px !important;
  overflow: hidden; }

.idShow:hover {
  transition-timing-function: ease-in-out;
  -webkit-transition: width 2s;
  /* For Safari 3.1 to 6.0 */
  transition: width 2s;
  overflow: visible; }

.checkbox-top-label-fix {
  width: 40px;
  height: 40px;
  overflow-wrap: normal; }

.checkbox-bottom-label-fix {
  min-width: 85%;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 17px;
  text-wrap: normal; }

.nv-file-over {
  border-style: solid; }

.disable-device-type select {
    pointer-events: none
}

/* Calendar event */
.fc-event .fc-content .fc-title {
    font-size: inherit;
    font-weight: bold;
}

.fc-event .fc-content {
    padding: .2rem .5rem;
}

.fc-event.fc-allow-mouse-resize {
    transform: scale(1.06);
    transition: transform .1s;
}

.fc td.fc-today {
    background: #343a40 !important;
    color: white;
}

.agreement-padding {
    padding: 2rem;
}

.btn-group-toggle.education-agreement {
    gap: 0 !important;
    margin-left: 3rem;
}

.education-agreement-td {
    padding-left: 2rem;
}

.education-agreement-table td {
    padding-top: 1rem;
}

.grp-change-shipping-date {
    max-width: 9rem;
    min-width: 9rem;
}

.grp-bulk-print {
    min-width: 14rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.btn-bulk-print {
    max-width: 100%;
    min-width: 9rem;
    margin-top: 0.5rem;
}

.grp-list-view {
    height: 2rem;
}

.grp-printers {
    min-width: 12rem;
    max-width: 12rem;
}

.grp-type-label {
    margin-top: 1.5rem;
}

.grp-type-test {
    margin-top: 1rem;
}

.no-padding-rt {
    padding-right: 0 !important;
    border-right: 0.1rem solid #e7e7e7;
}

.txt-bulk-print, .slc-printers {
    height: 2rem;
}

.max-width-custom {
    max-width: 19rem !important;
}

.grp-custome-date {
    margin-right: 1rem;
    min-width: 10rem;
    max-width: 10rem;
}

.btn-change-date {
    margin-top: 1.5rem !important;
    max-width: 8rem;
    min-width: 8rem;
}

.grp-list-view.custom-view {
    margin-top: 1.7rem;
}

.modal-content {
    position: absolute;
    left: 16rem;
    -webkit-animation: slide 0.4s forwards;
    animation: slide 0.4s forwards;
}

@-webkit-keyframes slide {
    100% {
        left: 0;
    }
}

@keyframes slide {
    100% {
        left: 0;
    }
}

.color-green {
    color: #1bc27c;
}

.color-orange {
    color: #ff9f41 !important;
}

.danger-alert {
    transition: display 2s ease-in-out 1s;
    text-align: center;
    padding: 1rem;
    border: 0.1rem solid #f5adad;
    border-radius: 1rem;
    border-bottom-right-radius: 0;
    background: #ffc7c7;
    font-size: smaller;
    font-weight: bold;
    color: #420707;
    margin-left: 15%;
    margin-bottom: 1rem;
}

.vibrant-danger, .vibrant-danger.btn-outline-danger {
    background: #dc3545;
    color: #ffffff;
    border: 0.1rem solid #540808;
    border-radius: 0.4rem;
}

.smooth-danger {
    background: #ffc7c7;
    border: 0.1rem solid #f5adad;
    color: #420707;
}

.modelItem:has(.danger) {
    background: #ffc7c7 !important;
    border: 0.1rem solid #f5adad;
    color: #420707;
}

.btn-primary-icon {
    min-width: 3rem;
    max-width: 3rem;
}

.input-disabled {
    background-color: #f2f2f2;
    color: #999;
    cursor: not-allowed;
    pointer-events: none;
}

.modal-dialog:has(.form-bulk-printing) {
    max-width: 95% !important;
    min-width: 95% !important;
}

.vortex-logo {
    width: 18%;
}

.bms-logo {
    width: 80%;
}

.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper {
    padding: 1rem;
}

ngb-typeahead-window.dropdown-menu.show {
    min-width: 100%;
    max-height: 50vh;
    overflow-y: auto;
}