/**
 * Global Group Quiz Report styles
 */
 .uo-group-quiz-report {
	font-size: 15px;
	position: relative;
}

.uo-group-quiz-report * {
	box-sizing: border-box
}

.uo-group-quiz-report .uo-row {
	width: 100%;
}

/**
 * Dropdown Filters 
 */
.uo-group-quiz-report .uo-select {
	width:100%;
	display: inline-block;
	position: relative;
}

.uo-group-quiz-report .uo-select label {
	display: inline-block;
	position: relative;
	margin-bottom: 3px;
	margin-top: 7px;
}

.uo-group-quiz-report .uo-select button, 
.uo-group-quiz-report .uo-select select {
	background: #fff;
	border: 1px solid #b7b7b7;
	border-radius: 3px;
	cursor: pointer;
	font-size: 15px;
	padding: 6px 15px;
	transition-duration: .1s;
	transition-property: color,border-color;
	transition-timing-function: linear;
	width: 100%;
}

.uo-group-quiz-report .uo-select select.h3-select {
	background: none !important;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 18px;
	font-weight: bold;
	padding-left: 0;
	padding-top: 0;
	/*for firefox*/
	-moz-appearance: none;
	/*for chrome*/
	-webkit-appearance: none;
}

/*for IE10*/
.uo-group-quiz-report .uo-select select.h3-select::-ms-expand {
	display: none;
}

/**
 * Data Table
 */
.uo-group-quiz-report-table,
#uo-group-quiz-report-table,
.uotc-report__table {
	margin-top: 15px;
	position: relative;
}

.uo-group-quiz-report .uotc-datatable-header,
#uo-group-quiz-report-table_wrapper .uotc-datatable-header {
	display:block;
	position: relative;
	margin-top:15px;
}

.uo-group-quiz-report .uotc-datatable-header .dt-buttons,
#uo-group-quiz-report-table_wrapper .uotc-datatable-header .dt-buttons {
	display: block;
	width: 100%;
	margin-top: 15px;
}

/**
 * Search
 */
.uo-group-quiz-report .dataTables_filter,
#uo-group-quiz-report-table_wrapper .dataTables_filter,
#uo-group-quiz-report-table_wrapper .reporting-datatable__search {
	margin-bottom: 15px;
	margin-top: 15px;
	position: relative;
	text-align: left;
	width: 100%;
	float: left;
	margin: 10px 0;
}

.uo-group-quiz-report .dataTables_filter label,
#uo-group-quiz-report-table_wrapper .dataTables_filter label,
#uo-group-quiz-report-table_wrapper .reporting-datatable__search label {
	display: block;
	margin:0;
}

.uo-group-quiz-report .dataTables_filter label::before,
#uo-group-quiz-report-table_wrapper .dataTables_filter label::before,
#uo-group-quiz-report-table_wrapper .reporting-datatable__search label::before {
	content: "";
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg aria-labelledby='title desc' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.9 19.7'%3E%3Cg class='search-path' fill='none' stroke='%23000'%3E%3Cpath stroke-linecap='square' d='m18.5 18.3-5.4-5.4'/%3E%3Ccircle cx='8' cy='8' r='7'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 10px;
	top: 10px;
}

.uo-group-quiz-report .dataTables_filter input[type="search"],
#uo-group-quiz-report-table_wrapper .dataTables_filter input[type="search"],
#uo-group-quiz-report-table_wrapper .reporting-datatable__search input[type="search"] {
	background: #fff;
	border: 1px solid #b7b7b7;
	border-radius: 3px;
	font-family: inherit;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding: 8px 20px 8px 40px;
	width: 100%;
}

.uo-group-quiz-report .buttons-csv, 
.uo-group-quiz-report .buttons-excel, 
.uo-group-quiz-report a.paginate_button,
#uo-group-quiz-report-table_wrapper .buttons-csv, 
#uo-group-quiz-report-table_wrapper .buttons-excel, 
#uo-group-quiz-report-table_wrapper a.paginate_button,
#uo-group-quiz-report-table_wrapper .dt-paging-button {
	background: #f9fafb;
	border: 1px solid #b7b7b7;
	border-radius: 3px;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	padding: 6px 15px;
	text-decoration: none;
	text-transform: none;
	transition-duration: .1s;
	transition-property: color,border-color;
	transition-timing-function: linear;
}

/**
 * Customize Columns
 */
.uo-group-quiz-report .dataTables-filter-columns,
#uo-group-quiz-report-table_wrapper .dataTables-filter-columns,
#uo-group-quiz-report-table_wrapper .uotc-dataTables-filter-columns {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	float: left;
	user-select: none;
	width: 100%
}

.uo-group-quiz-report .dataTables-filter-columns-field,
#uo-group-quiz-report-table_wrapper .dataTables-filter-columns-field,
#uo-group-quiz-report-table_wrapper .uotc-dataTables-filter-columns-field {
	display: none !important
}

.uo-group-quiz-report .dataTables-filter-columns__fields,
#uo-group-quiz-report-table_wrapper .dataTables-filter-columns__fields,
#uo-group-quiz-report-table_wrapper .uotc-dataTables-filter-columns__fields {
	display: none
}

.uo-group-quiz-report .dataTables-filter-columns__fields,
.uo-group-quiz-report .dataTables-filter-columns__toggle,
#uo-group-quiz-report-table_wrapper .dataTables-filter-columns__fields,
#uo-group-quiz-report-table_wrapper .dataTables-filter-columns__toggle,
#uo-group-quiz-report-table_wrapper .uotc-dataTables-filter-columns__fields,
#uo-group-quiz-report-table_wrapper .uotc-dataTables-filter-columns__toggle {
	width: 100%
}

.uo-group-quiz-report .dataTables-filter-columns__fields label,
#uo-group-quiz-report-table_wrapper .dataTables-filter-columns__fields label,
#uo-group-quiz-report-table_wrapper .uotc-dataTables-filter-columns__fields label {
	padding-right: 10px
}

.uo-group-quiz-report .dataTables-filter-columns__fields label input,
#uo-group-quiz-report-table_wrapper .dataTables-filter-columns__fields label input,
#uo-group-quiz-report-table_wrapper .uotc-dataTables-filter-columns__fields label input {
	margin-right: 5px
}

.uo-group-quiz-report .dataTables-filter-columns-field:checked~.dataTables-filter-columns__fields,
#uo-group-quiz-report-table_wrapper .dataTables-filter-columns-field:checked~.dataTables-filter-columns__fields,
#uo-group-quiz-report-table_wrapper .uotc-dataTables-filter-columns-field:checked~.uotc-dataTables-filter-columns__fields {
	display: block
}

.uo-group-quiz-report .dataTables-filter-columns__toggle label,
#uo-group-quiz-report-table_wrapper .dataTables-filter-columns__toggle label,
#uo-group-quiz-report-table_wrapper .uotc-dataTables-filter-columns__toggle label {
	color: #00e;
	cursor: pointer;
	display: inline-block
}

.uo-group-quiz-report .dataTables-filter-columns__toggle label:hover,
#uo-group-quiz-report-table_wrapper .dataTables-filter-columns__toggle label:hover,
#uo-group-quiz-report-table_wrapper .uotc-dataTables-filter-columns__toggle label:hover {
	text-decoration: underline
}

.uo-group-quiz-report .dataTables-filter-columns-field:not(:checked)~.dataTables-filter-columns__toggle label:before,
#uo-group-quiz-report-table_wrapper .dataTables-filter-columns-field:not(:checked)~.dataTables-filter-columns__toggle label:before,
#uo-group-quiz-report-table_wrapper .uotc-dataTables-filter-columns-field:not(:checked)~.uotc-dataTables-filter-columns__toggle label:before {
	content: attr(data-label-enable)
}

.uo-group-quiz-report .dataTables-filter-columns-field:checked~.dataTables-filter-columns__toggle label:before,
#uo-group-quiz-report-table_wrapper .dataTables-filter-columns-field:checked~.dataTables-filter-columns__toggle label:before,
#uo-group-quiz-report-table_wrapper .uotc-dataTables-filter-columns-field:checked~.uotc-dataTables-filter-columns__toggle label:before {
	content: attr(data-label-disable)
}

/**
 * Table
 */
.uo-group-quiz-report table,
#uo-group-quiz-report-table {
	border: 0;
	border-radius: 3px;
	overflow: hidden;
	width: 100%;
}

.uo-group-quiz-report table *,
#uo-group-quiz-report-table * {
	line-height: 1;
}

.uo-group-quiz-report table thead tr,
#uo-group-quiz-report-table thead tr {
	background-color: #5f19aa;
	color: #ffffff;
}

.uo-group-quiz-report .uo-group-quiz-report-table th,
#uo-group-quiz-report-table th {
	font-size: 15px;
	font-weight: 400;
	height: auto;
	padding: 10px;
	vertical-align: middle;
}

.uo-group-quiz-report .uo-group-quiz-report-table td, 
.uo-group-quiz-report .uo-group-quiz-report-table th,
#uo-group-quiz-report-table td, 
#uo-group-quiz-report-table th {
	border: 0;
	line-height: 1;
	padding: 10px 5px;
}

.uo-group-quiz-report .uo-group-quiz-report-table thead .sorting,
#uo-group-quiz-report-table thead .sorting,
#uo-group-quiz-report-table thead .dt-orderable-asc,
#uo-group-quiz-report-table thead .dt-orderable-desc {
	background-repeat: no-repeat !important;
	background-position: right 5px center !important;
	background-size: 14px !important;
	padding-right: 25px !important;
}

.uo-group-quiz-report .uo-group-quiz-report-table thead .sorting_asc,
#uo-group-quiz-report-table thead .sorting_asc,
#uo-group-quiz-report-table thead .dt-column-order[aria-sort="ascending"] {
	background-repeat: no-repeat !important;
	background-position: right 5px center !important;
	background-size: 14px !important;
	padding-right: 25px !important;
}

.uo-group-quiz-report .uo-group-quiz-report-table td,
#uo-group-quiz-report-table td {
	font-size:14px;
	vertical-align: top;
}

.uo-group-quiz-report .uo-group-quiz-report-table tbody tr.even,
.uo-group-quiz-report .uo-group-quiz-report-table tbody tr.even td,
#uo-group-quiz-report-table tbody tr.even,
#uo-group-quiz-report-table tbody tr.even td {
	background: #f2f2f2;
}

.uo-group-quiz-report .uo-group-quiz-report-table>tbody>tr>td.child,
#uo-group-quiz-report-table>tbody>tr>td.child {
	padding-left: 30px!important;
}

.uo-group-quiz-report .uo-group-quiz-report-table>tbody>tr>td.child .user_statistic .statistic_icon,
#uo-group-quiz-report-table>tbody>tr>td.child .user_statistic .statistic_icon {
	display: inline-block;
	margin-bottom: -6px;
}

/* New reporting-datatable classes */
#uo-group-quiz-report-table_wrapper .reporting-datatable__buttons {
    padding: 8px 0;
    display: flex;
    justify-content: flex-end;
}

#uo-group-quiz-report-table_wrapper .reporting-datatable__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 0;
}

#uo-group-quiz-report-table_wrapper .reporting-datatable__bottom-left,
#uo-group-quiz-report-table_wrapper .reporting-datatable__bottom-right {
    display: flex;
    align-items: center;
}

#uo-group-quiz-report-table_wrapper .reporting-datatable__bottom-left {
    justify-content: flex-start;
    flex: 1 1 auto;
}

#uo-group-quiz-report-table_wrapper .reporting-datatable__bottom-right {
    justify-content: flex-end;
    flex: 0 0 auto;
}

#uo-group-quiz-report-table_wrapper .dt-paging {
    display: flex;
    align-items: center;
}

#uo-group-quiz-report-table_wrapper .dt-info,
#uo-group-quiz-report-table_wrapper .dt-length {
    margin-right: 20px;
}

/* Fix for pagination buttons spacing */
#uo-group-quiz-report-table_wrapper .dt-paging-button {
    margin: 0 2px;
}

/**
* Label Loading Animation
*/
.uo-group-quiz-report .label-loading::after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='20' fill='none' stroke='black' stroke-width='2' stroke-dasharray='31.4 94.2'%3E%3Canimate attributeName='stroke-dashoffset' values='0;-125.6' dur='1s' repeatCount='indefinite' /%3E%3C/circle%3E%3C/svg%3E");
}

/**
* Table Loading Animation
*/
.uo-group-quiz-report .reporting-status-loading-animation-wrap,
.uotc-report__table .reporting-status-loading-animation-wrap {
	display: flex;
	background-color: rgba(255, 255, 255, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.uo-group-quiz-report .reporting-status,
.uotc-report__table .reporting-status {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	line-height: 1;
	font-size: 12px;
	font-weight: 600;
	display: flex;
}

.uo-group-quiz-report .reporting-status__icon,
.uotc-report__table .reporting-status__icon {
	width: 30px;
	font-size: 16px;
	color: #fff;
	background: #f5ba05;
	position: relative;
}

.uo-group-quiz-report .reporting-status__icon:before,
.uotc-report__table .reporting-status__icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.uo-group-quiz-report .reporting-status--loading .reporting-status__icon,
.uotc-report__table .reporting-status--loading .reporting-status__icon {
	background: #0290c2;
}

.uo-group-quiz-report .reporting-status--loading .reporting-status__icon:before,
.uotc-report__table .reporting-status--loading .reporting-status__icon:before {
	content: '';
	width: 16px;
	height: 16px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNNzUuNCAxMjYuNjNhMTEuNDMgMTEuNDMgMCAwIDEtMi4xLTIyLjY1IDQwLjkgNDAuOSAwIDAgMCAzMC41LTMwLjYgMTEuNCAxMS40IDAgMSAxIDIyLjI3IDQuODdoLjAyYTYzLjc3IDYzLjc3IDAgMCAxLTQ3LjggNDguMDV2LS4wMmExMS4zOCAxMS4zOCAwIDAgMS0yLjkzLjM3eiIgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIxIi8+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgNjQgNjQiIHRvPSIzNjAgNjQgNjQiIGR1cj0iMTgwMG1zIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvZz48L3N2Zz4=) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.uo-group-quiz-report .reporting-status__text,
.uotc-report__table .reporting-status__text {
	color: #fff;
	background: #35393c;
	padding: 8px 10px;
	white-space: nowrap;
}

/**
 * Tablet
 */
@media screen and (min-width: 500px) {
	.uo-group-quiz-report .uotc-datatable-header,
	#uo-group-quiz-report-table_wrapper .uotc-datatable-header {
		display: flex;
	}
	
	.uo-group-quiz-report .uotc-datatable-header .dataTables_length,
	#uo-group-quiz-report-table_wrapper .uotc-datatable-header .dataTables_length {
		text-align: left;
		flex: 0 0 40%;
	}

	.uo-group-quiz-report .uotc-datatable-header .dt-buttons,
	#uo-group-quiz-report-table_wrapper .uotc-datatable-header .dt-buttons {
		text-align: right;
		margin-top: 0;
		flex: 0 0 60%;
	}
}

/**
 * Desktop
 */
@media screen and (min-width: 769px) {

	/**
	 * Dropdown Filters 
	*/
	.uo-group-quiz-report .uotc-report-select-filters{
		display: flex;
		margin: 0 -10px;
		width: 100%;
	}

	.uo-group-quiz-report .uotc-report-select-filters > .uotc-report-select-filter {
		flex: 0 0 50%;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 15px;
	}

	.uo-group-quiz-report .uo-select button,
	.uo-group-quiz-report .uo-select select{
		width: calc( 100% - 20px );
	}
}


/* Fix for the customize columns overlay */
#uo-group-quiz-report-table_wrapper .dataTables-filter-columns {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-top: 0;
    width: auto;
	margin-bottom: 10px;
}

#uo-group-quiz-report-table_wrapper .dataTables-filter-columns__toggle label {
    margin: 0;
    cursor: pointer;
    display: inline-block;
    padding: 0;
}

#uo-group-quiz-report-table_wrapper .dataTables-filter-columns__toggle label::before {
    content: attr(data-label-enable);
    display: inline-block;
    padding: 4px 8px;
    background-color: #f1f1f1;
    border-radius: 3px;
    color: #333;
    font-size: 0.9em;
}

#uo-group-quiz-report-table_wrapper .dataTables-filter-columns__toggle label:hover::before {
    background-color: #e0e0e0;
}

#uo-group-quiz-report-table_wrapper .dataTables-filter-columns-field:checked + 
.dataTables-filter-columns__toggle label::before {
    content: attr(data-label-disable);
    background-color: #0073aa;
    color: #fff;
}

#uo-group-quiz-report-table_wrapper .dataTables-filter-columns__fields {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    padding: 10px;
    z-index: 1000;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin-top: 5px;
    max-height: 300px;
    overflow-y: auto;
}

#uo-group-quiz-report-table_wrapper .dataTables-filter-columns__fields label{
    display: block;
    margin-bottom: 5px;
}

/* Position the customize columns button correctly in the layout */
#uo-group-quiz-report-table_wrapper .reporting-datatable__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 0 10px 0;
}

#uo-group-quiz-report-table_wrapper .dataTables-filter-columns {
    flex: 0 0 auto;
    align-self: flex-end;
}

#uo-group-quiz-report-table_wrapper .reporting-datatable__search {
    flex: 1 1 auto;
}