﻿html, body {
	margin: 0px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, Arial, sans-serif;
	font-size: 10pt;
	border: 0px;
}

body {
	overflow: hidden;
}

table { 
    border-spacing: 0;
    border-collapse: collapse;
}

td { 
    padding: 0px;
}

.top-banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120px;
	
	background-position: top center;
	background-color: #000000;
	background-repeat: no-repeat;
	z-index: 9997;
	text-align: center;
	
}

.top-logo {
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -512px;
	background-image: url('../../images/logo.png');
	background-repeat: no-repeat;
	height: 75px;
	width: 1024px;
	z-index: 9998;
}

.top-logo-btn {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -512px;
	height: 75px;
	width: 505px;
	z-index: 9999;
	cursor: pointer;
}


.top-menu-bg {
	position: absolute;
	top: 85px;
	left: 0px;
	width: 100%;
	height: 35px;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 9998;
}

.top-menu {
	position: absolute;
	top: 85px;
	left: 50%;
	margin-left: -513px;
	background-color: transparent;
	height: 35px;
	width: 1024px;	
	z-index: 9999;
}


.top-menu-button {
	cursor: pointer;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	color: #FFFFFF;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
	/*font-weight: 600;*/
	white-space: nowrap;
	font-size: 10pt;
	letter-spacing: 0.02em;
}

.top-menu-button:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.top-menu-button-member {
	cursor: pointer;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	color: #FFFFFF;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
	font-weight: 600;
	white-space: nowrap;
	background-color: rgba(57, 187, 0, 0.4);
}

.top-menu-button-member:hover {
	background-color: rgba(57, 187, 0, 0.6);

}

.top-menu-button-snudebiller {
	cursor: pointer;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	color: #FFFFFF;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
	font-weight: 600;
	white-space: nowrap;
}

.top-menu-button-snudebiller:hover {
	background-color: rgba(255, 255, 255, 0.2);
}



.content-wrapper {
	position: absolute;
	top: 120px;
	left: 0px;
	right: 0px;
	bottom: 0px;


}

.content-wrapper-table {
	position: absolute;
	top: 0px;
	height: 100%;
	left: 0px;

	width: 100%;
	-webkit-box-shadow: 0px 0px 23px -2px rgba(0,0,0,0.56);
	-moz-box-shadow: 0px 0px 23px -2px rgba(0,0,0,0.56);
	box-shadow: 0px 0px 23px -2px rgba(0,0,0,0.56);
}
.content-frame {
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	bottom: 0px;
	border: 0px;
	overflow: hidden;
}

.content-frame-loading {
	position: absolute;
	top: 200px;
	left: 50%;
	width: 1024px;
	text-align: center;
	background-color: aqua;
	margin-left: -512px;
	display: none;
}

.footer td {
	padding: 4px;
	color: #DDDDDD;
}

.footer tr:first-child td {
	font-weight: 600;
	color: #FFFFFF;
}

.language-selector {
	position: absolute;
	left: 50%;
	margin-left: 458px;
	top: 25px;
	border: 0px;
	padding: 7px;
	height: 15px;
	width: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: rgba(255, 255, 255, 1);
	z-index: 9999;
	-webkit-backdrop-filter: blur(6px); /* Safari 9+ */
	backdrop-filter: blur(6px); /* Chrome and Opera */
	background-image: url('../../images/localization/flag/en.svg');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 10px center;
	cursor: pointer;
	
}

.language-selector td:nth-child(2) {
	vertical-align: middle;
	text-align: center;
	background-image: url('../../images/icon_arrow_down_white.png');
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: center center;
}

.language-selector:hover {
	background-color: rgba(255, 255, 255, 0.2);
}


.search-box {
	position: absolute;
	left: 50%;
	margin-left: 163px;
	top: 25px;
	border: 0px;
	padding: 7px;
	height: 15px;
	width: 280px;
	background-color: rgba(255, 255, 255, 0.8);
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, Arial, sans-serif;
	font-size: 10pt;	
	color: rgba(0, 0, 0, 1);
	z-index: 9999;
	outline: none;
	-webkit-backdrop-filter: blur(6px); /* Safari 9+ */
	backdrop-filter: blur(6px); /* Chrome and Opera */	
	
}

.search-box:focus {
	background-color: rgba(255, 255, 255, 1);
}

.member-button {
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 50%;
	margin-left: 218px;
	top: 47px;
	padding-left: 15px;
	padding-right: 15px;
	height: 28px;
	line-height: 28px;
	width: 265px;
	color: #FFFFFF;
	z-index: 9999;
}

.content-right-side {
	/*background-color: #DDDDDD;	
	background-image: url('../../images/shadow_r.png');
	background-repeat: repeat-y;
	background-position: left;*/
}

.content-left-side {
	/* background-color: #DDDDDD;	
	background-image: url('../../images/shadow_l.png');
	background-repeat: repeat-y;
	background-position: right;*/
}

.content-center {
	width: 1024px;
	vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
}

.sub-menu {
	height: 90px;
	display: none;
}

.sub-menu-main {
	 background-color: #535353;
	 color: #FFFFFF;
	 padding: 10px;
}

.sub-menu-button {
	vertical-align: middle;
	text-align: left;
	width: 25%;
	padding: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
	white-space: nowrap;	
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-left: 60px;
}

.sub-menu-button:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.input-login {
	border: 0px;
	border-bottom: 2px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 5px;
	background-color: #F1F1F1;
	font-size: 11pt;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #F1F1F1 inset;
	-webkit-text-fill-color: #000000 !important;
}

.infobar-orange {
	background-color: #FFEEDB;
	color: #C1865E;
	height: 60px;
	padding-left: 20px;
	font-size: 10pt;
	font-weight: 600;
	right: 0px;
	top: 0px;
	left: 0px;
	vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
	cursor: default;	
	margin-top: 15px;
	border: 1px solid #C1865E;
}

.infobar-close-button {
	padding: 5px;
	width: 20px;
	height: 20px;
	line-height: 15px;
	background-color: transparent;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;	
}

.infobar-close-button:hover {
	background-color: rgba(0, 0, 0, 0.3);
}


.titlebar {
	/*background-color: #EEEEEE;
	color: #37404C;
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
	font-size: 12pt;
	font-weight: 600;
	width: 100%;
	top: 0px;
	left: 0px;
	vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
	cursor: default;	*/
	
	background-color: transparent;
	color: #37404C;
	height: 60px;
	line-height: 60px;
	font-size: 14pt;
	width: 100%;
	vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
	cursor: default;	
	
}

.titlebar-content {
	background-color: transparent;
	border-bottom: 1px solid #DDDDDD;
	color: #37404C;
	height: 60px;
	line-height: 60px;
	font-size: 14pt;
	width: 100%;
	vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
	cursor: default;	
	margin-top: -15px;
	margin-bottom: 15px;
}


.menubar {
/*	top: 60px;
	left: 0px;
	height: 30px;
	line-height: 30px;
	padding-bottom: 1px;
	width: 100%;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: 600;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;	
	background-color: #F8F8F8;
	padding-right: 20px;*/
	top: 60px;
	left: 0px;
	height: 30px;
	line-height: 30px;
	padding-bottom: 1px;
/*	width: 100%;*/
	right: 0px;
	color: #FFFFFF;
	font-size: 10pt;
	/*font-weight: 600;*/
	border: 1px solid #DDDDDD;
	background-color: #F4F4F4;
	
}

.menubar table {
	height: 100%;
}

.menubar td:not(.menu-separator) {
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	color: #888888;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
    /*font-weight: 600;*/
	white-space: nowrap;
	background-color: transparent;
}

.menubar td:not(.menu-separator):not(.menu-selected):not(.menu-infobutton):not(.menu-buybutton):not(.menu-deletebutton):hover {
	background-color: rgba(0, 0, 0, 0.05);
	color: #666666;
}

.menubar td.menu-selected {
	background-color: rgba(0, 0, 0, 0.1);
	color: #000000;
	cursor: default;
}

.menubar td.menu-infobutton {
	background-color: transparent;
	color: rgba(137, 175, 49, 1);
	cursor: pointer;
}

.menubar td.menu-infobutton:hover {
	background-color: rgba(137, 175, 49, 0.1);
	color: rgba(137, 175, 49, 1);
}

.menubar td.menu-deletebutton {
	background-color: transparent;
	color: rgba(179, 55, 68, 1);
	cursor: pointer;
}

.menubar td.menu-deletebutton:hover {
	background-color: rgba(179, 55, 68, 0.1);
	color: rgba(179, 55, 68, 1);
}


.menubar td.menu-buybutton{
	color: #C77A7C;
	background-color: #FFCFD1;
	font-weight: bold;
	cursor: pointer;
}

.menubar td.menu-buybutton:hover {
	color: #AF4144;
	background-color: #FFBBBE;
}



.bottombar {
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	color: #888888;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
    font-weight: 600;
	white-space: nowrap;
	background-color: transparent;
}

.bottombar td:not(.menu-separator):hover {
	background-color: rgba(0, 0, 0, 0.05);
	color: #666666;
}


.content {
	padding-top: 15px;
}

.content-title {
	font-size: 12pt;
	height: 20px;
	line-height: 20px;
	padding: 10px;
	width: 100%;
	margin-bottom: 0px;
	display: block;
	background-color: #F1F1F1;
	border-bottom: 1px solid #E1E1E1;
}

.content-results {
	cursor: pointer;
	padding-left: 20px;
	display: inline-block;
	margin-bottom: 30px;
	color: #0F95FC;	
}

.content-results:hover {
	text-decoration: underline;
}

.sn-title {
	 font-size: 14pt;
}

.btr_premium {
	width: 40px;
	height: 25px;
	font-weight: bold;
	text-align: center;
	background-color: #DFEFDF;
	color: #5B775B;

}

.btr_free {
	width: 40px;
	height: 25px;
	font-weight: bold;
	text-align: center;
	background-color: #EAEAEA;
	color: #757575;
}

.btr_payed {
	opacity: 1;	
}

.btr_container {
	padding: 20px;
	border-bottom: 1px solid #DFDFDF;
}

.btr_container_notpayed {
	padding: 20px;
	border-bottom: 1px solid #DFDFDF;
	cursor: default;
}


.btr_container:not(.product):hover {
	background-color: rgba(0, 0, 0, 0.04);
	cursor: pointer;	
}



.btr_notpayed {
	opacity: 0.5;
}

.snarchives-container {
	width: 465px;
	background-color: transparent;
	display: inline-block;
	padding: 15px;
}

.snarchives-container:hover {
	background-color: rgba(0, 0, 0, 0.04);
}

.shop-container {
	width: 298px;
	background-color: transparent;
	display: inline-block;
	padding: 15px;
}

.shop-container:hover {
	background-color: rgba(0, 0, 0, 0.04);
}


.snpictures-container {
	width: 298px;
	min-height: 90px;
	max-height: 100px;
	height: 100px;
	background-color: transparent;
	display: inline-block;
	padding: 15px;
}

.snpictures-container:hover {
	background-color: rgba(0, 0, 0, 0.04);
}

.snpictures-title {
	 font-size: 10pt;
	 font-weight: 600;
}

.snpictures-image {
	background-color: #EEEEEE;
	border: 1px solid #BBBBBB;
	padding: 5px;
	cursor: pointer;
	max-width: 112px;
	max-height: 90px;
	vertical-align: middle;
}

.snpictures-image-sizefree {
	background-color: #EEEEEE;
	border: 1px solid #BBBBBB;
	padding: 5px;
	vertical-align: middle;
}

.text-highlight {
	background-color: #FFFF00;
}

.text-highlight-selected {
	background-color: #A2C479;
}

/*.imagebar {
	width: 220px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset -19px 0px 55px -32px rgba(0,0,0,0.75);
	-moz-box-shadow: inset -19px 0px 55px -32px rgba(0,0,0,0.75);
	box-shadow: inset -19px 0px 55px -32px rgba(0,0,0,0.75);	
	color: #FFFFFF;
	vertical-align: top;
	padding: 15px;
}

.imagebar img {
	width: 100%;
}

.imagebar-image-subtitle {
	text-align: center;
	margin-bottom: 15px;
	width: 100%;
	opacity: 0.7;
	cursor: pointer;
}

.imagebar-image-subtitle:hover {
	opacity: 1;
}

*/

.imagebar {
	position: absolute;
	height: 155px;
	width: 1024px;
	margin-left: -513px;
	margin-top: -1px;
	left: 50%;
	top: 213px;
	/*background-color: rgba(0, 0, 0, 0.85);*/
	background-color: #FFFFFF;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	display: none;
	box-shadow: 0 0px 0px 0px transparent;
}


.imagebar-menu {
	height: 30px;
	line-height: 30px;
	margin-bottom: 15px;
}

.imagebar-imageholder {
	display: inline-block;
	top: 0px;
	left: 0px;
	height: 123px;
	width: 992px;
	color: #000000;
	overflow-y: hidden;
	overflow-x: auto;	
	white-space: nowrap;
	background-color: #F4F4F4;
	border: 1px solid #DDDDDD;
	padding: 15px;
	background-image: url(../../images/imagebar_hint.png);
	background-repeat: no-repeat;
	background-position: center center;
	
}


.imagebar-image {
	display: inline-block;
	height: 120px;
	width: auto;
	margin-right: 8px;
	padding: 5px;	
	background-color: transparent;
	text-align: center;
	color: #000000;
	cursor: pointer;
	white-space: nowrap;
	opacity: 0;
}

.imagebar-image-wait {
	display: inline-block;
	height: 100px;
	width: auto;
	margin-right: 8px;
	padding: 5px;	
	background-color: transparent;
	text-align: center;
	color: #000000;
	cursor: pointer;
	white-space: nowrap;
}

.imagebar-wait-img {
	width: 24px;
	height: 24px;
	margin-top: -200px;
}

.imagebar-image:hover {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.1);
}

.imagebar-image img {
	height: 85px;
}


.product-image {
	width: 120px;
	height: 104px;
}

.product-image-large {
	width: 233px;
	height: 200px;
}

.product-title {
	 font-size: 12pt;
}

.product-pricetag {
	width: 40px;
	height: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #DFEFDF;
	color: #5B775B;
	padding: 6px;
}

.product-pricetag-soldout {
	width: 40px;
	height: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #FAD0D1;
	color: #8A4143;
	padding: 6px;
}

.product-buybutton {
	width: 40px;
	height: 20px;
	font-weight: bold;
	text-align: center;
	color: #AF4144;
	background-color: #FFBBBE;
	opacity: 0.7;
	padding: 6px;
	cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;		
}

.product-buybutton:hover {
	opacity: 1;	
}

.profile-image {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 15px;
	margin-top: 15px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: rgba(255, 255, 255, 0.75);
	max-width: 150px;
	max-height: 150px;
}

.profile-image-circle {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	vertical-align: middle
}

.submenu-entry {
	padding-left: 30px;
	padding-right: 30px;	
	padding-top: 7px;	
	padding-bottom: 7px;			
	cursor: pointer;
	max-height: 20px;
	line-height: 20px;	
	/*font-weight: 600;*/
	
	min-width: 203px;
	white-space: nowrap;
	
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;			
}

.submenu-entry:hover {
	background-color: rgba(255, 255, 255, 0.4);
}


.submenu {
    display: none;
	position: absolute;
	top: 120px;
	background-color: rgba(0, 0, 0, 0.8);	
	color: #FFFFFF;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;				
    z-index: 99999999999;
	backdrop-filter: blur(10px);
}



.submenu-member {
	display: none;
	position: absolute;
	top: 105px;
	background-color: rgba(0, 0, 0, 0.8);
	width: 1024px;
	left: 50%;
	margin-left: -513px;
	height: 60px;
	color: #FFFFFF;	
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;			
	
}

.footer-link {
	cursor: pointer;
}

.footer-link:hover {
	text-decoration: underline;	
}

.link-normal {
	cursor: pointer;
	color: #0F95FC;
}

.link-normal:hover {
	text-decoration: underline;
}


.news-title {
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 10px;
}

.news-news {
	width: 100%;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.8;
	cursor: pointer;
}

.news-news:hover {
	opacity: 1;
}

.news-date {
	font-size: 8pt;
	opacity: 0.5;
}

.upload-complete {
	border: 1px solid #89AF31;
	color: #89AF31;
	font-weight: 600;
	background-color: #EDF1E4;
	padding: 10px;
	height: 100px;
	/*line-height: 50px;*/
	opacity: 1;
	text-align: center;
}

.upload-error {
	border: 1px solid #AF3331;
	color: #AF3331;
	font-weight: 600;
	background-color: #F1E4E4;
	padding: 10px;
	height: 100px;
	/*line-height: 50px;*/
	opacity: 1;
	text-align: center;
}

.upload-msg {
	text-align: center;
}

.upload-close {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	background-color: transparent;
}

.upload-close:hover {
	background-color: rgba(0,0,0,0.08);
}

.image-viewer-btn {
	color: #FFFFFF;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	height: 18px;
	cursor: pointer;
	display: inline-block;
}

.image-viewer-btn:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

#viewer img {
    cursor: grab;
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

#viewer img:active {
    cursor: grabbing;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}

.list {
	border: 1px solid #DDDDDD;
	background-color: #F4F4F4;
	overflow-x: hidden;
	overflow-y: scoll;
}

.list-container {
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
}

.list-item {
	height: 20px;
	padding: 5px;
	padding-left: 15px;
	line-height: 20px;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.75);	
	white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
}

.list-item-header {
	height: 20px;
	padding: 5px;
	padding-left: 15px;
	line-height: 20px;
	cursor: default;
	color: rgba(0, 0, 0, 0.75);	
	white-space: nowrap;	
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ECECEC;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	font-weight: 600;    	
}

.list-item:not(.list-item-selected):not(.list-item-disabled):not(.list-item-header):hover {
	background-color: rgba(0, 0, 0, 0.05);
	color: rgb(0, 0, 0);
}

.list-item-selected {
	height: 20px;
	padding: 5px;
	padding-left: 15px;
	line-height: 20px;
	background-color: rgba(0, 0, 0, 0.1);
	color: #000000;
	cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
}

.list-close {
	width: 30px;
	text-align: center;
	cursor: pointer;
	background-color: transparent;		
}

.list-close div {
	line-height: 30px;
}

.list-close:hover {
	background-color: rgba(0, 0, 0, 0.05);	
}


.input-list {
	border: 0px;
	height: 100%;
	width: 100%;
	padding-left: 15px;
	outline: none;
	border-bottom: 1px solid #DDDDDD;
	background-color: rgba(255,255,255,0.75);
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: rgba(0,0,0,0.5);
	font-style: italic;
}

.input-list:hover {
	background-color: rgba(255,255,255,1);
}

.input-list:focus {
	background-color: rgba(255,255,255,1);
}


.input-admin {
	border: 0px;
	height: 18px;
	line-height: 18px;
	padding: 2px;
	margin: 2px;
	border: 1px solid transparent;
	border-bottom: 1px solid #DDDDDD;
	outline: none;
	width: 100%;
	display: inline-block;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	background-color: transparent;
}

.input-admin-clickable {
	border: 0px;
	height: 18px;
	line-height: 18px;
	padding: 2px;
	margin: 2px;
	border-bottom: 1px solid #DDDDDD;
	outline: none;
	/*width: 100%;*/
	cursor: pointer;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;	
	width: auto;
	white-space: nowrap;	
}

.input-admin-clickable:hover {
	cursor: pointer;
	color: #0F95FC;
	text-decoration: underline;
}

.button-big {
	border: 1px solid #DDDDDD;
	background-color: #F4F4F4;
	text-align: center;
	padding: 15px;
	padding-bottom: 0px;
	color: #888888;
	display: inline-block;
	vertical-align: bottom;	
}

.button-big:not(.button-big-disabled):not(.button-big-selected):hover {
	cursor: pointer;
	background-color: #E9E9E9;
	color: #666666;
	border-color: #D1D1D1;
}

.button-big td:nth-child(2); {
	height: 10px;
	vertical-align: bottom;
}

label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 10px;
}

textarea {
    resize: none;
    border: 1px solid #DDDDDD;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10pt;
    outline: none;
    line-height: 20px
}

.input-error {
	border: 1px solid;
	border-color: rgba(255,0,0, 0.4);	
	background-color: rgba(255,0,0,0.2);
}

.radio-box {
	/*border: 1px solid;*/
}

.check-box {
	/*border: 1px solid;*/
}

.shadow {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 99999999;
	display: none;	
	cursor: default;
}

.popup {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -60px;
	height: 120px;
	width: 300px;
	background-color: #F8F8F8;
	padding: 15px;
	border: 1px solid #DDDDDD;
	-webkit-box-shadow: 0px 0px 38px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 38px -9px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 38px -9px rgba(0,0,0,0.75);
	z-index: 999999999;	
	display: none;
}

.popup-cancel {
	text-align: left;
	padding-left: 15px;
	cursor: pointer;
}

.popup-ok {
	text-align: right;
	padding-right: 15px;
	cursor: pointer;
}


.btr-table tr td {
	padding: 2px;
	/*padding-left: 15px;*/
	vertical-align: top;
}

.btr-table tr:first-child td:first-child {
	/*padding-left: 0px;*/
}


.btr-error-table td {
	border-bottom: 1px solid #DDDDDD;
}
.btr-error-table tr:first-child td  {
	border-top: 1px solid #DDDDDD;
}
.btr-error-table tr td:nth-child(1)  {
	width: 120px;
	padding-left: 15px;
}
.btr-error-table tr td:nth-child(2)  {
	width: 120px;
}
.btr-error-table td:nth-child(3) {
	color: #DD0000;
}



.btr-warning-table td {
	border-bottom: 1px solid #DDDDDD;
}
.btr-warning-table tr:first-child td {
	border-top: 1px solid #DDDDDD;
}
.btr-warning-table tr td:nth-child(1)  {
	width: 120px;
	padding-left: 15px;
}
.btr-warning-table tr td:nth-child(2)  {
	width: 120px;
}
.btr-warning-table td:nth-child(3) {
	color: #DD7B29;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
    display: none;
}

.waitdiv {
	position: absolute;
	margin-top: -40px;
	top: 50%;
	left: 50%;
	width: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	color: #666666;
}

.div-results {
	display: none;
	margin-bottom: 30px;
}

.show-results {
	display: none;
}

.results-arrow {
	text-align: right;
	padding-right: 15px;
	width: 0px;
	display: none;
	/*cursor: pointer;
	background-image: url('../../images/icon_arrow_down.png');
	background-repeat: no-repeat;
	background-position: 0px center;*/
}

.member-images-entry {
	cursor: pointer;
}

.member-images-entry:hover {
	background-color: #F4F4F4;
}

.member-images-entry td {
	padding-top: 15px;
	padding-bottom: 15px;	
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}

.member-images-entry td:first-child {
	padding-left: 15px;
}


.member-images-delete {
	width: 80px;
	font-weight: 600;
	vertical-align: middle;
	text-align: center;
	background-image: url(../../images/icon_trash.png);
	background-repeat: no-repeat;
	background-position: center center;	
}

.member-images-delete:hover {
	background-color: #EF6F6F;
	background-image: url(../../images/icon_trash_white.png);
	color: #FFFFFF;
}

.member-images-edit {
	width: 80px;
	font-weight: 600;
	vertical-align: middle;
	text-align: center;
	background-image: url(../../images/icon_edit_image.png);
	background-repeat: no-repeat;
	background-position: center center;	
}

.member-images-edit:hover {
	background-color: #DDDDDD;
}

.member-images-release {
	width: 80px;
	font-weight: 600;
	vertical-align: middle;
	text-align: center;
	background-image: url(../../images/icon_tick.png);
	background-repeat: no-repeat;
	background-position: center center;	
}

.member-images-release:hover {
	background-color: #99F799;
}

.member-images-reject {
	width: 80px;
	font-weight: 600;
	vertical-align: middle;
	text-align: center;
	background-image: url(../../images/icon_reject.png);
	background-repeat: no-repeat;
	background-position: center center;	
}

.member-images-reject:hover {
	background-color: #EF6F6F;
	background-image: url(../../images/icon_reject.png);
	color: #FFFFFF;
}

.cookie-bar {
	position: fixed;
	bottom: 0px;
	right: 0px;
	height: 40px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #DDDDDD;
	line-height: 40px;
	padding-left: 15px;
	display: none;

}

.msgbox-red {
	border-left: 3px solid #DD5555;
	background-color: #FDF7F7;
	width: 990px;
	padding-top: 20px;
	padding-bottom: 20px;	
	padding-left: 15px;	
	padding-right: 15px;
}

.msgbox-red-title {
	color: #DD5555;
	font-weight: 600;
}

.msgbox-red-text {
	color: #788194;
	font-weight: 600;

}

.msgbox-red-close-button {
	display: inline-block;
	padding: 5px;
	width: 20px;
	height: 20px;
	line-height: 15px;
	background-color: transparent;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;	
}

.msgbox-red-close-button:hover {
	background-color: rgba(221, 85, 85, 0.2);
}

.box-standard {
	border: 1px solid #DFDFDF;
	display: inline-block;
	-webkit-box-shadow: 0px 0px 36px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 36px -15px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 36px -15px rgba(0,0,0,0.75);
}

.box-content {
	padding: 30px;
}

.box-standard-title {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14pt;
	border-bottom: 1px solid #DFDFDF;
	vertical-align: middle;
}

input[type=button], button {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, Arial, sans-serif;
	color: #ffffff;
	font-size: 14px;
	background: #43A6EB;
	padding: 7px 30px 7px 30px;
	border: solid #3A9FE5 1px;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 1px;
}

input[type=button]:hover, button:hover {
	background: #3cb0fd;
	text-decoration: none;
	cursor: pointer;
}

input[type=button]:focus, button:focus {
	border: solid #2B76A8 2px; 
	padding: 6px 29px 6px 29px;
}


textarea, input, button {
	outline: none;
}

.context-menu {
	display: none;
	position: absolute;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 2px 2px 11px -4px rgba(0,0,0,1);
	-moz-box-shadow: 2px 2px 11px -4px rgba(0,0,0,1);
	box-shadow: 2px 2px 11px -4px rgba(0,0,0,1);	
}

.context-menu-item {
	width: 100px;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	padding-left: 10px;
	background-color: transparent;
	cursor: pointer;
}

.context-menu-item .context-menu-item-image {
	margin-right: 10px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: center center;
	width: 16px;
	height: 100%;
	display: inline-block;
}

.context-menu-item:hover {
	background-color: #0F95FC;
	color: #FFFFFF;
}

.messagebox-shadow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 9999999999999999999;
	display: none;
}

.messagebox-box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 100px;
	margin-left: -150px;
	margin-top: -50px;
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 99999999999999999999;
	border: 1px solid #000000;
	backdrop-filter: blur(5px);
}

.messagebox-text {
	text-align: center;
	width: 100%;
	height: auto;
	display: inline-block;
}

.messagebox-buttonbar {
	padding-top: 15px;
}

.messagebox-buttonbar td:nth-child(1) {
	text-align: left;
}

.messagebox-buttonbar td:nth-child(2) {
	text-align: center;
}

.messagebox-buttonbar td:nth-child(3) {
	text-align: right;
}

.messagebox-button-default {
	background-color: #E2E2E2;
	font-weight: 600;
	border: 1px solid #CCCCCC;
	display: inline-block;
	width: auto;
	padding: 5px;
	min-width: 100px;
	cursor: default;
}

.messagebox-button-special1 {
	background-color: rgba(57, 187, 0, 0.8);
	color: #FFFFFF;
	font-weight: 600;
	border: 1px solid rgba(36,118,0,1.00);
	display: inline-block;
	width: auto;
	padding: 5px;
	min-width: 100px;
	cursor: default;
}

.messagebox-button-default:hover {
	background-color: #DADADA;
}

.messagebox-button-special1:hover {
	background-color: rgba(57, 187, 0, 1);
}