﻿* {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    font-family: Arial;
    outline: none;
}

.qi-color {
    color: #0071a6;
}

.bg-qi {
    background-color: #0071a6;
}

.text-bold {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #666666;
}

.error-default {
    color: #0073C3;
    font-size: 39px;
    line-height: 36px;
    font-weight: bold;
}

.input-search {
    border-radius: 3px 0px 0px 3px;
    border: none;
}

    .input-search:focus {
        border: none !important;
    }

.button-search {
    border-radius: 0px 10px 10px 0px !important;
}

.input-left-textbox {
    border-radius: 3px 0px 0px 3px;
    border-right: none;
}

.button-right-textbox {
    border-radius: 0px 3px 3px 0px;
    background-color: white;
}

.btn-qi-not-hover {
    background-color: #0071a6;
    color: #fff;
    border-radius: 10px;
}

.btn-qi {
    background-color: #0071a6;
    color: #fff;
    border-radius: 5px;
    min-width: 100px !important;
}

    .btn-qi:hover {
        background-color: #0071a6;
        color: #fff;
        border: 1px solid;
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
        outline-color: rgba(255, 255, 255, 0);
        outline-offset: 15px;
        text-shadow: 1px 1px 2px #427388;
    }

.btn-qi-close {
    background-color: #969696;
    color: #fff;
    border-radius: 5px;
    min-width: 100px;
}

    .btn-qi-close:hover {
        background-color: #969696;
        color: #fff;
        border: 1px solid;
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
        outline-color: rgba(255, 255, 255, 0);
        outline-offset: 15px;
        text-shadow: 1px 1px 2px #427388;
    }

.btn-qi-no-width {
    background-color: #0071a6;
    color: #fff;
    border-radius: 5px;
}

    .btn-qi-no-width:hover {
        background-color: #0071a6;
        color: #fff;
        border: 1px solid;
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
        outline-color: rgba(255, 255, 255, 0);
        outline-offset: 15px;
        text-shadow: 1px 1px 2px #427388;
    }

.margin_top_line {
    margin-top: 5px;
}

.margin_bottom_line {
    margin-bottom: 5px;
}

.margin-0 {
    margin: 0;
}

.padding-left-line {
    padding-left: 20px;
}

.padding-right-line {
    padding-right: 20px;
}

.padding-0 {
    padding: 0px;
}

input[type=checkbox] {
    margin-right: 2px;
    margin-left: 2px;
}

.count-thong-bao {
    position: absolute;
    top: -8px;
    right: -12px;
    color: #f5efef;
    padding: 6px;
    font-size: 8px;
    line-height: 8px;
    background-color: #EA4242;
    border-radius: 50%;
}

.divGachChan {
    width: 100px;
    height: 3px;
    background: #0071a6;
}

.nav-tabs .active a {
    background-color: #0071a6 !important;
}

.rgHeader {
    background-color: #0071a6 !important;
    color: white !important;
    font-weight: 600 !important;
}

.border-b {
    border-bottom: 1px solid #ECECEC;
}

.item-tree-dichvu {
    color: #666666 !important;
    font-size: 16px;
    line-height: 24px;
}

    .item-tree-dichvu:hover {
        text-decoration: none !important;
    }

.RadWindow .rwTitleWrapper {
    height: 36px !important;
    padding: 5px !important;
}

.RadUpload .ruBrowse {
    min-height: 35px;
}

.rcbSlide {
    z-index: 9000 !important;
}

.iconPage {
    margin-top: 6px;
    float: left;
    width: 29px;
    height: 29px;
    background: url(../imgs/iconpage22.png) no-repeat 0 0;
    cursor: pointer;
}

.RadWindow .rwTitleBar .rwTitleWrapper .rwIcon {
    margin-top: -10px;
    background: url(../imgs/icon22.png) no-repeat 0 0;
    width: 22px !important;
    height: 22px !important;
}

.RadWindow .rwTitleBar .rwTitleWrapper .rwTitle {
    vertical-align: middle !important;
    line-height: 40px;
}

.RadWindow_Bootstrap span.rwIcon:before {
    content: "" !important;
}

.rmLink {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin-bottom: 1px !important;
}

.heading-line {
    position: relative;
    padding-bottom: 5px;
}

    .heading-line:after {
        content: "";
        height: 4px;
        width: 75px;
        background-color: #0355d0;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.notification-ui_dd-content {
    margin-bottom: 30px;
}

.notification-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 7px;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.notification-list--unread {
    border-left: 2px solid #0355d0;
}

.notification-list--read {
    border-left: 2px solid #03ae30;
}

.notification-list .notification-list_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .notification-list .notification-list_content .notification-list_img img {
        height: 48px;
        width: 48px;
        border-radius: 50px;
        margin-right: 20px;
    }

    .notification-list .notification-list_content .notification-list_detail p {
        margin-bottom: 5px;
        line-height: 1.2;
    }

.notification-list .notification-list_feature-img img {
    height: 48px;
    width: 48px;
    border-radius: 5px;
    margin-left: 20px;
}

.btn-add-row {
    background-color: white;
    padding: 3px;
    cursor: pointer;
    color: #0071a6;
    margin-right: 5px;
}