/* ul.nav-main > li.nav-active > a {
    -webkit-box-shadow: 4px 0 0 #0088cc inset;
    box-shadow: 4px 0 0 #0088cc inset;
} */

.bg-info {
    background: #0088cc !important;
}

.btn-custom {
    background-color: #0088cc;
    color: #fff;
}

.btn-custom:hover, .btn-custom.hover {
    background-color: #0A7CB5;
    border-color: #0477B0 #0477B0 #CCC;
    color: #FFF;
    transition: none;
}

.btn:focus, .btn.focus {
    box-shadow: none;
}

.el-dialog__body {
    font-size: 13px;
}

#main-wrapper {
    width: auto;
}

/* ul.nav-main li .nav-children li.nav-active > a {
    color: #0088CC;
} */

/*ul.nav-main li i {
    font-size: 2rem;
}*/

.transition-box {
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
    overflow: hidden;
}

.fade-enter-active, .fade-leave-active {
  transition: all .5s ease;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  transform: translateY(-20px);
  opacity: 0;
}

.full{
  width: 100%;
}

.warning-demo{
    color: red;
    font-weight: bold;
    font-size: 20px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0088cc !important;
    border-color: #0088cc !important;
  }



.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  .avatar-uploader .el-upload:hover {
    border-color: #409EFF;
  }
  .avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 140px;
    max-width: 140px;
    height: 178px;
    line-height: 178px;
    text-align: center;
  }
  .avatar {
    width: 100%;
    height: 178px;
    display: block;
  }

  .img-custom{
      width: 100%;
      /* height: 100%; */
      height: 105px;
  }

  .el-date-picker .el-picker-panel__content{
    width: 90% !important;

}


.el-select-dropdown {
    max-width: 80% !important;
    margin-right: 5% !important;
}

.badge-red {
  background: #E7355B !important;
}

.notifications .notification-menu .notification-title {
  background: #0088CC;
  border-radius: 3px 3px 0 0;
  color: #FFF;
  font-size: 11.2px;
  font-size: 0.7rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 0px 6px 5px 12px;
  text-transform: uppercase;
}

.notifications .notification-menu:before, .notifications .notification-icon:before {
    border-bottom-color: #0088CC;
}

#custom-input {
  padding-left: 0px;
  padding-right: 0px;
  width: 0px;
  border-left: 0px;
}

#select-width {
  width: 100%;
}

#custom-select .el-input-group__prepend {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  background: #fff;
  color: #606266;
}

#custom-select .el-input-group__prepend .el-select {
  margin-left: 0px;
}

/**  Boton de accesos rapido  **/
#switcher-top {
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #7367F0;
  position: fixed;
  z-index: 1031;
  left: 50%;
  top: 0px;
  margin: 0 auto;
  transform: translate(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#switcher-top.active {
  border-top: 45px solid #7367F0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#switcher-top.active span {
  margin-top: -35px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#switcher-top span {
  margin-top: -22px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#switcher-list {
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 45px solid rgba(52, 58, 64, .9);
  z-index: 1030;
  position: fixed;
  top: -45px;
  margin: 0 auto;
  left: 50%;
  min-width: 780px;
  transform: translate(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#switcher-list.active {
  top: 0px;
  transform: translate(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#switcher-list .row {
  color: #fff;
  margin-top: -35px;
}
#switcher-list .row a:hover {
  color: #FFF;
  text-decoration: none;
}

/* switch*/
.switch.switch-sm .ios-switch {
    width: 68px;
}

.ios-switch .state-background {
    background-color: #c2c2c2;
    background-image: none;
}

.switch.switch-sm .ios-switch.on .handle {
    margin-left: 12px;
}


/* dashboard */
/* box chart */
.widget-summary .summary .amount {
    font-size: 1.1rem;
}
@media (max-width: 1440px) {
  .widget-summary .summary .amount {
      font-size: 0.8rem;
  }
}

.notifications .notification-menu {
    width: 280px;
}
/* .notifications .notification-menu .notification-title {
    border-radius: 3px;
} */

.widget-summary .summary {
    word-break: break-word;
}

.disable_color{
  color: red;
}

html.dark .table > thead > tr > th, html.dark .table > tbody > tr > th, html.dark .table > tfoot > tr > th, html.dark .table > thead > tr > td, html.dark .table > tbody > tr > td, html.dark .table > tfoot > tr > td, html.dark .table-bordered {
    color: #f5f5f5;
    background-color: #283046;
}

html.dark .el-switch__label * {
  color: #fff;
}

.ws-flotante {
  position:fixed;
  width:70px;
  height:70px;
  bottom:5px;
  right:10px;

  color:#FFF;
  border-radius:50px;
  text-align:center;
  z-index:100;
}

.progress1 {
  width: 70px;
  height: 70px;
  background: none;
  position: relative;
}

.progress1::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress1>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress1 .progress1-left {
  left: 0;
}

.progress1 .progress1-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress1 .progress1-left .progress1-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress1 .progress1-right {
  right: 0;
}

.progress1 .progress1-right .progress1-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress1 .progress1-value {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  font-weight: bold;
}

.sidebar-left-collapsed.header-static .header {
    margin-left: 74px !important;
}
.sidebar-left-collapsed.header-fixed .header {
    left: 74px !important;
}


@media only screen and (min-width: 768px){
  html.newinvoice .inner-wrapper {
    margin-top: 0px;
    padding-top: 60px;
  }
}

html.dark .el-switch__label:not(.is-active) {
  color: #FFF;
}

html.dark .card.card-dashboard .card-title,
html.dark .card.card-dashboard small.text-muted  {
  color: #FFF !important;
}

html.dark .card.card-reports .card-report-links li a {
  color: #808697;
}

.sidebar-left-collapsed ul.nav-main li.nav-description {
  margin-left: -25px;
}

/* Rediseño sidebar */
ul.nav-main li .nav-children li.nav-active:not(.nav-parent) > a {
  background: none;
  box-shadow: none;
  border-radius: 0px;
  color: #4b4b4b !important;
  font-weight: 600;
}
html:not(.sidebar-light) ul.nav-main li .nav-children li.nav-active:not(.nav-parent) > a {
  background: #0c102a;
  color: #fff !important;
}
html:not(.sidebar-light) ul.nav-main li .nav-children li a:after {
  background: #161d31;
}

ul.nav-main li .nav-children li.nav-active:not(.nav-parent) > a::before {
  border-color: #fff;
  background: #fff;
}

html:not(.sidebar-light) ul.nav-main li .nav-children li.nav-active:not(.nav-parent) > a::before {
  border-color: #fff;
  background: #fff;
}

ul.nav-main li .nav-children li a {
  margin: 0px;
  padding: 3px 0px 3px 48px;
  margin-bottom: 0rem;
}

ul.nav-main li .nav-children li a:after {
  padding: 5px 15px;
}

ul.nav-main li a:hover::before {
  left: 20px !important;
}

ul.nav-main li.nav-parent > ul.nav-children {
  background-color: #f5f5f5;
  margin: 0 15px;
  border-radius: 0 0 6px 6px;
}

html:not(.sidebar-light) ul.nav-main li.nav-parent > ul.nav-children {
  background-color: #161d31 ;
}

ul.nav-main > li.nav-active > a,
ul.nav-main li.nav-expanded > a {
  border-radius: 6px 6px 0 0 !important;
}

/* html.fixed.sidebar-dark ul.nav-main li a:hover, html.fixed.sidebar-dark ul.nav-main li .nav-children li a:focus {
  background-color: #161d31 ;
} */

.dropdown-menu .dropdown-item {
  font-size: 0.8rem;
}
.dropdown-item:focus {
  outline: 0px auto -webkit-focus-ring-color;
}
.dropdown-item {
  padding: 0.1rem 1.5rem;
}

.custom-mt-button{
  margin-top: 1.9rem !important;
}

/* header notificacion */
.notifications .notification-menu .content {
  padding: 0px;
}
.notification-menu li {
  padding: 10px;
  margin-bottom: 0px;
}
.notification-menu li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px){
  .notifications > li .notification-menu {
    -webkit-transform: translate3d(-50%, 10px, 0px) !important;
    transform: translate3d(-50%, 10px, 0px) !important;
  }
}


/* navbar rojo */
html.fixed.sidebar-red .sidebar-left,
html.fixed.sidebar-red .sidebar-header,
html.fixed.sidebar-red .sidebar-left .nano,
html.fixed.sidebar-red .sidebar-left .custom-sidebar-section {
    background-color: #ea5455 !important;
}
html.fixed.sidebar-red .sidebar-left a {
    color: #fff;
}
html.fixed.sidebar-red .sidebar-left .text-nav-menu {
    color: #fff;
}
html.fixed.sidebar-red .sidebar-left a:hover,
html.fixed.sidebar-red .sidebar-left a:active,
html.fixed.sidebar-red .sidebar-left a:focus {
    color: #4b4b4b;
}
html.fixed.sidebar-red .sidebar-left a::after {
    color: #fff;
}
html.fixed.sidebar-red .sidebar-left a::before {
    border-color: #fff;
}
html.fixed.sidebar-red .sidebar-left a:hover,
html.fixed.sidebar-red .sidebar-left a:active,
html.fixed.sidebar-red .sidebar-left a:focus {
    color: #fff;
    background-color: transparent;
}
html.sidebar-red .sidebar-left a:hover::before,
html.sidebar-red .sidebar-left a:active::before,
html.sidebar-red .sidebar-left a:focus::before,
html.sidebar-red .sidebar-left a:hover::after,
html.sidebar-red .sidebar-left a:active::after,
html.sidebar-red .sidebar-left a:focus::after {
    border-color: #fff;
    color: #fff;
}
html.fixed.sidebar-red:not(.sidebar-light) ul.nav-main li.nav-expanded > a {
  background-color: #dc3545;
  color: #fff;
}
ul.fixed.sidebar-red .nav-main > li.nav-active:not(.nav-expanded) > a {
  border-radius: 6px 6px 6px 6px !important;
}
html.fixed.sidebar-red:not(.sidebar-light) ul.nav-main li.nav-parent > ul.nav-children {
  background-color: #dc3545;
}
html.fixed.sidebar-red .sidebar-left a:hover, html.fixed.sidebar-red .sidebar-left a:active, html.fixed.sidebar-red .sidebar-left a:focus {
  color: #fff;
  background-color: #dc3545;
}
html.fixed.sidebar-red:not(.sidebar-light) ul.nav-main li .nav-children li.nav-active:not(.nav-parent) > a {
  background: #c82233;
}
html.fixed.sidebar-red .sidebar-left-collapsed .sidebar-left .nav-main > li > a {
  border-radius: 6px 6px 6px 6px !important;
}

/* fondo verde */
html.fixed.sidebar-green .sidebar-left,
html.fixed.sidebar-green .sidebar-header,
html.fixed.sidebar-green .sidebar-left .nano,
html.fixed.sidebar-green .sidebar-left .custom-sidebar-section {
    background-color: #28c76f !important;
}
html.fixed.sidebar-green .sidebar-left a {
    color: #fff;
}
html.fixed.sidebar-green .sidebar-left a {
    color: #fff;
}
html.fixed.sidebar-green .sidebar-left .text-nav-menu {
    color: #fff;
}
html.fixed.sidebar-green .sidebar-left a:hover,
html.fixed.sidebar-green .sidebar-left a:active,
html.fixed.sidebar-green .sidebar-left a:focus {
    color: #fff;
}
html.fixed.sidebar-green .sidebar-left a::after {
    color: #fff;
}
html.fixed.sidebar-green .sidebar-left a::before {
    border-color: #fff !important;
}
html.fixed.sidebar-green ul.nav-main li .nav-children li.nav-active:not(.nav-parent) > a::before {
  border-color: #fff !important;
  background: #fff !important;
}
html.fixed.sidebar-green .sidebar-left a:hover,
html.fixed.sidebar-green .sidebar-left a:active,
html.fixed.sidebar-green .sidebar-left a:focus,
html.fixed.sidebar-green .sidebar-left a:hover::before,
html.fixed.sidebar-green .sidebar-left a:active::before,
html.fixed.sidebar-green .sidebar-left a:focus::before {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}
html.fixed.sidebar-green .sidebar-left a:hover::after,
html.fixed.sidebar-green .sidebar-left a:active::after,
html.fixed.sidebar-green .sidebar-left a:focus::after {
    color: #fff;
}
html.fixed.sidebar-green ul.nav-main li.nav-expanded > a {
  background-color: #1ca55a;
  color: #fff;
}
ul.fixed.sidebar-green .nav-main > li.nav-active:not(.nav-expanded) > a {
  border-radius: 6px 6px 6px 6px !important;
}
html.fixed.sidebar-green ul.nav-main li.nav-parent > ul.nav-children {
  background-color: #1ca55a;
}
html.fixed.sidebar-green .sidebar-left a:hover, html.fixed.sidebar-green .sidebar-left a:active, html.fixed.sidebar-green .sidebar-left a:focus {
  color: #fff;
  background-color: #1ca55a;
}
html.fixed.sidebar-green ul.nav-main li .nav-children li.nav-active:not(.nav-parent) > a {
  background: #18874a;
  color: #fff !important;
}
html.fixed.sidebar-green .sidebar-left-collapsed .sidebar-left .nav-main > li > a {
  border-radius: 6px 6px 6px 6px !important;
}

/* fondo azul */
html.fixed.sidebar-blue .sidebar-left,
html.fixed.sidebar-blue .sidebar-header,
html.fixed.sidebar-blue .sidebar-left .nano,
html.fixed.sidebar-blue .sidebar-left .custom-sidebar-section {
    background-color: #7367f0 !important;
}
html.fixed.sidebar-blue .sidebar-left a {
    color: #fff;
}
html.fixed.sidebar-blue .sidebar-left .text-nav-menu {
    color: #fff;
}
html.fixed.sidebar-blue .sidebar-left a {
    color: #fff;
}
html.fixed.sidebar-blue .sidebar-left a::after {
    color: #fff;
}
html.fixed.sidebar-blue .sidebar-left a::before {
    border-color: #fff;
}
html.fixed.sidebar-blue ul.nav-main li a:hover,
html.fixed.sidebar-blue ul.nav-main li .nav-children li a:focus {
    background-color: transparent;
    color: #fff;
}
html.fixed.sidebar-blue .sidebar-left a:hover,
html.fixed.sidebar-blue .sidebar-left a:active,
html.fixed.sidebar-blue .sidebar-left a:focus {
    color: #4b4b4b;
}
html.fixed.sidebar-blue .sidebar-left a:hover::before,
html.fixed.sidebar-blue .sidebar-left a:active::before,
html.fixed.sidebar-blue .sidebar-left a:focus::before,
html.fixed.sidebar-blue .sidebar-left a:hover::after,
html.fixed.sidebar-blue .sidebar-left a:active::after,
html.fixed.sidebar-blue .sidebar-left a:focus::after {
    border-color: #fff;
    color: #fff;
}
html.fixed.sidebar-blue ul.nav-main li.nav-expanded > a {
  background-color: #554ac6;
  color: #fff;
}
ul.fixed.sidebar-blue .nav-main > li.nav-active:not(.nav-expanded) > a {
  border-radius: 6px 6px 6px 6px !important;
}
html.fixed.sidebar-blue ul.nav-main li.nav-parent > ul.nav-children {
  background-color: #554ac6;
}
html.fixed.sidebar-blue .sidebar-left a:hover, html.fixed.sidebar-blue .sidebar-left a:active, html.fixed.sidebar-blue .sidebar-left a:focus {
  color: #fff;
  background-color: #554ac6;
}
html.fixed.sidebar-blue ul.nav-main li .nav-children li.nav-active:not(.nav-parent) > a {
  background-color: #39309a;
  color: #fff !important;
}
html.fixed.sidebar-blue .sidebar-left-collapsed .sidebar-left .nav-main > li > a {
  border-radius: 6px 6px 6px 6px !important;
}
html.fixed.sidebar-blue:not(.dark) .page-header h2 {
  color: #ccc;
}

/* fondo naranja */
html.fixed.sidebar-warning .sidebar-left,
html.fixed.sidebar-warning .sidebar-header,
html.fixed.sidebar-warning .sidebar-left .nano,
html.fixed.sidebar-warning .sidebar-left .custom-sidebar-section {
    background-color: #ff9f43 !important;
}
html.fixed.sidebar-warning .sidebar-left a {
    color: #fff;
}
html.fixed.sidebar-warning .sidebar-left a:hover,
html.fixed.sidebar-warning .sidebar-left a:active,
html.fixed.sidebar-warning .sidebar-left a:focus {
    color: #fff;
}
html.fixed.sidebar-warning .sidebar-left a::after {
    color: #fff;
}
html.fixed.sidebar-warning .sidebar-left a::before {
    border-color: #fff;
}
html.fixed.sidebar-warning .sidebar-left a:hover,
html.fixed.sidebar-warning .sidebar-left a:active,
html.fixed.sidebar-warning .sidebar-left a:focus {
    color: #fff;
    background-color: transparent;
}
html.fixed.sidebar-warning .sidebar-left a:hover::before,
html.fixed.sidebar-warning .sidebar-left a:active::before,
html.fixed.sidebar-warning .sidebar-left a:focus::before,
html.fixed.sidebar-warning .sidebar-left a:hover::after,
html.fixed.sidebar-warning .sidebar-left a:active::after,
html.fixed.sidebar-warning .sidebar-left a:focus::after {
    border-color: #fff;
    color: #fff;
}
html.fixed.sidebar-warning ul.nav-main li.nav-expanded > a {
  background-color: #dd8028;
  color: #fff !important;
}
ul.fixed.sidebar-warning .nav-main > li.nav-active:not(.nav-expanded) > a {
  border-radius: 6px 6px 6px 6px !important;
}
html.fixed.sidebar-warning ul.nav-main li.nav-parent > ul.nav-children {
  background-color: #dd8028;
}
html.fixed.sidebar-warning .sidebar-left a:hover, html.fixed.sidebar-warning .sidebar-left a:active, html.fixed.sidebar-warning .sidebar-left a:focus {
  color: #fff;
  background-color: #dd8028;
}
html.fixed.sidebar-warning ul.nav-main li .nav-children li.nav-active:not(.nav-parent) > a {
  background: #c06815;
  color: #fff !important;
}
html.fixed.sidebar-warning .sidebar-left-collapsed .sidebar-left .nav-main > li > a {
  border-radius: 6px 6px 6px 6px !important;
}

/* admin */
.userbox.show .dropdown-menu a:hover {
  background-color: #08c;
  color: #fff;
}
.userbox .name {
  color: #4b4b4b !important;
}

html:not(.sidebar-left-collapsed) .sidebar-toggle .fa-angle-right {
  display: none;
}
html.sidebar-left-collapsed .sidebar-toggle .fa-angle-left {
  display: none;
}

html.fixed.sidebar-dark .sidebar-left .text-nav-menu {
    color: #fff;
}

.uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.uploader .el-upload:hover {
  border-color: #409EFF;
}

html.dark .el-pagination {
  margin-bottom: 5px;
}
html.dark .el-pagination button:disabled {
  background-color: #131631;
  border: 1px solid #283046;
  color: #303133;
}
html.dark .el-pagination .el-pager li {
  background: #131631;
  border: 1px solid #283046;
}
html.dark .el-pagination .btn-prev,
html.dark .el-pagination .btn-next {
  background: #131631;
  border: 1px solid #283046;
}

.color--success {
  color: #4ebf56;
}

.color--error {
  color: #e23636;
}

.color--warning {
  color: #ffc107;
}

.card-header {
  background: transparent !important;
}
.card {
  border: transparent !important;
}

/* -------------------------- botones -------------------------- */
/* -------------------------- white -------------------------- */
/* botones */
html.sidebar-white .el-button--primary {
  color: #FFFFFF;
  background-color: #08c;
  border-color: #08c;
}
html.sidebar-white .el-button--primary:hover {
  background-color: #0A7CB5;
  border-color: #0477B0 #0477B0 #CCC;
  color: #FFF;
  transition: none;
}
/* -------------------------- morado -------------------------- */
html.sidebar-blue .el-button--primary,
html.sidebar-blue .btn-custom {
  color: #FFFFFF;
  background-color: #554AC6;
  border-color: #554AC6;
}
html.sidebar-blue .el-button--primary:hover,
html.sidebar-blue .btn-custom:hover {
  background-color: #473db4;
  border-color: #473db4;
  color: #FFF;
  transition: none;
}
/* -------------------------- verde -------------------------- */
html.sidebar-green .el-button--primary,
html.sidebar-green .btn-custom {
  color: #FFFFFF;
  background-color: #1ca55a;
  border-color: #1ca55a;
}
html.sidebar-green .el-button--primary:hover,
html.sidebar-green .btn-custom:hover {
  background-color: #158c4a;
  border-color: #158c4a;
  color: #FFF;
  transition: none;
}
/* -------------------------- verde -------------------------- */
html.sidebar-gray .el-button--primary,
html.sidebar-gray .btn-custom {
  color: #FFFFFF;
  background-color: #82868b;
  border-color: #82868b;
}
html.sidebar-gray .el-button--primary:hover,
html.sidebar-gray .btn-custom:hover {
  background-color: #72767a;
  border-color: #72767a;
  color: #FFF;
  transition: none;
}
/* -------------------------- dark -------------------------- */
html.sidebar-dark .el-button--primary,
html.sidebar-dark .btn-custom {
  color: #FFFFFF;
  background-color: #283046;
  border-color: #0c102a;
}
html.sidebar-dark .el-button--primary:hover,
html.sidebar-dark .btn-custom:hover {
  background-color: #161d31;
  border-color: #161d31;
  color: #FFF;
  transition: none;
}
html.sidebar-dark:not(.sidebar-light) .el-button--primary:hover,
html.sidebar-dark:not(.sidebar-light) .btn-custom:hover {
  background-color: #0c102a;
  border-color: #0c102a;
  color: #FFF;
  transition: none;
}
html.sidebar-dark .userbox.show .dropdown-menu a:hover {
  background-color: #283046;
}
html.sidebar-dark .header .logo-container .topbar-links:hover {
  background-color: #0c102a;
  color: #fff;
}
html.sidebar-dark .card-header.bg-info {
  background: #283046 !important;
}
html.sidebar-dark:not(.sidebar-light) .card-header.bg-info {
  background: #0c102a !important;
}
.card-header.bg-info {
  background: #0088cc !important;
}
.card-header.bg-success {
  background: #47a447 !important;
}

.c-btn-disabled{
  color: #606266;
}

@media only screen and (max-width: 767px) {
  .page-header {
    display: flow-root;
    position: relative;
    box-shadow: none;
    background: #fff;
    left: 15px;
    height: auto;
    padding-bottom: 8px;
    padding-left: 8px;
  }
  .page-header h2 {
    display: none;
  }
}

.fs-point-system{
  font-size: 15px;
}

.custom-change-select-currency {
  width: 59px;
}

kbd {
  margin: 0 0.35em;
  padding: 0.1em 0.6em;
  border-radius: 3px;
  border: 1px solid #dce0ec;
  color: #333;
  line-height: 1.4;
  font-family: monospace;
  font-size: .7rem;
  display: inline-block;
  box-shadow: 0 1px 0 #dce0ec, inset 0 0 0 2px #fff;
  background-color: #f7f7f7;
  -moz-box-shadow: 0 1px 0 #dce0ec, 0 0 0 2px #fff inset;
  -webkit-box-shadow: 0 1px 0 #dce0ec, 0 0 0 2px #fff inset;
  text-shadow: 0 1px 0 #fff;
  transform: translateY(-1px);
}

button:hover kbd {
  transform: translateY(0);
  box-shadow: unset;
}

iframe, embed{
  border: none;
  border-radius: 8px;
}

.el-tabs__item {
  padding: 0 20px !important;
}

.el-tabs__item.is-active {
  color: #021a6f;
  background: #f0f3f4;
  border-radius: 8px 8px 0 0;
}

.el-tabs__active-bar.is-top {
  display: none;
}
.el-tabs__nav-wrap:after{
  background-color: #f1f3f4;
}



/* ====== MENÚ BÁSICO: versión colapsada (solo íconos) ====== */

/* Por defecto, versión expandida visible, colapsada oculta */
#menu-basic .menu-basic-expanded {
    display: block;
}

#menu-basic .menu-basic-collapsed {
    display: none;
}

/* Cuando el sidebar está colapsado: mostrar solo íconos */
html.sidebar-left-collapsed #menu-basic .menu-basic-expanded {
    display: none;
}

html.sidebar-left-collapsed #menu-basic .menu-basic-collapsed {
    display: block;
}

/* Lista de íconos */
html.sidebar-left-collapsed .sidebar-left #menu-basic .nav-basic-collapsed {
    margin: 0;
    padding: 5px 0 !important;
    list-style: none;
    text-align: center;
    margin-right: 100px;
    margin-left: -10px;
}

/* Cada item */
html.sidebar-left-collapsed .sidebar-left #menu-basic .nav-basic-collapsed > li {
    margin: 0;
}

/* Enlace: ocupar todo el ancho, sin desplazamientos raros */
html.sidebar-left-collapsed .sidebar-left #menu-basic .nav-basic-collapsed > li > a {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0 !important;
    text-indent: 0 !important;
    overflow: visible !important;
}

/* Ícono: quitar posición absoluta del tema y centrarlo */
html.sidebar-left-collapsed .sidebar-left #menu-basic .nav-basic-collapsed > li > a i {
    position: static !important;
    display: block;
    margin: 0 auto !important;
    font-size: 18px;
}

/* Solo cuando el mouse está sobre la zona scrollable (.nano), NO en config ni cabecera */
html.sidebar-left-collapsed #sidebar-left .nano:hover #menu-basic .menu-basic-expanded {
    display: block;
}
html.sidebar-left-collapsed #sidebar-left .nano:hover #menu-basic .menu-basic-collapsed {
    display: none;
}

/* Permitir que los cards “salgan” del área del menú */
html.sidebar-left-collapsed #sidebar-left .nano {
    overflow: visible;
}

.box-selected {
    box-shadow: 2px 1px 4px 2px rgba(0,0,0,0.6),
            -2px -1px 4px 2px rgba(0,0,0,0.6);
    -webkit-box-shadow: 2px 1px 4px 2px rgba(0,0,0,0.6),
            -2px -1px 4px 2px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 1px 4px 2px rgba(0,0,0,0.6),
            -2px -1px 4px 2px rgba(0,0,0,0.6);
}

.title_type_menu {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.wrapper_type_menu_item {
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.btn_type_menu {
    all: unset;
    cursor: pointer;
    display: block;
    width: 60%;
    text-align: center;
}
.active_type_menu {
    opacity: 0.7;
}

.btn_type_menu {
    transition: 0.2s ease-in-out;
}

.btn_type_menu:hover {
    opacity: 1;
    transform: scale(1.1);
}

button.btn_type_menu:focus,
button.btn_type_menu:active {
    outline: none !important;
    box-shadow: none !important;
}


.type-menu-trigger .expanded-content {
    display: block;
}

.type-menu-trigger .collapsed-content {
    display: none;
}

.sidebar-left-collapsed .type-menu-trigger {
    position: relative;
    text-align: center;
}


.sidebar-left-collapsed .type-menu-trigger .collapsed-content {
    display: block;
    cursor: pointer;
}


.sidebar-left-collapsed .type-menu-trigger .expanded-content {
    display: none;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    min-width: 220px;
    border-radius: 8px;
    padding: 12px 15px;
    box-shadow: 0 0 16px rgba(0, 36, 96, 0.16);
    z-index: 9999;
}

.sidebar-left-collapsed .type-menu-trigger:hover .expanded-content {
    display: block;
}

.sidebar-left-collapsed .type-menu-trigger:hover .collapsed-content i {
    /* color: #333; */
}

.btn_type_menu:not(.active_type_menu) > h6 {
    color: #000 !important;
    font-weight: 900 !important;
}

.btn_type_menu h6 {
    font-weight: 400 !important;
    margin: 0;
}

html.fixed.sidebar-light .sidebar-left .btn_type_menu h6 {
    color: #111111 !important;
}

html.dark.fixed.sidebar-light .sidebar-left .title_type_menu {
    color: #111111 !important;
}

html.dark.fixed.sidebar-green .sidebar-left .title_type_menu {
    color: #fff !important;
}

html.fixed.sidebar-blue .sidebar-left .title_type_menu,
html.fixed.sidebar-green .sidebar-left .title_type_menu,
html.fixed.sidebar-red .sidebar-left .title_type_menu,
html.fixed.sidebar-dark .sidebar-left .title_type_menu {
    color: #fff !important;
}

html.fixed.sidebar-blue .sidebar-left .btn_type_menu h6,
html.fixed.sidebar-green .sidebar-left .btn_type_menu h6,
html.fixed.sidebar-red .sidebar-left .btn_type_menu h6,
html.fixed.sidebar-dark .sidebar-left .btn_type_menu h6 {
    color: #fff !important;
}

html.fixed.sidebar-blue .sidebar-left .btn_type_menu:not(.active_type_menu) h6,
html.fixed.sidebar-green .sidebar-left .btn_type_menu:not(.active_type_menu) h6,
html.fixed.sidebar-red .sidebar-left .btn_type_menu:not(.active_type_menu) h6,
html.fixed.sidebar-dark .sidebar-left .btn_type_menu:not(.active_type_menu) h6 {
    color: #fff !important;
}

html.fixed.sidebar-blue .sidebar-left .type-menu-trigger .collapsed-content i,
html.fixed.sidebar-green .sidebar-left .type-menu-trigger .collapsed-content i,
html.fixed.sidebar-red .sidebar-left .type-menu-trigger .collapsed-content i,
html.fixed.sidebar-dark .sidebar-left .type-menu-trigger .collapsed-content i {
    color: #fff !important;
}

html.fixed.sidebar-light .sidebar-left .custom-sidebar-section .custom-content .type-menu-trigger:hover .expanded-content {
    background-color: #fff !important;
}

html.fixed.sidebar-blue .sidebar-left .custom-sidebar-section .custom-content .type-menu-trigger:hover .expanded-content {
    background-color: #7367f0 !important;
}

html.fixed.sidebar-green .sidebar-left .custom-sidebar-section .custom-content .type-menu-trigger:hover .expanded-content {
    background-color: #28c76f !important;
}

html.fixed.sidebar-red .sidebar-left .custom-sidebar-section .custom-content .type-menu-trigger:hover .expanded-content {
    background-color: #ea5455 !important;
}

html.fixed.sidebar-dark .sidebar-left .custom-sidebar-section .custom-content .type-menu-trigger:hover .expanded-content {
    background-color: #283046 !important;
}

html.fixed.sidebar-blue .sidebar-left .btn_type_menu img,
html.fixed.sidebar-green .sidebar-left .btn_type_menu img,
html.fixed.sidebar-red .sidebar-left .btn_type_menu img,
html.fixed.sidebar-dark .sidebar-left .btn_type_menu img {
    filter: invert(1);
}

/* Cuerpo colapsable del "Tipo de Menu" */
#type-menu-sidebar .type-menu-body {
    margin-top: 8px;
    overflow: hidden;
}

/* Agregar transición solo después de cargar */
#type-menu-sidebar .type-menu-body.ready {
    transition: max-height 0.2s ease-out, opacity 0.2s ease-out;
}

/* Estado colapsado en modo normal */
#type-menu-sidebar .type-menu-body.is-collapsed {
    max-height: 0;
    opacity: 0;
}

/* Estado normal (expandido) */
#type-menu-sidebar .type-menu-body:not(.is-collapsed) {
    max-height: 200px;
    opacity: 1;
}

/* Cuando el sidebar está colapsado: SIEMPRE mostrar el body,
aunque tenga la clase is-collapsed */
html.sidebar-left-collapsed #type-menu-sidebar .type-menu-body {
    max-height: 200px !important;
    opacity: 1 !important;
}

/* Opcional: cursor tipo "acordeón" en el título */
#type-menu-sidebar .title_type_menu {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Opcional: flechita indicadora */
#type-menu-sidebar .title_type_menu::after {
    content: '\25BE'; /* ▼ */
    font-size: 20px;
}

/* Cambiar flecha cuando esté colapsado (solo cuando no esté colapsado el sidebar) */
html:not(.sidebar-left-collapsed) #type-menu-sidebar .title_type_menu.is-collapsed::after {
    content: '\25B8'; /* ▸ */
}


.bg-green-light {
    background-color: #63c28d !important;
}

.rounded-btn-menu-basic {
    border-radius: 12px !important;
}

@media (max-width: 767px) {
    html.sidebar-blue .sidebar-left .text-nav-menu,
    html.sidebar-red .sidebar-left .text-nav-menu,
    html.sidebar-dark .sidebar-left .text-nav-menu {
        color: #fff !important;
    }

    html.dark.sidebar-light .sidebar-left .text-nav-menu,
    html.dark.sidebar-green .sidebar-left .text-nav-menu {
        color: #fff !important;
    }

    html.sidebar-blue .sidebar-left .title_type_menu,
    html.sidebar-red .sidebar-left .title_type_menu,
    html.sidebar-dark .sidebar-left .title_type_menu {
        color: #fff !important;
    }

    html.sidebar-blue .sidebar-left .btn_type_menu img,
    html.sidebar-red .sidebar-left .btn_type_menu img,
    html.sidebar-dark .sidebar-left .btn_type_menu img {
        filter: invert(1);
    }

    html.sidebar-blue .sidebar-left .btn_type_menu h6,
    html.sidebar-red .sidebar-left .btn_type_menu h6,
    html.sidebar-dark .sidebar-left .btn_type_menu h6 {
        color: #fff !important;
    }

    html.dark.sidebar-light .sidebar-left .title_type_menu,
    html.dark.sidebar-green .sidebar-left .title_type_menu {
        color: #fff !important;
    }

    html.dark.sidebar-light .sidebar-left .btn_type_menu img,
    html.dark.sidebar-green .sidebar-left .btn_type_menu img {
        filter: invert(1);
    }

    html.dark.sidebar-light .sidebar-left .btn_type_menu h6,
    html.dark.sidebar-green .sidebar-left .btn_type_menu h6 {
        color: #fff !important;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
  
  html.sidebar-blue .sidebar-left .title_type_menu,
  html.sidebar-red .sidebar-left .title_type_menu,
  html.sidebar-dark .sidebar-left .title_type_menu {
      color: #fff !important;
  }

  html.sidebar-blue .sidebar-left .btn_type_menu img,
  html.sidebar-red .sidebar-left .btn_type_menu img,
  html.sidebar-dark .sidebar-left .btn_type_menu img {
      filter: invert(1);
  }

  html.sidebar-blue .sidebar-left .btn_type_menu h6,
  html.sidebar-red .sidebar-left .btn_type_menu h6,
  html.sidebar-dark .sidebar-left .btn_type_menu h6 {
      color: #fff !important;
  }

  html.dark.sidebar-light .sidebar-left .title_type_menu,
  html.dark.sidebar-green .sidebar-left .title_type_menu {
      color: #fff !important;
  }

  html.dark.sidebar-light .sidebar-left .btn_type_menu img,
  html.dark.sidebar-green .sidebar-left .btn_type_menu img {
      filter: invert(1);
  }

  html.dark.sidebar-light .sidebar-left .btn_type_menu h6,
  html.dark.sidebar-green .sidebar-left .btn_type_menu h6 {
      color: #fff !important;
  }
}


.bg-new-warning {
  background: #edab1a;
  transition: all 0.2s ease-in-out;
}

.bg-new-warning:hover {
  background: #ca9014 !important;
}

.text-new-warning {
  color: #edab1a !important;
}

.border-buttom-filters {
  border-bottom: 1px solid #E8ECF2;
}

.card-filters {
    width: 100%;
    border: thin solid #E8ECF2;
    border-radius: 12px;
    padding: 10px;
    background-color: #F7FAFC;
    overflow: hidden;
}
.card-filters-right {
    position: absolute;
    top: 0;
    right:10px;
}

.gap-1 {
  gap: 10px;
}