﻿

div.dataTables_wrapper div.dataTables_length label {
    display: none;
}

div.dataTables_wrapper div.dataTables_filter label {
    position: absolute;
    top: -45px;
    right: 77%;
}


@media only screen and (max-width: 1040px) {
    div.dataTables_wrapper div.dataTables_filter input {
        width: 150px;
    }

    div.dataTables_wrapper div.dataTables_filter label {
        right: 75%;
    }
}

@media only screen and (max-width: 820px) {
    div.dataTables_wrapper div.dataTables_filter input {
        width: 100px;
    }

    div.dataTables_wrapper div.dataTables_filter label {
        right: 65%;
    }
}

div.dataTables_wrapper div.dataTables_filter input {
    background: white !important;
}


.nk-table.nk-table thead td, .nk-table.nk-table thead th {
    padding: 11px 18px;
}

.nk-table thead {
    font-size: 1.32rem;
    background-color: #dd163b;
}


table {
    border-collapse: collapse;
    width: 20%;
    background-color: #363d49;
}

td {
    font-size: 14px;
    font-family: Arial;
}

tr:nth-child(odd) {
    background-color: red;
}

tr:nth-child(even) {
    background-color: cadetblue;
}

th {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    background: #2c3e50;
    font-weight: bold;
}


.dataTables_paginate {
    float: left !important;
}


.uniqueClassName {
    text-align: center;
}

table.dataTable thead .sorting:after {
    opacity: .0 !important;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #181c23;
}


.container .btn-link {
    text-decoration: none;
}

.container i {
    font-size: 1.27em;
    padding: 5px;
}

a {
    color: white;
    text-decoration: none;
    /*font-family: arial;*/
}

    a:hover {
        color: #04b8a5;
        transition: .15s color;
    }

    /*            a.reject:hover {
                color: #ed4564;
                transition: .15s color;
            }*/

    a.delete:hover {
        color: #ed4564;
        transition: .15s color;
    }

    a.edit:hover {
        color: #f3cc5b;
        transition: .15s color;
    }

    a.view:hover {
        color: #5c99f0;
        transition: .15s color;
    }


.table-dark {
    --bs-table-bg: #363c4a !important;
    --bs-table-striped-bg: #2e333e !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #2b2626;
}


tbody, td, tfoot, th, thead, tr {
    border-color: #1d232f;
}


#RedTitle {
    border: solid #292e38;
    border-width: 0px 0px 1px 1px;
}

.Bordertable {
    border: solid #1d232f !important;
    border-width: 1px 0px 1px 1px !important;
}

.nk-decorated-h, .nk-decorated-h-2 {
    display: flex;
}

    .nk-decorated-h-2::after, .nk-decorated-h-2::before {
        border-bottom-color: #353c4a !important;
    }

    .nk-decorated-h-2::before, .nk-decorated-h::before {
        flex: 20px !important;
        width: 20px !important;
        min-width: 20px !important;
    }

    .nk-decorated-h-2::after, .nk-decorated-h-2::before, .nk-decorated-h::after, .nk-decorated-h::before {
        content: "";
        display: block;
        flex: 100;
        border-bottom: 4px solid;
        transform: translateY(-10px);
    }

    .nk-decorated-h-2::after, .nk-decorated-h-2::before {
        border-bottom-color: #353c4a;
    }

    .nk-decorated-h-2::after, .nk-decorated-h-2::before, .nk-decorated-h::after, .nk-decorated-h::before {
        content: "";
        display: block;
        flex: 100;
        border-bottom: 4px solid;
        transform: translateY(-10px);
    }

    .nk-decorated-h-2 > a, .nk-decorated-h-2 > span, .nk-decorated-h > a, .nk-decorated-h > span {
        display: block;
        flex: auto;
        padding-right: 20px;
        padding-left: 20px;
    }


div#services_block {
    height: 355px;
    background-color: #3c4250;
    border-left: 6px solid #292e38;
    border-right: 6px solid #292e38;
}

.nav-tabs .nav-link { /*Color of the tabs*/
    color: #fbf5f5;
    margin-left: 7px;
}

.bi-person::before { /*Person icon*/
    font-size: 20px;
}

.bi-info-circle::before { /*Info icon*/
    font-size: 17px;
}


#divflag {
    color: #2b2626;
    position: absolute;
    top: 31%;
    right: 66.5%;
}

    #divflag img {
        height: 35px;
    }

#RanksTable img {
    padding-left: 2.5%;
    border-radius: 100px;
}

@media only screen and (max-width: 1080px) {

    #divflag {
        right: 87%;
        top: 18.7%;
    }
}

@media only screen and (max-width: 680px) {

    #divflag {
        right: 82%;
        top: 18.3%;
    }
}

@media only screen and (max-width: 820px) {
    div.dataTables_wrapper div.dataTables_filter input {
        width: 100px;
    }

    div.dataTables_wrapper div.dataTables_filter label {
        right: 65%;
    }
}


select {
    height: 30px;
}

.headh4 {
    display: flex;
    margin-top: 9px;
    color: #04b8a5
}

    .headh4::after {
        content: '';
        flex: 1;
        margin-top: 16px;
        height: 3px;
        background-color: #fff;
        margin: -12px 12px 30px -12px;
        margin-top: 15px;
    }

#anotherpostsbox {
    background-color: #363c4a;
    width: 100%;
    margin: 0px;
}

#headeranotherpost {
    margin-top: 10px;
    height: 52px;
    text-align: right;
    background-color: #404859;
    margin: 0px;
    padding: 0px;
}

#anotherpimg {
    margin: 1px;
    height: 125px;
}

#panotherpost {
    font-size: 14px;
}

#imganotherpost {
    width: 100%;
    height: 80%;
    max-height: 120px;
    max-width: 300px;
    margin: 2px;
}

.nk-table.nk-table thead td, .nk-table.nk-table thead th {
    border-left: 1px solid #312c2c !important;
}

th:first-child {
    border-left: 1px solid #151313 !important;
}