* {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

html,
body,
.page-content,
.fancybox-content {
    background-color: transparent !important;
}

/* changes ML Limitless 26.08.2023 */
body {
	position: relative;
}
.btn-labeled-right {
    padding-right: 44px;
}
.btn {
    font-size: 11px;
   
}



[class*=" icon-question4"], [class^=icon-question4]  {
    font-size: 0.5rem;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-brand {
        background-color:  var(--mainColor)!important;
    }
    
    .navbar-top:not(.sidebar-xs) .sidebar, .navbar-expand-md .navbar-brand-md {
        width: 220px;
    }
    .sidebar-filter {
        width: 275px!important;
    }
    .navbar-expand-md .navbar-brand {
        padding-left:20px;
        margin-left: 0;
    }
    .navbar-top:not(.sidebar-xs) .sidebar {
        padding-left:0px;
        margin-left: 0;
    }

    .navbar-expand-md .navbar-brand {
        min-width: unset;
    }
    .sidebar-sticky{
        padding-left:20px;
    } 
}

.nav-sidebar .nav-item-header {
    padding: .75rem 1.0rem;
    margin-top: .0rem;
}


img.img-fluid {
    height: 80px;
    /* width: 80px; */
}
.sidebar-main .nav-item>.nav-link.active {
    background-color: var(--mainColor)!important;
    
}

.navbar-dark {
    background-color:  var(--mainColor)!important;
}
/* / changes ML Limitless 26.08.2023 */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.ui-pnotify {
    margin-bottom: 5% !important;
}

.active_hours {
    top: 15px;
}

.table_setting th {
    font-weight: 0 !important;
    font-size: .75rem !important;
}

.table_setting td {
    font-size: .75rem !important;
}

.view-hours {
    top: 15px;
}

.select2-selection--single .select2-selection__rendered {
    line-height: 1.5;
    font-weight: 700;
    font-size: 13px;
    padding-left: 0.3rem;
}

.hidden {
    display: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

.navbar-top:not(.sidebar-xs) .sidebar {
    /* width: 15rem; */
}

.navbar-top:not(.sidebar-xs) .sidebar:not(.sidebar-component) .sidebar-content {
    overflow-x: hidden;
    overflow-y: auto;
    /* width: 14rem; */
}

.fancybox-slide {
    max-width: 80%;
    right: 0;
    /* padding: 60px 100px 120px !important; */
    margin: auto;
}

.btn-group-toggle .legitRipple {
    line-height: 0.5rem;
    padding: .4375rem .5rem;
}

@media (max-height: 768px) {
    /* .fancybox-slide {
        padding: 20px 100px 20px !important;
    } */
}

.img-sidebar {
    -o-object-fit: cover;
    object-fit: cover;
}

.cat-btn {
    /* margin-left: 95%; */
}

.accordion {
    list-style-type: none;
}

.accordion__title {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.htmload {
    overflow: hidden;
    /*margin: auto; */
    width: 100%;
    padding-top: 0px;
}

.btn-icon {
    padding: 0.2rem;
}

.page-content {
    /* padding-top: 30px; */
}

.blockUI {
    overflow: hidden;
}

.strength_meter {
    position: absolute;
    bottom: -1px;
    width: 100%;
}

.user_pw {
    /* margin-bottom: 15px !important; */
}

.d-flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blockMsg.blockElement {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 2em;
}

.blockMsg.blockElement .spinner {
    font-size: 1.5em;
}

table.dataTable.dt-checkboxes-select tbody tr,
table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
    cursor: pointer;
}

table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
    text-align: center;
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
    margin-left: 0.5em;
}

.progress-bar-text {
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: black;
}

@media screen and (max-width: 640px) {
    div.dataTables_wrapper span.select-info,
    div.dataTables_wrapper span.select-item {
        margin-left: 0;
        display: block;
    }
}

#mapsvg svg path:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    fill: #efb1b1 !important;
}

.htmload,
.page-content {
    min-height: calc(100vH - 100px);
}

.category {
    font-weight: bold;
}

.overflow-100-200px{
    height: calc(100vH - 200px);
    overflow: auto;
}
.category1 {
    font-weight: bold;
    margin-left: 5px;
}

.category2 {
    margin-left: 10px;
}

.category3 {
    margin-left: 15px;
}

.category4 {
    margin-left: 20px;
}

.list_cat {
    padding: 0px !important;
    color: inherit;
    display: inline-flex;
}

.unimport_btn {
    /*position: absolute;*/
    display: block;
    top: -70px;
}

.smallhide {
    display: none;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.list_cat_main {
    display: inline-grid;
}

#category_list_box {
    width: 95%;
}

@media (max-width: 768px) {
    /* .navbar-nav {
        display: none;
    } */
}

.mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    .sidebar-main:not(.sidebar-component) .sidebar-content {
        top: 0.12503rem;
    }
}

@media (max-width: 768px) {
    .sidebar-user .card-body {
        padding-bottom: 0;
    }
    .nav-item-header {
        margin-top: 0.5rem;
    }
}

.dataTable tbody td,
.dataTable tbody th {
    padding: 0.1em 0.5em!important;
    font-size: 12px!important;
    padding-top: 15px;
}

.table-collapsed-custom span {
    white-space: nowrap !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
}

@media (max-width: 768px) {
    .wordbreak {
        word-break: break-word;
    }
}

@media (max-width: 768px) {
    .content {
        padding: 1.25rem 0rem 3rem;
    }
}

.submit-button-fixed {
    margin-left: auto;
    font-size: large;
}

@media (max-width: 768px) {
    .submit-button-fixed {
        margin-left: auto;
        position: fixed;
        bottom: 0;
        display: block;
        left: 0;
        z-index: 9999999;
        width: 100%;
    }
}

.sidebar {
    width: 14rem;
}

.nav-sidebar .nav-link i {
    margin-right: 0.8rem
}

.nav-sidebar .nav-link {
    padding: .40rem 0.8rem;
}

.sidebar-main .nav-item>.nav-link {
    margin: 0 0.8em;
    border-radius: 1rem;
    border: 1px solid lightgray;
}

#sidebar-right .sidebar-content {
    height: 80vh;
    overflow: auto !important;
}

#sidebar-right .filter-action-buttons {
    position: fixed;
    bottom: 0;
}

#sidebar-right .form-group {
    margin-bottom: 0.15em;
}

#sidebar-right .card-body {
    padding: 0.25em 0.75rem;
}

#sidebar-right .card-header {
    padding: 0.5rem 1.25rem;
}

.sidebar-left-details .sidebar-content {
    /* border-right: 1px solid rgba(0, 0, 0, 0.125); */
    border: 1px solid rgba(0, 0, 0, 0.125);
    /* height: 100vh; */
    /* overflow: auto !important; */
}

.sidebar-left-details .filter-action-buttons {
    position: fixed;
    bottom: 0;
}

.sidebar-left-details .form-group {
    margin-bottom: 0.15em;
}

.sidebar-left-details .card-body {
    padding: 0.25em 0.75rem;
}

.sidebar-left-details .card-header {
    padding: 0.5rem 1.25rem;
}

.card {
    /*margin-bottom: 1.25rem;*/
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    margin-top: 1px;
    border-radius: 0.25rem;
}

.card-header {
    z-index: 999;
}

.sidebar-light {
    /* -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); */
}

.validation-invalid-label,
.validation-valid-label {
    margin-top: 0rem;
    margin-bottom: 0rem;
    padding-left: 1rem;
    font-size: 0.7rem;
}

.validation-invalid-label:before,
.validation-valid-label:before {
    font-size: 0.7rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navbar-brand img {
    height: 1.75rem;
}

.clean-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.promo-rightbar {
    height: 100vh;
    width: 160px;
    background-color: #fff;
    color: #333;
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    background-clip: content-box;
}

@media (max-width: 768px) {
    .promo-rightbar {
        display: none;
    }
}

.js-click-filter {
    color: #3f51b5;
    cursor: pointer;
}

@media (max-width: 768px) {
    .fancybox-slide {
        padding: 0 !important;
        max-width: 100%!important;
    }
    .hidden-sm {
        display: none;
    }
}

.dashboard .card-line-1 {
    height: auto;
}

@media (max-width: 768px) {
    .dt-checkboxes-cell input[type="checkbox"] {
        display: none;
    }
}

.dataTables_filter {
    display: flex;
}

@media (max-width: 768px) {
    .dataTables_filter {
        display: -webkit-box;
        display: -ms-flexbox;
        /* display: flex; */
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: 1em;
    }
    .dataTables_filter span {
        display: none;
    }
}

#sidebar-right {
    margin-top: 20px;
    margin-right: 20px;
}

.js-advance-filter {
    margin-left: auto;
    display: block;
}

.dataTables_info {
    float: right;
}

.relative {
    position: relative;
}

#advance_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: white;
    padding: 1em 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#advance_filter .select2 {
    margin: 0.5em;
}

.datatable-advance-filter {
    z-index: 99;
    width: 100%;
    position: absolute;
}

.btn-active {
    background: #3f51b5;
    color: white;
}

.btn-active:hover {
    background: #3f51b5;
    color: white;
}

.form-check-switchery .switchery {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.advance_filter_button_container {
    width: 100%;
    background: white;
    -webkit-box-shadow: 0 4px 2px -2px grey;
    box-shadow: 0 4px 2px -2px grey;
    padding-bottom: 0.5em;
}

.irs-from,
.irs-single,
.irs-to {
    background: #3f51b5;
}

#products-grid {
    max-width: 1200px;
    margin: auto;
    width: 100%;
}

#products-grid .card-body-img {
    height: 250px;
}

#products-grid .card-product {
    height: 520px;
}

#products-grid .card-body-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#products-grid .card-body-bottom button {
    margin-top: auto;
}

.js-filter-regions {
    color: #3f51b5;
    font-weight: 700;
}

.content-wrapper {
    position: relative;
}

.body-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1029;
    display: none;
}

.nav-item-submenu {
    cursor: pointer;
}

.fancybox-slide {
    overflow: hidden !important;
}

.fancybox-bg {
    opacity: 0.2 !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-sm-up {
        display: none;
    }
}

.dt-button-background {
    background: transparent;
}

.img-table {
    -o-object-fit: cover;
    object-fit: cover;
    height: 35px;
    width: 35px;
    margin: 3px 0;
}

.dashboard .card-header {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.dashboard .card-body {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
}

.dashboard .card-body.candidate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sidebar-fullscreen .fix-layout {
    width: 100%;
}

.fix-layout {
    position: fixed;
    width: 270px;
    border-left: 1px solid #dfdfdf;
}

.dt-buttons>.btn {
    padding: 0.5em 10px;
    height: 36px;
}

.consult-ident-fixed {
    display: none;
}

.nav-tabs .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-tabs .nav-item a {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .consult-ident-fixed {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        display: block;
    }
    .dt-buttons {
        margin-left: 0;
    }
    .datatable-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.detail-buttons {
    list-style: none;
    margin: 0;
    margin-top: 1em;
    padding: 0;
    bottom: 0;
    width: 100%;
    max-width: 269px;
    background: white;
}

.detail-buttons button {
    width: 100%;
    display: block;
    margin-bottom: 0.5em;
}

.dashboard-ident-input {
    width: 130px;
    font-size: 1em;
}

.card-profile {
    padding: 0;
    height: 205px;
    overflow: hidden;
}

.card-profile p {
    margin-bottom: 0;
}

.card-profile .card-body {
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.card-profile .card-content-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.card-profile h6 {
    line-height: 1.1;
    font-weight: bold;
    font-size: 1em;
}

.card-profile h6 .total_registrations {
    font-size: 2em;
}

.card-profile .card-profile-img {
    height: auto;
    width: 184px;
}

.card-profile .card-profile-content {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 0.25rem;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.campaign-percent-expenses-bar {
    color: #000;
}

.campaign-percent-expenses-text {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .card-profile {
        height: 190px;
    }
    .card-profile .card-profile-img {
        width: 100%;
    }
    .card-profile .card-content-text {
        padding: 0 1em;
    }
    .card-profile img {
        width: 100%;
    }
    .dashboard .card-line-1 {
        height: auto !important;
    }
}

#total_registrations {
    font-size: 2em;
}

.wg_regions_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.wg_regions_filter .nav-item {
    padding-top: 0rem !important;
}

@media (max-width: 768px) {
    .ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
        right: 0 !important;
        bottom: 0 !important;
    }
    .ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow {
        padding: 0.4375rem 1.25rem !important;
    }
    .ui-pnotify-title {
        font-size: 0.8375rem !important;
    }
}

.dashboard .chart-bar-registered-by-user {
    height: 250px;
}

@media (max-width: 768px) {
    .dashboard .chart-bar-registered-by-user {
        height: 175px;
    }
}

.chart-bar-registered-by-user {
    height: 175px;
}

@media (max-width: 768px) {
    .chart-bar-registered-by-user {
        height: 150px;
    }
}

a[data-name="IDRecinto"] {
    font-size: 12px;
}

.download_recinto_pdf,
.download_recinto_pdf_inscritos {
    float: right;
}

.upload_file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.account-dashboard-image {
    width: 184px;
    height: 238px;
    -o-object-fit: cover;
    object-fit: cover;
}

.fileinfo button {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    position: absolute;
    top: 1em;
    left: 1em;
}

.fileinfo:hover button {
    opacity: 1;
}

#img_sgl {
    width: 150px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 1em;
    width: 35px;
    height: 35px;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
    background: plum;
    vertical-align: middle;
    margin-right: 1em;
    color: white;
}

.fancybox-iframe {
    -webkit-box-shadow: -7px -20px 40px -7px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: -7px -20px 40px -7px rgba(0, 0, 0, 0.55);
    box-shadow: -7px -20px 40px -7px rgba(0, 0, 0, 0.55);
    background: rgba(0, 0, 0, 0.1);
}

.google_frame {
    width: 100%;
    min-height: 100%;
    overflow: hidden !important;
}

#google_frame_wrap {
    margin-top: 15px;
    margin-bottom: 20px;
}

.sidebar-right-visible .sidebar-new-right {
    right: 0;
    box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.25);
}

.sidebar-new-right {
    height: 100%;
    width: 280px;
    right: -280px;
    position: fixed;
    top: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    background-color: white;
}

.sidebar-new-right>.filter-btn {
    border-radius: 30px 0 0 30px;
    width: 40px;
    text-align: left;
    position: absolute;
    left: -39px;
    top: 135px;
    color: #ffff !important;
    background-color: #FF0068;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border-width: 0;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

[class*=" mi-"],
[class^=mi-] {
    font-family: material-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    min-width: 1em;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.datatable-scroll-wrap {
    overflow-y: hidden;
}

.fixedHeader-floating {
    position: fixed!important;
    top: 60px!important;
}

@media (min-width: 576px) {}

table.cards {
    background-color: transparent;
}

table.cards tbody {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-column-gap: 15px;
}


/*--[  This does the job of making the table rows appear as cards ]----------------*/

table.cards tbody td {
    width: 100% !important;
}

table tbody label:not(.form-check-label, .legitRipple) {
    display: none;
}


/* #staff_shifts table tbody label {
    display: block;
} */

table.cards tbody label {
    display: inline;
    position: relative;
    font-size: 85%;
    font-weight: normal;
    top: 0px;
    left: -3px;
    float: left;
    color: #808080;
}

table.cards tbody .td_action {
    position: absolute;
    top: 0;
    right: 0;
    width: auto !important;
    padding: 5px;
}

table.cards tbody .td_action button {
    margin-right: 0 !important;
}

table.cards tbody .select-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: auto !important;
    padding: 5px;
}

table.cards tbody .td_first {
    margin-top: 50px;
}

table.cards tbody .td_img a {
    display: flex;
    width: 100%;
    justify-content: center;
}

table.cards tbody .td_img a:before {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: x-large;
    margin: 0;
}

table.cards tbody .td_img img {
    width: 100px;
    height: 100px;
    margin: auto;
    object-fit: cover;
}

table.cards tbody tr {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    border: 1px solid #aaa;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
    background-color: white;
}

table.cards tbody td {
    display: block;
    width: 330px;
    overflow: hidden;
    text-align: left;
}

.userimg {
    width: 100px;
}

.chkbcolselect {
    margin-right: 20px;
}

.previewimg {
    width: 100%;
    margin: 10px;
}


/** fin ***/

.DivToScroll {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 4px 0 4px 0;
    color: #3B3C3E;
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    padding: 10px 7px 5px;
}

.DivWithScroll {
    height: 120px;
    overflow: scroll;
    overflow-x: hidden;
}

.picker {
    /* right: 85% !important; */
}

li.draggable {
    padding: 0;
    border-color: gainsboro;
    cursor: move;
}

.btnadvencemig {
    top: 20px;
}

.migrationtbl {
    overflow: auto;
    white-space: nowrap;
}

.col-lg-4 {
    max-width: 100%;
}

.related_new {
    min-height: 100%;
}

.mrgn {
    top: 40px;
}

.catright {
    height: 600px;
    overflow-y: scroll;
}

.show_hide {
    display: none;
}

.cat_menu {
    width: 100%;
}

.level1 {
    padding: 1px;
    font-weight: bold;
    margin-left: 5px;
}

.level2 {
    padding: 1px;
    margin-left: 15px;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);*/
}

.list-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    /*line-height: 2.5385;*/
}

.list-td {
    width: 33%;
}

.noscrollb {
    min-height: 300px;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    overflow-y: scroll;
}

tr.grey600 {
    border: 3px solid #666666;
}

tr.orange400 {
    border: 3px solid #FFA726;
}

tr.blue400 {
    border: 3px solid #29B6F6;
}

tr.teal400 {
    border: 3px solid #26A69A;
}

tr.waring400 {
    border: 3px solid #FF7043;
}

tr.danger400 {
    border: 3px solid #EF5350;
}

tr.susses400 {
    border: 3px solid #66BB6A;
}


ul.nav-group-sub{
    margin-left: 10px;
}


/* Modificacion para categorias sort*/

ul { list-style-type: none; padding-left: 20px;}
label.fondogris{
  background-color: #DDDDDD;
  border-radius: 5px;
  padding: 3px;
  padding-left: 25px;
  /* color: white;  */
  width: 250px;
  
}

.optclick{
    cursor: pointer;

}
.optclick:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    fill: #efb1b1 !important;
    opacity: 1;
    background-color: #bbb9b9;  
    color: white;
}

li.bordado { 
    /*
  margin: 10px;
  padding: 5px;
  border: 1px solid #ABC;
  border-radius: 5px;
  */
  
}
input[type=checkbox].chkhide { display: none; }
input[type=checkbox].chkhide ~ ul { 
  max-height: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space:nowrap;
   -webkit-transition:all 1s ease;  
   -moz-transition:all 1s ease;  
   -o-transition:all 1s ease;  
   transition:all 1s ease;  
  
}
input[type=checkbox].chkhide:checked ~ ul { 
  max-height: 100%;
  max-width: 100%;
  opacity: 1;
}
input[type=checkbox].chkhide + label:before{
  transform-origin:25% 50%;
  border: 8px solid transparent;
  border-width: 8px 12px; 
  border-left-color: white;
  margin-left: -20px;
  width: 0;
  height: 0;
  display: inline-block;
  text-align: center;
  content: '';
  color: #AAAFAB;
   -webkit-transition:all .5s ease;  
   -moz-transition:all .5s ease;  
   -o-transition:all .5s ease;  
   transition:all .5s ease; 
  position: absolute;
  margin-top: 1px;
}
input[type=checkbox].chkhide:checked + label:before {
  transform: rotate(90deg);
  /*margin-top: 6px;
  margin-left: -25px;*/
}

/*
  div {
    width: 200px;
  }
  
  h2 {
    font: 400 40px/1.5 Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0;
  }
  */
  .borderdiv1{

    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 0.25rem;
    right: 2px;
  }
  .borderdiv2{

    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 0.25rem;

    padding-right: 0;
    padding-left: 0;
    left: 2px;
  }


  
  
  ul#sortable {
    list-style: none;
    padding: 0;
    margin-top: 4rem;
    margin-left: 20px;
    margin-right: 20px;
  }

  li.category_types {
    padding: 1px 5px;
    background-color: #DDDDDD;
    /* border: 1px solid #DDDDDD; */
    border-radius: 10px;
    margin:2px 0;
  }

  li.category_types:hover {
    /* font-size: 15px; */
    background-color: #bbb9b9;  

  }
  /*
  li.activeli.fondogris {
    font-size: 15px; 
    background-color: #3f51b5; 

  }
  */
  li.activeli label{
    /* font-size: 15px; 
    background-color: #3f51b5;  */

  }

  label.titulo{
   /* background-color: #39463C;
      border-radius: 5px;
      width: 250px;
   */
    
    padding: 3px;
    padding-left: 25px;
    /* color: white;  */
    
    
  }
/*
  .dt-button{
    background-color:transparent;
  }
  */

  button.active_col{
    background-color: #3f51b5;
  }

/*Fin modificacion categorias sort*/