.hidden {
    display: none !important;
}

.panel-group {
  margin-bottom: 20px;
}

.text-primary {
  color: #0d4e66 !important;
}

a.link {
    color: #0d4e66;
    text-decoration: underline;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

a.link:hover,
a.link:focus {
    color: #3290b5; /* Lighter than #0d4e66 */
    text-decoration-color: #3290b5;
    outline: none;
}

a.link:active {
    color: #46b2dd; /* Even lighter for pressed effect */
    text-decoration-color: #46b2dd;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: #0d4e66 !important;
}

.select2-container--bootstrap4 .select2-selection__clear
{
  margin-top: 0.5em !important;
  padding-top: 1px !important;
}

.abc-checkbox label::before {
  left: 0 !important;
}

.toast-close-button {
  height: 0 !important;
}

.toast-success {
  background-color: #147d64 !important;
}

.badge {
  padding-top: 3px !important;
}

.label {
  font-size: 10px !important;
}

div.alert.validation-summary-errors ul {
  padding: 0 !important;
  margin: 0 !important;
}

div.alert.validation-summary-errors ul li {
  list-style-type: none !important;
}

div.alert.validation-summary-errors ul li::before {
  content: "\f071"; /* Font Awesome unicode for 'exclamation-triangle' */
  font-family: "FontAwesome"; /* Adjust depending on the version you're using */
  font-weight: 900; /* Required for 'Solid' style icons */
  margin-right: 0.7em;
}

/* event allocation status colors */
.eventAllocationLoadDateStatus {
  background-color: #f9ad5b; /* Orange */
  border-color: black;
}

.eventAllocationNotAllocatedStatus {
  background-color: #e7e7e7;
  border-color: black;
}

.eventAllocationNotPickedStatus {
  background-color: #00bfff; /* Blue  */
  border-color: black;
}

.eventAllocationPickedNotPackedStatus {
  background-color: #ffff00; /* Yellow */
  border-color: black;
}

.eventAllocationPickedAndPackedStatus {
  background-color: #1bb495; /* Green */
  border-color: black;
}

.eventAllocationCancelledStatus {
  background-color: #ee5767; /* Red */
  border-color: black;
}

/* START Tabulator Styles */
.tabulator {
    font-size: inherit !important;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input[type="checkbox"] {
  transform: scale(1.5);
}

.tabulator-placeholder-contents {
  font-size: inherit !important;
}

.tabulator .text-wrap-column {
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  line-height: 1.4 !important;
}

.tabulator .text-wrap-column .tabulator-cell {
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  height: auto !important;
  min-height: 32px !important;
}

.tabulator .tabulator-footer .tabulator-page-size {
  font-size: inherit;
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.tabulator .tabulator-footer {
  padding-top: .75rem;
  background-color: #ffffff !important;
}

.tabulator .tabulator-selected {
  background-color: #0b4458 !important;
  color: #ffffff !important;
}

.tabulator .tabulator-footer .tabulator-page {
  font-size: inherit;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #dee2e6;
  margin: 0 2px;
  padding: .375rem .75rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.tabulator .tabulator-footer .tabulator-page.active {
  background-color: #0b4458 !important;
  border-color: #0b4458 !important;
}

.tabulator .tabulator-footer .tabulator-page:hover {
  color: #0b4458;
}

.tabulator-responsive-collapse table tr td{
  font-size: 0.8em !important;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input,
.tabulator-edit-list .tabulator-edit-list-item
{
  font-size: 13px;
}

/* END Tabulator Styles */

.dxh1h a.btn {
    color: #ffffff !important;
}

.dxpLite_MERIDXTheme .dxp-current {
    background-color: #0d4e66 !important;
}

/* login & external */
.login-container, .external-container {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 3px;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    max-width: 500px;
    width: 500px;
    margin-bottom: 200px;
}


/* layout */
hr {
    border-top: 1px solid #d1d1d1;
}
.hr-underline {
    border-top: 1px solid #d1d1d1;
    margin-top: 0px;
}
.hr-green {
    border-top: 1px solid #2d907c;
}

h1 {
    margin-top: 15px;
}
.page-heading {
    padding: 10px 10px 10px 10px;
}
.page-heading h2 {
    margin-top: 0px;
    color: #0d4e66;
}
.summary h1 {
    margin-top: 0px;
    color: #0d4e66;
    font-size: 28px;
}
.section-heading {
    margin-top: 0px;
    color: #0d4e66;
    border-bottom: 1px solid silver;
}
.section-content {
    padding: 5px;
    margin-bottom: 10px;
}
.actions-top {
    margin-top: 0px;
}
.actions-bottom {
    margin-top: 20px;
}
.actions-back {
    margin-top: 10px;
}
.actions-form
{
    text-align: right;
    padding-top: 20px;
    margin-bottom: 10px;
}
.tab-box {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 500px;
}
/*.ibox {*/
/*    border: 1px solid #d1d1d1;*/
/*    border-radius: 3px;*/
/*}*/
/*.ibox-heading {*/
/*    padding: 5px;*/
/*    background-color: #f4f4f5;*/
/*    font-weight: bold;*/
/*}*/
.ibox label
{
    font-weight: 600;
}
/*.ibox input {*/
/*    border-color: #d1d1d1;*/
/*    border-radius: 3px;*/
/*}*/
/*.ibox textarea {*/
/*    border-color: #d1d1d1;*/
/*    border-radius: 3px;*/
/*}*/
/*.ibox select {*/
/*    border-color: #d1d1d1;*/
/*    border-radius: 3px;*/
/*}*/
/*.ibox-title {*/
/*    font-weight: bold;*/
/*    min-height: 30px;*/
/*    padding: 10px 10px 10px 10px;*/
/*    border-style: none;*/
/*    background-color: #d1d1d1;*/
/*}*/
/*.ibox-title-text*/
/*{*/
/*    float: left;*/
/*    font-weight: bold;*/
/*}*/
.back-button {
    background-color: #e7e7e7;
}
.btn-off {
    background-color: #e7e7e7;
    border-left: 1px solid silver;
}
.nav-pills > li.active{
    border-left: none !important;
    background: none !important;
}
.tab-inner {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    min-height: 500px;
}
.i-checks .control-label{
    font-weight: bold;
}
.income-background {
    background-color: #1cb495;
    color: #fff;
    background-color: #1bb495;
}
.debt-background {
    background-color: #ee5767;
    color: #fff;
    background-color: #ee5767;
}
.eventhistory-background {
    color: #fff;
    background-color: #25c7c9;
}
.eventopen-background {
    color: #fff;
    background-color: #f9ad5b;
}
.tabs-container .nav-tabs > li.active > a {
    color: #0d4e66;
}
.contactpage-sponsorname {
    color: #0d4e66;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}
.subheading {
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
}
.gray-box
{
    border: 1px solid #e7e7e7;
    padding: 5px;
}
.label-normal {
    font-weight: normal !important;
}
.alert-red-text
{
    color: red;
}
.alert-green-text {
    color: #0d4e66;
}
.ajax-textbox {
    background-color: #e5c440;
}
.section-header {
    font-weight: bold;
    color: #0d4e66;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.table-approvals th {
    color: #1bb495;
}
.approval-check-info
{
    font-size: 10px;
}
.input-money
{
    width: 100px;
}
.input-money-small {
    width: 75px;
}
.tree-category{
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    font-size: 14px;
}
.tree-category-small{
    font-size: 13px;
}
.tree-category a {
    color: #686b6d;
}
.tree-category i
{
    margin-right: 15px;
}
.tree-table
{
    margin-top: 15px;
}
.tree-table tr:hover {
    background-color: #febd77 !important;
}
.tree-table-selected {
    background-color: #f8d1a7;
}
.tree-table-itemcode{
    color: #000;
    font-weight: bold;
}
.drai-table {
    margin-top: 15px;
}
.drai-table tr:hover {
    border: 2px solid #febd77 !important;
}
.drai-alert {
    color: darkred !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.task-alert {
    color: #ee5767 !important;
    margin-bottom: 20px;
    text-align: right;
    font-size: 14px;
}
.grid-alert-darkred {
    color: darkred;
    font-size: 12px;
    margin-top: 3px;
}
.grid-alert-red {
    color: #ee5767;
    font-size: 12px;
    margin-top: 3px;
}
.grid-alert-red a {
    color: #ee5767 !important;
    font-size: 12px;
    margin-top: 3px;
}
.grid-alert-blue {
    color: #0094ff;
    font-size: 12px;
    margin-top: 3px;
}
.event-venue-map{
    /*min-height: 300px;*/
    margin-bottom: 20px;
}
.facility-title  {
    font-weight: bold;
    font-size: 14px;
    padding-top: 5px;
}
.facility-name {
    color: #0d4e66;
}
.facility-title a {
    color: #686d72;
}
.item-code a {
    /*color: #019789;*/
    color: #888888;
    /*font-weight: bold;*/
}
.item-descr {
    /*font-size: 12px;*/
    color: #0d4e66;
    font-weight: bold;
}
.item-descr a {
    color: #0d4e66;
    font-weight: bold;
}
.event-facility-dates
{
    padding-left: 8px;
}
.event-show-noteform-toggle
{
    margin-top: 15px;
}
.event-show-noteform-toggle label
{
    font-weight: normal;
}
.resource-under
{
    color: red;
    font-weight: bold;
}
.resource-allocated {
    color: green;
    font-weight: bold;
}
.allocation-header-row div
{
    border-bottom: 1px solid silver;
    margin-bottom: 15px;
}
.allocation-item-row {
    margin-bottom: 5px;
}
.allocation-row
{
    margin-bottom: 20px;
}
.table-allocations
{
    border: 1px solid #d1d1d1;
    margin-top: 15px;
    margin-bottom: 15px;
}
.table-allocations th{
    background-color: #f4f4f5;
    font-size: 12px;
}
.table-allocations td {
    font-size: 12px;
}
.calendar-checklist-header{
    border-bottom: 1px solid silver;
    margin-bottom: 15px;
    font-weight: bold;
}
.calendar-checklist{
    margin-bottom: 10px;
    font-weight: normal;
}
.calendar-checklist label
{
    margin-left: 5px;
    font-weight: normal;
}
.calendar-checklist label:hover {
    cursor: pointer;
}
.h3color {
    color: #0d4e66;
}
.h3dark {
    color: #000000;
}
.calendar-alert
{
    color: darkorange;
}
.event-search-allocation-alert {
    color: darkorange;
    font-size: 12px;
    margin-top: 3px;
}
.event-search-compliance-alert {
    color: #ff00dc;
    font-size: 12px;
    margin-top: 3px;
}
.event-search-other-alert {
    color: #0094ff;
    font-size: 12px;
    margin-top: 3px;
}
.event-search-supplygrant-alert {
    color: darkred;
    font-size: 12px;
    margin-top: 3px;
}
.event-search-green {
    color: #0d4e66;
    font-size: 12px;
    margin-top: 3px;
}
.summary-heading {
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
    color: #0d4e66;
    margin-bottom: 10px;
}
.hours-title {
    width: 400px;
    float: left;
}
.hours-hours
{
    width: 50px;
    float: left;
}
.heading-color {
    color: #0d4e66;
}
.heading-color-bold {
    color: #0d4e66;
    font-weight: bold;
}
.heading-dark
{
    color: #000;
}
.heading-dark-bold {
    color: #000;
    font-weight: bold;
}
.heading-dark-bold-under {
    color: #686b6d;
    font-weight: bold;
    text-decoration: underline;
    font-size: 15px;
    margin-bottom: 10px;
}
.resource-select-unavailable
{
    color: red !important;
}
.form-highlight {
    background-color: #f3dfdf !important;
}
.form-highlight-ok {
    background-color: #e0f1d9 !important;
}
.form-different {
    background-color: #ffd800 !important;
}
.position-name-row
{
    font-weight: bold;
}
.position-name-row td {
    padding-top: 5px;
    border-bottom: 1px solid silver;
}
.div-calendar-position
{
    padding: 0px;
    margin: 0px;
    margin-bottom: 2px;
}
.calendar-position-available {
    /*background-color: #ee5767;
    color: #fff;*/
    color: darkorange;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 1px;
    margin-bottom: 1px;
}
.calendar-event-title
{
    margin-bottom: 3px;
    font-weight: bold;
}
.table-grant-number td
{
    padding-right: 15px;
}
.table-splitbill
{
    border: 1px solid silver;
}
.table-splitbill th{
    font-size: 12px;
}
.table-splitbill td
{
    padding: 5px;
}
.flag-yes
{
    color: darkgreen;
}
.flag-no
{
    color: darkred;
}
.divSponsorNameBox
{
    padding: 3px;
    border: 1px solid #ccc;
    min-height: 30px;
}
.loading-container
{
    display: none;
}
.loading-background {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=30);
    opacity: 0.3;
    -moz-opacity: 0.3;
}
.loading-image {
    left: 50%;
    font-size: 10px;
    margin-left: -62px;
    position: absolute;
    top: 30%;
    z-index: 9999;
}
.divDraft{
    color: darkred;
}
.divSupplyGrant {
    color: darkred;
}
.th-dark
{
    color: #000;
}
.payment-cc-container{
    background-color: #e7e7e7;
    padding: 15px;
    margin-bottom: 10px;
}
.btn-fixed-br {
    position: fixed;
    bottom: 15px;
    right: 25px;
}
.btn-fixed-tr {
    position: fixed;
    top: 15px;
    right: 25px;
}
.report-error-text{
    color: darkred;
}
.dash-buttons{
    font-size: 18px;
    text-align: center;
    border: 1px solid silver;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #e7e7e7;
}
.dash-buttons a{
    display: block;
    color: black !important;
}
.scan-box {
    position: fixed;
    bottom: 15px;
    border: 2px solid #828282;
    padding: 20px;
    background-color: #e7e7e7;
    margin-right: 25px;
    margin-left: 10px;
    box-shadow: 5px 5px 5px #888888;
}
.scan-alert-box {
    position: fixed;
    bottom: 130px;
    padding: 10px;
    z-index: 9999;
    width: 85%;
    font-size: 18px;
    font-weight: bold;
}
.collapse-bold-heading, .collapse-bold-heading a {
    font-size: 13px;
    color: #676a6c;
    font-weight: bold;
    display: block;
}
/*.panel-body label {*/
/*    color: #000;*/
/*}*/
.map-distance{
    margin-top: 5px;
    color: darkred;
    font-weight: bold;
}
.label-data {
    padding-bottom: 6px;
}
.div-tax
{
    color: darkred;
    text-align: right;
    font-size: 11px;
}
.billing-contact-name {
    font-weight: bold;
    color: #0d4e66;
}
.billing-contact-sponsor{
    font-style: italic;
}
.tr-gray  {
    background-color: #f9f9f9;
}
.divGenericListItem {
    padding: 5px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    margin: 0 5px 5px 0;
    width: 32%;
    float: left;
    background-color:#f9f9f9;
}
.divAssessmentListItem {
    padding: 5px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    margin: 0 5px 5px 0;
    width: 100%;
    float: left;
    background-color: #f9f9f9;
}
.badge-firstcall{
    font-size: 16px;
}
.add-position {
    padding: 3px 10px 3px 10px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    margin: 0 5px 5px 0;
    float: left;
    background-color: #f9f9f9;
}
.RootCategoryRow {
    background-color: #f8f8f8;
    font-weight: bold;
}
.status-pass{
    color: darkgreen;
    font-weight: bold;
}
.status-fail
{
    color: darkred;
    font-weight: bold;
}
.status-undetermined
{
    color: darkorange;
    font-weight: bold;
}
.lifecycle-status-active {
    background-color: #1ab394 !important;
    color: #fff !important;
    font-weight: bold !important;
}
.lifecycle-status-active .collapse-bold-heading {
    color: #fff !important;
    font-weight: bold !important;
}
.lifecycle-status-active .fa {
    color: #fff !important;
    font-weight: bold !important;
}
.floating-donor-name {
    position: fixed;
    top: 30px;
    right: 60px;
    z-index: 100;
    border: solid;
    border-color: black;
    border-width: thin;
}
.floating-donor-name > h2 {
    margin: 5px 10px 10px 10px;
}
.anatomical-hover {
    display: none;
    /*position: absolute;
    top: -50px;
    left: 180px;*/
    position: fixed;
    z-index: 1;
/*    top: calc(50% - 265px);*/
    left: calc(50% - 225px);
    width: 530px;
    height: 450px;
    padding: 10px;
    background: #eeeeee;
    color: #000000;
    border: 1px solid #ccc;
}
.outsourced-no{
    color: darkred;
}
.outsourced-yes {
    color: darkgreen;
}
.qa-status {
    border-radius: 3px;
    padding: 8px;
    font-size: 1em;
}
.qa-status.qa-status-inactive {
    background-color: #eeeeee;
    border: 1px solid silver;
    color: black;
}
.qa-status.qa-status-active {
    background-color: #8ce682;
    border: 1px solid green;
}


/* grids */
.btn-mgn-right {
    margin-right: 5px;
}
.btn-dvg {
    text-decoration: none;
}
.dxflCaptionCell_MERIDXTheme{
    width: 100px;
}
.card-note-caption {
    width: 100px !important;
}

/* card views */
.contact-card {
    padding: 15px;
}
.contact-name {
    font-weight: bold;
    font-size: 14px;
    color: #0d4e66;
}
.contact-name-event {
    font-weight: bold;
    font-size: 14px;
    color: #0d4e66;
}
.contact-division {
    margin-top: 0px;
    font-weight: bold;
    min-height: 20px;
    color: #e0811a;
}
.contact-contacttype {
    margin-top: 0px;
    font-weight: bold;
    min-height: 30px;
}
.contact-sponsor {
    margin-top: 5px;
    font-weight: bold;
}
.contact-contacttype-event {
    margin-top: 5px;
    font-weight: bold;
    color: #ee5767;
}
.contact-contacttype-main {
    margin-left: 10px;
    font-weight:  normal;
    color: #ee5767;
    font-size: 14px;
}
.contact-address {
    margin-top: 10px;
    min-height: 70px;
}
.contact-phones {
    margin-top: 10px;
}
.contact-phone-label {
    float: left;
    width: 40px;
}
.contact-phone-value {
    float: left;
}
.contact-email {
    margin-top: 10px;
    min-height: 40px;
}
.contact-line {
    margin-top: 3px;
    margin-bottom: 3px;
}
.contact-topl
{
    float: left;
    margin-right: 20px;
    text-align: center;
}
.contact-topr {
    float: left;
}
.contact-l {
    float: left;
    margin-right: 30px;
}
.contact-r {
    float: left;
}
.contact-action{
    text-align: right;
    margin-top: 30px;
}
.card-delete-button a.dxcvCommandItem_MERIDXTheme {
    color: #ccc !important;
}

/* devex fixes */
.hideDate .dxMonthGridWithWeekNumbers {
    display: none;
}
.dxgvHeader_MERIDXTheme {
    font-weight: bold !important;
    color: #676a6c !important;
}

.dxcvGroupRow_MERIDXTheme {
    font-weight: bold;
    padding-left: 10px;
    font-size: 14px;
}
.dxgvFooter_MERIDXTheme td {
    border-bottom: 1px solid #DFDFDF !important;
}
.dxtreelist-alt-row {
    background-color: #f8f8f8;
}
.dxtreelist-categoryname{
    font-weight: bold;
}
.dxtlNode_MERIDXTheme td.dxtl {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
.dxtlAltNode_MERIDXTheme .dxtl {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
.staticDiv {
    position: static !important;
}
.gridTotals{
    text-align: right;
}
.gridTotalsForMobile
{
    display: none;
}
@media (max-width: 768px) {
    .gridTotalsForMobile {
        display: block;
    }
}

/* fullcalendar */
.fc-list-view {
    border-color: #ccc;
}
.fc-scroller{
    min-height: 500px;
}
.static-container {
    position: static !important;
}
.fc-toolbar h2
{
    margin-bottom: 15px !important;
}
.fc {
    margin-bottom: 15px !important;
}

/* bootstrtap overrides */
@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}
.event-panel {
    border: none;
}
.event-panel-danger {
    background-color: #fcf8e3;
}

/* gridstack */
.grid-stack {
    background-color: #fff;
}
.grid-stack-item
{
    border: 1px solid #fff;
}
.grid-stack-item:hover {
    border: 1px dashed #f9ad5b;
}
.widget {
    border-radius: unset;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.widget-heading {
    border-top: 2px solid silver;
    border-radius: unset;
    font-weight: bold;
    font-size: 16px;
}
.widget-content{
    margin-top: 10px;
}
.remove-widget
{
    color: silver;
}
.widget-link a{
    color: #fff;
}
.widget.style1 h2 {
    font-size: 24px;
}

.widget-count {
    font-size: 36px;
}


/* flot charts */
.accounting-chart-container{
    min-height: 275px;
}
.accounting-chart{
    width: 300px;
    height: 250px;
}

.checkin-panel .panel-default > .panel-heading, .checkin-panel .ibox-heading {
    background-color: #e5e5e5;
}

.checkin-panel .collapse-bold-heading, .checkin-panel .ibox-heading {
    font-size: 1.1em;
    font-weight: bolder;
}

.print-button {
    margin-bottom: 25px;
}

.toolTip {
    padding: 2px;
    position: absolute;
    z-index: 99999;
    background-color: #ffffcd;
    display: none;
    width: 97%;
    min-height: 510px;
    max-height: 510px;
    color: black;
    overflow: hidden;
    border: 1px solid #D3D3D3;
    font-size: small;
}

.allocation-panel .panel-default > .panel-heading, .allocation-panel .ibox-heading {
    background-color: #e7e7e7;
}

.allocation-panel .collapse-bold-heading, .allocation-panel .ibox-heading {
    font-weight:bold;
}

.allocation-panel .panel, .allocation-panel .panel-default {
    border-color: #717171;
}

.allocation-panel .panel-heading {
    border-bottom: 1px solid #71717150 !important;
}

.selected-event {
}

.inventory-list {
}

/* Blood Log */
.blood-log-box {
    margin-bottom: 15px;
}
.kpis > .ibox-content {
    padding-bottom: 5px;
}
.kpi {
    margin-bottom:5px;
}
.kpi > .panel-body, .kpi > .panel-heading {
    padding: 5px;
}

.cleared-count {
    font-size: 24px;
    margin: 0;
    margin-top: 0 !important;
}

.pending-result {
    background-color: #ffe !important;
}

/* Disarticulation */
.table-icon {
    font-size: 2rem !important;
    color: #1ab394;
}
.ibox-title.ibox-title-original {
    background-color: #ffffff;
    margin-bottom: 0;

}
.ibox-title.ibox-title-original h5 {
    display: inline-block;
    font-size: 14px;
    margin:0;
    padding: 0;
    text-overflow: ellipsis;
    float: none;
}

/* Event Overview / Staffing */
tr.shift-row td {
    border-top: none !important;
/*    padding-left: 20px !important;*/
}

tr.staff-date-header-row:first-child td {
    border-top: none !important;
}

tr.staff-date-header-row td {
    padding-top: 20px !important;
}
/*
tr.staff-date-shift-row > :first-child {
    padding-left: 20px !important;
}*/

/* Event Overview / Anatomical Description */
.white-space-pre-line {
    white-space: pre-line;
}

/* Anatomical Search Grid Inventory */
#gvAnatomical .anatomical-search-inventory.table-striped > tbody > tr td {
    border: none;
}
#gvAnatomical .anatomical-search-inventory.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #e7eaec70;
}

#popover-container .popover {
    width: 400px;
    max-width: 400px;
}

/* Budget files */
.budget-files .ibox-content {
    padding: 0;
}
.budget-files .ibox-footer {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

/* Cremate */
.dimmed {
    opacity: 0.5;
}

/* Course Report */

/* Canvas */
.offscreen {
    display: none;
}

/* Inventory Cart Button Styles */
.save-to-cart-btn {
    padding: 2px;
    background-color: transparent;
    border-color: #147d64;
    color: #147d64;
}

.save-to-cart-btn.in-cart {
    background-color: #147d64 !important;
    border-color: #147d64 !important;
    color: white !important;
}

/* File Badge Pills */
.file-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    border-radius: 1rem;
    font-size: 10px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    background-color: #e3f2fd;
    color: #1565c0;
    border: 2px solid #1976d2;
}

.file-badge:hover {
    background-color: #1976d2;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(25, 118, 210, 0.3);
}

.file-badge-upload {
    background-color: #fff;
    color: #666;
    border: 2px dashed #999;
}

.file-badge-upload:hover {
    background-color: #f5f5f5;
    border-color: #666;
    color: #333;
}

/* Fullscreen Modal Styles */
.modal-fullscreen {
    width: 95vw !important;
    max-width: 95vw !important;
    margin: 2.5vh auto !important;
}

.modal-fullscreen .modal-content {
    height: 95vh;
}

.modal-fullscreen .modal-body {
    height: calc(95vh - 120px); /* Account for header/footer */
    overflow-y: auto;
}
