/* 
## Last change: 24.10.2014
## Edited by: Sebastian Mohila, Selma Elsäßer
## Description: CSS file for joomla template (dyrias.de)
##
## (C) 2000 - 2013 formativ.net oHG / Sebastian Mohila
## All Rights Reserved
*/


/* ----------------------------------------------- */
/* Design-spezifische Styles */
/* ----------------------------------------------- */


body {
	background-color: #363435;
}

.cBannerWrap {
	width: 720px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}

.cLanguage {
	text-align: right;
	margin: 10px 5px 0px auto;
}

.cBanner {
	width: 720px;
	height: 100px;
	background-color: #000;
	-webkit-border-radius:  0 0 20px 20px;
    -moz-border-radius:  0 0 20px 20px;
    border-radius:  0 0 20px 20px;
    behavior: url(/templates/dyrias.de/css/PIE.htc);
    z-index: 20;
    position: absolute;
}


.cLogin {
	float: right;
	margin-top: 10px;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	padding: 0px 10px 0px 0px;
}


.cPagewrap {
	width: 800px;
	height: auto;
	margin: -30px auto 0 auto;
	border: 1px solid #8d8e91;
	z-index: 3;
}


.cHeader {
	width: 800px;
	height: 80px;
	background-color: #444447;
	padding-top: 50px;
	border-bottom: 1px solid #8d8e91; 
}


.cHeadercenter {
	width: 700px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}


.cPrimespace {
	background-color: #d1d2d4;
	background-image: url(../images/bg_primespace.png);
	background-repeat: repeat-x;
	padding: 40px 0;
	position: relative;
}


.cPrimespaceAdminTeaser {
	position: absolute;
	top: 0px;
	left: -190px;
	background: #fff;
	width: 175px;
	border: 1px solid #8D8E91;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/templates/dyrias.de/css/PIE.htc);
	padding: 5px;
	
}


.cContent {
	width: 700px;
	height: auto;
	margin: 0 auto;
}


.cWhitebox {
	width: 650px;
	min-height: 300px;
	background-color: #f2f3f4;
	border: 1px solid #8d8e91;
	padding: 25px;
}


.cClear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}


.cClearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/* ----------------------------------------------- */
/* Joomla!-spezifische Styles */
/* ----------------------------------------------- */


.moduletable_cLogo {
	float:  left;
	margin: 15px 0 0 20px;
}


.moduletable_cHeaderLeft {
	float:  left;
}


.moduletable_cHeaderRight {
	float: right;
}

.moduletable_cFooter {
    margin: 10px auto 0px auto;
    width: 650px;
}


.moduletable_cFooter ul {
	text-align: center;
}


.moduletable_cFooter li {
	display: inline;
	margin: 0 15px 0 0;
	list-style: none;
}


.moduletable_cFooter li a {
	color: #67655a;
}


.moduletable_cFooter li a:hover, .moduletable_cFooter li.active a {
	color: #67655a;
	text-decoration: underline;
}


.moduletable_adminmenu h3 {
	color: #C93C2C;
	margin: 0px 0px 20px 30px;
	font-size: 17px;
}


.moduletable_adminmenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
	
	
.moduletable_adminmenu ul li {	
	margin: 0px 0px 8px 0px;
}


.moduletable_adminmenu ul li a,
.moduletable_adminmenu ul li.active ul li a {	
	display: block;
	width: 170px;
	height: 20px;
	line-height: 20px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}


.moduletable_adminmenu ul li a:hover,
.moduletable_adminmenu ul li.active ul li a:hover {	
	text-decoration: none;
	color: #C93C2C;
}


.moduletable_adminmenu ul li.active a,
.moduletable_adminmenu ul li.active ul li.active a {
	text-decoration: none;
	font-weight: bold;
	color: #C93C2C;
}


.moduletable_adminmenu ul li ul {
	margin: 5px 0px 0px 20px;
	list-style-type: disc;
}


.moduletable_adminmenu ul li ul li {
	margin: 0px 0px 2px 0px;
}



/* Styles für Sprachwechsler */

/*div.mod-languages {
	margin: 5px auto 0px auto;
	width: 800px;
	text-align: center;
}*/



/*Styles f�r Login-Maske*/

fieldset.userdata > p#form-login-username,
fieldset.userdata > p#form-login-password {
	margin: 20px 5px 10px 0;
	width: 160px;
}

fieldset.userdata {
	border: none;
	padding: 0;
	margin: 0;
}
 
fieldset.userdata > p#form-login-username,
fieldset.userdata > p#form-login-password,
fieldset.userdata > div.login-fields,
fieldset.userdata > input.button,
fieldset.userdata > input[type=image] {
	float: left;
}
fieldset.userdata > p#form-login-username > input,
fieldset.userdata > p#form-login-password > input
{
    padding: 3px;
    width: 90%;
}

fieldset.userdata > div.login-fields {
	width: 160px;
}


fieldset.userdata > div.login-fields > input.validate-username,
fieldset.userdata > div.login-fields > input.validate-password {
	width: 115px;
}

fieldset.userdata label {
	display: block;
	float: none;
	
}


fieldset.userdata > input[type=image] {
	position: relative;
	top: 37px;
}

fieldset.userdata > input[type=image].cLoginFailedView {
	position: relative;
	top: 15px;
}



/*Styles für Login-Fehler*/

dl#system-message {
	margin-top: 0;
}

dl#system-message > dt.error {
	font-size: 14px;
	font-weight: bold;
}

dl#system-message > dd.message ul {
	margin: 0;
	list-style: none;
}

dl#system-message > dd.message {
	margin: 10px 0 40px 0;
}

dl#system-message > dd.message ul li {
	font-size: 14px;
	color: #fb4c4d;
	font-weight: bold;
}

/* Standard-Formatierungen für verschiedene Elemente */

table, .contentpaneopen, .contentpaneopen tr, .contentpaneopen tr td, table tr, table tr td {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	border: 0px;
}


table, .contentpaneopen, .contentpaneopen tr, table tr {
	width: 100%;
}


form {
	display: inline;
}


/* 	-------------------------------------------
		Schulungsplattform
	-------------------------------------------  */
/* Menü-Admin */

.item-145, .item-146, .item-181, .item-182 {
	list-style: none;
	line-height: 5px;
	font-size: 8px;
	padding-bottom: 8px;
}

/* Adminbereich Prüfungsfragen erstellen */

.cAdminExamQuestion {
	margin: 10px 0px 0px 0px;
}

/* User Interface */

/* Header */

.cCourseHead {
	width: 100%;
	margin-bottom: 20px;
}

.cCourseHead .cExamProgress {
	width: 100%;
	float: none;
	font-size: 10px;
}

.cCourseHead .cExamProgress .cExamCount {
/*	background-color: #dadbda;
	width: 33.33%;
	height: 20px;
	float: right;*/
	position: relative;
	text-align: right;
}

.cCourseHead .cExamProgress .cExamCount div {
/*	width: 16.2%;
	height: 100%;
	float: left;*/
	width: 35px;
	height: 20px;
	border-left: 1px solid #FFF;
	margin-bottom: 1px;
	display: inline-block
}

.cCourseHead .cExamProgress .cExamCount div:first-child {
/*	border: none;*/
	border-left: 1px solid transparent;
}

.cCourseHead .cExamProgress .cExamCount div.cExamCountText {
	clear: both;
	width: 100%;
	border: none;
	background: none;
	text-align: right;
}

.cCourseHead .cExamProgress .cExamCount div.cDoneExam {
	background-color: #76ba55;
}

.cCourseHead .cExamProgress .cExamCount div.cNotDoneExam {
	background-color: #dadbda;
}

.cCourseHead .cLearn, .cCourseHead .cExam {
	width: 49.81%;
	border-bottom: 1px solid #d2d2d2;
}

.cCourseHead .cLearn h1, .cCourseHead .cExam h1 {
	color: #666;
	padding: 10px 10px 10px 18%;
	margin: 0;
}

.cCourseHead .cLearn {
	float: left;
}

.cCourseHead .cExam {
	float: right;
	border-left: 1px solid #d2d2d2;
}

/* Body / Inhalt */

.cCourseBody {
	width: 100%;
	margin-bottom: 10px;
/*	padding-top: 20px;*/
	position: relative;
	display: block;
	float: left;
}

.cCourseBody h2 {
	margin: 10px 0 5px 0;
}

.cCourseBody h4 {
	margin: 10px 0 5px 0;
	font-size: 16px;
	margin-bottom: 10px;
}

/* Themenübersicht */
.cHalbeBreite, .cHalbeBreiteEnde {
	width: 41%;
	float: left;
	padding: 10px 0;
}

.cHalbeBreite {
	border-right: 1px solid #d2d2d2;
	margin-left: 9%;
}

.cHalbeBreite h2 {
	padding-top: 20px;
}

.cHalbeBreite p {
	padding-right: 9%;
}

.cHalbeBreiteEnde {
	border-left: 1px solid #d2d2d2;
	margin-left: -1px;
	width: 30%;
}

.cHalbeBreiteEnde img {
	margin: 20px 0% 20px 30%;
}

.cHalbeBreiteEnde p {
	text-align: left;
	margin-left: 29%;
}

.cGanzeBreite {
	width: 70%;
	margin-left: 8%;
	float: left;
	border-top: 1px solid #d2d2d2;
}

.cCourseBody .cGanzeBreite:last-child {
	border-top: none;
}

/* Thema */
.cLearnUnit {
	float: left;
}

.cExamPic {
	float: right;
}

.cDreiDrittel {
	border-top: 1px solid #d2d2d2;
}

.cLearnUnit {
	width: 67%;
}

.cLearnUnit p {
	padding: 0 0;
}

.cExamPic {
	width: 30%;
	text-align: center;
}

.cExamPic img {
	padding: 0% 20%;
}

.cExamPic p {
	text-align: center;
	background-color: #f39637;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}

.cZweiDrittelBreite {
	width: 67%;
	float: left;
	border-right: 1px solid #d2d2d2;
	padding-right: 10px;
	padding-top: 10px;
	min-height: 250px;
	display: inline-block;
}

.cZweiDrittelBreite h2 {
	padding-top: 15px;
	margin-bottom: 10px;
}

.cZweiDrittelBreite h2:first-child {
	padding-top: 0px;
}

.cZweiDrittelBreite p {
	padding-bottom: 2px;
}

.cEinDrittelBreite {
	width: 29%;
	float: right;
	padding-top: 10px;
}

.cEinDrittelBreite ol {
	list-style: decimal;
}

.cEinDrittelBreite ol li a:link{
	color: #666;

}

.cNextQuestion, .cLearnUnitsOver {
	width: 100%;
	text-align: right;
	vertical-align: middle;
}

.cNextQuestion a, .cLearnUnitsOver a {
	line-height: 30px;
	display: inline-block;
}

.cNextQuestion a img, .cLearnUnitsOver a img {
	margin-bottom: -9px;
	margin-left: 5px;
	margin-right: 5px;
}

.cPopUp {
	display: none;
}

a.cIntroLinkLeft, a.cIntroLinkRight {
	display: block;
	float: left;
	width: 70%;
}
a.cIntroLinkRight {
	display: block;
	float: right;
	text-align: right;
	width: 29%;
}
/* Pruefung */

#cExam button {
	background-color: #f2f3f4;
    border: 0 none;
}
#cExam button span {
	display: inline-block;
	position: relative;
	top: -10px;
	color: #f39637;
}

#cExam button:hover {
	cursor: pointer;
}

#cExam button:hover span {
	text-decoration: underline;
}

ul.cAnswerSolving, ul.cAnswerSolving li {
	list-style: outside none none;
	margin: 0 0 0 0;
    padding: 0;
	line-height: 180%
}

ul.cAnswerSolving li .fa-check-square::before,
ul.cAnswerSolving li .fa-check-square-o::before,
ul.cAnswerSolving li .fa-square::before,
ul.cAnswerSolving li .fa-square-o::before,
ul.cAnswerSolving li .fa-times::before
{
	color:#666;
    font-size: 18px;
}

ul.cAnswerSolving li.cAnswerCorrect .fa-check-square::before,
ul.cAnswerSolving li.cAnswerCorrect .fa-check-square-o::before,
ul.cAnswerSolving li.cAnswerCorrect .fa-square::before
{
	color: #7CAA72;
}

ul.cAnswerSolving li.cAnswerWrong .fa-check-square::before,
ul.cAnswerSolving li.cAnswerWrong .fa-check-square-o::before,
ul.cAnswerSolving li.cAnswerWrong .fa-square::before
{
	color: #C52821;
}

ul.cAnswerSolving li i.fnet-square-o,
ul.cAnswerSolving li i.fnet-check-square,
ul.cAnswerSolving li i.fnet-check-square-o {
	display:inline-block;
	position: relative;
	width: 14px;
	height: 14px;
	background-image: url(../images/iconsset_14x14.png);
	background-position: 0 0;
	top: 4px;
	margin-right: 5px;
}

ul.cAnswerSolving li i.fnet-square-o {
	background-position: -14px -14px;
}

ul.cAnswerSolving li.cAnswerWrong i.fnet-check-square {
	background-position: 0 0;
}
ul.cAnswerSolving li.cAnswerWrong i.fnet-check-square-o {
	background-position: 0 -28px;
}
ul.cAnswerSolving li.cAnswerCorrect i.fnet-check-square {
	background-position: -28px 0;
}
ul.cAnswerSolving li.cAnswerCorrect i.fnet-check-square-o {
	background-position: -28x -28px;
}

.cExamWait.fa-clock-o::before {
	color: #c52821;
    font-size: 40px;
    left: -25px;
    position: relative;
    top: -24px;
}

p.cExamWait {
	color: #ff8942;
	margin-left: 0;
    text-align: center;
}

.cExamdownloads h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}
.cExamdownloads ol {
	margin: 0;
}
.cExamdownloads li {
	display: inline-block;
	list-style-type: none;
	margin-right: 15px;
}

.cModuleLegende{
	padding-top: 30px;
}
/* Shadow-Box Styles */

/*
#sb-wrapper #sb-title #sb-title-inner {
	display: none;
}

#sb-wrapper #sb-info {
	display: none;
}

#sb-wrapper #sb-wrapper-inner{
	border: none;
}

#sb-wrapper #sb-wrapper-inner #sb-body {
	background: #fff;
	padding: 40px;
	position: relative;
}

#sb-wrapper #sb-wrapper-inner #sb-body #sb-body-inner {
	width: 100%;
	position: static;
}


#sb-wrapper #sb-wrapper-inner #sb-body #sb-body-inner #sb-player {
	position: relative;
	height: auto;
	min-height: 170px;
}

#sb-wrapper #sb-wrapper-inner #sb-body #sb-body-inner #sb-player h1 {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 5px;
}

#sb-player .cNextQuestion, #sb-player .cLearnUnitsOver {
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 50%;
}

#sb-wrapper #sb-wrapper-inner #sb-body #sb-body-inner #sb-player .cLearnUnitsOver {
	text-align: left;
	right: auto;
	left: 0;
}

#sb-wrapper #sb-wrapper-inner #sb-body #sb-body-inner #sb-player p {
	color: #000;
	font-size: 14px;
	margin-bottom: 5px;
}*/

#sb-player.html {
	padding: 10px;
}

#sb-player .cNextQuestion {
	float: right;
	padding-top: 20px;
	width: auto;
}
#sb-player .cLearnUnitsOver {
	float: left;
	padding-top: 20px;
	width: auto;
}

#cAskExamstart h1, #cAskExamstart p {
	color: #FFF;
}


/*Screenertool*/

body.screener_style .cPrimespace {
	background-image: url(../images/bg_primespace_screener.png);
	background-color: #fdeca3;
}

body.screener_style #cRespQuestForm > span {
	background-color: #efc100 !important;
}

body.screener_style .cModuletitle {
	color: #efc100;
}

body.screener_style .cExamPic p {
    background-color: #ffefa9;
    color: #000;
}

body.screener_style .cCourseHead .cExamProgress .cExamCount div.cDoneExam {
    background-color: #ffefa9;
}

body.screener_style .cCaseQuestListSelectLink {
	color: #efc100;
}

.cPasswortIndikator {
	display:inline-block;
	width: 150px;
	border: 1px solid #d2d2d2;
	height: 21px;
}
.cIndikatorBar {
	background-color: #C52821;
	display:inline-block;
	width: 0;
	height: 21px;
	padding: 0;
}
.cIndikatorBar.schwach {
	background-color: #C52821;
}
.cIndikatorBar.naja {
	background-color: #f39637;
}
.cIndikatorBar.gut {
	background-color: #7CAA72;
}
