@font-face {
  font-family: 'Roboto-Medium'; /*a name to be used later*/
  src: url('../fonts/Roboto/Roboto-Medium.ttf'); /*URL to font*/
}

@font-face {
  font-family: 'Roboto-Regular'; /*a name to be used later*/
  src: url('../fonts/Roboto/Roboto-Regular.ttf'); /*URL to font*/
}
@font-face {
  font-family: 'FiraSans-ExtraLight'; /*a name to be used later*/
  src: url('../fonts/Fira_Sans/FiraSans-ExtraLight.ttf'); /*URL to font*/
}

@font-face {
  font-family: 'FiraSans-Regular'; /*a name to be used later*/
  src: url('../fonts/Fira_Sans/FiraSans-Regular.ttf'); /*URL to font*/
}

.navbar-fixed-top.tarjetas {
  background: #32145C;
  background: -moz-linear-gradient(left, #32145C 0%, #3A1445 100%);
  background: -webkit-linear-gradient(left, #32145C 0%,#3A1445 100%);
  background: linear-gradient(to right, #32145C 0%,#3A1445 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32145C', endColorstr='#3A1445',GradientType=1);
}

.navbar-static-top.menu-product.tarjetas {
  background: #4e15a5;
  background: -moz-linear-gradient(left, #4e15a5 0%, #5e1475 100%);
  background: -webkit-linear-gradient(left, #4e15a5 0%,#5e1475 100%);
  background: linear-gradient(to right, #4e15a5 0%,#5e1475 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e15a5', endColorstr='#5e1475',GradientType=1 );
}

.nav.navbar-nav.no-overflow-y.tarjetas > li > a {
  background-color: transparent;
  color: #606060 !important;
}

  .nav.navbar-nav.no-overflow-y.tarjetas > li > a:hover {
      background-color: transparent;
      color: #00A4FF !important;
  }

  .nav.navbar-nav.no-overflow-y.tarjetas > li > a.active {
      background-color: transparent;
      -webkit-box-shadow: inset 0px -5px 0px 0px #00A4FF;
      -moz-box-shadow: inset 0px -5px 0px 0px #00A4FF;
      box-shadow: inset 0px -5px 0px 0px #00A4FF;
      color: #00A4FF !important;
  }

.ul-style-none {
  list-style-type: none;
}

.color-black {
  color: black;
  margin-bottom: 0;
}

.div-vertical-scroll {
  overflow-y: scroll;
  width: 540px;
  height: 153px;
}

.client-search-div-result {
  padding-left: 0;
  background-color: #FFFFFF;
  width: 538px;
  margin-left: 109px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.25);
  text-align: left;
}

.client-search-div-result-adicionales {
  padding-left: 10px !important;
  background-color: #FFFFFF;
  width: 475px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.25);
  text-align: left;
}

.client-search-ul {
  padding: 0;
  padding-left: 5px;
  background-color: #FFFFFF;
  width: 500px;
  margin: 7px;
  cursor: pointer;
}

.client-search-icon {
  font-size: 25px;
  float: left;
  margin-right: 15px;
  margin-top: 2px;
  margin-left: 3px;
}

.li-client-search {
  border-bottom: lightgray 1px solid;
  margin-bottom: 5px;
  width: 500px;
}

.div-client-search-image {
  padding-top: 20px;
  height: 450px;
  background-image: url('../images/backgroundinicio.gif');
}

.color-white {
  color: #FFFFFF;
}

.div-client-search {
  text-align: center;
  padding: 10%;
}

.client-search-label-primary {
  font-family: 'Roboto-Medium';
  font-size: 16px;
  color: #141414;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
}

.client-search-label-secondary {
  font-family: 'Roboto-Regular';
  font-size: 14px;
  color: #606060;
  font-weight: 400;
  margin: 0;
  cursor: pointer;
}

.padding-10 {
  padding: 10px;
}

.color-persona-fisica {
  color: #00A5FF
}

.color-persona-juridica {
  color: #4e15a5
}

.client-search-tipo-persona {
  clear: both;
  float: left;
  font-size: 12px;
  margin-left: 2px;
  font-weight: 400;
}

.client-search-button {
  height: 50px !important;
  margin-top: -2px;
  width: 57px;
  border-radius: 0 2px 2px 0 !important;
  color: #FFFFFF;
  font-size: 20px !important;
  padding: 0 !important;
}

.confirm-solicitud-div-limite-exedido {
  border: 1px solid red;
  width: 271px;
  float: right;
  margin-right: 7px;
}

.float-right {
  float: right;
}

.modal-react-example-css {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -221px;
  margin-left: -448px;
  border: 1px solid rgb(204, 204, 204);
  background: rgb(255, 255, 255);
  overflow: auto;
  border-radius: 4px;
  outline: none;
  padding: 20px;
  width: 901px;
  height: 500px;
}
.modal-react-info-cliente {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -221px;
  margin-left: -448px;
  border: 1px solid rgb(204, 204, 204);
  background: rgb(255, 255, 255);
  overflow: auto;
  border-radius: 4px;
  outline: none;
  padding: 20px;
  width: 901px;

}

.modal-react-example-css-2 {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -250px;
  border: 1px solid rgb(204, 204, 204);
  background: rgb(255, 255, 255);
  overflow: auto;
  border-radius: 4px;
  outline: none;
  padding: 20px;
  width: 615px;
  height: 375px;
}

.modal-react-example-css-3 {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -250px;
  border: 1px solid rgb(204, 204, 204);
  background: rgb(255, 255, 255);
  overflow: auto;
  border-radius: 4px;
  outline: none;
  padding: 20px;
  width: 615px;
  height: 545px;
}

.modal-react-example-css-4 {
  vertical-align: middle;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -250px;
  border: 1px solid rgb(204, 204, 204);
  background: rgb(255, 255, 255);
  overflow: auto;
  border-radius: 4px;
  outline: none;
  padding: 20px;
  width: 445px;
  height: 115px;
}

.modalConfirmadorSolicitud {
  position: absolute;
  left:538px;
  background-color: white;
  width: 445px;
  height: 150px;
  overflow: hidden;
  outline: 0;
  z-index: 498;
  background-color: transparent;
  padding-top:3px;
}

.modalConfirmadorSolicitud-eliminaSolicitud {
  position: absolute;
  left: 518px;
  background-color: white;
  width: 445px;
  height: 150px;
  overflow: hidden;
  outline: 0;
  z-index: 498;
  background-color: transparent;
  padding-top: 3px;
}



.flechaModalConfirmador {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  margin-bottom: 0px;
  padding-bottom: 0px;
  float: right;
  position: absolute;
  left: 410px;
  z-index: 499;
}

.bordeFlechaModalConfirmador {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #4a4a4a;
  margin-bottom: 0px;
  padding-bottom: 0px;
  float: right;
  position: absolute;
  left: 409.5px;
  top: 1px;
}
.rectanguloConfirmador {
  width: 445px;
  height: 115px;
  background-color: #ffffff;
  position: relative;
  top: 10px;
  border: solid 1px #4a4a4a;
}

.footerConfirmador {
  background-color: #d8d8d8;
  height: 63px;
  border-top: solid 1px #bec0c3;
  text-align:center;
}

.footerConfirmador > button{
  height:30px !important;
}

.headerConfirmador {
  height: 50px;
  font-family: Roboto-Regular;
  font-size: 16px;
  text-align: center;
  padding-top:15px;
}

.tooltip.bottom .tooltip-arrow,
.white-tooltip + .tooltip > .tooltip-inner {
 font-family:Roboto-Regular;
 font-size:12px;
}


.conSaltoLinea + .tooltip {
  white-space: pre-line;
}

.conSaltoLinea{
  white-space:pre-line;
}


.italic-row {
  font-style: italic;
}


.ReactModal__Overlay {
  background-color: rgba(34, 34, 34, 0.75) !important;
}


.data-list-tarjetas {
  position: absolute;
  background-color: white;
  padding: 10px;
  border: 1px solid black;
  z-index: 1;
  margin: 0;
  margin-top: 2px;
}

  .data-list-tarjetas:hover {
      background-color: #cce5ff;
      -moz-box-shadow: 5px 5px 2px #888888;
      -webkit-box-shadow: 5px 5px 2px #888888;
      box-shadow: 5px 5px 2px #888888;
  }

  .data-list-tarjetas .gray {
      color: gray;
  }


.none-text-decoration {
  text-decoration: none !important;
}

.slider-tarjetas {
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 1000px;
  -webkit-transition-property: all;
  -webkit-transition-duration: 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.5, 1);
  -moz-transition-property: all;
  -moz-transition-duration: 1.5s;
  -moz-transition-timing-function: cubic-bezier(0.5, 1, 0.5, 1);
  -ms-transition-property: all;
  -ms-transition-duration: 1.5s;
  -ms-transition-timing-function: cubic-bezier(0.5, 1, 0.5, 1);
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.5, 1);
  /*background: pink;
  height: 200px;
  width: 200px;*/
}

  .slider-tarjetas.closed {
      max-height: 0;
      -webkit-transition-duration: .5s;
      -moz-transition-duration: .5s;
      -ms-transition-duration: .5s;
      transition-duration: .5s;
  }

.td-tarjetas-no-pad-border {
  padding: 0 !important;
  border: none;
}

.td-tarjetas-no-pad {
  padding: 0 !important;
}

.popup-tarjetas-bloqueo .dropdown-menu {
  width: 300px;
  padding: 0;
}

.popup-tarjetas-bloqueo .container-estado {
  width: 80px;
  /*height: 23px;*/
  text-align: center;
  background-color: transparent;
}

  .popup-tarjetas-bloqueo .container-estado > label {
      font-family: Roboto-Regular;
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 0.5px;
  }

  .popup-tarjetas-bloqueo .container-estado.sin-novedad {
      background-color: #606060;
  }

      .popup-tarjetas-bloqueo .container-estado.sin-novedad > label {
          color: #ffffff;
      }

  .popup-tarjetas-bloqueo .container-estado.novedad {
      background-color: white;
      border: solid 1.5px #00a5ff;
  }

      .popup-tarjetas-bloqueo .container-estado.novedad > label {
          color: #00a5ff;
      }

.popup-tarjetas-bloqueo .dropdown-menu .top-popup {
  padding: 10px;
}

.popup-tarjetas-bloqueo .dropdown-menu .bottom-popup {
  background-color: #d8d8d8;
  border-top: 1px solid #bec0c3;
  padding: 6px 10px;
}

  .popup-tarjetas-bloqueo .dropdown-menu .bottom-popup .btn-cta {
      margin-left: 5px;
  }

.error-validacion {
  -moz-box-shadow: 0 0 8px red !important;
  -webkit-box-shadow: 0 0 8px red !important;
  box-shadow: 0 0 8px red !important;
}

/*******************Color*******************/
/*green*/
.green {
  color: #13CE66;
}

  /*green hover hand*/
  .green:hover {
      cursor: pointer;
      color: #13CE66;
  }

/*white green*/
.white-green {
  color: white;
  background-color: #13CE66;
}

  /*white green hover hand*/
  .white-green:hover {
      cursor: pointer;
      color: white;
  }

/*red*/
.red {
  color: #EF3037;
}

  /*red hover hand*/
  .red:hover {
      cursor: pointer;
      color: #EF3037;
  }

/*white red*/
.white-red {
  color: white;
  background-color: #EF3037;
}

  /*white red hover hand*/
  .white-red:hover {
      cursor: pointer;
      color: white;
  }
/********************************************/

/*****************Container******************/
/*with pencil*/
.container-with-pencil-confirm {
  position: relative;
  border: 1px solid #00A5FF;
  cursor: pointer;
  content: "\e61c";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

  .container-with-pencil-confirm:hover::after {
      content: "\e61c";
      font-family: 'themify';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 7px;
      right: 7px;
  }
/********************************************/

/*******************Modal********************/
/*marco principal*/
.modal-news-modifications {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 57%;
  margin-top: -221px;
  margin-left: -448px;
  width: 649px;
  height: 350px;
  border: solid 0.8px #606060;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: -2.6px 1.5px 8px 0 rgba(5, 3, 5, 0.25);
}

/*label superior rectangulo*/
.modal-news-modifications-label-superior-rectangle {
  line-height: 85px;
  text-align: left;
  font-family: FiraSans-ExtraLight;
  font-size: 28px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.04;
  letter-spacing: normal;
  text-align: left;
  color: #141414;
}

/*rectangulo superior*/
.modal-news-modifications-superior-rectangle {
  width: 649px;
  height: 76px;
  background-color: #f0f4f7;
}

/*linea divisoria superior*/
.modal-news-modifications-superior-line {
  width: 649px;
  height: 1px;
  background-color: #b6b6b7;
}

/*rectangulo central*/
.modal-news-modifications-central-rectangle {
  width: 649px;
  height: 198px;
  background-color: #f0f4f7;
}

.modal-news-modifications-label-col1-central-rectangle {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #606060;
}

.modal-news-modifications-label-col2-central-rectangle {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #606060;
}

.modal-news-modifications-label-col11-central-rectangle {
  font-family: Roboto;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #606060;
}

.modal-news-modifications-label-col22-central-rectangle {
  font-family: Roboto;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #606060;
}


/*button aceptado celeste*/
.modal-news-modifications-button-lightblue-central-rectangle {
  width: 95px;
  height: 23px;
  background-color: #03a6ff;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  padding-top:4px;
}

/*button aceptado gris claro*/
.modal-news-modifications-button-lightgray-central-rectangle {
  width: 95px;
  height: 23px;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: #b6b6b7;
  color: #ffffff;
  padding-top: 4px;
}

/*button aceptado gris oscuro*/
.modal-news-modifications-button-stronggray-central-rectangle {
  width: 95px;
  height: 23px;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: #606060;
  color: #ffffff;
  padding-top: 4px;
}

/*button aceptado verde claro*/
.modal-news-modifications-button-lightgreen-central-rectangle {
  width: 95px;
  height: 23px;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: #15ce67;
  color: #ffffff;
  padding-top: 4px;
}

/*button aceptado rojo claro*/
.modal-news-modifications-button-lightred-central-rectangle {
  width: 95px;
  height: 23px;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: #f05353;
  color: #ffffff;
  padding-top: 4px;
}

/*button aceptado naranja*/
.modal-news-modifications-button-orange-central-rectangle {
  width: 95px;
  height: 23px;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: #ff5400;
  color: #ffffff;
  padding-top: 4px;
}

/*button aceptado gris*/
.modal-news-modifications-button-gray-central-rectangle {
  width: 95px;
  height: 23px;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: #606060;
  color: #ffffff;
  padding-top: 4px;
}

/*button aceptado verde oscuro*/
.modal-news-modifications-button-stronggreen-central-rectangle {
  width: 95px;
  height: 23px;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: #24412c;
  color: #ffffff;
  padding-top: 4px;
}

/*button aceptado verde*/
.modal-news-modifications-button-green-central-rectangle {
  width: 95px;
  height: 23px;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: #0c7a3d;
  color: #ffffff;
  padding-top: 4px;
}

/*button aceptado bordo*/
.modal-news-modifications-button-board-central-rectangle {
  width: 95px;
  height: 23px;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: #a81818;
  color: #ffffff;
  padding-top: 4px;
}

/*button aceptado coral*/
.modal-news-modifications-button-coral-central-rectangle {
  width: 95px;
  height: 23px;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: #f05353;
  color: #ffffff;
  padding-top: 4px;
}

/*button violeta raro*/
.modal-news-modifications-button-violet-central-rectangle {
  width: 95px;
  height: 23px;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: #B22361;
  color: #ffffff;
  padding-top: 4px;
}

/*Posicion del label estados de la cuenta corriente*/
.position-label {
  position: relative;
  left: 57px;
}

/*tipografia de letra dentro de button aceptado, rechazado, etc*/
.modal-news-modifications-label-tipografy-central-rectangle {
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  line-height: 0.5;
  text-align: center;
  color: #ffffff;
}

/*tipografia de letra dentro label estados */
.label-tipografy-estados {
  font-family: Roboto-Regular;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  position: relative;
  top: 4px;
}

/*linea divisoria inferior*/
.modal-news-modifications-inferior-line {
  width: 649px;
  height: 1px;
  background-color: #b6b6b7;
}

/*boton gris*/
.modal-news-modifications-button-grey {
  width: 96px;
  height: 35px;
  border-radius: 2.5px;
  background-color: #ffffff;
  border: solid 0.8px #b6b6b7;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #606060;
}

/*rectangulo inferior*/
.modal-news-modifications-inferior-rectangle {
  width: 649px;
  height: 74px;
  background-color: #d8d8d8;
}
/********************************************/


/********************************************/
.container-panel {
  height: 70px;
  margin-top: 10px;
}

  .container-panel.con-novedad {
      height: 125px;
  }

  .container-panel.sin-descripcion {
      height: 40px;
  }

  .container-panel.con-novedad.sin-descripcion {
      height: 80px;
  }

  .container-panel .mode-view .leyenda-novedad {
      background: transparent;
      font-family: Roboto-Light;
      font-size: 12px;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: -0.2px;
      color: #515151;
  }

.edit-panel-lapiz {
  padding: 4px 50px 4px 6px;
  position: relative;
}

  .edit-panel-lapiz.no-padding-bottom {
      padding-bottom: 0;
  }

  .edit-panel-lapiz.auto-ajuste {
      display: table;
  }

  .edit-panel-lapiz:hover {
      -moz-box-shadow: inset 0px 0px 0px 1px #b6b6b7;
      -webkit-box-shadow: inset 0px 0px 0px 1px #b6b6b7;
      box-shadow: inset 0px 0px 0px 1px #b6b6b7;
      cursor: pointer;
  }

      .edit-panel-lapiz:hover::after {
          content: "\e61c";
          font-family: 'themify';
          font-weight: normal;
          position: absolute;
          right: 7px;
          color: black;
          top: 4px;
      }

  .edit-panel-lapiz.con-novedad,
  .edit-panel-lapiz.con-novedad:hover {
      -moz-box-shadow: inset 0px 0px 0px 1px #00a5ff;
      -webkit-box-shadow: inset 0px 0px 0px 1px #00a5ff;
      box-shadow: inset 0px 0px 0px 1px #00a5ff;
  }

.fila-con-espacio {
  padding-top: 20px;
  padding-bottom: 20px;
}

.boton-base-confirmador {
  width: 35px;
  height: 28px;
  border-radius: 1.6px;
  background-color: #ffffff;
  border: solid 0.8px #b6b6b7;
  position: relative;
  float: left;
  margin-left: 5px;
}

  .boton-base-confirmador.invertido.aprobado {
      background-color: #13ce66;
  }

  .boton-base-confirmador.invertido.rechazado {
      background-color: #ed1c24;
  }

  .boton-base-confirmador .base-icon {
      position: absolute;
      font-size: 23px;
      top: 1px;
      right: 2px;
  }

      .boton-base-confirmador .base-icon.icon-confirmado::before {
          color: #13ce66;
      }

      .boton-base-confirmador .base-icon.icon-denegado::before {
          color: #ed1c24;
      }

  .boton-base-confirmador.invertido .base-icon.icon-confirmado::before,
  .boton-base-confirmador.invertido .base-icon.icon-denegado::before {
      color: white;
  }

.dropdown-popup {
  width: 400px;
}
/********************************************/
/********************************************/
/**/
.news-word-rectangle {
  width: 36px;
  height: 9px;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: left;
  color: #00a5ff;
}

.news-word-rectangle-grey-light {
  width: 36px;
  height: 9px;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: left;
  color: #606060;
}

.news-word-rectangle-grey-dark {
  width: 36px;
  height: 9px;
  font-family: Roboto-Regular;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: left;
  color: #B7B7B8;
}

/**/
.news-mayor-rectangle {
  width: 53px;
  height: 19px;
  border-radius: 0.3px;
  background-color: #d4edff;
  border: solid 1px #00a5ff;
  line-height: 0;
  padding-left: 8px;
}

/**/
.news-mayor-rectangle-grey-light {
  width: 53px;
  height: 19px;
  border-radius: 0.3px;
  background-color: #B7B7B8;
  border: solid 1px #606060;
  line-height: 0;
  padding-left: 8px;
}

/**/
.news-mayor-rectangle-grey-dark {
  width: 53px;
  height: 19px;
  border-radius: 0.3px;
  background-color: #606060;
  border: solid 1px #B7B7B8;
  line-height: 0;
  padding-left: 8px;
}

/**/
.news-menor-rectangle {
  width: 22px;
  height: 19px;
  background-color: #d4edff;
  border: solid 1px #00a5ff;
  line-height: 0;
  padding-left: 8px;
}

.news-padding {
  padding-top: 8px;
}

/********************************************/
/**/
.tarjetas .modal-dialog {
  width: initial !important;
}

.tarjetas .modal-content.novedad-info {
  width: 649px;
  min-height: 150px;
}

  .tarjetas .modal-content.novedad-info .modal-body {
      background-color: #f0f4f7;
  }

      .tarjetas .modal-content.novedad-info .modal-body .label-central {
          background-color: transparent;
          font-family: Roboto-Regular;
          font-size: 14px;
          font-weight: 500;
          font-style: normal;
          font-stretch: normal;
          letter-spacing: normal;
          text-align: left;
          color: #606060;
      }

      .tarjetas .modal-content.novedad-info .modal-body .label-central-small {
          background-color: transparent;
          font-family: Roboto-Regular;
          font-size: 12px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          letter-spacing: normal;
          text-align: left;
          color: #606060;
      }

      .tarjetas .modal-content.novedad-info .modal-body .div-rectangulo {
          width: 95px;
          height: 23px;
          font-size: 12px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          letter-spacing: 0.5px;
          text-align: center;
          color: #ffffff;
          line-height: 2;
      }

          .tarjetas .modal-content.novedad-info .modal-body .div-rectangulo.completada {
              background-color: #03a6ff;
          }

          .tarjetas .modal-content.novedad-info .modal-body .div-rectangulo.confirmada {
              background-color: #13ce66;
          }

          .tarjetas .modal-content.novedad-info .modal-body .div-rectangulo.denegada {
              background-color: #ed1c24;
          }

          .tarjetas .modal-content.novedad-info .modal-body .div-rectangulo.reg-inicial {
              background-color: #bfbfbf;
          }

          .tarjetas .modal-content.novedad-info .modal-body .div-rectangulo.div-rectangulo.aceptada {
              background-color: #15ce67;
          }

          .tarjetas .modal-content.novedad-info .modal-body .div-rectangulo.div-rectangulo.rechazada {
              background-color: #a81818;
          }

          .tarjetas .modal-content.novedad-info .modal-body .div-rectangulo.aceptada-administradora {
              background-color: #03a6ff;
          }

          .tarjetas .modal-content.novedad-info .modal-body .div-rectangulo .rectangulo-label {
              font-family: Roboto-Regular;
              font-size: 12px;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              letter-spacing: 0.5px;
              line-height: 0.5;
              text-align: center;
              color: #ffffff;
          }

/*Se sobreescribe con important el background de las filas de la tabla, ya que se hizo generico en un lugar donde no corresponde*/
/*tr:nth-child(odd) {
  background: transparent !important;
}*/

/*Nueva Solicitud Delivery*/
.NuevaSolicitudTitle h1 {
  margin-bottom: 0px;
}

.NuevaSolicitudTabla {
  margin-bottom: 30px;
  width: 90%;
}

.NuevaTarjetaFormTitle {
  margin: 0;
  display: inline-flex;
}

.NuevaTarjetaForm, .NuevaSolicitudConfirmar {
  margin-top: 50px;
}

.NuevaSolicitudConfirmar {
  margin-bottom: 50px;
}

.BotonCancelar {
  margin-left: 5%;
  margin-right: 60%;
}

.ancho-de-combo {
  width: 450px;
}

.BotonGuardar {
  margin-right: 20px;
}

.nuevasolicitud-boton-agregar-tarjeta {
  margin-top: 30px;
}

.NuevaTarjetaFormDropdown {
  margin-bottom: 30px;
  margin-top: 30px;
}

.NuevaTarjetaFormTipoVinculacion {
  margin-bottom: 30px;
  width:600px;
}


.NuevaTarjetaFormTipo, .NuevaTarjetaFormDomicilio, .NuevaTarjetaFormLimite {
  margin-bottom: 30px;
}

.EditIcon {
  padding-left: 7px;
}

.NuevaTarjetaFormDropdown, .NuevaTarjetaFormDomicilio, .NuevaTarjetaFormTipo {
  width: 450px;
}

.nuevasolicitud-form-alta {
  border: #d5d5d5 2px solid;
  padding: 20px;
  width: 749px !important;
}

.color-header-numero-cuenta {
  color: #00a5ff;
}

.bto-finalizar-solicitud {
  margin-right: 20px;
}

.quitar-margen {
  margin: 0;
}

.div-danger {
  width: 87px;
  text-align: center;
  color: white;
  background-color: #ef5452;
  height: 20px;
  float: right;
}

.div-danger-2 {
  width: 87px;
  text-align: center;
  color: white;
  background-color: #ef5452;
  height: 20px;
  /*float: right;*/
}

.div-warning {
  width: 87px;
  text-align: center;
  color: white;
  background-color: #4d4340;
  height: 20px;
  float: right;
}

.div-warning-2 {
  width: 87px;
  text-align: center;
  color: white;
  background-color: #4d4340;
  height: 20px;
  /*float: right;*/
}

.div-active {
  width: 87px;
  text-align: center;
  color: white;
  background-color: #13ce65;
  height: 20px;
  float: right;
  margin-bottom: 14px;
}

.div-active-2 {
  width: 87px;
  text-align: center;
  color: white;
  background-color: #13ce65;
  height: 20px;
  /*float: right;*/
  margin-bottom: 14px;
}

.div-active-d {
  width: 160px;
  text-align: center;
  color: white;
  background-color: #13ce65;
  height: 20px;
  border-radius: 3px;
}

.div-content-active {
  width: 150px;
  height: 30px;
  margin-top: -7px;
  float: right;
}

  .div-content-active p {
      font-size:15px;
      margin: 0;
  }

  .div-new {
      width: 87px;
      text-align: center;
      background-color: #d4eeff;
      height: 20px;
      float: right;
      color: #04a5ff;
      border: #04a5ff 1px solid;
  }

/*tr:nth-child(odd) {
  background: #ebebeb;
}*/

.rc-table th {
  background: #d8d8d8;
  color: #606060;
}

.label-cuit {
  margin-top: 10px;
}

.NuevaSolicitud-table {
  width: 749px !important;
}

.hand-pointer {
  cursor: pointer !important;
}

.breadcrumbNew {
  padding: 0px 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  font-family: FiraSans-Regular;
  font-size: 18px;
  font-stretch: normal;
}


.breadcrumbNewText {
  font-family: FiraSans-Regular;
  font-size: 18px;
  font-stretch: normal;
}

.breadcrumbNew > li {
  display: inline-block;
  font-family: FiraSans-Regular;
  font-size: 18px;
  font-stretch: normal;
}

.breadcrumbNew > li + li:before {
  width: 9px;
  height: 15px;
  margin-left: 8px;
  margin-right:8px;
  color: #018ecc;
  content: "\003E";
}

.breadcrumbNew > .active {
  color: #777;
}

.seleccionMarcaContainer {
  width: 984px;
}

.tipoEmpNew{
  font-family:Roboto-Light;
  font-size:16px;
}


/*FIN Nueva Solicitud Delivery*/
/*Seleccionar Cuenta Delivery*/
.DatosMenuContainer {
  margin-right: 40px;
  border-right: 1px solid gainsboro;
}

.rowTextVistaCliente {
  font-family: Roboto-Regular;
  font-weight:normal;
  color: #141414;
  margin-top:0px;
  margin-bottom:0px;
  font-size:13px;
}

.tdSolicitudes {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}


.rowBordersVistaCliente {
  border: solid 1px #b6b6b7;
}

.rowBordersVistaClienteNoSides {
  border-top: solid 1px #b6b6b7;
  border-bottom: solid 1px #b6b6b7;
  height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: middle !important;
}

.rowBordersVistaClienteNoSides > label {
  margin-top: 0px;
  margin-bottom:0px;
  font-size:13px;
  font-family: Roboto-Regular;
}

.rowBordersVistaClienteNoSides {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  font-family: Roboto-Regular;
}

.rowTipoEmpresa{
  height: 53px;
  padding-top:21px
}

.etiquetaCeleste {
  border: 1px solid #00a5ff;
  background-color: #d4edff;
  color: #00a5ff;
  text-align: center;
  padding-left: 3px;
  font-size: 12px;
  width: 86px;
  height: 19px;
}


.DetalleHeading {
  padding: 10px;
  width: 746px;
  margin: 0;
  height: 40px;
  background-color: #e9e9e9;
  border-bottom: #d9d9d9 1px solid;
  color: #606060;
  margin-bottom: 10px;
}

.DatosPantallaContainer {
  width: 1000px;
}

.IconContainer {
  margin-left: 50%;
}

.IconContainerTarjetas {
  float: right;
}

.Icon-PDF {
  margin-left: 10px;
}

.label-select-menu {
  margin-left: 10px;
}

.div-combos {
  width: 300px;
}

.div-image-label-select-menu {
  width: 25px;
  margin-right: 0px;
}

.div-image-label-select-menu2 {
  height: 40px !important;
  float: left;
}

.CheckboxField > input {
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0;
}

.SeleccionCuenta {
  margin-top: 25px;
}

.CuentaSeleccion {
  width: 300px;
}

.CuentaInfo {
  font-size: 12px;
  margin-left: 17px;
  height: 20px;
  margin-top: 5px;
}

.CuentaSeleccionContainer {
  display: flex;
}

.TableChecked .ParentCheck.UnCheckedField {
  display: none
}

.TableUnchecked .ParentCheck.CheckedField {
  display: none
}

.IconHistory, .IconTrash {
  margin-left: 20px;
}

.InputEditable {
  border: 1px solid gainsboro !important;
  text-decoration: none;
}

  .InputEditable, .InputEditable:hover, .InputNormal, .InputNormal:hover {
      text-decoration: none !important;
  }

      .InputEditable .EditIcon {
          visibility: visible;
          margin-left: 5px;
      }

      .InputNormal .EditIcon {
          visibility: hidden;
      }

.LabelApoderadoEstado {
  margin-left: 20px;
  font-size: 15px !important;
}

.EditableDropdown {
  width: 300px !important;
  display: inline !important;
}

.RadioInput {
  width: 16px;
  height: 16px;
  display: inline;
  vertical-align: sub;
}

.EditNotice.Normal p {
  color: #337ab7;
}

.EditNotice.Text p {
  color: gray;
  cursor: default;
}

.DeleteNotice {
  border: 1px solid black;
  margin-bottom: 17px;
  padding: 7px;
  box-shadow: 7px 7px lightgrey;
}

  .DeleteNotice .DeleteIcon {
      margin-left: 43%;
      display: inline;
  }

.TablaSolicitudesPendientes {
  margin-bottom: 50px;
}

.btn-nueva-cuenta {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-datos-generales-header {
  width: 400px;
  height:50px;
}

.div-volver-al-listado {
  border-bottom: gainsboro 1px solid;
  width: 168px;
  margin: 0;
  text-align: center;
}

.div-cuenta-detalle {
  padding: 7px;
  border-bottom: gainsboro 1px solid;
  padding-left: 26px;
}

.div-menu-cuenta-tarjeta1 {
  padding: 7px;
}

.div-menu-cuenta-tarjeta2 {
  padding-left: 20px;
}

.div-historial-movimiento {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.table-detalle-apoderado {
  width: 595px !important;
}

.table-vinculacion-cuenta {
  width: 745px !important;
}

.table-vinculacion-nueva-tarjeta {
  width: 650px !important;
}

.btn-asignar-cuenta-margen {
  margin-top: 15px !important;
}

.ddl-reimprimir {
  height: 88px !important;
}

.ancho-mensaje-alerta {
  width: 595px !important;
}


.rc-dropdown-menu-item-active {
  background-color: #79cfff !important;
  cursor: pointer;
}

.rc-dropdown-menu-item {
  height: 40px !important;
}

a.NuevaTarjeta {
  font-size: 16px;
  font-weight: 500;
  color: #00a5ff;
  outline: none;
  text-decoration: none;
  font-family: 'Roboto-Medium';
  cursor: pointer;
}

  a.NuevaTarjeta span {
      font-size: 21px;
      vertical-align: middle;
      margin-bottom: 3px;
  }

.div-pendiente2 {
  width: 87px;
  text-align: center;
  color: white;
  background-color: #00bcd4;
  height: 20px;
  float: right;
}

.div-error2 {
  width: 87px;
  text-align: center;
  color: white;
  background-color: #f44336;
  height: 20px;
  float: right;
}


.div-en-tramite2 {
  width: 87px;
  text-align: center;
  color: white;
  background-color: #8bc34a;
  height: 20px;
  float: right;
}

.div-pendiente {
  width: 87px;
  text-align: center;
  color: white;
  background-color: #00bcd4;
  height: 20px;
  float: left;
}

.div-pendiente-2 {
  width: 87px;
  text-align: center;
  color: white;
  background-color: #00bcd4;
  height: 20px;
  float: left;
}

.div-error {
  width: 87px;
  text-align: center;
  color: white;
  background-color: #f44336;
  height: 20px;
  float: left;
}


.div-en-tramite {
  width: 87px;
  text-align: center;
  color: white;
  background-color: #8bc34a;
  height: 20px;
  float: left;
}

.div-en-tramite-2 {
  width: 87px;
  text-align: center;
  color: white;
  background-color: #8bc34a;
  height: 20px;
  /*float: left;*/
}

.AcountLink {
  color: #141414;
  font-family: 'Roboto-Medium';
  font-weight: 500;
}

table {
  border-radius: 2px;
}

.CreditCardIcon {
  font-size: 16px;
  vertical-align: middle;
}

.label {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
}

.rc-table-row-level-1 td {
  border-bottom: 1px solid red;
}

.RowText {
  font-size: 16px;
  color: #606060;
  font-weight: 500;
  font-family: 'Roboto-Medium';
}

.StatusBadgeRow {
  letter-spacing: 1px;
  font-family: 'Roboto-Light';
  font-weight: 400;
  border-radius: 1px;
  font-size: 12px;
}

.ParentRowColumn {
  font-weight: 500;
}

.CreditCardLink:hover {
  text-decoration: none;
}

.rc-table th {
  background-color: #d8d8d8;
  font-size: 14px;
  font-family: 'Roboto-Medium';
  font-weight: 500;
}

.TarjetasTitle {
  margin-bottom: 20px;
}

.ContactoDiv {
  margin-top: 20px;
  font-family: 'Roboto-Regular';
  font-weight: 600;
}

.ContactoTitle {
  margin-bottom: 3px;
  margin-left: 0px;
}

.Divider {
  margin-top: 0px;
  border: none;
  height: 0.5px;
  color: #d8d8d8;
  background-color: #d8d8d8;
  margin-bottom: 15px;
}

.ButtonDialogPersona {
  margin-right: 90%;
}

.MailLink {
  font-family: 'Roboto-Medium';
  font-size: 16px;
  font-weight: 500;
  color: #00a5ff;
  text-decoration: none;
  margin-bottom: 20px;
}

  .MailLink:hover {
      text-decoration: none;
  }

.CorreoTitle {
  margin-bottom: 0px;
  font-size: 14px;
}

.Personeria {
  font-family: 'Roboto-Regular';
  font-weight: 400;
}

.ClienteTipoTitle {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto-Medium';
  color: #646464;
}

.TelefonoText, .DomicilioText, .CorreoTitle {
  font-family: 'Roboto-Medium';
  font-size: 14px;
  font-weight: 500;
  color: #606060;
  margin-bottom: 0px;
}

.FieldValue {
  font-size: 16px;
  font-weight: 400;
  color: #141414;
  font-family: 'Roboto-Regular';
}

.bordeado {
  text-align: center;
  border: 1px solid #b6b6b7
}

.rc-dialog-footer {
  background-color: #d8d8d8;
  border-top: 1px solid #b6b6b7
}

.rc-dialog-content {
  border-radius: 2px;
}

.Telefono2Container {
  border-left: 1px solid gainsboro;
  padding-left: 13px;
  margin-left: -42px;
}

.ClienteDialogTitle {
  margin-top: 0px;
  margin-bottom: 0px;
}

.CloseDialogCross {
  margin-left: 190px;
  font-size: 18px;
  color: #606060;
  cursor: pointer;
}

  .CloseDialogCross:hover {
      color: #141414;
  }

.ClienteDialogContainer, .ClienteDialogTitle {
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.Domicilios, .Telefonos {
  margin-top: 20px;
}

.DomicilioParticular {
  border-left: 1px solid #d8d8d8;
  padding-left: 13px;
}

.DomicilioLegal {
  margin-right: 40px;
}

.rc-dialog-mask {
  background-color: rgba(20, 20, 20, 0.8);
}

.rc-table-row-level-0 {
  background-color: #ebebeb;
  height: 20px;
}

.rc-table-row-level-1 {
  vertical-align: bottom;
}

  .rc-table-row-level-1 > td > div > p.AcountLink.RowNumberChild {
      font-size: 12px;
      color: #b6b6b7;
      margin-bottom: -5px;
  }

  .rc-table-row-level-1 td p {
      color: #606060;
  }

  .rc-table-row-level-1 td:first-child {
      padding-bottom: 10px;
  }

  .rc-table-row-level-0 td, .rc-table-row-level-1 td {
      border: 0px;
  }

.rc-table tr.rc-table-row-level-1:hover {
  /*background-color: #ccedff;*/
  background-color: #ccedff;
}

.EstadoLabel {
  text-align: center;
}

.label-danger {
  background-color: #ef5452;
}

.ClienteHeader {
  margin-bottom: 20px;
}

.clienteSubtitle {
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #606060;
}

.ti-user:before {
  padding-left: 2px;
  font-size: 16px;
}

.table-style-seleccionar-cuenta {
  width: 982px !important;
  overflow: inherit !important;
}

.rc-table-thead {
  background-color: #d9d9d9;
  color: #696969
}

.row-child-style {
  background-color: white;
}

.TablaVistaCliente .rc-table-row-level-0 {
  background-color: #e3e2e2 !important;
}

.TablaVistaCliente .rc-table-row-level-1 {
  background-color: #ffffff !important;
}

.rc-table-row-expand-icon {
  color: #00a5ff !important;
  font-size: 16px !important;
  background-color: #e3e2e2 !important;
  border-color: #00a5ff !important;
  border-radius: 5px !important;
  vertical-align: middle !important;
  font-family: 'Roboto-Medium';
  border-width: 2px;
}

/*FIN Seleccionar Cuenta Delivery*/


/* Delivery Tarjetas */

.fix-checkbox-position {
  top: -6px !important;
  left: 2px !important;
}

.DropdownContentContainer {
  margin-left: 10px;
  margin-right: 10px;
  max-width: 320px;
  background-color: white;
  margin-left: -40px;
}

  .DropdownContentContainer .ClickableLabel {
      background-color: white;
      border: 1px solid black;
      width: 315px;
      height: 25px;
      padding-top: 8px;
      cursor: pointer;
  }

      .DropdownContentContainer .ClickableLabel.Selected {
          background-color: #606060;
      }

      .DropdownContentContainer .ClickableLabel:hover {
          background-color: gainsboro;
      }

  .DropdownContentContainer .CambiarEstadoHeader {
      width: 330px;
      height: 50px;
      background-color: #d8d8d8;
  }

  .DropdownContentContainer .CambiarEstadoClose {
      margin-left: 300px;
  }

  .DropdownContentContainer .Productos-seleccionadosText {
      width: 179px;
      height: 13px;
      font-family: 'Roboto-Light';
      font-size: 16px;
      font-weight: 500;
      text-align: left;
      color: #606060;
      margin-left: 19px;
      padding-top: 9px;
  }

  .DropdownContentContainer .Productos-seleccionados-cant > * {
      width: 27px;
      height: 13px;
      font-family: Roboto;
      font-size: 16px;
      font-weight: 500;
      text-align: left;
      color: #ffffff;
  }

  .DropdownContentContainer .Productos-seleccionados-cant {
      width: 35px;
      height: 21px;
      border-radius: 1px;
      background-color: #00a5ff;
      border: solid 1px #00a5ff;
      padding: 4px;
      color: white;
  }

  .DropdownContentContainer .CambiarTarjetasPinesText {
      width: 289px;
      height: 74px;
      font-family: 'Roboto-Light';
      font-size: 16px;
      text-align: left;
      color: #606060;
      margin-left: 14px;
      margin-bottom: 24px;
  }

  .DropdownContentContainer .TipoPlasticoCaja {
      height: 44px;
      margin-left: 0px;
      width: 330px;
      padding-left: 16px;
      font-family: 'Roboto-Light';
      font-size: 16px;
      font-weight: 500;
      text-align: left;
      color: #606060;
      cursor: default;
      margin-bottom: -11px;
      padding-top: 7px;
      padding-left: 13px !important;
      margin-bottom: 2px;
  }

      .DropdownContentContainer .TipoPlasticoCaja.Disabled {
          background-color: gainsboro;
      }

      .DropdownContentContainer .TipoPlasticoCaja.Enabled:hover {
          background-color: #ccedff;
          border: solid 1px #d8d8d8;
          padding-left: 12px !important;
          padding-top: 6px;
          margin-left: 0px !important;
          vertical-align: middle;
          margin-top: 0px;
      }

      .DropdownContentContainer .TipoPlasticoCaja .Texto1 {
          color: #00a5ff
      }

  .DropdownContentContainer .TipoPlasticoEstado {
      height: 20px;
      background-color: #606060;
      cursor: pointer;
      text-align: center;
      color: white;
      width: 112px;
      padding-left: 10px;
      padding-right: 10px;
      margin-left: 16px;
  }

  .DropdownContentContainer .EstadoACambiar {
      margin-left: -10px;
  }

  .DropdownContentContainer .FlechaDer {
      margin-left: 9px;
  }

  .DropdownContentContainer .CambioMasivoText {
      padding-left: 16px;
      margin-top: 8px;
      font-family: 'Roboto-Light';
  }

  .DropdownContentContainer .CambioMasivoButton {
      background-color: #00a5ff;
      border: 0;
  }

  .DropdownContentContainer .CambioMasivoFooter {
      background-color: #d8d8d8;
      margin-left: -16px;
      padding-left: 15px;
      height: 68px;
      width: 330px;
      margin-bottom: -20px;
      margin-top: 22px;
      padding-top: 16px;
  }

      .DropdownContentContainer .CambioMasivoFooter p {
          color: white;
      }

  .DropdownContentContainer .CambiarEstadoLabelContainer ul li {
      list-style-type: none;
      margin-left: -22px;
  }

  .DropdownContentContainer .EstadoACambiarParrafo {
      margin-left: -33px;
      padding-left: 36px;
      width: 329px;
      height: 44px;
      padding-top: 10px;
  }

      .DropdownContentContainer .EstadoACambiarParrafo.Selected {
          background-color: #ccedff;
      }

  .DropdownContentContainer .IconoVerificarVerde {
      color: #13ce66;
      margin-left: 13px;
  }

  .DropdownContentContainer .ImprimirRemitoCheckbox {
      margin-top: 14px;
      display: inline-block;
      margin-right: 6px;
      vertical-align: sub;
  }

  .DropdownContentContainer .ImprimirRemitoText {
      display: inline-block;
  }

.ProcesoContainer .InputProcesos {
  width: 308px;
  height: 30px;
  margin-bottom: 20px;
}

.ProcesoContainer .Proceso {
  border: 1px solid #ebebeb;
  width: 100px;
  height: 81px;
  color: black;
  background-color: white;
  text-align: center;
}

  .ProcesoContainer .Proceso .PrimerParrafo {
      margin-top: 15px;
      font-weight: 600;
  }

  .ProcesoContainer .Proceso:hover {
      background-color: lightgray;
  }

  .ProcesoContainer .Proceso.Selected, .Proceso.Selected:hover {
      background-color: #00a5ff;
  }

      .ProcesoContainer .Proceso.Selected p {
          color: white;
      }

.ProcesoContainer {
  margin-top: 10px;
}

  .ProcesoContainer .FilaProceso {
      display: inline-flex;
  }

.DeliveryTarjetasContainer-ProcessPicker .react-autosuggest__container--open {
  border: 2px solid #00a5ff;
  position: absolute;
  background: white;
  margin-left: -6px;
}

  .DeliveryTarjetasContainer-ProcessPicker .react-autosuggest__container--open input {
      border: 0px;
  }

.DeliveryTarjetasContainer-ProcessPicker .react-autosuggest__suggestions-list {
  list-style-type: none;
}

.DeliveryTarjetasContainer-ProcessPicker .react-autosuggest__suggestion {
  font-size: 16px;
  width: 114.5%;
  margin-left: -39px;
  text-align: center;
  cursor: pointer;
}

.DeliveryTarjetasContainer-ProcessPicker .react-autosuggest__suggestion--highlighted {
  background-color: gainsboro;
  color: white;
}

.DeliveryTarjetasContainer {
  margin-left: 20px;
  margin-right: 20px;
}

  .DeliveryTarjetasContainer .ProcesoText {
      font-family: 'Roboto-Medium';
      font-weight: 500;
  }

  .DeliveryTarjetasContainer .DeliveryTitleContainer {
      margin-bottom: 20px;
  }

  .DeliveryTarjetasContainer .InlineElement {
      display: inline-block;
  }

  .DeliveryTarjetasContainer .DeliverySearchContainer {
      margin-bottom: 20px;
      width: 105%;
  }

  .DeliveryTarjetasContainer .TarjetaCheck,
  .DeliveryTarjetasContainer .PinCheck,
  .DeliveryTarjetasContainer .SearchBoxContainer,
  .DeliveryTarjetasContainer .EstadosDropdownContainer,
  .DeliveryTarjetasContainer .TipoPlasticoDropdownContainer {
      margin-right: 5px;
  }

  .DeliveryTarjetasContainer .CambiarEstadoButton {
      margin-right: 5px;
  }

      .DeliveryTarjetasContainer .CambiarEstadoButton button {
          margin-top: -2px;
      }

  .DeliveryTarjetasContainer .TipoPlasticoDropdownContainer button {
      width: 170px;
      margin-top: -2px;
  }

  .DeliveryTarjetasContainer .EstadosDropdown {
      width: 190px;
      height: 35px;
      margin-bottom: -12px;
  }

  .DeliveryTarjetasContainer .EstadosDropdownContainer p {
      margin-bottom: 0px;
  }

  .DeliveryTarjetasContainer .ProcesosDropdownButton {
      width: 177px;
      position: relative;
      margin-top: -4.5px;
  }

  .DeliveryTarjetasContainer .ProcesosDropdownText {
      margin-top: -28px;
      position: absolute;
  }

  .DeliveryTarjetasContainer .ProcesosDropdownButton.disabled, .ProcesosDropdownButton.disabled:hover {
      background-color: #d8d8d8;
      border: 0;
      color: #606060;
  }

  .DeliveryTarjetasContainer .CheckboxField label:after {
      margin-top: 0px;
  }

  .DeliveryTarjetasContainer .CheckboxField > input {
      width: 1px;
      height: 1px;
  }

  .DeliveryTarjetasContainer .SearchBox {
      width: 250px;
      height: 35px;
      margin-bottom: -12px; /* IE ONLY */
  }

  .DeliveryTarjetas-DropdownEstadoInfo .LabelEstadoTarjetas,
  .DeliveryTarjetasContainer .LabelEstadoTarjetas {
      cursor: pointer;
      background-color: #606060;
      letter-spacing: 1px;
      font-family: 'Roboto-Light';
      font-weight: 400;
      border-radius: 1px;
      font-size: 12px;
      width: 100px;
      height: auto;
      text-align: center;
      color: white;
  }

      .DeliveryTarjetas-DropdownEstadoInfo .LabelEstadoTarjetas label,
      .DeliveryTarjetasContainer .LabelEstadoTarjetas label {
          cursor: pointer;
          text-align: center;
          color: white;
          width: 112px;
          padding-left: 10px;
          padding-right: 10px;
      }

      .DeliveryTarjetas-DropdownEstadoInfo .LabelEstadoTarjetas:hover,
      .DeliveryTarjetasContainer .LabelEstadoTarjetas:hover {
          background-color: #00a5ff;
      }

  .DeliveryTarjetasContainer .rc-table-thead {
      background-color: #ebebeb;
      height: 20px;
  }

  .DeliveryTarjetasContainer .rc-table-row-level-0 {
      background-color: white;
  }

.DeliveryTarjetas-DropdownEstadoInfo {
  width: 300px;
  margin-left: -173px;
  border: 2px solid black;
  background-color: white;
  padding: 8px;
}

.delivery-boton-buscar {
  width: 49px;
  padding: 0px !important;
  height: 32px !important;
  border-radius: 2px;
  position: fixed;
  margin-top: 24px;
}

.delivery-boton-buscar-span {
  margin-left: 3px;
}

.DeliveryTarjetasContainer-ProcessPicker {
  margin-right: 10px;
  margin-left: 10px;
}

.DeliveryTarjetasContainer-MenuDropdownEstado {
  border: 1px solid black;
  background-color: white;
  padding-bottom: 20px;
}

/* TODO: estandarizar notaci�n de CSS. */
.DeliveryTarjetasContainer .rc-table {
  width: 984px;
}

  .DeliveryTarjetasContainer .rc-table table {
      border: solid 1px #b6b6b7;
  }

.DeliveryTarjetasContainer .rc-table-body {
  background-color: #d8d8d8;
  border: 0px;
}

.DeliveryTarjetasContainer .rc-table-thead {
  height: 50px;
  border-radius: 2px;
}

.DeliveryTarjetasContainer .rc-table th, .DeliveryTarjetasContainer .rc-table td {
  padding-left: 15px;
  white-space: nowrap;
}

.DeliveryTarjetasContainer table tbody td + td + td + td + td + td,
.DeliveryTarjetasContainer table thead th + th + th + th + th + th {
  padding-right: 15px !important;
}

.DeliveryTarjetasContainer .rc-table-tbody tr td:first-child,
.DeliveryTarjetasContainer .rc-table-thead tr td:first-child {
  width: 20px;
}

.DeliveryTarjetasContainer table tbody td {
  padding-right: 0px !important;
}

.DeliveryTarjetasContainer .btn-exportar-tabla-delivery {
  width: 127px;
}

.DeliveryTarjetasContainer .ParentCheckboxContainer,
.DeliveryTarjetasContainer .ChildrenCheckbox {
  width: 20px;
}

.DeliveryTarjetasContainer .ChildCheckbox label {
  margin-top: 0px;
}

  .DeliveryTarjetasContainer .ChildCheckbox label:after {
      top: -6px;
  }

.DeliveryTarjetasContainer .ParentCheckboxContainer.Disabled label:after,
.DeliveryTarjetasContainer .ChildCheckbox.Disabled label:after {
  border: 2px solid white;
}

.DeliveryTarjetasContainer span.ti-credit-card {
  font-size: 22px;
}

.DeliveryTarjetasContainer .CambiarEstadoButton button {
  height: 35px;
}

.DeliveryTarjetasContainer .CambiarEstadoButton .Habilitado {
  background-color: #00a5ff;
}

.DeliveryTarjetasContainer .CambiarEstadoButton button.disabled, .DeliveryTarjetasContainer .CambiarEstadoButton button.disabled:hover {
  background-color: #d8d8d8;
  border: 0;
  color: #606060;
  width: 125px;
}

.DeliveryTarjetasContainer .rc-table-thead th {
  font-size: 12px;
  color: #7C7C7C;
}

.rc-dropdown-menu.rc-dropdown-menu-vertical.DeliveryTarjetas-MenuDropdownProcesosContainer {
  margin-left: -105px;
}

/* FIN Delivery Tarjetas */

/*PROCESOS SSIS*/
.div-procesos-ssis {
  margin-top: 30px;
  background-color: #9f9f9f42;
  height: 80px;
  border-radius: 2px;
  box-shadow: 1px 1px #d3d3d3;
}

.button-procesos-ssis {
  width: 210px !important;
  text-align: center;
  background-color: #00a5ff;
  color: white;
  margin-top: 22px;
  margin-left: 20px;
  box-shadow: 1px 1px #979797;
}

.div-procesos-ssis-fecha {
  float: right;
  margin-right: 15px;
  margin-top: 16px;
}

.label-procesos-ssis-fecha {
  float: right;
  font-family: 'Roboto-Light';
  font-size: 14px;
  font-weight: 800;
  color: #606060;
  background: transparent;
}
/*FIN PROCESOS SSIS*/

/*CREAR CIRCUITO ESTADOS*/
.aside-left-circuito-estados {
  margin-right: 40px;
  border: 1px solid #bababa;
  width: 225px;
  background-color: #dcdcdc;
  height: 700px;
  padding: 15px;
}

.aside-right-circuito-estados {
  width: 765px;
  background-color: #FFFFFF;
  height: 700px;
}

.button-circuito-estados {
  text-align: center;
  margin-top: 492px;
}

.combo-definicion-circuito-estados {
  width: 220px;
  margin: 0;
  float: left;
}

.label-definicion-circuito-estados {
  float: left;
  margin-top: 7px;
  margin-right: 10px;
}

.label-definicion-circuito-estados-check {
  margin-left: 30px;
  margin-top: 7px;
  margin-right: 10px;
}


.div-definir-circuito-estados {
  clear: both;
  margin-top: 20px;
  height: 35px;
}

.div-definir-circuito-estados-combos {
  height: 628px;
}

.divedicion-circuito-estados-info {
  height: 90px;
}

.divedicion-circuito-estados-table {
  height: 400px;
}

.div-definir-circuito-estados-boton {
  height: 45px;
  clear: both;
  text-align: right;
  margin-top: 37px;
}

.div-definir-circuito-estados-boton-left {
  float: left;
}

.div-padding-0 {
  padding: 0;
}

.div-estados-proximos {
  height: 135px;
}

.button-estados-anterior {
  margin-right: 15px;
}


.circuto-estado-tabla .rc-table-thead .header-style-0 {
  color: black !important;
  background-color: #ff9800 !important;
  height: 45px;
  text-align: center;
}

.circuto-estado-tabla .rc-table-thead .header-style-1 {
  color: black !important;
  background-color: #ffc107 !important;
  height: 45px;
  text-align: center;
}

.circuto-estado-tabla .rc-table-thead .header-style-2 {
  color: black !important;
  background-color: #cddc39 !important;
  height: 45px;
  text-align: center;
}

.circuto-estado-tabla .rc-table-thead .header-style-3 {
  color: black !important;
  background-color: #4caf50 !important;
  height: 45px;
  text-align: center;
}

.circuto-estado-tabla .rc-table-thead .header-style-4 {
  color: black !important;
  background-color: #009688 !important;
  height: 45px;
  text-align: center;
}

.circuto-estado-tabla .rc-table-thead .header-style-5 {
  color: black !important;
  background-color: #03a9f4 !important;
  height: 45px;
  text-align: center;
}

.circuto-estado-tabla .rc-table-thead .header-style-6 {
  color: black !important;
  background-color: #2196f3 !important;
  height: 45px;
  text-align: center;
}

.circuto-estado-tabla .rc-table-thead .header-style-7 {
  color: black !important;
  background-color: #673ab7 !important;
  height: 45px;
  text-align: center;
}

.circuto-estado-tabla .rc-table-thead .header-style-8 {
  color: black !important;
  background-color: #e91e63 !important;
  height: 45px;
  text-align: center;
}

.circuto-estado-tabla .rc-table-fixed {
  border-color: #ff000000;
}

.circuto-estado-tabla {
  margin-top: 20px;
}

.circuito-etiqueta-color0 {
  background-color: #ff9800 !important;
}

.circuito-etiqueta-color1 {
  background-color: #ffc107 !important;
}

.circuito-etiqueta-color2 {
  background-color: #cddc39 !important;
}

.circuito-etiqueta-color3 {
  background-color: #4caf50 !important;
}

.circuito-etiqueta-color4 {
  background-color: #009688 !important;
}

.circuito-etiqueta-color5 {
  background-color: #03a9f4 !important;
}

.circuito-etiqueta-color6 {
  background-color: #2196f3 !important;
}

.circuito-etiqueta-color7 {
  background-color: #673ab7 !important;
}

.circuito-etiqueta-color8 {
  background-color: #e91e63 !important;
}

.circuto-estado-tabla .rc-table-thead {
  box-shadow: 1px 1px #858585;
}

.circuito-estado-etiqueta-div-entrada {
  width: 90%;
  float: left;
  height: 40px;
  padding-top: 9px;
  margin-left: 12px;
  margin-top: 10px;
  margin-bottom: 5px;
  box-shadow: 1px 1px #858585;
}

.circuito-estado-etiqueta-div-salida {
  width: 90%;
  float: right;
  height: 40px;
  padding-top: 9px;
  margin-top: 10px;
  margin-bottom: 5px;
  box-shadow: 1px 1px #858585;
  text-align: right;
  padding-right: 5px;
}

/*FIN CREAR CIRCUTO ESTADOS*/
.tarjetas .fila-con-novedad-tarjetas {
  border: 3px solid #03a6ff;
}

  .tarjetas .fila-con-novedad-tarjetas.closed {
      border-top: hidden;
  }

.tarjetas .producto-tarjeta .container-iconos {
  width: 80px;
  clear: both;
  font-size: 17px;
}

  .tarjetas .producto-tarjeta .container-iconos .custom-icono {
      float: left;
  }

      .tarjetas .producto-tarjeta .container-iconos .custom-icono .disabled {
          opacity: .65;
      }

  .tarjetas .producto-tarjeta .container-iconos > * {
      margin: 0 3px;
  }

.tarjetas .saldos-resumenes .fondo-gris {
  background-color: #F2F2F2;
}

.tarjetas .saldos-resumenes .box {
  border: 1px solid #BCBCBC;
  padding-top: 10px;
}

  .tarjetas .saldos-resumenes .box.header {
      background-color: #F2F2F2;
  }

      .tarjetas .saldos-resumenes .box.header.colorSR {
          background-color: #ccedff !important;
      }

  .tarjetas .saldos-resumenes .box.footer {
      background-color: #999999;
  }

      .tarjetas .saldos-resumenes .box.footer .label-secondary {
          color: #fff;
      }

  .tarjetas .saldos-resumenes .box.header.gris {
      background-color: #ccc;
      color: #fff;
  }

      .tarjetas .saldos-resumenes .box.header.gris .label-secondary {
          color: #fff;
      }

  .tarjetas .saldos-resumenes .box.header .divisor {
      height: 48px;
      width: 6px;
      border: 3px solid #CCCCCC;
      border-radius: 4px;
  }

.tarjetas .saldos-resumenes .header .boton {
  border: 1px solid black;
}

.tarjetas .saldos-resumenes .saldos-resumenes-tab-activo {
  border-radius: 1px;
  background-color: #606060 !important;
  border: solid 1px #bdbdbd;
}

/* -------------------------------------------------------------------------------- */

.tarjetas .box-base {
  width: 95px;
  height: 23px;
}

  .tarjetas .box-base.gris {
      background-color: #606060;
  }

  .tarjetas .box-base.estado {
      min-width: 95px;
      width: auto;
      float: right;
      padding: 2px;
      min-height: 23px;
      height: auto;
      max-height: 76px;
  }

  .tarjetas .box-base .label-leyenda {
      font-family: Roboto-Regular;
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 0.5px;
      text-align: center;
      color: #ffffff;
  }

.tarjetas .hr-resumenes {
  margin-top: 0;
  border-top: 3px solid #BCBCBC;
}

.tarjetas .saldos-resumenes .cc-acordeon {
  cursor: pointer;
  transition: 0.4s;
}

  .tarjetas .saldos-resumenes .cc-acordeon.active {
      background-color: #999 !important;
  }


.panel-sub-acordeon {
  padding-left: 0;
  padding-right: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
  height: 100px;
  background-color: white;
}

  .panel-sub-acordeon.active {
      padding-top: 0px;
      padding-bottom: 0px;
      overflow: hidden;
      transition: all 0.2s ease-out;
  }


.saldos-resumenes .footer-table {
  width: 827px;
  height: 55px;
  background-color: #b6b6b7;
}

.saldos-resumenes .footer-table-text {
  color: #141414 !important;
}

.rc-dialog-header .rc-dialog-title {
  font-size: 32.1px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #141414;
}

.rc-dialog-content .rc-dialog-close-x {
  font-size: 35px;
}

.saldos-resumenes .option-selected {
  padding-top: 7px;
  background-color: #ebebeb;
  height: 35px;
}

.saldos-resumenes-tab-activo {
  background-color: #606060;
  color: #FFFFFF
}

.menu-desplegable .option-selected {
  padding-top: 7px;
  background-color: #ebebeb;
  height: 35px;
}

.saldos-resumenes .footer-table {
  width: 827px;
  height: 55px;
  background-color: #b6b6b7;
}

.saldos-resumenes .footer-table-text {
  color: #141414 !important;
}

.rc-dialog-header .rc-dialog-title {
  font-size: 32.1px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #141414;
}

.rc-dialog-content .rc-dialog-close-x {
  font-size: 35px;
}

.saldos-resumenes .option-selected {
  padding-top: 7px;
  background-color: #ebebeb;
  height: 35px;
}

.bloqueo-mensaje-delivery {
  margin-top: 30px;
  border: 1px solid #b6b6b7;
  padding: 20px;
  color: #606060;
  font-family: Roboto-Regular;
  font-size: 16px;
}

.menu-desplegable .option-selected {
  padding-top: 7px;
  background-color: #ebebeb;
  height: 35px;
}

/*Menu desplegablecon acordeon panel seleccion tarjetas*/
.tarjetas .menu-desplegable .menu-acordeon {
  transition: 0.4s;
  font-size: 15px;
  font-family: Roboto-Medium;
}

  .tarjetas .menu-desplegable .menu-acordeon .cabecera {
      background-color: transparent;
      cursor: pointer;
      color: #606060;
      padding: 5px 15px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
  }

      .tarjetas .menu-desplegable .menu-acordeon .cabecera.activo {
          color: #00a5ff;
      }

      .tarjetas .menu-desplegable .menu-acordeon .cabecera:hover {
          color: #00a5ff;
      }

  .tarjetas .menu-desplegable .menu-acordeon .cuerpo {
      padding: 0 15px;
      background-color: transparent;
      overflow: hidden;
      transition: 0.4s;
  }

      .tarjetas .menu-desplegable .menu-acordeon .cuerpo.contenedor {
          max-height: 0;
          transition: max-height 0.2s ease-out;
      }

.tarjetas .menu-desplegable .div-con-wrap {
  padding: 10px;
}

  .tarjetas .menu-desplegable .div-con-wrap.activo {
      background-color: #eee;
  }

.tarjetas .menu-desplegable .link {
  color: #606060;
  font-family: Roboto-Regular;
  text-decoration: none;
  transition: 0.4s;
}

  .tarjetas .menu-desplegable .link:hover {
      color: #00a5ff;
      cursor: pointer;
  }

  .tarjetas .menu-desplegable .link.activo {
      color: #00a5ff;
      font-family: Roboto-Medium;
  }

.tarjetas .menu-desplegable .menu-acordeon .cuerpo.activo {
  max-height: initial;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f00;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green;
}

.th-cierres-ef {
  width: 11.3%
}

.th-cierres-ef-fin {
  width: 12.6%
}

.tarjetas .th-cierres-ef {
  width: 11.3%
}

.th-cierres {
  width: 10%
}

.th-cierres-big {
  width: 17%
}

.lbl-cierres-cuota {
  position: relative;
  margin-right: 50%;
}

.lbl-cierres-importe {
  text-align: right;
}

.tarjetas .col-grey {
  background-color: #d8d8d8
}

.tarjetas .lbl-nombre-consumo {
  text-align: left;
}
/*fin panel seleccion*/

.tarjetas.distribucion-limites .distancia-label {
  line-height: 29px;
}

.tarjetas.distribucion-limites .separator-light {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tarjetas .checkbox-container {
  color: #00A5FF;
  position: relative;
}

  .tarjetas .checkbox-container p {
      padding: 0;
      margin: 1.5em 0;
  }

  .tarjetas .checkbox-container input[type="checkbox"] {
      display: none;
  }

  .tarjetas .checkbox-container label {
      color: #606060;
      cursor: pointer;
      font-family: Roboto-Light;
  }

  .tarjetas .checkbox-container input[type="checkbox"] + label {
      border: inherit !important;
      padding: 0;
  }

      .tarjetas .checkbox-container input[type="checkbox"] + label::before {
          background-color: white;
          border: 1px solid #BEBEBE;
          -moz-border-radius: 2px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          content: "\00a0";
          display: inline-block;
          height: 17px;
          margin-right: 5px;
          padding: 0;
          vertical-align: top;
          width: 17px;
      }

  .tarjetas .checkbox-container input[type="checkbox"]:hover + label::before,
  .tarjetas .checkbox-container input[type="checkbox"]:checked + label::before {
      border: 1px solid #00A5FF;
  }

  .tarjetas .checkbox-container input[type="checkbox"]:checked + label::after {
      background-color: transparent;
      border: 2px solid #00A5FF;
      border-right: 0px;
      border-top: 0px;
      content: "\00a0";
      left: 4px;
      height: 5px;
      position: absolute;
      top: 5px;
      transform: rotate(-45deg);
      width: 10px;
  }

.ReactTable {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgba(0,0,0,0.1);
}

  .ReactTable * {
      box-sizing: border-box
  }

  .ReactTable .rt-table {
      -webkit-box-flex: 1;
      -ms-flex: auto 1;
      flex: auto 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      width: 100%;
      border-collapse: collapse;
      overflow: auto;
  }

  .ReactTable .rt-thead {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      height: 45px;
      background-color: #d9d9d9;
      color: #666;
      font-weight: bold;
      padding-top: 2px;
  }

      .ReactTable .rt-thead.-headerGroups {
          background: rgba(0,0,0,0.03);
          border-bottom: 1px solid rgba(0,0,0,0.05)
      }

      .ReactTable .rt-thead.-filters {
          border-bottom: 1px solid rgba(0,0,0,0.05);
      }

          .ReactTable .rt-thead.-filters input, .ReactTable .rt-thead.-filters select {
              border: 1px solid rgba(0,0,0,0.1);
              background: #fff;
              padding: 5px 7px;
              font-size: inherit;
              border-radius: 3px;
              font-weight: normal;
              outline: none
          }

          .ReactTable .rt-thead.-filters .rt-th {
              border-right: 1px solid rgba(0,0,0,0.02)
          }

      .ReactTable .rt-thead.-header {
          box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15)
      }

      .ReactTable .rt-thead .rt-tr {
          text-align: center
      }

      .ReactTable .rt-thead .rt-th, .ReactTable .rt-thead .rt-td {
          padding: 5px 5px;
          line-height: normal;
          position: relative;
          border-right: 1px solid rgba(0,0,0,0.05);
          transition: box-shadow .3s cubic-bezier(.175,.885,.32,1.275);
          box-shadow: inset 0 0 0 0 transparent;
      }

          .ReactTable .rt-thead .rt-th.-sort-asc, .ReactTable .rt-thead .rt-td.-sort-asc {
              box-shadow: inset 0 3px 0 0 rgba(0,0,0,0.6)
          }

          .ReactTable .rt-thead .rt-th.-sort-desc, .ReactTable .rt-thead .rt-td.-sort-desc {
              box-shadow: inset 0 -3px 0 0 rgba(0,0,0,0.6)
          }

          .ReactTable .rt-thead .rt-th.-cursor-pointer, .ReactTable .rt-thead .rt-td.-cursor-pointer {
              cursor: pointer
          }

          .ReactTable .rt-thead .rt-th:last-child, .ReactTable .rt-thead .rt-td:last-child {
              border-right: 0
          }

      .ReactTable .rt-thead .rt-resizable-header {
          overflow: visible;
      }

          .ReactTable .rt-thead .rt-resizable-header:last-child {
              overflow: hidden
          }

      .ReactTable .rt-thead .rt-resizable-header-content {
          overflow: hidden;
          text-overflow: ellipsis
      }

      .ReactTable .rt-thead .rt-header-pivot {
          border-right-color: #f7f7f7
      }

          .ReactTable .rt-thead .rt-header-pivot:after, .ReactTable .rt-thead .rt-header-pivot:before {
              left: 100%;
              top: 50%;
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none
          }

          .ReactTable .rt-thead .rt-header-pivot:after {
              border-color: rgba(255,255,255,0);
              border-left-color: #fff;
              border-width: 8px;
              margin-top: -8px
          }

          .ReactTable .rt-thead .rt-header-pivot:before {
              border-color: rgba(102,102,102,0);
              border-left-color: #f7f7f7;
              border-width: 10px;
              margin-top: -10px
          }

  .ReactTable .rt-tbody {
      -webkit-box-flex: 99999;
      -ms-flex: 99999 1 auto;
      flex: 99999 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      overflow: auto;
  }

      .ReactTable .rt-tbody .rt-tr-group {
          border-bottom: solid 1px rgba(0,0,0,0.05);
      }

          .ReactTable .rt-tbody .rt-tr-group:last-child {
              border-bottom: 0;
          }

      .ReactTable .rt-tbody .rt-td {
          border-right: 1px solid rgba(0,0,0,0.02);
      }

          .ReactTable .rt-tbody .rt-td:last-child {
              border-right: 0
          }

      .ReactTable .rt-tbody .rt-expandable {
          cursor: pointer;
          text-overflow: clip
      }

  .ReactTable .rt-tr-group {
      min-height: 48px;
      font-size: 15px;
      font-family: 'Roboto-Regular';
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch
  }

  .ReactTable .rt-tr {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex
  }

  .ReactTable .rt-th, .ReactTable .rt-td {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding: 7px 5px;
      overflow: hidden;
      transition: .3s ease;
      transition-property: width,min-width,padding,opacity;
  }

      .ReactTable .rt-th.-hidden, .ReactTable .rt-td.-hidden {
          width: 0 !important;
          min-width: 0 !important;
          padding: 0 !important;
          border: 0 !important;
          opacity: 0 !important
      }

  .ReactTable .rt-expander {
      display: inline-block;
      position: relative;
      margin: 0;
      color: transparent;
      margin: 0 10px;
  }

      .ReactTable .rt-expander:after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%,-50%) rotate(-90deg);
          transform: translate(-50%,-50%) rotate(-90deg);
          border-left: 5.04px solid transparent;
          border-right: 5.04px solid transparent;
          border-top: 7px solid rgba(0,0,0,0.8);
          transition: all .3s cubic-bezier(.175,.885,.32,1.275);
          cursor: pointer
      }

      .ReactTable .rt-expander.-open:after {
          -webkit-transform: translate(-50%,-50%) rotate(0);
          transform: translate(-50%,-50%) rotate(0)
      }

  .ReactTable .rt-resizer {
      display: inline-block;
      position: absolute;
      width: 36px;
      top: 0;
      bottom: 0;
      right: -18px;
      cursor: col-resize;
      z-index: 10
  }

  .ReactTable .rt-tfoot {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
  }

      .ReactTable .rt-tfoot .rt-td {
          border-right: 1px solid rgba(0,0,0,0.05);
      }

          .ReactTable .rt-tfoot .rt-td:last-child {
              border-right: 0
          }

  .ReactTable.-striped .rt-tr.-odd {
      background: rgba(0,0,0,0.03)
  }

  .ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover {
      background: rgba(0,0,0,0.05)
  }

  .ReactTable .-pagination {
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 3px;
      box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
      border-top: 2px solid rgba(0,0,0,0.1);
  }

      .ReactTable .-pagination input, .ReactTable .-pagination select {
          border: 1px solid rgba(0,0,0,0.1);
          background: #fff;
          padding: 5px 7px;
          font-size: inherit;
          border-radius: 3px;
          font-weight: normal;
          outline: none
      }

      .ReactTable .-pagination .-btn {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          display: block;
          width: 100%;
          height: 100%;
          border: 0;
          border-radius: 3px;
          padding: 6px;
          font-size: 1em;
          color: rgba(0,0,0,0.6);
          background: rgba(0,0,0,0.1);
          transition: all .1s ease;
          cursor: pointer;
          outline: none;
      }

          .ReactTable .-pagination .-btn[disabled] {
              opacity: .5;
              cursor: default
          }

          .ReactTable .-pagination .-btn:not([disabled]):hover {
              background: rgba(0,0,0,0.3);
              color: #fff
          }

      .ReactTable .-pagination .-previous, .ReactTable .-pagination .-next {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          text-align: center
      }

      .ReactTable .-pagination .-center {
          -webkit-box-flex: 1.5;
          -ms-flex: 1.5;
          flex: 1.5;
          text-align: center;
          margin-bottom: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: distribute;
          justify-content: space-around
      }

      .ReactTable .-pagination .-pageInfo {
          display: inline-block;
          margin: 3px 10px;
          white-space: nowrap
      }

      .ReactTable .-pagination .-pageJump {
          display: inline-block;
      }

          .ReactTable .-pagination .-pageJump input {
              width: 70px;
              text-align: center
          }

      .ReactTable .-pagination .-pageSizeOptions {
          margin: 3px 10px
      }

  .ReactTable .rt-noData {
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      background: rgba(255,255,255,0.8);
      transition: all .3s ease;
      z-index: 1;
      pointer-events: none;
      padding: 20px;
      color: rgba(0,0,0,0.5)
  }

  .ReactTable .-loading {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(255,255,255,0.8);
      transition: all .3s ease;
      z-index: -1;
      opacity: 0;
      pointer-events: none;
  }

      .ReactTable .-loading > div {
          position: absolute;
          display: block;
          text-align: center;
          width: 100%;
          top: 50%;
          left: 0;
          font-size: 15px;
          color: rgba(0,0,0,0.6);
          -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
          transition: all .3s cubic-bezier(.25,.46,.45,.94)
      }

      .ReactTable .-loading.-active {
          opacity: 1;
          z-index: 2;
          pointer-events: all;
      }

          .ReactTable .-loading.-active > div {
              -webkit-transform: translateY(50%);
              transform: translateY(50%)
          }

  .ReactTable .rt-resizing .rt-th, .ReactTable .rt-resizing .rt-td {
      transition: none !important;
      cursor: col-resize;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
  }
/*Formosa modal nueva solicitud*/
.modal-info-alta-individuo{
  height:auto;
}
/*Modal content*/
  .modal-info-alta-individuo .modal-content{
      padding:0px;
      padding-bottom:0px;
  }
  /*modal header*/
  .modal-info-alta-individuo .header-alta-individuo {
      height: 118px;
      width: 100%;
      margin: 0px;
      font-family: FiraSans-ExtraLight;
      color: #141414;
      padding:30px;

  }
      .modal-info-alta-individuo .header-alta-individuo h2 {
          font-size:32px;
          margin:0px
      }
      .modal-info-alta-individuo .header-alta-individuo h3 {
          font-size: 18px;
          margin: 0px
      }
      .modal-info-alta-individuo .header-alta-individuo .ti-close {
          width: 16px;
          color: #606060;
          height: 16px;
      }
      /*modal body*/
      .modal-info-alta-individuo .body-alta-individuo {
          background-color: white;
          width: 100%;
          margin:0px;
      }

          .modal-info-alta-individuo .body-alta-individuo .primary-td-modal-solicitud {
              font-family: Roboto-Medium;
              font-size: 14px;
              color: #666565;
          }
          .modal-info-alta-individuo .body-alta-individuo .secondary-td-modal-solicitud {
              font-family: Roboto-Regular;
              font-size: 16px;
              color: #141414;
          }
          .modal-info-alta-individuo .body-alta-individuo .row-nombre{
              margin-top:33px;
          }
          .modal-info-alta-individuo .body-alta-individuo .col-tipo-nombre-cliente .ti-user {
              color:#5e3998;
          }
          .modal-info-alta-individuo .body-alta-individuo .col-datos-individuo .col-md-12 {
              padding: 0px;
          }
          .modal-info-alta-individuo .body-alta-individuo .col-datos-individuo .right-separator{
              width:150px
          }
          .modal-info-alta-individuo .body-alta-individuo .col-datos-individuo .second-col{
              padding-left:28px;
          }
          .modal-info-alta-individuo .body-alta-individuo .col-datos-individuo .row {
              margin-top: 34px;
          }
          .modal-info-alta-individuo .body-alta-individuo .top-separator {
              padding: 0px;
              padding-top:22px;
              margin-top:25px;
              height:60px;
          }
              
              /*modal footer*/
              .modal-info-alta-individuo .footer-alta-individuo {
                  width: 100%;
              }
                  .modal-info-alta-individuo .footer-alta-individuo .btn {
                      height: 35px;
                      width: 112px;
                  }

                  .modal-info-alta-individuo .footer-alta-individuo .btn-secondary {
                      margin-left: 26px;
                  }
      /*Formosa Alta modificacion solicitud de cuenta*/
      .datos-cuenta {
          border: 1px solid #b6b6b7;
          width: auto;
          height: auto;
          padding: 17px
      }
  .datos-cuenta .bottom-separator h2 {
      font-family: FiraSans-ExtraLight;
      font-size: 28px;
      font-weight: 200;
      color: #141414;
  }
  .datos-cuenta .form-control {
      width: 50%
  }

  .datos-cuenta .bottom-separator {
      margin-bottom: 21px;
  }

  .datos-cuenta .bottom-separator-xs {
      margin-bottom: 36px;
  }

  .datos-cuenta .label-primary {
      font-family: Roboto-Medium;
      font-size: 14px;
      color: #606060;
  }
  .datos-cuenta select {
      font-family: Roboto-Regular;
      font-size: 16px;
      color: #b6b6b7;

  }
  {/*Datos Generales Cuenta*/}

.check-radio-new {
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
.datos-cuenta .datos-generales-cuenta {
  width: 100%;
  height: auto;
}
      .datos-cuenta .datos-generales-cuenta .default-checkbox label {
          font-family: Roboto-Regular;
          font-size: 16px;
          text-align: left;
          color: #1e1e1e;
          margin-bottom: 36px;
          margin-right:11px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          margin-left: 11px;
      }
.datos-cuenta input[type="checkbox"]:hover + label::before,
.datos-cuenta input[type="checkbox"] {
  display: none;
}

  .datos-cuenta input[type="checkbox"]:checked + label::after {
      background-color: transparent;
      border: 2px solid #35afb2;
      border-right: 0px;
      border-top: 0px;
      content: "\00a0";
      left: 4px;
      height: 5px;
      position: absolute;
      top: 5px;
      transform: rotate(-45deg);
      width: 10px;
  }

  .datos-cuenta input[type="checkbox"] + label::before {
      background-color: white;
      border: 1px solid #bebebe;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      content: "\00a0";
      display: inline-block;
      height: 17px;
      margin-right: 5px;
      padding: 0;
      vertical-align: top;
      width: 17px;
  }

  {/*Correspondencia contacto con cliente*/}
  .datos-cuenta .correspondencia-contacto-cliente {
      width: 100%;
      height: auto;
  }
      .datos-cuenta .correspondencia-contacto-cliente .checkbox-container .col-md-12 {
          padding-left: 0px;
      }
  
 {/*emision */}
  .datos-cuenta .emision {
      width: 100%;
      height: auto;
  }
      .datos-cuenta .emision .input-emision {
          width: 54px;
          height: 35px;
          margin-bottom: 15px;
          margin-right: 10px;
          margin-left: 10px;
          font-family: Roboto-Regular;
          font-size: 16px;
          color: #000000;
          
      }
      .datos-cuenta .emision .label-secondary {
          font-family: Roboto-Regular;
          color: #1e1e1e;
          font-size: 16px;
          height: 17px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          letter-spacing: normal;
          text-align: left;
      }

{/*Facturacion*/}
.datos-cuenta .facturacion .input-facturacion {
  width: 54px;
  height: 35px;
  margin-bottom: 15px;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #000000;
}
.datos-cuenta .facturacion .label-secondary {
  font-family: Roboto-Regular;
  color: #1e1e1e;
  font-size: 16px;
  height: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
}
/*LIMITES*/
.funcionamiento-limites {
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #1e1e1e;
  box-sizing: border-box;
  display: block;
}

.funcionamiento-limites-input {
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #1e1e1e;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
}

.input-separate {
  margin-left: 10px;
  margin-right: 10px;
  height: 35px;
  width: 174px;
  font-family: Roboto-Regular;
  font-size: 16px;
  padding-left: 8px;
}

.input-separate-right {
  margin-right: 16px;
  height: 35px;
  width: 174px;
  font-family: Roboto-Regular;
  font-size: 16px;
  padding-left: 8px;
}

.input-separate-short {
  margin-left: 10px;
  margin-right: 10px;
  height: 35px;
  width: 62px;
  font-family: Roboto-Regular;
  font-size: 16px;
  padding-left: 8px;
}

.select-separate-bottom {
  margin-bottom: 20px;
}

.inputAlta {
  font-family: Roboto-Regular;
  font-size: 16px;
  padding-left: 8px;
}
.input-Short{
  width: 60px;
  height: 34px;

}
/*ADICIONAL*/
.btn-adicional {
  width: 274px;
  height: 35px;
  float: right;
  margin-right: 19px;
  margin-top: 5px;
}

.in-adicional {
  display: inline-block;
}

.busqueda-alta-new {
  padding-left: 30px;
}

.input-icon-span-new {
  position: absolute;
  padding-top: 15px;
  padding-left: 9px;
  pointer-events: none;
  width: 17px;
  height: 17px;
}

.ti-search-new {
  font-size: 17px;
  color: grey;
}

.button-separation-foot{
 margin-left:28px;
}


/*/////CABAL ////*/
.input-emision-cabal {
  width: 147px;
  height: 35px;
  padding-left: 13px;
  margin-left: 17px;
  margin-top:10px;
  margin-bottom:36px;
  font-size: 16px;
  font-family: Roboto-Regular;
  color: #000000;
}

.input-limite-cabal{
  margin-bottom:35px;
  margin-top:20px;
}

.separator-radio-button-left{
  margin-left:5px;
}


.busquedaPromotorSeparador {
  background-color: white;
  border-bottom: 1px solid lightgrey;
  padding-bottom: 10px;
}
  .busquedaPromotorSeparador:hover {
      color: black;
      cursor:pointer;
  }
.busquedaPromotorFuente {
  padding-left:10px;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: 500;
}
.promotorSeleccionadoLabel {
  border: 1px solid lightgrey;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: 500;
  border-radius:2px;
  display:inline;
  height:35px;
  padding:5px;
}
.promotorSeleccionadoLabel >button {
  border: none;
  background-color:white;
  color:black;
  font-weight:bold;
}

.prueba {
  border: red solid 5px;
}


.btnCerrarDelivery{
  font-size: 22px;
  float: right;
  margin-right: 13px;
  margin-top: -15px;
  cursor:pointer;
}

/*DATOS CUENTA*/

.headerDatosTitulo {
  margin-top: 24px;
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #666565;
}
.headerDatosCampo {
  font-family: FiraSans-Regular;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.04;
  letter-spacing: 0.24px;
  text-align: left;
  color: #141414;
}
.headerDatosTituloPadding {
  padding-top: 24px;
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #666565;
}
.header-inner-col{
  padding-left:9px;
}
.logoVisaHeader {
  height: 17px !important;
  width: 54px !important;
  background-size: 54px !important;
}
.logoCabalHeader {
  height: 35px !important;
  width: 54px !important;
  background-size: 35px !important;
  position: relative;
  top: 15px;
}
.etiquetaCelesteHeader {
  border: 1px solid #00a5ff;
  background-color: #d4edff;
  color: #00a5ff;
  text-align: center;
  padding-left: 3px;
  font-size: 12px;
  width: 86px;
  height: 20px;
  padding-top:2px;
}

.datosLimitesHeader {
  border-top: 1px solid #afbaca;
  border-bottom: 1px solid #afbaca;
  margin-top:16px;
}

.ul-no-padding{
  padding-left:0px !important;
  margin-top:10px;
}

.separadorHeader {
  padding-top: 10px;
  padding-bottom: 10px;
}

.firaSansTitulo {
  font-family: FiraSans-Regular;
  font-size: 20px;
  color: #141414;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  padding-top:16px;
}

.robotoTitulo {
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  line-height:1.5;
}

.robotoTituloFlecha {
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  line-height: 2.5;
  cursor:pointer;
}

.arrowCuentaMenu {
  font-size: 18px;
}

.arrowCuentaMenu2 {
  font-size: 9px;
  color: #606060;
  position:relative;
  bottom:2px;
}

.cuentaMenuNombre {
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #606060;
  padding-left: 7px;
  padding-top:10px;
  line-height: 2.25;
}
.cuentaMenuOpciones {
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  padding-left: 16px;
  color: #606060;
  line-height: 2.25;
}



.edit-panel-lapiz-new:hover .edit-panel-lapiz-child {
  cursor: pointer;
  color: #00a5ff;
  display:inline-block !important;
}

.edit-panel-lapiz-new:hover .edit-panel-lapiz-child:after {
  content: "\e61c";
  font-family: 'themify';
  font-weight: normal;
  float: right;
  padding-right: 5px;
  padding-left: 10px;
  padding-top: 1px;
  color: #606060;
  top: 4px;
  font-size: 14px;
}

.edit-panel-icono-historial{
  display:none;
  cursor:pointer;
}

.edit-panel-lapiz-new:hover .edit-panel-icono-historial {
  display: inline-block;
  border: solid 1px #b6b6b7;
  border-radius: 1.6px;
  height: 25px;
  width: 25px;
  text-align: center;
  position: relative;
  padding-top: 2px;
  padding-left: 2px;
}

.iconosNovedades {
  display: inline-block;
  border: solid 1px #b6b6b7;
  height: 30px;
  width: 34px;
  margin-left: 15px;
  text-align: center;
  padding-top: 5px;
  padding-left: 2px;
  font-size: 18px;
  border-radius: 1.6px;
  cursor: pointer;
  position: relative;
  top: 1px;
}

.camposEdicionCuenta {
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #1e1e1e;
  box-sizing: border-box;
  display: inline-block;
  height: 25px;
  margin-right:10px;
}

.inputBox {
  border-color: #00a5ff !important;
  border-radius: 1.6px;
  box-shadow: initial;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: 500;
  color: #00a5ff;
  display: inline-block;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
}

.botonesModificacionCampo {
  padding: 5px 10px 5px 10px !important;
  margin-left: 10px !important;
  margin-top: -4px !important;
  height:34px !important;
  font-size:14px!important;
}

.botonConfirmarModificacionCampo {
  color: #13ce66;
  font-size: 23px;
  position: relative;
  top: 5px;
  margin-left: 0px !important;
}

.botonConfirmadoModificacionCampo {
  color: white !important;
  background-color: #13ce66 !important;
}


.botonDenegarModificacionCampo {
  color: #ed1d25;
  font-size: 23px;
  position: relative;
  top: 5px;
  margin-left: 0px !important;
}
.botonDenegadoModificacionCampo {
  color: white !important;
  background-color: #ed1d25 !important;
}


.fakeSelectCampoNovedad {
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #00a5ff;
  display: inline-block;
  height: 34px;
  /*padding: 6px 12px;
  border: 1px solid #00a5ff !important;
  border-radius: 1.6px;*/
  align-items: center;
  cursor: pointer;
}

.novedadResumenCampo {
  font-family: Roboto-Regular;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.2px;
  text-align: left;
  color: #515151;
}

.modalConfirmadorDenegar {
  position: absolute;
  left: -370px;
  background-color: white;
  width: 403px;
  height: 150px;
  outline: 0;
  z-index: 498;
  background-color: transparent;
  padding-top: 3px;
  color: black;
}

.flechaModalConfirmadorDenegar {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  margin-bottom: 0px;
  padding-bottom: 0px;
  float: right;
  position: absolute;
  left: 374px;
  z-index: 499;
}

.bordeFlechaModalConfirmadorDenegar {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #4a4a4a;
  margin-bottom: 0px;
  padding-bottom: 0px;
  float: right;
  top: 1px;
}

.rectanguloConfirmadorDenegar {
  height: 122px;
  background-color: #ffffff;
  position: relative;
  top: 10px;
  border: solid 1px #4a4a4a;
}

.footerConfirmadorDenegar {
  background-color: #d8d8d8;
  height: 64px;
  border-top: solid 1px #bec0c3;
  text-align: center;
  border-bottom: solid 1px;
}

.footerConfirmadorDenegar > button {
  height: 30px !important;
  margin-top:17px !important;
  margin-right: 12px !important;
}

.headerConfirmadorDenegar {
  font-family: Roboto-Regular;
  font-size: 16px;
  text-align: center;
  height:43px;
}

.botonModalDenegar {
  background-color: #ed1c24 !important;
}

.botonModalConfirmar {
  background-color: #13ce66 !important;
}

.inputCampoCuenta {
  height: 34px;
  border: 1px solid rgb(0, 165, 255) !important;
  border-radius: 1.6px;
  padding-left: 5px;
  color: rgb(0, 165, 255);
  font-family: Roboto-Regular;
  font-size: 16px;
}

.historialMovimientos-content {
  border: none;
}

#pop-up-listado-cuentas {
  background-color: transparent !important;
  margin-left: 0.5em;
  padding: 0;
}

.pop-up-listado-cuentas-content {
  left: 0.5em;
  width: auto;
}

.pop-up-listado-cuentas-content li {
  margin: 0.5em;
}

/*PROCESOS*/

.firaTitulo {
  font-family: FiraSans-Light;
  font-size: 26px;
  margin-top: -8px;
  margin-bottom: 12px;
}

.separadorBotonesProcesos {
  margin-bottom: 21px;
}

.barraMenuProcesos {
  height: 150px;
  border-bottom: 1px solid #B7B7B7;
  padding-bottom: 10px;
}

.lineMenuProcesos {
  padding-top:21px;
}

.botonMenuProcesos {
  width: 190px;
  height: 42px;
  border: solid 1px #b6b6b7;
  background-color: #00a5ff;
  font-family: Roboto-Regular;
  font-size: 14px;
  font-weight: 500;
  color:#FFFFFF;
  border-radius:3px;
  float:right;
}

.labelComboProcesos {
  font-family:Roboto-Regular;
  font-size:12px;
  padding-bottom:7px;
}

.selectComboProcesos {
  width: 150px;
  height: 42px;
  border-color: #b6b6b7;
  font-size: 12px;
  font-family:Roboto-Regular;
}

.tableroProcesos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-between;

}

.procesosScroll {
  overflow-y: auto;
  max-height: 500px;
}

  .procesosScroll::-webkit-scrollbar-track {
      background-color: #F5F5F5;
      border: 1px solid #B7B7B7;
  }

  .procesosScroll::-webkit-scrollbar {
      width: 8px;
      background-color: #F5F5F5;
  }

  .procesosScroll::-webkit-scrollbar-thumb {
      background-color: #606060;
  }


.tableroProcesosSingle {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: space-between;
}

.contenedorProcesos {
  width: 280px;
}

.contenedorProcesosLarge {
  width: 400px;
}

.icono-proceso {
  background-image: url('../images/proceso.png');
  height: 20px;
  width: 25px;
  display: inline-block;
  position: relative;
  top: 5px;
}

.procesoColumn {
  width: 50%;
}

.procesoColumnRight {
  display: flex;
  justify-content: space-between;
}

.procesoColumnLeft {
  display:flex;
}

.procesoLogo {
  align-self: center;
}

.inicioFin {
  flex: 0 1 auto;
  align-self: flex-end;
  font-family: Roboto-Regular;
  font-size: 75%;
  padding-left: 15px;
}


.inicioFinInfo {
  font-family: Roboto-Medium;
  font-size: 12px;
  align-self:flex-end;
  padding-bottom:5px;
}

.procesoHeader {
  height: 45px;
}

.cantidadProcesosLabel {
  color: #4a4a4a;
  font-family: FiraSans-Regular;
  font-size:65%;
}

.procesoTab {
  height: 55px;
  margin-top:10px;
  margin-bottom:10px;
}

.procesoTabLeft {
  border-right: solid 0.5px #000000;
  background-image: linear-gradient(to top, #ffffff, #dedede);
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: solid 0.5px #b6b6b7;
}

.procesoTabText {
  padding-top:9px;
  font-family: Roboto-Regular;
  font-size:10px;
}

.procesoTabRightRojo {
  background-image: linear-gradient(to top, #dd171e, #df1c22);
  height: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: solid 0.5px #b6b6b7;
}

.procesoTabRightVerde {
  background-image: linear-gradient(to top, #34aa44, #39b54a);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: solid 0.5px #b6b6b7;
  height: 100%;
}

.procesoTabRightAzul {
  background-image: linear-gradient(to top, #176dad, #4f81bd);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: solid 0.5px #b6b6b7;
  height: 100%;
}

.procesoTabRightAmarillo {
  background-image: linear-gradient(to top, #eaf128, #ffe139);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: solid 0.5px #b6b6b7;
  height: 100%;
}

.icono-gear {
  background-image: url('../images/gear.png');
  height: 36px;
  width: 36px;
  display: inline-block;
  position: relative;
  top: 9px;
  left: -7px;
}

.icono-input {
  background-image: url('../images/arrowIn.png');
  height: 30px;
  width: 36px;
  display: inline-block;
  position: relative;
  top: 10px;
  left: -9px;
}

.icono-output {
  background-image: url('../images/arrowOut.png');
  height: 30px;
  width: 36px;
  display: inline-block;
  position: relative;
  top: 10px;
  left: -9px;
}

.icono-gear2 {
  background-image: url('../images/gear.png');
  height: 36px;
  width: 36px;
  display: inline-block;
  position: relative;
}

.icono-input2 {
  background-image: url('../images/arrowIn.png');
  height: 30px;
  width: 36px;
  display: inline-block;
  position: relative;
}

.icono-output2 {
  background-image: url('../images/arrowOut.png');
  height: 30px;
  width: 36px;
  display: inline-block;
  position: relative;
}

.icono-spinGear {
  background-image: url('../images/spinGear.png');
  width: 40px;
  height: 33px;
  display: inline-block;
  position: relative;
  top: 9px;
  left: 5px;
}

.barSeparatorProcesos {
  border-bottom: 1px solid #B7B7B7;
  padding-bottom: 8px;
  padding-top: 8px;
  margin-bottom:10px;
}

.fechaSeparadorProcesos {
  font-family: FiraSans-Regular;
  color: #b6b6b7;
  font-size:16px;
}

.flechaBarraProcesos {
  font-size: 20px;
  color: #03a6ff;
}

.modalContainer {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .modalContainer:before {
      content: '';
      display: flex;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.7);
      align-items: center;
  }

.modalProcesosOut {
  background-color: white;
  z-index: 1000;
  height: 440px;
  flex: 0 0 680px;
  display:flex;
  flex-direction:column;
  align-content:stretch;
}

.modalProcesosHeader {
  height: 110px;
  border-bottom: 1px solid #B7B7B7;
}

.modalProcesosClose { 
  height:15px;
  padding-top:20px;
  padding-right:35px;
}

.modalProcesosLogo {
  margin-top: 20px;
  margin-left: 35px;
}

.modalProcesosInfoContainer {
  display:flex;
  justify-content:center;
}

.modalProcesosInfo {
  width: 617px;
  height: 107px;
  border-radius: 10px;
  position: relative;
  top: 25px;
  display:flex;
  justify-content:space-between;
}

.modalProcesosInfoLeft {
  padding-left: 15px;
  padding-top:15px;
}

.modalProcesosInfoText {
  display: inline-block;
  padding-left: 10px;
  font-family: Roboto-Regular;
  font-weight: bolder !important;
  font-weight: 900!important;
}

.modalProcesosInfoRight {
  font-family: Roboto-Regular;
  font-weight: 900 !important;
  align-self: flex-end;
  padding-right: 20px;
  padding-bottom: 15px;
}

  .modalProcesosInfoRight > div {
      text-align: right;
  }


.procesosRojo {
  background-color: #dd171e;
}

.procesosAmarillo {
  background-color: #ffe139;
}

.procesosVerde {
  background-color: #34aa44;
}

.procesosAzul {
  background-color: #1e73b2;
}


.modalProcesosFooter {
  height: 140px;
  border-top: 1px solid #B7B7B7;
  background-color: #d8d8d8;
}

  .modalProcesosFooter > button {
      float: right;
      margin-top: 18px;
      margin-right: 30px;
      border-radius: 4px !important;
  }

.modalProcesosBody {
  min-height: 260px;
}

.buttonModificarEmpresa {
  position:relative;
  top: 10px;
  left: -10px;
  margin-bottom: 10px;
}

.btnHistoriaNovedadesPos {
  position: relative !important;
  top: -0.2px !important;
}

.novedadesRubros {
  background-color: #57fafa;
}

.paddingTop10{
  padding-top:10px;
}

.modalConfirmadorConfirma{
  left:-407px !important;
}

.modalProcesosDocumentadosHeader {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modalProcesosDocumentadosHeaderText {
  padding-top: 20px;
  padding-left: 40px;
  text-align: left;
  font-family: FiraSans-Regular;
  font-size:large;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #141414;
  width:100%
}

.procesosDocumentadosScroll {
  overflow-y: auto;
  max-height: 240px;
}

  .procesosDocumentadosScroll::-webkit-scrollbar-track {
      background-color: #F5F5F5;
      border: 1px solid #B7B7B7;
      border-color: white !important;
  }

  .procesosDocumentadosScroll::-webkit-scrollbar {
      width: 8px;
      background-color: #F5F5F5;
      border-top-color: white !important;
      border-bottom-color: white !important;
  }

  .procesosDocumentadosScroll::-webkit-scrollbar-thumb {
      background-color: #606060;
  }


.tableProcesosDocumentados {
  width: 80%;
}

.tableProcesosDocumentados > tr > th {
  background-color: white;
  color: black;
  font-family: Roboto-Regular;
  font-weight: 500;
  padding-left: 10px !important;
  border: 1px solid;
}

.tableProcesosDocumentados > tr > td {
  background-color: white;
  color: black;
  font-family: Roboto-Regular;
  font-weight: 500;
  font-size: 12px;
  padding-left: 10px !important;
  border: 1px solid;
}

.modalProcesosFooterShort {
  height: 80px;
  border-top: 1px solid #B7B7B7;
  background-color: #d8d8d8;
}

  .modalProcesosFooterShort > button {
      float: right;
      margin-top: 18px;
      margin-right: 30px;
      border-radius: 4px !important;
  }


/* Collage */

:root {
  --border-radius: 6px;
  --color-primary: rgb(39, 164, 254);
  --color-background: var(--color-primary);
  --color-background-active: rgb(39, 148, 235);
  --color-border: rgb(22, 110, 170);
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}


.react-sanfona {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 70px;
}

.react-sanfona-item-title {
  background-color: #fafafa;
  border-top: 1px solid #ccc;
  color: #333;
  padding: 20px;
  text-transform: uppercase;
  transition: background-color .3s;
}

.react-sanfona-item:first-child .react-sanfona-item-title {
  border-top: none;
}

.react-sanfona-item-expanded .react-sanfona-item-title {
  background-color: var(--color-primary);
  color: #fff;
}

.title-done-btn {
  display: inline-block;
  float: right;
  color: #000;
}

.react-sanfona-item-body-wrapper {
  color: #666;
  padding: 20px;
  position: relative;
}

  .react-sanfona-item-body-wrapper:hover .tooltip {
      opacity: 1;
  }

.loader {
  color: #b9b9b987;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load4 {
  0%, 100% {
      box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
      box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
      box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
      box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
      box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {
  0%, 100% {
      box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
      box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
      box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
      box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
      box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/* Procesos - Batch desatendido */
.procesosBatch__contenedor__iframe {
  margin-left: -60px;
  margin-top: 20px;
}

  .procesosBatch__contenedor__iframe .iframe {
      min-height: 650px;
      width: 1260px;
  }

  .procesosBatch__contenedor__iframe .iframe--widthlg {
      min-height: 650px;
      width: 1310px;
  }

  .vistaCliente__estadoBaja {
      color: #7c7c7c;
  }

/* Deshabilitación de componentes */
.seccionDeshabilitada {
  pointer-events: none;
  filter: grayscale(100%);
}

.btn-cta.btn-cta--deshabilitado {
  background-color: #d8d8d8;
}

.btn-cta.btn-cta--deshabilitado:hover {
    background-color: #b6b6b7;
    cursor: not-allowed;
}