@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);

[v-cloak] {
    display: none;
}
html {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}
html, body {
    width: 100%;
    height: 100%;
}

html * {
    outline-style: none!important;
}
.layout-boxed html, .layout-boxed body {
    height: 100%;
}
body {
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif!important;*/
    /*font-weight: 400;*/
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #E3E8F8;
    width: 100%;
}
#menuflex {
    position: fixed;
    right: 0;
    top: 50%;
    width: 8em;
    margin-top: -2.5em;
}
/*
nav {
  float: left; /* Desplazamos el nav hacia la izquierda
}

nav ul {
  list-style: none;
  overflow: hidden; /* Limpiamos errores de float
}

nav ul li {
  float: left;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

nav ul li a {
  display: block; /* Convertimos los elementos a en elementos bloque para manipular el padding
  padding: 20px;
  color: #fff;
  text-decoration: none;
}

nav ul li:hover {
  background: #3ead47;
}*/
ul.commonList {
    padding-left: 20px;
}
ul.commonList li {
    list-style: initial!important;
    list-style-image: initial!important;
}

body.handled * {
    cursor: wait;
}
.loading {
    position: absolute;
    z-index: 999 !important;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(16, 31, 49, 0.1);
}
.loading.off {
    visibility: hidden;
    /* -webkit-transition: all .15s ease-in-out; */
    /* -moz-transition: all .15s ease-in-out; */
    /* -o-transition: all .15s ease-in-out; */
    /* transition: all .15s ease-in-out; */
    background-color: transparent;
}
.loading.on {
    visibility: visible;
    /* -webkit-transition: all .15s ease-in-out; */
    /* -moz-transition: all .15s ease-in-out; */
    /* -o-transition: all .15s ease-in-out; */
    /* transition: all .15s ease-in-out; */
}
.loading .ui-fading-circle {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.loading .ui-fading-circle .ui-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.loading .ui-fading-circle .ui-circle:before {
    display: block;
    width: 10px;
    height: 4px;
    margin: 0 auto;
    content: '';
    -webkit-animation: ui-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: ui-circleFadeDelay 1.2s infinite ease-in-out both;
    border-radius: 20%;
    background-color: #2462ad;
}
.loading .ui-fading-circle .ui-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.loading .ui-fading-circle .ui-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.loading .ui-fading-circle .ui-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.loading .ui-fading-circle .ui-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.loading .ui-fading-circle .ui-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.loading .ui-fading-circle .ui-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.loading .ui-fading-circle .ui-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.loading .ui-fading-circle .ui-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.loading .ui-fading-circle .ui-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.loading .ui-fading-circle .ui-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.loading .ui-fading-circle .ui-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.loading .ui-fading-circle .ui-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.loading .ui-fading-circle .ui-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.loading .ui-fading-circle .ui-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.loading .ui-fading-circle .ui-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.loading .ui-fading-circle .ui-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.loading .ui-fading-circle .ui-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.loading .ui-fading-circle .ui-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.loading .ui-fading-circle .ui-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.loading .ui-fading-circle .ui-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.loading .ui-fading-circle .ui-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.loading .ui-fading-circle .ui-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes ui-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
@keyframes ui-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
/* Layout */

.padding-fixed {
    padding: 15px 10px;
}
.wrapper {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}
.wrapper:before, .wrapper:after {
    display: table;
    content: ' ';
}
.wrapper:after {
    clear: both;
}
.layout-boxed .wrapper {
    position: relative;
    max-width: 1250px;
    min-height: 100%;
    margin: 0 auto;
    box-shadow: 0 0 8px rgba(0, 0, 0, .5);
}
.layout-boxed {
    background: url('../img/boxed-bg.jpg') repeat fixed;
}
.ui-body.isLoading {
    /* -webkit-filter: blur(1px);
    filter: blur(1px); */
}
.sidebar.scrollMobile::-webkit-scrollbar {
    display: none!important;
}
/*
 * Content Wrapper - contains the main content
 * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
 */

.content-wrapper, .right-side {
    z-index: 820;
    left: 200px;
    /* -webkit-transition: all .4s ease-in-out; */
    /* -moz-transition: all .4s ease-in-out; */
    /* -o-transition: all .4s ease-in-out; */
    /* transition: all .4s ease-in-out; */
}
.main-footer {
    z-index: 821;
    /* -webkit-transition: all .4s ease-in-out; */
    /* -moz-transition: all .4s ease-in-out; */
    /* -o-transition: all .4s ease-in-out; */
    /* transition: all .4s ease-in-out; */
}
.layout-top-nav .content-wrapper, .layout-top-nav .right-side, .layout-top-nav .main-footer {
    /*verificar estos 4*/
    margin-left: 0;
}
@media (max-width: 767px) {
    .content-wrapper, .right-side, .main-footer {
        margin-left: 0!important;
    }
    .main-footer {
        left: 0!important;
        position: fixed;
        bottom: 0!important;
    }
    ul.dropdown-menu {
        display: none;
    }
}
@media (min-width: 768px) {
    .collapsed .content-wrapper.sidebar-collapse, /* .sidebar-collapse .content-wrapper */
    .sidebar-collapse .right-side, .collapsed .sidebar-collapse .main-footer {
        left: 0;
    }
}
@media (max-width: 767px) {
    /*.sidebar-open .content-wrapper,*/
    .sidebar-open .right-side /*.sidebar-open .main-footer*/
        {
        -webkit-transform: translate(200px, 0);
        -ms-transform: translate(200px, 0);
        -o-transform: translate(200px, 0);
        transform: translate(200px, 0);
    }
}
.content-wrapper, .right-side {
    z-index: 800;
    height: 100%;
    background-color: #ecf0f5;
}
.main-footer {
    padding: 0;
    color: #444;
    /*border-top: 1px solid #c8d2dd;*/
    background: #ecf0f5;
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, .14), 0 -1px 5px 0 rgba(0, 0, 0, .12), 0 -3px 1px -2px rgba(0, 0, 0, .2)!important;
    position: absolute!important;
}
/* Fixed layout */

.layout-fixed .main-header, .layout-fixed .main-sidebar, .layout-fixed .left-side, .layout-fixed .main-footer {
    position: fixed;
}
.layout-fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}
.layout-fixed .main-footer {
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999999999999999999999;
}
.layout-fixed .content-wrapper, .layout-fixed .right-side {
    position: fixed;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 200px;
    overflow: hidden;
    height: auto;
    /* -webkit-transition: all .4s ease-in-out; */
    /* -moz-transition: all .4s ease-in-out; */
    /* -o-transition: all .4s ease-in-out; */
    /* transition: all .4s ease-in-out; */
}
@media (max-width: 767px) {
    .layout-fixed .content-wrapper, .layout-fixed .right-side {
        top: 30px;
        left: 0;
    }
}
.layout-fixed.layout-boxed .wrapper {
    max-width: 100%;
}
body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .left-side,
body.hold-transition .main-header .navbar,
body.hold-transition .main-header .logo,
body.hold-transition .main-sidebar .logo {
    /* Fix for IE */
    /* -webkit-transition: none; */
    /* -o-transition: none; */
    /* transition: none; */
}
/* Content */

/*.content {
    min-height: 250px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    padding-right: 15px;
    padding-left: 15px;
}*/

/* H1 - H6 font */

/*h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Source Sans Pro', sans-serif;
}*/

/* General Links */

a {
    color: #359bdc;
}
a:hover, a:active, a:focus {
    text-decoration: none;
    color: #359bdc;
    outline: none;
}
/* Page Header */

.page-header {
    font-size: 22px;
    margin: 10px 0 20px 0;
}
.page-header>small {
    display: block;
    margin-top: 5px;
    color: #666;
}
/*logo menu*/

.logo .logo-lg img {
    width: 100%!important;
    height: auto!important;
}
/*
 * Component: Main Header
 * ----------------------
 */

.main-header {
    position: relative;
    z-index: 841;
    max-height: 100px;
}
.main-header .navbar {
    min-height: 50px;
    margin-bottom: 0;
    margin-left: 200px;
    /* -webkit-transition: margin-left .4s ease-in-out; */
    /* -o-transition: margin-left .4s ease-in-out; */
    /* transition: margin-left .4s ease-in-out; */
    border: none;
    border-radius: 0;
}
.layout-top-nav .main-header .navbar {
    margin-left: 0;
}
.main-header #navbar-search-input.form-control {
    border-color: transparent;
    background: rgba(255, 255, 255, .2);
}
.main-header #navbar-search-input.form-control:focus, .main-header #navbar-search-input.form-control:active {
    border-color: rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255, .9);
}
.main-header #navbar-search-input.form-control::-moz-placeholder {
    opacity: 1;
    color: #ccc;
}
.main-header #navbar-search-input.form-control:-ms-input-placeholder {
    color: #ccc;
}
.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
    color: #ccc;
}
.main-header .navbar-custom-menu, .main-header .navbar-right {
    float: right;
}
@media (max-width: 991px) {
    .main-header .navbar-custom-menu a, .main-header .navbar-right a {
        color: inherit;
        background: transparent;
    }
}
@media (max-width: 767px) {
    .main-header .navbar-right {
        float: none;
    }
    .navbar-collapse .main-header .navbar-right {
        margin: 7.5px -15px;
    }
    .main-header .navbar-right>li {
        color: inherit;
        border: 0;
    }
}
.main-header .sidebar-toggle {
    font-family: fontAwesome;
    float: left;
    padding: 8px 10px 5px 10px;
    background-color: transparent;
    background-image: none;
}
.main-header .sidebar-toggle:before {
    content: '\f0c9';
}
.main-header .sidebar-toggle:hover {
    color: #fff;
}
.main-header .sidebar-toggle:focus, .main-header .sidebar-toggle:active {
    background: transparent;
}
.main-header .sidebar-toggle .icon-bar {
    display: none;
}
.main-header .navbar .nav>li.user a>.fa, .main-header .navbar .nav>li.user a>.glyphicon, .main-header .navbar .nav>li.user a>.ion, .main-header .navbar .nav>li.user a>.icon {
    /*margin-right: 5px;*/
}
.main-header .navbar .nav>li a .label {
    font-size: 9px;
    line-height: .9;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 3px;
    text-align: center;
}
.main-header .logo, .main-sidebar .logo {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    display: table;
    overflow: hidden;
    width: 200px;
    height: 50px;
    padding: 0 10px;
    /* -webkit-transition: all .4s ease-in-out; */
    /* -o-transition: all .4s ease-in-out; */
    /* transition: all .4s ease-in-out; */
    text-align: center;
    position: relative!important;
}
.main-header .logo .logo-lg, .main-sidebar .logo .logo-lg {
    display: block;
}
.main-header .logo .logo-mini, .main-sidebar .logo .logo-mini {
    display: none;
}
.main-header .navbar-brand {
    color: #fff;
}
.content-header {
    position: relative;
    padding: 15px 15px 0 15px;
}
.content-header>h1 {
    font-size: 24px;
    margin: 0;
}
.content-header>h1>small {
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    padding-left: 4px;
}
.content-header>.breadcrumb {
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 10px;
    float: right;
    margin-top: 0;
    margin-bottom: 0;
    padding: 7px 5px;
    border-radius: 2px;
    background: transparent;
}
.content-header>.breadcrumb>li>a {
    display: inline-block;
    text-decoration: none;
    color: #444;
}
.content-header>.breadcrumb>li a>.fa, .content-header>.breadcrumb>li a>.glyphicon, .content-header>.breadcrumb>li a>.ion, .content-header>.breadcrumb>li a>.icon {
    margin-right: 5px;
}
.content-header>.breadcrumb>li+li:before {
    content: '>\00a0';
}
@media (max-width: 991px) {
    .content-header>.breadcrumb {
        position: relative;
        top: 0;
        right: 0;
        float: none;
        margin-top: 5px;
        padding-left: 10px;
        background: #c8d2dd;
    }
    .content-header>.breadcrumb li:before {
        color: #97a0b3;
    }
}
.navbar-toggle {
    margin: 0;
    padding: 15px 15px;
    color: #fff;
    border: 0;
}
@media (max-width: 991px) {
    .navbar-custom-menu .navbar-nav>li {
        float: left;
    }
    .navbar-custom-menu .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-custom-menu .navbar-nav>li>a {
        line-height: 20px;
        /*padding-top: 15px;
        padding-bottom: 15px;*/
    }
}
@media (max-width: 767px) {
    .main-header {
        position: relative;
    }
    .main-header .logo, .main-sidebar .logo, .main-header .navbar {
        float: none;
        width: 100%;
        height: 30px;
    }
    .main-header .navbar {
        margin: 0;
    }
    .sidebar-toggle {
        width: 100%;
        float: none!important;
        padding: 9px 15px!important;
        height: 100%;
        top: 0;
        position: absolute;
        max-width: 40px;
    }
    .collapsed .ui-content:before {
        content: '';
        position: fixed;
        right: 0;
        width: 100%;
        background-color: rgba(16, 31, 49, 0.4);
        top: 0;
        height: 100%;
        z-index: 5;
    }
    .main-header .navbar-custom-menu {
        position: absolute;
        display: inline-block;
        top: 0;
        right: 0;
        left: 30px;
        height: 30px;
        /* overflow: hidden; */
    }
    .collapsed .main-header .navbar-custom-menu {
        display: none;
    }
}
@media (max-width: 991px) {
    .navbar-collapse.pull-left {
        float: none !important;
    }
    .navbar-collapse.pull-left+.navbar-custom-menu {
        position: absolute;
        top: 0;
        right: 40px;
        display: block;
    }
}
.mini-sidebar-toggle {
    position: absolute;
    width: 2px;
    left: 0;
    top: 30px;
    bottom: 0px;
    z-index: 1000;
}
/*
 * Component: Sidebar
 * ------------------
 */

.main-sidebar, .left-side {
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200px;
    max-height: 100%;
    padding-top: 0;
    /* -webkit-transition: width .4s ease-in-out; */
    /* -moz-transition: width .4s ease-in-out; */
    /* -o-transition: width .4s ease-in-out; */
    /* transition: width .4s ease-in-out; */
    box-shadow: 2px 0px 3px 0 rgba(0, 0, 0, .14), 1px 0px 5px 0 rgba(0, 0, 0, .12), 3px 0 3px -2px rgba(0, 0, 0, .2);
}
.main-sidebar.hideExpand, .left-side.hideExpand {
    z-index: 0;
}
/*@media (max-width: 767px) {
    .main-sidebar,
    .left-side {
        padding-top: 30px;
    }
}*/

@media (max-width: 767px) {
    .main-sidebar, .left-side {
        /* -webkit-transition: left ease-in-out .4s; */
        /* -ms-transition: left ease-in-out .4s; */
        /* -o-transition: left ease-in-out .4s; */
        /* transition: left ease-in-out .4s; */
        box-shadow: none;
        left: -100%;
        width: 90%;
        height: auto;
        overflow: auto;
    }
}
@media (min-width: 768px) {
    .sidebar-collapse .main-sidebar, .sidebar-collapse .left-side {
        /* -webkit-transform: translate(-200px, 0);
        -ms-transform: translate(-200px, 0);
        -o-transform: translate(-200px, 0);
        transform: translate(-200px, 0);*/
    }
}
@media (max-width: 767px) {
    .collapsed .main-sidebar, .collapsed .main-header, .collapsed .left-side {
        /* -webkit-transition: left ease-in-out .4s; */
        /* -ms-transition: left ease-in-out .4s; */
        /* -o-transition: left ease-in-out .4s; */
        /* transition: left ease-in-out .4s; */
        -webkit-box-shadow: 4px 0px 4px 2px rgba(0, 0, 0, .19), 3px 0px 6px 2px rgba(0, 0, 0, .17), 3px 0 3px -2px rgba(0, 0, 0, .25);
        box-shadow: 4px 0px 4px 2px rgba(0, 0, 0, .19), 3px 0px 6px 2px rgba(0, 0, 0, .17), 3px 0 3px -2px rgba(0, 0, 0, .25)
    }
    .collapsed .main-header {
        left: 90%;
        overflow: hidden;
    }
    .collapsed .main-sidebar {
        left: 0;
    }
    .collapsed .main-sidebar .user-panel .img-profile {
        width: 50px!important;
        height: 50px!important;
    }
    .main-sidebar .logo, .main-sidebar .logo .logo-lg {
        height: 30px;
        padding: 0px;
    }
    .main-sidebar .logo .logo-lg img {
        width: auto!important;
        height: 25px!important;
        margin: 0 auto;
    }
}
.sidebar {
    padding-bottom: 10px;
    z-index: 998;
    position: relative;
    display: block;
}
.sidebar-form {
    padding: 0;
    margin: 0!important;
    border: none!important;
    border-radius: 0!important;
    display: inline-block;
    width: 100%;
}
.sidebar-form input, .sidebar-form input:focus {
    border-color: transparent;
    border-bottom: solid 1px #666!important;
    color: #f0f0f4!important;
}
.user-panel {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 5px;
}
.user-panel:before, .user-panel:after {
    display: table;
    content: ' ';
}
.user-panel:after {
    clear: both;
}
.user-panel>.image>img {
    width: 100%;
    min-width: 45px;
    min-height: 45px;
    max-width: 45px;
    max-height: 45px;
    height: auto;
}
.user-panel>.info {
    line-height: 1.15;
    padding: 0 10px;
    float: left;
    display: inline;
    width: calc(100% - 50px);
}
.user-panel .info>p {
    margin-bottom: 5px;
}
.user-panel .info>a {
    font-size: 11px;
    margin-top: 3px;
    padding-right: 5px;
    text-decoration: none;
}
.user-panel .info>a .fa, .user-panel .info>a .ion, .user-panel .info>a .icon, .user-panel .info>a .glyphicon {
    margin-right: 3px;
}
.sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-menu>li {
    position: relative;
    margin: 0;
    padding: 0;
}
.sidebar-menu>li>a {
    display: block;
    min-height: 30px;
    padding: 7px 5px 6px 40px;
    white-space: nowrap;
    /*font-size: 14px;*/
}
.sidebar-menu>li>a>.fa, .sidebar-menu>li>a>.glyphicon, .sidebar-menu>li>a>.ion, .sidebar-menu>li>a>.icon {
    width: 35px;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 16px;
    text-align: center;
    padding: 8px 0;
    line-height: 16px;
}
.collapsed .sidebar-menu>li>a>.fa, .collapsed .sidebar-menu>li>a>.glyphicon, .collapsed .sidebar-menu>li>a>.ion, .collapsed .sidebar-menu>li>a>.icon {
    width: 44px;
}
.sidebar-menu>li .label, .sidebar-menu>li .badge {
    margin-right: 5px;
}
.sidebar-menu>li .badge {
    margin-top: 3px;
}
.sidebar-menu li.header {
    font-size: 12px;
    padding: 10px 25px 10px 15px;
}
.sidebar-menu li.active>.treeview-menu {
    display: block;
}
.sidebar-menu .treeview-menu {
    display: none;
    margin: 0;
    padding: 0;
    /*padding-left: 5px;*/
    list-style: none;
    width: 100%;
}
.sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 20px;
}
.sidebar-menu .treeview-menu li {
    margin: 0;
    position: relative;
}
.sidebar-menu .treeview-menu li>a {
    font-size: 13px;
    display: block;
    padding: 6px 5px 6px 15px;
}
.sidebar-menu .treeview-menu li.border-favorite {
    box-shadow: inset 6px 0px 0px 0 hsla(214, 30%, 33%);
}
@media (max-width: 767px) {
    .sidebar-menu .treeview-menu>li>a {
        padding-left: 20px!important;
    }
}
.sidebar-menu .treeview-menu>li>a.disabled {
    color: rgba(224, 222, 210, 0.5)!important;
}
.sidebar-menu .treeview-menu>li>a.indent {
    padding-left: 30px;
}
.sidebar-menu .treeview-menu>li>a.indent:before {
    content: '+';
    margin-left: -13px;
    margin-right: 5px;
}
.sidebar-menu .treeview-menu>li>a>.fa, .sidebar-menu .treeview-menu>li>a>.glyphicon, .sidebar-menu .treeview-menu>li>a>.ion, .sidebar-menu .treeview-menu>li>a>.icon, .sidebar-menu .treeview-menu>li>a>.icono {
    width: 20px;
}
.sidebar-menu .treeview-menu>li>a>.pull-right-container>.fa-angle-left, .sidebar-menu .treeview-menu>li>a>.pull-right-container>.fa-angle-down, .sidebar-menu .treeview-menu>li>a>.fa-angle-left, .sidebar-menu .treeview-menu>li>a>.fa-angle-down {
    width: auto;
}
@media (min-width: 768px) {
    .sidebar-menu li.onhover:hover>ul {
        position: absolute;
        left: 200px;
        top: 0;
        width: 200px;
        display: block!important;
    }
    .sidebar-menu li.onhover>.treeview-menu>li.child:hover>.treeview-menu {
        position: absolute;
        left: 200px;
        width: 200px;
        top: 0;
        padding: 0;
        display: block!important;
        background: #2c3b41;
    }
}
.icono {
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
}
.user-container {
    position: relative;
    z-index: 999;
    height: auto;
    display: block;
    float: none;
}
/*
 * Component: Sidebar Mini
 */

@media (min-width: 768px) {
    .collapsed .content-wrapper.sidebar-collapse, .sidebar-mini.sidebar-collapse .right-side {
        z-index: 839;
        left: 50px !important;
        left: 0;
    }
    .collapsed .main-sidebar.sidebar-collapse {
        /* .sidebar-mini.sidebar-collapse .main-sidebar */
        z-index: 9850;
        width: 50px !important;
        /*-webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);*/
    }
    .collapsed .main-sidebar.sidebar-collapse .user-panel>.image>img {
        /*.sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .image > img */
        margin-left: -4px;
        min-width: 40px;
        min-height: 40px;
        max-width: 40px;
        max-height: 40px;
    }
    .collapsed .main-sidebar.sidebar-collapse .sidebar-menu>li {
        /* .sidebar-mini.sidebar-collapse .sidebar-menu>li */
        position: relative;
    }
    .collapsed .main-sidebar.sidebar-collapse .sidebar-menu>li>a {
        margin-right: 0;
    }
    /*.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {
        border-top-right-radius: 4px;
    }*/
    /*.sidebar-mini.sidebar-collapse .sidebar-menu>li:not(.treeview)>a>span {
        border-bottom-right-radius: 4px;
    }*/
    /*.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom-right-radius: 4px; trabajo 1
    }*/
    .collapsed .main-sidebar.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right), /* .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right) */
    .collapsed .main-sidebar.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
        /* .sidebar-mini.sidebar-menu>li:hover>.treeview-menu */
        position: absolute;
        left: 50px;
        display: block !important;
        width: 180px;
        /*box-shadow: 2px 0px 3px 0 rgba(0,0,0,.14), 1px 0px 5px 0 rgba(0,0,0,.12), 3px 0 3px -2px rgba(0,0,0,.2);*/
        /*box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);*/
    }
    .collapsed .main-sidebar.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
        top: 30px!important;
    }
    .sidebar-mini .sidebar-menu>li.onhover:hover>.treeview-menu,
    .sidebar-mini .sidebar-menu>li.onhover.open>.treeview-menu {
        position: absolute;
        left: 200px;
        display: block !important;
        width: 180px;
        /*box-shadow: 2px 0px 3px 0 rgba(0,0,0,.14), 1px 0px 5px 0 rgba(0,0,0,.12), 3px 0 3px -2px rgba(0,0,0,.2);*/
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
        transition: all 0.5s!important;
    }
    .collapsed .main-sidebar.sidebar-collapse .sidebar-menu>li.onhover:hover>.treeview-menu {
        /* .sidebar-mini.sidebar-collapse .sidebar-menu>li.onhover:hover>.treeview-menu */
        left: 50px;
        /*top: 30px;*/
    }
    .sidebar-mini .sidebar-menu>li.onhover:hover>.treeview-menu li:hover,
    .sidebar-mini .sidebar-menu>li.onhover.open>.treeview-menu li.open {
        position: relative;
    }
    .sidebar-mini .sidebar-menu>li.onhover:hover>.treeview-menu>li:hover>a,
    .sidebar-mini .sidebar-menu>li.onhover.open>.treeview-menu>li.open>a {
        color: #fff;
    }
    .sidebar-mini .sidebar-menu>li.onhover:hover>.treeview-menu>li:hover>.treeview-menu,
    .sidebar-mini .sidebar-menu>li.onhover.open>.treeview-menu>li.open>.treeview-menu {
        position: absolute;
        left: 180px;
        top: 0px!important;
        display: block !important;
        width: 180px;
        /*box-shadow: 2px 0px 3px 0 rgba(0,0,0,.14), 1px 0px 5px 0 rgba(0,0,0,.12), 3px 0 3px -2px rgba(0,0,0,.2);*/
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
        background-color: #0f1f32;/*#131c20;*/
        padding: 0;
    }
    .collapsed .main-sidebar.sidebar-collapse .sidebar-menu>li:hover>a>span {
        /* .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span */
        top: 0;
        margin-left: -3px;
        padding: 7px 5px 6px 20px;
        background-color: inherit;
    }
    .collapsed .main-sidebar.sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container {
        /* .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container */
        position: relative!important;
        z-index: 900;
        top: -5px !important;
        left: 180px !important;
        float: right;
        width: 20px!important;
    }
    .collapsed .main-sidebar.sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container>.label:not(:first-of-type) {
        /* .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container>.label:not(:first-of-type) */
        display: none;
    }
    .collapsed .main-sidebar.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
        /* .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu */
        top: 30px;
        margin-left: 0;
    }
    .sidebar-mini .sidebar-menu>li.onhover:hover>.treeview-menu,
    .sidebar-mini .sidebar-menu>li.onhover.open>.treeview-menu {
        top: 0;
        margin-left: 0;
    }
    .collapsed .main-sidebar.sidebar-collapse .user-panel>.info, /* .sidebar-mini.sidebar-collapse .main-sidebar .user-panel>.info */
    .collapsed .main-sidebar.sidebar-collapse .sidebar-form, /* .sidebar-mini.sidebar-collapse .sidebar-form */
    .collapsed .main-sidebar.sidebar-collapse .sidebar-menu>li>a>span, /* .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span */
    .collapsed .main-sidebar.sidebar-collapse .sidebar-menu>li>.treeview-menu, /* .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu */
    .collapsed .main-sidebar.sidebar-collapse .sidebar-menu>li>a>.pull-right, /* .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.pull-right */
    .collapsed .main-sidebar.sidebar-collapse .sidebar-menu li.header {
        /* .sidebar-mini.sidebar-collapse .sidebar-menu li.header  */
        display: none !important;
        -webkit-transform: translateZ(0);
    }
    .collapsed .main-header.sidebar-collapse .logo, /* .sidebar-mini.sidebar-collapse .main-header .logo */
    .collapsed .main-sidebar.sidebar-collapse .logo {
        /* .sidebar-mini.sidebar-collapse .main-sidebar .logo */
        width: 50px;
        height: 30px;
        display: none;
    }
    .collapsed .main-header.sidebar-collapse .logo .logo-mini, /* .sidebar-mini.sidebar-collapse .main-header .logo .logo-mini */
    .collapsed .main-sidebar.sidebar-collapse .logo .logo-mini/* .sidebar-mini.sidebar-collapse .main-sidebar .logo .logo-mini */
        {
        font-size: 18px;
        display: block;
        margin-right: -15px;
        margin-left: -15px;
    }
    .collapsed .main-header.sidebar-collapse .logo .logo-lg, /* .sidebar-mini.sidebar-collapse .main-header .logo .logo-lg */
    .collapsed .main-sidebar.sidebar-collapse .logo .logo-lg {
        /* .sidebar-mini.sidebar-collapse .main-sidebar .logo .logo-lg  */
        display: none;
    }
    .collapsed .main-header.sidebar-collapse .navbar {
        /* .sidebar-mini.sidebar-collapse .main-header .navbar */
        margin-left: 50px;
    }

    .collapsed.full .main-header.sidebar-collapse .navbar {
        margin-left: 0;
    }
    .full .main-sidebar.sidebar-collapse {
        width: 0!important;
        display: none;
    }
    .full .content-wrapper.sidebar-collapse, .sidebar-collapse .right-side, .full .sidebar-collapse .main-footer {
        left: 0!important;
    }
    .full .main-header.sidebar-collapse {
        display: none;
    }
    .full .content-wrapper {
        top: 0;
    }
}
.main-sidebar .user-panel, .sidebar-menu>li.header {
    overflow: hidden;
    padding: 0 5px;
    /*white-space: nowrap;*/
}
.main-sidebar .user-panel .img-profile {
    float: left;
    overflow: hidden;
    width: 50px;
    height: auto;
}
.collapsed .main-sidebar.sidebar-collapse .user-panel .img-profile {
    /* .sidebar-collapse .main-sidebar .user-panel .img-profile */
    width: 40px;
    height: 40px;
}
.collapsed .main-sidebar.sidebar-collapse .user-panel .img-profile> .ui-avatar {
    width: 40px!important;
    height: 40px!important;
    line-height: 43px!important;
}
.main-sidebar .user-panel .img-profile img {
    height: 100%;
    width: auto;
}
/*.sidebar-menu:hover {
    overflow: visible;
}*/

.sidebar-form {
    border: none!important;
}
.sidebar-form, .sidebar-menu>li.header {
    overflow: hidden;
    text-overflow: clip;
}
.sidebar-menu li>a {
    position: relative;
    text-transform: capitalize;
}
.sidebar-menu li>a>.pull-right-container {
    position: absolute;
    top: 8px;
    right: 10px;
    margin-top: 0;
}
.sidebar .sidebar-form .searchResults {
    margin: 0;
    box-shadow: inset 0 -1px 0 0 #e2e7f8;
}
.sidebar .sidebar-form .searchResults::-webkit-scrollbar-thumb {
    background-color: #e2e7f8!important;
}

/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */

.control-sidebar-bg {
    position: fixed;
    z-index: 840;
    bottom: 0;
    box-shadow: -2px 0 4px rgba(0, 0, 0, .2)!important;
}
.control-sidebar-bg, .control-sidebar {
    top: 30px;
    right: -300px;
    width: 300px;
    bottom: 30px;
    /* -webkit-transition: right .4s ease-in-out; */
    /* -o-transition: right .4s ease-in-out; */
    /* transition: right .4s ease-in-out; */
}
.control-sidebar {
    position: fixed;
    z-index: 842;
    padding-bottom: 0;
}
@media (max-width: 768px) {
    .control-sidebar {
        padding-top: 0px;
    }
}
.control-sidebar>.tab-content {
    padding: 10px 15px;
}
.control-sidebar.control-sidebar-open, .control-sidebar.control-sidebar-open+.control-sidebar-bg {
    right: 0;
}
.control-sidebar-open .control-sidebar-bg, .control-sidebar-open .control-sidebar {
    right: 0;
}
/*zona de trabajo*/

@media (min-width: 768px) {
    .control-sidebar-open .content-wrapper, .control-sidebar-open .right-side, .control-sidebar-open .main-footer {
        margin-right: 200px;
    }
}
.nav-tabs.control-sidebar-tabs>li:first-of-type>a, .nav-tabs.control-sidebar-tabs>li:first-of-type>a:hover, .nav-tabs.control-sidebar-tabs>li:first-of-type>a:focus {
    border-left-width: 0;
}
.nav-tabs.control-sidebar-tabs>li>a {
    border-radius: 0;
}
.nav-tabs.control-sidebar-tabs>li>a, .nav-tabs.control-sidebar-tabs>li>a:hover {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
}
.nav-tabs.control-sidebar-tabs>li>a .icon {
    font-size: 16px;
}
.nav-tabs.control-sidebar-tabs>li.active>a, .nav-tabs.control-sidebar-tabs>li.active>a:hover, .nav-tabs.control-sidebar-tabs>li.active>a:focus, .nav-tabs.control-sidebar-tabs>li.active>a:active {
    border-top: none;
    border-right: none;
    border-bottom: none;
}
@media (max-width: 768px) {
    .nav-tabs.control-sidebar-tabs {
        display: table;
    }
    .nav-tabs.control-sidebar-tabs>li {
        display: table-cell;
    }
}
.control-sidebar-heading {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 10px 0;
}
.control-sidebar-subheading {
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.control-sidebar-menu {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
}
.control-sidebar-menu>li>a {
    display: block;
    padding: 10px 15px;
}
.control-sidebar-menu>li>a:before, .control-sidebar-menu>li>a:after {
    display: table;
    content: ' ';
}
.control-sidebar-menu>li>a:after {
    clear: both;
}
.control-sidebar-menu>li>a>.control-sidebar-subheading {
    margin-top: 0;
}
.control-sidebar-menu .menu-icon {
    line-height: 35px;
    float: left;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
}
.control-sidebar-menu .menu-info {
    margin-top: 3px;
    margin-left: 45px;
}
.control-sidebar-menu .menu-info>.control-sidebar-subheading {
    margin: 0;
}
.control-sidebar-menu .menu-info>p {
    font-size: 11px;
    margin: 0;
}
.control-sidebar-menu .progress {
    margin: 0;
}
.control-sidebar-dark {
    color: #b8c7ce;
}
.control-sidebar-dark, .control-sidebar-dark+.control-sidebar-bg {
    background: #131c20;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
    border-bottom: #1c2529;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a {
    color: #b8c7ce;
    background: #181f23;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:focus {
    border-bottom-color: #141a1d;
    border-left-color: #141a1d;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:active {
    background: #1c2529;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover {
    color: #fff;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:active {
    color: #fff;
    background: #1f5993;
}
.control-sidebar-dark .control-sidebar-heading, .control-sidebar-dark .control-sidebar-subheading {
    color: #fff;
}
.control-sidebar-dark .control-sidebar-menu>li>a:hover {
    background: #1e282c;
}
.control-sidebar-dark .control-sidebar-menu>li>a .menu-info>p {
    color: #b8c7ce;
}
.control-sidebar-light {
    color: #5e5e5e;
}
.control-sidebar-light, .control-sidebar-light+.control-sidebar-bg {
    border-left: 1px solid #c8d2dd;
    background: #f9fafc;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs {
    border-bottom: #c8d2dd;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a {
    color: #444;
    background: #e8ecf4;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a, .control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:focus {
    border-bottom-color: #c8d2dd;
    border-left-color: #c8d2dd;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:active {
    background: #eff1f7;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a, .control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:active {
    color: #111;
    background: #f9fafc;
}
.control-sidebar-light .control-sidebar-heading, .control-sidebar-light .control-sidebar-subheading {
    color: #111;
}
.control-sidebar-light .control-sidebar-menu {
    margin-left: -14px;
}
.control-sidebar-light .control-sidebar-menu>li>a:hover {
    background: #f4f4f5;
}
.control-sidebar-light .control-sidebar-menu>li>a .menu-info>p {
    color: #5e5e5e;
}
/*
 * Component: Dropdown menus
 * -------------------------
 */

/*Dropdowns in general*/

.dropdown-menu {
    border-color: #eee;
    box-shadow: none;
}
.dropdown-menu>li>a {
    color: #000!important;
    background-color: #ffffff!important;
    border-top: solid 1px rgba(153, 153, 153, 0.42);
}
.dropdown-menu>li>a:hover {
    background-color: #ebebeb!important;
    color: #fff !important;
}
.dropdown-menu>li>a>.glyphicon, .dropdown-menu>li>a>.fa, .dropdown-menu>li>a>.ion, .dropdown-menu>li>a>.icon {
    margin-right: 10px;
}
.movements-actions .dropdown-menu>li>a, .movements-actions .dropdown-menu>li>a:hover {
    color: #1f5993!important;
}
.dropdown-menu>.divider {
    background-color: #eee;
}
.navbar-nav .notifications-menu>.dropdown-menu, .navbar-nav .messages-menu>.dropdown-menu, .navbar-nav .tasks-menu>.dropdown-menu {
    top: 100%;
    width: 280px;
    margin: 0;
    padding: 0 0 0 0;
}
.navbar-nav .notifications-menu>.dropdown-menu>li, .navbar-nav .messages-menu>.dropdown-menu>li, .navbar-nav .tasks-menu>.dropdown-menu>li {
    position: relative;
}
.navbar-nav .notifications-menu>.dropdown-menu>li.header, .navbar-nav .messages-menu>.dropdown-menu>li.header, .navbar-nav .tasks-menu>.dropdown-menu>li.header {
    font-size: 14px;
    padding: 7px 10px;
    color: #444;
    border-bottom: 1px solid #f4f4f4;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
}
.navbar-nav .notifications-menu>.dropdown-menu>li.footer>a, .navbar-nav .messages-menu>.dropdown-menu>li.footer>a, .navbar-nav .tasks-menu>.dropdown-menu>li.footer>a {
    font-size: 12px;
    padding: 7px 10px;
    text-align: center;
    color: #444 !important;
    border-bottom: 1px solid #eee;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
}
@media (max-width: 991px) {
    .navbar-nav .notifications-menu>.dropdown-menu>li.footer>a, .navbar-nav .messages-menu>.dropdown-menu>li.footer>a, .navbar-nav .tasks-menu>.dropdown-menu>li.footer>a {
        color: #444 !important;
        background: #fff !important;
    }
}
.navbar-nav .notifications-menu>.dropdown-menu>li.footer>a:hover, .navbar-nav .messages-menu>.dropdown-menu>li.footer>a:hover, .navbar-nav .tasks-menu>.dropdown-menu>li.footer>a:hover {
    font-weight: normal;
    text-decoration: none;
}
.navbar-nav .notifications-menu>.dropdown-menu>li .menu, .navbar-nav .messages-menu>.dropdown-menu>li .menu, .navbar-nav .tasks-menu>.dropdown-menu>li .menu {
    overflow-x: hidden;
    max-height: 350px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.navbar-nav .notifications-menu>.dropdown-menu>li .menu>li>a, .navbar-nav .messages-menu>.dropdown-menu>li .menu>li>a, .navbar-nav .tasks-menu>.dropdown-menu>li .menu>li>a {
    display: block;
    white-space: nowrap;
    /* Prevent text from breaking */
    border-bottom: 1px solid #f4f4f4;
}
.navbar-nav .notifications-menu>.dropdown-menu>li .menu>li>a {
    white-space: normal;
    width: auto;
    text-align: justify;
}
.navbar-nav .notifications-menu>.dropdown-menu>li .menu>li>a:hover, .navbar-nav .messages-menu>.dropdown-menu>li .menu>li>a:hover, .navbar-nav .tasks-menu>.dropdown-menu>li .menu>li>a:hover {
    text-decoration: none;
    background: #f4f4f4;
}
.navbar-nav .notifications-menu>.dropdown-menu>li .menu>li>a {
    overflow: hidden;
    padding: 10px;
    text-overflow: ellipsis;
    color: #444;
    width: 100%;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.glyphicon, .navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.fa, .navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.ion, .navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.icon {
    width: 20px;
}
.navbar-nav .messages-menu>.dropdown-menu>li .menu>li>a {
    margin: 0;
    padding: 10px 10px;
}
.navbar-nav .messages-menu>.dropdown-menu>li .menu>li>a>div>img {
    width: 40px;
    height: 40px;
    margin: auto 10px auto auto;
}
.navbar-nav .messages-menu>.dropdown-menu>li .menu>li>a>h4 {
    font-size: 15px;
    position: relative;
    margin: 0 0 0 45px;
    padding: 0;
    color: #444;
}
.navbar-nav .messages-menu>.dropdown-menu>li .menu>li>a>h4>small {
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
}
.navbar-nav .messages-menu>.dropdown-menu>li .menu>li>a>p {
    font-size: 12px;
    margin: 0 0 0 45px;
    color: #888;
}
.navbar-nav .messages-menu>.dropdown-menu>li .menu>li>a:before, .navbar-nav .messages-menu>.dropdown-menu>li .menu>li>a:after {
    display: table;
    content: ' ';
}
.navbar-nav .messages-menu>.dropdown-menu>li .menu>li>a:after {
    clear: both;
}
.navbar-nav .tasks-menu>.dropdown-menu>li .menu>li>a {
    padding: 10px;
}
.navbar-nav .tasks-menu>.dropdown-menu>li .menu>li>a>h3 {
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0;
    color: #666;
}
.navbar-nav .tasks-menu>.dropdown-menu>li .menu>li>a>.progress {
    margin: 0;
    padding: 0;
}
.navbar-nav .user-menu>.dropdown-menu {
    width: 280px;
    /*padding: 1px 0 0 0;*/
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-nav .user-menu>.dropdown-menu, .navbar-nav .user-menu>.dropdown-menu>.user-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.navbar-nav .user-menu>.dropdown-menu>li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
}
.navbar-nav .user-menu>.dropdown-menu>li.user-header>img {
    z-index: 5;
    width: 90px;
    height: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, .2);
    object-fit: cover;
    border-radius: 200%;
}
.navbar-nav .user-menu>.dropdown-menu>li.user-header>p {
    font-size: 17px;
    z-index: 5;
    margin-top: 10px;
    color: #fff;
    color: rgba(255, 255, 255, .8);
}
.navbar-nav .user-menu>.dropdown-menu>li.user-header>p>small {
    font-size: 12px;
    display: block;
}
.navbar-nav .user-menu>.dropdown-menu>.user-body {
    padding: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #f4f4f4;
}
.navbar-nav .user-menu>.dropdown-menu>.user-body:before, .navbar-nav .user-menu>.dropdown-menu>.user-body:after {
    display: table;
    content: ' ';
}
.navbar-nav .user-menu>.dropdown-menu>.user-body:after {
    clear: both;
}
.navbar-nav .user-menu>.dropdown-menu>.user-body a {
    color: #444 !important;
}
@media (max-width: 991px) {
    .navbar-nav .user-menu>.dropdown-menu>.user-body a {
        color: #444 !important;
        background: #fff !important;
    }
}
.navbar-nav .user-menu>.dropdown-menu>.user-footer {
    padding: 10px;
    background-color: #f9f9f9;
}
.navbar-nav .user-menu>.dropdown-menu>.user-footer:before, .navbar-nav .user-menu>.dropdown-menu>.user-footer:after {
    display: table;
    content: ' ';
}
.navbar-nav .user-menu>.dropdown-menu>.user-footer:after {
    clear: both;
}
.navbar-nav .user-menu>.dropdown-menu>.user-footer .btn-default {
    color: #666;
}
@media (max-width: 991px) {
    .navbar-nav .user-menu>.dropdown-menu>.user-footer .btn-default:hover {
        background-color: #f9f9f9;
    }
}
.navbar-nav .user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    margin-top: -2px;
    margin-right: 10px;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .navbar-nav .user-menu .user-image {
        line-height: 10px;
        float: none;
        margin-top: -8px;
        margin-right: 0;
    }
}

.ui-aside-icon {
    font-size: 12px!important;
    display: block!important;
    width: 100%;
    height: 100%;
    padding-top: 10px;
}

/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/

.open:not(.dropup)>.animated-dropdown-menu {
    -webkit-animation: flipInX .7s both;
    -o-animation: flipInX .7s both;
    animation: flipInX .7s both;
    backface-visibility: visible !important;
}
@keyframes flipInX {
    0% {
        transition-timing-function: ease-in;
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
    40% {
        transition-timing-function: ease-in;
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}
@-webkit-keyframes flipInX {
    0% {
        /* -webkit-transition-timing-function: ease-in; */
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
    40% {
        /* -webkit-transition-timing-function: ease-in; */
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
    }
}
/* Fix dropdown menu in navbars */

.navbar-custom-menu>.navbar-nav>li {
    position: relative;
}
.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
}
.navbar-custom-menu>.navbar-nav>li.separator,
.nav.nav-pills > li.separator {
    width: 6px;
    height: 30px;
    position: relative;
}
.navbar-custom-menu>.navbar-nav>li.separator:before,
.nav.nav-pills > li.separator:before {
    content: '';
    vertical-align: middle;
    border-left: solid 2px #f3f3f3;
    border-right: solid 2px #2462ad;
    top: 8px;
    display: block;
    margin: 0 auto;
    position: relative;
    height: 15px;
    width: 0;
}
@media (max-width: 991px) {
    .navbar-custom-menu>.navbar-nav {
        float: right;
    }
    .navbar-custom-menu>.navbar-nav>li {
        position: relative;
    }
    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
        position: absolute;
        right: 5%;
        left: auto;
        border: 1px solid #ddd;
        background: #fff;
    }
}
/*
 * Component: Table
 * ----------------
 */

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: 1px solid #c8d2dd;
    font-size: 12px;
    font-weight: normal;
}
.table>thead>tr>th {
    /*border-bottom: 2px solid #c8d2dd;*/
}
.table tr td .progress {
    height: 15px;
}
.table tr td div .progress-bar {
    line-height: 15px;
}
.table-bordered {
    border: 1px solid #c8d2dd;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #c8d2dd;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}
.table.no-border, .table.no-border td, .table.no-border th {
    border: 0;
}
/* .text-center in tables */

table.text-center, table.text-center td, table.text-center th {
    text-align: center;
}
.table.align th {
    text-align: left;
}
.table.align td {
    text-align: right;
}
/*
 * Component: Label
 * ----------------
 */

.label-default {
    color: #444;
    background-color: #c8d2dd;
}
/**
 * componente searchPopUp
 * ----------------------
 */

.searchPopUp.visible {
    visibility: visible;
    z-index: 999;
}
.searchPopUp {
    position: relative;
    top: 0;
    text-align: center;
    visibility: hidden;
    margin: 0 auto;
    width: auto!important;
    display: table!important;
}
.searchPopUp .searchlist {
    margin: 0 -13px 0 0!important;
    height: auto!important;
    max-height: 450px!important;
    overflow: hidden!important;
    overflow-y: auto!important;
    display: inline-block!important;
    width: 100%;
}
.searchPopUp .searchlist .searchlist-item {
    color: #101f31;
    display: block;
    width: 100%;
    padding: 5px 10px 5px 35px;
    position: relative;
    text-transform: capitalize;
}
.searchPopUp .searchlist .searchlist-item .item-icon {
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 0;
    width: 30px;
    text-align: center;
    font-size: 25px;
}
.searchPopUp .searchlist .searchlist-item:hover, .searchPopUp .searchlist .searchlist-item:active, .searchPopUp .searchlist .searchlist-item:focus {
    color: #e2e7f8;
    background-color: #2462ad;
}
/*
 * Component: modal
 * ----------------
 */

.uiModal {
    background: rgba(0, 0, 0, .3);
}
.uiModal-content {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
}
@media (min-width: 768px) {
    .uiModal-content {
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
    }
}
.uiModal-header {
    border-bottom-color: #f4f4f4;
}
.uiModal-footer {
    border-top-color: #f4f4f4;
}
.uiModal-primary .uiModal-header, .uiModal-primary .uiModal-footer {
    border-color: #307095;
}
.uiModal-warning .uiModal-header, .uiModal-warning .uiModal-footer {
    border-color: #c87f0a;
}
.uiModal-info .uiModal-header, .uiModal-info .uiModal-footer {
    border-color: #0097bc;
}
.uiModal-success .uiModal-header, .uiModal-success .uiModal-footer {
    border-color: #00733e;
}
.uiModal-danger .uiModal-header, .uiModal-danger .uiModal-footer {
    border-color: #c23321;
}
/*
 * Page: Lock Screen
 * -----------------
 */

/* ADD THIS CLASS TO THE <BODY> TAG */

/*.lockscreen {
    background: #c8d2dd;
}
.lockscreen-logo {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 25px;
    text-align: center;
}
.lockscreen-logo a {
    color: #444;
}
.lockscreen-wrapper {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 10%;
}

.lockscreen .lockscreen-name {
    font-weight: 600;
    text-align: center;
}

.lockscreen-item {
    position: relative;
    width: 290px;
    margin: 10px auto 30px auto;
    padding: 0;
    border-radius: 4px;
    background: #fff;
}

.lockscreen-image {
    position: absolute;
    z-index: 10;
    top: -25px;
    left: -10px;
    padding: 5px;
    border-radius: 50%;
    background: #fff;
}
.lockscreen-image>img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.lockscreen-credentials {
    margin-left: 70px;
}
.lockscreen-credentials .form-control {
    border: 0;
}
.lockscreen-credentials .btn {
    padding: 0 10px;
    border: 0;
    background-color: #fff;
}
.lockscreen-footer {
    margin-top: 10px;
}*/

/*
 * Page: Profile
 * -------------
 */

/*.profile-user-img {
  margin: 0 auto;
  width: 100px;
  padding: 3px;
  border: 3px solid #c8d2dd;
}
.profile-username {
  font-size: 21px;
  margin-top: 5px;
}
.post {
  border-bottom: 1px solid #c8d2dd;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #666;
}
.post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post .user-block {
  margin-bottom: 15px;
}*/

/*
 * Page: Login & Register
 * ----------------------
 */

/*.login-logo,
.register-logo {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 25px;
    text-align: center;
}
.login-logo a,
.register-logo a {
    color: #444;
}
.login-page,
.register-page {
    background: #c8d2dd;
}
.login-box,
.register-box {
    width: 360px;
    margin: 7% auto;
}
@media (max-width: 768px) {
    .login-box,
    .register-box {
        width: 90%;
        margin-top: 20px;
    }
}
.login-box-body,
.register-box-body {
    padding: 20px;
    color: #666;
    border-top: 0;
    background: #fff;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    color: #777;
}
.login-box-msg,
.register-box-msg {
    margin: 0;
    padding: 0 20px 20px 20px;
    text-align: center;
}
.social-auth-links {
    margin: 10px 0;
}*/

/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */

/*.error-page {
    width: 600px;
    margin: 20px auto 0 auto;
}
@media (max-width: 991px) {
    .error-page {
        width: 100%;
    }
}
.error-page>.headline {
    font-size: 100px;
    font-weight: 300;
    float: left;
}
@media (max-width: 991px) {
    .error-page>.headline {
        float: none;
        text-align: center;
    }
}
.error-page>.error-content {
    display: block;
    margin-left: 190px;
}
@media (max-width: 991px) {
    .error-page>.error-content {
        margin-left: 0;
    }
}
.error-page>.error-content>h3 {
    font-size: 25px;
    font-weight: 300;
}
@media (max-width: 991px) {
    .error-page>.error-content>h3 {
        text-align: center;
    }
}*/

/*
 * General: Miscellaneous
 * ----------------------
 */

.pad {
    padding: 10px;
}
.margin {
    margin: 10px;
}
.margin-bottom {
    margin-bottom: 20px;
}
.margin-bottom-none {
    margin-bottom: 0;
}
.margin-r-5 {
    margin-right: 5px;
}
.inline {
    display: inline;
}
.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}
.description-block.margin-bottom {
    margin-bottom: 25px;
}
.description-block>.description-header {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.description-block>.description-text {
    text-transform: uppercase;
}
.bg-base, .bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
    color: #fff !important;
}
.bg-gray {
    color: #000;
    background-color: #c8d2dd !important;
}
.bg-gray-light {
    background-color: #f7f7f7;
}
.bg-black {
    background-color: #111 !important;
}
.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #dd4b39 !important;
}
.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
    background-color: #f39c12 !important;
}
.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #00c0ef !important;
}
.bg-blue {
    background-color: #0073b7 !important;
}
.bg-light-blue, .label-primary, .modal-primary .modal-body {
    /*background-color: #359bdc !important;*/
}
.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #00a65a !important;
}
.bg-navy {
    background-color: #001f3f !important;
}
.bg-teal {
    background-color: #39cccc !important;
}
.bg-olive {
    background-color: #3d9970 !important;
}
.bg-lime {
    background-color: #01ff70 !important;
}
.bg-orange {
    background-color: #ff851b !important;
}
.bg-fuchsia {
    background-color: #f012be !important;
}
.bg-purple {
    background-color: #605ca8 !important;
}
.bg-maroon {
    background-color: #d81b60 !important;
}
.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important;
}
.bg-black-active {
    background-color: #000 !important;
}
.bg-red-active, .modal-danger .modal-header, .modal-danger .modal-footer {
    background-color: #d33724 !important;
}
.bg-yellow-active, .modal-warning .modal-header, .modal-warning .modal-footer {
    background-color: #db8b0b !important;
}
.bg-aqua-active, .modal-info .modal-header, .modal-info .modal-footer {
    background-color: #00a7d0 !important;
}
.bg-blue-active {
    background-color: #005384 !important;
}
.bg-light-blue-active, .modal-primary .modal-header, .modal-primary .modal-footer {
    background-color: #357ca5 !important;
}
.bg-green-active, .modal-success .modal-header, .modal-success .modal-footer {
    background-color: #008d4c !important;
}
.bg-navy-active {
    background-color: #001a35 !important;
}
.bg-teal-active {
    background-color: #30bbbb !important;
}
.bg-olive-active {
    background-color: #368763 !important;
}
.bg-lime-active {
    background-color: #00e765 !important;
}
.bg-orange-active {
    background-color: #ff7701 !important;
}
.bg-fuchsia-active {
    background-color: #db0ead !important;
}
.bg-purple-active {
    background-color: #555299 !important;
}
.bg-maroon-active {
    background-color: #ca195a !important;
}
[class^='bg-'].disabled {
    opacity: .65;
    filter: alpha(opacity=65);
}
.text-red {
    color: #dd4b39 !important;
}
.text-yellow {
    color: #f39c12 !important;
}
.text-aqua {
    color: #00c0ef !important;
}
.text-blue {
    color: #0073b7 !important;
}
.text-black {
    color: #111 !important;
}
.text-light-blue {
    color: #359bdc !important;
}
.text-green {
    color: #00a65a !important;
}
.text-gray {
    color: #c8d2dd !important;
}
.text-navy {
    color: #001f3f !important;
}
.text-teal {
    color: #39cccc !important;
}
.text-olive {
    color: #3d9970 !important;
}
.text-lime {
    color: #01ff70 !important;
}
.text-orange {
    color: #ff851b !important;
}
.text-fuchsia {
    color: #f012be !important;
}
.text-purple {
    color: #605ca8 !important;
}
.text-maroon {
    color: #d81b60 !important;
}
.link-muted {
    color: #7a869d;
}
.link-muted:hover, .link-muted:focus {
    color: #606c84;
}
.link-black {
    color: #666;
}
.link-black:hover, .link-black:focus {
    color: #999;
}
.hide {
    display: none !important;
}
.no-border {
    border: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.no-shadow {
    box-shadow: none !important;
}
.list-unstyled, .chart-legend, .contacts-list, .users-list, .mailbox-attachments {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-group-unbordered>.list-group-item {
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.flat {
    border-radius: 0 !important;
}
.text-bold, .text-bold.table td, .text-bold.table th {
    font-weight: 700;
}
.text-sm {
    font-size: 12px;
}
.text-mono {
    font-family: monospace;
}
.jqstooltip {
    width: auto !important;
    height: auto !important;
    padding: 5px !important;
}
.bg-teal-gradient {
    color: #fff;
    background: #39cccc !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
    background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
    background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
    background: -o-linear-gradient(#7adddd, #39cccc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
}
.bg-light-blue-gradient {
    color: #fff;
    background: #359bdc !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #359bdc), color-stop(1, #67a8ce)) !important;
    background: -ms-linear-gradient(bottom, #359bdc, #67a8ce) !important;
    background: -moz-linear-gradient(center bottom, #359bdc 0%, #67a8ce 100%) !important;
    background: -o-linear-gradient(#67a8ce, #359bdc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#359bdc', GradientType=0) !important;
}
.bg-blue-gradient {
    color: #fff;
    background: #0073b7 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
    background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
    background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
    background: -o-linear-gradient(#0089db, #0073b7) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
}
.bg-aqua-gradient {
    color: #fff;
    background: #00c0ef !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
    background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
    background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
    background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
}
.bg-yellow-gradient {
    color: #fff;
    background: #f39c12 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
    background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
    background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
    background: -o-linear-gradient(#f7bc60, #f39c12) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
}
.bg-purple-gradient {
    color: #fff;
    background: #605ca8 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
    background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
    background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
    background: -o-linear-gradient(#9491c4, #605ca8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
}
.bg-green-gradient {
    color: #fff;
    background: #00a65a !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
    background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
    background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
    background: -o-linear-gradient(#00ca6d, #00a65a) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
}
.bg-red-gradient {
    color: #fff;
    background: #dd4b39 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
    background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
    background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
    background: -o-linear-gradient(#e47365, #dd4b39) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
}
.bg-black-gradient {
    color: #fff;
    background: #111 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #2b2b2b)) !important;
    background: -ms-linear-gradient(bottom, #111, #2b2b2b) !important;
    background: -moz-linear-gradient(center bottom, #111 0%, #2b2b2b 100%) !important;
    background: -o-linear-gradient(#2b2b2b, #111) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
}
.bg-maroon-gradient {
    color: #fff;
    background: #d81b60 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
    background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
    background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important;
    background: -o-linear-gradient(#e73f7c, #d81b60) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
}
/*
 * Misc: print
 * -----------
 */

@media print {
    .no-print, .main-sidebar, .left-side, .main-header, .main-footer, .control-sidebar, .content-header, .wait, .tabControl {
        display: none !important;
    }
    .content-wrapper, .right-side, .main-footer {
        min-height: 0 !important;
        margin-left: 0 !important;
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }
    .layout-fixed .content-wrapper, .layout-fixed .right-side {
        padding-top: 0 !important;
    }
    .invoice {
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
    }
    .invoice-col {
        float: left;
        width: 33.3333333%;
    }
    .table-responsive {
        overflow: auto;
    }
    .table-responsive>.table tr th, .table-responsive>.table tr td {
        white-space: normal !important;
    }
}
/**/
select.pull-left.form-control.page-size {
    border-radius: 0 0 0 0;
}
a.btn.btn-default {
    border-radius: 0 0 0 0;
}
input#fileVotingLisense {
    border-radius: 0;
}
span.resultadoRango {
    border-radius: 0;
}
span.resultadoTotal {
    border-radius: 0;
}
input.el-input__inner {
    border-radius: 0;
}
input.el-pagination__editor {
    border-radius: 0;
}
input.el-input__inner {
    border-radius: 0 !important;
}
/* Widget: TODO LIST */

.todo-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
}
.todo-list>li {
    border-radius: 2px;
    padding: 10px;
    background: #f4f4f4;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
    color: #444;
}
.todo-list>li:last-of-type {
    margin-bottom: 0;
}
.todo-list>li>input[type='checkbox'] {
    margin: 0 10px 0 5px;
}
.todo-list>li .text {
    display: inline-block;
    margin-left: 5px;
    font-weight: 600;
}
.todo-list>li .label {
    margin-left: 10px;
    font-size: 9px;
}
.todo-list>li .tools {
    display: none;
    float: right;
    color: #dd4b39;
}
.todo-list>li .tools>.fa, .todo-list>li .tools>.glyphicon, .todo-list>li .tools>.ion, .todo-list>li .tools>.icon {
    margin-right: 5px;
    cursor: pointer;
}
.todo-list>li:hover .tools {
    display: inline-block;
}
.todo-list>li.done {
    color: #999;
}
.todo-list>li.done .text {
    text-decoration: line-through;
    font-weight: 500;
}
.todo-list>li.done .label {
    background: #c8d2dd !important;
}
.todo-list .danger {
    border-left-color: #dd4b39;
}
.todo-list .warning {
    border-left-color: #f39c12;
}
.todo-list .info {
    border-left-color: #00c0ef;
}
.todo-list .success {
    border-left-color: #00a65a;
}
.todo-list .primary {
    border-left-color: #359bdc;
}
.todo-list .handle {
    display: inline-block;
    cursor: move;
    margin: 0 5px;
}
/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/

.chat {
    padding: 5px 20px 5px 10px;
}
.chat .item {
    margin-bottom: 10px;
}
.chat .item:before, .chat .item:after {
    content: ' ';
    display: table;
}
.chat .item:after {
    clear: both;
}
.chat .item>img {
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    border-radius: 50%;
}
.chat .item>.online {
    border: 2px solid #00a65a;
}
.chat .item>.offline {
    border: 2px solid #dd4b39;
}
.chat .item>.message {
    margin-left: 55px;
    margin-top: -40px;
}
.chat .item>.message>.name {
    display: block;
    font-weight: 600;
}
.chat .item>.attachment {
    border-radius: 3px;
    background: #f4f4f4;
    margin-left: 65px;
    margin-right: 15px;
    padding: 10px;
}
.chat .item>.attachment>h4 {
    margin: 0 0 5px 0;
    font-weight: 600;
    font-size: 14px;
}
.chat .item>.attachment>p, .chat .item>.attachment>.filename {
    font-weight: 600;
    font-size: 13px;
    font-style: italic;
    margin: 0;
}
.chat .item>.attachment:before, .chat .item>.attachment:after {
    content: ' ';
    display: table;
}
.chat .item>.attachment:after {
    clear: both;
}
.box-input {
    max-width: 200px;
}
.modal .panel-body {
    color: #444;
}
/*
 * Component: Info Box
 * -------------------
 */

.info-box {
    display: block;
    min-height: 90px;
    height: 90px;
    background: #fff;
    width: 100%;
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2); */
    border-radius: 3px;
    margin-bottom: 15px;
}
.info-box.favoriteItem {
    min-height: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    background-color: #ffffff!important;
    color: #131c20!important;
    border-radius: 0!important;
}
.info-box.favoriteItem:hover, .info-box.favoriteItem:focus {
    color: #e3e8f8!important;
    background-color: #2462ad!important
}
.info-box small {
    font-size: 14px;
}
.info-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 5px -10px 5px -10px;
    height: 2px;
}
.info-box .progress, .info-box .progress .progress-bar {
    border-radius: 0;
}
.info-box .progress .progress-bar {
    background: #fff;
}
.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
}
.favoriteItem .info-box-icon {
    height: 40px;
    width: 100%;
    float: none;
    font-size: 22px;
    text-align: center;
    line-height: 25px;
    background: none;
}
.info-box-icon>img {
    max-width: 100%;
}
.info-box-content {
    padding: 5px;
    margin-left: 90px;
}
.favoriteItem .info-box-content {
    margin: 0;
    padding: 0;
    height: 40px;
    padding: 0 10px;
}
.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.progress-description, .info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-box-text {
    text-transform: uppercase;
}
.favoriteItem .info-box-text {
    white-space: normal;
    word-wrap: break-word;
    word-break: normal;
    font-size: 12px!important;
    line-height: 1;
}
.info-box-more {
    display: block;
}
.progress-description {
    margin: 0;
}
/**/

.ui-body select.border-select {
    border: 1px solid #fff!important;
    border-bottom: 1px solid #cccacf!important;
}
.ui-body .fix {
    margin-top: 10px;
    border-radius: 3px;
}
.ui-body .box .box-body.table-responsive {
    min-height: 350px;
    position: relative;
    background-color: #ecf0f5;
}
.box-body.table-responsive {
    height: 350px;
}
.ui-body .panel-body .box .box-body.table-responsive {
    min-height: 190px;
}
.ui-body .box .box-body.table-responsive .table-body {
    position: absolute;
    top: 73px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-y: scroll;
    background-color: #ffffff;
    margin-bottom: 0;
}
/**
 * sublistado
 * @author Angel SAndoval
 */
.callendar-list .el-table__body-wrapper{
    overflow: auto;
    max-height: 100%;
}
.ui-body .expandedRow .fixed-div .box .box-body.table-responsive {
    min-height: 240px!important;
}
.lateral-body .box-body .box .box-body.table-responsive .table-body, .ui-body .expandedRow .fixed-div .box .box-body.table-responsive .table-body {
    margin-bottom: 1%!important;
}
.lateral-body .box-body .resultadoRango, .lateral-body .box-body .resultadoTotal, .expandedRow .fixed-div .resultadoRango, .expandedRow .fixed-div .resultadoTotal {
    border: none;
    font-weight: bold;
}
.lateral-body .box-body .el-pagination, .expandedRow .fixed-div .el-pagination {
    padding: 0px;
}
.expandedRow .fixed-div .el-pagination span {
    height: 22px;
}
.expandedRow .fixed-div .box-header {
    padding: 2px 10px;
}
.expandedRow .fixed-div .idp-dynamic-table .box-header {
    height: 24px;
}
.lateral-body .box-body .toolTitle, .expandedRow .fixed-div .toolTitle {
    display: none;
}
.expandedRow .fixed-div .el-pagination__jump {
    line-height: 1;
}
.expandedRow .fixed-div .el-pagination__editor {
    height: 10px!important;
    min-height: 10px!important;
}
.expandedRow .fixed-div .box-right{
    position: absolute;
    right: 300px;
    float: right;
    width: 100%;
    max-width: 1100px;
}
/**lateral**/

.lateral-body .box-body .idp-dynamic-table .box-header .el-col.el-col-10 {
    padding-right: 20px;
}
.lateral-body .box-body .idp-dynamic-table .box-header .el-pagination__sizes {
    margin: 0px;
}
.lateral-body .box-body .idp-dynamic-table .box-header .el-input {
    width: 84px;
}
.lateral-body .box-body .idp-dynamic-table .box-header .el-input__icon.el-icon-caret-top {
    font-size: 10px;
    right: 0px;
}
.lateral-body .box-body .idp-dynamic-table .box-header .el-input__inner {
    padding: 1px;
}
.lateral-body .box-body .box .box-body.table-responsive {
    max-height: 180px!important;
}
.lateral-body .box-body .full-height.idp-dynamic-table {
    height: auto!important;
}
.tab-pane .box-body .table-body,
.el-tab-pane .box-body .table-body{
    top: 63px!important;
}

/* fin sublistado*/

/*component accounting account*/

.select-tree {
    position: absolute;
    z-index: 100;
}
.select-tree .cont {
    border: 1px solid #d1dbe5;
    max-height: 300px;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)!important;
}
.select-tree .cont .el-tree {
    border: none;
}
.list-trees .el-tree {
    max-height: 140px;
    overflow: auto;
}
/*fin component accounting account*/

/*switch*/

.as-switch {
    position: relative;
    display: inline-block;
    min-width: 48px;
    height: 22px;
}
.as-switch input {
    display: none;
}
.as-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    /* -webkit-transition: .4s; */
    /* transition: .4s; */
}
.as-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    /* -webkit-transition: .4s; */
    /* transition: .4s; */
}
input:checked+.as-slider {
    background-color: #2196F3;
}
/*---////color switch*/

input:focus+.as-slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked+.as-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */

.as-slider.round {
    border-radius: 34px!important;
}
.as-slider.round:before {
    border-radius: 50%;
}
.el-switch .el-switch__input {
    display: none;
}

/*fin switch*/
/*component vue-crm-assigned-to*/
.assigneds-crm{
    min-height: 22px;
    max-height: 66px;
    overflow-y: auto;
    position: relative;
    border-bottom: 1px
    solid #77777761;
    padding-bottom: 6px;
    max-width: 240px;
}
.content-assigned{
    display:inline-block;
    width: 32px;
    height: 25px;
    position: relative;
}

.close-assigned{
    position: absolute;
    left: 16px;
    color: #808080d6;
}

.img-assigneds{
    position: absolute;
    width: 25px;
}

.input-assigned{
    cursor: pointer;
    border: none;
}
/*fin component vue-crm-asigned-to*/
/**/

.label-no-edit {
    border-bottom: solid 1px lightgray;
    width: 85%!important;
}
/**/
/*vue-as-select*/
.as-select .el-select {
    width: 100%;
}
.as-select .el-select__tags span {
    display: none!important;
}
#registerCustomer .el-select__tags .el-select__input {
    height: auto!important;
}
/*fin vue-as-select*/
/*col sticky*/
.ui-body .table>tbody>tr>td.last-col,
.idp-dynamic-table .table>thead>tr>th.last-col,
.dynamic-table .table>thead>tr>th.last-col,
.ui-body .table>thead tr td.last-col
{
    position: sticky!important;
    right:0;
    background-color: #ecf0f5!important;
    z-index: 2;
}

.ui-body .table>tbody>tr>td.last-col:hover,
.idp-dynamic-table .table>thead>tr>th.last-col:hover,
.dynamic-table .table>thead>tr>th.last-col:hover,
.ui-body .table>thead tr td.last-col:hover
{
    z-index: 100!important;
}

.ui-body .table>tbody>tr>td.first-col,
.idp-dynamic-table .table>thead>tr>th.first-col,
.dynamic-table .table>thead>tr>th.first-col,
.ui-body .table>thead tr td.first-col
{
    position: sticky!important;
    left: -1;
    background-color: #ecf0f5!important;
    z-index: 2;
}

.ui-body .table>tbody>tr>td.first-col:hover,
.idp-dynamic-table .table>thead>tr>th.first-col:hover,
.dynamic-table .table>thead>tr>th.first-col:hover,
.ui-body .table>thead tr td.first-col:hover
{
    z-index: 100!important;
}
/*fin col sticky*/
.floatCenter
.el-progress__text{
    color:white;
}
/* fin angel */

.ui-body .box .box-body.table-responsive .table-head {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    margin-right: 10px;
    min-height: 31px;
}
@-moz-document url-prefix()
{
    .ui-body .box .box-body.table-responsive .table-head
    {
        margin-right: 16px;
    }
}
.ui-body .box .pagination>li>input {
    position: relative;
    float: left;
    padding: 5px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border-top: 1px solid #ddd!important;
    border-bottom: 1px solid #ddd!important;
    width: 50px;
}
.ui-body .box .pagination>li>input[type=number]::-webkit-inner-spin-button, .ui-body .box .pagination>li>input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.ui-body .masonry {
    -moz-column-width: 25em;
    -webkit-column-width: 25em;
    -moz-column-gap: .5em;
    -webkit-column-gap: 0.5em;
}
.ui-body .masonry .masonry-block {
    width: 98%;
    margin: .5em;
    padding: 0;
    display: inline-block;
}
.wait-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}
.wait-fading-circle .wait-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.wait-fading-circle .wait-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.wait-fading-circle .wait-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.wait-fading-circle .wait-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.wait-fading-circle .wait-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.wait-fading-circle .wait-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.wait-fading-circle .wait-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.wait-fading-circle .wait-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wait-fading-circle .wait-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.wait-fading-circle .wait-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.wait-fading-circle .wait-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.wait-fading-circle .wait-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.wait-fading-circle .wait-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.wait-fading-circle .wait-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.wait-fading-circle .wait-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.wait-fading-circle .wait-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.wait-fading-circle .wait-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.wait-fading-circle .wait-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.wait-fading-circle .wait-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.wait-fading-circle .wait-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.wait-fading-circle .wait-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.wait-fading-circle .wait-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.wait-fading-circle .wait-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.wait-fading-circle .wait-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
/* panel image */

.panel-image {
    box-shadow: none;
    margin: none;
    margin-bottom: 10px;
    border: none;
}
.panel-image.selected .panel-body {
    overflow: hidden;
    box-shadow: inset 0px 0px 0px 2px #67b73c;
    position: relative;
}
.panel-image.selected .panel-body:before {
    content: '';
    width: 85px;
    height: 20px;
    position: absolute;
    background-color: #67b73c;
    right: -20px;
    transform: rotate(45deg);
    top: 0px;
    z-index: 1;
}
.panel-image .img-responsive img {
    width: 100%;
    height: auto;
}
.panel-image .img-responsive {
    overflow: hidden;
    height: 100px;
}
/*De version 1 a version 2*/

/*barra de navegacion*/
#tabControl {
    position: relative;
}
.tabControl {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 40px;
    left: 0;
    overflow: hidden;
    overflow-x: auto;
    /* width: 100%; */
    height: 30px;
    padding: 0;
    white-space: nowrap;
    border: none;
}
.tabControl #tabs {
    position: relative;
    float: left;
    width: 100%;
    height: 25px;
    border: none;
    background-color: #d8d7dc;
}
.tabControl #tabActions {
    float: right;
    min-width: 50px;
    height: 28.5px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, .2);
}
.tabControl .nav-tabs>li>a>.tabTitle {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    white-space: nowrap;
    color: #143351;
}
.tabControl .nav-tabs>li>a.unsaved>.tabTitle>sup {
    font-weight: bolder;
    position: relative;
    top: 5px;
    float: left;
    height: 1px;
    margin: 0 3px;
}
.tabControl>.nav>li.active>a {
    z-index: 2;
    background-color: #ffffff!important;
    border: none;
    color: #333333!important;
}
.tabControl .nav-tabs>li>a {
    position: relative;
    top: 0;
    height: 30px;
    margin: 0;
    padding: 6px 25px 6px 5px;
    border: none;
    border-radius: 0;
    background-color: #c8d2dd;
    /* transition: background 0s!important; */
}
.tabControl .nav-tabs>li>a:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #333!important;
}
.tabControl .nav-tabs>li>a.smalltab {
    padding: 6px 13px;
}
.tabControl .nav-tabs>li.active>a, .tabControl .nav-tabs>li.active>a:hover, .tabControl .nav-tabs>li.active>a:focus {
    border-radius: 0;
    border: none;
}

.tabControlButtons {
    position: fixed;
    width: 40px;
    height: 30px;
    z-index: 10;
    right: 0;
}
.tabControlButtons .scrollLeft, .tabControlButtons .scrollRight {
    position: absolute!important;
    width: 49%;
    height: 30px;
    font-size: 8px;
    top: 0;
    padding: 5px;
}
.tabControlButtons .scrollLeft:hover, .tabControlButtons .scrollRight:hover {
    background: hsl(213, 65%, 36%);
}
.tabControlButtons .scrollLeft {
    left: 0;
}
.tabControlButtons .scrollRight {
    right: 0;
}

.tabControlLateral {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    /* overflow-y: auto; */
}
.tabControlLateral .mobileToggle {
    display: none;
}
.tabControlLateral>li {
    line-height: 1;
    position: relative;
    display: inline-block;
    float: right;
    overflow: hidden;
    width: auto;
    height: 100%;
    padding: 9px 25px 7px 10px;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: capitalize;
    border-left: solid 1px #c8d2dd;
}
.tabControlLateral>li>a {
    color: #131c20;
}
.tabControlLateral>li.active {
    background-color: #c8d2dd;
}
.tabControlLateral>li.active>a {
    /* -webkit-text-stroke-width: 0.3px; */
    color: #101f32!important;
}
/* .tabControlLateral>li.active>a:hover {
    text-decoration:underline!important;
} */

.tabControlLateralButtons {
    position: fixed;
    height: 30px;
    z-index: 10;
    left: 0;
}
.tabControlLateralButtons .scrollUp, .tabControlLateralButtons .scrollDown {
    position: absolute!important;
    height: 49%;
    font-size: 8px;
}
.tabControlLateralButtons .scrollUp:hover, .tabControlLateralButtons .scrollDown:hover {
    background: #d1d1d1;
}
.tabControlLateralButtons .scrollUp {
    top: 0;
}
.tabControlLateralButtons .scrollDown {
    bottom: 0;
}

@media (max-width: 767px) {
    .tabControlLateral {
        position: absolute;
        right: 0;
        bottom: 0;
        height: auto;
    }
    .tabControlLateral .mobileToggle {
        display: inline-block;
        height: 30px;
        width: 40px;
        padding: 4px 0px;
        font-size: 20px;
        vertical-align: middle;
        text-align: center;
        border-left: solid 1px #c8d2dd;
        float: right;
        margin-top: 0;
        position: absolute;
        bottom: -30px;
        left: 0;
        cursor: pointer;
    }
    .tabControlLateral.visible>li {
        display: block;
    }
    .tabControlLateral>li {
        position: relative;
        /*display: none;*/
        background-color: #f0f0f4;
        border: solid 1px #c8d2dd;
        padding-right: 35px;
        width: 250px;
        box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
    }
}
.tabTitle .ta {
    font-size: 14px;
    position: relative;
    top: 3px;
}
.responsivetabs-more a {
    background-color: #ffffff;
}
.responsivetabs-more.open>a {
    background-color: #ffffff!important;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, .2);
}
#collapseMain .navbar-nav {
    border-radius: 0;
    height: 30px;
}
#collapseMain .navbar-nav li {
    display: table;
    min-width: 35px;
    height: 30px;
    padding: 0;
    text-align: center;
}
#collapseMain .navbar-nav li:hover {
    background-color: #143351;
}
#collapseMain .navbar-nav li a {
    display: table-cell;
    padding: 0;
    text-align: center!important;
    vertical-align: middle;
    color: #fff;
    background-color: transparent;
}
#collapseMain .navbar-nav .open a {
    background-color: #333;
}
.ui-body .tabControl .horizontal-scroll-wrapper {
    position: relative;
    display: table;
    width: auto;
    height: 30px;
    max-height: 30px;
    white-space: nowrap;
    border: none;
}
.ui-body .tabControl .horizontal-scroll-wrapper>li {
    position: relative;
    z-index: 2;
    display: inline-block;
    float: none;
    height: 30px;
    margin: 0;
    margin-right: 15px;
    cursor: pointer;
    white-space: nowrap;
    background-color: #c8d2dd;
    /* transition: width 0s!important; */
}
.ui-body .tabControl .horizontal-scroll-wrapper>li:first-of-type {
    z-index: 9!important;
    border-radius: 0 10px 0 0;
    margin-right: 8px;
    float: left;
}
.ui-body .tabControl .horizontal-scroll-wrapper>li:first-of-type:before,
.ui-body .tabControl .horizontal-scroll-wrapper>li:first-of-type:after {
    background-color: #ffffff;
    display: none;
}
.ui-body .tabControl .horizontal-scroll-wrapper>li:first-of-type a {
    padding: 8px 12px 6px 10px;
    background-color: #ffffff!important;
    box-shadow: 2px 0 2px 0 rgba(0, 0, 0, .14), 1px 0 5px 0 rgba(0, 0, 0, .12), 3px 0 1px -2px rgba(0, 0, 0, .2);
    border-radius: 0 10px 0 0;
    font-size: 15px;
}
.ui-body .tabControl .horizontal-scroll-wrapper>li.active {
    background-color: #fff;
    box-shadow: 0px -3px 4px rgba(0, 0, 0, 0);
}
.ui-body .tabControl .horizontal-scroll-wrapper>li:before, .ui-body .tabControl .horizontal-scroll-wrapper>li:after {
    position: relative;
    display: block;
    width: 40px;
    height: 30px;
    content: ' ';
    background-color: #c8d2dd;
    border-radius: 0px!important;
}
.ui-body .tabControl .horizontal-scroll-wrapper>li.active:before, .ui-body .tabControl .horizontal-scroll-wrapper>li.active:after {
    background-color: #fff;
}
.ui-body .tabControl .horizontal-scroll-wrapper>li:before {
    top: 0;
    right: -7px;
    float: right;
    transform: skew(25deg, 0deg);
    box-shadow: 2px 0 2px 0 rgba(0, 0, 0, .14), 1px 0 5px 0 rgba(0, 0, 0, .12), 3px 0 1px -2px rgba(0, 0, 0, .2);
}
.ui-body .tabControl .horizontal-scroll-wrapper>li:after {
    z-index: -1;
    top: -30px;
    left: -7px;
    transform: skew(-25deg, 0deg);
    box-shadow: -2px 0 2px 0 rgba(0, 0, 0, .14), -1px 0 5px 0 rgba(0, 0, 0, .12), -3px 0 1px -2px rgba(0, 0, 0, .2);
}
.ui-body .tabControl .horizontal-scroll-wrapper>li:hover {
    z-index: 3;
}
.ui-body .tabControl .horizontal-scroll-wrapper>li:hover, .ui-body .tabControl .horizontal-scroll-wrapper>li:hover:before, .ui-body .tabControl .horizontal-scroll-wrapper>li:hover:after, .ui-body .tabControl .horizontal-scroll-wrapper>li:hover a {
    background-color: #ffffff!important;
}
.ui-body .tabControl .horizontal-scroll-wrapper>li.active {
    z-index: 3;
}
.ui-body .tabControl .horizontal-scroll-wrapper>li.active, .ui-body .tabControl .horizontal-scroll-wrapper>li.active:before, .ui-body .tabControl .horizontal-scroll-wrapper>li.active:after {
    background-color: #ffffff!important;
}
.ui-area {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 30px;
    left: 30px;
    width: auto;
    height: auto;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    /* -webkit-transition: all .4s ease-in-out; */
    /* -moz-transition: all .4s ease-in-out; */
    /* transition: all .4s ease-in-out; */
    -webkit-transform: translateZ(0);
}
.ui-area.collapsed {
    left: 190px;
}
.master-tab-content {
    position: absolute;
    z-index: 0;
    top: 30px;
    right: 0px;
    bottom: 30px;
    left: 0px;
    overflow: hidden;
    width: auto;
    padding: 0!important;
    background-color: transparent;
}
/* cambie el overflow, ya que habia vistas que sobre x mostraba
 espacios en blanco. atte: dieguini.
 */
.master-tab-pane {
    /* overflow: auto; */
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: hsl(226, 60%, 93%);
    position: absolute;
}
.master-tab-pane.isVisible {
    z-index: 100;
    visibility: visible!important;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
}
.master-tab-pane.isHidden {
    z-index: 0;
    visibility: hidden!important;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
}
.navbar {
    z-index: 2;
    min-height: 30px!important;
    margin: 0 auto;
    border: none!important;
    border-bottom: 1px solid transparent;
    background-color: #d8d7dc;
}
.dataTables_wrapper {
    font-family: tahoma;
    position: relative;
    clear: both;
    zoom: 1;
    *zoom: 1;
}
.closeTab {
    font-size: 10px;
    position: absolute;
    z-index: 3;
    top: 6px;
    right: 2px;
    float: right;
    width: 18px;
    height: 18px;
    padding: 3px 3px;
    text-align: center;
    color: rgba(0, 0, 0, .6);
    border-radius: 100%;
}
.closeTab:hover, .closeTab:active, .closeTab:focus {
    color: #eee;
    background-color: #d9473a;
}
/**
 * Estilos para el crm
 *@author Angel Sandoval
*/

.delMiddle20 {
    top: 20px;
    right: 5px;
}
.btnIconBLue {
    font-size: 18px;
    vertical-align: middle;
    color: #359bdc;
}
.btnIconBLue:hover {
    font-size: 20px;
    color: #4556da;
}
.btnIconBLue:active {
    font-size: 18px;
    padding-top: 2px;
}
.card-title {
    font-size: 14px;
    font-weight: bold;
    height: 16px;
    overflow: hidden;
}
.card-content {
    font-size: 10px;
    color: #929292;
    height: auto;
    overflow: hidden;
}
.card-date {
    position: absolute;
    right: 5px;
}
#asignedssCards .el-select {
    width: 70%!important;
}
#asignedssCards .el-select .el-input input {
    width: 100%;
}
.ui-body .table tbody td.inputEdit input, .ui-body .table td.inputEdit textarea {
    border: none;
    background-color: transparent!important;
}
.ui-body .table tbody td.inputEdit input {}
.activityTag {
    position: relative;
    display: inline-block;
    width: 80%;
}
.activityTag .fa-caret-left {
    position: absolute;
    bottom: -11px;
    right: -2px;
    vertical-align: middle;
    font-size: 45px;
}
.inline_vMiddle {
    display: inline-block;
    vertical-align: middle;
}
.inline_vMiddle i {
    font-size: 18px;
}
/* fin crm*/

.main-menu>ul {
    margin: 0;
    padding: 0;
}
.main-menu li {
    position: relative;
    display: block;
    width: 190px;
}
.ui-body .main-menu .indent {
    padding-left: 45px!important;
    font-weight: 200!important;
}
.ui-body .main-menu .indent:before, #main-nav .module-collapse .inner>a:before {
    content: '+';
    height: 25px;
    position: absolute;
    left: 30px;
}
.nav-text {
    position: relative;
    display: table-cell;
    width: 170px;
    height: 100%;
    padding-right: 25px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 700;
}
.ui-body .toggleMenuLateral {
    position: relative;
    height: 30px!important;
    text-align: center;
    padding: 3px;
}
.ui-body .toggleMenuLateral:hover {
    background-color: #143351;
}
.main-menu li>a:hover {
    background-color: rgba(0, 0, 0, .05);
}
.main-menu .nav-caret {
    position: absolute;
    top: 9px;
    right: 0;
    width: 25px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
.main-menu .module-collapse {
    width: 190px;
    background-color: #0c2137;
}
.main-menu .module-collapse a {
    padding-left: 30px!important;
}
.main-menu>ul.logout {
    position: absolute;
    bottom: 0;
    left: 0;
}
.main-menu .item, .main-menu li.item-has-children {
    margin: 0;
    background-color: #143351;
}
.no-touch .scrollable.hover {
    overflow-y: hidden;
}
.no-touch .scrollable.hover:hover {
    overflow: visible;
    overflow-y: auto;
}
a:hover, a:focus {
    text-decoration: none!important;
}
.main-menu {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
}
header .nav>li, .lateral-container .nav > li {
    margin: 0;
}
header .nav>li a, .lateral-container .nav>li a {
    line-height: 20px;
    display: table!important;
    width: 35px;
    height: 30px;
    padding: 0;
    text-align: center;
    border: none!important;
}
.modulenav ul>li a {
    padding: 5px 5px 5px 10px!important;
}
.modulenav ul>li>a:active {
    color: #333!important;
}
.modulenav .dropdown-menu, header .dropdown .dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}
/* fin barra de navegacion*/

#lateral-nav::-webkit-scrollbar, .main-menu>.navigation::-webkit-scrollbar, .ui-area .master-tab-pane::-webkit-scrollbar, *::-webkit-scrollbar {
    width: 1em;
    height: 1em;
    background-color: #ecf0f5;
}
#lateral-nav::-webkit-scrollbar-thumb, .main-menu>.navigation::-webkit-scrollbar-thumb, .ui-area .master-tab-pane::-webkit-scrollbar-thumb, *::-webkit-scrollbar-thumb {
    /*background: #131c20;*/
    background: #c0c5cd;
}
#tabControl *::-webkit-scrollbar {
    display: none
}
/* Modules */

.img-replace {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
}
/* --------------------------------
Main components
-------------------------------- */
.layout-fixed .ui-content.content-wrapper.expand {
    left: 0;
    top: 0;
}
.ui-content {
    position: relative;
    z-index: 2;
    height: 100%;
    /* -webkit-transition: all .4s ease-in-out; */
    /* -moz-transition: all .4s ease-in-out; */
    /* transition: all .4s ease-in-out; */
    /* transition: all .4s ease-in-out; */
    /* transition: all .4s ease-in-out, all .4s ease-in-out; */
    -webkit-transform: translateZ(0);
    background-color: #c8d2dd;
    -webkit-backface-visibility: hidden;
}
.ui-content.lateral-menu-is-open {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}
.menu-trigger .cd-menu-text {
    height: 100%;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    display: none;
}
.menu-trigger .menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 40%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #fff;
}
.menu-trigger .menu-icon::before, .menu-trigger .menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
}
.menu-trigger .menu-icon::before {
    bottom: 5px;
}
.menu-trigger .menu-icon::after {
    top: 5px;
}
.menu-trigger.is-clicked .menu-icon {
    background-color: rgba(255, 255, 255, 0);
}
.menu-trigger.is-clicked .menu-icon::before, .menu-trigger.is-clicked .menu-icon::after {
    background-color: #fff;
}
.menu-trigger.is-clicked .menu-icon::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-trigger.is-clicked .menu-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
    .menu-trigger {
        width: 110px;
        padding-left: 1.25em;
    }
    .menu-trigger .cd-menu-text {
        display: inline-block;
        line-height: 70px;
    }
    .menu-trigger .menu-icon {
        left: auto;
        right: 1.25em;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
#lateral-nav {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    visibility: hidden;
    overflow-y: auto;
    width: 260px;
    height: calc(100% - 30px);
    padding: 0 15px;
    /* -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s; */
    -webkit-transition: visibility 0s .4s, -webkit-transform .4s 0s;
    /* -moz-transition: -moz-transform .4s 0s, visibility 0s .4s; */
    /* transition: visibility 0s .4s, -webkit-transform .4s 0s; */
    /* transition: transform .4s 0s, visibility 0s .4s; */
    /* transition: transform .4s 0s, visibility 0s .4s, -webkit-transform .4s 0s; */
    -webkit-transform: translateZ(0);
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translateX(80px);
    background-color: #f0f0f4;
    -webkit-backface-visibility: hidden;
}
#main-nav {
    /* -webkit-transition: all .4s 0s; */
    /* -moz-transition: all .4s 0s; */
    /* transition: all .4s 0s; */
    -webkit-backface-visibility: hidden;
}
#main-nav .navigation, #lateral-nav .navigation {
    margin: 0;
}
#main-nav .sub-menu, #lateral-nav .sub-menu {
    display: none;
    padding: 0 15px;
    height: auto;
}
#main-nav .sub-menu a {
    background-color: rgba(0, 0, 0, 0.2);
}
#main-nav .submenu a {
    background-color: rgba(0, 0, 0, .2);
    margin: 0;
}
#main-nav ul li a, #lateral-nav a {
    font-weight: 700;
    line-height: 1;
    display: table-cell;
    width: 190px;
    height: 30px;
    padding: 0;
    vertical-align: middle;
    color: #aab5b7;
    background-color: transparent;
}
#main-nav ul li a:hover, #lateral-nav a:hover {
    color: #bbc3c4;
}
#main-nav a.current, #lateral-nav a.current {
    color: #fff;
    background-color: #3a4a4d;
}
#main-nav .module-collapse .inner {
    padding-left: 0;
    padding-right: 0;
    height: 28px;
    display: table;
    width: 100%;
    margin: 0!important;
}
#main-nav .module-collapse .inner>a {
    padding: 0;
    display: table-cell!important;
    height: 100%;
    vertical-align: middle;
    font-weight: 200!important;
    padding-left: 45px!important;
}
@media only screen and (min-width: 768px) {
    #main-nav .navigation, #lateral-nav .navigation {
        margin: 0 0 15px 0;
    }
}
#main-nav.lateral-menu-is-open, #lateral-nav.lateral-menu-is-open {
    visibility: visible;
    /* -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s; */
    /* -moz-transition: -moz-transform .4s 0s, visibility 0s 0s; */
    /* transition: transform .4s 0s, visibility 0s 0s; */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
}
#main-nav .item>a, #lateral-nav .item>a {
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}
li.item-has-children {
    width: 100%;
    display: table;
}
#main-nav .item-has-children>a, #lateral-nav .item-has-children>a {
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    display: table;
}
#main-nav .item-has-children>a::after, #lateral-nav .item-has-children>a::after {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 50%;
    right: 8px;
    bottom: auto;
    display: block;
    width: 8px;
    height: 11px;
    content: '\f0d7';
    /* -webkit-transition-duration: .4s; */
    /* -moz-transition-duration: .4s; */
    transition-duration: .4s;
    /* -webkit-transition-property: -webkit-transform; */
    /* -moz-transition-property: -moz-transform; */
    transition-property: transform;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 8px 11px;
}
#main-nav .item-has-children>a.submenu-open::after, #lateral-nav .item-has-children>a.submenu-open::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
#main-nav .item.item-bottom {
    position: absolute;
    bottom: 0;
    border-top: solid 1px rgba(0, 0, 0, 0.3);
    background-color: #143351;
    box-shadow: inset 0px 1px rgba(255, 255, 255, 0.1);
    padding-top: 2px;
}
#lateral-nav .socials {
    padding: 0 32px;
}
#lateral-nav .socials:after {
    display: table;
    clear: both;
    content: '';
}
#lateral-nav .socials a {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: .5em;
    padding: 0;
    border-radius: .25em;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 128px 64px;
}
#lateral-nav .socials a.twitter {
    background-position: 0 0;
}
#lateral-nav .socials a.github {
    background-position: -32px 0;
}
#lateral-nav .socials a.facebook {
    background-position: -64px 0;
}
#lateral-nav .socials a.google {
    background-position: -96px 0;
}
.no-touch #lateral-nav .socials a:hover {
    background-color: #4e6361;
}
.no-touch #lateral-nav .socials a:hover.twitter {
    background-position: 0 -32px;
}
.no-touch #lateral-nav .socials a:hover.github {
    background-position: -32px -32px;
}
.no-touch #lateral-nav .socials a:hover.facebook {
    background-position: -64px -32px;
}
.no-touch #lateral-nav .socials a:hover.google {
    background-position: -96px -32px;
}
.cd-panel-bottom {
    position: absolute;
    right: 15px;
    bottom: 0;
    left: 15px;
}
/* listas anidadas */

.ui-data-list {
    width: auto;
}
.ui-data-list ul.nested {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 5px 0;
    list-style: none;
}
.ui-data-list ul.nested>li {
    display: block;
    margin-bottom: 10px;
    padding: 10px 10px;
    border-radius: 0;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}
.ui-data-list .btns {
    float: right;
    margin-bottom: 42px;
}
.ui-data-list .btns span {
    display: block;
    margin-top: -3px;
    margin-bottom: 5px;
    padding: 3px;
    cursor: pointer;
    opacity: .4;
    color: #000;
}
.ui-data-list label {
    font-weight: bold;
    width: auto!important;
    margin-right: 5px;
    text-transform: Capitalize;
}
.ui-data-list p {
    line-height: 1.2;
    margin-right: 10px;
    margin-bottom: 5px;
    word-break: break-word;
}
.ui-data-list ul.nested li>ul {
    display: block;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    padding-top: 10px;
    padding-left: 10px;
    list-style: none;
    vertical-align: top;
    border-top: solid 1px rgba(0, 0, 0, .2);
}
.ui-data-list ul.nested li>ul>li {
    display: inline-block;
    min-width: 150px;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top;
}

/* Nuevos tooltips */

/* [class*="ntooltip--"] {
    position: relative;
    display: inline-block;
}

[class*="ntooltip--"]:before,
[class*="ntooltip--"]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}

[class*="ntooltip--"]:hover:before,
[class*="ntooltip--"]:hover:after {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
}

[class*="ntooltip--"]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001;
}

[class*="ntooltip--"]:after {
    background: #383838;
    color: white;
    padding: 8px 10px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    white-space: nowrap;
}

[class*="ntooltip--"][aria-label]:after {
    content: attr(aria-label);
}

[class*="ntooltip--"][data-ntooltip]:after {
    content: attr(data-ntooltip);
}

[aria-label='']:before,
[aria-label='']:after,
[data-ntooltip='']:before,
[data-ntooltip='']:after {
    display: none !important;
}


[class*="ntooltip--"].ntooltip-fixed:after {
    position: fixed!important;
    padding: 10px;
    transform: none!important;
    right: auto;
    bottom: auto;
    top: auto;
    left: auto;
    margin: 0 auto;
}
[class*="ntooltip--"].ntooltip-fixed:before {
    display: none!important;
}
.ntooltip--bottom-right.ntooltip-fixed:after {
    margin-top: 0px;
    margin-left: 0px;
}
.ntooltip--bottom.ntooltip-fixed:after {
    margin-top: 0px;
    margin-left: 0px;
}
.ntooltip--bottom-left.ntooltip-fixed:after {
    margin-top: 0px;
    margin-left: 0px;
}
.ntooltip--right.ntooltip-fixed:after {
    margin-top: 0px;
    margin-left: 0px;
}
.ntooltip--left.ntooltip-fixed:after {
    margin-top: 0px;
    margin-left: 0px;
}
.ntooltip--top-right.ntooltip-fixed:after {
    margin-top: 0px;
    margin-left: 0px;
}
.ntooltip--top.ntooltip-fixed:after {
    margin-top: 0px;
    margin-left: 0px;
}
.ntooltip--top-left.ntooltip-fixed:after {
    margin-top: 0px;
    margin-left: 0px;
}


.ntooltip--top-left:before {
    border-top-color: #333;
}

.ntooltip--top-right:before {
    border-top-color: #333;
}

.ntooltip--top:before {
    border-top-color: #333;
}

.ntooltip--bottom-left:before {
    border-bottom-color: #333;
}

.ntooltip--bottom-right:before {
    border-bottom-color: #333;
}

.ntooltip--bottom:before {
    border-bottom-color: #333;
}

.ntooltip--left:before {
    border-left-color: #333;
}

.ntooltip--right:before {
    border-right-color: #333;
}

.ntooltip--top:before {
    margin-bottom: -11px;
}

.ntooltip--top:before,
.ntooltip--top:after {
    bottom: 100%;
    left: 50%;
}

.ntooltip--top:before {
    left: calc(50% - 6px);
}

.ntooltip--top:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ntooltip--top:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

.ntooltip--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}

.ntooltip--bottom:before {
    margin-top: -11px;
}

.ntooltip--bottom:before,
.ntooltip--bottom:after {
    top: 100%;
    left: 50%;
}

.ntooltip--bottom:before {
    left: calc(50% - 6px);
}

.ntooltip--bottom:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ntooltip--bottom:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

.ntooltip--bottom:hover:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px);
}

.ntooltip--right:before {
    margin-left: -11px;
    margin-bottom: -6px;
}

.ntooltip--right:after {
    margin-bottom: -14px;
}

.ntooltip--right:before,
.ntooltip--right:after {
    left: 100%;
    bottom: 50%;
}

.ntooltip--right:hover:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px);
}

.ntooltip--right:hover:after {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px);
}

.ntooltip--left:before {
    margin-right: -11px;
    margin-bottom: -6px;
}

.ntooltip--left:after {
    margin-bottom: -14px;
}

.ntooltip--left:before,
.ntooltip--left:after {
    right: 100%;
    bottom: 50%;
}

.ntooltip--left:hover:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px);
}

.ntooltip--left:hover:after {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px);
}

.ntooltip--top-left:before {
    margin-bottom: -11px;
}

.ntooltip--top-left:before,
.ntooltip--top-left:after {
    bottom: 100%;
    left: 50%;
}

.ntooltip--top-left:before {
    left: calc(50% - 6px);
}

.ntooltip--top-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}

.ntooltip--top-left:after {
    margin-left: 12px;
}

.ntooltip--top-left:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

.ntooltip--top-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px);
}

.ntooltip--top-right:before {
    margin-bottom: -11px;
}

.ntooltip--top-right:before,
.ntooltip--top-right:after {
    bottom: 100%;
    left: 50%;
}

.ntooltip--top-right:before {
    left: calc(50% - 6px);
}

.ntooltip--top-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.ntooltip--top-right:after {
    margin-left: -12px;
}

.ntooltip--top-right:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

.ntooltip--top-right:hover:after {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

.ntooltip--bottom-left:before {
    margin-top: -11px;
}

.ntooltip--bottom-left:before,
.ntooltip--bottom-left:after {
    top: 100%;
    left: 50%;
}

.ntooltip--bottom-left:before {
    left: calc(50% - 6px);
}

.ntooltip--bottom-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}

.ntooltip--bottom-left:after {
    margin-left: 12px;
}

.ntooltip--bottom-left:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

.ntooltip--bottom-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px);
}

.ntooltip--bottom-right:before {
    margin-top: -11px;
}

.ntooltip--bottom-right:before,
.ntooltip--bottom-right:after {
    top: 100%;
    left: 50%;
}

.ntooltip--bottom-right:before {
    left: calc(50% - 6px);
}

.ntooltip--bottom-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.ntooltip--bottom-right:after {
    margin-left: -12px;
}

.ntooltip--bottom-right:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

.ntooltip--bottom-right:hover:after {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

.ntooltip--small:after,
.ntooltip--medium:after,
.ntooltip--large:after {
    white-space: normal;
    line-height: 1.4em;
    word-wrap: break-word;
}

.ntooltip--small:after {
    width: 80px;
}

.ntooltip--medium:after {
    width: 150px;
}

.ntooltip--large:after {
    width: 300px;
} */

/* ----- */

/* Tooltips */

.has-tooltip {
    position: relative;
    display: inline-block;
    /*padding-bottom: 5px;*/
}
.has-tooltip:after, .has-tooltip:before {
    /* -webkit-transition: all ease-in-out .4s; */
    /* transition: all ease-in-out .4s; */
    color: #fff;
    background: #333;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}
.has-tooltip.align-right:hover:before {
    right: 4px!important;
    left: inherit;
}
.has-tooltip.align-right:hover:after {
    right: -1px!important;
    left: inherit;
    text-align: right;
}
.has-tooltip.align-top:hover:after {
    top: -35px;
    bottom: inherit;
}
.has-tooltip.align-top:hover:before {
    top: -20px;
    bottom: inherit;
}
.has-tooltip:hover:after {
    position: absolute;
    z-index: 100!important;
    bottom: -35px;
    left: 0;
    width: auto;
    min-width: 30px;
    max-width: 300px;
    height: auto;
    padding: 5px 10px;
    border-collapse: separate;
    content: attr(data-tooltip);
    white-space: nowrap;
    border-radius: 0;
}
.has-tooltip:hover:before {
    position: absolute;
    z-index: 90;
    bottom: -20px;
    left: 5px;
    width: 15px;
    height: 15px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
}
.has-tooltip.comment-table:hover:before {
    bottom: inherit;
    left: 97%;
    top: 107%;
}
.has-tooltip.comment-table:hover:after {
    top: 100%;
    left: 100%;
}

/* Popover */

.has-popover:hover .has-popover-content {
    display: table;
    visibility: visible;
    opacity: 1;
}
.has-popover .has-popover-content.has-popover-bottom {
    top: 135%;
}
.has-popover .has-popover-content.has-popover-bottom::after {
    top: -5px;
    content: '';
}


.fix-overflow {
    position: fixed!important;
    z-index: 1000;
}

/*complements table*/

.ui-body .table {
    width: 100%;
    min-height: .01%;
    margin: 0!important;
    color: #666;
    background: #ecf0f5;
    position: relative;
}
.ui-body .table-responsive {
    overflow-x: auto;
    padding: 0!important;
}
.ui-body .table-responsive .table {
    width: 100%;
}
.ui-body .table.table-autofix th, .ui-body .table.table-autofix td {
    width: 1px;
}
.ui-body .table th, .ui-body .table td {
    line-height: 1!important;
    overflow: hidden;
    height: 30px;
}
.ui-body .table td {
    word-break: break-all;
    overflow: inherit;
    vertical-align: top;
}
.ui-body .table th.col-xs, .ui-body .table td.col-xs, .ui-body .table th>.col-xs, .ui-body .table td>.col-xs {
    min-width: 30px!important;
    max-width: 30px!important;
}
.ui-body .table th.col-sm, .ui-body .table td.col-sm, .ui-body .table th>.col-sm, .ui-body .table td>.col-sm {
    min-width: 85px!important;
    max-width: 85px!important;
}
.ui-body .table th.col-md, .ui-body .table td.col-md, .ui-body .table th>.col-md, .ui-body .table td>.col-md {
    min-width: 150px!important;
    max-width: 150px!important;
}
.ui-body .table th.col-lg, .ui-body .table td.col-lg, .ui-body .table th>.col-lg, .ui-body .table td>.col-lg {
    min-width: 300px!important;
    max-width: 300px!important;
}
.ui-body .table th.col-xl, .ui-body .table td.col-xl, .ui-body .table th>.col-xl, .ui-body .table td>.col-xl {
    min-width: 400px!important;
    max-width: 400px!important;
}
.ui-body .table tbody tr:last-of-type:not(:firts-of-type) td.acciones .has-tooltip:hover:after,
.ui-body .table tbody tr:last-of-type:not(:firts-of-type) td>.acciones .has-tooltip:hover:after {
    top: -35px;
    bottom: inherit;
}
.ui-body .table tbody tr:last-of-type:not(:firts-of-type) td.acciones .has-tooltip:hover:before,
.ui-body .table tbody tr:last-of-type:not(:firts-of-type) td>.acciones .has-tooltip:hover:before {
    bottom: inherit;
    top: -20px;
}
.ui-body .table>tbody>tr:last-child>td .has-tooltip:hover:after {
    top: -35px!important;
    bottom: inherit;
}
.ui-body .table>tbody>tr:last-child>td .has-tooltip:hover:before {
    top: -20px!important;
    bottom: inherit;
}
/*.ui-body .table th.acciones,*/

.ui-body .table tbody td.acciones, .ui-body .table tbody td>.acciones {
    padding: 0!important;
}
.ui-body .table tbody td.acctions-gray, .ui-body .table tbody td>.acctions-gray{
    background-color: #ecf0f5!important;
}
@-moz-document url-prefix()
{
    .ui-body .table tbody td.acciones, .ui-body .table tbody td>.acciones
    {
        padding:0 10px!important;
    }
}
.ui-body .table td.movements-actions, .ui-body .table td>.movements-actions {
    padding: 0!important;
    width: 100%;
}
/*--------*/

.ui-body .table th.col-xxs, .ui-body .table td.col-xxs, .ui-body .table th>.col-xxs, .ui-body .table td>.col-xxs {
    min-width: 24px!important;
    max-width: 24px!important;
}
.ui-body .table th.col-xxs-sm, .ui-body .table td.col-xxs-sm, .ui-body .table th>.col-xxs-sm, .ui-body .table td>.col-xxs-sm {
    min-width: 40px!important;
    max-width: 40px!important;
}
/*----------*/

.ui-body .table th.col-xs-sm, .ui-body .table td.col-xs-sm, .ui-body .table th>.col-xs-sm, .ui-body .table td>.col-xs-sm {
    min-width: 60px!important;
    max-width: 60px!important;
}
.ui-body .table th.col-sm-md, .ui-body .table td.col-sm-md, .ui-body .table th>.col-sm-md, .ui-body .table td>.col-sm-md {
    min-width: 100px!important;
    max-width: 100px!important;
}
.ui-body .table th.col-md-lg, .ui-body .table td.col-md-lg, .ui-body .table th>.col-md-lg, .ui-body .table td>.col-md-lg {
    min-width: 200px!important;
    max-width: 200px!important;
}
.ui-body .table th.col-lg-xl, .ui-body .table td.col-lg-xl, .ui-body .table th>.col-lg-xl, .ui-body .table td>.col-lg-xl {
    min-width: 370px!important;
    max-width: 370px!important;
}
.badge {
    padding: 2px;
    width: auto !important;
}
.ui-body .table td .expand {
    overflow: hidden;
    width: 100%;
    height: 25px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /* background: #fff !important; */
    /* -webkit-transition: all ease-in-out .4s; */
    /* transition: all ease-in-out .4s; */
}
.ui-body .table td:hover .expand {
    overflow: visible;
    height: auto!important;
    display: block!important;
    /* -webkit-transition: all ease-in-out .4s; */
    /* transition: all ease-in-out .4s; */
}
.ui-body .table a:link {
    font-weight: bold;
    text-decoration: none;
    color: #666;
}
.ui-body .table a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #999;
}
/*.ui-body .table a:active,
.ui-body .table a:hover {
    text-decoration: underline;
    color: #bd5a35;
}*/

.ui-body .table>thead th {
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ecf0f5;
    padding: 5px 10px!important;
}
.ui-body .table>thead th:first-child {
    text-align: left;
}
.ui-body .table>thead tr td {
    padding: 5px;
}
.ui-body .table>tbody>tr {
    padding-left: 10px;
    text-align: left;
    /* display: block!important; */
}
.ui-body .table>tbody>tr>td:first-child {
    text-align: left;
    border-left: 0;
}
.ui-body .table>tbody>tr>td {
    border-left: 1px solid #e0e0e0;
    background-color: transparent!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
@-moz-document url-prefix()
{
    .ui-body .table>tbody>tr>td
    {
        padding: 5px 10px;
    }
}
.ui-body .table>tbody>tr {
    background: #ffffff;
}
.ui-body .table>tbody>tr:nth-child(even) {
    background: #f9fbfc;
}
.ui-body .table>tbody>tr:last-child>td {
    border-bottom: 0;
}
.ui-body .table>tbody>tr:last-child>td:first-child {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.ui-body .table>tbody>tr:last-child>td:last-child {
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.ui-body .table>tbody>tr:hover {
    background: #f4f4f4;
    /*#e6eaec*/
    /*f9fbfc*/
}
@media only screen and (min-width: 700px) {
    .cd-nav li {
        /* 116px is the navigation header height and the menu items will be allocated in 3 rows */
        height: calc((100vh - 116px)/3);
        min-height: 200px;
    }
    .cd-nav span {
        top: calc(50% - 56px);
        width: 64px;
        height: 64px;
    }
    .cd-nav em {
        font-size: 2.2rem;
        font-weight: 300;
        top: calc(50% + 21px);
    }
}
@media only screen and (min-width: 1024px) {
    .cd-nav li {
        float: left;
        width: 33.33%;
        /* 116px is the navigation header height  and the menu items will be allocated in 2 rows */
        height: calc((100vh - 116px)/2);
        min-height: 250px;
    }
    .cd-nav li:nth-of-type(2n) {
        border-right-width: 1px;
    }
    .cd-nav li:nth-of-type(3n) {
        border-right-width: 0;
    }
    .cd-nav em {
        font-size: 2.5rem;
    }
}
@-webkit-keyframes cd-shock {
    0% {
        -webkit-transform: rotate(0);
    }
    30% {
        -webkit-transform: rotate(10deg);
    }
    60% {
        -webkit-transform: rotate(-10deg);
    }
    100% {
        -webkit-transform: rotate(0);
    }
}
@-moz-keyframes cd-shock {
    0% {
        -moz-transform: rotate(0);
    }
    30% {
        -moz-transform: rotate(10deg);
    }
    60% {
        -moz-transform: rotate(-10deg);
    }
    100% {
        -moz-transform: rotate(0);
    }
}
@keyframes cd-shock {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    30% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    60% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}
/* --------------------------------
xnavigation lateral
-------------------------------- */

.lateral-container {
    position: absolute;
    z-index: 15;
    top: 0px;
    right: 0;
    bottom: 30px;
    width: 100%;
    /* -webkit-transition: all ease-in-out .4s; */
    /* -moz-transition: all ease-in-out .4s; */
    /* -ms-transition: all ease-in-out .4s; */
    /* -o-transition: all ease-in-out .4s; */
    /* transition: all ease-in-out .4s; */
    background-color: #ecf0f5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation-duration: .4s!important;
    -moz-animation-duration: .4s!important;
    -ms-animation-duration: .4s!important;
    -o-animation-duration: .4s!important;
    animation-duration: .4s!important;
    -webkit-box-shadow: -2px 0 3px 0 rgba(0, 0, 0, .14), -1px 0 6px 0 rgba(0, 0, 0, .12), -3px 0 2px -3px rgba(0, 0, 0, .2)!important;
    box-shadow: -2px 0 3px 0 rgba(0, 0, 0, .14), -1px 0 6px 0 rgba(0, 0, 0, .12), -3px 0 2px -3px rgba(0, 0, 0, .2)!important
}
.lateral-container.clearView {
    background-color: transparent;
}
.lateral-container.clearView .lateral-body {
    background-color: rgba(236, 240, 245, 0.4);
    background: rgba(236, 240, 245, 0.4);
    -webkit-filter: blur(1.5px);
    filter: blur(1.5px);
    /* -webkit-transition: all ease-in-out .4s; */
    /* -moz-transition: all ease-in-out .4s; */
    /* -ms-transition: all ease-in-out .4s; */
    /* -o-transition: all ease-in-out .4s; */
    /* transition: all ease-in-out .4s; */
}
.lateral-container.clearView .lateral-body *, .lateral-container.clearView .lateral-body *:before, .lateral-container.clearView .lateral-body *:after {
    background-color: transparent!important;
    background: transparent!important;
    color: rgba(190, 190, 190, 0.8)!important;
    border-left: none!important;
    border-right:none!important;
    border: none!important;
}
.lateral-container.clearView .lateral-header a:not(.btn-clear-view):not(.btn-close-lateral) {
    visibility: hidden;
    width: 35px!important;
}
@media only screen and (min-width: 700px) {
    .lateral-container.xs {
        width: 30%!important;
    }
    .lateral-container.sm {
        width: 45%!important;
    }
    .lateral-container.md {
        width: 65%!important;
    }
    .lateral-container.lg {
        width: 85%!important;
    }
    .lateral-container.xl {
        width: 100%!important;
    }
    .lateral-container.max {
        width: 100%!important;
    }
}
.lateral-container .lateral-body {
    position: absolute;
    top: 30px;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    padding: 10px;
    background: #e3e8f8;
    /* -webkit-transition: all ease-in-out .4s; */
    /* -moz-transition: all ease-in-out .4s; */
    /* -ms-transition: all ease-in-out .4s; */
    /* -o-transition: all ease-in-out .4s; */
    /* transition: all ease-in-out .4s; */
}
.lateral-container .lateral-body .box, .lateral-container .lateral-body .panel {
    border: none;
}
.lateral-container .lateral-body .box-body, .lateral-container .lateral-body .panel-body, .lateral-container .lateral-body .box-header, .lateral-container .lateral-body .panel-header, .lateral-container .lateral-body .box-footer, .lateral-container .lateral-body .panel-footer {
    background-color: transparent;
}
.lateral-container .lateral-header {
    padding: 0;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}
/*.lateral-container .lateral-header a {
    color: #ffffff;
}*/

.lateral-container h3 {
    /*font-size: 1.6rem;*/
    font-weight: bold;
    text-transform: uppercase;
    color: #5c4b51;
}
@media only screen and (min-width: 700px) {
    .lateral-container.isVisible {
        width: 85%;
    }
    .lateral-container .lateral-header {
        height: 30px;
        padding-top: 0;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background-color: #ffffff;
        z-index: 99999;
    }
}
.ui-body .lateral-container .header-buttons {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 35px;
    padding: 5px 10px;
    background-color: #ffffff;
}
/*.ui-body .lateral-container .header-buttons .btn {
    margin-right: 10px;
    text-transform: capitalize;
    color: #131c20;
    border: solid 1px #c8d2dd;
    border-radius: 0;
    padding: 2px 5px 3px 5px;
    background-color: #ecf0f5;
}*/

.ui-body .lateral-container .panel-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    bottom: 0;
    padding: 10px;
    overflow: auto;
}
.ui-body .lateral-container .panel-content-overflow-x__hidden {
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    bottom: 0;
    padding: 10px;
    overflow-x: hidden;
}
.ui-body .lateral-container .panel-content-overflow-y__hidden {
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    bottom: 0;
    padding: 10px;
    overflow-y: hidden;
}
.ui-body .lateral-container .panel-content-overflow__hidden {
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    bottom: 0;
    padding: 10px;
    overflow-x: hidden;
}
.ui-body .lateral-container .panel-content .panel-dashboard {
    top: 0px;
}
.ui-body .lateral-header .close-lateral:hover span::before {
    content: '\f0a9';
    /* transition: all ease-in-out .4s; */
}
.ui-body .lateral-header .close-lateral:hover, .ui-body .lateral-header a:hover {
    background-color: transparent!important;
    color: #359bdc!important;
}
.ui-body .close-lateral {
    padding: 3px 15px 2px 15px !important;
    font-size: 30px;
}
/* formas */

.ui-body .form-group input, .ui-body .form-group select, .ui-body .form-group textarea {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.ui-body .form-group, .ui-body .form-group > div {
    margin: 0;
    position: relative;
    display: inline-table;
    clear: both;
    width: 100%;
    height: 20px;
}
.ui-body .form-group {
    padding-bottom: 5px;
}
.ui-body .form-group > .validation-text {
	min-height: 0!important;
    height: auto!important;
    padding: 0!important;
}
.ui-body .form-group>[class^='el-'], .ui-body .form-group>[class^='vue_'] {
    margin: 0px;
}
.ui-body .form-group label, .ui-body .form-group .checkbox-label, .ui-body .form-group .radio-label {
    display: table-cell;
    width: 1%;
    min-width: 50px;
    height: 100%;
    padding: 6px 10px 8px 0;
    vertical-align: top;
    white-space: nowrap;
    text-transform: capitalize;
    font-weight: normal;
    position: relative;
}
.ui-body .form-group label > span.aux, .ui-body .form-group .checkbox-label > span.aux, .ui-body .form-group .radio-label > span.aux {
    color: #333!important;
    margin-left: 10px;
    font-size: 12px!important;
    font-weight: normal!important;
    border-bottom: solid 1px lightgray;
    padding: 6px 10px 7px 10px;
    margin-right: -20px;
}
.ui-body .form-group label > span.aux:after, .ui-body .form-group .checkbox-label > span.aux:after, .ui-body .form-group .radio-label > span.aux:after {
    margin-left: 10px;
}
.ui-body .form-group.highlight label > span.aux, .ui-body .form-group.highlight .checkbox-label > span.aux, .ui-body .form-group.highlight .radio-label > span.aux {
    border-bottom: solid 1px #2462ad;
}
.ui-body .form-group label.block, .ui-body .form-group .checkbox-label.block, .ui-body .form-group .radio-label.block {
    padding: 0;
    width: 100%;
}
.ui-body .form-group input, .ui-body .form-group input:not(.graph), .ui-body .form-group .checkbox-label:before, .ui-body .form-group .radio-label:before, .ui-body .form-group .checkbox-label:after, .ui-body .form-group .radio-label:after, .ui-body .form-group select, .ui-body .form-group textarea, .ui-body .form-group .selectize-input {
    padding: 5px 10px;
    border: none;
    box-shadow: none;
    border-bottom: solid 1px lightgray;
    background-color: transparent!important;
}
.ui-body td input:focus, .ui-body .form-group input:focus, .ui-body .form-group .checkbox-label:focus:before, .ui-body .form-group .radio-label:focus:before, .ui-body .form-group .checkbox-label:focus:after, .ui-body .form-group .radio-label:focus:after, .ui-body .form-group select:focus, .ui-body .form-group textarea:focus, .ui-body .form-group .selectize-input.focus {
    /*border-color: gray;*/
    box-shadow: none;
}
.ui-body .form-group .selectize-input.focus>input {
    top: 0;
    float: right;
}
.ui-body .form-group .selectize-input>input {
    height: 100%;
    width: 100%!important;
}
.ui-body .form-group input::-webkit-input-placeholder, .ui-body .form-group select::-webkit-input-placeholder, .ui-body .form-group textarea::-webkit-input-placeholder {
    color: rgba(100, 100, 100, 0.3);
}
.ui-body .form-group input::-moz-placeholder, .ui-body .form-group select::-moz-placeholder, .ui-body .form-group textarea::-moz-placeholder {
    color: rgba(100, 100, 100, 0.3);
}
.ui-body .form-group input:-ms-input-placeholder, .ui-body .form-group select:-ms-input-placeholder, .ui-body .form-group textarea:-ms-input-placeholder {
    color: rgba(100, 100, 100, 0.3);
}
.ui-body .form-group input::placeholder, .ui-body .form-group select::placeholder, .ui-body .form-group textarea::placeholder {
    color: rgba(100, 100, 100, 0.3);
}
.ui-body .form-group input[type='checkbox'].checkbox, .ui-body .form-group input[type='radio'].radio {
    position: absolute;
    width: 1%;
    opacity: 0;
}
.ui-body .form-group input[type='checkbox'], .ui-body .form-group input[type='radio'], .ui-body .form-group input[type='checkbox']:not(.graph), .ui-body .form-group input[type='radio']:not(.graph) {
    width: 15px!important;
}
.ui-body .form-group .checkbox:focus+.checkbox-label:before, .ui-body .form-group .radio:focus+.checkbox-label:before, .ui-body .form-group .checkbox:focus+.radio-label:before, .ui-body .form-group .radio:focus+.radio-label:before, .ui-body .form-group .checkbox:focus+.checkbox-label:after, .ui-body .form-group .radio:focus+.checkbox-label:after, .ui-body .form-group .checkbox:focus+.radio-label:after, .ui-body .form-group .radio:focus+.radio-label:after {
    border-color: gray;
}
.ui-body .form-group .checkbox:checked+.checkbox-label:after, .ui-body .form-group .radio:checked+.checkbox-label:after, .ui-body .form-group .checkbox:checked+.radio-label:after, .ui-body .form-group .radio:checked+.radio-label:after {
    opacity: 1;
}
.ui-body .form-group .checkbox-label, .ui-body .form-group .radio-label {
    position: relative;
    display: table-cell;
    margin-right: 0.5em;
    padding-left: 28px!important;
    vertical-align: middle;
    height: 100%;
    width: 100%!important;
}
.ui-body fieldset {
    border: solid 1px lightgray;
    background-color: rgba(245, 245, 245, 0.5);
}
.ui-body fieldset>legend {
    font-weight: bold;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0 10px;
    border: none;
    background-color: rgba(245, 245, 245, 0.5);
}
.ui-body .form-group .checkbox-label:before, .ui-body .form-group .radio-label:before, .ui-body .form-group .checkbox-label:after, .ui-body .form-group .radio-label:after {
    border: solid 2px lightgray;
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    margin-top: -9px;
    padding: 0;
    width: 15px;
    height: 15px;
    content: '';
}
.ui-body .form-group .checkbox-label:after, .ui-body .form-group .radio-label:after {
    border-color: transparent;
    background-color: transparent;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2210.5%22%20viewBox%3D%220%200%2013%2010.5%22%20enable-background%3D%22new%200%200%2013%2010.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M4.8%205.8L2.4%203.3%200%205.7l4.8%204.8L13%202.4c0%200-2.4-2.4-2.4-2.4L4.8%205.8z%22%2F%3E%3C%2Fsvg%3E');
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    opacity: 0;
}
.ui-body .form-group .radio-label:before, .ui-body .form-group .radio-label:after {
    border-radius: 50%;
}
.ui-body .form-group .radio-label:after {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20enable-background%3D%22new%200%200%2013%2013%22%20xml%3Aspace%3D%22preserve%22%3E%3Ccircle%20fill%3D%22%23424242%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3C%2Fsvg%3E');
    background-size: 8px;
}
.ui-body .form-group select {
    position: relative;
    z-index: 1;
    padding-right: 40px;
}
.ui-body .form-group select::-ms-expand {
    display: none;
}
.ui-body .form-group select {
    position: relative;
    padding-right: 30px;
}
.ui-body .form-group select:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 15px;
    width: 10px;
    height: 100%;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2211.3%22%20viewBox%3D%220%200%2013%2011.3%22%20enable-background%3D%22new%200%200%2013%2011.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23424242%22%20points%3D%226.5%2011.3%203.3%205.6%200%200%206.5%200%2013%200%209.8%205.6%20%22%2F%3E%3C%2Fsvg%3E');
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    content: '';
    pointer-events: none;
}
.ui-body .form-group textarea {
    min-height: 60px;
    resize: none;
    font-size: inherit;
}
.ui-body .form-group input:not(.graph), .ui-body .form-group select, .ui-body .form-group textarea .ui-body .selectize-input {
    font-size: inherit;
    display: table-cell;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    vertical-align: middle;
}
.ui-body .form-group input.el-select__input.is-undefined {
    height: 35px!important;
}
.ui-body td input, .ui-body td select, .ui-body td textarea {
    display: table-cell;
    width: 100% !important;
    height: 100%;
    margin-bottom: 0;
    padding: 0 10px;
    vertical-align: middle;
}
.ui-body td input, .ui-body td input:not(.graph), .ui-body td textarea, .ui-body td .selectize-input {
    height: 30px;
    max-height: 100px!important;
    min-height: 20px!important;
    border-radius: 0;
    padding: 8px 10px;
    background-color: #fff!important;
    border: none!important;
}
.ui-body td input[type="checkbox"] {
    width: 15px!important;
    height: 15px!important;
    min-height: 20px !important;
}
.ui-body td .form-group {
    margin: 0!important;
    background-color: #ffffff;
}
.ui-body td .as-switch input[type="checkbox"] {
    width: inherit!important;
    height: inherit!important;
}
.ui-body input.unsaved.show {
    box-shadow: 0px 2px 0px 0px #d9473a!important;
    display: inline-block!important;
}
.ui-body .form-group input.validate, .ui-body .form-group select.validate, .ui-body .form-group textarea.validate, .ui-body .form-group .selectize-input.validate, .ui-body .form-group input[type='checkbox'].validate, .ui-body .form-group input[type='radio'].validate, .ui-body .form-group .checkbox.validate, .ui-body .form-group .radio.validate, .ui-body .form-group .checkbox-label.validate, .ui-body .form-group .radio-label.validate {
    box-shadow: 0px 2px 0px 0px #d9473a!important;
}
.form-group.req, .form-group.req * {
    /* transition: all ease-in-out .4s; */
    /* background-color: transparent; */
}
.ui-body .form-group.req label:after {
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 30px;
    padding: 5px 0px;
    content: '*';
    text-align: center;
    color: #333;
}
/* Selector para inputs en formularios, agrega un astericos para campos requeridos. Version 2.0*/
.required__value label::before {
    content: '*';
    font-size: 1.3em;
    color: rgb(160, 29, 29);
}
.required__value .validation-text span {
    font-size: 0.9em;
    color: red;
    word-break: break-word;
    display: block;
}
.ui-body .form-group.req label, .ui-body .form-group.req .checkbox-label, .ui-body .form-group.req .radio-label {
    padding-left: 10px;
    color: #2462ad;
}
.ui-body .highlight .form-group.req input, .ui-body .highlight .form-group.req input:not(.graph), .ui-body .highlight .form-group.req .checkbox-label:before, .ui-body .highlight .form-group.req .radio-label:before, .ui-body .highlight .form-group.req .checkbox-label:after, .ui-body .highlight .form-group.req .radio-label:after, .ui-body .highlight .form-group.req select, .ui-body .highlight .form-group.req textarea, .ui-body .highlight .form-group.req .selectize-input {
    border-bottom: solid 1px #2462ad;
}
/* .ui-body .highlight .form-group.req input::-webkit-input-placeholder {
    color: #a2b3c8;
}
.ui-body .highlight .form-group.req input::-moz-placeholder {
    color: #a2b3c8;
}
.ui-body .highlight .form-group.req input:-ms-input-placeholder {
    color: #a2b3c8;
}
.ui-body .highlight .form-group.req input:-moz-placeholder {
    color: #a2b3c8;
} */

.highlight .form-group.req, .highlight .form-group.req * {
    /* transition: all ease-in-out .4s; */
    /* background-color: #edf1f8; */
}
.ui-body .highlight .form-group.req label, .ui-body .highlight .form-group.req .checkbox-label, .ui-body .highlight .form-group.req .radio-label {
    font-weight: bold;
}
.ui-body .form-group .input-group-addon {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px!important;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: #dadff0;
}
/**/

.ui-body .header-buttons {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    clear: both;
    width: auto;
    min-height: 35px;
    height: auto;
    padding: 5px 10px;
    vertical-align: top;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
    /*border-bottom: 1px solid #c8d2dd;*/
}
.ui-body .header-buttons .main-buttons {
    float: left;
}
.ui-body .header-buttons .secondary-buttons {
    float: right;
}
.ui-body .btn {
    text-transform: capitalize;
    position: relative;
}
.ui-body .header-buttons .btn {
    margin-right: 5px;
    text-transform: capitalize;
    border: solid 1px rgba(0, 0, 0, 0.2)!important;
    border-radius: 0;
    padding: 2px 5px 3px 5px;
    color: #545659;
    background-color: white;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.08) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.08) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.08) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
    /* IE6-9 */
    position: relative;
    width: auto!important;
    height: 25px!important;
}
.ui-body .header-buttons .btn:last-of-type {
    margin: 0;
}
.ui-body .master-tab-pane .panel-content {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding: 10px;
}
/**/

.ui-body.modal-open .ui-area .master-tab-pane.active {
    overflow: hidden!important;
}
body>.modal-backdrop {
    display: none;
}
.ui-body .modal {
    position: absolute;
    padding: 0!important;
    text-align: center;
    background-color: transparent;
}
.ui-body .modal:before {
    display: inline-block;
    margin: 0 auto;
    content: '';
    vertical-align: middle;
}
.ui-body .modal:after {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    background-color: rgba(94, 110, 141, .5);
}
.ui-body .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin: 10px auto!important;
}
.ui-body .modal-dialog.modal-xl {
    width: 90%;
}
.ui-body .modal-content .modal-header, .ui-body .modal-content .modal-body, .ui-body .modal-content .modal-footer {
    padding: 10px!important;
    color: #333;
    border: none;
}
.ui-body .modal-content .modal-body {
    max-height: 550px;
    overflow: hidden;
    overflow-y: auto;
}
.ui-body .modal .modal-body .header-buttons, .ui-body .modal .modal-body .panel-content {
    position: relative;
    top: 0;
    display: block;
    clear: both;
    margin-bottom: 10px;
    padding: 0;
    border: none;
}
.ui-body .modal .modal-body .header-buttons .main-buttons {
    float: none;
}
.ui-body .ui-button {
    display: block;
    overflow: hidden;
    /* height: 30px; */
    min-height: 30px;
    max-height: 100%;
    padding: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: none;
    border-radius: 0;
    margin: 0;
    background: none!important;
}
.ui-body .ui-button-extra {
    display: table;
    overflow: hidden;
    /* height: 30px; */
    min-height: 30px;
    max-height: 100%;
    padding: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: none;
    border-radius: 0;
    margin: 0;
    background: none!important;
}
.ui-body .ui-button.fix-height {
    height: 30px;
}
@-moz-document url-prefix()
{
    .ui-body .ui-button
    {
        margin:0 -10px;
    }
}
.ui-body .ui-button.dropdown {
    overflow: inherit!important;
}
.ui-body .ui-button.dropdown .dropdown-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #f5f5f5;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}
.ui-body .ui-button button.btn {
    width: 100%;
    background-color: transparent;
    position: relative;
}
.ui-body .ui-button .primary, .ui-body .ui-button .secondary {
    line-height: 30px;
    display: table;
    width: 100%;
    /* height: 30px; */
    height: 100%;
    padding: 0;
    /* -webkit-transition: margin ease-in-out .4s; */
    /* transition: margin ease-in-out .4s; */
}
.ui-body .ui-button .primary.active {
    margin-top: -30px;
}
.ui-body .ui-button .secondary .note {
    font-weight: normal;
    display: table-cell!important;
    width: 1%;
    min-width: 100px;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: default;
    vertical-align: middle;
    text-transform: capitalize;
}
.ui-body .ui-button .btn {
    display: table-cell;
    width: 1%;
    height: 30px;
    margin: 0 auto;
    vertical-align: middle;
    color: #2462ad;
    border: none;
    border-right: inset 1px rgba(200, 200, 200, .4);
    border-bottom: solid 1px rgba(0, 0, 0, .2);
    border-left: inset 1px rgba(200, 200, 200, .2);
    border-radius: 0;
    outline: none!important;
    background: #e9edf1!important;
    background-color: #e9edf1!important;
    position: relative;
}
.ui-body .ui-button .btn:hover, .ui-body .ui-button .btn:active {
    background: #a9d2f9!important;
    background-color: #a9d2f9!important;
    outline: none!important;
}
.ui-body .ui-button>.btn {
    height: 30px;
}
.ui-body .btn-tooltip {
    position: fixed;
    z-index: 100;
    padding: 5px 10px;
    color: #fff;
    background-color: #333;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    max-width: 300px;
}
.ui-body .btn-tooltip:before {
    position: absolute;
    z-index: 0;
    top: -5px;
    left: 15px;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #333;
}
.ui-body .ui-button .has-addon .btn {
    float: left;
    width: calc(100% - 40px)!important;
}
.ui-body .ui-button .has-addon .btn.addon {
    float: right;
    width: 40px!important;
    height: 30px;
    padding: 10;
}
/*.ui-body .ui-button .btn:nth-child(even) {
    background-color: rgba(0, 10, 50, 0.15);
}*/

.ui-body .ui-button .btn:active {
    background-color: rgba(0, 0, 0, .2);
    box-shadow: inset 0 4px 4px -1px rgba(39, 39, 39, .2);
}
.ui-body .ui-button .btn:hover {
    background-color: rgba(0, 0, 0, .2);
}
.ui-body table .acciones .ui-button, .ui-body table .acciones .ui-button .secondary, .ui-body table .acciones .ui-button .secondary .btn {
    /* height: auto; */
    box-shadow: none;
}
.ui-body pre code {
    white-space: pre-line;
}
.ui-body .lateral-control {
    position: absolute;
    top: 70px;
    right: 0;
    width: 30px;
}
.ui-body .lateral-control .nav a {
    width: 30px;
    padding: 5px;
    color: #fff;
    border: none!important;
    border-radius: 0;
    background-color: #385e9d;
    box-shadow: -2px -2px 4px rgba(0, 0, 0, .2)!important;
}
.ui-body .lateral-control .nav a:hover {
    color: #385e9d;
    background: #fff;
}
.ui-body .lateral-control .nav li {
    display: block;
    overflow: hidden;
    width: 30px;
}
.ui-body .lateral-control .nav {
    display: block;
}
.ui-body footer .footer-panel {
    position: absolute;
    bottom: 30px!important;
    width: 100px;
    margin: 0!important;
    padding: 0!important;
    border: none!important;
    border-radius: 0;
    background-color: #333;
}
.ui-body footer .footer-panel li {
    position: relative;
    display: table;
    width: 100%;
    height: 30px;
}
.ui-body footer .footer-panel li a {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #fff;
    background-color: transparent;
}
.ui-body footer .footer-panel li a:hover {
    color: #333;
    background-color: rgba(255, 255, 255, .6);
}
.textDimensionCalculation {
    position: absolute;
    visibility: hidden;
    height: auto;
    width: auto;
    white-space: nowrap;
}
/* booz acomodar en tabs*/

.tab-content-mask.disable-content {
    position: absolute;
    z-index: 9999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(94, 110, 141, .5);
}
.ui-badge {
    position: absolute;
    right: 0;
    top: 5px;
    display: inline-block;
    min-width: 10px;
    padding: 3px 6px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 100px;
}
.error-validate {
    display: none;
}
.delete-image-picker {
    margin: -24px auto 0;
    position: absolute;
}
.center-image-picker {
    position: relative;
    margin: 30px auto 0;
}
.delete-image-picker>* {
    position: relative;
}
.ui-pnotify-modal-overlay {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    visibility: visible;
    width: 100%;
    height: 100%;
    /* -webkit-transition: opacity ease-in-out .4s 0s, visibility ease-in-out 0s 0s; */
    /* -moz-transition: opacity ease-in-out .4s 0s, visibility ease-in-out 0s 0s; */
    /* transition: opacity ease-in-out .4s 0s, visibility ease-in-out 0s 0s; */
    opacity: 1;
    /*-webkit-transition: opacity .4s 0s, visibility 0s .4s;
    /* -moz-transition: opacity .4s 0s, visibility 0s .4s; */
    /* transition: opacity .4s 0s, visibility 0s .4s;*/
    background-color: rgba(94, 110, 141, .5);
}
.ui-pnotify.asPopup {
    margin: 0 auto;
    left: 0!important;
    right: 0!important;
}
.popup {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    /* -webkit-transition: opacity ease-in-out .4s 0s, visibility ease-in-out 0s .4s; */
    /* -moz-transition: opacity ease-in-out .4s 0s, visibility ease-in-out 0s .4s; */
    /* transition: opacity ease-in-out .4s 0s, visibility ease-in-out 0s .4s; */
    opacity: 0;
    background-color: rgba(94, 110, 141, .5);
}
.popup.is-visible {
    visibility: visible;
    /* -webkit-transition: opacity ease-in-out .4s 0s, visibility ease-in-out 0s 0s; */
    /* -moz-transition: opacity ease-in-out .4s 0s, visibility ease-in-out 0s 0s; */
    /* transition: opacity ease-in-out .4s 0s, visibility ease-in-out 0s 0s; */
    opacity: 1;
}
.popup-container, .ui-pnotify.asPopup .ui-pnotify-container {
    position: relative;
    width: 90%!important;
    max-width: 400px!important;
    margin: 4em auto;
    padding: 0;
    /* -webkit-transition-duration: .4s; */
    /* -moz-transition-duration: .4s; */
    transition-duration: .4s;
    /* -webkit-transition-property: -webkit-transform; */
    /* -moz-transition-property: -moz-transform; */
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    text-align: center;
    border: none!important;
    border-radius: .25em .25em .4em .4em;
    background: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .3)!important;
    /*box-shadow: 0 0 20px rgba(0, 0, 0, .2)!important;*/
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
}
.ui-pnotify.asPopup .ui-pnotify-container .ui-pnotify-text {
    padding: 3em 1em;
}
.popup-container p, .ui-pnotify.asPopup .ui-pnotify-text {
    padding: 3em 1em;
    color: #333;
}
.popup-container .buttons:after, .ui-pnotify.asPopup .ui-pnotify-action-bar:after {
    display: table;
    clear: both;
    content: '';
}
.popup-container .buttons li, .ui-pnotify.asPopup .ui-pnotify-action-bar .ui-pnotify-action-button {
    float: left;
    width: 50%;
    /*display: table-cell;*/
}
.ui-pnotify.asPopup .ui-pnotify-action-bar .ui-pnotify-action-button {
    line-height: 60px;
    height: 60px;
    padding: 0;
    /* -webkit-transition: background-color ease-in-out .4s; */
    /* -moz-transition: background-color ease-in-out .4s; */
    /* transition: background-color ease-in-out .4s; */
    text-transform: uppercase;
    color: #fff;
    border: none;
}
.ui-pnotify.asPopup .ui-pnotify-action-bar .ui-pnotify-action-button:first-child {
    border-radius: 0 0 0 .25em;
    background: #b6bece;
}
.ui-pnotify.asPopup .ui-pnotify-action-bar .ui-pnotify-action-button:first-child:hover {
    background-color: #c5ccd8;
}
.ui-pnotify.asPopup .ui-pnotify-action-bar .ui-pnotify-action-button:last-child {
    border-radius: 0 0 .25em 0;
    background-color: #fc8982;
}
.ui-pnotify.asPopup .ui-pnotify-action-bar .ui-pnotify-action-button:last-child:hover {
    background-color: #fc8982;
}
.popup-container .buttons a {
    line-height: 60px;
    display: block;
    height: 60px;
    /* -webkit-transition: background-color ease-in-out .4s; */
    /* -moz-transition: background-color ease-in-out .4s; */
    /* transition: background-color ease-in-out .4s; */
    text-transform: uppercase;
    color: #fff;
}
.popup-container .buttons li:first-child a {
    border-radius: 0 0 0 .25em;
    background: #fc7169;
}
.no-touch .popup-container .buttons li:first-child a:hover {
    background-color: #fc8982;
}
.popup-container .buttons li:last-child a {
    border-radius: 0 0 .25em 0;
    background: #b6bece;
}
.no-touch .popup-container .buttons li:last-child a:hover {
    background-color: #c5ccd8;
}
.popup-container .popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}
.popup-container .popup-close::before, .popup-container .popup-close::after {
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    content: '';
    background-color: #8f9cb5;
}
.popup-container .popup-close::before {
    left: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popup-container .popup-close::after {
    right: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.is-visible .popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
    .popup-container {
        margin: 8em auto;
    }
}
.scrollbar {
    width: 250px;
    height: 300px;
    background-color: lightgray;
    margin-top: 40px;
    margin-left: 40px;
    overflow-y: scroll;
    float: left;
}
/* --------------------------------
xnugget info
-------------------------------- */

.cd-nugget-info {
    position: absolute;
    width: 60%;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cd-nugget-info h1 {
    color: #fefffb;
    font-size: 2.4rem;
    margin: .6em 0;
}
.cd-nugget-info .cd-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    border-radius: 50em;
    background: #ff962c;
    padding: 1em 2em;
    color: #fefffb;
    font-weight: bold;
    font-size: 1.4rem;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.cd-nugget-info .cd-btn:active {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.no-touch .cd-nugget-info .cd-btn:hover, .cd-nugget-info .cd-btn:focus {
    outline: none;
    background: #ffa346;
}
@media only screen and (min-width: 1100px) {
    .cd-nugget-info h1 {
        font-size: 4.2rem;
        font-weight: 300;
    }
    .cd-nugget-info .cd-btn {
        font-size: 1.6rem;
    }
}
/* --------------------------------
Main Components
-------------------------------- */

.el-date-editor.el-input {
    width: 100%!important;
}
/*index.css class*/

.ui-body .el-input-number.el-input-number--small {
    width: 100%;
}
.ui-body i.el-icon-plus, .ui-body i.el-icon-minus {
    line-height: 2;
}
.col-xs-7.border.col {
    height: 194px;
}
button.btn.btn-default.dropdown-toggle {
    padding: 3px 8px;
}
input[type='submit']:hover {
    background-color: #e6e6e6!important;
}
/*----------------------------
tabla-atributos-productos
------------------------------*/

.textear {
    width: 100%;
    min-height: 100px;
}
.boxs {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #0088cc;
    margin-bottom: 15px;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
}
.boxs .box-header.with-border {
    border-bottom: 1px solid #c8d2dd;
}
.table-attributes {
    display: table;
    width: 100%;
    border-top: 1px solid #cccacf;
}
.table-attributes-block {
    display: table-cell;
}
.table-attributes .el-button--primary {
    color: #fff;
    background-color: #1f5993;
    border-color: #20a0ff;
    padding: 3px;
}
.table-attributes .el-button--primary:focus, .table-attributes .el-button--primary:hover {
    color: #fff;
    background: rgb(77, 179, 255);
    border-color: rgb(77, 179, 255);
}
.table-attributes .table-attributes-block-content.tab-content::-webkit-scrollbar, .table-attributes .table-attributes-block-content.tab-content>.navigation::-webkit-scrollbar, .table-attributes .table-attributes-block-content.tab-content .master-tab-pane::-webkit-scrollbar, .table-attributes .table-attributes-block-content.tab-content::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #fff;
}
.table-attributes .table-attributes-block p {
    margin: 0 15px 8.5px;
}
.table-attributes .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
/*.table-attributes .nav-tabs>li.active>a.skin:after{
    content: '';
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    background-color: white;
    position: absolute;
    display: block;
    right: -10px;
    top: 7px;
    z-index: 999;
    border-left: solid 1px #cccacf;
    border-bottom: solid 1px #cccacf;
}*/

.table-attributes .nav-tabs>li.active>a.skin, .table-attributes .nav-tabs>li.active>a.skin:focus {
    color: #eee;
    cursor: default;
    background-color: #20a0ff;
}
.table-attributes a.skin:hover {
    color: #fff !important;
}
.table-attributes .nav-tabs>li.active>a:hover {
    color: #eee;
}
.table-attributes ul.dropdown-menu.pull-right {
    border-color: rgba(51, 122, 183, 0.45);
    padding: 2px 2px;
}
.table-attributes .nav>li>a:hover {
    background-color: rgb(53, 155, 220);
}
.table-attributes .nav-tabs>li>a {
    margin-right: 0px;
}
.table-attributes .form-group.posicion {
    position: absolute;
    width: 95%;
    top: 86%;
    left: 2%;
}
.table-attributes button.el-button.block.posicion.el-button--primary {
    position: absolute;
    width: 95%;
    top: 100%;
}
.table-attributes .table-attributes-block .el-tag {
    font-size: medium;
    background-color: rgba(12, 128, 215, 0.86);
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    padding: 0px 5px;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
}
.table-attributes .attrib {
    width: 20%;
}
.table-attributes .items {
    width: 50%;
    border-left: 1px solid #cccacf;
    border-right: 1px solid #cccacf;
}
.table-attributes .current {
    width: 30%;
}
.table-attributes .table-attributes-block-titulo {
    font-weight: bold;
    padding: 0 10px 10px;
    background-color: #ecf0f5;
    border-bottom: 1px solid #cccacf;
    border-left-width: 1px solid #cccacf;
}
@media (max-width: 768px) {
    .table-attributes .attrib, .table-attributes .items, .table-attributes .current {
        width: 100%!important;
    }
    .table-attributes .table-attributes-block {
        display: block!important;
    }
    .button.el-button.btn.el-tooltip.el-button--primary {
        margin: 5px;
    }
    .table-attributes .table-attributes-block-content.tab-content {
        overflow: scroll;
        max-height: 350px;
    }
}
.table-attributes .ui-body .ui-button>.btn:focus {
    background-color: #20a0ff;
}
.items .space {
    padding-top: 5px;
}
.inline-form {
    width: 100%;
    height: auto;
    display: inline-table;
}
.ui-body .inline-form .form-group {
    width: auto;
}
.inline-form .from-group {
    display: inline;
    width: auto;
    float: left;
    clear: none;
    margin-right: 15px;
}
.ui-body .inline-form .form-group label, .ui-body .inline-form .form-group input {
    width: auto;
    float: left;
}
/*-------------------------
--=)--Menu Modulenav---(=--
-------------------------*/

.hidde-menu {
    display: block;
}
.hidde-this {
    display: none;
}
@media (max-width: 767px) {
    .hidde-menu {
        display: none;
    }
    .block.centered {
        margin: 0!important;
    }
    .navbar-brand {
        float: none!important;
    }
    .menumodule {
        cursor: pointer;
    }
    .hidde-this {
        display: inline-block!important;
    }
    /*.user-container {
        padding: 30px 0 0 0;
    }*/
}
.movements-actions button span {
    /*float: left;
    padding-left: 8px;*/
}
.movements-actions .btn:focus {
    color: #1f5993 !important;
}
.movements-actions .btn {
    padding: 6px 0 !important;
    width: 100%;
    height: 100%;
    border: none;
    vertical-align: middle;
}
.movements-dropdown-text.autorize span {
    padding-top: 3px;
}
.movements-details, .movements-dropdown, .movements-cancel {
    height: 100%;
    float: left;
    color: #1f5993 !important;
}
.movements-dropdown-text, .movements-dropdown-options {
    float: left;
}
.movements-details {
    width: 25%;
    border-right: 1px solid #c8d2dd;
}
.movements-dropdown {
    border-right: 1px solid #c8d2dd;
}
.movements-dropdown, .movements-cancel {
    width: 25%;
}
.movements-dropdown>.movements-dropdown-options button {
    padding: 9px 0 !important;
}
.movements-dropdown>.movements-dropdown-text {
    width: 65%;
}
.movements-dropdown>.movements-dropdown-options {
    /*width: 20%;*/
    width: 35%;
}
.movements-dropdown>.movements-dropdown-options ul li {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}
.movements-dropdown-options button i {
    font-size: 10px;
}
.movements-actions button, .movements-dropdown-options ul li .btn {
    /*background: -moz-linear-gradient(top,  rgba(255,255,255,.36), rgba(227,227,227,1));
    background: -webkit-linear-gradient(top, rgba(255,255,255,.36), rgba(227,227,227,1));
    background: linear-gradient(to bottom, rgba(255,255,255,.36), rgba(227,227,227,1));*/
    background-color: #ffffff;
    height: 30px;
}
.movements-actions button:hover, .movements-dropdown-options ul li .btn:hover {
    -webkit-text-stroke-width: 0.9px;
    -webkit-text-stroke-color: rgba(0, 0, 0, .1);
}
.movements-actions .realize .btn:not([disabled]), .movements-actions .movements-cancel .btn:not([disabled]), .movements-actions .movements-dropdown-text .btn:not([disabled]) .movements-actions .movements-dropdown-options .btn:not([disabled]), .movements-actions .movements-dropdown-options ul li .btn {
    color: #1f5993;
}
.movements-actions .movements-cancel .btn[disabled], .movements-actions .movements-dropdown-text .btn[disabled], .movements-actions .movements-dropdown-options .btn[disabled] {
    color: rgba(194, 194, 194, .6);
    opacity: 1;
}
.ui-body .table td.more, .ui-body .table td>.more {
    padding: 0 5px;
}
.more input[type='checkbox'] {
    margin: 0 !important;
}
.linkId {
    padding: 0px 14px 0 14px;
    border-radius: 5px;
}
.input-group-btn>button {
    height: 30px;
}
/*.el-input-number__increase, .el-input-number__decrease {
    height: 100%!important;
    top: 0!important;
    padding-top: 5px;
}*/
.el-input-number .el-input {
    left: -1px;
}
input .fHeight {
    height: auto !important;
    min-height: 10px !important;
}
.basic .form-group {
    width: 94%;
    margin: 5px 2%;
    word-break: break-all;
}
.basic.dropdown-menu>li>a {
    color: #000;
    background: #fff !important;
    border-top: solid 1px rgba(153, 153, 153, 0.42);
}
.basic.dropdown-menu>li>a:hover {
    background: #359bdc !important;
    color: #fff;
}
/*tab context menu*/

.tabContextMenu {
    position: relative;
    z-index: 200;
    width: 250px;
    height: auto;
    border: solid 1px #bababa;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 4px 2px 0 rgba(0, 0, 0, .14), 2px 3px 5px 0 rgba(0, 0, 0, .12), 2px 3px 1px -1px rgba(0, 0, 0, .2)!important;
    box-shadow: 2px 4px 2px 0 rgba(0, 0, 0, .14), 2px 3px 5px 0 rgba(0, 0, 0, .12), 2px 3px 1px -1px rgba(0, 0, 0, .2)!important;
}
.tabContextMenu.secondary {
    border: none;
}
.expand .tabContextMenu {
    margin-left: 200px;
    margin-top: 30px;
    position: absolute;
}
.expand .tabContextMenu.secondary {
    margin: 0!important;
}
.collapsed .expand .tabContextMenu {
    margin-left: 0;
    margin-top: 30px;
    position: absolute;
}
.sidebar .tabContextMenu {
    position: absolute;
}
.tabContextMenu .tabContextMenu-content {
    display: block;
    height: auto;
    margin: 0;
    padding: 2px 0;
}
.tabContextMenu .tabContextMenu-item {
    position: relative;
    display: table;
    width: 100%;
    height: 25px;
}
.tabContextMenu .tabContextMenu-item a,
.tabContextMenu .tabContextMenu-item .itemLabel {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding-right: 10px;
    padding-left: 35px;
    vertical-align: middle;
    color: #000000!important;
}
.tabContextMenu .tabContextMenu-item a:hover {
    cursor: pointer;
    background-color: #ebebeb;
}
.tabContextMenu .tabContextMenu-item a.disabled {
    color: #a1a192!important;
    cursor: not-allowed;
    background-color: transparent;
}
.tabContextMenu .tabContextMenu-item a .icon,
.tabContextMenu .tabContextMenu-item .itemLabel .icon {
    font-size: 11px;
    position: absolute;
    top: 8px;
    left: 0;
    width: 35px;
    text-align: center;
    font-weight: 400;
    color: #46505e;
}
.tabContextMenu .tabContextMenu-item .itemLabel {
    display: table;
    width: 100%;
    height: 25px;
    cursor: default;
}
.tabContextMenu .tabContextMenu-item .itemLabel .action {
    position: absolute;
    right: 5px;
    top: 3px;
    cursor: pointer;
}
.tabContextMenu .tabContextMenu-content .separator {
    display: block;
    border-bottom: solid 1px #e9e9e9;
    width: 100%;
    margin: 2px auto;
}
.tile_count .tile_stats_count .count_bottom i {
    width: 12px
}
/*--Metricas--*/

.metrics {
    margin-bottom: 10px;
    background-color: #fff;
}
.metrics .metrics-box {
    display: inline-block;
    width: 100%!important;
    padding: 5px 0;
}
.metrics .metrics-options {
    font-size: 11px;
    display: inline;
    float: right;
    text-align: right;
}
.metrics .metrics-content {
    display: inline-block;
    float: left;
    width: 25%;
    min-width: 20%;
    padding: 0 10px;
}
@media (max-width: 768px) {
    .metrics .metrics-content {
        width: 50%;
    }
}
.metrics .metrics-text {
    font-size: 11px;
    display: block;
    line-height: 1.2;
}
.metrics .metrics-count {
    font-size: 12px;
    font-weight: bold;
    color: #337ab7;
    text-align: center;
}
.metrics .metrics-button {
    display: inline;
    padding-right: 10px;
    text-align: right;
    color: #545659;
    border: 0;
    border-radius: 5px;
    background-color: white;
}
/*.metrics .metrics-button:hover{
    background-color: #359bdc;
    color: #fff;
}
#app .panel-content .metrics-content {
    width: 19.5%;
    min-width: auto;
}*/

/*--indications--*/

.indication {
    background-color: #dcdfe2;
    padding: 5px;
    border-bottom: 1px solid #cccacf;
    min-height: 40px;
}
.indication .indication-content {
    display: table;
}
.indication .indication-img {
    display: table-cell;
    vertical-align: top;
    padding: 0 5px 0 5px;
}
.indication .indication-img .indication-icon {
    font-size: 40px;
    float: left;
    color: #194878;
}
.indication .indication-text {
    display: table-cell !important;
    vertical-align: middle;
    padding: 0 5px;
    text-align: justify;
    display: block;
    margin-bottom: 0px;
    color: #337ab7;
}
.ui-body i.ui.ui-help_outline {
    color: dodgerblue;
}
.main-buttons>.buttons-top {
    display: inline-block !important;
    margin-top: 3px !important;
}
.main-buttons>.buttons-top>label {
    margin-right: 5px;
}
/*--modal-dialogs--*/

.dialog-xs {
    width: 83.33333333%;
}
.dialog-sm {
    width: 75%;
}
.dialog-md {
    width: 66.66666667%;
}
.dialog-lg {
    width: 40%;
}
.uiDialog .dialog-content .dialog-text>p::-webkit-scrollbar, .uiDialog .dialog-content .dialog-text>p>.navigation::-webkit-scrollbar, .uiDialog .dialog-content .dialog-text>p .master-tab-pane::-webkit-scrollbar, .uiDialog .dialog-content .dialog-text>p::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: hsla(0, 0%, 100%, 0);
}
.uiDialog {
    width: 100%;
    height: 100%;
    z-index: 9999999;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.22);
}
#uiBody .uiDialog.alert {
    padding: 0px!important;
    margin-bottom: 0px!important;
    border: 0px!important;
    border-radius: 0px!important;
}
.uiDialog .dialog-content {
    max-height: 300px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.30), 0 -1px 7px rgba(0, 0, 0, 0.30), 0 12px 12px rgba(0, 0, 0, 0.22);
    margin-left: 30%;
    margin-top: 10%;
}
.uiDialog .dialog-content .dialog-close {
    font-size: 20px;
    color: rgba(51, 51, 51, 0.63);
    border-color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    float: right;
    padding: 0;
}
.uiDialog .dialog-content .dialog-close:hover {
    color: #c7254e;
}
.uiDialog .dialog-content .dialog-title {
    width: 100%;
    height: 40px;
    text-align: left;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
}
.uiDialog .dialog-content .dialog-text {
    height: 210px;
    color: #444;
    text-align: justify;
    font-weight: 600;
    font-size: 12;
    overflow: hidden;
    padding: 10px;
}
.uiDialog .dialog-content .dialog-text>p {
    max-height: 190px;
    overflow-y: scroll;
    margin: 0;
}
.uiDialog .dialog-content .dialog-buttons {
    width: 100%;
    text-align: right;
    border-radius: 0 0px 3px 3px;
}
.uiDialog .dialog-content .dialog-buttons .dialog-boton {
    width: 100px;
    height: 50px;
    padding: 0;
    line-height: 3;
    border: 1px solid;
    font-weight: 700;
    font-size: 12px;
    border-color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
}
.uiDialog .dialog-content .dialog-buttons .dialog-boton:hover {
    color: #023969;
}
h3.title-grup {
    color: #5c4b51;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #cccacf;
    margin: 0;
    padding: 5px;
}
.ui-body .panel-grup {
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
    padding: 0;
    border: 0px;
}
.elBtn {
    max-height: 30px !important;
    padding: 7px !important;
    width: 100% !important;
}
.treeview-menu .moreHover {
    position: absolute;
    width: 200px;
    height: 200%;
    top: -20px;
    z-index: -1;
}
.hidde-this {
    float: right;
    height: 100%;
    padding: 8px 3px;
}
.ui-countdown {
    display: block;
    margin: 0;
    height: auto;
    position: relative;
    width: 100%;
}
/*.ui-countdown .cd-block:before {
    width: 80px;
    height: 80px;
    content: '';
     border: solid 2px #2462ad;
     background-color: #2462ad;
    position: absolute;
    display: block;
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -10px;
    z-index: -1;
}*/

.ui-countdown .cd-block {
    display: block;
    margin: 0 auto;
    width: 1%;
    position: relative;
    height: 65px;
    width: 100%;
    padding: 10px;
}
.ui-countdown .cd-text {
    color: #101f31;
    font-size: 18px;
    font-weight: 100;
    margin: 0;
    text-align: center;
    line-height: 20px;
}
.ui-countdown .cd-digit {
    color: #2462ad;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    line-height: 30px;
}
.control-sidebar>.tab-content {
    padding: 10px 10px !important;
    max-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
}
.chatComponent {
    position: fixed;
    display: block;
    top: 30px;
    right: -300px;
    bottom: 30px;
    width: 300px;
    /* -webkit-transition: all .4s ease-in-out; */
    /* -o-transition: all .4s ease-in-out; */
    /* transition: all .4s ease-in-out; */
    z-index: -100;
    visibility: hidden;
}
.chatComponent.chatOpen {
    right: 0px;
    z-index: 9999;
    visibility: visible;
}
.list-form {
    width: 100%;
    height: auto;
}
.listContactsNode {
    width: 100%;
    clear: both;
    display: block;
}
.listContactsNode .contentImage {
    height: 40px;
    width: 40px;
    overflow: hidden!important;
    display: inline-table;
    float: left;
    position: relative;
}
.listContactsNode .contentImage .badge.newMsg {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #d9473a;
    border-radius: 3px;
}
.listContactsNode .image {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    border-radius: 200%!important;
}
.listContactsNode .contentInformation {
    width: calc(100% - 40px);
    height: 40px;
    float: left;
    display: inline-table;
    position: relative;
    padding: 0 5px;
    overflow: hidden;
}
.listContactsNode .inputName, .listContactsNode .inputStatus, .listContactsNode .inputDate {
    display: block;
}
.listContactsNode .inputStatus, .listContactsNode .inputDate {
    line-height: 1.3;
}
.listContactsNode .inputName {
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 12px;
    line-height: 1.1;
    width: 100%;
    height: 15px;
    overflow: hidden;
    white-space: normal;
}
.listContactsNode .inputStatus {
    font-size: 10px;
    text-align: left;
}
.listContactsNode .inputDate {
    text-align: left;
    font-size: 11px;
    display: inline;
    margin-left: 10px;
}
.listContactsNode .userChatInfo:hover {
    background-color: hsla(214, 30%, 50%, 0.2);
}
.contacts {
    height: 90%;
    max-height: 90%;
    overflow: auto;
    width: 100%;
}
.formChat {
    width: 100%;
    height: 100%;
    position: relative;
}
.formChat, .formChat .image {
    height: 100%;
}
.formChat, .formChat .contentHead, .formChat .image {
    width: 100%;
}
.formChat .contentHead {
    height: 40px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 5px;
}
.formChat .contentHead:hover {
    background-color: #2462ad;
}
.formChat .button {
    margin: 0px;
    height: 50px;
    width: 10px;
}
.formChat .imageContact, .formChat .messageGroup .individualMessage {
    padding: 5px 10px;
}
.formChat .imageContact {
    width: 40px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}
.formChat .image {
    border-radius: 100%;
}
.formChat .contentText, .formChat .sendButton, .formChat .chatName, .formChat .contentMessages {
    position: absolute;
}
.formChat .contentText {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    height: 40px;
    display: inline-table;
    width: 100%;
}
.formChat .chatText {
    resize: none;
    height: 100%;
    width: 100%;
    border: 0;
    color: black;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 40px;
    position: relative;
}
.formChat .sendButton {
    border: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 35px;
    height: 30px;
    color: #359bd6;
}
.formChat .button, .formChat .imageContent {
    display: inline-block;
}
.formChat .name {
    font-weight: bold;
    letter-spacing: 0.5px;
    padding-left: 5px;
    display: table-cell;
    vertical-align: middle;
}
.formChat .contentMessages {
    width: 100%;
    top: 40px;
    right: 0;
    bottom: 40px;
    left: 0;
    padding: 10px 0;
    overflow-y: auto;
    background-color: #ffffff;
}
.formChat .contentMessages ::-webkit-scrollbar {
    width: 5px;
    bottom: 0px;
}
.formChat .messageGroup {
    padding-left: 15px;
    width: auto;
    max-width: 70%;
    clear: both;
    display: block;
    margin-bottom: 5px;
}
.formChat .messageGroup {
    float: left;
}
.formChat .messageGroup .individualMessage {
    margin-top: 5px;
    background: hsl(213, 66%, 41%);
}
.formChat .messageGroup, .formchat .messageGroup .individualMessage, .formChat .me {
    position: relative;
    border-radius: 10px;
}
.formChat .me {
    float: right;
    padding: 0px;
    padding-right: 15px;
}
.formChat .me .individualMessage {
    background: hsl(213, 86%, 21%);
}
.formChat .individualMessage>p {
    margin: 0px;
    color: #e3e8f8;
    min-height: 10px;
    /* word-break: break-all; */
}
.formChat .messageGroup .individualMessage:first-of-type:before {
    left: -7px;
    border-color: transparent;
    border-top-color: #2362ae;
    content: "";
    position: absolute;
    border-width: 10px;
    top: 0px;
    width: 0px;
    height: 0px;
    border-style: solid;
    z-index: 0;
}
.formChat .me .individualMessage:first-of-type:before {
    right: -7px;
    left: initial;
    border-color: transparent;
    border-top-color: rgb(7, 49, 99);
    content: "";
    position: absolute;
    border-width: 10px;
    top: 0px;
    width: 0px;
    height: 0px;
    border-style: solid;
    z-index: 0;
}
.el-input.el-input--mini .el-input__icon.el-icon-close, .el-input.el-input--mini .el-input__icon.el-icon-date {
    width: 20px !important;
    right: 2px !important;
    top: 2px !important;
    height: 80% !important;
    background: #fff !important;
}
.el-tabs__nav-prev, .el-tabs__nav-next {
    padding: 14px 0 0 0 !important;
}
.sidebar-menu li>a>.treeview-indent, .sidebar-menu li>a>.pull-right-container>.treeview-indent {
    font-size: 15px;
    text-align: center;
    height: auto;
    width: 15px;
    margin: 0!important;
    /* -webkit-transition: transform ease-in-out .4s; */
    /* -o-transition: transform ease-in-out .4s; */
    /* transition: transform ease-in-out .4s; */
}
.sidebar-menu li:not(.child).active>a>.treeview-indent, .sidebar-menu li:not(.child).active>a>.pull-right-container>.treeview-indent {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.collapsed .main-sidebar.sidebar-collapse .sidebar-menu li.onhover>a>.pull-right-container,
.sidebar-menu li.active>ul.menu-open>li.child>a>.pull-right-container>.treeview-indent {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    /* -webkit-transition: transform ease-in-out .4s; */
    /* -o-transition: transform ease-in-out .4s; */
    /* transition: transform ease-in-out .4s; */
}
.sidebar-menu li.active>ul.menu-open>li.child.active>a:not(.disabled)>.pull-right-container>.treeview-indent {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sidebarClearSearch {
    position: absolute;
    right: 5px;
    top: 12px;
    color: #c8c8c8;
    cursor: pointer;
}
.sidebarClearSearch:hover {
    color: #ffffff;
}

.el-row {
    overflow: hidden !important;
}
.errors-report-body {
    padding: 7px;
}
.errors-report-body textarea {
    resize: none;
}
.userChatInfo {
    width: 100%;
    cursor: pointer;
    display: block;
    float: left;
    background-color: #fff;
}
.btnDirectMessage {
    cursor: pointer;
    width: 30px;
    text-align: center;
    font-size: 15px;
    border: none;
    height: 40px;
    display: table!important;
    padding: 0!important;
}
.btnDirectMessage:hover {
    background-color: #2462ad;
}
.directMessage {
    width: 100%;
    border: none !important;
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    top: 0;
    height: auto;
    background: none;
}
.directMessage .directContainer {
    width: 100%;
    height: 30px;
    display: table;
    position: relative;
    padding: 5px;
    background-color: white;
}
.directMessage .directContainer .textBox {
    border: none;
    width: calc(100% - 36px);
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    background-color: hsla(213, 31%, 83%, 0.6);
    padding-left: 5px;
    padding-right: 30px;
    font-size: 12px;
    color: #101f31;
    display: inline;
}
.directMessage .directContainer .send {
    border: none;
    height: 30px;
    color: #e3e8f8;
    background-color: hsla(155, 47%, 42%, 1);
    width: 30px;
    display: inline;
    right: 0;
    font-size: 10px;
    z-index: 9999;
    float: right;
}
#table-accounts .el-button.el-button--default {
    padding: 5px 10px !important;
}
#table-accounts .btnText {
    font-weight: bold;
    padding: 5px;
    padding-bottom: 0;
}
@media (max-width: 767px) {
    #lateral-nav::-webkit-scrollbar,
    .main-menu > .navigation::-webkit-scrollbar,
    .ui-area .master-tab-pane::-webkit-scrollbar,
    *::-webkit-scrollbar {
        width: 0!important;
        height: 0!important;
    }
    .box {
        margin-bottom: 10px;
    }
    .ui-body .master-tab-pane .panel-content, .ui-body .lateral-container .panel-content {
        padding: 0;
    }
    .idp-dynamic-table.full-height>.box-body.table-responsive {
        margin: 0!important;
    }
}
.btn-disabled {
    opacity: 1!important;
    color: #a6a6a6!important;
    background: #ddd!important;
    background-color: #ddd!important;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover {
    opacity: 1!important;
    color: #a6a6a6!important;
    background: #ddd!important;
    background-color: #ddd!important;
    pointer-events: none!important;
}
/*para el CFDI*/
hr.thin {
    border: 1px solid #0073b7;
}

/*para la vista de facultades por página*/
.overflowH {
    overflow: hidden!important;
}
.bdN {
    border: none!important;
}
.ui-body canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/* Perfil de usuario */
.profile .profile-text {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    display: inline-block;
}
.profile label {
    margin: 0;
}
.profile .profile-user-name {
    width: 90%;
    margin:auto;
    text-align: center;
}
.profile .profile-img-container {
    width: 200px;
    margin: 0 auto;
    padding: 5px;
}
.profile .social-icon {
    font-size:20px !important;
    cursor:pointer;
    color: #7b7b7b!important;
    margin-left:4px;
    /* -webkit-transition: color, .5s; */
    /* -o-transition: color, .5s; */
    /* transition: color, .5s; */
}
.profile .social-icon:hover {
    color: #2562ad!important;
}
.profile .rowHightLight {
    padding:5px 10px;
}
.profile .rowHightLight:hover {
    background: #e6e6e6;
}
.profile .rowHightLight .texto-campo {
    margin: 0;
}
.profile .rowHightLight .texto-campo input {
    border:none;
    width:100%;
    /*padding:5px 0 5px 10px;*/
    background:transparent;
}
.profile .rowHightLight a.editField {
    padding: 2px 14px;
    display: none;
}
.profile .rowHightLight:hover a.editField {
    display: block!important;
}
.profile .contentBox {
    overflow: hidden;
    overflow-y: scroll;
}
.profile .contentBox .boxRow {
    padding-left: 10px;
    border-bottom:1px solid #e6e6e6;
}
.profile .contentBox .boxRow:hover {
    background: #e6e6e6;
}
.profile .contentBox .boxRow .activityIcon {
    float: left;
    font-size: 15pt;
    padding: 5px;
}
.profile .contentBox .boxRow .activity {
    padding: 5px 40px;
}
.profile .contentBox .boxRow .activity .activityTime {
    float: right;
    padding-right: 10px;
}
.profile .contentBox .boxRow .check {
    float: left;
    font-size: 15pt;
    padding: 5px;
    cursor:pointer;
}

/* Simulación de image-picker en nuevo pagaré */
.pagareForm .img-container {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    cursor: pointer;
    border: 1px solid #cacaca;
    text-align: center;
    background-color: #ffffff;
}
.pagareForm .img-container:hover {
    background: rgba(0, 0, 0, .52);
}
.pagareForm .img-container:hover:before {
    font-size: 15px;
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    color: #f6f6f6;
}
.pagareForm .img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pagareForm .img-container>img[alt]:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.pagareForm .img-container>.img-close {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
}
.gifNO .modal-dialog {
    right: 0;
    margin: 0;
    position: absolute;
}

.exchange-rate:before {
    content: '';
    vertical-align: middle;
    border-left: solid 2px #f3f3f3;
    border-right: solid 2px #2462ad;
    top: 8px;
    display: block;
    margin: 0 auto;
    position: relative;
    height: 15px;
    width: 0;
    float: left;
}

.exchange-rate:after {
    vertical-align: middle;
    border-left: solid 2px #f3f3f3;
    border-right: solid 2px #2462ad;
    top: 8px;
    display: block;
    margin: 0 auto;
    position: relative;
    height: 15px;
    width: 0;
    content: '';
    float: right;
}

.user-panel .user-general {
    display: table;
    height: 100px;
    width: 100%;
    border-top: solid 2px #323232;
    border-bottom: solid 2px #323232;
}

.user-panel .user-img-container {
    display: table-cell;
    width: 5%;
    height: 100%;
    vertical-align: middle;
}

.user-panel .user-img-container .user-image {
    width: 70px;
    height: 70px;
    object-fit: cover;
    display: block;
    margin: 0;
    border-radius: 200px;
    border: solid 4px #ffffff;
}

.user-panel .user-info-container {
    display: table-cell;
    height: 100%;
    width: 25%;
    vertical-align: middle;
}

.user-panel .user-info-container .name{
    font-size: 18px;
    font-weight: 700;
    display: block;
}
.user-panel .user-info-container .company{
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.user-panel .user-info-container .nickname{
    display: block;
    font-size: 12px;
}

.user-panel .user-general .user-actions-container {
    display: table-cell;
    width: 0.1%;
    vertical-align: bottom;
}

.user-panel .user-panel-section {
    margin: 10px 0;
    background-color: #fff;
}

.user-panel .user-list {
    display: block;
    height: auto;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
}

.user-panel .user-list-item {
    display: table;
    height: 45px;
    width: 100%;
    position: relative;
}

.user-panel .user-list-item:hover {
    background-color: rgba(37, 98, 173, 0.4);
    cursor: pointer;
}

.user-panel .list-icon {
    display: table-cell;
    width: 2%;
    vertical-align: middle;
    height: 100%;
    text-align: center;
    font-size: 25px;
    color: #2562ad;
}

.user-panel .list-content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 15%;
}

.user-panel .list-title {
    display: block;
    font-weight: 700;
}

.user-panel .list-message {
    display: block;
}

.user-panel .section-header {
    height: 30px;
    display: block;
    font-size: 15px;
    padding: 5px 10px;
    line-height: 22px;
    color: hsla(213, 85%, 16%, 1);
    /* background-color: #323232; */
    text-transform: uppercase;
    font-weight: bold;
}



.pubImg img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.form-upload .el-upload__input {}

.el-upload-list__item-name [class^=el-icon] {
    height: auto !important;
}

.el-message-box.wizard-dialog>div {
    padding: 10px!important;
}
.el-message-box.wizard-dialog .el-message-box__btns {

    display: none;
}

.vue-avatar--wrapper.ui-avatar {
    background-size: cover!important;
    background-position: center center!important;
    border-radius: 150%!important;
    margin: 0 auto;
}

/* .ui-body * { */
    /* -webkit-transition: none !important; */
    /* -moz-transition: none !important; */
    /* transition: none !important; */
/* } */
.floatCenter {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    text-align: center;
    top: 30%;
}
.blurBox {
    filter: blur(2px);
}
.blurBox::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
}


/*
    Para arreglar las pestañas de las tablas que se veian mal
    como en nuevo cliente y en nuevo prospecto
    Solo se aplico para las que estan en un lateral
*/
.innerTabs {
    position: relative;
    z-index: 1;
    top: 0px;
    right: 0;
    left: 0;
    overflow: hidden;
    /* overflow-x: auto; */
    width: 100%;
    height: 30px;
    padding: 0;
    white-space: nowrap;
    border: none;
}
.innerTabs::-webkit-scrollbar, .innerTabs::-webkit-scrollbar * {
    display: none;
}
.innerTabs ul.nav.nav-tabs {
    position: relative;
    display: table;
    width: 100%;
    height: 30px;
    min-height: 30px;
    white-space: nowrap;
    border: none;
    overflow: hidden;
    overflow-x: auto;
}
.innerTabs ul.nav.nav-tabs li {
    position: relative;
    z-index: 2;
    float: none;
    height: 30px;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
    background-color: hsla(228, 39%, 87%, 1);
    /* border-left: solid 3px #e4e8f8;
    border-right: solid 2px #e4e8f8; */
    margin-right: 5px;
}
.innerTabs ul.nav.nav-tabs li.active {
    z-index: 3;
}
.innerTabs ul.nav.nav-tabs li.active, .innerTabs ul.nav.nav-tabs li.active:after, .innerTabs ul.nav.nav-tabs li.active:before {
    background-color: #fff !important;
}
.innerTabs ul.nav.nav-tabs li:hover, .innerTabs ul.nav.nav-tabs li:hover:after, .innerTabs ul.nav.nav-tabs li:hover:before, .innerTabs ul.nav.nav-tabs li:hover a {
    background: #fff !important;
}
.innerTabs ul.nav.nav-tabs li a {
    position: relative;
    top: 0;
    height: 30px;
    margin: 0;
    padding: 6px 10px;
    border: none;
    border-radius: 0;
    display: block !important;
    color: #333 !important;
    width: 100%;
}

/* para el scroll del footer */
.collapse-footer {
    height: 30px;
    overflow: hidden;
    overflow-y: auto;
    padding-left: 30px;
    padding-right: 0;
}
.collapse-footer::-webkit-scrollbar {
    display: none;
}

.collapse-footer ul {
    width: auto;
}

#collapseTrueOneWh .table-body {
    top: 24px!important;
}

#collapseErrorTwoWh .table-body {
    top: 24px!important;
}

.tourStep {
    background-color: hsla(0, 100%, 40%, 0.6);
}
.el-checkbox:after, .el-checkbox__input:after {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 7;}
.el-radio.radio:before {
    position: absolute;
    width:  100%;
    height:  100%;
    z-index: 99;
    content: '';
    top: 0;
}
.el-tabs--border-card>.el-tabs__content {padding: 10px!important;}
.orgchart {
    height: 100%!important;
    width: 100% !important;
    display: block !important;
}

.tab-message {
    background-color: #101f32!important;
    color: #e3e7f8!important;
    padding: 10px!important;
}

.tab-message .el-notification__title {
    color: #e3e7f8;
    padding: 0!important;
    margin-top: 10px;
    font-weight: 600;
}
.tab-message .el-notification__icon {
    color: #e3e7f8;
    font-size: 35px;
}
.tab-message .el-notification__content {
    font-size: 13px;
    text-align: initial;
    line-height: inherit;
}
.tab-message .el-notification__group.is-with-icon {
    margin-left: 45px!important;
}

.tab-message .el-notification__closeBtn {
    font-size: 10px!important;
    top: 10px!important;
    right: 10px!important;
}
.tab-pop {
    right: 0!important;
    width: 280px!important;
    position: fixed!important;
    bottom: 30!important;
    border: solid 1px hsla(229, 60%, 83%, 1)!important;
    border-radius: 0px!important;
    font-size: 13px!important;
    background-color: #fff!important;
    display: none;
    box-shadow: -1px -1px 3px rgba(0,0,0,0.5)!important;
}
.tab-pop_up {
    bottom: 30px;
    right: -10px;
    margin: 0!important;
}
.tab-pop_visible {
    display: block;
}

/* clase para las columnas en facultades */
.column-min-height {
    max-height: calc(100% - 120px);
    overflow: auto;
}

/* Cambio de colores para checks */
#facultiesAssignment .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #67C23A!important;
    border-color: #5eb034!important;
}


/* Binnacle Activity */

.containerBinnacle {
    height: 65%;
    max-height:65%;
    overflow:auto;
}
.binnacleActivityMssgBoss, .binnacleActivityMssgMe, .binnacleActivityMssgMeAndBoss, .binnacleActivityMssgSystem {
    padding: 8px;
    margin-top: 5px;
}
.skin-flat div .binnacleActivityMssgBoss {
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-topleft: 0;
    border-radius: 10px!important;
    border-top-left-radius: 0!important;
    background-color: #d3d3d3;
}
.skin-flat div .binnacleActivityMssgMe {
    -webkit-border-radius: 10px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-topright: 0;
    border-radius: 10px!important;
    border-top-right-radius: 0!important;
    background-color: #20a0ff61;
}
.skin-flat div .binnacleActivityMssgMeAndBoss {
    -webkit-border-radius: 10px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-topright: 0;
    border-radius: 10px!important;
    border-top-right-radius: 0!important;
    border-top-left-radius: 0!important;
    background-color: #e2848466;
}
.skin-flat div .binnacleActivityMssgSystem {
    -webkit-border-radius: 10px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-topright: 0;
    border-radius: 10px!important;
    border-top-right-radius: 0!important;
    border-top-left-radius: 0!important;
    background-color: #92e28466;
}

.binnacleActivityMssgDate {
    text-align: right;
    font-style: italic;
    font-size: 11px;
}

.textoTableElement .el-table .cell {
    font-size: 12px !important;
}

.textoTableElement .el-table th>.cell {
    font-size: 12px !important;
    width: 45%;
}
.textoTableElementII .el-table th>.cell {
    font-size: 12px !important;
}
.delete-shadow .el-transfer-panel {
    box-shadow: none!important;
    width: 45% !important;
}

@media (max-width: 1350px) {
    .delete-shadow .el-transfer-panel {
        width: 100% !important;
        display: block;
        margin: 10px 0;
    }
    .el-transfer__buttons {
        width: 100%;
        text-align: center;
    }
}

#uiBody section.ui-content.noHeader .tabControl ul.horizontal-scroll-wrapper .closeTab {
    display: none !important;
}
#uiBody section.ui-content.noHeader .tabControl .nav-tabs > li > a {
    padding: 6px 10px 6px 5px!important;
}


/* Mail Nóminas */

.bgPayrollMail {
    background:#D1DFE8;
}
.logoPayrollMail {
    max-height:50px;
    max-width:100%;
    margin:auto;
    margin-bottom:15px;
}
.iconPayrollMail {
    max-height:250px;
    max-width:100%;
    margin:auto;
}

/* Modal-attached-Journal. Pertence al modulo de
    contabilidad > listados > Gestor de Documentos.
    author: Diego Rodriguez */

div.datos-poliza {
    width: 90%;
    height: 40%;
    position: relative;
}
div.datos-poliza > div label{
    font-size: 1.2em;
}
div.datos-poliza > div p {
    font-size: 1.1em;
}
div.typeJournal {
    position: absolute;
    left: 80%;
    top: 0%;
}
div.dateJournal {
    position: absolute;
    left: 50%;
    top: 23.5%;
}
div.kindJournal {
    position: absolute;
    left: 80%;
    top: 23.5%;
}
div.journalTransactions {
    margin-top: -19%;
}

/* Historial de anticipos
    by: Diego Rodriguez
*/
a.advancePopover {
    right: 27.5%;
}
a.advancePopover i {
    color: gray;
}
.btn-align-right {
    left: 64.5%;
}
/* Este selector es usado para mostrar el nombre de un cierto archivo leido.*/
.dg-fileName {
    display: none!important;
}
#dg-input {
    border: none;
    display: block;
    padding: 0;
    width: 139px!important;
    min-height: 0;
}
#dg-uploadFile {
    border: none;
    display: block;
    color: black;
    padding: 0;
    font-style: italic;
}
.selectOrder, .selectOrder input{
    font-size: 14px !important;
}
.el-transfer-panel__body {
    padding-bottom: 280px!important;
    height: 246px!important;
}

/* Estas clases son usadas unicamente en el formulario de polizas */
.polizaAjuste, .tipoPoliza {
    margin-top: .13%;
}
div.polizaAjuste div {
    left: 10;
}

.btn-anadir-movimiento {
    position: relative;
    left: 81%;
    top: 9;
}
@media screen and (min-width: 320px){
    div.polizaAjuste div {
        left: 0;
    }
    .btn-anadir-movimiento {
        position: relative;
        left: 70%;
        top: 9;
    }
}
@media screen and (min-width: 375px){
    div.polizaAjuste div {
        left: 0;
    }
    .btn-anadir-movimiento {
        position: relative;
        left: 77%;
        top: 9;
    }
}
@media screen and (min-width: 425px){
    div.polizaAjuste div {
        left: 0;
    }
    .btn-anadir-movimiento {
        position: relative;
        left: 81%;
        top: 5;
    }
}
@media screen and (min-width: 768px){
    div.polizaAjuste div {
        left: 0;
    }
    .btn-anadir-movimiento {
        position: relative;
        left: 85%;
        top: 5;
    }
}
@media screen and (min-width: 1024px){
    div.polizaAjuste div {
        left: 10;
    }
    .btn-anadir-movimiento {
        position: relative;
        left: 75%;
        top: 9;
    }
}
@media screen and (min-width: 1200px){
    div.polizaAjuste div {
        left: 10;
    }
    .btn-anadir-movimiento {
        position: relative;
        left: 81.5%;
        top: 9;
    }
}
@media screen and (min-width: 1300px){
    div.polizaAjuste div {
        left: 10;
    }
    .btn-anadir-movimiento {
        position: relative;
        left: 82.5%;
        top: 9;
    }
}
@media screen and (min-width: 1440px){
    div.polizaAjuste div {
        left: 10;
    }
    .btn-anadir-movimiento {
        position: relative;
        left: 83%;
        top: 9;
    }
}


div.btn-anadir-movimiento button {
    background-color: white;
}

div.btn-anadir-movimiento button i {
    font-size: 1.7em;
}

.total-amounts-policy {
    padding-left: 10px;
}

/* Este selector solo se usa en chargeDetails.twig */
span.charge-formatted {
    padding-left: 2.5%;
}

@media (max-width: 1460px) {
    #assignBoss .classTransfer {
        width: 70% !important;
    }
    #assignBoss .classTransfer .el-transfer-panel {
        display: block;
        margin: 10px 0;
        width: 100%!important;
    }
}

/* Estilos PopOver Related Documents */

#journal-entry-related-document-style .el-input-group__append, .el-input-group__prepend {
    border: none!important;
}
.flex-container-relDocuments {
    display: flex;
    justify-content: flex-end;
}
.flex-container-relDocuments .flex-option-group {
   display: flex;
   flex-direction: row;
}
.btn-relDoc {
    position: relative;
    width: 10%!important;
    left: 92.5%;
    bottom: 37;
}
.releated-docs {
    padding-bottom: 20px;
}
.btn-close-popover {
    position: absolute;
    right: -2%;
    top: 9;
    width: 10%;
    z-index: 1;
}
div.btn-close-popover  {
    background: transparent;
}
.ui-body .ui-button button.btn.bg-transparent  {
    background-color: transparent!important;
}
div.btn-close-popover button i {
    font-size: 1.3em;
}
.ui-body .ui-button button.btn.bg-transparent {
    background-color: transparent!important;
}
div.padd5-Y label {
    margin-left: 3%;
    color: #323232;
}
div.mbottom {
    margin-top: -1.5%;
}

/* Gestor de documentos - Contabilidad */
/* Los siguientes dos selectores son usados unica y exclusivamente en la tabla de element
    en ella, en base a una condicional. si el estado es 'Exitoso' pondra la clase 'importation__success'
    y en caso de que sea 'Fallido' pondra la clase 'importation__failed'
 */
.el-table .importation__success {
    background: #e2f0e4;
}
.el-table .importation__failed {
    background: #FF6550;
}
/* Estilo para Configuracion de Facturacion */

/* Dentro de configuracion de facturacion, estas media queries
las uso donde viene la leyenda "Instrucciones" */
@media (min-width: 320px) {
    .hide-show-instructions {
        padding-left: 2.5%;
    }
}
@media (min-width: 375px) {
    .hide-show-instructions {
        padding-left: 2.5%;
    }
}
@media (min-width: 425px) {
    .hide-show-instructions {
        padding-left: 2.5%;
    }
}
@media (min-width: 768px) {
    .hide-show-instructions {
        padding-left: 2%;
    }
}
@media (min-width: 1024px) {
    .hide-show-instructions {
        padding-left: 2%;
    }
}
@media (min-width: 1280px) {
    .hide-show-instructions {
        padding-left: 2%;
    }
}
@media (min-width: 1366px) {
    .hide-show-instructions {
        padding-left: 2%;
    }
}
@media (min-width: 1440px) {
    .hide-show-instructions {
        padding-left: 2%;
    }
}

/* La siguiente clase es usada en el modal de importacion en cuentas contables y nueva poliza */
.loader-import {
    height: 100%;
    width: 100%;
    top: -11.5;
}

/* Historial de anticipos - Historial de Cobros */
.cdfi-canceled-text {
    font-family: 'Source Sans Pro', sans-serif;
    padding-left: 2px;
    margin-top: auto;
    margin-bottom: auto;
}

/* Credito y Cobranza - Nuevo cobro */
.charge-advance-amount {
    width: 60% !important;
}
.ui-body .ui-button a.btn.bgNone  {
    background-color: transparent!important;
    background: none!important;
}
.charge-advance-amount__info {
    width: 15%;
    left: 92%;
    bottom: 30;
}
.charge__info {
    width: 15%;
    left: 88%;
    bottom: 20;
}
div.charge-advance-amount__info div a i  {
    font-size: 1.5em;
}
.venta-cot_option{
    margin: 3px 0;
}

.venta-cot_option:hover{
    background: rgb(212, 212, 212);
}

/*COLORES PARA EL TAG DE ELEMENT*/
.el-tag--green {
    background-color: hsla(146, 100%, 95%, 1)!important;
    border: 1px solid #00cc58!important;
    color: #00cc58!important;
}
.el-tag--yellow {
    background-color: #fefae6!important;
    border: 1px solid #facc14!important;
    color: #facc14!important;
}
.el-tag--red {
    background-color: hsla(7, 71%, 95%, 1)!important;
    border: 1px solid #dd4b39!important;
    color: #dd4b39!important;
}
.el-tag--black {
    background-color: hsla(0, 0%, 95%, 1)!important;
    border: 1px solid #191919!important;
    color: #191919!important;
}
.el-tag--gray {
    background-color: hsla(0, 0%, 95%, 1)!important;
    border: 1px solid #969696!important;
    color: #969696!important;
}
.el-tag--blue {
    background-color: hsl(210, 65%, 95%)!important;
    border: 1px solid #1f5993!important;
    color: #1f5993!important;
}
.el-tag--lightblue {
    background-color: hsla(192, 100%, 95%, 1)!important;
    border: 1px solid #00c0ef!important;
    color: #00c0ef!important;
}
.el-tag--orange {
    background-color: hsla(28, 100%, 95%, 1)!important;
    border: 1px solid #ff851b!important;
    color: #ff851b!important;
}

/* Bancos - Movimientos Bancarios */
.bank-conciliation-inlineBlock label {
    display: inline-block;
    width: 10%;
    height: 5%;
    font-size: 1.4em;
    font-weight: bold;
}
.bank-conciliation-inlineBlock p {
    display: inline-block;
    width: 40%;
    height: 5%;
    font-size: 1.5em;
    margin-left: 38%;
    margin-top: 1%;
}
@media screen and (min-width: 1024px) {
    .bank-conciliation-inlineBlock label {
        display: inline-block;
        width: 10%;
        height: 5%;
        font-size: 1.2em;
        font-weight: bold;
        margin-left: 40%;
        margin-top: -3%;
    }
    .bank-conciliation-inlineBlock p {
        display: inline-block;
        width: 40%;
        height: 5%;
        font-size: 1.3em;
        margin-left: 40%;
    }
}
@media screen and (min-width: 1200px) {
    .bank-conciliation-inlineBlock label {
        display: inline-block;
        width: 10%;
        height: 5%;
        font-size: 1.4em;
        font-weight: bold;
        margin-left: 0%;
    }
    .bank-conciliation-inlineBlock p {
        display: inline-block;
        width: 40%;
        height: 5%;
        font-size: 1.5em;
        margin-left: 45%;
        margin-top: 1%;
    }
}
@media screen and (min-width: 1300px) {
    .bank-conciliation-inlineBlock label {
        display: inline-block;
        width: 10%;
        height: 5%;
        font-size: 1.4em;
        font-weight: bold;
        margin-left: 0%;
    }
    .bank-conciliation-inlineBlock p {
        display: inline-block;
        width: 40%;
        height: 5%;
        font-size: 1.5em;
        margin-left: 38%;
    }
}
@media screen and (min-width: 1440px) {
    .bank-conciliation-inlineBlock label {
        display: inline-block;
        width: 10%;
        height: 5%;
        font-size: 1.4em;
        font-weight: bold;
        margin-left: 0%;
    }
    .bank-conciliation-inlineBlock p {
        display: inline-block;
        width: 40%;
        height: 5%;
        font-size: 1.5em;
        margin-left: 40%;
        margin-top: 1%;
    }
}
.bank-conciliation__header {
    text-align: center;
}
.bank-conciliation__separator {
    border-right: 1px solid #c8c8c8;
}
div.bank-conciliation__concept label {
    font-weight: bold;
    font-size: 1.1em;
    margin-left: 5%;
}
div.bank-conciliation__concept p {
    font-size: 1.1em;
    margin-left: 5%;
}
.bank-conciliation__related {
    color: #00a65a;
    background-color: #e1f6ed;
}
.bank-conciliation__matchAccountsBtn,
.bank-conciliation__matchBanksBtn {
    /* margin-left: 35% !important; */
}
.bank-conciliation__addMovement {
    margin-left: 50%;
}

/* para las tablas de Diego en bancos (A)*/
.full-row {
    display: table;
    width: 100%;
}
.tbody-scrollable {
    display: block;
    overflow: hidden scroll;
    height: 280px;
}
.td-responsive {
    width: 100px;
    word-break: break-word!important;
}
@media screen and (max-width: 580px) {
    .td-responsive {
        width: 50px!important;
    }
}

/*Producción*/
#CPDtoStep div{
    border-radius: 20px !important;
}

/* Selecctores usados en Historial de Cobros, en la seccion de Secondary Buttons */
.historical-charges-secondaryButtons-width {
    width: 25%;
}

.historical-charges-showDeleted {
    margin-left: 50%;
}

.historical-charges-showDeleted input {
    margin-right: 10%;
}


/*estilos para hacer responsive los cuadros de alerta y modales de element*/
.el-message-box, .modal-dialog{
    max-width: 100vw !important;
}
.col-xs-12{
    z-index: 1;
}