﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: "Segoe UI", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #373a3c;
    text-align: left;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
}

.truncated-column {
    max-width: 200px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #373a3c;
}

.clear-icon {
    color: transparent;
    background-color: transparent;
    border-radius: 50px;
    transition: 0.2s;
}

    .clear-icon:hover {
        color: #868e96;
        background-color: #FFFFFF;
        border-radius: 50px;
        transition: 0.2s;
    }

.btn {
    font-size: 12px;
    padding: 10px 18px;
    font-weight: 600;
}

table .btn {
    line-height: 36px;
}

.text-success {
    color: #197b30 !important;
}

.text-danger {
    color: #d70030 !important;
}


.btn:focus, btn:active {
    box-shadow: none !important;
}

.btn-primary:focus, .btn-primary:active,
.btn-secondary:focus, .btn-secondary:active,
.btn-success:focus, .btn-success:active,
.btn-dark:focus, .btn-dark:active,
.btn-warning:focus, .btn-warning:active,
.btn-danger:focus, .btn-danger:active,
.btn-info:focus, .btn-info:active {
    box-shadow: none !important;
}

.btn-primary {
    border-color: #0054a6;
    background-color: #0054a6;
    color: #FFFFFF;
}

.btn-info {
    border-color: #9e005d;
    background-color: #9e005d;
    color: #FFFFFF;
}

.btn-success {
    border-color: #197b30;
    background-color: #197b30;
    color: #FFFFFF;
}

.btn-warning {
    border-color: #f75b00;
    background-color: #f75b00;
    color: #FFFFFF;
}

    .btn-warning:hover {
        border-color: #ff3300;
        background-color: #ff3300;
        color: #FFFFFF;
    }

.btn-danger {
    border-color: #ff0051;
    background-color: #ff0051;
    color: #FFFFFF;
}

    .btn-danger:hover {
        border-color: #cc0041;
        background-color: #cc0041;
        color: #FFFFFF;
    }

.table th, .table td {
    vertical-align: middle !important;
    padding: 5px 10px;
}

.card {
    -webkit-box-shadow: 4px 4px 5px 0px rgba(222,222,222,0.8);
    -moz-box-shadow: 4px 4px 5px 0px rgba(222,222,222,0.8);
    box-shadow: 4px 4px 5px 0px rgba(222,222,222,0.8);
    transition: 0.4s;
}

    .card:hover {
        -webkit-box-shadow: 7px 7px 5px 0px rgba(200,200,200,1);
        -moz-box-shadow: 7px 7px 5px 0px rgba(200,200,200,1);
        box-shadow: 7px 7px 5px 0px rgba(200,200,200,1);
        transition: 0.4s;
    }

.bg-success {
    background-color: #0c9d68 !important;
}

.hub-main-background {
    position: fixed;
    min-width: 100vw;
    max-height: 100vh;
    margin: auto;
    z-index: -1;
    filter: brightness(1);
}

.btn, input {
    border-radius: 0px !important;
}

.icon-nav-user {
    transition: all 0.3s;
}

    .icon-nav-user:hover {
        filter: brightness(85%);
        cursor: pointer;
        transition: all 0.3s;
    }

.hub-btn-yellow {
    /*height: 60px;*/
    padding: 0px 20px 0px 20px;
    font-weight: 700;
    background-color: #d49b0b;
    color: #FFFFFF;
    transition: 0.2s;
}

    .hub-btn-yellow:hover {
        background-color: #c99103;
        color: #FFFFFF;
        transition: 0.2s;
    }

.hub-btn-blue {
    /*height: 60px;*/
    padding: 15px 20px 13px 20px;
    font-weight: 700;
    background-color: #0d569a;
    color: #FFFFFF;
    transition: 0.2s;
}

    .hub-btn-blue:hover {
        background-color: #08345f;
        color: #FFFFFF;
        transition: 0.2s;
    }

.hub-btn-blue-light {
    /*height: 60px;*/
    padding: 15px 20px 13px 20px;
    font-weight: 700;
    background-color: #1176d4;
    color: #FFFFFF;
    transition: 0.2s;
}

    .hub-btn-blue-light:hover {
        background-color: #0d5ca5;
        color: #FFFFFF;
        transition: 0.2s;
    }

.hub-btn-magenta {
    /*height: 60px;*/
    padding: 15px 20px 13px 20px;
    font-weight: 700;
    background-color: #cc003f;
    color: #FFFFFF;
    transition: 0.2s;
}

    .hub-btn-magenta:hover {
        background-color: #990030;
        color: #FFFFFF;
        transition: 0.2s;
    }

.hub-btn-magenta-light {
    padding: 15px 20px 13px 20px;
    font-weight: 700;
    background-color: #ff0051;
    color: #FFFFFF;
    transition: 0.2s;
}

    .hub-btn-magenta-light:hover {
        background-color: #cc003f;
        color: #FFFFFF;
        transition: 0.2s;
    }

.hub-btn-purple {
    /*height: 60px;*/
    padding: 15px 20px 13px 20px;
    font-weight: 700;
    background-color: #510041;
    color: #FFFFFF;
    transition: 0.2s;
}

    .hub-btn-purple:hover {
        background-color: #410034;
        color: #FFFFFF;
        transition: 0.2s;
    }

.hub-btn-gray {
    /*height: 60px;*/
    padding: 15px 20px 13px 20px;
    font-weight: 700;
    background-color: #555555;
    color: #FFFFFF;
    transition: 0.2s;
}

    .hub-btn-gray:hover {
        background-color: #393939;
        color: #FFFFFF;
        transition: 0.2s;
    }

.hub-btn-green {
    /*height: 60px;*/
    padding: 15px 20px 13px 20px;
    font-weight: 700;
    background-color: #0c9d68;
    color: #FFFFFF;
    transition: 0.2s;
}

    .hub-btn-green:hover {
        background-color: #09774e;
        color: #FFFFFF;
        transition: 0.2s;
    }

.hub-btn-light {
    /*height: 60px;*/
    padding: 15px 20px 13px 20px;
    font-weight: 600;
    transition: 0.2s;
}

    .hub-btn-light:hover {
        background-color: rgba(0,0,0,0.05) !important;
        transition: 0.2s;
    }

.hub-btn-close-modal {
    padding: 0px !important;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #cc003f00;
    color: #FFFFFF;
    transition: 0.2s;
}

    .hub-btn-close-modal:hover {
        background-color: rgba(0, 0, 0, 0.3);
        color: #FFFFFF;
        transition: 0.2s;
    }

select > option {
    font-weight: 500 !important;
}

.input-login {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #373a3c !important;
    font-size: 16px;
}

.validation-summary-errors {
    text-align: center;
    font-size: 12px;
}

    .validation-summary-errors ul {
        list-style: none;
        padding: 0px;
    }

.dropdown-item.disabled > img {
    opacity: 0.5 !important;
}

.dropdown-flag-button {
    background-color: transparent;
    border: 0px solid black;
    margin: 0px 0px 0px 10px;
    padding: 0px;
}

    .dropdown-flag-button > img {
        border: 3px solid #FFFFFF !important;
        transition: all 0.1s;
    }

    .dropdown-flag-button:hover > img {
        border: 1px solid #FFFFFF !important;
        transition: all 0.1s;
    }

.dropdown-toggle-pin {
    display: block;
    height: 46px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 46px;
    font-weight: 700;
    background-color: #ff6a00;
    border-radius: 0;
    outline: none !important;
    margin-top: 30px;
    margin-bottom: 6px;
    transition: 0.6s;
    border: 0px solid transparent !important;
}

    .dropdown-toggle-pin > i {
        float: left;
        margin-top: 10px;
    }

    .dropdown-toggle-pin > span {
        font-size: 16px;
        float: right;
    }

    .dropdown-toggle-pin:hover {
        background-color: #fdc800;
    }

.nav-dropdown-menu {
    left: auto;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.0);
    position: absolute !important;
    border-radius: 0px;
    margin-top: 15px;
    padding: 0px;
    width: 100% !important;
    transition: 0.3s;
}

    .nav-dropdown-menu .dropdown-item {
        padding: 10px 20px;
        background-color: rgba(255, 255, 255, 1);
        transition: 0.3s;
    }

        .nav-dropdown-menu .dropdown-item:hover {
            background-color: #202124;
            color: #FFFFFF;
            transition: 0.3s;
        }

        .nav-dropdown-menu .dropdown-item.dark-item {
            background-color: rgba(0, 0, 0, 0.99);
            transition: 0.3s;
        }

            .nav-dropdown-menu .dropdown-item.dark-item:hover {
                background-color: rgba(60, 60, 60, 0.99);
                transition: 0.3s;
            }


.toast {
    right: 25px !important;
    min-width: calc(100vw - 40px) !important;
}

.toast-header span, #toastTitle {
    margin-right: !important;
}

.column-banner {
    min-width: calc(100% - 0px);
    max-width: calc(100% - 0px);
}

.dashboard-menu-container {
    width: 100%;
    margin: auto;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .nav-dropdown-menu {
        width: 100% !important;
    }

    .toast {
        min-width: 180px !important;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .nav-dropdown-menu {
        width: 100% !important;
    }

    .dashboard-menu-container {
        width: 100%;
        margin: 0px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .nav-dropdown-menu {
        width: unset !important;
        min-width: 10rem;
    }

    .dropdown-toggle-pin {
        display: inline-block;
        height: 46px;
        width: 46px;
        text-align: center;
        color: #FFFFFF;
        font-size: 22px;
        line-height: 46px;
        font-weight: 700;
        background-color: #ff6a00;
        border-radius: 50%;
        outline: none !important;
        transition: 0.6s;
        margin-top: 0px;
        margin-bottom: 0px;
        border: 0px solid transparent !important;
    }

        .dropdown-toggle-pin > i {
            float: none;
        }

        .dropdown-toggle-pin > span {
            display: none;
        }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


    .column-banner {
        min-width: calc(100% - 400px);
        max-width: calc(100% - 400px);
        padding-left: 36px !important;
    }

    .nav-dropdown-menu {
        width: unset !important;
        min-width: 10rem;
    }

    .dropdown-toggle-pin {
        display: inline-block;
        height: 46px;
        width: 46px;
        text-align: center;
        color: #FFFFFF;
        font-size: 22px;
        line-height: 46px;
        font-weight: 700;
        background-color: #ff6a00;
        border-radius: 50%;
        outline: none !important;
        transition: 0.6s;
        margin-top: 0px;
        margin-bottom: 0px;
        border: 0px solid transparent !important;
    }

        .dropdown-toggle-pin > span {
            display: none;
        }
}

.borderless {
    border: 0px solid transparent !important;
}
/********* MENÚ PRINCIPAL SIDEBAR *********************************************************************************************/

html {
    background-color: #606060;
}

.hub-panel-row {
    margin: 0px;
}

.hub-panel-container {
    min-height: 100vh;
    background-color: #FFFFFF;
    width: calc(100vw - 300px);
    margin: 0px;
    position: relative;
    vertical-align: top;
    display: inline-flex;
}

.hub-panel-sidebar {
    height: calc(100vh - 0px);
    background-color: #08345e;
    width: 0px;
    padding: 0px !important;
    margin: 0px;
    vertical-align: top;
    position: fixed;
    z-index: 50;
}

.hub-panel-sidebar-content {
    background-color: #08345e;
    position: absolute;
    width: 360px;
    height: 100vh;
    padding: 0px 0px 0px 0px; /* LAST 60PX */
    display: none;
}

#hubPanelSidebarCollapsed {
    left: 0px;
    opacity: 1;
    display: none !important;
}

#hubPanelContainer {
    padding-left: 0px !important;
}

#hubPanelSidebar {
}

#mainNavbarContainer {
    width: 100%;
}

.navbar-brand {
    margin-left: 64px;
}

.panel-main-container {
    width: calc(100% - 30px) !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #hubPanelSidebarCollapsed {
        left: 0px;
        opacity: 1;
        display: block !important;
    }

    #hubPanelContainer {
        padding-left: 74px !important;
    }

    #mainNavbarContainer {
        width: calc(100vw - 60px);
    }

    .navbar-brand {
        margin-left: 0px;
    }

    .panel-main-container {
        width: calc(100% - 15px) !important;
        margin-left: 0px !important;
    }
}


.hub-sidebar-menu {
    background-color: #021131;
    margin: 0px;
    overflow-y: auto;
    height: calc(100vh - 240px);
    width: calc(100%);
    padding: 0px 0px;
    /*scrollbar-color: #828282 #eeeeee;*/
}

    .hub-sidebar-menu.collapsed {
        height: calc(100vh - 130px);
    }

.hub-divider-item {
    height: 1px !important;
    margin-top: 1px;
    margin-bottom: 1px;
}

.hub-divider {
    background-color: #eea904;
    height: 1px;
}

.hub-sidebar-menu > li {
    background-color: transparent;
    height: 47px;
    border: 1px solid #ffffff;
    margin: 2px;
}

.collapsed.hub-sidebar-menu > li {
    background-color: transparent;
    height: 47px;
    border: 1px solid transparent;
    margin: 4px 2px !important;
}

.collapsed.hub-sidebar-menu > li {
    background-color: transparent;
    height: 47px;
    border: 1px solid transparent;
    margin: 1px 2px;
}

.hub-sidebar-menu > li > a {
    color: #FFFFFF;
    background-color: transparent;
    display: block;
    padding: 0px 5px;
    line-height: 47px;
    transition: padding 0.3s;
    color: #555555;
    text-decoration: none;
    height: 48px;
}

    .hub-sidebar-menu > li > a:hover {
        background-color: #0a467f !important;
        padding: 0px 12px;
        transition: padding 0.3s;
    }

    .hub-sidebar-menu > li > a > i {
        color: #26303d !important;
        margin-right: 0px;
        transition: 0s;
        line-height: 46px !important;
    }

.collapsed.hub-sidebar-menu > li > a > i {
    color: #FFFFFF !important;
    margin-right: 0px;
    transition: 0s;
}

.hub-sidebar-menu > li > a:hover > i, .hub-sidebar-menu > li > a:hover > span {
    color: #FFFFFF !important;
    transition: 0s;
}

.hub-sidebar-menu > li > a > span {
    color: #555555;
    transition: 0s;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.hub-sidebar-menu > li > a > i.yellow-item {
    color: #eea904 !important;
}

.hub-sidebar-menu > li > a.aspNetDisabled {
    color: #DFDFDF;
    background-color: #0d5ca5 !important;
    display: block !important;
    padding: 0px 5px !important;
    /*line-height: 47px !important;*/
    transition: 0.4s !important;
    color: red !important;
    text-decoration: none !important;
    /*height: 50px !important;*/
    border: none !important;
    font-weight: 400 !important;
    opacity: 0.2;
}

    .hub-sidebar-menu > li > a.aspNetDisabled > i {
        color: rgba(255, 255, 255, 1) !important;
    }

    .hub-sidebar-menu > li > a.aspNetDisabled > span {
        color: rgba(255, 255, 255, 1) !important;
        text-align: left !important;
        font-size: 15px !important;
    }

    .hub-sidebar-menu > li > a.aspNetDisabled.selected {
        opacity: 1 !important;
    }

        .hub-sidebar-menu > li > a.aspNetDisabled.selected > i {
            color: #FFFFFF !important;
            opacity: 0.8;
        }

        .hub-sidebar-menu > li > a.aspNetDisabled.selected > span {
            color: rgba(255, 255, 255, 0.8) !important;
            text-align: left !important;
            font-size: 15px !important;
        }

.hub-sidebar-menu.collapsed {
    color: #08345e !important;
}

    .hub-sidebar-menu.collapsed > li > a {
        padding: 0px 0px !important;
        text-align: center;
        border-radius: 48px;
        width: 48px;
        height: 48px;
    }

        .hub-sidebar-menu.collapsed > li > a > i {
            margin: 0px;
            color: #FFFFFF;
            font-size: 32px;
            margin-top: 10px;
        }

            .hub-sidebar-menu.collapsed > li > a > i.bi {
                margin: 0px;
                color: #FFFFFF;
                font-size: 28px;
                margin-top: 10px;
            }

.hub-panel-sidebar-collapsed {
    display: block;
    background-color: #08345e !important;
    position: fixed;
    width: 60px;
    height: 120vh;
    padding: 0px 0px;
    border-right: 0px solid #eea904;
    z-index: 1;
    transition: all 0.2s;
}

.hub-collapsed-top {
    padding: 15px 0px;
    background-color: transparent;
    margin: 0px;
    border-bottom: 1px solid transparent;
    height: 65px;
}

.hub-collapsed-top-logout {
    padding: 5px 0px;
    background-color: transparent;
    margin: 0px;
    border-bottom: 1px solid transparent;
    height: 65px;
}

#iconOcultarMenu {
    background-color: rgba(0, 0, 0, 0.2);
    border: 0px solid #FFFFFF;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    transform: rotate(180deg);
    padding: 10px;
    position: fixed;
    top: 10px;
    left: 8px;
    z-index: 51;
    transition: 1s;
    user-select: none !important;
}

.hub-user-view {
    padding: 15px 0px;
    background-color: #08345e; /*#041436;*/ /*#10162e*/
    margin: 0px;
    border-bottom: 0px solid #DFDFDF;
    height: 240px;
}

.hub-user-image {
    border-radius: 50%;
    height: 100px;
    display: block;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #FFFFFF;
    background-color: #FFFFFF;
    padding: 0px;
}

.hub-user-name {
    font-weight: 600;
    display: block;
    text-align: center;
    color: #DFDFDF;
}

.hub-user-email {
    display: block;
    text-align: center;
    color: #e3e3e3;
    font-size: 13px;
    opacity: 0.7;
}

.hub-user-role {
    display: block;
    text-align: center;
    color: #a8a8a8;
    font-size: 13px;
    text-transform: uppercase;
}


.hub-float-menu-icon {
    position: absolute;
    top: 3px;
    left: 0px;
    font-size: 26px;
    color: #bdbdbd;
    padding: 9px;
    background-color: transparent;
}

    .hub-float-menu-icon.bi {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 24px;
        color: #bdbdbd;
        padding: 0px 9px;
        background-color: transparent;
        line-height: 48px;
    }

.hub-collapsed-menu-icon {
    font-size: 26px !important;
    margin-top: 12px !important;
}

    .hub-collapsed-menu-icon.bi {
        font-size: 24px !important;
        margin-top: 0px !important;
    }

/******************************************************************************************************************************/

.timer-exam {
    position: absolute;
    top: 10px;
    left: calc(50% - 160px);
    display: inline-block;
    background-color: transparent;
    width: 320px;
    text-align: center;
    font-size: 18px;
    font-weight: 700
}

.list-instrucciones {
    padding-left: 20px;
}

    .list-instrucciones > li {
        padding-left: 10px;
        margin-bottom: 10px;
    }

input[type=checkbox] {
    margin-right: 10px;
}

input[type="radio"]:checked {
}

.check-radio-list-respuestas {
    width: 100% !important;
    margin: 20px 0px;
}

    .check-radio-list-respuestas > tbody > tr > td {
        /*padding: 12px 30px 2px 12px;*/
        padding: 0px 0px 0px 0px;
        transition: 0.3s;
        border: 1px solid white !important;
    }

        .check-radio-list-respuestas > tbody > tr > td:hover {
            background-color: rgba(0, 0, 0, 0.1);
            transition: 0.3s;
        }

        .check-radio-list-respuestas > tbody > tr > td > input {
            position: absolute;
            margin-top: 15px;
            margin-left: 10px;
        }

        /* LABEL DEL CHECKBOX O RADIO */
        .check-radio-list-respuestas > tbody > tr > td > label {
            display: block;
            margin: 0px;
            margin-bottom: 0px;
            padding: 10px 10px 10px 35px;
            cursor: pointer !important;
        }

        /* LABEL CHECKED RADIOBUTTON */
        .check-radio-list-respuestas > tbody > tr > td > input[type="radio"]:checked + label {
            background: #000;
            color: #000000;
            font-weight: 500;
            background-color: rgba(0, 0, 0, 0.15);
            transition: 0.3s;
        }

        /* LABEL CHECKED CHECKBOX */
        .check-radio-list-respuestas > tbody > tr > td > input[type="checkbox"]:checked + label {
            background: #000;
            color: #000000;
            font-weight: 500;
            background-color: rgba(0, 0, 0, 0.15);
            transition: 0.3s;
        }


@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 1.2s linear infinite;
    -moz-animation: rotating 1.2s linear infinite;
    -ms-animation: rotating 1.2s linear infinite;
    -o-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite;
}

.rotating-fast {
    -webkit-animation: rotating 0.6s linear infinite;
    -moz-animation: rotating 0.6s linear infinite;
    -ms-animation: rotating 0.6s linear infinite;
    -o-animation: rotating 0.6s linear infinite;
    animation: rotating 0.6s linear infinite;
}

/************************************************************************/

/* Icon pulse */
.fa-hub-pulse {
    display: inline-block;
    -moz-animation: pulse 1.2s infinite linear;
    -o-animation: pulse 1.2s infinite linear;
    -webkit-animation: pulse 1.2s infinite linear;
    animation: pulse 1.2s infinite linear;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fa-bounce {
    display: inline-block;
    position: relative;
    -moz-animation: bounce 1s infinite linear;
    -o-animation: bounce 1s infinite linear;
    -webkit-animation: bounce 1s infinite linear;
    animation: bounce 1s infinite linear;
}

@-webkit-keyframes bounce {
    0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes bounce {
    0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }
}

@-o-keyframes bounce {
    0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }
}

@-ms-keyframes bounce {
    0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }
}

@keyframes bounce {
    0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }
}

.info-icon {
    position: absolute;
    top: 0px;
    right: 13px;
    color: #2780e3;
    cursor: pointer;
    transition: all 0.3s;
}

    .info-icon:hover {
        color: #f48205 !important;
    }

.text-truncate {
    display: block;
}

.form-control {
    height: 40px !important;
    padding-left: 6px !important;
}

    /* -- Bootstrap Additions - ASP.NET Disabled ----------------- */

    input[type="text"].aspNetDisabled, .form-control:disabled, .form-control[readonly] {
        height: 40px;
        padding: 6px 12px;
        width: 100%;
        background-color: #efefef !important;
        color: #868e96 !important;
        border: 1px solid #ced4da !important;
    }

a.aspNetDisabled, a.aspNetDisabled:focus, a.aspNetDisabled:active, a.aspNetDisabled:hover {
    /*font-size: 12px !important;*/
    /*padding-top: 10px !important;*/
    /*font-weight: 600 !important;*/
    /*height: 40px;*/
    /*display: inline-block;*/
    /*font-weight: 400;*/
    color: #373a3c;
    /*text-align: center;*/
    /*vertical-align: middle;*/
    cursor: default !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dfdfdf;
    border-color: #dfdfdf;
    /*border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    border-radius: 0;*/
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    opacity: 0.5;
}


input[type="date"]::-webkit-datetime-edit,
input[type="time"]::-webkit-datetime-edit {
    background-color: transparent !important;
    padding: 0px !important;
}


input[type="time"]::-webkit-datetime-edit-fields-wrapper,
input[type="date"]::-webkit-datetime-edit-fields-wrapper {
    background-color: transparent !important;
}

input[type="time"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-calendar-picker-indicator {
    background-color: transparent !important;
    margin: 0px !important;
    padding: 0px !important;
    cursor: pointer;
}

/*************************************************************************************/

.check-politicas {
    position: relative;
}

    .check-politicas > input {
        position: absolute;
        top: 4px;
        left: 10px;
        cursor: pointer;
    }

    /* LABEL DEL CHECKBOX O RADIO */
    .check-politicas > label {
        margin: 0px;
        margin-bottom: 0px;
        padding: 10px 10px 10px 35px;
        background-color: red !important;
        color: #FFFFFF;
        cursor: pointer;
        transition: all 0.5s;
    }

    .check-politicas input[type="checkbox"]:checked + label {
        background-color: green !important;
    }

.hub-question-flag {
    margin-top: 2px;
    margin-right: 1px;
    display: inline-block;
    height: 38px;
    width: 38px;
    border: 0px solid #555555;
    border-radius: 50%;
    padding: 3px;
    transition: all 0.6s;
}

    .hub-question-flag:hover {
        transition: all 0.6s;
    }

        .hub-question-flag:hover > i {
            transition: all 0.3s;
        }

.hub-min-padding {
    background-color: transparent !important;
    padding: 0px !important;
}

.input-group-text {
    min-width: 101px;
}

.opcion-respuesta > input[type="checkbox"] {
    margin-right: 8px !important;
    cursor: pointer !important;
}

    .opcion-respuesta > input[type="checkbox"] + label {
        margin-bottom: 0px !important;
        color: #565656 !important;
        font-size: 10px;
        font-weight: 700;
        float: right;
        margin-top: 5px;
        cursor: pointer !important;
    }

.form-control.validable {
    color: #333333;
    padding-right: 40px;
}

.form-control + .material-icons {
    color: #00000000;
    position: absolute;
    top: 8px;
    right: 8px;
}

.btn {
    border-radius: 0px !important;
}

.btn-icon {
    line-height: 24px;
}

    .btn-icon > i {
        margin-right: 7px;
        float: left;
    }

.btn-white {
    background-color: transparent;
    height: 40px !important;
}

    .btn-white > i {
        margin-right: 0px !important;
    }

    .btn-white.aspNetDisabled {
        height: 40px !important;
        background-color: transparent !important;
    }

        .btn-white.aspNetDisabled > i {
            margin-top: -3px;
        }

    .btn-white:hover {
        background-color: rgba(0, 0, 0, 0.06);
        border-color: #9aacbe;
    }



.btn-floating {
    height: 40px;
    width: 40px;
    padding: 0px;
    display: block;
    border-radius: 50% !important;
    margin-left: auto;
}

    .btn-floating > i {
        line-height: 40px !important;
        margin-top: -1px;
    }

.btn-up-down {
    height: 26px;
    width: 26px;
    padding: 0px;
    display: block;
    border-radius: 50% !important;
    background-color: transparent;
    border: none !important
}

    .btn-up-down:hover {
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    }

    .btn-up-down > i {
        line-height: 24px !important;
        margin-top: 0px;
        margin-left: 0px;
    }


/*******************************************************************************************************************/
/*************************** CKEDITOR - MATHTEX - MATHJAX **********************************************************/
/*******************************************************************************************************************/
.math-tex {
    font-size: 20px;
    color: #212121;
    font-weight: 700;
}


/****************************************************************************************************************/
/* CUSTOM SWITCH (REPLACE CHECKBOX) */

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    top: 9px;
    margin: 0px;
}

    .switch input {
        opacity: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CCC;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider.red-disabled {
        background-color: #dd0009;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }


input:checked + .slider {
    background-color: #4AB719; /* GREEN */
}

    input:checked + .slider.yellow-enabled {
        background-color: #e29f03; /* YELLOW */
    }

    input:checked + .slider.purple-enabled {
        background-color: #50312f; /* PURPLE */
    }

    input:checked + .slider.green-enabled {
        background-color: #416103; /* GREEN */
    }

    input:checked + .slider.blue-enabled {
        background-color: #0054a6; /* BLUE */
    }

input:focus + .slider {
    box-shadow: 0 0 1px #4AB719;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }



/* CUSTOM SWITCH (REPLACE CHECKBOX) */
/****************************************************************************************************************/


/****************************************************************************************************************/
/* CUSTOM SWITCH (REPLACE CHECKBOX) */

.custom-switch {
    border: 1px solid transparent !important;
    padding-left: 0px !important;
}

    /* CONTENEDOR SWITCH OFF */
    .custom-switch .custom-control-label::before {
        border-color: #e21b1b !important;
        background-color: #e21b1b !important;
        top: 2px !important;
        left: 0px !important;
        height: 24px !important;
        width: 50px !important;
        border-radius: 50px !important;
        pointer-events: all;
        box-shadow: none !important;
        padding-left: 50px !important;
    }


/* CONTENEDOR SWITCH ON */
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #197b30 !important;
    background-color: #197b30 !important;
    top: 2px !important;
    left: 0px !important;
    height: 24px !important;
    width: 50px !important;
    border-radius: 50px !important;
}

/* CONTENEDOR SWITCH DISABLED */
/*.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef !important;
    border-color: #ced4da !important;
    cursor: default !important;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    cursor: default !important;
}*/

/* CONTENEDOR SWITCH DISABLED */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
    opacity: 0.6 !important;
    cursor: default !important;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    cursor: default !important;
}


/* CÍRCULO INTERRUPTOR OFF */
.custom-switch .custom-control-label::after {
    top: 4px !important;
    left: 2px !important;
    height: 20px !important;
    width: 20px !important;
    background-color: #FFFFFF !important;
    border-radius: 50% !important;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/* CÍRCULO INTERRUPTOR ON */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    top: 4px !important;
    left: 2px !important;
    height: 20px !important;
    width: 20px !important;
    background-color: #FFFFFF !important;
    border-radius: 50% !important;
    -webkit-transform: translateX(28px) !important;
    transform: translateX(28px) !important;
}

/* LEYENDA */
.custom-control-label {
    position: absolute;
    margin-bottom: 0;
    vertical-align: top;
    padding-left: 60px;
    top: 4px;
    font-size: 16px !important;
    cursor: pointer !important;
}

/* CUSTOM SWITCH (REPLACE CHECKBOX) */
/****************************************************************************************************************/

div.aspNetDisabled a {
    opacity: 0.6 !important;
    cursor: default !important;
}

.nav-pills .nav-item {
    padding: 0px !important;
}

.nav-pills .nav-link {
    background-color: #0d569a;
    padding: 0.75rem 2.5rem;
    border: 1px solid #FFFFFF;
    position: relative;
}

    .nav-pills .nav-link:hover {
        background-color: #1a6dcb;
    }

.nav-pills .nav-link, .nav-pills .show > .nav-link {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

    .nav-pills .nav-link > .material-icons {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #ffffff !important;
    }

    .nav-pills .nav-link:hover, .nav-pills .show > .nav-link {
        color: #FFFFFF;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #FFFFFF;
        font-size: 13px;
    }




.btn-disable.aspNetDisabled {
    font-size: 12px !important;
    padding: 10px 18px !important;
    font-weight: 600 !important;
    height: 46px !important;
    display: inline-block;
    font-weight: 400;
    color: #373a3c;
    text-align: center;
    vertical-align: middle;
    cursor: not-allowed !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dfdfdf;
    border: 1px solid transparent;
    line-height: 24px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0px;
    margin: 20px 0;
    border-radius: 0px;
}

    .pagination-ys table > tbody > tr {
        background-color: transparent !important;
    }

    .pagination-ys td {
        padding: 0px !important;
        border: none !important;
    }

    /*.pagination-ys td a {
        padding: 0px !important;
        border: none !important;
    }*/

    .pagination-ys table > tbody > tr:hover {
        background-color: transparent !important;
    }

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span { /* PÁGINAS INACTIVAS */
            position: relative;
            float: left;
            padding: 0px 0px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #002a6a;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-right: -1px;
            min-width: 40px;
            text-align: center;
            margin-bottom: 2px;
            margin-top: 5px;
            transition: ease-out 0.2s;
            height: 40px !important;
            line-height: 38px !important;
        }

        .pagination-ys table > tbody > tr > td > span { /* PÁGINA ACTIVA */
            position: relative;
            float: left;
            padding: 0px 0px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #FFFFFF;
            background-color: #ffbb00;
            border: 1px solid #ffbb00;
            cursor: default;
            min-width: 40px;
            text-align: center;
            font-weight: 600;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 0px;
            border-top-left-radius: 0px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 0px;
            border-top-right-radius: 0px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        /*.pagination-ys table > tbody > tr > td > span:hover,*/ /* HOVER EN PÁGINA ACTIVA */
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #002a6a;
            background-color: #e8e8e8;
            border: 1px solid #b0bec5;
            font-weight: 600;
            transition: ease-in 0.2s;
        }


.catalog-icon {
    position: absolute;
    top: 0px;
    right: 15px;
    color: #e21e78;
    font-size: 18px !important;
}

.drop-truncate {
    text-overflow: ellipsis;
}

/*************************************************************/

/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left: calc(100% - 1px);
    z-index: 3;
    margin-left: 0px;
}

.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -21px;
    margin-left: 1px;
    left: calc(100% - 1px);
    z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px;
    box-shadow: none !important;
    transition: all 0s !important;
}

    .btn-breadcrumb .btn:first-child {
        padding: 6px 6px 6px 10px;
    }

    .btn-breadcrumb .btn:last-child {
        padding: 6px 18px 6px 24px;
    }

    /** Default button **/
    .btn-breadcrumb .btn.btn-default {
        background-color: #dfdfdf;
    }

        .btn-breadcrumb .btn.btn-default:not(:last-child):after {
            border-left: 10px solid #dfdfdf;
        }

        .btn-breadcrumb .btn.btn-default:not(:last-child):before {
            border-left: 10px solid #ccc;
        }

        .btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
            border-left: 10px solid #dfdfdf;
        }

        .btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
            border-left: 10px solid #adadad;
        }

    /** Primary button **/
    .btn-breadcrumb .btn.btn-primary:not(:last-child):after {
        border-left: 10px solid #0054a6;
        padding-top: 0px !important;
        transition: 0s;
    }

    .btn-breadcrumb .btn.btn-primary:not(:last-child):before {
        border-left: 10px solid #357ebd;
    }

    .btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after,
    .btn-breadcrumb .btn.btn-primary:active:not(:last-child):after,
    .btn-breadcrumb .btn.btn-primary:focus:not(:last-child):after {
        border-left: 10px solid #1a6dca;
    }

    .btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before,
    .btn-breadcrumb .btn.btn-primary:active:not(:last-child):before,
    .btn-breadcrumb .btn.btn-primary:focus:not(:last-child):before {
        border-left: 10px solid #1a6dca;
        transition: 0s !important;
    }

    .btn-breadcrumb .btn:active {
        background-color: #1a6dca !important;
    }
    /** Success button **/
    .btn-breadcrumb .btn.btn-success:not(:last-child):after {
        border-left: 10px solid #5cb85c;
    }

    .btn-breadcrumb .btn.btn-success:not(:last-child):before {
        border-left: 10px solid #4cae4c;
    }

    .btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
        border-left: 10px solid #47a447;
    }

    .btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
        border-left: 10px solid #398439;
    }

    /** Danger button **/
    .btn-breadcrumb .btn.btn-danger:not(:last-child):after {
        border-left: 10px solid #d9534f;
    }

    .btn-breadcrumb .btn.btn-danger:not(:last-child):before {
        border-left: 10px solid #d43f3a;
    }

    .btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
        border-left: 10px solid #d2322d;
    }

    .btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
        border-left: 10px solid #ac2925;
    }

    /** Warning button **/
    .btn-breadcrumb .btn.btn-warning:not(:last-child):after {
        border-left: 10px solid #f0ad4e;
    }

    .btn-breadcrumb .btn.btn-warning:not(:last-child):before {
        border-left: 10px solid #eea236;
    }

    .btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
        border-left: 10px solid #ed9c28;
    }

    .btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
        border-left: 10px solid #d58512;
    }

    /** Info button **/
    .btn-breadcrumb .btn.btn-info:not(:last-child):after {
        border-left: 10px solid #5bc0de;
    }

    .btn-breadcrumb .btn.btn-info:not(:last-child):before {
        border-left: 10px solid #46b8da;
    }

    .btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
        border-left: 10px solid #39b3d7;
    }

    .btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
        border-left: 10px solid #269abc;
    }



.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0px !important;
    font-size: 12px !important;
    background: initial;
    background-color: #0054a6;
    color: #fff;
    min-width: 100px;
    line-height: 48px !important;
    text-transform: uppercase;
    padding: 0px 20px !important;
}

    .swal2-styled.swal2-confirm > i {
        float: left !important;
        margin-right: 8px !important;
        margin-top: 12px !important;
    }

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0px !important;
    font-size: 12px !important;
    background: initial;
    background-color: #cc003f;
    color: #fff;
    min-width: 100px;
    line-height: 48px !important;
    text-transform: uppercase;
    padding: 0px 20px !important;
}

    .swal2-styled.swal2-cancel > i {
        float: left !important;
        margin-right: 8px !important;
        margin-top: 12px !important;
    }

.swal2-content {
    font-size: 16px !important;
}

.swal2-title {
    margin-bottom: 18px !important;
}


.hub-sidebar-temas {
    background-color: #041436;
    margin: 0px;
    overflow-y: scroll;
    height: calc(100vh - 190px);
    width: calc(100%);
    padding: 5px 5px;
    scrollbar-color: #555555 #041436;
}

    .hub-sidebar-temas > li {
        background-color: transparent;
        height: 30px;
    }

        .hub-sidebar-temas > li > a {
            color: #FFFFFF;
            background-color: transparent;
            display: block;
            padding: 0px 5px;
            line-height: 30px;
            transition: 0.4s;
            color: #555555;
            text-decoration: none;
            height: 30px;
        }

            .hub-sidebar-temas > li > a > i {
                color: #FFFFFF !important;
                font-size: 24px !important;
                padding: 3px !important;
            }

            .hub-sidebar-temas > li > a:hover {
                background-color: #FF3300 !important;
                padding: 0px 10px;
                transition: 0.4s;
            }

                .hub-sidebar-temas > li > a:hover > i {
                    color: #FFFFFF !important;
                    transition: 0.4s;
                }

            .hub-sidebar-temas > li > a > i {
                margin-right: 8px;
                transition: 0.4s;
            }

            .hub-sidebar-temas > li > a > span {
                color: #FFFFFF;
                transition: 0.4s;
                text-overflow: ellipsis;
                display: block;
                overflow: hidden;
                white-space: nowrap;
            }

            .hub-sidebar-temas > li > a.aspNetDisabled {
                color: #DFDFDF;
                background-color: transparent !important;
                display: block !important;
                padding: 0px 5px !important;
                line-height: 50px !important;
                transition: 0.4s !important;
                color: red !important;
                text-decoration: none !important;
                height: 50px !important;
                border: none !important;
                font-weight: 400 !important;
                opacity: 0.2;
            }

                .hub-sidebar-temas > li > a.aspNetDisabled > i {
                    color: rgba(255, 255, 255, 1) !important;
                }

                .hub-sidebar-temas > li > a.aspNetDisabled > span {
                    color: rgba(255, 255, 255, 1) !important;
                    text-align: left !important;
                    font-size: 15px !important;
                }

.hub-sidebar-temas {
    background-color: #03205e;
    margin: 0px;
    overflow-y: scroll;
    height: calc(100vh - 220px);
    width: calc(100%);
    padding: 5px 5px;
    scrollbar-color: #555555 #03205e;
}

    .hub-sidebar-temas > div > table {
        border: none !important;
        width: 100% !important;
    }

        .hub-sidebar-temas > div > table > tbody {
            border: none !important;
        }

            .hub-sidebar-temas > div > table > tbody > tr {
                border: none !important;
            }

                .hub-sidebar-temas > div > table > tbody > tr > td {
                    border: none !important;
                    padding: 0px !important
                }

                    .hub-sidebar-temas > div > table > tbody > tr > td > a {
                        background-color: transparent;
                        height: 30px !important;
                        display: block !important;
                        padding: 0px 5px;
                        line-height: 30px;
                        transition: 0.4s;
                        color: #555555;
                        text-decoration: none;
                        width: 276px;
                    }

                        .hub-sidebar-temas > div > table > tbody > tr > td > a:hover {
                            background-color: #eea904 !important;
                            transition: 0.4s;
                        }

                            .hub-sidebar-temas > div > table > tbody > tr > td > a:hover > i {
                                color: #FFFFFF !important;
                                transition: 0.4s;
                            }

                        .hub-sidebar-temas > div > table > tbody > tr > td > a > i {
                            color: #FFFFFF;
                            font-size: 24px;
                            padding: 3px 0px;
                            float: left;
                            transition: 0.4s;
                        }

                        .hub-sidebar-temas > div > table > tbody > tr > td > a > span {
                            color: #FFFFFF;
                            font-size: 13px;
                        }

                        .hub-sidebar-temas > div > table > tbody > tr > td > a.aspNetDisabled {
                            color: #DFDFDF;
                            background-color: transparent !important;
                            display: block !important;
                            padding: 0px 5px !important;
                            line-height: 30px !important;
                            transition: 0.4s !important;
                            color: red !important;
                            text-decoration: none !important;
                            height: 30px !important;
                            border: none !important;
                            font-weight: 400 !important;
                            opacity: 0.2;
                        }

                            .hub-sidebar-temas > div > table > tbody > tr > td > a.aspNetDisabled > i {
                                color: rgba(255, 255, 255, 1) !important;
                            }

                            .hub-sidebar-temas > div > table > tbody > tr > td > a.aspNetDisabled > span {
                                color: rgba(255, 255, 255, 1) !important;
                                text-align: left !important;
                                font-size: 13px !important;
                            }

.bi {
    font-size: 24px;
    display: inline-block;
}

.modal-dialog.modal-lg {
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-open .modal {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.modal-dialog.modal-lg .modal-body {
    overflow-y: auto !important;
    height: calc(100vh - 160px);
    padding: 1rem 5px;
}

.close {
    text-shadow: none;
    color: #FFFFFF;
    transition: all 0.3s;
}

    .close:hover {
        color: #FFFFFF;
    }

.modal-title {
    color: #FFFFFF;
}

.form-group > label {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 13px;
    color: #696969;
    font-style: normal;
}

.container-file-upload {
    background-color: transparent;
    min-height: 50px
}


.control-ajax-file-contenido {
    background-color: #0066cc;
    width: calc(100% - 15px - 15px) !important;
    height: 40px !important;
    cursor: default;
    z-index: 1;
    position: absolute;
    top: 25px;
    left: 15px;
    border: 0px solid #ced4da;
    border-radius: 0px 6px 6px 0px;
    padding: 0.375rem 0.75rem 0.375rem 0rem !important;
    color: transparent !important;
}

.control-ajax-file {
    background-color: #0066cc;
    width: calc(100% - 15px - 15px) !important;
    height: 42px !important;
    cursor: default;
    z-index: 1;
    position: absolute;
    top: 32px;
    left: 15px;
    border: 0px solid #ced4da;
    padding: 0.375rem 0.75rem 0.375rem 0rem !important;
    color: transparent !important;
}

.btn-file-upload {
    background-color: #0066cc; /*#2780e3*/
    height: 42px;
    width: 100px !important;
    margin-left: 0px;
    margin-right: 5px;
    position: absolute;
    left: 15px;
    top: 32px;
    z-index: 2;
    border: 0px solid #ced4da;
    box-shadow: none !important;
    padding: 0px;
    box-shadow: none !important;
    outline: none !important;
    transition: all 0.3s;
    border-radius: 0px !important;
    opacity: 1 !important;
}

    .btn-file-upload:hover, .btn-file-upload:focus, .btn-file-upload:active {
        background-color: #004080 !important;
    }


.file-path {
    background-color: rgba(255, 255, 255, 1.0);
    width: calc(100% - 15px - 15px - 106px) !important;
    height: 42px !important;
    cursor: pointer;
    z-index: 3;
    position: absolute;
    top: 32px;
    left: 115px;
    border: 1px solid #dfdfdf;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem !important;
    color: #444444;
    cursor: not-allowed;
    box-shadow: none !important;
    outline: none !important;
}

html, span, label, p, h1, h2, h3, h4, h5, h6, i, a {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

::-moz-selection { /* Code for Firefox */
    color: #e21e78;
    background: transparent;
}

::selection {
    color: #e21e78;
    background: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    /*-webkit-box-shadow: 0 0 0 1px white inset !important;
    background-color: black !important;*/
    -webkit-box-shadow: 0 0 0px 30px #FFFFFF inset;
    -webkit-text-fill-color: #373a3c !important;
}

.nav-item .disabled {
    background-color: #dfdfdf !important;
    color: #808080 !important;
    opacity: 0.5 !important;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 1.2s linear infinite;
    -moz-animation: rotating 1.2s linear infinite;
    -ms-animation: rotating 1.2s linear infinite;
    -o-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite;
}

.rotating-fast {
    -webkit-animation: rotating 0.6s linear infinite;
    -moz-animation: rotating 0.6s linear infinite;
    -ms-animation: rotating 0.6s linear infinite;
    -o-animation: rotating 0.6s linear infinite;
    animation: rotating 0.6s linear infinite;
}

.popover {
    background-color: #FFFFFF;
}

.popover-header {
    background-color: #e21b1b;
    color: #FFFFFF;
}

.hub-bg-blue {
    background-color: #004969 !important;
    /*background-color: rgba(25, 40, 81, 0.99) !important;*/
}

.hub-bg-dark-blue {
    background-color: #003952 !important;
}

.hub-bg-smoke {
    background-color: rgba(0, 0, 0, 0.92) !important;
}

.hub-bg-red {
    background-color: #e21b1b;
}

.hub-bg-green {
    background-color: #197b30;
}

/******************************************************************************************************************************/

.btn-close-modal {
    height: 60px;
    width: 60px;
    padding: 0px !important;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px !important;
    background-color: #cc003f00;
    color: #FFFFFF;
    transition: 0.2s;
    outline: none !important;
}

    .btn-close-modal:hover {
        background-color: rgba(0, 0, 0, 0.3);
        color: #FFFFFF;
        transition: 0.2s;
    }

.modal-dialog.modal-lg {
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-open .modal {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.modal-dialog.modal-lg .modal-body {
    overflow-y: auto !important;
    /*height: calc(100vh - 160px);*/
    padding: 1rem 12px;
}

.modal.fade.show {
    /*background-color: rgba(0, 0, 0, 0.8) !important;*/
}

.modal-header {
    border: 1px solid #FFFFFF;
}

.close {
    text-shadow: none;
    color: #FFFFFF;
    transition: all 0.3s;
}

    .close:hover {
        color: #FFFFFF;
    }

.modal-title {
    color: #FFFFFF;
}

.btn-modal {
    height: 44px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    line-height: 42px !important;
    padding: 0px 15px !important;
    border-radius: 0px !important;
}

    .btn-modal > i {
        font-size: 22px !important;
        float: left;
        margin-right: 8px;
    }

/******************************************************************************************************************************/
