@charset "utf-8";
/* CSS Document */


/* For not selecting text */
* {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}
#ShowText, #ShowJust, #ShowGrammar, #ShowLF, #ShowUE, #ShowCU, #ShowVideo, #ShowAudio {
	display: none;
}


/* GLOBAL */
body {
	font-family: 'CSSREF_STDREG';
	margin: 0;
	background-color: #FFFFFF;
	overflow-y: hidden;
}

UL {
	color:#000000;
	font-size: 16px;
	
}

a {
	text-decoration:none;
	font-weight:bold;
}

ul li {
	list-style: none outside none;
}

ul.SourceItems > li,  ul.TargetItems > li {
    font-family:'CSSREF_STDREG';
    font-weight:bold;
    line-height: 30px;
    list-style: decimal outside none;
}


ul.SourceItems > li > span,  ul.TargetItems > li  > span{
	font-style:normal;
	font-weight:normal;
	font-family:'CSSREF_STDREG';
}

span {
	color: black;
	font-family: 'CSSREF_STDREG';
	font-size: 16px;
	
}

#top_left {
	background-repeat:no-repeat;
	float:left;
}

#top_center {
	background-repeat:repeat;
	float: left;
    width: 100%;
}

#top_right {
	background-repeat:no-repeat;
	float:right;
}

.section{
	display:block;
	clear: both;
	/*height:320px;*/ 
	/*In Richmond, because of the paper background, we have to set the HEIGHT always in pixels. In order to have it as fluid as possible I have omitted the height from this rule and the rule is added dynamically after the exercise is created based on the height that the activity elements occupy on screen.*/
}

.leftDiv{
	background-repeat:repeat-y;
	height:100%;
	float:left;
}

.centerDiv {
	background:#FFFFFF;
  	float:left;
    width: 100%;
	height: 100%;
}

.rightDiv{
	background-repeat:repeat-y;
	height:100%;
	float:right;
}

footer {
	background: #A1BCE2; /* Old browsers */	
	/*line-height:45px; */
	margin:0 auto; 
	text-align:center; 	
	/*Sticky Remove*/	
	clear: both;
}

#bottom_left {
	background-repeat:no-repeat;
	float:left;
}

#bottom_center {
	background-repeat:repeat;
	float: left;
    width: 100%
}

#bottom_right {
	background-repeat:no-repeat;
	float:right;
}


/* Layout */
.content{
	margin: 0 auto;
	position:absolute;
	left:0;
	right:0;
	top: 100px;
	width:100%;
	/* In order to make the activity as fluid as possible I have changed this line from a default width of 702px to 100%.*/	
}

@media (min-width: 1024px){
	.content{
		width: 1024px;
	}
}

/* Specifics */

.rubric_qualifier {
	color:  #CC2229;
	font-size: 24px;
	padding-right: 10px;
	font-family:'CSSREF_STDREG';
	font-weight:bold;
	display: inline-block;
}

html[dir="rtl"] .rubric_qualifier {
	padding-right: 0;
	padding-left: 10px;
}

.rubric_content{
	font-family:'CSSREF_STDREG1';
    font-size: 18px;
	font-weight:bold;
	display: inline;
}

.rubric_content > em, .rubric_content > i {
    font-family: 'CSSREF_STDIT1';
}
/*if not LI*/
.activity_qualifier {
}

/*if not span*/
.activity_content i, .activity_content em{
	font-family:'CSSREF_STDIT';
	font-style:italic;
}

.activity_example{
	font-family:'CSSREF_EX';
	color:#0033cc;
    border-bottom: 1px dotted #0033cc;
}

.activity_special{
	font-family:'CSSREF_SPECIAL';
}

.itemIsActive {
	color:#00A7D2;
	cursor:pointer;
    font-family: 'CSSREF_STDREG1';
    font-style: italic;
    font-weight: bold;	
}

.itemIsDisabled {
	color:grey;
	cursor:none;
}

.itemIsExample {
	color:#639;
	cursor:none;
}


.targetIsActive {
}

.targetIsDisabled {
}

.targetIsExample {
}


#checkAnswers {
	background: url("../../resources/layout/activities/loading.gif") no-repeat scroll 0 ;
    border: medium none;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: verdana;
    font-size: 16px;
    width: 61px;
	height: 58px;
    text-decoration: none;	
	position:absolute;   
	bottom: 12px;
	right: 27px;
}

html[dir="rtl"] #checkAnswers {
	left: 27px;
	right: auto;
}

#checkAnswers:hover, #checkAnswers:active {
	/*background: url("../../layout/btn_checkpressed.png");*/
}

#checkAnswers[disabled], #checkAnswers[disabled]:hover {
	/*background: url("../../layout/btn_checkinactive.png");*/
}

/* SHOW ANSWER BUTTON */
#showAnswers {
	/*background: url("../../layout/btn_checkidle.png") no-repeat scroll left center rgba(0, 0, 0, 0);*/
    border: medium none;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: verdana;
    font-size: 16px;
    width: 61px;
	height: 58px;
    text-decoration: none;	
	position:absolute;   
	bottom: 12px;
	right: 98px;
}

html[dir="rtl"] #showAnswers {
	left: 98px;
	right: auto;
}

#showAnswers:hover, #checkAnswers:active {
	background: url("../../layout/btn_checkpressed.png");
}

#showAnswers[disabled], #checkAnswers[disabled]:hover {
	background: url("../../layout/btn_checkinactive.png");
}
/*
#showAnswers {
    position: absolute;
	right: 3px;
    top: 310px;
}
*/
#showAnswers {
	display:none;
}
.showAllWrong {
	color:red;
}

.checkDefault {
	 color: black;
}

.checkCorrect {
    color: #86C620;
}

svg.checkCorrect path {
    stroke: #86C620;
}

img.checkCorrect {
	-webkit-box-shadow: 4px 4px 2px 0 #86C620;
	-moz-box-shadow: 4px 4px 2px 0 #86C620;
	box-shadow: 4px 4px 2px 0 #86C620;
}

.checkWrong {
    color: #F45D5D;
}

svg.checkWrong path {
    stroke:#F45D5D;
}

img.checkWrong {
    -webkit-box-shadow: 4px 4px 2px 0 #F45D5D;
	-moz-box-shadow: 4px 4px 2px 0 #F45D5D;
	box-shadow: 4px 4px 2px 0 #F45D5D;
}

.showAllCorrect {
    color: blue;
}

.underlined {
    text-decoration: underline;
}

.hideMe{
	visibility:hidden;
}

.showMe {
    visibility:visible;
}

.highlighted {
	background-color:#CCC;
}

.floatLeft {
	float:left;
}

.tabs {
	background: #ccc;
    border: #29216d 1px solid;
	/*width: 300px;*/
	padding: 12px 0;
	z-index:1;
}  

#showtext{
	width: 400px;
	height: 500px;
	padding:12px;
}


#showtext > object {
	width:100%;
	height:100%;
}

.showtexttab {
    color: #FFFFFF;
    font-size: 24px;
    left: -41px;
    position: absolute;
    top: 40px;
    transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg); 
  	-moz-transform: rotate(-90deg); 
	-ms-transform: rotate(-90deg);
    width: 122px;
}

#tools {
	bottom:0px;	
	background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px 10px 0 0;
    height: 50px;
    position: absolute;
    right: 130px;
    width: 60px;
}

#tools {
	display:none;
}





input[type='text'], input[type='email'], input[type='search'],
input[type='password'], textarea
{
	/*Reactivates input fields on iPad and webkit browsers since it was set as none at the top of this file.*/
	-webkit-user-select: text;
}
img.map, map area{
    outline: none;
}