﻿

* {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}
.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: 10px 0px 0px 10px;
    border: none;
}

    .input-search:focus {
        border: none !important;
    }

.button-search {
    border-radius: 0px 10px 10px 0px !important;
}

.input-left-textbox {
    border-radius: 10px 0px 0px 10px;
    border-right: none;
}

.button-right-textbox {
    border-radius: 0px 10px 10px 0px;
    background-color: white;
}
.btn-etech-not-hover {
    background-color: #0084EE;
    color: #fff;
    border-radius: 10px;
}
.btn-etech {
    background-color: #0084EE;
    color: #fff;
    border-radius: 10px;
}

    .btn-etech:hover {
        background-color: #0084EE;
        color: #fff;
    }

    .btn-etech:hover {
        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: 15px;
}
.margin_bottom_line {
    margin-bottom: 15px;
}
.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: 6px;
}
.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: #0084EE;
}

.nav-tabs .active a {
    background-color: #0084EE !important;
}

.rgHeader {
    background-color: #0084EE !important;
    color: white !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 ;
}
.bg-etech {
    background-color: #0084EE;
}

.RadWindow .rwTitleWrapper {
    height: 36px !important;
}

.RadUpload .ruBrowse {
    min-height: 35px;
}

.form-check-input {
    margin-top: 0px;
}