html,
body {
    height: 100%;
}

/* Home Page Carousel */
header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {

    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

/* Navigation */

.navbar-default {
    background-color: #025484;
}

.dropdown>li>a {
    color: #E7E7E7;
}

.form-inline .row {
    margin-bottom: 10px;
}

/* Navigation */

.main_loadding {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background:
        url("../../images/loading.gif") 50% 50% no-repeat;
}

.redirect:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #005B94;
    font-size: 14px;
}

.redirecrecord {
    font-weight: italic !important;
}

.redirecrecord:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #025484;
}


/* Style cho Table */
.table thead>tr>th,
.table tbody>tr>th,
.table tfoot>tr>th,
.table thead>tr>td,
.table tbody>tr>td,
.table tfoot>tr>td {
    border: 1px solid #DDDDDD;
    font-weight: normal;
    vertical-align: middle !important;

}


.table thead>tr>th,
.table tfoot>tr>th,
.table tfoot>tr>td {
    text-align: center;
}

.table thead>tr>th,
.table tfoot>tr>th,
.table tfoot>tr>td {
    font-weight: bold;
}



.table tbody tr:hover td,
.table tbody tr:hover th {
    background-color: #BADBE5;
    cursor: pointer !important;
}

#tb_list_record.table tbody tr th {
    font-weight: bold;
    color: #464343;
    text-align: center;
}

/* Dialog Modal */
.modal-content>.modal-header>h4 {
    font-size: 15px;
    color: #C12C2C !important;
    font-weight: bold;
}

.fieldset {
    width: inherit;
    /* Or auto */
    border-bottom: none;
    padding: 10px;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

.fieldset>legend {
    margin-bottom: 0px;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    border-bottom: none;
}

.fieldset>.table {
    margin-bottom: 0px;
}

.fieldset>legend>h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #C12C2C !important;
    font-weight: bold;
}

.modal-body>.infor-record {
    padding: 0px;
    border-bottom: none;
}

.modal-dialog {
    margin: 5px auto;
}

.modal-lg {
    width: 90%;
}

/* TABS */

.tab-nav>li>a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.main-tab {
    background: #FFF;

}

.tab-content {
    padding: 10px;
    border: 1px solid #ddd;
}

.nav-tabs {
    border-bottom: 0px solid #ddd;
}

#message-alert {
    display: none;
    margin: 0px auto;
    position: fixed;
    z-index: 9999;
    top: 20px;
    left: 100px;
    animation-iteration-count: 1;
    color: white;
}

.alert-success {
    background: #00c0ef;
}

.alert-info {
    background: #00c0ef;
}

.alert-warning {
    background: #dd4b39;
}

.alert-danger {
    background: #dd4b39;
}

#loadMore {
    padding: 10px;
    text-align: center;
    background-color: #33739E;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

.banner-header {
    background: url(../../images/Banner2.jpg) #0570b4 no-repeat;
    margin-bottom: 0px !important;
    /* background-repeat: no-repeat; */
    border-bottom: 1px solid #0468A4 !important;
}

.name-banner {
    color: yellow;
    text-shadow: 2px 2px #054F80;
    padding-top: 15px;
    padding-left: 5%;
    font-size: 22px;
    font-family: sans-serif;
}

.dang-ky {
    background-image: url(../../images/backend/DangKy.png);
    position: relative;
    background-repeat: no-repeat;
    float: right;
    height: 31px;
    width: 169px;
    z-index: 10;
    top: -15px;
    cursor: pointer;
}

.Dang-Nhap {
    background-image: url(../../images/backend/DangNhap.png);
    position: relative;
    background-repeat: no-repeat;
    float: right;
    height: 45px;
    width: 200px;
    z-index: 10;
    top: -15px;
    left: 70px;
    cursor: pointer;
}

.navbar {
    background-color: #0470B4;
    min-height: 25px;
    height: 36px !important;
    margin-bottom: 2px !important;
    border-radius: 0px;
    border: 0;
}

#nav-bar {
    background: #0470b4;
    border-top: 0.5px solid #0281d1;
}

/* .navbar-top {
    border-top: 0.5px solid #0281d1;
} */

.navbar .nav>li>a {
    padding-top: 5px;
    color: white;
}

.navbar-nav>li>a {
    padding-bottom: 5px !important;
}

.navbar .nav>li>a:hover {
    color: #FFF600;
}


.navbar .nav>li.nav-active>a {
    color: #FFF600;
}

.breadcrumb {
    background-color: #FFFFFF;
    margin-bottom: 0px !important;
}

.breadcrumb>a {
    color: black !important;
}

.breadcrumb1 {
    color: #0470b4 !important;
}

.breadcrumb2 {
    color: #286090 !important;
}

.breadcrumb3 {
    color: #333333 !important;
}

/* .text-center {
    margin-bottom: 5px;
} */

#menu-sidebar td {
    padding: 6px;
}

.control-label.required:after {
    content: " *";
    color: red;
}

#title-huongdan {
    padding-left: 0px;
    margin: 5px 0px 5px 0px;
}

div.main_paginate {
    text-align: center;
}

.panel-heading {
    padding: 2px 5px;
}

#frm-search-form {
    margin-top: 2px;
    padding: 0;
}

#custom-search-form .search-query {
    padding-right: 3px;
    padding-right: 4px;
    padding-left: 3px;
    padding-left: 4px;
}


.search-query:focus+button {
    z-index: 3;
}

.search-query {
    border-radius: 10px;
    height: 26px !important;
}

.search-sidebar,
.search-sidebar>input,
.search-sidebar>span {
    display: inline;
}

.search-sidebar>input {
    width: 95%;
}

.search-sidebar>span {
    margin-left: -23px;
}

.search-sidebar>span {
    cursor: pointer;
}

.chart-pie-dh {
    padding-right: -5px !important;
}

.note-chart {
    /* margin-left: 15px;  */
    margin-top: 20px;
    font-size: 14px;
}

.chart-legend li span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.infor-record-bl {
    font-weight: bold;
    color: #0470B4;
}

#note-dh {

    margin-left: 30px;
}

.infor-record-rd {
    font-weight: bold;
    color: #F56954;
}


#note-qh {
    margin-left: 30px;
}

#footer {
    padding: 15px 0 15px 0;
    background-color: #0470B4;
    color: white;
    clear: both;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}

/* tungnt */
.register_login {
    padding: 0;
    padding-top: 25px;
}

.table-sidebar>table,
.button-menu {
    float: right;
}

.button-menu {
    display: none;
    background-color: #044e7f;
    width: 40px;
    text-align: center;
    padding: 5px;
    margin: 18px 16px;
    cursor: pointer;
}

.fa-lg {
    margin-left: 0 !important;
    color: white !important;
}

/* ipad */
@media only screen and (max-width: 768px) {
    .banner-header {
        background: url(../../images/Banner-Moble.png) #0570b4 no-repeat;
        margin-bottom: 0px !important;
        border-bottom: 1px solid #0468A4 !important;
        height: 68px;
    }

    .logo_infoUnit {
        display: none;
    }

    .register_login {
        padding-top: 18px;
        float: right;
    }
}

/* iphone 6,7,8 plus */
@media only screen and (max-width: 414px) {
    .banner-header {
        background: url(../../images/Banner-Moble.png) #0570b4 no-repeat;
        margin-bottom: 0px !important;
        border-bottom: 1px solid #0468A4 !important;
        height: 68px;
    }

    .register_login,
    #title-huongdan {
        display: none;
    }

    .button-menu {
        display: block;
    }

    .table-sidebar {
        width: 100%;
    }

    .table-sidebar>table {
        float: none !important;
    }

    #nav-bar {
        display: none;
    }

    /* toggle menu */
    .side-categories {
        background-color: #0470b4;
        position: absolute;
        z-index: 9999;
        padding: 5px;
        left: 60%;
        top: -6px;
    }
}

/* iphone 6,7,8 */
@media only screen and (max-width: 375px) {

    /* toggle menu */
    .side-categories {
        left: 56%;
    }
}

/* general */
.box-gopy {
    background: #fff none repeat scroll 0 0;
    border-color: #ca8c09 #e6e6e6 #e6e6e6;
    border-style: solid;
    border-width: 3px 0px 0px;
    display: inline-block;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin: 20px 0 10px;
    border-radius: 3px;
    padding: 10px;
}

/* content */
.box-timkiem {
    width: 100%;
    margin: 10px 0;
    display: inline-block;
}

.form-group{
    margin: 0 !important;
    margin-bottom: 20px !important;
}

.radio.inline, .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

.radio.inline+.radio.inline, .checkbox.inline+.checkbox.inline {
    margin-left: 30px;
}

.tab-content{
    height: 560px;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.h1 {
    color: #ca8c09;
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase;
    border-bottom: 1px solid #f1f1f1;
    padding-left: 10px;
}

.form-group label strong {
    color: red;
}

/* footer */
.btn-timkiem {
    display: inline-block;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}

.timkiem{
    float: right;
}

.tab-content label{
    font-size: 13px !important;
}
.tittleclass{
    width: 100%;
    border-bottom: 1px solid #CA8C09;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    text-transform: none;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
}
.jconfirm-box-container {
    width: 500px;
    margin-top: -20%;
}
.navbar{
    background-color: #fff;
}