/* login page */
.bg-login-image {
    background-size: auto;
    background: url("/public/img/unlock.png") no-repeat center;
}

/* tables */
.table td, .table th {
    padding: 0.5rem;
}

.table,
#dataTable_wrapper label,
#dataTable_wrapper .pagination,
.dataTables_info {
    font-size: 14px;
}

.table-wrap {
    display: none;
}

/* 404 page*/
.error-404-page {
    height: 100vh;
}

.error-404-page #wrapper {
    height: 100%;
}

/* delete button*/
.img-wrapper {
    position: relative;
}

.delete-file {
    position: absolute;
    top: 0;
    right: 0;
}

/* payments */
.bg-payment-image {
    background-size: auto;
    background: url("/public/img/payment.png") no-repeat center;
}

.bg-payment-seccess-image {
    background-size: auto;
    background: url("/public/img/payment.png") no-repeat center;
}

/* main page */
.main-page {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    background-size: cover;
    height: 100vh;
    background: #333 url('/public/img/main-bg.jpg') no-repeat center center;
}

.masthead {
    margin-bottom: 2rem;
}

.masthead-brand {
    margin-bottom: 0;
}

.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}

@media (min-width: 48em) {
    .masthead-brand {
        float: left;
    }
    .nav-masthead {
        float: right;
    }
}

.cover {
    padding: 0 1.5rem;
}

.cover .btn-lg {
    padding: .75rem 1.25rem;
    font-weight: 700;
}

.mastfoot {
    color: rgba(255, 255, 255, .5);
}

/* for multi filter */
.multi-filter::placeholder {
    color: #d1d3e2;
}

.multi-filter {
    color: #6e707e;
    width: 100%;
    padding: 2px 5px;
    font-size: 12px;
    border: 1px solid #d1d3e2;
    border-radius: 0.2rem;
}