﻿/*
*
*	Basic stylesheets for OSM elements renders
*
*/
body {
	font-size: 16px;
	font-family: Arial, Verdana, sans-serif;
	padding: 0px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";	
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.comment textarea {
	overflow: hidden;
	font-size: 16px;
	margin: 0px;
	max-width: 98%;
	width: 50%;
	/*width: 550px;*/
	display:block; /*Fix for 100% label...*/
}


.answerset > select {
	max-width: 98%;
}

/*
*
*  Presentation Visualization
*
*/

.presentation {
}

/*
*
*  Form Visualization
*
*/

.form {

}

.form > .caption {
	background-color: #333;
	padding: 0.5%;
	margin-bottom: 8px;
}

.form > .caption > h1 {
	color: #FFF;	
}

.form > .caption > h2 {
	color: #CCC;
}

.form > .options { 
	background-color: #CCC;
	padding: 0.5%;
	margin-bottom: 8px;
}

.form > .options > div {
	padding: 0.5%;
}

/*
*
*  Sections Visualization
*
*/

.section > .section-start {
	background-color: #CCC;
	margin-bottom: 8px;
	padding: 0.5%;
}

.section > .section-start > h2 {
	font-size: 1em;
}

.section > .section-start > h3 {
	font-size: 0.9em;
	font-style: italic;
	color: #333;
}

.section > .section-end {

}

.section > .section-end > hr {
	height: 0px;
	border: 3px solid #999;
}

.section > .section > .section-start {
	background-color: #AAA;
}

.section > .section > .section > .section-start {
	background-color: #888;
}

/* Debug only - visual appearance of nested sections */
.section > div[class = section] {
	padding-left: 1%;
	padding-right: 1%;
}


/*
*
*  Question Visualization 1
*
*/

.question-1 {
	background-color: #EFEFEF;
	margin-bottom: 8px;
}

.question-1 > div {
	padding: 0.5%;
}

.question-1 > div.title-description > div.title {
	font-size: 1.4em;
}

.question-1 > div.title-description > div.description {
	font-style: italic;
	color: #333;
}
.question-1 > div.title-description > div.title-number {
	font-size: 1.4em;
	float:left;
}
.question-1 > div.group > div.title-description > div.title-number {
	font-size: 1.4em;
	float:left;
}


.question-1 > div.answerset {

}

.question-1 > div.comment {

}

.question-1 > div.comment > label {
	display: block;
}

/*
*
*  Question Visualization 2
*
*/

.question-2 {
	background-color: #EFEFEF;
	margin-bottom: 8px;
}

.question-2 > div {
	padding: 0.5%;
}

.question-2> div.title-description {
	float: left;
	max-width: 79%;
}

.question-2 > div.title-description > div.title {
	font-size: 1.4em;
}

.question-2 > div.title-description > div.description {
	font-style: italic;
	float: left;
	color: #333;
}
.question-2 > div.title-description > div.title-number {
	font-size: 1.4em;
	float:left;
}
.question-2 > div.group > div.title-description > div.title-number {
	font-size: 1.4em;
	float:left;
}

.question-2 > div.answerset {
	max-width: 19%;
	float: right;
}

.question-2 > div.answerset > label {
	display: block;
}


.question-2 > div.comment {
}

.question-2 > div.comment > label {
	display: block;
}


/*
*
*  Question Visualization 3
*
*/

.question-3 {
	background-color: #EFEFEF;
	margin-bottom: 8px;
}

.question-3 > div {
	padding: 0.5%;
}

.question-3 > div.group {
	float: left;
	max-width: 79%;
}

.question-3 > div.group > div.title-description {
}

.question-3 > div.group > div.title-description > div.title {
	font-size: 1.4em;
}
.question-3 > div.title-description > div.title-number  {
	font-size: 1.4em;
	float:left;
}

.question-3 > div.group > div.title-description > div.description {
	font-style: italic;
	color: #333;
}

.question-3 > div.group > div.title-description > div.title-number {
	font-size: 1.4em;
	float:left;
}

.question-3 > div.answerset {
	max-width: 19%;
	float: right;
}

.question-3 > div.answerset > label {
	display: block;
}

.question-3 > div.group > div.comment {
	margin-top: 1.5%;
}

.question-3 > div.group > div.comment > label {
	display: block;
}


/*
*
*  Question Visualization 4
*
*/

.question-4 {
	background-color: #EFEFEF;
	margin-bottom: 8px;
}

.question-4 > div {
	padding: 0.5%;
}

.question-4> div.title-description {
	float: left;
	max-width: 79%;
}

.question-4 > div.title-description > div.title {
	font-size: 1.4em;
	float:left;
}
.question-4 > div.title-description > div.title-number  {
	font-size: 1.4em;
	float:left;
}
.question-4 > div.title-description > div.description {
	font-style: italic;
	color: #333;
}

.question-4 > div.answerset {
	float: right;
	max-width: 19%;
}

.question-4 > div.answerset > label {
	display: inline-block;
}

.question-4 > div.comment {
	clear: both;
}

.question-4 > div.comment > label {
	/*display: block;*/ /*Fix for 100% label...*/
}
.question-4 > div.title-description > div.comment > label > div.label-wrapper {
	display: inline-block;/*Fix for 100% label...*/
}
.question-4  > div.comment > label > div.label-wrapper {
	display: inline-block;/*Fix for 100% label...*/
}


/*
*
*  Question Visualization 5
*
*/

.question-5 {
	background-color: #EFEFEF;
	margin-bottom: 8px;
}

.question-5 > div {
	padding: 0.5%;
}

.question-5 > div.title-description {
}


.question-5 > div.title-description > div.title {
	font-size: 1.4em;
	margin-right: 1%;
}
.question-5 > div.title-description > div.title-number  {
	font-size: 1.4em;
	float:left;
}

.question-5 > div.title-description > div.description {
	font-style: italic;
	color: #333;
}

.question-5 > div.answerset > label {
	display: block;
}

.question-5 > div.title-description > div.comment {
}

.question-5 > div.title-description > div.comment > label > div.label-wrapper {
	display: inline-block;
}

.question-5 > div.title-description > div.comment > label {
	white-space: nowrap;
}


/*
*
*  Question Visualization 6
*
*/

.question-6 {
	background-color: #EFEFEF;
	margin-bottom: 8px;
}

.question-6 > div {
	padding: 0.5%;
}

.question-6 > div.group {
	float: left;
	width: 49%;
}

.question-6 div.title-description {
}

.question-6 div.title-description > div.title {
	font-size: 1.4em;
}
.question-6 > div.title-description > div.title-number  {
	font-size: 1.4em;
	float:left;
}


.question-6  div.title-description > div.description {
	font-style: italic;
	color: #333;
}

.question-6 > div.answerset {
	float: left;
	width: 49%;
}

.question-6 > div.answerset > label {
	display: block;
}

.question-6 div.comment {
	margin-top: 1.5%;
}

.question-6 > div.comment > label {
	display: block;
}

/*
*
*  Question Visualization 7
*
*/

.question-7 {
	background-color: #EFEFEF;
	margin-bottom: 8px;
}

.question-7 > div {
	padding: 0.5%;
}

.question-7 > div.title-description {
	float: left;
	width: 33%;
}

.question-7 > div.title-description > div.title {
	font-size: 1.4em;
	float:left;
}
.question-7 > div.title-description > div.title-number  {
	font-size: 1.4em;
	float:left;
}


.question-7 > div.title-description > div.description {
	font-style: italic;
	color: #333;
}

.question-7 > div.answerset {
	float: left;
}

.question-7 > div.answerset > label {
	display: block;
}

.question-7 > div.comment {
	float: left;
	width: 32%;
}

.question-7 > div.comment > label {
	display: block;
}

/*
*
*  Question Visualization 8
*
*/

.question-8 {
	background-color: #EFEFEF;
	margin-bottom: 8px;
}

.question-8 > div {
	padding: 0.5%;
}

.question-8 > div.group {
	float: left;
	width: 49%;
}

.question-8 > div.title-description {
	float: left;
	width: 49%;
}

.question-8 > div.title-description > div.title {
	font-size: 1.4em;
}
.question-8 > div.title-description > div.title-number  {
	font-size: 1.4em;
	float:left;
}

.question-8 > div.title-description > div.description {
	font-style: italic;
	color: #333;
}

.question-8 > div.group > div.answerset {

}

.question-8 > div.group > div.answerset > label {
	display: block;
}

.question-8 > div.group > div.comment {
	margin-top: 1.5%;
}

.question-8 > div.group > div.comment > label {
	display: block;
}

/*
*
*  Question Visualization 9
*
*/

.question-9 {
	background-color: #EFEFEF;
	margin-bottom: 8px;
}

.question-9 > div {
	padding: 0.5%;
}

.question-9 > div.group {
	float: left;
	width: 49%;
}

.question-9 > div.group > div.title-description {
}

.question-9 > div.group > div.title-description > div.title {
	font-size: 1.4em;
}
.question-9 > div.title-description > div.title-number  {
	font-size: 1.4em;
	float:left;
}

.question-9 > div.group > div.title-description > div.description {
	font-style: italic;
	color: #333;
}

.question-9 > div.answerset {
	float: left;
	width: 49%;
}

.question-9 > div.answerset > label {
}

.question-9 div.comment {
	margin-top: 1.5%;
}

.question-9 div.comment > label {
	display: block;
}

/* Grid question Visualizations */

/*
*
*  Question Visualization 101
*
*/

.question-101 {
	background-color: #EFEFEF;
	margin-bottom: 8px;
}

.question-101 > div {
	padding: 0.5%;;
}

.question-101 > div.title-description > div.title {
	font-size: 1.4em;
}
.question-101 > div.title-description > div.title-number  {
	font-size: 1.4em;
	float:left;
}

.question-101 > div.title-description > div.description {
	font-style: italic;
	color: #333;
}

.question-101 > div.answerset {

}

.question-101 > div.comment {

}

.question-101 > div.comment > label {
	display: block;
}

/*
*
*  Question Visualization 102
*
*/

.question-102 {
	background-color: #EFEFEF;
	margin-bottom: 8px;
}

.question-102 > div {
	padding: 0.5%;
}

.question-102 > div.title-description > div.title {
	font-size: 1.4em;
}
.question-7 > div.title-description > div.title-number  {
	font-size: 1.4em;
	float:left;
}

.question-102 > div.title-description > div.description {
	font-style: italic;
	color: #333;
}

.question-102 > div.answerset > label {
	display: block;
}

.question-102 > div.comment {

}

.question-102 > div.comment > label {
	display: block;
}


/*
*
* Grid Visualization 
*
*/

.grid {
	margin-bottom: 8px;
}

.grid > table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #EFEFEF;
	table-layout: fixed;
}

.grid > table > caption {
	background-color: #CCC;
	padding: 0.5%;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

.grid > table td, .grid > table th {
	/*padding: 0.5%;*/
	/*word-break: break-all;*/
	overflow: hidden;
	text-overflow:ellipsis;
}

.grid > table > thead {
	background-color: #EFEFEF;
}

.grid > table > tbody > tr > td:first-child {
	background-color: #EFEFEF;
	font-weight: bold;
}

.grid > table > tbody > tr > td,  .grid > table > thead > tr > th {
	border: 1px solid #CCC;
}

/*
*
* Answer grid visualization */

.answer-grid > table > tbody > tr > td {
	text-align: center;
}

.answer-grid > table > tbody > tr > td:first-child { 
	text-align: left;
}

/* Question grid visualization */

.question-grid {
	
}



/*  */


.question-hide,
.section-hide,
.comment-hide,
.answerset-hide,
.answer-hide,
.label-hide,
.grid-hide,
.col-grid-hide,
.row-grid-hide{
	display: none !important;
}

.clear-both{
	clear:both;
}

/* Video attachment */
.attachmentVideo .player{
	background: #333;
}

.attachmentVideo .flowplayer {
	background-color: #333;
  }

.attachmentVideo .attachmentPlayerWrapper {
	margin: 0 auto;
	display: block;
}
/*
*
* Media Visualization 
*
*/

.media_wrapper {
    margin: 1em 0;
}

.media_item_wrapper {
    margin: 1em auto;
}

.media_wrapper .player {
    background-color: #000;
}


/*controls*/

.controls_wrapper {
    margin: 1em 0;
    background-color: #89898b;
    height: 3em;
    position: relative
}

.media_controls {
    margin: 0;
    line-height: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.media_controls .media_button {
    position: relative;
    display: inline-block;
    font-size: inherit;
    padding: .6em;
    background: linear-gradient(#ffffff, #cccccc), #c9c5c9;
    border-radius: 0.5em;
    border: 0 solid #d0d0d0;
    width: 2em;
    height: 2em;
    margin-right: 0.65em;
    /*box-shadow: 0 0.18em 0.21em rgba(0, 0, 0, 0.4);*/
}

.media_controls .media_button:hover {
    background: linear-gradient(#f5f5f5, #b9b9b9), #c9c5c9;
}

.media_controls .media_button:before,
.media_controls .media_button:after {
    position: absolute;
    content: " ";
}

.media_controls .media_button:active {
    top: 0.10em;
    /*box-shadow: 0 0.06em 0.09em rgba(0, 0, 0, 0.4);*/
}

.media_controls .play:before {
    z-index: 2;
    top: 0.24em;
    left: 0.53em;
    width: 0;
    height: 0;
    border: 0.8em solid transparent;
    border-left-color: rgba(100, 100, 100, 0.8);
    border-left-width: 1.34em;
}

.media_controls .play:hover:before {
    border-left-color: rgba(36, 36, 36, 0.8);
}

.media_controls .stop:before {
    top: 0.42em;
    left: 0.42em;
    width: 1.21em;
    height: 1.21em;
    background: rgba(100, 100, 100, 0.8);
}

.media_controls .stop:hover:before {
    background: rgba(36, 36, 36, 0.8);
}

.media_controls .pause:before,
.media_controls .pause:after {
    height: 1.20em;
    width: 0.37em;
    left: 0.57em;
    top: 0.44em;
    display: block;
    background-color: rgba(100, 100, 100, 0.8);
}

.media_controls .pause:after {
    left: 1.12em;
}

.media_controls .pause:hover:before,
.media_controls .pause:hover:after {
    background-color: rgba(36, 36, 36, 0.8);
}

/*Audio player*/

.audio-player {
    width: 100%;
    height: 1.5em;
    margin: 0 auto;
    position: relative;
    background-color: #333;
    padding: 0 3.125em;
}




.audio-player .timeline {
    width: 100%;
    height: 0.75em;
    background-color: rgb(102, 102, 102);
    margin: auto;
    position: relative;
    top: 0.375em;
}

.buffer {
    position: absolute;
    top: 0;
    left: auto;
    background-color: rgb(238, 238, 238);
    height: 100%;
    width: 0%;
}

.progress {
    position: absolute;
    top: 0;
    background-color: rgb(0, 167, 200);
    width: 0%;
    height: 100%;
}

.duration {
    position: absolute;
    color: rgb(255, 255, 255);
    right: 0.6875em;
    top: 0.7em;
    margin: 0;
    font-size: 0.75em;
    height: 0.75em;
    display: block;
    padding: 0;
    line-height: 0.75em;
}

.elapsed-time {
    position: absolute;
    color: rgb(255, 255, 255);
    left: 0.6875em;
    top: 0.7em;
    margin: 0;
    font-size: 0.75em;
    height: 0.75em;
    display: block;
    padding: 0;
    line-height: 0.75em;
}

#rm-osm-target{
	height:500px;
}

.rm-osm-target-loading{
	height: 500px; 
	position: relative; 
	background: none repeat scroll 0% 0% rgb(238, 238, 238); 
	display: block;
}

.rm-osm-target-loading div,
#rm-osm-instance-loading .rm-osm-instance-loading-white{
	background:url(/images/icons/animated/loading24.gif) center center no-repeat;
	background-color:rgba(255, 255, 255, .7);
	background-size:24px 24px;
	-moz-background-size:24px 24px;
	display:block;
	width:50px;
	height:24px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-25px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#fff;
	text-shadow:#000 0 1px 1px;
	text-align:center;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:-15px;
}

#rm-osm-instance-loading{
	display:none;
	text-align: center;
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}
