/*#wdm_custom_create_group_form {
	background: red;
}*/
#wdm_tbl_reports {
	width: 100%;
}

#main-content .entry-content .container {
	width: 100%;
}

#main-content .entry-content .container:before {
	display: none;
}

.wdm_email table.dataTable thead th {
	width: 100px;
}
/* 
.wdm_email table.dataTable tfoot th {
	width: 100px;
} */

.wdm_email table.dataTable td {
	width: 100px;
}

.wdm_user_name table.dataTable thead th {
	width: 200px;
}

/* .wdm_user_name table.dataTable tfoot th {
	width: 200px;
} */

.wdm_user_name table.dataTable td {
	width: 200px;
}

#main-content .container:before {
	display: none;
}

#content-area #left-area {
	width: 100%;
}

#sidebar {
	display: none;
}

.entry-title {
	margin-bottom: 0;
    font-size: 2.5rem;
    text-align: center;
 }

p.wdm-go-back {
	width: 71%;
}

.wdm-go-back a { color: #791216;
    display: block;
    text-align: right;
    padding-bottom: 40px;
    /* text-decoration: underline; */
	font-size: 1.1rem;
	padding-top: 2%;
}

#wdm_load_report {
	margin: 10px 0;
	background-color: #791216;
	border: none;
}


#wdm_gen_excel {
	/* margin: 10px 0; */
	background-color: #791216;
	border: none;
}

.wdm_excel {
	margin-top: 1rem;
    margin-left: auto;
}

.wdm-report-buttons {
	display: flex;
}

.wdm_reports_wrap {
	padding: 30px 0;	
}

.wdm-js-multiple {
	width: 100%;
}

.wdm-error {
	padding: 100px;
}

header#main-header.et-fixed-header {
	position: relative;
}

div#top-header.et-fixed-header {
	position: relative;
}

table#wdm_tbl_reports.display.table-striped.dataTable {
	/* width: 119%; */
}

/* thead.wdm_group_name {
	width: 15%;
} */

th.wdm_group_name,
th.wdm_user_name,
th.wdm_email,
th.wdm_course_name {
	width: 15% !important;
}

/* thead.wdm_progress {
	width: 10%;
} */

th.wdm_progress,
th.wdm_completed,
th.wdm_date,
th.wdm_time {
	width: 10% !important;
}

.fixedHeader-floating thead > tr:first-of-type {
	display: none;
}	

article > h1 {
	display: none;
}

h1.entry-title {
	text-align: left;
    font-weight: 700;
    text-shadow: 0em 0em 0.3em rgba(0,0,0,0.4);
    font-size: 30px;
    text-transform: uppercase;
}

div.wdm-header {
	display: flex;
	padding-bottom: 5%;
}

table.dataTable th.sorting.wdm_group_name, table.dataTable th.sorting_asc.wdm_group_name, table.dataTable th.sorting_desc.wdm_group_name {
    background : none;
}

/* 
.wdm-options .select2-container--default .select2-results__option{
	background-color: #791216;
    color: white;
} */

.wdm-loading {
	display: none;
	/* display: flex; */
    justify-content: center;
	align-items: center;
	position: absolute;
}

.wdm-loading__rows {
	font-weight: normal;
	font-size: 0.9rem;
	color: rgba(189,189,189 ,1);
	margin: 0.6rem 0 2rem 0;
	/* border: 1px solid black; */
	display: block;
	position: relative;
	top: -2rem;
	left: 23rem;

}

.wdm-loading__anim {
	width: 35px;
    height: 35px;
    display: inline-block;
    border: 5px solid rgba(189,189,189 ,0.25);
    border-right-color: rgba(3,155,229 ,1);
    border-top-color: rgba(3,155,229 ,1);
	border-radius: 50%;
	position: relative;
	animation: rotate 600ms infinite linear;
	left: 28rem;
    top: -2rem;
}
/* 
#main-content > .container {
	padding: 1.735% 0 !important;
} */


#left-area .wdm_reports_wrap {
	padding-top: 1.735%;
}

#left-area .container {
	padding-top: 0 !important;
}

#left-area .entry-title.main_title {
	/* margin-bottom: 0; */
}

#left-area div.wdm-header {
	padding-bottom: 0;
}

#left-area .wdm-go-back a {
	padding-bottom: 0;
}

.et-fixed-header + #et-main-area #left-area .container {
	padding-top: 40px !important;
}

@keyframes rotate {
	to {
	  transform: rotate( 1turn )
	}
}
