:root {
  --estL_light: #f3f3f3;
  --estL_dark: #595959;
  --estR_light: #eaf3fc;
  --estR_dark: #0080FF;
  --estAS_light: #f9f0fd;
  --estAS_dark: #bb2efc;
  --estC_light: #fffcf5;
  --estC_dark: #FF6602;
  --estRP_light: #fff6e5;
  --estRP_dark: #e99740;
  --estN_light: #fff3f3;
  --estN_dark: #FF0000;
  --estE_light: #f9fdf0;
  --estE_dark: #82a633;
  --estLG_light: #D9FFE9;
  --estLG_dark: #00A642;
  --estDS_light: #faf2ff;
  --estDS_dark: #7030A0;
  --estDV_light: #F2F2F2;
  --estDV_dark: #7F7F7F;
  --estNE_light: #FFD8D9;
  --estNE_dark: #C00000;
  --estEF_light: #E9FFDA;
  --estEF_dark: #548235;
}
/* toolbar */
.toolbar_button button {
  padding: 0;
  text-align: center;
}
.logo {
  background: url(/codebase/3cc2bd195a62c2d51dbf.svg) 2px 2px no-repeat;
}
.checked {
  color: #9acd32;
  font-weight: bold;
  cursor: pointer;
  font-size: 2em;
}
.notchecked {
  color: red;
  font-weight: bold;
  cursor: pointer;
  font-size: 2em;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
/* list of persons */
.userphoto {
  display: inline-block;
  border-radius: 25px;
  width: 48px;
  height: 48px;
  float: left;
}
.text {
  padding: 4px 4px 4px 16px;
  display: inline-block;
}
.username {
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #313131;
  font-weight: 500;
  line-height: 20px;
  display: block;
}
.money {
  color: #475466;
  display: block;
  letter-spacing: 0.2px;
  line-height: 20px;
}
.persons_list .webix_list_item,
.persons_list .webix_list_item.webix_selected {
  padding: 8px 12px;
}
/* transactions grid */
.success,
.waiting,
.failed,
.incoming,
.payment {
  font-size: 20px;
  margin-top: 8px;
}
.success {
  color: #55CD97;
}
.waiting {
  color: orange;
}
.failed {
  color: #FF5C4C;
}
.incoming {
  color: #41ad7c;
}
.payment {
  color: #FF5C4C;
}
.method {
  margin-bottom: -8px;
  margin-right: 8px;
}
/* notifications */
.notifications .webix_list_item,
.notifications .webix_list_item.webix_selected {
  line-height: 20px;
  padding: 10px;
}
.notifications .webix_list_item .m_title {
  font-weight: 500;
  color: #313131;
}
.notifications .webix_list_item .message {
  display: block;
  color: #475466;
}
/* form */
.webix_view.form_photo > div {
  padding: 0px;
}
/* iframes */
.webix_view.ifr_template .webix_template {
  padding: 0px;
}
.webix_view.ifr_template > .webix_disabled {
  opacity: 1 !important;
}
/* geochart */
/*path {
    stroke: #D9D8D7;
}*/
/* headers (templates) */
.webix_view.chart_header {
  text-align: center;
}
.bought {
  color: #8664C6;
}
.sold {
  color: #1CA1C1;
}
/* form */
.input_label {
  font-weight: 500;
}
/* tinyMCE */
.mce-container,
.mce-container *,
.mce-widget,
.mce-widget *,
.mce-reset {
  color: #94A1B3 !important;
}
.mce-btn-group:not(:first-child) {
  border-left: 1px solid #DADEE0 !important;
}
.mce-panel {
  border-color: #DADEE0 !important;
  box-shadow: none !important;
}
.mce-edit-area.mce-container.mce-panel.mce-stack-layout-item {
  border: 0px !important;
}
.mce-top-part::before {
  box-shadow: none !important;
  border-bottom: 1px solid #DADEE0 !important;
}
/*login form*/
.invalid_login .webix_header > div {
  background: #FC3636;
  transition: background 1s;
}
.invalid_login {
  -webkit-animation: formshake 0.5s linear;
}
@-webkit-keyframes formshake {
  8%,
  41% {
    -webkit-transform: translateX(-10px);
  }
  25%,
  58% {
    -webkit-transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-5px);
  }
  92% {
    -webkit-transform: translateX(5px);
  }
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
}
/* ADICIONAL */
/* Labels multilinea en Inspección Pre Operativa */
.webix_inp_label {
  line-height: 16px !important;
  white-space: normal;
}
/*Inspección Vehicular. Color personalizado para segmented button */
/*.webix_all_segments button:nth-child(2).webix_selected {*/
/*    background: palevioletred;*/
/*    border: palevioletred;*/
/*}*/
/*.webix_all_segments button:nth-child(3).webix_selected {*/
/*    background: lightgreen;*/
/*    border: lightgreen;*/
/*}*/
/*.icon_large {*/
/*    font-size: x-large;*/
/*}*/
.ruta_sec {
  width: 50px;
  height: 50px;
  margin-top: 3px;
  text-align: center;
  font-weight: bold;
  float: right;
  background-color: #444;
  color: white;
  border-radius: 3px;
}
.ruta {
  line-height: 23px;
  font-size: 28px;
  margin-top: 6px;
}
.secuencia {
  line-height: 14px;
  font-size: 14px;
  margin-top: 2px;
}
/*.estado {*/
/*    !*width: 18px;*!*/
/*    height: 18px;*/
/*    line-height: 18px;*/
/*    padding: 3px;*/
/*    font-size: 12px;*/
/*    font-weight: bold;*/
/*    text-align: center;*/
/*    float: right;*/
/*    margin-top: 55px;*/
/*    margin-right: -36px;*/
/*    border-radius: 3px;*/
/*}*/
.estado {
  width: 12px;
  height: 100%;
  /* line-height: 18px; */
  padding: 3px;
  font-size: x-small;
  font-weight: bold;
  text-align: center;
  float: left;
  margin-right: 5px;
  margin-left: -10px;
}
.ped_info {
  font-size: smaller;
  line-height: 16px;
}
.caj_info {
  font-size: smaller;
  line-height: 16px;
}
.rec_tablero {
  display: inline-block;
  width: 30%;
  text-align: center;
}
.rojo {
  background-color: red;
}
.tiempoEscaneo {
  font-size: large !important;
  color: red;
}
.recursoItem .webix_list_item {
  white-space: normal;
  text-align: center;
  line-height: 14px;
}
.app-logo {
  background-image: url(/codebase/3a1d6e3d28fd32e2338c.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  /*#ECEFF1;*/
}
.tdsx-logo {
  background-image: url(/codebase/c356cee463c47de4d0b3.svg);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  /*background-color: #ECEFF1;*/
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.8s ease-in-out;
}
.tdsx-logo:hover {
  -webkit-filter: grayscale(0);
}
.itemChange {
  background-color: #3e8e41;
  color: white;
}
.normal {
  transition: background-color 1s ease-in;
  background-color: #fff;
  color: #333;
}
.obt_container {
  transform-origin: left center;
  position: relative;
  background-color: #eeeeee;
}
.obt_pedido {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #ddc7a3;
  color: white;
}
.obt_estiba {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: white;
  border: #7c6956 dashed 1px;
}
.dragged {
  fill-opacity: 0.5;
  stroke-width: 0.5px;
  stroke: black;
  stroke-dasharray: 1 1;
}
.draggable {
  cursor: move;
  user-select: none;
}
.obt_selected {
  stroke: #113a56;
}
.call_btn {
  margin-top: 20px;
  background-color: #1ca1c1;
  border: none;
  color: white;
  padding: 0.5rem;
  float: right;
  border-radius: 0.25rem;
  cursor: pointer;
  line-height: 2rem;
}
.placa {
  width: 4em;
  font-size: 30px;
  background-color: white;
  border: 3px solid #475466;
  border-radius: 7px;
  padding: 10px 10px 0px 10px;
  margin: 5px 10px 0px 0px;
  /*float: left;*/
  text-align: center;
  font-weight: bold;
}
.placa_emp {
  font-size: small;
  text-transform: uppercase;
}
.iniciar_reparto {
  float: right;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #ff8c00;
  color: #113a56;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
}
.detallesInfo {
  text-align: right;
  font-size: smaller;
}
.flex-container {
  display: flex;
}
.estado-cant {
  min-width: 40px;
  margin: 0px;
  text-align: center;
  font-weight: bold;
  background-color: #f7f7f7;
  line-height: 18px;
  border: 1px solid #edeff0;
}
.estado_header {
  font-weight: bold;
  text-align: center;
  padding: 0;
}
.estL_header {
  color: var(--estL_light);
  background-color: var(--estL_dark);
}
.estR_header {
  color: var(--estR_light);
  background-color: var(--estR_dark);
}
.estAS_header {
  color: var(--estAS_light);
  background-color: var(--estAS_dark);
}
.estC_header {
  color: var(--estC_light);
  background-color: var(--estC_dark);
}
.estRP_header {
  color: var(--estRP_light);
  background-color: var(--estRP_dark);
}
.estN_header {
  color: var(--estN_light);
  background-color: var(--estN_dark);
}
.estE_header {
  color: var(--estE_light);
  background-color: var(--estE_dark);
}
.estLG_header {
  color: var(--estLG_light);
  background-color: var(--estLG_dark);
}
.estDS_header {
  color: var(--estDS_light);
  background-color: var(--estDS_dark);
}
.estDV_header {
  color: var(--estDV_light);
  background-color: var(--estDV_dark);
}
.estNE_header {
  color: var(--estNE_light);
  background-color: var(--estNE_dark);
}
.estEF_header {
  color: var(--estEF_light);
  background-color: var(--estEF_dark);
}
.estado_cell {
  font-weight: bold;
  text-align: right;
}
.estL {
  color: var(--estL_dark);
  background-color: var(--estL_light);
}
.estR {
  color: var(--estR_dark) !important;
  background-color: var(--estR_light);
}
.estAS {
  color: var(--estAS_dark);
  background-color: var(--estAS_light);
}
.estC {
  color: var(--estC_dark) !important;
  background-color: var(--estC_light);
}
.estRP {
  color: var(--estRP_dark) !important;
  background-color: var(--estRP_light);
}
.estN {
  color: var(--estN_dark);
  background-color: var(--estN_light);
}
.estE {
  color: var(--estE_dark);
  background-color: var(--estE_light);
}
.estLG {
  color: var(--estLG_dark) !important;
  background-color: var(--estLG_light);
}
.estDS {
  color: var(--estDS_dark);
  background-color: var(--estDS_light);
}
.estDV {
  color: var(--estDV_dark);
  background-color: var(--estDV_light);
}
.estNE {
  color: var(--estNE_dark);
  background-color: var(--estNE_light);
}
.estEF {
  color: var(--estEF_dark);
  background-color: var(--estEF_light);
}
.error_msg > div > div.webix_win_body > div > div {
  display: flex;
  background-color: red;
  color: white;
  font-size: xxx-large;
  text-align: center;
  text-decoration: blink;
  justify-content: space-around;
  align-items: center;
}
.blinking {
  animation: blinkingText 1s infinite;
}
@keyframes blinkingText {
  0% {
    color: white;
  }
  49% {
    color: white;
  }
  60% {
    color: transparent;
  }
  99% {
    color: transparent;
  }
  100% {
    color: white;
  }
}
/* Alternate row */
/*
.rows .webix_cell:nth-child(2n){
    background-color:#fafafa;
}

.rows .webix_cell.webix_row_select{
    color: #FFF;
    background: #ab7c84;
}
*/
/* Validaciones Contraseña */
.reglas li {
  list-style-type: none;
}
.regla {
  font-size: smaller;
}
.check_ok {
  font-size: small;
  color: limegreen;
}
.check_failed {
  font-size: small;
  color: red;
}
/* Workflow Datatable Hover */
.workflowRowHover {
  background: #F2F2F2;
}
.asignacionLst {
  background-color: var(--estAS_light);
}
.asignacionLst .webix_list_item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 12px;
  line-height: 23px;
  cursor: pointer;
  text-align: left;
  border: 1px solid var(--estAS_dark);
  background-color: white;
  margin: 5px;
  border-radius: 5px;
}
.asignacionLst .webix_list_item.webix_selected {
  box-shadow: inset 5px 0 var(--estAS_dark);
  background-color: var(--estAS_dark);
  color: var(--estAS_light);
  border: 1px solid var(--estAS_dark);
  border-right: none;
  border-radius: 5px 0 0 5px;
  margin-right: 0;
}
.user_info {
  display: flex;
}
.user_info_img img {
  margin-right: 15px;
  height: 55px;
  width: 55px;
  border-radius: 45px;
  border: 3px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.user_info_basic h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  margin-block: 0;
}
.user_info_basic p {
  font-size: 0.8rem;
  line-height: 1.2;
  margin-block: 0;
}
.placa_peq {
  width: 3.5rem;
  font-weight: bold;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 3px;
  padding: 4px;
  margin-top: -6px;
  line-height: 1.2rem;
  color: #555555;
  background-color: white;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  box-shadow: 0px 0px 3px 0px #555555, inset 0px 0px 0px 2px #555555;
}
.asignacion_info {
  background-color: var(--estAS_dark);
}
/* RECEPCIÓN */
.recepcionLst {
  background-color: var(--estR_light);
}
.recepcionLst .webix_list_item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 12px;
  line-height: 23px;
  cursor: pointer;
  text-align: left;
  border: 1px solid var(--estR_dark);
  background-color: white;
  margin: 5px;
  border-radius: 5px;
}
.recepcionLst .webix_list_item.webix_selected {
  box-shadow: inset 5px 0 var(--estR_dark);
  background-color: var(--estR_dark);
  color: var(--estR_light);
  border: 1px solid var(--estR_dark);
  border-right: none;
  border-radius: 5px 0 0 5px;
  margin-right: 0;
}
.recepcion_info {
  background-color: var(--estR_dark);
}
.event-date {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

