.login label, .login input {
	margin: 0px;
}

.login .notice {
	margin-left: 0px;
	margin-right: 0px;
}

.login hr {
	clear: both;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC !important;
}

table#tableExercises{
	width: 750px;
}

table#tableExercises td.inactive{
	width: 300px;
	text-align: right;
}


#languageSwitcher {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}

#languageSwitcher li {
	display: inline-block;
}

#languageSwitcher a {
	color: #FFFFFF;
	padding: 0px 3px 0px 3px;
}

#languageSwitcher .active {
	background-color: #FFFFFF;
	color: #105266;
}


.ui-datepicker {
	width: 200px !important;
	font-size: 12px !important;
	line-height: 14px !important;
	margin: 0px auto 20px auto;
}


#bookpages, #lawlinks {
	clear: both;
	border: 1px solid #1fb8e6;
	background-color: #ddf4fb;
	margin: 30px 20px 0px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#pageLinkHolder, #linkHolder {
	margin: 5px 0px 20px 0px;
}

#bookpages select, #lawlinks select {
	float: none;
	clear: none;
	width: auto;
	margin: 0px 10px 0px 0px;
}

#bookpages label, #lawlinks label {
	float: none;
	clear: none;
	display: inline;
	margin: 10px;
	padding: 0px;
	font-weight: normal;
}

#lawlinks .linkRow {
	margin: 0px 25px 5px 25px;
}

form h3 {
	clear: both;
	padding-top: 30px;
	margin-bottom: -10px;
}

a {
	cursor: pointer;
}


#hourTable {
	margin: 25px 0px -20px 20px;
}

#hourTable input {
	float: none;
	clear: none;
	width: 25px;
	margin: 0px;
}

#hourTable td {
	padding-right: 25px;
}


#searchForm {
	background-color: #E5E5E5;
	padding: 10px 15px 10px 15px;
	margin-bottom: 10px;
}

#searchForm input, #searchForm label {
	float: none;
	width: auto;
	margin: auto;
}

#searchForm label {
	font-size: 16px;
	margin-right: 15px;
}

#searchForm input[type="text"] {
	width: 560px;
	height: 33px;
}

#map-canvas {
	height: 500px;
	width: 100%;
	position: static;
	clear: both;
}

#dateSelection {
	background-color: #E5E5E5;
	padding: 10px 15px 10px 15px;
	margin-bottom: 20px;
}

#dateSelection input, #dateSelection label {
	float: none;
	width: auto;
}

#dateSelection input[type="text"]{
	width: 100px;
}
#dateSelection input{
	margin-left: 5px;
}
#dateSelection label{
	display: inline-block;
	margin-left: 10px;
}

#dateSelectionButtons {
	margin-left: 30px;
}

#dateSelection h3 {
	margin: 0px 10px 10px 10px;
	padding: 0px;
}
#teacherAgenda {
	width: 100%;
}
#teacherAgenda .examDetails{
	color: #c37914;
	background-color: #dcdcdc;
}
#teacherAgenda .teacherCustomItem{
	color: #c37914;
	background-color: #dcdcdc;
}

#teacherAgenda th {
	color: #c37914;
	border-bottom: 2px solid #c37914;
	text-align: left;
	padding-top: 20px;
}
	
#teacherAgenda td {
	font-weight: bold;
	border-bottom: 1px solid #dcdcdc;
	font-size: 12px;
	vertical-align: top;
	padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
}

.calIco {
	margin-right: 5px;
	vertical-align: middle;
}

.extraInfo {
	font-weight: normal;
}

/*************************/
/* BREADCRUMB NAVIGATION */
/*************************/

ul.breadcrumb {
	margin: 10px 15px 10px 20px;
	padding: 2px 0px 3px 0px;
}

ul.breadcrumb li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-right: -5px;
	background-image: url('../assets/images/breadcrumb/fill.png');
	background-repeat: repeat-x;
	height: 38px;
	width: auto;
	display: inline-block;
}

ul.breadcrumb li a {
	display: block;
	text-decoration: none;
	padding: 7px 10px 7px 10px;
	cursor: pointer;
	height: 26px;
}

ul.breadcrumb li a.first {
	padding-left: 15px;
	background-image: none;
	background-image: url('../assets/images/breadcrumb/left.png');
	background-repeat: no-repeat;
}

ul.breadcrumb li a.last {
	padding-right: 15px;
	cursor: default;
	background-image: url('../assets/images/breadcrumb/right.png');
	background-repeat: no-repeat;
	background-position: top right;
}

ul.breadcrumb li.breadcrumbArrow {
	background-image: url('../assets/images/breadcrumb/arrow.png');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 17px;
}


#studentDetails ul {
	float: left;
	margin-right: 30px;
	list-style-type: none;
}

#studentDetails ul li span.label{
	font-weight: normal;
	display:inline-block;
/*	width: 250px;*/
}

#studentDetails{
	font-weight: bold;
	color: #909090;
}
#studentDetails #first{
	width: 160px;
	float: left;
}
#studentDetails #second{
	width: 360px;
	float: left;
}
#studentDetails #third{
	float: left;
}
div#studentDetails div#third table#studentDetailAgenda{
/* 	border-collapse: separate; */
/*     border-spacing: 10px; */
	float: right;
	border-bottom: 1px solid #DCDCDC;
    font-size: 12px;
    font-weight: bold;
}
div#studentDetails div#third table#studentDetailAgenda th{
	font-size: 24px;
    font-weight: normal;
	border-bottom: 1px solid #d9d9d9;
    color: #666666;
    text-align: left;
	padding-bottom: 7px;
    padding-top: 16px;
}
div#studentDetails div#third table#studentDetailAgenda td{
	padding-right: 10px;
	padding-left: 10px;
}
div#studentDetails div#third table#studentDetailAgenda tr{
	border-bottom: 1px solid #d9d9d9;
    text-align: left;
	vertical-align: top;
}
div#studentDetails div#second ul li{
	font-size: 14px;
}
div#studentDetails div#second ul li.normal{
	font-weight: normal;
}
div#studentDetails div#second ul li hr{
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	border: 0 none;
}
div#studentDetails div#second ul li#name {
	font-size: 24px;
	color: #c37914;
    font-weight: normal;
}
div#studentDetails div#second ul li#lessonsProgression {
	font-size: 24px;
    font-weight: normal;
}
div#studentDetails img#photo{
	padding-left: 20px;
	padding-top: 20px;
}

#media {
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}

video, audio {
	display: none;
	position: absolute;
}

div#schools{
	padding-top: 50px;
}
div#schools a{
	padding: 10px 10px 10px 0px;
	width: 250px;
	height: 250px;
	float: left;
	text-align: center;
}

#resetPassword{
    display: block;
    padding-left: 100px;
}

/*************************/
/* SURVEY				 */
/*************************/
legend {
	font-size: 1.17em;
	font-weight: bold;
}

#surveyQuestionOptionsList,
#customSurveyQuestions {
	clear: both;
}
#surveyList.busy{
	background-image: url(../assets/images/layout/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 150px;
}

#surveyList table {
	clear:both;
	margin-top: 20px;
}

.surveyContent h3 {
	clear: both;
}

.surveyContent h4 {
	font-size: 1.1em;
}

.surveyContent h5 {
	font-size: 1em;
}

dl.surveyTexts{
	float: left;
	/*width: 520px;*/
	margin: 1em 0;
	padding: 0;
	border-bottom: 1px solid #999;
}
dl.surveyTexts dt{
	clear: left;
	float: left;
	width: 240px;
	padding: 5px;
	border-top: 1px solid #999;
	margin: 0 0 0px 0px;
	
}
dl.surveyTexts dd{
	margin: 0 0 0 250px;
	border-top: 1px solid #999;
	padding: 5px;
}

#customSurveyTexts textarea{
	width: 700px;
	height: 250px;
}

.statsProgressBar{
	width: 300px;
	background-color: #D9D9D9;
	margin-top: 5px;
	padding: 2px;
}
.progressBarProgress{
	width: 0%;
	height: 15px;
	background-color: #105266;
}
table.questionScores {
	margin: 0px 0px 40px 20px;
}
table.questionScores th {
	font-weight: normal;
	border-bottom: 1px solid #E8E8E8;
	font-size: 80%;
}
.questionScoresAnswer {
	width: 300px;
	text-align: left;
}
.questionScoresPercentage{
	width: 50px;
	text-align: right;
	padding-right: 10px;
}

.surveyStatsFieldset {
	background-color: #F7F7F7;
	
	padding: 5px 20px;
	margin: 20px 0px;
}

.newLinePlease {
	clear: both;
}

.inlineButtonFirst, .inlineButton {
	display: inline-block;
	vertical-align: middle;
}

input[type="submit"].inlineButton {
	margin-left: 10px;
	clear: none;
}

form#filterStats br {
	display: none;
}


#exerciseId {
	color: red;
}

table.large {
	margin-bottom: 2em;
}

table.large th {
	text-align: left;
}

table.large td {
	/*min-width: 200px;*/
	padding: 5px 20px 5px 0;
} 

table.ui-datepicker-calendar td {
	min-width: 0;
}

.clearer {
	clear: both;
}

.btnDate {
	margin-left: 0.5em;
	padding: 0.3em 0.7em;
}

.btnDate::after {
	content: "\f044";
	font-family: FontAwesome;
	font-size: 1.2em;
}

/******************/
/* Accessplatform */
/******************/
.apf_bookActivation {
    border: 1px solid #D9D9D9;
    width: 250px;
    height: 375px;
    display: inline-block;
    margin:0 30px 30px 0;
    padding: 20px;
    float: left;
}

.apf_bookActivation img {
    height: 200px;
}

.apf_bookActivation p {
    text-align: center;
}

.apf_bookActivation form,
.apf_bookActivation form *
{
    width: 100%;
    display: inline-block;
    margin: 0;
    float: left;
    clear: left;
}

#media video {
	top : 20px!important;
	max-width: max-content!important;
}


/*******************************/
/* Disable exercises on mobile */
/*******************************/
#mobileWarning {
    display: none;
    max-width: 300px;
    margin: 30px;
}

/*@media only screen and (max-width: 980px) {*/
/*    #exerciseArea {*/
/*        display: none;*/
/*    }*/

/*    #mobileWarning {*/
/*        display: block;*/
/*    }*/
/*}*/
