[class*=sidebar-dark-] {
  background-color: #273043;
  /*background-color: #0e192e;*/
}

[class*=sidebar-dark] dcdfe2.btn-sidebar, [class*=sidebar-dark] .form-control-sidebar {
  background-color: #ebebeb;
  border: 1px solid #56606a;
  color: #032d45;

}

[class*=sidebar-dark-] .sidebar a {
  color: #ffffff;
}

[class*=sidebar-dark] .btn-sidebar{
  background-color: #d6640f;
}

[class*=sidebar-dark] .btn-sidebar:hover{
  background-color: #d6640f; 
}

.btn-primary {
  color: #fff;
  background-color: #d6640f;
  border-color: #d6640f;
  box-shadow: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #f1821d;
  border-color: #f1821d;
  box-shadow: none;
}

.btn-primary:focus {
  color: #fff;
  background-color: #f1821d;
  border-color: #f1821d;
  box-shadow: none;
}

.btn-primary:active {
  color: #fff;
  background-color: #f1821d !important;
  border-color: #f1821d !important;
  box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #f1821d;
  border-color: #f1821d;
}

.btn-secondary {
  color: #fff;
  background-color: #2c76e4;
  border-color: #2c76e4;
  box-shadow: none;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #84aff0;
  border-color: #84aff0;
  box-shadow: none;
}

.btn-secondary:focus {
  color: #fff;
  background-color: #84aff0;
  border-color: #84aff0;
  box-shadow: none;
}

.btn-secondary:active {
  color: #fff;
  background-color: #84aff0 !important;
  border-color: #84aff0 !important;
  box-shadow: none;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #84aff0;
  border-color: #84aff0;
}

a {
  color: #f1821d;
}

.row {
  padding: 0;
  margin: 0;
}

.border_none {
  border: none;
}

.ta_right {
  text-align: right;
}

.mt_10 {
  margin-top: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.height_100 {
  height: 100%;
}

.table-bordered {
  border: 1px solid #b5b5b5;
}

.table.table-bordered.dataTable{
  border: 1px solid #b5b5b5 !important;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0,0,0,.025);
}

.ssb-table td,.ssb-table th{
  font-size: 14px;
  line-height: 14px;
  padding:6px 13px;
  height: 1rem !important;
}

.ssb-table th{
  background-color: #e3e6eb;
}

.ssb-table td{
  background-color: #ffffff75;
  height: 2.2rem !important;
}

.ssb-table-perf td,.ssb-table-perf th{
  font-size: 15px;
  line-height: 15px;
  padding:6px 13px;
  height: 1rem !important;
}

.ssb-table-perf th{
  background-color: #e3e6eb;
}

.ssb-table-perf td{
  background-color: #ffffff75;
  height: 2.2rem !important;
}

.brand-link img{
  max-width: 100%;
}

.control-sidebar {
  width: 60%;
  min-width: 500px;  
  background-color: rgb(244,246,249) !important; 
  -webkit-box-shadow: -10px -10px 20px 0 rgba(0,0,0,0.1);
  box-shadow: -10px -10px 20px 0 rgba(0,0,0,0.1);
}

label:not(.form-check-label):not(.custom-file-label){
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 0;
}

/* tables */
.table-nowrap > thead > tr > th,
.table-nowrap > tbody > tr > th ,
.table-nowrap > tfoot > tr > th{
  white-space: nowrap;
}

.th.dt-center, td.dt-center { text-align: center; }

/*#statusSelect {
  max-width: 120px;
}

/*#BusinessGroup {
  max-width: 220px;
}

#BusinessName {
  max-width: 220px;
}*/

.menu-select {
  width: 90%;
  margin: 10px auto 0 auto;
}

tbody tr td b {
  font-weight: normal !important;
}

td, th{
  vertical-align: middle !important;
  text-align: center !important;
}

.select2-selection, .select2-selection__arrow {
  height: 38px !important;
}

.day_early {
  color: #28c76f;
}

.day_late {
  color: #F00;
}

.day_early b, .day_late b {
  font-weight: bold !important;
}

#aside_detail {
  z-index: 2000;
}

.ssb-filters .colform1 {
  display: flex;
  column-gap: 16px;
}

.ssb-filters .form-control {
  min-width: 160px;
}

.ssb-filters #fp-range {
  min-width: 200px;
}

.box-data-value {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: calc((100vw - 350px) / 25);
  height: calc((100vw - 350px) / 25);
  font-weight: 700;
  font-size: calc((100vw - 350px) / 128 *1.5);
  line-height: calc((100vw - 350px) / 104 *3.5);
  text-align: center;
  border: calc((100vw - 350px) / 104* 0.4) solid #fff;
  display: inline-block;
  white-space: nowrap;
}

.card-dashboard button {
  height: auto !important;
}

/*filtro supplier*/
.search-input-box {
  width: 100%;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.12);
}



/* Contenedor de sugerencias */
.container-suggestions {
  max-height: 280px;
  opacity: 0;
  pointer-events: none;
  padding: 0;
  overflow-y: auto;
}

.search-input-box.active .container-suggestions {
  opacity: 1;
  pointer-events: auto;
  padding: 10px 8px;
}

.search-input-box.active .container-suggestions li {
  display: block;
}

.container-suggestions li {
  list-style: none;
  width: 100%;
  padding: 8px 12px;
  border-radius: 5px;
  display: none;
}

.container-suggestions li:hover{
  background-color: #ececec;
}
/***************************************************/
.card-body-mro-table {
  min-height: 571px;
}

/* --- SIDEBAR FICHA  -------------------------------------------------------------------------- */

.sidebar-ficha input {
  font-size: 14px;
  line-height: 16px;
  padding: 4px 10px;
  height: inherit;
}

/* --- MAPA ------------------------------------------------------------------------------------ */

#map, #odi_map, #ode_map, #odm_map { 
  display: block;
  height: 500px; 
  margin-bottom: 2rem;
  background: #cfcfd6 url("../img/detail-map2.jpg") center no-repeat;
  background-size: cover;
}

img {
    max-height: 100%;
}

.my-leaflet-map-container img {
  max-height: none;
}

.brand-link {
  text-align: center;
}

.brand-link img {
  margin: auto;
  opacity: 1 !important;
}

/* --- HEADER ---------------------------------------------------------------------------------- */

.avatar {
  height: 32px;
  border-radius: 50px;
}

#menu-header .nav-link {
  padding: 8px;
}

#menu-header i {
  color: #4699c9;
}

/* --- SPINNER --------------------------------------------------------------------------------- */

.spinner-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* --- FICHA ----------------------------------------------------------------------------------- */

.ssb-filters button {
  height: 38px;
  margin: 0 5px;
  /*margin-top: 24px;*/
}

.ssb-filters .botones {
  padding-top: 24px;
}

.ssb-filters .download-report {
  font-size: 14px;
  margin: 0 5px 3px 5px;
}

.ssb-filters #fp-range {
  margin: 0 5px;
  width: 193px !important;
}

.dataTables_info {
  font-size: 14px;
}

.pagination {
  font-size: 14px;
}

.page-item.active .page-link {
  background-color: #d6640f;
  border-color: #d6640f;
}

.page-link {
  color: #d6640f;
}

.page-link:hover {
  color: #d6640f;
}

.page-link:focus {
  outline: none;
  box-shadow: none;
}

/* --- CALCULADORA ----------------------------------------------------------------------------- */

.calc {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4b658c+0,6e819f+20,8995ad+40,8791a9+60,818ba5+80,a2b8d1+100 */
  background: linear-gradient(45deg,  #4b658c 0%,#6e819f 20%,#8995ad 40%,#8791a9 60%,#818ba5 80%,#a2b8d1 100%);
  padding: 30px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.calc .resultado {
  background: #d6d1d8;
  padding: 15px;
  margin-bottom: 30px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
}

.calc .p1 {
  font-size: 18px;
  color: #5f5c61;
  display: inline-block;
  margin: 0;
}

.calc .p2 {
  font-size: 40px;
  line-height: 40px;
  color: #5f5c61;
  display: inline-block;
  margin: 0;
}

.calc .form-group {
  margin-bottom: 10px;
}

.calc label {
  display: block !important;
  margin-bottom: 5px !important;
  color: #dde1ea !important;
}

.calc input {
  height: 50px !important;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #66738b;
  color: #dde1ea;
  border: none;
}

.calc input:focus {
  color: #dde1ea;
  background-color: #66738b;
  border-color: none;
}

.calc .select2 {
  width: 100% !important;
}

.calc .select2-selection {
  height: 50px !important;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #66738b;
  border: none;
}

.calc .select2-selection__arrow {
  height: 48px !important;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.calc .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent !important;
}

.calc .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #dde1ea;
  line-height: 40px !important;
}

.calc button {
  width: 100% !important;
  height: 50px !important;
  margin: 20px 0 0 0 !important;
}

/* --- CUSTOMS REPORTS ------------------------------------------------------------------------- */

#report_elements{
  padding: 24px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 6px;
}

#report_elements .report_element{
  display: inline-block;
  background-color: #00ca7e;
  color: white;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 12px;
  margin: 2px;
  cursor: pointer;
}

/* --- DASHBOARD ------------------------------------------------------------------------------- */

.ssb_badge {
  display: none;
  background-color: rgba(40, 199, 111, 0.12);
  color: #28c76f !important;
  border-radius: 3rem;
  font-size: 12px;
  line-height: 12px;
  padding: 12px 22px;
  cursor: pointer;
}

.ssb-dashboard .dash_tipo2 button {
  height: 38px;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 15px;
}



.ssb-dashboard #fp-range {
  margin: 0 5px;
  width: 193px !important;
}

.ssb-dashboard .card_header {
  background-color: #273043;
  color: white;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.ssb-dashboard .card_header button {
  height: 45px;
  position: absolute;
  right: 0;
}

.ssb-dashboard td{
  background-color: #ffffff75;
  height: 1rem !important;
}

.dash_tipo1 .card-header {
  /*padding: 0.75rem 2.8rem 0.75rem 1.25rem !important;*/
}

.dash_tipo2 .dash_title2 h6 {
  font-size: 1.1em !important;
  color: #fff !important;
}

.dash_tipo2 .dash_title2 span {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

.dash_tipo2 button {
  color: #fff !important;
}

/* --- TIMELINE -------------------------------------------------------------------------------- */

.timeline-dia {
  display: flex;
}

.timeline-estimated, .timeline-actual {
  flex: 1;
  padding: 0;
  position: relative;
}

.timeline-estimated {
  border-right: 4px solid #d0d7e3;
  margin-right: 10px;
  padding-right: 10px;
}

.timeline-actual {
  border-left: 4px solid #5a78ab;
  margin-left: 10px;
  padding-left: 10px;
}

.timeline-actual.punteado {
  border-left: 4px dashed rgba(89, 119, 171,0.5);
}

.timeline-event {
  padding: 4px;
  margin: 2px;
  background-color: #fafafa;
  border: solid 1px #f0f0f0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.timeline-event h2 {
  font-size: 13px;
  margin: 0;
  padding: 0;
}

.timeline-event span {
  color: #da6814;
  font-size: 11px;
}
.timeline-event sm {
  font-size: 10px;
}

.timeline-estimated,.timeline-estimated .timeline-event span,.timeline-estimated .timeline-event h2 {
  text-align: right;
}

.timeline-actual ,.timeline-actual .timeline-event span,.timeline-actual .timeline-event h2 {
  text-align: left;
}

.timeline-estimated .timeline-punto::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #273043;
  border: 2px solid #fff;
}

.timeline-actual .timeline-punto::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ff7e00;
  border: 2px solid #fff;
}

.timeline-actual .timeline-punto-verde::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgb(3, 189, 49);
  border: 2px solid #fff;
}

.timeline-hoy::after {
  background-color: rgb(3, 189, 49) !important;
  border: 2px solid #fff;
}

.timeline-estimated h3 {
  font-size: 15px;
  color: #273043;
  text-align: right;
}

.timeline-actual h3 {
  font-size: 15px;
  color: #ff7e00;
  text-align: left;
}

.timeline-month-label{
  border-bottom: 1px dotted #aad2ec !important;
  text-align: left !important;

}

.timeline-month-label .timeline-estimated{
  text-align: left !important;
}

.timeline-month-label .timeline-estimated span{
  display: inline-block;
  border-radius: 2px 50px 2px 2px;
  font-size: 11px;
  margin-top: 7px;
  color: #273043;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  border-bottom: 0px;
  padding: 0px 14px 0px 4px;
}

.tool-item{
  font-size: 12px;
  color: #666;
  padding-top: 5px;
  
}

.tool-item i{
  color: #ff7e00;
}

/* --- TIMELINE MRO ---------------------------------------------------------------------------- */

.ssb-timeline-h .card-body .row{
  padding-left: 30px;
}


.followup-mro-timeline {
  padding: 0;
  position: relative;

  border-bottom: 4px solid #d0d7e3;
  padding-right: 30px;
  padding-bottom: 10px;
  text-align: left;
  display: inline-block;
}

.followup-mro-timeline:last-child {
  
  border-bottom: 4px solid #d0d7e300;
  margin-right: -100px;
}

.followup-mro-timeline .punto::after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #273043;
  border: 2px solid #fff;
}

.followup-mro-timeline .step {
  margin: 2px;
  display: inline-block;
}

.followup-mro-timeline .step h2 {
  position: relative;
  left: -10px;
  font-size: 13px;
  padding: 4px;
  margin: 0;  
  background-color: #fafafa;
  border: solid 1px #f0f0f0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
} 

/* Cambio random para poder actualizar este file en UAT y PROD */



/* CARDS ISOS --------------------------------------------- */
.card-0,.card-1,.card-2,.card-3,.card-4,.card-n{
  background-color: #fff;
  .card-header{
    padding:6px 14px;
    text-align: left;
    p{display: inline-block;}
  }
  .card-body{
    padding: 6px 14px;
  }
  .card-close{
    color: #fff;
    z-index: 10;
    background: none;
    border: none;
    font-size: 18px;
    
  }
  b{ font-weight: bold !important; }
  p{ margin:0 !important; padding: 4px; }
  .card-text{
    color: #2a2933;
    
  }
  .card-po{
    font-size: 1.05rem !important;
    font-weight: normal;
  }
}

.card-0 .card-header{ background-color: #8083ae; }
.card-1 .card-header{ background-color: #44a1bd; }
.card-2 .card-header{ background-color: #39ad7b; }
.card-3 .card-header{ background-color: #bdcb5c; }
.card-4 .card-header{ background-color: #db8747; }
.card-n .card-header{ background-color: #e65048; }




.tab.pane{
  min-height: 80vh;
}

/* Related Documents Custom tax container */
#odi_ct_buttons, #ode_ct_buttons{
  position: relative;
  padding: 20px 0;
}

#tabs_impo-3, #tabs_expo-4{  
  position: relative;
  padding: 20px 0;
}

.ssb-table th.header-column{
  background-color: #eef1f5;
}

.custom_tax_btn_green{
  background-color: rgba(40, 199, 111, 0.12);
  color: #28c76f !important;
  cursor: pointer;
}
.custom_tax_btn_gray{
  background-color: #eee;
  color: #aaa !important;
  cursor: default;
}

.dashboard_dowload_excel{
  z-index: 20 !important;
}

#odi_timeline span{
  display: block;
}
/* ------------------- MAPA INFO BOX ------------------ */

#leyenda_map{
  background-color: #fff;
  border-radius: 6px;
  padding: 1rem;
  left: 8px !important;
  bottom: 22px !important;
  z-index: 9999;
  margin-bottom: 1rem;
}


.linea_solida{
  width: 30px;
  margin-right: 8px;
  display: inline-block;
  height: 3%;
  border-top: 3px solid #076284; /* Línea de puntos con color negro */

}
.linea_puntos{
  width: 30px;
  margin-right: 8px;
  display: inline-block;
  height: 3px;
  border-top: 3px dashed #076284; /* Línea de puntos con color negro */

}
.current_location{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #00c853;
  border: solid 2px #ffffff;
  margin: 0 17px 0 9px;
  display: inline-block;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0,0,0,0.15);
  box-shadow: 0 2px 4px 2px rgba(0,0,0,0.15);
}


.origin_destination{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #173a64;
  border: solid 2px #173a64;
  margin: 0 17px 0 9px;
  display: inline-block;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0,0,0,0.15);
  box-shadow: 0 2px 4px 2px rgba(0,0,0,0.15);

}

.ais_pings{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 2px #173a64;
  margin: 0 18px 0 10px;
  display: inline-block;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0,0,0,0.15);
  box-shadow: 0 2px 4px 2px rgba(0,0,0,0.15);

}

.ref{
  margin-bottom: 4px;
}

.card_header.sub{
  background-color: #bebecd;
  color: #ffffff;
  border-bottom: 0px !important;
  h6{
    background-color: transparent;
    border-bottom: 0px !important;
    padding: 10px !important;
  }
}

.title_status{
  color: #FFFFFF;
  background-color: #ddd;
  padding: 6px 14px;
  font-size: 17px;
  margin: 1px 0 5px 14px;
  border-radius: 6px;
  vertical-align:bottom;
  font-weight: bold;
}


#tabs_impo-5 .fas {
  font-size: 30px;
}
/* DASHBOARD IMPO*/

.card_dashboard_filters .card-body{
  padding: 8px;

}


.card_dashboard_filters .card-body .col-12{
    margin-bottom: 0 !important;
}

.date_h1 {
  font-size: 1.4rem !important;
  margin: 10px 0 0 0 !important;
  display: inline-block !important;
  margin: 0 20px 0 0 !important;
}

.date_form {
  display: inline !important;
}

.date_form form {
  display: inline-block !important;
}

.date_form button {
  display: inline-block !important;
  margin: -4px 5px 0 5px !important;
}

.date_border {
  border-bottom: 2px solid #e7eaef;
  padding-bottom: 8px;
}

.date_button {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  /*height: 14px !important;*/
  position: absolute !important;
  right: 12px !important;
}

.date_button i {
  margin: 0 !important;
}

.datos_knob .col-3{

    display: flex !important;
    flex-direction: column!important;
    justify-content: center!important;
    align-items: center!important;

}

.card_inside{
  background-color: #f4f6f9;
  box-shadow:none;
}



/* --------------------- TIMELINE v2 -------------------------- */



.timelineV2-dia {
  display: flex;
}

.timelineV2-planned, .timelineV2-actual {
  flex: 1;
  padding: 0;
  position: relative;
}



.timelineV2-planned {
  margin-right: 0px;
  padding-right: 14px;
  padding-bottom: 8px;
}

.timelineV2-actual {
  border-left: 4px solid #5a78ab;
  margin-left: 0px;
  padding-left: 14px;
  padding-bottom: 8px;
}



.timelineV2-actual.punteado {
  border-left: 4px dotted rgba(89, 119, 171,0.5);
}

.timelineV2-event {
  padding: 4px 8px;
  margin: 4px;
  background-color: #edf0f3;
  position: relative;
}
.timelineV2-planned .timelineV2-event{  
  -webkit-border-radius: 4px 0 4px 4px;  
  border-radius: 4px 0 4px 4px; 
}
.timelineV2-actual .timelineV2-event{
  -webkit-border-radius: 0 4px 4px 4px;  
  border-radius: 0 4px 4px 4px;   
}



.timelineV2-planned .timelineV2-event:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 6px solid #edf0f3;
  border-right: 6px solid transparent;
  border-top: 6px solid #edf0f3;
  border-bottom: 6px solid transparent;
  right: -10px;
  top: 0px;
}

.timelineV2-event.ontime {
  background-color: #cdedcb;
}

.timelineV2-event.late {
  background-color: #f5dbdb;

}
.timelineV2-actual .timelineV2-event.ontime:before {
  border-color: #cdedcb #cdedcb transparent transparent !important;
}

.timelineV2-actual .timelineV2-event.late:before {
  border-color: #f5dbdb #f5dbdb transparent transparent !important;

}
.timelineV2-planned .timelineV2-event.ontime:before {
  border-color: #cdedcb transparent transparent #cdedcb !important;
}

.timelineV2-planned .timelineV2-event.late:before {
  border-color: #f5dbdb transparent transparent #f5dbdb !important;

}

.timelineV2-actual .timelineV2-event:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-right: 6px solid #edf0f3;
  border-left: 6px solid transparent;
  border-top: 6px solid #edf0f3;
  border-bottom: 6px solid transparent;
  left: -10px;
  top: 0px;
}



.timelineV2-event h2 {
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: #000000;
}

.timelineV2-event span {
  color: #000000;
  font-size: 12px;
}
.timelineV2-event sm {
  font-size: 10px;
  display: block;
}

.timelineV2-planned,.timelineV2-planned .timelineV2-event span,.timelineV2-planned .timelineV2-event h2 {
  text-align: right;
}

.timelineV2-actual ,.timelineV2-actual .timelineV2-event span,.timelineV2-actual .timelineV2-event h2 {
  text-align: left;
}


.timelineV2-actual.timelineV2-punto::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #c7d0df;
  border: 2px solid #fff;
}
.timelineV2-actual.timelineV2-punto-naranja::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ff7e00;
  border: 2px solid #fff;
}

.timelineV2-actual.timelineV2-punto-verde::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgb(3, 189, 49);
  border: 2px solid #fff;
}
.timelineV2-actual.timelineV2-punto-azul::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #4b74b9;
  border: 2px solid #fff;
}


.timelineV2-planned h3 {
  font-size: 15px;
  color: #273043;
  text-align: right;
}

.timelineV2-actual h3 {
  font-size: 15px;
  color: #ff7e00;
  text-align: left;
}

.timelineV2-origin {
  padding: 0;
  margin: 0;  
  display: flex;
  align-items: flex-start; /* Alinea los elementos al principio verticalmente */
  justify-content: center;
  position: relative; /* Agrega posición relativa al contenedor para posición absoluta del :after */
}

.timelineV2-origin h3 {
  position: relative;
  border: 3px solid #4b74b9;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  padding: 2px 20px;
  background-color: #4b74b9; 
}

.timelineV2-origin h3:after {
  content: " ";
  position: absolute;
  top: -6px; /* Alinea el pseudo-elemento a la mitad verticalmente */
  right: 50%; /* Alinea el pseudo-elemento a la mitad horizontalmente */
  transform: translate(50%, -50%); /* Centra horizontal y verticalmente */
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #4b74b9;
}

.evento-intermedio .timelineV2-planned, 
.evento-intermedio .timelineV2-actual{
  padding-bottom: 0 !important;
}
.evento-intermedio .timelineV2-event, 
.evento-intermedio .timelineV2-event{
  background-color: transparent;
  padding-top: 4px;
  padding-bottom: 10px;
  top: -5px;
  border-bottom: 1px solid #ddd;
}

.evento-intermedio .timelineV2-event::before, 
.evento-intermedio .timelineV2-event::before{
  content: none;
  border: 0;

}

.evento-intermedio .timelineV2-event span{
  color: #292929;
  font-size: 11px;
}


.evento-intermedio .timelineV2-event h2{
  color: #1b1b1b;
  font-size: 12px;
}


.evento-intermedio .timelineV2-event sm{

}

.evento-intermedio .timelineV2-actual.timelineV2-punto::after {

  content: "";
  position: absolute;
  top: 0px;
  left: -9px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #b1ced9;
  border: 2px solid #fff;

}



.timelineV2-time-diff{
  position: absolute;
  top: -18px;
  font-size: 10px;
  background-color: #ededed;
  padding: 2px 8px;
  border-radius: 8px;
  right: 0;
}








/* ------------------- END TIMELINE v2 ------------------------- */
.box-data-label{
  font-size: calc((100vw - 350px) / 110);
}

/* ----------------------- DASHBOARD --------------------------------*/
.btn-block{
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: inline-block;
  border: none !important;
  height: auto !important;
}

.box-data-label{
  font-size: 14px;
}


@media (max-width:1600px) {
  .box-data-label{
    font-size: 12px;
  }
  .box-data-value{
    font-size: 13px;
    width: 45px;
    height: 45px;
    line-height: 35px;
    border: 4px solid #fff;
  }
}


button:disabled .box-data-value{
  border: 5px solid #ffffff8f; 
  color: #ffffff8f; 
}

button:disabled .box-data-label{
  color: #ffffff8f; 

}

/*personalizacion tooltip*/
.tooltip-inner{
  background-color: #273043 !important;
  color: #ffffff !important;
  font-size: 1rem;
}
.arrow::before{
  border-top-color: #273043 !important;
}



/*fin personalizacion tooltip*/
/* ------------------- END TIMELINE v2 ------------------------- */


.btn{
  border-width: 2px !important;
}

.odd.dt-hasChild.shown ~ tr td:first-child {
  /* Styles for the element that follows the elements with the specified classes */
  background-color: #f8f8fd !important;
}


/* DO Ajustes */

.sidebar-ficha textarea {
  font-size: 14px !important;
  line-height: 16px;
  padding: 4px 10px;
}
.card_total{
  margin-left: auto;
  font-size: 1.6rem !important;
  padding: 6px 12px;
  border-radius: 8px;
  line-height: 28px;
  cursor: pointer;
  background-color: #ffffff20;
}

input.knob{
  cursor:pointer;
}
/* DO Ajustes */

.sidebar-ficha textarea {
  font-size: 14px !important;
  line-height: 16px;
  padding: 4px 10px;
}

.data_list{
  display: none;
  background-color: #ebebeb;
  position: absolute;
  top: 31px;
  left: 4px;
  padding: 0px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.1);
  box-shadow: 0 4px 6px 0 rgba(0,0,0,0.1);
  z-index: 100;
  overflow: auto;
  max-height: min(500px, 50vh);
}

.data_list li{
  min-width: 166px;
  padding: 8px 16px;
  font-size: 13px;
  border-bottom: 1px solid #d1cece;
}
.data_list li:hover{
  background-color: #dbd9d9;
  cursor: pointer;
}

#quick_search_query{
  padding-left: 24px;
}

.spinner_fa {
  display: none;
  font-size: 16px;
  color: #818e9c; /* Color azul, puedes cambiarlo */
  animation: spin 1s linear infinite; /* Aplica la animación */
  position: absolute;
  top:4px;
  left: 5px;
  z-index: 200;
}

/* Definición de la animación */
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* INICIO animaciones para los items del detail que usen la funcion openMoreDetailItems() */
/* Animación para mostrar el elemento */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Animación para ocultar el elemento */
@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

.show-animation {
  animation: fadeIn 0.5s forwards; /* duración de la animación: 0.5s */
}

.hide-animation {
  animation: fadeOut 0.5s forwards; /* duración de la animación: 0.5s */
}
/* FIN animaciones para los items del detail que usen la funcion openMoreDetailItems() */


/* ------ Sustaintability -------------------------- */
.sust-row-1,.sust-row-2{
  padding: 1.5rem 1rem 0.5rem 1rem;
  text-align: center;
} 

.sust-center-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.sust-row-1 .sust-card-main-title{
  font-size: 33px;
  margin: 0px 0 0px 0;
  font-weight: 600;
  line-height: 28px;
  color: #273043;
}
.sust-row-1 .sust-card-main-icon {
  font-size: 48px;
  color: #30b156;
  margin: 0 0 4px 0;
}

.sust-row-1{
  background-color: #fff6e9;  
  background-image: url('../img/sust_bg1.jpg');
  background-size: cover;
  background-position: center;
} 
.sust-row-1 .sust-card-icon {
  font-size: 24px;
  color: #cc947e;
  margin: 0 0 4px 0;
}
.sust-row-1 .sust-card-title {
  font-size: 11px;
  margin: 0 0 4px 0;
}
.sust-row-1 .sust-card-value {
  font-size: 2rem;
  font-weight: 400;
}



.sust-row-2{
  background-color: #40b880;
  background-image: url('../img/sust_bg2.jpg');
  background-size: cover;
  background-position: center;
} 

.sust-row-2 .sust-card-icon {
  font-size: 24px;
  color: #8de999;
  margin: 0 0 4px 0;
}

.sust-row-2 .sust-card-title {
  font-size: 11px;
  margin: 0 0 4px 0;
  color: #ffffff;
}

.sust-row-2 .sust-card-value {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 400;
}
/* ------ End Sustaintability -------------------------- */

aside .nav-link{
  font-size: 14px;
}
/* Historical Filter Followup*/
.historicalAlert{
  background-color: rgb(247, 219, 127);
  padding: 12px;
  border-radius: 6px;
  width: 100%;
  text-align: center;
  margin-top: 22px;
  font-size: 14px;
  color: #273043;
}

/* documentacion */
.documentacion{
  display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 10px;
    width: 90%;
    text-align: center;
}

/* resaltar fecha de hoy */
.highlight-today {
  background-color: #ffeb3b !important; /* Color de fondo para la fecha de hoy */
  color: #000 !important;              /* Color de texto para mejor visibilidad */
  border-radius: 50%;                   /* Opcional: para hacerla circular */
}



.group-header td{
  border-bottom: 2px solid #d1d1d1 !important;
  background-color: #f6f6f6;
  cursor: pointer;
}

.group-header .group_col {
  text-align: left !important;
}

/* Controla el tamaño del ícono */
td .group_col i {
  float: left;        /* Evita que el ícono se redimensione */
}

/* Estilos para la columna grupo en tabla de devoluciones */
.group_col {
    min-width: 150px !important;
    width: 150px !important; 
    padding-left: 16px !important;
}

.group_col i {
    margin-right: 8px;
    font-size: 16px;
    color: #666;
}

.group-header {
    border-bottom: 2px solid #d1d1d1 !important;
    background-color: #f6f6f6 !important;
    cursor: pointer;
}

.group-header:hover td {
    background-color: #dfe5eb;
}

/* Estilos para tabla de devoluciones */
.dataTable {
    margin: 0 !important;
}

.card-datatable {
    padding: 1rem;
}

/* Estilos para columnas fijas */
.DTFC_LeftWrapper {
    border-right: 2px solid #dee2e6;
    box-shadow: 4px 0 8px rgba(0,0,0,0.1);
}

/* Selector de columnas */
.column-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.5rem;
}

.form-check-inline {
    margin-right: 1rem;
}

/* Compactar filas */
.ssb-table td {
    padding: 0.5rem 0.75rem !important;
}

/* Mejorar visibilidad de grupos */
.group-header td {
    background-color: #f8f9fa !important;
    font-weight: 500;
}

.group-header:hover td {
    background-color: #e9ecef !important;
}

/* Ajustes para alineación de encabezados de tabla */
.dataTable thead th {
    white-space: nowrap;
    min-width: fit-content;
    box-sizing: border-box;
}

.dataTable {
    width: 100% !important;
}

/* Asegurar que el contenedor de la tabla tenga el ancho correcto */
.dataTables_scrollHeadInner,
.dataTables_scrollHeadInner table {
    width: 100% !important;
    box-sizing: border-box;
}

/* Forzar que las columnas mantengan su ancho */
.dataTables_scrollHead table {
    margin-bottom: 0 !important;
    table-layout: fixed;
}

/* Asegurar que el cuerpo de la tabla se alinee con el encabezado */
.dataTables_scrollBody {
    margin-top: -1px; /* Eliminar el espacio entre header y body */
}

/* Estilos para tablas DataTable */
.dataTable {
    width: 100% !important;
}

/* Asegurar que los headers tengan el mismo ancho que el contenido */
.table thead th {
    min-width: max-content;
    white-space: nowrap;
    padding-right: 20px !important;
}

/* Ajustar el contenedor para scroll horizontal */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
}

/* Forzar ancho de columna grupo */
.group_col {
    min-width: 150px !important;
    width: 150px !important;
}

/*
* {
  outline: 1px red solid;
}*/



#column-list{
  column-count: 2 !important;
  column-gap: 20px !important;
}
#column-list div{
  /*display: inline-block !important;*/
}

.column-item {
  border: solid 1px #bdbdbd;
  background-color: #dddddd;
  border-radius: 4px;
  margin: 4px;
  cursor: grab;
  padding: 4px 12px;
}
