
body{
    color: #fff !important;
}
a {
    color: #ff7d75;
}
a.link {
    color: #ff7d7d;
}
.pagina-login{
    background-color: #282828;
    background-image: url(../../../../img/octogono.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.login-box-body {
    background-color: rgba(0, 0, 0, 0.33);
    color: #fff;
    position: relative;
    margin: auto;
    border-radius: 10px;
}
.full-bg-black{
    background-color: rgba(210, 10, 10, 0.3);
}
.invisivel{
    display: none;
}
.logo-login{
    width: 400px;
    margin: auto;
    font-family: 'Noto Sans KR', sans-serif;
    color: #fff;
    font-size: 100px;
}
.bg-1{
    background-color: #303030;
    color: #fff;
}

.alert {
    position: absolute;
    width: 100%;
    height: 100px;
    line-height: 5;
    text-align: center;
    z-index: 9999;
    left: 0px;
    top: 20%;
}
.logo-sidebar {
    margin: auto;
    font-family: 'Noto Sans KR', sans-serif;
    color: #fff;
    font-size: 20px;
    display: block !important;
}

.card-body >dl >dt {
    padding: 5px 0px 5px 10px;
    background: #733b3b;
}
.card-body > dl > dd {
    padding: 5px 0px 16px 10px;
    background: #232835;
}
.page-wrapper {
    background: #4a4a4a;
}
.card{
    background-color: #2b2f3a; 
}
.skin-default-dark .topbar {
    background: #2b2f3a;
}

.btn-success {
    color: #fff;
    background-color: #e6b400;
    border-color: #5d4900;
}
.skin-default-dark .page-titles .breadcrumb .breadcrumb-item.active {
    color: #ff7d7d;
}
.footer{
    background: #5a5a5a;
    color: #fff;
}
.form-control{
    color: #999999;
    background-color: #5a5a5a;
    border: 1px solid #8f8f8f;
}
.input-group-text{
    color: #c7c7c7;
    background-color: #5a5a5a;
    border: 1px solid #898989;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #1d1d1d;
}
.table{
    background-color: #686868f5;
}
.table-striped tbody tr:nth-of-type(odd) {
    background: #4a4a4a;
}
.page-titles .breadcrumb li a {
    color: #cbcbcb;
}
.preloader {
     background: #6a3e3e;
}
.loader__label{
    color: #fff;
}
.loader__figure{
    border: 0 solid #ffffff;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #797979 !important;
}
.btn-info {
    color: #fff;
    background-color: #dd4738;
    border-color: #ff5f4f;
}
table.dataTable tbody tr {
    background-color: #2a334b;
}
.buscar-participantes {
    position: absolute;
    right: 20px;
    z-index: 1;
    background: #000;
    top: 147px;
}