﻿/*start*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css');

body {
    font-family: 'Rubik', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

ul.dropdown-menu {
    font-size: inherit !important;
}

label {
    font-weight: 400;
    margin-bottom: 0;
}

.show-btn {
    padding: 8px 4px 8px 4px;
    margin-bottom: 8px;
    margin-left: 6px;
    background-color: white;
    border: grey;
    color: darkgrey;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}


button.add, button.add-img {
    font-weight: 450;
    background-color: #008eff;
    color: white;
    border: none;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    height: 28px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

    button.add a, button.add-img a {
        color: white;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        button.add a i, button.add-img a i {
            font-weight: bolder;
            margin-right: 8px;
        }

.return {
    font-family: "Rubik", sans-serif;
    font-weight: 450;
    background-color: #008eff;
    color: white;
    border: none;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    height: 28px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

table.table thead {
    font-weight: 450;
    background-color: #eae8e8 !important;
    color: #000;
}

    table.table thead tr th {
        padding-top: 7px;
        padding-bottom: 7px;
        font-weight: 450;
        background-color: #eae8e8 !important;
    }

table.table tbody tr td {
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}

table.table-editor thead tr th {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 2px;
    padding-right: 2px;
}

table.table-editor tbody tr td {
    padding: 2px;
    vertical-align: middle;
}

table.table-bordered {
    border: 1px solid #ececec;
}

    table.table-bordered thead tr th, table.table-bordered tbody tr td {
        border: 1px solid #ececec;
    }


.box-header > .box-title {
    font-weight: 500;
}

.box-title {
    font-weight: 500;
}


.content .box .box-header:first-child {
    background-color: white !important;
    color: black !important;
}

.box-header .with-border {
    background-color: white !important;
    color: black !important;
}

/* use this class on table header*/
.auto-fit {
    width: 1%;
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
    table.dataTable {
        display: block;
        overflow: hidden;
    }
}


table.dataTable tbody tr.row-highlighter {
    background-color: #014065 !important;
    color: #fff !important;
}

    table.dataTable tbody tr.row-highlighter td a {
        background-color: #014065 !important;
        color: #fff !important;
    }

table.dataTable tbody tr td span {
    display: block;
}

    table.dataTable tbody tr td span > a {
        margin-left: 5px;
    }

        table.dataTable tbody tr td span > a:first-child {
            margin-left: 0 !important;
        }

.alert {
    margin-bottom: 0;
}

.wrapper .main-header #navbar-collapse-1 > ul > li > a {
    text-align: center;
    padding: 10px 5px;
}

.data-label {
    padding-top: 7px;
}


.content-wrapper .content {
    padding: 0;
}

label.control-label {
    font-weight: 400 !important;
}

.content-wrapper {
    padding-bottom: 15px;
}


.content-wrapper, .main-footer {
    margin-left: 0;
}

.main-header {
    z-index: 10;
}

    .main-header .navbar {
        margin-left: 0;
    }

.main-footer {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    position: fixed;
    bottom: 0;
    width: 100%;
}

    .main-footer label {
        margin-bottom: 0;
        font-weight: 500;
    }

    .main-footer label {
        margin-bottom: 0;
    }

.main-header .navbar {
    min-height: 40px;
}

    .main-header .navbar#topbar {
        background-color: #014065;
    }


.navbar-nav > .user-menu .user-image {
    margin-right: 0;
}


.user-footer {
    display: flex;
    gap: 12px;
}


.box {
    border: none;
    border-radius: 0px;
}

.box-header {
    height: 40px;
}


    .box-header > .box-title {
        font-weight: 500;
    }

    .box-header > .box-tools {
        position: unset;
    }

.box-body {
    padding: 5px;
}

.box-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.dataTables_processing {
    display: none !important;
}

h4 {
    margin-top: 0;
    margin-bottom: 0;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

#input-page-search {
    display: none;
}

    #input-page-search > div > input[type=text] {
        width: 150px;
        border-radius: 4px;
    }


#btn-page-search > div {
    background-color: #0c69c6;
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 15px;
}

    #btn-page-search > div:hover {
        background-color: #0a549e;
    }

    #btn-page-search > div > span {
        padding: 8px;
        color: #fff;
    }

.up-arrow {
    color: green;
}

.down-arrow {
    color: red;
}


/*new css properties and for top section of nav*/
.list-reset {
    list-style: none;
    margin: 0;
    padding: 0;
}


.user-menu .user-image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
}

    .user-header > p {
        color: #fff;
    }

.user-menu ul.dropdown-menu {
    background: #3c8dbc;
    z-index: 999;
    left: auto;
}

.user-footer > .pull-left > .btn-default, .user-footer > .pull-right > .btn-default {
    background: #fff;
    color: #444 !important;
}

    .user-footer > .pull-left > .btn-default:hover, .user-footer > .pull-right > .btn-default:hover {
        background: #ddd !important;
    }

.main-footer {
    text-align: center;
}

    .main-footer > .footer-left-part {
        display: none;
    }


@media(min-width:767px) {

    .main-footer > .footer-left-part {
        display: block;
    }

    .main-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
