
/* Oogjes bij inloggen niet blauw */
.login .button.wp-hide-pw {
	color: #999 !important;
}

.login .button.wp-hide-pw:focus {
	border-color: transparent;
	box-shadow: transparent;
}

/* Iets chiquer blokje */
.login form {
    border: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

/* icoontje in admin bar backend */
#wp-admin-bar-cursisten-item a:before {
	content: "\f307";
}

a .dashicons,
a .dashicons:hover,
a .dashicons:focus,
a .dashicons:active {
	text-decoration: none !important;
}


/* login */
#dashboard_activity,
#lostpasswordform label {
	display: none;
}
#lostpasswordform p:first-of-type::before {
	font-size: 14px;
    line-height: 1.5;
    display: inline-block;
	margin-bottom: 3px;
	content: "E-mailadres:";
	margin: 0 0 3px;
	padding: 0;
}
.login h1 a {
	background-image: url(images/login.png);
	width: 320px;
	height: 160px;
	border: 0;
	outline: none;
	background-size: 320px 160px;
	background-position: center center;
	margin-bottom: 0;
	pointer-events: none;
}
.login h1 {
	position: relative;
}




span.counter {
	position: relative;
}

span.counter span {
	position: absolute;
	height: 14px;
	min-width: 14px;
	text-align: center;
	top: -5px;
	left: -7px;
	font-size: 9px;
	padding: 1px 2px;
	font-weight: 700;
	border-radius: 8px;
	background-color: #f5654d;
	color: #ffffff;
}

span.counter:hover span,
a:hover span.counter span {
	background-color: #f94a2d;
}




/* cursisten tabel */
.wp-admin .table-bordered>tbody>tr>th,
.wp-admin .table-bordered>tfoot>tr>th,
.wp-admin .table-bordered>thead>tr>th {
    border-bottom: 1px solid #aaa;
}

.wp-admin .table-striped>tbody>tr.new,
.wp-admin .table-striped>tbody>tr.new:nth-of-type(odd) {
	background-color: #ffe5e5;
}





.postbox#dashboard_right_now, 		/* Dashboard widget 'Op dit moment */
.postbox#rg_forms_dashboard,		/* Dashboard widget Gravity forms */


/* user profiel opschonen */
body.user-edit-php .user-rich-editing-wrap,
body.user-edit-php .user-admin-color-wrap,
body.user-edit-php .user-comment-shortcuts-wrap,
body.user-edit-php .user-admin-bar-front-wrap,
body.user-edit-php .user-language-wrap,
body.user-edit-php .user-url-wrap,
body.user-edit-php .user-description-wrap,
body.user-edit-php h2,

.login #nav, /* wachtwoord vergeten linkje en inlog linkje onder normale inlogscherm */
.login h1:after {
    display: none;
}

body.user-edit-php .select2-container {
	max-width: 351px;
}

body.user-edit-php .acf-label label {
	font-weight: normal;
}

i.progress-block {
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
	border: 1px solid #aaa;
	background-color: transparent;
}

i.progress-block.success {
	display: inline-block;
	background-color: #3ab727;
}



/* uitlijnen van radio input bij slider vraag emoji img */
.img-labels ul.acf-radio-list li input[type="radio"] {
	margin: -10px 10px 10px 0;
}