.date-picker {
    z-index: 1151 !important;
}

.td-text-center {
    text-align: center;
}

.navbar-static-top {
    padding-left: 0px !important;
}

.sidebar {
    display: none;
}

#page-wrapper {
    position: inherit;
    margin: 0 0 0 0px !important;
    height: 100vh;
}

.bg-bluebt {
    background: #005AA7 !important;
}

.bg-redbt {
    background: #EF3B36 !important;
}

.bg-green {
    background: rgba(58, 202, 94, 0.6) !important;
}

.bg-orange {
    background: rgba(236, 146, 56, 0.6) !important;
}

.bg-lightgreen {
    background: rgba(4, 177, 168, 0.6) !important;
}

.bg-lightyellow {
    background: rgba(204, 190, 10, 0.6) !important;
}

.bg-lightred {
    background: rgba(218, 26, 32, 0.6) !important;
}

.bg-darkpurple {
    background: rgba(70, 8, 134, 0.6) !important;
}

.bg-lightpurple {
    background: rgba(102, 49, 179, 0.6) !important;
}

.bg-darkblue {
    background: rgba(18, 53, 130, 0.6) !important;
}

.bg-bluegray {
    background: rgb(119, 124, 210) !important;
}

.shadow-sm {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.shadow-sm:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#page-wrapper {
    background: url("/images/dong-lua.jpg") no-repeat center center fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    overflow-x: hidden;
    min-height: 500px;
}

.rounded {
    border-radius: .5rem !important;
}

.hvr-underline-from-center:before {
    background: rgba(255, 255, 255, 0.8) !important;
    height: 3px !important;
    margin: 0 auto !important;
}

.hvr-underline-from-center {
    display: block !important;
}

.hvr-bob {
    display: block !important;
}

.navbar-static-top {
    padding-left: 0px !important;
}

.col-in h3 {
    font-size: 25px !important;
    font-weight: 100;
}

.two-part li i {
    font-size: 25px !important;
}

.fs-12 {
    font-size: 12px !important;
    font-weight: 500;
}

.h120 {
    height: 120px;
}

nav {
    display: none !important;
}

footer {
    display: none !important;
}

#thongTinCaNhan {
    position: absolute;
    right: 20px;
    z-index: 3;
    border-radius: 15px;
}

.dropdown-user {
    right: 15px;
    left: auto;
    width: 280px;
}

.dw-user-box {
    padding: 15px;
}

.dropdown-user .dw-user-box .u-img {
    width: 100px;
    display: inline-block;
    vertical-align: top;
}

.dropdown-user .dw-user-box .u-img img {
    width: 100%;
    border-radius: 5px;
}

.dropdown-user .dw-user-box .u-text {
    display: inline-block;
    padding-left: 10px;
}

.title-modal-purpule {
    background: rgba(102, 49, 179, 1) !important;
    padding: 8px !important;
}

.btn-close-modal {
    border: 1px solid #e8112318 !important;
    padding: 6px 12px !important;
    margin: -8px !important;
    color: #fff;
    opacity: 0.7;
    text-shadow: none;
}

.btn-close-modal:hover {
    background: #e81122;
    color: #fff;
    opacity: 0.9;
}

.book-title:hover {
    text-decoration: underline;
    color: #F48024;
}

.pd-25-15 {
    padding: 25px 15px !important;
}

.p-t-50 {
    padding-top: 50px;
}

.h128 {
    height: 128px;
}
#setting {
    position: absolute;
    right: 50px;
    bottom: 60px;
    z-index: 3;
    border-radius: 15px;
}
ul.dropdown-setting{
    width: 200px!important;
    all:inherit;
    bottom: 100%;
    right: 0;
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    animation-name: slideInUp;
}
.box-title{
    height: 50px;
}
#btnDangNhap{
    position: absolute;
    bottom: 60px;
    right: 50px;
}