/**
 * @Project NUKEVIET 4.x
 * @Author hongoctrien (contact@mynukeviet.net)
 * @Copyright (C) 2016 hongoctrien. All rights reserved
 * @License: Not free read more http://nukeviet.vn/vi/store/modules/nvtools/
 * @Createdate Wed, 27 Apr 2016 07:24:36 GMT
 */
#timer-box {
	color: red;
	font-weight: bold;
	font-size: 30pt;
	text-align: center;
	padding-top: 8px;
}
.jst-hours, .jst-minutes, .jst-seconds{
	display: inline;
}

#questionlist label {
	font-weight: normal;
    font-size: 14pt;
    font-family: Times New Roman;
    line-height: 1.31;
    text-align: justify;
}

#questionlist input[type="checkbox"], input[type="radio"] {
	margin-top: 0
}

.testing .pagination {
	margin: 0
}

.testing .text-red {
	color: red
}

.testing .text-green {
	color: green;
	font-weight: bold !important
}

.testing ul {
	padding: 0
}

.testing ul li {
	line-height: 20px
}

.socialicon {
	margin: -8px 0;
	margin-bottom: -23px;
}

.fb-like, .fb-share-button {
	margin: 0 25px 0 10px;
	top: -5px;
}

.fb-like {
	height: 30px;
	margin-right: 50px;
}

div.type-radio {
	margin-bottom: 0
}

div.type-radio .control-label {
	padding-top: 0
}

/* icon block xep loai */
.tableUsers .userRow {
	-moz-box-align: center;
	align-items: center;
	border-top: 1px solid #fafbfb;
	display: flex;
	padding: 8px 2px;
}

.tableUsers .userRow .score {
	-moz-box-flex: 1;
	flex: 1 1 0;
	font-weight: 600;
}

.userRow .number {
	padding-right: 10px;
	font-weight: bold;
	font-size: 16px;
}

.user-avatar-component {
	-moz-box-align: center;
	align-items: center;
	display: flex;
	float: left;
}

.user-avatar-component .avatar {
	width: 30px;
	height: 30px;
	border: 1px solid #cfd1cf;
	border-radius: 50%;
}

.user-avatar-component .avatar span {
	-moz-box-align: center;
	-moz-box-pack: center;
	align-items: center;
	display: flex;
	justify-content: center;
	width: 50px;
	height: 50px;
}

.user-avatar-component .information {
	margin-left: 10px;
}

.information .name-label {
	font-size: 11px;
	color: #bbb;
	height: auto;
	overflow: hidden;
}

.information .name-label a {
	color: #bbb;
}

.user-avatar-component .character {
	width: 50px;
	height: 50px;
}

.user-avatar-component .character span {
	color: #fff;
}

.text-red {
	color: red;
}

/* count down */
.countdown {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px
}

.countdown #timer {
	font-size: 20px
}

.viewlist h2, .viewgrid h2 {
	margin: 10px 0 10px 0
}

#page_navigation {
    display: inline-block;
    padding-left: 0;
    margin: 5px 0;
    border-radius: 4px;
}

#page_navigation a {
    color: #777;
    border-color: #ddd;
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    border: 1px solid #ddd;
}

#page_navigation a:hover {
    background: #ccc;
}

#page_navigation .active_page {
    background-color: #337ab7;
    color: #fff !important;
}

.viewlist .image{
    float: left;
    margin-right: 7px
}

.istrue {
    background: yellow;
}