﻿:root {
    --bgr-coler: #2980b9;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    display: block;
}


.header-list {
    background-image: url('/images/KhaiThac/hnb.jpeg');
    padding-top: 12%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
}




.header-title {
    display: flex;
    margin: auto 8px;
    font-size: 26px;
    color: #fff;
}

.header-item {
    position: absolute;
    left: 0;
    top: 40%;
    right: 0;
    display: flex !important;
    justify-content: end !important;
    margin: auto;
    color: #fff;
    font-size: 20px;
}

.header-bell {
    margin-right: 12px;
}

.header-bell-icon {
}

.header-actor {
    display: flex;
    justify-content: end;
    margin: 0 16px;
}

.header-actor-icon {
}

.header-actor-name {
    margin-left: 8px;
}


.header-nav {
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 4px 5px #ccc;
    display: flex;
    justify-content: space-between;
    background-color: #0d2c50;
    font-size: 17px;
    text-transform: uppercase;
}

.header-nav-list {
    display: flex;
    list-style: none;
}

.header-nav-item {
    padding: 12px 24px;
}

    .header-nav-item a {
        color: #fff;
    }

    .header-nav-item:hover {
        background-color: #ccc;
    }

.header-nav-item-ip {
    width: 90%;
    padding-left: 10px;
    border-radius: 3px;
    outline: none;
}

.header-nav-search {
    display: flex;
    margin: 12px;
    width: 100%;
}

.header-nav-item-search {
    color: #fff;
    padding: 6px 10px;
    background-color: var(--bgr-coler);
    border: 1px solid rgb(48, 43, 43);
    cursor: pointer;
    border-radius: 3px;
}

    .header-nav-item-search:hover {
        opacity: 0.7;
    }

.header-nav-res-list {
    background-color: #0d2c50;
    display: none;
}

.header-nav-res-item {
    list-style: none;
}

    .header-nav-res-item a {
        padding: 12px;
        color: #fff;
    }

    .header-nav-res-item :hover {
        background: #ccc;
        color: #000;
    }

.menu i {
    font-size: 25px;
    top: 30%;
    color: #fff;
    position: absolute;
    left: 90%;
}

.borrow-list {
    display: inline;
    position: fixed;
    bottom: 5%;
    right: 5%;
    background-color: var(--bgr-coler);
    border-radius: 100%;
}

    .borrow-list img {
        width: 100px;
    }

.borrow-list-count {
    min-width: 20px;
    min-height: 20px;
    text-align: center;
    background-color: red;
    padding: 2px;
    font-size: 13px;
    bottom: 10%;
}

footer {
}

.footer-list {
    padding: 16px;
    background-color: var(--bgr-coler);
}

.footer-title {
    color: #fff;
    font-size: 20px;
}

.footer-item {
    color: #fff;
    display: flex;
}

.footer-item-addr {
    padding: 12px 0;
}

.footer-item-phone {
    padding: 12px 0;
}

.footer-item-email {
    padding: 12px 0;
}

.footer-item-text {
    padding: 12px 0;
}


.footer-list-item {
    color: #fff;
    padding: 12px 0;
}

.footer-list-detail {
}

.license {
    background-color: #0d2c50;
    padding: 12px 16px;
    color: #fff;
}

.filter_condition {
    border-width: 0px;
    background: #428bca;
    color: white;
    cursor: pointer;
    padding: 5px;
    margin: 0 5px;
}

.hidden {
    display: none !important;
}

.color-white {
    color: white !important;
}

.search-advanced {
    margin: 0 5% 5%;
}

#ChiTietHoSo .link-view {
    padding: 1%;
    background-color: #303030;
    display: inline-table;
    margin: 5px 5px;
    color: white;
}

#ChiTietHoSo .empty {
    background-color: white !important;
    color: red !important;
}

.height-100 {
    height: 100%;
}

.padding-top {
    padding-top: 15px;
}
