/* BOTON DE BUSCAR  ELIMINADO POR STYLE NUEVO */
.custom-search-datatable button {
  display: none !important;
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  .mache {
    padding-left: 120px !important; } }
@media screen and (max-width: 1600px) and (min-width: 1301px) {
  .mache {
    padding-left: 90px !important; } }

.img-modulo-panel{
  display: block;
  margin: auto;
  margin-bottom: 12px;
  height: 80px;
}

.botonera.content-botones .material-icons{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.botonera.content-botones .btn-primary {
  width: 39px;
  height: 39px;
}


table.tabla-clinica {
  border: 1px solid #3d9970;
  background-color: white;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  /* para cuando necesitamos que la tabla tenga hover dicionamos esta clase a la tabla*/ }
  table.tabla-clinica.table-hover tbody tr:hover {
    background-color: #6ec2a0 !important; }
  table.tabla-clinica tbody tr:nth-child(even) {
    background-color: #d5ece3; }
  table.tabla-clinica tbody tr.selected {
    background-color: #6ec2a0 !important; }
  table.tabla-clinica thead {
    background: #3d9970;
    color: white; }
  table.tabla-clinica thead th:first-child {
    border-left: none; }

table.tabla-clinica-agenda {
  border: 1px solid #3d9970;
  background-color: white;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  /* para cuando necesitamos que la tabla tenga hover dicionamos esta clase a la tabla*/ }
  table.tabla-clinica-agenda.table-hover tbody tr:hover {
    background-color: #6ec2a0 !important; }
  table.tabla-clinica-agenda tbody tr {
    /*&:nth-child(even) {
        background-color: #d5ece3;
    }*/ }
    table.tabla-clinica-agenda tbody tr.selected {
      background-color: #6ec2a0 !important; }
  table.tabla-clinica-agenda thead {
    background: #3d9970;
    color: white; }
  table.tabla-clinica-agenda thead th:first-child {
    border-left: none; }

.table-responsive .dataTables_wrapper {
  padding-left: 0px;
  padding-right: 0px; }

.sobrecabecera-div-tabla {
  background-color: #40906c;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  margin-bottom: -5px; }

table.tabla-clinica_v2 {
  border: 1px solid #3d9970;
  background-color: white;
  width: 100%;
  text-align: left;
  border-collapse: collapse; }

table.tabla-clinica_v2 tbody td {
  background: #ffffff;
  border: 1px solid #e0efea; }

table.tabla-clinica_v2 thead {
  background: #3d9970;
  color: white; }

table.tabla-clinica_v2 thead th:first-child {
  border-left: none; }

table.tabla {
  width: 100%; }
  table.tabla thead tr td,
  table.tabla thead tr th {
    text-align: center;
    background-color: #d8d8d8;
    font-weight: bold;
    font-size: 11px;
    border: none;
    text-transform: uppercase;
    color: #3f3f3f; }

table.tabla-striped tbody tr {
  background-color: white; }
  table.tabla-striped tbody tr:nth-child(odd) {
    background-color: #e6e6e6; }

/* Se sobreescrita esta clase para adecuarla al estilo del bootstrap */
.nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
  color: #fff;
  background-color: #3d9970; }

.borderizar-ul {
  border: 1px solid #c2c2c2;
  border-radius: 5px; }

div.grayTable {
  width: 100%;
  text-align: left;
  border-collapse: collapse; }

.divTable.grayTable .divTableCell,
.divTable.grayTable .divTableHead {
  border: 1px solid #AAAAAA;
  padding: 3px 3px; }
.divTable.grayTable .divTableBody .divTableCell {
  font-size: 11px; }
.divTable.grayTable .divTableHeading .divTableHead {
  font-size: 12px;
  font-weight: bold;
  color: #3f3f3f;
  background: #d8d8d8;
  text-align: center; }

.grayTable .tableFootStyle {
  font-size: 14px; }
  .grayTable .tableFootStyle .links {
    text-align: right; }
    .grayTable .tableFootStyle .links a {
      display: inline-block;
      background: #3d9970;
      color: #FFFFFF;
      padding: 2px 8px;
      border-radius: 5px; }

.grayTable.outerTableFooter {
  border-top: none; }
  .grayTable.outerTableFooter .tableFootStyle {
    padding: 3px 5px; }

table.grayTable {
  border: 1px solid #b4b4b4;
  background-color: white;
  width: 100%;
  text-align: left;
  border-collapse: collapse; }

table.grayTable td,
table.grayTable th {
  border: 1px solid #d8d8d8;
  padding: 3px 2px; }

table.grayTable tbody tr.sub-title {
  background-color: #c8c8c8; }
table.grayTable tbody td {
  font-size: 11px; }

table.grayTable thead {
  color: #3f3f3f;
  background: #d8d8d8; }

table.grayTable thead th {
  font-size: 12px;
  font-weight: bold;
  color: #383838;
  text-align: center;
  border-left: 2px solid #D0E4F5; }

table.grayTable thead th:first-child {
  border-left: none; }

table.grayTable tfoot td {
  font-size: 14px; }

table.grayTable tfoot .links {
  text-align: right; }

table.grayTable tfoot .links a {
  display: inline-block;
  background: #3d9970;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px; }

td.sub-tabla table {
  border: none !important; }
  td.sub-tabla table tbody tr td:first-child,
  td.sub-tabla table tbody tr th:first-child,
  td.sub-tabla table thead tr td:first-child,
  td.sub-tabla table thead tr th:first-child {
    border-left: 0px !important; }
  td.sub-tabla table tbody tr td:last-child,
  td.sub-tabla table tbody tr th:last-child,
  td.sub-tabla table thead tr td:last-child,
  td.sub-tabla table thead tr th:last-child {
    border-right: 0px !important; }
  td.sub-tabla table tbody tr:first-child td,
  td.sub-tabla table tbody tr:first-child th,
  td.sub-tabla table thead tr:first-child td,
  td.sub-tabla table thead tr:first-child th {
    border-top: 0px !important; }
  td.sub-tabla table tbody tr:last-child td,
  td.sub-tabla table tbody tr:last-child th,
  td.sub-tabla table thead tr:last-child td,
  td.sub-tabla table thead tr:last-child th {
    border-bottom: 0px !important; }
  td.sub-tabla table .bb-0 {
    border-bottom: 0px; }

div.greenTable {
  width: 100%;
  text-align: left;
  border-collapse: collapse; }

.divTable.greenTable .divTableCell,
.divTable.greenTable .divTableHead {
  border: 1px solid #A8A8A8;
  padding: 3px 2px; }
.divTable.greenTable .divTableBody .divTableCell {
  font-size: 13px;
  background: white; }
.divTable.greenTable .divTableHeading {
  border-bottom: 2px solid #444444; }
  .divTable.greenTable .divTableHeading .divTableHead {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background: #3D9970;
    text-align: center;
    border-left: 2px solid #D0E4F5; }
    .divTable.greenTable .divTableHeading .divTableHead:first-child {
      border-left: none; }

.greenTable .tableFootStyle {
  font-size: 14px; }
  .greenTable .tableFootStyle .links {
    text-align: right; }
    .greenTable .tableFootStyle .links a {
      display: inline-block;
      background: #3d9970;
      color: #FFFFFF;
      padding: 2px 8px;
      border-radius: 5px; }

.greenTable.outerTableFooter {
  border-top: none; }
  .greenTable.outerTableFooter .tableFootStyle {
    padding: 3px 5px; }

/* DivTable.com */
.divTable {
  display: table; }

.divTableRow {
  display: table-row; }

.divTableHeading {
  display: table-header-group; }

.divTableCell,
.divTableHead {
  display: table-cell; }

.divTableHeading {
  display: table-header-group; }

.divTableFoot {
  display: table-footer-group; }

.divTableBody {
  display: table-row-group; }

div.tabla-simple {
  background-color: #FFFFFF;
  width: 100%;
  text-align: left;
  border-collapse: collapse; }

.divTable.tabla-simple .divTableCell,
.divTable.tabla-simple .divTableHead {
  border: 1px solid #AAAAAA;
  padding: 3px 2px; }
.divTable.tabla-simple .divTableBody .divTableCell {
  font-size: 13px; }

.tabla-simple .tableFootStyle {
  font-size: 14px; }
  .tabla-simple .tableFootStyle .links {
    text-align: right; }
  .tabla-simple .tableFootStyle .links a {
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px; }

.tabla-simple.outerTableFooter {
  border-top: none; }
  .tabla-simple.outerTableFooter .tableFootStyle {
    padding: 3px 5px; }

table.tabla-simple {
  background-color: #FFFFFF;
  width: 100%;
  text-align: left;
  border-collapse: collapse; }

table.tabla-simple td,
table.tabla-simple th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px; }

table.tabla-simple tbody .sub-title {
  background: #f0f0f0; }
table.tabla-simple tbody td {
  font-size: 13px; }

table.tabla-simple thead {
  background: #3d9970; }
  table.tabla-simple thead th,
  table.tabla-simple thead td {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #D0E4F5; }
    table.tabla-simple thead th:first-child,
    table.tabla-simple thead td:first-child {
      border-left: none; }

table.tabla-simple tfoot td {
  font-size: 14px; }

div.no-border {
  border: 0px solid #1C6EA4;
  width: 100%;
  text-align: left;
  border-collapse: collapse; }

.divTable.no-border .divTableCell,
.divTable.no-border .divTableHead {
  border: 0px solid #AAAAAA;
  padding: 3px 2px; }

.divTable.no-border .divTableBody .divTableCell {
  font-size: 13px; }

.no-border .tableFootStyle {
  font-size: 14px; }

.no-border .tableFootStyle .links {
  text-align: right; }
  .no-border .tableFootStyle .links a {
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px; }

.no-border.outerTableFooter {
  border-top: none; }
  .no-border.outerTableFooter .tableFootStyle {
    padding: 3px 5px; }

table.sm thead td,
table.sm thead th,
table.sm .divTableHeading td,
table.sm .divTableHeading th,
.divTable.sm thead td,
.divTable.sm thead th,
.divTable.sm .divTableHeading td,
.divTable.sm .divTableHeading th {
  font-size: 13px;
  vertical-align: middle; }
table.sm tbody,
table.sm .divTableBody,
.divTable.sm tbody,
.divTable.sm .divTableBody {
  vertical-align: middle; }
  table.sm tbody td,
  table.sm tbody th,
  table.sm .divTableBody td,
  table.sm .divTableBody th,
  .divTable.sm tbody td,
  .divTable.sm tbody th,
  .divTable.sm .divTableBody td,
  .divTable.sm .divTableBody th {
    font-size: 12px; }

table.tabla-cols-dobles {
  border: none;
  min-width: 800px; }
  table.tabla-cols-dobles thead {
    border-width: 2px;
    border-style: solid;
    border-color: #3d9970; }
    table.tabla-cols-dobles thead .br-white {
      border-right: 1px solid white; }
  table.tabla-cols-dobles tbody {
    border-width: 2px;
    border-style: solid;
    border-color: #3d9970; }
    table.tabla-cols-dobles tbody tr {
      border-top-width: 1px;
      border-top-style: solid;
      border-top-color: #f5f5f5; }
      table.tabla-cols-dobles tbody tr:first-child {
        border-top-width: 3px;
        border-top-style: solid;
        border-top-color: #3d9970; }
  table.tabla-cols-dobles .col-texto {
    border: none;
    border-left-color: #3d9970;
    border-left-style: solid;
    border-left-width: 1px;
    vertical-align: middle; }
    table.tabla-cols-dobles .col-texto:first-child {
      border: none; }
  table.tabla-cols-dobles .col-valor {
    vertical-align: middle; }

.title-datatable {
  margin-bottom: -7px;
  margin-left: 15px;
  margin-right: 15px;
  min-width: 700px; }

.tabla-responsive-lg {
  min-width: 1000px; }

.tabla-responsive-md {
  min-width: 800px; }

.tabla-responsive-sm {
  min-width: 600px; }

.tabla-responsive {
  min-width: 300px; }

input.radioevo {
  display: none; }
  input.radioevo ~ label {
    outline: none;
    text-align: center;
    padding-left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: table-cell;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    transition: all 0.1s;
    font-weight: 600; }
  input.radioevo:checked ~ label {
    color: #ffffff;
    background-color: #59b18a; }
    input.radioevo:checked ~ label:hover {
      box-shadow: inset 0 0 7px 3px #3d9970; }
  input.radioevo:not(:checked) ~ label {
    color: #565656;
    background-color: #fff;
    box-shadow: inset 0 0 7px 3px #d4d4d4; }
    input.radioevo:not(:checked) ~ label:hover {
      box-shadow: inset 0 0 7px 3px #a3b7ae; }

[type=number] {
  text-align: center; }

[data-type=number] {
  text-align: center; }

.dataTable .editable.on {
  padding: 0; }
  .dataTable .editable.on input, .dataTable .editable.on textarea {
    height: 100%;
    width: 100%; }

.form-grande {
  font-size: 3rem;
  text-align: center;
  height: 5rem;
  width: 5rem; }

.content-botones {
  position: fixed;
  top: 60px;
  left: 600px;
  z-index: 3; }

.inpu {
  margin-left: 10px;
  width: 92%; }

button {
  cursor: pointer; }

.ml {
  margin-left: 10px; }

.loader {
  width: 100%;
  position: fixed;
  z-index: 9999999;
  top: 0;
  display: flex;
  background-color: white;
  height: 100%; }

.mxn-5 {
  margin-left: -5px;
  margin-right: -5px; }

.mxn-4 {
  margin-left: -4px;
  margin-right: -4px; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset; }

.white {
  color: #fff; }

.pl-texto {
  display: inline-block;
  padding-left: 32px; }

.p-absolute {
  position: absolute; }

.card-header {
  background-color: #55a98a;
  border: 1px solid #3d9970;
  color: white;
  padding: 5px;
  text-transform: lowercase; }
  .card-header p {
    margin: 0px; }
  .card-header label:first-letter {
    text-transform: uppercase; }

.canvas {
  display: block;
  margin: auto;
  width: 500px;
  height: 450px; }

.clinic-header {
  background: #3d9970 !important;
  color: white; }

button {
  cursor: pointer; }

label {
  margin-bottom: 0px; }

.loader {
  width: 100%;
  position: fixed;
  z-index: 9999999;
  top: 0;
  display: flex;
  background-color: white;
  height: 100%; }

.white {
  color: #fff; }

.card-header {
  background-color: #3d9970;
  border: 1px solid #3d9970;
  color: white;
  padding: 5px; }
  .card-header p {
    margin: 0px; }

.tabla-plan-enfermeria tbody td {
  border: 1px solid #c2c2c2 !important; }
  .tabla-plan-enfermeria tbody td:last-child {
    width: 5%;
    text-align: center; }
.tabla-plan-enfermeria tbody th {
  border: 1px solid #c2c2c2 !important; }

.ui-autocomplete-loading {
  background: white url("images/spinner.svg") right center no-repeat; }

[data-evolucion] {
  border-bottom: 1px solid #3d9970; }

.container-perfil {
  background: #fff;
  padding: 25px;
  margin-bottom: 15px; }
  .container-perfil .tab-content {
    margin-top: 30px; }
  .container-perfil .nav-tabs .nav-link.active {
    background-color: #f5f5f5; }
  .container-perfil .nav-tabs .nav-item .nav-link, .container-perfil .nav-tabs .nav-link.active {
    border: none;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom: 2px solid #b4b4b4; }
  .container-perfil .nav-tabs .nav-link {
    color: #495057; }
    .container-perfil .nav-tabs .nav-link:hover {
      background-color: #f5f5f5;
      color: #3d9970;
      border-bottom: 2px solid #3d9970; }
  .container-perfil .nav-tabs .nav-link.active {
    color: #3d9970;
    border-bottom: 2px solid #3d9970; }

.skin-green-light .main-header .logo {
  background-color: #3d9970;
  color: #fff;
  border-bottom: 0 solid transparent; }
  .skin-green-light .main-header .logo:hover {
    color: #fff;
    background-color: #327e5c;
    border-color: #2e7555; }

.skin-green-light .main-header .navbar {
  background-color: #3d9970; }

/* Cajas menu*/
.cajaMenu {
  border: 1px solid #CED4DA; /*Req-38525*/
  padding: 15px 5px 15px 5px;
  margin: 0px;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 200px;
  background: #fff;
  text-align: center; }
  
  .cajaMenu a {
    display: block;
    color: #695959;
    font-weight: bold;
    font-size: 1.1rem;
    text-decoration: none; }
    .cajaMenu a:hover {
      text-decoration: none; }
    .cajaMenu a i {
      display: block;
      color: #3d9970;
      font-size: 5.1rem;
      transition-duration: .3s;
      margin-bottom: 10px;
      -webkit-transition: all 0.3s;
      /* Safari */
      transition: all 0.3s; }
      .cajaMenu a i:hover {
        transition-duration: .2s;
        color: #327e5c;
        text-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

skin-green-light .sidebar-menu>li:hover>a, .skin-green-light .sidebar-menu>li.active>a
{
    color: #000;
    background: #E7F3F7;
    border-right-color: #3DC9EA;
    border-right-style: solid;
    border-right-width: 5px;
}

.sidebar-menunew>.nav>li:hover>a
{
    background: #6FD4DD;
}

.center {
  text-align: center; }

.ui-autocomplete {
  height: 200px;
  overflow-y: scroll; }

.banner {
  border-radius: 5px;
  height: 200px;
  width: 100%; }

.banner-text {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: #fff;
  border-radius: 0px 10px 3px 0px;
  z-index: 1;
  margin-top: -65px;
  font-size: 30px; }

.error-box {
  height: 100%;
  position: absolute;
  background: url(../img/error-bg.jpg) center center no-repeat #fff !important;
  width: 100%; }

.error-boxs {
  height: 100%;
  position: absolute;
  background: url(../img/construction.jpg) bottom right no-repeat #fff !important;
  width: 100%; }

.error-body {
  padding-top: 5%; }

.text-center {
  text-align: center !important; }

.error-body h1 {
  font-size: 210px;
  font-weight: 900;
  line-height: 210px; }

.error-box .footer {
  width: 100%;
  left: 0;
  right: 0; }

.footer {
  bottom: 0;
  background: #55A98A;
  left: 0;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  color: #fff; }

.footer a {
  color: #fff; }

table.dataTable th.focus, table.dataTable td.focus {
  outline: 3px solid #3d9970;
  outline-offset: -1px; }

/*# sourceMappingURL=style.css.map */
.title-datatable2{
  margin-bottom: -7px;
}
.title-datatable3{
  margin-bottom: 2px;
}
.index-modal{
  z-index: 1060 !important;
}


/*REQUERIMIENTO 41199 Diagnostico agregado a Formulacion, Procedimientos y Laboratorio*/

        .main-dx-history{
            position: relative;
        }
        .content-dx-history{
            position: absolute;
            top: 0;
            left: 0;
            margin-top: 28px;
            /*box-shadow: -1px 4px 4px 2px #b3b3b3;*/
            /*box-shadow: 2px 2px 9px 0px #444;*/
            box-shadow: -3px 6px 23px -6px #666;
            border-radius: 4px;
            width: 1800px;
            max-width: 100%;
            overflow: hidden;
            background: #ffffff;
            z-index: 20;
        }

        .content-dx-history table{
            margin: 0;
            display: flex;
            flex-direction: column;
        }
        
        .content-dx-history thead{
            background: #ECF0F5;
            color: #4d4d4d;
            font-size: 16px;
        }

        .content-dx-history > table > tbody {
            display: flex;
            flex-direction: column;
            max-height: 141px;
            overflow-y: auto;
            scrollbar-color: #7D7D7D #DBDBD9;
            scrollbar-width: thin;
        }
        
        .content-dx-history > table > tbody::-webkit-scrollbar{
            width: 8px;     /* Tamaño del scroll en vertical */
            height: 8px;    /* Tamaño del scroll en horizontal */
        }

        .content-dx-history > table > tbody::-webkit-scrollbar-thumb{
            background: #7D7D7D;
            border-radius: 4px;
        }

        /* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
        .content-dx-history > table > tbody::-webkit-scrollbar-thumb:hover{
            background: #b3b3b3;
            box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
        }

        .content-dx-history > table > tbody::-webkit-scrollbar-thumb:active{
            background-color: #999999;
        }

        .content-dx-history > table > tbody::-webkit-scrollbar-track{
            background: #DBDBD9;
        }




        .content-dx-history > table > thead tr,
        .content-dx-history > table > tbody tr{
            display: flex;
            flex-direction: row;
        } 

        .content-dx-history > table > tbody tr{
            width: 100%;
        }

        /*ORDEN DE MEDIDAS COLUMNAS*/
        .content-dx-history > table > tbody tr td:first-child,
        .content-dx-history > table > thead tr th:first-child,
        .content-dx-history > table > tbody tr td:nth-child(3),
        .content-dx-history > table > thead tr th:nth-child(3){
            width: 10%;
            display: block;
        }

        .content-dx-history > table > tbody tr td:nth-child(2),
        .content-dx-history > table > thead tr th:nth-child(2){
            width: 80%;
            display: block;
        }

        
        .content-dx-history > table > tbody tr .no-registros{
            width: 100% !important;
        }

        .content-dx-history thead th{
            font-weight: 600;
        }

        .content-dx-history tbody td,
        .content-dx-history thead th{
            text-align: center;
            padding: 0px;
            padding: 4px 0;
        }

        .content-dx-history > table > tbody tr td:nth-child(2){
            text-align: left;
        }

        .content-dx-history tbody td{
            padding: 11px 0;
        }

        label[for=todos-dx] > div,
        label[for=historia-dx] > div{
          margin-right: 8px !important;
        }

/*FIN 41199 Diagnostico agregado a Formulacion, Procedimientos y Laboratorio*/



/*ESTILOS AGREGADOS DESDE NEW STYLE*/
#div-notas_wrapper .dataTables_scrollHeadInner,
#div-notas_wrapper table{
  width: 100% !important;
}
#div-notas_wrapper  tr .td-fecha {
  width: 15% !important;
} 
#div-notas_wrapper tr .td-nota{
  width: 50% !important;
}

.word-break-table {
  min-width: 160px;
  max-width: 260px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

td p {
  margin-bottom: 0;
  max-height: 114px;
  overflow-y: auto;
}

.form-rezisable{
  height: 71px;
}