:root { --bs-rem: .25rem; --opfusion: #00c1ce; --opfusion_hover: #028190; }

/* --------------------------------------------------------------------------------------------- */
/* ######################################## LOAD FONTS ######################################### */
/* --------------------------------------------------------------------------------------------- */
@font-face { font-family:'Quicksand'; src:url(../fonts/Quicksand-Light.ttf) format('truetype'); font-weight:300; }
@font-face { font-family:'Quicksand'; src:url(../fonts/Quicksand-Regular.ttf) format('truetype'); font-weight:400; }
@font-face { font-family:'Quicksand'; src:url(../fonts/Quicksand-Medium.ttf) format('truetype'); font-weight:500; }
@font-face { font-family:'Quicksand'; src:url(../fonts/Quicksand-SemiBold.ttf) format('truetype'); font-weight:600; }
@font-face { font-family:'Quicksand'; src:url(../fonts/Quicksand-Bold.ttf) format('truetype'); font-weight:700; }

.bs5-modal * { box-sizing: border-box; }
.bs5-modal *:not(i):not(.fa):not(.fa-thin):not(.fa-light):not(.fa-regular):not(.fa-duotone):not(.vicon) { font-family: 'Quicksand', sans-serif !important; }

.bs5-modal ::-webkit-scrollbar { width: 20px; height: 20px; }
.bs5-modal ::-webkit-scrollbar-track { background-color: transparent; }
.bs5-modal ::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.15);
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box; }
.bs5-modal ::-webkit-scrollbar-thumb:hover { background-color: rgba(0,0,0,.2); }

.bs5-modal input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.bs5-modal input[type=number] { -moz-appearance: textfield; }

.bs5-modal ::-webkit-input-placeholder { color: #bbb !important; }
.bs5-modal :-ms-input-placeholder { color: #bbb !important; }
.bs5-modal ::placeholder { color: #bbb !important; }

.inputElement::-webkit-input-placeholder { color: #bbb !important; }
.inputElement::-ms-input-placeholder { color: #bbb !important; }
.inputElement::placeholder { color: #bbb !important; }

.bs5-modal ::-webkit-resizer { background: transparent; }
.bs5-modal ::-webkit-search-cancel-button { -webkit-appearance: searchfield-cancel-button !important; }

.bs5-row { margin: 0; padding: 0; }
.bs5-row > div { padding: 0; margin: 0; }
.bs5-btn { font-size: 12px; font-weight: 600 !important; padding: 6px 12px; }
.bs5-btn-sm { font-size: 11px; padding: 6px 8px; }

.bs5-form-control, .bs5-form-select { 
  height: auto;
  margin: 0;
  border-width: 0.1px !important;
  border-radius: 4px !important;
  color: #212529 !important;
  box-shadow: none; }
.bs5-form-control:not(.bs5-form-control-sm) { font-size: 12px; font-weight: 500; padding: 6.750px 12px; }
.bs5-form-select:not(.bs5-form-select-sm):not(.search_select) { font-size: 12px; font-weight: 500; padding: 6.750px 25px 6.750px 12px; }
.bs5-form-control:disabled, .bs5-form-select:disabled, .selectize-input.disabled { 
  color: #888; 
  padding-right: 25px;
  background-image: url('/custom-styles/images/lock_icon.png');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position-x: calc(100% - 6px);
  background-position-y: center; }
.bs5-form-check-input {
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #ced4da !important;
  outline: none !important;
  box-shadow: none !important; }
.selectize-input.disabled:after { display: none !important; }
input[type=date].bs5-form-control { line-height: 1.334 !important; }
.bs5-form-control[readonly] { color: #888; }
.bs5-form-check-input[type=radio] { margin: 0; flex: none; }

input[type=checkbox].bs5-custom-control-input:disabled + .bs5-custom-control-label::before { background-color: #d0cfcf !important; }

strong { font-weight: 700 !important; }
.group:not(.p-0) { 
  position: relative; 
  padding: 4px 8px !important; 
  text-align: left; 
  border-radius: 5px; }

.bs5-btn-outline-primary:not(:hover):focus { color: #0d6efd !important; }
.bs5-btn-outline-success:not(:hover):focus { color: #198754 !important; }
.bs5-btn-outline-danger:not(:hover):focus { color: #dc3545 !important; }
.bs5-btn-outline-dark:not(:hover):focus { color: #212529 !important; }
.btn-link { text-decoration: underline !important; }
.vcenter { display: flex !important; align-items: center !important; }
.hidden { display: none !important; }

.bs5-modal p { font-size: 13px; }
.bs5-modal strong { font-size: 13px; }
.bs5-modal .form-label, .bs5-modal .bs5-form-check-label {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700; 
  line-height: 1.2; }
.bs5-modal .form-label > strong { font-weight: 600 !important; font-size: 13px; }
.bs5-modal .bs5-form-check-label { user-select: none;}
.bs5-modal .form-label > span { font-weight: 400 !important; }
.bs5-modal .form-check-label { font-size: 12px; margin-left: 8px; }
.bs5-modal .link { font-weight: 600; color: #0d6efd; text-decoration: none; }
.bs5-modal .link:hover { text-decoration: underline; color: #0d6efd; }
.text-nowrap { white-space: nowrap !important; }

.bs5-modal .bs5-custom-control { display: inline-flex; align-items: center; font-size: 12px; line-height: 1.2; }
.bs5-modal .bs5-custom-control-label { height: 20px; padding-left: 35px; padding-right: 0; margin: 0; margin-right: 8px; }
.bs5-modal .bs5-custom-control-label::before { left: 0; right: auto; }
.bs5-modal .bs5-custom-control-label::after { right: 16.575px; left: 2.425px; }
.bs5-modal .bs5-custom-control-input:focus ~ .bs5-custom-control-label::before { box-shadow: 0 0 0 var(--bs-rem) rgba(13, 110, 253, 0.25); }

.bs5-modal-header { width: auto; min-height: auto; }
.bs5-modal-title > i { animation-name: jackInTheBox; animation-duration: 1s; }
.bs5-modal-body { text-align: center; padding: 25px; }
.bs5-modal-body p, .bs5-modal-body label:not(.bs5-btn) { color: #333; }
.bs5-modal-body p { font-weight: 500; }
.bs5-modal-footer { flex-wrap: nowrap; }
.bs5-modal-footer > * { min-width: 20%; text-decoration: none; margin: 5px; }

small.errorRUT, small.validRUT { 
  display: block; 
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 3px; }
small.errorRUT { color: var(--bs-red); }
small.validRUT { color: var(--bs-green); }

.required_symbol { color: var(--bs-orange); font-size: 16px; line-height: 0; }

.quickWidgetContainer .quickWidget .widgetContainer { padding: 0 !important; }

/* --------------------------------------------------------------------------------------------- */
/* ########################################## POPOVER ########################################## */
/* --------------------------------------------------------------------------------------------- */
.popover {
  z-index: 10000;
  display: block;
  padding: 0;
  max-width: 350px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 14px;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: padding-box;
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 6px 1px rgba(0,0,0,.25) !important; }

.popover.top { margin-top: -8px; }
.popover.right { margin-left: 8px; }
.popover.bottom { margin-top: 8px; }
.popover.left { margin-left: -8px; }

.popover .arrow {
  display: block;
  width: 16px;
  height: 8px;
  margin: 0 !important;
  border-width: inherit !important;
  border-color: transparent !important;
  transform: translateY(-50%); }

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  bottom: auto !important;
  border-color: transparent;
  border-style: solid;
  border-width: 0; }

.popover.top > .arrow { bottom: -9px; }
.popover.top > .arrow::before,
.popover.top > .arrow::after { border-width: 8px 8px 0; }
.popover.top > .arrow::before { bottom: 0; border-top-color: rgba(0,0,0,.25); }
.popover.top > .arrow::after { bottom: 1px; border-top-color: #FFF; }

.popover.right > .arrow { left: -9px; width: 8px; height: 16px; }
.popover.right > .arrow::before,
.popover.right > .arrow::after { top: -8px; border-width: 8px 8px 8px 0; }
.popover.right > .arrow::before { left: 0; border-right-color: rgba(0,0,0,.25); }
.popover.right > .arrow::after { left: 1px; border-right-color: #FFF; }

.popover.bottom > .arrow { top: -9px; }
.popover.bottom > .arrow::before,
.popover.bottom > .arrow::after { border-width: 0 8px 8px 8px; }
.popover.bottom > .arrow::before { top: 0; border-bottom-color: rgba(0,0,0,.25); }
.popover.bottom > .arrow::after { top: 1px; border-bottom-color: #FFF; }

.popover.left > .arrow { right: -9px; width: 8px; height: 16px; }
.popover.left > .arrow::before,
.popover.left > .arrow::after { border-width: 8px 0 8px 8px; }
.popover.left > .arrow::before { right: 0; border-left-color: rgba(0,0,0,.25); }
.popover.left > .arrow::after { right: 1px; border-left-color: #FFF; }

.popover-inner {
  background: none;
  padding: 0;
  margin: 0;
  border-radius: 6px;
  box-shadow: none; }

.popover-title {
  padding: 8px 16px;
  margin-bottom: 0;
  font-size: 12px !important;
  font-weight: 700;
  color: #212529 !important;
  background-color: var(--bs-warning);
  border-bottom: none;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important; }

.popover.bottom .popover-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 8px;
  margin-left: calc(-0.5 * 8px);
  border-bottom: 1px solid #f0f0f0; }

.popover-title:empty { display: none; }
.popover-content { padding: 16px; font-size: 12px; color: #212529; }
.popover-content input[type='date'] { box-sizing: border-box; }

/* --------------------------------------------------------------------------------------------- */
/* ###################################### IFRAME PREVIEW ####################################### */
/* --------------------------------------------------------------------------------------------- */
#iframe_preview {
  display: none; 
  z-index: 10001;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(0,0,0,.6); }
#iframe_preview > .file_name {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 5px;
  color: #fff;
  background: rgba(0,0,0,.5);
  padding: 6px 20px;
  border-radius: 50px; }
#iframe_preview > i { cursor: pointer; position: absolute; right: 0; top: 0; margin: 20px; font-size: 24px; color: #838383; }
#iframe_preview > i:hover { color: var(--bs-red); }
#iframe_preview > iframe { width: 90%; height: 90%; }
#iframe_preview > iframe[data-extension=PDF] { border: 2px solid #fff; }
/* --------------------------------------------------------------------------------------------- */
/* ######################################## SMALL ERROR ######################################## */
/* --------------------------------------------------------------------------------------------- */
small.error { 
  display: none; 
  text-align: right; 
  color: var(--bs-red); 
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 5px; }
label > .validate_icon { font-size: 16px !important; margin-right: 5px; }
label > .fa-circle-check { color: var(--bs-green); }
label > .fa-circle-exclamation { color: var(--bs-red); }

/* --------------------------------------------------------------------------------------------- */
/* ########################################## BTN ICON ######################################### */
/* --------------------------------------------------------------------------------------------- */
button.btn-icon, a.btn-icon, label.btn-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 20px;
  border-radius: 50%;
  margin: 0; }
button.btn-icon.small, a.btn-icon.small, label.btn-icon.small { width: 30px; height: 30px; font-size: 16px; }
button.btn-icon.small:hover > i, a.btn-icon.small:hover > i, label.btn-icon.small:hover > i { font-weight: 900; }
.summaryWidgetContainer .content_datatable table > thead th { font-weight: 500; }

/* --------------------------------------------------------------------------------------------- */
/* ################################# MODAL TICKET APPLICATIONS ################################# */
/* --------------------------------------------------------------------------------------------- */
#signature_pad * { box-sizing: border-box; }
/* #modal_ticket_applications .bs5-modal-header, #signature_pad .bs5-modal-header { background: var(--main-comments-color) !important; } */
#modal_ticket_applications .nav-tabs { 
  z-index: 10; 
  position: sticky; 
  top: 0; 
  display: flex; 
  align-items: end; 
  padding-bottom: 15px;
  margin-bottom: 0;
  border-bottom: 0;
  background-color: #fff; }
#modal_ticket_applications .nav-tabs:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  top: -29px;
  left: 0;
  background-color: #fff; }
#modal_ticket_applications .nav-tabs .nav-link  { 
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: .6rem 1rem; 
  font-weight: 600 !important;
  line-height: 1.2;
  color: #6c757d; 
  background-color: transparent; 
  border-color: transparent;
  border-bottom-color: #ddd; }
#modal_ticket_applications .nav-tabs .nav-link > i { font-size: 20px; }
#modal_ticket_applications .nav-tabs .nav-link:hover { border-color: #e9ecef #e9ecef #dee2e6; }
#modal_ticket_applications .nav-tabs > li { margin: 0; width: 25%; padding: 2px; }
#modal_ticket_applications .nav-tabs > li.active .nav-link { background-color: #1dbc8d; color: #fff; border-color: #fff; }
#modal_ticket_applications .nav-tabs .nav-link.disabled { background-color: #eee; pointer-events: none; cursor: default; }

#btn_create_contact { min-width: 200px; }

/* #content_application_list { margin-top: 30px; } */
#content_create_contact .header {
  background: #26bbd8;
  padding: 8px;
  color: #fff;
  font-weight: 600;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#content_create_contact .header > i { font-size: 20px; }
#content_create_contact .body { background: #f5f5f5; padding: 15px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; }
#table_list_applications, #table_list_contacts { font-size: 12px; }

#application_checklist_information { background: #eee; padding: 5px; }
#application_checklist_information .group { padding: 0 !important; }
#application_checklist_information .content_options {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 100%;
  min-height: 70px;
  margin: 5px;
  padding: 15px;
  border-radius: 6px;
  background: #fff;
}
#application_checklist_information .not_found { padding: 20px !important; }
#application_checklist_information .not_found > i { font-size: 40px; margin-bottom: 5px; }
#application_checklist_information .not_found > h4 { font-size: 14px; font-weight: 600; }

#content_support_information { background: #eee; padding: 5px; }
#content_support_information *:not(i) { font-size: 12px; }
#btn_new_day { display: inline-flex; align-items: center; font-size: 14px !important; }
#btn_new_day > i { font-size: 20px; }
#content_support_information .card { background: #fff; border-radius: 8px; margin: 5px; }
#content_support_information .card > .title { 
  background-color: #768b99; 
  color: #fff; 
  padding: 8px 12px;
  border-top-left-radius: 8px; 
  border-top-right-radius: 8px; }
#content_support_information .card > .body { padding: 10px; padding-bottom: 15px; }
#content_support_information .vertical_text { height: 70px; }
#content_support_information .vertical_text > span { display: inline-block; transform: rotate(-90deg); font-weight: 600; }
#content_support_information .group { margin-bottom: 0 !important; padding: 5px !important; }
#content_support_information .bs5-form-control { position: relative; min-width: 100px; margin-bottom: 0 !important; font-size: 12px; }
#content_support_information input[type="date"]::-webkit-calendar-picker-indicator, 
#content_support_information input[type="time"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  position: absolute;
  width: 110%;
  height: 100%;
  top: 0;
  left: -10px;
  background: transparent;
  color: transparent;
}
#content_support_information .btn-icon { font-size: 18px; }

#signature_pad *:not(i) { font-family: 'Quicksand', sans-serif !important; }
#signature_pad {
  z-index: 10000000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5); }
#signature_pad > .content {
  display: inline-block;
  position: relative;
  width: 800px;
  max-width: 90%;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  text-align: center; }
#signature_pad > .content p:hover { background-color: transparent !important; }
#signature_pad .cont_canvas { position: relative; min-height: 300px; }
#signature_ticket { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: url("../cursors/signature.cur"), crosshair; 
  background: #eee; 
  border-radius: 8px; }
#signature_pad > .content > .btn_close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin: 15px;
  font-size: 20px;
  color: #999;
  border-radius: 50%; }
#signature_pad > .content > .btn_close:hover { color: var(--bs-red); }
#signature_pad .row_info i { font-size: 20px; }

/* --------------------------------------------------------------------------------------------- */
/* ################################# MODAL FINALIZE APPLICATION ################################ */
/* --------------------------------------------------------------------------------------------- */
#modal_finalize_application { z-index: 1000001; }
#modal_finalize_application .bs5-modal-body { margin-bottom: 10px; }
.overloapFade { z-index: 1000000 !important; }

/* --------------------------------------------------------------------------------------------- */
/* ###################################### MODAL EXPORT OS  ##################################### */
/* --------------------------------------------------------------------------------------------- */
#modal_export_OS .content_search { border-radius: 8px; background: #edf2f7; }
#modal_export_OS .content_search > .title_search { 
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin: 0;
  background: #768b99; 
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-top-left-radius: 8px; 
  border-top-right-radius: 8px; }
#modal_export_OS .content_search.active > .title_search { background: #209dbb; }
#modal_export_OS .content_search > .title_search > i { font-size: 18px; margin-right: 8px; }
#modal_export_OS .content_search > .bs5-row { padding: 20px 15px; }

/* --------------------------------------------------------------------------------------------- */
/* ################################### MODAL DETAILS SERCON ################################### */
/* --------------------------------------------------------------------------------------------- */
#btn_order_details_product { display: flex; align-items: center; }
#btn_order_details_product > i { font-size: 18px; }

#modal_details_service_contracts { max-height: none; margin: auto; top: 0; background-color: transparent; }
#modal_details_service_contracts .bs5-modal-content { background-color: #c0ccd8; }
#modal_details_service_contracts .bs5-modal-body { padding: 20px 10px 0 10px; margin-bottom: 10px; }
#modal_details_service_contracts .bs5-modal-body div.bs5-row { margin: 8px 15px; padding: 15px; background: #fff; border-radius: 8px; }
#modal_details_service_contracts .bs5-modal-body .buttons_collapse { display: inline-flex; align-items: center; justify-content: center; }
#modal_details_service_contracts .bs5-modal-body .info_circle { display: flex; align-items: center; flex-flow: column; margin: 0 5px; }
#modal_details_service_contracts .bs5-modal-body .info_circle > div { 
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border: 2px solid #222; 
  border-radius: 50%;
  font-weight: 600;
  color: #222; }
#modal_details_service_contracts .bs5-modal-body .info_circle > span { font-size: 13px; font-weight: 600 !important; color: #222; margin-top: 3px; }
#modal_details_service_contracts .bs5-modal-body ul { list-style: none; margin: 0; text-align: left; color: #222; }
#modal_details_service_contracts .bs5-modal-body ul > li { line-height: 1.4; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

#modal_details_service_contracts table thead th { 
  color: #fff; 
  font-weight: 600; 
  text-align: center;
  padding: 7px 10px; 
  line-height: 1.2; 
  background: #2980BA !important; }
#modal_details_service_contracts table tbody tr.first { border-top: 1px solid #d2dde8; }
#modal_details_service_contracts table td { color: #222; }
#modal_details_service_contracts table td.title_odd { background: #e2ebf3 !important; }
#modal_details_service_contracts table td.title_even { background: #d2dde8 !important; }
#modal_details_service_contracts table tbody td { padding: 5px 10px; font-size: 14px; }
#modal_details_service_contracts table tbody > tr:nth-child(even) td { background: #f5f5f5; }

/* --------------------------------------------------------------------------------------------- */
/* ################################### MODAL DETAILS PRODUCT ################################### */
/* --------------------------------------------------------------------------------------------- */
#btn_order_details_product { display: flex; align-items: center; }
#btn_order_details_product > i { font-size: 18px; }
#modal_details_product { max-height: none; margin: auto; top: 0; background-color: transparent; }
#modal_details_product .bs5-modal-content { background-color: #c0ccd8; }
#modal_details_product .bs5-modal-body { padding: 20px 10px 0 10px; margin-bottom: 10px; }
#modal_details_product .nav-tabs { width: calc(100% - 30px); margin: 0 auto; margin-bottom: 20px !important; }
#modal_details_product .nav-tabs .nav-link  { 
  margin-bottom: -1px;
  background: 0 0;
  border: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: .4rem 3.2rem; 
  font-size: 15px;
  font-weight: 600 !important;
  color: #333; 
  background-color: transparent; }
#modal_details_product .nav-tabs .nav-link > i { font-size: 20px; margin-right: 3px; }
#modal_details_product .nav-tabs > li { width: 50%; margin: 0; }
#modal_details_product .nav-tabs > li.active .nav-link { background-color: #1dbc8d; color: #fff; }
#modal_details_product .nav-tabs .nav-link.disabled { background-color: #eee; pointer-events: none; cursor: default; }
#movements_content_tabs { height: 100%; overflow: auto; }

#modal_details_product .header_buttons { width: calc(100% - 30px); }
#modal_details_product .header_buttons label { display: flex; align-items: center; justify-content: center; font-size: 15px; }
#modal_details_product .header_buttons label > i { font-size: 18px; margin-right: 5px; }
#modal_details_product .bs5-modal-body div.bs5-row { margin: 8px 15px; padding: 15px; background: #fff; border-radius: 8px; }
#modal_details_product .bs5-modal-body .buttons_collapse { display: inline-flex; align-items: center; justify-content: center; }
#modal_details_product .bs5-modal-body .info_circle { display: flex; align-items: center; flex-flow: column; margin: 0 5px; }
#modal_details_product .bs5-modal-body .info_circle > div { 
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border: 2px solid #222; 
  border-radius: 50%;
  font-weight: 600;
  color: #222; }
#modal_details_product .bs5-modal-body .info_circle > span { font-size: 13px; font-weight: 600 !important; color: #222; margin-top: 3px; }
#modal_details_product .bs5-modal-body section ul { list-style: none; margin: 0; text-align: left; color: #222; }
#modal_details_product .bs5-modal-body section ul > li { line-height: 1.4; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

#modal_details_product table thead th { 
  color: #fff; 
  font-weight: 600; 
  text-align: center;
  padding: 7px 10px; 
  line-height: 1.2; 
  background: #2980BA !important; }
#modal_details_product table tbody tr.first { border-top: 1px solid #d2dde8; }
#modal_details_product table td { color: #222; }
#modal_details_product table td.title_odd { background: #e2ebf3 !important; }
#modal_details_product table td.title_even { background: #d2dde8 !important; }
#modal_details_product table tbody td { padding: 5px 10px; font-size: 14px; }
#modal_details_product table tbody > tr:nth-child(even) td { background: #f5f5f5; }

.bs5-form-control.red-focus:focus {border-color: #dc3545 !important;box-shadow: 0 0 0 var(--bs-rem) rgba(220, 53, 69, 0.25) !important;/* OA*/
}

/* --------------------------------------------------------------------------------------------- */
/* ################################## MODAL PURCHASING LOGISTIC TRACKING ################################## */
/* --------------------------------------------------------------------------------------------- */
#modal_purchasing_logistics_tracking .bs5-modal-body { max-height: none; }
#modal_purchasing_logistics_tracking .bs5-modal-body, #modal_purchasing_logistics_tracking .bs5-modal-footer { background: #ededed !important; }
#modal_purchasing_logistics_tracking .collapse.show { visibility: visible; }
#modal_purchasing_logistics_tracking .content_item { position: relative; background: #eee; margin-top: 30px; border-radius: 10px; } 
#modal_purchasing_logistics_tracking .content_item:first-child { margin-top: 0 !important; }
#modal_purchasing_logistics_tracking .content_item > i.fa-xmark {
  z-index: 3;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 18px;
  color: #bbb; }
#modal_purchasing_logistics_tracking .content_item > i.fa-xmark:hover { color: var(--bs-red); }
#modal_purchasing_logistics_tracking .content_sections_rows > h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  background: #b6c1c8;
  color: #000;
  padding: 7px;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.accordion-item { border-radius: 10px; border-top-left-radius: 10px !important; border-top-right-radius: 10px !important;}

#modal_purchasing_logistics_tracking .accordion-button::after { position: absolute; right: 20px; filter: brightness(100); }
#modal_purchasing_logistics_tracking .accordion-item > .accordion-header > .accordion-button {
  margin: 0; 
  padding: 8px 20px 8px 20px !important; 
  background: #768b99; 
  color: #fff; 
  font-size: 14px !important;
  font-weight: 500 !important;
  border-top-left-radius: 10px !important; 
  border-top-right-radius: 10px !important;
  box-shadow: none; }
#modal_purchasing_logistics_tracking .content_sections_rows > h5 > i{ font-size: 20px; margin-right: 5px; }
#modal_purchasing_logistics_tracking .content_sections_rows > .body, #modal_purchasing_logistics_tracking .accordion-item > div > .body {
  background-color: #fff;
  padding: 15px;
  font-size: 12px;
  border-bottom-left-radius: 10px ;
  border-bottom-right-radius: 10px; }

#modal_purchasing_logistics_tracking .accordion-item > div > .body > div { font-size: 14px; }
.data { display: flex; align-items: center; background: #fff; padding: 5px 10px !important; text-align: left; font-size: 14px;  border: 1px solid #ddd;}
.subtitle { font-weight: 600; font-size: 14px; padding: 5px 10px !important; display: flex; justify-content: end; align-items: center; background: #f5f5f5; font-weight: 600; text-align: right;  border: 1px solid #ddd;}

#modal_purchasing_logistics_tracking .content_sections_rows > .body, 
#modal_purchasing_logistics_tracking .content_sections_rows > .body table th { padding: 10px 15px; }
#modal_purchasing_logistics_tracking .content_sections_rows > .body table th,
#modal_purchasing_logistics_tracking .content_sections_rows > .body table td { text-align: center; }

#modal_purchasing_logistics_tracking .body table td.textLeft,
#modal_purchasing_logistics_tracking .body table th.textLeft { text-align: left; }
#modal_purchasing_logistics_tracking .body table td.textRight,
#modal_purchasing_logistics_tracking .body table th.textRight { text-align: right; }
#modal_purchasing_logistics_tracking .content_sections_rows > .body table td { font-weight: 500; }
#modal_purchasing_logistics_tracking .content_sections_rows > .body table#table_commercial_management td.doc_label { background-color: #c3d7e4; border: 1px solid #9a9a9a; }
#modal_purchasing_logistics_tracking .content_sections_rows > .body table i.fa-comment-dollar { font-size: 22px; }
#modal_purchasing_logistics_tracking .content_sections_rows > .body table tbody button { flex: none; }

.styled-table { border-collapse: collapse; width: 100%; }
.styled-table th, .styled-table td { border: 1px solid #d2cece; padding: 4px;}
.styled-table th { background-color: #c3d7e4; border: 1px solid #b7b7b7; }
.styled-table tbody tr:nth-child(even) { background-color: #e3e3e4; }
.styled-table tfoot tr td.bg-yellow, .styled-table thead tr th.bg-yellow { background-color: #FFCA2C;}
.styled-table tfoot tr td.bg-red, .styled-table thead tr th.bg-red { background-color: #ff9797; }
.styled-table tfoot tr td.bg-dark-blue,
.styled-table thead tr th.bg-dark-blue { background-color: #3f6993; color: #FFF; }

.styled-table tfoot tr td[colspan], .styled-table thead tr th[colspan],.styled-table tfoot tr td.empty,
.styled-table thead tr th.empty { border: none; background-color: transparent; }
#table_cost_distribution.styled-table thead tr:first-child { border-bottom: 20px solid #fff; }

.nav-link.active { color: #000; background-color: #B6C1C8; }
.nav-link { color: #000; font-weight: bold; background-color: #EEEEEE; }
.nav-link:hover { color: #000; }

#modal_purchasing_logistics_tracking .bs5-modal-footer .totals { display: flex; align-items: center; }
#modal_purchasing_logistics_tracking .bs5-modal-footer .totals > p {
  background: #fff;
  border-radius: 5px;
  padding: 8px 12px;
  margin: 0 5px;
  text-align: center;
}
#modal_purchasing_logistics_tracking p:hover { background-color: transparent !important; }
#modal_purchasing_logistics_tracking .bs5-modal-footer .totals > p:hover { background-color: #fff !important; }
#modal_purchasing_logistics_tracking #accordion_main_information div.group { width: 100%; padding: 0 !important; }


#table_commercial_management tbody tr.tr_button { border-bottom: 2px solid #b7b7b7; }
/* #table_commercial_management tbody tr td:first-child { background-color: #c3d7e4; font-weight: 700 !important; border: 1px solid #9a9a9a; } */
#table_commercial_management thead tr th { background-color: #c3d7e4; border: 1px solid #9a9a9a; }
#table_commercial_management tbody tr td { border: 1px solid #CCC; padding: 0; }
#table_commercial_management tbody tr td div {
  height: 42.5px;
  display: flex;
  padding: 0px 3px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #CCC;
}
#table_commercial_management tbody tr td div:last-child { border-bottom: 0; }
#table_commercial_management tbody tr td div.group { border-radius: 0; }

#modal_purchasing_logistics_tracking .completed .form-label, 
#modal_purchasing_logistics_tracking .completed > .bs5-custom-control > span, 
#modal_purchasing_logistics_tracking .initial_completed > .form-label { color: #1f9f63 !important }

#modal_purchasing_logistics_tracking .completed .bs5-form-control, #modal_purchasing_logistics_tracking .initial_completed > .bs5-form-control, 
#modal_purchasing_logistics_tracking .completed .bs5-form-select, #modal_purchasing_logistics_tracking .initial_completed > .bs5-form-select,
#modal_purchasing_logistics_tracking .completed .selectize-input, #modal_purchasing_logistics_tracking .initial_completed .selectize-input { border-color: #1f9f63 !important }

/* #modal_purchasing_logistics_tracking .completed > .bs5-form-control:focus,
#modal_purchasing_logistics_tracking .completed > .bs5-form-select:focus,
#modal_purchasing_logistics_tracking .completed .bs5-form-select:focus,
#modal_purchasing_logistics_tracking .completed .selectize-input.focus,
#modal_purchasing_logistics_tracking .initial_completed > .bs5-form-control:focus,
#modal_purchasing_logistics_tracking .initial_completed > .bs5-form-select:focus { box-shadow: 0 0 0 var(--bs-rem) rgba(60, 153, 110, 0.5) !important; } */

#modal_purchasing_logistics_tracking .bs5-form-control:focus,
#modal_purchasing_logistics_tracking .bs5-form-select:focus,
#modal_purchasing_logistics_tracking .selectize-input.focus { animation: focus_animation_empty 2s infinite !important; }

#modal_purchasing_logistics_tracking .completed > .bs5-form-control:focus,
#modal_purchasing_logistics_tracking .completed > .bs5-form-select:focus,
#modal_purchasing_logistics_tracking .completed > .selectize-input.focus { animation: focus_animation_completed 2s infinite !important; }

@keyframes focus_animation_empty {
  0%, 100% { box-shadow: 0 0 0 var(--bs-rem) rgba(2, 89, 220, 0.4); }
  50% { box-shadow: 0 0 0 .1rem rgba(2, 89, 220, 0.4); } 
}
@keyframes focus_animation_completed {
  0%, 100% { box-shadow: 0 0 0 var(--bs-rem) rgba(19, 101, 63, 0.4); }
  50% { box-shadow: 0 0 0 .1rem rgba(19, 101, 63, 0.4); } 
}

#modal_purchasing_logistics_tracking .collapse.in {height: auto !important; }

/* --------------------------------------------------------------------------------------------- */
/* ################################# MODAL PURCHASE ORDER LIST ################################# */
/* --------------------------------------------------------------------------------------------- */
#table_purchase_order_list{ text-align: center; }
#table_purchase_order_list_wrapper, #table_list_disbursements_wrapper, #table_list_automatic_fees_wrapper { height: auto; }

#table_purchase_order_list_wrapper .head_datatable { align-items: flex-start; }

#table_purchase_order_list_wrapper .content_datatable { flex: none; position: relative; overflow-y: auto; max-height: 60vh; }

#table_purchase_order_list_wrapper th, #table_purchase_order_list_wrapper td { white-space: nowrap; padding: 4px !important;}

#table_purchase_order_list thead th { color: #fff; }
#modal_purchase_order_list table tbody tr:nth-child(odd) { background: #edf2f7 !important; }

#modal_purchase_order_list .bs5-modal-body { max-height: fit-content; }

#modal_purchase_order_list table tbody .bs5-form-check .bs5-form-check-input { border-color: #bbb !important;}

#provider_management tbody tr select {
  font-size: 0.8rem !important;
}

/* #table_purchase_order_list tbody > tr > td:nth-child(4) { text-align: right; } */
/* #table_purchase_order_list tbody > tr > td:nth-child(7) { text-align: left; } */

/* --------------------------------------------------------------------------------------------- */
/* ####################################### ALERT GLOBAL ######################################## */
/* --------------------------------------------------------------------------------------------- */
#alert_global {
  z-index: 1000001;
  display: none;
  align-items: center;
  position: fixed;
  top: 0;
  max-width: 50%;
  padding: 15px;
  border-radius: 2.5px;
  border: none;
  font-family: 'Quicksand';
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 0 3px 1px rgb(0 0 0 / 30%);
  animation-duration: .5s;
}
#alert_global > i { font-size: 30px; margin-right: 8px; }

/* --------------------------------------------------------------------------------------------- */
/* ######################################### SELECTIZE ######################################### */
/* --------------------------------------------------------------------------------------------- */
.selectize-control { min-width: 150px; white-space: nowrap; padding: 0 !important; border: none; background-color: transparent !important; }
.selectize-input { 
  display: flex !important; 
  padding: 6.750px 12px !important; 
  padding-right: 35px !important; 
  border-radius: 4px !important; }
.selectize-input > input { font-size: 14px !important; border: none !important; box-shadow: none !important; }
.selectize-input.disabled > input { color: #888; font-weight: 500; }
.selectize-input .item { width: 100%; overflow: hidden; font-size: 14px !important; font-weight: 500; color: #000; }
.selectize-control.plugin-remove_button .item { display: flex; justify-content: space-between; }
.selectize-control.plugin-remove_button .item > a { font-size: 16px; line-height: 1; padding-bottom: 3px !important; background-color: #ddd; }
.selectize-control.plugin-remove_button .item .remove:hover { background: rgba(0,0,0,.2); }
.selectize-input.focus { box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25); }
.selectize-dropdown, .selectize-dropdown .highlight { padding: 0; }
.selectize-dropdown { z-index: 10000 !important; }
.selectize-dropdown *:not(i) { font-family: 'Quicksand', sans-serif; font-size: 14px; }
body.small_selectize .selectize-dropdown .option { font-size: 12px !important; }
.selectize-dropdown .option {
  /* display: flex; */
  /* align-items: center; */
  /* flex-flow: wrap; */
  font-size: 12px !important;
  min-height: 18px;
  text-align: left; }
.selectize-dropdown-content { padding: 0 !important; }
.selectize-dropdown:not(.icon_select) .active { background-color: #0d6efd !important; color: #fff !important; }
.selectize-control .selectize-input.disabled { opacity: 1 !important; }
.selectize-control.multi .selectize-input { display: flex; flex-flow: column; padding: 6.750px !important; border-radius: 4px !important; }
.selectize-control.multi .selectize-input:not(.has-items) {
  /* padding: 0.4rem 1.2rem !important; */
  padding: 6.750px 12px !important;
  /* padding: 4px 12px !important; */
}
.selectize-control.multi .selectize-input.has-items { padding: 0.4rem !important; }
.selectize-dropdown.multi { padding: 7.5px !important; }
.selectize-control .selectize-input.disabled { background-color: #e9ecef !important; }
.selectize-input .item, .selectize-input > input, .selectize-dropdown [data-selectable] .highlight { font-size: 12px !important; font-weight: 500; }

.selectize-control.multi.inline_options .selectize-input { flex-flow: wrap; }
.selectize-control.multi.inline_options .selectize-input .item { width: auto; }

/* --------------------------------------------------------------------------------------------- */
/* ########################################### RATY ############################################ */
/* --------------------------------------------------------------------------------------------- */
.star-on-png { color: #F0A702; }
.star-off-png { color: #D5D5D3; }
.cancel-off-png, .cancel-on-png, .star-half-png, .star-off-png, .star-on-png { font-size: 1.3rem !important; }

/* --------------------------------------------------------------------------------------------- */
/* ################################## FLOAT BLOCKS CONTAINER ################################### */
/* --------------------------------------------------------------------------------------------- */
#float_blocks_container {
  z-index: 100000;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  transform: scale(0.85);
  transform-origin: top; }
#float_blocks_container .blockContainer {
  margin: 0;
  margin-bottom: 10px;
  transition: 0.3s ease-in-out; }
#float_blocks_container .blockContainer:last-child { margin-bottom: 0; }
#float_blocks_container .blockContainer.fixed2 .blockHeader {
  cursor: pointer;
  background: var(--bs-blue);
  color: #fff;
  text-shadow: none;
}
#float_blocks_container .blockContainer.fixed2 .blockHeader:hover { background: #0a4ba9; color: #fff; }
#float_blocks_container .blockContainer.closed tbody { display: none; }

/* --------------------------------------------------------------------------------------------- */
/* ################################## RESPONSIVE STYLES ######################################## */
/* --------------------------------------------------------------------------------------------- */
/* Bootstrap5 grid | xs < 576px | sm ≥ 576px | md ≥ 768px | lg ≥ 992px | xl ≥ 1200px | xxl ≥ 1400px */
/* #################### xs < 576px ##################### */
@media screen and (max-width: 575px) {
  #modal_ticket_applications .bs5-modal-body { padding: 0 15px 15px 15px; margin-bottom: 0; }
  #modal_ticket_applications .nav-tabs { flex-wrap: wrap; padding-top: 15px; }
  #modal_ticket_applications .nav-tabs > li { width: 50%; }
  #modal_ticket_applications .nav-tabs .nav-link { font-size: 12px; padding: 8px; }
  #signature_pad > .content { padding: 20px; }
  #signature_pad .group { margin-bottom: 5px !important; }
  #signature_pad > .content p { margin-bottom: 0; }
  #alert_global { padding: 1rem; }
}
/* #################### sm ≥ 576px ##################### */
@media screen and (min-width: 576px) and (max-width: 767px) {
  #modal_ticket_applications .nav-tabs { flex-wrap: wrap; }
  #modal_ticket_applications .nav-tabs > li { width: 50%; }
  #modal_ticket_applications .nav-tabs .nav-link { font-size: 12px; padding: 8px; }
}
/* #################### md ≥ 768px ##################### */
@media screen and (min-width: 768px) and (max-width: 991px) { 
  #modal_ticket_applications .nav-tabs { flex-wrap: wrap; }
  #modal_ticket_applications .nav-tabs > li { width: 50%; }
  #modal_ticket_applications .nav-tabs .nav-link { font-size: 12px; padding: 8px; }
}
/* #################### lg ≥ 992px ##################### */
@media screen and (min-width: 992px) and (max-width: 1199px) { 
}
/* #################### xl ≥ 1200px #################### */
@media screen and (min-width: 1200px) and (max-width: 1399px) { 
}
/* #################### xxl ≥ 1400px ################### */
@media screen and (min-width: 1400px) { 
}


/* ################################## MODAL PAYMENT AGREEMENTS ################################## */
#modal_payment_agreements .bs5-modal-body { 
  max-height: none; 
}

#modal_payment_agreements .bs5-modal-body, 
#modal_payment_agreements .bs5-modal-footer { 
  background: #b0becb !important; 
}

#modal_payment_agreements .collapse.show { 
  visibility: visible; 
}

#modal_payment_agreements .content_item, 
#modal_payment_agreements .container_body { 
  position: relative; 
  background: #eee; 
  padding: 20px; 
  margin-top: 30px; 
  border-radius: 10px; 
}

#modal_payment_agreements .content_item:first-child { 
  margin-top: 0 !important; 
}

#modal_payment_agreements .content_item > i.fa-xmark {
  z-index: 3;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 18px;
  color: #bbb;
}

#modal_payment_agreements .content_item > i.fa-xmark:hover { 
  color: var(--bs-red); 
}

#modal_payment_agreements .content_payments > h5, 
#modal_payment_agreements .content_body > h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  background: #b6c1c8;
  color: #000;
  padding: 7px;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#modal_payment_agreements .content_payments > h5 > i, 
#modal_payment_agreements .content_body > h5 > i { 
  font-size: 20px; 
  margin-right: 5px; 
}

#modal_payment_agreements .content_payments > .body,  
#modal_payment_agreements .content_body > .body {
  background-color: #fff;
  padding: 15px;
  font-size: 12px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#modal_payment_agreements .container_body > .content_body > .body > div { 
  font-size: 14px; 
  border: 1px solid #ddd; 
}

#modal_payment_agreements .content_payments > .body, 
#modal_payment_agreements .content_payments > .body table th, 
#modal_payment_agreements .content_payments > .body table td { 
  text-align: center; 
}

#modal_payment_agreements .content_payments > .body table td { 
  font-weight: 500; 
}

#modal_payment_agreements .bs5-modal-footer .totals { 
  display: flex; 
  align-items: center; 
}

#modal_payment_agreements .bs5-modal-footer .totals > p {
  background: #fff;
  border-radius: 5px;
  padding: 8px 12px;
  margin: 0 5px;
  text-align: center;
}

#modal_payment_agreements p:hover { 
  background-color: transparent !important; 
}

#modal_payment_agreements .bs5-modal-footer .totals > p:hover { 
  background-color: #fff !important; 
}

.table_payments {
  width: 100%;
  border-collapse: collapse;
}

.table_payments th, 
.table_payments td {
  padding: 8px;
  border: 1px solid #ddd;
}

.table_payments th {
  background-color: #f5f5f5;
  font-weight: 600;
}

#modal_payment_agreements .bs5-form-control,
#modal_payment_agreements .bs5-form-select {
  width: 100%;
  padding: 6px 12px;
  font-size: 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

/* --------------------------------------------------------------------------------------------- */
/* ##################################### TABLE INVENTARI ##################################### */
/* --------------------------------------------------------------------------------------------- */
#inventario_select,
#inventario_respon {font-size: 0.72rem !important; padding: 0.5rem 0.85rem !important; width: 380px !important; max-width: 100% !important; }

#modal_inventari.form-container {margin-bottom: 3rem; border: 1px solid #ccc; padding: 15px;display: flex; flex-direction: column;align-items: center; }
#modal_inventari.form-row {display: flex;align-items: center;gap: 15px;margin-bottom: 10px; width: 100%; }
#modal_inventari .form-label, .bs5-form-label {font-weight: bold; flex-basis: 150px; }
#table_inventari {margin-top: 15px;}

#modal_inventari .thead-inventari {background-color: #007bff !important; color: white !important;}

#modal_inventari .table th, 
#modal_inventari .table td {vertical-align: middle !important;text-align: center;}

#modal_inventari .bs5-modal-content { background-color: #ffffffe9; }
#modal_inventari .bs5-modal-body { max-height: none; background: transparent; text-align: center; }
#modal_inventari .accordion-item {margin-bottom: 20px; border-radius: 12px;overflow: hidden;}
#modal_inventari .accordion-button { padding: 12px 16px; }
#modal_inventari .accordion-body {padding: 15px; }
#modal_inventari.change_btn_head{background-color: #bad4f1ff;color: black; }
#modal_inventari.rack-checked .accordion-button {background-color: #d3d3d3 !important;}

#rackAccordionContainer > .accordion-item table > tbody > tr.search_found > td { background-color: #E0EFE1; }

/*################confirmar mensaje modal_message_confirm#############################333*/

.modal-borde-oscuro { border: 2px solid #ccc; box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); border-radius: 10px;}


/* --------------------------------------------------------------------------------------------- */
/* ##################################### modal_assing_inventory_count ##################################### */
/* --------------------------------------------------------------------------------------------- */

#inventario_select_assing_inventary,
#inventario_respon_assing_inventary { font-size: 0.72rem !important; padding: 0.5rem 0.85rem !important; width: 380px !important; max-width: 100% !important; }

#inventario_select_assing_inventary.bs5-modal {z-index: 1050 !important;}
/* .bs5-modal-fullscreen { display: flex; flex-direction: column; height: 100vh; } */
/* .bs5-modal-content { flex: 1 1 auto; display: flex; flex-direction: column; overflow: hidden;} */
/* .bs5-modal-body {flex: 1 1 auto; overflow-y: auto; padding: 1rem; min-height: 0; } */
.inventario_resaltado { background-color: #b1b1b1 !important; font-weight: bold;}
a.no_events, button.no_events { pointer-events: none !important; opacity: .65; }


/* --------------------------------------------------------------------------------------------- */
/* ##################################### modal_view_worked ##################################### */
/* --------------------------------------------------------------------------------------------- */
#asig_worked_div{ font-size: 0.72rem !important;   padding: 0.5rem 0.85rem !important;   width: 380px !important;  max-width: 100% !important; }
#asig_worked_div.table_big th,
#asig_worked_div.table_big td { font-size: 1.0rem; }
#asig_worked_div.bs5-modal {  z-index: 1050 !important;}
#asig_worked_div.table-container { max-height: 50vh; overflow-y: auto; }
#asig_worked_div.table-container thead th { position: sticky; top: 0; background-color: #fff; z-index: 10;  border-bottom: 2px solid #ddd;}

/* --------------------------------------------------------------------------------------------- */
/* ################################## MODAL CREATE - PARTIALLY ################################## */
/* --------------------------------------------------------------------------------------------- */
#modal_create_partially .bs5-modal-content { background-color: #ddd; }
#modal_create_partially .bs5-modal-body { max-height: none; background: transparent; text-align: center; }
#visualize_create_partially_panels .collapse.in { height: auto !important; }
#visualize_create_partially_panels .accordion-item { margin-bottom: 30px; border: none; border-radius: 6px !important; }
#visualize_create_partially_panels .accordion-item .accordion-body { padding: 20px; }
#visualize_create_partially_panels .accordion-item .accordion-body > .bs5-row > div { padding: 5px 10px; font-size: 14px; border: 1px solid #ddd; border-top-width: 0; border-right-width: 0; }
#visualize_create_partially_panels .accordion-item .accordion-body > .bs5-row > div:not(.subtitle) { display: flex; align-items: center; background: #fff; text-align: left; font-weight: 400; }
#visualize_create_partially_panels .accordion-item .accordion-body > .bs5-row > div:nth-child(-n+4) { border-top-width: 1px; }
#visualize_create_partially_panels .accordion-item .accordion-body > .bs5-row > div:nth-child(4n) { border-right-width: 1px; }
#visualize_create_partially_panels .accordion-item .accordion-body > .bs5-row > div.subtitle { 
  display: flex;
  justify-content: end;
  align-items: center;
  background: #f5f5f5; 
  font-weight: 600; 
  text-align: right; }
#visualize_create_partially_panels .accordion-item .accordion-body > .bs5-row > div.full_cell { padding: 5; border-right: 1px solid #ddd; }
#visualize_create_partially_panels .accordion-item .accordion-body > .bs5-row > div.full_cell > textarea { border: none !important; resize: none; }
#visualize_create_partially_panels .accordion-item #accordion_summary .accordion-body > .bs5-row > div { border-top-width: 1px !important; border-bottom-width: 0; }
#visualize_create_partially_panels .accordion-item #accordion_summary .accordion-body > .bs5-row > div:nth-last-child(-n+2) { border-bottom-width: 1px !important; }
#visualize_create_partially_panels .accordion-item #accordion_summary .accordion-body > .bs5-row > div:nth-child(2n) { border-right-width: 1px; }
#table_products_create_partially tbody i { font-size: 18px; color: #107bb5; }
#table_products_create_partially tbody > tr.active td { background-color: #c7eefc !important; } /**/
#modal_create_partially input[type=number]::-webkit-inner-spin-button,
#modal_create_partially input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: auto;
  appearance: auto;
}
/* --------------------------------------------------------------------------------------------- */
#rightPanel .listViewActionsDiv .dropdown-menu > li.dropdown .dropdown-menu { display: none !important; left: 100%; top: 0; }
#rightPanel .listViewActionsDiv .dropdown-menu > li.dropdown:hover > a > .caret { transform: rotate(-90deg); transition: .1s ease-in-out; }
#rightPanel .listViewActionsDiv .dropdown-menu > li.dropdown:hover .dropdown-menu { display: block !important; }
#modal_create_partially th{background-color:#a2a7aa; color:#fff }
#modal_create_partially tbody tr { border-bottom: 1px solid black;}
#description{ background-color: white;}
/* #tr_th_products_partially th {padding-top: 5px;padding-bottom: 5px;} */
.qty_despachar  { margin-top: 5px; width: auto;text-align: center;height: 30px;}
#table_products_partially tbody > tr.active td {background-color: #d9fcc7 !important; }