html { overflow-y: scroll; }

body {
	background-image: url(/Images/body_back.gif);
	background-color: #211c17;
	/*font-family: 'Ubuntu';*/
	/*font-family: 'Lato', sans-serif;*/
	/*font-family: 'Open sans';*/
	font-family: 'Roboto';
	font-size: 1.3em;
}

/* MAIN LAYOUT */
#top {
	
}
.main-content {
	background: #ffffff;
	min-height: calc(100vh - 185px);
	padding-bottom: 30px;
	padding-top: 10px;
}

#footer-wrapper {
	padding-top: 5px;
	background-color: #3c2c22;
	color: #b6a48a;
	text-shadow: 0 1px 0 #271d16;
	padding-bottom: 5px;
	box-shadow: 0px -3px 0px rgba(0,0,0,0.3);
	height: 38px;
	overflow: hidden;
}

.footer-soc-icon {
	color: #78a400;
	display: inline-block;
	padding: 0px 10px;
	font-size: 18px;
}
.footer-soc-icon:hover { color: #8ebe0b; }

/* MENU */
#menu-wrapper {
	font-family: 'Roboto Condensed';
	background: #3c2c22;
	border-top: 1px solid #4d392d;
}
#menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: calc(100% + 34px);
	margin-left: -17px;
	margin-right: -17px;
	text-align: center;
}
#menu a>i:first-child { display: none; }

#menu li { display: inline-block;}
#menu li a { display: block; padding: 10px; font-size: 1.1em; color: #b6a48a; text-decoration: none; text-shadow: 0px 0px 2px rgba(0,0,0,0.3);}
#menu li:hover { background: #2e221a;}
#menu li.active, #menu li.active:hover { background: #7fc10c;} /* 9fce20*/
#menu li.active a { color: #ffffff; }


/* SUBMENU */
#submenu-wrapper {
	background: #7fc10c;
	font-family: 'Roboto Condensed';
}
#submenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
	text-align: center;
}

#submenu li { display: inline-block;}
#submenu li a { display: block; padding: 6px 9px; font-size: 1em; /*color: #5d7b0d;*/ color: #ffffff; text-decoration: none; text-shadow: 0px 0px 2px rgba(0,0,0,0.3);}
#submenu li:hover { background: #a5d521; }

#submenu li.active a { color: #ffffff; border-bottom: 4px solid #749f00; padding-bottom: 2px; }

#menu-block { width: 100%; height: 77px; display: none;}

#logo-wrapper { padding: 0; position: relative;}
#logo img { max-width: 100%; max-height: 100%; height: 76px;}
.topbox-logo { max-width: 100%; margin-top: 50px; }

#TopBoxLoginWrapper { padding: 5px; float: left;}
#btnTopBoxLogin_Hide { 
	position: absolute;
	right: 0; 
	top: 0; 
	font-size: 24px; 
	color: #ffffff; 
	padding: 10px 15px;
}

#menu-mobile { position: absolute; z-index: 2; right: 0; top: 0; width: 60px; height: 60px; text-align: center; line-height: 60px; font-size: 26px; cursor: pointer;}
#menu-mobile i { color: #ffffff; border-radius: 5px; }
#menu-mobile:hover { background: #b4db19; }
#menu-mobile:hover i { color: #ffffff; }


#menu-wrapper-popup {
	position: absolute;
	width: 100%;
	background-color: #3c2c22;
	z-index: 50;
	display: none;
	top: 55px;
}
#menu-popup {
	list-style-type: none;
	margin: 0;
	padding: 1%;
}
#menu-popup>li {
	width: calc(100% / 3);
	float: left;
}
#menu-popup>li>a {
	display: block;
	background-color: #efefef;
	padding: 40px 0px;
	padding-bottom: 0;
	text-align: center;
	color: #212121;
	font-weight: bold;
	border-right: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	width: 100%;
	height: 160px;
}
#menu-popup>li>a>i {
	font-size: 50px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
#menu-popup>li>a>i:nth-child(2) { display: none; }


#menu-popup>li.active>a {
	border-bottom: 1px solid #b4db19;
	background: #b4db19;
}
#menu-popup>li>ul>li.active>a {
	border-bottom: 1px solid #5b7f0c;
	
	background-color: #90b837;
	
	color: #ffffff;
	text-shadow: 0 -1px 0 #6d9711;
} 
.menu-submenu-popup { display: none;}
.menu-submenu-popup { background: #b4db19; text-align: left; clear: both; width: calc(100%);}
.menu-submenu-popup a { padding: 15px 20px; display: block; color: #000000;}
.menu-submenu-popup a:hover { background: rgba(255,255,255,0.3);}
.menu-submenu-popup li.active { background: rgba(0,0,0,0.1)}
.menu-submenu-popup li.active a:hover { background: transparent;}

.page-header { 
	background: #efefef;
	color: #000000; 
	text-align: center; 
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 15px 30px;
	font-size: 1.2em;
	position: relative;
	
	width: 100vw;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: none;
}
.page-header a {
	text-decoration: none;
	color: #000000;
	position: absolute;
	right: 0;
	padding: 15px;
	top: 0;
}
.page-header a.active {
	color: #7fc10c;
	transform: translateY(1px);
	background: #e2e2e2;
}

.page-header a:nth-child(2) { right: 45px; }
.page-header a:last-child { right: 0; }

a.page-header-backbutton, .page-header a:first-child {
	text-decoration: none;
	display: block;
	position: absolute;
	left: 0;
	right: auto;
}



.row .page-header { margin-left: -10px;}



/* GENERIC ELEMENTS */
a {
	color: #699e0d;
	text-decoration: none;
}
a:hover {text-decoration: underline; color: #343434; }
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
a.nostyle {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.nocolor {
	font-weight: normal;
	color: #000000;
}
.bold {font-weight: bold;}
.red { color: #a60000; }
.nomargin { margin: 0; }

a.black {
	color: #363636;
	font-weight: normal;
}

p { line-height: 1.6em; margin-bottom: 10px;}
h1,
.box h2:first-child,
.box h3:first-child,
.box h4:first-child,
.box h5:first-child,
.box h6:first-child
{ margin-top: 0;}
input[type=text],input[type=password], select {
	height: 36px;
	padding-left: 5px;
	padding-right: 5px;
	max-width: 100%;
	border: 1px solid #a9a9a9;
	box-sizing: border-box;
}
select[disabled] {
	opacity: 0.3;
}
table { width: 100%; font-size: inherit;}
table th { border-bottom: 1px solid #cccccc; padding: 5px;}
table td { padding: 5px;}
tr.color2 { background: #f5f5f5;}

table th.headerSortDown:after {
	content: '\f0d7';
	font-family: 'Font Awesome\ 5 Pro';
	display: inline-block;
	margin-left: 6px;
}
table th.headerSortUp:after {
	content: '\f0d8';
	font-family: 'Font Awesome\ 5 Pro';
	display: inline-block;
	margin-left: 6px;
}

.table-list td { padding: 0; }
.table-list td>a:not(.nbutton) { padding: 5px; display: block; }


table.gray { width: 100%; border-collapse: collapse; margin-top: 4px; }
table.gray tr { background-color: #f9f9f9; }
table.gray tr:nth-child(odd) { background-color: #f1f1f1; }
table.gray td { 
	border: 3px solid white; 
	line-height: 1.8em; 
	padding: 5px 8px;
	position: relative;
}
table.gray td:first-child { width: 196px; font-weight: bold; }

.hoveritem:hover { background: #b4db19; }
.hoveritem:hover a { color: #000000; text-decoration: none; }
.sub-text {font-size: 12px; color: #5b5b5b;}
.center { text-align: center; }
.name-swedish {color: #0C5797;}
.fullwidth { width: 100%; }

.lh-input { line-height: 36px;}
.textbox-red { background: #ffe7e7; border: 1px solid #c58686;}
.notransition { transition: none; }
.list-gray>*:nth-child(even) {
	background: #eaeaea;
}




#scrollbutton {
	font-size: 26px;
	float: right;
	margin-left: 20px;
	color: #78a400;
	margin-top: 0px;
}
#scrollbutton:hover {
	cursor: pointer;
	color: #9cd209;
}


.date-selectbox { float: left; }
.date-selectbox select {
	float: left;
	min-width: 40px;
}
.date-selectbox select {
	width: calc(60% - 25px);
}
.date-selectbox select:first-child {
	width: calc(40% - 25px);
}
.date-selectbox select:last-child {
	width: 50px;
}





/* HOVER ICON */
.hovericon {
	padding: 10px; 
	color: #e3e3e3; 
	background: rgba(0,0,0,0.3);
}
.hovericon:hover {
	cursor: pointer;
	background: rgba(0,0,0,0.7);
}

/* LIST COLORS */
.color-gray1 { background: #eaeaea; }
.color-gray2 { background: #dadada; }

.listcolor-gray2 { background: #eaeaea; }
.listcolor-light1 { background: #f9f9f9; }
.listcolor-light2 { background: #f1f1f1; }




/* BUTTONS */
.nbutton {
	background: #ebebeb;
	border: 1px solid #929292;
	display: inline-block;
	cursor: pointer;
	transition: all 0.2s;
	user-select: none;
	line-height: 22px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	text-align: center;
	border-radius: 3px;
	text-decoration: none;
}
.nbutton>span {
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #d1d1d1;
	padding: 5px 10px;
	display: block;
	color: #424242;
	text-shadow: 0 1px 0 #f5f5f5;
	transition: all 0.2s;
	min-height: 34px;
	user-select: none;
	border-radius: 3px;
	text-decoration: none;
}




.nbutton:hover { 
	color: #2d2d2d; 
	text-decoration: none; 
	background: #efefef;
	border: 1px solid #666666;
}
.nbutton:hover>span {
	color: #000000; 
	border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    text-shadow: 0 1px 0 #f5f5f5;
}
.nbutton:active, .nbutton.active { 
	background-color: #ffffff; 
	border: 1px solid #656565; 
	color: #2d2d2d; 
	text-decoration: none;
	transform: translateY(1px);
}
.nbutton:active>span, .nbutton.active>span, .nbutton.active>span:hover {
	color: #000000; 
	/*
	border-bottom: 1px solid #8ebf09;
	border-top: 1px solid #7aa505;
	*/
	border-bottom: 1px solid #f9f9f9;
	border-top: 1px solid #d1d1d1;
	text-shadow: none;
}
.nbutton:active>span, .nbutton.active>span { }


.nbutton i { 
	min-width: 15px; 
	text-align: center; 
	vertical-align: middle;
	font-size: 16px;
	height: 17px;
}

.nbutton.green {
	background: #9cd209;
	border: 1px solid #77a006;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
.nbutton.green>span {
	border-top: 1px solid #b2ed10;
    border-bottom: 1px solid #8bbb07;
    text-shadow: 0 1px 0 #aee31d;
}
.nbutton.green:hover {
	background: #B1E22D;
}
.nbutton.green:hover>span {

}

.nbutton.blue {
	background: #0984D2;
	border: 1px solid #0659A0;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
.nbutton.blue>span {
	border-top: 1px solid #108DED;
    border-bottom: 1px solid #077EBB;
    color: #ffffff;
    text-shadow: none;
}
.nbutton.blue:hover {
	background: #2D97E2;
}
.nbutton.blue:hover>span {

}

.nbutton.disabled, .nbutton.disabled:hover, .nbutton.disabled:active {
	cursor: default;
	background: rgba(204, 204, 204, 0.2);
	transform: translateY(0px);
	border: 1px solid rgba(146, 146, 146, 0.2);
	box-shadow: none;
}
.nbutton.disabled>span, .nbutton.disabled>span:active, .nbutton.disabled:hover>span {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;

	padding: 5px 10px;
	display: block;
	color: rgba(118, 118, 118, 0.2);
	text-shadow: 0 1px 0 rgba(245, 245, 245, 0.2);
}
.nbutton-disabled-text { 
	opacity: 0; 
	position: absolute;
	display: inline-block;
	border-radius: 4px;
	background: #429dd6;
	padding: 1px 6px;
	font-size: 10px;
	text-shadow: none;
	color: #ffffff;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	pointer-events: none;
	transition: all 0.2s ease;
}
.nbutton.disabled .nbutton-disabled-text {
	opacity: 1;
	/*pointer-events: auto;*/
} 




.nbutton.cancel {
	background: transparent;
    border-color: rgba(0,0,0,0.05);
    box-shadow: none;
    transition: all 0.2s;
}
.nbutton.cancel>span {
	border-color: transparent;
    color: #797979;
    background: rgba(0,0,0,0);
    transition: all 0.2s;
    text-shadow: none;
}
.nbutton.cancel>span i {
	color: rgba(0,0,0,0.3);
	transition: all 0.2s;
}
.nbutton.cancel:hover>span i {
	color: #000000;
}
.nbutton.cancel:hover>span {
	color: #000000;
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}



.nbutton.red {
	background: #e9a2a2;
	border: 1px solid #8c6262;
}
.nbutton.red>span {
	border-top: 1px solid #f3aaaa;
	border-bottom: 1px solid #755252;
	text-shadow: 0 1px 0px #f3aaaa;
}
.nbutton.red:hover { background: #f26f6f; }

.nbutton.like-forum-post { 
	border-bottom-left-radius: 0; 
	border-top-left-radius: 0; 
}
.nbutton-likes {
	padding: 10px;
	line-height: 14px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #f1f1f1;
	border: 1px solid #a2a2a2;
	border-right: 0;
	color: #b0b0b0;
	min-width: 12px;
	text-align: center;
	display: inline-block;
}
.nbutton-likes.green {
	background-color: #a4ca1d;
	border-right: 0;
	color: #000000;
}

.nbutton-likes.no-button {
	border-radius: 4px;
	border: 1px solid #a2a2a2;
}

.nbutton i.green {
	color: #7fc10c;
	transition: all 0.2s;
}
.nbutton:hover i.green { 
	color: #000000;
}
.nbutton i.red {
	color: #C64949;
	transition: all 0.2s;
}
.nbutton:hover i.red { 
	color: #000000;
}

.tinymce_button {
	border: 1px solid transparent;
	height: 30px;
	width: 32px;
	cursor: pointer;
	margin-top: 5px;
	position: absolute; 
	display: inline-block; 
	z-index: 2;
}
.tinymce_button:hover {
	border: 1px solid #ccc;	
	background: #e3e3e3;
}
.tinymce_button a, .tinymce_button a:hover { 
	color: #000000;
	position: relative; 
	padding: 5px;
	text-align: center;
	display: block;
}
.tinymce_button a i {}


.button {
	display: inline-block;
	width: auto;
	background-color: #9cd209; 
	border: 1px solid #77a006; 
	color: #525252;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	line-height: 22px;
}

.button>span {
	display: block;
	padding: 5px 10px;
	width: auto;
	border-top: 1px solid #b2ed10;
	border-bottom: 1px solid #8bbb07;
	text-shadow: 0 1px 0 #aee31d;
	font-size: 1em;
	text-align: center;
	min-height: 34px;
	user-select: none;
}


.button>span>img {
	float: left;
	margin-right: 4px;
}

.button:hover { 
	background-color: #a3db09; border: 1px solid #8db915; color: #2d2d2d; text-decoration: none;
}
.button:hover>span  {
	border-top: 1px solid #ccf65a;
	border-bottom: 1px solid #a4d02a;
	text-shadow: 0 1px 0 #ccf65a;
	cursor: pointer !important;
}

.button:active {
	background-color: #9cd209; border: 1px solid #8db915; color: #2d2d2d; text-decoration: none;
}
.button:active>span {
	border-bottom: 1px solid #b2ed10;
	border-top: 1px solid #8bbb07;
	padding-top: 6px;
	padding-bottom: 4px;
	cursor: pointer !important;
}


/* TOPBOX */
.top-box {
	border-top: 1px solid #4d392d;
	border-bottom: 1px solid #241a14;
	height: 46px;
	border-bottom-left-radius: 5px;
	background: #3c2c22;
	float: right;
}
.top-box-separator {
	float: left;
	height: 44px;
	border-left: 1px solid #2a211b;
	border-right: 1px solid #514035;
}
.top-box-icon {
	float: left;
	display: block; 
	width: 46px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	color: #b6a48a;
	text-shadow: 0px -1px 0px #16120f;
}
.top-box-icon i {
	font-size: 18px;
	line-height: 44px;
}
.top-box-icon:hover, .top-box-icon.active {
	background-color: #271c16;
	color: #b6a48a;
}
.top-box-icon.green i {
	color: #7fc10c;
}
.top-box-icon.green i:before {
	animation: green-pulse 2s infinite;
	border-radius: 10px;
}

.top-box-loggedin-icons {
	position: relative; float: left;
}

.top-box-loggedin-iconwrapper {
	float: left;
	position: relative;
	cursor: pointer;
}


.top-box input { border: 1px solid #241a14; padding: 6px; width: 150px; float: left; margin-right: 4px; }
.top-box input:focus { outline: 2px solid #7fc10c; }

#imgYourAvatar { height: 34px; float: left; border: 1px solid #16120F; margin: 0px 4px; }
.top-box-loggedin-logininfo { font-size: 12px; min-width: 130px; padding-top: 4px;}

.top-box-arrowbutton {
	height: 44px;
	width: 24px;
	display: inline-block;
	text-align: center;
	color: #b6a48a;
	float: right;
	padding-top: 14px;
}
.top-box-arrowbutton:hover {
	background-color: #574236;
	cursor: pointer;
	text-decoration: none;
}

.top-box-notice {
	display: none;
	position: absolute;
	top: 22px;
	background-color: #7fc10c;
	border-radius: 20px;
	font-size: 8px;
	line-height: 12px;
	text-align: center;
	width: auto;
	padding: 0px 1px 1px 1px;
	left: 10px;
	min-width: 12px;
	min-height: 12px;
	color: #ffffff;
	z-index: 2;
}

.top-box-notice.green { display: block; animation: green-pulse 2s infinite;}



.top-box-dropdown {
	right: 0; position: absolute; width: 125px; background-color: #3C2C22; top: 48px;
	box-shadow: 0px 2px 2px #000000;
	z-index: 1;
	display: none;
}
.top-box-dropdown>a {
	display: block;
	padding: 6px;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: 5px center;
	border-top: 1px solid #514035;
	border-bottom: 1px solid #2A211B;
	text-decoration: none;
	color: #b6a48a;
}
.top-box-dropdown>a i {
	font-size: 16px;
}

.top-box-dropdown>a:hover { background-color: #4b372b; color: #78a400; }

/* LOGIN */
.top-box .open-forgot-password { display: block; cursor: pointer; font-weight: bold; position: absolute; top: 44px; font-size: 10px; }
.top-box .open-become-member { padding: 10px; line-height: 44px; cursor: pointer; }
.open-become-member { cursor: pointer;}


/* NOTICES */
#userevent-notices-wrapper {
	background-color: red; 
	position: absolute;
	top: 44px;
	margin-left: -317px; 
	width: 364px;
	z-index: 10;
	padding: 4px;
	background-color: #5B473A;
	border: 1px solid #16120F;
	box-shadow: 2px 2px 4px #272727;
	display: none;
}
#userevent-notices {
	background-color: #f1f1f1;
	height: calc(100% - 48px);
	border-right: 1px solid #7C6659;
	border-bottom: 1px solid #7C6659;
	border-left: 1px solid #2B231D;
	border-top: 1px solid #2B231D;
	overflow-y: auto;
	box-sizing: border-box;
	cursor: default;
	max-height: calc(100vh - 200px);
}

.listitem-notice {
	display: block;
	box-sizing: border-box;
	padding: 5px;
	font-size: 0.9em;
	border-top: 1px solid #e0e0e0;
	opacity: 0.6;
}
.listitem-notice.unread {
	background-color: #d8f396;
	border-top: 1px solid #d7dfc1;
	opacity: 1;
}
.listitem-notice:hover {
	background-color: #ffffff;
	opacity: 1;
}
.listitem-notice.unread:hover {
	background-color: #e3ff9c;
	text-decoration: underline;
}
.listitem-notice-image {
	float: left;
	width: 36px;
	height: 39px;
	margin-right: 5px;
	text-align: center;
}
.listitem-notice-image img {
	max-width: 100%;
	max-height: 100%;
}
.listitem-notice-text {
	width: calc(100% - 70px);
	box-sizing: border-box;
}
.listitem-notice-text:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.listitem-notice-datetime {
	font-weight: normal;
	font-size: 0.8em;
	color: #717171;
}

#userevent-notices-showall, #image-notices-showall {
	display: block;
	text-align: center;
	width: 100%;
	background-color: #bebebe;
	padding: 8px;
	box-sizing: border-box;
	margin-top: -1px;
	border: 1px solid #444444;
	border-top: 0;
}
#userevent-notices-showall:hover, #image-notices-showall:hover { background-color: #d5d5d5; }


#userevent-notices-markallasread {
	padding: 2px;
	display: block;
	text-align: right;
}

.breadcrumb { margin-left: -15px; margin-right: -15px; margin-bottom: 30px;}


/* POPUP MENU FOR ADMINISTRATING ITEMS */
.popup-menu {
	width: 300px;
	position: fixed;
	background: rgba(0,0,0,0.5);
	z-index: 10;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 5px;
	opacity: 0;
	top: 40vh;
	pointer-events: none;
	transition: all 0.2s ease;

}
.popup-menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	overflow: auto;
	background: #404040;
	padding-bottom: 2px;
}
.popup-menu ul li a { display: block; }
.popup-menu-close {
	position: absolute;
	color: #ffffff;
	font-size: 20px;
	right: 0;
	top: -30px;
	cursor: pointer;
}
.popup-menu.show {
	top: 50vh;
	opacity: 1;
	pointer-events: auto;
	z-index: 10;
}




/* CARESHEETS */
.species-titleimage {
    float: left;
    margin-right: 40px;
    min-height: 244px;
    width: 278px;
}
.species-titleimage img { max-width: 100%;}
.caresheet-info { border-top: 1px solid #cccccc; padding-top: 10px; margin-top: 10px;}
.caresheet-images-wrapper .imageviewer-image { float: left; width: 25%;}

.caresheet-category-link {
	display: inline-block;
	background-size: cover;
	background-position: center right;
	margin: 0;
	width: 50%;
}
.caresheet-category-link a {
	display: block;
	border: 2px solid #000000;
	text-align: center;
}
.caresheet-category-link a:hover {
	border: 2px solid #7fc10c;	
}

.caresheet-category-link a>span {
	display: inline-block;
	padding: 10px 30px;
	margin-top: 60px;
	color: #ffffff;
	text-shadow: -2px 0 2px black, 0 2px 2px black, 2px 0 2px black, 0 -2px 2px black;
	text-decoration: none;
	background: rgba(0,0,0,0.6);
	min-height: 40px;
	transform: translateY(-50%);
}

.questionbox {
	padding: 10px; margin: 20px 0px; border-radius: 3px; background-color: #d4e4b9; display: flex;
}
.questionbox i {
	font-size: 60px; margin: -20px 10px 20px -20px; vertical-align: middle; color: #8b9e6a;
}



/* IMAGE DIVS */
.imgdiv-right {
    float: right;
    font-size: 12px;
    font-style: italic;
    height: auto;
    margin: 10px 0 10px 10px;
    text-align: right;
    width: auto;
	background-color: #000000;
	border: 1px solid #000000;
	color: #ffffff;
	padding: 0 5px;
}

.imgdiv-left {
    float: left;
    font-size: 12px;
    font-style: italic;
    height: auto;
    margin: 10px 10px 10px 0;
    width: auto;
	background-color: #000000;
	border: 1px solid #000000;
	color: #ffffff;
	padding: 0 5px;
}

.imgdiv-left img, .imgdiv-right img, .imgdiv-full img { max-width: calc(100% + 10px); margin-left: -5px; margin-right: -5px;}

.imgdiv-full {
    font-size: 16px;
    font-style: italic;
    height: auto;
    margin: 10px 0;
    text-align: center;
	background-color: #000000;
	border: 1px solid #000000;
	color: #ffffff;
	padding: 0 5px;
}
.imgdiv-full img, .imgdiv-third img, .imgdiv-fourth img { margin-bottom: 2px; box-sizing: border-box; max-width: 100%;}

.imgdiv-multi-wrapper {
	float: left;
	width: 100%;
	clear: both;
	box-sizing: border-box;
	margin-bottom: 16px;
}
.imgdiv-third {
	float: left; 
	width: 33%;
	margin-right: 0.5%;
	box-sizing: border-box;
	text-align: center;
}
.imgdiv-third:last-child {
	margin: 0;
}
.imgdiv-third:last-child:after {
	content: ' ';
	clear: both;
}
.imgdiv-fourth {
	float: left; 
	width: 24.625%;
	margin-right: 0.5%;
	box-sizing: border-box;
	text-align: center;
}
.imgdiv-fourth:last-child {
	margin: 0;
}
.imgdiv-fourth:last-child:after {
	content: ' ';
	clear: both;
}


/* USER AVATARS */
.user-avatar-list-large {
	display: block;
	float: left; 
	background-color: #eaeaea;
	width: 25%;
}
.user-avatar-list-large>span {
	border: 1px solid #cfcfcf;
	padding: 5px;
	display: block;
}
.user-avatar-list-large-image {
	width: 100%;
}

/* USER ONLINE/OFFLINE */
.user-online {
	color: #699e0d;
	min-width: 14px;
	text-align: center;
	margin-right: 4px;
}
.user-offline {
	color: #cccccc;
	min-width: 14px;
	text-align: center;
	margin-right: 4px;
}

/* CARESHEETBOX - BIG */
.caresheet-box {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.caresheet-box:after {
	content: "";
	display: table;
	clear: both;
}

.caresheet-box>li {
    position: relative;
	box-sizing: border-box;
	float: left;
}
.caresheet-box.big>li { width: 20%;}
.caresheet-box.full>li { width: 100%;}


.caresheet-box-image { 
	float: left;
	box-sizing: border-box;
	min-width: 38px;
}

.caresheet-box .caresheet-box-image { 
    width: 100%;
	border: 1px solid #ffffff;
	margin-bottom: 6px;
}

.caresheet-box a { 
	display: block;
	color: #525252; 
	text-shadow: 0 1px 0 #ffffff; 
    border: 1px solid #EAEAEA;
    padding: 5px;
	margin-left: -1px;
	margin-top: -1px;
	overflow: hidden;
	height: 0;
	padding-bottom: 118%;
}
.caresheet-box a:hover {
	background-color: #9cd209;
	cursor: pointer; 
	border: 1px solid #77a006;
	color: #525252; 
	text-shadow: 0 1px 0 #aee31d; 
	text-decoration: none;
}
.caresheet-box a:hover .caresheet-box-image {
	border: 1px solid #77a006;
}
.caresheet-box h3 {border: 0; margin: 0; font-size: 12px; margin-bottom: 4px;}
.caresheet-box p { margin: 0px;}
.caresheet-box-author {font-size: 10px; }
.caresheet-box .caresheet-box-speciename {
	font-weight: normal;
	font-size: 10px;
	display: block;
	line-height: 12px;
}

.caresheet-box-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 1px solid #bec5a8;
}
.caresheet-box-list>li { display: block; float: left; width: 100%; }
.caresheet-box-list>li>a { display: block; padding: 0px 3px;}
	.caresheet-list-column1 { display: block; float: left; width: 40%; padding: 3px 0px;}
	.caresheet-list-column2 { display: block; float: left; width: 40%; padding: 3px 0px;}
	.caresheet-list-column3 { display: block; float: left; width: 20%; padding: 3px 0px;}

	
/* GALLERY - IMAGE */
.gallery-image {
	float: left;
	width: 25%;
	margin: 0;
	padding-bottom: 0px;
	background-color: #e8e8e8;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
}
.gallery-image-name:empty {
	display: none;
}
.gallery-image-imagewrapper {
	width: 100%;
	display: block;
	box-sizing: border-box;
	background-color: #ffffff;
	overflow: hidden;
}
.gallery-image-imagewrapper>img {
	border: 1px solid #414141;
	box-sizing: border-box;
	width: 100%;
}
.gallery-image-name {
	width: 100%;
	overflow: hidden;
	font-size: 10px;
	display: block;
	text-align: center;
	text-overflow: ellipsis;
    white-space: nowrap;
	background: rgba(0,0,0,0.7);
	position: absolute;
	padding: 4px;
	box-sizing: border-box;
	text-decoration: none;
	bottom: 0;
}

.gallery-image:hover .gallery-image-imagewrapper img {
    border: 1px solid #7BA607;
}
.gallery-image:hover .gallery-image-imagewrapper>img {
	opacity: 0.9;
}
.gallery-image:hover .gallery-image-name {
	background: rgba(147,192,24,0.7);
	color: #000000;
}

.gallery-image-adminbuttons, .gallery-album-adminbuttons {
	position: absolute;
	top: 0px;
	display: none;
	right: 0px;
	z-index: 2;
}

.gallery-image-adminbuttons i, .gallery-album-adminbuttons i {
	background: rgba(0,0,0,0.3);
    color: #e3e3e3;
    padding: 10px;
    transition: all 0.2s;
	display: block;
	float: left;
}

.gallery-image-adminbuttons i:hover, .gallery-album-adminbuttons i:hover {
	cursor: pointer;
    color: #ffffff;
    background: rgba(0,0,0,0.7);
}

.gallery-image:hover .gallery-image-adminbuttons { display: block; }
.gallery-album:hover .gallery-album-adminbuttons { display: block; }

.specie-image {
	float: left;
	width: 20%
}
.specie-image:first-child {
	width: 40%;
	min-width: 170px;
}




/* GALLERY - ALBUM */
.gallery-albums {
	
}

.gallery-album {
	float: left;
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.9);
	width: calc((100% / 3) - 3px);
	height: 160px;
	padding-bottom: 0px;
	background-color: #e8e8e8;
	margin-right: 3px;
	margin-bottom: 3px;
	cursor: pointer;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	transition: all 0.3s;
	text-align: center;
}
.gallery-album.move, .gallery-album.move:hover  {
	cursor: move;
	border: 1px dashed #2c2c2c;
}
.gallery-album.move .gallery-album-adminbuttons {
	display: none !important;
}

.gallery-album-imagewrapper {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	text-align: center;
	position: absolute;
	left: 0;
}
.gallery-album-imagewrapper img {
	width: 100%;
	transition: all 0.4s;
}
.gallery-album-name {
	position: absolute;
	display: inline-block;
	left: 50%;
	padding: 10px;
	color: #ffffff;
	font-size: 12px;
	top: 50%;
	background: rgba(0, 0, 0, 0.65);
	transition: all 0.4s;
	transform: translateY(-50%) translateX(-50%);
}
.gallery-album-scientificname {
	display: block;
	font-style: italic;
	font-size: 10px;
	width: 166px;
	color: #DEDEDE;
}
.gallery-album-imagecount {
	color: #7fc10c;
	transition: all 0.3s;
}

.gallery-album:hover {
    color: #2E3F00;
}
.gallery-album:hover .gallery-album-imagewrapper img {
	transform: scale(1.05);
}
.gallery-album:hover .gallery-album-name {
	background: rgba(156,210,9,1);
}
.gallery-album:hover .gallery-album-imagecount {
	color: #ffffff;
}



a.speciegallery-maingroup-item {
	float: left; 
	display: block; 
	width: calc(100% / 6); 
	height: 130px; 
	background-image: url(/Images/icons128/folder.png); 
	background-position: center -10px;
	background-repeat: no-repeat;
	border: 1px solid #ffffff; 
	
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	padding-top: 30px;
	color: #272727;
	text-decoration: none;
	cursor: pointer;
}

a.speciegallery-maingroup-item:hover {
	background-color: #9CD209;
    border: 1px solid #7BA607;
}



/* 
	USERPAGE STYLE
*/

.avatar-wrapper {
	position: relative; 
	height: auto; 
	min-height: 100px; 
}
.avatar-wrapper:hover #btn-change-avatar-wrapper, .avatar-wrapper:hover #btn-change-avatar-wrapper2 {
	display: block;
}

#btn-change-avatar-wrapper, #btn-change-avatar-wrapper2 {
	position: absolute; 
	z-index: 2; 
	cursor: pointer;
	text-align: center;
	bottom: 0;
	width: 100%;
	
	background: rgba(0,0,0,0.3);
	color: #e3e3e3;
	transition: all 0.2s;
}
#btn-change-avatar-wrapper:hover, #btn-change-avatar-wrapper2:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.7);
}
#btn-change-avatar, #btn-change-avatar2  { padding: 10px 0px; }



.btn-remove-avatar {
	background: rgba(0,0,0,0.3);
	color: #e3e3e3;
	padding: 10px 13px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	transition: all 0.2s;
}
.btn-remove-avatar:hover {
	cursor: pointer;
	color: #ffffff;
	background: rgba(0,0,0,0.7);
}







/* ACCORDION */
.btn-user-underpages i { width: 20px; text-align: center;}
.btn-user-underpages {
	padding: 7px;
	display: block;
	background-color: #f5f5f5;
	border: 1px solid #e4e4e4;
	border-top: 1px solid #ffffff;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #000000;
	font-weight: normal;
}
.btn-user-underpages:hover {
	text-decoration: none;
	/*background-color: #9cd209;*/
	background-color: #edf4d5;
	/*text-shadow: 0 1px 0 #b3ec18;*/
	text-shadow: 0 1px 0 #ffffff;
	color: #2e3f00;
	border: 1px solid #d8e2b9;
	border-top: 1px solid #ffffff;
}
.btn-user-underpages:active {
	padding-top: 8px;
	padding-bottom: 6px;
	background-color: #a1d80a;
	border: 1px solid #7ba607;
	text-shadow: 0 1px 0 #b3ec18;
}
.btn-user-underpages.active {
	background-color: #9cd209;
	text-shadow: 0 1px 0 #b3ec18;
	color: #2e3f00;
	border: 1px solid #7ba607;
}

.btn-user-underpages img {
	float: left;
	margin-right: 7px;
	margin-top: -1px;
}
.btn-user-underpages-sub {
	padding: 3px;
	padding-left: 28px;
	padding-top: 2px;
	display: block;
	position: relative;
	background-color: #88b709;
	border: 1px solid #7ca609;
	border-bottom: 1px solid #92c40b;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #000000;
	font-weight: normal;
	font-size: 10px;
}
.btn-user-underpages-sub:hover {
	text-decoration: none;
	background-color: #95c80a;
	color: #000000;
}
.btn-user-underpages-sub:active, .btn-user-underpages-sub.active {
	background-color: #7aa408;
	border: 1px solid #6d9307;
	text-shadow: 0 1px 0 #86b40a;
}


.btn-user-underpages-sub img {
	float: left;
	margin-right: 7px;
	margin-top: -1px;
}
.btn-user-underpages-sub em {
	color: #4b6407;
}


/* BOXES */
.box {
	padding: 15px;
	background: #f5f5f5;
	margin: 10px 0px;
}
.box:first-child { margin-top: 0;}
.box h1, .box h2, .box h3, .box h4, .box h5, .box h6 { margin-top: 0; }



/* DIALOGS */
.dialog {
	z-index: 10;
	position: absolute; 
	left: 0; 
	right: 0;
	top: 0;
	border-radius: 3px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
    zoom: 1;
	box-sizing: border-box;
	background-color: #dadada;
	outline: 8px solid rgba(0,0,0,0.4);
	display: block;
	opacity: 0;
	pointer-events: none;
	cursor: default;
	transform: translateY(-20px);
	transition: 0.1s opacity ease-out, 0.2s transform ease-out; 
}
.dialog-header {
	border: 1px solid #000000;
	width: 100%;
	background-color: #3c2c22;
	padding: 8px;
	color: #ffffff;
	font-size: 14px;
}

.dialog-header .dialog-close:after {
	content: '\f00d';
	font-family: 'Font Awesome\ 5 Pro';
	float: right;
	color: #F2F2F2;
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	margin-top: -9px;
	margin-right: -8px;
	padding: 5px 10px;
}
.dialog-header .dialog-close:hover:after {
	color: #ffffff;	
	background: rgba(0,0,0,0.3);
}
.dialog:not(.show) { 
	z-index: -1;
}
.dialog.show {
	opacity: 1;
	transform: translateY(0px);
	pointer-events: auto;
}

.dialog-inner {
	position: relative;
	padding: 10px;
}

#dialogBlockingBackground, #dialogBlockingBackground2, #dialogBlockingBackground3, #dialogBlockingBackground4, #dialogBlockingBackgroundMenu {
	width: 100%; 
	height: 100%; 
	position: fixed; 
	opacity: 0;
	pointer-events: none;
	z-index: 9;
	background: rgba(0,0,0,0.65);
	top: 0;
	left: 0;
	transition: 0.3s;
}
#dialogBlockingBackground2 {
	z-index: 11;
}
#dialogBlockingBackground3 {
	z-index: 13;
}
#dialogBlockingBackground4 {
	z-index: 15;
}
#dialogBlockingBackgroundMenu {
	z-index: 40;
}
#dialogBlockingBackground.show, #dialogBlockingBackground2.show, #dialogBlockingBackground3.show, #dialogBlockingBackground4.show, #dialogBlockingBackgroundMenu.show {
	opacity: 1;
	pointer-events: auto;
}

.dialog-line {
	margin: 6px 0px;
	clear: both;
}
.dialog-line:after {
	content: '';
	display: block;
	clear: both;
}
.dialog-leftcolumn {
	float: left;
	width: 100px;
	line-height: 36px;
}
.dialog-rightcolumn {
	float: left;
	margin-left: 6px;
	width: calc(100% - 106px);
	box-sizing: border-box;
}

.dialog-leftcolumn.large {width: 170px;}
.dialog-rightcolumn.large {width: calc(100% - 176px);}
.dialog-fullcolumn { width: 100%; }

.dialog-rightcolumn input[type=text], .dialog-rightcolumn input[type=text]:focus {
	width: 100%;
}
.dialog-rightcolumn select {
	width: 100%;
}

.dialog-buttons {
	background-color: #F9F5E8;
	text-align: right;
	margin-top: 6px; 
	margin-bottom: -10px;
	margin-left: -10px;
	margin-right: -10px;
	padding: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: 1px solid #DEDEDE;
	display: flex;
	justify-content: flex-end;
	clear: both;
}
.dialog-buttons .nbutton {
	float: none !important;
	margin: 0;
	margin-left: 4px;
}

.dialog-buttons .nbutton:first-child {
	margin-left: 0;
	width: 80px;
}
.dialog-buttons .nbutton:nth-child(2) {
	width: calc(100% - 84px);
	max-width: 240px;
}
.dialog-buttons .nbutton:only-child {
	width: 100%;
	line-height: 44px;
	font-size: 16px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.dialog-buttons {
	padding: 0;
}
.dialog-buttons .nbutton.green {
	background: #8abd00;
}
.dialog-buttons .nbutton.green:hover {
	background: #9ed802;
}
.dialog-buttons .nbutton.green>span {
	border-top: 1px solid #9ed210;
	color: #ffffff;
	text-shadow: none;
}

#dialogConfirmHeader { margin: 0;}

.dialog-line>input[type=text], .dialog-line>select {
	width: calc(100% - 100px);
	min-width: 100px;
}

.full-width { width: 100%; }

/* 
	DIALOG INNERWRAPS
*/
.dialog-innerwrap {
	float: left;
	background-color: #eeeeee;
	border: 1px solid #b1b1b1;
	border-radius: 4px;
	padding: 4px;
}
.dialog-innerwrap.yellow {
	background-color: #e6e3c0;
	border: 1px solid #b5b296;
	border-radius: 4px;
	padding: 4px;
}


.smalldialog {
	position: absolute;
	opacity: 0;
	pointer-events: none;

	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	margin-top: -60px;
	max-width: 450px;
	z-index: 9000;
	border: 1px solid #2e2e2e;
	background: #efefef;

	transform: translateY(-30px);
	transition: 0.2s all;
}

.smalldialog.show {
	opacity: 1;
	transform: translateY(0px);
	pointer-events: auto;
}

.smalldialog>div {
	display: block;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	padding: 16px;

}

.smalldialog.responsive {
	position: absolute;
	width: 96%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
    zoom: 1;
    display*: inline; /* ie hack */
	display: none;
	box-sizing: border-box;
	z-index: 10;
}

.largedialog {
	position: fixed;
	display: none;
	top: 50%;
	left: 50%;
	width: 600px;
	max-width: 100%;
	z-index: 9000;
	border: 1px solid #2e2e2e;
	background: #efefef;
	transform: translateX(-50%);
}
.largedialog>div {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	padding: 16px;

}

.dialog-closebutton:after {
	content: '\f057';
	font-family: 'Font Awesome\ 5 Pro';
	position: absolute; 
	width: 28px;
	height: 34px;
	font-size: 24px;
	top: 0; 
	right: 0; 
	cursor: pointer;
}

#dialogRulesInner {
	padding: 10px 20px;
	background: #ffffff;
	border: 1px solid #CFCFCF;
	max-height: calc(100vh - 200px);
	overflow: auto;
}


/* DIALOG TABS LIST */

.tabs-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	clear: both;
}
.tabs-list li {
	float: left;
	margin-right: 2px;
	padding: 6px 8px;
	margin-bottom: -1px;
	cursor: pointer;
}
.tabs-list-div {
	background-color: #9b9b9b;
	padding: 5px;
	border: 1px solid #5d5d5d;
	text-shadow: 0;
}
.tabs-list li:hover {
	background-color: #bcbcbc;
}
.tabs-list li.active, .tabs-list li.active:hover  {
	background-color: #9b9b9b;
	border: 1px solid #5d5d5d;
	border-bottom: 0;
}

/* Tabs */
.tabs {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	margin: 0;
	padding: 0;
}
.tabs>* {
	padding: 10px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	text-align: center;
	display: inline-block;
	color: #3C3C3C;
}
.tabs>*.active {
	border-bottom: 4px solid #7fc10c;
	color: #000000;
	font-weight: bold;
}
.tabs>*:hover {
	background: #ffffff;
	cursor: pointer;
}


.bullet-circle {
	font-size: 10px;
	border-radius: 25px;
	padding: 1px 3px;
	min-width: 16px;
	text-align: center;
	color: #ffffff;
	background: #5f5f5f;
	display: inline-block;
	transform: translateY(-2px);
	font-weight: normal;
}
.bullet-circle.green { background: #7ec10d; }
.bullet-circle.red { background: #c73737; }



/* Mobile Tabs */
.mobile-tabs {
	display: none;
	flex-flow: row wrap;
	align-items: stretch;
}
.mobile-tabs>* {
	padding: 10px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	text-align: center;
	flex-basis: 50%;
	display: inline-block;
	color: #3C3C3C;
}
.mobile-tabs>*.active {
	border-bottom: 4px solid #7fc10c;
	color: #000000;
	font-weight: bold;
}

/* UPLOAD PROGRESS */

.upload-progress-wrapper {
	width: 100%; 
	height: 4px; 
	background: rgba(0,0,0,0.1);
	margin-top: 12px;
	display: none;
}
.upload-progress-bar {
	float: left; 
	width: 0%; 
	background: #9ecf00;
	height: 4px;
}

.upload-progress-text {
	font-size: 27px; 
	margin-top: -20px; 
	line-height: 20px;
	text-shadow: none; 
	position: absolute;
	width: 100%; 
	text-align: center;
	left: 0;
	bottom: 7px;
	font-weight: bold;
	top: 72px;
}
#gallery-image-upload-loading .upload-progress-text { top: 50px; }




/* SELECT BOX */

.slct-box {
	border: 1px solid #939393;
	background: #f0f0f0;
	box-sizing: border-box;
	height: 36px;
	line-height: 34px;
	padding-left: 4px;
	padding-right: 14px;
	position: relative;
}
.slct-box:hover {
	background: #f9f9f9;
}
.slct-box:after {
	content: '\f0d7';
	font-family: 'Font Awesome\ 5 Pro';
	font-weight: bold;
	position: absolute;
	top: 0px;
	right: 3px;
}
.slct-box-current {
	
}
.slct-box-items {
	position: absolute;
	width: calc(100% + 2px);
	background: #eaeaea;
	left: -1px;
	top: 31px;
	border: 1px solid #939393;
	box-sizing: border-box;
	display: none;
}
.slct-box.active .slct-box-items { display: block;}
.slct-box-item {
	padding-left: 4px;
	padding-right: 4px;
	overflow: hidden;
	height: 36px;
	border-bottom: 1px solid #dfdfdf;
	cursor: pointer;
}
.slct-box-item:hover { background: #f9f9f9;}

/* POST ITEM */

.post-item {
	min-height: 100px;
	display: block; 
	border-bottom: 2px solid #cdcdcd; 
	/*border-top: 1px solid #f5f5f5; */
	float: left; 
	width: 100%;
	position: relative;
	
	background: #e7e7e7;
}
.post-item-user {
	float: left;
	width: 78px;
	max-width: 100px;
	font-size: 10px;
}
.post-item-user>div {
	padding: 5px 6px 2px 6px;
	word-wrap: break-word;
}
.post-item-user img {
	max-width: 100%;
}

.post-item-userstats {
	margin-top: 6px;
	display: block;
}

.post-item-message {
	background: #f5f5f5;
	width: calc(100% - 78px);
	position: relative;
	overflow: hidden;
	word-break: break-word;
}

.post-item-message-header {
	width: 100%;
	padding: 5px 10px 5px 5px;
	background: rgba(0,0,0,0.06);
}
.post-item-message-header .post-item-postdate { 
	font-size: 10px;
	float: right;
	line-height: 17px;
}

.post-item-user-username { 
	font-weight: bold; 
	font-size: 12px;
}


.post-item-adminbuttons {
	margin-bottom: 6px;
	padding: 10px;
	/*
	display: flex;
	
	flex-direction: row-reverse;
	*/
	text-align: right;
}
.post-item-message-text {
	padding: 10px;
	margin-bottom: 16px;
	min-height: 90px;
}
.post-item-message-text img { max-width: 100%; margin-bottom: 4px;}

.wrapper-forum-post-like {
	display: inline-block;
}






/* IMAGE VIEWER */
#image-viewer-wrap-wrapper {
	position: fixed;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	display: none; 
	outline: 0 none !important;
	z-index: 12;
}

#image-viewer-wrap {
	position: absolute;
	box-sizing: border-box;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 2% 3%;
	text-align: center;
	top: 0;
	display: none;
	z-index: 10;
	min-height: 300px;
	min-width: 500px;
}

#image-viewer {
	position: relative; 
	z-index: 12; 
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
	background-color: #f3f3f3;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
#image-viewer.show-comments #image-viewer-left {
	margin-right: 300px;
}

#image-viewer.show-comments #image-viewer-right {
	display: block;
}

#image-viewer-image-container {
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: contain;
	position: relative;
	height: 88%;
	padding-bottom: 1px;
	padding-right: 1px;
	text-align: center;
	position: relative; 
	z-index: 0;

}
#image-viewer-image-wrapper {
	white-space: nowrap; 
	width: 100%; 
	height: 100%; 
	font-size: 0;
}
#image-viewer-image-wrapper span {
	display: inline-block; 
	height: 100%; 
	vertical-align: middle;
}
#image-viewer-image-wrapper img {
	width: auto;
	height: auto;
	line-height: 0;
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	min-width: 200px;
	min-height: 200px;
	border: 1px solid #000000;
	margin: auto;
	vertical-align: middle;
}

#image-viewer-image-name {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center; 
	margin-top: 6px; 
	font-weight: bold;
}
#image-viewer-image-description {
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center; 
	margin-top: 6px;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#image-viewer-image-loading {
	background: none repeat scroll 0 0 #CCCCCC;
	border-radius: 5px;
	left: 6px;
	opacity: 0.5;
	padding: 2px;
	position: absolute;
	top: 6px;
	z-index: 20;
	display: none;
}

#image-viewer-left {
	position: relative;
	height: 100%;
	background-color: #0b0b0b;
}
#image-viewer-left:after {
	position: absolute;
	bottom: 40px;
	top: 40px;
	left: 0;
	right: 0;
	height: auto;
	width: auto;
	display: block;
	z-index: -1;
}

#image-viewer-right {
	float: right; 
	width: 301px; 
	margin-left: -297px;
	text-align: left;
	display: none;
	background-color: #eeeeee;
	height: 100%;
	position: absolute; top: 0; right: 0;
}



#image-viewer-go-prev {
	background-repeat: no-repeat;
	background-position: center left;
	position: absolute; 
	width: 50%; 
	height: 100%;
	cursor: pointer;
	z-index: 100;
	text-align: left;
	top: 0;
}

#image-viewer-go-prev i, #image-viewer-go-next i {
	font-size: 80px;
	padding: 0px 30px;
	top: calc(50% - 10px);
	position: absolute;
	display: none;
	color: rgba(255,255,255,0.7);
	text-shadow: 0px 2px 0px rgba(0,0,0,0.5);
}
#image-viewer-go-prev i { left: 0; }
#image-viewer-go-next i { right: 0; }

#image-viewer-go-prev:hover i, #image-viewer-go-next:hover i {
	display: block;
}


#image-viewer-go-prev.noimage i, #image-viewer-go-next.noimage i  { display: none !important; }
#image-viewer-go-prev.noimage, #image-viewer-go-next.noimage  { cursor: default !important; }

#image-viewer-go-next {
	background-repeat: no-repeat;
	background-position: center right;
	position: absolute; 
	width: 50%;
	height: 100%;
	cursor: pointer;
	z-index: 100;
	right: 0;
	text-align: right;
	top: 0;
}
#image-viewer-go-next:hover {
	
}
#image-viewer-comments {
	background-color: #dfdfdf; 
	overflow: auto; 
	overflow-x: hidden;
	margin-bottom: 2px;
	position: absolute;
	top: 147px;
	bottom: 65px;
	right: 0px;
	left: 0px;
}
#image-viewer-image-info { 
	color: #ffffff;
	position: relative; 
	height: 50px;
}

#image-viewer-image-views {
	position: absolute;
	right: 11px;
	top: 3px;
	font-size: 10px;
	margin-top: 1px;
	color: #ffffff;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
}

#image-viewer-downloadlink {
	display: block; right: 10px; bottom: 10px; position: absolute; font-size: 12px; color: #ffffff;
}

#image-viewer-comments .comment-image {
	float: left; height: 54px; width: 46px;
}
#image-viewer-comments .comment-image img {
	width: 40px;
}
#image-viewer-comments .comment-date {
	display: block; 
	font-size: 10px; 
	color: #818181; 
	float: right; 
	margin-right: 26px;
}


.close-imageviewer {
	position: absolute; 
	right: -15px; 
	top: -15px; 
	cursor: pointer;
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top, #e5e5e5 0%, #d1d1d1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#d1d1d1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e5e5e5 0%,#d1d1d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	padding: 5px;
	font-size: 30px;
	width: 40px;
	height: 40px;
	z-index: 101;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
}

.comment {
	padding: 4px; background-color: #f6f6f6; border-bottom: 1px solid #e0e0e0; border-top: 1px solid #ffffff; position: relative;
}

.delete-image-comment {
	position: absolute;
	top: 2px;
	right: 4px;
	display: none;
	cursor: pointer;
	color: #000000;
	padding: 3px;
	border-radius: 4px;
}

.comment:hover .delete-image-comment {
	display: block;
}

/* Paging */

.paging-nav {
	width: 100%;
	margin-top: 6px;
	display: inline-block;
	text-align: center;
}

.paging-nav .paging-pages {
	display: table;
	width: calc(100% - 106px);
	float: left;
	padding: 0px 3%;
}
.paging-nav .paging-pages.two-arrows {
	width: calc(100% - 212px);
}

.paging-item, .paging-dots {
	background-color: #ececec;
	padding: 10px 0px;
	/*display: table-cell;*/
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	margin: 0 auto;
	width: 12.5%;
}
.paging-dots { width: 6.25%;}

.paging-item:hover {
	color: #2E3F00;
	background-color: #9CD209;
	text-shadow: 0 1px 0 #B3EC18;
}

.paging-current {
	color: #2E3F00;
	background-color: #9CD209;
	text-shadow: 0 1px 0 #B3EC18;
}

.paging-button, .paging-button:hover.paging-button-disable {
	background: #ececec;
	padding: 2px 5px;
	width: 100%;
	display: block;
	text-align: center;
}
.paging-prev-wrapper { margin-right: 3px;}
.paging-next-wrapper { margin-left: 3px; }


/*
.paging-button-disable, .paging-button:hover.paging-button-disable {
	background-color: rgba(255,255,255, 0.1);
}
*/
.paging-button i {
	font-size: 36px;
	color: #000000;
	display: inline-block;
}
.paging-button-disable i {
	opacity: 0.1;
}



.paging-button:hover {
	color: #2E3F00;
	background-color: #9CD209;
}


.paging-prev-wrapper, .paging-next-wrapper {
	float: left;
	width: 50px;
	font-size: 10px;
	text-align: center;
}

/*
.paging-next {text-align: right; float: right;}
.paging-prev {text-align: left; float: left;}
.paging-next i { margin-left: 5px; float: right;}
.paging-prev i { margin-right: 5px; float: left; }
*/

.paging-info {
	width: 100%;
	text-align: center;
	margin-top: 6px;
	display: block;
	clear: both;
}
.paging-button-disable, .paging-button-disable:hover {
	color: #b0b0b0;
	
}



/* New paging */
.paging-small {
	background: #7fc10c;
	padding: 0px;
	border-radius: 3px;
	display: inline-flex;
	color: #ffffff;
}
.paging-small-button {
	padding: 4px 16px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	transition: all 0.2s;
	color: #ffffff;
}
.paging-small-button:hover { color: #000000; }
.paging-small-button.disable {
	color: #6ba20a;
	cursor: default;
}
.paging-small-select {
	display: inline-block;
	padding: 3px 10px;

}
.paging-small-select select {
	height: 30px;
	display: inline-block;
	border-radius: 3px;
	border: 0;
	background: #6ba20a;
}





.i-width { width: 14px; text-align: center; margin-right: 4px;}


/* TOOLTIPS */

.tooltip-box, .tooltip-box-arrowleft {
	position: absolute;
	margin-top: -32px;
	width: auto;
	height: 36px;
	background-image: url(../Images/validationdiv_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: none;
	white-space: nowrap;
}
  .tooltip-box>div, .tooltip-box-arrowleft>div {
    float: left;
    margin-left: 47px;
    height: 30px;
    width: auto;
    background-image: url(../Images/validationdiv_back.png);
    
  }
    .tooltip-box>div>div, .tooltip-box-arrowleft>div>div {
      float: left;
      font-size: 10px;
      padding-right: 30px;
      padding-top: 6px;
      height: 26px;
      width: auto;
      background-image: url(../Images/validationdiv_right.png);
      background-repeat: no-repeat;
      background-position: top right;
      margin-left: -40px;
      margin-right: -11px;
    }
    .tooltip-box>div>div>img, .tooltip-box-arrowleft>div>div>img {
      float: left; 
      margin-right: 4px;
      margin-top: -1px;
    }
.tooltip-box-arrowleft {
  height: 30px;
  background-image: url(../Images/validationdiv_arrowleft_left.png);
  margin-top: -2px;
  margin-left: 4px;
  float: left;
  position: relative;
}
  .tooltip-box-arrowleft>div>div {
    margin-left: -36px;
  }

.tooltip-box.tooltip-box-green {background-image: url(../Images/validationdiv_left_green.png);}
.tooltip-box.tooltip-box-green>div {background-image: url(../Images/validationdiv_back_green.png);}
.tooltip-box.tooltip-box-green>div>div {background-image: url(../Images/validationdiv_right_green.png);}
.tooltip-box-arrowleft.tooltip-box-green {background-image: url(../Images/validationdiv_arrowleft_left_green.png);}
.tooltip-box-arrowleft.tooltip-box-green>div {background-image: url(../Images/validationdiv_back_green.png);}
.tooltip-box-arrowleft.tooltip-box-green>div>div {background-image: url(../Images/validationdiv_right_green.png);}

.tooltip-box.tooltip-box-red {background-image: url(../Images/validationdiv_left_red.png);}
.tooltip-box.tooltip-box-red>div {background-image: url(../Images/validationdiv_back_red.png);}
.tooltip-box.tooltip-box-red>div>div {background-image: url(../Images/validationdiv_right_red.png);}
.tooltip-box-arrowleft.tooltip-box-red {background-image: url(../Images/validationdiv_arrowleft_left_red.png);}
.tooltip-box-arrowleft.tooltip-box-red>div {background-image: url(../Images/validationdiv_back_red.png);}
.tooltip-box-arrowleft.tooltip-box-red>div>div {background-image: url(../Images/validationdiv_right_red.png);}

.black-tooltip {
	position: absolute;
	z-index: 1006;
	display: none;
	width: 220px;
	padding-bottom: 8px;
	background-image: url(/Images/blacktooltip_arrow.png);
	background-repeat: no-repeat;
	background-position: bottom center;

}
.black-tooltip>div {
	background-color: #272727;
	color: #e0e0e0;
	font-size: 10px;
	padding: 10px;
	width: 200px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.black-tooltip>div>h3 {
	font-size: 12px;
	font-weight: bold;
}
.black-tooltip p {
	margin: 0;
}

/* OVERVIEW LINK */
.overview-links {
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
	align-items: stretch;
}
.overview-links a {
	padding: 25px 6px; 
	color: #000000;
	text-decoration: none;
	display: block;
    background-color: #F3F3F3;
    border: 1px solid #EAEAEA;
    margin-bottom: 6px;
    font-weight: normal;
    text-align: center;
    height: 160px;
    flex-basis: calc(25% - 5px);
    flex-grow: 1;
    min-width: 160px;
    margin: 2px;

}
.overview-links a h3 { margin: 0; margin-top: 6px; font-size: 20px;}

.overview-links a:hover {
	text-decoration: none;
	background-color: #9CD209;
    border: 1px solid #77A006;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0 1px 0 #AEE31D;
}


/* TOGGLE BUTTONS */

.toggle-buttons {
	list-style-type: 0;
	margin: 0;
	padding: 0;
}
.toggle-buttons>li {
	display: block;
	float: left;
}
.toggle-buttons>li>a {
	display: block;
	padding: 5px 8px;
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top, #ededed 0%, #c6c6c6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c6c6c6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ededed 0%,#c6c6c6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ededed 0%,#c6c6c6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ededed 0%,#c6c6c6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ededed 0%,#c6c6c6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */
	text-shadow: 0px 1px 0px #ffffff;
	border: 1px solid #aaaaaa;
	text-align: center;
	min-width: 16px;
}
.toggle-buttons>li.active>a, .toggle-buttons>li.active>a:hover {
	background: #86b914; /* Old browsers */
	background: -moz-linear-gradient(top, #86b914 0%, #9dc615 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86b914), color-stop(100%,#9dc615)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #86b914 0%,#9dc615 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #86b914 0%,#9dc615 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #86b914 0%,#9dc615 100%); /* IE10+ */
	background: linear-gradient(to bottom, #86b914 0%,#9dc615 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86b914', endColorstr='#9dc615',GradientType=0 ); /* IE6-9 */
	border: 1px solid #739f11;
	text-shadow: 0px 1px 0px #b9e22f;
	cursor: default;
}
.toggle-buttons>li:first-child>a {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding-left: 12px;
}
.toggle-buttons>li:last-child>a {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-right: 12px;
}
.toggle-buttons>li>a:hover {
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 0%, #d3d3d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 0%,#d3d3d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 0%,#d3d3d3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f4f4f4 0%,#d3d3d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}

/* SUBSUBMENU */
.subsubmenu {
	display: block;
	float: left;
	padding: 10px 20px;
	border-radius: 5px;
	margin-right: 10px;
	background-color: #e4e4e4;
}
.subsubmenu:hover {
	background-color: #d7e8a7;
	color: #323232;
}
.subsubmenu.active, .subsubmenu.active:hover {
	color: #273d0b;
	text-shadow: 0px 1px 0px #bbed7b;
	background-color: #9CD209;
}


/* HEADER FILTER */
.div-header-filter {
    background-color: #3C2C22;
    border-bottom: 1px solid #2B231D;
    border-top: 1px solid #4D4036;
    border-radius: 4px;
    padding: 5px;
}

.div-header-filter select {
    border: 1px solid #2B231D;
}


/* COLOR-TAGS */
.color-tag {
	border-radius: 3px;
	padding: 5px;
	
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
	
}
.color-tag.red {
	background: #ec5252;
}

.color-tag.yellow {
	background: #ece752;
}

.color-tag.blue {
	background: #52bbec;
}

.color-tag.green {
	background: #c9ed53;
}


.color-tag.red.hover:hover {
	background: #f17676;
}
.color-tag.yellow.hover:hover {
	background: #f2f254;
}
.color-tag.green.hover:hover {
	background: #bff759;
}
.color-tag.blue.hover:hover {
	background: #56c9f7;
}
.color-tag.hover {
	cursor: pointer;
}


/* CALENDAR MEDIUM ICON */
.calendar-medium-icon {
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	background-image: url(/Images/icons32/calendar.png);
	float: left;
	display: block;
}

.calendar-medium-icon .calendar-day {
	font-size: 12px;
	text-align: center;
	display: block;
	width: 32px;
	height: 16px;
	margin-top: 12px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #ffffff;
}

/* FORUM */
.forum-unread {
	float: right; 
	padding: 0px 4px; 
	text-shadow: 0px -1px 0px #1b87c5; 
	color: #FFFFFF; 
	font-size: 10px; 
	display: block; 
	border-radius: 4px; 
	background-color: #269de2; 
	margin-left: 2px;
	line-height: 17px;
}
#div-latest-active-threads {
	border: 1px solid #cacaca; 
	background: #ffffff;
}
#div-latest-active-threads>a { 
	position: relative; 
	display: block; 
	padding: 9px 5px;
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
}
#div-latest-active-threads>a:hover {
	background: #7fc10c;
	color: #ffffff;
}
#div-latest-active-threads>a:hover i {
	color: #ffffff;
}

#div-latest-active-threads>a i {
	color: #78a400;
}

#div-latest-active-threads>a.red, #div-latest-active-threads>a.red i {
	color: #a60000;
}

.forum-threadcategory-wrapper {
	border: 1px solid #3c2c22;
	clear: both;
	display: block;
	
}

.forum-threadcategory-header {
	padding: 8px; 
	position: relative; 
	color: #81b722; 
	font-weight: bold; 
	
	background: #4f3f2d; /* Old browsers */
	background: -moz-linear-gradient(top, #4f3f2d 0%, #3c2c22 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f3f2d), color-stop(100%,#3c2c22)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4f3f2d 0%,#3c2c22 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4f3f2d 0%,#3c2c22 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4f3f2d 0%,#3c2c22 100%); /* IE10+ */
	background: linear-gradient(top, #4f3f2d 0%,#3c2c22 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f3f2d', endColorstr='#3c2c22',GradientType=0 ); /* IE6-9 */
}

.quote-item { padding: 10px; border-radius: 10px; background: #dbdbdb; }

.forum-category-pill {
	font-weight: normal; 
	display: inline-block; 
	background: #7fc10c; 
	color: white; 
	padding: 3px 5px; 
	border-radius: 4px; 
	margin-bottom: 5px; 
	font-weight: normal;
	cursor: pointer;

}
.forum-category-pill:hover {
	background: #70a90e; 
	color: #ffffff;
	text-decoration: none;
}




/* FORUM THREADPOST */


.forum-threadpost-item {
	display: block; 
	background-color: #efefef; 
	cursor: pointer; 
	width: 100%;
	text-shadow: 0 1px 0 #FFFFFF;
	position: relative;
	float: left;
}

.forum-threadpost-item:after { clear: both; display: block; content: '';}

.forum-threadpost-item.color2 {
	background: #f9f9f9;
}


.forum-threadpost-item:hover {
	background-color: #9cd209;
	color: #525252; 
	text-shadow: 0 1px 0 #aee31d; 
}

.forum-threadpost-item-icon {
	float: left; 
	width: 45px;
	padding: 2px; 
	padding-left: 10px;
	box-sizing: border-box;
	color: #000000;
	font-size: 30px;
	position: relative;
}

.forum-threadpost-item-icon .sticky-note {
	position: absolute;
	font-size: 16px;
	color: #e1d400;
	top: 10px;
	right: 5px;
	text-shadow: 1px 1px rgba(0,0,0,1);
}

.forum-threadpost-item-name-wrapper {
	display: flex; 
	padding: 5px; 
	padding-top: 6px;
	float: left; 
	width: calc(56% - 45px);
	align-items: center;
	min-height: 47px;
}

.forum-threadpost-item:hover .forum-threadpost-item-name {
	color: #151515;
}

.forum-threadpost-item-name {
	display: block; 
	min-height: 16px; 
	font-size: 12px; 
	width: 100%;
}
.forum-threadpost-item-lastthread {
	display: block; 
	font-size: 10px; 
	min-height: 14px;
	box-sizing: border-box;
}


.forum-threadpost-item-lastactive {
	float: left; 
	width: 27%; 
	padding: 5px;
	color: #4a4a4a;
	min-height: 47px;
	border-left: 1px solid rgba(0,0,0,0.07);
	display: flex;
	align-items: center;
}

.forum-threadpost-item-views {
	float: right; 
	width: 10%; 
	border-left: 1px solid rgba(0,0,0,0.07);
	padding: 5px;
	text-align: center;
	color: #4a4a4a;
}

.forum-threadpost-item-numberofposts {
	float: right; 
	width: 7%; 
	border-left: 1px solid rgba(0,0,0,0.07);
	padding: 5px;
	text-align: center;
	color: #4a4a4a;
}
.forum-threadpost-item.green.color1 { background: #dff1c1; }
.forum-threadpost-item.green.color2 { background: #cbe0a8; }
.forum-threadpost-item.green.color1:hover, .forum-threadpost-item.green.color2:hover { background: #9cd209; }






/* ARTICLE ITEM */
.article-item {
	background-color: #f5f5f5; 
	border: 1px solid #e6e6e6;  
	display: block; 
	color: #232323;
	width: 50%;
	float: left;
	transition: all 1s;
	position: relative;
}
.article-item:hover {

}
.article-item:hover .article-item-topimage {
}
.article-item-text {
	padding: 10px;
	display: block;
	margin-top: 0;
	transition: all 0.6s;
	position: absolute;
	bottom: 0px;
	color: #ffffff;
	background: rgba(0,0,0,0.8);
	
	height: 55px;
	width: 100%;
}
.article-item:hover .article-item-text {
	height: 100%;	
}
.article-item-shortcontent { 
	opacity: 0;
	transition: all 0.6s;
}
.article-item:hover .article-item-shortcontent {
	opacity: 1;
}

.article-item-text h3 { margin: 0; font-size: 1.1em;}

.article-item-topimage {
	width: 100%;
}

.references {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 20px;
}
.references li {
	text-indent: -20px;
	margin-bottom: 8px;
}

.article-item-admin {
	position: relative;
	margin-bottom: 10px; 
	padding: 10px; 
	background-color: #f5f5f5; 
	border: 1px solid #e6e6e6; 
	min-height: 100px; 
	display: block; 
	text-decoration: none !important; 
	color: #232323;
	font-weight: normal !important;
}
.article-item-admin.isinactive {
	border: 1px solid #ad2626; 
	background-color: #eddcdc;
}


.article-item-admin .article-item-topimage {
	border: 1px solid #6c6c6c; 
	width: 240px; 
	margin-left: 10px; 
	margin-bottom: 10px; 
	float: right; 
}
.article-item-admin h3 { margin-top: 0;}







/* FIGURE IMAGE */
figure.image {
	box-sizing: border-box;
	background-color: #000000 !important;
    border: 1px solid #000000 !important;
    color: #ffffff;
    font-size: 12px;
    font-style: italic;
    padding: 0 5px;
    height: auto;
}
figure.image img {
	box-sizing: border-box;
	max-width: calc(100% + 10px);
    margin: 0px -5px 0px -5px !important; 
    
}

figure.image figcaption {
	margin: 6px 8px 6px 8px;
	text-align: center;
}

figure.image.img-right {
	float: right;
    font-size: 12px;
    margin: 10px 0 10px 10px !important;
    text-align: right;
    width: auto;
    max-width: 33% !important;
}

figure.image.img-left {
	float: left;
    margin: 10px 10px 10px 0 !important;
    width: auto;
    max-width: 33% !important;
}
figure.image.img-full { 
	font-size: 16px;
    margin: 10px auto !important;
    text-align: center;
    position: relative;
    width: auto;
    display: table-cell;
}

figure.image.img-full + figure.image.img-full + figure.image.img-full + figure.image.img-full { display: block; }
figure.image.img-full + figure.image.img-full + figure.image.img-full + figure.image.img-full + figure.image.img-full { display: table-cell; }



.blog-box-item img { max-width: 100%;}


/* BUBBLE ICON */
.bubble-icon {
	font-size: 50px;
	height: 100px;
	width: 100px;
	background: pink;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	color: #373737;
	transition: all 0.4s;
}
.bubble-icon:hover { color: #000000; box-shadow: 0px 3px 1px rgba(0,0,0,0.8); margin-top: -3px; margin-bottom: 3px;}

.bubble-icon.green { background: #7fc10c; }
.bubble-icon.blue { background: #2db4e0; }
.bubble-icon.orange { background: #e0ab2d; }


/* NivoSlider fixes */
.theme-default .nivoSlider {
	margin: 0;
	min-height: 100px;
	max-height: 220px;
}
.theme-default .nivo-controlNav {
	bottom: 0px; 
	left: auto;
	right: 0;
	position: absolute;
	z-index: 9;
	padding: 0;
}


/* HERO SCREEN */

.hero {
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	width: calc(100% + 30px);
	height: auto;
	
	margin-left: -15px;
	margin-right: -15px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.6em;
	text-shadow: 1px 1px 0px #000000;
	overflow: hidden;
	text-align: left;
	min-height: 290px;
}
.hero>div { padding: 50px;}
.herobutton {
	cursor: pointer; 
	display: inline-block; 
	background: #86b914; 
	padding: 12px 40px; 
	font-size: 36px; 
	color: #ffffff; 
	text-shadow: 0px -1px 0px #679109; 
	box-shadow: 2px 2px 0px #000000;
	margin-top: 30px;
	width: 100%;
	text-align: center;
}

.hero p.hero-text {
	width: 100%;
	display: block;
	padding: 10px 0px;
	box-sizing: border-box;
}
.hero p.hero-links {
	font-size: 14px;
	text-shadow: none;
}
.hero p.hero-links>a { float: left; display: block; padding: 5px; background: rgba(0,0,0,0.7); color: #ffffff; width: calc(50% - 5px); margin-right: 5px; margin-bottom: 5px; transition: all 0.3s;}
.hero p.hero-links>a i { width: 26px; text-align: center;}
.hero p.hero-links>a:hover { background: #7fc10c;}

.herobutton-text {
	font-size: 12px;
	background-color: rgba(0,0,0,0.6);
	padding: 5px;
	display: inline-block;
	margin-top: 6px;
	width: 100%;
	text-align: center;
}

.hero-loggedin-box { 
	padding: 20px; 
	margin-top: 20px;
	background: rgba(0,0,0,0.5);
	font-size: 0.8em;
}




/* USER EVENTS */
.listitem-event-image {
	float: left;
	width: 22.4%; 
	margin-right: 4px; 
	border: 1px solid #6b6b6b;
}


/* INT Textbox */

.int-textbox-buttons {
    float: left;
    height: 36px;
    width: 30px;
    background-color: #2f2f2f;
	user-select: none;
}
.int-textbox-btnup, .int-textbox-btndown {
    display: block;
    float: left;
    height: 18px;
	line-height: 18px;
    width: 100%;
	color: #f5f5f5;
	text-align: center;
	user-select: none;
}
.int-textbox-btnup i, .int-textbox-btndown i { cursor: default;}
.int-textbox-btnup:hover, .int-textbox-btndown:hover {
	color: #ffffff;
	background-color: #171717;
}






/* LEAFLET */
.leaflet-container { z-index: 0; }


/* VERITAS */
.veritas-small img { width: 100%; max-width: 432px; }
.small-b, .small-b img { max-width: 100%;}



/* GRID FIXES */
@media (min-width: 768px) {
	.col-sm-1.nopadding-left,
	.col-sm-2.nopadding-left,
	.col-sm-3.nopadding-left,
	.col-sm-4.nopadding-left,
	.col-sm-5.nopadding-left,
	.col-sm-6.nopadding-left,
	.col-sm-7.nopadding-left,
	.col-sm-8.nopadding-left,
	.col-sm-9.nopadding-left,
	.col-sm-10.nopadding-left,
	.col-sm-11.nopadding-left,
	.col-sm-12.nopadding-left { 
		padding-left: 0;
	}
	
	.col-sm-1.nopadding-right,
	.col-sm-2.nopadding-right,
	.col-sm-3.nopadding-right,
	.col-sm-4.nopadding-right,
	.col-sm-5.nopadding-right,
	.col-sm-6.nopadding-right,
	.col-sm-7.nopadding-right,
	.col-sm-8.nopadding-right,
	.col-sm-9.nopadding-right,
	.col-sm-10.nopadding-right,
	.col-sm-11.nopadding-right,
	.col-sm-12.nopadding-right { 
		padding-right: 0;
	}
	
	
}
@media (min-width: 992px) {
	.col-md-1.nopadding-left,
	.col-md-2.nopadding-left,
	.col-md-3.nopadding-left,
	.col-md-4.nopadding-left,
	.col-md-5.nopadding-left,
	.col-md-6.nopadding-left,
	.col-md-7.nopadding-left,
	.col-md-8.nopadding-left,
	.col-md-9.nopadding-left,
	.col-md-10.nopadding-left,
	.col-md-11.nopadding-left,
	.col-md-12.nopadding-left { 
		padding-left: 0;
	}
	.col-md-1.nopadding-right,
	.col-md-2.nopadding-right,
	.col-md-3.nopadding-right,
	.col-md-4.nopadding-right,
	.col-md-5.nopadding-right,
	.col-md-6.nopadding-right,
	.col-md-7.nopadding-right,
	.col-md-8.nopadding-right,
	.col-md-9.nopadding-right,
	.col-md-10.nopadding-right,
	.col-md-11.nopadding-right,
	.col-md-12.nopadding-right { 
		padding-right: 0;
	}
	
	
	
}

.listitem {
	padding: 0px 2px;
}
.listitem:nth-child(even) {
	background: #efefef;
}
.listitem.green {
	background: #dbf1b5;
}
.listitem.hover:hover {
	background: #7fc10c;
	cursor: pointer;
}
.listitem .nbutton { margin-top: 2px; margin-bottom: 2px;}


#cookiebox {
	position: fixed;
	bottom: 0;
	height: 40px;
	padding: 10px;
	width: 250px;
	display: block;
	background: rgba(0,0,0,0.8);
	color: #DFDFDF;
	border: 1px solid rgba(156, 210, 9, 0.3);
	overflow: hidden;
	transition: all 0.5s;
	opacity: 1;
}
#cookiebox.noheight {
	height: 0;
	padding: 0;
	opacity: 0;
}
#accept-cookies {
	float: right;
	padding: 10px 20px;
	margin: -10px;
	background: rgba(255,255,255,0.1);
	font-weight: bold;

}
#accept-cookies:hover {
	background: #9cd209;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}




/*
 CSS-Loaders
*/

.loader {
  position: relative;
  text-indent: -9999em;
  box-sizing: border-box;
  border-top: 0.6em solid rgba(255, 255, 255, 0.2);
  border-right: 0.6em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.6em solid rgba(255, 255, 255, 0.2);
  border-left: 0.6em solid #ffffff;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 0.6s infinite linear;
}
.loader.gray {
  border-top: 0.6em solid rgba(128, 128, 128, 0.2);
  border-right: 0.6em solid rgba(128, 128, 128, 0.2);
  border-bottom: 0.6em solid rgba(128, 128, 128, 0.2);
  border-left: 0.6em solid #9C9C9C;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* NEW STYLE */

.caresheet-box.big>li { background: #ffffff; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 10px;
	padding-right: 10px;
}


.breadcrumb { margin-bottom: 0; background: #ece9e2;}
.main-content {
	background: #ece9e2;
}
.box { background: #ffffff; border: 1px solid #d9d7d2; }



iframe img { max-width: 100%;}






/* NEW DIALOGS */

.dialog-inner {
	background: #EBEBEB;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

	/*background: #dadada;*/
}
.dialog-inner input[type=text], .dialog-inner textarea, .dialog-inner select {
	background: #ffffff;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	box-shadow: 0px -1px 0 #c7c7c7;
	border-radius: 3px;

	/*background: #ffffff;*/
}


#dialogLoading {
	position: absolute;
	width: 300px;
	min-height: 200px;
	background-color: #ffffff;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.4);
	transition: 2s background-color;
	border-radius: 10px;
	opacity: 0;
	pointer-events: none;
	cursor: default;
	transition: 0.3s opacity;
	color: #525252;
}
#dialogLoading.show {
	opacity: 1;
	pointer-events: auto;
}


.circle-loader {
	margin: 0 0 20px 0px;
	border: 10px solid rgba(0, 0, 0, 0.2);
	border-left-color: rgba(0, 0, 0, 0.4); /*#5cb85c; */
	animation-name: loader-spin;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.circle-loader,
.circle-loader:after {
	border-radius: 50%;
	width: 120px;
	height: 120px;
}

.load-complete {
	-webkit-animation: none;
	animation: none;
	border-color: #9ecf00; /*#5cb85c; */
	transition: border 500ms ease-out;
}
.load-error {
	-webkit-animation: none;
	animation: none;
	border-color: #C30A0A;
	transition: border 500ms ease-out;
}

.load-error .checkmark.draw:after {
	animation-duration: 800ms;
	animation-timing-function: ease;
	animation-name: checkmark;
	transform: scaleX(-1) rotate(135deg);
}

.load-error .checkmark:after {
	opacity: 1;
	height: 60px;
	width: 28px;
	transform-origin: left top;
	border-right: 10px solid #C30A0A;
	border-top: 0;
	content: '';
	left: 14px;
	top: 56px;
	position: absolute;
}

.load-error .checkmark.draw:before {
	animation-duration: 800ms;
	animation-timing-function: ease;
	animation-name: checkmark;
	transform: rotate(135deg);
}

.load-error .checkmark:before {
	opacity: 1;
	height: 60px;
	width: 28px;
	transform-origin: left top;
	border-right: 10px solid #C30A0A;
	border-top: 0;
	content: '';
	left: 87px;
	top: 56px;
	position: absolute;
}


.checkmark { display: none; }
  
.checkmark.draw:after {
	animation-duration: 800ms;
	animation-timing-function: ease;
	animation-name: checkmark;
	transform: scaleX(-1) rotate(135deg);
}

.checkmark:after {
	opacity: 1;
	height: 60px;
	width: 28px;
	transform-origin: left top;
	border-right: 10px solid #9ecf00;
	border-top: 10px solid #9ecf00;
	content: '';
	left: 20px;
	top: 60px;
	position: absolute;
}

.grecaptcha-badge {
    visibility: hidden;
}
#txtRegister_Valid { display: none;}


@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 28px;
    opacity: 1;
  }
  40% {
    height: 60px;
    width: 28px;
    opacity: 1;
  }
  100% {
    height: 60px;
    width: 28px;
    opacity: 1;
  }
}
@keyframes green-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(127,193,12, 0.4);
    opacity: 0.5;
  }
  25% {
      box-shadow: 0 0 0 10px rgba(127,193,12, 0);
    opacity: 1;
  }
  75% {
      box-shadow: 0 0 0 10px rgba(127,193,12, 0);
    opacity: 1;
  }
  100% {
      box-shadow: 0 0 0 0 rgba(127,193,12, 0);
    opacity: 0.5;
  }
}

