tr.is-inactive {
    background: rgba(255, 90, 70, 0.5);
}

tr.is-inactive td:first-child {
    background: #fff;
}

.jb-navbar-menu-toggle {
    margin-right: 10px;
}

::-webkit-scrollbar {
    width: 20px;
}

 ::-webkit-scrollbar-track {
    background-color: transparent;
}

 ::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

 ::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

.is-subtitle-border {
    border-bottom: 2px solid;
    padding-bottom: 10px;
    padding-left: 5px;
}

aside.aside {
    transition: left 250ms ease-in-out 50ms
}

html.has-aside-menu-transition aside.aside {
    width: 14rem;
    display: block;
    left: -14rem
}

html.has-aside-expanded aside.aside {
    left: 0;
}

html.has-aside-menu-transition aside.aside .image img {
    max-width: 4.95rem
}

html.has-aside-menu-transition aside.aside .menu-list li.is-active ul {
    display: block
}

html.has-aside-menu-transition aside.aside .menu-list a .icon {
    width: 3rem
}

html.has-aside-menu-transition aside.aside .menu-list a .icon.has-update-mark:after {
    right: .65rem
}

html.has-aside-menu-transition aside.aside .menu-list a span.menu-item-label {
    display: inline-block
}

html.has-aside-expanded div.b-tabs.is-vertical div.tab-item {
    width: calc(100vw - 650px);
}

div.b-tabs.is-vertical div.tab-item {
    width: calc(100vw - 410px);
}

.is-current-content>.pagination-link {
    background-color: #7e0001;
    border-color: #7e0001;
    color: #fff;
}

.pagination-next>.pagination-link,
.pagination-previous>.pagination-link {
    justify-content: center;
    margin: 0rem;
    padding-left: 0em;
    padding-right: 0em;
    text-align: center;
    border: 0px solid;
}

.pagination .yii,
.pagination .yii {
    padding-left: 0em !important;
    padding-right: 0em !important;
    margin-top: 0.25em !important;
}

.pagination select {
    border: 2px solid #dbdbdb;
    border-radius: 7px;
    padding: 5px;
}

.is-fake.b-tabs:not(:last-child) {
    margin-bottom: 0;
}

.is-fake section.tab-content {
    display: none;
}

.is-upload-small section.section {
    padding: 0;
}

.card {
    margin-bottom: 2rem;
}

.cursor-pointer {
    cursor: pointer;
}


/*Roles y permisos*/

#roles #tabs .items_panel {
    display: none;
}

#roles .panels {
    display: none;
}

#roles .is-checkbox {
    background-color: #7e0101b8 !important;
    color: white !important;
}

#roles .labels_checkbox {
    margin-bottom: 10px;
}

.help-block {
    color: red;
}


/**/

a.asc:before {
    content: "\F0045";
}

a.desc:before {
    content: "\F005D";
}

.grid-view thead a {
    color: #464446;
}

a.asc:before,
a.desc:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.swal-button {
    padding: 7px 19px;
    border-radius: 2px;
    background-color: #6e007e;
    font-size: 12px;
    border: 1px solid #af4194;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  }

  .swal-button:hover{
    background-color: #af4194;
  }

  /* ----------------------------------------------
 * Generated by Animista on 2025-2-7 10:31:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-1000px);
              transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
@keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-1000px);
              transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
}

.slide-in-top {

	-webkit-animation: slide-in-top 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-top 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}