.loginform{
    margin: 50px 0;
    border-radius: 20px;
    box-shadow: -3px 15px 10px 0px rgba(0, 0, 0, 0.3);
}

.loginbtn{
    padding: 30px 0;
}
.loginbtn h1{
    color: #000;
    font-family: "BaiSau";
    margin: 30px 0;
}
.loginbtn i{
    font-size: 70px;
    margin: 0px 20px;
}
.loginbtn i{
    font-size: 70px;
    margin: 0 20px;
}
.loginbtn i.fa-facebook-square{
    color: #0866ff;
}
.loginbtn i.fa-google-plus{
    color: #ea4335;
}
.loginbtn .information{
    text-align: left;
    color: #888;
    font-size: 12px;
    margin-top: 30px
}
.loginbtn .information i{
    font-size: 12px;
    margin-right: 5px
}

.examtable tbody tr .examname{
    font-size: 16px;
}
.examtable tbody tr .examinfo{
    font-size: 13px;
    color:#666;
    margin-right: 10px;
}
.examtable tbody tr .fa{
    margin-right: 2px;
}
.status_answer_button{
    margin: 5px;
    display: inline-block;
    font-weight: bold;
}
.status_answer_button.checked{
    font-weight: initial;
    color: green;
}
.questionbox{
    margin-bottom: 10px;
    position: relative;
}
.questionbox .result{
    position: absolute;
    right: 0;
    top: 0;
    width: 87px;
    background: url("../img/dungsai.png") no-repeat top center;
    height: 70px;
}
.questionbox .result.false{
    background-position: bottom center;
}
.chooseanswer, .status_answer_button, .examtable tbody tr {
    cursor: pointer;
}
.chooseanswer.checked{
    font-weight: bold;
}
.examunit b{
    font-size: 16px;
}
#content{
    background-color: #fcfcfc;
    box-shadow: -3px 10px 10px 0px rgba(0, 0, 0, 0.1);
    padding-top: 100px;
}
#sidebaruser .sidebar, #sidebaruser{
    padding-top: 100px;
}
tr.testing{
    font-weight: bold;
}
.exambox{
    padding: 15px;
    background-color: #f7f6f4;
    transition: 0.8s;
    margin-top: 40px;
}
.exambox:hover{
    background-color: #d5bb8b;
}
.examboxitem{
    background: url("../img/dethi.jpg") no-repeat center center;
    padding: 10px;
    transition: 0.8s;
}
.bold {
    font-weight: bold;
}
.green {
    color: #70a206;
}
.exambox:hover .examboxitem{
    background: none #000;
}
.examboxitem .examname a {
    color: #fff;
    display: block;
    padding: 10px;
    font-size: 22px;
    line-height: 31px;
}
.examinfo{
    color: #f0f0f0;
    padding-left: 20px;
}
.exambox:hover .examinfo{
    color: #fff;
}
.examinfo li{
    list-style: none;
    padding: 10px 0;
    font-size: 17px;
}
.examinfo li i, .examboxitem .btn-warning i {
    margin-right: 10px;
}
.list-menu-user a{
    display: block;
    padding-bottom: 10px;
    font-size: 17px;
}
.list-menu-user span{
    font-size: 13px;
    color: #444
}
.list-menu-user .list-group-item{
    border-width: 0 0 1px 0;
    margin-bottom: 0;
}
.list-menu-user .list-group-item:last-child{
    border: none;
}
.list-menu-user .list-group-item.selected{
    background-color: #111;
}
.list-menu-user .list-group-item.selected a{
    color: #fff;
}
.list-menu-user .list-group-item.selected span{
    color: #999;
}
@media (max-width: 767px) {
    #sidebaruser .sidebar, #sidebaruser {
        padding-top: 0px;
    }
}