@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

@media screen and (max-width: 780px) {
    .body-principal {
        padding: 0px !important;
    }

    .flex-vertical-center {
        display: contents !important;
        align-items: center !important;
    }
}

@media screen and (min-width: 780px) {
    .padding-right-0 {
        padding-right: 0px;
    }

    .padding-left-0 {
        padding-left: 0px;
    }

    .login {
        padding: 5% 30%;
        background-color: #007cbfc4;
    }
}

body {
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}

#page {
    margin-top: 5px;
    margin-bottom: 5px;
    background: white;
    border: 1px solid #c9e0ed;
}

#footer {
    width: 100%;
    height: 40px;
    color: #6ac4e7;
    padding: 10px 0px;
    overflow: hidden;
    bottom: 0;
}

.body-principal {
    background: #6ac4e7;
    padding: 10px;
    height: 100%;
    min-height: 100%;
}

.body-inicio {
    background: #6ac4e7;
    padding: 15px 60px !important;
}

div.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.separador {
    margin: 10px 0px;
    border-top: 1px solid #e2e2e2;
}

.sangria20px {
    text-indent: 20px;
}

.align-bottom {
    display: flex;
    align-items: flex-end;
}

.menu-principal {
    background-color: #1b231f;
    padding: 0px;
}

.menu-principal .container {
    width: 100%;
    padding: 0px;
}

.menu-principal .panel-default {
    border-color: #272d2a;
    background-color: #272d2a;
    border: 0px;
}

.menu-principal .panel-heading {
    background: #272d2a;
    border-bottom: 1px solid #ddd;
    height: 35px;
    color: #6ac4e7;
    font-weight: bold;
    border-top-color: #ddd;
}

.menu-principal .panel-body {
    border-top: 0px !important;
    padding: 0px !important;
}

.menu-principal .panel-title {
    font-size: 13px;
}

.menu-principal .list-group-item {
    background: #1b231f;
    border: 0px;
    color: #6ac4e7;
    border-radius: 0px;
    padding: 5px 15px;
}

.menu-principal .list-group-item:hover {
    color: #89c1ab !important;
    font-weight: bold;
    background: #272d2a !important;
}

.menu-principal .nav > li > a:hover {
    background: #007cbf;
    color: #a8c09e;
    opacity: 0.5;
}

.menu-principal .nav > li > a {
    color: #007cbf;
    font-weight: bold;
    height: 29px;
}

.navbar-toggle {
    border: 1px solid #6ac4e7;
}

.navbar-toggle .icon-bar {
    background: #007cbf;
}

.navbar-collapse {
    padding: 0px;
}

.btn-accesos {
    border-color: #c6f5e3;
    color: #c6f5e3;
    padding: 5px 10px;
    margin: 2px;
}

.btn-ancho {
    width: 100%;
}

.btn-aceptar {
    background: #00acc1;
    color: #fff;
}

.btn-buscar {
    background: #428bca;
    border-color: #428bca;
    color: #fff;
    margin: 2px;
    font-size: 13px;
}

.btn-mini {
    color: #3b5f4c;
    background-color: #cffbdc;
    border: 1px solid #8cd0ab;
    padding: 3px 5px;
    border-radius: 5px;
}

.btn-mini-lupa {
    color: #f3fff9;
    background-color: #428bca;
    border: 1px solid #8cd0ab;
    padding: 3px 5px;
    border-radius: 5px;
}

.btn-danger-2x12 {
    padding: 2px 12px;
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    font-size: 13px;
}

.btn-success {
    font-size: 13px;
}

.alert-danger {
    font-size: 13px;
}

.panel {
    padding: 0px;
}

.panel-default {
    border-color: #6ac4e7;
    margin-bottom: 10px;
    background-color: #d9edf742;
    font-size: 13px;
}

.panel-titulo {
    background: #007cbf;
    text-align: center;
}

.panel-titulo-inicio {
    background: #6ac4e7;
    text-align: center;
    padding: 20px;
}

.panel-header-gral {
    color: #ffffff !important;
    background-color: #007cbf !important;
    /*border-color: #afe0ca !important;*/
}

.panel-title {
    font-size: 16px;
    font-weight: bold;
}

.panel-header-gral > h3 > small {
    color: #6ac4e7 !important;
}

.controles {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    color: #007cbf;
    background-color: #ffffff;
    border-color: #f1f3f3;
    margin-bottom: 3px;
    margin-top: 2px;
    height: 34px;
}

.mensajes_general {
    background: #80d5ff6b;
    color: #00311e;
    /*border-color: #84ccaf;*/
}

.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td {
    border-color: #eef3f6;
}

.table > thead {
    background: #007cbf;
    color: #ffffff;
}

.table > tbody {
    background: #ffffff;
    color: #000000;
}

.table-bordered > tbody > tr > td,
.table-bordered > thead > tr > th {
    padding: 5px 8px;
    vertical-align: inherit;
}

.tt-enc-obj {
    color: #000000;
    font-size: 3em;
    font-weight: bold;
}

.tt-enc-obj-consulta {
    color: #ffffff;
    font-size: 3em;
    font-weight: bold;
}

.tt-enc-24 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.tt-enc-14 {
    font-size: 14px;
}

.tt-enc-13 {
    font-size: 13px;
}

.tt-enc-12 {
    font-size: 12px;
}

.titulo-table {
    margin: 10px 0px 0px 0px;
    font-size: 14px;
}

.padding-0 {
    padding: 0px;
}

.margin-0 {
    margin: 0px;
}

.texto-12 {
    font-size: 12px;
}

.flex-vertical-center {
    display: flex;
    align-items: center;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: #007cbf;
    color: #ffffff;
    border-color: #bbefff;
    font-weight: bold;
}

.nav-tabs > li > a {
    color: #10734d;
}

.tab-content {
    border: 1px solid #007cbf;
}

.tt-inherit {
    color: #ffffff;
    font-size: inherit;
}

.glyphicon-verde {
    color: #10734d;
}

.modal-header {
    /*background: #c0f1d3;
      color: #10734d;
      border-bottom: 1px solid #afe0ca;*/
    background: #007cbf;
    color: #fff;
    border: 0;
}

.modal-body {
    /*color: #10734d;
      background: #f0fff6;*/
    background: #ffffff;
    color: #00666f !important;
    font-weight: bold;
}

.modal-header h2 {
    font-weight: bold;
    color: #fff;
}

div.container-fluid {
    padding: 2px 0px;
}

@media (max-width: 1240px) {
    div.container-fluid {
        display: grid;
    }
}

hr {
    border-top: 1px solid #6ac4e7;
}

.badge-btn-seleccion {
    color: #ffffff;
    background-color: #47bbce;
}

.nav-tabs {
    padding-top: 10px;
    border-bottom: 1px solid #007cbf;
}

.disabled-pointer {
    pointer-events: none;
}

.btn-menu {
    background-color: #007cbf;
    color: #fff;
}

body {
    font-family: "Poppins", sans-serif;
    background: #fafafa;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: white;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 25px;
    box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28),
    0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 260px;
    max-width: 260px;
    background-color: #007cbf !important;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -300px;
}

#sidebar .sidebar-header {
    padding: 17px;
    background-color: #007cbf !important;
}

#sidebar .sidebar-header img {
    display: block;
    margin: auto;
}

#sidebar ul.components {
    padding: 20px 0;
    /*border-bottom: 1px solid #47748b;*/
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386d5;
    background: #fff;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #4f8494;
}

a[data-toggle="collapse"] {
    position: relative;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386d5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

@media (max-width: 768px) {
    #content {
        width: 100%;
        padding: 0px;
        padding-left: 10px;
        min-height: 100vh;
        transition: all 0.3s;
    }
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -260px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}

.modal-backdrop {
    z-index: 0;
}

.group {
    position: relative;
    margin: 20px 0;
}

.inputLogin {
    background: none;
    color: #c6c6c6;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 320px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c6c6c6;
}

.inputLogin:focus {
    outline: none;
}

.inputLogin:focus ~ label,
.inputLogin:valid ~ label {
    top: -14px;
    font-size: 12px;
    color: #d9edf7;
}

.inputLogin:focus ~ .bar:before {
    width: 100%;
}

.inputLogin[type="password"] {
    letter-spacing: 0.3em;
}

.labelLogin {
    color: #c6c6c6;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 300ms ease all;
}

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #2196f3;
    transition: 300ms ease all;
    left: 0%;
}

/*Clase para hacer un <p> sin padding*/
.parrafo {
    font-family: "Poppins", sans-serif;
    font-size: 1.1em;
    color: rgb(0, 0, 0);
}

.prueba {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: rgb(0, 0, 0);
    text-indent: 1em;
}

.titulo {
    float: left;
    text-align: center;
}

/* iconos side*/
#login,
#login1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#login img {
    width: 45px;
    height: 15px;
    margin-bottom: 5px;
}

#login .nav-login {
    padding-left: 20px;
}

.btn-grande {
    width: 100%;
    text-decoration: none;
    font-size: 1.1em;
    /* padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 15px;
      padding-right: 15px; */
    background-color: #6ac4e7;
    color: #ffffff;
}

.selected {
    background-color: rgb(109, 255, 51);
}

.solo-lectura {
    background-color: #a7d2e8 !important;
    pointer-events: none;
}

.tbl-head {
    background: #007cbf;
    color: #ffffff;
}

.selecGrilla:hover {
    background-color: #07d544 !important;
    font-weight: bold;
    cursor: pointer;
}

@keyframes ldio-jigu8xogosr {
    0% {
        opacity: 0
    }
    20% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

.ldio-jigu8xogosr div {
    position: absolute;
    animation: ldio-jigu8xogosr 1s linear infinite;
    box-sizing: border-box !important;
}

.ldio-jigu8xogosr div:nth-child(1) {
    width: 44px;
    height: 44px;
    left: 34px;
    top: 128px;
    border-radius: 50%;
    background: #f47e60;
}

.ldio-jigu8xogosr div:nth-child(2) {
    width: 66px;
    height: 66px;
    left: 56px;
    top: 84px;
    border-radius: 0 66px 0 0;
    border: 20px solid #f8b26a;
    background: none;
    animation-delay: 0.1s;
    border-bottom: 0;
    border-left: 0
}

.ldio-jigu8xogosr div:nth-child(3) {
    width: 110px;
    height: 110px;
    left: 56px;
    top: 40px;
    border-radius: 0 110px 0 0;
    border: 20px solid #abbd81;
    background: none;
    animation-delay: 0.2s;
    border-bottom: 0;
    border-left: 0
}

.loadingio-spinner-radio-44hak31bbqk {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.ldio-jigu8xogosr {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

.ldio-jigu8xogosr div {
    box-sizing: content-box;
}