.mfn_page .fileUpload {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	display: block;
	background-color: #74b72a;
	border: none;
}
.mfn_page .fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.mfn_breadcrumbs {
	padding: 10px;
	font-size: 12px;
	line-height: 14px;
	background: #eaeaea;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333333;
	margin-bottom: 10px;
}
.mfn_breadcrumbs * {
	margin-right: 10px;
}
.mfn_breadcrumbs a {
	color: #333333;
}
.mfn_breadcrumbs .fa {
	color: #cdcdcd;
	font-size: 16px;
	line-height: 14px;
}

.mfn_page .mfn_block {
	font-size: 16px;
	line-height: 18px;
	padding: 25px 40px 25px 15px;
	font-weight: lighter;
	position: relative;
	margin-bottom: 10px;
}
.mfn_page .mfn_block.mfn_block_small {
	padding: 10px;
	font-size: 14px;
	line-height: 16px;
}
.mfn_page .mfn_block > a.fa {
	position: absolute;
	width: 14px;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	right: 10px;
	top: 50%;
	margin-top: -7px;
}
.mfn_page .mfn_block.mfn_info {
	background: #dbeef8;
	border: 1px solid #bfe9f1;
	color: #347191;
}
.mfn_page .mfn_block.mfn_info a {
	color: #347191;
}
.mfn_page .mfn_block.mfn_warning {
	background: #f2dede;
	border: 1px solid #ebccd1;
	color: #e03c43;
}
.mfn_page .mfn_block.mfn_warning a {
	color: #e03c43;
}
.mfn_page .mfn_block.mfn_normal {
	border: 1px solid #eaeaea;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 25px 15px;
	background: white;
}


.mfn_page .mfn_field {
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
	overflow: hidden;
	font-size: 14px;
	text-align: left;
	color: #666666;
	background: #eaeaea;
	margin-bottom: 10px;
	display: block;
}
.mfn_page .mfn_field > span.fa {
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	color: white;
	float: left;
	background: #cecece;
	margin-right: 10px;
}
.mfn_page .mfn_field.mfn_field_red span.fa { background: #e03c43; }
.mfn_page .mfn_field.mfn_field_orange span.fa { background: #f7941d; }
.mfn_page .mfn_field.mfn_field_green span.fa { background: #74b72a; }

.mfn_page .mfn_button {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #cecece;
	height: 35px;
	font-size: 14px;
	line-height: 15px;
	padding: 10px;
	color: white;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.mfn_page .mfn_button_green {
	background: #74b72a;
}
.mfn_page .mfn_button.mfn_button_red {
	background: #e03c43;
}
.mfn_page .mfn_button:hover {
	color: white;
	background: #eaeaea;
}
.mfn_page .mfn_button.mfn_button_highlight {
	height: 40px;
	line-height: 16px;
	padding: 12px 10px;
	background: #74b72a;
}



.mfn_page .mfn_titled_block {
	border: 1px solid #74b72a;
	padding: 45px 10px 0px 10px;
	position: relative;
	min-height: 60px;
	margin-bottom: 10px;
}
.mfn_page .mfn_titled_block .mfn_title {
	position: absolute;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #74b72a;
	color: white;
	text-transform: uppercase;
	padding: 0px 10px;
	margin: 0px;
	font-weight: 100;
	font-size: 14px;
}

.mfn_page .mfn_toggle { margin-bottom: 10px; }
.mfn_page .mfn_toggle > a {
	display: block;
	background: #74b72a;
	color: white;
	font-size: 14px;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	text-transform: uppercase;
}
.mfn_page .mfn_toggle > a i {
	margin-left: 10px;
	margin-right: 10px;
}
.mfn_page .mfn_toggle > div {
	padding-top: 10px;
}
.mfn_page .mfn_toggle.mfn_toggle_closed > div {
	display: none;
}



.mfn_page .mfn_select {
	border: 1px solid #cecece;
	color: #cecece;
	text-transform: uppercase;
	font-weight: normal;
	height: 35px;
	line-height: 14px;
	font-size: 14px;
	padding: 10px;
	position: relative;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
	margin-bottom: 10px;
	background: white;
}
.mfn_page .mfn_select.mfn_select_closed {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mfn_page .mfn_select.mfn_select_closed ul {
	display: none;
}
.mfn_page .mfn_select > i {
	position: absolute;
	line-height: 14px;
	font-size: 14px;
	height: 14px;
	width: 14px;
	text-align: center;
	right: 10px;
	top: 50%;
	margin-top: -7px;
}
.mfn_page .mfn_select > ul {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 1px solid #cecece;
	border-top: none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index: 200;
}
.mfn_page .mfn_select > ul > li {
	display: block;
	border-top: 1px solid #cecece;
	padding: 10px;
	background: white;
	font-size: 12px;
}
.mfn_page .mfn_select > ul > li:hover {
	background: #f1f1f1;
}




.mfn_page .mfn_tabs {
	margin-bottom: 10px;
}
.mfn_page .mfn_tabs .mfn_tab_content {
	display: none;
	background: white;
	border: 1px solid #eaeaea;
	padding: 20px;
	padding-bottom: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mfn_page .mfn_tabs .mfn_tab_content.mfn_tab_active {
	display: block;
}
.mfn_page .mfn_tabs .mfn_tab {
	font-size: 14px;
	color: #333333;
	line-height: 14px;
	background: #eaeaea;
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	padding: 10px;
	position: relative;
	top: 2px;
	font-weight: normal;
}
.mfn_page .mfn_tabs .mfn_tab.mfn_tab_active {
	background: white;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-bottom: 0px;
	padding: 10px 10px 17px 10px;
	position: relative;
	top: 1px;
	border-bottom: none;
}

.mfn_page .profile_img {
	height: 200px;
	background: #eaeaea;
	position: relative;
	display: block;
}
.mfn_page .profile_img .editer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	line-height: 35px;
	font-size: 14px;
	background: rgba(0,0,0,0.5);
	text-align: center;
	width: 100%;
	text-align: center;
	color: white;
}
.mfn_page label {
	font-size: 14px;
	line-height: 14px;
	margin: 0px;
	margin-bottom: 5px;
	font-weight: 100;
}
.mfn_page input[type="text"], .mfn_page input[type="password"] {
	background: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	border: 1px solid #eaeaea;
	padding: 0px 10px;
	font-size: 14px;
	line-height: 35px;
	display: block;
	width: 100%;
}
.mfn_page textarea {
	background: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	border: 1px solid #eaeaea;
	padding: 10px;
	font-size: 14px;
	line-height: 16px;
	display: block;
	width: 100%;
}
.mfn_page ::-webkit-input-placeholder {
	font-size: 14px;
	line-height: 35px;
}

.mfn_page :-moz-placeholder {
	font-size: 14px;
	line-height: 35px;
}

.mfn_page ::-moz-placeholder {
	font-size: 14px;
	line-height: 35px;  
}

.mfn_page :-ms-input-placeholder {
	font-size: 14px;
	line-height: 35px;  
}

.mfn_page .colorGreen { color: #74b72a; }
.mfn_page .textCenter { text-align: center; }

.mfn_page .mt10 { margin-top: 10px; }
.mfn_page .mt20 { margin-top: 20px; }
.mfn_page .mt30 { margin-top: 30px; }

.mfn_page .mb10 { margin-bottom: 10px; }
.mfn_page .mb20 { margin-bottom: 20px; }
.mfn_page .mb30 { margin-bottom: 30px; }


.mfn_page h2 {
	margin: 0px;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #333333;
}
.mfn_page p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	font-weight: 100;
	color: #333333;
}
.mfn_page a {
	font-size: 14px;
	line-height: 14px;
	font-weight: 100;
	color: #666666;
}
.mfn_page i.gray {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
	font-weight: 100;
	color: #cecece;
	font-style: normal;
}
.mfn_page .progress {
	margin-bottom: 10px;
	min-width: 20px;
}
.mfn_page .progress-bar {
	background: #74b72a;
	min-width: 40px;
}
.mfn_page table {
	width: 100%;
	margin-bottom: 10px;
}
.mfn_page table thead th {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	border-bottom: 1px solid #eaeaea;
	padding: 5px 5px;
	text-align: left;
}
.mfn_page table tbody td {
	font-size: 12px;
	line-height: 14px;
	font-weight: 100;
	color: #333333;
	text-transform: uppercase;
	border-bottom: 1px solid #eaeaea;
	padding: 15px 5px;
	text-align: left;
}
.mfn_page table tbody tr.clickable:hover {
	background: #fbfbfb;
	cursor: pointer;
}
.mfn_page table tbody tr.openable:hover {
	background: #fbfbfb;
	cursor: pointer;
}
.mfn_page table tbody td input[type="checkbox"] {
    display:inline-block;
    width:12px;
    height:12px;
    margin:-1px 0px 0 0;
    vertical-align:middle;
    border: 1px solid #eaeaea;
    background: white;
    color: #333333;
}
.mfn_page table tbody td.center, .mfn_page table thead th.center {
	text-align: center;
}
.mfn_page table .statuss_icon {
	font-size: 14px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #cecece;
	margin: 2px 0px;
}
.mfn_page table tbody td h4 {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: none;
}
.mfn_page table tbody td p {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
	font-weight: 100;
	text-transform: none;
}
.mfn_page table tbody td a {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
	font-weight: 100;
	text-transform: none;
	color: #74b72a;
}
.mfn_page table .statuss_icon.knockout_green {
	background: #74b72a;
	color: white;
}
.mfn_page table .statuss_icon.knockout_orange {
	background: #f7941d;
	color: white;
}


.mfn_page table .statuss_icon.orange {
	color: #f7941d;
	background: white;
}
.mfn_page table .statuss_icon.green {
	color: #74b72a;
	background: white;
}
.mfn_page table .statuss_icon.knockout_gray {
	background: #cecece;
	color: white;
}
.mfn_page table .statuss_icon.orange_hover:hover {
	color: #f7941d;
	background: white;
}
.mfn_page table .statuss_icon.green_hover:hover {
	color: #74b72a;
	background: white;
}


.badge.gray { background: #eaeaea; }
.badge.green { background: #74b72a; }
.badge.red { background: #e03c43; }
.badge.orange { background: #f7941d; }


.mfn_page .mfn_debt_block {
	background: #a3d769;
	border: 1px solid #74b72a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 135px;
	overflow: hidden;
	color: white;
	margin-bottom: 10px;
}
.mfn_page .mfn_debt_block.mfn_small {
	height: 100px;
	border-bottom-width: 3px;
}
.mfn_page .mfn_debt_block .mfn_eur {
	position: absolute;
	height: 100%;
	font-size: 205px;
	line-height: 135px;
	left: 0px;
	top: 0px;
	color: #74b72a;
	z-index: 1;
}
.mfn_page .mfn_debt_block.mfn_small .mfn_eur {
	font-size: 150px;
	line-height: 100px;
	left: -20px;
}
.mfn_page .mfn_debt_block.mfn_small .mfn_price {
	top: 30px;
}
.mfn_page .mfn_debt_block.mfn_small .mfn_info {
	top: 10px;
	left: 10px;
}
.mfn_page .mfn_debt_block .mfn_price {
	font-size: 60px;
	line-height: 60px;
	position: absolute;
	top: 15px;
	right: 10px;
	font-weight: 100;
	z-index: 2;
}
.mfn_page .mfn_debt_block .mfn_info {
	font-size: 14px;
	line-height: 14px;
	position: absolute;
	top: 75px;
	right: 10px;
	font-weight: 100;
	z-index: 2;
}
.mfn_page .mfn_debt_block .mfn_bottom_block {
	background-color: rgba(116, 183, 42, 0.5);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	display: block;
	color: white;
	z-index: 3;
	padding: 0px 10px;
}
.mfn_page .mfn_debt_block .mfn_bottom_block i {
	line-height: 30px;
	font-size: 14px;
	height: 30px;
}
.mfn_logged_in {
	background: #eaeaea;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 10px;
	padding: 10px;
}
.mfn_logged_in p {
	font-size: 12px;
	margin: 0px;
}

.mfn_course .course_image {
	height: 120px;
	background: #eaeaea center center;
	background-size: cover;
}
.mfn_course .course_title {
	color: #74b72a;
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
	height: 35px;
	margin-bottom: 0px;
	font-weight: normal;
}
.mfn_course .course_progress {
	font-size: 12px;
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 100;
}
.mfn_course .progress {
	height: 10px;
	margin-bottom: 25px;
}
.mfn_course .attendants {
	color: #74b72a;
	font-size: 12px;
	line-height: 12px;
}
.mt35 { margin-top: 35px; }
.mfn_popup {
	background: url(popup_overlay.png);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	top: 0px;
	left: 0px;
	overflow: visible;
}
.mfn_popup .popup_content {
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	top: 100px;
	background: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}
.mfn_popup h1 {
	color: #74b72a;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}
.mfn_page table.mfn_lectures tbody td {
	font-size: 14px;
	line-height: 20px;
	text-transform: none;
}
.mfn_page table.mfn_lectures tbody td .fa {
	line-height: 20px;
	font-size: 18px;
	margin: 0px;
	margin-right: 5px;
}
.mfn_page table.mfn_lectures .mfn_lecture_description b {
	display: block;
	margin: 30px 0px 10px 0px;
	font-size: 12px;
}
.mfn_page table.mfn_lectures .mfn_lecture_add_comment {
	margin-top: 30px;
}
#mfn_player {
	height: 300px;
}
.mfn_close {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: -15px;
	right: -15px;
	background: url(../images/video_close.png) no-repeat;
}
.course_description img {
	float: left;
	margin-right: 10px;
	margin-right: 10px;
	width: 250px;
	height: auto;
}