  .mb-body-m2m {
      margin-bottom: 90px !important;
  }
  
  .footer-m2m {
      margin-top: auto !important;
  }
  
  .content-transactional.content-m2m {
      padding: 15px 45px;
      height: auto;
      background-color: #f3f3f3;
  }
  
  .justify-content-center {
      -ms-flex-pack: center!important;
      justify-content: center!important;
  }
  
  .section-info-title {
      background-color: #eeee;
      padding: 1rem;
      display: flex;
  }
  
  .d-flex {
      display: flex !important;
  }
  
  .section-name span {
      font-size: 1.5rem;
      color: #333
  }
  
  .section-valor-pago {
      background-color: #ffffff;
  }
  
  .pad-col-md {
      padding-left: 4rem;
  }
  
  .icon-user-blue {
      border-radius: 50%;
      padding: 1.5rem;
      position: absolute;
      margin-top: -0.5%;
      margin-left: -8%;
      text-align: center;
      background-color: #ffffff;
  }
  
  .icons-m2m {
      display: flex;
  }
  
  .icons-m2m a {
      text-decoration: none;
      text-align: center !important;
      margin-left: 2rem;
  }
  
  .section-inventario {
      background-color: #ffffff;
      padding: 1rem;
      display: flex;
  }
  
  .active-services {
      background-color: #E9F5ED;
      border-radius: 50%;
      padding: .5rem 2.5rem;
  }
  
  .locked-services {
      background-color: #FDE7E5;
      border-radius: 50%;
      padding: .5rem 2.5rem;
  }
  
  .locked-services img,
  .active-services img {
      margin-top: 1.75rem;
  }
  
  .lista-info ul>li {
      color: #888888;
      font-size: 1.5rem;
      margin-bottom: 1.5rem;
  }
  
  .panel-info-megas {
      background-color: #eeee;
      padding: 1.5rem;
      margin-top: 1.5rem;
  }
  
  .btn-primary-new {
      font-size: 1.2em;
      color: #fff !important;
      background-color: #EF3829;
      border-color: #EF3829;
      width: 200px;
      padding: 1rem;
      text-align: center !important;
  }
  /*Inicio de estilos tablas*/
  
  .table-miclaro thead tr th {
      background-color: #e9e9e9!important;
      border-bottom: 1px solid #797979!important;
      text-align: center!important;
      font-size: 12px!important;
      font-weight: bold!important;
      vertical-align: middle;
      margin-bottom: 10px!important;
  }
  
  .table-miclaro tbody tr td {
      vertical-align: middle;
      padding: 0px!important;
  }
  /*ESTILOS PARA TABLA COMPROBANTES DOCUMENTOS ELECTRÓNICOS*/
  
  .table-div-scroll-y {
      overflow-y: scroll;
      height: 160px;
      /*border: 1px solid #d8d8d8;*/
  }
  
  table.table-miclaro.style-td tbody {
      background-color: #ffffff;
  }
  
  table.table-miclaro.style-td thead,
  table.table-miclaro.style-td tbody>tr {
      display: table;
      width: 100% !important;
      table-layout: fixed;
  }
  
  table.table-miclaro.style-td tbody {
      display: block;
      width: 100% !important;
      table-layout: fixed;
  }
  
  .padding-on-td tbody tr:hover,
  .padding-on-td tbody tr:hover input {
      background-color: #e3e3e3;
  }
  
  .padding-on-td tbody tr td {
      padding: 8px 10px!important;
  }
  
  .table thead th {
      border-bottom: 0px solid #dee2e6;
      font-weight: bold;
  }
  
  table.table-miclaro.style-td td>a:first-child,
  table.table-miclaro.style-td td:first-child {
      color: #1097AE;
  }
  
  table.table-miclaro.style-td tbody.tbody-index-m2m tr>td:nth-child(4) {
      color: #E31D1A;
  }
  
  .th-last-child {
      padding-right: 4rem !important;
  }
  
  #td-item,
  #th-item {
      width: 8%;
  }
  
  .table-asigna-roles table.table-miclaro.style-td td:first-child {
      color: #333;
  }
  
  .table-asigna-roles table.table-miclaro.style-td tbody.tbody-asigna-roles tr>td:nth-child(3) {
      padding: 8px 0px 10px 0px !important;
  }
  
  .table-asigna-roles table.table-miclaro.style-td thead tr>th:nth-child(5) {
      text-align: left !important;
      padding-left: 2rem;
  }
  
  .table-asigna-roles table.table-miclaro.style-td thead tr>th:nth-child(6) {
      text-align: left !important;
      padding-left: 2.8rem;
  }
  
  .table-asigna-roles table.table-miclaro.style-td tbody.tbody-asigna-roles tr>td:nth-child(4) {
      padding-left: 2.5rem !important;
  }
  
  .table-responsive-sm.table-gestion-lineas table tbody {
      height: 250px;
  }
  
  .w-100 {
      width: 100%!important;
  }
  /*fin de estilos tablas*/
  
  .btn-carga-blue {
      background-color: #E2F3F5;
      border: 1px solid #1097AE;
      color: #1097AE;
      padding: 1rem 0rem;
      font-size: 1em;
      font-weight: bold;
  }
  
  .btn-carga-grey {
      background-color: #f5f5f5;
      border: 1px solid #888888;
      color: #888888;
      font-size: 1em;
      padding: 1rem 0rem;
      font-weight: bold;
  }
  /*Icono dentro del input*/
  
  .inner-addon {
      position: relative;
  }
  
  i.icon-info-grey::before {
      content: url("../images/M2MAdvanced/icon-help.svg");
  }
  
  .right-addon .icon-info-grey {
      right: 0px;
      top: 25px;
  }
  
  .inner-addon .icon-info-grey {
      position: absolute;
      padding: 8px;
      pointer-events: none;
  }
  
  .right-addon input {
      padding-right: 30px;
  }
  /*Fin icono*/
  
  i.icon-search-2::before {
      content: url("../images/M2MAdvanced/icon-search-2.svg");
  }
  
  .pasos-cargar-archivo {
      background-color: #fff;
      padding: 1rem;
      display: inline-block;
      display: none;
  }
  
  .pasos-cargar-archivo a {
      text-decoration: underline;
      color: #1097AE;
  }
  
  .nota-como-activar {
      display: inline-block;
      padding-top: 2rem;
  }
  
  .btn-cargar-archivo {
      color: #222222;
      padding: 1rem;
      text-align: center;
      background-color: #E0E0E0;
  }
  
  .content-transactional.content-m2m .btn:focus,
  .content-transactional.content-m2m .btn:active {
      outline: none !important;
      box-shadow: none !important;
  }
  
  input.file-upload {
      display: none;
  }
  
  .custom-file-upload {
      color: #222222;
      padding: 1rem;
      cursor: pointer;
      display: inline-block;
      text-align: center;
      border-radius: 4px;
      background-color: #E0E0E0;
  }
  
  .rol-admin {
      background-color: #E9F5ED;
      border-radius: 4px;
      padding: .5rem;
      color: #44AF69;
  }
  
  .rol-lectura {
      background-color: #E2F3F5;
      border-radius: 4px;
      padding: .5rem;
      color: #1097AE;
  }
  
  .popup-asignar-rol,
  .popup-solicitud-proceso {
      padding: 1.5rem;
      background-color: #fff;
      border-radius: 4px;
      box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.12);
  }
  
  .color-label {
      color: #888888;
  }
  
  .btn-regresar-grey {
      font-size: 1.2em;
      color: #888888 !important;
      background-color: #E0E0E0;
      border-color: #E0E0E0;
      width: 200px;
      padding: 1rem;
      text-align: center !important;
  }
  /*INPUTS RADIO CUSTOMIZE*/
  
  .hide-inputs input {
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
  }
  
  .hide-inputs {
      width: 100%;
  }
  
  .radio .hide-inputs {
      padding-left: 0px !important;
  }
  
  .change-operator,
  .change-operator-2 {
      background-color: #f5f5f5;
      border: 1px solid #888888;
      color: #888888;
      font-size: 1em;
      padding: 1rem 0rem;
      font-weight: bold;
      border-radius: 6px;
  }
  
  input.form-check-input[type="radio"]:checked~div {
      background-color: #E2F3F5;
      border: 1px solid #1097AE;
      color: #1097AE;
  }
  
  .cont-requerimiento {
      background-color: #F5F5F5;
  }
  
  .popup-solicitud-proceso p {
      font-size: 1.3rem;
      text-align: center !important;
  }
  
  .notificacion .content-text {
      background-color: #EEEEEE;
      padding: 1rem;
  }
  
  .contenido p {
      display: inline-block;
      margin-top: 1rem;
  }
  
  .color-blue-light {
      color: #1097AE;
  }
  
  .color-grey-hard {
      color: #888888;
  }
  
  .btn-dark-mode {
      font-size: 1.2em;
      color: #fff !important;
      background-color: #444444;
      border-color: #444444;
      width: 200px;
      padding: 1rem;
      text-align: center !important;
  }
  
  .btn-report-export {
      font-size: 1.2em;
      color: #222222 !important;
      background-color: #fff;
      border-color: #fff;
      width: 200px;
      font-weight: bold;
      padding: 1rem;
      text-align: center !important;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  }
  
  .content-m2m.content-mas-grande {
      height: 530px !important;
  }
  
  .btns-exportar-cambio {
      display: none;
  }
  
  .modal-content.modal-content-m2m {
      border-radius: .5rem;
  }
  
  .modal-content-m2m .modal-header {
      border-bottom: 0px;
  }
  
  .modal-content-m2m .modal-body {
      padding-top: 0rem;
  }
  
  .modal-content-m2m .modal-body h4 {
      font-weight: bold;
  }
  
  .num-select-lines {
      background-color: #f5f5f5;
      padding: 1rem;
  }
  
  .num-select-lines p {
      margin-bottom: 0px;
  }
  
  .num-select-lines .form-control {
      height: 42px;
      color: #1097AE;
      font-weight: bold;
      padding: 0px;
      white-space: pre-wrap;
      line-height: 15px;
      background-color: #f5f5f5;
      border: 0px !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
  }
  
  .num-select-lines .form-control:focus {
      outline: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
  }
  
  .accordion-modal .panel {
      box-shadow: none !important;
  }
  
  .accordion-modal .panel-default {
      border: 0px !important;
  }
  
  .accordion-modal .panel-body {
      padding-left: 0rem;
      padding-right: 0rem;
  }
  
  .panel-info {
      cursor: pointer;
  }
  
  .panel-info::after {
      content: "\f107";
      margin-left: 1rem;
      margin-top: -1%;
      font-size: 1.8em !important;
      position: absolute;
      font-family: "FontAwesome";
      color: #1097AE !important;
      font-weight: normal !important;
  }
  
  .panel-info[aria-expanded="true"]::after {
      content: "\f106";
  }
  
  .table.table-miclaro-nuevo-plan {
      border-collapse: separate;
      border-spacing: 0px 3px;
  }
  
  .table.table-miclaro-nuevo-plan tbody>tr>td {
      border: 1px solid #f5f5f5;
      background: #f5f5f5;
      padding: 5px;
  }
  
  .table.table-miclaro-nuevo-plan tbody>tr>td>label,
  .table.table-miclaro-nuevo-plan tbody>tr>td>h5 {
      margin: 0px;
  }