table.tx_eeducation td, table.tx_eeducation th {
	padding: 10px;
	vertical-align: top;
}

img {
	display: inline !important;
}

.badge-list-image {
	width: 100px !important;
	max-width: none !important;
}

.tx_eed_btn {
	text-align: center;

}

.tx_eed_btn .btn-default {
	padding-left: 15px;
}

.tx_eed_btn .btn-default .icon {
	padding-right: 5px;
}

.switchusertbl {
	margin-bottom: 35px;
}

.reviewact-info {
	margin-bottom: 45px;
}

h3.switchusertitle, h3.reviewact-title {
	margin-bottom: 25px;
}

.tablereviewactiv th {
	font-weight: normal;
	font-size: 0.9rem;
}

.tablereviewactiv .tablereviewactivdate {
	font-size: 0.9rem;
	padding-top: 10px;
	color: #4d4d4d;
}

.tablereviewactiv td.tablereviewactivfeedb {
	padding-top: 30px;
}


a.badgedetail-school {
	display: block;
	margin-top: 7px;	
}

h4.badgedetail-title {
	font-size: 20px;
    margin-bottom: 15px;
    padding-top: 10px;
    line-height: 1.4;
}

.labelalert-eedu {
    border-width: 1px;
    border-style: solid;
    color: #fff;
    padding: 0.2em 0.6em 0.2em;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    font-family: 'source_sans_probold';
}

.labelalert-eedu.label-warning {
	background-color: #e3b000;
    border-color: #cc9f01;
}

.labelalert-eedu.label-success {
	background-color: #5da423;
    border-color: #549420;
}

.labelalert-eedu.label-danger {
	background-color: #c60f13;
    border-color: #b20e12;
}

.labelalert-eedu.label-info {
	background-color: #2ba6cb;
    border-color: #2796b7;
}

.feedbacklabel, .badgedetailcol {
	font-family: 'source_sans_prosemibold';
	margin-top: 10px;
	cursor: pointer;
	padding: 3px 10px;
}

.feedbacklabel.collapsed, .badgedetailcol.collapsed {
	background-color: #6ea82e;
}

.cnt-feedback  {
	max-width: 300px;
}

.feedbacktxt {
	padding: 5px;
	background-color: rgba(110, 168, 46, 0.1);
    border: 1px solid rgba(110, 168, 46, 0.5);
    margin: 10px 0;
}

.btn-badgeactdet {
	float: right;
	margin-top: 20px;
}

.badgeacttitle h2 {
	float: left;
}

.badgedetailcol {
	margin-bottom: 10px;
}

.feedbacklabel .icon, .badgedetailcol .icon {
	margin-left: 10px;
	font-size: 0.8rem;
}

.feedbacklabel .ion-chevron-right::before, .badgedetailcol .ion-chevron-right::before {
	content: "\f123" !important;
}

.feedbacklabel.collapsed .ion-chevron-right::before, .badgedetailcol.collapsed .ion-chevron-right::before {
	content: "\f125" !important;
}

.btn-infoact {
	margin-top: 10px;
	font-size: 0.85rem;
    padding: 3px 8px;
}

.btn-actmodal {
	float: right;
	margin-left: 20px;
}

.tbl_actCatSel {
	width: 100%;
}

.schulListeDetBadge {
	width: 75px;
}

.schulListeExpt {
	width: 150px;
	margin-right: 15px;
}

.ee-digitalekonzept-compareTable {
	width: 100%;
	border: none;
}

.ee-digitalekonzept-compareTable tr:not(.block_title):hover {
	background-color: #f5f5f5;
}

.ee-digitalekonzept-compareTable td {
	vertical-align: top;
	padding: 5px 15px;
}

.ee-digitalekonzept-compareTable .block_title td {
	padding: 25px 0px 0px 0px;
}

.ee-digitalekonzept-compareTable .block_title h4 {
	border-bottom: 1px solid #e5e5e5;
}

#selectMemberOptions,
#selectTypeOptions {
	position:absolute;
	z-index:1;
}

#schoolSelectors {
	display: flex;
}

#badgeMap .tail-select {
	z-index:1;
}

#badgeMap li.dropdown-option:before {
	content: none !important;
}

.loader {
	border-top: 16px solid blue;
	border-right: 16px solid green;
	border-bottom: 16px solid red;
	border-left: 16px solid pink;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


