/* Eiduco style v1.0*/ 


@font-face {
	font-family: 'Gruppo';
	src: url('../addon/fonts/Gruppo.woff') format('woff'), url('../addon/fonts/Gruppo.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'OpenSansCond';
	src: url('../addon/fonts/OpenSans-CondLight.woff') format('woff'), url('../addon/fonts/OpenSans-CondLight.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'time-normal';
	src: url('../addon/fonts/time-normal.woff') format('woff'), url('../addon/fonts/time-normal.ttf')  format('truetype');
}

/* scrollbar personalization (chrome)	*/
::-webkit-scrollbar {
	width: 6px;
}


::-webkit-scrollbar-track {
	background: #EFEFEF; 
	border-radius: 0px;
}
 

::-webkit-scrollbar-thumb {
	background: lightgrey; 
	border-radius: 10px;
}


::-webkit-scrollbar-thumb:hover {
	background: #b30000; 
}

/* 										 */

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
	/*
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	*/
}

body {
	font-family				: 'OpenSansCond';
	font-size				: 16px;
	color					: #777777;
	overflow				: hidden;
}


.hoverable{}
.hoverable:hover{
	cursor					: pointer; 
	color					: #1a6600;
}


video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}


audio::-internal-media-controls-download-button {
    display:none;
}

audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}



/* Classes that are being used several times thorough the HTML */
.generic_border {
		border-radius		: 4px;
		box-shadow			: 0 0 2px 1px rgba(0, 0, 0, 0.17);
		cursor				: pointer;
		margin				: 0;
		width				: 40px;
}

/* Fallback for web browsers that doesn't support RGBa */
.alpha60 {
    background				: rgb(0, 0, 0);
    background				: rgba(0, 0, 0, 0.3); /* RGBa with 0.6 opacity */
    filter					: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);/* For IE 5.5 - 7*/
    -ms-filter				: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);/* For IE 8*/
}
div#nowplayingbar{
	display: inline-block;
	height: 20px;
	margin: 0 30px;
}
div.play_border {
    margin					: 0px;
	display					: inline-block;
    border					: 1px solid #cecece;
    width					: 40px;
    cursor					: pointer;
	text-align				: center;
}

div.play_border:hover {
	-webkit-box-shadow		: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow				: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    border					: 1px solid #1a6600;    
	-webkit-transition		: all 0.2s ease;
    -moz-transition			: all 0.2s ease;
    -o-transition			: all 0.2s ease;
    -ms-transition			: all 0.2s ease;
    transition				: all 0.2s ease;
}
div.play_borderSmall {
    margin					: 0px;
    border					: 1px solid white;
    -webkit-border-radius	: 0%;
    -moz-border-radius		: 0%;
    border-radius			: 0%;
    width					: 30px;
    height					: 18px;
    -webkit-box-shadow		: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow			: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow				: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition		: all 0.5s ease;
    -moz-transition			: all 0.5s ease;
    -o-transition			: all 0.5s ease;
    -ms-transition			: all 0.5s ease;
    transition				: all 0.5s ease;
    cursor					: pointer;
	text-align				: center;
}

/*Mainwrapper and direct childs*/
div#MainWrapper{
	width					: 100%;
	height					: 100%;
	position				: fixed;
}
div#Header{
	position				: relative;
	display					: block;
	font-size				: 1em;
	width					: 100%;
	height					: 40px;
	overflow				: hidden;
	border-bottom			: 1px solid #1a6600;
	background				: #F9F9F9;
}
div#Header > div.button-live {
	border					: 1px solid green;
	color					: white;
	margin-right			: 50px;
	background-color		: #48A055;
	background-image		: -webkit-gradient(linear,left top,left bottom,from(#48A055),to(#2B7636));
    background-image		: -webkit-linear-gradient(top,#48A055 ,#2B7636);
    background-image		: -moz-linear-gradient(top,#48A055 ,#2B7636);
    background-image		: -ms-linear-gradient(top,#48A055 ,#2B7636);
    background-image		: -o-linear-gradient(top,#48A055 ,#2B7636);
    background-image		: linear-gradient(top,#48A055 ,#2B7636);
	font-family				: arial, helvetica, sans-serif;
}
div#Header > div.button-live:hover {
	border					: 1px solid #green;
	color					: white;
	background-color		: #52B260;
	background-image		: -webkit-gradient(linear,left top,left bottom,from(#52B260),to(#2B7636));
	background-image		: -webkit-linear-gradient(top,#52B260,#2B7636);
	background-image		: -moz-linear-gradient(top,#52B260 ,#2B7636);
	background-image		: -ms-linear-gradient(top,#52B260 ,#2B7636);
	background-image		: -o-linear-gradient(top,#52B260 ,#2B7636);
	background-image		: linear-gradient(top,#52B260 ,#2B7636);
	font-family				: arial, helvetica, sans-serif;
} 
div#Header > div.button-liveOff {
	border					: 1px solid grey;
	color					: white;
	background-color		: #aaa;
	font-family				: arial, helvetica, sans-serif;
}
div#LeftMainWrapper{
	overflow				: hidden;
	border-right			: 1px solid #1a6600;
	position				: relative;
	display					: inline-block;
	/*
	min-width				: 389px;
	max-width				: calc(100% - 152px);
	width					: 50%;
	*/
	width					: 100%;
	scrollbar-color: lightgrey #EFEFEF;
	scrollbar-width: thin;
}
div#LeftMainWrapper > div.resizer::before {
    color					: white;
    content					: "• • •";
    line-height				: 6px;
    margin-top				: -10px;
    position				: absolute;
    text-align				: center;
    top						: 50%;
}
div#LeftMainWrapper > div.resizer {
    background-color		: #1a6600;
    bottom					: 0;
    cursor					: ew-resize;
    font-size				: 0px;
	opacity					: 0;
    padding					: 0 1px;
    position				: absolute;
    right					: 0;
    top						: 0;
    width					: 10px;
}
div#LeftMainWrapper > div.resizer:hover {
	font-size				: 14px;
	opacity					: 1;
}

div#LeftMainWrapper > div.LeftSlidingPanel{ 
	width					: 0%;
	height					: 100%;
	overflow				: hidden;
	position				: absolute;
}
div#LeftMainWrapper > div.LeftSlidingPanelFullWidth{
	width					: 99.9%; 
	overflow				: hidden;
	height					: 98%;
}
div#LeftMainWrapper > div#LeftSlidingPanel > div#repo{
	border-width			: 0;
	transform				: none;
	display					: block;
	height					: 98%;
	box-shadow				: 5px 0 5px rgba(0, 0, 0, 0.15);
    width					: 0em;
}
div#LeftMainWrapper > div#LeftSlidingPanel > div#repo > div > div#closeRepButton{
	width					: 160px;
	font-size				: 1em;
	text-align				: center;
	margin-top				: 9px;
	margin-right			: 5.5%;
	float					: right;
}
div#LeftMainWrapper > div#LeftSlidingPanel > div#repo > div > div#accordion{
	width					: 90%;
	height					: 96%;
	overflow-x				: hidden;
	overflow-y				: hidden;
	margin					: 0 auto;
}
div#LeftMainWrapper > div#LeftSlidingPanel > div#repo > div > div#accordion > div#repositoryLocal > center > div#localVideos > div#localVideoDropped > div > video#localmedia{
	float					: left; 
	width					: 96%;
	border					: 1px dotted whitesmoke; 
	-webkit-border-radius	: 5px;
	-moz-border-radius		: 5px;
	border-radius			: 5px;
	max-height				: 78px;
}
div#dotSide > div.WrapperDynamic {
	background				: #eeeeee none repeat scroll 0 0;
	border-radius			: 3px;
	box-shadow				: 0 1px 2px 1px rgba(86, 86, 86, 0.57) inset;
	clear					: both;
	margin-top				: 4px;
	overflow				: hidden;
}
div#dotSide > div.WrapperDynamic:hover {
	cursor					: pointer;
	color					: green;
}
div#dotSide > div.dots{
	display					: none;
	text-align				: center; 
	margin-right			: 10px; 
	font-weight				: bold;
	color					: #4E4E4E;
}
div.RightMainWrapper{
	height					: calc(100% - 66px);
	margin					: 2px 0 2px 10px;
	border					: 0px dotted green; 
	overflow-y				: auto;
	position				: fixed;
	display					: none;
	overflow-x				: hidden;
	
	scrollbar-color: lightgrey #EFEFEF;
	scrollbar-width: thin;

}
/*div.RightMainWrapper > div#TextSide{
    overflow				: auto;								This is remmed because internet explorer was having trouble with positioning.
}*/
div.RightMainWrapper > div#TextSide > div.WrapperDynamic{
    border					: 1px solid rgb(128, 128, 128);
    clear					: both;
    margin-bottom			: 16px;
    margin-top				: 8px;
    overflow				: hidden;
    width					: 98%;
	border-radius			: 7px;
	margin-left				: 2px;
	background				: #EEEEEE;
}
input.titleAnnotation{
	border					: 1px solid rgba(0, 0, 0, 0.3);
	border-radius			: 3px;
	color					: #6a6a6a;
	float					: left;
	height					: 20px;
	left					: 7px;
	outline					: medium none;
	padding-left			: 3px;
	position				: relative;
	top						: 6px;
	width					: 40%;
	margin					: -1px 10px 0 0 ;
	color					: #3e3e3e;
	background				: #eee;
}
input.titleAnnotationFilled{
	background				: #f8f8f2 none repeat scroll 0 0;
	border					: 1px solid rgba(0, 0, 0, 0.3);
	border-radius			: 3px;
	color					: #6a6a6a;
	float					: left;
	height					: 20px;
	left					: 7px;
	outline					: medium none;
	padding-left			: 3px;
	position				: relative;
	top						: 6px;
	width					: 40%;
	margin					: -1px 10px 0 0 ;
}
input.titleAnnotationSaved{
	background				: #1a6600 none repeat scroll 0 0;
	border					: 1px solid rgba(0, 0, 0, 0.3);
	border-radius			: 3px;
	color					: #fbfbfd;
	float					: left;
	height					: 20px;
	left					: 7px;
	outline					: medium none;
	padding-left			: 3px;
	position				: relative;
	top						: 6px;
	width					: 40%;
	margin					: -1px 10px 0 0 ;
}

/* Video player div */
div.LeftContent{
	right					: 0.3%;
	width					: 99%; 
	overflow				: hidden;
	overflow-y				: auto;
	scrollbar-color			: lightgrey #EFEFEF;
	scrollbar-width			: thin;
}
div.VideoPlayerContainer{
	background				: #dddddd;
	border-bottom			: 1px dotted grey;
	color					: white;
	margin					: 0 auto;
	width					: 92%;
	position				: relative;
}
div.VideoPlayer{
	display					: block;
}
video.MainVideo{
	width					: 100%;
	min-height				: 245px;
}
div#subtitlesContainer{
	position				: absolute; 
	border					: 1px dotted grey;
	bottom					: 0px;
	width					: 100%;
	left					: 0%;
	min-height				: 60px;
	text-align				: center;
	display					: block;
}
p#subtitlesContainerText{
	line-height				: 1.1;
	font-size				: 2em;
	opacity					: 0.66;
}

/* Video player controls and edit */
div#VideoEditAndControls{
	border					: 0px dotted;
	width					: 92%;
	margin					: 15px auto 0 auto;
}

div#foldInButton {
	cursor					: pointer;
	font-size				: 18px;
	display					: block;
	position				: relative;
	top						: 0px;
	left					: 3px;
	width					: 0px;
	height					: 0px;
	color					: grey;
	margin-top				: 0px;
}

div#foldInButton:hover{
	
}
div.VideoControls{
	background				: #f1f1f1;
	padding					: 2px;
	width					: 100%;
	height					: 195px;
	overflow				: hidden;
	border-radius			: 12px 30px;
	margin					: 10px 0;
	box-shadow				: 0px 0px 7px 0px rgba(50, 50, 49, 0.3);
	color					: #777777;
}
div.VideoControls > div#orientationButtons{
	padding-left			: 10%;
	margin-top				: 4px;
}
.markerbutton {
	border					: 1px solid white;
    width					: 40px;
    height					: 18px;
    -webkit-box-shadow		: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow			: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow				: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    cursor					: pointer;
    text-align				: center;
	display					: inline-block;
}
.markerbutton:hover{
    border-color			: transparent;
    -webkit-box-shadow		: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow			: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow				: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
div#rewindButton{
	margin-left				: 15px;
	width					: 30px;
	
}
div#play{
	display					: inline-block;
}
div#forwardButton{
	left					: 195px;
	top						: 2px;
	width					: 30px;
}
div#VideoEdit{
	width					: 80%;
	border					: 0px dotted;
	height					: Auto;
	padding					: 2px;
	margin					: 2px auto 0;
}

div.VideoEditBox{
	background				: #d6d6cb none repeat scroll 0 0;
	border-radius			: 3px;
	
	height					: 90px;
	margin					: 26px 0 2px;
	overflow				: hidden;
	width					: 100%;
	box-shadow				: 1px 1px 4px 1px rgba(0, 0, 0, 0.27) inset;
	-webkit-box-shadow		: 1px 1px 4px 1px rgba(0, 0, 0, 0.27) inset;
	-moz-box-shadow			: 1px 1px 4px 1px rgba(0, 0, 0, 0.27) inset;
}

div.VideoEditBox > textarea.AnnotationTextArea{
	background				: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border					: 0 none;
	border-radius			: 3px;
	color					: #282828;
	height					: 96%;
	margin-left				: 7px;
	outline					: medium none;
	resize					: none;
	width					: 98%;
}
div.clearButtonActive{
	color					: white;
	background				: #D14836;
	border-color			: #D14836;
	float					: right;
	cursor					: default;
	margin-top				: 3px;
	padding-left			: 2px;
	padding-right			: 2px;
	width					: auto;
	font-size				: 14px;
}
div.clearButtonInActive{
	background				: grey none repeat scroll 0 0;
	border-color			: lightgrey;
	float					: right;
	color					: #c5bdbd;
	cursor					: default;
	margin-top				: 3px;
	padding-left			: 2px;
	padding-right			: 2px;
	width					: auto;
	font-size				: 14px;
}
div.saveButtonActive{
	background				: #4D90FE;
	border-color			: #4D90FE;
	color					: white;
	cursor					: default;
	margin-top				: 3px;
	padding-left			: 2px;
	padding-right			: 2px;
	width					: auto;
	font-size				: 14px;
}

div.saveButtonInActive{
	background				: grey none repeat scroll 0 0;
	border-color			: lightgrey;
	color					: #c5bdbd;
	cursor					: default;
	margin-top				: 3px;
	padding-left			: 2px;
	padding-right			: 2px;
	width					: auto;
	font-size				: 14px;
}



div#TimeStart1{
	border-bottom			: 2px solid #89954a;
	font-family				: "time-normal";
	font-size				: 14px;
	height					: 18px;
	padding					: 0 4px;
	text-align				: center;
}
div.TimeStampStart1{
	position				: relative;
	top						: 3px;
	left					: 4px;
	background				: #393939;
	border-radius			: 2px;
	line-height				: 20px;
	text-align				: center;
	height					: 20px;
	min-width				: 60px;
	color					: #eee;
	float					: left;
	margin					: 0 4px 0 0;
}



div#TimeEnd1{
	border-bottom			: 2px solid #840909;
	font-family				: "time-normal";
	font-size				: 14px;
	height					: 18px;
	padding					: 0 4px;
	text-align				: center;
	}

div.TimeStampEnd1{
	position				: relative;
	top						: 3px;
	left					: 4px;
	background				: #393939;

	border-radius			: 2px;
	line-height				: 20px;
	text-align				: center;
	height					: 20px;
	min-width				: 60px;
	color					: #eee;
	float					: left;
	margin					: 0 0 4px 0;
}

div#speedButtons{
	float					: right;
	margin-right			: 5px;
	margin-top				: 2px;
	width					: 60px
}
div#speed{
	float					: right;
	margin-top				: 2px;
	width					: 60px;
}
div#textContainerTimespeeds{
	bottom					: -45px;
	font-size				: 13px;
	overflow				: hidden;
	text-align				: center;
	width					: 100%;
}
.button-grey {
	border					: 1px solid #ccc;
	color					: #000000;
	background-color		: #E8E8E8;
	font-family				: arial, helvetica, sans-serif;
	cursor					: pointer;
}
.button-grey:hover {
	border					: 1px solid #bbb;
	color					: darkgreen;
	background-color		: #E8E8E8;
	font-family				: arial, helvetica, sans-serif;
	cursor					: pointer;
} 
.button-green {
	border					: 1px solid green;
	color					: white;
	background-color		: #1a6600;
	font-family				: 'Gruppo', sans-serif;
}
.button-green:hover {
	color					: #b3b300;
	background-color		: #0D5F04;
	font-family				: 'Gruppo',  sans-serif;
}


div#VideoFunctionsContainer{
	width					: 99%;
	height					: 30px;
	color					: white;
	font-size				: 0.8em;
	text-align				: center;
	margin-top				: 5px;
}
.play_button {
    position				: relative;
    top						: 4px;
    left					: 40%;
    width					: 0;
    height					: 0;
    border-top				: 6px solid transparent;
    border-bottom			: 6px solid transparent;
    border-left				: 10px solid green;
} 
.generic_button {
    position				: relative;
    top						: 0px;
    width					: 2;
    height					: 0;
	color					: orange;
	font-size				: 15px;
	font-family				: arial;
	text-align				: center;
}
.positionAnnotationButtons{
	text-align				: center;
	width					: 28px;
	color					: lightgrey;
}

div#VideoEditAndControlsSmall{
	border					: 0px dotted;
	width					: 92%;
	margin					: 0 auto;
	text-align				: center;
	margin-top				: 15px;
}


div#foldOutButton{
	cursor					: pointer;
	margin-left				: 2px;
	color					: grey;
	float					: left;
}
div#foldOutButton:hover{
	color					: #cccccc;
}
div.VideoControlsSmall{
	width					: 100%;
}
div.markerbuttonSmall {
		cursor				: pointer;
		float				: left;
		height				: 18px;
		margin				: 2px 0 0 10px;
		width				: 60px;
}
div.markerbuttonSmall:hover .fa-map-marker{
	color					: #FF7B00;
}
div#rewindButtonSmall{
	width					: 25px;
	display					: inline-block;
}
div#forwardButtonSmall{
	width					: 25px;
	display					: inline-block;
}
div#VideoEditSmall{
	width					: 100%;
	height					: 43px;
	display					: inline-block;
}
div.TimeStampStart1Small{
	background				: #333232;
	-webkit-border-radius	: 2px;
	-moz-border-radius		: 2px;
	border-radius			: 2px;
	min-width				: 76px;
	color					: #eee;
	cursor					: pointer;
	display					: inline-block;
	float					: right;
	margin-right			: 5px;
}
div.VideoEditBoxSmall{
	background				: #d6d6cb;
	border-radius			: 3px;
	height					: 41px;
    width					: 100%;
	-webkit-box-shadow		: inset 6px 6px 5px -4px rgba(0,0,0,0.75);
	-moz-box-shadow			: inset 6px 6px 5px -4px rgba(0,0,0,0.75);
	box-shadow				: inset 6px 6px 5px -4px rgba(0,0,0,0.75);
}
div.VideoEditBoxSmall > textarea.AnnotationTextAreaSmall{
	background				: none;
	width					: calc(100% - 10px);
	height					: 91%;
	outline					: none;
	border					: 0px;
	resize					: none;
	margin-left				: 3px;
    margin-top				: 3px;
	font					: 12px Arial,Helvetica;
	color					: #444;
	border-radius			: 3px;
}
div.clearButtonActiveSmall{
	color					: #c5bdbd;
	font-size				: 10px;
	background				: #D14836;
	border-color			: #D14836;
	cursor					: pointer;
	float					: right;
	margin-top				: 5px;
}
div.clearButtonInActiveSmall{
	background				: grey;
	border-color			: lightgrey;
	cursor					: default;
	color					: #c5bdbd;
	font-size				: 10px;
	float					: right;
	margin-top				: 5px;
}
div.saveButtonInActiveSmall{
	color					: #c5bdbd;
	background				: grey;
	border-color			: lightgrey;
	cursor					: default;
	font-size				: 14px;
	height					: 20px;
	padding-left			: 2px;
	padding-right			: 2px;
	float					: right;
	display					: inline-block;
}
div.saveButtonActiveSmall{
	color					: #EAECEE;
	background				: #4D90FE;
	border-color			: #4D90FE;
	cursor					: pointer;
	font-size				: 14px;
	height					: 20px;
	padding-left			: 2px;
	padding-right			: 2px;
	float					: right;
	display					: inline-block;
}
.TimeStampEndSmall{
	background				: #840909;
    -webkit-border-radius	: 2px;
    -moz-border-radius		: 2px;
    border-radius			: 2px;
	line-height				: 20px;
	z-Index					: 10;
	min-width				: 60px;
	color					: #eee;
	margin-top				: 2px;
	cursor					: pointer;
	font-weight				: bold;
}
div.TimeStampEnd1Small{
	background				: #333232;
	-webkit-border-radius	: 2px;
	-moz-border-radius		: 2px;
	border-radius			: 2px;
	line-height				: 20px;
	color					: #eee;
	cursor					: pointer;
	display					: inline-block;
	float					: right;
	margin-right			: 10px;
	min-width				: 76px;
}
div#speedSmall{
	width					: 60px;
	margin-right			: 10px;
}
div#textContainerTimespeedsSmall{
	font-size				: 0.7em; 
	color					: lightgrey;
	font-face				: arial;
	display					: inline-block;
}
div#VideoFunctionsContainerSmall{
	width					: 99%;
	height					: 30px;
	color					: white;
	font-size				: 0.8em;
	text-align				: center;
	margin-top				: 5px;
}
.play_buttonSmall {
    position				: relative;
    top						: 4px;
    left					: 40%;
    width					: 0;
    height					: 0;
    border-top				: 6px solid transparent;
    border-bottom			: 6px solid transparent;
    border-left				: 10px solid green;
} 
.generic_buttonSmall {
    position				: relative;
    top						: 0px;
    width					: 2;
    height					: 0;
	color					: orange;
	font-size				: 15px;
	font-family				: arial;
	text-align				: center;
}
.positionAnnotationButtonsSmall{
	text-align				: center;
	width					: 28px;
	color					: lightgrey;
}
#speedSectionSmall{
	display					: inline-block;
	float					: right;
}
/* full screen */
div.VideoEditBoxFull{
	background				: #d6d6cb;
	border-radius			: 3px;
	height					: 99%;
    width					: 90%;
	max-width				: 700px;
	-webkit-box-shadow		: inset 0px 0px 14px -6px rgba(0,0,0,0.75);
	-moz-box-shadow			: inset 0px 0px 14px -6px rgba(0,0,0,0.75);
	box-shadow				: inset 0px 0px 14px -6px rgba(0,0,0,0.75);
	margin					: 0 auto;
}
div.VideoEditBoxFull > textarea.AnnotationTextAreaFull{
	background				: none;
	width					: calc(100% - 10px);
	height					: 97%;
	outline					: none;
	border					: 0px;
	resize					: none;
	margin-left				: 3px;
    margin-top				: 3px;
	font					: 16px Arial,Helvetica;
	color					: #000;
	border-radius			: 3px;
}

div.VideoEditFull {
	height					: 710px;
	border-top				: 1px solid lightgrey;
	padding-top				: 12px;
	box-shadow				: -2px 10px 6px -8px rgba(0, 0, 0, 0.35) inset;
}




/*This is the styling for the Options menu */
div#screenDivision{
	float					: left;
	cursor					: pointer;
}
div#screenDivision > div#screenDivisionTag{
	height					: 18px;
	line-height				: 18px;
	width					: 88px;
}
/*this is the styling for the annotation areas*/
textarea#Transcript{
	background				: #5e5e5e ;
	border-radius			: 4px;
	color					: #f7f5bf;
	margin-left				: 2px;
	border					: 1px solid black;
}
div#Transcript{
	background				: #5e5e5e ;
	border-radius			: 4px;
	color					: #f7f5bf;
	margin-left				: 2px;
	border					: 1px solid black;
	padding					: 5px;
	outline					: none;
	width					: 80%;
	height					: 80%;
	margin-top				: 30px;
}
/*this is the styling for the subtitle annotation page.*/
table#subtitleTable{
	background				: #5e5e5e  none repeat scroll 0 0;
	border					: 1px solid black;
	border-radius			: 4px;
	color					: #f7f5bf;
	margin-left				: 2px;
	margin-top				: 30px;
	outline					: medium none;
	padding					: 5px;
	width					: 95%;
	border-collapse			: collapse;
}
th{
	border					: 1px solid lightgrey;
	text-align				: center;
}
td{
	border					: 1px solid lightgrey;
	text-align				: center;
	height					: 16px;
}
#addSubInputField{
	font-weight				: bold;
	font-size				: 15px;
	background-color		: #7c7c7c;
}
#addSubInputField:hover{
	background-color		: #666666;
	cursor					: pointer;
}
#subtitleTable input {
	background				: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border					: medium none;
	color					: #f7f5bf;
	text-align				: center;
	width					: 100%;
}
#subtitleTable textarea {
	background				: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border					: medium none;
	color					: #f7f5bf;
	overflow-y				: hidden;
	resize					: none;
	width					: 100%;
	white-space				: pre-wrap;
}
#subtitleTable .unSaved{
	background				: rgba(255,0,0,0.1);
}
#subtitleTable .saved{
	background				: rgba(0,255,0,0.3);
}
p { 
	line-height				: 0.8;
}




.fa-csvdc {
color:lightgrey;
}
.fa-csvdc:hover{
color:orange;
}
.fa-csvdc-g {
color:grey;
}
.fa-csvdc-g:hover{
color:orange;
}

.fa-csvdc-y:hover{
color:#1a6600;
}

.fa-csvdc-users {
color:lightgrey;}
.fa-csvdc-users:hover{
color:yellow;
}

div.LeftContentWithLivetags{
position:absolute;right:0.3%;width:81.5%; overflow:hidden;height:98%;
}

div.LiveTagsWrapperClosed{
position:absolute;
margin-top:2px;padding:4px;height:100%;margin-right:1%;width:0%;background:#cccccc;display:none;border-right:1px solid #666666;color:#ffffff;overflow-y:scroll;
}

div.LiveTagsWrapperOpen{
position:absolute;
margin-top:2px;padding:4px;height:100%;margin-right:1%;width:9%;background:#cccccc;display:block;border-right:1px solid #666666;color:#ffffff;overflow-y:scroll;
}

.buttonSaveCanc{position:absolute;bottom:0px;font-size:0.7em;overflow:hidden;line-height:1.5em;width:40px;text-align:center;font-family:arial;color:white;}

div.RightMainWrapperVerticalTile{
	position:absolute;
	width:80%;
	min-height:10px;
	height:90%;
	margin:2px;
	border:0px dotted green; 
	left:10%;
	top:85%;

}

/*div#Header{
position:relative;
display:block;
color:white;
font-size:1em;
width:100%;
background:#888888;
height:40px;
overflow:hidden;
border-bottom:1px solid grey;
}
*/

div#footer{
	background:#eeeeee;
	position:absolute;width:100%;
	height:22px;
	line-height:20px;
	color:#1a6600;
	text-align:center;
	font-size:10px;
	border-top:1px solid #1a6600;
	bottom:0px;
	letter-spacing:1px;
}

div.VideoPlayerContainerSmallest{
position:absolute;width:60%;max-width:60%;border:0px dotted  grey;top:3.2em;left:20%;height:36%;color:white;
}
div.VideoPlayerContainerSmaller{
position:absolute;width:70%;max-width:70%;border:0px dotted  grey;top:3.2em;left:15%;height:38%;color:white;
}
div.VideoPlayerContainerBigger{
position:absolute;width:90%;max-width:90%;border:0px dotted  grey;top:3.2em;left:5%;height:45%;color:white;
}
div.VideoPlayerContainerBiggest{
position:absolute;width:98%;max-width:98%;border:0px dotted  grey;top:3.2em;left:1%;height:50%;color:white;
}

div.playcontrols {   
  background: #aaaaaa;
  border: 1px solid #aaa;
  min-height: 44px;
  width: 96%;
  margin: 0 auto;
  /* padding-top: 5px; */
  /* margin-top: 2px; */
  /* margin-bottom: 6px; */
  border-radius: 3px;
  text-align: center;
  /* line-height: 16px; */
  /* vertical-align: top; */}

select#speedSelect{
  width: 62px;
  text-align: center;
  font-weight: bold;
  height: 30px;
  padding-top: 2px;
  height:30px;
  margin-top:3px;
  background:#ccc;
  color:#888888;
}

select#speedSelect > a:after {
    border-color: #FF0000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.buttonSaveCanc{position:absolute;bottom:0px;font-size:0.7em;overflow:hidden;line-height:1.5em;width:40px;text-align:center;font-family:arial;color:white;}
.buttonPlayer{position:absolute;font-size:0.7em;overflow:hidden;line-height:1.5em;width:40px;text-align:center;font-family:arial;color:white;top:3px}

.Settings_Box {
    margin:0px;
    border: 1px solid #66afe9;
	border: 1px solid grey;
	background:#515152;
    -webkit-border-radius: 2%;
    -moz-border-radius: 2%;
    border-radius: 2%;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0, 0.6);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0, 0.6);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0, 0.6);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    cursor: pointer;
}

.globalsearch_Box {
    margin:0px;
    border: 1px solid #66afe9;
    border: 1px solid grey;
    background:#515152;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0, 0.6);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0, 0.6);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0, 0.6);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    cursor: pointer;
}

.globalSearchField{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #c8c8c8 #c8c8c8 #d2e2e7;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    display: block;
    font-size: 1.1em;
    height: 34px;
    padding-left: 7px;
    width: 98%;
}

.globalSearchFieldError{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: orange;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #ccc;
    display: block;
    font-size: 1.1em;
    height: 34px;
    padding-left: 7px;
    width: 98%;
}

.globalSearchField-btn{
background: transparent url("/img/search.png") no-repeat scroll left top;
    border: 0 none;
    cursor: pointer;
    height: 32px;
    opacity: 0.35;
    position: absolute;
    right: 3%;
    top: 6px;
    width: 32px;
}

div.annotationButtons{cursor:pointer;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;text-align:center;line-height:18px;color:lightgrey;font-weight:bold;float:right;margin-top:4px;margin-right:13px;}



/* older css */

span.highlightYellow {
    background-color: yellow;
}

.dhover{
background-color: green;
}

div.spacerDiv{
width:97%;margin-left:1%;margin-top:0px;float:left;height:12px; border-bottom:0px solid green;margin-bottom:3px;
}

div.positionHighlighter{
	background: none repeat scroll 0 0 #405b73;
    border-radius: 1px;
    border-top: 1px solid yellow;
    color: black;
    float: right;
    height: 10px;
    line-height: 10px;
    margin-right: 20px;
    margin-top: 11px;
    padding: 0;
    text-align: left;
    width: 100%;
}

.caret {
    color:#1a6600;
    font-size: 18px;
    left: 0;
    opacity: 0.4;
    position: absolute;
}

div.puppet{
margin-left:3px;margin-top:4px;float:left;height:20px;width:20px;padding:0px;text-align:left;color:black;display:block;
}


div.cliplet{
float:left;
width:49%;
border-right:1px dotted grey;
}


div.colorbox{
float:left;
margin-right:6px;
}
a.linkbiggersmaller{color:white;font-size:16px;}

a.linkbiggersmaller:hover{color:yellow;font-size:16px;}


div.liveEvent{
background: rgb(125,126,125);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1)));
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
position:relative;width:98%;min-height:28px;float:left;color:#eee;text-align:left;font-size:90%;
border:1px solid #aaa;margin-bottom:16px;
padding:1%;
}



div#help{
position:absolute;
display:none;
width:75%;
height:75%;
z-Index:1001;
background:whitesmoke;
border:6px solid gainsboro;
left:12.5%;
top:10%;
padding:15px;
line-height:18px;
}

div.Wrapper{
width:99%;
overflow:hidden;
margin:0 auto;
display:block;

}

div.WrapperInner{
width:90%;
overflow:hidden;
margin:0 auto;
display:block;
}

.metaSaved{
display:none;float:right;background:white;border:1px solid green;color:green;width:50px;height:16px;border-radius:3px;margin-top:3px;line-height:16px;text-align:center;
}

.tab{
width:100px;
display:inline-block;
border:1px solid white;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
height:20px;
text-align:center;
font-size:11px;
float:left;
margin-right:15px;
margin-top:3px;
line-height:22px;
    border: 1px solid rgba(255, 255, 255, 0.1)  ;
    background-color: whiteSmoke  ;
    cursor: default;
	font-family: arial, helvetica, sans-serif;
}


.tab2{
	border: 1px solid rgba(255, 255, 255, 0.1);
	cursor: pointer;
	display: inline-block;
	margin-top: 4px;
	padding: 2px;
	text-align: center;
}


.tabSmall{
	min-width:50px;
	max-width:50px;
	display:inline-block;
	border:1px solid white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height:28px;
	text-align:center;
	font-size:11px;
	float:left;
	margin-right:15px;
	margin-top:3px;
	line-height:28px;
	padding-top:4px;
    border: 1px solid rgba(255, 255, 255, 0.1)  ;
    background-color: whiteSmoke  ;
    cursor: default;
	font-family: arial, helvetica, sans-serif;
}

.tab3{
	min-width:70px;
	max-width:80px;
	display:inline-block;
	border:1px solid white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height:28px;
	text-align:center;
	font-size:11px;
	float:left;
	margin-right:15px;
	margin-top:3px;
	line-height:28px;
    border: 1px solid rgba(255, 255, 255, 0.1)  ;
    background-color: whiteSmoke  ;
    cursor: default;
	font-family: arial, helvetica, sans-serif;
	padding-top:4px;
}


		
.closerepo {
	display: block;
	min-width: 120px;
	max-width:150px;
	float:left;
	text-align: center;
	color: white;
	font-size: 11px;
	font-weight: bold;
	height: 28px;
	line-height:25px;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:12px;
	margin-right:3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid gainsboro  ;
	border: 1px solid rgba(0, 0, 0, 0.1)  ;
	background:#ccc;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #636364;
	color: white ;
	background-color: #949496  ;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#949496  ),to(#646465  ));
	background-image: -webkit-linear-gradient(top,#949496  ,#646465  );
	background-image: -moz-linear-gradient(top,#949496  ,#646465  );
	background-image: -ms-linear-gradient(top,#949496  ,#646465);
	background-image: -o-linear-gradient(top,#949496  ,#646465  );
	background-image: linear-gradient(top,#949496  ,#646465  );
	font-family: arial, helvetica, sans-serif;
	
    }

.tabmm{
	min-width:30%;
	max-width:130px;
	display:inline-block;
	border:1px solid white;
	border-radius: 5px;
	height:28px;
	text-align:center;
	font-size:11px;
	margin-top:3px;
	margin-bottom:10px;
	line-height:28px;
	border: 1px solid rgba(255, 255, 255, 0.1)  ;
	background-color: whiteSmoke  ;
	cursor: default;
	font-family: arial, helvetica, sans-serif;
	padding-top:4px;
		padding-bottom:4px;
}

.tab_blue{

	margin:0 auto;
	min-width:100px;
	max-width:100px;
	border:1px solid white;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	height:20px;
	background:#000080;

	text-align:center;
	font-size:11px;
}

div#CenterWrapperUnfold{
	display:none;
	background:#a3a3a3;
	z-Index:1000;
	position:relative;
	top:100px;line-height:38px;text-align:center;width:14px;border:1px solid white;
	border-left:0px;height:38px;
	border-top-right-radius:4px;border-bottom-right-radius:4px;
}

div#CenterWrapperUnfold:hover{
	background-color: #4D90FE  ;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe  ),to(#4787ed  ));
	background-image: -webkit-linear-gradient(top,#4d90fe  ,#4787ed  );
	background-image: -moz-linear-gradient(top,#4d90fe  ,#4787ed  );
	background-image: -ms-linear-gradient(top,#4d90fe  ,#4787ed  );
	background-image: -o-linear-gradient(top,#4d90fe  ,#4787ed  );
	background-image: linear-gradient(top,#4d90fe  ,#4787ed  );

}

div.WrapperEdit{
	width:100%;
	overflow:hidden;
	margin:0 auto;
	display:none;
}
.DGreen{
background: #D0CCB9;
}
.DWhite{
background: #EEEEEE;
}
.WrapperDynamicIndent {
    display: block;
    max-width: 80%;
    position: relative;
    margin-left: 19%;
    margin-right: 3%;
	float:right;

	}

.AttachmentBar {
   

    margin: 10px auto;
    overflow: hidden;
    position: relative;
    width:95%;
	background:rgba(170,170,170,0.8);
	padding:3px;
	
	}




div.WrapperChapter{
		position:relative;
		width:97%;
		border:1px solid grey;
		overflow:hidden;
		margin-top:8px;
		margin-bottom:18px;
		clear:both;
		margin-bottom:22px;
		border-radius:7px;
/* 		-webkit-box-shadow: 2px 2px 6px 3px rgba(38,37,38,0.8);
		-moz-box-shadow: 2px 2px 6px 3px rgba(38,37,38,0.8);
		box-shadow: 2px 2px 6px 3px rgba(38,37,38,0.8); */
		margin-left:2px;
		background: #4F79A4;
		overflow:hidden;
}


div.WrapperTag{
	position:relative;
	width:97%;
	border:1px solid grey;
	overflow:hidden;
	margin-left:2px;
	margin-top:8px;
	margin-bottom:22px;
	border-radius:7px;
/* 	-webkit-box-shadow: 2px 2px 6px 3px rgba(38,37,38,0.8);
	-moz-box-shadow: 2px 2px 6px 3px rgba(38,37,38,0.8);
	box-shadow: 2px 2px 6px 3px rgba(38,37,38,0.8); */
	margin-left:2px;
	background:#BCC;
	clear:both;
	overflow:hidden;
}

div.WrapperLiveTagImportant{
		background: #F9F012 none repeat scroll 0 0;
		border: 1px solid grey;
		border-radius: 7px;
		clear: both;
		margin-bottom: 22px;
		margin-left: 2px;
		margin-top: 8px;
		overflow: hidden;
		position: relative;
		width: 97%;
		height: 25px;
		width: 40%;
}




div.WrapperMarker{

width:97%;
border:0px solid grey;
margin-top:8px;
margin-bottom:25px;
height:32px;
clear:both;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;   
 border-radius: 2px;
border-bottom:1px solid #BCC;
border-top:1px solid #BCC;

margin-left:0px;

}



div.sideButton{
position:relative;

height:38px;
width:40px;
float:right;
background: rgb(207,231,250);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmZTdmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MzkzYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(207,231,250,1) 0%, rgba(99,147,193,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,231,250,1)), color-stop(100%,rgba(99,147,193,1)));
background: -webkit-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%);
background: -o-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%);
background: -ms-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%);
background: linear-gradient(to bottom,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 );

}

div.WrapperDynamicCustom{
position:relative;
min-width:300px;
max-width:600px;
border:0px solid red;
overflow:hidden;
padding-left:6px;
margin-top:6px;

}

div.liveTag50{
position:relative;
width:29%;
height:24px;
float:right;
font-size:21px;
background:#eee;
line-height:24px;
text-align:center;
color:#666;
border:1px solid #eee;
border-radius: 2px;
margin-top:2px;
margin-right:2px;
}


div.liveTag{
position:relative;
width:98%;
float:left;
font-size:9px;
background:#eee;
color:#666;
border:1px solid #eee;
border-radius: 2px;
padding-left:2px;
margin-top:2px;
cursor:pointer;
min-height:22px;
line-height:22px;
}

div.liveTagQ{
position:relative;
width:98%;
float:left;
font-size:9px;
background:#85AAEE;
color:whitesmoke;
border:1px solid #5E84C8;
border-radius: 2px;
padding-left:2px;
margin-top:2px;
cursor:pointer;
min-height:22px;
line-height:22px;
}

div.liveTagA{
position:relative;
width:98%;
float:left;
font-size:9px;
background:#5EC87F;
color:whitesmoke;
border:1px solid #388F53;
border-radius: 2px;
padding-left:2px;
margin-top:2px;
cursor:pointer;
min-height:22px;
line-height:22px;
}

div.liveTagI{
position:relative;
width:98%;
float:left;
font-size:9px;
background:#D16666;
color:whitesmoke;
border:1px solid #9B4646;
border-radius: 2px;
padding-left:2px;
margin-top:2px;
cursor:pointer;
min-height:22px;
line-height:22px;
}

div.liveTagOpen{
position:relative;
width:100%;
float:left;
font-size:11px;
background: url('../img/bookmark.png')  no-repeat right #EBEE18;
color:black;
border:1px solid #EBEE18;
border-radius: 2px;
padding-left:2px;
margin-top:2px;
cursor:pointer;
min-height:26px;
line-height:26px;
font-weight:bold;
margin-left:2px;
}



div.videoClipWrapper{

    background: none repeat scroll 0 0 rgb(115, 115, 115);
    border-top: 1px dotted rgb(128, 128, 128);
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.8) inset;
    display: none;
    float: left;
    overflow: hidden;
    padding-top: 10px;
    text-align: left;
    width: 99.9%;
}

.videoClipped{
margin-left:12px;
margin-top:0px;
margin-right:10px;
width:90%;
z-Index:10003;
float:left;

}

.audioClipped{
margin: 0 auto;
margin-top:3px;
border:2px solid #eee;
z-Index:10003;
width:90%;
}

a.timeStart{
color:red;
}

a.timeEnd{
color:green;
}

.eiInline{display:inline-block}

.eiTimeStampEnd{
	border-bottom: 2px solid #840909;
	border-radius: 2px;
	color: #840909;
	cursor: pointer;
	font-family: "time-normal";
	font-size: 12px;
	text-align: center;
	width: 78px;
	
}

.itemSnapBtn{
	background: transparent;
	color: grey;
	float: right;
	font-size: 16px;
	height: 20px;
	margin: 2px -10px 0 0;
	text-align: center;
	width: 20px;
}


.itemDeleteBtn{
	background: white none repeat scroll 0 0;
	/* border: 1px solid #b8b8b8; */
	color: grey;
	float: right;
	font-size: 16px;
	height: 20px;
	margin: 2px -10px 0 0;
	text-align: center;
	width: 20px;
}
.itemDeleteBtn:hover{
	background:#d14836;
	color:white;
	cursor:pointer;
	border: 1px solid #b8b8b8;
}

.itemDeleteBtnMarked{
	background: #d14836 none repeat scroll 0 0;
	border: 1px solid #8c0000;
	color: white;
	float: right;
	font-size: 16px;
	height: 20px;
	margin: 2px -10px 0 0;
	text-align: center;
	width: 20px;
}

.itemOpenNewWin{
	background: white none repeat scroll 0 0;
	/* border: 1px solid #b8b8b8; */
	color: grey;
	float: right;
	font-size: 16px;
	height: 20px;
	margin: 2px -10px 0 0;
	text-align: center;
	width: 20px;
}

.itemOpenNewWin:hover{
	cursor:pointer;
	background:#EFEFEF;
}

.eiTimeStampStart{
	border-bottom: 2px solid green;
	border-radius: 2px;
	color: #1a6600;
	cursor: pointer;
	font-family: "time-normal";
	font-size: 12px;
	margin: 0 4px 0 0;
	text-align: center;
	width: 78px;
	
}

.eiTimeStampCircleGreen {
	height: 70px;
	width: 70px;
	vertical-align: middle;
	border: 1px solid #1a6600;
	padding: 27px 0;
}

.eiTimeStampCircleMarker {
	height: 70px;
	width: 70px;
	vertical-align: middle;
	border: 1px solid orange;
	padding: 27px 0;
}

.eiTimeStampStartMarker{
	background: orange none repeat scroll 0 0;
	font-family:'time-normal';
	border-radius: 2px;
	color: #ffffff;
	cursor: pointer;
	font-size: 12px; 
	width: 78px;
	text-align: center;	
	margin: 0 4px 0 0;
}

.eiTimeStampEndMarker{
	display:none;
}

.eiTimeStampStartSlide{
	background: #1a6600 none repeat scroll 0 0;
	font-family:'time-normal';
	border-radius: 2px;
	color: #ffffff;
	cursor: pointer;
	font-size: 12px; 
	width: 78px;
	text-align: center;	
	margin: 0 4px 0 0;
}


.TimeStampStartChapter
{
	border-bottom: 1px solid #a4a7aa;
	border-top: 1px solid #a4a7aa;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	margin: 0 10px;
}

.eiInputTitlte {
	color: #3e3e3e;
	height: 20px;
	line-height: 16px;
	margin: 2px auto 0px;
	outline: medium none;
	padding-left: 3px;
	width: 60%;/**/ 
	border: 1px solid lightgrey;
}

.eiInputTitlte:focus {
	border: 1px solid grey;
	color: #444444;
	background-color:#FFFEE1;
}

.eiInputTitlte:hover {
	color: #444444;
	background-color:#FFFEE1;
}


.eiViewSnap{
	color: #A6A6A6;
	display: block;
	font-size: 20px;
	margin:0 4px 0 0;
	text-align: center;
	background-color: transparent;
	margin-bottom: 5px;
}

.eiEditAnn{
	color: #A6A6A6;
	float: right;
	font-size: 20px;
	margin:0 4px 0 0;
}

.eiExpandAnn{ 
	color: #A6A6A6;
	float: left;
	font-size: 20px;
	margin:0 4px 0 0;
}

.TimeStampContainerTag
{
		position:relative;
		left:5px;

		top:3px;
		float:left;
		text-align:center;
		color:#3A4992;
		margin-top:2px;
		cursor:pointer;
		font-size:12px;
		border-top: 1px solid #A4A7AA; 
		border-bottom: 1px solid #A4A7AA; 
}

.TimeStampStartCustom{
position:relative;

z-Index:11;
text-align:center;
height:20px;
min-width:72px;
color:green;
margin-top:2px;
cursor:pointer;
}

.TimeStampStartCustom2{
position:relative;
border: 0px;
border-bottom: 1px solid blue;
border-right: 1px solid blue;
z-Index:11;
text-align:center;
height:20px;
min-width:72px;
color:#eeeeee;
margin-top:6px;
cursor:pointer;
}

.TimeStampStartCustom3{
position:relative;
border: 0px;
border-bottom: 1px solid orange;
border-right: 1px solid orange;
z-Index:11;
text-align:center;
height:20px;
min-width:72px;
color:#eeeeee;
margin-top:6px;
cursor:pointer;
}





.TimeStampStartMainPage{
position:relative;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border: 2px solid #ccc;
border-right: 0px ;
background:#eee;
z-Index:11;
text-align:center;
height:20px;
min-width:70px;
color:green;
top:5px;
}

.TimeStampEndMainPage{
position:relative;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border: 2px solid #ccc;
border-left: 0px ;
background:#fff;
z-Index:10;
text-align:center;
height:20px;
min-width:70px;
color:red;
top:5px;
left:-2px;
float:left;
}



input.TimeInputS{

	background: none repeat scroll 0 0 rgb(164, 179, 87);
	border: 0 solid red;
	color: yellow;
	font-size: 12px;
	max-width: 70px;

}

input.TimeInputE{
	background: #840909 none repeat scroll 0 0;
	border: 0 solid red;
	color: yellow;
	font-size: 12px;
	max-width: 70px;

}


textarea.textCoolD{
     position:relative;
	width: 90%;
	margin-top:6px;
	float:left;
	background:white;
	margin-left:-2px;
	min-height: 28px;
	border: 1px solid #ccc;
	font-family: arial;
	font-size: 14px;
	padding: 5px;
	color:#000;
	outline:none;
	resize: none; 
	
	
}

textarea.textCoolSmall{
    position:relative;
	width: 69%;
	margin-top:6px;
	float:left;
	background:whitesmoke;
	margin-left:2px;
	max-height: 20px;
	border-bottom:1px solid #ccc;
	font-family: arial;
	font-size: 12px;
	padding: 5px;
	color:#aaa;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	outline:none;
	resize: none; 
	
	
}

.Duration{
	position:relative;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	width: 67%;
	margin-top:-1px;
	margin-left:75px;
	float:left;
	border: 1px solid #ccc;
	border-top: 1px solid #ccc ;
	line-height:26px;
	background:#424242;
	z-Index:10;
	text-align:left;
	max-height:26px;

	color:#eee;
	font-size:10px;
}

.DurationDoubled{
	position:relative;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	width: 67%;
	margin-top:-1px;
	margin-left:75px;
	float:left;
	border: 1px solid #ccc;
	border-top: 1px solid #ccc ;
	line-height:26px;
	background:#424242;
	z-Index:10;
	text-align:left;
	min-height:96px;
	max-height:96px;

	color:#eee;
	font-size:10px;
}

div.textCoolD{

    position:relative;
    width: 92%;
    float:left;
    margin-left:0px;
    min-height: 48px;
    max-height:320px;
    font-family: arial;
    font-size: 12px;
    padding: 8px;
    color:#6a6a6a;
    overflow-y:auto;
    line-height:150%;
    outline:none;
    
    
}

div.textCoolDChapter{
    float: left;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    left: 5%;
    margin-top: 5px;
    overflow-y: auto;
    position: relative;	
}


div.textCoolDTag{
    color: #1a4974;
    font-size: 14px;
    margin-top: 3px;
    position: absolute;
    right: 0;
    width: 70%;
	
	
}

div.textCoolDTagHidden{
    position:relative;
	width: 75%;
    display:none;
	float:left;
	margin-left:4px;
	
	max-height:18px;
	
	font-family: arial;
	font-size: 12px;
	padding: 6px;
	color:#000000;
	overflow-y:none;
}
	
	

div.textCoolSmall{
    position:relative;
	width: 69%;
	margin-top:2px;
	float:left;
	background:whitesmoke;
	margin-left:-2px;
	max-height: 20px;
		max-height:20px;
	border: 2px solid #ccc;
	font-family: arial;
	font-size: 12px;
	padding: 5px;
	color:#000;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	outline:none;
	resize: none; 
	overflow-y:scroll;Duration
	overflow-y:scroll;
	
	
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}



pre {
background: #d8d8d8;
text-shadow: 1px 1px #fff;
border: 1px solid #bbbbbb;
padding: 7px;
margin: 5px 0;
border-radius: 7px;
}

code {
background: #d8d8d8;
text-shadow: 1px 1px #fff;
border: 1px solid #bbbbbb;
display: block;
padding: 7px;
margin: 5px 0;
border-radius: 7px;
}


hr {
  height:1px;
  background: #9f9f9f;
  margin: 7px 0;
  border: none;  
	clear: both;  
	float: none;  
	width: 100%; }
}

hr.grey {
  height:1px;
  background: #ebebeb;
  margin: 7px 0;
  border: none;  
	clear: both;  
	float: none;  
	width: 100%; }
}

input, select {
    vertical-align:middle;
}

button {
/* font-size:11px; */
}

select {
	border-radius: 4px;
	border: 1px solid #ACACAC;
	font-size:10px;
	background:#EEEEEE;
    height: 20px;
    line-height: 10px;
    margin-left: 5px;
}

.clear { clear: both }
.clearfix:after {
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
    text-indent: -9999px;
    height: 0;
}
.remove-margin { margin-right: 0 !important }


fieldset {  background:#888888; border: 2px solid #aaa;  width: 95%; margin:0 auto; padding: 0.5em; margin-top:5px;margin-bottom:10px;
 -moz-box-shadow: 2px 2px 4px #585858; /* Firefox/Mozilla */  
  -webkit-box-shadow: 2px 2px 4px #585858/*Safari/Chrome */  
  box-shadow: 2px 2px 4px #585858; /* Opera & hoe het zou moeten */  
  /* Voor IE 8 */  
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#585858')";  
  /* Voor IE 5.5 - 7 */  
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#585858');  
overflow:hidden;
  }


 fieldset#TagsOnVideo{
height:70px;
overflow:hidden;
margin-top:8px;
}
  
legend { font-size:11px;padding:2px; border-radius:5px; border: 1px solid #aaa; background:#cecece;text-indent:4px;padding-right:4px;color:#000;overflow:hidden;}

fieldset.inner {  background:#aaaaaa; border: 1px solid #aaa;  width: 96%; margin: 0 auto;  padding: 5px; margin-top:2px;margin-bottom:6px;border-radius:3px;}



fieldset.innerhalf { background:#aaaaaa; border: 1px solid #aaa;  width: 46.8%;  float:left; margin-left:1.1%;  padding: 5px; margin-top:2px;margin-bottom:6px;border-radius:3px;

}
legend.inner { font-size:11px;padding:1px; border-radius:3px; border: 0px solid #aaa; background:#ccc;}



fieldset.customtags { background:#888888; color:white;font-size:11px;padding:2px; border-radius:2px; border: 1px solid #bbb; overflow:hidden;-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
-moz-box-shadow: 2px 2px 4px #585858; /* Firefox/Mozilla */  
  -webkit-box-shadow: 2px 2px 4px #585858/*Safari/Chrome */  
  box-shadow: 2px 2px 4px #585858; /* Opera & hoe het zou moeten */  }

  legend.customtags { background:#555555; color:white;font-size:11px;padding:6px; border-radius:2px; border: 1px solid #bbb; overflow:hidden;-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
-moz-box-shadow: 2px 2px 4px #333; /* Firefox/Mozilla */  
  -webkit-box-shadow: 2px 2px 4px #333/*Safari/Chrome */  
  box-shadow: 2px 2px 4px #333; /* Opera & hoe het zou moeten */  }

fieldset.controltags { display:none;position:relative;top:12px;background:#aaaaaa; border:1px solid #000;  width: 94%; margin: 0 auto;  padding: 6px; padding-top:8px;margin-bottom:8px;border-radius:3px;

}
legend.controltags { background:#aaa; font-size:11px;padding:4px; border-radius:3px; border: 1px solid #aaa; }

fieldset.tags { position:relative;top:12px;background:#bbb; border: 2px solid #000;  width: 98%; margin: 0 auto;  padding: 6px; padding-top:8px;margin-bottom:8px;border-radius:3px;}
legend.tags { background:#000; font-size:11px;padding:4px; border-radius:3px; border: 1px solid #aaa; }

legend.repo {  font-size:11px;padding:2px; border-radius:5px; border: 1px solid #FEB517; background:#666666;text-indent:4px;padding-right:4px;color:#eee;}
legend.repoOnline {  font-size:11px;padding:2px; border-radius:5px; border: 1px solid #58EF54; background:#666666;text-indent:4px;padding-right:4px;color:#eee;}

fieldset.FSAnnotations {  background:#888888; border: 0px solid #aaa;  width: 95.5%; margin:0 auto;  padding: 0.5em; margin-top:5px;margin-bottom:10px;overflow-y:scroll;}

/*-----------------------------------------------------------------------------------*
/*Body, Common Classes &Structure
/*-----------------------------------------------------------------------------------*/
a {
    text-decoration: none;
   /*  color: #FFFAF0; */
   color: #555555;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #1a6600;
}
a:visited {
    text-decoration: none;
 /*    color: #FFFAF0; */
}



strong { font-weight: 700 }
em { font-style: italic }
#wrap {
    width: 920px;
    padding: 0 20px 25px;
    background: #FFF;
    margin: 0px auto;
	margin-top:-28px;
    border-top: 3px solid purple;
}


#main { padding: 40px 0 0}

h1,
h2,
h3,
h4 {
    /* color: #FFFAF0; */
    line-height: 1.5em;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
	color: #3d3d3d;
	font-family: unset !important;
}
h1 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2em;
}
h2 { font-size: 21px }

h3 { 
	background: #c2c2c2 none repeat scroll 0 0;
	border: 1px solid #1a6600;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1em;
	line-height: 2em;
}

h4 { font-size: 16px }


h1 a,
h2 a,
h3 a,
h4 a { color: #000 }
#post-header {
    margin: 0 0 40px;
    font-size: 14px;
    color: #999;
}


#accordion-resizer {
padding: 10px;
width: 97%;
height: 87%;

}

/* DEFINITION OF BUTTONS */
/* Default settings for the button */
    
.button {
    display: inline-block;
    text-align: center;
    color: #DCDADA;
    font-size: 11px;
    border: 1px solid gainsboro  ;
    border: 1px solid rgba(0, 0, 0, 0.1)  ;
    background-color: #9A9A9A ;
    cursor: pointer;
	margin:2px;
	line-height:21px;
}
	.button:hover {
	background-color: #ffff ;
	border: 1px solid #1a6600;
	color: #1a6600;
	}
	.button:active {
	background-color: #BBBBBB;
	color:darkgrey;
	}
	
	.buttonW {
		display: inline-block;
		text-align: center;
		color: #FFFFFF;
		font-size: 11px;
		border: 1px solid gainsboro  ;
		border: 1px solid rgba(0, 0, 0, 0.1)  ;
		background-color: #9A9A9A ;
		cursor: pointer;
		margin:2px;
		line-height:21px;
	}
	
	.buttonW:hover {
		background-color: #ffff ;
		border: 1px solid #1a6600;
		color: #1a6600;
	}
	
		.buttonHigh {
    display: inline-block;
    min-width: 54px;
    text-align: center;
    color: #555  ;
    font-size: 15px;
	font-weight:bold;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid gainsboro  ;
    border: 1px solid rgba(0, 0, 0, 0.1)  ;
    background-color: whiteSmoke ;
    cursor: default;
	font-family: arial, helvetica, sans-serif;
	width:48%;
	float:left;
	margin-left:0.5%;
	margin-right:0.5%;
	margin-top:0.8%;
	    min-height: 170px;
    padding:0px;
    line-height: 170px;
    }



		.bigWideButton {
    display: inline-block;
    min-width:99.9%;
    text-align: center;
    color: #555  ;
    font-size: 18px;
    height: 80px;
    
	margin-top:-10px;
	margin-bottom:20px;
    line-height: 80px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid gainsboro  ;
    border: 1px solid rgba(0, 0, 0, 0.1)  ;
    background-color: #eeeeee ;
    cursor: pointer;
	font-family: arial, helvetica, sans-serif;
	border-top:0;
	
    }

.buttonSpeed {
    display: inline-block;
    min-width: 36px;
	margin-bottom:4px;
    text-align: center;
    color: #343434  ;
    font-size: 11px;
    height: 25px;
    padding: 0 8px;
    line-height: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid gainsboro  ;
    border: 1px solid rgba(0, 0, 0, 0.1)  ;
    background-color: #EDF987;
    cursor: default;
	font-family: arial, helvetica, sans-serif;
    }
	
	.buttonSpeed:hover {
    display: inline-block;
    min-width: 36px;
    text-align: center;
    color: #343434  ;
    font-size: 11px;
    height: 25px;
    padding: 0 8px;
    line-height: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid gainsboro  ;
    border: 1px solid rgba(0, 0, 0, 0.1)  ;
   background-color: #C2D04C  ;

    cursor: default;
	font-family: arial, helvetica, sans-serif;
    }
	
    .objAttach{
	  float:left;
 display: inline-block;
    width: 82%;
	margin-top:4px;
    text-align: left;
    color: #526E58  ;
    font-size: 12px;
	  font-weight: bold;
    height: 55;
    padding: 0 0px;
    line-height: 55px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    border: 1px solid rgba(0, 0, 0, 0.5)  ;
    background-color: #DEF7E4;
   
	font-family: arial, helvetica, sans-serif;
}


    .objAttach:hover{
	  float:left;
 display: inline-block;
    width: 82%;
	margin-top:4px;
    text-align: left;
    color: #526E58  ;
    font-size: 12px;
	  font-weight: bold;
    height: 55;
    padding: 0 0px;
    line-height: 55px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    border: 1px solid rgba(0, 0, 0, 0.5)  ;
    background-color: #91BE7D;

	font-family: arial, helvetica, sans-serif;
}

  .objAttachDownload{
 display: inline-block;
   width:14%;
   margin-top:4px;
	margin-bottom:1px;
    text-align: center;
    color: #343434  ;
    font-size: 12px;
	  font-weight: bold;
	  float:left;
    height: 26px;
   
    line-height: 26px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid gainsboro  ;
    border: 1px solid rgba(0, 0, 0, 0.8)  ;
    background-color: #EDF987;
    cursor: pointer;
	font-family: arial, helvetica, sans-serif;
}

  .objAttachRemove{
  margin-top:1px;
 display: inline-block;
   width:14%;
	margin-bottom:1px;
    text-align: center;
    color: #ffffff  ;
    font-size: 12px;
	  font-weight: bold;
	  float:left;
    height: 26px;
   
    line-height: 26px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid gainsboro  ;
    border: 1px solid rgba(0, 0, 0, 0.8)  ;
    background-color: #A55B4A;
    cursor: pointer;
	font-family: arial, helvetica, sans-serif;
}

	  .buttonSmall {
    display: inline-block;
    min-width: 52px;
    text-align: center;
    color: #555  ;
    font-size: 11px;
    float:right;
    height: 20px;
    padding: 0 2px;
    line-height: 18px;
	margin-top:1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid gainsboro  ;
    border: 1px solid rgba(0, 0, 0, 0.1)  ;
    background-color: whiteSmoke  ;
    cursor: pointer;
	font-family: arial, helvetica, sans-serif;
	margin-right:2px;
	
    }
	
		  .buttonSmallest {
	
    width: 26px;
    text-align: center;
    color: #555  ;
    font-size: 14px;
    float:right;
    height: 20px;
    padding: 0 2px;
    line-height: 20px;
	margin-right:2px;
	margin-top:1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid gainsboro  ;
    border: 1px solid rgba(0, 0, 0, 0.1)  ;
    background-color: whiteSmoke  ;
    cursor: pointer;
	font-family: arial, helvetica, sans-serif;
    }
	
.buttonSmallLeft {
	
    width: 26px;
    text-align: center;
    color: #555  ;
    font-size: 14px;
    float:left;
    height: 20px;
    padding: 0 2px;
    line-height: 20px;
	margin-left:2px;
	margin-top:1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid gainsboro  ;
    border: 1px solid rgba(0, 0, 0, 0.1)  ;
    background-color: whiteSmoke  ;
    cursor: pointer;
	font-family: arial, helvetica, sans-serif;
    }
	
.buttonSmallLeftClip{
	
    width: 56px;
    text-align: center;
    color: #555  ;
    font-size: 14px;
    float:left;
    height: 20px;
    padding: 0 2px;
    line-height: 20px;
	margin-left:2px;
	margin-top:1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid gainsboro  ;
    border: 1px solid rgba(0, 0, 0, 0.1)  ;
    background-color: whiteSmoke  ;
    cursor: pointer;
	font-family: arial, helvetica, sans-serif;
    }
	
.buttonSmaller {
	  position:relative;top:5px;left:-52px;
  
    min-width: 44px;
    text-align: center;
    color: #555  ;
    font-size: 11px;
    float:left;
    height: 18px;
    padding: 0 2px;
    line-height: 12px;
	margin-top:1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid gainsboro  ;
    border: 1px solid rgba(0, 0, 0, 0.1)  ;
    background-color: whiteSmoke  ;
    cursor: pointer;
	font-family: arial, helvetica, sans-serif;
    }
	
    .button .buttonSmall:hover {
    border: 1px solid #C6C6C6  ;
    color: #333  ;
    text-decoration: underline;
    background-color: #F8F8F8  ;
	font-family: arial, helvetica, sans-serif;
    }
	
    .button .buttonSmall:active {
    background-color: #F6F6F6  ;
	font-family: arial, helvetica, sans-serif;
    } 
	
			.buttonOff {
    display: inline-block;
    width: 130px;
    text-align: center;
    color: #ccc;
    font-size: 11px;
    height: 28px;
    padding: 0 8px;
    line-height: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
 
    border: 1px solid rgba(0, 0, 0, 0.1)  ;
    background-color: whiteSmoke ;
   
	font-family: arial, helvetica, sans-serif;
	margin-right:4px;
	margin-bottom:4px;
	margin-top:4px;
    }
	
	
		.buttonN {
    display: inline-block;
    width: 60px;
    text-align: center;
    color: #555  ;
    font-size: 11px;
    height: 28px;
    padding: 0 8px;
    line-height: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float:left;
    border: 1px solid rgba(0, 0, 0, 0.3)  ;
    background-color: #dddddd ;
    cursor: pointer;
	font-family: arial, helvetica, sans-serif;
	margin-right:4px;
	margin-bottom:4px;
    }
	

	
		.buttonN:hover {
    display: inline-block;
    width: 60px;
    text-align: center;
    color: #555  ;
    font-size: 11px;
    height: 28px;
    padding: 0 8px;
    line-height: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    border-radius: 3px;
       border: 1px solid rgba(0, 0, 0, 0.8)  ;
 -moz-box-shadow:    0px 0px 2px 2px #bbb;
  -webkit-box-shadow: 0px 0px 2px 2px #bbb;
  box-shadow:          0px 0px 2px 2px #bbb;
    #background-color: whiteSmoke  ;
    cursor: pointer;
	font-family: arial, helvetica, sans-serif;
	    float:left;
			margin-right:4px;
    }
	
				.buttonClose {
    display: inline-block;
    min-width: 120px;
    text-align: center;
    color: #555  ;
    font-size: 11px;
    height: 28px;
    padding: 0 8px;
    line-height: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
 
    border: 1px solid rgba(0, 0, 0, 0.1)  ;
    background:whiteSmoke ;
    cursor: pointer;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid transparent;
color: #000  ;
background-color: #FFF9F9  ;
font-family: arial, helvetica, sans-serif;
    }
	
.buttonClose:hover{
    display: inline-block;
    min-width: 120px;
    text-align: center;
    color: #555  ;
    font-size: 11px;
    height: 28px;
    padding: 0 8px;
    line-height: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
 
    border: 1px solid rgba(0, 0, 0, 0.9)  ;
    background: whiteSmoke ;
    cursor: pointer;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid transparent;
color: #000  ;
background-color: #FAE1E1  ;
font-family: arial, helvetica, sans-serif;
    }
	
	
.smallDelete {
    display: inline-block;
    clear:both;
	width: 95px;
    text-align: center;
    color: #eeeeee;
    font-size: 11px;
    height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 12px;
margin-top:-3px;
    cursor: pointer;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #333333;
background-color: #666666  ;
font-family: arial, helvetica, sans-serif;
padding:2px;
	
    }
	
				
	
.button-blue {
border: 1px solid #3079ED  ;
color: white  ;
background-color: #4D90FE  ;
font-family: arial, helvetica, sans-serif;
}
.button-blue:hover {
border: 1px solid #2F5BB7  ;
color: white  ;
background-color: #357AE8  ;
font-family: arial, helvetica, sans-serif;
} 

.button-red {
border: 1px solid transparent;
color: #fff  ;
background-color: #D14836  ;
font-family: arial, helvetica, sans-serif;
}
.button-red:active {
border: 1px solid #992A1B  ;
background-color: #B0281A  ;
font-family: arial, helvetica, sans-serif;
}
.button-red:hover {
border: 1px solid #B0281A  ;
color: white  ;
text-decoration: none;
font-family: arial, helvetica, sans-serif;
background:#8C0000
} 

.button-verbal {
border: 1px solid #A0CF9B  ;
color: white  ;
background-color: #A0CF9B  ;
font-family: arial, helvetica, sans-serif;
}
.button-verbal:hover {
border: 1px solid #A0CF9B  ;
color: white  ;
background-color: #6CB065  ;
font-family: arial, helvetica, sans-serif;
}

.button-nv {
border: 1px solid #C1A874  ;
color: white  ;
background-color: #C1A874  ;
font-family: arial, helvetica, sans-serif;
}
.button-nv:hover {
border: 1px solid #C1A874  ;
color: white  ;
background-color: #A2874D  ;
font-family: arial, helvetica, sans-serif;
}

.button-speed-disabled {
border: 1px solid #ccc  ;
color: #aaa  ;
background-color: #E8E8E8  ;
font-family: arial, helvetica, sans-serif;
}

.button-speed-disabled:hover {
border: 1px solid #ccc  ;
color: #aaa  ;
background-color: #E8E8E8  ;
font-family: arial, helvetica, sans-serif;
}



.button-orange {
border: 1px solid #A2680D  ;
color: white  ;
background-color: #F89F13  ;
font-family: arial, helvetica, sans-serif;
}
.button-orange:hover {
border: 1px solid #FDB84C  ;
color: white  ;
background-color: #F89F13  ;
font-family: arial, helvetica, sans-serif;
} 

.buttonBig-grey {
border: 1px solid #ccc  ;
color: black  ;
background-color: #E8E8E8  ;
font-family: arial, helvetica, sans-serif;
}
.buttonBig-grey:hover {
border: 1px solid #bbb  ;
color: black  ;
background-color: #E8E8E8  ;
font-family: arial, helvetica, sans-serif;
} 

.button-darkgrey {
margin-top: 2px;
border: 1px solid #ccc  ;
color: #4c4c4c  ;
background-color: #6d6d6d  ;
font-family: arial, helvetica, sans-serif;
cursor:pointer;
}
.button-darkgrey:hover {
margin-top: 2px;
border: 1px solid #bbb  ;
color: black  ;
background-color: #E8E8E8  ;
font-family: arial, helvetica, sans-serif;
cursor:pointer;
} 

.button-brown {
border: 1px solid #ccc  ;
color: #eee  ;
background-color: #856715  ;
font-family: arial, helvetica, sans-serif;
}
.button-brown:hover {
border: 1px solid #eee  ;
color: #eee  ;
background-color: #856715  ;
font-family: arial, helvetica, sans-serif;
} 

.videoDetachButton{
text-align:center;float:right;height:18px;width:51px;
border-radius:3px;
margin-left:4px;
border:1px solid #363636; 


  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	background-color: #E8E8E8  ;
color:#aaaaaa;font-size:12px;
cursor:pointer;

}

.videoDetachButton:hover{
text-align:center;float:right;height:18px;width:51px;
border-radius:3px;
margin-left:4px;
border:1px solid #363636; 

  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	background-color: #424242  ;
color:#ffffff;font-size:12px;
cursor:pointer;

}

.videoSizeButton{
text-align:center;float:right;height:18px;width:30px;
border-radius:3px;
margin-left:4px;
border:1px solid #363636; 

  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

	background-color: #E8E8E8  ;
color:#aaaaaa;font-size:17px;
cursor:pointer;

}

.rightwrap49 {position:relative;width:49.0%;float:left;background:#666666;overflow-x:none;margin-top:10px;}
.rightwrap43 {position:relative;width:43.0%;float:left;background:#666666;overflow-x:none;margin-top:10px;}
.rightwrap99 {position:relative;width:100.0%;float:left;background:#666666;margin-top:0px;float:left;}


.tagbuttonsWrap {
   position:relative;
    color: #888;
    display: inline-block;
    float: left;
    font-size: 10px;
    margin: 0 auto;
    margin-left: 2px;
   
    
    padding-left: 2px;
	padding-top:1px;
	
    text-align: left;
    width: 96%;
	height:32px;

}


.tagbuttonsWrapHidden {
    background-color: #a7a7a7;
    border: 1px dotted #eee;
    color: #888;
    display: none;
    float: left;
    font-size: 10px;
    margin: 0 auto;
    margin-left: 6px;
	margin-top:4px;
    height: 36px;
    padding-left: 8px;
    padding-top:15px;
    text-align: left;
    width: 96%;

}

.tabbuttonsWrap{
width:96%;
margin: 0 auto;
margin-top:10px;
border-bottom:2px solid #999;
color:#888;font-size:10px;
min-height:30px;
text-align:left;

}


.buttonTab {
    display: inline-block;
    min-width: 58px;
    text-align: center;
    color: #555  ;
    font-size: 11px;
    height: 28px;
    padding: 0 8px;
    line-height: 28px;
 border-top-left-radius: 4px;
border-top-right-radius: 4px;
 
    border: 1px solid rgba(0, 0, 0, 0.1)  ;
    background-color: whiteSmoke ;
    cursor: pointer;
	font-family: arial, helvetica, sans-serif;
    }
	
	.buttonTabActive{
    display: inline-block;
    min-width: 58px;
    text-align: center;
    color: #ffffff  ;
    font-size: 11px;
	font-weight:bold;
    height: 28px;
    padding: 0 8px;
    line-height: 28px;
 border-top-left-radius: 4px;
border-top-right-radius: 4px;
 
    border: 1px solid rgba(0, 0, 0, 0.1)  ;
    background-color: green ;
    cursor: pointer;
	font-family: arial, helvetica, sans-serif;
    }

.searchtagsInput{
width:98%;
margin: 0 auto;
margin-top:10px;
border:1px solid #999;
background-color: #E8E8E8  ;
color:#888;font-size:10px;
min-height:50px;
text-align:left;
 -webkit-border-radius: 5px;
-moz--border-radius: 5px;
border-radius: 5px;

}


.searchResults{
width:98%;
margin: 0 auto;
margin-top:10px;
border:1px solid #999;
background-color: #E8E8E8  ;
color:#888;font-size:10px;
min-height:50px;
text-align:left;
 -webkit-border-radius: 5px;
-moz--border-radius: 5px;
border-radius: 5px;

	
}

.videoSizeButton:hover{

	background-color: #424242  ;
color:#ffffff;font-size:17px;
cursor:pointer;
}







	.buttonLiveEventSpan {
    display: inline-block;

	
    min-width: 99.5%;
    text-align: center;
    color: #555  ;
    font-size: 18px;
    height: 75px;
    padding: 0 8px;
    line-height: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid gainsboro  ;
    border: 1px solid rgba(0, 0, 0, 0.1)  ;
    background-color: whiteSmoke ;
    cursor: pointer;
	font-family: arial, helvetica, sans-serif;
    }

	.buttonLiveEvent {
 display: inline-block;
    min-width: 54px;
    text-align: center;
    color: #555  ;
    font-size: 300%;
	font-weight:bold;
    height: 160px;
    padding:0px;
    line-height: 160px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid gainsboro  ;
    border: 1px solid rgba(0, 0, 0, 0.1)  ;
    background-color: whiteSmoke ;
    cursor: default;
	font-family: arial, helvetica, sans-serif;
	width:47%;
	float:left;
	margin-left:1.5%;
	margin-right:0.2%;
	margin-top:1.5%;
	 -moz-box-shadow:    0px 0px 2px 2px #959595;
  -webkit-box-shadow: 0px 0px 2px 2px #959595;
  box-shadow:          0px 0px 2px 2px #959595;
    }

.button-darkblue {
border: 1px solid #636364;
color: lightgrey;
background-color: #949496  ;
}


.button-darkblue:hover {
border: 1px solid #636364;
color: white;
background-color: #949496  ;
 background-image: -webkit-gradient(linear,left top,left bottom,from(#B2B2B3  ),to(#646465  ));
    background-image: -webkit-linear-gradient(top,#B2B2B3  ,#646465  );
    background-image: -moz-linear-gradient(top,#B2B2B3  ,#646465  );
    background-image: -ms-linear-gradient(top,#B2B2B3  ,#646465);
    background-image: -o-linear-gradient(top,#B2B2B3 ,#646465  );
    background-image: linear-gradient(top,#B2B2B3  ,#646465  );

}  


.button-merge {
border: 1px solid #636364;
color: lightgrey ;
background-color: #949496  ;
 background-image: -webkit-gradient(linear,left top,left bottom,from(#949496  ),to(#646465  ));
   background-image: -webkit-linear-gradient(top,#949496  ,#646465  );
    background-image: -moz-linear-gradient(top,#949496  ,#646465  );
    background-image: -ms-linear-gradient(top,#949496  ,#646465);
    background-image: -o-linear-gradient(top,#949496  ,#646465  );
    background-image: linear-gradient(top,#949496  ,#646465  );
font-family: arial, helvetica, sans-serif;
}


.button-merge:hover {
border: 1px solid #636364;
color: white  ;
background-color: #949496  ;
 background-image: -webkit-gradient(linear,left top,left bottom,from(#B2B2B3  ),to(#646465  ));
    background-image: -webkit-linear-gradient(top,#B2B2B3  ,#646465  );
    background-image: -moz-linear-gradient(top,#B2B2B3  ,#646465  );
    background-image: -ms-linear-gradient(top,#B2B2B3  ,#646465);
    background-image: -o-linear-gradient(top,#B2B2B3 ,#646465  );
    background-image: linear-gradient(top,#B2B2B3  ,#646465  );
font-family: arial, helvetica, sans-serif;
} 



/* end button */

.customtag {
margin-top:12px;
text-align:left;
margin-left:14px;
font-size:11px;
font-weight:bold;
max-height:80px;
min-width:20%;
max-width:23%;
float:left;
cursor:pointer;
white-space:nowrap;
overflow-x: hidden;
 padding: 6px;
 text-overflow: ellipsis;
 width:25%;
  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

 

 .LoadVideo {
    display: block;
    min-width: 80%;
	max-width:80%;
	margin:0 auto;
    text-align: left;
    color: #555  ;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    text-indent: 10px;
    line-height: 26px;
	margin-top:3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid gainsboro  ;
    border: 1px solid rgba(0, 0, 0, 0.1)  ;
    background-color: whiteSmoke  ;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5  ),to(#f1f1f1  ));
    background-image: -webkit-linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    background-image: -moz-linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    background-image: -ms-linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    background-image: -o-linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    background-image: linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
	font-family: arial, helvetica, sans-serif;
    }
	
	.LoadVideoRepo {
	border-radius: 2px 2px 2px 2px;
    display: block;
    min-width: 95.5%;
	max-width:95.5%;
	margin:0 auto;
    text-align: left;
    color: #173B67  ;
    text-indent: 4px;
    line-height: 1.5em;
	margin-top:3px;
    border: 1px solid rgba(0, 0, 0, 0.1)  ;
   /*  background-color: #DED7D7  ; */
    cursor: pointer;
	padding:4px;
	float:left;
	whitespace:nowrap;
	 letter-spacing: 1px;
    }


	
	.LoadVideoRepo:hover{
		
	color: #1a6600;
	background: #cccccc;
    cursor: pointer;

    }
	
	
    .LoadVideoRepoPlaylist {
    border-radius: 2px 7px 7px 2px;
    display: block;
    min-width: 93.5%;
    max-width:93.5%;
    margin:0 auto;
    text-align: left;
    margin-left:2%;
    color: #1559ac  ;
    font-size: 11px;
    text-indent: 4px;
    line-height: 1.5em;
    margin-top:3px;
    border: 1px solid rgba(0, 0, 0, 0.1)  ;
    background-color: #b3b3b3  ;
   
    padding:4px;
    font-family: arial, helvetica, sans-serif;
    float:left;
    whitespace:nowrap;
     letter-spacing: 1px;
    }

       .LoadVideoRepoPlaylist:hover {
    border-radius: 2px 7px 7px 2px;
    display: block;
    min-width: 93.5%;
    max-width:93.5%;
    margin:0 auto;
    text-align: left;
    margin-left:2%;
    color: #FF9326;
    font-size: 11px;
    text-indent: 4px;
    line-height: 1.5em;
    margin-top:3px;
    border: 1px solid rgba(0, 0, 0, 0.1)  ;
    background: #646473;
    cursor: pointer;
    padding:4px;
    font-family: arial, helvetica, sans-serif;
    float:left;
    whitespace:nowrap;
     letter-spacing: 1px;
    }
	
	 .playlistVideo {
    display: block;
    min-width: 96%;
	max-width:96%;
    text-align: left;
    color: #555  ;
    font-size: 11px;
    font-weight: bold;
    height: 44px;
    text-indent: 4px;
    line-height: 44px;
	margin-top:3px;
	
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid gainsboro  ;
    border: 1px solid rgba(0, 0, 0, 0.1)  ;
    background-color: whiteSmoke  ;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5  ),to(#f1f1f1  ));
    background-image: -webkit-linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    background-image: -moz-linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    background-image: -ms-linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    background-image: -o-linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    background-image: linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
	font-family: arial, helvetica, sans-serif;
    }
	
		 .playlistVideo:hover {
    display: block;
    min-width: 96%;
	max-width:96%;
    text-align: left;
    color: #555  ;
    font-size: 11px;
    font-weight: bold;
    height: 44px;
    text-indent: 4px;
    line-height: 44px;
	margin-top:3px;
	
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid gainsboro  ;
    border: 1px solid rgba(0, 0, 0, 0.7)  ;
    background-color: #ccc  ;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5  ),to(#f1f1f1  ));
    background-image: -webkit-linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    background-image: -moz-linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    background-image: -ms-linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    background-image: -o-linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    background-image: linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
	font-family: arial, helvetica, sans-serif;
    }
	
 .LoadVideoSmall {
    display: block;
    min-width: 90%;
	max-width:90%;
    text-align: left;
    color: #555  ;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    text-indent: 10px;
    line-height: 26px;
	margin-top:3px;
	
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid gainsboro  ;
    border: 1px solid rgba(0, 0, 0, 0.1)  ;
    background-color: whiteSmoke  ;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5  ),to(#f1f1f1  ));
    background-image: -webkit-linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    background-image: -moz-linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    background-image: -ms-linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    background-image: -o-linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    background-image: linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
	font-family: arial, helvetica, sans-serif;
    }
	
	 .LoadVideoSmall:hover {
    display: block;
    min-width: 90%;
	max-width:90%;
    text-align: left;
    color: #555  ;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    text-indent: 10px;
    line-height: 26px;
	margin-top:3px;
	
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    border: 1px solid #cccccc;
    background-color: #eee  ;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5  ),to(#f1f1f1  ));
    background-image: -webkit-linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    background-image: -moz-linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    background-image: -ms-linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    background-image: -o-linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    background-image: linear-gradient(top,#f5f5f5  ,#f1f1f1  );
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
	font-family: arial, helvetica, sans-serif;
    }

	.dropvideos{
	width:99%;border:1px dashed #eee;height:80px;margin-bottom:12px;line-height:80px;color:#eee;font-size:14px;
	}
	


	.location {
	position:relative;z-Index:100;display:none;line-height:22px;color:white;font-size:13px;width:100%;background:#bbb;border-bottom:2px solid white;height:0px;float:left;
	}
	
.positionSaveButton{
position:absolute;
margin-top:42px;
margin-left:10px;
display:none;
float:left;
}




.positionClipButton {
margin-left:4px;
margin-bottom:1px;
}

.positionSaveButtonEdit{
position:absolute;
margin-top:48px;
margin-left:10px;
display:none;
float:left;
}
	
.positionClearButton{
position:relative;
margin-top:45px;
margin-left:-65px;
}

.positionModifyButton{
float:right;
}

.positionSaveEditButton{
float:right;
}



.positionCancelButton{
float:right;
margin-right:2px;
}

.positionDeleteButtonCustom{

margin-left:4px;
margin-top:6px;

}

.transparent {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

	filter: alpha(opacity=70);
	
	
	-moz-opacity:0.7;
	

	-khtml-opacity: 0.7;
    
	opacity: 0.7;
}

.transparent90 {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=95);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.95;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.95;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.95;
}

.transparent100 {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=100);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:1.0;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 1.0;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity:1.0;
}


.displaydimmer {
   
    background-image: url('opac.png');
	background: rgba(0, 0, 0, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	
    overflow:auto;
}


.transparent20{
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=20);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.2;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.2;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity:0.2;
}



.shadow {
  -moz-box-shadow:    0px 0px 10px 10px #000;
  -webkit-box-shadow: 0px 0px 10px 10px #000;
  box-shadow:          0px 0px 10px 10px #000;
}

.shadowGrey {
  -moz-box-shadow:    0px 0px 10px 10px #909090;
  -webkit-box-shadow: 0px 0px 10px 10px #909090;
  box-shadow:          0px 0px 10px 10px #909090;
}

.switch_options{
    display: block;
    font-family: "Helvetica", Arial, Sans-serif;
    margin-bottom: 10px;
}
/* Main block clearfix */
.switch_options:before,
.switch_options:after{
    content:'.';
    display:block;
    overflow:hidden;
    visibility:hidden;
    font-size:0;
    line-height:0;
    width:0;
    height:0;
}
.switch_options:after{clear:both;}
 
/*Options*/
.switch_options span{
    display: inline-block;
    float: left;
    padding: 3px 6px;
    margin: 0;
    cursor: pointer;
    font-size: 10px;
    font-weight: 700;
    color: #555;
    border: 1px solid #aaa;
    text-transform: uppercase;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
 
}
.switch_options span:first-of-type{
    border-radius: 2px 0 0 2px;
    border-right: 0;
}
.switch_options span:last-of-type{
    border-radius: 0 2px 2px 0;
    border-left: 0;
}
.switch_options span:hover{
    background: #fafafa;
}
 
/* Active option */
.switch_options span.selected{
    background: #00b7ea; /* Old browsers */
    background: -moz-linear-gradient(top,  #00b7ea 0%, #009ec3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00b7ea 0%,#009ec3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */
    border-color: #0082A3;
    color: #fff;
}

.attachedObjects{
position:relative;
left:1%;
background:#666666;
width:96%;
padding:1%;
min-height:70px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
margin-bottom:8px;
margin-top:6px;
  -webkit-box-shadow: 0 0 5px 1px #222222;
  -moz-box-shadow: 0 0 5px 1px #222222;
  box-shadow: 0 0 5px 1px #222222;
}

.inputstyle{
  display: inline;
  float:left;
  margin: 0;
  width: 60%;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-top:8px;
  margin-left:16%;
  padding: 3px;
  border: solid 1px gainsboro;
  -webkit-transition: box-shadow 0.3s, border 0.3s;
  -moz-transition: box-shadow 0.3s, border 0.3s;
  -o-transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
}


.inputstyle:focus {
  -webkit-box-shadow: 0 0 5px 1px #969696;
  -moz-box-shadow: 0 0 5px 1px #969696;
  box-shadow: 0 0 5px 1px #969696;
}


.fieldcontainer {
  display: block;
  position: absolute;
  width: 30%;
  float:left;
}
/** JS animated input **/
.searchfieldjs {
	color: #3e3e3e;
	float: left;
	height: 22px;
	left: 0;
	line-height: 19px;
	margin-right: 10px;
	margin-top: 2px;
	outline: medium none;
	padding-left: 3px;
	position: absolute;
	top: 0;
	width: 80%;

  
}
.searchfieldjs:focus {
	color: #444444;
	background-color:#FFFEE1;
}



#search2btn {
  position: absolute;
  right: 10px;
  top: 4px;
  height: 32px;
  width: 32px;
  border: 0;
  cursor: pointer;
  zoom: 1;
	filter: alpha(opacity=35);
	opacity: 0.35;
  background: transparent url('/img/search.png') top left no-repeat;
  /* Icon credits to Brightmix http:www.iconfinder.com/icondetails/43272/128/find_loop_magnify_monotone_search_zoom_icon */
}
#searchbtn:hover, #searchbtn:focus, #search2btn:hover, #search2btn:focus {
	filter: alpha(opacity=90);
	opacity: 0.9;  
}

.menu1,
.menu1 ul,
.menu1 li,
.menu1 a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
.menu1 { /*Find this class in the css file*/
height: 26px;
/*I width: 70px; I changed this to a percentage of the page,*/
display: inline-block;
margin-right:4px;
position: relative;

}
 
.menu1 li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 40px;

}
.menu1 li a {
    display: block;
  
    height:22px;
    text-decoration: none;
	border: 1px solid garkgrey;
    font-family: 'Gruppo', sans-serif;
    font-size: 16px;
    background:rgb(240,240,240);
    color: #000;
    /* width:70px; */
    padding:2px 4px;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;

}
 
.menu1 li:first-child a { border-left: none; }
.menu1 li:last-child a{ border-right: none; }
 
.menu1 li:hover > a { 

	color: #0080ff; 
    
}
.menu1 ul {
    
    position: absolute;
    top: 26px;
    left: 0;
    opacity: 50;
    vertical-align:middle;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
    z-Index:10001;

}
 
.menu1 li:hover > ul { opacity: 50; }
 
.menu1 ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
.menu1 li:hover > ul li {
    height: 36px;
    overflow: visible;
    padding: 0;
}



.menu1 ul li a {
    width: 160px;

    margin: 0;
    height:32px;
   /*  border: none; */

}
 


div.tagUploadWrapper{
width: 94%; margin:0 auto; 
padding: 0.5em;
height:20px;
overflow:hidden;
 color:white;
 background:#888888;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
border-radius:6px;
line-height:20px;
font-size:11px;

}

div.tagUploadWrapperOpened{
width: 94%; margin:0 auto; 
padding: 0.5em;
min-height:160px;
overflow:auto;
 color:white;
 background:#888888;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
border-radius:6px;
line-height:20px;
font-size:11px;

}

.pincodeField{
        
        width: 56px;
        height:30px;
        font-size:18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 0px solid rgba(0, 0, 0, 0.3);
        outline: none;
        color: #3e3e3e;
        background:#fafad2;
        -webkit-box-shadow:  1px 1px 2px 2px rgba(0,0,0,0.8) inset;
        -moz-box-shadow: 1px 1px  2px 2px rgba(0,0,0,0.8) inset;
        box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.8) inset;
        margin-top: 4px;
        text-indent:2px;

}

.pincodeFieldError{
        
        width: 56px;
        height:30px;
        font-size:18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 0px solid rgba(0, 0, 0, 0.3);
        outline: none;
        color: #3e3e3e;
        background:red;
        -webkit-box-shadow:  1px 1px 2px 2px rgba(0,0,0,0.8) inset;
        -moz-box-shadow: 1px 1px  2px 2px rgba(0,0,0,0.8) inset;
        box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.8) inset;
        margin-top: 4px;
        text-indent:2px;

}
.pincodeButton{
margin:0 auto;
margin-top: 10px;
}

div.localVideoDropped{
   
 display:block;  
float:left; 
width:97%;
border:1px dotted grey;
padding:1%;
background:#2d2d2d;
margin-top:10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;   
        -webkit-box-shadow:  1px 1px 2px 2px rgba(0,0,0,0.8) inset;
        -moz-box-shadow: 1px 1px  2px 2px rgba(0,0,0,0.8) inset;
        box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.8) inset;
}


/* Star rating */

div.stars {
	display: inline-block;
}

input.star { display: none; }

label.star {
	float: right;
	padding: 10px;
	font-size: 36px;
	color: #444;
	transition: all .2s;
}

input.star:checked ~ label.star:before {
	content: '\f005';
	color: #FD4;
	transition: all .25s;
}

input.star-5:checked ~ label.star:before {
	color: #FE7;
}

input.star-1:checked ~ label.star:before { color: #F62; }

label.star:hover { color:#FE7; }

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}
/* End of star rating */

/*	SEARCH	*/

div.rowCapSearch {
	position: relative;
	float: left;
	width: 97%;
	min-height: 24px;
	height: Auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	cursor:pointer;
}

div.rowSearch {
	position: relative;
	float: left;
	width: 97%;
	height: Auto;
	margin-top: 5px;
}

div.rowSearchIn {
	position: relative;
	float: left;
	width: 98%;
	min-height: 24px;
	height: Auto;
	height: Auto;
	margin-top: 5px;
}

div.indentSearch {
	position: relative;
	float: left;
	width: 2%;
	min-height: 24px;
	height: Auto;
	padding:2px;
	background-color:#FFFFFF;
}

div.hourSearch {
	position: relative;
	float: left;
	width: 15%;
	min-height: 24px;
	height: Auto;
	padding:2px;
}

div.typeSearch {
	position: relative;
	float: left;
	width: 20%;
	min-height: 24px;
	height: Auto;
	padding:2px;
}

div.titleSearch {
	position: relative;
	float: left;
	width: 63%;
	min-height: 24px;
	max-height: 300px;
	padding:2px;
	white-space: pre-line;
	overflow: hidden;
}

div.titleSearchExt {
	position: relative;
	float: left;
	width: 63%;
	height: Auto;
	padding:2px;
	white-space: pre-line;
}

p.rowSearch {
	font-size: 16px;
	line-height: 120%;
}

span.rowSearch {
	font-size: 16px;
	line-height: 120%;
}

span.rowHour {
	color: #000000;
}

pre.rowSearch {
	font-size: 16px;
	background: transparent;
	text-shadow: 0px 0px #fff;
	border: 0px solid #bbbbbb;
	padding: 0px;
	margin: 0 0;
	border-radius: 0px;
}

.cor_option {
	font-size: 16px;
	height: 70%;
	overflow: Auto;
}

.cor_optionCourse {
	font-size: 16px;
	height: 80%;
	overflow: Auto;
	display: none;
}

select.cor_option_sel {
	font-size: 14px;
	height:22px;
	line-height: 18px;
}

div.footerOpt {
	position: absolute;
	bottom: 10px;
	left: 2%;
	width: 96%;
	height: 30px;
	text-align: center;
	border: 0px solid #bbbbbb;
}

/*	NOTES PANEL	*/

div.leftNoteC {
	position: relative;
	float: left;
	width: 65%;
	height: 100%;
	background-color: #FFFFFF;
	max-width:890px;
	min-width:380px;
}

div.rightNoteC {
	position: relative;
	float: left;
	width: 35%;
	height: 100%;
	background-color: #FFFFFF;
}

div.noteModuleC  {
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-left: 10%;
	width: 80%;
	height: 90%;
	border: 0px solid #1a6600;
	overflow: hidden;
}

.eiducoBorder {
	border: 1px solid #1a6600 !important;
}

.eiNotesTitle{
	
	height:40px;
	min-width:290px;
	max-width:800px;
}

.eiNotesText{
	margin-top:5px;
	height:79.7%;	
	min-width:290px;
	max-width:800px;
}


button.eiNotesMainBt {
	height: 25px;
	padding: 0px 10px;
	font-size: 12px;
	line-height: 25px;
	margin-left:40px;
}
	

.eiducoColor {
	color: #1a6600 !important;
}

.eiducoBk {
	background-color: #1a6600 !important;
}

.eiducoBk {
	background-color: #1a6600 !important;
}

div.rowNote {
	position: relative;
	float: left;
	width: 97%;
	height: Auto;
	min-height: 22px;
	margin-top: 5px;
}

div.rowNoteTitle {
	position: relative;
	float: left;
	width: 52%;
	height: Auto;
	min-height: 22px;
	padding-left:2px;
}

div.rowNoteTime {
	position: relative;
	float: left;
	width: 14%;
	height: Auto;
	min-height: 22px;
	text-align: right;
}

div.rowNoteDate {
	position: relative;
	float: left;
	width: 20%;
	height: Auto;
	min-height: 22px;
	text-align: right;
}

div.rowNoteTool {
	position: relative;
	float: left;
	width: 7%;
	height: Auto;
	min-height: 22px;
	text-align: right;
}

div.notesList {
	position: relative;
	float: left;
	width: 100%;
	height: 88%;
	min-height: 10px;
	text-align: left;
	overflow: auto; 
}

div.menuOpt {
	position: fixed;
	left: 50px;
	top: 50px;
	border: 1px solid #C0C0C0;
	height: Auto;
	width: Auto;
	background-color: #ffffff;
	display: none;
	padding: 6px;
	z-index: 100;
}

div.menuRow {
	position: relative;
	margin-left: 0px;
	margin-top: 2px;
	border: 0px solid #C0C0C0;
	height: Auto;
	width: 100%;
	background-color: #ffffff;
	font-size: 13px;
	text-align: left;
	cursor: pointer;
}

div.menuRow:hover {
	position: relative;
	margin-left: 0px;
	margin-top: 2px;
	border: 0px solid #C0C0C0;
	height: Auto;
	width: 100%;
	background-color: #EFEFEF;
	font-size: 13px;
	text-align: left;
	cursor: pointer;
}

/* Login */
#login_container{position:relative;border:0px solid darkgrey;margin:0px; height:Auto;}
/*
#footer_login{bottom:0px;width:100%;margin:20px auto 10px;height:30px; color:darkgrey;text-align:center; font-size:14px;line-height:28px;}
*/
#footer_login{width:100%;height:30px; color:darkgrey;text-align:center; font-size:14px;line-height:28px;}


#loginAfterClass{color:#097C4D;font-size:20px; letter-spacing:2px;}

#loginEiducoBottom{line-height: 55px; font-size:40px;float:left;;}


.login_form{
	background:rgba(170,170,170,0.8);
	
}


/* Registration form */
label {color: #097c4d;font-weight: bold;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: darkgrey;}
::-moz-placeholder { /* Firefox 19+ */color: darkgrey;}
:-ms-input-placeholder { /* IE 10+ */color: darkgrey;}
:-moz-placeholder { /* Firefox 18- */color: darkgrey;}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #097c4d;
}

input:focus + .slider {
  box-shadow: 0 0 1px #097c4d;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

div.landing {
	position: relative;
	margin-left: 5%;
	margin-top: 30px;
	border: 0px solid #C0C0C0;
	height: Auto;
	width: 90%;
	text-align: center;
}

.expOptionRow {
	float:left;
	min-width:80%;
	min-height:34px; 
	border-bottom:1px solid white;
}

.expOptionLabel {
	float:left;
	width:150px;
	height:25px;
	line-height:25px;
}

.expOptionCheckbox {
	float:left;
	margin-top:-2px;
	display:block;
	margin-left: 5px;
}

.expOptionSelect {
	float:left;
	margin-top:-2px;
	display:block;
}

.togglePdfSettings {
	font-size: 20px !important;
    margin-top: 5px;
	color: darkgrey;
	cursor: pointer;
}

.togglePdfSettingsRed {
    color: darkred !important;
}

.togglePdfSettingsGreen {
    color: #1a6600 !important;
}

.expAccountLabel {
	float:left;
	width:150px;
	height:25px;
	line-height:25px;
}

.expAccountForm {
	float:left;
	margin-top:-2px;
	display:block;
	margin-left: 5px;
}

.accountInput {
	width: 200px;
	height: 25px;
	line-height: 25px;
}


div.classDisclaimer {
	width: 90%;
	min-height: 0px;
	height: Auto;
	/*max-height:250px;*/
	overflow: unset;
	display: none;
	font: 16px sans-serif;
	border: 1px solid #1a6600;
	/*
	margin-bottom: 10px;
	*/
	margin: 0 Auto 20px;
	background-color: #FFFFFF;
	padding: 15px;
	
}

div.titleDisclaimer {
	font-size: 22px;
	color: #1A6600;
	font-family: OpenSansCond;
	margin: 0 auto;
	width: 200px;
	text-align: center;
}

div.classDisclaimerAuth {
	width: 98%;
	min-height: 0px;
	height: Auto;
	max-height:600px;
	overflow: Auto;
	display: none;
	font: 15px sans-serif;
	border: 0px solid #777777;
	margin-bottom: 30px;
	background-color: #ece9e9;
	padding: 5px;
}

textarea.classDisc {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 100px;
	max-height: 100px;
	min-height: 100px;
	padding: 5px;
}

div.btnAuth {
	width: auto;
	padding: 5px;
	display: inline-block;
}

.saveDiskBtn {
	color: #c5bdbd !important;
	text-align: center !important;
	margin: 10px auto 10px !important;
	display: block !important;
	background: grey !important;
	border-color: lightgrey;
	cursor: default !important;
	padding-left: 2px !important;
	padding-right: 2px !important;
	width: 70px !important;
	font-size: 16px !important;
	font-family: OpenSansCond !important;

}


.saveDiskBtnActive {
	color: white !important;
	text-align: center !important;
	margin: 10px auto 10px !important;
	display: block !important;
	background: #4D90FE !important;
	border-color: #4D90FE;
	cursor: pointer !important;
	padding-left: 2px !important;
	padding-right: 2px !important;
	width: 70px !important;
	font-size: 16px !important;
	font-family: OpenSansCond !important;
}

/*	IMPLEMENTATION FOR USER PRESENCE IN CLASS	*/

.noInClass {
	background-color: lightgoldenrodyellow;
}

.noStaging::before{
	   content: '\f070';
	   font-family: FontAwesome;
	   color: #777;
	   font-size:14px;
	   margin: auto -40px auto auto;
	   text-decoration:none;
	   float: right;
}

.inEmbargo::before{
	   content: '\f070';
	   font-family: FontAwesome;
	   color: orange;
	   font-size: 14px;
	   margin: auto -40px auto auto;
	   text-decoration:none;
	   float: right;
}

.iconInClass {
	display: inline-block;
    width: 1.2em;
    height: 1.2em;
    line-height: 2em;
    vertical-align: middle;
}

.linkAfterClass {
	color: #1a6600;
	text-decoration: underline;
	background-color: #eee;
}

.linkAfterClass::after {
    content: '\f08e';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    color: #777;
    font-size: 14px;
    margin: 0px 2px 0px 4px;
    text-decoration: none;
}

.tagcodeImp {
    margin-left: 5px;
    font-weight: normal;
    font-size: 15px;
}

.questionContainer {
	/*
	position: absolute;
	top: 30%;
	left: 15%;
	*/
	display: none;
	width: 70%;
	height: 120px;
	background-color: #EFEFEF;
	border: 1px solid darkgrey;
	z-index: 10;
	text-align:center;
	margin: 15px auto;
}

.addTagQuestion {
	font-family: 'FontAwesome', 'OpenSansCond' !important;
	display: block;
    width: 80%;
    margin: 10px auto;
    font-size: 16px;
    height: 24px;
    background-color: white;
}

.rowQuest {
	display: block;
    padding: 0 10px;
    line-height: 28px;
    font-family: monospace;
	margin: 8px 0 4px 20px;
}

.rowQuestCont {
	border: 0px solid darkgrey;
    /*margin: 8px 0 4px 60px;*/
    padding: 0 10px;
    border-radius: 6px;
    line-height: 28px;
}

.rowQuestText {
    border: 1px solid grey;
    background: #d6d6cb;
    min-height: 80px;
    overflow-y: auto;
    margin: 10px 0;
    color: black;
    padding: 0 4px;
}

.rowQuestAnswer {
    border: 1px solid grey;
	background: #efefef;
    min-height: 80px;
    overflow-y: auto;
    margin: 10px 0;
    color: black;
    padding: 5px;
	border-radius: 5px;
}

.answerText {
    min-height: 60px;
}

.answerTeacher {
    min-height: 100px;
	background-color: #d6d6cb;
	width: 90%;
	margin: 0 0 0 10%;
	padding: 0 6px;
	border-radius: 6px;
}

.answerTeacherView {
    min-height: 100px;
	background-color: #d6d6cb;
	width: 90%;
	margin: 0 0 10px 10%;
	padding: 0 6px;
	border-radius: 6px;
}

.answerCmd {
	text-align: center;
	/*
    height: 40px;
    line-height: 40px;
	*/
}

.answerTextArea {
	width: 100%;
	max-width:100%;
	height: 100px;
	max-height: 100px;
	background-color: #d6d6cb;
	border: 0px;
}


.numQuest {
	color: #1a6600;
}

.signQuest {

}

.questVoteBtn {
	color: #c5bdbd !important;
	text-align: center !important;
	margin: 10px auto 10px !important;
	display: block !important;
	background: grey !important;
	border-color: lightgrey;
	cursor: default !important;
	padding-left: 2px !important;
	padding-right: 2px !important;
	width: 100px !important;
	font-size: 16px !important;
	font-family: OpenSansCond !important;

}

.questVoteBtnActive {
	color: white !important;
	text-align: center !important;
	margin: 10px auto 10px !important;
	display: block !important;
	background: #4D90FE !important;
	border-color: #4D90FE;
	cursor: pointer !important;
	padding-left: 2px !important;
	padding-right: 2px !important;
	width: 100px !important;
	font-size: 16px !important;
	font-family: OpenSansCond !important;
}

.rowRandomize {
    margin: 10px auto 10px;
	display: block;
	text-align: center;
}

.firtRowQuest {
	color:#1417cc;
	font-size:24px;
}

.selected {
	border-color: #1a6600;
}

.questResponseOk {
	width: 100%;
	min-height: 34px;
	line-height: 30px;
	height: Auto;
	border: 1px solid darkgreen;
	text-align: center;
	font-size: 24px;
	padding: 0px 10px;
	font-family: opensanscond;
}

.questResponseError {
	width: 100%;
	min-height: 30px;
	line-height: 30px;
	height: Auto;
	border: 1px solid darkred;
	text-align: center;
	font-size: 20px;
	padding: 0px 10px;
	font-family: opensanscond;
}

.answerNotCorrectDesc {
	font-size: 18px;
	color: darkgrey;
	font-family: opensanscond;
}

.questionVotes {
	display: inline-block;
	margin-left: 20px;
	max-width: 60%;
	overflow: hidden;
	width: Auto;
}

.classNotes {
	height:Auto;
	margin-top:105px;
	margin-left:10px;
}

.userActivity {
	margin-right: 10px;
	color: lightgrey;
}

.userCourseActivity {
	visibility: hidden;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}

.airboardText {
	text-align: center;
	font-family: Gruppo;
	font-size: 22px;
	padding: 10px;
	cursor: pointer;
}

.canvasAirboard {
	position: absolute;
	border: 5px solid darkgrey;
	display: block;
	z-index: 2;
}


.canvasAirboardBk {
	position: absolute;
	border: 0px solid black;
	display:block;
	z-index:0;
}

/*			SUBTITLES			*/

div.subtitlesWrapper {
    display: none;
    left: 2%;
    bottom: 60px;
    width: 96%;
    min-height: 100px;
    z-index: 20;
    position: absolute;
   /* background-color: lightgrey;*/
	
}

/*			FORUM			*/

.linkForum {
	cursor: pointer;
	color: #1a6600;
	/*float: right;*/
	margin: 10px 0;
}

.linkForumUpdate {
	cursor: pointer;
	color: #1a6600;
	margin: 10px 0;
	/*float: right;*/
}

.linkForumUpdate::before {
   /*content: '\f0a2';*/
   content: '\f138';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   color: darkred;
   font-size:14px;
   margin:0px 2px 0px 0px;
   text-decoration:none;
}

/*		BACKGROUND AIRBOARD		*/

.linesBk {
	background-color: #fff !important;
	background-image:
	linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
	linear-gradient(#eee .1em, transparent .1em);
	background-size: 100% 1.2em;
}

.grideBk {
	background-color:#269 !important;
/*	background-image: linear-gradient(white 2px, transparent 2px),
	linear-gradient(90deg, white 2px, transparent 2px),
	linear-gradient(rgba(255,255,255,0.3) 1px, transparent 1px),
	linear-gradient(90deg, rgba(255,255,255,0.3) 1px, transparent 1px);*/
	background-image: linear-gradient(darkgrey 1px, transparent 1px), linear-gradient(90deg, darkgrey 1px, transparent 1px), linear-gradient(rgba(255,255,255,0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.2) 1px, transparent 1px);
	
	
	background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
	background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

.whiteBk {
	background-color: #fff !important;
}

.greyBk {
	background-color: darkgrey !important;
}

.greenBk {
	background-color: #001000 !important;
}

/*	course list	*/

.courseHeader {
	border-top: 1px solid darkgrey;
	padding-top:5px;
	display:flex;
}

.courseHeaderCol1 {
	flex-grow: 1;
}

.courseHeaderCol2 {
	width: fit-content;
}

span.istitution {
	font-size: 20px;
	color: #1a6600;
}

p.istitutionClass {
	margin: 22px auto 24px auto;
	line-height: 1;
	display: flex;
	justify-content: space-between;
}

span.courseName {
	cursor: pointer;
}

span.courseName:hover {
	text-decoration: underline;
}

span.dateClass {
	font-weight: normal;
	color: darkgrey;
}

select.acYear {
	font-size:16px;
	line-height:16px;
	height:auto;
	color:#1a6600;
}

span.department {
	font-size: 16px;
	color: darkgrey;
}

ul li.hoverableCourse {
	cursor: pointer;
	background:transparent;
}

ul li.hoverableCourse:hover {
	color					: #1a6600;
	background				: rgba(26, 102, 0, 0.1);
}

/*	class list	*/

.embargoMsg {
	width: 100%;
	text-align: center;
	color: black;
	border-top: 1px solid grey;
}

span.embargoInfo {
	
}

span.mediaInfo {
	margin: 0px 4px 0px 0px;
}

.iconMedia {
	color: darkgrey; 
}

span.className {
	/*font-weight: bold;*/
	color: #000000;
}

div.classSubjects {
	margin-left: 25px;
	font-style: normal;
	padding-left: 30px;
}

div.classEmbargo {
	margin-left: 55px;
	font-style: normal;
	/*padding: 0px 3px;*/
	border-bottom: 2px solid orange;
	width: fit-content;
}

div.classDescription {
	margin-left: 25px;
	font-style: normal;
	padding-left: 30px;
}

div.classTopics {
	margin-left: 25px;
	color: #1a6600;
}

ol.topics {
	list-style-type: disc;
}

ol.topics li {
	border: 0px;
    padding: 0px;
    margin-left: 10px;
}

div.myClassSummary {
	width: 98%;
	min-height: 0px;
	height: Auto;
	overflow: unset;
	display: none;
	font: 16px sans-serif;
	border: 1px solid #1a6600;
	margin: 20px 0px;
	background-color: #FFFFFF;
	padding: 15px;
	
}

div.myClassQuestion { 
	margin-top: -14px;
	text-align: right;
	margin-right: 20px;
	width: 98%;
	margin-bottom: 8px;
	/*cursor: pointer;*/
	display: flex;
}

div.myClassQuestionForm {
	width: 98%;
	min-height: 50px;
	font-size: 18px;
	border: 1px solid #1a6600;
	padding: 0px 10px;
	margin-bottom: 10px;
}

div.myClassQuestionFormAddCont {
	width: 100%;
	font-size: 18px;
	border: 0px solid #1a6600;
	border-bottom: 1px solid darkgrey;
	padding: 0px 10px;
	margin-bottom: 30px;
}

.myClassQuestionFormAdd {
	
}

.myClassQuestionList {
	
}

.myClassQuestionMsg {
	margin: 5px 0px 10px;
}


div.myClassSummaryContent {
	white-space: pre-wrap;
}

div.myClassSummaryContentForm {
	text-align: center;
}

textarea.myClassSummaryTextArea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 150px;
	min-height: 150px;
	max-height: 150px;
	border: 1px solid lightgrey;
    background: #f4f4f4;
    overflow-y: auto;
    margin: 10px 0;
    color: black;
    padding: 4px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
}

.iconSlideSel {
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0, 0.6);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0, 0.6);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0, 0.6);
}

.switchContentClass {
	display: flex;
	justify-content: space-evenly;
	text-align: center;
    padding: 2px 0px;
}


.eiTimeStampStartSlideEdit {
    color: yellow;
    background: #393939;
    font-family: 'time-normal';
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    width: 80px;
    text-align: center;
    margin: 0 4px 0 0;
	border-bottom: 2px solid green;
}

.inputTimeHour {
	border: 0px solid black;
	width: 23px;
	display: inline-block;
    color: yellow;
    background: #393939;
}

.inputTimeMinute {
	border: 0px solid black;
	width: 23px;
	display: inline-block;
    color: yellow;
    background: #393939;
}

.inputTimeSecond {
	border: 0px solid black;
	width: 23px;
	display: inline-block;
    color: yellow;
    background: #393939;
}

.saveTime {
	display:inline-block;
	border:1px solid grey;
	color:#fff;
	min-width:50px;
	font-size:14px;
	height:20px;
	line-height:20px;
	margin: 10px 20px 10px;
	padding:0 5px;
	text-align:center;
	box-shadow:1px 1px 4px 1px rgba(0, 0, 0, 0.27); 
	background:#4d90fe;
	cursor: pointer;
}

.cancTime {
	display:inline-block;
	border:1px solid grey;
	color:#fff;
	min-width:50px;
	font-size:14px;
	height:20px;
	line-height:20px;
	margin: 15px 20px 10px;
	padding:0 5px;
	text-align:center;
	box-shadow:1px 1px 4px 1px rgba(0, 0, 0, 0.27); 
	background:#8c0000;
	cursor: pointer;
}

.classSubjectsSelect {
    margin: 0px 5px 0px 0px;
    font-size: 15px;
    background-color: white;
    border: 1px solid #ACACAC;
    height: auto;
	min-width: 100px;
	max-width: 150px;
}

/*		POPUP SLIDE		*/

.authCatalogList {
	/*
	height: 125px;
	overflow: hidden;
	word-spacing: nowrap;
	*/
}

div.authSlideHeader {
	/*background-color: #2196F3;*/
	padding: 3px;
	color: #2196F3;
	font-size: 20px;
}

.authSlideList {
	height: 200px;
	overflow: auto;
	scrollbar-color: lightgrey #EFEFEF;
	scrollbar-width: thin;
}

div.authCatalogHeader {
	margin-bottom:3px;
	color: #2196F3;
	text-align: center;
}

div.authCatalogContainer {
	display: flex;
	flex-direction: row;
}

div.leftCatalog {
	width: 35px;
	text-align: left;
}

div.rightCatalog {
	width: 35px;
	text-align: right;
}

i.moveCatalog {
    color: darkgrey;
    font-size: 40px;
	margin-top: 20px;
	opacity: 0.4;
	color: #2196F3;
	cursor: pointer;
}

select.selectCatalogList {
	font-size: 16px;
    height: 26px;
	width: 200px;
}

div.authCatalogContent {
	display: flex;
	flex-direction: column;
	margin-left: 15%;
	/*
	flex-direction: row;
	flex-flow: wrap;
	width: calc(100% - 70px);
	overflow: hidden;
	*/
}

div.catalogRow {
	margin: 0px 4px 20px 0px;
	border: 1px solid darkgrey;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	max-width: 80%;
	/*height: 140px;*/
	overflow: hidden;
}

div.previewCatalog {
	display: flex;
	flex-direction: row;
	align-self: center;
	padding-left: 10px; 
}

img.previewCatalog {
	/*max-height: 100px;*/
	margin: 5px 3px;
	border: 1px solid lightgrey;
	max-width: 20%;
}

div.infoCatalog {
	display: flex;
	flex-direction: row;
	color: #fff;
    background-color: #2196F3;
	padding: 3px;
}

div.nameCatalog {
	flex-grow: 1;
	overflow: hidden; 	
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 10px;
}



div.authSlideContent {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
}

div.slideRow {
	margin: 3px 4px 3px 0px;
	border: 1px solid darkgrey;
    padding: 3px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	max-width: min-content;
}

div.previewSlide {
	text-align: center;
}

img.previewSlide {
	height: 100%;
	max-height: 150px;
}

/*
img.previewSlide:hover {
  -ms-transform: scale(2);
  transform: scale(2);
  transform-origin: left;
}
*/

div.infoSlide {
	margin-top: 5px;
	color: black;
	text-align: center;
	padding: 0px 5px;
	background-color: #EFEFEF;
}

.fa-stack { font-size: 0.5em; }
i.custom { vertical-align: middle; }

div.optionCourseRow {
	display: flex;
	flex-direction: row;
	margin-bottom: 3px;
    border-bottom: 1px dotted darkgrey;
}

div.optCourseName {
	flex-grow: 1;
}

div.optCourseTool {
	text-align: right;
}

i.optCourseTool {
	cursor: pointer;
	margin: 2px 5px auto;
}

.courseMore {
	cursor: pointer;
    margin-left: 25px;
    color: #1a6600;
    font-size: 16px;
}

.courseMoreInfoBox {
	border: 1px solid darkgrey;
	margin: 10px auto;
	padding: 5px;
	padding-top: 14px;
	color: #000000;
}

.courseMoreItemHeader {
	color: #1a6600;
	font-size: 24px;
	padding: 0px 2px;
	/* background-color: #EFEFEF; */
	margin-top: 10px;
	font-family: Gruppo;
	border-bottom: 1px solid grey;
}
.courseMoreItem {
	font-size: 18px;
}

.subjectGraphCont {
	border: 1px solid darkgrey;
	display: flex;
	width: 90%;
	height: 6px;
	margin: 4px auto auto 0px;
}

.subImportanceItem {
	border-right:1px solid #EFEFEF;
	width:10%;
}

.subImportanceLastItem {
	width:10%;
}

.examDateLeft {
	min-width: 30px;
	width: 30px;
	max-width: auto;
	height: 18px;
	line-height: 16px;
	font-size: 16px;
	text-align: center;
	border: 1px solid darkgrey;
	background-color: white;
}

select.changeClass {
    width: 180px;
    border-radius: 4px;
    border: 1px solid #ACACAC;
    font-size: 16px;
    background: #EEEEEE;
    margin-left: 5px;
    height: unset;
    line-height: 22px;
}

.courseContainer {
	max-width:1200px;
	margin:20px auto;
	font-size:18px
}

.classContainer {
	font-size:18px
}

.courseSubRow {
    border-bottom: 1px solid grey;
	margin-top: 20px;
}

.courseSubLine {
	display: flex;
    min-height: 30px;
    line-height: 30px;
}

.courseSubInfo {
	display: none;
	border: 1px dashed darkgrey;
    margin-bottom: 20px;
}

.courseSubSched {
	margin: 20px 5px;
}

.courseSubName {
	margin: 20px 5px;
	font-family: Gruppo;
	font-size: 30px;
	text-align: center;
	color: #777777;
}

.subName {
	width:50%;
	/*font-weight:bold;*/
	padding: 0px 2px;
}

.subExp {
	width: 8%;
	text-align: center;
}

.subConfidence {
	width:25%;
	/*font-weight:bold;*/
}

.subGraph {
	width:25%;
	/*font-weight:bold;*/
}

.btnOpenInfoDenied {
	width: fit-content;
	/*border: 1px solid lightgrey;*/
	color: black;
	cursor: auto;
	display: flex;
	padding: 0px 8px;
	text-align: center;
	/*margin: 0px auto;*/
	border-radius: 5px;
}

.btnOpenInfo {
	width: fit-content;
	/*border: 1px solid darkgrey;*/
	color: darkgrey;
	cursor: pointer;
	display: flex;
	padding: 0px 8px;
	text-align: center;
	/*margin: 0px auto;*/
	border-radius: 5px;
}

.subConfidenceAplly {
	display: block;
	text-align: center;
	margin: 4px auto;
}

.valConfidence {
	font-weight: bold;
	color: green;
	border: 1px solid darkgrey;
    padding: 0px 4px;
    margin-left: 3px;
}

.btnConfOK {
	border: 1px solid green;
	background-color: green;
	color: white;
    padding: 0px 4px;
    height: 24px;
    line-height: 20px;
	cursor: pointer;
	margin-left: 5px;
}

.btnConfNO {
	border: 1px solid grey;
	background-color: lightgrey;
	color: white;
    padding: 0px 4px;
    height: 24px;
    line-height: 20px;
	margin-left: 5px;
	/*cursor: pointer;*/
}

.subjectConfidence {
	border: 1px solid darkgrey;
	display: flex;
	width: 90%;
	height: 14px;
	margin: 0px auto auto 0px;
}

.courseSubLabel {
	border-bottom: 1px solid darkgrey;
	margin-bottom: 10px;
	background-color: #2196F3;
    color: white;
    padding: 0px 5px;
	cursor: pointer;
}

.courseSubLabelNum {
	
}

.courseSubHeader {
	text-align: center;
	
}

.btnAddMq {
	cursor: pointer;
}

.btnAddMq:hover {
	text-decoration: underline;
}

.mqBulkRow {
	display: flex;
	width: 80%;
	max-width: 800px;
	margin: 5px auto;
	border-bottom: 1px dashed lightgray;
	padding-bottom: 6px;
}

.mqBulkRow:last-child {
	border-bottom: 0px dashed lightgray;
	padding-bottom: 0px;
} 

.mqBulkCol1 {
	width: calc(100% - 100px);
	border: 0px solid red;
}

.mqBulkCol2 {
	width: 100px;
	border: 0px solid red;
	padding-left: 6px;
	padding-top: 6px;
}

.formTrueFalseIcon {
	font-size: 14px !important;
}

.mqBulkBtnTF {
	margin: 0px 0 0 4px;
	padding: 0;
	line-height: 0px;
	height: 20px;
	font-size: 20px;
	font-family: Gruppo;
	cursor: pointer;
	padding-left: 5px;
} 

.mqBulkQuestion {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 60px;
	min-height: 60px;
	max-height: 60px;
	resize: none;
	outline: none;
}

.mqBtnBool {
	margin-top: 22px;
	cursor: pointer;
	font-size: 20px !important;
}

.mqBtnBoolTrue {
	background-color: darkgreen;
}

.mqBtnBoolFalse {
	background-color: red;
}

.mqBulkBtnAdd {
    width: 120px;
    background: darkgreen;
    color: white;
    text-align: center;
    border-radius: 6px;
	line-height: 36px;
    height: 36px;
	cursor: pointer;
}


.mqBulkBtnEdit {
	width: 60px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	margin: 10px 15px;
}

.mqQuestionRow {
	display: flex;
	border-bottom: 1px dashed darkgray;
	margin: 5px 0px;
	padding: 5px;
}

.myQuestionView {
	
}

.myQuestionEdit {
	
}

.mqBulkBtnCont {
	display: flex;
	width: calc(90% - 100px);
	margin: 0 0 0 5%;
	display: flex;
	justify-content: space-between;
}

.myQuestionText {
	width: calc(100% - 50px);
}

.myQuestionTool {
	display: flex;
	width: 50px;
	justify-content: center;
	color: darkgrey;
}

.myQuestionTool {
	cursor: pointer;
}

.myQuestionResponse {
	width: 50px;
	text-align: center;
}

.myQuestionResponseIcon {
	
}

.mqCloseCont {
	width: 100%;
	margin: 0px auto;
	text-align: right;
}

.mqBtnClose {
	cursor: pointer;
	margin-right: 10px;
}

.titleMyQuestionClassCont {
    border-bottom: 1px solid #9f9f9f;
    width: 99%;
    padding-bottom: 4px;
    margin: 0px auto 12px auto;
	color: #1A6600;
	font-family: OpenSansCond;
	display: flex;
}

.titleMyQuestionClass {
	width: calc(100% - 240px);
	text-align: center;
	font-size: 22px;
}

.titleMyQuestionClassBtn {
	width: 120px;
	text-align: right;
	border: 0px solid red;
	line-height: 33px;
	font-size: 16px;
}

.mqTFRow {
	width: 80%;
	max-width: 800px;
	margin: 5px auto;
	border-bottom: 1px dashed lightgray;
	/*padding-bottom: 6px;*/
}

.mqTFRow:last-child {
	border-bottom: 0px dashed lightgray;
	padding-bottom: 0px;
} 

.mqTFRow1 {
	display: flex;
}

.mqTFRow2 {
	display: flex;
	justify-content: space-between;
}

.mqTFCol1 {
	width: 40px;
	border: 0px solid red;
}

.mqIcon {
	width: 26px;
	border: 0px solid #000000;
	text-align: center;
	margin: 4px 0px 0px 0px;
}

.mqTFCol2 {
	width: calc(100% - 140px);
	border: 1px solid grey;
	padding: 0 2px;
}

.mqTFCol3 {
	width: 100px;
	border: 0px solid red;
	padding-left: 6px;
	padding-top: 6px;
}

.mqQuestionResponse {
    width: 100px;
    color: #FFFFFF;
    text-align: center;
    height: 16px;
    line-height: 14px;
    font-size: 14px;
	margin: 2px 0px 2px auto
}



.mqBtnClose:hover {
	text-decoration: underline;
}

.csClassName {
	font-weight:bold;
}

.csClassName:hover {

	background-color: rgba(33,150,243, 0.2);
}

.csClassHeader {
	margin: 20px auto 10px 0px;
    font-size: 18px;
    color: #1a6600;
}

.csSlideClass {
	font-size: 14px;
    margin-left: 5px;
	cursor:pointer;
}

.csClassSlides {
	padding-left: 30px;
}

.csClassSlidesList {
	display: flex;
	flex-wrap: wrap;
}

.csSingolSlide {
	height: 100px;
	border: 2px solid darkgrey;
	margin: 5px;
	cursor: pointer;
}

.csSingolSlide:hover {
	border: 2px solid rgba(33,150,243, 1);
}

.csClassNotes {
	display: flex;
	flex-direction: column;
	padding-left: 30px;
}

.csSingolNote {
	display: flex;
	cursor: pointer;
}

.csSingolNote:hover {
	background-color: rgba(33,150,243, 0.2);
}

.csNoteLine {
	line-height: 100px;
}

.csSummary {
	white-space: pre-wrap;
}

.examCountDown {
	display: none;
    text-align: center;
    border: 0px dashed #2196F3;
    padding: 0px 20px;
    font-size: 20px;
	margin: -5px auto 10px;
	/*
    width: fit-content;
    margin: 0px auto;
	*/
}

.examCountDownNum {
	/*font-weight: bold;*/
	color: #2196F3;
}

.csQuestionTitle {
	cursor:pointer;
	font-weight:bold;
}

.csQuestionTitle:hover {
	background-color: rgba(33,150,243, 0.2);
}

.csQuestionCont {
	width: 80%;
	min-width: 360px;
	font-family: 'OpenSansCond';
	border: 1px solid #1a6600;
	margin: 20px auto;
	padding: 15px;
}

.csQuestionResult {
	width: 80%;
	min-width: 360px;
    text-align: center;
    font-size: 24px;
	font-family: 'OpenSansCond';
	margin: 20px auto;
	padding: 15px;
}

.csQuestionIn {
    font-size: 26px;
    color: #1a6600;
    margin-bottom: 15px;
	font-weight: bold;
}

.csAnswersIn {
	display: flex;
	font-size: 20px;
	margin: 5px auto;
	cursor: pointer;
	padding: 5px 0px;
}

.csAnswersIn:hover {
	background-color: rgba(26,102,0,0.1);
}

.csAnswersTextIn {
	width: calc(100% - 31px);
	color: black;
	border-bottom: 1px dashed darkgrey;
	padding: 0px 5px;
}

.csAnswersCheckIn {
	border-bottom: 1px dashed darkgrey;
	width: 31px;
}

.csAnswersBtn {
    width: fit-content;
    margin: 20px auto;
    border: 1px solid darkgrey;
    /* padding: 4px; */
    text-align: center;
	color: darkgrey;
	padding: 5px 10px;
}

.csAnswersBtnAct {
    width: fit-content;
    margin: 20px auto;
    border: 1px solid #2196F3;
    /* padding: 4px; */
    text-align: center;
	color: #2196F3;
	padding: 5px 10px;
	cursor: pointer;
}

.csAnswersBtnAct:hover {
    background-color: #2196F3;
	color: #FFFFFF !important;
}

.csAnswersNewxtBtn {
    width: 80%;
    min-width: 360px;
    color: #2196F3;
    font-size: 20px;
	text-align: right;
	margin: 20px auto;
	cursor: pointer;
}

.csAnswersNewxtBtn:hover {
    text-decoration: undeline;
}

.moreSlide {
	border: 2px dashed lightgrey;
    line-height: 68px;
    font-size: 70px;
    height: 80px;
	width: 80px;
    margin: 15px;
    cursor: pointer;
	text-align: center;
	color: darkgrey;
}

.moreSlide:hover {
	background-color: rgba(33,150,243, 0.1);
}

.anTrueFalseCont {
	display: flex;

}


.anTrueFalseText {
	width: calc(100% - 100px);
    border: 0px solid red;
	min-height: 50px;
	font-family: OpenSansCond;
    color: black;
}

.anTrueFalseBtn {
	width: 100px;
    border: 0px solid red;
}

.anTrueFalseFooterCont {
	display: flex;
	margin-bottom: 5px;
}

.anQuestionIcon {
	border: 0px solid red;
}

.anQuestionVotes {
	border: 0px solid black;
	flex-grow: 1;
}

.anQuestionResponse {
    width: 100px;
    color: #FFFFFF;
    text-align: center;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
}

.anQuestionSwitch {
	border: 0px solid red;
}

.anTrueFalseIcon {
	margin: 15px 20px;
	cursor: pointer;
}

.eiducoBtnSave {
	display: block;
	color: #fff;
	width: 50px;
	font-size: 14px;
	height: 20px;
	text-align:center;
	font-family: OpenSansCond;
	background: #4d90fe;
	margin: 0px auto;
	cursor: pointer;
}

#forumButton.linkForum {
	color: #1a6600;
	margin: 0px;
	font-weight: normal;
}

#forumButton.linkForumUpdate {
	color: darkred !important;
	margin: 0px;
	font-weight: bold;
}

#forumButton.linkForumUpdate::before {
	content: "";
}

.feedbackInClass {
	width: 98%;
	background-color: #2196F3;
	color: white;
}

.feedICRow1 {
	display: flex;
}

.feedICRow2 {
	background-color: white;
	color: black;
}

.feedICRow3 {
	height: 5px;
}

.feedICtime {
	margin-top: 8px;
	height: min-content;
	color: unset !important;
	border-bottom: 2px solid lightgrey !important;
}

.feedICquestion {
	width: calc(100% - 118px);
	font-size: 24px;
	/*color: #2196F3;*/
	padding-left: 10px;
	/*background-color: #2196F3;*/
	
}

.feedICtool {
	display: flex;
	width: 40px;
	justify-content: right;
	margin-top: 10px;
}

.feedICicon {
	cursor: pointer;
}

.resultGlobalSearch {
	width:100%;
	height:84%;
	overflow-y:auto;
	text-align:center;
	scrollbar-color: lightgrey #EFEFEF;
	scrollbar-width: thin;
} 


.feedbackInClassAnswerRowClose {
	display: flex;
	margin: 5px 0px;
}

.feedbackInClassAnswerRow {
	display: flex;
	margin: 5px 0px;
	padding: 6px;
	
}

.feedbackInClassAnswerRow:nth-child(2n+1) {
	background-color: #DDD;
	box-shadow: 0 2px 3px 1px rgba(0,0,0,0.2);
	border-bottom: 2px solid #c4c4c4;
}


.feedbackInClassAnswer {
	font-family: OpenSansCond;
   /* color: black;*/
    white-space: pre-wrap;
	font-size: 1.1em;
}


.feedbackInClassAnswerClose {
	font-family: OpenSansCond;
    /* color: black;*/
    white-space: pre-wrap;
}

.feedbackInClassCount {
	font-family: OpenSansCond;
  /*  color: black;*/
	margin-left: 10px;
}

.feedICquestionText {
	cursor: pointer;
}

.feedICiconType {
	color: lightgrey;
	font-size: 0.8em !important;
	margin-right:5px;
}

.feedbackInClassPlotAnswer {
	width: 50px;
	/*color: black;*/
	padding: 10px;
}

.feedbackInClassPlotGraph {
	width: calc(100% - 100px);
	border-bottom: 1px dotted black;
	margin-bottom: 4px;
}

.feedbackInClassPlotCount {
	width: 50px;
	text-align: right;
	color: white;
	padding: 10px;
}

.feedbackInClassPlotBar {
	border: 2px solid #2196F3;
	height: 0.6em;
	margin-top: 1em;
}



/*		DROP DOWN MENU				*/

.dropbtn {
    background-color: transparent;
    color: black;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
}

.dropbtn:hover, .dropbtn:focus {
	/*background-color: #2980B9;*/
	background-color: transparent;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-contentCourse {
	display: none;
	position: absolute;
    background-color: #ffffff;
	right: 0px;
	top: 24px;
	width: 150px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    border: 1px solid grey;
	font-size: 16px;
	color: black;
}

.dropdown-content {
	display: none;
	position: absolute;
    background-color: #ffffff;
    top: 40px;
    right: 100px;
    width: 150px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    border: 1px solid grey;
	font-size: 16px;
	color: black;
}

.dropdown-content a {
	color: black;
	padding: 4px 4px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	border-top:1px solid grey;
}

.dropdown-content a:first-child {
	border-top:0px;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block!important;}

.itemMenu {
	display: flex;
	cursor: pointer;
	border-bottom: 1px solid grey;
    min-height: 28px;
    line-height: 28px;
}

.itemMenu:last-child {
	border-bottom: 0px solid grey;
}

.itemMenu:hover {
	background-color: #ddd;
}

.iconItem {
	width: 40px;
	text-align: center;
	line-height: 28px;
}

.textItem {
	width: calc(100% - 40px);
}

.inClassStudyPlannerCont {
	width: 100%;
	height: calc(100% - 60px);
	overflow: auto;
	scrollbar-color: lightgrey #EFEFEF;
	scrollbar-width: thin;
}

.inClassStudyPlanner {
	max-width: 1200px;
	width: 90%;
    border: 1px solid darkgrey;
	border-top: 0px;
    margin: 0px auto;
    padding: 14px 5px;
    color: #000000;
}

.alertIcon {
	display: inline-block;
	color: darkred;
	margin-left: 10px;
	visibility: hidden;
	font-size: 0.8em !important;
	cursor: pointer;
}

.alertIcon:hover {
	color: white;
	background-color: darkred;
}


div.classAirNotes {
	display: flex;
	width: 98%;
	/*min-height: 50px;
	border: 1px solid #1a6600;*/
	margin: 20px 0px;
	height: auto;
}

div.airNotesThumb {
	border: 0px solid darkgreen;
	cursor: pointer;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	position: relative;
}

.iconOnImg {
	position: absolute; 
	right: 2px; 
	bottom: 2px;
	z-index: 2;
	cursor: pointer;
	opacity: 0.4;
	font-size: 0.8em !important;
}

.airNotesImgCont {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}

.airNotesImgMap {
	position: relative;
	width: fit-content;
	margin: 0px auto;
}

.divImgMap {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%; 
	z-index: 2;
	padding: 0px 6px;
}

.areaImgInlineNote {
	background:#fff;
	display: block;
	opacity: 0;
	cursor: pointer;
}

.areaImgInlineNote:hover {
    background: yellow;
    opacity: 0.3;
}

i.closeNoteImg {
	position: absolute;
	right: 5px;
	top: 0px;
	cursor: pointer;
	color: darkgrey;
}

div.menuNoteDown {
	position: relative;
	cursor: pointer;
	color: darkgrey;
	display: inline-block;
	font-size: 0.7em;
	font-family: sans-serif;
}

.dropdownNotesDown-content {
	display: none;
	position: absolute;
	background-color: #ffffff;
	top: -7px;
	left: 15px;
	width: 150px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 3;
	border: 1px solid grey;
	text-align: left;
}

.dropdownNotesDown-content a {
	color: darkgrey;
	padding: 4px 8px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	border-top: 1px solid grey;
}

.dropdownNotesDown-content a:first-child {
	border-top: 0px;
}

.menuNoteDown a:hover {background-color: #ddd;}

div.menuNoteImg {
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	color: darkgrey;
}

.airNotesImg {
	max-width: 98%;
	border: 1px solid darkgrey;
    padding: 0px 6px;
	z-index: 1px;
}

.colAirnote {
	color: #FFFFFF;
	background-color: #1a6600;
	width: 22px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	text-align: center;
}

.airNotesList {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*width: calc(100% - 22px);*/
}

img.airNotesThumb {
	width: 76.5px;
	height: auto;
	z-index: 1;
}

div.airNotesThumbCont {
	margin: 10px 6px;
	border: 1px solid transparent;
	border-bottom: 4px solid transparent;
} 

div.airNotesThumbCont:hover {
	border: 1px solid darkgreen;
}

div.airNotesSel {
	border-bottom: 4px solid darkgreen;
}

div.airNotesThumbTime {
	font-family: "time-normal";
	margin-top: 4px;
	text-align: center;
	font-size: 0.8em;
	color: grey;
	/*padding: 2px;*/
} 

.airNoteClose {
	max-width: 900px;
	text-align: right;
	cursor: pointer;
}


.areaImgNote {
	background:#fff;
	display: block;
	opacity: 0;
	position:absolute;
	cursor: pointer;
}

.areaImgNote:hover {
    background: yellow;
    opacity: 0.3;
}

.nAirNotes {
	font-size: 0.8em;
}

/* MENU DROP DOWN */

.dropbtnNotes {
	background-color: transparent;
    color: darkgrey;
	padding: 8px;
	font-size: 1em;
	border: none;
	cursor: pointer;
}

.dropbtnNotes:hover, .dropbtnNotes:focus {
	/*background-color: #2980B9;*/
	background-color: transparent;
}

.dropdownNotes {
	/*
	position: relative;
	display: inline-block;
	*/
}

.dropdownNotes-content {
	display: none;
	position: absolute;
	background-color: #ffffff;
	top: 12px;
	left: -130px;
	width: 130px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 3;
	border:1px solid grey;
	text-align: left;
}

.dropdownNotes-content a {
	color: darkgrey;
	padding: 4px 8px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	border-top: 1px solid grey;
}

.dropdownNotes-content a:first-child {
	border-top: 0px;
}

.dropdownNotes a:hover {background-color: #ddd;}

.iconMenuNotes {
	width: 20px;
}

/*.show {display: block;}*/


.privateNoteContentHide {
	font-family: monospace; 
	color: black; 
	min-height: 10px; 
	max-height: 100px;
	white-space: pre-wrap;
	padding: 10px 0px;
	overflow: hidden;
}

.privateNoteContentShow {
	font-family:monospace; 
	color: black; 
	height: Auto; 
	white-space: pre-wrap;
	padding: 10px 0px;
}

.moreText {
	text-align: center;
	cursor: pointer;
}

.moreText:hover {
	background-color: rgba(239,239,239,0.3);
}

.headerLinks {
	text-align: center;
	/* background-color: #DDD; */
	display: flex;
	font-size: 1.4em;
	color: #1a6600;
	/* border-bottom: 2px solid gray; */
	box-shadow: 0 0px 6px 0 rgba(0,0,0,0.2);
}

.titleHeadLinks {
	text-align: center;
	flex-grow: 1;
}

.iconHeadLinks {
	padding: 0px 8px 0px 0px;
	color: darkgrey;
}

.titleLinkNum {
	color: darkgrey;
	font-size: 0.9em;
	margin-left: 4px
}

.courseLinksHeader {
	padding: 4px 0;
	/* height: 30px; */
	background-color: #DDD;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	border-bottom: 1px solid darkgrey;
}

.linkSearch {
	/* height: 24px; */
	outline: none;
}

.iconPlus {
	cursor:pointer;
	line-height: 1.5em !important;
	font-size: 1.1em !important;
	color: darkgrey;
	margin-right: 3px;
}

.courseLinksContainer {
	height: calc(100% - 50px);
	overflow-x: hidden; 
	overflow-y: auto; 
	scrollbar-color: lightgrey #EFEFEF;
	scrollbar-width: thin;
}

.addLinkBookmark {
	cursor:pointer; 
	padding: 6px 0px 6px 10px;
	text-align: center;
	font-size: 1.2em;
}

.iconAsc {
	margin: 10px 0px 0px 0px;
}

.iconAddLink {
	color: #1a6600;
}

/*									*/

.pointImg {
	position: absolute;
	width: 1em;
	height: 1em;
	z-index: 5;
	border-radius: 0.5em;
	border: 1px solid black;
}

.pointImgIn {
	opacity: 0.6;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.pointImg15 {
	width: 1.5em !important;
	height: 1.5em !important;
	border-radius: 0.7em !important;
}

.pointImg20 {
	width: 2em !important;
	height: 2em !important;
	border-radius: 1em !important;
}

/*							*/

@media screen and (max-width: 1000px) {
	
	#toolbarMenu {
		display: block !important;
	} 
	
	#Settings {
		display: none !important;
	} 
	
	#searchGlobalButton {
		display: none !important;
	} 
	
	#generalNotesButton {
		display: none !important;
	} 
	
	#bookmarkButton {
		display: none !important;
	} 
	
	#forumButton {
		display: none !important;
	} 
	
	#studyPlannerButton {
		display: none !important;
	} 
}