/* reset browser */
html,body,div,span,
applet,object,iframe,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,p,
dd,dl,dt,li {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-family: inherit;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { select { -webkit-appearance: menulist-button; } }
img {border: 0px; padding: 0px; margin: 0px; max-width: 100%;}
/* --------------------------------------------------- */

h1{font-size:16pt; margin-bottom:5pt; margin-top:2pt;}
h2{font-size:14pt; margin-bottom:3pt; margin-top:2pt;}
h3{font-size:12pt; margin-bottom:2pt;}
body,textarea,div,p,li,nobr,b,i,a,font{font-family: arial, Helvetica, garuda, sans-serif; line-height: 16px; }

html, body {
	height: 100%;
	margin: 0px;
}

span {
	font-weight: inherit;
	font-family: inherit;
}
textarea {
	font-size: 12px;
}
em
{
	font-style: italic;
}
@page {
            margin-top: 0.3em;
}

A:link {
        COLOR: #000000;
        font-size: inherit;
}
A:visited {
         COLOR: #000000;
}
A:hover {
        COLOR: #666666;
}
A:active {
        COLOR: black;
}

a.icon {
    background-repeat: no-repeat;
    background-position: 1px 2px;
    padding: 4px 10px 2px 21px;
    font-weight: normal;
    white-space: nowrap;
}

#scroller {
    font-family: Arial, Helvetica, garuda, sans-serif;
    overflow: auto;
    width: 450px;
    height: 65px;
}

body {text-align: center; height: 100%;}

#container {
	text-align: left;
	margin: 0 auto;
	margin-top: 10px;
    margin-bottom: -30px;
    /* width: 800px; */
    min-height: 100%;
    width: 100%;
    /* max-width: 1000px; */
    height: auto !important;
    height: 100%;
}

#contentDiv {
	padding-right: 10px;
	padding-left: 10px;
	min-height: 500px;
}

.error {
	color: red;
	font-size: 15px;
	padding-top: 5px;
}

.header-wrap {
    /* overflow: hidden; */
    margin-bottom: 0px;
    height: 85px;
    margin-right: 10px;
    margin-left: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,.04);
}
div.header {
	float: left;
    padding-top: 5px;
    padding-left: 2px;
}

.boxNormal {
	font-family: inherit;
	font-size: inherit;
}
select.boxNormal{
	max-width: 150px;
}
.boxWrong {
	font-family: inherit;
	font-size: inherit;
	border-style: dotted !important;
	border-color: red !important;
	border-width: 2px !important;
	display: inline-block;
	min-height: 10px;
	min-width: 25px;
	margin-bottom: 2px;
	padding-left: 2px;
}
select.boxWrong{
	max-width: 150px;
}

input:read-only
{
    background-color: #eeeeee;
}
input:-moz-read-only
{
	background-color: #eeeeee;
}
.boxCorrect {
	font-family: inherit;
	font-size: inherit;
	border-style: solid !important;
	border-color: #06E606 !important;
	border-width: 1px !important;
	display: inline-block;
	margin-bottom: 2px;
	padding-left: 2px;
}
select.boxCorrect{
	max-width: 150px;
}

.buttonRecommended {
	border:2px solid blue;
}

.buttonNotRecommended {
	border:2px solid #CCCCCC;
}

.membershipLeft {
	 width:50%;
	 float:left;
}

.membershipRight {
	margin-right: 50px;
}

.cloze {
	background-color: #FDC4A9;
	color: #000000;
	text-decoration: none;
}
.content {
	text-align: left;
	width: 600px;
    padding: 0 5px;
    margin-top: 10px;
}

.contentfull {
	padding: 0 0px;
	margin-top: 5px;
	position: relative;
}

.contentfullscroll {
	min-width: 300px;
	text-align: left;
	padding: 0 0px;
	margin-top: 5px;
	overflow-y: auto;
	position: relative;
}

.column {
	float: left; width:85%;
}

.column.first {
	float: left; clear: left; width:15%;
}

.icon-pdf {
    background-image: url('/images/symbole/pdf.gif');
}

.specialchars
{
	position:fixed;
	min-width:250px;
	text-align: center;
	padding: 3px;
	left:41%;
	background:#EEEEEE;
	border: 1px solid #CCCCCC;
}

li {
	margin-bottom: 5px;
}

.top-navi {
    float: right;
    text-align: right;
    margin-top: 9px;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 4px;
    padding-top: 2px;
    color: #666666;
}

.top-navi a
{
	color: #666666;
}

.top-navi input
{
	color: #666666;
	border-radius: 0px !important;
}

.top-description {
    font-size: 14px;
    color: #FFFFFF;
    top: 80px;
    margin-top: 3px;
    margin-bottom: 3px;
    float: right;
}

.topbar {
    text-align: left;
    width: auto;
    padding: 5px 5px 5px 15px;
    color: #ffffff;
    margin-bottom: 3px;
    clear: both;
}
.topbar a
{
	color: #424949;
}
.topnotice {
    position: relative;
    text-align: left;
    width: auto;
    padding: 5px 5px 5px 5px;
    background: #dddddd;
}

.topline {
    position: relative;
    text-align: left;
    width: auto;
    padding: 1px 5px 3px 5px;
    margin-top: 5px;
    background: #003399;
}

.bottombar {
	position: absolute;
	clear: both;
    color: #FFFFFF;
    width: 100%;
    min-height: 20px;
    padding: 5px 0px 20px 0px;
    background-color: #f2f2f2;
    text-align: center;
}
.bottombar a
{
	color: #000000;
}

.bottominfo
{
	width:55%;
	background-color: #f2f2f2;
	line-height: 1.2;
	float:left;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
}

.langSelect {
    float: right;
    text-align: right;
    padding: 0px 5px 0px 0px;
    width: 150px;
    margin-right: 15px;
}

#navcontainer
{
	float: left;
	width: 170px;
	margin-top: 10px;
}

#navcontainer ul
{
margin-left: 0;
text-align: center;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, garuda, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #FFFFFF;
border-bottom: 1px solid #70B7E6;
border-left: 1px solid #70B7E6;
border-right: 1px solid #70B7E6;
}

#navcontainer .first a
{
	border-top: 1px solid #70B7E6;
}

#navcontainer a:link, #navlist a:visited
{
color: #808080;
}

#navcontainer a:hover
{
background-color: #EEEEEE;
}

p
{
	padding-bottom: 5px;
}

.texts
{
	margin-left: 15px;
	padding-left: 0px;
}

.texts li
{
	margin-bottom: 10px;
}

.settings li
{
	margin-bottom: 10px;
}

#myBoxes {
	float:right;
    position:relative;
    left:-50%;
    text-align:left;
}

ul.boxy {
 		list-style:none;
    	position:relative;
    	left:50%;
        padding: 4px 4px 0 4px;
        margin: 0px;
        height: auto;
        text-align: center;
        font-size: 14px;
        font-family: Arial,Helvetica,garuda,sans-serif;
        font-weight: bold;
}
ul.boxy li {
        cursor:move;
        float: left;
        margin-right: 4px;
        margin-bottom: 4px;
        padding:2px 12px 2px 12px;
        border: #100 1px dotted;
        background-color: #eee;
}

.ui-draggable.ui-draggable-dragging
{
	white-space: nowrap;
}
.inputBox {
	padding: 3px;

	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: 0px;

	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-right-width: 0px;

	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-left-width: 0px;

	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}

/* QUOTE BOX */
.quote { display:none; max-width:360px; background-color:#FFF5F5; border-radius: 15px; margin-left:0px; margin-top:10px; padding:5px;}
.quote p { font:bold 15px Helvetica, Arial, garuda, Sans-serif; }
.quote .author { font:italic 13px Georgia,serif,Times; color:#808080; padding-top:1px; }

.clozes {
	margin-top:10px;
	text-align:left;
	clear: both;
}

.multiplechoice {
	text-align:left;
	width: 500px;
}
.multiplechoice p {
	clear: both;
	margin: 0px;
	padding: 5px 10px 0px 10px;
}

.multiplechoice,.answers {
	margin-bottom: 0;
	text-align: left;
}

.multiplechoice li input,.answers li input {
	margin: 0;
	padding: 0;
}

.optionBox {
	margin-bottom: 2px;
}

.correctAnswer {
	vertical-align: middle;
	margin-top: 0px;
}
.biggerFont {
	font-size: 20px;
	line-height: 24px;
}
.bigFont {
	font-size: 16px;
	line-height: 18px;
}
.defaultFont {
	font-size: 14px;
}
.mceContentBody {
  background-color:#FFF !important;
  background-image: none;
  text-align: left;
}

.rowOdd {
    background-color:#FFFFFF;
}
.rowEven {
    background-color:#DDDDDD;
}

a.css3button {
	font-size: 16px;
	color: #123d54;
	padding: 10px 20px;
	text-decoration: none;

	background: #a7c7dc; /* Old browsers */
	background: -moz-linear-gradient(top,  #a7c7dc 0%, #85b2d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7c7dc), color-stop(100%,#85b2d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a7c7dc 0%,#85b2d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a7c7dc 0%,#85b2d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a7c7dc 0%,#85b2d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a7c7dc 0%,#85b2d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7c7dc', endColorstr='#85b2d3',GradientType=0 ); /* IE6-9 */

	border-radius: 6px;
	border: 1px solid #197ee3;

	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.7), 0px 1px 0px rgba(255,255,255,0.3);
}

.charButtons
{
	position: absolute;
	z-index: 1000;
	display: none;
	text-align: left;
	padding: 3px;
	background:#EEEEEE;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	white-space: nowrap;
}

.charButtons .button
{
	padding: 10px;
	margin-right: 5px;
}

.tabHighlightError
{
	color: red !important;
}

.visibleToError
{
	border: 2px solid red;
	padding: 5px;
}

#quiztable
{
	padding: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #CCCCCC;
	border-radius: 15px;
	box-shadow: 7px 7px 5px #888888;
}

input {
	color: #333333;
	border-radius: 5px;
}
input[type="submit"]
{
	font-size: 14px;
	background-color: #EEEEEE;
	border-color: #EEEEEE;
}

/* Timeout Dialog Styles */
.timeout-dialog {
  padding: 5px;
  position: absolute;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.timeout-dialog .ui-dialog-title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 0 0 0px 0;
}
.timeout-dialog .ui-dialog-titlebar-close {
  display: none;
}
.timeout-dialog .ui-dialog-buttonpane {
  margin-top: 15px;
}
.timeout-dialog  ~ .ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.timeout-dialog p {
  margin: 0 0 5px 0px;
}
#timeout-keep-signin-btn {
  color: #FFF;
  background-color: #0f5895;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#377bb2), to(#0f5895));
  background-image: -moz-linear-gradient(top, #377bb2, #0f5895);
  background-image: -ms-linear-gradient(top, #377bb2, #0f5895);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #377bb2), color-stop(100%, #0f5895));
  background-image: -webkit-linear-gradient(top, #377bb2, #0f5895);
  background-image: -o-linear-gradient(top, #377bb2, #0f5895);
  background-image: linear-gradient(top, #377bb2, #0f5895);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#377bb2', endColorstr='#0f5895', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-shadow: none;
  margin: 5px 10px 5px 0;
}
#timeout-sign-out-button {
  color: #FFF;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #000000;
  text-shadow: none;
  margin: 5px 0;
}
#timeout-countdown {
  font-weight: bold;
}

#quizcontent input[type=checkbox]
{
	zoom: 1.7;
	-moz-transform: scale(1.8);
}
#quizcontent input[type=radio] {
	zoom: 1.7;
	margin: 1px;
	-moz-transform: scale(1.5);
}

.bs .list-group-item {
	background-color: unset;
}

@-moz-document url-prefix() {
	#quizcontent input[type=checkbox] {
	        margin: 7px;
	}
}

@-moz-document url-prefix() {
	#quizcontent input[type=radio] {
	        margin: 7px;
	}
}

.selectcolumn {
	min-width: 30px;
}

.mchoiceoptions {
	margin-top: 10px;
	margin-left: 10px;
}

.dropped {
	border-width: 0px !important;
	font-size: 14px !important;
}

.essayMaxPoints {
	float: left;
	width: 50%;
}

.wordCounter {
	float: right;
}

@media (max-width:600px) {
	.top-navi {
		display: block;
	}
	.header {
		width: 100%;
		text-align: center;
	}

	.membershipLeft {
		width: 100%;
	}

	.membershipRight {
		margin-right: 0px;
	}
}

.bs .pagination {
	margin-top: 0px;
}

.bs .table {
	margin-bottom: 10px;
}