/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@import url("animate.min.css");
@import url("material-design-iconic-font.min.css");
@import url("material-design-iconic-font-v2.min.css");
@import url("icons.css");

@-webkit-viewport {
    zoom: 1;
    width: device-width;
}

@-moz-viewport {
    zoom: 1;
    width: device-width;
}

@-ms-viewport {
    zoom: 1;
    width: device-width;
}

@-o-viewport {
    zoom: 1;
    width: device-width;
}

@viewport {
    zoom: 1;
    width: device-width;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

* :focus {
    outline: 0 none;
    -moz-outline: 0 none;
    outline: thin transparent;
}

a:active,
a:focus {
    border: none;
    outline: none;
}

.hover01:hover {
    color: #017092 !important;
}

input::-moz-focus-inner {
    border: 0;
}

/* ==========================================================================
   Configuracion global de variables
   ========================================================================== */

:root {
    --accent-1: 74, 148, 74;
    --accent-gradient-1: linear-gradient( 45deg, rgb(var(--accent-1)), #5cb85c 30%, white 60% );
    --accent-2: 7, 122, 159;
    --accent-gradient-2: linear-gradient( 45deg, rgb(var(--accent-2)), #0895c9 30%, white 60% );
    --accent-3: 100, 100, 100;
    --accent-gradient-3: linear-gradient( 45deg, rgb(var(--accent-3)), #919191 5%, white 95% );
    --accent-4: 249, 195, 22;
    --accent-gradient-4: linear-gradient( 45deg, rgb(var(--accent-4)), #f9c316 15%, white 85% );
    --accent-5: 239, 93, 93;
    --accent-gradient-5: linear-gradient( 45deg, rgb(var(--accent-5)), #d63c3c 30%, white 60% );
}

/* ==========================================================================
   Cards filtros listado personalizacion
   ========================================================================== */

.card-Filtros {
    display: flex;
    padding: 0.25rem;
    background-color: white;
    background-image: none;
    background-size: 400%;
    border-radius: 0.6rem;
    background-position: 100%;
    transition: background-position 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.card-aprobacion.active {
    background-position: 0;
    background-image: var(--accent-gradient-1);
}

    .card-aprobacion.active > a > h2 {
        color: rgb(var(--accent-1));
    }

.card-aprobacion:is(:hover, :focus-within) {
    background-position: 0;
    background-image: var(--accent-gradient-1);
}

    .card-aprobacion:is(:hover, :focus-within) h2 {
        color: rgb(var(--accent-1));
    }

.card-aprobacion > a {
    width: 100%;
    text-decoration: none;
    line-height: 1.4;
    padding: 1rem 1.3rem;
    border-radius: 0.35rem;
    color: #111;
    background-color: white;
    opacity: 0.8;
}

.card-aprobacion > h2 {
    margin: 0;
    font-size: 1.25rem;
    transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.card-aprobacion > p {
    margin-top: 0.5rem;
    margin-bottom: 0;
    color: #444;
}

.card-Procesando > a {
    width: 100%;
    text-decoration: none;
    line-height: 1.4;
    padding: 1rem 1.3rem;
    border-radius: 0.35rem;
    color: #111;
    background-color: white;
    opacity: 0.8;
}

.card-Procesando > h2 {
    margin: 0;
    font-size: 1.25rem;
    transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.card-Procesando > p {
    margin-top: 0.5rem;
    margin-bottom: 0;
    color: #444;
}

.card-Procesando:is(:hover, :focus-within) {
    background-position: 0;
    background-image: var(--accent-gradient-2);
}

    .card-Procesando:is(:hover, :focus-within) h2 {
        color: rgb(var(--accent-2));
    }

.card-Procesando.active {
    background-position: 0;
    background-image: var(--accent-gradient-2);
}

    .card-Procesando.active > a > h2 {
        color: rgb(var(--accent-2));
    }

.card-Ingresados > a {
    width: 100%;
    text-decoration: none;
    line-height: 1.4;
    padding: 1rem 1.3rem;
    border-radius: 0.35rem;
    color: #111;
    background-color: white;
    opacity: 0.95;
}

.card-Ingresados > h2 {
    margin: 0;
    font-size: 1.25rem;
    transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.card-Ingresados > p {
    margin-top: 0.5rem;
    margin-bottom: 0;
    color: #444;
}

.card-Ingresados:is(:hover, :focus-within) {
    background-position: 0;
    background-image: var(--accent-gradient-4);
}

    .card-Ingresados:is(:hover, :focus-within) h2 {
        color: #000;
    }

.card-Ingresados.active {
    background-position: 0;
    background-image: var(--accent-gradient-4);
}

.card-Ingresados > a > h2 {
    color: #000;
}

.card-Procesado > a {
    width: 100%;
    text-decoration: none;
    line-height: 1.4;
    padding: 1rem 1.3rem;
    border-radius: 0.35rem;
    color: #111;
    background-color: white;
    opacity: 0.9;
}

.card-Procesado > h2 {
    margin: 0;
    font-size: 1.25rem;
    transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.card-Procesado > p {
    margin-top: 0.5rem;
    margin-bottom: 0;
    color: #444;
}

.card-Procesado:is(:hover, :focus-within) {
    background-position: 0;
    background-image: var(--accent-gradient-3);
}

    .card-Procesado:is(:hover, :focus-within) h2 {
        color: #000;
    }

.card-Procesado.active {
    background-position: 0;
    background-image: var(--accent-gradient-3);
}

.card-Procesado > a > h2 {
    color: #000;
}

.card-Procesado > a {
    width: 100%;
    text-decoration: none;
    line-height: 1.4;
    padding: 1rem 1.3rem;
    border-radius: 0.35rem;
    color: #111;
    background-color: white;
    opacity: 0.9;
}

.card-Procesado > h2 {
    margin: 0;
    font-size: 1.25rem;
    transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.card-Procesado > p {
    margin-top: 0.5rem;
    margin-bottom: 0;
    color: #444;
}

.card-Procesado:is(:hover, :focus-within) {
    background-position: 0;
    background-image: var(--accent-gradient-3);
}

    .card-Procesado:is(:hover, :focus-within) h2 {
        color: #000;
    }

.card-Procesado.active {
    background-position: 0;
    background-image: var(--accent-gradient-3);
}

.card-Procesado > a > h2 {
    color: #000;
}

.card-Eliminados > a {
    width: 100%;
    text-decoration: none;
    line-height: 1.4;
    padding: 1rem 1.3rem;
    border-radius: 0.35rem;
    color: #111;
    background-color: white;
    opacity: 0.9;
}

.card-Eliminados > h2 {
    margin: 0;
    font-size: 1.25rem;
    transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.card-Eliminados > p {
    margin-top: 0.5rem;
    margin-bottom: 0;
    color: #444;
}

.card-Eliminados:is(:hover, :focus-within) {
    background-position: 0;
    background-image: var(--accent-gradient-5);
}

    .card-Eliminados:is(:hover, :focus-within) h2 {
        color: rgb(var(--accent-5));
    }

.card-Eliminados.active {
    background-position: 0;
    background-image: var(--accent-gradient-5);
}

    .card-Eliminados.active > a > h2 {
        color: rgb(var(--accent-5));
    }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Native scrollbars, Pointer Events, Color Palette
   ========================================================================== */

::-webkit-scrollbar {
    width: 8px;
    padding: 2px;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: #bacfd6;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #077a9f;
}

.disable-hover,
.disable-hover * {
    pointer-events: none !important;
}

/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff"), url("../fonts/roboto/Roboto-Thin.ttf") format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
}

/* ==========================================================================
   Backoffice's Draft custom styles
   ========================================================================== */

.preload *,
.preload .animated,
.preload .item,
.preload:not(.preloader-wrapper),
.preload:not(.preloader-wrapper) div {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

html {
    font-size: 62.5%;
    overflow: visible;
}

html,
body {
    height: 100%;
}

body {
    background-color: #f1f1f1;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #212121;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased;
}

    body.modal-open {
        overflow: hidden;
    }

a,
a:link {
    color: #077a9f;
}

    a:hover {
        text-decoration: none !important;
    }

.noscriptmsg {
    text-align: center;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 15%;
}

    .noscriptmsg > h1 {
        font-weight: 500;
        color: #727272;
    }

    .noscriptmsg > h2 {
        color: red;
        line-height: 48px;
    }

.no-js .preloader-wrapper,
.no-js .wrapper {
    display: none;
}

.preloader-wrapper {
    position: absolute;
    top: 45%;
    left: 0;
    margin: 0 auto;
    right: 0;
    display: block;
    z-index: 500;
}

.wrapper {
    display: block;
    width: 100%;
    min-width: 1280px;
    min-height: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.loaded .wrapper {
    opacity: 1;
}

.wrapper > header {
    height: 16vh;
}

    .wrapper > header.fixed {
        width: 100%;
        position: fixed;
        z-index: 10;
    }

.wrapper > section.app-body {
    padding-top: 2px;
    padding-bottom: 20px;
}

.wrapper > section.fm-viewer {
    margin-top: -4vh;
}

.navbar-header {
    float: left;
    display: block;
    width: 470px;
    height: auto;
    margin: 0;
    padding: 0;
}

.navbar-brand {
    float: left;
    display: inline-block;
    margin: 0;
    padding: 10px 15px;
}

    .navbar-brand h1 {
        font-size: 20px;
        margin: 10px;
        color: #fff;
    }

    .navbar-brand a {
        text-decoration: none;
        color: inherit;
        font-size: 15px;
    }

.navbar-header .system-version {
    font-size: 11px;
}

.navbar {
    margin-bottom: 0;
    background: #fff;
    background: rgb(255, 255, 255);
    box-shadow: none;
}

.navbar-inverse {
    height: 64px;
    border-radius: 0;
}

    .navbar-inverse .container-fluid {
        background: rgb(9, 122, 159);
        background: linear-gradient( 90deg, rgba(9, 122, 159, 1) 0%, rgba(38, 166, 154, 1) 46%, rgba(38, 166, 154, 1) 100% );
        background-blend-mode: multiply;
    }

.navbar-nav > li.active,
.navbar-nav > li.open {
    background: rgb(0, 0, 0);
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background: rgb(9, 122, 159);
    background: linear-gradient( 90deg, rgba(9, 122, 159, 1) 0%, rgba(38, 166, 154, 1) 46%, rgba(38, 166, 154, 1) 100% );
    background-blend-mode: multiply;
}

.navbar .user-data {
    height: 64px;
    padding: 0 15px;
    line-height: 60px;
}

    .navbar .user-data .user-avatar {
        display: inline-block;
        margin: 0 0 0 5px;
    }

    .navbar .user-data .md {
        margin-left: 5px;
        font-size: 24px;
    }

.main-nav {
    width: 100%;
    height: 64px;
    margin: 0;
    padding: 0;
    background: #fff;
    background: rgb(255, 255, 255);
    border-bottom: 1px solid #ddd;
    position: relative;
}

    .main-nav .nav-tabs {
        float: left;
        display: block;
        width: 100%;
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }

.nav-tabs > li > a {
    padding: 0 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 64px;
    border: 0;
    box-shadow: none;
}

    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus:hover {
        color: #009688;
        -webkit-box-shadow: inset 0 -2px 0 #009688;
        box-shadow: inset 0 -2px 0 #009688;
    }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
    color: #077a9f;
    -webkit-box-shadow: inset 0 -2px 0 #077a9f;
    box-shadow: inset 0 -2px 0 #077a9f;
}

.main-nav .dropdown-menu,
.navbar-nav > li > .dropdown-menu {
    width: 100%;
}

    .main-nav .dropdown-menu > li > a {
        font-size: 15px;
        font-weight: 500;
    }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #077a9f;
    color: #fff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background: rgba(102, 153, 170, 1);
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.nav-tabs > li.open > a:hover,
.nav-tabs > li.open > a:focus:hover {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.btn-back {
    float: left;
    display: inline-block;
    margin: 0 20px 0 -15px;
    padding: 0;
    width: 68px;
    height: auto;
    color: rgba(7, 122, 159, 1);
    font-size: 36px;
    line-height: 64px;
    text-align: center;
    background: rgba(255, 255, 255, 0.3);
    background-blend-mode: multiply;
}

    .btn-back:hover {
        color: #fff;
    }

    .btn-back:visited {
        color: rgba(7, 122, 159, 1);
    }

    .btn-back:active {
        background: rgba(255, 255, 255, 0.75);
    }

/* button styles */

.btn {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}

    .btn:active,
    .btn.active,
    .btn:active:focus,
    .btn.active:focus {
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        outline: none;
    }

    .btn:focus {
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        outline: none;
    }

.btn-black {
    background-color: #000 !important;
    color: #fff;
}

    .btn-black:hover,
    .btn-black:focus:hover {
        background-color: #333;
    }

    .btn-black:active,
    .btn-black:active:hover,
    .btn-black:focus {
        background-color: #333;
        color: #fff;
    }

.btn-primary {
    background-color: #009688;
    color: #fff;
}

    .btn-primary:hover,
    .btn-primary:focus:hover {
        background-color: #077a9f;
    }

    .btn-primary:active,
    .btn-primary:active:hover,
    .btn-primary:focus {
        background-color: #6699aa;
        color: #37464d;
    }

    .btn-primary:active,
    .btn-primary.active {
        background-image: none;
    }

a.btn-outline-black {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 2px;
    padding: 5px 15px;
}

    a.btn-outline-black:hover,
    .btn-outline-black:focus:hover {
        background-color: #dbdbdb;
        color: #000 !important;
    }

    a.btn-outline-black:active,
    .btn-outline-black:active:hover,
    .btn-outline-black:focus {
        background-color: #dbdbdb;
        color: #000 !important;
    }

.btn-process,
a.btn-process,
.btn-next,
a.btn-next {
    position: absolute;
    right: 85px;
    top: 92px;
    width: 65px;
    height: 65px;
    z-index: 500;
    padding: 0;
    background: #009688;
    color: #fff;
    line-height: 64px;
    border: none;
    border-radius: 50%;
}

    .btn-process:focus,
    .btn-next:focus {
        background-color: #009688;
        color: #fff;
    }

    .btn-process:active,
    .btn-process.active,
    .btn-next:active,
    .btn-next.active {
        background-image: none;
        -webkit-transform: scale3d(0.9, 0.9, 1);
        transform: scale3d(0.9, 0.9, 1);
    }

    .btn-process.disabled,
    .btn-process[disabled],
    .btn-next[disabled],
    .btn-primary.btn-process[disabled] {
        opacity: 1;
        cursor: not-allowed;
    }

    .btn-process.btn-pulse[disabled] {
        background-color: #f44336;
    }

.btn.btn-danger {
    color: #fff !important;
}

/* floating labels */

.fl-form-group {
    position: relative;
}

    .fl-form-group input,
    .fl-form-group textarea {
        position: relative;
        z-index: 1;
        resize: none;
    }

    .fl-form-group label {
        display: block;
        position: relative;
        top: 2em;
        opacity: 0;
        z-index: 0;
        font-size: 0.938em;
        line-height: 1.764705882em;
        vertical-align: middle;
        vertical-align: baseline;
        margin: 0;
        -webkit-transition: top 0.5s ease, opacity 0.5s ease;
        transition: top 0.5s ease, opacity 0.5s ease;
    }

    .fl-form-group:not(:first-child) {
        border-left: 1px solid #ccc;
        padding-left: 14px;
    }

.fl-form-group-wv label {
    top: 0;
    opacity: 1;
}

.fl-form-group-wf label {
    color: #077a9f;
}

/**/

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
    -webkit-box-shadow: inset 0 -2px 0 #077a9f;
    box-shadow: inset 0 -2px 0 #077a9f;
}

/* -- Ripple effect -------------------------------- */

.ripple-effect {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ink {
    display: block;
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: #fff;
    opacity: 1;
}

.dropdown-toggle .ink,
.nav-tabs a .ink,
.list-group .list-group-item .ink {
    background: #6699aa;
}

.item .ink {
    background: rgba(0, 0, 0, 0.25);
}

.ink.animate {
    -webkit-animation: ripple 0.4s linear;
    animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

/* Process Indicator */

.progress {
    height: 8px;
}

.progress-h-15 {
    height: 15px;
    border-radius: 10px !important;
}

.progress,
.progress-bar,
.progress-bar:last-child {
    border-radius: 5px;
}

.table-log .process-component .p1,
.table-log .process-component .p2,
.list-group-detail .process-component .p1,
.list-group-detail .process-component .p2 {
    color: #727272;
}

.table-log .process-component {
    position: relative;
    margin-top: 15px;
}

.process-component {
    position: absolute;
    top: 0;
    right: 40px;
    margin: 0;
    display: none;
    width: 250px;
    z-index: 10;
}

    .process-component .p1,
    .process-component .p2 {
        float: left;
        display: inline-block;
        width: 15%;
        height: 100%;
        color: #727272;
        font-size: 11px;
        line-height: 30px;
    }

    .process-component .p1 {
        text-align: right;
        padding-right: 10px;
    }

    .process-component .p2 {
        text-align: left;
        padding-left: 10px;
    }

.progress-component {
    margin: 0;
    width: 180px;
    z-index: 10;
}

    .progress-component .p1,
    .progress-component .p2 {
        float: left;
        display: inline-block;
        width: 15%;
        height: 100%;
        color: #212121;
        font-size: 11px;
        line-height: 30px;
    }

    .progress-component .p1 {
        text-align: right;
        padding-right: 10px;
    }

    .progress-component .p2 {
        text-align: left;
        padding-left: 10px;
    }

.process-indicator {
    float: left;
    display: inline-block;
    width: 70%;
    background: #dfe3e4;
    margin: 10px 0 0 0;
}

.progress-mini {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.process-indicator .progress-bar {
    background: #077a9f;
    background: rgba(7, 122, 159, 0.75);
}

    .process-indicator .progress-bar.error {
        background: #c71018;
        background: rgba(199, 16, 94, 0.95);
    }

    .process-indicator .progress-bar.warning {
        background: #f9c316;
        background: rgba(249, 195, 22, 0.95);
    }

    .process-indicator .progress-bar.correct {
        background: #4eac95;
        background: rgba(78, 172, 149, 0.95);
    }

    .process-indicator .progress-bar:last-child:before {
        margin: -2px 0 0 0;
        background: transparent;
    }

.panel-primary > .panel-heading {
    background-color: #6699aa;
    border-color: #6699aa;
    padding: 15px;
    position: relative;
    min-height: 55px;
}

.panel-heading .process-component {
    top: 13px;
}

.panel-heading .process-indicator {
    background: rgba(255, 255, 255, 0.2);
}

    .panel-heading .process-indicator .progress-bar {
        background: rgba(255, 255, 255, 1);
    }

.panel-heading .process-component .p1,
.process-component .p2 {
    color: #fff;
}

.margin-out {
    margin: 0px;
}

/* ==========================================================================
   Perfect Scrollbars  v0.6.2
   ========================================================================== */

.scrollList .ps-scrollbar-y-rail {
    right: 0px !important;
}

.ps-container {
    overflow: hidden !important;
}

    .ps-container.ps-active-x > .ps-scrollbar-x-rail,
    .ps-container.ps-active-y > .ps-scrollbar-y-rail {
        display: block;
    }

    .ps-container.ps-in-scrolling {
        pointer-events: none;
    }

        .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
            background-color: #eee;
            opacity: 0.9;
        }

            .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
                background-color: #077a9f;
            }

        .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
            background-color: #eee;
            opacity: 0.9;
        }

            .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
                background-color: #077a9f;
            }

    .ps-container > .ps-scrollbar-x-rail {
        display: none;
        position: absolute;
        /* please don't change 'position' */
        border-radius: 4px;
        opacity: 0;
        -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
        transition: background-color 0.2s linear, opacity 0.2s linear;
        bottom: 3px;
        /* there must be 'bottom' for ps-scrollbar-x-rail */
        height: 8px;
    }

        .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
            position: absolute;
            /* please don't change 'position' */
            background-color: #077a9f;
            border-radius: 4px;
            -webkit-transition: background-color 0.2s linear;
            transition: background-color 0.2s linear;
            bottom: 0;
            /* there must be 'bottom' for ps-scrollbar-x */
            height: 8px;
        }

    .ps-container > .ps-scrollbar-y-rail {
        display: none;
        position: absolute;
        /* please don't change 'position' */
        border-radius: 4px;
        opacity: 0;
        -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
        transition: background-color 0.2s linear, opacity 0.2s linear;
        right: 3px !important;
        /* there must be 'right' for ps-scrollbar-y-rail */
        width: 8px;
    }

        .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
            position: absolute;
            /* please don't change 'position' */
            background-color: #077a9f;
            border-radius: 4px;
            -webkit-transition: background-color 0.2s linear;
            transition: background-color 0.2s linear;
            right: 0;
            /* there must be 'right' for ps-scrollbar-y */
            width: 8px;
        }

    .ps-container:hover.ps-in-scrolling {
        pointer-events: none;
    }

        .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
            background-color: #eee;
            opacity: 0.9;
        }

            .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
                background-color: #077a9f;
            }

        .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
            background-color: #eee;
            opacity: 0.9;
        }

            .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
                background-color: #077a9f;
            }

    .ps-container:hover > .ps-scrollbar-x-rail,
    .ps-container:hover > .ps-scrollbar-y-rail {
        opacity: 0.6;
    }

        .ps-container:hover > .ps-scrollbar-x-rail:hover {
            background-color: #eee;
            opacity: 0.9;
        }

            .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
                background-color: #077a9f;
            }

        .ps-container:hover > .ps-scrollbar-y-rail:hover {
            background-color: #eee;
            opacity: 0.9;
        }

            .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
                background-color: #077a9f;
            }

/*status proceso*/

.list-group.list-exports .status {
    position: absolute;
    top: 8px;
    right: 0px;
    margin: 0;
    z-index: 10;
    font-size: 18px;
}

    .list-group.list-exports .status.error a {
        background-color: #e2202a;
        color: #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: block;
        text-align: center;
        line-height: 30px;
    }

    .list-group.list-exports .status.correct {
        /*background-color: #4eac95;*/
        color: #4eac95;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: block;
        text-align: center;
    }

    .list-group.list-exports .status.error a:hover,
    .list-group.list-exports .status.error a:active,
    .list-group.list-exports .status.error a:focus {
        text-decoration: none;
        background-color: #c54046;
    }

/* paneles tracking*/
.panel-color {
    box-shadow: none;
    border-radius: 0px;
    min-height: 150px;
}

.text-green {
    color: rgb(0, 150, 136) !important;
}

.text-light-green {
    color: #4eac95 !important;
}

.text-blue {
    color: rgb(7, 122, 159) !important;
}

.text-blue-dark {
    color: rgb(0, 88, 115) !important;
}

.text-light-blue {
    color: rgb(102, 153, 170) !important;
}

.color-green {
    background: rgb(0, 150, 136) !important;
}

.color-light-green {
    background: #4eac95 !important;
}

.color-green-blue {
    background: rgb(1, 101, 132) !important;
}

.color-blue {
    background: rgb(7, 122, 159) !important;
}

.color-blue-dark {
    background: rgb(0, 88, 115) !important;
}

.color-light-blue {
    background: rgb(102, 153, 170) !important;
}

.color-grey {
    background: #afc1c6 !important;
}

.info-ni-aplicacion {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 10px 15px;
    text-align: left;
}

    .info-ni-aplicacion span {
        font-size: 18px;
        padding: 0 30px 0 10px;
        color: #009688 !important;
    }

        .info-ni-aplicacion span.title-info {
            font-size: 13px;
            padding: 0px;
            color: #000 !important;
        }

.title-page {
    font-size: 1.429em;
    font-weight: bold;
    margin: 0px;
}

.edit-exp-num,
.change-num-exp {
    margin: 25px 0;
}

    .edit-exp-num p {
        font-size: 33px !important;
    }

.panel-num-exp {
    height: 323px;
    position: relative;
}

    .panel-num-exp .panel-footer {
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

.cont-num-exp {
    padding: 0px 15px;
    height: 300px;
}

.panel-color p {
    color: #fff;
    font-size: 25px;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.panel-color span {
    font-size: 45px;
    display: inline-block;
    color: #fff;
    text-align: center;
    width: 100%;
    font-weight: 600;
    margin: 0px;
    line-height: 45px;
}

.num-shadow-1 {
    /* sombra blue*/

    text-shadow: 0px 0px #2588ad, 1px 1px #2588ad, 2px 2px #2588ad, 3px 3px #2588ad, 4px 4px #2588ad, 5px 5px #2588ad, 6px 6px #2588ad, 7px 7px #2588ad, 8px 8px #2588ad, 9px 9px #2588ad, 10px 10px #2588ad, 11px 11px #2588ad, 12px 12px #2588ad, 13px 13px #2588ad, 14px 14px #2588ad, 15px 15px #2588ad, 16px 16px #2588ad, 17px 17px #2588ad, 18px 18px #2588ad, 19px 19px #2588ad, 20px 20px #2588ad, 21px 21px #2588ad, 22px 22px #2588ad, 23px 23px #2588ad, 24px 24px #2588ad, 25px 25px #2588ad, 26px 26px #2588ad, 27px 27px #2588ad, 28px 28px #2588ad, 29px 29px #2588ad, 30px 30px #2588ad, 31px 31px #2588ad, 32px 32px #2588ad, 33px 33px #2588ad, 34px 34px #2588ad, 35px 35px #2588ad, 36px 36px #2588ad, 37px 37px #2588ad, 38px 38px #2588ad, 39px 39px #2588ad, 40px 40px #2588ad, 41px 41px #2588ad, 42px 42px #2588ad, 43px 43px #2588ad, 44px 44px #2588ad, 45px 45px #2588ad, 46px 46px #2588ad, 47px 47px #2588ad, 48px 48px #2588ad, 49px 49px #2588ad, 50px 50px #2588ad;
    font-size: 30px;
}

.num-shadow-2 {
    /*sombra light-blue*/
    text-shadow: 0px 0px #6ca7b8, 1px 1px #6ca7b8, 2px 2px #6ca7b8, 3px 3px #6ca7b8, 4px 4px #6ca7b8, 5px 5px #6ca7b8, 6px 6px #6ca7b8, 7px 7px #6ca7b8, 8px 8px #6ca7b8, 9px 9px #6ca7b8, 10px 10px #6ca7b8, 11px 11px #6ca7b8, 12px 12px #6ca7b8, 13px 13px #6ca7b8, 14px 14px #6ca7b8, 15px 15px #6ca7b8, 16px 16px #6ca7b8, 17px 17px #6ca7b8, 18px 18px #6ca7b8, 19px 19px #6ca7b8, 20px 20px #6ca7b8, 21px 21px #6ca7b8, 22px 22px #6ca7b8, 23px 23px #6ca7b8, 24px 24px #6ca7b8, 25px 25px #6ca7b8, 26px 26px #6ca7b8, 27px 27px #6ca7b8, 28px 28px #6ca7b8, 29px 29px #6ca7b8, 30px 30px #6ca7b8, 31px 31px #6ca7b8, 32px 32px #6ca7b8, 33px 33px #6ca7b8, 34px 34px #6ca7b8, 35px 35px #6ca7b8, 36px 36px #6ca7b8, 37px 37px #6ca7b8, 38px 38px #6ca7b8, 39px 39px #6ca7b8, 40px 40px #6ca7b8, 41px 41px #6ca7b8, 42px 42px #6ca7b8, 43px 43px #6ca7b8, 44px 44px #6ca7b8, 45px 45px #6ca7b8, 46px 46px #6ca7b8, 47px 47px #6ca7b8, 48px 48px #6ca7b8, 49px 49px #6ca7b8, 50px 50px #6ca7b8;
    font-size: 30px;
}

.num-shadow-3 {
    /*sombra blue-dark*/
    text-shadow: 0px 0px #006d8f, 1px 1px #006d8f, 2px 2px #006d8f, 3px 3px #006d8f, 4px 4px #006d8f, 5px 5px #006d8f, 6px 6px #006d8f, 7px 7px #006d8f, 8px 8px #006d8f, 9px 9px #006d8f, 10px 10px #006d8f, 11px 11px #006d8f, 12px 12px #006d8f, 13px 13px #006d8f, 14px 14px #006d8f, 15px 15px #006d8f, 16px 16px #006d8f, 17px 17px #006d8f, 18px 18px #006d8f, 19px 19px #006d8f, 20px 20px #006d8f, 21px 21px #006d8f, 22px 22px #006d8f, 23px 23px #006d8f, 24px 24px #006d8f, 25px 25px #006d8f, 26px 26px #006d8f, 27px 27px #006d8f, 28px 28px #006d8f, 29px 29px #006d8f, 30px 30px #006d8f, 31px 31px #006d8f, 32px 32px #006d8f, 33px 33px #006d8f, 34px 34px #006d8f, 35px 35px #006d8f, 36px 36px #006d8f, 37px 37px #006d8f, 38px 38px #006d8f, 39px 39px #006d8f, 40px 40px #006d8f, 41px 41px #006d8f, 42px 42px #006d8f, 43px 43px #006d8f, 44px 44px #006d8f, 45px 45px #006d8f, 46px 46px #006d8f, 47px 47px #006d8f, 48px 48px #006d8f, 49px 49px #006d8f, 50px 50px #006d8f;
    font-size: 30px;
}

.num-shadow-4 {
    /*sombra green-blue*/
    text-shadow: 0px 0px #017092, 1px 1px #017092, 2px 2px #017092, 3px 3px #017092, 4px 4px #017092, 5px 5px #017092, 6px 6px #017092, 7px 7px #017092, 8px 8px #017092, 9px 9px #017092, 10px 10px #017092, 11px 11px #017092, 12px 12px #017092, 13px 13px #017092, 14px 14px #017092, 15px 15px #017092, 16px 16px #017092, 17px 17px #017092, 18px 18px #017092, 19px 19px #017092, 20px 20px #017092, 21px 21px #017092, 22px 22px #017092, 23px 23px #017092, 24px 24px #017092, 25px 25px #017092, 26px 26px #017092, 27px 27px #017092, 28px 28px #017092, 29px 29px #017092, 30px 30px #017092, 31px 31px #017092, 32px 32px #017092, 33px 33px #017092, 34px 34px #017092, 35px 35px #017092, 36px 36px #017092, 37px 37px #017092, 38px 38px #017092, 39px 39px #017092, 40px 40px #017092, 41px 41px #017092, 42px 42px #017092, 43px 43px #017092, 44px 44px #017092, 45px 45px #017092, 46px 46px #017092, 47px 47px #017092, 48px 48px #017092, 49px 49px #017092, 50px 50px #017092;
    font-size: 30px;
}

.panel-head-color .panel-heading p {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin: 0px;
}

.panel-head-color .panel-heading span {
    font-size: 25px;
    color: #333;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-weight: 600;
}

.panel-head-color .panel-heading i.md {
    color: rgba(6, 121, 158, 0.22);
    display: inline-block;
    font-size: 45px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    width: 100%;
}

a.edit-exp-icon,
a.search-exp-icon {
    color: #fff;
    display: inline-block;
    text-align: right;
    width: 100%;
}

.edit-exp-icon:hover,
.edit-exp-icon:focus,
.edit-exp-icon:active,
.search-exp-icon:hover,
.search-exp-icon:focus,
.search-exp-icon:active {
    color: #ccc;
    text-decoration: none;
}

.change-num-exp input {
    display: inline-block;
    color: #fff;
    font-size: 30px !important;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    margin-top: 5px;
}

    .change-num-exp input.form-control::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
        font-weight: 300;
        font-size: 20px;
    }

    .change-num-exp input.form-control:-moz-placeholder {
        color: rgba(255, 255, 255, 0.5);
        font-weight: 300;
        font-size: 20px;
    }

    .change-num-exp input.form-control::-moz-placeholder {
        color: rgba(255, 255, 255, 0.5);
        font-weight: 300;
        font-size: 20px;
    }

    .change-num-exp input.form-control:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
        font-weight: 300;
        font-size: 20px;
    }

.badge {
    padding: 0 5px 0 5px;
    margin: 0 10px 0 5px;
    line-height: 20px;
    border-radius: 5px;
}

.int-indicator {
    position: absolute;
    top: 15px;
    left: 300px;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
}

.int-indicator-panel {
    position: absolute;
    top: 15px;
    left: 115px;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
}

.int-indicator span {
    display: inline-block;
}

.panel-primary > .panel-heading .int-indicator .badge {
    display: inline-block;
    margin: 0 20px 0 0;
}

.panel-primary > .panel-heading .badge {
    background: #fff;
    color: #212121;
}

.panel-primary.animated {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.no-cssanimations .panel-primary.animated {
    display: block;
}

.panel-footer {
    position: relative;
    min-height: 40px;
}

.panel-list {
    display: block;
    /*max-height: 650px;*/
}

.listado .panel-body {
    min-height: 105px !important;
}

.panel-list .panel-body {
    min-height: 400px;
    margin: 5px 0 0 0;
    padding: 0;
}

.panel .panel-body.scroll {
    max-height: 650px;
}

.panel-title {
    font-size: 18px;
}

.panel-data {
    position: relative;
    background-color: #6699aa;
    border-color: #6699aa;
    width: 100%;
    height: 210px;
    display: table;
    overflow: hidden;
}

.panel-value {
    min-height: 450px;
    box-shadow: 0px 0px #c7d5d9, 1px 1px #c7d5d9, 2px 2px #c7d5d9, 3px 3px #c7d5d9, 4px 4px #c7d5d9, 5px 5px #c7d5d9, 6px 6px #c7d5d9, 7px 7px #c7d5d9, 8px 8px #c7d5d9, 9px 9px #c7d5d9, 10px 10px #c7d5d9, 11px 11px #c7d5d9, 12px 12px #c7d5d9, 13px 13px #c7d5d9, 14px 14px #c7d5d9, 15px 15px #c7d5d9, 16px 16px #c7d5d9, 17px 17px #c7d5d9, 18px 18px #c7d5d9, 19px 19px #c7d5d9, 20px 20px #c7d5d9, 21px 21px #c7d5d9, 22px 22px #c7d5d9, 23px 23px #c7d5d9, 24px 24px #c7d5d9, 25px 25px #c7d5d9, 26px 26px #c7d5d9, 27px 27px #c7d5d9, 28px 28px #c7d5d9, 29px 29px #c7d5d9, 30px 30px #c7d5d9, 31px 31px #c7d5d9, 32px 32px #c7d5d9, 33px 33px #c7d5d9, 34px 34px #c7d5d9, 35px 35px #c7d5d9, 36px 36px #c7d5d9, 37px 37px #c7d5d9, 38px 38px #c7d5d9, 39px 39px #c7d5d9, 40px 40px #c7d5d9, 41px 41px #c7d5d9, 42px 42px #c7d5d9, 43px 43px #c7d5d9, 44px 44px #c7d5d9, 45px 45px #c7d5d9, 46px 46px #c7d5d9, 47px 47px #c7d5d9, 48px 48px #c7d5d9, 49px 49px #c7d5d9, 50px 50px #c7d5d9, 51px 51px #c7d5d9, 52px 52px #c7d5d9, 53px 53px #c7d5d9, 54px 54px #c7d5d9, 55px 55px #c7d5d9, 56px 56px #c7d5d9, 57px 57px #c7d5d9, 58px 58px #c7d5d9, 59px 59px #c7d5d9, 60px 60px #c7d5d9, 61px 61px #c7d5d9, 62px 62px #c7d5d9, 63px 63px #c7d5d9, 64px 64px #c7d5d9, 65px 65px #c7d5d9, 66px 66px #c7d5d9, 67px 67px #c7d5d9, 68px 68px #c7d5d9, 69px 69px #c7d5d9, 70px 70px #c7d5d9, 71px 71px #c7d5d9, 72px 72px #c7d5d9, 73px 73px #c7d5d9, 74px 74px #c7d5d9, 75px 75px #c7d5d9, 76px 76px #c7d5d9, 77px 77px #c7d5d9, 78px 78px #c7d5d9, 79px 79px #c7d5d9, 80px 80px #c7d5d9, 81px 81px #c7d5d9, 82px 82px #c7d5d9, 83px 83px #c7d5d9, 84px 84px #c7d5d9, 85px 85px #c7d5d9, 86px 86px #c7d5d9, 87px 87px #c7d5d9, 88px 88px #c7d5d9, 89px 89px #c7d5d9, 90px 90px #c7d5d9, 91px 91px #c7d5d9, 92px 92px #c7d5d9, 93px 93px #c7d5d9, 94px 94px #c7d5d9, 95px 95px #c7d5d9, 96px 96px #c7d5d9, 97px 97px #c7d5d9, 98px 98px #c7d5d9, 99px 99px #c7d5d9, 100px 100px #c7d5d9, 101px 101px #c7d5d9, 102px 102px #c7d5d9, 103px 103px #c7d5d9, 104px 104px #c7d5d9, 105px 105px #c7d5d9, 106px 106px #c7d5d9, 107px 107px #c7d5d9, 108px 108px #c7d5d9, 109px 109px #c7d5d9, 110px 110px #c7d5d9, 111px 111px #c7d5d9, 112px 112px #c7d5d9, 113px 113px #c7d5d9, 114px 114px #c7d5d9, 115px 115px #c7d5d9, 116px 116px #c7d5d9, 117px 117px #c7d5d9, 118px 118px #c7d5d9, 119px 119px #c7d5d9, 120px 120px #c7d5d9, 121px 121px #c7d5d9, 122px 122px #c7d5d9, 123px 123px #c7d5d9, 124px 124px #c7d5d9, 125px 125px #c7d5d9, 126px 126px #c7d5d9, 127px 127px #c7d5d9, 128px 128px #c7d5d9, 129px 129px #c7d5d9, 130px 130px #c7d5d9, 131px 131px #c7d5d9, 132px 132px #c7d5d9, 133px 133px #c7d5d9, 134px 134px #c7d5d9, 135px 135px #c7d5d9, 136px 136px #c7d5d9, 137px 137px #c7d5d9, 138px 138px #c7d5d9, 139px 139px #c7d5d9, 140px 140px #c7d5d9, 141px 141px #c7d5d9, 142px 142px #c7d5d9, 143px 143px #c7d5d9, 144px 144px #c7d5d9, 145px 145px #c7d5d9, 146px 146px #c7d5d9, 147px 147px #c7d5d9, 148px 148px #c7d5d9, 149px 149px #c7d5d9, 150px 150px #c7d5d9, 151px 151px #c7d5d9, 152px 152px #c7d5d9, 153px 153px #c7d5d9, 154px 154px #c7d5d9, 155px 155px #c7d5d9, 156px 156px #c7d5d9, 157px 157px #c7d5d9, 158px 158px #c7d5d9, 159px 159px #c7d5d9, 160px 160px #c7d5d9, 161px 161px #c7d5d9, 162px 162px #c7d5d9, 163px 163px #c7d5d9, 164px 164px #c7d5d9, 165px 165px #c7d5d9, 166px 166px #c7d5d9, 167px 167px #c7d5d9, 168px 168px #c7d5d9, 169px 169px #c7d5d9, 170px 170px #c7d5d9, 171px 171px #c7d5d9, 172px 172px #c7d5d9, 173px 173px #c7d5d9, 174px 174px #c7d5d9, 175px 175px #c7d5d9, 176px 176px #c7d5d9, 177px 177px #c7d5d9, 178px 178px #c7d5d9, 179px 179px #c7d5d9, 180px 180px #c7d5d9, 181px 181px #c7d5d9, 182px 182px #c7d5d9, 183px 183px #c7d5d9, 184px 184px #c7d5d9, 185px 185px #c7d5d9, 186px 186px #c7d5d9, 187px 187px #c7d5d9, 188px 188px #c7d5d9, 189px 189px #c7d5d9, 190px 190px #c7d5d9, 191px 191px #c7d5d9, 192px 192px #c7d5d9, 193px 193px #c7d5d9, 194px 194px #c7d5d9, 195px 195px #c7d5d9, 196px 196px #c7d5d9, 197px 197px #c7d5d9, 198px 198px #c7d5d9, 199px 199px #c7d5d9, 200px 200px #c7d5d9, 201px 201px #c7d5d9, 202px 202px #c7d5d9, 203px 203px #c7d5d9, 204px 204px #c7d5d9, 205px 205px #c7d5d9, 206px 206px #c7d5d9, 207px 207px #c7d5d9, 208px 208px #c7d5d9, 209px 209px #c7d5d9, 210px 210px #c7d5d9, 211px 211px #c7d5d9, 212px 212px #c7d5d9, 213px 213px #c7d5d9, 214px 214px #c7d5d9, 215px 215px #c7d5d9, 216px 216px #c7d5d9, 217px 217px #c7d5d9, 218px 218px #c7d5d9, 219px 219px #c7d5d9;
}

.panel-value-2 {
    min-height: 450px;
    box-shadow: 0px 0px #beced4, 1px 1px #beced4, 2px 2px #beced4, 3px 3px #beced4, 4px 4px #beced4, 5px 5px #beced4, 6px 6px #beced4, 7px 7px #beced4, 8px 8px #beced4, 9px 9px #beced4, 10px 10px #beced4, 11px 11px #beced4, 12px 12px #beced4, 13px 13px #beced4, 14px 14px #beced4, 15px 15px #beced4, 16px 16px #beced4, 17px 17px #beced4, 18px 18px #beced4, 19px 19px #beced4, 20px 20px #beced4, 21px 21px #beced4, 22px 22px #beced4, 23px 23px #beced4, 24px 24px #beced4, 25px 25px #beced4, 26px 26px #beced4, 27px 27px #beced4, 28px 28px #beced4, 29px 29px #beced4, 30px 30px #beced4, 31px 31px #beced4, 32px 32px #beced4, 33px 33px #beced4, 34px 34px #beced4, 35px 35px #beced4, 36px 36px #beced4, 37px 37px #beced4, 38px 38px #beced4, 39px 39px #beced4, 40px 40px #beced4, 41px 41px #beced4, 42px 42px #beced4, 43px 43px #beced4, 44px 44px #beced4, 45px 45px #beced4, 46px 46px #beced4, 47px 47px #beced4, 48px 48px #beced4, 49px 49px #beced4, 50px 50px #beced4, 51px 51px #beced4, 52px 52px #beced4, 53px 53px #beced4, 54px 54px #beced4, 55px 55px #beced4, 56px 56px #beced4, 57px 57px #beced4, 58px 58px #beced4, 59px 59px #beced4, 60px 60px #beced4, 61px 61px #beced4, 62px 62px #beced4, 63px 63px #beced4, 64px 64px #beced4, 65px 65px #beced4, 66px 66px #beced4, 67px 67px #beced4, 68px 68px #beced4, 69px 69px #beced4, 70px 70px #beced4, 71px 71px #beced4, 72px 72px #beced4, 73px 73px #beced4, 74px 74px #beced4, 75px 75px #beced4, 76px 76px #beced4, 77px 77px #beced4, 78px 78px #beced4, 79px 79px #beced4, 80px 80px #beced4, 81px 81px #beced4, 82px 82px #beced4, 83px 83px #beced4, 84px 84px #beced4, 85px 85px #beced4, 86px 86px #beced4, 87px 87px #beced4, 88px 88px #beced4, 89px 89px #beced4, 90px 90px #beced4, 91px 91px #beced4, 92px 92px #beced4, 93px 93px #beced4, 94px 94px #beced4, 95px 95px #beced4, 96px 96px #beced4, 97px 97px #beced4, 98px 98px #beced4, 99px 99px #beced4, 100px 100px #beced4, 101px 101px #beced4, 102px 102px #beced4, 103px 103px #beced4, 104px 104px #beced4, 105px 105px #beced4, 106px 106px #beced4, 107px 107px #beced4, 108px 108px #beced4, 109px 109px #beced4, 110px 110px #beced4, 111px 111px #beced4, 112px 112px #beced4, 113px 113px #beced4, 114px 114px #beced4, 115px 115px #beced4, 116px 116px #beced4, 117px 117px #beced4, 118px 118px #beced4, 119px 119px #beced4, 120px 120px #beced4, 121px 121px #beced4, 122px 122px #beced4, 123px 123px #beced4, 124px 124px #beced4, 125px 125px #beced4, 126px 126px #beced4, 127px 127px #beced4, 128px 128px #beced4, 129px 129px #beced4, 130px 130px #beced4, 131px 131px #beced4, 132px 132px #beced4, 133px 133px #beced4, 134px 134px #beced4, 135px 135px #beced4, 136px 136px #beced4, 137px 137px #beced4, 138px 138px #beced4, 139px 139px #beced4, 140px 140px #beced4, 141px 141px #beced4, 142px 142px #beced4, 143px 143px #beced4, 144px 144px #beced4, 145px 145px #beced4, 146px 146px #beced4, 147px 147px #beced4, 148px 148px #beced4, 149px 149px #beced4, 150px 150px #beced4, 151px 151px #beced4, 152px 152px #beced4, 153px 153px #beced4, 154px 154px #beced4, 155px 155px #beced4, 156px 156px #beced4, 157px 157px #beced4, 158px 158px #beced4, 159px 159px #beced4, 160px 160px #beced4, 161px 161px #beced4, 162px 162px #beced4, 163px 163px #beced4, 164px 164px #beced4, 165px 165px #beced4, 166px 166px #beced4, 167px 167px #beced4, 168px 168px #beced4, 169px 169px #beced4, 170px 170px #beced4, 171px 171px #beced4, 172px 172px #beced4, 173px 173px #beced4, 174px 174px #beced4, 175px 175px #beced4, 176px 176px #beced4, 177px 177px #beced4, 178px 178px #beced4, 179px 179px #beced4, 180px 180px #beced4, 181px 181px #beced4, 182px 182px #beced4, 183px 183px #beced4, 184px 184px #beced4, 185px 185px #beced4, 186px 186px #beced4, 187px 187px #beced4, 188px 188px #beced4, 189px 189px #beced4, 190px 190px #beced4, 191px 191px #beced4, 192px 192px #beced4, 193px 193px #beced4, 194px 194px #beced4, 195px 195px #beced4, 196px 196px #beced4, 197px 197px #beced4, 198px 198px #beced4, 199px 199px #beced4, 200px 200px #beced4, 201px 201px #beced4, 202px 202px #beced4, 203px 203px #beced4, 204px 204px #beced4, 205px 205px #beced4, 206px 206px #beced4, 207px 207px #beced4, 208px 208px #beced4, 209px 209px #beced4, 210px 210px #beced4, 211px 211px #beced4, 212px 212px #beced4, 213px 213px #beced4, 214px 214px #beced4, 215px 215px #beced4, 216px 216px #beced4, 217px 217px #beced4, 218px 218px #beced4, 219px 219px #beced4, 220px 220px #beced4;
}

.panel-data .data-number {
    display: table-row;
    width: 100%;
    height: auto;
    padding: 0 15px;
    margin: 0;
    vertical-align: top;
    text-align: left;
    font-size: 64px;
    color: #fff;
    text-shadow: 0px 0px #5a8795, 1px 1px #5a8795, 2px 2px #5a8795, 3px 3px #5a8795, 4px 4px #5a8795, 5px 5px #5a8795, 6px 6px #5a8795, 7px 7px #5a8795, 8px 8px #5a8795, 9px 9px #5a8795, 10px 10px #5a8795, 11px 11px #5a8795, 12px 12px #5a8795, 13px 13px #5a8795, 14px 14px #5a8795, 15px 15px #5a8795, 16px 16px #5a8795, 17px 17px #5a8795, 18px 18px #5a8795, 19px 19px #5a8795, 20px 20px #5a8795, 21px 21px #5a8795, 22px 22px #5a8795, 23px 23px #5a8795, 24px 24px #5a8795, 25px 25px #5a8795, 26px 26px #5a8795, 27px 27px #5a8795, 28px 28px #5a8795, 29px 29px #5a8795, 30px 30px #5a8795, 31px 31px #5a8795, 32px 32px #5a8795, 33px 33px #5a8795, 34px 34px #5a8795, 35px 35px #5a8795, 36px 36px #5a8795, 37px 37px #5a8795, 38px 38px #5a8795, 39px 39px #5a8795, 40px 40px #5a8795, 41px 41px #5a8795, 42px 42px #5a8795, 43px 43px #5a8795, 44px 44px #5a8795, 45px 45px #5a8795, 46px 46px #5a8795, 47px 47px #5a8795, 48px 48px #5a8795, 49px 49px #5a8795, 50px 50px #5a8795, 51px 51px #5a8795, 52px 52px #5a8795, 53px 53px #5a8795, 54px 54px #5a8795, 55px 55px #5a8795, 56px 56px #5a8795, 57px 57px #5a8795, 58px 58px #5a8795, 59px 59px #5a8795, 60px 60px #5a8795, 61px 61px #5a8795, 62px 62px #5a8795, 63px 63px #5a8795, 64px 64px #5a8795, 65px 65px #5a8795, 66px 66px #5a8795, 67px 67px #5a8795, 68px 68px #5a8795, 69px 69px #5a8795, 70px 70px #5a8795, 71px 71px #5a8795, 72px 72px #5a8795, 73px 73px #5a8795, 74px 74px #5a8795, 75px 75px #5a8795, 76px 76px #5a8795, 77px 77px #5a8795, 78px 78px #5a8795, 79px 79px #5a8795, 80px 80px #5a8795, 81px 81px #5a8795, 82px 82px #5a8795, 83px 83px #5a8795, 84px 84px #5a8795, 85px 85px #5a8795, 86px 86px #5a8795, 87px 87px #5a8795, 88px 88px #5a8795, 89px 89px #5a8795, 90px 90px #5a8795, 91px 91px #5a8795, 92px 92px #5a8795, 93px 93px #5a8795, 94px 94px #5a8795, 95px 95px #5a8795, 96px 96px #5a8795, 97px 97px #5a8795, 98px 98px #5a8795, 99px 99px #5a8795, 100px 100px #5a8795, 101px 101px #5a8795, 102px 102px #5a8795, 103px 103px #5a8795, 104px 104px #5a8795, 105px 105px #5a8795, 106px 106px #5a8795, 107px 107px #5a8795, 108px 108px #5a8795, 109px 109px #5a8795, 110px 110px #5a8795, 111px 111px #5a8795, 112px 112px #5a8795, 113px 113px #5a8795, 114px 114px #5a8795, 115px 115px #5a8795, 116px 116px #5a8795, 117px 117px #5a8795, 118px 118px #5a8795, 119px 119px #5a8795, 120px 120px #5a8795, 121px 121px #5a8795, 122px 122px #5a8795, 123px 123px #5a8795, 124px 124px #5a8795, 125px 125px #5a8795, 126px 126px #5a8795, 127px 127px #5a8795, 128px 128px #5a8795, 129px 129px #5a8795, 130px 130px #5a8795, 131px 131px #5a8795, 132px 132px #5a8795, 133px 133px #5a8795, 134px 134px #5a8795, 135px 135px #5a8795, 136px 136px #5a8795, 137px 137px #5a8795, 138px 138px #5a8795, 139px 139px #5a8795, 140px 140px #5a8795, 141px 141px #5a8795, 142px 142px #5a8795, 143px 143px #5a8795, 144px 144px #5a8795, 145px 145px #5a8795, 146px 146px #5a8795, 147px 147px #5a8795, 148px 148px #5a8795, 149px 149px #5a8795, 150px 150px #5a8795, 151px 151px #5a8795, 152px 152px #5a8795, 153px 153px #5a8795, 154px 154px #5a8795, 155px 155px #5a8795, 156px 156px #5a8795, 157px 157px #5a8795, 158px 158px #5a8795, 159px 159px #5a8795, 160px 160px #5a8795, 161px 161px #5a8795, 162px 162px #5a8795, 163px 163px #5a8795, 164px 164px #5a8795, 165px 165px #5a8795, 166px 166px #5a8795, 167px 167px #5a8795, 168px 168px #5a8795, 169px 169px #5a8795, 170px 170px #5a8795, 171px 171px #5a8795, 172px 172px #5a8795, 173px 173px #5a8795, 174px 174px #5a8795, 175px 175px #5a8795, 176px 176px #5a8795, 177px 177px #5a8795, 178px 178px #5a8795, 179px 179px #5a8795, 180px 180px #5a8795, 181px 181px #5a8795, 182px 182px #5a8795, 183px 183px #5a8795, 184px 184px #5a8795, 185px 185px #5a8795, 186px 186px #5a8795, 187px 187px #5a8795, 188px 188px #5a8795, 189px 189px #5a8795, 190px 190px #5a8795, 191px 191px #5a8795, 192px 192px #5a8795, 193px 193px #5a8795, 194px 194px #5a8795, 195px 195px #5a8795, 196px 196px #5a8795, 197px 197px #5a8795, 198px 198px #5a8795, 199px 199px #5a8795, 200px 200px #5a8795;
}

    .panel-data .data-number.text-center {
        text-align: center;
    }

    .panel-data .data-number.text-float-left {
        float: left;
    }

.panel-data .data-total {
    font-size: 86px;
}

.panel-data .process-component {
    display: table-row;
    position: inherit;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    z-index: 0;
}

.panel-data .process-indicator {
    width: 100%;
    height: 50px;
    background: #bacfd6;
    background: rgba(186, 207, 214, 0.75);
}

.process-component .process-data {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin: -50px 0 0 0;
    line-height: 50px;
    z-index: 10;
}

.panel-data .process-indicator .progress-bar {
    background: rgba(7, 122, 159, 0.5);
}

.scroll {
    position: relative;
    overflow: hidden;
}

/* list detalle traking*/
.list-group-detail {
    padding: 0px;
}

.list-detail-exp .list-group-item {
    width: 100%;
    height: auto;
    padding: 5px 5px 0 0;
    margin: 0 0 3px 0;
    border: none;
    border-bottom: 1px solid #eee;
    transition: all 0.2s ease-in-out;
}

.list-detail-exp .process-indicator {
    width: 50%;
}

.list-detail-exp .process-component {
    width: 200px;
    right: -15px;
}

.list-group {
    padding: 0 15px;
}

.list-exports .list-group-item {
    width: 100%;
    height: auto;
    padding: 5px 5px 0 0;
    margin: 0 0 3px 0;
    border: none;
    border-bottom: 1px solid #eee;
    transition: all 0.2s ease-in-out;
}

    .list-exports .list-group-item:hover {
        border-color: #6699aa;
        cursor: pointer;
    }

    .list-exports .list-group-item .list-link {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        color: inherit;
        text-decoration: none;
        overflow: hidden;
        transition: all 0.2s ease-in-out, color 0.1s ease-in-out;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .list-exports .list-group-item .list-link:active {
            -webkit-transform: scale3d(0.9, 0.9, 1);
            transform: scale3d(0.9, 0.9, 1);
        }

    .list-exports .list-group-item .icon-id {
        display: inline-block;
        width: 35px;
        height: 35px;
        margin: 0 10px 0 0;
        background: #eee;
        color: #727272;
        text-align: center;
        font-size: 18px;
        line-height: 35px;
        border-radius: 50%;
        transition: color 0.2s ease-in-out;
    }

    .list-exports .list-group-item .expo-n,
    .list-exports .list-group-item .secondary-data {
        display: inline-block;
        width: auto;
        height: auto;
        line-height: 40px;
        transition: color 0.2s ease-in-out;
    }

    .list-exports .list-group-item .list-link:hover .icon-id,
    .list-exports .list-group-item .list-link:hover .expo-n {
        color: #077a9f;
    }

    .list-exports .list-group-item .list-link:active .icon-id,
    .list-exports .list-group-item .list-link:active .expo-n {
        color: #6699aa;
    }

    .list-exports .list-group-item .chk-export {
        visibility: hidden;
    }

.total-selected {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #727272;
}

.list-exports .list-group-item .process-component {
    top: 10px;
}

/* Radial progress ***/

.radial-progress {
    height: auto;
    max-width: 100%;
}

.track,
.fill {
    fill: rgba(0, 0, 0, 0);
    stroke-width: 5;
}

.track {
    stroke: rgba(0, 0, 0, 0.1);
}

.fill {
    stroke: rgb(255, 255, 255);
    stroke-dasharray: 150.72259521484375;
    stroke-dashoffset: 150.72259521484375;
    -webkit-transition: stroke-dashoffset 0.3s;
    transition: stroke-dashoffset 0.3s;
}

.radial-progress.blue > .fill {
    stroke: rgba(102, 153, 170, 1);
}

.radial-progress.pink > .fill {
    stroke: rgb(157, 51, 143);
}

.display {
    font-family: "Roboto";
    fill: rgb(0, 0, 0);
    text-anchor: middle;
    color: #333;
}

/* Border pulse */

.pulsing-circle {
    -webkit-animation: border-pulser 1.2s infinite ease-in-out;
    animation: border-pulser 1.2s infinite ease-in-out;
    background-color: #c62828;
    border: 2px solid #c62828;
    -webkit-box-shadow: 0 0 3px #c62828;
    box-shadow: 0 0 3px #c62828;
}

.btn-process.pulsing-circle:hover {
    -webkit-box-shadow: 0 0 3px #e4523f;
    box-shadow: 0 0 3px #e4523f;
}

@-webkit-keyframes border-pulser {
    0% {
        -webkit-box-shadow: 0 0 2px #c62828;
        box-shadow: 0 0 2px #c62828;
    }

    50% {
        -webkit-box-shadow: 0 0 16px 2px #c62828;
        box-shadow: 0 0 16px 2px #c62828;
    }

    100% {
        -webkit-box-shadow: 0 0 20px #c62828;
        box-shadow: 0 0 20px #c62828;
    }
}

@keyframes border-pulser {
    0% {
        box-shadow: 0 0 2px #c62828;
    }

    50% {
        box-shadow: 0 0 16px 2px #c62828;
    }

    100% {
        box-shadow: 0 0 20px #c62828;
    }
}

/* - -- */

.btn-pulse {
    -webkit-animation: pulse 1s ease infinite;
    animation: pulse 1s ease infinite;
}

.btn-process.btn-pulse {
    background: #f44336;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/**/

.pulse_ring {
    margin: 0 auto;
    position: absolute;
    right: 71px;
    top: 77px;
    width: 95px;
    height: 95px;
    z-index: 400;
    background-color: transparent;
    opacity: 0.1;
    border: 2px solid #009688;
    border-radius: 100px;
    -webkit-animation: pulse-ring 2s linear infinite;
    animation: pulse-ring 2s linear infinite;
    border-image: initial;
}

.red-ring {
    border-color: #f44336;
}

@-webkit-keyframes pulse-ring {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    8% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    15% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }

    30% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    8% {
        transform: scale(0);
        opacity: 0;
    }

    15% {
        transform: scale(0.1);
        opacity: 1;
    }

    30% {
        transform: scale(0.5);
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

/* Loaded state */

.loaded .panel-primary.animated,
.loaded .process-component,
.loaded .panel-list {
    display: block;
    opacity: 1;
}

.loaded .panel-data .process-component {
    display: table-row;
}

/*Resumen notificaciones tiles*/

.item-notif.progress,
.item-notif .progress-bar,
.item-notif .progress-bar:last-child {
    border-radius: 0px;
}

.item-notif.process-indicator {
    margin: 0px;
    padding: 0px;
    width: 70%;
}

.c-blue {
    background: #008c99 !important;
    background: linear-gradient( 180deg, rgba(0, 140, 153, 1) 0%, rgba(2, 190, 208, 1) 100% ) !important;
}

.c-blue-2 {
    background: #66c0b8 !important;
    background: linear-gradient( 180deg, rgba(85, 161, 154, 1) 0%, rgba(102, 192, 184, 1) 100% ) !important;
}

.c-blue-3 {
    background: #008288 !important;
    background: linear-gradient( 180deg, rgba(0, 130, 136, 1) 0%, rgba(0, 169, 177, 1) 100% ) !important;
}

.c-blue-4 {
    background: #2f95b8 !important;
    background: linear-gradient( 180deg, rgba(40, 128, 158, 1) 0%, rgba(47, 149, 184, 1) 100% ) !important;
}

.c-blue-5 {
    background: #008e88 !important;
    background: linear-gradient( 180deg, rgba(40, 128, 158, 1) 0%, rgba(47, 149, 184, 1) 100% );
}

.c-blue-6 {
    background: #38989f !important;
    background: linear-gradient( 180deg, rgba(56, 152, 159, 1) 0%, rgba(92, 185, 191, 1) 100% ) !important;
}

.c-blue-7 {
    background: #48a7ac !important;
    background: linear-gradient( 180deg, rgba(72, 167, 172, 1) 0%, rgba(88, 180, 185, 1) 100% ) !important;
}

.c-blue-8 {
    background: #66c0b8 !important;
    background: linear-gradient( 180deg, rgba(85, 161, 154, 1) 0%, rgba(102, 192, 184, 1) 100% ) !important;
}

.c-blue-9 {
    background: #3394a4 !important;
    background: linear-gradient( 180deg, rgba(56, 152, 159, 1) 0%, rgba(92, 185, 191, 1) 100% ) !important;
}

.c-blue-10 {
    background: #009688 !important;
    background: linear-gradient( 180deg, rgba(40, 128, 158, 1) 0%, rgba(47, 149, 184, 1) 100% ) !important;
}

.c-blue-10 {
    background: #0094a2 !important;
    background: linear-gradient( 180deg, rgba(0, 148, 162, 1) 0%, rgba(0, 174, 190, 1) 100% ) !important;
}

.c-blue-11 {
    background: #2f95b8 !important;
    background: linear-gradient( 180deg, rgba(40, 128, 158, 1) 0%, rgba(47, 149, 184, 1) 100% ) !important;
}

.item-notif .progress-bar:nth-child(3) {
    background: #66c0b8;
}

.item-notif .progress-bar:nth-child(4) {
    background: #008a95;
}

.item-notif .progress-bar:nth-child(5) {
    background: #00969a;
}

.icon-table a i.md {
    font-size: 18px;
    color: #333;
}

.legend,
.legend1 {
    list-style: none;
    margin: 15px 0 0 0;
}

    .legend1 li {
        display: inline-block;
        margin: 0.5% 0.5% 1% 0 !important;
        width: 15%;
    }

    .legend .c-cyan {
        color: #1cb7d0;
    }

    .legend .c-grey {
        color: rgba(220, 220, 220, 1);
    }

.mas-detalle {
    text-align: right;
    padding: 15px;
    display: inline-block;
    width: 100%;
    color: #333 !important;
    border-top: 1px solid #ccc;
    margin: 10px 0 0 0;
}

    .mas-detalle:hover {
        color: #009688 !important;
    }

/*dot estado exportacion REGULAR, BUENO, MUY BUENO*/

.cont-num-exp > .dot {
    position: absolute;
    top: 18px;
    left: 20px;
    line-height: 1.625em;
    text-align: center;
    display: inline-block;
    width: 12px;
    height: 12px;
    color: #304650;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.dot[regular] {
    background: #ffd54f !important;
}

.dot[bueno] {
    background: #29b6f6 !important;
}

.dot[muy-bueno] {
    background: #4caf50 !important;
}

/*
.dot.regular{
	background:#ffd54f!important;
	
}
.dot.bueno{
	background:#29b6f6!important;
	
}
.dot.muy-bueno{
	background:#4caf50!important;
}*/

.cont-num-exp > .item-tooltip {
    position: absolute;
    top: 22px;
    left: 60px;
    text-align: center;
    display: inline-block;
    width: 100px;
    height: 25px;
    font-size: 12px;
    color: #212121;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 25px;
    border-radius: 3px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.cont-num-exp:hover > .item-tooltip {
    opacity: 1;
}

/* Dot indicator */

.item-notif > .dot {
    position: absolute;
    top: 30px;
    left: 30px;
    line-height: 1.625em;
    text-align: center;
    display: inline-block;
    width: 12px;
    height: 12px;
    color: #304650;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

    .item-notif > .dot:hover {
        text-decoration: none;
    }

    .item-notif > .dot:focus {
        outline: 0;
    }

.item-notif > .waves {
    width: 10px;
    height: 10px;
    background-color: #f44336;
    -webkit-animation: waves 1s linear infinite;
    animation: waves 1s linear infinite;
}

.item-notif > .item-tooltip {
    position: absolute;
    top: 22px;
    left: 60px;
    text-align: center;
    display: inline-block;
    width: 100px;
    height: 25px;
    font-size: 12px;
    color: #212121;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 25px;
    border-radius: 3px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.item-notif:hover > .item-tooltip {
    opacity: 1;
}

@-webkit-keyframes waves {
    from {
        box-shadow: 0 0 #fff, 0 0 0 1px #f44336;
    }

    to {
        box-shadow: 0 0 0 6px #fff, 0 0 0 8px #f44336;
    }
}

@keyframes waves {
    from {
        box-shadow: 0 0 #fff, 0 0 0 1px #f44336;
    }

    to {
        box-shadow: 0 0 0 6px #fff, 0 0 0 8px #f44336;
    }
}

.item-notif-last {
    background: #ccc !important;
}

.item-notif {
    float: left;
    overflow: hidden;
    background: #fff;
    background-blend-mode: multiply;
    height: 210px;
    border: 2px solid #f2f2f2;
}

    .item-notif:nth-child(1) {
        width: 24%;
    }

    .item-notif:nth-child(2) {
        width: 20%;
    }

    .item-notif:nth-child(3) {
        width: 27%;
    }

    .item-notif:nth-child(4) {
        width: 29%;
    }

.items-progreso:nth-child(1) {
    width: 29%;
}

.items-progreso:nth-child(2) {
    width: 24%;
}

.items-progreso:nth-child(3) {
    width: 20%;
}

.items-progreso:nth-child(4) {
    width: 27%;
}

.items-progreso-1:nth-child(1) {
    width: 23%;
}

.items-progreso-1:nth-child(2) {
    width: 24%;
}

.items-progreso-1:nth-child(3) {
    width: 23%;
}

.items-progreso-1:nth-child(4) {
    width: 15%;
}

.items-progreso-1:nth-child(5) {
    width: 15%;
}

.inner-notif {
    display: table;
    margin: auto;
    height: 90%;
    width: 90%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    animation: fadein 0.3s forwards 1s;
}

    .inner-notif img {
        margin: 25px auto 0 auto;
    }

    .inner-notif p {
        display: inline-block;
        width: 100%;
        margin: 10px 0px;
        font-size: 18px;
        text-align: center;
        color: #000;
    }

        .inner-notif p.num {
            display: inline-block;
            width: 100%;
            margin: 10px 0 0 0;
            font-size: 40px;
            text-align: center;
            color: #000;
            line-height: 30px;
            font-weight: bold;
        }

/* nav*/
.main-nav .dropdown-menu,
.navbar-nav > li > .dropdown-menu {
    width: auto !important;
}

/* Home tiles ******************/

.wrapper > section.home-tiles {
    position: relative;
    top: 15vh;
    left: 0;
    right: 0;
    padding-top: 0;
    height: 85vh;
    overflow: hidden;
    z-index: 0;
}

.loading-tiles {
    position: absolute;
    height: 100%;
    width: 100%;
    /*background:#26A69A;*/
    background: rgba(7, 122, 159, 1);
    z-index: 11;
    animation: fadeout 0.5s forwards 1s;
}

.item {
    float: left;
    overflow: hidden;
    position: absolute;
    background: #fff;
    background-blend-mode: multiply;
}

.inner {
    display: table;
    margin: auto;
    height: 90%;
    width: 90%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    animation: fadein 0.5s forwards 2s;
}

.loading-tiles > .inner {
    opacity: 1;
}

    .loading-tiles > .inner > .ellipsis::after {
        margin: 0 0 0 -50px;
        content: ".";
        font-size: 2em;
        color: transparent;
        animation: ellipsis 0.75s steps(3) 5;
    }

.inner p {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    font-size: xx-large;
    text-align: center;
    color: #fff;
}

    .inner p.ellipsis {
        top: 40%;
    }

.border {
    background: #333;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    transition: all 0.5s ease;
}

/* Items */
.item:nth-child(2) {
    z-index: 10;
    background: rgba(7, 122, 159, 1);
    width: 100%;
    height: 100%;
    animation: slidein1 0.5s forwards 1.2s;
}

.item:nth-child(3) {
    z-index: 9;
    background: rgba(55, 70, 77, 1);
    right: 0;
    width: 70%;
    height: 100%;
    animation: slidein2 0.5s forwards 1.4s;
}

.item:nth-child(4) {
    z-index: 8;
    left: 30%;
    top: 30%;
    background: rgba(102, 153, 170, 1);
    width: 50%;
    height: 100%;
    animation: slidein3 0.5s forwards 1.6s;
}

.item:nth-child(5) {
    z-index: 7;
    left: 30%;
    bottom: 0;
    background: rgba(49, 94, 115, 0.85);
    width: 70%;
    height: 35%;
    animation: slidein4 0.5s forwards 1.8s;
}

.item:nth-child(6) {
    z-index: 7;
    left: 65%;
    top: 30%;
    background: rgba(7, 122, 159, 0.85);
    width: 35%;
    height: 100%;
    animation: slidein5 0.5s forwards 2s;
}

.item:nth-child(7) {
    z-index: 6;
    right: 0;
    bottom: 0;
    background: rgba(0, 150, 136, 1);
    width: 35%;
    height: 0;
    animation: slidein6 0.5s forwards 2s;
}

/* Animations */
@keyframes slidein1 {
    0% {
        width: 100%;
    }

    100% {
        width: 30%;
    }
}

@keyframes slidein2 {
    0% {
        height: 100%;
    }

    100% {
        height: 30%;
    }
}

@keyframes slidein3 {
    0% {
        height: 100%;
        width: 70%;
    }

    100% {
        height: 35%;
        width: 35%;
    }
}

@keyframes slidein4 {
    0% {
        width: 70%;
    }

    100% {
        width: 35%;
    }
}

@keyframes slidein5 {
    0% {
        height: 100%;
    }

    100% {
        height: 35%;
    }
}

@keyframes slidein6 {
    0% {
        height: 0;
    }

    100% {
        height: 35%;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
        background-color: rgba(7, 122, 159, 0.5);
    }

    50% {
        background: rgba(7, 122, 159, 1);
    }
    /* Fade lighter: #00897B */
    99% {
        height: 100%;
        width: 100%;
        opacity: 0;
    }

    100% {
        height: 0;
        width: 0;
        opacity: 0;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ellipsis {
    0% {
        color: transparent;
        text-shadow: none;
    }

    1% {
        color: #f1f1f1;
        text-shadow: 0.5em 0 0 transparent, 1em 0 0 transparent;
    }

    26% {
        color: #fff;
        text-shadow: 0.5em 0 0 transparent, 1em 0 0 transparent;
    }

    51% {
        color: #fff;
        text-shadow: 0.5em 0 0 #fff, 1em 0 0 transparent;
    }

    76% {
        color: #fff;
        text-shadow: 0.5em 0 0 #fff, 1em 0 0 #fff;
    }

    100% {
        color: #fff;
        text-shadow: 0.5em 0 0 #fff, 1em 0 0 #fff;
    }
}

/* Borders */
.item > .border:nth-child(2) {
    width: 20px;
    height: 100%;
    left: -20px;
}

.item > .border:nth-child(3) {
    width: 20px;
    height: 100%;
    right: -20px;
}

.item > .border:nth-child(4) {
    width: 100%;
    height: 20px;
    top: -20px;
}

.item > .border:nth-child(5) {
    width: 100%;
    height: 20px;
    bottom: -20px;
}

.item > .border:nth-child(6) {
    width: 100%;
    height: 20px;
    bottom: -20px;
}

/* Border Animation */
.item:hover > .border:nth-child(2) {
    left: 0;
}

.item:hover > .border:nth-child(3) {
    right: 0;
}

.item:hover > .border:nth-child(4) {
    top: 0;
}

.item:hover > .border:nth-child(5) {
    bottom: 0;
}

/* Dot indicator */

.item > .dot {
    position: absolute;
    top: 30px;
    left: 30px;
    line-height: 1.625em;
    text-align: center;
    display: inline-block;
    width: 12px;
    height: 12px;
    color: #304650;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

    .item > .dot:hover {
        text-decoration: none;
    }

    .item > .dot:focus {
        outline: 0;
    }

.item > .waves {
    width: 10px;
    height: 10px;
    background-color: #f44336;
    -webkit-animation: waves 1s linear infinite;
    animation: waves 1s linear infinite;
}

.item > .item-tooltip {
    position: absolute;
    top: 22px;
    left: 60px;
    text-align: center;
    display: inline-block;
    width: 100px;
    height: 25px;
    font-size: 12px;
    color: #212121;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 25px;
    border-radius: 3px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.item:hover > .item-tooltip {
    opacity: 1;
}

@-webkit-keyframes waves {
    from {
        box-shadow: 0 0 #fff, 0 0 0 1px #f44336;
    }

    to {
        box-shadow: 0 0 0 6px #fff, 0 0 0 8px #f44336;
    }
}

@keyframes waves {
    from {
        box-shadow: 0 0 #fff, 0 0 0 1px #f44336;
    }

    to {
        box-shadow: 0 0 0 6px #fff, 0 0 0 8px #f44336;
    }
}

.empty-state {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    padding: 0;
    display: table;
    text-align: center;
}

    .empty-state > span {
        display: table-cell;
        width: 100%;
        height: auto;
        vertical-align: middle;
        color: #727272;
    }

    .empty-state .md {
        opacity: 0.5;
        font-size: 96px;
    }

    .empty-state h4 {
        color: #727272;
    }

.empty-ni {
    margin-top: 45px;
    background: url(../img/ni_empty.png) no-repeat center center;
}

    .empty-ni h4 {
        margin-top: 200px;
        line-height: 36px;
    }

body.modal-open .wrapper {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

.modal-backdrop {
    background: #212121;
}

    .modal-backdrop.in {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

.modal .btn-link {
    display: inline-block;
    padding: 0 5px;
    margin-right: 25px;
    font-size: 18px;
    border-bottom: 1px solid transparent;
    text-decoration: none !important;
}

    .modal .btn-link:hover {
        color: #077a9f;
        text-decoration: none !important;
    }

    .modal .btn-link:active {
        opacity: 0.5;
        text-decoration: none !important;
    }

.modal-dialogo .modal-body p {
    font-size: 18px;
}

.modal-body {
    /*height: 350px;*/
    overflow: hidden;
    position: relative;
}

.modal-dialogo .modal-title {
    color: #727272;
}

.alert {
    width: 100%;
    height: 60px;
    display: table;
}

    .alert span,
    .alert p {
        float: left;
        display: table-cell;
        height: auto;
        margin: 0;
        padding: 0;
        line-height: 60px;
        vertical-align: middle;
    }

    .alert p {
        padding: 0 10px;
        font-size: 20px;
    }

/* Log - on *************/

.wrapper.log-on {
    background: #fff;
    overflow: hidden;
}

.log-on .panel-left,
.log-on .panel-right {
    position: absolute;
    display: inline-block;
    background-blend-mode: multiply;
    overflow: hidden;
}

.log-on .panel-left {
    background: rgb(9, 122, 159);
    background: linear-gradient( 90deg, rgba(9, 122, 159, 1) 0%, rgba(38, 166, 154, 1) 46%, rgba(38, 166, 154, 1) 100% );
    width: 30vw;
    height: 0;
    left: 0;
    bottom: 0;
    animation: slidetotop 0.5s forwards 0.5s;
    z-index: 1;
    display: flex;
}

    .log-on .panel-left > h1 {
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        animation-delay: 0.75s;
        font-size: 45px;
        width: 100%;
    }

.log-on .panel-right {
    background: #bedbd7;
    width: 0vw;
    height: 100vh;
    left: 0;
    bottom: 0;
    animation: slidefromleft 0.5s forwards 1s;
    z-index: 0;
}

.preload .log-on .card {
    display: none;
}

.log-on .card {
    display: block;
    width: 450px;
    background: #fff;
    padding: 20px;
    margin: 30% auto;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

    .log-on .card img {
        align-content: center;
        display: flex;
        justify-content: center;
        margin: 0 auto 20px auto;
    }

.text-version-app {
    display: block;
    color: #666;
    font-size: 12px;
}

.log-on .card.fadeInUp {
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s;
}

.log-on .card h1 {
    font-size: 18px;
    text-align: center;
    margin: 0 0 10px 0;
}

.log-on .card h2 {
    font-size: 16px;
    text-align: center;
    margin: 0 0 30px 0;
}

/*.log-on .card .user{
  text-transform: capitalize;
}*/

.btn-signin {
    margin-top: 20px;
}

@keyframes slidetotop {
    0% {
        height: 0vh;
    }

    100% {
        height: 100vh;
    }
}

@keyframes slidefromleft {
    0% {
        left: 0vw;
        width: 30vw;
    }

    100% {
        left: 30vw;
        width: 70vw;
    }
}

.form-group.has-error {
    margin-bottom: 0;
}

.has-error .help-block {
    margin-bottom: 0;
}

/* Listados **********************/

.btn-mini-process,
a.btn-mini-process {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    font-size: 18px;
    border: none;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
}

    .btn-mini-process:active,
    .btn-mini-process:active:focus {
        background-image: none;
        -webkit-transform: scale3d(0.9, 0.9, 1);
        transform: scale3d(0.9, 0.9, 1);
    }

/*pager*/

.pagination {
    display: inline-block;
    line-height: 1.846;
    margin: 0;
    padding: 6px 16px;
    position: absolute;
    border: none;
    right: 15px;
    top: 0px;
}

    .pagination li {
        display: inline;
    }

        .pagination li span {
            background: transparent !important;
            color: #ccc;
        }

            .pagination li span.lblPage {
                background: transparent !important;
                color: #333;
            }

    .pagination > li > a {
        background: transparent !important;
    }

        .pagination > li > a:hover {
            color: #ccc !important;
        }

    .pagination > .active > a {
        color: #0a8ca6;
    }

        .pagination > .active > a:hover {
            color: #0a8ca6 !important;
        }

    .pagination > li > a,
    .pagination > li > span {
        border: medium none;
        color: #333;
        float: left;
        line-height: 1.846;
        margin-left: -1px;
        padding: 0px 8px;
        position: relative;
        text-decoration: none;
    }

        .pagination > li > a:hover,
        .pagination > li > span {
            color: #f6a300;
            text-decoration: none;
        }

/* fin pager*/
.panel-list .table td {
    vertical-align: middle;
}

.table-search {
    position: absolute;
    right: 55px;
    top: 5px;
    height: auto;
}

    .table-search input.form-control {
        display: inline-block;
        color: #fff;
    }

        .table-search input.form-control::-webkit-input-placeholder {
            color: #f2f2f2;
            font-weight: 300;
            font-size: 20px;
        }

        .table-search input.form-control:-moz-placeholder {
            color: #f2f2f2;
            font-weight: 300;
            font-size: 20px;
        }

        .table-search input.form-control::-moz-placeholder {
            color: #f2f2f2;
            font-weight: 300;
            font-size: 20px;
        }

        .table-search input.form-control:-ms-input-placeholder {
            color: #f2f2f2;
            font-weight: 300;
            font-size: 20px;
        }

.table-search-icon,
a.table-search-icon {
    position: absolute;
    right: 15px;
    top: 5px;
    width: 24px;
    height: auto;
    font-size: 24px;
    color: #fff;
}

    .table-search-icon:active {
        opacity: 0.3;
    }

    .table-search-icon:visited {
        color: #fff;
    }

    .table-search-icon:hover {
        color: #077a9f;
    }

.table-refresh,
a.table-refresh {
    position: absolute;
    right: 15px;
    top: 5px;
    width: 24px;
    height: auto;
    font-size: 24px;
    color: #fff;
}

    .table-refresh:active {
        opacity: 0.3;
    }

    .table-refresh:visited {
        color: #fff;
    }

    .table-refresh:hover {
        color: #077a9f;
    }

.table-hover > tbody > tr > td > img {
    margin: 0 auto;
}

.table-hover > tbody > tr:hover {
    background-color: #d1e0e5;
}

.action-cell {
    display: none;
}

.table-hover > tbody > tr:hover .action-cell,
.table-row:hover .action-cell {
    display: block;
}

.indicators {
    position: absolute;
    left: 350px;
    top: 15px;
    min-width: 500px;
    height: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
}

    .indicators span {
        float: left;
        display: inline-block;
        width: 50%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .indicators .md {
        font-size: 22px;
    }

    .indicators .md-disc-full {
        font-size: 26px;
    }

.panel-danger {
    -webkit-animation: pulsecolor 8s infinite;
    animation: pulsecolor 8s infinite;
}

@-webkit-keyframes pulsecolor {
    0% {
        background-color: #6699aa;
        border-color: #6699aa;
    }

    50% {
        background-color: #d32f2f;
        border-color: #d32f2f;
    }

    100% {
        background-color: #6699aa;
        border-color: #6699aa;
    }
}

@keyframes pulsecolor {
    0% {
        background-color: #6699aa;
        border-color: #6699aa;
    }

    50% {
        background-color: #d32f2f;
        border-color: #d32f2f;
    }

    100% {
        background-color: #6699aa;
        border-color: #6699aa;
    }
}

.col-outmargin {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.body-graf {
    padding: 10px 0 !important;
}

.panel-body {
    position: relative;
}

.table-blocked {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.table-action {
    float: left;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 5px 0 0;
    padding: 0;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

    .table-action.accept {
        margin-right: 25px;
        color: green;
    }

    .table-action.dismiss {
        float: right;
        color: red;
    }

    .table-action.dl-archive {
        float: none;
    }

    .table-action.accept:hover {
        text-decoration: none;
        border-bottom: 1px solid green;
    }

    .table-action.dismiss:hover {
        text-decoration: none;
        border-bottom: 1px solid red;
    }

    .table-action.dl-archive:hover {
        text-decoration: none;
        border-bottom: 1px solid green;
    }

    .table-action:active {
        opacity: 0.5;
        text-decoration: none;
    }

    .table-action:focus {
        text-decoration: none;
    }

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.alert-ni {
    position: fixed;
    top: 30%;
    left: 0;
    margin: 0 auto;
    right: 0;
    max-width: 50%;
    height: 250px;
    text-align: center;
    z-index: 2;
}

.alert-danger {
    background-color: #d32f2f;
}

.alert strong {
    font-weight: 500;
}

.alert-ni .icon {
    display: block;
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
    padding: 0;
    font-size: 72px;
}

.alert-ni p {
    margin: 0;
    padding: 25px 0;
    display: block;
    width: 100%;
    font-weight: 300;
    line-height: 30px;
}

/* Log -on animation ******************/

.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

    .bg-bubbles li {
        position: absolute;
        list-style: none;
        display: block;
        width: 40px;
        height: 40px;
        font-size: 4vw;
        color: #fff;
        opacity: 0.15;
        bottom: -160px;
        -webkit-animation: square 25s infinite;
        animation: square 25s infinite;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
    }

        .bg-bubbles li:nth-child(1) {
            left: 10%;
        }

        .bg-bubbles li:nth-child(2) {
            left: 20%;
            width: 80px;
            height: 80px;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
            -webkit-animation-duration: 17s;
            animation-duration: 17s;
        }

        .bg-bubbles li:nth-child(3) {
            left: 25%;
            -webkit-animation-delay: 4s;
            animation-delay: 4s;
        }

        .bg-bubbles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            font-size: 6vw;
            -webkit-animation-duration: 22s;
            animation-duration: 22s;
            opacity: 0.25;
        }

        .bg-bubbles li:nth-child(5) {
            left: 70%;
        }

        .bg-bubbles li:nth-child(6) {
            left: 80%;
            width: 120px;
            height: 120px;
            font-size: 8vw;
            -webkit-animation-delay: 3s;
            animation-delay: 3s;
            opacity: 0.2;
        }

        .bg-bubbles li:nth-child(7) {
            left: 32%;
            width: 160px;
            height: 160px;
            -webkit-animation-delay: 7s;
            animation-delay: 7s;
        }

        .bg-bubbles li:nth-child(8) {
            left: 55%;
            width: 20px;
            height: 20px;
            -webkit-animation-delay: 15s;
            animation-delay: 15s;
            -webkit-animation-duration: 40s;
            animation-duration: 40s;
        }

        .bg-bubbles li:nth-child(9) {
            left: 25%;
            width: 10px;
            height: 10px;
            font-size: 2vw;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
            -webkit-animation-duration: 40s;
            animation-duration: 40s;
            opacity: 0.3;
        }

        .bg-bubbles li:nth-child(10) {
            left: 90%;
            width: 160px;
            height: 160px;
            font-size: 10vw;
            -webkit-animation-delay: 11s;
            animation-delay: 11s;
        }

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

.ie11 input[type="checkbox"],
.ie11 .checkbox input[type="checkbox"],
.ie11 .checkbox-inline input[type="checkbox"] {
    vertical-align: -2px;
}

.fm-card-user {
    display: table;
    width: 100%;
    height: 250px;
}

    .fm-card-user .panel-body {
        position: relative;
        display: table-cell;
    }

    .fm-card-user .user-wrapper {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
        position: relative;
    }

    .fm-card-user .user-avatar {
        position: relative;
        width: 55px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

        .fm-card-user .user-avatar .status {
            position: absolute;
            top: 2px;
            right: 1px;
            width: 14px;
            height: 14px;
            margin: 0;
            padding: 0;
            background: #727272;
            border: 2px solid white;
            border-radius: 50%;
        }

            .fm-card-user .user-avatar .status.active {
                background: #4caf50;
            }

            .fm-card-user .user-avatar .status.in-active {
                background: #f44336;
            }

    .fm-card-user .user-wrapper .user-name {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 12px;
        color: #727272;
        line-height: 36px;
    }

    .fm-card-user .bottom-info {
        position: absolute;
        bottom: 15px;
        left: 0;
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 25px 15px 0 15px;
    }

        .fm-card-user .bottom-info span {
            display: block;
            width: 100%;
            text-align: center;
        }

/***  Android v5  ***/

input.toggle {
    position: absolute;
    left: -99999px;
}

    input.toggle + label {
        position: relative;
        display: inline-block;
        width: 74px;
        height: 30px;
        text-indent: -99999px;
        cursor: pointer;
        color: transparent;
        background-color: #fff;
        border: 2px solid #ddd;
        border-radius: 20px;
        outline: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        transition-duration: 0.2s;
        transition-property: background-color, border;
    }

        input.toggle + label:before {
            position: absolute;
            top: 0px;
            right: 11px;
            text-indent: 0;
            font-size: 13px;
            line-height: 26px;
            color: #999;
            z-index: 3;
            text-transform: uppercase;
        }

        input.toggle + label:after {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            z-index: 2;
            width: 28px;
            height: 28px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 100px;
            transform: translate3d(0, 0, 0);
            transition-duration: 0.2s;
            transition-property: transform, border;
        }

    input.toggle:checked + label {
        background-color: #5cb85c;
        border: 2px solid #5cb85c;
    }

        input.toggle:checked + label:before {
            right: auto;
            left: 15px;
            color: #fff;
        }

        input.toggle:checked + label:after {
            border-color: #5cb85c;
            transform: translate3d(44px, 0, 0);
        }

.filter-toggle input.toggle + label {
    width: 36px;
    height: 14px;
    border-radius: 8px;
    border: none;
    background-color: #b2b2b2;
    background-color: rgba(0, 0, 0, 0.26);
    transition: background-color linear 0.08s;
}

    .filter-toggle input.toggle + label:before {
        content: "";
    }

    .filter-toggle input.toggle + label:after {
        position: absolute;
        top: -3px;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4), 0px 0px 0px -1px rgba(0, 0, 0, 0.5);
        background-color: #fafafa;
        border: none;
        transition: transform linear 0.08s, background-color linear 0.08s;
    }

.filter-toggle input.toggle:checked + label {
    background-color: #abdbd7;
}

    .filter-toggle input.toggle:checked + label:after {
        background-color: #009385;
        transform: translate3d(18px, 0, 0);
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4), 0px 0px 0px -1px rgba(0, 147, 133, 0.5);
    }

.filter-toggle input.toggle.changing + label:after {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4), 0px 0px 0px 17px rgba(0, 0, 0, 0.07);
    transition: transform linear 0.08s, background-color linear 0.08s, box-shadow cubic-bezier(0.26, 0.26, 0.15, 1) 0.3s;
}

.filter-toggle input.toggle.changing:checked + label:after {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0px 0px 0px 17px rgba(0, 147, 133, 0.1);
}

.bottom-toolbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    z-index: 5;
}

/* Console log animation & emulation ****/

.console_log {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background: rgba(55, 70, 77, 1);
    font-family: Monaco, monospace;
    transition: background 0.2s ease-in-out, height 0.2s ease;
}

    .console_log > span {
        display: block;
        opacity: 0.5;
        text-align: left;
        color: #fff;
        font-size: 16px;
        line-height: 40px;
    }

    .console_log:hover {
        background: rgba(55, 70, 77, 0.85);
        height: 400px;
    }

    .console_log #particles-js {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        max-width: 100%;
        height: 300px;
        z-index: 1;
    }

    .console_log .data {
        position: relative;
        display: block;
        width: 100%;
        height: 300px;
        margin: 15px 0 0 0;
        padding: 0;
        text-align: left;
        z-index: 5;
    }

        .console_log .data pre {
            padding: 15px;
            margin: 0;
            height: 300px;
            background: none;
            background-color: transparent;
            color: #fff;
        }

            .console_log .data pre::-webkit-scrollbar {
                width: 8px;
                padding: 10px;
            }

            .console_log .data pre::-webkit-scrollbar-track {
                border-radius: 0;
                background: rgba(255, 255, 255, 0.1);
            }

            .console_log .data pre::-webkit-scrollbar-thumb {
                border-radius: 4px;
                background-color: rgba(255, 255, 255, 0.5);
            }

.saying:after {
    content: "|";
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1;
    display: inline-block;
    vertical-align: baseline;
    opacity: 1;
    -webkit-animation: caret 500ms infinite;
    animation: caret 500ms infinite;
}

@-webkit-keyframes caret {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@keyframes caret {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.table {
    display: table;
    border-collapse: collapse;
    width: 98%;
    margin: 0 1%;
}

.panel-list .panel-body .table {
    /*padding: 0 15px;*/
}

.table-padding {
    padding: 10px 0;
}

a.table-row .table-cell {
    color: #000;
}

.table-head {
    display: block;
    font-weight: bold;
}

.table-row {
    float: left;
    display: block;
}

.table-cell {
    float: left;
    display: inline-block;
    vertical-align: middle;
}

.table-head > .table-cell {
    line-height: 45px;
}

.table-body {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .table-body .table-row {
        width: 100%;
        height: 60px;
        border-bottom: 1px solid #ddd;
        transition: background 0.2s ease-in-out;
        position: relative;
    }

        .table-body .table-row > .table-cell {
            line-height: 60px;
        }

    .table-body > .table-row:hover {
        background: #f1f1f1;
    }

.table-cell > img {
    float: none;
    margin: 2px auto;
    vertical-align: middle;
}

.table-process-wrap {
    display: block;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0 5px;
    font-weight: 500;
    background: #fff;
    background: rgba(146, 219, 243, 0.15);
    position: absolute;
    line-height: 60px;
    cursor: wait;
    z-index: 5;
}

    /*.table-process-wrap:after{
  width: 100%; height: auto;
  display: inline-block;
  padding: 0 15px; 
  content: "\f2a4 Procesando Datos ...";
  text-align: left;
  line-height: 55px;
}*/

    .table-process-wrap .process-component {
        top: 14px;
        right: 20px;
    }

        .table-process-wrap .process-component .p1,
        .table-process-wrap .process-component .p2 {
            color: #212121;
        }

.processing > .table-cell {
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
}

.btn-search,
a.btn-search {
    margin-top: 32px;
    width: 100%;
    max-width: 60px;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
}

.panel-action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

    .panel-action .btn {
        width: auto;
        height: 45px;
        margin: 0 30px 30px 0;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 45px;
        font-size: 1.245em;
    }

        .panel-action .btn.btn-default {
            color: #212121;
        }

        .panel-action .btn.btn-danger {
            color: #fff;
        }

.panel-detail .label-detail {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: hidden;
}

.panel-detail .label-title {
    margin-top: 15px;
    font-weight: 400;
    color: #727272;
}

.control-label {
    font-weight: 500;
}

.btn-group-gni .dropdown-menu {
    right: 0;
    left: inherit;
    min-width: 230px;
}

    .btn-group-gni .dropdown-menu li:first-child {
        padding: 0 15px;
        line-height: 30px;
    }

    .btn-group-gni .dropdown-menu li a {
        font-weight: 500;
        font-size: 15px;
    }

/*========================
datepicker
==========================*/

.bootstrap-datetimepicker-widget {
    list-style: none;
}

    .bootstrap-datetimepicker-widget.dropdown-menu {
        margin: 2px 0;
        padding: 4px;
        width: 19em;
    }

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: "";
    display: inline-block;
    position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #cccccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #cccccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
}

    .bootstrap-datetimepicker-widget a[data-action]:active {
        box-shadow: none;
    }

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

    .bootstrap-datetimepicker-widget .picker-switch::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Toggle Date and Time Screens";
    }

    .bootstrap-datetimepicker-widget .picker-switch td {
        padding: 0;
        margin: 0;
        height: auto;
        width: auto;
        line-height: inherit;
    }

        .bootstrap-datetimepicker-widget .picker-switch td span {
            line-height: 2.5;
            height: 2.5em;
            width: 100%;
        }

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}

    .bootstrap-datetimepicker-widget table td,
    .bootstrap-datetimepicker-widget table th {
        text-align: center;
        border-radius: 4px;
    }

    .bootstrap-datetimepicker-widget table th {
        height: 20px;
        line-height: 20px;
        width: 20px;
    }

        .bootstrap-datetimepicker-widget table th.picker-switch {
            width: 145px;
        }

        .bootstrap-datetimepicker-widget table th.disabled,
        .bootstrap-datetimepicker-widget table th.disabled:hover {
            background: none;
            color: #777777;
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table th.prev::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
            content: "Previous Month";
        }

        .bootstrap-datetimepicker-widget table th.next::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
            content: "Next Month";
        }

    .bootstrap-datetimepicker-widget table thead tr:first-child th {
        cursor: pointer;
    }

        .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
            background: #eeeeee;
        }

    .bootstrap-datetimepicker-widget table td {
        height: 54px;
        line-height: 54px;
        width: 54px;
    }

        .bootstrap-datetimepicker-widget table td.cw {
            font-size: 0.8em;
            height: 20px;
            line-height: 20px;
            color: #777777;
        }

        .bootstrap-datetimepicker-widget table td.day {
            height: 20px;
            line-height: 20px;
            width: 20px;
        }

            .bootstrap-datetimepicker-widget table td.day:hover,
            .bootstrap-datetimepicker-widget table td.hour:hover,
            .bootstrap-datetimepicker-widget table td.minute:hover,
            .bootstrap-datetimepicker-widget table td.second:hover {
                background: #eeeeee;
                cursor: pointer;
            }

        .bootstrap-datetimepicker-widget table td.old,
        .bootstrap-datetimepicker-widget table td.new {
            color: #777777;
        }

        .bootstrap-datetimepicker-widget table td.today {
            position: relative;
        }

            .bootstrap-datetimepicker-widget table td.today:before {
                content: "";
                display: inline-block;
                border: 0 0 7px 7px solid transparent;
                border-bottom-color: #337ab7;
                border-top-color: rgba(0, 0, 0, 0.2);
                position: absolute;
                bottom: 4px;
                right: 4px;
            }

        .bootstrap-datetimepicker-widget table td.active,
        .bootstrap-datetimepicker-widget table td.active:hover {
            background-color: #337ab7;
            color: #ffffff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        }

            .bootstrap-datetimepicker-widget table td.active.today:before {
                border-bottom-color: #fff;
            }

        .bootstrap-datetimepicker-widget table td.disabled,
        .bootstrap-datetimepicker-widget table td.disabled:hover {
            background: none;
            color: #777777;
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table td span {
            display: inline-block;
            width: 54px;
            height: 54px;
            line-height: 54px;
            margin: 2px 1.5px;
            cursor: pointer;
            border-radius: 4px;
        }

            .bootstrap-datetimepicker-widget table td span:hover {
                background: #eeeeee;
            }

            .bootstrap-datetimepicker-widget table td span.active {
                background-color: #337ab7;
                color: #ffffff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            }

            .bootstrap-datetimepicker-widget table td span.old {
                color: #777777;
            }

            .bootstrap-datetimepicker-widget table td span.disabled,
            .bootstrap-datetimepicker-widget table td span.disabled:hover {
                color: #777777;
                background: none;
                cursor: not-allowed;
            }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

    .input-group.date .input-group-addon a.add-on i.md {
        font-size: 18px;
        padding: 36px 0 0 0;
    }

.dtpFecha.has-error .input-group-addon {
    background: none !important;
    border: none !important;
}

    .dtpFecha.has-error .input-group-addon a.add-on i.md {
        color: #e51c23 !important;
    }

.dtpFecha.has-error span.help-block {
    display: table-row !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.dtpFecha {
    padding: 0px 0px !important;
    float: left !important;
}

/***************
 switch
***************/
.switch,
.switch * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

    .switch label {
        cursor: pointer;
        margin: 0px;
    }

        .switch label input[type="checkbox"] {
            opacity: 0;
            width: 0;
            height: 0;
        }

            .switch label input[type="checkbox"]:checked + .lever {
                background-color: #84c7c1;
            }

                .switch label input[type="checkbox"]:checked + .lever:after {
                    background-color: #26a69a;
                    left: 24px;
                }

        .switch label .lever {
            content: "";
            display: inline-block;
            position: relative;
            width: 40px;
            height: 15px;
            background-color: #818181;
            border-radius: 15px;
            margin-right: 10px;
            transition: background 0.3s ease;
            vertical-align: middle;
            margin: 0 16px;
        }

            .switch label .lever:after {
                content: "";
                position: absolute;
                display: inline-block;
                width: 21px;
                height: 21px;
                background-color: #f1f1f1;
                border-radius: 21px;
                box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
                left: -5px;
                top: -3px;
                transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
            }

input[type="checkbox"]:checked:not(:disabled) ~ .lever:active::after,
input[type="checkbox"]:checked:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}

input[type="checkbox"]:not(:disabled) ~ .lever:active:after,
input[type="checkbox"]:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch input[type="checkbox"][disabled] + .lever {
    cursor: default;
}

.switch label input[type="checkbox"][disabled] + .lever:after,
.switch label input[type="checkbox"][disabled]:checked + .lever:after {
    background-color: #bdbdbd;
}

/* switch de valores*/
.switch.valores label .lever {
    background-color: #0d8ba0;
}

.switch.valores label input[type="checkbox"]:checked + .lever {
    background-color: #1cb7d0;
}

.switch.valores label .lever:after {
    background-color: #f1f1f1;
}

.switch.valores label input[type="checkbox"]:checked + .lever:after {
    background-color: #f1f1f1;
}

/*****************BARCHART**************************/

.barchart-np {
    display: block;
    max-height: 600px;
    transition: all 0.2s ease 0s;
}

.progress-bar-vertical {
    width: 20px;
    min-height: 100px;
    display: flex;
    align-items: flex-end;
    margin-right: 20px;
    float: left;
}

    .progress-bar-vertical .progress-bar {
        width: 100%;
        height: 0;
        -webkit-transition: height 0.6s ease;
        -o-transition: height 0.6s ease;
        transition: height 0.6s ease;
        border-radius: 5px 5px 0 0;
    }

/* ==========================================================================
   Perfect Scrollbars  v0.6.2
   ========================================================================== */

.ps-container {
    overflow: hidden !important;
}

    .ps-container.ps-active-x > .ps-scrollbar-x-rail,
    .ps-container.ps-active-y > .ps-scrollbar-y-rail {
        display: block;
    }

    .ps-container.ps-in-scrolling {
        pointer-events: none;
    }

        .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
            background-color: #eee;
            opacity: 0.9;
        }

            .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
                background-color: #077a9f;
            }

        .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
            background-color: #eee;
            opacity: 0.9;
        }

            .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
                background-color: #077a9f;
            }

    .ps-container > .ps-scrollbar-x-rail {
        display: none;
        position: absolute;
        /* please don't change 'position' */
        border-radius: 4px;
        opacity: 0;
        -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
        transition: background-color 0.2s linear, opacity 0.2s linear;
        bottom: 3px;
        /* there must be 'bottom' for ps-scrollbar-x-rail */
        height: 8px;
    }

        .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
            position: absolute;
            /* please don't change 'position' */
            background-color: #077a9f;
            border-radius: 4px;
            -webkit-transition: background-color 0.2s linear;
            transition: background-color 0.2s linear;
            bottom: 0;
            /* there must be 'bottom' for ps-scrollbar-x */
            height: 8px;
        }

    .ps-container > .ps-scrollbar-y-rail {
        display: none;
        position: absolute;
        /* please don't change 'position' */
        border-radius: 4px;
        opacity: 0;
        -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
        transition: background-color 0.2s linear, opacity 0.2s linear;
        right: 3px;
        /* there must be 'right' for ps-scrollbar-y-rail */
        width: 8px;
    }

        .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
            position: absolute;
            /* please don't change 'position' */
            background-color: #077a9f;
            border-radius: 4px;
            -webkit-transition: background-color 0.2s linear;
            transition: background-color 0.2s linear;
            right: 0;
            /* there must be 'right' for ps-scrollbar-y */
            width: 8px;
        }

    .ps-container:hover.ps-in-scrolling {
        pointer-events: none;
    }

        .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
            background-color: #eee;
            opacity: 0.9;
        }

            .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
                background-color: #077a9f;
            }

        .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
            background-color: #eee;
            opacity: 0.9;
        }

            .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
                background-color: #077a9f;
            }

    .ps-container:hover > .ps-scrollbar-x-rail,
    .ps-container:hover > .ps-scrollbar-y-rail {
        opacity: 0.6;
    }

        .ps-container:hover > .ps-scrollbar-x-rail:hover {
            background-color: #eee;
            opacity: 0.9;
        }

            .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
                background-color: #077a9f;
            }

        .ps-container:hover > .ps-scrollbar-y-rail:hover {
            background-color: #eee;
            opacity: 0.9;
        }

            .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
                background-color: #077a9f;
            }

/************
 preloader 
***********/

.preloading {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: visible;
    background: rgba(0, 0, 0, 0.8) url(../img/preload.svg) no-repeat center center;
}

/*galeria de imagenes adjuntas*/

.imagenDeGaleria {
    display: block;
    margin-right: 10px;
}

    .imagenDeGaleria img {
        object-fit: cover;
        width: 100%;
        height: 150px;
    }

/* fancybox*/
.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

/* ==========================================================================
   Spinner  
   ========================================================================== */

.preloader-wrapper.small {
    width: 36px;
    height: 36px;
}

.preloader-wrapper.big {
    width: 64px;
    height: 64px;
}

.preloader-wrapper.active {
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes container-rotate {
    to {
        transform: rotate(360deg);
    }
}

.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.spinner-blue,
.spinner-blue-only {
    border-color: #077a9f;
}

.active .spinner-layer.spinner-blue-only {
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
    }
}

@keyframes fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes blue-fade-in-out {
    from {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    89% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blue-fade-in-out {
    from {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    89% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .gap-patch .circle {
        width: 1000%;
        left: -450%;
    }

.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

    .circle-clipper .circle {
        width: 200%;
        height: 100%;
        border-width: 3px;
        /* STROKEWIDTH */
        border-style: solid;
        border-color: inherit;
        border-bottom-color: transparent !important;
        border-radius: 50%;
        -webkit-animation: none;
        animation: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .circle-clipper.left .circle {
        left: 0;
        border-right-color: transparent !important;
        -webkit-transform: rotate(129deg);
        transform: rotate(129deg);
    }

    .circle-clipper.right .circle {
        left: -100%;
        border-left-color: transparent !important;
        -webkit-transform: rotate(-129deg);
        transform: rotate(-129deg);
    }

.active .circle-clipper.left .circle {
    /* duration: ARCTIME */
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
    /* duration: ARCTIME */
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
    }
}

@keyframes left-spin {
    from {
        transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    to {
        transform: rotate(130deg);
    }
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
    }
}

@keyframes right-spin {
    from {
        transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
    }

    to {
        transform: rotate(-130deg);
    }
}

#spinnerContainer.cooldown {
    /* duration: SHRINK_TIME */
    -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
    animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.slider {
    position: relative;
    height: 440px;
    width: 100%;
}

    .slider.fullscreen {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .slider.fullscreen ul.slides {
            height: 100%;
        }

        .slider.fullscreen ul.indicators {
            z-index: 2;
            bottom: 30px;
        }

    .slider .slides {
        background-color: #9e9e9e;
        margin: 0;
        height: 400px;
    }

        .slider .slides li {
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            width: 100%;
            height: inherit;
            overflow: hidden;
        }

            .slider .slides li img {
                height: 100%;
                width: 100%;
                background-size: cover;
                background-position: center;
            }

            .slider .slides li .caption {
                color: #fff;
                position: absolute;
                top: 15%;
                left: 15%;
                width: 70%;
                opacity: 0;
            }

                .slider .slides li .caption p {
                    color: #e0e0e0;
                }

            .slider .slides li.active {
                z-index: 2;
            }

    .slider .indicators {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
    }

        .slider .indicators .indicator-item {
            display: inline-block;
            position: relative;
            cursor: pointer;
            height: 16px;
            width: 16px;
            margin: 0 12px;
            background-color: #e0e0e0;
            -webkit-transition: background-color 0.3s;
            -moz-transition: background-color 0.3s;
            -o-transition: background-color 0.3s;
            -ms-transition: background-color 0.3s;
            transition: background-color 0.3s;
            border-radius: 50%;
        }

            .slider .indicators .indicator-item.active {
                background-color: #4caf50;
            }

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Media Queries for Responsive Design. Mobile First Method
   ========================================================================== */

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .btn-process {
        right: 85px;
        bottom: -32px;
        width: 65px;
        height: 65px;
        line-height: 64px;
    }

    .panel-data {
        height: 210px;
    }

    .wrapper {
        min-width: inherit;
        overflow: visible;
    }

        .wrapper > section.home-tiles {
            top: 18vh;
            height: 82vh;
        }

    .panel .panel-body.scroll {
        max-height: 380px;
    }

    .fm-card-user .user-avatar {
        width: 55px;
        height: 55px;
    }

    .fm-card-user .bottom-info {
        font-size: 12px;
    }

    .fm-card-user .user-wrapper .user-name {
        font-size: 12px;
    }

    .fm-card-user {
        height: 200px;
    }

    .panel-detail .label-detail,
    .control-label {
        font-size: 14px;
    }

    .text-NumeroDetalleLote {
        font-size: 20px !important;
        word-break: break-all;
        overflow-wrap: break-word;
    }

    .conChart-detalles {
        display: flex;
        align-items: center;
        min-height: 580px !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .fm-card-user .bottom-info {
        font-size: 13px;
    }

    .conChart-detalles {
        display: flex;
        align-items: center;
        min-height: 345px !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 1366px) {
    .wrapper {
        min-width: 1280px;
        overflow: visible;
    }

        .wrapper > section.home-tiles {
            top: 16vh;
            height: 84vh;
        }

    .panel .panel-body.scroll {
        max-height: 450px;
    }

    .spinner-positionListado {
        position: absolute !important;
        top: 100px;
        right: 10px;
    }

    .marginHeaderDetalle {
        margin-top: 20px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .p-responsive {
        padding-left: 15px !important;
        padding-right: 0px !important;
    }

    .fHeightCardFiltros {
        height: 55vh;
    }

    .text-fz-HeaderListado {
        font-size: 14px !important;
    }

    .text-fz-NumeroHeaderListado {
        font-size: 16px !important;
    }

    .conChart-EquiposMesyAnio {
        height: 230px !important;
    }

    .tListadoEquipos {
        margin-top: 15px !important;
    }

    .bodyCardListadoEquipos {
        max-height: 475px !important;
    }

    .tEstadisticaEquipo {
        margin-top: 20px !important;
    }

    .align-colInfraccion {
        justify-content: end;
    }

    .align-txtInfraccion {
        text-align: end;
    }

    .ml-infraccion {
        margin-left: 5px !important;
    }

    .mx-h-CardsDetalle {
        max-height: 120px !important;
    }

    .min-h-CardsDetalle {
        min-height: 30px !important;
    }

    .mt-CardDetalle {
        margin-top: 10px !important;
    }

    .max-h-NFinalDetalle {
        max-height: 60px !important;
    }

    .mt-iconoEmpty {
        margin-top: 5px !important;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1448px) {
    .btn-process {
        bottom: -35px;
        width: 75px;
        height: 75px;
        line-height: 74px;
    }

    .panel-data {
        height: 290px;
    }

    .panel .panel-body.scroll {
        max-height: 580px;
    }

    .fm-card-user .user-avatar {
        width: 75px;
        height: 75px;
    }

    .fm-card-user .user-wrapper .user-name {
        font-size: 15px;
    }

    .fm-card-user .bottom-info {
        font-size: 17px;
    }

    .fm-card-user .user-avatar .status {
        top: 5px;
        right: 3px;
    }

    .fm-card-user {
        height: 300px;
    }

    .panel-detail .label-detail,
    .control-label {
        font-size: 16px;
    }

    .text-NumeroDetalleLote {
        font-size: 25px !important;
        word-break: break-all;
        overflow-wrap: break-word;
    }

    .conChart-detalles {
        display: flex;
        align-items: center;
        min-height: 250px !important;
    }

    .marginHeaderDetalle {
        margin-top: 10px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .text-fz-HeaderListado {
        font-size: 16px !important;
    }

    .text-fz-NumeroHeaderListado {
        font-size: 18px !important;
    }

    .conChart-EquiposMesyAnio {
        height: 243px !important;
    }

    .tListadoEquipos {
        margin-top: 0px !important;
    }

    .bodyCardListadoEquipos {
        max-height: 605px !important;
    }

    .tEstadisticaEquipo {
        margin-top: 5px !important;
    }

    .fHeightCardFiltros {
        height: 57vh;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1680px) {
    .wrapper > section.home-tiles {
        top: 13vh;
        height: 87vh;
    }

    .spinner-positionListado {
        position: absolute !important;
        top: 65px;
        right: 10px;
    }

    .bodyCardListadoEquipos {
        max-height: 575px !important;
    }

    .align-colInfraccion {
        justify-content: center;
    }

    .align-txtInfraccion {
        text-align: center;
    }

    .ml-infraccion {
        margin-left: 10px !important;
    }

    .mx-h-CardsDetalle {
        max-height: 150px !important;
    }

    .min-h-CardsDetalle {
        min-height: 68px !important;
    }

    .mt-CardDetalle {
        margin-top: 20px !important;
    }

    .max-h-NFinalDetalle {
        max-height: 120px !important;
    }

    .mt-iconoEmpty {
        margin-top: 10px !important;
    }
}

/* FF */
@-moz-document url-prefix() {
    .modal-dialogo .modal-body p {
        opacity: 0.75;
        text-shadow: 0 0 1px rgba(51, 51, 51, 0.2);
    }
}

/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.btn-pass {
    border: none;
    box-shadow: none;
    font-weight: 500;
    position: relative;
    z-index: 1;
    float: right;
}

/*modal con errores en lista exportacion*/

.panel-errores-modal {
    background-color: #212121;
    padding: 20px;
    min-height: 150px;
}

    .panel-errores-modal span {
        display: block;
        font-family: "Courier New", Courier, monospace;
        color: #dbdbdb;
        font-size: 16px;
        line-height: normal;
        margin-bottom: 8px;
    }

        .panel-errores-modal span::before {
            content: "> ";
            font-family: "Courier New", Courier, monospace;
            color: #ed4815;
            font-size: 16px;
        }

.btn-link-grey {
    font-size: 12px;
    color: #37464d;
    text-transform: uppercase;
}

    .btn-link-grey:hover {
        text-decoration: none;
    }

/*displays*/
.d-block {
    display: block !important;
}

.d-inlineblock {
    display: inline-block !important;
}

.d-none {
    display: none !important;
}

/*===========================================================================
bordes
=============================================================================*/
.bo-ra-0 {
    border-radius: 0px;
}

.bo-ra-3 {
    border-radius: 3px;
}

.bob-01 {
    border-bottom: 1px solid #ccc;
}

.bob-02 {
    border-bottom: 1px solid #dbdbdb;
}

.bob-03 {
    border-bottom: 1px solid #a6acaf;
}

.bob-04 {
    border-bottom: 1px solid #000;
}

.bo-01 {
    border: 1px solid #666;
}

/*===========================================================================
filtro input y boton
=============================================================================*/
.filterInput {
    -webkit-box-shadow: inset 0 -2px 0 #999 !important;
    box-shadow: inset 0 -2px 0 #999 !important;
}

.btnFilter {
    font-size: 25px;
    color: #212121;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: normal;
}

.btnExportarPdf {
    font-size: 25px;
    color: #212121;
    line-height: 45px;
    background: #fff;
    border-radius: 2px;
    text-align: center;
    width: 50px;
    height: 45px;
}

/*===========================================================================
posiciones
=============================================================================*/
.p-relative {
    position: relative;
}

/*===========================================================================
icons cards stats
=============================================================================*/

.icon-50 {
    font-size: 50px;
}

/*===========================================================================
fondos
=============================================================================*/

.bg-01 {
    background: #26a69a;
}

.bg-02 {
    background: #fff;
}

.bg-03 {
    background: #f7f7f7;
}

.bg-04 {
    background: #faee77 !important;
}

.bg-05 {
    background: #f23636 !important;
}

.bg-06 {
    background: #d63c3c !important;
}

.bg-07 {
    background: #be66e2 !important;
}

.bg-08 {
    background: #bedbd7 !important;
}

.bg-09 {
    background: #f3f3f3 !important;
}

.bg-10 {
    background: #24a69a !important;
}

.bg-11 {
    background: #19919c !important;
}

.bg-12 {
    background: #0b7e9f !important;
}

.bg-13 {
    background: #dbdbdb !important;
}

.bg-14 {
    background: #aa539a !important;
}

.bg-15 {
    background: #8960fc !important;
}

.bg-16 {
    background: #b48ca5 !important;
}

.bg-17 {
    background-color: #f1c40f;
}

.bg-transparent {
    background: transparent !important;
}

/*===========================================================================
sombras
=============================================================================*/

.shadow-01 {
    box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.15);
}

/*===========================================================================
FLEX FLEX
=============================================================================*/

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

@media (min-width: 768px) {
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

/*margenes paddings*/
.py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.p-0 {
    padding: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.px-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.px-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.px-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.px-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.px-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-40 {
    padding-right: 40px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pt-0 {
    padding-top: 0px;
}

.pt-5 {
    padding-top: 5px !important;
}

.m-0 {
    margin: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.ml-3 {
    margin-left: 3px !important;
}

.ml-8 {
    margin-left: 8px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-3 {
    margin-right: 3px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-370 {
    margin-right: 350px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mx-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

/*altos anchos*/

.w-50 {
    width: 50% !important;
}

.w-100 {
    width: 100% !important;
}

.w-200 {
    width: 200px;
}

.w-300 {
    width: 300px;
}

.w-350 {
    width: 350px !important;
}

.h-45 {
    height: 45px !important;
}

.h-145 {
    height: 145px;
}

.h-250 {
    height: 250px !important;
}

.h-300 {
    height: 300px !important;
}

.minh-200 {
    min-height: 200px;
}

.minh-495 {
    min-height: 495px;
}

.minH-320 {
    min-height: 320px;
}

.minh-300 {
    min-height: 300px;
}

.minh-250 {
    min-height: 250px;
}

.minh-150 {
    min-height: 150px;
}

.h-550 {
    height: 550px;
    overflow-x: hidden;
}

.h-250 {
    height: 250px;
    overflow-x: hidden;
}

.h-200 {
    height: 200px;
    overflow: hidden;
}

.h-255 {
    height: 255px;
}

.maxh-300 {
    max-height: 300px;
}

.maxh-350 {
    max-height: 350px;
}

.maxh-550 {
    max-height: 550px;
}

/*borders*/

.bo-0 {
    border: 0px;
}

.bol-1 {
    border-left: 3px solid #000;
}

/*textos*/

.text-10 {
    font-size: 10px !important;
}

.text-11 {
    font-size: 11px !important;
}

.text-12 {
    font-size: 12px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-16 {
    font-size: 16px !important;
}

.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px !important;
}

.text-25 {
    font-size: 25px !important;
}

.text-30 {
    font-size: 30px !important;
}

.text-40 {
    font-size: 40px !important;
}

.text-70 {
    font-size: 70px !important;
}

.text-bold {
    font-weight: bold;
}

.text-semibold {
    font-weight: 600;
}

/*alineaciones*/

.text-right {
    text-align: right !important;
}

.lh-normal {
    line-height: normal !important;
}

/*colores*/

.text-c-w50 {
    color: rgba(255, 255, 255, 0.5);
}

.text-c-w30 {
    color: rgba(255, 255, 255, 0.3);
}

.text-white {
    color: #fff;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-black50 {
    color: #000000cf;
}

.text-black {
    color: #000 !important;
}

.text-01 {
    color: #999;
}

.text-c-02 {
    color: #212121 !important;
}

.text-c-03 {
    color: #009688 !important;
}

.text-c-04 {
    color: #aa539a !important;
}

.text-c-05 {
    color: #8960fc !important;
}

.text-c-06 {
    color: #b48ca5 !important;
}

.text-upp {
    text-transform: uppercase;
}

.c-black {
    color: #000 !important;
}

.c-grey {
    color: #454545 !important;
}

.c-green {
    color: #7cb342 !important;
}

/*listados*/

.listado-stack .fila-stack {
    padding: 10px;
}

.listado-stack a.fila-stack {
    padding: 10px;
    background: #fff;
}

a.fila-stack:hover {
    background-color: #f2f2f2;
    text-decoration: none;
}

.listado-stack .fila-stack p {
    margin: 0px;
    line-height: normal;
}

/*cards*/

.item-notif:hover {
    filter: opacity(0.7);
}

.icon-id-list {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 10px 0 0;
    background: #eee;
    color: #727272;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    transition: color 0.2s ease-in-out;
}

.icon-id-listx45 {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 10px 0 0;
    background: #eee;
    color: #727272;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    border-radius: 50%;
    transition: color 0.2s ease-in-out;
}

.icon-id-listx35 {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #eee;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    border-radius: 50%;
    transition: color 0.2s ease-in-out;
}

    .icon-id-listx35 i {
        text-align: center;
    }

.icon-id-listx40 {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #eee;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    border-radius: 50%;
    transition: color 0.2s ease-in-out;
}

    .icon-id-listx40 i {
        text-align: center;
    }

.line-sub {
    width: 30px;
    height: 3px;
    margin-top: 5px;
}

/************
listados
************/
a.item-list {
    padding: 10px;
    display: block;
    color: #000 !important;
}

    a.item-list:hover {
        color: #26a69a;
    }

.a-itemlist-hvr:hover {
    background-color: #e3e3e3;
}

.item-list {
    padding: 10px;
}

.header-listado {
    padding: 8px 15px;
    background-color: #bedbd7;
    font-size: 11px !important;
    text-transform: uppercase;
    color: #212121;
}

/********************
sweet alert 
*********************/

.swal-button--cancel {
    color: #333;
    border: 1px solid #333;
    background: transparent;
}

    .swal-button--cancel:hover {
        color: #666;
        background-color: rgba(252, 252, 252, 0.5);
        border-color: #666;
    }

.swal-button--confirm {
    color: #fff;
    border: 1px solid rgba(38, 166, 154, 1);
    background: rgba(38, 166, 154, 1);
}

    .swal-button--confirm:hover {
        color: #fff;
        border: 1px solid rgba(38, 166, 154, 0.7);
        background: rgba(38, 166, 154, 0.7);
    }

/*********
swiper
************/

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 550px;
}

.swiper-pagination-bullet {
    width: 28px;
    height: 28px;
    margin-bottom: 12px;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background: transparent;
    opacity: 1;
    text-align: right;
    bottom: 0px;
}

.pagination-wrap {
    top: 50%;
    left: 0;
    z-index: 99;
    width: 120px;
    margin-top: -60px;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.5);
    right: 10px;
    padding: 30px;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 550px;
    object-fit: fill;
}

.dd-list-button {
    color: #000;
    padding: 0 15px;
}

input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #24a69a;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

input[type="radio"]:checked:after,
.radio input[type="radio"]:checked:after,
.radio-inline input[type="radio"]:checked:after {
    border-color: #24a69a;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #ccc;
}

.bo-modal-accion {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 20px;
    background: #f7f7f7;
}

.estado.text-danger {
    border: 1px solid #d63c3c;
    padding: 3px;
    display: inline-block;
}

.estado.text-success {
    border: 1px solid #5cb85c;
    padding: 3px;
    display: inline-block;
}

.listadoScroll {
    overflow-y: auto;
    overflow-x: hidden;
}

.daterangepicker .drp-selected {
    color: #d63c3c;
    font-weight: bold;
    font-size: 14px !important;
}

    .daterangepicker .drp-selected:before {
        content: "Seleccionado: ";
        color: #000;
        font-weight: normal;
    }

.tab-content > .active {
    display: block;
}

/**********
badges labels
***************/

.label-danger {
    background: #ff5370;
}

.label-success {
    background: #2ed8b6;
}

.label-grey {
    background: #ccc;
}

.label-black {
    background-color: #000 !important;
    color: #fff !important;
}

.label {
    border-radius: 4px;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 2px 7px;
    margin-right: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.label-default {
    background-color: #e0e0e0 !important;
    border-color: #e0e0e0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.label-inverse-default {
    border: 1px solid;
    border-color: #e0e0e0;
    color: #e0e0e0 !important;
}

.label-inverse-success {
    border: 1px solid;
    border-color: #2ed8b6;
    color: #2ed8b6 !important;
}

.label-inverse-warning {
    border: 1px solid;
    border-color: #f1c40f;
    color: #f1c40f !important;
}

.label-inverse-danger {
    border: 1px solid;
    border-color: #ff5370;
    color: #ff5370 !important;
}

.label-inverse-red {
    border: 1px solid;
    border-color: #ff5370;
    color: #ff5370 !important;
}

.label-inverse-info {
    border: 1px solid;
    border-color: #0978ff;
    color: #0978ff !important;
}

.label-inverse-purple {
    border: 1px solid;
    border-color: #be66e2;
    color: #be66e2 !important;
}

.label-inverse-black {
    border: 1px solid;
    border-color: #000;
    color: #000 !important;
}

.label-inverse-info-border {
    border: 1px solid;
    border-color: #222;
    color: #222 !important;
}

.label-inverse-info.activeFilter {
    background: #0978ff !important;
    color: #fff !important;
}

.label-inverse-purple.activeFilter {
    background: #be66e2 !important;
    color: #fff !important;
}

.label-inverse-red.activeFilter {
    background: #ff5370 !important;
    color: #fff !important;
}

/*===========================================================================
sombras
=============================================================================*/

.shadow-01 {
    box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.15);
}

/*=============== Menú Wizard ==================*/

.menu-wizard li div.selected {
    background: #28b9aa none repeat scroll 0 0;
    color: #fff;
}

    .menu-wizard li div.selected a {
        color: #fff;
    }

.menu-wizard li {
    box-sizing: border-box;
    font-size: 16px;
    width: 100%;
    display: inline;
}

.menu-wizard ul {
    box-sizing: border-box;
    height: auto;
    width: 100%;
    margin: 0 !important;
    padding: 0 0px;
    min-width: 800px;
}

.menu-wizard li div {
    background: #e4e7ef;
    color: #7686a7;
    display: inline-block;
    overflow: hidden;
    padding: 10px 27px 10px 60px;
    position: relative;
    border-radius: 2px;
}

.menu-wizard li {
    font-size: 16px;
}

ul li {
    list-style: none;
}

.menu-wizard li div.selected a span {
    background: #26a69a none repeat scroll 0 0;
    color: #fff;
}

.menu-wizard li div a span {
    background: #d2d6e0;
    color: #9d9d9d;
    bottom: 0;
    font-size: 18px;
    font-weight: 500;
    left: 0;
    padding: 15px 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    /*line-height: 0.8em;*/
}

.menu-wizard li div a,
a:link {
    color: #9d9d9d;
}

.enlace-invisible {
    overflow: hidden;
}

    .enlace-invisible::after {
        content: "";
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
    }

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btnSpinner.loading::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    border-radius: 50%;
    margin-left: 5px;
    animation: spin 1s linear infinite;
}

.btnSpinner.loadingBlack::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid transparent;
    border-top-color: #333;
    border-right-color: #333;
    border-radius: 50%;
    margin-left: 5px;
    animation: spin 1s linear infinite;
}

/***********instancias del equipo***************/

.card-new {
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    border-radius: 2px;
    position: relative;
}

/* Release */
.cardRelease .fecha {
    background: #077a9f;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
}

.correccionBug,
.itemMejora,
.nuevaFunc {
    font-size: 14px;
    color: #00a19a;
    text-transform: uppercase;
}

    .correccionBug::before {
        font-family: "FontAwesome";
        content: "\f188";
        margin-right: 5px;
    }

    .itemMejora::before {
        font-family: "Material-Design-Iconic-Font";
        content: "\f310";
        margin-right: 5px;
    }

    .nuevaFunc::before {
        font-family: "Material-Design-Iconic-Font";
        content: "\f227";
        margin-right: 5px;
    }

.sidebarRelease {
    bottom: 0px;
    width: 350px;
    position: absolute;
    z-index: 1;
    top: 52px;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    height: 70vh;
    box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
}

    .sidebarRelease a {
        text-decoration: none;
        color: #363636;
        display: block;
        transition: 0.3s;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 5px;
    }

        .sidebarRelease a:hover {
            color: #c3c3c3;
        }

.header-SideBarrelease {
    padding: 5px 15px;
    background-color: #00a19a;
    font-size: 16px;
    font-weight: bold;
}

    .header-SideBarrelease h3 {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
    }

.body-SideBarrelease {
    padding: 15px;
}

.scrollable-container-top-87 {
    overflow: hidden;
    position: absolute;
    top: 87px;
    left: 0;
    right: 0;
    bottom: 160px;
    padding: 20px;
}

.ellipsis-twolines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-closed {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 0 2% 0;
    min-width: 1024px !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.card-new-release {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    border: 1px solid #dbdbdb;
}

    .card-new-release .footer-card {
        padding: 15px;
    }

.card-new-release-close {
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s, box-shadow 0.1s;
    border: none;
    border-radius: 5px;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-family: monospace;
    font-size: 1.8em;
    cursor: pointer;
    justify-self: end;
}

.card-info {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    border: none;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .card-info .card-footer {
        background-color: transparent;
        border-top: none;
    }

    .card-info .card-header {
        background-color: #26a69a;
        padding: 10px 15px;
    }

/**** Estadísticas ****/

.card-varios {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

    .card-varios .card-header {
        padding: 15px 15px 0;
        border: 0;
    }

    .card-varios .card-body {
        padding: 15px;
        border: 0;
        position: relative;
    }

    .card-varios .card-title {
        margin: 0px;
    }

    .card-varios .card-footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .card-varios p {
        font-size: 14px;
    }

.content-p-stock {
    padding: 0 30px 30px;
    /*min-height: calc(100vh - 123px);*/
    margin-top: -30px;
}

    .content-p-stock .legend {
        padding: 10px 20px;
    }

/* Tooltip */

.custom-tooltip + .tooltip > .tooltip-inner {
    padding: 8px;
    font-size: 10px;
    background-color: #000;
    color: #fff;
}

.custom-tooltip + .tooltip {
    position: absolute !important;
}

    /* Tooltip on top */
    .custom-tooltip + .tooltip.top > .tooltip-arrow {
        border-top: 5px solid #000;
    }

    /* Tooltip on bottom */
    .custom-tooltip + .tooltip.bottom > .tooltip-arrow {
        border-bottom: 5px solid #000;
    }

    /* Tooltip on left */
    .custom-tooltip + .tooltip.left > .tooltip-arrow {
        border-left: 5px solid #000;
    }

    /* Tooltip on right */
    .custom-tooltip + .tooltip.right > .tooltip-arrow {
        border-right: 5px solid #000;
    }
