
.background-image-2 {
    background-image: url('../img/bg3.jpg');
    background-position: center;
    background-size: cover;
}

.avatar-img {
    border-radius: 50%;
    object-fit: cover;
}

.table-info {
    padding-top: .85em;
}

.ck-editor__editable {
    min-height: 350px;
}

.column-id-size {
    width: 5%;
}

.column-content-size {
    width: 70%;
}

center > a {
    display: none;
}

.content-background-dark {
    background: #19222c;
}

.footer-background-dark {
    background: #212e3c !important;
}


.table-card {
    padding: 10px;
    background: #292929;
}

body {
    color: #868d96 !important;
}

th {
    background: #292929 !important;
    border: 1px solid #3f3f3f !important;
    padding: 0.5em;
}

td {
    border: 1px solid #3f3f3f !important;
}

i {
    color: #dcdcdc;
}

span {
    color: #868d96;
}

h4 {
    color: #868d96;
}

.input-group-navbar .btn, .input-group-navbar .form-control {
    height: calc(2.0875rem + 2px);
    background: #292929;
    box-shadow: none;
    border: 0;
    padding: .35rem .75rem;
}

.mvc-grid-pager button {
    background: #292929 !important;
}

.card {
    background: #212e3c !important;
}

.card-header {
    background: #212e3c !important;
}

.form-control
{
    background: #212e3c !important;
    color: #dcdcdc !important;
}

.mvc-grid-header{
    font-size: smaller;
}