/* JOACHIM RIEGERS 2019 */
/* •••• FONT ROBOTO  •••• */
@font-face {
    font-family: 'robotomedium';
    src: url('fonts/roboto-medium-webfont.eot');
    src: url('fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-medium-webfont.woff') format('woff'),
         url('fonts/roboto-medium-webfont.ttf') format('truetype'),
         url('fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium_italic';
    src: url('fonts/roboto-mediumitalic-webfont.eot');
    src: url('fonts/roboto-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-mediumitalic-webfont.woff') format('woff'),
         url('fonts/roboto-mediumitalic-webfont.ttf') format('truetype'),
         url('fonts/roboto-mediumitalic-webfont.svg#robotomedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.eot');
    src: url('fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-light-webfont.woff') format('woff'),
         url('fonts/roboto-light-webfont.ttf') format('truetype'),
         url('fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight_italic';
    src: url('fonts/roboto-lightitalic-webfont.eot');
    src: url('fonts/roboto-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-lightitalic-webfont.woff') format('woff'),
         url('fonts/roboto-lightitalic-webfont.ttf') format('truetype'),
         url('fonts/roboto-lightitalic-webfont.svg#robotolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-regular-webfont.woff') format('woff'),
         url('fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_italic';
    src: url('fonts/roboto-italic-webfont.eot');
    src: url('fonts/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-italic-webfont.woff') format('woff'),
         url('fonts/roboto-italic-webfont.ttf') format('truetype'),
         url('fonts/roboto-italic-webfont.svg#roboto_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
	color: #777;
	background-color: #444;
	font-family: 'robotoregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	margin: 0px auto;
}
/* •••• GLOBAL BOX SET •••• */
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* HTML5 FALLBACK */
article, aside, figure, footer, header, hgroup, nav, section, main {
	position: relative;
	display: block;
}
/* GRID ROWs and COLs */
/* •••• DOCUMENT MAIN WRAPPER •••• */
#mainWrapper {
	position: relative;
	width: 100%;
	min-width: 240px;
	max-width: 1024px;
	min-height: 500px;
	background-color: #444;
	margin: 5px auto;
	/*border: 1px solid #444;*/
	text-align: center;
	border-radius: 15px;
}
.row {
	position: relative;
	display: block;
	width: 100%;
	padding: 3px;
	text-align: center;
	/*border: 1px dotted red;*/
}
.row:after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
	position: relative;
	float: left;
	padding: 1px;
}
.tblrow {
	display: table;
	width: 100%;
	border-spacing: 2px;
	/*border: 1px dotted red;*/
}
.el_tr {
	display: table-row;
}
[class*="cell-"] {
    display: table-cell;
    text-align: center !important;
    border: 1px dotted #222;
}
/* LAYOUT GRID */
.col-1{width:4.16666666667%;}
.col-2{width:8.33333333333%;}
.col-3{width:12.5%;}
.col-4{width:16.6666666667%;}
.col-5{width:20.8333333333%;}
.col-6{width:25.0%;}
.col-7{width:29.1666666667%;}
.col-8{width:33.3333333333%;}
.col-9{width:37.5%;}
.col-10{width:41.6666666667%;}
.col-11{width:45.8333333333%;}
.col-12{width:50.0%;}
.col-13{width:54.1666666667%;}
.col-14{width:58.3333333333%;}
.col-15{width:62.5%;}
.col-16{width:66.6666666667%;}
.col-17{width:70.8333333333%;}
.col-18{width:75.0%;}
.col-19{width:79.1666666667%;}
.col-20{width:83.3333333333%;}
.col-21{width:87.5%;}
.col-22{width:91.6666666667%;}
.col-23{width:95.8333333333%;}
.col-24{width:100%;}

/* TABLE GRID */
.cell-1{width:4.16666666667%;}
.cell-2{width:8.33333333333%;}
.cell-3{width:12.5%;}
.cell-4{width:16.6666666667%;}
.cell-5{width:20.8333333333%;}
.cell-6{width:25.0%;}
.cell-7{width:29.1666666667%;}
.cell-8{width:33.3333333333%;}
.cell-9{width:37.5%;}
.cell-10{width:41.6666666667%;}
.cell-11{width:45.8333333333%;}
.cell-12{width:50.0%;}
.cell-13{width:54.1666666667%;}
.cell-14{width:58.3333333333%;}
.cell-15{width:62.5%;}
.cell-16{width:66.6666666667%;}
.cell-17{width:70.8333333333%;}
.cell-18{width:75.0%;}
.cell-19{width:79.1666666667%;}
.cell-20{width:83.3333333333%;}
.cell-21{width:87.5%;}
.cell-22{width:91.6666666667%;}
.cell-23{width:95.8333333333%;}
.cell-24{width:100%;}

.cell5 {
	display: table-cell;
	width: 20%;
}

.cellTH {
	height: 30px;
	font-family: 'robotolight', Arial, Helvetica, sans-serif;
	color: #aed0f3;
	padding: 5px;
	background: #444;
}
.cellBorder {
	height: 30px;
	color: #fcfcd2;
	background: #373737;
	padding: 5px;
	border: 1px solid #222;
	border-radius: 3px;
}
.secBorder {
	background: #3f3f3f;
	padding-bottom: 20px;
	margin-bottom: 2px;
	border: 1px solid #333;
	border-radius: 5px;
}
.secBorderPT {
	background: #333;
	padding-bottom: 20px;
	margin-bottom: 2px;
	border: 1px solid #222;
	border-radius: 5px;
}
.marginTop20 {
	margin-top: 20px;
}

#fixedHeader {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 42px;
	background: linear-gradient(rgba(32,30,30,1), rgba(70,70,70,0.8));
	padding-top: 2px;
	box-shadow: 0px 5px 10px #222;
	z-index: 900;
}
.quickMenu {
	position: relative;
	display: inline-block;
	padding: 0px 23px 0px 23px;
	background: transparent url(../images/rightArrow.png) no-repeat left 5px;
	cursor: pointer;
}
.quickMenu.open {
	background: transparent url(../images/bottomArrow.png) no-repeat left 3px;
}
#quickMenuBox {
	position: absolute;
	top: 32px;
	left: -12px;
	width: 220px;
	min-height: 50px;
	background-color: rgba(30,30,30,0.8);
	padding-bottom: 5px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0px 10px 25px #000;
	display: none;
}
.quickMenuItem {
	width: 210px;
	min-height: 36px;
	font-size: 14px;
	padding: 4px;
	margin: 5px;
	background-color: rgba(30,30,30,0.8);
	border-radius: 3px;
}
.headerTitle {
	position: relative;
	width: 100%;
	min-height: 40px;
	text-align: center;
	color: #eee;
	padding-top: 8px;
}
.headerTitle span {
	font-family: 'robotolight', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	text-shadow: 0px 1px 0px #000;
	color: #aed0f3;
}
.toolsBtn {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 34px;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 2px;
	margin-top: -4px;
	margin-left: 20px;
	border: 1px dotted #666;
	border-radius: 5px;
	cursor: pointer;
	float: left;
}
.toolsBtn.disable {
	opacity: 0.2;
}
.imgB {
	background-image: url(../images/libImgBtn.png);
}
.linkB {
	background-image: url(../images/libLinkBtn.png);
}
.elemB {
	background-image: url(../images/libElementsBtn.png);
}
nav#lang_menu {
	padding-top: 20px;
}
#langView img {
	width: 30px;
	height: auto;
	margin: 3px 5px 0px 5px;
}
#toolBarL .toolsBtn:hover,
/*#langSwitch .toolsBtn:hover,*/
.toolsBtn:hover {
	background-color: #444;
}
#toolBarL .toolsBtn:active,
/*#langSwitch .toolsBtn:active,*/
.toolsBtn:active {
	background-color: #000;
}
.tbEn {
	background-color: #1c381c;
	border: 1px dotted #888;
	box-shadow: 0px 8px 25px yellow;
}
#libToolBtnBar {
	position: absolute;
	top: 8px;
	left: 60px;
	min-height: 34px;
}
#langSwitch {
	position: relative;
	display: block;
	margin-top: 10px;
	padding: 5px 0px 5px 0px;
	border-top: 1px dotted #888;
}
#langSwitch .toolsBtn {
	padding-top: 5px;
	background: #555;
	border: 1px dotted #888;
}
.langEn {
	box-shadow: 0px 8px 25px #fff;
}
#toolBarL {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 54px;
	height: 100%;
	background: linear-gradient(to right, rgba(32,30,30,1), rgba(70,70,70,0.8));
	padding-top: 2px;
	box-shadow: 1px 0px 3px #222;
	z-index: 800;
}
#toolBarL .toolsBtn {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 36px;
	background-color: #333;
	margin-left: 6px;
	border: 1px dotted #666;
}
#toolBarR {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 54px;
	height: 100%;
	background: linear-gradient(to right, rgba(70,70,70,0.8), rgba(32,30,30,1));
	padding-top: 2px;
	box-shadow: -1px 0px 3px #222;
	z-index: 800;
}

#hamburgerMenuBtn {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 36px;
	background-image: url(../images/hamburgerMenuWhite.png);
	background-repeat: no-repeat;
	background-position: 8px top;
	padding-bottom: 2px;
	margin-top: -4px;
	margin-left: 5px;
	cursor: pointer;
	float: left;
}
#logoutBtn {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 36px;
	background-image: url(../images/logoutWhite.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 2px;
	margin-top: -4px;
	margin-right: 5px;
	cursor: pointer;
	float: right;
}
#hamburgerMenuBtn:active,
#logoutBtn:active {
	background-color: #222;
	border-radius: 10px;
}
/* HAMBURGER-MENU */
#ed-mainmenu {
	position: fixed;
	top: 41px;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 100%;
	min-width: 260px;
	max-width: 1024px;
	/*height: 130px;*/
	font-size: 14px;
	line-height: 30px;
	color: #aed0f3;
	background: linear-gradient(#444, #333);
	border-top: 1px solid #444;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0px 5px 10px #000;
	z-index: 10020;
	display: none;
}
#content {
	position: relative;
	/*background-color: #3f3f3f;
	border-radius: 10px;*/
	padding: 50px 10px 10px 10px;
}
#fixedFooter {
	position: fixed;
	top: auto;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	color: #777;
	background: linear-gradient(rgba(70,70,70,0.8), rgba(32,30,30,1));
	box-shadow: 0px -5px 10px #222;
	text-shadow: 0px 1px 0px #000;
	z-index: 910;
}
#edFooterBar {
	padding-top: 5px;
	margin: 0px;
}
#messageViewBox {
	position: absolute;
	top: -42px;
	bottom: auto;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 310px;
	min-height: 40px;
	box-shadow: 0px -5px 10px #222;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.alertBox {
	position: relative;
	max-width: 320px;
	color: #ff0000;
	background: linear-gradient(#444, #222);
	padding: 10px;
	border: 5px solid #dd0000;
	border-radius: 5px;
}
#fileViewBox {
	min-width: 600px;
	padding: 10px;
	margin: 10px;
}
iframe#msgDisplay {
	width: 100%;
	height: 34px;
	border: 0px;
	margin: -2px 0px 0px 0px;
	padding: 0px;
}
.markBox {
	display: inline-block;
	color: #7fdc19;
	background-color: #333;
	padding: 3px 10px 3px 10px;
}
.clearer {
	clear: both;
}
.txtL {
	text-align: left;
}
.txtC {
	text-align: center;
}
.txtR {
	text-align: right;
}
.vAlignMid {
	vertical-align: middle;
}
.mTop {
	padding: 12px 0px 0px 0px;
	text-shadow: 0px 2px 0px #000;
}
.border1 {
	border: 3px solid #333;
}
.padBot {
	padding-bottom: 10px;
}
#animaDisplay img {
	width: auto;
	height: 100%;
}
h1 {
	font-family: 'robotoregular';
	font-size: 16px;
	font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #7fdc19;
	padding: 0;
	margin: 8px 0px 23px 0px;
}
h2 {
	font-family: 'robotoregular';
	font-size: 15px;
	font-weight: normal;
    font-style: normal;
    color: #fccc7b;
	padding: 0;
	margin: 10px 0px 23px 0px;
}
h3 {
	font-family: 'robotoregular';
	font-size: 15px;
	font-weight: normal;
    font-style: normal;
    color: #777;
	padding: 0;
	margin: 10px 0px 23px 0px;
}
.responsive {
	width: 100%;
	height: auto;
}
.ovFlow {
	position: relative;
	overflow: auto;
}
.BTN {
	height: 60px;
	color: #aed0f3;
	background-color: #3a3a3a;
	padding: 5px;
	margin-bottom: 2px;
	border: 1px solid #222;
	border-top: 1px solid #4a4a4a;
	border-left: 1px solid #4a4a4a;
	border-radius: 10px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.BTN:hover {
	color: yellow !important;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
}
.BTN:active {
	color: #fff !important;
	background-color: #000;
	border-top: 1px solid #444;
}
.BTN.cur {
	color: yellow !important;
	background-color: #3f3f3f;
}
/* •••• FOOTER •••• */
footer {
	position: relative;
	height: 70px;
	font-family: 'robotoregular', Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 48px;
	color: #aaa;
	background: #fafafa;
	/*text-shadow: 0px 1px 0px #000;*/
	padding: 10px 20px 10px 20px;
	margin: 0;
}
/* OPTIONS ACCORDION */
.libItem {
	background-color: #444;
	padding: 4px;
	margin-bottom: 2px;
	/*border: 1px solid #222;*/
	border-top: 0;
	border-radius: 5px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	cursor: pointer;
}
.libContBox {
	background-color: #444;
	border-radius: 7px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.accoLib {
	position: relative;
}
.accoLib h3 {
	position: relative;
	min-width: 120px;
	height: 34px;
	font-family: 'robotoregular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 1px;
	color: #cccc89;
	background: linear-gradient(#444,#2f2f2f);
	margin: 10px 0px 0px 0px !important;
	padding: 5px 0px 0px 10px;
	/*border-bottom: 1px solid #333;*/
	border-radius: 5px;
	cursor: pointer;
}

h3.ui-accordion-header-active {
	color: yellow !important;
	background: linear-gradient(#2f2f2f,#444);
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.accoLib h3:hover {
	color: yellow !important;
}
.arrowIconNO {
	display: block;
	width:22px;
    height:27px;
	background: transparent url(../images/rightArrow.png) no-repeat left 3px !important;
	float: left;
}
.arrowIconACT {
	display: block;
	width:22px;
    height:27px;
	background: transparent url(../images/bottomArrow.png) no-repeat left 3px !important;
	float: left;
}
.description {
	font-size: 13px;
	line-height: 17px;
	text-align: left;
	color: #aaa;
	padding: 5px 10px 10px 10px;
	margin: 0px;
	border-top: 1px dotted #666;
}
#contEditArea {
	position: fixed;
	top: 50px;
	left: 0px;
	width: 100%;
	box-shadow: 0px 10px 30px #000;
}
/* PHP INFO */
#phpInfoBody {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(50,50,50,1);
	display: none;
	z-index: 1000;
}

.libDisable {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(50,50,50,0.5);
	display: none;
}

.EL_palRadioBtn {
	width: auto;
	height: 40px;
	text-align: left;
	color: #b2d2f4;
	white-space: nowrap;
	background-image: url(../images/el_radioBtnFalse.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0 0 30px;
	margin: 0 2px 5px 2px;
	cursor: pointer;
}
.EL_palRadioBtn:hover {
	color: #fff;
}
.EL_palRadioBtn:active {
	color: #fff;
}
.EL_palRadioBtn.act {
	color: yellow;
	background-image: url(../images/el_radioBtnTrue.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/* SLOTMACHINE */
/* XXX WIN/LOSE MESSAGE XXX */
#alertBody {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 320px;
	height: 320px;
	text-align: center;
	background: rgba(20,20,20,0.6);
	z-index: 400;
}
table.alertTbl {
	width: 100%;
	border-collapse: collapse;
	background: transparent;
}
table.alertTbl td {
	height: 320px;
	line-height: 40px;
	font-size: 26px;
	text-shadow: 0px -10px 50px #000, 0px 2px 0px #000;
	color: yellow;
	vertical-align: middle;
}
#winAlert {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 320px;
	height: 320px;
	background: linear-gradient(60deg, #234d75, rgba(125,250,125,0.5), #234d75);
	border-radius: 160px;
	box-shadow: 0px 0px 50px lightgreen;
	display: none;
	z-index: 900;
}
#loseAlert {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 320px;
	height: 320px;
	background: linear-gradient(60deg, #234d75, rgba(250,125,125,0.5), #234d75);
	border-radius: 160px;
	box-shadow: 0px 0px 50px red;
	display: none;
	z-index: 900;
}
#altAlert {
	position: absolute;
	transform-origin: center center;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 320px;
	height: 320px;
	background: linear-gradient(60deg, #215182, rgba(143,193,242,0.5), #215182);
	border-radius: 160px;
	box-shadow: 0px 0px 50px yellow;
	display: none;
	z-index: 900;
}
/**/
@media only screen and (max-width: 768px) {
    .row {
		display: block;
	}
	[class*="col-"] {
		display: block;
		width: 100%;
		float: none;
	}
	.tblrow {
		display: block;
		border-spacing: 0px;
		padding: 0px;
	}
	[class*="cell-"],
	.cell5 {
		display: inline-block;
		width: 100%;
		text-align: center;
		padding: 0px;
	}
	#groupName {
		max-width: 200px;
		text-align: center;
		margin-bottom: 15px;
	}
	#userName, #password {
		min-width: 280px;
		max-width: 300px;
	}
	.BTN {
		height: 45px;
		padding-top: 6px;
	}
	#fileViewBox {
		overflow-x: scroll;
	}
}

/* •••• VISIBLE LAYOUT GRID •••• */
#gridX {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 10000;
}
.gridItem {
	position: relative;
	height: 100%;
	float: left;
    padding: 10px;
    color: green;
    border-left: 1px solid green;
    /*background: rgba(0,255,0,0.1);*/
    text-align:center;
    text-shadow: 0px 1px 0px #000;
    cursor:pointer;
}