table.table-min {
    font-size: 10px;
}

table.dataTable tfoot th,
table.dataTable tfoot td,
table.dataTable thead th,
table.dataTable thead td {
    padding: 6px 8px;
}

.modal .input-icon>i {
    z-index: 1000;
}


/*
.modal-large{
margin-top: -400px !important;
}*/

.mb-03 {
    margin-bottom: 0.3em;
}

.mb-05 {
    margin-bottom: 0.5em;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mb-5 {
    margin-bottom: 5em;
}

.mt-0 {
    margin-top: 0px;
}

.mt-03 {
    margin-top: 0.3em;
}

.mt-05 {
    margin-top: 0.5em;
}

.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-3 {
    margin-top: 3em;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.p-0 {
    padding: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}


.pt-45 {
    padding-top: 45px !important;
}

.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pt-2 {
    padding-top: 2em !important;
}

.form-group.form-md-line-input.input-check {
    margin: 0;
    padding: 0 15px;
}

.form-group.form-md-line-input input[name^="d_"].form-control[readonly] {
    cursor: pointer;
}

.has-success .bootstrap-select .btn {
    border-color: oldlace;
    border-bottom: 1px solid #27a4b0;
}

.has-info .bootstrap-select .btn {
    border-color: oldlace;
    border-bottom: 1px solid #327ad5;
}

.dropdown-menu open {
    max-height: 300px;
}


.portlet.light .dataTables_wrapper .dt-buttons {
    margin-top: 0px;
}

.dataTables_wrapper .dt-buttons {
    float: left;
}


/*
.modal.container{
margin: 0 auto;

}*/

.modal.container.modalParametro {
    height: 300px;
}

.modal#formulario-config-area {
    height: 450px;
}

.modal#formulario-area-rol {
    height: 40em;
}

.modal#formulario-nuevo-proyecto {
    height: 40em;
}

/*.bootstrap-switch {
  display: block;
}*/

.campoArea {
    width: 150px;
    text-align: justify;
    height: 50px;
    overflow-y: scroll;
    font-size: 11px;
    -webkit-box-shadow: inset 0 0 4px rgba(126, 58, 58, 0.3);
    padding: 4px;
    white-space: normal;
    resize: both;
}

.campoAreaLargo {
    width: 150px;
    text-align: justify;
    font-weight: bold;
    height: 70px;
    overflow-y: scroll;
    font-size: 13px;
    padding: 2px;
    overflow: auto;
    white-space: normal;
    resize: both;
}

.campoAreaLargoAncho {
    text-align: justify;
    height: 90px;
    overflow-y: scroll;
    font-size: 11px;
    -webkit-box-shadow: inset 0 0 4px rgba(126, 58, 58, 0.3);
    padding: 4px;
    white-space: normal;
    resize: both;
}

.textoAreaLargoAncho {
    word-wrap: break-word;
    width: 300px;
    height: 150px;
    border: 1px solid blue;
}

.campoAreaPE {
    width: 100%;
    height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px;
    box-sizing: border-box;
}

.campoAreaPE::-webkit-scrollbar {
    width: 8px;
    /* Tamaño del scroll en vertical */
}

.campoArea::-webkit-scrollbar {
    width: 8px;
    /* Tamaño del scroll en vertical */
    height: 8px;
    /* Tamaño del scroll en horizontal */
    display: none;
    /* Ocultar scroll */
}

.campoAreaLarg {
    width: 150px;
    text-align: justify;
    height: 100px;
    overflow-y: scroll;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    padding: 10px
}

.campoAreaLarg::-webkit-scrollbar {
    width: 8px;
    /* Tamaño del scroll en vertical */
    height: 8px;
    /* Tamaño del scroll en horizontal */
    display: none;
    /* Ocultar scroll */
}

.bootstrap-select .filter-option {
    white-space: normal;
}

.bootstrap-select .dropdown-menu {
    overflow: auto;
}

.logo-arriba-izquierda,
.logo-arriba-izquierda:hover,
.logo-arriba-izquierda:active {
    color: #fff;
    text-decoration: none;
}

.logo-arriba-izquierda>h2>small {
    font-size: 9px;
    color: #fff;
    position: relative;
    top: -20px;
}

.swal2-container {
    z-index: 10000001 !important;
}

.popover {
    z-index: 10000001 !important;
}

.form-group .form-control.como-texto {
    border: none;
}

.progress.progress-weight {
    height: 20px;
    text-indent: 0px;
}

.form-control.sinIcono {
    padding-left: 0px !important;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.w-200 {
    width: 200px !important;
}

.w-250 {
    width: 250px !important;
}

.w-300 {
    width: 300px !important;
}

.w-350 {
    width: 350px !important;
}

.w-400 {
    width: 400px !important;
}

.w-450 {
    width: 450px !important;
}

.w-500 {
    width: 500px !important;
}

.inline-td {
    display: block;
    float: left;
    padding: 0 5px;
}

.contenedor-tabla {
    width: max-content;
}

.contenedor-tabla-scroll {
    /*  overflow-y: hidden;
width: auto;
overflow-x: scroll; */
    position: relative;
    /*  width: 800px;
height: 400px;*/
    overflow: auto;
    padding: 15px;
}

.scroll-next {
    position: relative;
}

#modalRegistro {
    min-height: 650px;
}


/* Scroll 2 */

.contenedor-tabla-scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.contenedor-tabla-scroll::-webkit-scrollbar-track {
    background-color: #a5aaad;
    border-radius: 10px;
}

.contenedor-tabla-scroll::-webkit-scrollbar-thumb {
    background-color: #00000070;
    border-radius: 10px;
}

.form-wizard .form-body .nav .tituloWizard {
    color: #000;
}

.form-group.form-md-line-input .help-block {
    opacity: 1 !important;
}

.popover.fade.in {
    opacity: 0.8;
}

.w-350 {
    width: 350px;
}

.w-300 {
    width: 300px;
}

.w-250 {
    width: 250px;
}

.w-200 {
    width: 200px;
}

.w-150 {
    width: 150px;
}

.w-100 {
    width: 100px;
}

.negrita {
    font-weight: bold;
}

.filaObservada {
    background: #f9e491 !important;
}

.bootstrap-select.bg-grey-salt .btn {
    background: #bfcad1 !important;
}

.bg-grey {
    background: #bfcad1 !important;
}

.vw-100 {
    width: 100%;
}

@media(min-width: 200px) and (max-width: 768px) {

    #modalActualizar .dropdown-menu.open,
    #modalObservar .dropdown-menu.open {
        max-width: 300px;
    }
}

@media(min-width: 769px) and (max-width: 2000px) {

    #modalActualizar .dropdown-menu.open,
    #modalObservar .dropdown-menu.open {
        max-width: 960px;
    }
}

.modal-margin {
    margin-left: 5% !important;
}

.modal-500h {
    height: 500px !important;
    width: 1000px !important;
    margin-left: 25% !important;
}

.modal-700h {
    height: 700px !important;
}

.modal-350h {
    height: 350px !important;
    width: 1000px !important;
    margin-left: 25% !important;
}

.loader,
.loader:before,
.loader:after {
    background: #17c4bb;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: #17c4bb;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
    content: "Espere por favor...";
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.modulo-pandora {
    min-height: 300px;
}

.logo-modulo {
    min-height: 210px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80% 80%;
}

.descripcion-modulo {
    min-height: 210px;
}

.texto-descripcion-modulo {
    min-height: 176px;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.contenedor-icono {
    max-height: 210px;
    text-align: center;
    padding: 15% 0;
}

.panel.panel-dark .panel-heading {
    color: #eef1f5;
    background-color: #26344b;
    border: 0;
}

.portlet.light>.portlet-title {
    padding: 10px 0 !important;
}

.dropdown-menu.open {
    max-width: 960px;
}

.mt-element-ribbon .ribbon {
    width: 100%;
}


/* INFOGRAFIA */

.panel-principal {
    position: absolute;
    display: none;
    width: 200px;
    background-color: #e7eded;
    height: auto;
    border-radius: 18px;
    padding: 21px 7px 14px 1px;
    box-shadow: 10px 14px 47px darkgrey;
}

.titulo_inventario {
    color: #da7926;
    float: inherit;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    padding: 0px !important;
}

.imagen_superior {
    float: left;
    width: 100%
}

.datos {
    float: inherit;
    width: 100%;
    padding-left: 15px;
}

.datos p {
    font-weight: bolder;
    font-size: 12px;
    margin: 1px 0px 0 0 !important;
    padding: 0px !important;
}

.superior {
    width: 100%;
    float: left;
    margin-top: -5px;
}

.imagen_superior img {
    border-radius: 50%;
    float: left;
    height: 80PX;
    width: 100%;
    padding: 0px;
}

.codigo {
    padding: 0px;
    background-color: #b2bf00;
    width: auto;
    border-radius: 5px;
    text-align: center;
    float: right;
    box-shadow: 4px 4px 2px darkgrey;
    color: #407800;
    font-weight: bolder;
}

.datos_superior {
    width: 100%;
    float: center;
}

.imgParque {
    position: absolute;
    top: -4%;
    right: 849px;
}

.input_error {
    background: #f9e8e9 !important;
}

.input_editar {
    background: #e0ebf9 !important;
}

.placeholder-50::-webkit-input-placeholder {
    bottom: -50px;
    position: relative;
}

.placeholder-50::-moz-input-placeholder {
    bottom: -50px;
    position: relative;
}

.placeholder-50:-moz-input-placeholder {
    bottom: -50px;
    position: relative;
}

.placeholder-50:-ms-input-placeholder {
    bottom: -50px;
    position: relative;
}

.placeholder-20::-webkit-input-placeholder {
    bottom: -20px;
    position: relative;
}

.placeholder-20::-moz-input-placeholder {
    bottom: -20px;
    position: relative;
}

.placeholder-20:-moz-input-placeholder {
    bottom: -20px;
    position: relative;
}

.placeholder-20:-ms-input-placeholder {
    bottom: -20px;
    position: relative;
}

.campoOculto {
    color: #fff !important;
    overflow: hidden;
}

.fz-10 {
    font-size: 10px !important;
}

.fz-9 {
    font-size: 9px !important;
}

.fz-8 {
    font-size: 8px !important;
}

.fz-8pt {
    font-size: 8pt !important;
}

.fz-7 {
    font-size: 7px !important;
}

.fz-6 {
    font-size: 6px !important;
}


.fz-11 {
    font-size: 11px !important;
}


.p-5-0 {
    padding: 5px 0 !important;
}

.loader,
.loader:before,
.loader:after {
    background: #17c4bb;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: #17c4bb;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
    content: "Espere por favor...";
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.mt-element-list .list-simple.group .list-toggle-container .list-toggle.error {
    background-color: #E43A45;
}

.mt-element-list .list-simple.ext-1.mt-list-container ul>.mt-list-item.error:hover {
    background-color: #E08283;
}

.mt-element-list .list-simple.ext-1.mt-list-container ul>.mt-list-item.error {
    border-color: #E43A45 #E43A45 #e7ecf1;
}


/* ICONOS MENU LATERAL */

.icono-menu {
    display: block;
    height: 30px;
    width: 100%;
    background-size: contain;
}

.popover-content {
    padding: 2px;
    background-color: #ffff4e;
    width: 300px;
}

.popover {
    max-width: 400px;
}

.quick-nav {
    top: 100% !important;
}

#diagrama-flujo,
.diagrama-flujo {
    border: 1px solid #cac4c4;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 1148px !important;
    height: 624px !important;
    background: url('../bower_components/mxgraph/javascript/examples/editors/images/grid.gif');
    cursor: default;
}

.pl-20 {
    padding-left: 20px;
}

.pl-10 {
    padding-left: 10px;
}

#contenedor-tarjetas-solicitudes .dashboard-stat2 .display .number small {
    font-size: 10px;
}

#contenedor-tarjetas-procedimientos .subtitulo {
    display: inline-block;
}

.desc {
    font-size: 20px;
}

#contenedor-tarjetas-procedimientos .dashboard-stat>.details>.titulo {
    display: block;
    color: #fff;
    padding-top: 5px;
    font-size: 18px;
    font-weight: bold;
}

tr.rowActorDinamico>td>hr {
    margin: 10px 0;
}

.badge-titulo {
    /*word-break: break-all;*/
    white-space: normal;
}

.contenedor-campos {
    padding: 1em 0;
    background: #fff;
}

#contenedor-tarjetas-estados .dashboard-stat2 .display .number small {
    font-size: 8px;
}

#contenedor-tarjetas-indicadores .subtitulo {
    display: inline-block;
}

.desc {
    font-size: 20px;
}

#contenedor-tarjetas-indicadores .dashboard-stat>.details>.titulo {
    display: block;
    color: #fff;
    padding-top: 5px;
    font-size: 18px;
    font-weight: bold;
}

.h-100 {
    height: 100px !important;
}

.cambio-color {
    transition: all 1s ease-in;
}

.border-radius-50 {
    border-radius: 50%;
}

.input-iconito .campoValidacion {
    background-color: white;
    border: 0;
}

.chartRiesgos {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.chartRiesgos canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

.percent.texto:after {
    content: '';
    margin-left: 0;
}

td.row-contenedor-padre {
    vertical-align: middle !important;
    background: #eff9f8;
}

td.row-contendor-hijo {
    vertical-align: middle !important;
}

input.bg-blanco {
    color: white !important;
}

button.btn_fr {
    float: right;
}

#fondo_infografia {
    width: 100%;
}

.loading-overlay.loading-theme-light.loading-shown {
    z-index: 1000000 !important;
}

textarea {
    resize: vertical;
}

.white-space-nowrap {
    white-space: nowrap;
}

.progress-bar-full {
    width: 100%;
}
/* ------------------------------------------------------------------
   Tarjetas de modulo del inicio.

   Reemplazan los dos paneles fijos de "proximos modulos a implementar",
   que no llevaban a ninguna parte. Ahora se pinta un modulo por cada
   entrada del menu del usuario y la tarjeta entera es el enlace.
   ------------------------------------------------------------------ */

.modulos-inicio {
    margin-top: 6px;
}

.modulos-inicio > div {
    margin-bottom: 20px;
}

.tarjeta-modulo {
    display: block;
    height: 100%;
    min-height: 168px;
    background: #fff;
    border: 1px solid #e4e7ea;
    border-radius: 8px;
    padding: 24px 18px 18px;
    text-align: center;
    text-decoration: none;
    color: #34495e;
    box-shadow: 0 1px 3px rgba(38, 52, 75, .06);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.tarjeta-modulo:hover,
.tarjeta-modulo:focus {
    text-decoration: none;
    color: #26344b;
    border-color: #26344b;
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(38, 52, 75, .16);
}

.tarjeta-modulo-icono {
    display: block;
    margin-bottom: 14px;
}

.tarjeta-modulo-icono i {
    font-size: 44px;
    line-height: 1;
    color: #26344b;
}

.tarjeta-modulo:hover .tarjeta-modulo-icono i {
    color: #1abc9c;
}

.tarjeta-modulo-titulo {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px;
    line-height: 1.35;
    margin-bottom: 6px;
}

.tarjeta-modulo-meta {
    display: block;
    font-size: 11.5px;
    color: #93a2b1;
    margin-bottom: 12px;
}

.tarjeta-modulo-ir {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #1abc9c;
    opacity: 0;
    transition: opacity .15s ease;
}

.tarjeta-modulo:hover .tarjeta-modulo-ir {
    opacity: 1;
}

.tarjeta-modulo-ir i {
    margin-left: 4px;
}

/* En pantallas tactiles no hay hover: el "Ingresar" queda siempre visible. */
@media (hover: none) {
    .tarjeta-modulo-ir {
        opacity: 1;
    }
}
