@charset "utf-8";
/* CSS Document */

:root {
    --smalltile-color: rgba(91,196,241,0.4);
	--finland: #005690;
	--gold: #e1b957;
	--ice: #5bc5f1;
	--rock: #696969;
	--lake: #13afcd;
	--autumn: #a02953;
	--forest: #97cc16;
	--summer: #ffcf00;
	--birch: #f2efe9;
    --menu-color: #FFF;
    --input-color: #FFF;
	--att-color: #13afcd;
	--bg-color: #FFF;
	--bg-color2: #EEE;
	--border-color: #CCC;
	--font-color:#222;
	--shadow-color: #CCC;
	--hover-color: #CCC;
	--navi-color: #005690;
}

/* :root {
    --smalltile-color: rgba(91,196,241,0.4);
	--finland: #005690;
	--gold: #e1b957;
	--ice: #5bc5f1;
	--rock: #696969;
	--lake: #13afcd;
	--autumn: #a02953;
	--forest: #97cc16;
	--summer: #ffcf00;
	--birch: #f2efe9;
    --menu-color: #222;
    --input-color: #FFF;
	--att-color: darkslategray;
	--bg-color: #181818;
	--bg-color2: #222;
	--border-color: #555;
	--font-color:#DDD;
	--shadow-color: #666;
	--hover-color: #555;
	--navi-color:#13afcd;
} */


/* width */
::-webkit-scrollbar {
 width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
background: dimgray;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #bec4c4;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background: #555;
}  

body {
	font-family: 'CallunaSans-Light';
	margin: 0;
	background-color: var(--bg-color);
	color: var(--font-color);
}

a {
	color: var(--navi-color) !important;
}

h1,h2,h3 {
	font-family: 'Calluna';
	color: rgb(0,87,144);
	margin-block-start: 0;
}

h4,h5,h6 {
	margin-block-start: 0;

}

p {
	margin-block-start: 0;
}

#infoBoxArea ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0.2em;
    margin-block-end: 0.2em;
    padding-inline-start: 20px;
    unicode-bidi: isolate;
}

.eLink {
	color: steelblue;
	cursor: pointer;
}

.hr-lines {
	width: 100%; 
	text-align: center; 
	border-bottom: 1px solid #666; 
	line-height: 0.1em;
	margin: 10px 0 20px; 
	margin-block-end: 0.7em;
    margin-block-start: 0.7em;
 }

	 
 .hr-lines span {
    background: var(--birch);
    padding: 0 10px;
}	
  

.ecfLogo {
	height: 70px
}

.echubLogo {
    height: 58px;
    position: relative;
    left: 9px;
	top: 2px;
	cursor: pointer;
}

#viesti {
    display: none;
    position: fixed;
    font-size: 10pt;
    top: 0;
    left: 30%;
    width: 420px;
    height: auto;
    min-height: 30px;
    text-align: center;
    background-color: rgb(160,197,24);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-transform: uppercase;
    color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 10px;
    opacity: 0.8;
	z-index: 200;
}

#viestiteksti {
    display: inline-block;
    max-width: 380px;
}

.ui-checkboxradio-label {
    font-size: 12px !important;
    width: 140px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    border: 3px outset;
}

.ui-state-active {
    /* background: #007fff; */
    font-weight: 900 !important;
    color: #454545 !important;
	border: 3px inset !important;
	background-color: #EFEFEF !important;
}

.test {
	color:lawngreen;
}

.tip {
    color:deepskyblue;
    font-size: 14px;
    margin-right:6px;
    margin-left: 6px;
    cursor: pointer;
}

.d_ok {
    display: inline-block;
    font-weight: bold !important;
    text-transform: uppercase;
    position: relative;
    left: 30px;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    padding-left: 13px !important;
    padding-right: 13px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    text-align: center;
    overflow: visible;
    border: 0px none #008085 !important;
    background: #13afcd !important;
	color: #FFF !important;
	min-width: 100px;
}

.d_okDis {
	background: #CCC !important;
	cursor: no-drop !important;
}

.d_cancel {
    display: inline-block;
    float: right;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    border: 0px none #008085 !important;
    background: none !important;
    color: #FF0000 !important;
    text-decoration: underline;
}

.progress-bg {
    background-color: #ccc;
    position: relative;
}

.progress-bar {
	background-color: var(--lake);
}

.progress-count {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

#qe_insert {
	display:none;
}

#qe_paste {
	display:none;
}

#overlay {
    background-color: #AAA;
    opacity: 0.4;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	z-index: 10;
	display: none;
}

.basicBtn {
	height: 35px;
    line-height: 35px;
    padding: 0 10px 0 10px;
    text-align: center;
    background-color: rgb(91,196,241);
    color: #444;
    cursor: pointer;
    display: inline-block;
    min-width: 85px;
    font-weight: bold;
}

.basicBtn:hover {
	background-color: rgba(91,196,241,0.8);
}

.basicBtnDisabled {
	background-color: #BBB;
	color: #888;
}

.basicBtnDisabled:hover {
	background-color: #BBB;
}

.miniBtn {
	font-size: 18px;
    cursor: pointer;
}

.menuSmall {
    display: none;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 10;
    /*border-radius: 5px;*/
    border: 1px solid var(--border-color);
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0;
	font-weight: bold;
	font-family: 'CallunaSans-Light' !important;
    font-size: 10pt;
    background-color: var(--menu-color);
}

.wbMenuSmall {
	top: 45px;
}

.menuSmallClient {
	width:150px;
}

.menuItem {
	position: relative;
	cursor: pointer;
    padding-left: 23px;
    padding-right: 21px;
    border-radius: 5px;
	margin-bottom: 4px;
	z-index: 10;
}

.menuItem:hover {
	background-color: var(--hover-color);
}

.menuModule {
	right: 30px;
	background: var(--menu-color);
}

.miCheck {
	display: none;
	position: absolute;
	left: 5px;
}

.miCheckShow {
	display: inline-block;
}


.optRow {
	position: relative;
    margin-top: 5px;
    font-size: 12px;
    border-bottom: 1px solid #BBB;
    padding-bottom: 5px;
	display:flex;
}

.optRowS {
	position: relative;
    margin-top: 5px;
    font-size: 12px;
    padding-bottom: 2px;
}

.optRowI {
	position: relative;
	display: inline-block;
    margin-top: 5px;
	margin-right: 10px;
    font-size: 12px;
    padding-bottom: 2px;
}

.optLabel {
	display: inline-block;
	width: 130px;
	vertical-align: top;
}

.optLabelI {
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}

.optRadio {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
    width: 194px;
}

.optRadioS {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
    width: 110px;
}

.optText {
	display: inline-block;
	width: 60px;
}

.optTextN {
    width: 170px;
}

.optTextW {
    width: 420px;
}

.optTextPart {
	display: inline-block;
}


.textInput {
	border-radius: 4px;
	background-color: white;
	padding: 3px 10px 5px 10px;
	font-size: 15px;
	width: 98%;
	border: 1px solid #999;
	box-sizing: border-box;
}


.textInputSmall {
	border-radius: 4px;
	background-color: white;
	padding: 3px 2px 5px 2px;
	font-size: 15px;
	width: 40px;
	border: 1px solid #999;
}

.dateTextInput {
    border-radius: 4px;
    background-color: white;
    padding: 3px 5px 5px 5px;
    font-size: 15px;
    width: 13em;
    border: 1px solid #999;
    font-size: 15px;
    box-sizing: border-box;
}

.ecOptional {
	display: none;
}

.ecOptLabel {
	display: none;
}

.qOptRow {
	margin-bottom: 3px;
}

.qOptVal {
	width: 20px;
	margin-right: 10px;
}

.qOptText {
	width: 200px;
	margin-right: 10px;
}

.qRadioHItem {
	display: inline-block;
    margin-right: 10px;
    max-width: 250px;
    margin-left: 28px;
    vertical-align: top;
    text-indent: -26px;
}

.qRadioVItem {
	display: block;
    margin-right: 10px;
    max-width: 650px;
    margin-left: 28px;
    text-indent: -26px;
}

.qRButton {
	margin-right: 8px;
}

#optAddDiv {
	color: rgb(0,87,144);
	cursor: pointer;
	margin-top: 5px;
}

#oriFileName {
	display: inline-block;
    height: 30px;
    margin: 5px 0 0 3px;
}

#topBlock {
	margin-bottom: 15px;
}

#topLeft {
	text-align: left;
	padding-left: 8px;
	padding-top: 8px;
}

#topMiddle {
	padding-top: 0.5em;
	text-align: center;
}

#topRight {
	padding-top: 1em;
	text-align: right;
	padding-right: 10px;
}

/* .topMenuItem {
	display: inline-block;
	width: 60px;
	margin-right: 15px;
	position: relative;
	cursor: pointer;
} */



#topName {
	margin-right: 10px;
}

#topCert {
    color: #444;
    cursor: pointer;
    padding-left: 1px;
    padding-right: 5px;
	display: none;
}

#topHead {
    color: #777;
    cursor: pointer;
    padding-left: 1px;
    padding-right: 1px;
}

#topDots {
    color: #777;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}

#topMenu {
    right: 0px;
    top: 40px;
    width: 200px;
	padding-top: 6px;
    text-align: left;
	background-color: var(--menu-color);
	box-shadow: 3px 3px var(--shadow-color);
}

#topUserMenu {
    right: 0px;
    top: 40px;
    width: 200px;
	padding-top: 6px;
    text-align: left;
	background-color: var(--menu-color);
	box-shadow: 3px 3px var(--shadow-color);
}


/* .topMenuLine {
	position: relative;
    top: -18px;
    height: 21px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #000;
    transition: border-color 0.7s;
    border-color: #FFF;
}

.topMenuLine:hover {
	border-color: #000;
} */

#content {
	width: 100%;
	position: relative;
	height: 600px;
	overflow: auto;
	box-sizing: border-box;
}

/* ******************** Main page ************************************** */

#coursesBlock {
	position: relative;
    box-sizing: border-box;
    padding: 20px 10% 20px 10%;
    width: 100%;
}

#filterPanel {
	position: fixed;
	top: 200px;
	left: 3px;
	z-index: 5;
	background-color: var(--bg-color2);
    box-shadow: 2px 2px var(--shadow-color);
	padding:6px;
}

.filterPanelIcon {
	font-size: 12px;
	cursor: pointer;
}

.filterPanelArrow {
	position: absolute;
	right: -4px;
	top: 5px;
}

#filterPanelTab {
	min-width: 24px;
	position: relative;
}

.groupTitle {
    margin-top: 0.4em;
    margin-left: 1.4em;
    font-weight: bold;
}

.groupTitle2 {
    margin-top: 0.8em;
    margin-left: 1.8em;
    font-weight: bold;
}

.groupFilterRow {
	position: relative;
	cursor: pointer;
}

.groupFilterRow:hover {
	background-color: #ddd;
}

.groupFilterName {
	display: inline-block;
	width:140px;
	vertical-align: middle;
}

.groupFilterActions {
	display: inline-block;
	width:20px;
	vertical-align: middle;
}


.crsAddTile {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 82px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    background-color: var(--bg-color2);
    cursor: pointer;
	vertical-align: middle;
	box-shadow: 2px 2px var(--shadow-color);
}

.crsItem {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 275px;
	height: 230px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color: var(--bg-color2);
	cursor: pointer;
	box-shadow: 2px 2px var(--shadow-color);

}

.crsItem:hover {
	box-shadow: none;
	top: 2px;
	left: 2px;
}

.crsTileTop {
	box-sizing: border-box;
	width: 100%;
	height: 34%;
	overflow: hidden;
}

.crsTileMiddle {
	box-sizing: border-box;
	width: 100%;
	height: 55%;
	padding: 5px 7px 5px 7px;
	overflow: hidden;
}

.crsTileBottom {
	box-sizing: border-box;
	width: 100%;
	height: 12%;
	padding-left: 7px;
}

.crsTileImg {
	width: 100%;
	position: relative;
}

.crsTileName {
	font-size: 14px;
	font-weight: bold;
}

.crsTileOwner {
	font-size: 14px;
}

.crsTileDescription {
	width: 100%;
    height: 75px;
    overflow: hidden;
    margin-top: 4px;
}

.crsTileFav {
	position: absolute;
	cursor: pointer;
    right: 8px;
    bottom: 3px;
    padding: 4px;
}

.crsTileFavOn {
	color: var(--lake);
}


/* ******************** Course page ************************************** */

.postItItem {
    position: fixed;
    top: 5%;
    left: 4%;
	width: 350px;
	z-index: 3;
}

.postIt {
	width: 100%;

}

.postItNote {
	position: absolute;
    top: 94px;
    left: 43px;
    width: 260px;
    font-size: 18px;
}

.postItPosted {
	position: absolute;
    bottom: 40px;
    left: 43px;
	font-size: 15px;
	transform: rotate(7deg);
}

.postItPostedBy {
    position: absolute;
    bottom: 40px;
    right: 35px;
    font-size: 18px;
    font-family: 'Lobster Two', Helvetica, sans-serif;
    color: #666;
}


.postItClose {
    position: absolute;
    top: 49px;
    right: 39px;
    font-size: 30px;
    color: #BBB;
    cursor: pointer;
}

.postItMove {
	position: absolute;
    top: 1px;
    right: 135px;
    width: 60px;
    height: 77px;
    cursor: move;
}

.postItItemM {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 350px;
    height: 200px;
    background-color: khaki;
    margin-right: 8px;
    margin-bottom: 13px;
}

.postItItemIA {
	background-color: #DDD;
}

.postItMHeader {
	position: relative;
	width: 100%;
	height: 25px;
	box-sizing: border-box;
	padding: 5px;
	border-bottom: 1px solid #CCC;
}

.postItMFooter {
	position: relative;
	width: 100%;
	height: 25px;
	border-top: 1px solid #CCC;
}

.postItIcons {
	position: absolute;
    right: 10px;
    bottom: 5px;
}

.postItNoteM {
	width: 100%;
    font-size: 16px;
    padding: 3px 5px 3px 5px;
    box-sizing: border-box;
    height: 150px;
    overflow: hidden;
}

.postItValidFM {
	display: inline-block;
	font-size: 15px;
}

.postItValidUM {
	display: inline-block;
	font-size: 15px;
}

.postItOOD {
	color: red;
}

.postItPostedByM {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 15px;
}

#courseTopImgBlock {
	height: 400px;
    overflow: hidden;
}

.courseTopImg {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#imgScaleBtns {
	margin-left: 15px;
	margin-top: 5px;
}

.imgScaleBtn {
	display: inline-block;
    background-color: var(--bg-color2);
    width: 30px;
    height: 20px;
    line-height: 16px;
    text-align: center;
    margin-right: 2px;
    font-size: 20px;
    cursor: pointer;
}

#courseTitleDiv {
	position: relative;
	box-sizing: border-box;
}

#courseTitleLeft {
	display: inline-block;
	width: 79%;
	box-sizing: border-box;
	vertical-align: middle;
}

#courseTitleRight {
	display: inline-block;
	width: 19%;
	box-sizing: border-box;
	vertical-align: middle;
}

#courseClientLogo {
	width: 100%;
	max-width:100%;
}

#courseTitle {
	font-family: 'Calluna';
	color: rgb(0,87,144);
	margin-top: 30px;
	margin-bottom: 10px;
    font-size: 33px;
    font-weight: bold;
	text-align: center;
	width: 50%;
    margin-left: auto;
    margin-right: auto;
}

#courseDesc {
	padding: 20px 10% 20px 10%;
}

#courseHeader  {
	width: 100%;
	display: flex;
	height: 30px;
}

#courseHeaderLeft {
	width: 10%;
}

#courseHeaderMiddle {
	width: 70%;
}

#courseHeaderRight {
	width: 20%;
}

.infoBtn {
	margin-left: 30px;
    font-size: 24px;
    padding: 0 10px 10px 10px;
    color: #005690;
    cursor: pointer;
}

#infoBox {
    position: fixed;
    top:100px;
    width: 290px;
    background-color: #FFF;
    opacity: 0.8;
    border: 1px solid #999;
    z-index: 10;
    display:block;
    min-width: 110px;
    overflow: hidden;
}

.infoBoxHeader {
    position: relative;
    background-color: var(--gold);
    padding: 5px;
    color: #FFF;
    cursor: move;
}

#infoBoxArea {
    min-height: 50px;
    overflow: hidden;
    position: relative;
    padding: 0 6px 6px 6px;

}

.infoBoxLabel {
    display: inline-block;
}

.infoBoxCount {
    position:absolute;
    right: 34px;
    top: 5px;
}

.infoBoxFilter {
    position:absolute;
    right: 47px;
    top: 5px;
    color: #888;
    padding: 0 5px 0 5px;
    cursor: pointer;
}

.infoBoxFon {
    color: red;
}

.infoBoxIcon {
    position:absolute;
    right: 25px;
    top: 4px;
    cursor: pointer;
    font-size: 13px;
    font-family: 'Segoe UI Symbol';
}

.infoBoxXIcon {
    position:absolute;
    right: 5px;
    top: 1px;
    cursor: pointer;
    font-size: 14pt;
}


.gbiMenu {
    right: 16px;
    padding: 0 4px 0 4px;
}

.gbiMin {
    padding-top: 3px;    
    right: 6px;
}

.gbiMax {
    font-size: 15px;
    display: none;
    right: 6px;
}

.userInfoRow {
    margin-top: 7px;
}

.userInfoMiniRow {
    height: 15px;
}

.userInfoLabel {
    display: inline-block;
    vertical-align: top;
    font-style: italic;
}

.userInfoData {
    display: inline-block;
}

.uInfoUserid {
    position: absolute;
    right: 8px;
    top: 3px;
}

.redLink {
    display: inline;
    color: #FF0000 !important;
    text-decoration: none;
    font-size: 10pt;
}

.symbolRow {
	display: flex;
}

.symbolName {
	padding-top: 10px;
	width: 200px;
}

.symbolImgDiv {
    width: 132px;
    text-align: center;
    margin-right: 5px;
}

.symbolImg {
	width: 40px;
}


.symBlueH {
	background-color: #005690;
    color: #EEE;
    padding: 7px;
}

.symGoldH {
	background-color: #e1b957;
    color: #444;
    padding: 7px;
}

.homeButton {
	display: inline-block;
    position: relative;
    top: 24px;
	font-size: 24px;
    color: #555;
    margin-left: 20px;
    cursor: pointer;
}

.cTab {
	display: inline-block;
	width: 100px;
	height: 30px;
	text-align: center;
	padding-top: 5px;
	background-color: var(--bg-color);
	cursor: pointer;
}

.cTabSel {
	background-color: var(--bg-color2);
	font-weight: bold;
}

#courseBody {
	position: relative;
	box-sizing: border-box;
	padding: 20px 10% 20px 10%;
	width: 100%;
	background-color: var(--bg-color);
}

#shareBody {
	display: none;
	position: relative;
    box-sizing: border-box;
    padding: 20px 10% 50px 10%;
    width: 100%;
    background-color: var(--bg-color);
    margin-bottom: 0;
    min-height: 600px;
}

#miscBody {
	display: none;
	position: relative;
	box-sizing: border-box;
	padding: 20px 10% 20px 10%;
	width: 100%;
	background-color: var(--bg-color);
	margin-bottom: 800px;
	min-height: 600px;
}

#partiBody {
	display: none;
	position: relative;
	box-sizing: border-box;
	padding: 10px 1% 20px 1%;
	width: 100%;
	/* background-color: var(--bg-color); */
	margin-bottom: 800px;
	min-height: 600px;
}

#partiSelDiv {
	/* position: absolute;
    top: 28px;
	left: 39px; */
	margin-bottom: 10px;
}

#clientUsersBody {
	display: none;
	position: relative;
	box-sizing: border-box;
	padding: 10px 1% 20px 1%;
	width: 100%;
	/* background-color: var(--bg-color); */
	margin-bottom: 800px;
	min-height: 600px;
}

.ptContContent {
    background-color: #ccc;
    padding: 5px;
	margin-top: 4px;
    margin-bottom: 8px;
}

.udContStatus {
    border: 1px solid #444;
    padding: 6px;
    border-radius: 6px;
}

.ptrow:hover {
	background-color: #ddd;
}

.ptNameCell {
	width: 170px;
	overflow: hidden;
}

.ptNameGray {
	color: #bbb;
}

.ptCertCell {
	width: 17px;
	cursor: pointer;
	color:#ccc
}

.ptLedCell {
	width: 17px;
	cursor: pointer;
	color:#ccc
}

.ledGray {
	color: #ccc;
}

.ledGreen {
	color: limegreen;
}

.ledOrange {
	color: orange;
}

.ledBlack {
	color: black;
}

.ledBlue {
	color: dodgerblue;
}

.ledRed {
	color: red;
}
.ptGreen {
	color: green;
	font-weight: bold;
	cursor: pointer;
}

.ptTable {
	border-spacing: 0;
	border: 1px solid white;
}

.ptHeaderCell {
    min-width: 75px;
    max-width: 130px;
    text-align: center;
    padding: 4px;
    position: relative;
}

.ptPGroup {
	font-weight: bold;
	background-color: #008085;
	color: white;
}

.ptNoteCell {
	width: 17px;
	cursor: pointer;
	color:#ccc
}

.ptEmailCell {
	width: 300px;
	overflow: hidden;
}

.ptLinkCell {
	width: 100px;
	overflow: hidden;
}

.ptUseridCell {
	width: 50px;
	overflow: hidden;
}

.ptModCell {
	width: 14px;
	font-weight: bold;
	overflow: hidden;
}

.ptContCell {
	width: 90px;
	overflow: hidden;
}

.ptContCellN {
	width: 12px;
	overflow: hidden;
}

.ptContCellNR {
	width: 12px;
	overflow: hidden;
	background-color: #DEDEDE;
	border: 1px solid white;
}

.ptSeen {
	background-color: #888 !important;
	color: #fff;
}

.ptIstask {
	background-color: #D0FFFF;
}

.ptStatusGreen {
	color:limegreen;
}

.ptStatusOrange {
	color:orange;
}

.ptStatusRed {
	color:red;
}

.ptStatusGray {
	color:lightsteelblue;
}

.ptNotConnected {
	color: red;
}

.cuIcon {
	display: inline-block;
	width:20px;
	color:#eee;
	text-align: center;
	cursor: pointer;
}

.cuCert {
	display: inline-block;
	width:20px;
	color:#eee;
	text-align: center;
	cursor: pointer;
}

.cuVUntil {
	display: inline-block;
	width:20px;
	text-align: center;
	cursor: pointer;
}

#ucNoteBlock {
	position: absolute;
    left: 217.016px;
    top: 477px;
	width: 400px;
	display: block;
    border: 1px solid #888;
    border-radius: 4px;
	display: none;
}

#ucNoteDiv {
	padding: 4px;
	background-color: #eee;
}

.ucnHeader {
    padding: 4px;
	border-bottom: 1px solid #888;
	background-color: #ccc;
	font-size: 80%;
	position: relative;
}

.ucnhLeft {
	display: inline-block;
	font-weight: bold;
}

.ucnhRight {
	display: inline-block;
	font-style: italic;
	position: absolute;
	right: 4px;
}

.vuGreen {
	color: mediumseagreen;
}

.vuOrange {
	color: orange;
}

.vuRed {
	color: red;
}

.certGray {
	color:#ccc;
}

.certBlue {
	color:dodgerblue;
}

.nevModBlock {
	position: relative;
	border-top: 1px solid RGBA(0,87,144,0.5);
	padding: 20px 0 20px 0;
}

.modBlock {
	position: relative;
	border-top: 1px solid RGBA(0,87,144,0.5);
	padding: 20px 0 20px 0;
}

.modBlockHidden {
	background-image: url(/img/hidden2.png);
}

.modBlockDel {
	background-color: indianred;
}

.modHeader {
	position: relative;
}


.modTitle {
	font-size: 24px;
}

.modGroupTitle {
	font-size: 200%;
	background-color: var(--finland);
	color:white;
	font-weight: bold;
	padding: 10px 0 10px 5px;

}

.modDots {
	display: none;
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 24px;
    cursor: pointer;
    width: 34px;
    height: 30px;
    overflow: hidden;
    opacity: 0.7;
    padding: 0 4px 4px 6px;
}


.modToggle {
    position: absolute;
    right: 0;
    top: 0;
	font-size: 24px;
	cursor: pointer;
}

.modBody {
	position: relative;
	margin-top: 30px;
	left: -10px;
}

.modDescription {
	padding-left: 10px;
	margin-bottom: 15px;
}

.contItem {
	position: relative;
    display: inline-block;
    vertical-align: top;
    width: 260px;
    height: 101px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    background-color: var(--bg-color2);
    cursor: pointer;
    box-shadow: 2px 2px var(--shadow-color);

}

.contItem:hover {
	box-shadow: none;
	top: 2px;
	left: 2px;
}

.contItemEmpty {
	position: relative;
	display: inline-block;
	display: none;
    vertical-align: top;
    width: 260px;
    height: 101px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    background-color: #CCC;
    box-shadow: 2px 2px var(--shadow-color);

}



.contItemHl {
	border: 2px solid #97cc16;
}

.contItemDel {
	border: 3px solid red !important;
}

.fieldWarning {
	border: 3px solid red !important;
}

.userItemDel {
	background-color: var(--autumn) !important;
	color:white;
}

.contDots {
	display: none;
	position: absolute;
	top: 0;
	right: 1px;
	width: 20px;
	height: 17px;
	overflow: hidden;
	opacity: 0.7;
	padding: 0 4px 4px 6px;
	z-index: 2;
	background-color: #ccc;
}

.contDots:hover {
	background-color: #AAA;
}

.ciMoveB {
	display: none;
	position: absolute;
	top: 36px;
	width: 20px;
	height: 30px;
	padding-left: 5px;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	background-color: RGBA(180,180,180,0.8);
	z-index: 2;
}

.ciMoveR {
	right:0;
}

.ciMoveL {
	left:0;
}


.ciInfo {
	box-sizing: border-box;
    width: 100%;
    height: 12%;
    padding-left: 7px;
    margin-top: 1px;
}

.ciInfoItem {
	display: inline-block;
}



.infoItem {
	display: inline-block;
	position: relative;
	width: 47px;
	z-index: 2;
}

.ciInfoTest {
	width: 20px;
	position: absolute;
	right: 10px;
	color: RGBA(0,255,0,1);
}

.modMoveB {
	display: none;
	position: absolute;
	top: 0;
	width: 40px;
	height: 25px;
	padding-left: 5px;
	font-size: 22px;
	line-height: 25px !important;
	text-align: center;
	background-color: RGBA(180,180,180,0.8);
	cursor: pointer;
}

.modMoveU {
	right:200px;
}

.modMoveD {
	right:150px;
}

.cLeftBlock {
	display: inline-block;
	vertical-align: top;
	width: 75px;
	height: 100%;
	background-color: var(--bg-color2);
}

.cRightBlock {
	display: inline-block;
	vertical-align: top;
	width: 172px;
	height: 100%;
	background-color: var(--bg-color2);
}

.cLeftTop {
	position: relative;
	width: 100%;
	height:73%;
	overflow: hidden;
	background-color: var(--bg-color2);
}

.cLeftBott {
	position: relative;
	width: 100%;
    height: 27%;
	background-color: var(--bg-color2);
	box-sizing: border-box;
	line-height: 26px;
}

.cLeftBottEmpty {
	color: #666;
	background-color: var(--bg-color2);
}

.cLeftBottSeen {
	background-color:  var(--att-color);
}

.cTimeDisp {
	width: 69%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.cRightTop {
	position: relative;
	width: 100%;
	height: 80%;
	overflow: hidden;
}

.cRightBott {
    width: 100%;
    height: 20%;
	padding-left:  0;
    box-sizing: border-box;
    color: #444;
}

.hiddenIcon {
	display: inline-block;
    position: absolute;
    top: 10px;
    left: 26px;
    font-size: 67px;
    color: RGBA(160,41,83,0.15);
	visibility: hidden;

}

.hiHidden {
	visibility: visible;
	color: RGBA(160,41,83,0.15);
}

.hiInactive {
	visibility: visible;
	color: RGBA(91,196,241,0.25);
}

.hiConditional {
	visibility: visible;
	color: RGBA(0,255,0,0.25);
}

.miniIcon {
    display: inline-block;
    padding-left: 11px;
	padding-right: 11px;
	cursor: pointer;
}

.miniIcon:hover {
	background-color: #DDD;
	
}

.cpIconMini {
    padding-left: 6px;
    padding-right: 1px;
    width: 24px;
    position: relative;
    top: 5px;
}

.cTileImage {
	width: 100%;
}

.cTileName {
	position: relative;
	margin-top: 3px;
	padding: 0 5px 0 5px;
}

.cTestFrame {
	position: absolute;
    top: -4px;
    left: -4px;
    width: 262px;
    height: 103px;
    border: 4px solid #00FF00;
    background-color: RGBA(0,255,0,0.15);
}

.cCondFrame {
	position: absolute;
    top: -4px;
    left: -4px;
    width: 264px;
    height: 105px;
    background-color: RGBA(0,255,0,0.15);
}

.cCondFrameP {
	position: absolute;
    top: -4px;
    left: -4px;
    width: 264px;
    height: 105px;
    background-color: RGBA(200,200,200,0.4);
}

.sdImg {
	position: absolute;
    right: 1px;
    top: 2px;
	max-height: 100px;
    max-width: 275px;
}

.participantHeader {
	font-weight: bold;
	margin-bottom: 6px;
}

.participantItem {
	position: relative;
	padding-bottom: 2px;
}

.participantItem:hover {
	background-color: #DDD;
}

.clientUserItem {
	position: relative;
	padding-bottom: 2px;
	background-color: #DDD;
}

.clientUserItem:hover {
	background-color: #CCC;
}

.mailListItem {
	position: relative;
	padding-bottom: 2px;
}

.mailListItem:hover {
	background-color: #DDD;
}

.editorItem {
	position: relative;
	padding-bottom: 2px;
}

.editorItem:hover {
	background-color: #DDD;
}

#userListDiv {
	padding-left: 15px;
}

.piCheck {
	display: inline-block;
	width: 20px;
}

.piFname {
	display: inline-block;
	width: 105px;
}

.piLname {
	display: inline-block;
	width: 120px;
}

.piEmail {
	display: inline-block;
    width: 285px;
    overflow: hidden;
    margin-right: 3px;
}

.piMailCount {
	display: inline-block;
	width: 30px;
	--fa-primary-color: forestgreen;
}

.piValiduntil {
	display: inline-block;
	width: 90px;
}

.piMcIcon {
	position: relative;
	font-size: 16px;
	cursor: pointer;
}

.piMcCount {
	font-size: 16px;
    position: relative;
    left: 2px;
    top: -2px;
}

.piEmailGreen {
    --fa-primary-color: green;
}

.piEmailOrange {
    --fa-primary-color: orange;
}

.piEmailRed {
    --fa-primary-color: red;
}


.piUserlevel {
	display: inline-block;
	width: 65px;
}

.piCount {
	display: inline-block;
	width: 65px;
}

.piOrganisation {
	display: inline-block;
	width: 150px;
}

.piLink {
	display: none;
	width: 390px;
}

.piActions {
	visibility: hidden;
	width: 90px;
}

.piaEd {
	display: inline-block;
}

.piActionItem {
	display: inline-block;
	padding: 0 4px 0 4px;
}

.piOld {
	color: #CCC;
}

.piAlmostOld {
	color: red;
}

#umList {
    display: inline-block;
    width: 465px;
    height: 99%;
    overflow-y: auto;
}

.umlTime {
	width: 155px;
}

#umPreview {
    display: inline-block;
    width: 675px;
    height: 430px;
	overflow: auto;
    background-color: white;
    vertical-align: top;
	padding: 8px;
}

#copyDestList {
	margin-top: 20px;
}

.courseSelItem {
	display: flex;
}

.csiCheck {
	display: none;
	font-size: 18px;
	color: green;
}

.csiName {
	margin-left: 10px;
	padding: 2px 10px 2px 10px;
	width: 500px;
	cursor: pointer;
}

.csiNameB {
	font-weight: bold;
}

.csiName:hover {
	background-color: rgb(220, 220, 220);
}

.contSelModItem {
	font-weight: bold;
}

.contSelItem {
	width: 500px;
	padding-left: 10px;
}

.cosiCheck {
	display: inline-block;
}

.contSelItem:hover {
	background-color: rgb(220, 220, 220);
}

.cosiName {
	margin-left: 10px;
	padding: 2px 10px 2px 10px;
	cursor: pointer;
	display: inline-block;
}

.cosiReserved {
	color: #BBB;
}

.cosiTest {
	color: green;
}

.cosiTheTest {
	font-weight: bold;
}

/*********************************************************/

#contLeft {
    position: relative;
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
    height: 100%;
    background-color: var(--bg-color2);
	vertical-align: top;

}


#contHeader {
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
	padding-bottom: 20px;
}

#contRight {
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
    height: 100%;
    background-color: var(--bg-color2);
	vertical-align: top;

}

.contHeaderLogo {
	width: 100%;
	height: 80px;
	padding-top: 5px;
	padding-left: 8px;
}

.contHeaderItem {
	cursor: pointer;
	margin: 10px;
	padding: 3px;
	position: relative;
}

.contHeaderItem:hover {
	background-color: #CCC;
}

.contHeaderDescription {
	margin-left: 10px;
	margin-top: 25px;
}

.contHeaderPlain {
	margin-left: 10px;
}

.contHeaderName {
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #DDD;
	font-size: 20px;
	font-weight: bold;
	color: RGB(0,87,144);
}

.contHeaderDownload {
	margin-left: 10px;
	font-weight: bold;
	cursor: pointer;
	color: RGB(0,87,144);
}

.contHeaderNavi {
	/* margin-left: 10px; */
	position: relative;
	width: 100%;
	height: 40px;
	display: inline-block;
}

#lockRow {
	margin: 5px 0 2px 10px;
	color:red;
	font-weight: bold;
}

.cNavi {
    cursor: pointer;
    position: absolute;
    font-size: 29px;
    line-height: 40px;
}

.cHeaderPrev {
	top: 5px;
    left: 10px;
}

.cHeaderBack {
	top: 4px;
    left: 61px;
    font-size: 35px;
}

.cHeaderNext {
	top: 5px;
    left: 117px;
}

.cNaviBtn {
	position: relative;
	display: inline-block;
    color: #999;
    font-size: 25px;
    cursor: pointer;
    height: 60px;
	width: 44%;
	overflow: hidden;
    margin-left: 10px;
    /* border: 1px solid #444; */
    box-sizing: border-box;
    padding: 2px 2px 0 5px;
   /*  background-color: rgb(224,185,87); */
    vertical-align: middle;
    line-height: 51px;
}

.cNaviSvg {
	fill:rgb(224,185,87);
	stroke-width:0;
}

.cNaviSvgHover {
	fill: rgba(224,185,87,0.8); 
}

.cNaviIcon {
	display: inline-block;
}
.cNaviBtnText {
	position: relative;
	display: inline-block;
    max-height: 55px;
    width: 93%;
    font-size: 13px;
    color: #444;
    vertical-align: middle;
    line-height: 14px;
	overflow: hidden;
	text-align: left;
}

#contentBG {
	position: fixed;
	width: 100%;
	height: 100%;
}

#contBody {
	position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 59%;
    background-color: var(--bg-color);
    margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding: 25px 10px 25px 20px;
	overflow: auto;
}

#wbContent {

}

#contInstruction {
	border-bottom: 2px solid #CCC;
	padding-bottom: 1em;
}

.videoContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contAddTile {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 82px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    background-color: var(--bg-color2);
    cursor: pointer;
	vertical-align: middle;
	box-shadow: 2px 2px var(--shadow-color);
}

.contAddTile:hover {
	box-shadow: none;
	top: 2px;
	left: 2px;
}

.contAddBody {
	vertical-align: middle;
	font-size: 40px;
	font-weight: bold;
    text-align: center;
    line-height: 82px;
}

.modAddTile {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 265px;
    height: 82px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    background-color: var(--bg-color2);
    cursor: pointer;
    vertical-align: middle;
    box-shadow: 2px 2px var(--shadow-color);
    font-size: 24px;
    line-height: 82px;
    text-align: center;
}

.modAddTile:hover {
	box-shadow: none;
	top: 2px;
	left: 2px;
}


.imgTile {
	position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    border: 1px solid #CCC;
	vertical-align: top;
	overflow: hidden;
}


.itCati {
	display: inline-block;
    margin-right: 0px;
    max-width: 163px;
    height: 13px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #EEE;
    background-color: var(--smalltile-color);
    color: #333;
    padding: 0 2px 1px 2px;
    font-size: 11px;
    /* overflow-wrap: break-word; */
    white-space: nowrap;
    vertical-align: top;
    line-height: 12px;
}

.itDescription {
	min-height: 17px;
}

.itHidden {
	bottom: 0;
    top: auto;
    font-size: 40px;
	left: 64px;
	color: RGBA(160,41,83,0.3);
}

.itImgFrame {
	height: 150px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}

.itImg {
	max-width: 100%;
	max-height: 100%;
}

.itCatBlock {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: var(--bg-color);
	z-index: 10;
}

.itBottom {
	padding: 2px 4px 2px 4px;
	font-size: 11px;
}

.itName {
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    overflow: hidden;
}

.itUsage {
	position: absolute;
    bottom: 1px;
    right: 1px;
    background-color: aquamarine;
    padding: 1px 3px 2px 2px;
    border-radius: 8px;
}

.fus_row:hover {
	background-color: #DDD;
}

.addFieldBtn {
	display: inline-block;
	cursor: pointer;
    margin-left: 5px;
    margin-bottom: 10px;
    padding: 1px 3px 1px 3px;
    border-radius: 4px;
    background-color: #DDD;
    border: 1px solid #666;
    color: #222;
    font-size: 12px;
}

.afbInactive {
	color: #BBB;
	border-color: #BBB;
}

#mailPreviewHeader {
	margin-bottom: 10px;
}

#mailPreviewMail {
	background-color: var(--bg-color);
	padding: 6px;
}

#wbArea {
	width:100%;
	height:100%;
	position: relative;
}

#wbHeader {
	background-color: RGBA(255,255,255,0.65);
    width: 100%;
    height: 42px;
    padding: 4px;
    box-sizing: border-box;
    display: flex;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
}

#wbHeaderLeft {
	width: 22%;
	box-sizing: border-box;
	position: relative;
	min-width: 190px;
}

#wbHeaderCenter {
	width: 43%;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}

#wbHeaderRight {
	width: 35%;
	box-sizing: border-box;
	position: relative;
	min-width: 300px;
}

.wbHeaderLogo {
	position: relative;
    left: 9px;
    top: 0px;
    cursor: pointer;
    height: 36px;
}

.wbHeaderNavi  {
	color: var(--navi-color);
}

.wbHeaderBack {
	cursor: pointer;
    position: absolute;
    top: 0;
    left: 90px;
	line-height: 40px;
}

.wbHeaderBack:hover {
	font-weight: bold;
}

.naviHover {
	display:none;
}

.wbHeaderPrev {
	cursor: pointer;
    position: absolute;
    top: 0;
    left: 60px;
	font-size: 18px;
	line-height: 40px;
}

.wbHeaderBack {
	cursor: pointer;
    position: absolute;
    top: 0;
    left: 92px;
    font-size: 23px;
    line-height: 40px;
}

.wbHeaderNext {
	cursor: pointer;
    position: absolute;
    top: 0;
    left: 130px;
	font-size: 18px;
	line-height: 40px;
}

.wbHeaderNext:hover {
	font-weight: bold;
}



.wbHeaderInstr {
	cursor: pointer;
    position: absolute;
    top: 0;
    left: 175px;
	line-height: 40px;
}

.wbHeaderInstr:hover {
	font-weight: bold;
}

.wbInstrEditRow {
	border-top: 1px solid #CCC;
    position: absolute;
    bottom: 0;
    width: 95%;
    padding-top: 5px;
	color: var(--finland);
	cursor:pointer;
}

#infoEditBtn {
	display: none;
	margin-left: 40px;	

}

.wbHeaderContName {
	position: relative;
	top: 6px;
	font-weight: bold;
}

#wbHeaderUserCount {
	position: absolute;
	top: 8px;
	right:260px;
	cursor: pointer;
}

.wbHeaderName {
	position: absolute;
	top:8px;
	right: 50px;
	max-width: 190px;
	text-align: center;
	/* font-size: 12px; */
}

#wbHeaderSett {
    position: absolute;
    right: 25px;
    top: 10px;
	color: #555;
	cursor: pointer;
}

#wbHeaderLikes {
	position: absolute;
    right: 392px;
    top: 8px;
}

#wbUserList {
	position: absolute;
	display: none;
	right: 235px;
	top: 30px;
    min-width: 100px;
    min-height: 50px;
    background-color: var(--bg-color2);
	padding: 7px;
	z-index: 10;
}

#wbLikeUserlist {
	position: absolute;
	display: none;
	left: 0;
	top: 30px;
    min-width: 100px;
    min-height: 30px;
    background-color: var(--bg-color2);
	padding: 7px;
	z-index: 10;
}

.wbUserListItem {
	margin-bottom: 1px;
}

.wbAddItemBtn {
	cursor: pointer;
    color: #FFF;
    border: 1px solid RGB(91,196,241);
    background-color: var(--ice);
    border-radius: 8px;
    padding: 1px 4px 1px 4px;
    width: 30px;
    margin-right: auto;
    text-align: center;
    font-size: 22px;
    margin-left: auto;
    height: 30px;
    line-height: 31px;
}

.wb_elem {
	position: absolute;
	background-color: #F5F5F5;
	z-index: 5;
}

.wbTextElem {
	width: 208px;
	font-size: 13px;
}

#wbTextBoxEdit {
    border: 3px dashed var(--forest);
    position: absolute;
	display: none;
	background-color: whitesmoke;
	z-index: 50;
}

.wbPinned {
	position: absolute;
	top:-5px;
	right:5px;
	font-size: 16px;
	color:red;
}

.wbPinnedMsg {
    position: absolute;
    display: none;
    top: 18px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 4px;
    background-color: var(--gold);
}

.wbTitle {
    margin-bottom: 5px;
    font-weight: bold;
}

.wbTextDiv {
	padding: 4px;
}

.wbTbAttDiv {
	text-align: center;
	cursor: pointer;
	padding: 4px;
}

.wbTbImg {
	width: 100%;
}

.wbTbHeader {
	padding: 4px;
	backdrop-filter: contrast(0.9);
	font-size: 12px;
}

.wbTbFooter {
	padding: 4px;
	backdrop-filter: contrast(0.9);
}

.wbMessageIcon {
	position: absolute;
	right: 17px;
	bottom: 2px;
	cursor: pointer;
}

.wbTbRight {
	position: absolute;
	right: 0;
	top:0;
	width:5px;
	height:100%;
	cursor: e-resize;
}

.wbHeartDiv {
	margin-left: 4px;
	cursor: pointer;
	display: inline-block;
}

.wbHidden {
	margin-left: 4px;
	cursor: pointer;
	display: inline-block;
}

.wbLikeCount {
	margin-left: 4px;
	padding: 0 4px 0 4px;
    display: inline-block;
    font-family: sans-serif;
	font-size: 11px;
	cursor: pointer;
}
.wbHeart1 {
	color:red;
	display: none;
}

.wbText {

}

.wbGray {
	color: #CCC;
}

#wbTitleInput {
	border: none;
	padding: 2px;
}

.wbEbTitle {
	background-image: url('/img/wbtitlebg.png');
	background-size: cover;
}

.wbEbText {
	background-image: url('/img/wbwritebg.png');
	background-repeat: no-repeat;
}

#wbsvgdiv {
	position: fixed;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	display:none;
	
}


#wbTextInput {
    margin: 0px;
    width: 172px;
    height: 84px;
    border: none;
	resize: none;
	font-family: 'CallunaSans-Light';
}

#noteBlockCloseBtn {
	position: absolute;
    right: 10px;
    top: 10px;
    font-size: 27px;
    cursor: pointer;
	color: #555;
	display: none;
}

#assessmentBlock {
	display: none;
	margin: 20px 0 10px 10px;
}

#htmlList {
    margin-top: 10px;
    margin-left: 10px;
}

#htmlList h1 {
	font-size: 1.2em;
    margin-block-start: 0.1em;
    margin-block-end: 0.2em;
}

#htmlList h2 {
	font-size: 1.2em;
    margin-block-start: 0.1em;
    margin-block-end: 0.2em;
}

#htmlList h3 {
	font-size: 1em;
    margin-block-start: 0.1em;
    margin-block-end: 0.2em;
}

#htmlList h3 {
	font-size: 1em;
    margin-block-start: 0.1em;
    margin-block-end: 0.2em;
}

#htmlList p {
	font-size: 12px;
	margin-block-start: 0.2em;
    margin-block-end: 0.1em;
}

#fileList {
	margin-left: 10px;
	padding-bottom: 20px;
	overflow: auto;
}

.fileTile {
	position: relative;
    display: inline-block;
    width: 160px;
    height: 134px;
	margin-left: 4px;
    margin-right: 0px;
    margin-bottom: 7px;
    cursor: pointer;
    border: 1px solid #CCC;
	vertical-align: top;
	background-color: ivory;
	overflow: hidden;
	font-family: 'CallunaSans-Light' !important;
}

.fileTileBigger {
	width: 180px;
	height: 160px;
}

.fileTileBig {
	width: 480px;
}

.ftTopLeft {
    display: inline-block;
    width: 21%;
    box-sizing: border-box;
    position: relative;
    left: 2px;
    vertical-align: top;
    top: 4px;
}

.ftTopRight {
	display: inline-block;
	width: 75%;
	box-sizing: border-box;
}

.ftName {
	position: relative;
    font-size: 13px;
    font-weight: bold;
    max-height: 30px;
    overflow: hidden;
    width: 150px;
    margin-left: 5px;
}

.ftNameBigger {
	width: 173px;
}

.ftDescription {
    margin-left: 5px;
    margin-top: 2px;
    font-size: 12px;
}

.ftOwner {
    font-size: 13px;
    display: inline-block;
    overflow: hidden;
    width: 112px;
    vertical-align: top;
    position: relative;
    top: 2px;
}
.ftTime {
    font-size: 13px;
    display: inline-block;
    overflow: hidden;
    width: 112px;
    vertical-align: top;
    position: relative;
    top: -3px;
}

.ftImgFrame {
	position: absolute;
	top: 0;
	left:0;
	height: 150px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

.ftImg {
	max-height: 100%;
}

.ftHidden {
	top: 54px;
    left: 34px;
}

.ftBottom {
	height: 45px;
    overflow: hidden;
}

.itul {
	height: 240px;
}

.itulSelected {
	background-color: var(--ice);	
	border: 2px solid var(--ice);
}

.htBottom {
	height: 65px;
    overflow: hidden;
    position: absolute;
    top: 44px;
}

.ftInfo {
    box-sizing: border-box;
    width: 100%;
    height: 12%;
    padding-left: 7px;
    margin-top: 9px;
    position: absolute;
    bottom: 5px;
}

.ftNcIcon {
	font-size: 17px;
}

.ftNc {
	position: absolute;
    top: 0px;
    left: -1px;
    font-family: monospace;
    font-size: 12px;
    width: 20px;
    text-align: center;
    display: inline-block;
}

.ftNcNew {
	padding: 1px 3px 2px 3px;
    position: absolute;
    top: 0px;
    border-radius: 4px;
    font-family: monospace;
    background-color: red;
    color: white;
    left: 17px;
    font-size: 10px;
}

#assDlg {
	position: fixed;
	display: none;
	top: 400px;
	left: 400px;
	width: 160px;
	height: 80px;
	background-color: RGB(242,239,233);;
	border: 1px solid #BBB;
	padding: 10px;
	z-index: 10;
}

.fsGreen {
	color: green;
}

.fsOrange {
	color: orangered;
}

.fsRed {
	color: red;
}


#pageEditBtn {
	display: none;
	cursor: pointer;
}

#pageViewBtn {
	display: none;
	cursor: pointer;
}

#imgShow {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	background-color: #CCC;
	z-index: 11;
}

.imgShowImg {
	max-width: 100%;
	max-height: 100%;
}

.imgShowClose {
	position: absolute;
    top: 0;
    right: 0;
    padding: 5px 16px 5px 12px;
    cursor: pointer;
    font-size: 46px;
	background-color: RGBA(220,220,220,0.3);
	color: #888;
}

.imgShowBrowse {
	display: none;
	position: absolute;
    top: 46%;
    padding: 5px 16px 5px 12px;
    cursor: pointer;
    font-size: 75px;
	background-color: RGBA(220,220,220,0.3);
	color: #888;
}

.isbL {
	left:0;
}

.isbR {
	right:0;
}

.isbS {
	display: block;
}

.addItemLink {
	font-size: 15px;
    color: var(--navi-color);
    cursor: pointer;
	margin-top: 20px;
	padding: 2px;
}

.addItemLink:hover {
	background-color: #CCC;
}

#noteBlock {
	padding: 0 8px 0 8px;
}

#noteArea {
	height:876px;
	overflow: auto;

}

.noteMainBlock {
	padding-bottom: 5px;
    border-bottom: 2px solid #BBB;
}

.noteItem {
    position: relative;
    /* border-radius: 5px; */
    border: 1px solid #CCC;
    background-color: var(--bg-color);
    padding: 5px;
    padding-top: 2px;
    width: auto;
    min-height: 20px;
    margin-bottom: 3px;
    margin-top: 15px;
    margin-right: 3px;
    display: block;
}

.noteItemChild {
	margin-left: 15px;
	margin-top: 4px;
	margin-bottom: 0;
}

.noteHeader {
	font-size: 12px;
}

.noteBottSpace {
	height: 40px;
}

.notePublisher {
    margin-left: 5px;
    font-weight: bold;
    display: inline-block;
}

.notePublished {
    margin-left: 10px;
    color: #777;
    display: inline-block;
}

.noteEdited {
    margin-left: 10px;
    color: #777;
    display: inline-block;
}

.noteTo {
    margin-left: 5px;
    color: #777;
    display: inline-block;
}

.noteToItem {
	display: inline-block;
	margin-right: 3px;
    max-width: 163px;
    height: 13px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #EEE;
	background-color: #EEE;
	color:#333;
    padding: 0 2px 1px 2px;
    font-size: 12px;
    /* overflow-wrap: break-word; */
	white-space: nowrap;
	vertical-align: top;
	line-height: 13px;
}

.noteText {
	margin: 5px;
    font-size: 13.33px;
}

.noteReplyLink {
    display: inline-block;
    font-size: 13px;
    color: rgb(0,87,144);
    cursor: pointer;
}

.noteUnseen {
	border: 2px solid rgb(151, 204, 22);
}

#addNoteBtn {
	display: inline-block;
}

#noteSeenBtn {
    display: inline-block;
    margin-left: 27px;
    font-size: 13px;
}

#noteEditBox {
    position: fixed;
    top: 374px;
    left: 413px;
    display: none;
	z-index: 11;
    width: 600px;
    background-color: aliceblue;
    padding: 12px;
}

.note_textarea {
    width: 98%;
    height: 100px;
    font-family: CallunaSans-Light !important;
}

#phraseEditBox {
    position: fixed;
    top: 374px;
    left: 413px;
    display: none;
	z-index: 11;
	width: 600px;
	min-width: 300px;
    background-color: aliceblue;
    padding: 12px;
}

.phraseTextarea {
    width: 98%;
    height: 60px;
    font-family: CallunaSans-Light !important;
}

.phRow {
	height:auto
}

.phRow:hover {
	background-color: lightblue;
}

.phUnset {
	color: #CCC;
}

#nebPen {
	cursor: pointer;
	color: var(--finland);
}

#nebRecipBlock {
	margin-top: 3px;
	display: none;
	width: 100%;
}

.nebRecipIten {
	display: inline-block;
	margin-right: 3px;
    max-width: 63px;
    height: 13px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #EEE;
    background-color: var(--smalltile-color);
    padding: 0 2px 1px 2px;
    font-size: 12px;
    /* overflow-wrap: break-word; */
	white-space: nowrap;
	margin-right: -2px;
}

.nebSave {
	cursor: pointer;
	background-color: #00aa00;
	color: #FFFFFF;
	padding: 1px 10px 1px 10px;
	border-radius: 3px;
	margin-left: 2px;
}

.nebCancel {
    position: absolute;
    cursor: pointer;
    color: #FF0000;
	bottom: 11px;
    right: 16px;
}

.nebInstOnly {
    display: inline-block;
    width: 60px;
    line-height: 13px;
    font-size: 13px;
    position: relative;
    top: 5px;
}



.blockW100 {
    display: flex;
    width: 100%;
}

.blockW10 {
	box-sizing: border-box;
    width: 10%;
}
.blockW20 {
	box-sizing: border-box;
    width: 20%;
}
.blockW25 {
	box-sizing: border-box;
    width: 25%;
}
.blockW30 {
	box-sizing: border-box;
    width: 30%;
}
.blockW33 {
	box-sizing: border-box;
    width: 33.3%;
}
.blockW40 {
	box-sizing: border-box;
    width: 40%;
}
.blockW50 {
	box-sizing: border-box;
    width: 49%;
	display: inline-block;
	vertical-align:top;
}
.blockW60 {
	box-sizing: border-box;
    width: 60%;
}
.blockW70 {
	box-sizing: border-box;
    width: 70%;
}
.blockW80 {
	box-sizing: border-box;
    width: 80%;
}
.blockW90 {
	box-sizing: border-box;
    width: 90%;
}


.blockH100 {
	box-sizing: border-box;
    height: 100%;
}

.blockH50 {
	box-sizing: border-box;
    height: 50%;
}

#helement {
	/* background-color: #DDD; */
}

.htc_element {
	position: relative;
}

#htcPlaceHolder {
	position: relative;
    display: inline-block;
    display: none;
    width: 100%;
    height: 30px;
    background-color: #9E9;
}

.htc_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: RGBA(91,196,241,0.35);
	display: none;
}

.htc_deloverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: RGBA(255,20,20,0.2);
	border: 3px solid red !important;
	display: none;
}


.htc_row {
	display: flex;
	box-sizing: border-box;
	position: relative;
	background-color: white;
}

.htc_rowEdit {
	margin-bottom: 5px;
	padding-bottom: 0;
	min-height: 50px;
}

.htc_rowSpacer {
    width: 100%;
    padding-bottom: 4px;
}

.htc_col1 {
	width: 100%;
}

.htc_col2 {
	width: 50%;
}

.htc_col3 {
	width: 33.3%;
}

.htc_col4 {
	width: 25%;
}

.htc_col5 {
	width: 19%;
}

.htc_col {
	padding: 4px 4px 4px 4px;
	position: relative;
	min-height: 30px;
	box-sizing: border-box;
}

.htc_colEdit {
	border: 1px solid RGB(91,196,241);
	padding: 5px 1px 5px 1px;
}

.htc_text {
	position: relative;
}

.htc_imageDiv {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.htc_image {
	position: relative;
	width: 100%;
}

.htc_content {
	position: relative;
	min-height: 5px;
	margin: 2px;
}

.htc_divider {
	width:50%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid var(--gold);
}

.htc_addRowB {
	cursor: pointer;
    color: RGB(91,196,241);
    border: 1px solid RGB(91,196,241);
    background-color: RGBA(255,255,255,0.5);
    border-radius: 4px;
    padding: 1px 4px 1px 4px;
    width: 64px;
    margin-right: auto;
    text-align: center;
    font-size: 14px;
    margin-left: auto;
}

.htc_contentEdit {
	border: 1px solid rgb(200, 200, 200);
}


.htc_contSel {
	border: 2px solid rgb(12, 95, 128);
}

.htc_addContDiv {
	display: none;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 97%;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
}

.htc_addRowDiv {
	display: none;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 45%;
    width: 100px;
    background-color: rgb(220, 220, 220);
    padding: 5px 0 5px 0;
    cursor: pointer;
}

.htc_buttons {
	display: none;
	text-align: center;
    position: absolute;

    /* width: 138px; */
    height: 23px;
    border: 1px solid RGB(91,196,241);
    background-color: white;
    padding: 5px;
    cursor: pointer;
	border-radius: 4px;
	z-index: 10;
}




.htc_rowButtons {
	bottom: -19px;
    right: 0px;
}

.htc_colButtons {
	top: -31px;
	left: 0px;
	right: auto;
}

.htc_contButtons {
    top: -10px;
    left: auto;
    right: -2px;
	width: 131px;
}

.htc_imageButtons {
	top: 4px;
	left: 10px;
	right: auto;
}

.htc_button {
	display: inline-block;
	cursor: pointer;
	color: RGB(91,196,241);
	border: 1px solid RGB(91,196,241);
	background-color: RGBA(255,255,255,0.5);
	border-radius: 4px;
	padding: 1px 4px 1px 4px;
    width: 13px;
    margin-right: 0;
    text-align: center;
    font-size: 14px;
}

.wbButtons {
	top: -18px;
    right: 1px;
}

.wbColorButtons {
	top: 11px;
    right: 1px;
}

.wbColorButton {
	width: 10px;
	height:15px;
	border: 1px solid #FFF;
}

.htc_buttTitle {
	position: absolute;
    top: -17px;
    left: 0;
	background-color: white;
	border: 1px solid RGB(91,196,241);
	border-radius: 4px;
	padding: 0px 3px 0px 3px;
    font-size: 13px;
}

.htc_addContBtn {
	margin-left: auto;
	margin-right: auto;
	display: block;
}	
    

.htc_textButton {
	/* display: none;
	position: absolute;
    top: -17px;
    left: 49%; */
}

.htc_rowButton {
	position: static;
}

.htc_button:hover {
	background-color: RGBA(91,196,241,0.2);
}	

#fulCatSelBlock {
	display: inline-block;
	margin-left: 20px;
	width: 740px;
	vertical-align: top;
}

.fulCatItem {
	display: inline-block;
	width: 170px;
	font-size: 13px;
}

.fulCatCbDiv {
	display: inline-block;
	width: 20px;
}

.fulCatDDiv {
	display: inline-block;
	width: 145px;
}

.zcItem {
	margin-bottom: 8px;
}

.zciHeader {
	font-size: 12px;
}
.zciFrom {
	font-weight: bold;
}

.ardExDivItem {
	border: 1px solid #bbb;
}

.qToMove {
	border: 2px solid blue;
}



/* ####################################################################################################################################################################### */

@media screen and (max-width: 1000px) {

#contLeft {
	display: block; 
	width: 100%;
	height: auto;
}
	
#contHeader {
    width: 100%;
	height: auto;
	padding-bottom: 30px;

}
#contRight {
    width: 100%;
	height: auto;
	min-height: 50px;
}

.contHeaderLogo {
	width: 208px;
	height: 80px;
}

.contHeaderItem {
	cursor: pointer;
	margin: 10px;
	padding: 3px;
}

.contHeaderItem:hover {
	background-color: #CCC;
}

.contHeaderDescription {
	margin-left: 10px;
	margin-top: 25px;
}

.contHeaderName {
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #DDD;
	font-size: 20px;
	font-weight: bold;
	color: RGB(0,87,144);
}

.contHeaderNavi {
	text-align: center;
	width: 384px;
	margin-left: auto;
	margin-right: auto;
}

#pageEditBtn {
	width: 86%;
}


#contBody {
    width: 100%;
	padding-left: 20px;
	padding: 25px 10px 25px 20px;
	overflow: visible;
}

.homeButton {
	margin-left: 0;
	top: 11px;
}

.infoBtn {
    margin-left: 5px;
}

}


@media screen and (max-width: 600px) {

	.ecfLogo {
		height: 50px
	}

	#topRight {
		padding-top: 28px;
		padding-right: 4px;
	}

	
	.optTextW {
		width: 99%;
	}

	.optRadio {
		margin-right: 0px;
		width: 164px;
	}

	.cpIconMini {
		display: none;
	}

	.modDots {
		display: block;
	}
	
	.contItem {
		width: 100%;
	}

	.contDots {
		display: block;
	}

	.cLeftBlock {
		width: 25%;
		box-sizing: border-box;
	}

	.cRightBlock {
		width: 73%;
		box-sizing: border-box;
	}

	.cRightBott {
		display: none;
	}

	.menuItem {
		margin-top: 10px;
		margin-bottom: 10px;
	}


	.ciMoveB {
		display: none;
	}

	#courseHeaderLeft {
		width: 16%;
	}

	#courseHeaderMiddle {
		width: 84%;
	}

	#courseHeaderRight {
		width: 0%;
	}



}


@media screen and (max-width: 420px) {
	.imgTile {
		display: block;
		width: 200px;
		height: 200px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 385px) {
	.contHeaderNavi {
		text-align: center;
		width: 320px;
	}
}