/* latin */
@font-face {
  font-family: 'Rubik';
  src: url(https://fonts.gstatic.com/s/rubik/v26/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFV0U1.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Helvetica';
  src: url(https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf) format("woff");
}

:root {
  --size_heigth_form: 1000px;
  --size_heigth_form_negative: -1000px;
  --size_heigth_form_bank_accounts: 550px;
  --size_heigth_form_negative_bank_accounts: -550px;
}

body {
  font-family: 'Rubik';
}


/* Estilos para pantallas con un ancho máximo de 767px */
@media (max-width: 767px) {
  #LogoOMC {
    width: 500px;
    height: 560px;
  }
}

/* Estilos para pantallas con un ancho máximo de 500px */
@media (max-width: 500px) {
  #LogoOMC {
    width: 400px;
    height: 460px;
  }
}

.table>tbody>tr>th,
.table>tbody>tr>td {
  font-family: 'Helvetica';
}

#iqf39b,
#iyz9fh {
  font-family: 'Rubik';
}

element.style {}

html[dir=ltr] ol.progress.bottom li:first-child,
html[dir=ltr] ol.progress.bottom li:last-child,
html[dir=ltr] ol.progress.top li:first-child,
html[dir=ltr] ol.progress.top li:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

html[dir=ltr] ol.progress.bottom li,
html[dir=ltr] ol.progress.top li {
  float: left;
}

.custom-item:first-child {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 0 !important
}

/*Inicio de Estilos para el menu lateral*/

.navbar-default {
  background-color: #FFF;
  /*margin-left: 200px;*/
}

.custom-button {
  min-width: unset !important;
}

/*main side bar*/
.msb {
  margin-top: 50px;
  width: fit-content;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  /*min-height: 100%;*/
  overflow-y: auto;
  white-space: nowrap;
  height: 100%;
  z-index: 1;
  border-right: 1px solid #ddd;

  .navbar {
    border: none;
    margin-left: 0;
    background-color: inherit;
  }

  .navbar-header {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    background: #fff;
  }

  .navbar-default .navbar-nav>li>a {
    color: #1c5382;
    font-size: 14px !important;
    font-weight: bold !important;
  }

  .navbar-default .navbar-nav>li>a>i {
    font-size: 14px !important;
    font-weight: bold !important;
  }

  .navbar-nav {
    .panel {
      border: 0 none;
      box-shadow: none;
      margin: 0;
      background: inherit;
    }

    li {
      display: block;
      width: 100%;

      a {
        padding: 15px;
        color: #5f5f5f;

        .glyphicon,
        .fa {
          margin-right: 8px;
        }
      }
    }
  }

  .nb {
    padding-top: 5px;
    padding-left: 10px;
    margin-bottom: 30px;
    overflow: hidden;

  }
}

ul.nv,
ul.ns {
  position: relative;
  padding: 0;
  list-style: none;
}

.nv {
  li {
    display: block;
    position: relative;

    &::before {
      clear: both;
      content: "";
      display: table;
    }

    a {
      color: #444;
      padding: 10px 25px;
      display: block;
      vertical-align: middle;

      .ic {
        font-size: 16px;
        margin-right: 5px;
        font-weight: 300;
        display: inline-block;
      }
    }
  }

  /*ns: nav-sub*/
  .ns {
    li {
      a {
        padding: 10px 50px;
      }
    }

  }
}

#navbariconomenu {
  width: 100px;
  height: 50px;
  min-height: 60px !important;
}

/*main content wrapper*/
.mcw {
  /*margin-left: 200px;*/
  position: relative;
  min-height: 100%;

  /*content view*/
  .cv {}
}


/*globals*/
a,
a:focus,
a:hover {
  text-decoration: none;
}

.inbox {
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  ul,
  li {
    margin: 0;
    padding: 0;
  }

  ul {
    li {
      list-style: none;

      a {
        display: block;
        padding: 10px 20px;
      }
    }
  }

  p,
  .p,
  .page_section p,
  .section-diagonal-left p,
  .section-diagonal-right p {
    font-family: 'Helvetica' !important;
  }

}

.msb,
.mnb {
  -moz-animation: slidein 300ms forwards;
  -o-animation: slidein 300ms forwards;
  -webkit-animation: slidein 300ms forwards;
  animation: slidein 300ms forwards;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.mcw {
  -moz-animation: bodyslidein 300ms forwards;
  -o-animation: bodyslidein 300ms forwards;
  -webkit-animation: bodyslidein 300ms forwards;
  animation: bodyslidein 300ms forwards;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

body.msb-x {

  .mcw,
  .mnb {
    margin-left: 0;
    -moz-animation: bodyslideout 300ms forwards;
    -o-animation: bodyslideout 300ms forwards;
    -webkit-animation: bodyslideout 300ms forwards;
    animation: bodyslideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .msb {
    -moz-animation: slideout 300ms forwards;
    -o-animation: slideout 300ms forwards;
    -webkit-animation: slideout 300ms forwards;
    animation: slideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}

.font-size-ico-navbar {
  font-size: 25px !important
}

.font-color-ico-navbar {
  color: #002a46;
}

/* Slide in animation */
@-moz-keyframes slidein {
  0% {
    left: -200px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes slidein {
  0% {
    left: -200px;
  }

  100% {
    left: 0;
  }
}

@keyframes slidein {
  0% {
    left: -200px;
  }

  100% {
    left: 0;
  }
}

@-moz-keyframes slideout {
  0% {
    left: 0;
  }

  100% {
    left: -200px;
  }
}

@-webkit-keyframes slideout {
  0% {
    left: 0;
  }

  100% {
    left: -200px;
  }
}

@keyframes slideout {
  0% {
    left: 0;
  }

  100% {
    left: -200px;
  }
}

@-moz-keyframes bodyslidein {
  0% {
    left: 0;
  }

  100% {
    /*margin-left: 200px;*/
  }
}

@-webkit-keyframes bodyslidein {
  0% {
    left: 0;
  }

  100% {
    left: 0
  }
}

@keyframes bodyslidein {
  0% {
    margin-left: 0;
  }

  100% {
    /*margin-left: 200px;*/
  }
}

@-moz-keyframes bodyslideout {
  0% {
    /*margin-left: 200px;*/
  }

  100% {
    margin-right: 0;
  }
}

@-webkit-keyframes bodyslideout {
  0% {
    /*margin-left: 200px;*/
  }

  100% {
    margin-left: 0;
  }
}

@keyframes bodyslideout {
  0% {
    /*margin-left: 200px;*/
  }

  100% {
    margin-left: 0;
  }
}

/*Fin de los Estilos para el menu lateral*/

#liquid_form {
  font-family: 'Rubik';
  border: 1px solid rgba(128, 128, 128, 0.5);
  padding: 20px;
}

#liquid_form #cr170_year_ {
  border-radius: 5px;
  box-shadow: none;
  border: none;
}

/* fieldset h3:nth-of-type(1) {
    text-align: center;
  } */
.section-title h3 {
  display: inline-block;
}

.section-title h3 {
  font-size: 20px;
}

.section-title h3 {
  font-size: 18px;
  /* color: #333;  puedes cambiar #333 al color que desees */
  /* font-weight: bold;*/
}

.field-label {
  color: #333;
  font-weight: 550;
}

#EntityFormView {
  /* border: 2px solid #87CEFA; un tono claro de azul */
  border-radius: 10px;
  /* para redondear las esquinas */
  padding: 20px;
  /* opcional, para dar espacio al contenido */
}

#WebFormControl_0cb4ca03d22b4712bbc04cba493b99c3_ProgressIndicator {
  height: 20px;
  border-radius: 10px;
  background-color: #ddd;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

#WebFormControl_0cb4ca03d22b4712bbc04cba493b99c3_ProgressIndicator::-webkit-progress-bar {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

#WebFormControl_0cb4ca03d22b4712bbc04cba493b99c3_ProgressIndicator::-webkit-progress-value {
  background-color: #002a46;
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

/*  */
#country-select {
  appearance: none;
  /* Elimina el estilo nativo del select */
  background-color: #f2f2f2;
  /* Color de fondo */
  border: 1px solid #ccc;
  /* Borde del select */
  border-radius: 4px;
  /* Bordes redondeados */
  padding: 8px;
  /* Espaciado interno */
  width: 200px;
  /* Ancho del select */
  font-size: 14px;
  /* Tamaño de fuente */
  color: #333;
  /* Color de texto */
}

/* Estilos para las opciones del select */
#country-select option {
  background-color: #f2f2f2;
  /* Color de fondo de las opciones */
  border: none;
  /* Borde de las opciones */
  padding: 8px;
  /* Espaciado interno de las opciones */
  font-size: 14px;
  /* Tamaño de fuente de las opciones */
  color: #333;
  /* Color de texto de las opciones */
}

/* Estilos cuando el select está desplegado */
#country-select:focus {
  outline: none;
  /* Elimina el contorno al obtener el foco */
  border-color: #007bff;
  /* Cambia el color del borde al obtener el foco */
}

.ui-widget-content .ui-icon {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.1/themes/base/images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.1/themes/base/images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.1/themes/base/images/ui-icons_222222_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.1/themes/base/images/ui-icons_222222_256x240.png);
}

.ui-state-active .ui-icon {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.1/themes/base/images/ui-icons_222222_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.1/themes/base/images/ui-icons_222222_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.1/themes/base/images/ui-icons_222222_256x240.png);
}

/*  */
.actions {
  border: none;
  outline: none;
  /*float: right;
    margin-right: 20% !important;*/
}

input[readonly] {
  background-color: rgb(184 178 178 / 39%) !important;
}

.btn {
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 16px;
  background-color: dodgerblue;
  color: white;
  border: none;
}

.btn:hover {
  background-color: #4da6ff;
  cursor: pointer;
}

.picklist {
  border-radius: 5px;
  font-size: 18px;
}

.file-list {
  list-style: none;
  margin: 5;
  padding: 0;
}

.file-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f1f1f1;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 4px;
}

.file-list li button {
  background-color: #e74c3c;
  color: #fff;
  border: none;
  padding: 5px 8px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;
}

.file-list li button:hover {
  background-color: #c0392b;
}

input::-webkit-calendar-picker-indicator {
  opacity: 100;
}

.file-list li .file-name {
  margin-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.file-list li .remove-file {
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
}

#AttachFile {
  margin-top: 20px;
  margin-bottom: 20px;
}

#AttachFile::-webkit-file-upload-button {
  background-color: #3f74e7;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

#AttachFile::-webkit-file-upload-button:hover {
  background-color: #2a88c7;
}

#AttachFileLabel {
  color: #333;
  /* Cambiar el color del texto a gris oscuro */
}

/* Agrega un fondo oscuro y opaco detrás del modal */
.progress-bar {
  height: 20px;
  background-color: #20c782;
  border-radius: 10px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar::after {
  content: "";
  display: block;
  height: 100%;
  background-color: #28a745;
  border-radius: 8px;
}

table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F5F5F5;
}

table.table-striped tbody tr:nth-of-type(even) {
  background-color: #EFEFEF;
}

.table thead th {
  background-color: #FFFFFF;
  color: #a3a7a3 !important;
  font-weight: bold;
  text-align: center;
}

.table thead th a {

  text-decoration: none;
  cursor: pointer;
}

.table thead th a:hover {
  text-decoration: none;
}

.view-search .query {
  border: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #ECEFF1;
  color: #333333;
  font-size: 14px;
  padding: 10px 20px;
}

.view-search .input-group {
  border: 2px solid #1a4e9b;
  margin: 0;
}

.view-search .input-group-btn .btn {
  background-color: #1a4e9b;
  color: #ffffff;
  border-color: #1a4e9b #1a4e9b #1a4e9b #1a4e9b;
  border-radius: 0px 25px 25px 0px;
  height: 35px;
}

.view-search .input-group-btn .btn:hover,
.view-search .input-group-btn .btn:focus {
  background-color: #1a4e9b;
  color: #ffffff;
  border-color: #1a4e9b #1a4e9b #1a4e9b #1a4e9b;
}

.view-search .input-group-btn .btn:active,
.view-search .input-group-btn .btn.active {
  background-color: #1a4e9b;
  color: #ffffff;
  border-color: #1a4e9b #1a4e9b #1a4e9b #1a4e9b;
}

.grid-actions {
  border-bottom: none !important;
  margin-bottom: 10px !important;

}

div.col-md-12.columnBlockLayout {
  margin-top: 0 !important;
}

.modal-body {
  font-family: 'Helvetica' !important;
}

.modal-title {
  font-family: 'Rubik' !important;
}

.font-family-rubik {
  font-family: 'Rubik' !important;
}

.font-family-helvetica {
  font-family: 'Helvetica' !important;
}

.msos-input-container>input {
  font-size: 15px !important;
}

.crmEntityFormView,
.entitylist,
.modal-content,
.popover-content {

  border: none !important;
}

.circulo-gris-inactivo {
  width: 30px;
  height: 30px;
  background-color: gray;
  color: white;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
}

tbody {
  /* text-align: center; */
  padding: 10px;
  vertical-align: middle;
  /* alineación vertical */
}

table.table-striped>tbody>tr {
  background-color: white !important;
}

.edit-link {
  border: none;
}

a:not(.btn) {
  text-decoration: none !important;
}

a:not(.btn) {
  text-decoration: none !important;
}

.open>.dropdown-menu {
  border-radius: 15px;
}

.open>.dropdown-menu:hover {
  background-color: #1a4e9b;
  color: #ffffff;
  border-radius: 15px;
}

.edit-link:hover {
  background-color: #1a4e9b;
  color: #ffffff;
  border-radius: 15px;
}

a.edit-link:hover {
  background-color: #1a4e9b;
  color: #ffffff;
  border-radius: 15px;
}

.crmEntityFormView .actions {
  border-top: none !important;

}

/* añadi para el inicio pendientes */
.flex-container {
  display: flex;
  flex-direction: row;

}

.margin-top-modal-content-ben-sha-dir {
  margin-top: 10%
}

.margin-top-modal-content-eliminar-ben-sha-dir {
  margin-top: 50%
}

.botonInicio {
  float: right;
  padding: 10px;
  border: none;
  border-radius: 20px;
  color: white;
  background-color: #002a46;
  width: 50%;
  margin-top: 3%;
  margin-right: 1%;
}

.cuadros-wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  margin-bottom: 30px;
}

.row {
  margin-left: -5px;
  margin-right: -5px;
}

.h1_accion {
  font-size: 16px;
  font-weight: bold;
  color: #00205d;
}

.filtro-cuadro {
  font-size: 22px !important;
}

.p_accion {
  margin: 0px 0px 10px 20px;
  margin-right: 0px;
  font-size: 17px;
  color: #00205d;
  text-align: justify;
  padding-top: 30px;
  margin-right: 20px;
}

.b_accion {
  float: right;
  margin-right: 10px;
  padding: 7px;
  border-radius: 10px;
  border: none;
  background: #002a46;
  color: white;
}

.red-border {
  border-color: red !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
  background-color: #1c5382 !important;
}

#botonDivInterno2 {
  float: right;
  padding: 10px;
  border-radius: 20px;
  border: none;
  background: #002a46;
  color: white;
  margin-right: 30%;
  margin-top: 5%;
  width: 40%;
  font-size: 15px;
}

#idbuttonvideo {
  float: right;
  padding: 10px;
  border-radius: 20px;
  border: none;
  background: #002a46;
  color: white;
  margin-right: 30%;
  margin-top: 5%;
  width: 40%;
  font-size: 15px;
}

.custom-progress-active .custom-number {
  background-color: #ffffff !important;
  color: #002a46 !important;
}

.div-interno1 {
  height: 40px;
  background: #f1f1f1;
  border-radius: 15px 15px 0 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  color: #00205d;
}

.div-interno2 {
  height: 210px;
  background: white;
  border-radius: 0 0 15px 15px;
}

.div-interno2_1 {
  height: 210px;
  background: #F0F3FF;
  border-radius: 0 0 15px 15px;
}

.view-toolbar .grid-actions .clearfix {
  background-color: transparent !important;
}

/* progress bar superior  */
.custom-number-active {
  background-color: #ffffff !important;
  color: black !important;

}

/* chekc */
.my-checkbox1 {
  /* width: 48px; */
  height: 20px;
  outline: none;
  cursor: pointer;
}

.div-check {
  display: flex;
  flex-direction: row;
  margin-left: 30px;
}

.div-check-paso1 {
  display: flex;
  flex-direction: row;
  float: left;
  width: 50%;
  margin-top: 10px;
}

.div-check-sub {
  display: flex;
  flex-direction: row;
  margin-left: 75px;
  font-size: 15px;
}

.div-check-g {
  display: flex;
  flex-direction: column;
}

.div-check-cumplimiento-paso1 {
  display: flex;
  flex-direction: row;
  margin-left: 12px;
}

.my-checklabel1 {
  font-weight: normal;
  margin-left: 10px;
}

.my-checklabel2 {
  font-weight: bold;
  margin-left: 10px;
  margin-top: 4px;
}

.my-checklabel3 {
  font-weight: normal;
  margin-left: 10px;
  margin-top: 4px;
}

.mybtnsavedraft {
  background-color: #002a46;
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  float: right;
}

.fa-save-acc-rec {
  font-size: 15px !important;
  color: white !important
}

#SignFile {
  padding: 25px;
  border: none;
  border-radius: 5px;
  color: white;
  background: #17619e;
}

#custom_final {
  display: flex;
  flex-direction: row;
}

#myinputsearch {
  border-radius: 12px;
  margin-left: 7px;
  position: initial;
}

/* fin de css para formularios de registros contables */


/* inicio de css para formulario de inicio de sesion */
.container {
  font-family: 'Rubik' !important;
}

.btn-primary {
  border-color: #002a46 !important;
  background-color: #002a46 !important;
}

.form-horizontal .btn-primary {
  font-size: 12px !important;
  border-radius: 10px !important;
  height: 40px;
  width: 120px;
  background-color: #1c5382 !important;
  border-style: none !important;
}

.form-horizontal .btn-default {
  font-size: 12px !important;
  border-radius: 10px !important;
  /* height: 40px !important; */
  width: 150px;
}

.inicioAzureB2C {
  background: white !important;
  color: gray !important;
  margin-top: 30px;
  margin-left: 20%;
  margin-right: 20%;
  /* width: 340px; */
  height: 50px;
  margin-bottom: 20px;
  font-size: 20px !important;
}

ul.dropdown-menu>li>a {
  width: 200px;
}

.xrm-attribute-value {
  font-family: 'Rubik' !important;
  text-align: center;
}

.form-horizontal .control-label {
  font-family: 'Rubik' !important;
  font-size: 14px;
}

#descargarDocumentoBtn {
  width: 60% !important;
}

#uploadBtn {
  background-color: rgb(76, 175, 80) !important;
}

#cancelBtn {
  background-color: #cf391b !important;
}

#uploadSignatureBtn {
  background-color: #1c5382 !important;
}

#descargarBtn {
  background-color: #548d79 !important;
  color: white !important;
}

.myspinner-ultimo-paso {
  margin-top: 25%;
}

.blue-box {
  margin-top: 5%;
  margin-right: 10%;
  width: 100%;
  height: 550px;
}

.red-box {
  width: 75%;
}

input.form-control {
  border: 1px solid #949494 !important;
  font-family: 'Rubik' !important;
}

/* fin de css para formulario de inicio de sesion */

#mainContent {
  background-color: #f7f7f7;
}

.num-cuadro {
  background-color: #ffffff;
  border-radius: 10px;
  border: none !important;
  position: relative;
  padding: 20px 0;
  /* Agrega padding de 10px arriba y abajo, sin padding horizontal */
}

.num-cuadro:nth-of-type(1) {
  color: #132660;
  font-weight: bold;
}

.num-cuadro:nth-of-type(2) {
  color: #548d79;
  font-weight: bold;
}

.num-cuadro:nth-of-type(3) {
  color: #1c5382;
  font-weight: bold;
}

.num-cuadro:nth-of-type(4) {
  color: #855600;
  font-weight: bold;
}

.num-cuadro .glyphicon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #132660;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.num-cuadro:nth-child(2) .glyphicon {
  color: #009b8c;
}

.num-cuadro:nth-child(3) .glyphicon {
  color: #1c5382;
}

.num-cuadro:nth-child(4) .glyphicon {
  color: #855600;
}

.texto-lateral {
  text-align: left !important;
}

.texto-centrado {
  text-align: center !important;
}

.custom-input-phone {
  border: 1px solid #edf1f2 !important;
  /*width: 135% !important;*/
  border-radius: 5px !important;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

.custom-input-phone-actors {
  border: 1px solid #edf1f2 !important;
  /*width: 190% !important;*/
  border-radius: 5px !important;
}

.num-procesos {
  font-size: 80px;
  /* Tamaño de fuente más grande */
}

div.view-toolbar.grid-actions.clearfix {
  /* background-color: #f7f7f7  !important */
  background-color: none !important
}

.table>thead>tr>th {
  background-color: #002a46;
}

.table thead th a {
  cursor: pointer;
  color: #FFFFFF;
}

/* pintado de estado  */
.estado-en-proceso {
  border: none;
  border-radius: 10px;
  background-color: #548d79;
  color: white;
  font-weight: bold;
  text-align: center;
}

.estado-actualizacion-requerida {
  border: none;
  border-radius: 10px;
  background-color: #548d79;
  color: white;
  font-weight: bold;
  text-align: center;
}

.estado-aprobado {
  border: none;
  border-radius: 10px;
  background-color: #855600;
  color: white;
  font-weight: bold;
  text-align: center;
}

.estado-rechazado {
  border: none;
  border-radius: 10px;
  background-color: #850b0b;
  color: white;
  font-weight: bold;
  text-align: center;
}

.estado-cancelado {
  border: none;
  border-radius: 10px;
  background-color: #cf391b;
  color: white;
  font-weight: bold;
  text-align: center;
}

.estado-en-progreso {
  border: none;
  border-radius: 10px;
  background-color: #1c5382;
  color: white;
  font-weight: bold;
  text-align: center;
}

.estado-enviado {
  border-radius: 10px;
  border: none;
  background-color: #1c5382;
  color: white;
  font-weight: bold;
  text-align: center;
}

.estado-abierto {
  border-radius: 10px;
  border: none;
  background-color: #f0506e;
  color: white;
  font-weight: bold;
  text-align: center;
}

.estado-revision {
  border-radius: 10px;
  border: none;
  background-color: #548d79;
  color: white;
  font-weight: bold;
  text-align: center;
}

.estado-completado {
  border-radius: 10px;
  border: none;
  background-color: #cf391b;
  color: white;
  font-weight: bold;
  text-align: center;
}

.estado-completo {
  border: none;
  border-radius: 10px;
  background-color: #548d79;
  color: white;
  font-weight: bold;
  text-align: center;
}

.estado-incompleto {
  border: none;
  border-radius: 10px;
  background-color: #850b0b;
  color: white;
  font-weight: bold;
  text-align: center;
}

.generarenlace {
  border: none;
  border-radius: 10px;
  background-color: #adafb2;
  color: white;
  font-weight: bold;
  text-align: center;
}

#div-acciones-intermediarios {
  border: none;
  border-radius: 10px;
  background-color: #002a46;
  color: white;
  font-weight: bold;
  text-align: center;
}

.estado-enviado-acc {
  border-radius: 10px;
  border: none;
  background-color: #855600;
  color: white;
  font-weight: bold;
  text-align: center;
}


.estado-completado-acc {
  border-radius: 10px;
  border: none;
  background-color: #548d79;
  color: white;
  font-weight: bold;
  text-align: center;
}

/* border del boton de la lista lo quitamos  */
.button2,
.btn-default {
  border: none !important;
}

/* formulario accounting  */
#WebFormControl_000c5e255eba4ba68ba0282392447dad {
  background-color: white !important;
  border-radius: 5px;
}

#WebFormControl_eddeee4c6b534a7ba8137d378a64d24a {
  background-color: white !important;
  border-radius: 5px;
}

form {
  background-color: #f1f4f5;
}

#micontenedorpasogeneral {
  margin: 0% !important;
  width: 100% !important;
  display: flex !important;
  border-radius: 10px;
  background-color: #FFFFFF !important;
}

[data-component-theme="portalThemeColor12"] {
  background-color: #f1f4f5 !important;
  color: #1d2f66 !important;
}

/* css general interno dle formulario  */
.custom-item {
  margin-left: 8px;
  margin-top: 26px;
  padding: 20px;
  background-color: #e1e6ea !important;
  width: 12%;
  height: 90px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;

}

.custom-item:first-child {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.custom-item:last-child {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.custom-item .custom-number {
  border-radius: 50%;
  border: none;
  background-color: #747fa1;
  /* width: 40px; */
  color: white;
  font-weight: bold;
  text-align: center;
  /* Centrar el texto */
  margin-right: 6px;
  padding: 8px;
}

.custom-item .custom-check {
  border-radius: 50%;
  border: none;
  background-color: #002a46;
  color: white;
  font-weight: bold;
  text-align: center;
  /* Centrar el texto */
  margin-right: 6px;
  padding: 8px;
}

.custom-progress {
  background-color: white;
  /* Fondo blanco cuando tenga la clase custom-progress */
}

.custom-progress-active {
  background-color: #002a46 !important;
  color: white;
}

.custom-progress-active .custom-number {
  background-color: #002a46;
  color: white;
}

/*para establecer el background color de la pagina de listar cumplimientos*/
.mi-contenedor-general-para-lista {
  background-color: #f7f7f7 !important;
}

/*Inicio Clases para organizar los campos dentro de cada paso del formulario cumplimiento*/
.external-form-panel {
  position: relative;
}

.entity-form-resize-rigth {
  position: relative;
  float: right;
  width: 60%;
}

.entity-form-resize-left {
  position: relative;
  float: left;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 50px;
  width: 15%;
}

.entity-form-description-title {
  font-family: 'Rubik';
  font-size: 20px;
  color: #2162a3;
  font-weight: bold;
}

.entity-form-description-subtitle {
  font-family: 'Rubik';
  font-size: 14px;
  color: darkgrey;
}

.actions-position-relative {
  position: absolute;
  bottom: 0px;
}

.col6-float-right-first-step {
  float: right;
  width: 30% !important;
  padding-left: 7%;
}

.col6-float-right {
  float: right;
  width: 100% !important;
  padding-left: 66%;
}

.myclass-input-text {
  border-radius: 10px;
}

#InsertButton {
  background-color: #002a46 !important;
}

#InsertButton,
#UpdateButton,
#NextButton,
#buttonCrearNacionalidades,
#boton-salvar-personalizado-nacionalidad,
#buttonCrearTaxResidencys,
#boton-salvar-personalizado-tax-residencys,
#boton-salvar-personalizado:hover {
  background-color: #002a46 !important;
  color: #FFFFFF;
}

#EliminarForm {
  width: 10%;
  height: 40px;
  background-color: #002a46;
  color: white;
  border-radius: 7px;
  float: right !important;
}

textarea {
  border-radius: 10px;
  height: 70px !important;
}

.myclass-textarea {
  border-radius: 10px;
  height: 70px !important;
}

.myclass-input-number {
  width: 250px !important;
}

.myclass-input-radio {
  width: 250px !important;
  margin-left: 15px;
}

.font-family-rubik {
  font-family: 'Rubik' !important;
  color: #3a3a3a !important;
}

html[dir=ltr] .crmEntityFormView .cell.boolean-radio-cell input[type=radio]:first-child {
  margin-left: 10px !important;
}

html[dir=ltr] .crmEntityFormView .cell.boolean-radio-cell input[type=radio] {
  margin: 6px 15px 10px 20px !important;
  cursor: pointer;
}

.msos-label {
  font-size: large !important;
}

.msos-selected-display-item {
  font-size: large !important;
}

.dropdown-menu>li>a {
  font-size: large !important;
}

.mybtn-submit {
  width: 21% !important;
  border-radius: 5px !important;
  height: 45px !important;
  font-size: 14px !important;
}

.mycontent-iframe {
  width: 100% !important;
}

#micontenedorinputfile {
  font-family: 'Rubik' !important;
  border-style: dotted;
  border: 3px #afafaf dotted;
  margin: 0% !important;
  width: 100% !important;
  display: flex !important;
  border-radius: 10px;
  background-color: #f7f7f7 !important;
  align-items: center;
}

.myclass-button-upload-file {
  margin-left: 50px;
  color: #f5f5f5 !important;
  background-color: #002a46 !important;
  width: 100% !important;
}

.myclass-text-upload-file {
  margin-left: 40px;
}

.assist-details-box {
  background-color: #e6f0f7;
  width: 75%;
  border-radius: 10px;
}

.assist-details-box-paso-6 {
  background-color: #e6f0f7;
  border-radius: 10px;
}

.assist-details {
  color: #1c5382;
  margin-top: 20px;
  text-align: justify;
  font-family: 'Rubik';
  padding: 30px;
  font-size: 20px;
}

.assist-details-1 {
  color: #1d77c5;
  font-family: 'Rubik';
}

.assist-details-box-paso-6-warning {
  background-color: #d9e7b9;
  border-radius: 10px;
}

.assist-details-warning {
  color: #62613e;
  text-align: justify;
  font-family: 'Rubik';
  padding: 15px;
  margin-left: 25px;
  font-size: 15px;
}

.assist-details-1-warning {
  color: #1c1b01;
  font-family: 'Rubik';
  font-weight: bold;
}

.mybtn-siguiente {
  border-radius: 10px !important;
  font-family: 'Rubik' !important;
  height: 35px !important;
  padding: 0px 10px !important;
}

#custom_checks,
#custom_checks_wealth {
  font-size: large;
  margin-left: 5%;
  padding: 1%;
  line-height: 30px;
}

.my-checkbox {
  margin-right: 2% !important;
}

.my-checkbox-wealth {
  margin-right: 2% !important;
}

.mybtn-previous {
  border-radius: 10px !important;
  font-family: 'Rubik' !important;
  height: 35px !important;
  padding: 0px 10px !important;
}

.dropFiles {
  width: 100%;
  /*border: 3px #afafaf dotted; */
  text-align: center;
}

.highlightDropArea {
  border: 3px green dotted !important;
}

.error_validators {
  border: 3px red solid !important;
}

.custom-radio-buttons {
  /*white-space: nowrap; /* Evita el salto de línea */
  overflow: hidden;
  /* Oculta el texto que no cabe */
  text-overflow: ellipsis;
  /* Muestra puntos suspensivos (...) si el texto se recorta */
  display: flex;
  /* Hace que el contenido se muestre en línea */
  max-width: 100%;
  /* Limita el ancho máximo para evitar que se desborde */
}

.custom-radio-buttons-new {
  /*white-space: nowrap; /* Evita el salto de línea */
  overflow: hidden;
  /* Oculta el texto que no cabe */
  text-overflow: ellipsis;
  /* Muestra puntos suspensivos (...) si el texto se recorta */
  display: flex;
  /* Hace que el contenido se muestre en línea */
  width: 175%;
  /* Limita el ancho máximo para evitar que se desborde */
}

.custom-modals-form-border {
  border-radius: 10px !important;
  width: 150%;
}

.modal.in .modal-dialog {
  position: relative;
  margin-right: 35%;
}

.form-loading {
  position: absolute;
}

.container-file-input {
  width: 35%;
}

.file-name-container .div:first-child {
  width: 45%;
}

.file-name-container .div:last-child {
  width: 20%;
}

.btn {
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #1c5382;
  color: white;
  border: none;
  font-family: 'Rubik' !important;
}

input::placeholder {
  color: #c5c3c3;
  font-size: 0.8em;
}

textarea::placeholder {
  color: #cccbcb;
  font-size: 0.8em;
}

textarea {
  resize: none;
}

.input-group-addon {
  width: 100px;
  font-size: 18px;
  font-weight: bold;

}

/*CSS para dar estilos a radio buttons Si o No*/
.switch {
  position: absolute;
  left: 50%;
  width: 150px;
  height: 50px;
  text-align: center;
  margin: 0% 0 0 0%;
  background: #1c5382;
  transition: all 0.2s ease;
  border-radius: 25px;
}

.switch myspan {
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  margin: -2px 0px 0px -4px;
  background: #fff;
  display: block;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}

.switch myspan:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 12px;
  margin-top: -8px;
  background: #fff;
  transition: all 0.2s ease;
}

.my-input-radio {
  display: none;
}

.switch label {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.2);
  width: 60px;
  line-height: 50px;
  transition: all 0.2s ease;
}

.my-input-radio-yes {
  position: absolute;
  left: 0px;
  height: 20px;
  font-weight: bold !important;
}

.my-input-radio-no {
  position: absolute;
  right: 0px;
  color: gray !important;
  font-weight: bold !important;
}

.no-checked:checked~.switch {
  background: #750B0B;
}

.no-checked:checked~.switch myspan {
  background: #fff;
  margin-left: -8px;
}

.no-checked:checked~.switch myspan:after {
  background: #fff;
  height: 20px;
  margin-top: -8px;
  margin-left: 8px;
}

.button2,
.btn-default {
  color: #1c5382 !important;
}

.my-custom-input-type-number {
  border-radius: 5px !important;
  font-size: 18px !important;
  border-color: #edf1f2 !important;
  font-size: 16px !important;
  padding-left: 5px !important;
  width: 80% !important;
}

.my-style-font-dashboard {
  font-family: 'Rubik' !important;
  font-size: 32px !important;
  color: #002a46 !important;
}

#cr6b4_contries_options_es,
#cr6b4_contries_options_es {
  display: none;
}

#i2miwz {
  font-family: 'Rubik' !important;
  font-size: 32px !important;
  color: #002a46 !important;
}

.mi-grid-actions-clearfix-dashboard {
  background-color: #f7f7f7 !important;
}

.fa-search {
  color: white !important;
}

#boton-crear-personalizado {
  width: 10%;
  height: 40px;
  background-color: #002a46;
  color: white;
  border-radius: 7px;
  float: left !important;
}

.custom-modals {
  width: 100%;
  height: var(--size_heigth_form);
  border-style: none;
}

#spinner {
  position: relative;
  text-align: center;
  /* opacity: 0.7; */
  background-color: hsla(45, 5%, 85%, 0.219);
  top: var(--size_heigth_form_negative);
  /*height: var(--size_heigth_form);*/
}

#spinner-loading {
  position: absolute;
  margin-top: 25%;
  /*margin-left: 10%;*/
}

#spinner-loading1 {
  position: absolute;
}

.form-custom-actions {
  float: left;
}

.custom-modals-tax-residencys {
  width: 100%;
  height: 300px;
  border-style: none;
}

.custom-modals-bank-accounts {
  width: 100%;
  height: var(--size_heigth_form_bank_accounts);
  border-style: none;
}

#spinner-bank-accounts {
  position: relative;
  text-align: center;
  /* opacity: 0.7; */
  background-color: hsla(45, 5%, 85%, 0.219);
  top: var(--size_heigth_form_negative_bank_accounts);
  height: var(--size_heigth_form_bank_accounts);
}

#spinner-loading-bank-accounts {
  position: absolute;
  margin-top: 25%;
  /*margin-left: 10%;*/
}

.yes-checked:checked~.switch label[class=my-input-radio-yes] {
  color: #fff !important;
}

.no-checked:checked~.switch label[class=my-input-radio-no] {
  color: #fff !important;
}

/*CSS para dar estilos a radio buttons Si o No*/

/*Fin Clases para organizar los campos dentro de cada paso del formulario cumplimiento*/

/* sidebar externo  NO modificar  */

#WebFormPanel {
  display: flex !important;
}

.table>thead>tr>th {
  vertical-align: middle !important;
}

.sidebar {
  flex: 1;
  background-color: #ffffff;
}

#content-wrapper {
  flex: 3;
  background-color: #ffffff;
}

#info-h3 {
  color: #1c5382;
  font-weight: bold;
  margin-left: 25px;
  margin-top: 20px;
}

#uploadSignatureBtn[disabled] {
  opacity: 0.4 !important;
  background:#c7c6c6 !important;
}

#descargarBtn[disabled] {
  opacity: 0.4 !important;
  background:#c7c6c6 !important;
}

#uploadBtn[disabled] {
  opacity: 0.4 !important;
  background:#c7c6c6 !important;
}

#cancelBtn[disabled] {
  opacity: 0.4 !important;
  background:#c7c6c6 !important;
}

#DownloadFile {
  margin-right: 100px;
  background-color: #17619e;
  color: #ffffff;
  font-weight: bold;
  border: none;
  width: 190px;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
}

#detall-h3,
#detall-h3-otro {
  color: #9a9a9a;
  margin-left: 25px;
  margin-top: 20px;
  text-align: justify;
}

#detall-h3-descripcion-por-juridisccion {
  color: #9a9a9a;
  margin-left: 25px;
  margin-top: 20px;
  text-align: justify;
}

.detall-h3-descripcion-por-juridisccion {
  color: #9a9a9a;
  margin-left: 15px;
  margin-top: 20px;
  text-align: justify;
}

.progress {
  -webkit-box-shadow: inset 0 0px 0px rgba(255, 255, 255, .1) !important;
  box-shadow: inset 0 0px 0px rgba(255, 255, 255, .1) !important;
}

ol.progress {
  margin-bottom: 80px !important;
  margin-left: 20px;
  margin-top: 20px;
}

.custom-year {
  white-space: nowrap;
  /* Evita el salto de línea */
  overflow: hidden;
  /* Oculta el texto que no cabe */
  text-overflow: ellipsis;
  /* Muestra puntos suspensivos (...) si el texto se recorta */
  display: flex;
  /* Hace que el contenido se muestre en línea */
  max-width: 100%;
  /* Limita el ancho máximo para evitar que se desborde */
}

.clearfix.cell.text.form-control-cell.custom-year div {
  margin-right: 10px !important;
}

.custom-input {
  border-radius: 5px !important;
  font-size: 18px !important;
  border-color: #edf1f2 !important;
  font-size: 16px !important;
  padding-left: 5px !important;
}

.custom-input:focus {
  border-color: #afafaf !important;
}

.custom-declaracion {
  display: flex;
  flex-direction: column;

}

.documento-descarga {
  display: flex;
  flex-direction: column;
}

.custom-legends {
  margin-left: 28px;
  margin-right: 3px;
}

a.custom-label {
  font-family: 'Rubik' !important;
}

.custom-label {
  font-size: 18px;
  color: #3a3a3a;
  font-weight: bold;
  margin-bottom: 10px;
}

.custom-label-otro {
  font-size: 18px;
  color: #3a3a3a;
  font-weight: bold;
  margin-bottom: 10px;
}

.custom-label-th {
  font-size: 18px;
  color: #f8f8f8;
  font-weight: bold;
  margin-bottom: 10px;
}

.h3_final {
  font-size: 18px !important;
  color: #3a3a3a !important;
  font-weight: normal !important;
  margin-bottom: 0px !important;
  margin-top: 0px;
  margin-right: 20px;
}

.icofile {
  font-size: 20px !important;
  color: #F0F3FF !important;
}

.crmEntityFormView fieldset {

  margin-bottom: 0px !important;

}

html[dir=ltr] .crmEntityFormView .actions .btn:first-child {
  margin-right: 5px;
  height: 50px;
  width: 150px;
  font-size: 18px;
}

input.readonly {
  background-color: #efefef !important;
}

select.readonly {
  background-color: #efefef !important;
}

#cr170_noactivity_date_datepicker_description,
#cr6b4_nombreresponsable {
  background-color: #efefef !important;
}

.form-i-customize {
  margin-top: -8px !important;
  font-size: 20px !important;
}

.form-i-customize1 {
  margin-top: -5px !important;
  font-size: 20px !important;
}

.form-i-customize2 {
  margin-top: -10px !important;
  font-size: 20px !important;
}

.myform-wrapper {
  width: 100%;
  height: 350px !important;
  justify-content: flex-start !important;
  border: none !important;
}

.myform-wrapper4 {
  width: 100%;
  height: 400px !important;
  justify-content: flex-start !important;
  border: none !important;
}

.myform-wrapper-otro {
  width: 100%;
  height: 290px !important;
  justify-content: flex-start !important;
  border: none !important;
}

.ul-li-upload-file {
  text-align: justify;
  color: #6990F2;
  margin-left: 20px !important;
  margin-right: 35px !important;
}

.wrapper header {
  font-size: 20px !important;
}

.padding-table-actors {
  padding: 1% !important;
}

.mylegend {
  width: auto !important;
}

@media screen and (max-width: 950px) {
  #WebFormPanel {
    flex-direction: column;
  }

  .custom-item {
    width: 95%;
    border-radius: 5px !important;
  }

  .table thead th a {
    font-size: 13px;

  }

  .table thead th:nth-child(1) {
    width: 21.129%;
  }

  .table thead th:nth-child(2) {
    width: 23.129%;
  }

  .crmEntityFormView .cell {
    padding: 0%;
  }

  .table>thead:first-child>tr:first-child>th {
    width: 27.3871% !important;
  }

  .clearfix .cell .subgrid-cell {
    width: 100%;
  }
}

@media screen and (max-width: 1554px) {
  .table thead th a {
    font-size: 13px;

  }

  .table thead th:nth-child(1) {
    width: 21.129%;
  }

  .table thead th:nth-child(2) {
    width: 23.129%;
  }

  .crmEntityFormView .cell {
    padding: 0%;
  }

  .table>thead:first-child>tr:first-child>th {
    width: 22.3871% !important;
  }

  .clearfix .cell .subgrid-cell {
    width: 100%;
  }
}

@media (min-width: 1001) and (max-width: 1048) {
  .custom-item {
    /* width: 20% !important; */
    font-size: 13px !important;
  }

  @media (min-width: 477) and (max-width: 800) {
    .myclass-legend {
      width: 70%;
    }

    .myclass-paso1 {
      width: 15%;
    }
  }

  @media (min-width: 801) and (max-width: 1090) {
    .myclass-legend {
      width: 75%;
    }

    .myclass-paso1 {
      width: 10%;
    }
  }

  @media (min-width: 1091) and (max-width: 1500) {
    .myclass-legend {
      width: 55%;
    }

    .myclass-paso1 {
      width: 8%;
    }
  }

  @media (min-width: 0) and (max-width: 1495) {
    .myclass-inicio-periodofiscal {
      width: 30%;
    }
  }

  @media (min-width: 1277) and (max-width: 1290) {
    .myclass-inicio-periodofiscal {
      width: 31%;
    }
  }

  @media (min-width: 1291) and (max-width: 1328) {
    .myclass-inicio-periodofiscal {
      width: 34%;
    }
  }

  @media (min-width: 1329) and (max-width: 1340) {
    .myclass-inicio-periodofiscal {
      width: 35%;
    }
  }

  @media (min-width: 1341) and (max-width: 7000) {
    .myclass-inicio-periodofiscal {
      width: 41%;
    }
  }




}

/* CUSTOM PERIODO FISCAL TAB 1*/

@media screen and (min-width: 1299px) {
  .custom-label-fiscal {
    margin-bottom: -21px;
  }

  .custom-label-fiscal-fin {
    margin-bottom: 1px;
  }
}
@media screen and (min-width: 1375px) {
  .custom-label-fiscal {
    margin-bottom: 4px;
  }

  .custom-label-fiscal-fin {
    margin-bottom: 1px;
  }
}
@media screen and (min-width: 1379px) {
  .custom-label-fiscal {
    margin-bottom: -23px;
  }

  .custom-label-fiscal-fin {
    margin-bottom: 1px;
  }
}


@media screen and (min-width: 1395px) {
  .custom-label{
    margin-bottom: 10px;
  }
}