﻿/******** LabGrotesque *******/
@font-face {
    font-family: 'LabGrotesque-Bold';
    src: url('../../UtileriasGenerales/Fuentes/LabGrotesque/LabGrotesque-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'LabGrotesque-BoldItalic';
    src: url('../../UtileriasGenerales/Fuentes/LabGrotesque/LabGrotesque-BoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'LabGrotesque-Italic';
    src: url('../../UtileriasGenerales/Fuentes/LabGrotesque/LabGrotesque-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'LabGrotesque-Light';
    src: url('../../UtileriasGenerales/Fuentes/LabGrotesque/LabGrotesque-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'LabGrotesque-LightItalic';
    src: url('../../UtileriasGenerales/Fuentes/LabGrotesque/LabGrotesque-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'LabGrotesque-Medium';
    src: url('../../UtileriasGenerales/Fuentes/LabGrotesque/LabGrotesque-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'LabGrotesque-MediumItalic';
    src: url('../../UtileriasGenerales/Fuentes/LabGrotesque/LabGrotesque-MediumItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'LabGrotesque-Regular';
    src: url('../../UtileriasGenerales/Fuentes/LabGrotesque/LabGrotesque-Regular.ttf') format('truetype');
}
/******** Roboto *******/
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../../UtileriasGenerales/Fuentes/Roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../../UtileriasGenerales/Fuentes/Roboto/Roboto-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../../UtileriasGenerales/Fuentes/Roboto/Roboto-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../../UtileriasGenerales/Fuentes/Roboto/Roboto-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Thin';
    src: url('../../UtileriasGenerales/Fuentes/Roboto/Roboto-Thin.ttf') format('truetype');
}


*, html {
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
    overflow:hidden;
}
/**** MENU HORIZONTAL ****/
.rj-menu.rj-h {
    z-index: 2;
    position: fixed;
    top: 0;
    width: 100%;
    background: #242939 /*linear-gradient(90deg, #12171b, #190a54,#6341a9, #bd116e, #bd116e, #e24444)*/;
    padding: 0 25px 0;
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, .2);
    box-sizing: border-box;
}
.rj-menu.rj-h .rj-item_list {
    padding: 12px 0 12px;
}
.rj-menu.rj-h .rj-item_list .rj-item {
    display: inline-block;
    margin: 0 10px 0;
    list-style: none;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-logo {
    margin-right: 50px;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-logo .rj-logo_img {
    width: 150px;
    vertical-align: middle;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-logo .rj-logo_img.rj-resp {
    width: 44px;
    display: none;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_menu {
    margin: 0;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_menu .rj-btn_toggle {
    width: 40px;
    height: 40px;
    font-size: 15px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .3);
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 50%;
    cursor: pointer;
    color: rgba(255, 255, 255, .3);
    transition: .25s;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_menu .rj-btn_toggle:hover {
    border-color: rgba(255, 255, 255, 1);
    color: #fff;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_menu .rj-btn_toggle.rj-resp {
    display: none;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-search {
    position: relative;
    width: 30%;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-search .rj-field_text {
    width: 100%;
    background: rgba(0,0,0,.2);
    padding: 12px 15px 12px;
    padding-right: 40px;
    box-sizing: border-box;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    border-radius: 50px;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-search .rj-field_text::placeholder {
    color: silver;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-search .rj-field_text:focus {
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-search .rj-btn {
    position: absolute;
    top: 0;
    right: 4px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    outline: none;
    border-radius: 50%;
    font-size: 16px;
    color: rgba(255, 255, 255, .3);
    cursor: pointer;
    transition: .25s;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-search .rj-field_text:focus ~ .rj-btn {
    color: #fff;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu {
    position: relative;
    float: right;
    vertical-align: middle;
    margin: 0;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-btn_dropdown {
    z-index: 2;
    position: absolute;
    top: 12px;
    left: 0;
    border: none;
    font-size: 17px;
    outline: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: .5s;
    display: none;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0;
    width: 38px;
    height: 38px;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    text-align: center;
    padding: 10px 0 0;
    box-sizing: border-box;
    background: transparent;
    color: rgba(255, 255, 255, .3);
    cursor: pointer;
    text-decoration: none;
    transition: .25s;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-link:hover {
    border-color: rgba(255, 255, 255, 1);
    color: #fff;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-link .rj-circle_status {
    position: absolute;
    top: -3px;
    right: -1px;
    display: block;
    width: 8px;
    height: 8px;
    border: 3px solid #25292f;
    border-radius: 50%;
    background: silver;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .8);
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-link .rj-circle_status.rj-red {
    background: red;
    box-shadow: 0px 0px 4px 0px red;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-link .rj-circle_status.rj-green {
    background: green;
    box-shadow: 0px 0px 3px 1px green;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-link b.rj-text_icon_resp {
    display: none;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-dropdown {
    position: relative;
    display: inline-block;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-link.rj-dropdown.rj-img {
    border: none;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-link.rj-dropdown .rj-photo {
    position: relative;
    display: inline-block;
    margin-top: -10px;
    vertical-align: top;
    border-radius: 50%;
    border:1px solid rgba(0,0,0,0.1);
    width: 38px;
    height: 38px;
    cursor: pointer;
    transition: 0s;
    background: transparent;
    color: transparent;
    overflow: hidden;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-link.rj-dropdown .rj-photo img {
    width: 100%;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content {
    position: absolute;
    top: 70px;
    right: -5px;
    width: 180px;
    display: block;
    background: #fff;
    padding: 20px 15px 20px;
    border-radius: 10px;
    display: none;
    box-shadow:rgba(0,0,0,0.4) 0.5px 0.5px 8px 0.1px;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content:after {
    content: '';
    position: absolute;
    top: -6px;
    right: 32px;
    width: 0;
    height: 0;
    color: #fff;
    border-bottom: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content .rj-dropdown_link {
    display: block;
    padding: 12px 0px 12px;
    margin: 0 12px 0;
    box-sizing: border-box;
    text-align: left;
    color: rgba(0,0,0,0.45);
    text-decoration: none;
    font-family: LabGrotesque-Regular;
    font-size: 13px;
    font-weight: 200;
    transition: .25s;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content .rj-dropdown_link:hover {
    color: #242939;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content .rj-dropdown_link i {
    display: inline-block;
    margin-right: 5px;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content .rj-dropdown_link.rj-b_top {
    border-top: 1px solid rgba(0, 0, 0, .05);
    color: rgba(0,0,0,0.45);
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content .rj-dropdown_link.rj-b_top:hover {        
    color: rgba(0,0,0,9);
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content.rj-extended {
    width: 250px;
    padding: 8px 15px 8px;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content.rj-extended .rj-dropdown_link {
    padding: 12px 15px 12px;
    margin: 10px 0px 10px;
    background: #f7f7f7;
    border-radius: 30px;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content.rj-extended .rj-dropdown_link.rj-red {
    background: #ffebeb;
    color: #e21d1d;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content.rj-extended .rj-dropdown_link.rj-green {
    background: #daffd7;
    color: #019a45;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content.rj-extended .rj-dropdown_link.rj-yellow {
    background: #fffdbe;
    color: #efd101;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content.rj-extended .rj-dropdown_link.rj-orange {
    background: #fff9e5;
    color: #ffb101;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content.rj-extended .rj-dropdown_link.rj-blue {
    background: #ecf3ff;
    color: #2158ef;
}
.rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content.rj-extended .rj-dropdown_link.rj-purple {
    background: #f9efff;
    color: #e01dda;
}
    /**** END ****/
    /**** MENU VERTICAL VERSION LIGHT****/
.rj-menu.rj-h.rj-light {
    background: white;
}
.rj-menu.rj-h.rj-light .rj-item_list .rj-item.rj-toggle_menu .rj-btn_toggle {
    border-color: rgba(0, 0, 0, .2);
    color: rgba(0,0,0,.2);
}
.rj-menu.rj-h.rj-light .rj-item_list .rj-item.rj-toggle_menu .rj-btn_toggle:hover {
    border-color: #444;
    color: #444;
}
.rj-menu.rj-h.rj-light .rj-item_list .rj-item.rj-search .rj-field_text {
    background: rgba(0, 0, 0, .05);
    color: #222;
}
.rj-menu.rj-h.rj-light .rj-item_list .rj-item.rj-search .rj-btn {
    color: rgba(0, 0, 0, .2);
}
.rj-menu.rj-h.rj-light .rj-item_list .rj-item.rj-search .rj-field_text:focus ~ .rj-btn {
    color: rgba(0, 0, 0, .5);
}
.rj-menu.rj-h.rj-light .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-link {
    border-color: rgba(0, 0, 0, .2);
    color: rgba(0,0,0,.2);
}
.rj-menu.rj-h.rj-light .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-link:hover {
    border-color: #444;
    color: #444;
}
.rj-menu.rj-h.rj-light .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-link .rj-circle_status {
    top: 0;
    right: 1px;
    width: 8px;
    height: 8px;
    border: none;
    border-radius: 50%;
}
.rj-menu.rj-h.rj-light .rj-item_list .rj-item.rj-toggle_submenu .rj-btn_dropdown {
    color: #444;
}
/**** END ****/
/**** CONTAINER MAIN ****/
.rj-container {
    margin: 0;
    padding: 0;
    width: 100%;
}
.rj-container.rj-main {
    position: relative;
    display: flex;
    margin-top: 64px;
    height: 100%;
}
.rj-container.rj-sidebar, .rj-container.rj-tabs {
    position: relative;
    display: inline-block;
    background: silver;
    vertical-align: top;
    box-sizing: border-box;
}
    /**** END ****/
    /**** SIDEBAR ****/
.rj-container.rj-sidebar {
    z-index: 1;
    width: 250px;
    box-shadow: 5px 0 20px -10px rgba(0, 0, 0, .1);
    transition: 0s;
}
.rj-container.rj-sidebar .rj-navbar_menu {
    width: 250px;
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu {
    z-index: 10;
    position: fixed;
    top: 64px;
    left: 0;
    width: 250px;
    height: 100%;
    background: white;
    box-sizing: border-box;
    /*overflow-y: scroll;*/
    overflow-y: auto;
    padding: 0px 0 100px;
    transition: 0s;
    border-right:1px solid rgba(0,0,0,0.1);
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-profile_info {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 50px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    box-sizing: border-box;
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-profile_info .rj-img_avatar {
    margin: 0 auto;
    width: 65px;
    height: 65px;
    /*background: url("https://azouaoui-med.github.io/lightning-admin-angular/demo/assets/img/user.jpg");*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    transition: 0s;
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-profile_info .rj-img_avatar img {
    width: 100%;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.05);
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-profile_info .rj-info_name {
    margin-top: 20px;
    font-family: LabGrotesque-Regular;
    font-size: 17px;
    color: rgba(0,0,0,0.8);
    font-weight:400;
    text-transform:uppercase;
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-profile_info .rj-info_name .rj-info_position {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .5);
    font-family:LabGrotesque-Regular;
    font-weight:400;
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-items_list_info {
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-items_list_info .rj-title_list {
    margin-top: 25px;
    padding: 10px 20px 10px;
    font-family: LabGrotesque-Regular;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(0, 0, 0, .3);
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-item {
    list-style: none;
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-item .rj-link {
    position: relative;
    display: block;
    padding: 13px 20px 13px;
    color: rgba(0, 0, 0, .4);
    font-family: LabGrotesque-Regular;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: 0s;
    letter-spacing:0.4px;
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-item .rj-link:hover {
    background: #eee;
    color: rgba(0, 0, 0, .7);
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-item .rj-link i {
    font-size: 16px;
    color: rgba(105, 133, 216,.4);
    transition: .25s;
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-item .rj-link i:nth-child(2) {
    color: rgba(105, 133, 216,.4);
    position: absolute;
    top: 14px;
    right: 20px;
    transition: .25s;
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-item .rj-link:hover > i {
    color: rgba(105, 133, 216,.8);
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-item .rj-link.rj-active {
    background: white;
    color: rgba(0, 0, 0, 7);
    box-sizing: border-box;
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-item .rj-link.rj-active > i {
    color: rgb(105, 133, 216);
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-item .rj-link.rj-active > i:first-child:after {
    content: '';
    position: absolute;
    top: 18px;
    left: 6px;
    width: 6px;
    height: 6px;
    background: rgb(105, 133, 216);
    border-radius: 50%;
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-item .rj-link.rj-selected {
    background: #fff;
    color: rgb(105, 133, 216);
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-item .rj-link.rj-selected i {
    color: rgb(105, 133, 216);
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-item .rj-link.rj-selected i:nth-child(2) {
    color: rgb(105, 133, 216);
    transform: rotate(180deg);
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-item .link b {
    margin-left: 10px;
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-item .rj-collapse_items {
    display: none;
    background: #fff;
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-item .rj-collapse_items .rj-link {
    font-size: 13px;
    font-weight: 200;
    padding-left: 35px;
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-item .rj-collapse_items .rj-link i {
    color: rgba(105, 133, 216,.4);
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu .rj-item .rj-collapse_items .rj-link.rj-active i {
    color: rgb(105, 133, 216);
}
.rj-container.rj-sidebar.rj-collapsed, .rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu.rj-collapsed {
    text-align: center;
    width: 80px;
    transition: .25s;
}
.rj-container.rj-sidebar.rj-collapsed .rj-navbar_menu .rj-cnt_info_menu .rj-profile_info .rj-img_avatar {
    width: 45px;
    height: 45px;
    transition: .25s;
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu.rj-collapsed .rj-profile_info .rj-info_name,
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu.rj-collapsed .rj-items_list_info .rj-title_list,
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu.rj-collapsed .rj-items_list_info b,
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu.rj-collapsed .rj-items_list_info i:nth-child(2) {
    display: none;
}
.rj-container.rj-sidebar .rj-navbar_menu .rj-cnt_info_menu.rj-collapsed .rj-item .rj-collapse_items .rj-link {
    padding-left: 20px;
}
    /**** END ****/
    /**** SECTION TABS ****/
.rj-container.rj-tabs {
    position: relative;
    background: #fff;
    width: 100%;
    transition: .25s;
}
.rj-container.rj-tabs .rj-tab {
    display: none;
    width: 100%;
    /*padding: 20px;*/
    box-sizing: border-box;
    font-size: 50px;
    font-family: LabGrotesque-Regular;
    color: rgba(0, 0, 0,.7);
}
.rj-container.rj-tabs .rj-tab.rj-active {
    display: block;
}
.rj-container.rj-tabs.rj-extended {
    width: 95%;
}
/**** END ****/
/**** MEDIA QUERIES ****/
@media only screen and ( max-width : 991px ) {
    .rj-menu.rj-h {
        padding: 0;
    }
    .rj-menu.rj-h .rj-item_list .rj-item.rj-logo .rj-logo_img.rj-pc {
        display: none;
    }
    .rj-menu.rj-h .rj-item_list .rj-item.rj-logo .rj-logo_img.rj-resp {
        display: inline-block;
    }
    .rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_menu .rj-btn_toggle.rj-resp {
        display: block;
    }
    .rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_menu .rj-btn_toggle.rj-pc {
        display: none;
    }
    .rj-menu.rj-h .rj-item_list .rj-item.rj-search {
        width: 40%;
    }
    .rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu {
        position: absolute;
        right: 3px;
        padding: 5px;
        text-align: center;
    }
    .rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-btn_dropdown {
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        padding: 5px;
    }
    .rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-btn_dropdown[aria-expanded="true"] {
        color: #242939 !important;
    }
    .rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp {
        z-index: 1;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        padding: 0 10px 0;
        box-sizing: border-box;
        box-shadow: 0 10px 25px -15px rgba(0,0,0,0.3);
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: all .3s ease;
    }
    .rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp.rj-fadeIn {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    .rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-link {
        width: 100%;
        height: auto;
        border-radius: 0px;
        margin: 0;
        padding: 15px 10px 15px;
        text-align: left;
        border: none;
        color: rgba(0, 0, 0, 0.3);
    }
    .rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-link i {
        padding: 0 10px 0;
        font-size: 20px;
    }
    .rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-link:hover {
        color: rgba(0, 0, 0, 0.7);
    }
    .rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-link .rj-circle_status {
        display: none;
    }
    .rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-link b.rj-text_icon_resp {
        position: relative;
        display: inline-block;
        vertical-align: top;
        top: 2px;
        margin-left: 10px;
        text-transform: uppercase;
        font-family: LabGrotesque-Regular;
        font-size: 14px;
        color: rgba(0, 0, 0, .7);
    }
    .rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-dropdown {
        display: inline-block;
        width: 100%;
    }
    .rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        box-sizing: border-box;
        border-radius: 0px;
        padding: 0;
        padding-left: 50px;
    }
    .rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_submenu .rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content.rj-extended {
        width: 100%;
        padding: 0 15px 0;
    }
  
}

/**** END ****/
/***************** DEMB ***************/
h3 {
    color: #444;
    font-size: 14px;
    letter-spacing: 2px;
}
.CssImgMedalCert{

}
/********************* PRIMER CAMBIO DE CONTRASEÑA *****************/
.CssHdrChangeFirstPass {
    font-size: 15.5px;
    font-weight: 600;
    font-family: LabGrotesque-Light;
}
.CssDetailChangeFirstPass {
    font-size: 14.5px;
    color: rgba(0,0,0,0.49);
    font-family:LabGrotesque-Light;
}
.CssVerdePass {
    color: rgba(46, 204, 113, 1);
}
.CssRojoPass {
    color: rgba(231, 76, 60, 1);
}
.CssLblMsjNotMatch {
    color: rgba(231, 76, 60, 1);
    font-family: LabGrotesque-Light;
}
.CssDivBtnSaveNewPass {
    position:relative;
    border: none;
    background-color: rgba(0, 178, 226, 0.9);
    width: 100px;
    color: rgba(255,255,255,1);
    padding: 10px 0px 6px 10px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.4) 0px 0px 10px 0px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    /*right:-63%;*/
}
.CssDivBtnSaveNewPass:hover {
    background-color: rgba(0, 178, 226, 1);
    cursor: pointer;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 10px 0px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
}
.CssBtnSaveNewPass {
    border: none;
}
.CssDivSeparatorBlue {
    width: 100%;
    height:10px;
    border-top: 1px solid rgba(0, 178, 226, 1);
}
.CssImgLogoNewPass {
    width:155px;
    position:relative;
}
.rj-form-group {
    position: relative;
    background: #fff;
    margin: 0 0 20px;
    padding: 20px 0 0px;
    box-sizing: border-box;
}
.rj-form-group .rj-control-form {
    outline: none;
    border: none;
    border-bottom: 2px solid rgba(0,0,0,.03);
    padding: 5px 0 5px;
    padding-right: 30px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px;
    line-height: 0;
    box-sizing: border-box;
    transition: .15s all ease-in;
}
.rj-form-group .rj-control-form:focus,
.rj-form-group .rj-control-form.rj-static {
    border-color: rgba(70, 182, 255, 1);
    color: rgba(0,0,0,0.57);
}
.rj-form-group .rj-title-group {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 100%;
    height: 100%;
    color: silver;
    font-size: 12px;
    font-weight: 400;
    transition: .15s all ease-in;
    pointer-events: none;
    font-family: LabGrotesque-Light;
}
.rj-form-group .rj-control-form:focus ~ .rj-title-group,
.rj-form-group .rj-control-form.rj-static ~ .rj-title-group {
    font-family: LabGrotesque-Light;
    top: 0;
    color: rgba(63, 175, 226, 1);
    font-size: 14px;
}
.rj-form-group i {
    position: absolute;
    top: 27px;
    right: 10px;
    color: silver;
    font-size: 18px;
    transition: .15s all ease-in;
}
.rj-form-group .rj-control-form:focus ~ i,
.rj-form-group .rj-control-form.rj-static ~ i {
    color: rgba(63, 175, 226, 1);
}
.rj-form-group .rj-link-form {
    font-family: "Roboto-400";
    text-decoration: none;
    color: rgba(44, 133, 178, 0.75);
    font-size: 14px;
    outline: none;
}
.rj-sect-login .rj-buttons-form {
    background: transparent;
    position: absolute;
    bottom: -26px;
    padding: 0 30px 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}
.rj-sect-login .rj-buttons-form .rj-btn-form {
    -webkit-transition: all 400ms linear !important;
    -o-transition: all 400ms linear !important;
    transition: all 400ms linear !important;
    padding: 0px 53px;
}
.rj-sect-login .rj-buttons-form .rj-btn-form {
    font-family: "Roboto-400";
    padding: 20px 40px 20px;
    /*background: linear-gradient(90deg, #2e50f3 ,#002ca2);*/
    background-image: -webkit-gradient(linear, left top, right top, from(#3C91CE), color-stop(51%, #70bafe), to(#3C91CE));
    background-image: -webkit-linear-gradient(left, #3C91CE 0%, #70bafe 51%, #3C91CE 100%);
    background-image: -o-linear-gradient(left, #3C91CE 0%, #70bafe 51%, #3C91CE 100%);
    background-image: linear-gradient(to right, #3C91CE 100%, #70bafe 51%, #3C91CE 100%);
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    outline: none;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .3);
}
.rj-sect-login .rj-buttons-form .rj-btn-form i {
    margin-left: 10px;
    transform: rotate(50deg);
}
/*************************** AVI*************************/
.DivContainerCategories, .SectionCrossSell {
    display: flex;
    align-content: space-around;
}
.content_body {
    display: flex;
    align-content: space-around;
}
.CssAVI_VidPopUp {
    width: 100%;
}
.CssCircle {
    width: 40px;
    height: 40px;
    border: 2px solid rgba(63, 176, 172, 0.8);
    border-radius: 50px;
}
.CssCircle:hover {
    border: 2px solid rgba(63, 176, 172, 1);
}
.CssMenuVideos {
    color: rgba(63, 176, 172, 0.8);
    font-size: 25px;
    padding: 5px 0px 0px 7px;
    font-weight: 300;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
}
.CssMenuVideos:hover {
    cursor: pointer;
    color: rgba(63, 176, 172, 1);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
}
.CssDivSteren21 {
    width: 100%;
    /*height:40vh;*/
    /*overflow:auto;*/
}
.customCheckBoxList img {
    margin-bottom: -18px !important;
    padding-right: 5px;
    width: 103px;
    cursor: pointer;
}
.customCheckBoxList label {
    height: 40px;
    padding-left: 5px;
    padding-top: 4px;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    font-family: LabGrotesque-Regular;
    font-weight: 300;
}
/**********************************************************Estilos de lista de videos*/
jconfirm-title-c{

}
jconfirm-title-c, .jconfirm-title {
    /*display: flex !important;*/
    justify-content: space-between !important;
}
jconfirm-title-c, .jconfirm-title .btn_backpage_modal{
    border: none;
    outline: none;
    background: transparent;
    color: #222;
    font-size: 18px;
}
jconfirm-title-c, .jconfirm-title .btn_backpage_modal i{
    width: 40px;
    height: 40px;
    background: #222;
    color: white;
    font-size: 25px;
    border-radius: 50px;
    padding: 7px 0 0 ;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
    margin-right: 5px;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane, .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow-y: hidden !important;
}
.rj_dd_menulist {
    width: 25%;
}
.rj_dd_menulist .rj_dd_btn {
    border: none;
    outline: none;
    padding: 10px;
    background: transparent;
    color: #9090ff;
    font-size: 25px;
    display: none;
}
.rj_dd_menulist .rj_dd_content{
    display: block;
}
.container_categories {
    margin: 50px 0 50px;
    width: 100%;
    display: flex;
    justify-content: space-around;
} 
.container_categories .cnt_category{
  display: flex;
  justify-content: space-between;
  width: 45%;
  background: #fff;
  box-shadow: 0 20px 35px -10px rgba(0, 0, 255, .3);
  overflow: hidden;
  border-radius: 10px;  
  cursor: pointer;
} 
.container_categories .cnt_category .cnt_img_category{
  width: 40%;
} 
.container_categories .cnt_category .cnt_img_category .img_category{
  width: 100%;
} 
.container_categories .cnt_category .cnt_info_category{
  width: 60%;
  padding: 20px;
  position: relative;
} 
.container_categories .cnt_category .cnt_info_category .title_category{
  font-size: 25px;
  font-weight: bold;
} 
.container_categories .cnt_category .cnt_info_category .item_counter_category{
  font-size: 15px; 
  color: rgba(0,0,0,0.5);
}
.container_categories .cnt_category .cnt_info_category .btn_openlist {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    background: transparent;
    border: none;
    outline: none;
    text-align: right;
    padding: 10px 15px 10px;
    width: 100%;
    font-size: 25px;
    /*color: #21e7f6;*/
    color: rgba(36, 113, 163,1);
}
.content_info {
    position: relative;
    width: 100%;
}
.content_info.uno {
    /*height: 355px;*/
    /*height: 380px;*/
}
.content_info.uno .content_tabscontrol {
    
    display: flex;
    justify-content: space-around;
}
.content_info.uno .btn_tabcontrol {
    width: 49%;
    border: 1px solid rgba(0, 178, 226, 1);
    outline: none;
    padding: 10px;
    background: #fff;
    color: rgba(0, 178, 226, 1);
    font-weight: 600;
    transition: .25s;
}
.content_info.uno .btn_tabcontrol.btn_active {
    width: 49%;
    padding: 10px;
    background: rgba(0, 178, 226, 1);
    box-shadow: 0 4px 15px -7px rgba(0, 0,0, 1);
    color: #fff;
}
.content_info.uno ul.item_tablist {
    position: absolute;
    /*top: 40px;*/
    /*top: 0px;*/
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    padding-bottom: 20px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .5s ease;
    overflow-y: scroll;
}
.content_info.uno ul.item_tablist li.item_video {
    position: relative;
    list-style: none;
    border-radius: 5px;
    box-shadow: 0 0px 5px 0 rgba(0,0,0,0.3);
    margin: 0 auto;
    margin-bottom: 12px;
    cursor: pointer;
    transition: .5s;
    width: 78%;
}
.content_info.uno ul.item_tablist li.item_video:hover {
    position: relative;
    list-style: none;
    border-radius: 5px;
    box-shadow: 0 0px 7px 0 rgba(0,0,0,0.6);
    margin: 0 auto;
    margin-bottom: 12px;
    cursor: pointer;
    transition: .5s;
    width: 78%;
}
 .content_info.uno ul.item_tablist li.item_video img {
width: 100%;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.content_info.uno ul.item_tablist li.item_video h4 {
font-size: 13px;
padding: 5px;
}
.content_info.uno ul.item_tablist li.item_video.li_active:after {
    content: '▶';
    text-shadow:0px 0px 4px rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.85);
    font-weight: 600;
    font-size: 23px;
    color: rgba(41, 128, 185,0.89);
    border-radius: 5px;
}
.content_info.uno ul.item_tablist.tab_active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)

}
.content_info.dos {
    width: 80%;
}
.content_info.dos .iframe_video {
    width: 100%;
    /*height: 400px;*/
}
.CssDescVideoPlaying {
    border-left: 3px solid #3498db;
    padding: 12px 60px 10px 5px;
    color: rgba(0,0,0,0.75);
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    word-spacing: 0.6px;
    letter-spacing: 0.2px;
    margin-left: -15px !important;
}
.CssBtnClosePopUp {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    margin: 0px 0px 11px 85px;
    /*background-color: rgba(52, 73, 94, 0.96);
    color: rgba(255,255,255,1);*/
    -webkit-transition: background .2s;
    transition: background .2s;
}
.CssBtnClosePopUp:hover {
    /*color: rgba(255,255,255,1);
    background-color: rgba(52, 73, 94, 1);*/
    -webkit-transition: background .2s;
    transition: background .2s;
}

/*************************** FIN*************************/
/*++++++++++++++++++++++++++++ESTILOS DE SECCION PDF+++++++++++++++++++++++++++*/
.content_info.uno ul.item_tablist li.item_file {
    display: flex;
    align-items: center;
    padding: 2px 6px 2px;
    position: relative;
    list-style: none;
    border-radius: 5px;
    /*box-shadow: 0 0 2px 0 rgba(0, 0, 0, .25);*/
    border:1px solid rgba(0,0,0,0.1);
    box-shadow: 0 6px 10px -5px rgba(128, 128, 241, .7);
    margin-bottom: 12px;
    cursor: pointer;
    text-decoration: none;
}
.content_info.uno ul.item_tablist li.item_file .link_file{
      display:none;
      text-decoration:none;
}
.content_info.uno ul.item_tablist li.item_file .cnt_icon {
padding: 5px;
text-align: center;
box-sizing: border-box;
font-size: 20px;
}
.content_info.uno ul.item_tablist li.item_file .cnt_icon.pdf {
color: #ff2f2f;
}
.content_info.uno ul.item_tablist li.item_file .cnt_icon.pptx {
color: #ff4090;
}
.content_info.uno ul.item_tablist li.item_file .cnt_desc {
width: 85%;
}
.content_info.uno ul.item_tablist li.item_file .cnt_desc .item_title {
    margin: 0;
    line-height: 20px;
    padding: 0 5px 0;
    font-size: 11px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, 0.6);
}
.content_info.uno ul.item_tablist li.item_file .cnt_desc .item_title.f_bold {
font-weight: bold;
text-transform: uppercase;
}
.content_info.uno ul.item_tablist li.item_file.li_active {
    /*background: rgb(234, 234, 255);*/
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 6px 10px -5px rgba(128, 128, 241, .7);
}
/*++++++++++++++++++++++++++++++++++ FIN ++++++++++++++++++++++++++++++++++++++*/
@media (max-width: 1900px) {
}
@media (min-width: 1300px) {
    
}
@media (max-width: 1299px) {
   
}
@media (max-width: 1230px) {
    
}
@media (max-width: 1200px) {
    
}
@media (max-width: 1100px) {
    
}
@media (max-width: 1005px) {
    
}

@media (max-width: 991px) {
    /*Estilos de Modal de lista de videos y pdf+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    .content_body{
        display: block;
    }
    .rj_dd_menulist .rj_dd_btn {
        display: block;
    }
    .rj_dd_menulist .rj_dd_content {
        display: none;
        position: absolute;
        z-index: 99999;
        height:100%;        
        top: 0px;
    }
    .content_info.uno {
        z-index: 99999;
        background: white;
        box-shadow: 0 5px 20px 0 rgba(0,0,0,.5);
        width: 250px;
        height: 100%;
        position: absolute;
    }
    .content_info.uno ul.item_tablist {
        height: 74%;
        position: absolute;
    }
    .content_info.dos {
        width: 100%;
        position: relative;
    }
    .content_info.dos iframe{
            z-index: -1;
    }
    .content_info.dos .iframe_video{
        height: 300px;
    }
    /*end*/
    .CntLogoHeader {
        padding-top: 10px;
        justify-content: flex-start;
    }.CssImgLogo {
        width: 80px;
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 10px;
        height: 100%;
    }
}
@media (max-width: 990px) {
}
@media (max-width: 985px) {
    .CssScreenBox {
        left: 1em;
    }
}
@media (max-width: 980px) {
    .CssScreenBox {
        left: 1em;
    }
}
@media (max-width: 769px) {
    .CssScreenBox {
        left: 1em;
    }
    .CssDivBtnSaveNewPass {
        right: -61%;
    }
}
@media (max-width: 767px) {
    .CssScreenBox {
        left: 1em;
    }
    .container_categories {
        display: block; 
        overflow-y: scroll;
        height: 250px;
        margin: 30px 0 30px;
    }
    .container_categories .cnt_category {
        display: flex;
        justify-content: center;
        width: 60%;
         margin: 0 auto;
         margin-bottom:20px;
        /*margin: 0 0 20px !important;*/
        box-shadow: 0 10px 25px -10px rgba(0, 0, 255, .3) !important;
    }
    .container_categories .cnt_category .cnt_info_category {
        padding: 15px;
    }
    .container_categories .cnt_category .cnt_info_category .title_category {
        margin: 0;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .content_info.uno ul.item_tablist {
        height: 64%;
    }
    .content_info.uno ul.item_tablist li.item_video {
        width: 90%;
    }
    .content_info.uno ul.item_tablist li.item_video h4 {
        font-size: 11px;
        padding: 10px;
        margin: 0;
    }
    .content_info.dos .iframe_video {
        height: 200px;
    }
    .CssDivBtnSaveNewPass {
        right: -85%;
    }
}
@media (max-width: 700px) {
    .CssScreenBox {
        left: 1em;
    }
    .CssDivBtnSaveNewPass {
        right: -82%;
    }
}
@media only screen and ( max-width : 576px ) {
    .rj-menu.rj-h .rj-item_list .rj-item.logo {
        margin-right: 20px;
    }
    .CssDivBtnSaveNewPass {
        right: -75%;
    }
}
@media (max-width: 450px) {
    .CssScreenBox {
        left: 1em;
    }
    .container_categories .cnt_category {
        width:100%;
    }
    .container_categories .cnt_category .cnt_info_category .title_category {
        font-size: 18px;
    }
    .container_categories .cnt_category .cnt_info_category .item_counter_category {
        font-size: 13px;
    }
    .rj_dd_menulist .rj_dd_content, .content_info.uno {
        width: 100%;
    }
    .content_info.dos .iframe_video {
        height: 150px;
    }
    .CssSpinner {
        width: 70%;
        height: 65px;
        margin: 60px;
        /*margin-left: 45%;
        margin-top: 20%;*/
    }
    .CssDivBtnSaveNewPass {
        right: -60%;
    }
    .CssImgLogoNewPass {
        right: -35%;
    }
}
@media (max-width: 300px) {
    .CssScreenBox {
        left: 1em;
    }
    .container_categories .cnt_category {
        display:block;
    }
    .container_categories .cnt_category .cnt_img_category {
        display: block;
        width:100%;
    }
    .container_categories .cnt_category .cnt_info_category {
        width: 100%;
    }
    .CssDivBtnSaveNewPass {
        right: -50%;
    }
}
/*.CssFrame {
    width: 100%;
    height: 91vh;
    border: none;*/
    /*margin-top:77px;*/
/*}*/
.CssFrameEval {
    width: 100%;
    height: 65vh;
    border: none;
    /*margin-top:77px;*/
}
.CssHand{
    cursor:pointer;
}
.CssHide{
    display:none !important;
}
.CssLblNameUser{
    font-family:Roboto-Regular;
}
.CssToolTipsterMenu {
    color:rgba(0, 0, 0,1);
    font-weight:400;
    font-family:LabGrotesque-Light;
}
.CssToolTipsterSubMenu {
    color: rgba(0, 0, 0,0.9);
    font-family: LabGrotesque-Light;
}
/********************  ModalPopup **********************/
.progressbar {
    background-color: White;
    display: block;
    position: absolute;
    padding: 10px 11px;
    border: solid 10px #000;
    border-width: 0px;
}
.backgroundprogressbar {
    background-color: rgba(255,255,255,0.9);
    opacity: 0.90;
    filter: alpha(opacity=90);
}
/************* PROGRESSBAR *******************/
.CssDivProgressBarSavingCal {
    position: absolute;
    top: 320px;
}
.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: rgba(255,255,255,0.1);
    border-radius: 2px;
    margin: .5rem 0 1rem 0;
    overflow: hidden;
}
.progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 100px;
    background-color: #26a69a;
    -webkit-transition: width .3s linear;
    transition: width .3s linear
}
.progress .indeterminate {
    background-color: #26a69a;
}
.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite
}
.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s
}
@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    60% {
        left: 100%;
        right: -90%
    }

    100% {
        left: 100%;
        right: -90%
    }
}
@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    60% {
        left: 100%;
        right: -90%
    }

    100% {
        left: 100%;
        right: -90%
    }
}
@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    60% {
        left: 107%;
        right: -8%
    }

    100% {
        left: 107%;
        right: -8%
    }
}
@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    60% {
        left: 107%;
        right: -8%
    }

    100% {
        left: 107%;
        right: -8%
    }
}
/*************************** BUZON DE SUGERENCIAS*************************/
.CssDivContainerBuzon {
    width: 95.5%;
    /*height:550px;*/
}
.CssImg1Buzon {
    width: 35%;
    z-index: 1;
}
.CssImg2Buzon {
    width: 60%;
    z-index: 1;
}
.CssRowSpace {
    border-bottom: 1px solid #ccc;
}
.DDL {
    opacity: 0.5;
    width: 100%;
    height: 35px;
    font-size: large;
    font-family:Roboto;
    padding: 5px 5px 5px 10px;
    border: 1px solid #999999;
    text-align: left;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
}
.DDL:hover {
    cursor: pointer;
}
.CssTxtBig {
    display: block;
    width: 100%;
    height: 100px;
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: rgba(0,0,0,0.7);
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    /*border-radius: 0px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.CssImgSendMail {
    width: 15%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
}
.CssImgSendMail:hover {
    cursor: pointer;
    /*width: 16%;*/
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
}
.CssSendingMailAnimation {
    -webkit-animation: send 0.65s linear;
    animation: send 0.65s linear;
}
@-webkit-keyframes send {
    0% {
        transform: translateX(0px) rotate(0deg) scaleX(1);
        opacity: 1;
    }

    25% {
        transform: translateX(100px) rotate(180deg) scaleX(0.9);
        opacity: 1;
    }

    50% {
        transform: translateX(200px) rotate(270deg) scaleX(0.7);
        opacity: 1;
    }

    100% {
        transform: translateX(500px) rotate(500deg) scaleX(0.5);
        opacity: 0;
    }
}
@keyframes send {
    0% {
        transform: translateX(0px) rotate(0deg) scaleX(1);
        opacity: 1;
    }

    25% {
        transform: translateX(100px) rotate(180deg) scaleX(0.9);
        opacity: 1;
    }

    50% {
        transform: translateX(200px) rotate(270deg) scaleX(0.7);
        opacity: 1;
    }

    100% {
        transform: translateX(500px) rotate(500deg) scaleX(0.5);
        opacity: 0;
    }
}
/********************** FAB BUTTON Y CHAT BOX **************************/
.CssOpenChatBox {
    background-color: rgba(52, 152, 219,1);
    box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
    transition: all 1s ease;
    bottom: 4em;
    left: 0.7em;
    color: rgba(255,255,255,1);
    font-size: 26px;
    display: block;
    position: fixed;
    text-decoration: none;
    width: 70px;
    height: 70px;
    line-height: 68px;
    text-align: center;
    border-radius: 100%;
    z-index: 9;
}
.CssOpenChatBox:hover {
    background: rgba(41, 128, 185,1);
    color: #ffffff;
    cursor: pointer;
}
.CssDivChatContainer {
    border: 2px solid red;
    height: 50px;
    background-color: rgba(52, 152, 219,1);
    box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
    transition: all 1s ease;
    bottom: 0em;
    left: 0.7em;
    color: rgba(255,255,255,1);
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 9;
}
.clearfix:after, .messages:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    visibility: hidden;
}
.CssScreenBox {
    background-color: #fff;
    height: 450px;
    width: 350px;
    /*margin: 0 auto;*/
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
    position: fixed;
    bottom: 0px;
    /*left: 17em;*/
    z-index: 9;
    /*border-radius:5px;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: none;
}
.CssBtnCloseChat {
    width: 20px;
    position: relative;
    top: 8px;
    left: 310px;
    color: rgba(0,0,0,0.55)
}
.CssBtnCloseChat:hover {
    cursor: pointer;
}
.CssConversation {
    height: 340px;
    border-bottom: 1px solid rgba(0,0,0,0.15)
}
.CssDivContainerConversation {
    height: 310px;
    overflow: auto;
}
.CssTextBox {
    height: 50px;
}
.CssPositionIconEmoticons {
    position: relative;
    top: 0px;
    left: 5px;
    font-weight: 400;
    font-size: 22px;
    color: rgba(0,0,0,0.45);
}
.CssPositionIconEmoticons:hover {
    color: rgba(0,0,0,0.7);
}
.CssBtnOpenEmoticons {
    position: relative;
    /*border:1px solid red;*/
    width: 30px;
    top: 13px;
}
.CssBtnOpenEmoticons:hover {
    cursor: pointer;
}
.CssTxtMsj {
    position: relative;
    /*top: -18px;*/
    /*left: 30px;*/
    width: 100%;
    height: 100%;
    /*border: 1px solid red;*/
    border: none;
    color: rgba(0,0,0,0.55);
    padding: 2px 0px 0px 5.5px;
}
.CssLblDateHour {
    font-family: LabGrotesque-Regular;
    font-size: 10.2px;
    color: rgba(0,0,0,0.5);
}
.CssLblBodyMsj {
    font-family: LabGrotesque-Regular;
    font-size: 13.5px;
    color: rgba(0,0,0,0.9);
}
.CssSizeEmoji {
    height: 3ex;
    width: 3.1ex;
}
.CssImgUserList{
    width:50px;
}
.CssLblUserList {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 7px;
}
.CssLblProfileList {
    padding-top: 17px;
    padding-bottom: 13px;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 7px;
}
.CssBlanco {
    color: rgba(255,255,255,1);
}
.CssFs20px {
    font-size: 20px;
}
.CssDivFormAdminStaff {
    max-height: 435px;
    /*overflow: auto;*/
}
.CssDDL {
    opacity: 0.5;
    width: 100%;
    height: 35px;
    font-size: 13.5px;
    font-family: Roboto !important;
    padding: 5px 5px 5px 10px;
    border: 1px solid #999999;
    letter-spacing: 1px !important;
    text-align: left;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
}
.CssDDL option {
    opacity: 0.5;
    width: 100%;
    height: 35px;
    font-size: 13.5px;
    font-family: Roboto !important;
    padding: 5px 5px 5px 10px;
    border: 1px solid #999999;
    letter-spacing:1px !important;
    text-align: left;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
}
.CssDDL:hover {
    cursor: pointer;
}
/*********************** BUSCADOR **************************/
.CssPositionCloseResultBox {
    /*position:relative;*/
    margin-left: 96.5%;
    font-size: 25px;
}
.CssDivCustom {
    width: 100%;
    height: 60vh;
    /*overflow: auto;*/
}
.CssOptionSearched {
    width: 100%;    
    vertical-align: top;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}
.CssOptionSearched a {
    text-decoration:none;
}
.CssOptionSearched:hover a {
    text-decoration: none;
}
.CssOptionSearched span {
    font-size: 15px;
    color: rgba(0,0,0,0.65);
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}
.CssOptionSearched:hover span {
    color: rgba(0,0,0,0.80);
    transition: all 0.4s ease-in-out;
}
.CssOptionSearched label {
    color: rgba(0,0,0,0.7);
    transition: all 0.4s ease-in-out;
}
.CssOptionSearched:hover label {
    color: rgba(0,0,0,0.90);
    transition: all 0.4s ease-in-out;
}
.CssOptionSearched:hover {
    background-color: rgba(0,0,0,0.05);
    color: rgba(255, 255, 255, 1);
    /*text-shadow: 0.5px 0.5px 0.5px rgba(0,0,0,0.4);*/
    cursor: pointer;
}
.CssLabelSearch {
    /*font-size: 15px;*/
}
.CssOptionSearchedNotFound {
    width: 100%;
    background-color: rgba(1,150,136,0.9);
    vertical-align: top;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0.5px 0.5px 0.5px rgba(0,0,0,0.4);
}
.CssLabelSearchNotFound {
    font-size: 25px;
}
.CssLabelSearchNotFound2 {
    font-size: 22px;
}
/*********************** LOADER ***********************/
.CssBackGroundDivLoading {
    background-color: rgba(255,255,255,1);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
}
.CssDivLoadingCenter {
    width: 100%;
    height: 100%;
    position: relative;
}
.CssDivLoadingCenterAbsolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.object {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid rgba(41, 128, 185,0.85);
    border-bottom: 5px solid transparent;
    border-left: 5px solid rgba(41, 128, 185,0.85);
    border-right: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}
.CssObject_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}
.CssObject_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.CssObject_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.CssObject_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
@-webkit-keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}
@keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}
.CssDivLoadingCenterAbsolute_2 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
}
.object_2 {
    width: 20px;
    height: 20px;
    background-color: rgba(41, 128, 185,0.90);
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
.CssObject_one_2 {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}
.CssObject_two_2 {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.CssObject_three_2 {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0);
    }
}
@keyframes object_one {

    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}
@-webkit-keyframes object_two {


    75% {
        -webkit-transform: scale(0);
    }
}
@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}
@-webkit-keyframes object_three {

    75% {
        -webkit-transform: scale(0);
    }
}
@keyframes object_three {

    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

#no-freeze-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.1s linear;
    opacity: 0;
    height: 100vh;
    transform: scale(10);
    z-index: -1;
    background: rgba(255,255,255, 0);
}
.no-freeze-spinner #no-freeze-spinner {
    /*z-index: 9999;*/
    opacity: 0.95;
    transform: scale(1.2);
}
#no-freeze-spinner > div > div {
    animation-play-state: paused;
    border: 0.1px solid rgba(0, 178, 226, 0.5);
    border-radius: 50%;
    animation: rotate 1.0s infinite linear;
    border-left-color: rgba(200, 200, 200, 0.05);
    width: 100%;
    height: 100%;
}
#no-freeze-spinner > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 0 0 2000px rgba(255, 255, 255, 0);
    width: 80px;
    height: 80px;
    padding: 5px;
    background-color: rgba(255,255,255,1);
}
.no-freeze-spinner #no-freeze-spinner div div {
    animation-play-state: running;
}
@keyframes loadicons {
    /*0% {
        transform: scale(0) translate3d(0, 0, 0);
    }
    11% {
        transform: scale(1.2) translate3d(0, 0, 0);
    }
    22% {
        transform: scale(1) translate3d(0, 0, 0);
    }
    33% {
        transform: scale(0) translate3d(0, 0, 0);
    }*/
    0% {
        transform: scale(1.2) translate3d(0, 0, 0);
    }
    11% {
        transform: scale(1.2) translate3d(0, 0, 0);
    }
    22% {
        transform: scale(1.2) translate3d(0, 0, 0);
    }
    33% {
        transform: scale(1.2) translate3d(0, 0, 0);
    }
}
@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
/*.no-freeze-spinner #no-freeze-spinner i {
    font-size: 24px;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 1;
    transform: scale(0) translate3d(0, 0, 0);
}*/
.no-freeze-spinner #no-freeze-spinner img {
    font-size: 24px;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /*color: #fff;*/
    width: 50px;
    /*height: 24px;*/
    line-height: 1;
    transform: scale(1.2) translate3d(0, 0, 0);
}
.no-freeze-spinner #no-freeze-spinner img:nth-of-type(1) {
    animation: loadicons 4s infinite ease-in-out;
}
.no-freeze-spinner #no-freeze-spinner img:nth-of-type(2) {
    animation: loadicons 4s 1s infinite ease-in-out;
}
.no-freeze-spinner #no-freeze-spinner img:nth-of-type(3) {
    animation: loadicons 4s 2s infinite ease-in-out;
}
.no-freeze-spinner #no-freeze-spinner img:nth-of-type(4) {
    animation: loadicons 4s 3s infinite ease-in-out;
}

.css-div-loading-container-parent {
    width: 100%;
    /*height:100%;*/
}
.spinner {
    align-items:center;
    position: relative;
    margin: auto;
    margin-top: -80px;
    box-sizing: border-box;
    background-clip: padding-box;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    border: 2.5px solid rgba(0,0,0, 0.1);
    -webkit-mask: linear-gradient(rgba(0, 0, 0, 0.1), #000000 90%);
    transform-origin: 50% 60%;
    transform: perspective(200px) rotateX(66deg);
    animation: spinner-wiggle 1.2s infinite;
}
.spinner:before,
.spinner:after {
  content: "";
  position: absolute;
  margin: -4px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: 70%;
  opacity: .05;
  border: inherit;
  border-color: transparent;
  animation: spinner-spin 1.2s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, spinner-fade 1.2s linear infinite;
}
.spinner:before {
  /*border-top-color: #66e6ff;*/
  animation-delay: 0.4s;
  border-image:linear-gradient(to right,#56CCF2,#2F80ED) 5 5 5 5;
}
.spinner:after {
  /*border-top-color: #f0db75;*/
  animation-delay: 0.7s;
  border-image:linear-gradient(to right,#5c258d,#4389A2) 5 5 5 5;
}
@keyframes spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner-fade {
  20% {
    opacity: .1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: .1;
  }
}
.container-spinner{
  width:150px;
  display:contents;
  align-items:center;
}
.css-img-logo-loader-2024{
  max-width:70px;
}
.original-box-shadow {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 100%;
  /*height: 100%;*/
  border-radius: 3px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  position: relative;
}
.original-box-shadow::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 5px;
  box-shadow: 0 40px 13px rgba(0, 0, 0, .45);
  background-color: transparent;
  border-radius: 50% / 1px;
}

/*****************************************************/
@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow);

.cube-folding {
    width: 50px;
    height: 50px;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 0;
}
.cube-folding span {
    position: relative;
    width: 25px;
    height: 25px;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    display: inline-block;
}
.cube-folding span::before {
    content: '';
    background-color: rgba(84, 153, 199,1);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 25px;
    height: 25px;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -moz-animation: folding 2.5s infinite linear both;
    -webkit-animation: folding 2.5s infinite linear both;
    animation: folding 2.5s infinite linear both;
}
.cube-folding .leaf2 {
    -moz-transform: rotateZ(90deg) scale(1.1);
    -ms-transform: rotateZ(90deg) scale(1.1);
    -webkit-transform: rotateZ(90deg) scale(1.1);
    transform: rotateZ(90deg) scale(1.1);
}
.cube-folding .leaf2::before {
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    background-color: rgba(84, 153, 199,1);
}
.cube-folding .leaf3 {
    -moz-transform: rotateZ(270deg) scale(1.1);
    -ms-transform: rotateZ(270deg) scale(1.1);
    -webkit-transform: rotateZ(270deg) scale(1.1);
    transform: rotateZ(270deg) scale(1.1);
}
.cube-folding .leaf3::before {
    -moz-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    background-color: rgba(84, 153, 199,1);
}
.cube-folding .leaf4 {
    -moz-transform: rotateZ(180deg) scale(1.1);
    -ms-transform: rotateZ(180deg) scale(1.1);
    -webkit-transform: rotateZ(180deg) scale(1.1);
    transform: rotateZ(180deg) scale(1.1);
}
.cube-folding .leaf4::before {
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    background-color: rgba(84, 153, 199,1);
}
@-moz-keyframes folding {
    0%, 10% {
        -moz-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -moz-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -moz-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@-webkit-keyframes folding {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@keyframes folding {
    0%, 10% {
        -moz-transform: perspective(140px) rotateX(-180deg);
        -ms-transform: perspective(140px) rotateX(-180deg);
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -moz-transform: perspective(140px) rotateX(0deg);
        -ms-transform: perspective(140px) rotateX(0deg);
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -moz-transform: perspective(140px) rotateY(180deg);
        -ms-transform: perspective(140px) rotateY(180deg);
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
.cube-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    text-align: center;
}
.cube-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: 90px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
    -moz-animation: shadow 0.5s ease infinite alternate;
    -webkit-animation: shadow 0.5s ease infinite alternate;
    animation: shadow 0.5s ease infinite alternate;
}
.cube-wrapper .loading {
    font-size: 12px;
    letter-spacing: 0.1em;
    display: block;
    color: white;
    position: relative;
    top: 25px;
    z-index: 2;
    -moz-animation: text 0.5s ease infinite alternate;
    -webkit-animation: text 0.5s ease infinite alternate;
    animation: text 0.5s ease infinite alternate;
}
@-moz-keyframes text {
    100% {
        top: 35px;
    }
}
@-webkit-keyframes text {
    100% {
        top: 35px;
    }
}
@keyframes text {
    100% {
        top: 35px;
    }
}
@-moz-keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}
@-webkit-keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}
@keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}
/******************** CHECKBTN SWITCH *************************/
.form-group .form-control {
    font-size: 15px;
    color: #444;
    font-weight: 500;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 0;
    resize: none;
    transition: .25s;
}
.form-group.option_selected {
    position: relative;
    padding: 0 !important;
}
.form-group.option_selected .form-control.option_selected {
    display: none;
}
.form-group.option_selected .CssLabelIcon {
    z-index: 1;
    position: relative;
    top: 10px;
    left: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #3f7ae7;
    transition: .2s;
}
.form-group.option_selected .form-control.option_selected:checked + .CssLabelIcon {
    background: #3f7ae7;
    border-color: #3f7ae7;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.25);
}
.form-group.option_selected .CssLabelIcon i {
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 14px;
    color: white;
    transform: scale(0);
    opacity: 1;
    transition: .15s;
}
.form-group.option_selected .form-control.option_selected:checked + .CssLabelIcon i {
    transform: scale(1);
    opacity: 1;
}
.form-group.option_selected.switch {
    text-align: right;
}
.form-group.option_selected.switch .CssLabelIcon {
    left: auto;
    right: 0;
    background: #eee;
    border-color: #ccc;
    width: 62px;
    height: 31px;
    border-radius: 20px;
}
.form-group.option_selected.switch .CssLabelIcon:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 25px;
    height: 25px;
    background: #ccc;
    border-radius: 50%;
    transition: .15s;
}
.form-group.option_selected.switch .CssLabelIcon i {
    top: 7px;
}
.form-group.option_selected.switch .form-control.option_selected:checked + .CssLabelIcon {
    background: white;
    border-color: #23ce65;
    box-shadow: 0 5px 12px -4px rgba(35, 206, 101, .35);
}
.form-group.option_selected.switch .form-control.option_selected:checked + .CssLabelIcon i {
    z-index: 10;
    left: 28px;
    font-size: 13px;
    color: white;
}
.form-group.option_selected.switch .form-control.option_selected:checked + .CssLabelIcon:after {
    background: #23ce65;
    left: 31px;
}
/*********************************************************************/
.subtitle_grid {
    margin: 20px 0 50px;
}
.subtitle_grid span {
    padding: 20px;
    background: rgb(0, 178, 226);
    color: white;
    font-size: 15px;
    box-shadow: 5px 5px 15px 0px rgba(20, 0, 255, .12);
}
.subtitle_grid.left span {
    padding-right: 40px;
    border-radius: 0 50px 50px 0;
}
.subtitle_grid.right {
    text-align: right;
    margin-top:-80px !important;
}
.subtitle_grid.right span {
    padding-left: 40px;
    border-radius: 50px 0 0 50px;
}

/****************POPUP BANNER VIDEO***********************/
#DivBannerPopUp .img_banner {
    width: 100%;
    border-radius: 10px;
}
#DivBannerPopUp .btn_download_file {

}
/*END*/

/********************************************************************************/
/********************************************************************************/
/************************* ESTILOS GENERADOS EN 2022 ****************************/
/********************************************************************************/
/********************************************************************************/
/***** ESTILOS GLOBALES PARA ETIQUETAS *****/
Ul{
    list-style: none;
}
.CssCont{
    display: flex;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/*** ESTILOS PARA LA BARRA DE DESPLASAMIENTO ***/
::-webkit-scrollbar {
    /*-webkit-appearance: none;
    width: 10px;*/
    width: 9px;
    height: 9px;
}
::-webkit-scrollbar-button:increment,::-webkit-scrollbar-button {
    display: none;
}
::-webkit-scrollbar:horizontal {
    height: 9px;
}
::-webkit-scrollbar-thumb {
    /*background-color: #79797933;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
    transition: all .8s;
    display: none;*/
    background-color: rgba(0,0,0,0.4);
    border-radius: 15px;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
}
::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.05);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    /*background-color: #b4b1b1cf;
    width: 13px;*/
    background-color: rgba(0,0,0,0.5);
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
}
.CntMenu:hover ::-webkit-scrollbar-thumb{
    display: block;
}
.CssFrame:hover ::-webkit-scrollbar-thumb{
    display: block;
} 
/*** end ***/
.OptionSelected{
    box-shadow: 0px 4px 15px 0px rgb(212 208 215 / 92%);
    background-color: #6495ed12;
}
.OptionSelected .CssSpnCntIconIzq{
    color: #fff;
    background-image: linear-gradient(310deg,#7928ca,#00deff);
}
.OptionSelected .ColapseDesapear{
    color: #344767 ;
}
.CssEllipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.CssFrame{
    width: 100%;
    padding: 0 10px 0;
} 
.CssFrame iframe{
    display: block;
    width: 100%;
    border: none;
    height: 100vh; 
}
.CssCntImage {
    height: 1500px;
    width: 1500px;
}
.CssCntImage img {
    width: 100%;
    height: 100%;
}
.wrapper_scroll{
    width: 100%;
    height: 100%; 
    box-sizing: border-box;
    overflow: auto;
}
/***** CLASES DE APOYO PERSONALIZADOS *****/
/* Backgrounds */
.cap-bg-gray1{
    background-color: #888b8c;
}
/* Colors */
.cap-color-gray1{
    color: #888b8c;
}
/* Border Width */
.cap-b-width-1{
    border-width: 1px;    
}
.cap-b-width-2{
    border-width: 2px;    
}
.cap-b-width-3{
    border-width: 3px;    
}
.cap-b-width-4{
    border-width: 4px;    
}
.cap-b-width-5{
    border-width: 5px;    
}
/* Border Color */
.cap-b-color-gray1{
    border-color: #888b8c;
}
/***** SECTION - MENU LATERAL *****/
/* .CntMenu{
    
} */
.TarjetaMenu{
    margin: 15px;
    margin-top: 10px;
    width: 250px;
    max-height: 570px;
    background-color: #fff;
    border-radius: 15px;
    transition: .2s all ease-in-out;
}
.TarjetaMenuCollaps{
    margin: 15px;
    margin-top: 20px;
    width: 75px;
    height: 570px;
    background-color: white;
    border-radius: 15px;
    transition: .2s all ease-in-out;
}
.TarjetaMenuCollaps:hover{
    margin: 15px;
    margin-top: 20px;
    width: 250px;
    height: 570px;
    background-color: white;
    border-radius: 15px;
    /*transition: .2s all ease-in-out;*/
}
.TarjetaMenuCollaps:hover i{
    margin: 10px;
}
.TarjetaMenuCollaps:hover .CssDesapear{
    display: contents;
}
.TarjetaMenuCollaps:hover .css-nom-usr{
    display: block !important;
    transition: all 5.15s ease-in-out;
    -webkit-transition: all 5.15s ease-out;
    -moz-transition: all 5.15s ease-out;
    -o-transition: all 5.15s ease-out;
}
.MenuHeader {
    display: block;
    padding: 10px;
    height: auto;
    width: 95%;
    border-bottom: solid 1.5px #e9ecef;
    color: #344767;
    margin-left: 5px;
}
.MenuHeader i{
    display: flex;
    justify-content: flex-end;
}
.MenuHeader .CntLogoHeader{
    display: flex;
    padding-top: 10px;
    justify-content: flex-start;
}
.MenuHeader .CssImgLogo{
    width: 80px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left:-10px;
    height:100%;
}
.MenuHeader .CntLogoHeaderSmall{
    /*display: flex;*/
    padding-top: 10px;
    justify-content: flex-start;
}
.MenuHeader .CssImgLogoSmall{
    width: 80px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left:10px;
    height:100%;
}
.MenuHeader p{
    display: flex;
    justify-content: center;
    font-size: 25px;
}
.CssCntBtnResice{
    display: flex;
    justify-content: flex-end;
}
.CssBtnResice{
    display: none;
    cursor: pointer;
    color:#afb0b1;
}
.MenuSection{
    margin: 10px;
}
.CategTitle{
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}
.MenuCategories{
    height: auto;
    border-radius: 10px;
    min-width: 60px;
}
.cmp_dropdown_menu{
    display: none;
    border-radius: 10px;
}
.cmp_dropdown_menu._open{
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: .4s all ease-in; 
}
.OptnDistribution {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*padding-top: 10px;*/
    border-radius: 10px;
    margin-bottom: 10px;
    /*color: #888b8c;*/
    color: rgba(58,65,111,.5);
    /*padding-bottom: 10px;*/
    /*padding-left: 10px;*/
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
}
.OptnDistribution:hover .ColapseDesapear {
    /*color: #344767;*/
    color: rgba(58, 65, 111, 1);
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
}
.OptnDistribution:hover .css-opt-unselected-icon {
    color: rgba(58,65,111,0.88) !important;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
}
.OptnDistribution:hover .css-opt-unselected-text {
    color: rgba(58,65,111,0.88) !important;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
}
.opt_transparent {
    background: transparent;
    /*color: #344767 !important;*/
    color: rgba(58, 65, 111, 0.8) !important;
    /*font-weight: 600;*/
    box-shadow: none;
} 
.CssSpnCntIconIzq{
    padding: 11px;
    margin-right: 10px;
    border-radius: 5px;
    color: #344767;
    background-color: #ffffff;
    box-shadow: 0px 4px 15px 0px rgb(212 208 215 / 92%);
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.CssSpnCntIconIzq._underLevel{
    box-shadow: none;
}
.CssSpnCntIconDer{
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ColapseDesapear.CssDesapear .CssSpnCntIconDer{
    width: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/* .CssCntI{

} */
.CssSalto{
    border-bottom: solid 1px #e9ecef;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
}
.CssIconNivDos{
    font-size: 14.5px;
}
.CssIconNivTres{
    font-size: 7px;
}
.Iderecha{
    transition: .1s;
}
.RotateIconOpen {
    transform: rotate(180deg);
    animation: rotation .1s forwards;
    /*margin-right: 10px;*/
}
.RotateIconClose {
    transform: rotate(0deg);
    animation: rotation .1s backwards;
}
.ColapseDesapear{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.CssP_Title {
    margin: 0;
    width: 100%;
}
.ColapseDesapear.CssApear {
    opacity: 1;
    height: auto;
}
.ColapseDesapear.CssDesapear {
    display: none;
    opacity: 0;
    height: 0;
    border-radius: 10px;
}
.css-pdd-top-8{
    padding-top:8px;
}
.css-pdd-bottom-8 {
    padding-bottom:8px;
}
.css-mgn-left-10{
    margin-left:10px;
}
.css-mgn-left-15 {
    margin-left: 15px;
}
.css-mgn-bottom-0 {
    margin-bottom: 0px !important;
}
.hidden{
    display:none !important;
}
.css-font-s-874rem{
    font-size:.875rem;
}
.css-fs-720rem {
    font-size: .720rem;
}
.css-fs-730rem {
    font-size: .730rem;
}
.css-fs-500rem {
    font-size: .500rem;
}
.css-fw-700{
    font-weight:700;
}
.css-opt-unselected-icon {
    color: rgba(58,65,111,0.85) !important;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
}
.css-opt-selected-icon {
    font-size: 1.2rem !important;
    color: rgba(58,65,111,1) !important;
}
.css-opt-unselected-text {
    font-size: .875rem !important;
    color: rgba(58,65,111,0.65) !important;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
}
.css-opt-selected-text {
    font-size: .935rem !important;
    color: rgba(58,65,111,0.9) !important;
    font-weight: 900 !important;
}
.css-color-white{
    color:rgba(255,255,255,1);
}
.css-color-gray-menu {
    color: rgba(58,65,111,1) !important;
}
.css-dsp-flex{
    display:flex;
}
.css-mb-0{
    margin-bottom:0 !important;
}
/************************SCROLL************************/
.css-scroll-div-thin::-webkit-scrollbar {
    width: 8.5px;
    height: 8.5px;
}
.css-scroll-div-thin::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.05);
    border-radius: 10px;
}
.css-scroll-div-thin::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.4);
    border-radius: 15px;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
}
.css-scroll-div-thin::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,0.5);
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
}
/******************************************************/
.CssGvImgPreview {
    width: 50px;
    max-width: 70px;
}
.CssLblDetailGv{
    font-size:13px;
    color:rgba(0,0,0,0.6);
}
.css-txt-awesome-placeholder {
    line-height: inherit !important;
}
.css-cont-vid-inactivos {
    width: 30px;
    height: 30px;
    border: 0.3px solid rgba(214, 216, 219, 1);
    border-radius: 50%;
    box-shadow: rgba(214, 216, 219, 0.9) 0px 0px 2px 2.5px;
}
.css-cont-vid-inactivos i {
    padding:5px;
    font-size:18px;
}
.css-cont-vid-activos {
    width: 30px;
    height: 30px;
    border: 0.3px solid rgba(0, 123, 255, 1);
    border-radius: 50%;
    box-shadow: rgba(0, 123, 255, 0.4) 0px 0px 2px 2.5px;
}
.css-cont-vid-activos i {
    padding:5px;
    font-size:18px;
}
.css-cont-vid-impartidos {
    width: 30px;
    height: 30px;
    border: 0.3px solid rgba(40, 167, 69, 1);
    border-radius: 50%;
    box-shadow: rgba(40, 167, 69, 0.4) 0px 0px 2px 2.5px;
}
.css-cont-vid-impartidos i {
    padding:5px;
    font-size:18px;
}
.css-cont-vid-cancelados {
    width: 30px;
    height: 30px;
    border: 0.3px solid rgba(220, 53, 69, 1);
    border-radius: 50%;
    box-shadow: rgba(220, 53, 69,0.4) 0px 0px 2px 2.5px;
}
.css-cont-vid-cancelados i {
    padding:5px;
    font-size:18px;
}
.css-text-count-vid{
    font-size:14px;
    font-family:Roboto-Regular;
}
.css-overflow-tbl-x {
    overflow-x: auto;
}
.css-overflow-tbl-y {
    overflow-y: auto;
    /*height: 425px;*/
    max-height: 550px;
}
.css-overflow-y-tree-list {
    overflow-y: auto;
    overflow-x:hidden;
    max-height: 355px;
}
.css-cursor-pointer {
    cursor: pointer;
}
.dx-wrap{
    font-size:11.5px !important;
}
/*************************************************************************/
/************ DropDown Estilos **********/
.css-dropdown-form-group {
}
.css-dropdown-form-group .css-dropdown-hidden-group {
    display: none;
}
.css-dropdown-form-group .css-dropdown-title-group {
    width: 100%;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 400;
}
.css-dropdown-form-group .css-dropdown-subtitle-group {
    padding: 5px 0px 5px;
    font-size: 15px;
    color: #9B9B9B;
    font-weight: 400;
}
.css-dropdown {
    width: 100%;
    padding: 9px 15px 10px;
    background: rgba(255,255,255,1);
    border: 2px solid #f1f1f1;
    border-radius: 4px;
    color: #444;
    text-align: left;
    /*font-size: 15px;*/
    font-weight: 400;
    box-sizing: border-box;
    transition: .25s;
}
.css-dropdown-search-selected {
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, .04);
    border: 1px solid transparent;
    border-radius: 4px;
    color: #4563ff;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    box-sizing: border-box;
    transition: .25s;
}
.css-dropdown:hover {
    /*box-shadow: 0px 1px 10px 0.1px rgba(0,0,0,0.1);*/
    /*background: rgba(0, 0, 0, 0.03);*/
}
.css-dropdown:focus {
    border: 1px solid #00B2E2;
    background: #fff;
    /*box-shadow: 0 10px 30px -10px rgba(144, 144, 255, 0.5);*/
}
.css-dropdown .css-dropdown-choose {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    color: rgba(0, 0, 0, .5);
    cursor: pointer;
    position: relative;
}
.css-dropdown-icon {
    color: #AAAAAA;
}
.css-dropdown-icon-selected {
    /*position: absolute;
    top: 18px;
    left: 11px;*/
    /*color: rgba(0, 47, 255, 1);*/
    color: #AAAAAA;
}
.css-dropdown-icon-fecha {
    position: relative;
    bottom: 34px;
    left: 13px;
    color: #AAAAAA;
}
.css-dropdown-fecha-selected {
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, .04);
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    box-sizing: border-box;
    transition: .25s;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    cursor: pointer;
    position: relative;
    /*color: rgba(0, 47, 255, 1) !important;*/
    color: #4563ff;
}
.css-dropdown-icon-fecha-selected {
    position: relative;
    bottom: 34px;
    left: 13px;
    color: rgba(0, 47, 255, 1) !important;
    color: #4563ff;
}
.css-dropdown.css-dropdown-choose .css-dropdown-selected-value {
    border-color: #9090ff;
    background: #fff;
    color: #9090ff;
}
.dropdown .css-dropdown-content {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    display: none;
    z-index: 2;
}
.css-dropdown-list-btns {
    background: #ffffff;
    overflow-x: auto;
    max-height: 200px;
    height: auto;
}
.dropdown .css-dropdown-content .css-dropdown-box-search {
    position: relative;
}
.dropdown .css-dropdown-content .css-dropdown-box-search .css-dropdown-search {
    background: #fff;
    width: 100%;
    border: 1.5px solid #00B2E2;
    /*font-size: 15px;*/
    color: #AAAAAA;
    box-sizing: border-box;
    padding: 9px 15px 10px;
    padding-left: 30px;
    border-radius: 3px;
    font-weight: 500;
    outline: none;
    /*box-shadow:0px 0px 4.5px 1.5px rgba(0,0,0,0.1) inset;*/
}
.dropdown .css-dropdown-content .css-dropdown-box-search i {
    position: absolute;
    top: 15px;
    left: 11px;
    color: #00B2E2;
}
.dropdown .css-dropdown-content .css-dropdown-finded {
    width: 95%;
    padding: 6px 10px 6px;
    background: #ffffff;
    color: #777;
    text-align: left;
    display: flex;
    /*border-left: 1px solid rgba(0,0,0,0.2);*/
    outline: none;
    justify-content: flex-start;
    align-items: center;
    transition: .25s all ease-in-out;
    margin-left:10px;
    border-radius:5px;
}
.dropdown .css-dropdown-content .css-dropdown-finded:hover {
    background: rgba(0, 0, 0, 0.2);
}
.dropdown .css-dropdown-content .css-dropdown-finded .css-dropdown-text {
    color: #AAAAAA;
}
.dropdown .css-dropdown-content .css-dropdown-finded:hover .css-dropdown-text {
    color: rgba(255,255,255,1);
}
.dropdown .css-dropdown-content .css-dropdown-finded img {
    width: 60px;
    margin-right: 7px;
}
.css-dropdown-select {
    width: 65%;
    position: relative;
    left: 17%;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    justify-content: center;
}
.css-dropdown-select:hover {
    border: 1px solid;
    border-color: rgba(0,47,255,1.1);
    border-radius: 10px;
    box-shadow: 0px 0px 15px -5px rgba(0,47,255,1.1);
}
.css-dropdown-select:hover ~ h3 {
    color: rgba(0,47,255,1.1);
}
.css-dropdown-img-select {
    width: 40%;
    margin: 40px 0 40px;
}
.css-dropdown-close-list {
    margin-left: 85%;
}
.css-dropdown-close-list:hover {
    cursor: pointer;
}
.css-scroll-div-thin::-webkit-scrollbar {
    width: 8.5px;
}
.css-scroll-div-thin::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.05);
    border-radius: 10px;
}
.css-scroll-div-thin::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.4);
    border-radius: 15px;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
}
.css-scroll-div-thin::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,0.5);
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
}
/************ START CODE - RJG ************/
.css-fade-in {
    animation: css-fade-in ease 5s;
    -webkit-animation: css-fade-in ease 5s;
    -moz-animation: css-fade-in ease 5s;
    -o-animation: css-fade-in ease 5s;
    -ms-animation: css-fade-in ease 5s;
}
@keyframes css-fade-in{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@-moz-keyframes css-fade-in {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@-webkit-keyframes css-fade-in {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@-o-keyframes css-fade-in {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@-ms-keyframes css-fade-in {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.css-fade-out {
  animation: css-fade-in ease 5s;
  -webkit-animation: css-fade-in ease 5s;
  -moz-animation: css-fade-in ease 5s;
  -o-animation: css-fade-in ease 5s;
  -ms-animation: css-fade-in ease 5s;
}
@keyframes css-fade-out{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@-moz-keyframes css-fade-out {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@-webkit-keyframes css-fade-out {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@-o-keyframes css-fade-out {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@-ms-keyframes css-fade-out {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
/************* STIKIE - MENU *************/
.CssStiky {
    width: 99%;
    min-height: 65px;
    border-radius: 15px;
    margin-top: 20px;
    margin-left: 3px;
    padding-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    position: sticky;
    top: 10px;
    backdrop-filter: saturate(200%) blur(30px);
    transition: all .4s;
    justify-content: space-between;
}
._backGroundStiky{
    box-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(0,0,0,.07)!important;
    background-color: hsla(0,0%,100%,.8)!important;
    transition: box-shadow .25s ease-in,background-color .25s ease-in;
    z-index: 1020;
    transition: all .4s;
}
.CssCntName{
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
    margin-top: 5px;
}
.CssCntName div{
    margin-right: 10px;
    font-size: 22px;
}
.CssCntName span{
margin-top: 5px;
}
.cntStikyLeft{
    display: flex;
    justify-content: space-between;
}
.cntStikyRight{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
/***** Lado izquierdo del menu - Boton para desplegar menu lateral y buscador *****/
.CssCntSearch{
    display: flex;
    padding-top: 5px;
}
.CssSearchBox{
    position: relative;
    margin-right: 10px;
}
.CssCntMenuBars{
    width: 23px;
    background-color: transparent;
    margin-bottom: 12px;
    margin-right: 20px;
}
.CssBarrsBtn{
    transition: all .15s ease;
    background: #67748e;
    border-radius: .125rem;
    position: relative;
    display: block;
    height: 2px;
    margin: 4px;
}
._center{
    width: 20px;
    transform: translateX(-5px);
}
.rj-field_text {
    height: 40px;
    background: rgb(180 177 177 / 20%);
    padding: 12px 15px 12px;
    padding-right: 40px;
    box-sizing: border-box;
    border: none;
    outline: none;
    color: #212529;
    font-size: 13px;
    border-radius: 10px;
}
.rj-field_text::placeholder {
    color: silver;
}
.rj-search {
    margin-top: 9px;
    background: transparent;
    position: absolute;
    right: 5%;
}
.rj-item {
    display: inline-block;
    margin: 0 10px 0;
    list-style: none;
}
.rj-search .rj-btn {
    position: absolute;
    top: 0;
    right: 4px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    outline: none;
    border-radius: 50%;
    font-size: 16px;
    color: rgba(255, 255, 255, .3);
    cursor: pointer;
    transition: .25s;
}
.rj-search .rj-field_text:focus ~ .rj-btn {
    color: #fff;
}
/***** Lado derecho del menu - Botones *****/
.CssCntMenuRight{
    display: flex;
    justify-content: space-evenly;
    padding-top: 5px;
}
.CssCntResponsiveOptions{
    display: none;
}
.CssBtnOptions{
    display: none;
}
.rj-dropdown_content_resp{
    margin-right:10px;
}
.rj-dropdown_content_resp .rj-link {
    position: relative;
    display: inline-block;
    margin: 0 10px 0;
    width: 30px;
    /*height: 38px;*/
    font-size: 22px;
    text-align: center;
    padding: 10px 0 0;
    background: transparent;
    color: rgba(255, 255, 255, .3);
    cursor: pointer;
    transition: .25s;
}
.rj-dropdown_content_resp .rj-link:hover {
    border-color: rgba(255, 255, 255, 1);
    color: #fff;
}
.rj-dropdown_content_resp .rj-link .rj-circle_status {
    position: absolute;
    top: -3px;
    right: -1px;
    display: block;
    width: 8px;
    height: 8px;
    border: 3px solid #25292f;
    border-radius: 50%;
    background: silver;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .8);
}
.rj-dropdown_content_resp .rj-link .rj-circle_status.rj-red {
    background: red;
    box-shadow: 0px 0px 4px 0px red;
}
.rj-dropdown_content_resp .rj-link .rj-circle_status.rj-green {
    background: green;
    box-shadow: 0px 0px 3px 1px green;
}
.rj-dropdown_content_resp .rj-link b.rj-text_icon_resp {
    display: none;
}
.rj-dropdown_content_resp .rj-dropdown {
    position: relative;
    display: inline-block;
}
.rj-dropdown_content_resp .rj-link.rj-dropdown.rj-img {
    border: none;
}
.rj-dropdown_content_resp .rj-link.rj-dropdown .rj-photo {
    position: relative;
    display: inline-block;
    margin-top: -10px;
    vertical-align: top;
    border-radius: 50%;
    border:1px solid rgba(0,0,0,0.1);
    width: 38px;
    height: 38px;
    cursor: pointer;
    transition: 0s;
    background: transparent;
    color: transparent;
    overflow: hidden;
}
.rj-dropdown_content_resp .rj-link.rj-dropdown .rj-photo img {
    width: 100%;
}
.rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content {
    position: absolute;
    top: 70px;
    right: -5px;
    width: 180px;
    display: block;
    background: #fff;
    padding: 20px 15px 20px;
    border-radius: 10px;
    display: none;
    box-shadow:rgba(0,0,0,0.4) 0.5px 0.5px 8px 0.1px;
}
.rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content:after {
    content: '';
    position: absolute;
    top: -6px;
    right: 32px;
    width: 0;
    height: 0;
    color: #fff;
    border-bottom: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}
.rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content .rj-dropdown_link {
    display: block;
    padding: 12px 0px 12px;
    margin: 0 12px 0;
    box-sizing: border-box;
    text-align: left;
    color: rgba(0,0,0,0.45);
    text-decoration: none;
    font-family: Roboto-Thin;
    font-size: 14px;
    /*font-weight: 200;*/
    transition: .25s;
}
.rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content .rj-dropdown_link:hover {
    color: #242939;
}
.rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content .rj-dropdown_link i {
    display: inline-block;
    margin-right: 5px;
}
.rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content .rj-dropdown_link.rj-b_top {
    border-top: 1px solid rgba(0, 0, 0, .05);
    color: rgba(0,0,0,0.45);
}
.rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content .rj-dropdown_link.rj-b_top:hover {        
    color: rgba(0,0,0,9);
}
.rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content.rj-extended {
    width: 250px;
    padding: 8px 15px 8px;
}
.rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content.rj-extended .rj-dropdown_link {
    padding: 12px 15px 12px;
    margin: 10px 0px 10px;
    background: #f7f7f7;
    border-radius: 30px;
}
.rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content.rj-extended .rj-dropdown_link.rj-red {
    background: #ffebeb;
    color: #e21d1d;
}
.rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content.rj-extended .rj-dropdown_link.rj-green {
    background: #daffd7;
    color: #019a45;
}
.rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content.rj-extended .rj-dropdown_link.rj-yellow {
    background: #fffdbe;
    color: #efd101;
}
.rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content.rj-extended .rj-dropdown_link.rj-orange {
    background: #fff9e5;
    color: #ffb101;
}
.rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content.rj-extended .rj-dropdown_link.rj-blue {
    background: #ecf3ff;
    color: #2158ef;
}
.rj-dropdown_content_resp .rj-dropdown .rj-dropdown_content.rj-extended .rj-dropdown_link.rj-purple {
    background: #f9efff;
    color: #e01dda;
}
/***** MEDIA QUERIES / MAX-WIDTH *****/  
@media only screen and (max-width: 1092px){
     /******* SUBMENU - MENU STYKIE ********/
     .rj-dropdown_content_resp{
        display: none ;
    }
    .rj-dropdown_content_resp._open{
        position: absolute;
        display: flex;
        border-radius: 15px;
        height: auto;
        width: 250px;
        right: 30px;
        box-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(0,0,0,.07)!important;
        background-color: #f9f9f9;
        top: 45px;
        flex-wrap: wrap;
    }
    .rj-menu.rj-h {
        padding: 0;
    }
    .rj-menu.rj-h .rj-item_list .rj-item.rj-logo .rj-logo_img.rj-pc {
        display: none;
    }
    .rj-menu.rj-h .rj-item_list .rj-item.rj-logo .rj-logo_img.rj-resp {
        display: inline-block;
    }
    .rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_menu .rj-btn_toggle.rj-resp {
        display: block;
    }
    .rj-menu.rj-h .rj-item_list .rj-item.rj-toggle_menu .rj-btn_toggle.rj-pc {
        display: none;
    }
    .rj-menu.rj-h .rj-item_list .rj-item.rj-search {
        width: 40%;
    }
    .CssCntResponsiveOptions{
        display: block;
    }
    .CssBtnOptions{
        margin-right: 30px;
        margin-top: 10px;
        display: block;
        background:transparent;
    }
    .rj-text_icon_resp{
        display: block !important;
    }
    .rj-dropdown_content_resp .rj-link{
        display: block;
        justify-content: center;
        margin: 0px 10px 0;
        width: 100%;
        height: auto;
        font-size: 16px;
        padding: 5px 0 0;
        background: transparent;
        color: #0000004f !important;
        cursor: pointer;
        transition: .25s;
    }
    .rj-dropdown_content_resp .rj-link:hover {
        color: #444 !important;
    }
    .rj-dropdown_content_resp .rj-link i{
        margin-right: 10px;
    }
    .rj-dropdown_content_resp .rj-dropdown{
        width: 96%;
        margin-bottom: 10px;
    }
    .icon-button__badge {
        position: absolute;
        top: -1px;
        right: 100px !important;
    }
    ul.dropdown {
        left: -65px !important;
    }
}
@media only screen and (max-width: 992px){
    /***** SECTION - MENU LATERAL *****/
    .TarjetaMenu{
        box-shadow: 0 10px 40px -5px rgb(212 208 215 / 92%);
        position: absolute;
        z-index: 1021;
        overflow: auto;
        transition: .6s all ease-in-out;
    }
    .CssBtnResice{
        display: block;
    }
    /******* SUBMENU - MENU STYKIE ********/
    .CssStiky{
        flex-wrap: wrap;
    }
}
/*********************** LOADER 2023 ***********************/
.preloader-wrap{
	position: fixed;
	left: 46%;
	top: 50%;
	right: 0;
	bottom: 0;
	/*z-index: 0;*/
	display: flex;
	align-items: center;
	justify-content: center;
    width:125px;
    height:125px;
    background: rgba(255,255,255, 0);
}
.preloader {
    position: relative;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    perspective: 780px;
    z-index: -1;
}
.loading-circle {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 50%;
}
.loading-circle-one {
    left: 0%;
    top: 0%;
    animation: loadingCircleOne 1.2s linear infinite;
    border-bottom: 3.5px solid rgba(0, 178, 226, 1);
}
.loading-circle-two {
    top: 0%;
    right: 0%;
    animation: loadingCircleTwo 1.2s linear infinite;
    border-right: 3.5px solid rgba(0, 178, 226, 1);
}
.loading-circle-three {
    right: 0%;
    bottom: 0%;
    animation: loadingCircleThree 1.2s linear infinite;
    border-top: 3.5px solid rgba(0, 178, 226, 1);
}
.css-img-logo-loader{
    max-width:60px;
    margin-top:37px;
    margin-left:32px;
}
@keyframes loadingCircleOne {
    0% {
		transform: rotateX(40deg) rotateY(-40deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(40deg) rotateY(-40deg) rotateZ(360deg);
	}
}
@keyframes loadingCircleTwo {
	0% {
		transform: rotateX(50deg) rotateY(15deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(15deg) rotateZ(360deg);
	}
}
@keyframes loadingCircleThree {
	0% {
		transform: rotateX(15deg) rotateY(50deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(15deg) rotateY(50deg) rotateZ(360deg);
	}
}
/*********************** LOADER 2023 END ***********************/
/*********************** CHATBOT ***********************/
.chat_icon {
    position: fixed;
    right: 35px;
    bottom: 10px;
    /*font-size: 80px;*/
    background-color: rgba(255,255,255,1);
    cursor: pointer;
    z-index: 1000;
    max-width: 80px;
    border-radius: 50px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .075);
    border: 1px solid rgba(178, 186, 187,0.75);
}
.chat_icon i {
    padding:20px 15px 15px 15px;
    text-align:center;
    font-size:30px;
    color: rgba(0, 178, 226,1);
}
.chat_box {
    position: fixed;
    right: 30px;
    bottom: 80px;
    width: 350px;
    /*height: 80vh;
    max-height: 600px;
    min-height: 580px;*/
    background-color: rgba(255,255,255,1);
    z-index: 1000;
    transition: all 0.3s ease-out;
    transform: scaleY(0);
    border: 1px solid rgba(178, 186, 187,0.75);
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .075);
}
.chat_box.active{
    transform: scaleY(1);
}
.conv-form-wrapper{
    border-radius:10px;
}
.conv-form-wrapper:before{
    background:linear-gradient(transparent, transparent) !important;
}
.conv-form-wrapper textarea {
    height: 30px;
    overflow: hidden;
    resize: none;
}
.wrapper-messages {
    border-radius: 10px;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
}
.wrapper-messages:hover {
    scrollbar-width: thin;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
}
#messages{
    padding:20px;
}
.css-txt-awesome-placeholder {
    line-height: inherit !important;
}
.css-awesome-icon {
    font-size: 22px;
    margin-top: 12px;
    margin-left:-90px;
    color: rgba(0, 178, 226,1);
}
/*********************** CHATBOT END ***********************/
/******************** NOTIFICATION DROPDOWN*******************/
.icon-button__badge {
    position: absolute;
    top: 5px;
    right: -5px;
    width: 22px;
    height: 22px;
    background: #cc2b5e; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #753a88, #cc2b5e); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #753a88, #cc2b5e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2.5px solid white;
    font-size: 10.5px;
    font-weight: bolder;
}
.css-img-tipo-herr-notification {
    max-width: 60px;
    border-radius: 3px;
    margin-top: 5px;
}
.css-hdr-notification{
    font-size:12px;
}
.css-date-notification {
    font-size: 11px;
    color: rgba(171, 178, 185,1);
    margin-top:2px;
}


.css-dropdown-toggle {
    /*font-size: 22px !important;*/
}
.dropdownContainer {
    position: relative;
}
.dropdown-toggle {
    cursor: pointer;
} 
ul.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left:-182px;
  min-width: 274px;
  width: 345px;
  padding: 10px 0px 10px 0px;
  border: 0.1px solid rgb(0,0,0,0.1);
  box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.2);
  max-height:350px;
  overflow-y:auto;
  z-index:1;
}
/* up arrow*/
/*ul.dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 127px;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: rgba(115, 187, 22, 1) transparent; 
}
ul.dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 129px;
    border-width: 0 8px 7px 7px;
    border-style: solid;
    border-color: #fff transparent;    
}*/
ul.dropdown li {
  /*height: 45px;*/
  list-style-type: none;
  /*border-top: 1px solid lightgrey;*/
  transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
} 
ul.dropdown li:hover{
  background-color: #eee;
  transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
}    
ul.dropdown li:first-child {
  list-style-type: none;
  border-top: none;    
}
ul.dropdown .fa-circle{
    font-size: 15px;
    color: rgba(115, 187, 22, 1);  
}    
ul.dropdown li .css-option-dropdown {
  text-decoration: none;
  padding: .5em 1em;
  display: block;
  color:black;
  font-size: 1.2em; 
}
/*View All Notification*/
/*ul.dropdown .fa-list{
    font-size: 15px;
    padding:5px;
    color: rgba(115, 187, 22, 1); 
    border: 2px solid rgba(115, 187, 22, 1);
    border-radius: 100%;
}   
ul.dropdown li:last-child{
    text-align: center;
    padding: 10px;
}*/
/***************************** SKIN AUDIO REPRODUCTOR ********************************/
#player-container {
    position: relative;
    /*top: 50%;*/
    right: 0;
    left: 0;
    width: 90%;
    height: 100px;
    /*margin: 100px auto;*/
    margin: 150px 100px 80px 35px;
}
#player-bg-artwork {
    position: fixed;
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    background-image: url("https://raw.githubusercontent.com/himalayasingh/music-player-1/master/img/_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    filter: blur(40px);
    -webkit-filter: blur(40px);
    z-index: 1;
}
#player-bg-layer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.5;
    z-index: 2;
}
#player {
    position: relative;
    height: 100%;
    z-index: 3;
}
#player-track {
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    padding: 13px 22px 10px 184px;
    /*background-color: #00B2E3;*/
    border-radius: 15px 15px 0 0;
    transition: 0.3s ease top;
    z-index: 1;
    background: #1488CC; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #2B32B2, #1488CC); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #2B32B2, #1488CC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#player-track.active {
    top: -92px;
}
#album-name {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
}
#track-name {
    color: #FFFFFF;
    font-size: 13px;
    margin: 2px 0 13px 0;
}
#track-time {
    height: 11px;
    margin-bottom: 2.5px;
    overflow: hidden;
}
#current-time {
    float: left;
    margin-top:-3px !important;
}
#track-length {
    float: right;
    margin-top: -3px !important;
}
#current-time,
#track-length {
    color: transparent;
    font-size: 11px;
    background-color: #ffe8ee;
    border-radius: 10px;
    transition: 0.3s ease all;
}
#track-time.active #current-time,
#track-time.active #track-length {
    color: rgba(255,255,255,0.7);
    background-color: transparent;
}
#seek-bar-container,
#seek-bar {
    position: relative;
    height: 4px;
    border-radius: 4px;
}
#seek-bar-container {
    background-color: #ffe8ee;
    cursor: pointer;
}
#seek-time {
    position: absolute;
    top: -29px;
    color: #fff;
    font-size: 12px;
    white-space: pre;
    padding: 5px 6px;
    border-radius: 4px;
    display: none;
}
#s-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    z-index: 2;
}

#seek-time,
#s-hover {
    background-color: #3b3d50;
}
#seek-bar {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: rgba(203, 48, 102, 0.8);
    transition: 0.2s ease width;
    z-index: 1;
}
#player-content {
    position: relative;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 50px 4px rgba(0,0,0,0.1);
    border-radius: 15px;
    z-index: 2;
}
#album-art {
    position: absolute;
    top: -40px;
    width: 115px;
    height: 115px;
    margin-left: 40px;
    transform: rotateZ(0);
    transition: 0.3s ease all;
    box-shadow: 0 0 0 10px #fff;
    border-radius: 50%;
    overflow: hidden;
}
#album-art.active {
    top: -60px;
    box-shadow: 0 0 0 4px #fff7f7, 0 30px 50px -15px #afb7c1;
}
#album-art:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: -10px auto 0 auto;
    background-color: #d6dee7;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #fff;
    z-index: 2;
}
#album-art img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}
#album-art img.active {
    opacity: 1;
    z-index: 1;
}
#album-art.active img.active {
    z-index: 1;
    animation: rotateAlbumArt 3s linear 0s infinite forwards;
}
@keyframes rotateAlbumArt {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}
#buffer-box {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 13px;
    color: #1f1f1f;
    font-size: 13px;
    font-family: Helvetica;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    padding: 6px;
    margin: -12px auto 0 auto;
    background-color: rgba(255, 255, 255, 0.19);
    opacity: 0;
    z-index: 2;
}
#album-art img,
#buffer-box {
    transition: 0.1s linear all;
}
#album-art.buffering img {
    opacity: 0.25;
}
#album-art.buffering img.active {
    opacity: 1;
    filter: blur(2px);
    -webkit-filter: blur(2px);
}
#album-art.buffering #buffer-box {
    opacity: 1;
}
#player-controls {
    width: 250px;
    height: 100%;
    margin: 0 5px 0 141px;
    float: right;
    overflow: hidden;
}
.control {
    width: 33.333%;
    float: left;
    padding: 12px 0;
}
.css-aud-button {
    width: 26px;
    height: 26px;
    /*padding: 25px;*/
    padding: 15px 35px 35px 20px;
    background-color: #fff;
    border-radius: 6px;
    cursor: pointer;
}
.css-aud-button i {
    display: block;
    color: #d6dee7;
    font-size: 26px;
    text-align: center;
    line-height: 1;
}
.css-aud-button,
.css-aud-button i {
    transition: 0.2s ease all;
}
.css-aud-button:hover {
    /*background-color: rgba(0,178,227,1);*/
    background-color: rgba(20, 136, 204, 1);
}
.css-aud-button:hover i {
    color: #fff;
}