/* Add here all your CSS customizations */

.bg-dark-th {
    background-color: #171717 !important;
    color: white;
}

.page-header .sidebar-right-toggle{
    cursor: default;
}


tr.activo {
    background-color: #f5f5f5 !important;
}

ul.pagination li {
    cursor: pointer;
}

.no-padding {
    padding: 0px !important;
}


.margin-bottom{
    margin-bottom: 15px;
}
.margin-top{
    margin-top: 15px;
}

.panel-right {
    right: 15px;
    position: absolute;
    top: 15px;
}

.panel-right a,
.panel-right .panel-action {
    font-size: 14px;
    text-align: center;
}

.panel-right a:hover,
.panel-right .panel-action:hover {
    text-decoration: none;
}

.panel-right a, .panel-right a:focus, .panel-right a:hover, .panel-right a:active, .panel-right a:visited,
.panel-right .panel-action,
.panel-right .panel-action:focus,
.panel-right .panel-action:hover,
.panel-right .panel-action:active,
.panel-right .panel-action:visited {
    outline: none !important;
    text-decoration: none !important;
}
