.dropdown-menu.dropdown-menu-right .caja-modulo {
    transition: ease-in-out .05s;
}

.dropdown-menu.dropdown-menu-right .caja-modulo:hover {
    transform: scale(1.1);
}

.p-r-30 {
    padding-right: 30px !important;
}

.capa-mismo-alto {
    flex-wrap: wrap;
    display: flex;
}

.sidebar-nav ul li.nav-devider {
    margin: 0 !important;
}

.w-25px {
    width: 25px;
}

.m-t-titulo {
    margin-top: 70px;
}

.mce-tinymce {
    width: unset !important;
}

.btn-over-white:hover {
    color: white !important;
}

.main-wrapper .page-wrapper .footer {
    z-index: 1000;
}

.form-base .form-group > label {
    line-height: 1.4em !important;
}

@media (max-width: 3000px) {
    .mini-sidebar .top-navbar .navbar-header {
        width: 100px;
    }
}

@media (max-width: 1154px) {
    .light-logo {
        /*width: 85px;*/
    }

    .mini-sidebar .top-navbar .navbar-header {
        width: 110px;
    }
}

@media (max-width: 767px) {
    .light-logo {
        width: 50px;
    }

    #main-wrapper .topbar {
        top: 0;
    }

    .mini-sidebar .top-navbar .navbar-header {
        width: 110px;
    }

    .mini-sidebar .page-wrapper {
        padding-top: 0;
    }

}

.footer {
    z-index: 100;
}
.footer-login{
    font-size: .9em !important;
    background-color: rgba(0,0,0,.6) !important;
    color: #E5E5E5 !important;
}

.asColorPicker-clear {
    top: 10px;
    right: 24px;
}

.asColorPicker-trigger {
    right: -20px;
    width: 40px;
}

.slimScrollBar {
    z-index: 101 !important;
}

.text-line-through {
    text-decoration: line-through !important;
}

/*----------- WISYGHTML -----------*/

/*.mce-window-head .mce-close {*/
/*    height: 16px !important;*/
/*    width: 16px !important;*/
/*}*/

table .select-checkbox {
    text-align: center;
    border-radius: 30%;
    border: 1px solid;
    width: 12px;
}

table .select-checkbox {
    text-align: center;
    border-radius: 30%;
    border: 1px solid;
    width: 12px;
    height: 12px;
}

table tr .select-checkbox::after {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    transform: translate(-1px, -2px);
}

table tr.selected .select-checkbox::after {
    content: "\F12C";
}

table tr:not(.selected) .select-checkbox::after {
    content: " ";
}

.cursor-hand {
    cursor: pointer;
}


table.dataTable tbody tr.selected a:not(.btn), table.dataTable tbody th.selected a:not(.btn), table.dataTable tbody td.selected a:not(.btn) {
    color: inherit;
}