@charset "utf-8";
/*

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

CSS Created by Chialab.it

http://www.chialab.it 2014

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

*/
.ui-corrected {
	cursor: default !important;
}

.ui-wrong, .ui-wrong + .selectize-control .selectize-input {
	background-color: rgba(224, 100, 100, 0.25) !important;
	color: inherit !important;
}

.ui-partial, .ui-partial + .selectize-control .selectize-input {
	background-color: rgba(253 , 176, 9, 0.25) !important;
	color: inherit !important;
}

.ui-right, .ui-right + .selectize-control .selectize-input {
	background-color: rgba(150, 230, 110, 0.25) !important;
	color: inherit !important;
}

.ui-right .ui-wrong, .ui-right .ui-right, .ui-right .ui-partial, .ui-right .ui-notfounded,
.ui-wrong .ui-wrong, .ui-wrong .ui-right, .ui-wrong .ui-partial, .ui-wrong .ui-notfounded,
.ui-partial .ui-wrong, .ui-partial .ui-right, .ui-partial .ui-partial, .ui-partial .ui-notfounded {
	background: rgba(150, 230, 110, 0) !important;
}

.ui-notfounded {
	background: rgba(253 , 176, 9, 0.25) !important;
}

.nowrap {
	white-space: nowrap;
	display: inline-block;
}

.solutionswrap {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 20px;
}

.insertion_with_aid_entry .solutionswrap {
	display: inline;
}

.ui-solution-proposal {
	display: inline-block;
	width: 100%;
	padding: 20px 20px 0px 20px;
	border-top: solid 2px #709970;
	border-bottom: solid 4px #709970;
	margin-top: 0px;
	position:relative;
	background-color: #F1F5ED;
}

.ui-solution-proposal:before {
	content: '';
	display:inline-block;
	border-bottom: solid 10px #709970;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent;
	position: absolute;
	left: 20px;
	bottom: 100%;
	width: 0;
	height: 0;
}

.unresolved-tooltip {
	margin: 1em 0;
	color: #666;
}

.unresolved-tooltip:before {
	content: '* ';
}

input[type="text"],
.input-text,
.inputDrop {
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
	background: rgba(255,255,255,0.75);
	outline: none !important;
	padding: 3px 6px;
	border: none;
	line-height: 1.75em;
	margin-bottom: 5px;
	max-width: 100%;
	min-height: 2em;
	-webkit-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

input[type="text"],
.input-text {
	white-space: nowrap;
}

input[type="text"].disabled,
.input-text.disabled,
.inputDrop.disabled {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*input[type="text"].ui-has-special-chars,
.input-text.ui-has-special-chars {
    padding-right: 35px;
}

input[type="text"].showSolutions.ui-has-special-chars,
.input-text.showSolutions.ui-has-special-chars {
	padding-right: 6px;
}*/

.input-text br {
	display: none;
}

textarea.ui-has-special-chars {
	padding-bottom: 40px;
}

button, .ui-button {
	min-height: 34px;
	background: #f5f5f5;
	border: solid 1px #D6D6D6;
	padding: 8px 16px;
	border-radius: 6px;
	outline: none !important;
	color: #999;
	margin-bottom: 10px;
	border-bottom: solid 3px #D6D6D6;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 14px;
	min-height: 34px;
	vertical-align: top;
}

button:hover, .ui-button:hover {
	opacity: 1 !important;
}

button:active, .ui-button:active {
	background: #ACACAC;
	border-top-width: 3px;
	border-bottom-width: 1px;
	color: white;
	text-shadow: none;
	border-color: #A2A2A2;
	opacity: 1;
}

button[disabled] {
	opacity: 0.2;
	display: none;
}

button[disabled]:active{
	background: #CCC;
	opacity: 0.2;
}

.ui-droppable,
input[type="text"].ui-droppable,
.input-text.ui-droppable,
.inputDrop.ui-droppable {
	display: inline-block;
	width: 200px;
	min-height: 37px;
	border: dashed 1px #999;
	vertical-align: middle;
	margin-left: 0px;
	border-radius: 25px;
	opacity: 1;
	position: relative;
	padding: 0;
}

input[type="text"].ui-droppable,
.input-text.ui-droppable {
	overflow: hidden;
}

.ui-droppable br:first-child {
	display: none;
}

.ui-droppable.ui-state-default,
input[type="text"].ui-droppable.ui-state-default,
.input-text.ui-droppable.ui-state-default,
.inputDrop.ui-droppable.ui-state-default{
	border: solid 1px #999;
}

.ui-droppable.ui-state-highlight,
input[type="text"].ui-droppable.ui-state-highlight,,
.input-text.ui-droppable.ui-state-highlight,
.inputDrop.ui-droppable.ui-state-highlight{
	background: #FFFFFF;
	border: solid 1px #999;
	padding-right: 0;
}

.ui-droppable.ui-state-hover,
input[type="text"].ui-droppable.ui-state-hover,
.input-text.ui-droppable.ui-state-hover,
.inputDrop.ui-droppable.ui-state-hover{
	border: solid 1px #999;
	background: #f5f5f5;
}

.solutionsShown .ui-answers,
.solutionsShown .js-answers {
	display: none;
}

.ui-draggable {
	display: inline-block;
	padding: 7px 20px 7px 20px;
	border-radius: 30px;
	cursor: move;
	background: #F90;
	margin-bottom: 10px;
	position: relative;
	z-index: 4;
	overflow:hidden;
	text-overflow: ellipsis;
	color: white;
	font-weight: 400;
	font-size: 1em;
	font-family: 'Verdana Pro Condensed', sans-serif;
}

.ui-draggable p:last-child {
	margin-bottom: 0;
}

.ui-draggable > *:last-child br {
	display: none;
}

.ui-draggable br:first-child{
	display: none;
}

.ui-draggable[disabled] {
	display: none;
}

.ui-draggable.ui-draggable-dragging {
	box-shadow: 0 2px 20px rgba(0,0,0,0.1);
	z-index: 5;
}

body > .ui-draggable.ui-draggable-dragging {
	z-index: 1000;
}

.ui-dropped {
	width: 100%;
	height: 100%;
	margin: 0 !important;
	background: #FFFFFF;
	border-radius: 16px;
	min-height: 33px !important;
	vertical-align: middle !important;
	display: block;
	padding: 5px 50px 3px 10px !important;
	overflow: hidden;
	position: relative;
	pointer-events: none;
	cursor: pointer;
	line-height: 1.35em;
}

.ui-dropped + .ui-dropped {
	margin-top: 5px !important;
}

.ui-dropped:after {
	content: '';
	background: #999;
	color: white;
	position: absolute;
	top: 5px;
	bottom: 6px;
	right: 7px;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	line-height: 50px;
	margin: 0;
	text-align: center;
	font-size: 24px;
	pointer-events: all;
	background-image: url('../img/close_x.png');
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

.ui-corrected .ui-dropped:after {
	display: none;
}

.ui-corrected .ui-dropped {
	background: transparent;
}

.ui-dropped p{
	margin: 0 !important;
}

.ui-sortable li{
	display: inline-block;
	border: solid 1px #CCC;
	border-bottom-width: 2px;
	padding: 10px 30px;
	border-radius: 4px;
	cursor: move;
	background: #f5f5f5;
	margin-bottom: 10px;
	width: 100%;
}

.ui-sortable li:before{
	content: '↕︎';
	float: left;
	margin-left: -12px;
	margin-right: 5px;
	color: #CCC;
}

.ui-sortable li.ui-corrected:before{
	content: '';
}

.ui-sortable .ui-sortable-placeholder {
	border: dashed 1px #CCC;
	background: #f5f5f5;
	min-height: 44px;
}

.ui-sortable .ui-sortable-placeholder:before {
	content: '';
}

select {
	min-width: 60px;
	border: dashed 1px #999;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance : none;
	background: #fff;
	outline: none !important;
	padding: 8px;
	margin: 5px;
    max-width: 100%;
    word-wrap: break-word;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	text-indent: 0.01px;
	text-overflow: "";
	background-image: url('../img/select.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 40px;
	overflow: hidden;
	vertical-align: middle;
}

.selectize-control {
	display: inline-block;
	outline: none !important;
	padding: 0;
	margin: 5px;
    max-width: 100%;
	word-wrap: break-word;
	vertical-align: middle;
}

.selectize-control .selectize-input {
	max-width: 100%;
	border: dashed 1px #999;
	border-radius: 4px;
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #FFF;
}

.selectize-control .selectize-input:not(.locked) {
	background-image: url('../img/select.png');
}

.selectize-control .selectize-input.input-active:not(.locked) {
	border: solid 1px #999;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	background-image:none;
}

.selectize-dropdown {
	position: absolute;
	background: #FFF;
	border-radius: 0 0 4px 4px;
	border: solid 1px #999;
	border-top: none;
	margin-top: -1px;
	z-index: 1000;
	box-shadow: 0px 4px 10px #999;
}

.selectize-dropdown .option{
	padding: 5px 10px;
	cursor: pointer;
}

.selectize-dropdown .option:hover {
	background-color: #e5e5e5;
}

.selectize-control .selectize-input > *{
    padding: 0;
    line-height: inherit;
    min-height: 0;
    border-radius: 0;
    padding: 5px 40px 5px 5px;
    margin: 0;
    min-width: 60px;
    background: transparent;
}

.selectize-control div:empty:before {
	content: '_';
	color: transparent;
}

.selectize-control .selectize-input > * + input {
	display: none;
}

[data-context="firefox"][data-version="31"] select,
[data-context="firefox"][data-version="32"] select,
[data-context="firefox"][data-version="33"] select,
[data-context="firefox"][data-version="34"] select {
	background-image: none;
	padding-right: 8px;
}

select::-ms-expand { display: none; }

select:active {
	border: solid 1px #999;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance : none;
	border:0px solid #CCC;
	border-radius: 0;
	color:#666;
	width: 96%;
	min-width: 400px;
	min-height: 162px;
	margin:0px !important;
	clear:both;
	outline: none !important;
	font-size: 1.2rem;
	white-space: pre-wrap;
	line-height: 1.5;
	background-color: rgba(255,255,255,0.85);
	background-image: -webkit-linear-gradient(rgba(0,0,0,0.1) 1px, transparent 1px);
	background-image: -moz-linear-gradient(rgba(0,0,0,0.1) 1px, transparent 1px);
	background-image: linear-gradient(rgba(0,0,0,0.1) 1px, transparent 1px);
	background-size: 100% 1.5em;
	background-position: 0 -0.4em;
	background-origin: content-box;
	background-attachment: local;
	display: block;
	margin-bottom: 30px;
	padding: 2%;
	box-shadow: inset 0 0 15px 10px rgba(255,255,255,0.85);
	resize: none !important;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

textarea[disabled] {
	color: #444;
}

.ez-radio {
	background: none;
	background-color: #FFF;
	border-radius: 15px;
    cursor: pointer;
	display: inline-block;
	height: 30px;
    position: relative;
	width: 30px;
	border:solid 1px #999 !important;
	box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance : none;
    outline: none !important;
	vertical-align: top;
	font-size: 30px;
	font-family: 'icomoon';
}

.ez-radio.ez-selected {
	border-color:orange !important;
}

.ez-radio.ui-answer-right.ez-checked {
	border-color:green;
}

.ui-wrong .ez-radio.ez-selected {
	border-color:red;
}

.ui-right .ez-radio.ez-selected {
	border-color:green;
}

.ez-radio.ez-selected:before {
	position: absolute;
	content: '\e608';
	text-align: center;
	left: 3px;
	color:orange;
	display: inline-block;
}

.ui-wrong .ez-radio.ez-selected:before {
	color: red;
}

.ui-right .ez-radio.ez-selected:before {
	color: green;
}

.ez-radio.ui-answer-right:before {
	font-family: 'icomoon';
	position: absolute;
	content: '\e608';
	text-align: center;
	color: green;
	display: inline-block;
	left: 3px;
}

.ez-checkbox {
	background: none;
	background-color: #FFF;
	border-radius: 0;
    cursor: pointer;
	display: inline-block;
	height: 30px;
	width: 30px;
    position: relative;
	border:solid 1px #999 !important;
	box-shadow: none !important;
    outline: none !important;
	vertical-align: top;
	font-size: 30px;
	font-family: 'icomoon';
}

.ez-hide {
	opacity: 0;
	height: 30px;
	width: 30px;
	-webkit-appearance: none;
    -moz-appearance : none;
    appearance : none;
    cursor: pointer;
}

.ez-checkbox.ez-checked {
	border-color:orange !important;
}

.ez-checkbox.ui-answer-right.ez-checked {
	border-color:green;
}

.ui-wrong .ez-checkbox.ez-checked {
	border-color:red !important;
}

.ui-right .ez-checkbox.ez-checked {
	border-color:green !important;
}

.ez-checkbox.ez-checked:before {
	position: absolute;
	content: '\e608';
	text-align: center;
	left: 3px;
	color:orange;
	display: inline-block;
}

.ui-wrong .ez-checkbox.ez-checked:before {
	color: red;
}

.ui-right .ez-checkbox.ez-checked:before {
	color: green;
}

.ez-checkbox.ui-answer-right:before {
	font-family: 'icomoon';
	position: absolute;
	content: '\e608';
	text-align: center;
	color: green;
	display: inline-block;
	left: 3px;
}

.showSolutions .ez-checkbox.ui-answer-right:before {
	color: green;
}

.ui-highlightable-popup {
	font-family: 'Verdana Pro', sans-serif;
}

.exercise table tbody, .exercise ul { counter-reset: answer; }
.exercise table tbody tr > td:first-child, .exercise ul > li { counter-increment: answer; }

.exercise table tbody tr td .number.disc:before, .exercise ul.disc > li:before { content: counter(answer, disc); }
.exercise table tbody tr td .number.armenian:before, .exercise ul.armenian > li:before { content: counter(answer, armenian) '. '; }
.exercise table tbody tr td .number.circle:before, .exercise ul.circle > li:before { content: counter(answer, circle); }
.exercise table tbody tr td .number.cjk-ideographic:before, .exercise ul.cjk-ideographic > li:before { content: counter(answer, cjk-ideographic) '. '; }
.exercise table tbody tr td .number.decimal:before, .exercise ul.decimal > li:before { content: counter(answer, decimal) '. '; }
.exercise table tbody tr td .number.decimal-leading-zero:before, .exercise ul.decimal-leading-zero > li:before { content: counter(answer, decimal-leading-zero) '. '; }
.exercise table tbody tr td .number.georgian:before, .exercise ul.georgian > li:before { content: counter(answer, georgian) '. '; }
.exercise table tbody tr td .number.hebrew:before, .exercise ul.hebrew > li:before { content: counter(answer, hebrew) '. '; }
.exercise table tbody tr td .number.hiragana:before, .exercise ul.hiragana > li:before { content: counter(answer, hiragana) '. '; }
.exercise table tbody tr td .number.hiragana-iroha:before, .exercise ul.hiragana-iroha > li:before { content: counter(answer, hiragana-iroha) '. '; }
.exercise table tbody tr td .number.katakana:before, .exercise ul.katakana > li:before { content: counter(answer, katakana) '. '; }
.exercise table tbody tr td .number.katakana-iroha:before, .exercise ul.katakana-iroha > li:before { content: counter(answer, katakana-iroha) '. '; }
.exercise table tbody tr td .number.lower-alpha:before, .exercise ul.lower-alpha > li:before { content: counter(answer, lower-alpha) '. '; }
.exercise table tbody tr td .number.lower-greek:before, .exercise ul.lower-greek > li:before { content: counter(answer, lower-greek) '. '; }
.exercise table tbody tr td .number.lower-latin:before, .exercise ul.lower-latin > li:before { content: counter(answer, lower-latin) '. '; }
.exercise table tbody tr td .number.lower-roman:before, .exercise ul.lower-roman > li:before { content: counter(answer, lower-roman) '. '; }
.exercise table tbody tr td .number.square:before, .exercise ul.square > li:before { content: counter(answer, square); }
.exercise table tbody tr td .number.upper-alpha:before, .exercise ul.upper-alpha > li:before { content: counter(answer, upper-alpha) '. '; }
.exercise table tbody tr td .number.upper-latin:before, .exercise ul.upper-latin > li:before { content: counter(answer, upper-latin) '. '; }
.exercise table tbody tr td .number.upper-roman:before, .exercise ul.upper-roman > li:before { content: counter(answer, upper-roman) '. '; }

/**/

.markColor1 { background-color: rgba(54, 67, 149, 0); color:rgba(54, 67, 149, 1); border-bottom: solid 1px rgba(54, 67, 149, 1); }
.markColor2 { background-color: rgba(22, 160, 200, 0); color:rgba(22, 160, 200, 1); border-bottom: solid 1px rgba(22, 160, 200, 1); }
.markColor3 { background-color: rgba(157, 21, 72, 0); color:rgba(157, 21, 72, 1); border-bottom: solid 1px rgba(157, 21, 72, 1); }
.markColor4 { background-color: rgba(237, 108, 0, 0);color:rgba(237, 108, 0, 1);  border-bottom: solid 1px rgba(237, 108, 0, 1); }

.ui-highlightable-popup  [data-number="1"]:before { background-color: rgba(54, 67, 149, 1); }
.ui-highlightable-popup  [data-number="2"]:before { background-color: rgba(22, 160, 200, 1) }
.ui-highlightable-popup  [data-number="3"]:before { background-color: rgba(157, 21, 72, 1); }
.ui-highlightable-popup  [data-number="4"]:before { background-color: rgba(237, 108, 0, 1); }

.ui-corrected span { background-color: transparent; border-bottom-width: 1px; }
span.ui-corrected { background-color: transparent; border-bottom-width: 1px; }

label.correctanswer {
	border-left: solid 2px green;
	border-right: solid 2px green;
	color: green;
	padding: 5px;
	margin-left: 1px;
	border-radius: 0;
	position: relative;
	min-height: 24px;
	width: auto;
	min-width: 24px;
	position: relative;
	z-index:100;
	white-space: pre-wrap;
	display: inline;
}

.inputDrop + label.correctanswer,
select + label.correctanswer,
input[type="text"] + label.correctanswer,
.input-text + label.correctanswer {
	display: inline-block;
	vertical-align: top;
}

label.correctanswer p {
	padding: 0px;
	margin: 0 !important;
	display: inline !important;
}

.ui-right + label.correctanswer {
	display: none !important;
}

label.correctanswer:before {
	content: '';
	border-right: solid 10px green;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	position: absolute;
	right: 100%;
	top: 10px;
	margin-left: 0;
	margin-right: 0;
	width: 0;
	height: 0;
}

/* #381 */
/*[data-token-id] {
	-webkit-transform: translate3d(0,0,1px);
	transform: translate3d(0,0,1px);
}*/

A.gethelp[rel="free_text"],
A.gethelp[rel="testo_libero"],
A.gethelp[rel="oggetto_filezip"],
A.gethelp[rel="slideshow"] {
	display: none !important;
}

/*** FREE INSERTION ***/

.insertion_entry .ui-wrong.showSolutions {
	text-decoration: line-through;
}

.insertion_entry .solutionswrap {
	margin: 0;
}

/*** ASSOCIATIONS ***/

.association_entry {
	display: table;
}

.association_entry ul {
	list-style: none;
	padding: 0px;
	margin: 0;
	display: table-cell;
	vertical-align: top;
}

.association_entry ul.ui-targets {
	padding-right: 30px;
}

.association_entry ul.ui-answers {
	padding-left: 20px;
	border-left: solid 1px rgba(0,0,0,0.1);
	width: 20%;
}

.association_entry ul.ui-answers li {
	float:left;
	clear: both;
}

.association_entry .ui-targets li {
	display: inline-block;
	padding: 0;
	width: 100%;
	min-height: 40px;
	vertical-align: top;
	margin-bottom: 20px;
}

.association_entry ul p{
	margin: 0;
}

.association_entry .ui-targets li p {
	display: inline-block;
	margin-bottom: 10px;
}

/*** SORT ***/

.sort_entry ul.ui-sortable {
	list-style: none;
	padding: 0px;
	margin: 0;
}

.sort_entry ul.ui-sortable label.correctanswer {
	display: none;
}

.sort_entry ul.ui-sortable li p {
	margin: 0;
}

.sort_entry ul.ui-sortable li.ui-corrected p {
	margin: 0;}

/*** TEXTUAL DRAG DROP ***/

.textual_drag_drop_entry ul.js-answers {
	list-style: none;
	padding: 0px;
	margin: 0;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}

.textual_drag_drop_entry ul[data-input] {
	vertical-align: middle;
	margin: 0;
	background: #FFF;
	padding: 0;
}

.textual_drag_drop_entry ul.js-answers li{
	float: left;
	margin-right: 10px;
}

/*** LIST DRAG DROP ***/

.list_drag_drop_entry ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}

.list_drag_drop_entry ul.ui-questions {
	border-spacing: 20px;
}

.list_drag_drop_entry ul.ui-questions > li{
	padding-bottom: 40px;
}

.list_drag_drop_entry .correctanswer br {
	display: inline;
}

.list_drag_drop_entry ul.ui-questions > li .ui-dropped {
	border-radius: 0;
	border-bottom: solid 1px #DADADA;
	background: transparent;
}

.list_drag_drop_entry .ui-droppable {
	vertical-align: top;
	padding:10px;
	border-radius: 0;
}

.list_drag_drop_entry .solutionswrap {
	margin-right: 0px;
}

.list_drag_drop_entry .ui-droppable + label.correctanswer {
	max-width: 150px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.list_drag_drop_entry .ui-droppable .body{
	width:100%;
	margin-bottom: 20px;
	font-weight: bold;
}

/*** DRAG DROP immagini ***/

.relative img {
	max-height: 75vh;
}

[data-type="drag_drop"] .ui-droppable,
[data-type="drag_drop"] input[type="text"].ui-droppable,
[data-type="drag_drop"] .input-text.ui-droppable,
[data-type="drag_drop"] .inputDrop.ui-droppable {
	background: rgba(255,255,255,0.75);
	border: solid 2px #666;
	min-width: 100%;
	max-width: 100%;
	width: auto;
	overflow: hidden;
}

[data-type="drag_drop"] .ui-droppable.ui-wrong,
[data-type="drag_drop"] input[type="text"].ui-droppable.ui-wrong,
[data-type="drag_drop"] .input-text.ui-droppable.ui-wrong,
[data-type="drag_drop"] .inputDrop.ui-droppable.ui-wrong {
	background: rgba(224, 100, 100, 0.75) !important;
	border: solid 2px red;
}

[data-type="drag_drop"] .ui-droppable.ui-right,
[data-type="drag_drop"] input[type="text"].ui-droppable.ui-right,
[data-type="drag_drop"] .input-text.ui-droppable.ui-right,
[data-type="drag_drop"] .inputDrop.ui-droppable.ui-right {
	background: rgba(150, 230, 110, 0.75) !important;
	border: solid 2px green;
}

.drag_drop_wrap {
	margin-top: 2em;
}

.drag_drop_entry ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}

[data-type="drag_drop"] > div {
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
}

[data-type="drag_drop"] > div.exercise {
	width: 19%;
	z-index: 10;
}

[data-type="drag_drop"] > div.media {
	width: 80%;
}

[data-type="drag_drop"] > div.exercise .ui-draggable {
    max-width: 100%;
}

[data-type="drag_drop"] > div.exercise .ui-draggable:hover {
	max-width: none;
}

[data-type="drag_drop"] .drag_drop_wrap {
	margin-top: 0;
}

[data-type="drag_drop"] > .exercise {
	border-bottom: none !important;
}

div[data-type="drag_drop"] input[type="text"].ui-droppable,
div[data-type="drag_drop"] .input-text.ui-droppable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;

	-webkit-user-modify: read-only;
	-moz-user-modify: read-only;
	-ms-user-modify: read-only;
	-o-user-modify: read-only;
	user-modify: read-only;
}

div[data-type="drag_drop"] .nowrap{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

div[data-type="drag_drop"] .correctanswer{
	background-color: #FFF;
	background-color: rgba(255,255,255,0.95);
	position: absolute;
	margin-top: 2px;
}

.correctanswer br {
	display: none;
}

div[data-type="drag_drop"] .solutionswrap {
	display: block;
	margin: 0 auto;
}

/*** FREE INSERTION immagini ***/

.relative img {
	max-height: 75vh;
}

.insertion_on_image_wrap {
	margin-top: 2em;
}

.insertion_on_image_entry ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}

div[data-type="insertion_on_image"] .nowrap{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

div[data-type="insertion_on_image"] input[type="text"],
div[data-type="insertion_on_image"] .input-text {
	border: dashed 1px #999;
	vertical-align: middle;
	border-radius: 25px;
	opacity: 1;
	position: relative;
	padding: 0 15px;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

div[data-type="insertion_on_image"] .correctanswer{
	background-color: #FFF;
	background-color: rgba(255,255,255,0.85);
}

/*** TRUE FALSE ***/

.multiple_choice_table_entry ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}

.multiple_choice_table_entry table {
	width: 100%;
	margin-left: -5px;
}

.multiple_choice_table_entry table p {
	padding-right: 20px;
	margin:0;
}

.multiple_choice_table_entry table th p {
	padding:0
}

.multiple_choice_table_entry table tr {
	border-bottom: solid 1px #CCC;
}

.multiple_choice_table_entry table tr:after {
	display: none !important;
}

.multiple_choice_table_entry *[data-feedback]:after {
	left: auto;
	margin: -2px 0 0 22px !important;
}

.multiple_choice_table_entry  td[data-feedback]:after {
	margin: -2px 0 0 6px !important;
}

.multiple_choice_table_entry table tr th{
	text-align: center;
	font-size: 0.75em;
	vertical-align: bottom;
}

.multiple_choice_table_entry table tr td{
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.multiple_choice_table_entry table tbody tr > td,
.multiple_choice_table_entry table thead tr > th {
	width: 10%;
	word-wrap: break-word;
	padding: 0.25em;
	/*word-break: break-word; #320 */
}

.multiple_choice_table_entry table tbody tr > td:first-child,
.multiple_choice_table_entry table thead tr > th:first-child {
	width: auto;
}

.multiple_choice_table_entry table tr td:first-child{
	text-align: left;
}

.multiple_choice_table_entry table fieldset {
	margin:0;
}

.multiple_choice_table_entry ul li {
	display: inline-block;
	margin-right: 0;
}

/*** MULTIPLE CHOICE ***/

.multiple_choice_entry fieldset {
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	margin-left: -5px;
	width: 100%;
	max-width: 100%;
}

.multiple_choice_entry fieldset:after {
	display: none !important;
}

.multiple_choice_entry div.answer-value {
	display: inline;
}

.multiple_choice_entry div.answer-value p {
	display: inline;
}

.no-ref-doc .multiple_choice_entry[data-length] fieldset {
	width: 33%;
	max-width: 33%;
	padding-right: 40px;
}

.no-ref-doc .multiple_choice_entry[data-length="1"] fieldset {
	width: 100%;
	max-width: 100%;
}

.no-ref-doc .multiple_choice_entry[data-length="2"] fieldset {
	width: 48%;
	max-width: 48%;
}

.multiple_choice_entry *[data-feedback]:after {
    position: static;
    margin-left: 4px;
}

@media only screen and (max-width: 960px) {
	.no-ref-doc .multiple_choice_entry[data-length] fieldset {
		max-width: 48%;
		width: 48%;
	}
}

@media only screen and (max-width: 800px) {
	.no-ref-doc .multiple_choice_entry[data-length] fieldset {
		max-width: 100%;
		width: 100%;
	}
}

.multiple_choice_entry ul {
	list-style: none;
	padding: 10px 0px 0px 10px;
	margin: 0;
	display: inline-block;
	width: 100%;
	list-style-position: inside;
}

.multiple_choice_entry ul li {
	padding-left: 50px;
	padding: 5px 0 0 30px;
	min-height: 36px;
	position: relative;
	width: auto;
	padding-right: 16px;
	float: left;   clear: left;
}

.multiple_choice_entry ul li:last-child {
	margin-bottom: 0px;
}

.multiple_choice_entry .ez-radio,
.multiple_choice_entry .ez-checkbox {
	position: absolute;
	margin-top: -2px;
	left: -12px;
}

.multiple_choice_entry P {
	margin:0px
}

/*** TEXT PARTITION ***/

.text_partition_entry .text-partition-divisor, .text-partition-divisor{
	display: inline-block;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
}

.text_partition_entry .body {
	line-height: 30px;
	margin-bottom: 30px;
}

.text_partition_entry .ui-droppable {
	vertical-align: baseline;
	display: inline;
	opacity: 1;
	width: auto;
	padding: 0;
	border: none !important;
	min-height: 0;
	border-radius: 0;
	position: static;
	overflow: visible;
	margin: auto;
}

.text_partition_entry .ui-droppable.hide {
	display: none !important;
}

.text_partition_entry .ui-droppable.ui-corrected {
	position: relative;
}

.text_partition_entry *[data-feedback]:after {
	margin-left: 1em;
}

.text_partition_entry .ui-text-partition-answer + .ui-highlightable-token-whitespace {
	display: none;
}

.solutionsShown .text_partition_entry .divisor {
	display: none;
}

.solutionsShown .text_partition_entry .js-target{
	display: inline-block;
	vertical-align: middle;
	background: #FFF;
	padding: 0 5px;
	border-radius: 15px;
	border: solid 1px #CCC;
	cursor: pointer;
	min-width: 30px;
	text-align: center;
	height: 30px;
	line-height: 27px;
}

.solutionsShown .text_partition_entry .js-target:before{
	content: attr(data-val);
}

.solutionsShown .text_partition_entry .ui-right + .ui-text-partition-answer + .js-target {
	display: none;
}

.text_partition_entry .ui-highlightable-magnify {
	margin-top: -2em;
}

.text_partition_entry  .ui-highlightable-magnify .ui-highlightable-magnify-current {
	background-color: transparent !important;
	border-right: solid 2px #5B87F8 !important;
	display: inline-block;
}

.ui-text-partition-answer, .text_partition_entry .js-target {
	display: inline-block;
	vertical-align: middle;
	background: #FFF;
	padding: 0 5px;
	border-radius: 15px;
	border: solid 1px #CCC;
	cursor: pointer;
	min-width: 30px;
	text-align: center;
	height: 30px;
	line-height: 27px;
}

.text_partition_entry .js-target {
	display: none;
}


.text_partition_entry .ui-text-partition-answer + .js-target {
	display: none;
}

.text_partition_entry .js-target:before {
	content: attr(data-val);
}

.text_partition_entry .ui-right,
.text_partition_entry .ui-partial,
.text_partition_entry .ui-wrong {
	background: transparent !important;
}

.ui-right + .ui-text-partition-answer {
    background-color: rgba(150, 230, 110, 0.25) !important;
}

.ui-partial + .ui-text-partition-answer {
    background: rgba(253 , 176, 9, 0.25) !important;
}

.ui-wrong + .ui-text-partition-answer {
    background: rgba(224, 100, 100, 0.25) !important;
}

/*** TEXT MARK ***/

.mark_entry .ui-droppable {
	vertical-align: middle;
	display: inline-block;
	background: rgba(0,0,0,0.1);
	opacity: 1;
	width: 20px;
	height: 30px;
}

.mark_entry .ui-droppable.ui-state-hover:after {
	content: '';
	display: inline-block;
	position: absolute;
	background: #666;
	width: 40px;
	height: 50px;
	margin-left: -10px;
	margin-top: -10px;
	display: inline-block;
}

/*.mark_entry .body p{
	display: inline-block;
}*/

.ui-highlightable-token.ui-highlightable-highlighting {
	position: relative;
	color:#000;
	background-color: rgba(0,0,0,0.1) !important;
}

.ui-highlightable-magnify .ui-highlightable-token {
	background-color: transparent !important;
}

.ui-highlightable-magnify .ui-highlightable-magnify-current {
	background-color: rgba(0,0,0,0.25) !important;
}

/*** feedback tooltip ***/

.feedback_c {
	padding: 5px 10px;
	display: inline-block;
	border: none !important;
	background: #666 !important;
	color: white;
	border-radius: 4px;
	position: absolute;
	width: 200px;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 1001;

	-webkit-transition: -webkit-transform 250ms, opacity 100ms;
	-moz-transition: -moz-transform 250ms, opacity 100ms;
	-o-transition: -o-transform 250ms, opacity 100ms;
	-ms-transition: -ms-transform 250ms, opacity 100ms;
	transition: transform 250ms, opacity 100ms;
	font-size: 0.85em;
	margin-top: -15px;
}

.feedback_c.dir-e {
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	margin-left: 15px;
}

.feedback_c.dir-e:before {
	border-top: solid 8px transparent !important;
	border-bottom: solid 8px transparent !important;
	border-right: solid 8px #666 !important;
	right: 100% !important;
	top: 7px !important;
	width: 0;
	height: 0;
}

.feedback_c.dir-w {
	margin-left: -15px;
	-webkit-transform: translateX(-85%);
	-moz-transform: translateX(-85%);
	-o-transform: translateX(-85%);
	-ms-transform: translateX(-85%);
	transform: translateX(-85%);
}

.feedback_c.dir-w:before {
	border-top: solid 10px transparent !important;
	border-bottom: solid 10px transparent !important;
	border-left: solid 10px #666 !important;
	left: 100% !important;
	top: 10px !important;
	width: 0;
	height: 0;
}

.feedback_c.dir-nw {
	margin-left: 20px;
	margin-top: -20px;
	-webkit-transform: translateY(-85%) translateX(-100%);
	-moz-transform: translateY(-85%) translateX(-100%);
	-o-transform: translateY(-85%) translateX(-100%);
	-ms-transform: translateY(-85%) translateX(-100%);
	transform: translateY(-85%) translateX(-100%);
}

.feedback_c.dir-nw:before {
	border-left: solid 10px transparent !important;
	border-right: solid 10px transparent !important;
	border-top: solid 10px #666 !important;
	top: 100% !important;
	right: 10px !important;
	width: 0;
	height: 0;
}

.feedback_c.dir-se {
	margin-top: 20px;
	margin-left: -20px;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.feedback_c.dir-se:before {
	border-left: solid 10px transparent !important;
	border-right: solid 10px transparent !important;
	border-bottom: solid 10px #666 !important;
	bottom: 100% !important;
	left: 10px !important;
	width: 0;
	height: 0;
}

.feedback_c.dir-sw {
	margin-top: 20px;
	margin-left: 20px;
	-webkit-transform: translateY(-10px) translateX(-100%);
	-moz-transform: translateY(-10px) translateX(-100%);
	-o-transform: translateY(-10px) translateX(-100%);
	-ms-transform: translateY(-10px) translateX(-100%);
	transform: translateY(-10px) translateX(-100%);
}

.feedback_c.dir-sw:before {
	border-left: solid 10px transparent !important;
	border-right: solid 10px transparent !important;
	border-bottom: solid 10px #666 !important;
	bottom: 100% !important;
	right: 10px !important;
	width: 0;
	height: 0;
}

.feedback_c.dir-ne {
	margin-top: -20px;
	margin-left: -20px;
	-webkit-transform: translateY(-85%);
	-moz-transform: translateY(-85%);
	-o-transform: translateY(-85%);
	-ms-transform: translateY(-85%);
	transform: translateY(-85%);
}

.feedback_c.dir-ne:before {
	border-left: solid 10px transparent !important;
	border-right: solid 10px transparent !important;
	border-top: solid 10px #666 !important;
	top: 100% !important;
	left: 10px !important;
	width: 0;
	height: 0;
}

.feedback_c.open {
	-webkit-transform: translateX(0px) translateY(0);
	-moz-transform: translateX(0px) translateY(0);
	-o-transform: translateX(0px) translateY(0);
	-ms-transform: translateX(0px) translateY(0);
	transform: translateX(0px) translateY(0);
	opacity: 1;
}

.feedback_c.dir-ne.open {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 1;
}

.feedback_c.dir-nw.open {
	-webkit-transform: translateY(-100%) translateX(-100%);
	-moz-transform: translateY(-100%) translateX(-100%);
	-o-transform: translateY(-100%) translateX(-100%);
	-ms-transform: translateY(-100%) translateX(-100%);
	transform: translateY(-100%) translateX(-100%);
	opacity: 1;
}

.feedback_c.dir-sw.open {
	-webkit-transform: translateY(0) translateX(-100%);
	-moz-transform: translateY(0) translateX(-100%);
	-o-transform: translateY(0) translateX(-100%);
	-ms-transform: translateY(0) translateX(-100%);
	transform: translateY(0) translateX(-100%);
	opacity: 1;
}

.feedback_c.dir-w.open {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 1;
}

.feedback_c:before {
	content: '' !important;
	display: block;
	position: absolute;
	margin: 0 !important;
}

.feedback_c:after {
	content: attr(data-text);
	min-width:20px;
	min-height:20px;
	display:inline-block
}

*[data-feedback] {
	position: relative;
}

*[data-feedback]:after {
	content: '\e60e';
	font-family: 'icomoon';
	position:absolute;
	left: 100%;
	top: 0%;
	margin-top: -12px;
	margin-left: -12px;
	background: orange;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: solid 2px #FFF;
	box-shadow: 0px 2px 6px #000;
	-webkit-box-shadow: 0px 2px 6px #000;
	cursor: pointer;
	z-index: 10;
	font-size: 16px;
	text-align: center;
	display: inline-block;
}

tr[data-feedback]:after {
    top: auto;
}

.ez-radio[data-feedback]:after {
	margin-left: -6px;
}

*[data-feedback=""]:after {
	display: none;
}

.infohelp {
	display:none;
}

.feedback_ok, .feedback_part, .feedback_failed, .feedback_not_answered {
	display:none;
	font-weight: 100;
	padding:0px 0px 20px 0;
	border-bottom:5px solid #CCC;
	margin-bottom:20px;
	margin-right:15px;
}

.solutionsShown.ok .feedback_ok,
.solutionsShown.partial .feedback_part,
.solutionsShown.failed .feedback_failed,
.solutionsShown.not_answered .feedback_not_answered {
	display: block;
}


.feedback_ok:empty, .feedback_part:empty, .feedback_failed:empty, .feedback_not_answered:empty {
	display:none !important;
}

.feedback_ok {
	color:green;
}

.feedback_part {
	color:#cc6600;
}

.feedback_failed {
	color:red;
}

/*** free text ***/
.free_text_entry textarea {
	background-color: rgba(255,255,255,0.85) !important;
}

.no-ref-doc + .task_panel .free_text_entry textarea {
	width: 50%;
}

/*** slideshow ***/

[data-type="slideshow"].asset .exercise {
	border-bottom: none !important;
}

[data-type="slideshow"] > .media {
	display: none !important;
}

.flexslider {
	display: block;
	max-width: 100%;
	line-height: 0;
	font-size: 0;
	position: relative;
	overflow: hidden;
}

.flexslider.fullscreen {
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:0;
	box-sizing:border-box;
	object-fit:contain;
	width: auto;
	max-height: 100vh;
	border: none;
	background-color: #000 !important;
	line-height: 100vh;
}
.task_panel .menu div .asset .exercise.fakefullscreen{
	z-index: 9999;
}
.flexslider.fullscreen.fakefullscreen{
	position: fixed;
}

.flexslider.fullscreen.fakefullscreen img{
	max-height: 90vh !important;
}

.flexslider .media-audio {
	display: none !important;
}


.flexslider.fullscreen .slides {
	display: inline-block;
	background: #000 !important;
}

.flexslider .slides > li {
	text-align: center;
	display: inline-block !important;
	vertical-align: middle;
	float: none !important;
	font-size: 0;
	line-height: 0;
	height: 100%;
}

.task_panel .menu div .asset .flexslider .slides > li .media {
	position: static;
}

.flexslider .slides img,
.flexslider .slides video {
	width: auto;
	max-width: 100%;
	display: block;
	max-height: 60vh;
}

.flexslider.fullscreen .slides img,
.flexslider.fullscreen .slides video {
	max-height: 100vh;
}

.flexslider .slides .caption {
	background-color: rgba(255,255,255,0.95);
	width: 80%;
	margin: 0;
	padding: 8px 8px 28px 8px;
	text-align: left;
	font-size: 1rem;
	line-height: 140%;
	display: block;
	position: absolute;
	z-index: 10;
	bottom: 24px;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: 0 1px 5px #333;
}

.flexslider .slides .caption:empty {
	display: none;
}

.flexslider .flex-control-nav {
	width: 100%;
	text-align: center;
	overflow: visible;
	position: relative;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

.flexslider .flex-control-thumbs li {
	max-width: 10%;
	height: 84px;
	margin: 0.5%;
	float: none;
	background: #e5e5e5;
	overflow: hidden;
	position: relative;
}

.flex-direction-nav a {
    text-shadow: none;
    background-color: #FFF;
    border-radius: 100%;
    padding: 9px;
    box-shadow: 0 2px 4px #555;
    line-height: 24px;
}

.flex-direction-nav a:before {
    font-size: 28px;
}

.flexslider .slides img {
	margin: 0;
}

.flexslider .slides {
	overflow: hidden;
}

.flexslider .slideshow-commands {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 48px;
	text-align: center;
	z-index: 300;
}

.flexslider .slideshow-audio-play,
.flexslider .slideshow-caption-toggle,
.flexslider [data-fullscreen],
.flexslider .slideshow-zoom {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	background: orange;
	z-index: 300;
	vertical-align: middle;
	box-shadow: 0 1px 5px #333;
	z-index: 300;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	overflow: hidden;
	margin: 5px;
	position: relative;
}

.flexslider[data-audio-background] .slideshow-caption-toggle {
	margin-left: -38px;
}

.flexslider .slideshow-caption-toggle:before {
	content: '+';
	font-size: 24px;
	color: #fff;
	line-height: 30px;
}

.flexslider [data-fullscreen]:before {
	content: '';
	width: 14px;
	height: 8px;
	border: solid 2px #FFF;
	display: inline-block;
	margin-top: 10px;
}

.flexslider .slideshow-caption-toggle.showing:before {
	content: '−';
}

.flexslider .slideshow-zoom:before {
	content: '';
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	border: solid 2px #FFF;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-top: 7px;
	margin-left: -7px;
}

.flexslider .slideshow-zoom:after {
	content: '';
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	border: none;
	background: #FFF;
	width: 10px;
	height: 3px;
	display: inline-block;
	position:absolute;
	top: 20px;
	left: 16px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.flexslider .flex-control-nav .slideshow-audio-play {
    position: absolute;
    top: -53px;
    left: 50%;
    margin-left: 47px;
}

.flexslider .slideshow-audio-play:after {
	content: 'play';
	display: block;
	border-left: solid 8px #FFF;
	border-top: solid 8px transparent;
	border-bottom: solid 8px transparent;
	position: relative;
	left: 13px;
	top: 8px;
}

.flexslider .slideshow-audio-play.playing:after {
	content: 'pause';
	border-left: solid 2px #FFF;
	border-right: solid 2px #FFF;
	border-top: none;
	border-bottom: none;
	width: 4px;
	height: 14px;
	top: 9px;
	left: 12px;
}

.flex-direction-nav {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

/***** MATH *****/

.wrs_editor {
	display: inline-block;
	width: 500px;
}

.wrs_editor select {
	min-width: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	outline: none !important;
	padding: 0;
	margin: 0;
	max-width: 100%;
	word-wrap: break-word;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	text-indent: 0.01px;
	text-overflow: "";
	background-image: url('../img/select.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 40px;
	overflow: hidden;
	vertical-align: middle;
}

.wrs_editor button {
	min-height: 0;
	border-radius: 0;
	text-transform: none;
}

.wrs_editor img {
	max-width: none;
	margin-bottom: auto;
}

.wrs_editor .wrs_formulaDisplay {
	min-height: 200px;
}

.math-question {
	background: transparent !important;
}

.math_entry .solutionswrap {
	position: relative;
}

.math_entry .solutionswrap img {
	vertical-align: middle;
	max-width: none;
}

.math_entry .solutionswrap label {
	border-top: solid 2px green;
	border-bottom: solid 2px green;
	border-left: none;
	border-right: none;
	display: inline-block;
	padding-top: 10px;
}

.math_entry .solutionswrap label:before {
    border-bottom: solid 10px green;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-top: none;
    bottom: 100%;
    top:  auto;
    left: 2px;
    right: auto;
}

.math-question.ui-wrong .wrs_formulaDisplay {
	background: rgba(224, 100, 100, 0.25) !important;
}

.math-question.ui-right .wrs_formulaDisplay {
	background: rgba(150, 230, 110, 0.25) !important;
}

.wrs_editor .wrs_button {
	min-height: 0;
	border: none;
}

.math-offline-error {
	border-top: solid 4px #ff9900;
	border-bottom: solid 4px #ff9900;
	padding: 16px 32px 16px 0;
	margin-bottom: 16px;
	max-width: 440px;
}

.math-offline-error:before {
	content: '!';
	background: #ed6b06;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	border-radius: 100%;
	text-align: center;
	font-size: 24px;
	float: left;
	margin-right: 8px;
}
