/* ANGEPASSTES GRUNDGERÜST GLOBAL.CSS */

body {
	background: url(../../../designs/laimyours/background.png) fixed repeat-x #9aa68f;
	/*background-size: 50% auto;*/
	color: #4A4047;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	overflow-y: scroll;
}

body::-webkit-scrollbar,
body::-webkit-scrollbar,
body::-webkit-scrollbar {
	width: 11px;
}

body::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
	background: var(--link-col1);
}

body::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
	background: #e2eadf;
}

#container {
	background: var(--bg-col1);
	width: 860px;
	color: var(--font-col1);
	text-align: left;
	line-height: 1.4;
	margin: 0 auto;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 11px;
        overflow: ;
}

.wrapper {
	width: 840px;
	margin: auto;
}

#content {
	background: var(--bg-col1);
	width: auto;
	padding: 15px 10px;
	overflow: hidden;
}

#header ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul.menu li {
	margin: 0 7px;
	display: inline;
}

#header #logo .wrapper ul.menu li {
	background: rgba(255, 255, 255,.7);
	padding: 11px 25px;
	margin: 0 -10px;
	display: inline;
	-moz-border-radius: 30px 30px 0px 0px;
    -webkit-border-radius: 30px 30px 0px 0px;
	border-radius: 30px 30px 0px 0px;
}

#header #logo .wrapper ul.menu li:hover {
	background: rgba(255, 255, 255,1);
}

#header ul.menu li a {
	/*padding-left: 20px;
	background-image: url(../../../images/headerlinks_sprite.png);
	background-repeat: no-repeat;*/
	display: inline-block;
	line-height: 16px;
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#content .pm_alert a:hover,
#content .pm_alert a:active {
	color: var(--link-col1);
}

#panel .upper a.logout {
	font-weight: bold;
	/*background: url(../../../images/headerlinks_sprite.png) right -80px no-repeat;*/
	padding-right: 0px;
	margin-left: 0px;
}

#panel .upper a.login,
#panel .upper a.lost_password {
	/*background: url(../../../images/headerlinks_sprite.png) 0 -100px no-repeat;*/
	padding-left: 0px;
	margin-left: 0px;
	font-weight: bold;
}

#panel .upper a.register {
	/*background: url(../../../images/headerlinks_sprite.png) right -80px no-repeat;*/
	padding-right: 20px;
	margin-left: 10px;
	font-weight: bold;
}

#panel .lower ul.panel_links {
	float: left;
}

#panel .lower ul.user_links li a {
	padding: 0;
	background-image: none;
}

#panel .upper {
	background: var(--bg-color-2) /*url(../../../images/tcat.png) repeat-x*/;
	color: var(--font-col1);
	border-top: 0px solid #444;
	border-bottom: 0px solid #000;
	padding: 5px;
	clear: both;
}

#panel .upper .welcome {
	text-align: justify;
	text-transform: uppercase;
	padding: 5px;
}

#panel .upper a:link,
#panel .upper a:visited {
	color: var(--link-col1);
}

#panel .upper ul.center_links {
	text-align: center;
	margin-top: 3px;
}

#panel .upper a.login,
#panel .upper a.logout,
#panel .upper a.lost_password {
	color: var(--bg-col1);
	padding: 0px 3px;
}

#panel .lower {
	background: var(--bg-col2);
	color: #333333;
	border-top: 0px solid #fff;
	border-bottom: 0px solid var(--font-col1);
	padding: 5px;
}

#panel .upper a.login,
#panel .upper a.logout,
#panel .upper a.lost_password {
	color: var(--bg-col1);
	padding: 0px 3px;
}

/* SEARCH */
#search {
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	vertical-align: middle;
}

#search input.button,
#search input.textbox {
	border-color: #000;
}

#search input.button {
	background: var(--bg-col4) url(../../../images/thead.png) top left repeat-x;
	color: #fff;
}

#search input {
	margin: -3px 0;
}

/* LINKS */

a:link,
a:visited {
	color: var(--link-col1);
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-weight: 600;
	letter-spacing: 0em;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover,
a:active {
	color: var(--linkhov-col1);
	text-decoration: underline;
}

.forum_link {
	font-size: 13px;
}

/* FORUM STATUS */

.forum_status {
	height: 45px;
	width: 35px;
	background: url(../../../designs/laimyours/forum_icon_sprite.png) no-repeat 0 0;
	display: inline-block;
}

.forum_on {
	background-position: 0 0;
}

.forum_off {
	background-position: 0 -45px;
}

.forum_offclose {
	background-position: 0 -95px;
}

.forum_offlink {
	background-position: 0 -45px;
}

.subforumicon {
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 0 5px;
	background: url(../../../images/mini_status_sprite.png) no-repeat 0 0;
}

.subforum_minion {
	background-position: 0 0;
}

.subforum_minioff {
	background-position: 0 -10px;
}

.subforum_minioffclose {
	background-position: 0 -20px;
}

.subforum_miniofflink {
	background-position: 0 -30px;
}

.cat_banner {
	height: 16px;
	padding: 22px;
}

/* XXXXXXX */

span.fa_gotounread {
    font-style: normal;
    font-variant: normal;
	font-weight: 900;
	font-size: 1.2em;
	text-align: center;
}

span.fa_gotounread:before {
	content: "\f107"; /*angle-down*/
}

td.fa_lastpost {
	width: 27px;
	padding: 0px;
}

span.fa_lastpost {
	width: 1.25em;
    font-style: normal;
    font-variant: normal;
	font-weight: 900;
	font-size: 2em;
	line-height: .75em;
	text-align: center;
}

span.fa_lastpost:before {
	content: "\f105"; /*angle-right*/
}

.smalltext {
	font-size: 11px;
}

.smalltext a:link,
.smalltext a:visited,
.smalltext a:hover,
.smalltext a:active{
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

.largeusername {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

fieldset {
	padding: 12px;
	border: 1px solid var(--bg-col3);
	margin: 0;
}

fieldset.trow1,
fieldset.trow2 {
	border-color: #bbb;
}

fieldset.align_right {
	text-align: right;
}

input.textbox {
	background: var(--bg-col3);
	color: var(--font-col1);
	border: 1px solid var(--link-col1);
	padding: 3px;
	outline: 0;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
}

input.textbox.portal_search {
    width: 68%;
}

textarea {
	min-width: 460px;
	max-width: 100%;
	background: var(--bg-col3);
	color: var(--font-col1);
	border: 1px solid var(--bg-col1);
	padding: 2px;
	line-height: 1.4;
	outline: 0;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 11px;
}

select {
	background: var(--bg-col3);
	padding: 1px;
	border: 1px dotted var(--link-col1);
	border-radius: 8px;
	outline: 0;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 11px;
}

.select2-container-multi .select2-choices {
	background: #e2eadf !important;
}

button,
input.button {
	padding: 3px 8px;
	cursor: pointer;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 13px;
	background: var(--bg-col3)) repeat-x;
	border: 1px solid #bbb;
	color: var(--font-col1);
	outline: 0;
}

button:hover,
input.button:hover {
	border-color: #aaa;
}

.drop_go_page {
	background: #f5f5f5;
	padding: 4px;
}

.pagination_breadcrumb {
	background-color: #efefef;
	border: 1px solid #fff;
	outline: 1px solid #7e9a85;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

/* EDIT */

form #message {
	max-width: 595px;
}

.editor {
	background: #f1f1f1;
	border: 1px solid var(--font-col1);
}

.editor_control_bar {
	background: #fff;
	border: 1px solid var(--font-col1);
}

.post .editor_control_bar {
	background: #f5f5f5;
}

form {
    margin: 0;
    padding: 0;
}

/* XXXXXXXXXX */

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background: #FFFBD9;
	border-bottom: 1px solid #F7E86A;
	color: var(--font-col1);
	text-align: center;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

blockquote {
	width: 90%;
	margin: 0 auto;
}

blockquote blockquote {
	width: 100%;
	margin: 0 auto;
}

blockquote.mycode_quote {
	background: var(--bg-col2);
	width: auto;
	padding: 10px;
}

blockquote.mycode_quote blockquote.mycode_quote {
	padding: 0px 0px 4px;
	border-bottom: 1px solid var(--font-col1);
}

.trow.scaleimages * blockquote {
	font-size: 11px;
	margin: 0 auto;
}

blockquote cite {
	font-weight: bold;
	background: var(--bg-col1);
	border-bottom: 1px solid #333;
	font-style: normal;
	display: block;
	padding: 10px;
	padding-bottom: 3px;
	margin: 0 auto 10px;
}

blockquote cite > span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: var(--font-col1);
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: var(--bg-col3);
	border: 1px solid var(--font-col1);
	padding: 10px;
}

.codeblock .title {
	border-bottom: 1px solid var(--font-col1);
	font-weight: bold;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.smilie {
	vertical-align: middle;
}

.smilie_pointer {
	cursor: pointer;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

/* POST */

.post .post_head {
	font-size: 11px;
	padding-bottom: 4px;
	border-bottom: 1px dotted var(--bg-col3);
	margin-bottom: 4px;
}

.post .post_head span.post_date {
	color: var(--font-col1);
}

.post .post_head span.edited_post {
	font-size: 10px;
	color: #999;
}

.post .post_head span.edited_post a {
	color: var(--font-col1);
}

.post_body {
	font-size: 13px;
	line-height: 1.7;
	padding: 12px 0;
}

.post.classic .post_content {
	text-align: justify;
	width: 580px;
	padding: 0px 10px;
}

.post_content {
	padding: 9px 10px 5px 10px;
}

.post_content .signature {
	margin-top: 5px;
	border-top: 1px dotted var(--bg-col3);
	padding: 10px 0 4px 0;
}

.post_content .signature img {
	max-width: 500px !important;
	max-height: 300px !important;
}

.post_controls {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	clear: both;
	background: var(--bg-col1);
	color: var(--link-col1);
	border-bottom: 1px solid var(--link-col1);
	padding: 5px;
	overflow: hidden;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active,
input.postbit_buttons {
	font-family: Calibri;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	border-width: 0px;
	background-color: rgba(0,0,0,0);
	cursor: pointer;
	margin: 0px 0px 0px 4px;
}

input.postbit_buttons {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: none;
	margin: -5px;
}

.postbit_buttons > a:hover,
.postbit_buttons > a:active,
input.postbit_buttons:hover,
input.postbit_buttons:active {
	color: #fff;
}

.postbit_buttons > a:hover {
	border-color: #bbb;
}

.postbit_buttons a span {
	display: inline-block;
	height: 20px;
	/*padding-left: 20px;
	background-image: url(../../../images/buttons_sprite.png);
	background-repeat: no-repeat;*/
}

a.button:link,
a.button:hover,
a.button:visited,
a.button:active {
	background: var(--bg-col1);
	font-family: Calibri;
	font-size: 16px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 4px 8px;
	/*margin: 2px 2px 6px 2px;
	border: 1px solid #000;
	background: #0f0f0f url(../../../images/tcat.png) repeat-x;
	color: #fff;*/
}

memprofiltext {
	display: block;
	font-size: 10px;
	text-align: justify;
	max-height: 200px;
	padding-right: 3px;
	margin-bottom: 5px;
	overflow-y: auto;
	overflow-x: hidden;
}

postbitprofiltext {
	width: 210px;
	display: block;
	text-align: justify;
	max-height: 420px;
	padding-right: 1px;
	overflow-y: auto;
	overflow-x: hidden;
	
	font-size: 10px;
}

.postbitprofiltext {
	width: 179px;
	font-size: 10px;
	line-height: normal;
	text-align: justify;
	max-height: 420px;
	padding-right: 1px;
	overflow-y: auto;
	overflow-x: hidden;
}

memprofiltext::-webkit-scrollbar,
postbitprofiltext::-webkit-scrollbar,
.postbitprofiltext::-webkit-scrollbar {
	width: 5px;
}

memprofiltext::-webkit-scrollbar-thumb,
postbitprofiltext::-webkit-scrollbar-thumb,
.postbitprofiltext::-webkit-scrollbar-thumb {
	background: var(--link-col1);
}

memprofiltext::-webkit-scrollbar-track,
postbitprofiltext::-webkit-scrollbar-track,
.postbitprofiltext::-webkit-scrollbar-track {
	background: #e2eadf;
}

postbitcenter {
	display: block;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
}

img.areapic {
	width: 120px;
	height: 60px;
	float: left;
	margin-right: 3px;
}

.forumdisplay_regular > div > span > a > img {
	margin-bottom: -3px;
}

#posts_container {
	padding: 0;
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

blockquote {
	width: 90%;
	margin: 0 auto;
}

blockquote blockquote {
	width: 100%;
	margin: 0 auto;
}

blockquote.mycode_quote {
	background: var(--bg-col2);
	width: auto;
	padding: 10px;
}

blockquote.mycode_quote blockquote.mycode_quote {
	padding: 0px 0px 4px;
	border-bottom: 1px solid var(--font-col1);
}

.trow.scaleimages * blockquote {
	font-size: 11px;
	margin: 0 auto;
}

blockquote cite {
	font-weight: bold;
	background: var(--bg-col1);
	border-bottom: 1px solid #333;
	font-style: normal;
	display: block;
	padding: 10px;
	padding-bottom: 3px;
	margin: 0 auto 10px;
}

blockquote cite > span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: var(--font-col1);
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: var(--bg-col3);
	border: 1px solid var(--font-col1);
	padding: 10px;
}

.codeblock .title {
	border-bottom: 1px solid var(--font-col1);
	font-weight: bold;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

/* ÜBERSCHRIFTEN */

h1 {
	color: var(--link-col1);
	font-size: 15px;
	font-family: trebuchet MS;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-align: center;
	margin: 0;
	display: block;
	line-height: 20px;
	border-bottom: 1px dashed #454647;
}

h2 {
	color: var(--link-col1);
	letter-spacing: 0.02em;
	line-height: 13px;
	margin: 0;
	display: inline;
	
	font-family: trebuchet MS;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

h3 {
	color:#454647;
	font-size:35px;
	font-family: georgia;
	text-transform:lowercase;
	font-weight: 400;
	letter-spacing:-1;
	font-style:italic;
	text-align: center;
	margin: 0;
	display:block;
}

h3.lltrans {
	color: var(--link-col1);
	text-transform: uppercase;
	
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
}

h4 {
    background-color: var(--link-col1);
	color: var(--bg-col1);
    font-family: Oswald;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    font-weight: normal;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    border-bottom: 1px #c7d5c1;
    display: block;
    padding: 4px 0px 4px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h5 {
	color: var(--link-col1);
	line-height: 16px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0;
	border-bottom: 1px #c7d5c1;
	display: initial;
	
	font-family: Oswald;
	font-size: 12px;
	font-weight: 500;
}

h6 {
	line-height: 20px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	margin: 0;
	border-bottom: 1px #c7d5c1;
	display: initial;
	font-family: Oswald;
	font-size: 18px;
	font-weight: normal;
}

h7 {
	color: var(--link-col1);
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	display: initial;
	
	font-family: 'Playfair Display SC', serif;
	font-size: 35px;
	font-weight: 300;
        font-style: italic;
}

h8 {
	color: #575355;
	line-height: 30px;
	letter-spacing: -2,5px;
	text-transform: uppercase;
	margin: 0;
	display: initial;
	
	font-family: 'Playfair Display SC', serif;
	font-size: 35px;
	font-weight: 300;
}

/* ALERTS */ 

.alerts a {
	color: var(--font-col1);
}

.alerts--new a {
	color: var(--link-col1);
}

.red_alert {
	background: rgba(205, 178, 179, 0.42);
	border: 1px solid rgba(145, 59, 63, 0.21);
	color: var(--font-col1);
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
	word-wrap: break-word;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert a:active {
	color: rgba(84, 64, 64, 1);
}

.pm_alert {
	background: rgba(255, 246, 189, 0.32);
	border: 1px solid rgba(255, 246, 189, 0.12);
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.imminent_banned {
	color: #880000;
}

.high_banned {
	color: #FF0000;
}

.moderate_banned {
	color: #FF6600;
}

.low_banned {
	color: #008000;
}

.fa_ {
    display: inline-block;
	font-family: Font Awesome\ 5 Free;
    text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

span.fa_gotounread {
    font-style: normal;
    font-variant: normal;
	font-weight: 900;
	font-size: 1.2em;
	text-align: center;
}

span.fa_gotounread:before {
	content: "\f107"; /*angle-down*/
}

td.fa_lastpost {
	width: 27px;
	padding: 0px;
}

span.fa_lastpost {
	width: 1.25em;
    font-style: normal;
    font-variant: normal;
	font-weight: 900;
	font-size: 2em;
	line-height: .75em;
	text-align: center;
}

span.fa_lastpost:before {
	content: "\f105"; /*angle-right*/
}

#search {
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	vertical-align: middle;
}

#search input.button,
#search input.textbox {
	border-color: #000;
}

#search input.button {
	background: var(--bg-col4) url(../../../images/thead.png) top left repeat-x;
	color: #fff;
}

#search input {
	margin: -3px 0;
}

#quick_login .remember_me input {
	vertical-align: middle;
	margin: -3px 0 0 5px;
}

/* TABLE SCHEIß */

td > ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

td > ul.menu li {
	margin: 0 7px;
	display: inline;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

table {
	color: var(--font-col1);
	font-size: 11px;
}

.tborder {
	background: var(--bg-col1);
	margin: auto auto;
	border: 0px solid var(--font-col1);
	padding: 0px;
	width: 100%;
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.thead {
	background-color: var(--bg-col4) /*url(../../../images/thead.png) top left repeat-x*/;
	color: var(--bg-col1);
	border-bottom: 0px solid #263c30;
	padding: 8px;
	text-transform: uppercase;
}

.thead a:link,
.thead a:visited {
	color: var(--bg-col1);
	text-decoration: none;
}

.thead a:hover,
.thead a:active {
	color: var(--bg-col3);
	text-decoration: underline;
}

.tcat {
	background: var(--bg-col2) /* url(../../../images/tcat.png) repeat-x*/;
	color: var(--font-col1);
	border-top: 0px solid #444;
	border-bottom: 0px solid #000;
	padding: 6px;
	font-size: 12px;
}

.tcat a:link {
	color: var(--font-col1);
}

.tcat a:visited {
	color: var(--font-col1);
}

.tcat a:hover,
.tcat a:active {
	color: #fff;
}

.trow1 {
	background: var(--bg-col2);
	border: 0px solid;
	border-color: var(--bg-col1);
}

.trow2 {
	background: var(--bg-col2);
	border: 0px solid;
	border-color: var(--bg-col1);
}

.trow_shaded {
	background: var(--bg-col2);
	border: 1px solid;
	border-color: var(--bg-col1);
}

.trow_deleted,
.post.deleted_post {
	background: #E8DEFF;
}

.trow_selected,
tr.trow_selected td {
	background: var(--bg-col2);
	color: var(--font-col1);
	border-right-color: var(--font-col1);
	border-bottom-color: #F7E86A;
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
	color: var(--font-col1);
}

.trow_sep {
	background: var(--bg-col2);
	color: var(--font-col1);
	border-bottom: 0px solid var(--bg-col3);
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
}

.thead input.textbox,
.thead select {
	border: 1px solid var(--link-col1);
}

.thread_legend,
.thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

td.lltrans {
    background-color: var(--link-col1);
	color: var(--bg-col1);
    font-family: Oswald;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    border-bottom: 1px #c7d5c1;
}

.trow1 div.lltrans,
.trow2 div.lltrans {
    line-height: 1.2;
	text-align: justify;
	padding: 0px;
		text-transform: uppercase;
}

.trow1 div.lltrans img,
.trow2 div.lltrans img{
	width: 120px;
	margin-right: 5px;
}

fieldset {
	padding: 12px;
	border: 1px solid var(--bg-col3);
	margin: 0;
}

fieldset.trow1,
fieldset.trow2 {
	border-color: #bbb;
}

fieldset.align_right {
	text-align: right;
}

input.textbox {
	background: var(--bg-col3);
	color: var(--font-col1);
	border: 1px solid var(--link-col1);
	padding: 3px;
	outline: 0;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
}

.mybbeditor, .markItUp, .markItUpContainer, .markItUpEditor, #showWarn {
    max-width: 600px;
}

/** Modal Start **/

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.75);
    text-align: center;
}

.blocker:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.blocker.behind {
    background-color: transparent;
}

/* .modal {
    min-width: 200px;
    min-height: 200px;
    text-align: left;
    background: #;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
} */

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(../../../images/close.png) no-repeat 0 0;
}

.modal-spinner {
    display: none;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -32px;
    margin-top: -32px;
    background: url(../../../images/spinner_big.gif) no-repeat center center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

/* BEENDET-BUTTON */
a.button.thread_solved span {
    background-position: 0 -560px;
}

a.button.thread_notsolved span {
    background-position: 0 -580px;
}

.ucclosedbutton {
    box-sizing: border-box;
    display: inline-block;
    margin-right: 2px;
    background: var(--bg-col4);
    color: var(--bg-col1);
    text-transform: uppercase;
    max-width: 15%;
    text-align: center;
    padding: 0px 3px;
}

