:root {
    --main-bg: #0173bc;
    --red: #df2028;
}

.main-bg {
    background: var(--main-bg) !important;
}

/* button {
    border: 1px solid var(--main-bg) !important;
    box-shadow: none !important;
    background-color: var(--main-bg) !important;
} */

.btn-link {
    color: #1e60a9;
}

.form-check-input:checked {
    background-color: var(--main-bg) !important;
    border-color: var(--main-bg) !important;
}


.logo {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}

.title {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #0173bc;
    font-size: larger;
    font-weight: 700;
    text-align: center;
}

.body-footer {
    min-height: 250px;
}

body {
    font-family: 'Arial', sans-serif !important;
}

img {
    vertical-align: top !important;
}

.btn-colour-1 {
    color: #fff !important;
    background-color: #3b71ca !important;
    border-color: #3b71ca !important;
    letter-spacing: 0.05em !important;
    border-radius: 2px !important;
}

.btn-colour-1:hover,
.btn-colour-1:active,
.btn-colour-1:focus,
.btn-colour-1.active {
    /* let's darken #004E64 a bit for hover effect */
    background: #2a5191 !important;
    color: #ffffff !important;
    border-color: #2a5191 !important;
}

.btn-colour-2 {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    letter-spacing: 0.05em !important;
    border-radius: 2px !important;
}

.btn-colour-2:hover,
.btn-colour-2:active,
.btn-colour-2:focus,
.btn-colour-2.active {
    /* let's darken #004E64 a bit for hover effect */
    background: #51575d !important;
    color: #ffffff !important;
    border-color: #51575d !important;
}


.btn-colour-3 {
    color: #fff !important;
    background-color: #E74C3C !important;
    border-color: #E74C3C !important;
    letter-spacing: 0.05em !important;
    border-radius: 2px !important;
}

.btn-colour-3:hover,
.btn-colour-3:active,
.btn-colour-3:focus,
.btn-colour-3.active {
    /* let's darken #004E64 a bit for hover effect */
    background: #C70039 !important;
    color: #ffffff !important;
    border-color: #C70039 !important;
}



.btn-mini-1 {
    color: #fff !important;
    background-color: #3b71ca !important;
    border-color: #3b71ca !important;
    letter-spacing: 0.05em !important;
    border-radius: 2px !important;
    height: fit-content;
}

.btn-mini-1:hover,
.btn-mini-1:active,
.btn-mini-1:focus,
.btn-mini-1.active {
    /* let's darken #004E64 a bit for hover effect */
    background: #2a5191 !important;
    color: #ffffff !important;
    border-color: #2a5191 !important;
}

/* for demo purpose only */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);

html,
body,
html * {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-weight: 300;
    margin-bottom: 40px;
}

.tab_active {
    color: #0597f5 !important;
    font-weight: bold !important;
    /* background-color: #0173bc !important; */
    /* border-bottom: 2px solid var(--main-bg)!important; */
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #adb5bd !important;
    opacity: 1;
    /* Firefox */
}

.loaiVB {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    color: var(--main-bg);
}

.hoTen,
.ngaySinh,
.soHieu,
.soVaoSo,
.gioiTinh,
.nganh,
.loaiHinhDT,
.xepLoai,
.ngayKy,
.namTotNghiep {
    font-weight: bold;
    color: var(--red);
}

.checkLabel {
    margin-left: 60px;
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);

}

.search input {

    height: 50px;
    text-indent: 25px;
    border: 2px solid #d6d4d4;


}

.search input:focus {
    box-shadow: none;
    border: 2px solid #0173bc;
}

.search .fa-search {

    position: absolute;
    top: 15px;
    left: 16px;

}

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    width: 110px;
    background: #0173bc;

}