﻿.fs-20{
    font-size: 20px;
}

.mt-20{
	margin-top: 20px;
}

.mt-30{
	margin-top: 30px;
}

.mb-0{
	margin-bottom: 0px;
}

.mb-20{
	margin-bottom: 20px !important;
}

.mb-30{
	margin-bottom: 30px !important;
}

.p-h-12{
	padding: 12px 0 12px 0;
}

.table-main{
	position: relative;
	margin: 0;
}

.table-main > thead > tr{
	background: #f1f1f1;
}

.table-main > thead > tr > th{
	border: none;
	vertical-align: middle;
}

.table-main > tbody > tr > td{
	vertical-align: middle;
}

.answer-map-item{
	border-radius: 50%;
    border: 1px solid #ddd;
    height: 25px;
    width: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
}

.answer-map-item.active{
	background-color: #ccd5db;
    color: #000;
    border-color: #ccd5db;
}

.scroll-fixed.fix {
    position: sticky;
    top: 0px;
    z-index: 1;
    right: 0;
}
/*Login*/
.body-login {
    font-size: 12px!important;
    font-family: Arial;
    line-height: 18px;
    color: #333;
    background: url(/img/bg-login.png) 50% 0 no-repeat fixed;
    height: 100%;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
    display: flex;
    align-items: center;
}
.btn-login, .btn-signup, .btn-forget-password, .btn-reset-password {
	padding: 10px;
    width: 100%;
    color: #033312 !important;
    border: 2px solid #fff;
    background: #f0f0f0 !important;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 28px;
    border-radius: 5px;
}
.body-login:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 69%);
}
.h1-login {
    font-size: 34px;
    font-weight: 700;
    line-height: 35px;
    color: #fff;
}

.table-list-exam thead th{
    border-right: 1px solid #ddd !important;
}

.time-running{
    display: inline-block;    
    padding-left: 10px;
}

.time-running > div{
    display: inline-block;
}
.d-flex {
    display: flex;
}
.justify-content-between {
    justify-content: space-between;
}
.mt-15 {
    margin-top: 15px;
}
.form-title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 50px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    color: #fff;
}
.form-title::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #0079a3;
    bottom: 0;
    left: calc(50% - 25px);
    background: #fff;
}
.wrapper-login {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 !important;
	position: relative;
}
.wrapper-login .form-group label {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    color: #fff;
}
.wrapper-login .form-group {
    margin-bottom: 30px;
}
.wrapper-login .form-group input {
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border-radius: 4px !important;
}
.wrapper-login a {
    font-size: 16px;
    color: #d8d8d8;
    text-decoration: underline;
}
.wrapper-login .action {
    text-align: center;
    margin-top: 40px;
}
.wrapper-login .btn {
    width: auto;
    display: inline-block;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.btn-login:hover, .btn-signup:hover {
    background: #f0f0f0 !important;
    border-color: #fff;
}
#wrapper-signup {
    width: 1100px;
    margin: 0 auto;
    box-sizing: initial;
}
#container_signup {
    width: 100%;
    padding: 50px 0;
}
#signup-form .form-group {
    margin-bottom: 20px;
}
#signup-form .form-group input {
    padding: 8px 0px 8px 20px;
}
#modalSignupSuccess .icon {
    text-align: center;
    margin-bottom: 20px;
}

#modalSignupSuccess .icon img {
    width: 60px;
}

#modalSignupSuccess .title-success {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}
#modalSignupSuccess .modal-dialog {
    width: 400px;
}
#modalSignupSuccess .modal-body {
    text-align: center;
    padding: 20px 15px;
}
#modalSignupSuccess .modal-body p {
    font-size: 15px;
}
#modalSignupSuccess .login-action {
    display: inline-block;
    margin-top: 20px;
    background: #23a2f8;
    text-decoration: none;
    padding: 12px 20px;
    color: #fff;
    border-radius: 4px;
}
.fs-16 {
    font-size: 16px;
}
.color-white {
    color: #fff;
}
#modalForgetPassword .icon {
    text-align: center;
    margin-bottom: 20px;
}
#modalForgetPassword .icon img {
    width: 60px;
}
#modalForgetPassword .title-success {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}
#modalForgetPassword .modal-dialog {
    width: 400px;
}
#modalForgetPassword .modal-body {
    text-align: center;
    padding: 20px 15px;
}
#modalForgetPassword .modal-body p {
    font-size: 15px;
}
#modalForgetPassword .login-action {
    display: inline-block;
    margin-top: 20px;
    background: #23a2f8;
    text-decoration: none;
    padding: 12px 20px;
    color: #fff;
    border-radius: 4px;
}

@media (max-width: 767px) {
    #container_login, #container_signup {
        width: 90%;
        margin: 0 auto;
    }
    .form-title {
        font-size: 24px
    }
}

.table-question img {
    width: 100% !important;
    max-width: 100% !important;
    margin: 10px 0;
}