* {
    box-sizing: border-box;
    margin: 0px;
	padding: 0px;
}

/* Crimson Text Regular */
@font-face {
    font-family: 'Crimson Text';
    src: url('fonts/CrimsonText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Crimson Text Italic */
@font-face {
    font-family: 'Crimson Text';
    src: url('fonts/CrimsonText-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* Crimson Text SemiBold */
@font-face {
    font-family: 'Crimson Text';
    src: url('fonts/CrimsonText-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* Crimson Text SemiBold Italic */
@font-face {
    font-family: 'Crimson Text';
    src: url('fonts/CrimsonText-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

/* Crimson Text Bold */
@font-face {
    font-family: 'Crimson Text';
    src: url('fonts/CrimsonText-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Crimson Text Bold Italic */
@font-face {
    font-family: 'Crimson Text';
    src: url('fonts/CrimsonText-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* Cinzel Regular */
@font-face {
    font-family: 'Cinzel';
    src: url('fonts/Cinzel-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Cinzel Medium */
@font-face {
    font-family: 'Cinzel';
    src: url('fonts/Cinzel-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Cinzel SemiBold */
@font-face {
    font-family: 'Cinzel';
    src: url('fonts/Cinzel-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* Cinzel Bold */
@font-face {
    font-family: 'Cinzel';
    src: url('fonts/Cinzel-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Cinzel Black */
@font-face {
    font-family: 'Cinzel';
    src: url('fonts/Cinzel-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
  font-family: 'Verdana';
  src: url('fonts/Verdana.ttf') format('truetype'),
       url('fonts/Verdana.woff') format('woff'),
       url('fonts/Verdana.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Verdana';
  src: url('fonts/Verdana-Bold.ttf') format('truetype'),
       url('fonts/Verdana-Bold.woff') format('woff'),
       url('fonts/Verdana-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {

  font-family: 'Roboto';
  src: url('fonts/Roboto-Regular.ttf') format('truetype'),
       url('fonts/Roboto-Regular.woff') format('woff'),
       url('fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Bold.ttf') format('truetype'),
       url('fonts/Roboto-Bold.woff') format('woff'),
       url('fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Arial';
  src: url('fonts/arial.ttf') format('truetype'),
       url('fonts/arial.woff') format('woff'),
       url('fonts/arial.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Arial';
  src: url('fonts/arialbd.ttf') format('truetype'),
       url('fonts/arialbd.woff') format('woff'),
       url('fonts/arialbd.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

html {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html, body {
	width: 100%;
	min-width: 1150px;
}

body {
	-webkit-text-size-adjust: 100%;
	background-color: #05070e;
}

h1, h2, h3, h4 {
	color: #bbbbbb;
	font-weight: 600;
}

h3 {
	font-size: 13px;
}

.top-bar {
    background-image: url('images/top-bar/top-bar-header.png');
}

.top-bar .menu {
	position: relative;
	margin: 0 auto;
	padding: 20px;
	max-width: 1150px;
}

.top-bar a {
	text-decoration: none;
	color: #e5edeb;
}

.top-bar .title {
	font-size: 13px;
	width: 200px;
	display: inline-block;
}

.top-bar .separator {
	background-image: url('images/top-bar/top-bar-separator.png');
	width: 3px;
	height: 40px;
	position: absolute;
	left: 195px;
	top: 5px;
}

.top-bar .links {
	display: inline-block;
}

.top-bar .links a {
	color: #e3e3e3;
	margin: 0px 12px;
}

.top-bar .links a:hover {
	color: #f7f7f7;
	text-shadow: 0px 0px 15px #fff;
}

.top-bar .links a .donate {
	color:#7ef393;
}

.top-bar .links a .donate:hover {
	color: #a4ffb4;
}

.top-bar .social {
	float: right;
	margin-right: 0px;
	margin-top: -3px;
}

.top-bar .social img {
	margin: 0px 4px;
}

#ArtworkHelper {
	background-position: top center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	
	width: 100%;
	height: 100%;
}

.body-container {
	max-width: 1150px;
	height: auto;
	margin: 0 auto;
  	display: table;
  	position: relative;
}

#TibiaLogoArtworkTop {
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	cursor: pointer;
	border: 0px;
	width: 250px;
}

#ContentRow {
	position: relative;
	margin-top: 260px;
	width: 1150px;
	padding: 0px 15px;
}

/* MENU */
#MenuColumn {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 200px;
	margin-right: 15px;
	margin-bottom: 50px;
	padding: 0px;
	font-weight: bold;
	border: 2px solid black;
	background-color: #101010;
	color: #d7d7d7;
}

.menuitem:not(:first-child) {
	margin-top: 2px;
}

.MenuButton {
	position: relative;
	height: 40px;
	display: block;
	cursor: pointer;
	z-index:999;
	box-shadow: 0px 3px 5px black;
}

.MenuIcon {
	position: absolute;
	top: 4;
	left: 5;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.MenuButton .menu-label {
	position: absolute;
	top: 14px;
	left: 45px;
	height: 15px;
	width: 150px;
	background-repeat: no-repeat;
}

.Submenu {
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	padding: 8px 0px 2px 0px;
	background-color: #121212;
	display: none;
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none;    /* Firefox */
	-ms-user-select: none;     /* Internet Explorer/Edge */
	user-select: none;         /* Non-prefixed version, currently supported by Chrome, Opera and Edge */
}

.menuitem:last-child .Submenu {
	padding-bottom: 4px;
}

/* Submenu links */
.Submenu a:link    {color: #bbbbbb; text-decoration: none;}
.Submenu a:visited {color: #bbbbbb; text-decoration: none;}
.Submenu a:focus   {color: #bbbbbb; text-decoration: none;}
.Submenu a:active  {color: white; text-decoration: none;}
.Submenu a:hover   {color: white; text-decoration: none;}

.HighlightMenu a:link    {color: #81c78d; text-decoration: none;}
.HighlightMenu a:visited {color: #81c78d; text-decoration: none;}
.HighlightMenu a:focus   {color: #81c78d; text-decoration: none;}
.HighlightMenu a:active  {color: #b1e7bb; text-decoration: none;}
.HighlightMenu a:hover   {color: #b1e7bb; text-decoration: none;}

.SubmenuitemLabel {
	margin: 0px 14px 5px 14px;
	padding: 2px 0px 0px 0px;
	overflow: hidden;
}

.SubmenuitemLabel .separator {
	margin-top: 4px;
	height: 1px;
	width: 186px;
	background-color: #4b575e;
}

.ActiveSubmenuItemIcon {
	position: absolute;
	top: 5px;
	left: 3px;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	visibility: hidden;
}

/*CONTENT*/
#ContentColumn {
	float: left;
	width: 690px;
	min-height: 300px;
	position: relative;
}

.topMedia {
	width: 100%;
	display: block;
	padding: 8px 10px;
	position: relative;
	overflow: hidden; /* Isto assegura que nada saia dos limites da div */
}

.topMedia .top-left-border {
	position: absolute;
    left: 0;
    top: 0;
    height: 11px;
    width: 13px;
    background: url('/layouts/miracle/images/top-media/top-left.png') no-repeat;
    z-index: 1;
}

.topMedia .top-right-border {
	position: absolute;
    top: 0;
    right: 0;
    height: 11px; width: 11px;
    background: url('/layouts/miracle/images/top-media/top-right.png') no-repeat;
    z-index: 1;
}

.topMedia .bottom-right-border {
	position: absolute;
    bottom: 0;
    right: 0;
    height: 11px; width: 11px;
    background: url('/layouts/miracle/images/top-media/bottom-right.png') no-repeat;
    z-index: 1;
}

.topMedia .bottom-left-border {
	position: absolute;
    bottom: 0;
    left: 0;
    height: 11px; width: 13px;
    background: url('/layouts/miracle/images/top-media/bottom-left.png') no-repeat;
    z-index: 1;
}

.topMedia .top-border {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 11px; /* Altura da sua borda */
    background: url('/layouts/miracle/images/top-media/top-border.png') repeat-x;
}

.topMedia .right-border {
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 11px; /* Altura da sua borda */
    background: url('/layouts/miracle/images/top-media/right-border.png') repeat-y;
}

.topMedia .bottom-border {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 11px; /* Altura da sua borda */
    background: url('/layouts/miracle/images/top-media/bottom-border.png') repeat-x;
}

.topMedia .left-border {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 13px; /* Largura da sua borda */
    background: url('/layouts/miracle/images/top-media/left-border.png') repeat-y;
}

.topMedia .top-media-content {
	padding: 20px 20px 22px 20px;
}

.topMedia .media-text-box {
	float: left;
	color: #bfc2c3;
	width: 430px;
	line-height: 1.4;
	padding: 3px 0px 2px 3px;
}

.topMedia .media-container {
	float: right;
	width: 230px;
	height: 130px;
	background-color: #343a3a;
	border: 1px solid #46392c;
	overflow: hidden;
}

.topMedia .media-screen-box {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #343a3a;
	border: 1px solid #46392c;
}

.topMedia .media-screen-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;  /* Aumenta a imagem em 50% */
}

#ContentColumn .box-container {
	background-color: #121212;
	position: relative;
	border: 2px solid black;
	color: #bfc2c3;
}

#ContentColumn a {
	color: #5c98c5;
	text-decoration: none;
}

#ContentColumn a:hover {
	color: #7caed3;
	text-decoration: underline;
}

#ContentColumn .box-container .top-header-background {
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 36px;
}

#ContentColumn .box-container .top-header-background .headline {
	position: absolute;
	top: 12px;
	left: 12px;
}

#ContentColumn .box-container .inner-box {
	min-height: 150px;
	margin: 48px 12px 15px 12px;
	position: relative;
}

#ContentColumn .box-container .content .inner-top-background {
	background-repeat: no-repeat;
	height: 33px;
	width: 100%;
	position: relative;
	color: #bbbbbb;
	background-color: #1f272a;
	padding: 7px 7px;
	border-radius: 3px;
}

#ContentColumn .box-container .content .inner-top-background .icon {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	width: 18px;
}

#ContentColumn .box-container .content .inner-top-background .title {
	float: left;
	color: #bfbfbf;
	font-size: 14px;
	font-weight: 600;
}

#ContentColumn .box-container .content .inner-top-background .date {
	float: right;
	font-size: 12px;
	color: #bfbfbf;
}

#ContentColumn .box-container .content .inner-box-content {
	font-size: 12px;
	margin: 12px 8px 5px 8px;
}

#ContentColumn .box-container .content {
	background-color: #101010;
	min-height: 150px;
	height: auto !important;
	line-height: 1.4;
	padding: 12px 14px;
}

#ContentColumn .box-container .content p {
	margin: 10px 10px;
}

#ContentColumn .box-container .content ul {
	padding-top: 5px;
}

#ContentColumn .box-container .content .TableTopHeader {
	position: relative;
	padding: 0px 6px 5px 0px;
	margin: 0px 0px;
	font-size: 13px;
	font-weight: 600;
	color: #bbbbbb;
}

#ContentColumn .box-container .content .BoxContentContainer {
	background-color: #1e1e1e;
	position: relative;
}

#ContentColumn .box-container .content textarea {
	max-height: 400px;
	resize: vertical;
}

#ContentColumn .box-container .content td {
	max-width: 100%;
	color: #bbbbbb;
}

#ContentColumn .box-container .content td .white {
	color: #EFEFEF;
	visibility: visible;
}

#ContentColumn .box-container .content td .whites {
	color: #EFEFEF;
	visibility: visible;
	font-size: 9pt;
}

#ContentColumn .box-container .content .white {
	color : #EFEFEF;
	visibility : visible;
}

#ContentColumn .box-container .content td .green {
	color : #00BF00;
}

#ContentColumn .box-container .content td .yellow {
	color : #FFBB05;
}

#ContentColumn .box-container .content td .red {
	color : #EF0000;
}

#ContentColumn .box-container .content td .grey {
	color : #808080;
}

/* News Ticker */
#ContentColumn .box-container .tickers {
	background-color: #101010;
	color: #bbbbbb;
	min-height: 50px;
	height: auto !important;
	line-height: 1.4;
	padding: 4px;
	font-size: 12px;
}

#ContentColumn .box-container .tickers .row {
	padding: 2px;
}

#ContentColumn .box-container .tickers .row .icon {
	float: left;
}

#ContentColumn .box-container .tickers .row .date {
	float: left;
	margin-left: 4px;
	width: 89px;
	margin-right: 4px;
	height: 15px;
	font-size: 11px;
}

#ContentColumn .box-container .tickers .row .short-text {
	float: left;
	width: 532px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 15px;
}

#ContentColumn .box-container .tickers .row .full-text {
	float: left;
	width: 532px;
	margin-bottom: -2px;
	display: none;
}

#ContentColumn .box-container .tickers .row .button {
	float: right;
	margin-top: 2px;
	cursor: pointer;
}


/* RIGHT COLUMN */
#RightColumn {
	float: left;
	width: 200px;
	min-height: 300px;
	margin-left: 15px;
	margin-bottom: 50px;
	position: relative;
}

#RightColumn a {
	text-decoration: none;
	color: #a0b9c3;
}

#RightColumn a:hover {
	color: #b2cbd5;
	text-decoration: none;
}

#RightColumn .box-container {
	background-color: #101010;
	min-height: 50px;
	border: 2px solid black;
	color: #bbbbbb;
	position: relative;
	padding-bottom: 3px;
}

#RightColumn .box-container:not(:first-child) {
	margin-top: 10px;
}

#RightColumn .box-container .top-header-background {
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 36px;
	z-index:999;
	box-shadow: 2px 2px 5px black;
}

#RightColumn .box-container .top-header-background .headline {
	position: absolute;
	top: 11px;
	left: 37px;
}

#RightColumn #StatusBox .content {
	background: #212121;
	padding: 5px;
	margin: 10px 10px 8px 10px;
	border-radius: 5px;
}

#RightColumn #StatusBox .status {
	text-align: center;
	cursor: pointer;
	margin: 5px 0px 5px 0px;
	color: #dfdfdf;
}

#RightColumn #StatusBox .status .playersNumber {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #81c78d;
    text-shadow: 0px 0px 13px #a5c1ac, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#RightColumn #StatusBox .status .online {
	display: block;
	margin-top: 3px;
	color: #dfdfdf;
	font-size: 11px;
}

#RightColumn #StatusBox .status .offline {
	display: block;
	font-size: 12px;
	color: #e95959;
}

#RightColumn #StatusBox .serverInfo {
	margin: 6px 15px 5px 15px;
	display:block;
	text-align:center;
	font-size: 11px;
	color: #bbbbbb;
	line-height: 1.5;
}

#RightColumn #Powergamers .content {
	text-align: center;
    margin: 10px 10px 8px 10px;
    background-color: #212121;
    padding: 8px;
    border-radius: 5px;
}

#RightColumn #Powergamers .powergamers {
	background: #0a0a0a;
	margin: 10px;
	border-radius:5px;
	box-shadow: 1px 1px 2px #000000;
	border: 1px solid #222;
}

#RightColumn #Powergamers .playerBox {
	border-bottom: 1px solid #2b2f30;
	position: relative;
	font-size: 11px;
	line-height: 1.4;
	height: 42px;
}

#RightColumn #Powergamers .playerBox:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#RightColumn #Powergamers .playerBox:last-child {
	border: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#RightColumn #Powergamers .playerBox a {
	color: #b3b3b3;
	width: 100%;
	display:inline-block;
}

#RightColumn #Powergamers .playerBox.light {
    background-color: #232b2e;
}

#RightColumn #Powergamers .playerBox.light:hover {
    background-color: #323d42;
}

#RightColumn #Powergamers .playerBox.dark {
    background-color: #1e1e1e;
}

#RightColumn #Powergamers .playerBox.dark:hover {
    background-color: #323d42;
}

#RightColumn #Powergamers .playerBox .outfit {
	display: inline-block;
	width: 32px;
	z-index: 999;
}

.outfitSize {
	width: 48px; height: 48px;position: absolute; top: -16px; left: -18px;
}

.size-48 {
    width: 48px; height: 48px;position: absolute; top: -16px; left: -18px;
}

.size-32 {
    width: 26px; height: 26px;position: absolute; top: 6px; left: 3px;
}

#RightColumn #Powergamers .playerBox .info {
	display: inline-block;
	padding: 6px 0px 6px 0px;
}

#RightColumn #Powergamers .playerBox .info .level {
	font-weight: 600;
	float: left;
}

#RightColumn #Powergamers .playerBox .info .vocation {
	float: left;
	margin-left: 3px;
	width: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#afafaf;
} 

#RightColumn #Powergamers .playerBox .info .exp {
	position: absolute;
	bottom: 6px;
	right: 5px;
	color: #cfd7d6;
	font-size: 11px;
} 

#RightColumn #Powergamers .playerBox .info .name, #RightColumn #Powergamers .playerBox .info .levelvoc {
	display: block;
}

#RightColumn #Powergamers .playerBox .info .name {
	font-weight: 600;
	width: 130px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#RightColumn #Powergamers .playerBox .info .levelvoc {
	font-size: 11px;
	color: #bbbbbb;
}

#RightColumn #Streamers .top-header-background .headline-streamers {
	position: absolute;
	top: 11px;
	left: 50px;
}

#RightColumn #Streamers .content {
	text-align:center;
	margin:10px 10px 8px 10px;
	background-color: #212121;
	padding: 8px;
	border-radius: 5px;
}

#RightColumn #Streamers .streamerBox {
	margin: 10px;
	background-color: #212121;
	width: 175px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#RightColumn #Streamers .streamerBox img {
	float:left;
	width: 30%;height:65px;border-radius: 5px;
}
#RightColumn #Streamers .streamerBox .info {
	float:left;
	width: 68%;
	padding: 5px;
	margin-left: 2px;
}

#RightColumn #Streamers .streamerBox .name {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100px;
	color: #b3b3b3;
}

#RightColumn #Streamers .streamerBox:hover .name {
	cursor: pointer;
	color: #bf9649;
}

#RightColumn #Streamers .streamerBox .viewers {
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	font-size: 11px;
	color: #afafaf;
}

.cast_live {
    width: 12px;
    height: 12px;
    border: solid 1px #000;
    float:left;
    margin-top: 2px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 50%;
}

.castIcon {
    width: 8px;
    height: 8px;
    margin-top: 1px;
    margin: 1px 0px 0px 1px;
    background-color: #ff0000;
    border-radius: 50%;
    opacity: 1;
    animation: fade 2s linear infinite;
}

#RightColumn .button {
	padding: 6px 10px;
	background-color: #232728;
	border: 1px solid #000000;
	margin-bottom: 8px;
	box-shadow: 1px 1px 0px #000000;
	color: #bbbbbb;
	font-size: 11px;
	display:block;
	margin: 2px 10px 7px 10px;
	border-radius: 3px;
}

#RightColumn .button:hover {
	background-color: #2c3136;
	cursor: pointer;
}

/*FOOTER*/
#Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	text-align: center;
	width: 100%;
	padding: 20px 0px;
	color: white;
}

* html #Footer {
	padding-bottom: 120px;
	margin-bottom: 50px;
}

/* Footer linkes */
#Footer a:link    {color: white; text-decoration: none;}
#Footer a:visited {color: white; text-decoration: none;}
#Footer a:focus   {color: white; text-decoration: none;}
#Footer a:active  {color: white; text-decoration: underline;}
#Footer a:hover   {color: white; text-decoration: underline;}

/* LABELS */
.LabelV {
	font-weight: bold;
	padding-right: 10px;
	white-space: nowrap;
	vertical-align: top;
}
.LabelV80 {
    font-weight: 700;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
    width: 80px
}

.LabelV100 {
    font-weight: 700;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
    width: 100px
}

.LabelV120 {
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
    width: 120px;
}

.LabelV150 {
    font-weight: 700;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
    width: 150px
}

.LabelV175 {
    font-weight: 700;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
    width: 175px
}

.LabelV200 {
    font-weight: 700;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
    width: 200px
}

.LabelV250 {
    font-weight: 700;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
    width: 250px
}

.LabelH {
	font-weight: bold;
	padding-right: 10px;
	white-space: nowrap;
}
.LabelH td {
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
}

/* TABLES */
table {
	line-height: 1.4;
}

table, th, td {
	font-size: 12px !important;
}

.Table11 td.attrInfo {
	font-size: 11px !important;
	padding: 1px 3px !important;
}

.Table1 td {
	padding: 0px 4px 5px 4px;
}

/* new error handling concept tests */
.InfoBox {
	position: relative;
	background-color: #1e1e1e;
	padding: 7px;
	border: 1px solid #2b2f30;
	margin: 0px;
	line-height: 1.4;
}

.BoxShadowBorder {
	border: 1px solid #333;
	box-shadow: 2px 2px 2px #000000;
}

.SmallBox {
  position: relative;
  font-size: 1px;
  background-color: #212222;
  min-height: 40px;
  border: 1px solid #2b2f30;
}

.SmallBox .AttentionSign {
  position: absolute;
  top: 5px;
  left: 8px;
  width: 30px;
  height: 26px;
}

.SmallBox .ErrorMessage {
  font-size: 8pt;
  position: relative;
  color: red;
  height: 100%;
  padding: 5px;
  padding-left: 43px;
}

.FormFieldError {
  font-size: 11px;
  color: red;
}

.SmallBox .Message {
  font-size: 10pt;
  position: relative;
  height: 100%;
  background-color: #d4c0a1;
  padding: 10px;
}

.SmallBox .BoxFrameHorizontal {
  position: relative;
  height: 4px;
}
.SmallBox .BoxFrameVerticalRight {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 3px;
  background-repeat: repeat-y;
  height: 100%;
}
.SmallBox .BoxFrameVerticalLeft {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  background-repeat: repeat-y;
  height: 100%;
}
.SmallBox .MessageContainer {
  position: relative;
  height: 100%;
}
.SmallBox .BoxFrameEdgeLeftTop {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 5px;
  height: 5px;
}
.SmallBox .BoxFrameEdgeLeftBottom {
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 5px;
  height: 5px;
}
.SmallBox .BoxFrameEdgeRightTop {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 5px;
  height: 5px;
}
.SmallBox .BoxFrameEdgeRightBottom {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 5px;
  height: 5px;
}

/* GENERAL */
ul, ol {
	padding: 15px 30px;
}

.quote {
    list-style-type: none; /* Remove os marcadores padrão da lista */
    position: relative; /* Necessário para posicionar o pseudo-elemento corretamente */
    margin-left: 20px; /* Espaço à esquerda da barra */
    padding: 3px 0px 0px 15px;
}

.quote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 0;
    width: 2px;
    background-color: #799996;
}

.itemAttr {
	position: relative;
	cursor: default;
	font-size: 11px;
	width: max-content;
}

.itemAttrInfo {
	display: none;
	position:absolute;
	bottom: calc(100% + 10px); /* Isso fará com que o elemento seja posicionado acima do contêiner */
    left: 50%; /* Define a posição esquerda para o meio do contêiner */
    transform: translateX(-50%); /* Desloca o elemento para a esquerda pela metade de sua própria largura */
	background-color: black;
	border-radius: 5px;
	padding: 8px 10px;
	z-index: 2000;
	font-size: 11px;
	text-align: left;
	width: max-content !important;
	pointer-events: none;
}

.itemAttrInfo::after {
    content: "";
    position: absolute;
    top: 100%; /* Posiciona a seta diretamente abaixo do painel */
    left: calc(50% + 5px); /* Define a posição esquerda para o meio do contêiner */
    transform: translateX(-50%); /* Desloca o elemento para a esquerda pela metade de sua própria largura */
    margin-left: -5px; /* Ajusta o posicionamento da seta para ficar centralizado com o painel */
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent; /* Cria a seta apontando para baixo */
    pointer-events: none;
}

.itemAttr:hover {
	text-decoration: underline;
}

.itemAttr:hover .itemAttrInfo {
	display: inline-block;
}

input[type="radio"] {
	margin: 3px 5px 3px 3px;
	vertical-align: -2px;
}

.clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; /* Limita a 3 linhas */
    overflow: hidden;
    max-height: 100px; /* altura máxima, pode ser ajustada ou removida */
}

.main-separator {
	height: 1px;
	background-color: #373f42;
}

ol {
    list-style-type: decimal; /* Numeração padrão */
    counter-reset: item; /* Reinicia o contador para o nível principal */
    padding-left: 20px; /* Define o recuo das listas */
}

ol li {
    display: block; /* Garante que os itens sejam exibidos como blocos */
}

ol li::before {
    content: counters(item, ".") " "; /* Gera a numeração hierárquica */
    counter-increment: item; /* Incrementa o contador */
    margin-right: 2px;
}

ol ol {
    counter-reset: item; /* Reinicia o contador para sublistas */
}

/* BUTTONS */

.headerButton {
	background-color: #282c30;
	padding: 2px 5px;
	border: 1px solid transparent; /* Define uma borda invisível */
	box-sizing: border-box; /* Garante que a borda não altere o tamanho */
}

.headerButton:hover {
	border: 1px solid white;
	cursor: pointer;
}

/* */

.creature-container {
	margin: 0px 3px 3px 0px;
	font-size: 12px; 
	display: inline-block; 
	width: 124.8px;
	height: 100px;
	padding: 10px 0px 25px 0px; 
	border-radius: 3px;
	vertical-align: top;
	position: relative;
}

.creature-container:nth-child(5n) { /* Se 4 elementos cabem por linha */
  margin-right: 0;
}

.creature-desc {
    margin: 0;
    color: #dedede;
    text-align: center;
    position: absolute;
    width: 100px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; /* Certifique-se de que o texto fique acima */
}

.creature-desc:hover {
	color: orange;
}

.trHeader {
	background-color: #292c30;
}

.itemsGrid {
	font-size: 0;
}

.itemsGrid .itemCard {
    display: inline-block;
    width: 105.5px;
    padding: 12px 15px 12px 15px;
    text-align: center;
    background: #272a2c;
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 12px;
}

.itemsGrid .itemCard:not(:nth-child(6n)) {
    margin-right: 5px;
}

.itemsGrid2 {
	font-size: 0;
}

.itemsGrid2 .itemCard {
    display: inline-block;
    width: 120px;
    height: 78px;
    padding: 10px 15px 10px 15px;
    text-align: center;
    background: #272a2c;
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 12px;
}

.itemsGrid2 .itemCard:not(:nth-child(5n)) {
    margin-right: 5px;
}

.itemCard:hover {
    background: #2e3234;     
}

.itemIcon {
    display: block;
    margin: 0 auto 10px auto;
}

.itemTitle {
    display: block;
    font-size: 11px;
    color: #bdb4a9;
    letter-spacing: 1px;
}

.creaturesGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px; /* 🔥 controla espaço entre TODOS os cards */
}

/* remove hacks antigos */
.creatureCard:not(:nth-child(5n)) {
    margin-right: 0;
}

.creatureCard {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 126.8px;
    height: 120px;
    padding: 0px 6px 8px 6px;

    background: #272a2c;
    text-align: center;
}

/* hover mantém */
.creatureCard:hover {
    background: #2e3234;
}

/* área da imagem */
.creatureImageWrapper {
    width: 96px;
    height: 96px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 4px;
}

/* imagem */
.creatureIcon {
    max-width: 96px;
    max-height: 96px;
    image-rendering: pixelated;
}

/* nome */
.creatureTitle {
    font-size: 11px;
    color: #bdb4a9;
    letter-spacing: 0.5px;
    line-height: 13px;

    text-align: center;
    padding: 0 4px;

    white-space: normal;
    overflow-wrap: break-word;

    min-height: 26px;
}

.h-separator {
	height: 1px;
	width: 100%;
	margin-bottom: 8px;
	background-color: #2e2e2e;
}

.categoryItemHeader {
	font-weight:700;
	font-size: 18px;
	font-family: "Crimson Text";
	margin-bottom: 15px;
}

.subtopicHeader {
	font-weight: 700;
	font-size: 18px;
	font-family: "Crimson Text";
	margin-bottom: 15px;
}

.categoryNavigation {
	font-size: 12px;
	font-weight:600;
	margin-bottom: 8px;
}

ul li {
  margin: 0;
  padding: 2px 0;
}

.navigation-link {
	color: #bbbbbb !important;
}

.navigation-link:hover {
	color: #7fa7c7 !important;
}

@keyframes fade {
    0% { opacity: 0.4; }
    50% { opacity: 1; }
    100% { opacity: 0.4; }
}

/* LAYOUT END */


































































/* "star-HTML-hack" to correct the position of the content row */
* html #ContentRow {
  display: inline-block;
}

#ThemeboxesColumn {
  text-align:  center;
  position: absolute;
  top: 0px;
  right: -6px;
  width: 200px;
  margin: 0px;
}

/** -------------------------------
 Header
 */

#LeftArtwork #LogoLink {
  position: absolute;
  bottom: 14px;
  left: 58px;
  height: 14px;
  width: 50px;
  z-index: 99;
  cursor: pointer;
}

#RightArtwork {
  text-align: left;
  position: absolute;
  /*top: 143px;*/
  right: 24px;
  width: 132px;
  background-repeat: no-repeat;
  z-index: 90;
}

#RightArtwork #Monster {
  position: absolute;
  height: 80px;
  width: 80px;
  top: -137px;
  left: 7px;
  z-index: 15;
  cursor: pointer;
}

#PedestalAndOnline {
  position: absolute;
  left: -10px;
  top: -105px;
  width: 153px;
  height: 107px;
}

#RightArtwork #PlayersOnline {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size: 7pt;
  line-height: 8pt;
  text-align: center;
  position: absolute;
  width: 92px;
  bottom: 11px;
  left: 21px;
  color: #cfa600;
  border-bottom: 1px solid #010101;
  cursor: pointer;
}

/** -------------------------------
 *  Stylesheet declarations for the
 *  LOGINBOX
 *  -------------------------------
 */

#Loginbox {
  position: relative;
  left: 5px;
  top: 8px;
  width: 100%;
  margin-bottom: 42px;
  background-repeat: no-repeat;
}

#Loginbox #LoginTop {
  position: absolute;
  left: -5px;
  top: -12px;
  height: 12px;
  width: 180px;
  background-repeat: no-repeat;
}

#Loginbox #LoginBottom {
  position: absolute;
  top: 52px;
  left: -5px;
  height: 12px;
  width: 180px;
  background-repeat: no-repeat;
}

#Loginbox .LoginBorder {
  position: absolute;
  top: 0px;
  height: 52px;
  width: 8px;
  background-repeat: repeat-y;
  z-index: 10;
}

#Loginbox #BorderRight {
  right: 9px;
}

#Loginbox .Loginstatus {
  position: relative;
  top: 0px;
  left: 5px;
  height: 13px;
  width: 160px;
}

#Loginbox .LoginstatusText {
  position: absolute;
  top: 1px;
  left: 18px;
  width: 124px;
  height: 11px;
  cursor: pointer;
}

#Loginbox #LoginstatusText_1 {
  visibility: visible;
}

#Loginbox #LoginstatusText_2 {
  visibility: hidden;
}

#LoginBox #LoginButtonContainer {
  position: relative;
  height: 39px;
  width: 160px;
  left: 5px;
  background-repeat: repeat-y;
}
#PlayNowContainer {
  position: absolute;
  width: 150px;
  height: 37px;
  top: 1px;
  left: 5px;
  z-index: 99;
}
#PlayNowContainer form {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.BigBoldText {
  font-weight: bold;
  font-size: 14pt;
}
#accountmanagement .LoginBox {
    display: flex;
    flex-wrap: wrap
}

#accountmanagement .LoginBox .Cell {
    flex-basis: 135px;
    margin-bottom: 5px
}

#accountmanagement .LoginBox .InputField {
    flex-grow: 1;
    margin-right: 7px
}

#accountmanagement .LoginBox .ButtonField {
    margin-left: 15px
}

#accountmanagement .LoginBox .Break {
    flex-basis: 100%;
    height: 0
}

#accountmanagement .LoginButtons {
    vertical-align: top
}

#accountmanagement .LoginButtons .ButtonField {
    margin-bottom: 1px
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.clear {
    clear: both;
}
 


/** -------------------------------
 *  Stylesheet declarations for the
 *  CONTENT AREA
 *  -------------------------------
 */







.Content .Box {
  font-size: 0pt;
  position: relative;
  margin: 5px;
  margin-bottom: 18px;
  color: #5A2800;
  border-left: 2px solid #3a3738;
  border-right: 2px solid #3a3738;
  background-color: #debb9d;
  background-repeat: no-repeat;
  overflow: visible;
}

/* "star-HTML-hack" to correct Box width in IE */
* html .Content .Box {
  width: 100%;
}
/* "star-HTML-hack" to correct BoxContent width in IE */
* html .Content .BoxContent {
  width: 100%;
}

.Content th {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  color: white;
  background-color: #505050;
}

/* Content Links */
.linkButton {
	text-decoration: none;
}

.linkButton:hover {
	text-decoration: none !important; 
}

.achieveTitle {
	color:#aabdc5;
}

.achieveTitle:hover {
	color:#aabdc5;
	text-decoration:underline;
}

select.selectList { width: 150px; }

.sortdown:after {
	content: '';
	display: inline-block;
	margin-left: 5px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid white;
	vertical-align: 1px;
}

.sortup:after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white; /* Mudança aqui para criar a seta para cima */
    vertical-align: 1px;
}

.Content .HelpLink {
  font-size: 7pt;
  cursor: pointer;
}

.playerOnline, .greenKills {
	color: #7ad57a;
}

.playerOffline, .redKills {
	color: #f13c3c;
}

/* Corners */

.Content .Corner-tl {
  position: absolute;
  top: -4px;
  left: -5px;
  width: 17px;
  height: 17px;
  z-index: 50;
}

.Content .Corner-tr {
  position: absolute;
  top: -4px;
  right: -5px;
  width: 17px;
  height: 17px;
  z-index: 50;
}

.Content .BottomCornersHelper {
  position: absolute;
  width: 100%;
}

.Content .CornerWrapper-b {
  position: absolute;
  width:100%;
}

.Content .Corner-bl {
  position: absolute;
  bottom: -4px;
  left: -6px;
  width: 17px;
  height: 17px;
  z-index: 50;
}

.Content .Corner-br {
  position: absolute;
  bottom: -4px;
  right: -6px;
  width: 17px;
  height: 17px;
  z-index: 50;
}

/* Borders */

.Content .Border_1 {
  position: relative;
  height: 6px;
  width: 100%;
  background-repeat: repeat-x;
}

.Content .BorderTitleText {
  position: relative;
  height: 24px;
  background-repeat: repeat-x;
}

.Content .Border_2 {
  margin: 4px;
  padding: 0px;
  background-color: #793d03;
}

.Content .Border_3 {
  margin: 1px;
  border-top: 1px solid #793d03;
  border-bottom: 1px solid #793d03;
}

.newBox {
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	font-size: 9pt;
	color: white;
	background: #000000;
	text-align: left;
}

.newBox a {
	text-decoration: none;
	color: white;
}

.newBox .box-title {
	line-height: 2.5;
	padding: 0px 10px;
}

.newBox .box-content {
	padding: 10px 15px;
	line-height: 1.5;
}

/** -------------------------------
 *  Stylesheet declarations for the
 *  THEMEBOXES of the Tibia
 *  website
 *  -------------------------------
 */

.Themebox {
  position: relative;
  margin-bottom: 10px;
  top: -3px;
  width: 180px;
  height: 154px;
}

#Themeboxes div {
  background-repeat: no-repeat;
}
#Themeboxes .ThemeboxButton {
  position: absolute;
  bottom: 20px;
  left: 22px;
  height: 25px;
  width: 137px;
  cursor: pointer;
}
#Themeboxes .Bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 12px;
  width: 180px;
}

/*top experience*/
.topLevelBox {
	height: auto;
}
.topLevelHeader
{
	height: 49px;
	background-image:url('./images/themeboxes/toplevel/top-exp-header.gif');
}

.semtoplevel {
	margin-bottom: 2px;
	color: darkred;
	font-style: italic;
	line-height: 3;
}
.ButtonTextInputs {
	text-align: center;
	color: #ffd698;
	overflow: hidden;
	font: 400 9pt Verdana,Arial,Times New Roman,sans-serif;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #2c2c2c, -1px 1px 0 #000, 1px 1px 0 #000;
	height: 22px;
	top: 5px;
}
#RankingBox {
	min-height: 10px;
	height: auto; 
	display: block;
}
.top_level
{
	top:35px;
	left:6px;
	z-index:20;
	display:block;
	padding-top:6px;
	font-family:Verdana,Arial,Times New Roman,sans-serif;
	font-size:11px;
	color:#482f1e;
	font-weight:700;
	text-align:left;
	text-decoration:inherit;
}

a.topfont,a:hover.topfont
{
	font-weight:700;
	font-size:11px;
}

#Topbar a,a.topfont,a:hover.top_level,a:hover.topfont
{
	text-decoration:none
}

a:hover.top_level
{
	color: #17478f;
}

a.topfont
{
	color:#004294
}

a:hover.topfont
{
	color:#06c
}
#Themeboxes .Bottom2
{
	margin-top: -18px;
	height:32px;
	z-index:-1;
}
.levelvoctoplevel
{
	color:#5a2800;
	font:100 8pt Verdana,Arial,Times New Roman,sans-serif
}

.positiotoplvel
{
	left:52px;
	top:82px;
	color:#fdeed7;
	text-shadow:1px 1px 1px #000
}

.positiotoplvel img
{
	margin-left:-5px;
	margin-top:-5px
}
.outfitImgtoplevel,.positiotoplvel
{
	background-position:right bottom;
	position:relative;
	margin-left:-64px;
	margin-top:-64px;
	height:64px;
	width:64px
}

.outfitImgtoplevel
{
	left:26px;
	top:13px
}

/* powerful guilds */
.topGuildsBox {
	height: auto;
}
.topguildsHeader {
	height: 49px;
	background-image:url('./images/themeboxes/topguilds/top-guilds-header3.gif');
}

/* Networks */
#Themeboxes #NetworksBox {
  position: relative;
  height: 204px;
  font-family: Verdana, Arial, sans-serif;
}

#Themeboxes #NetworksBox #FacebookBlock {
  position: relative;
  top: 35px;
  height: 78px;
}

#Themeboxes #NetworksBox #FacebookPageLink {
  position: absolute;
  left: 24px;
  top: 15px;
  height: 50px;
  width: 50px;
}
#Themeboxes #NetworksBox #FacebookLikeButton {
  position: absolute;
  left: 92px;
  top: 40px;
}
#Themeboxes #NetworksBox #FacebookShareButton {
  position: absolute;
  left: 84px;
  top: 20px;
}
#Themeboxes #NetworksBox #FacebookShareButton .share-description {
	position: absolute;
  left: 0;
  top: 24px;
  margin-left: 0px;
  text-align: left;
  width: 90px;
  font-size: 10px;
  border-radius: 3px;
}
#Themeboxes #NetworksBox #FacebookLikes {
  position: relative;
  top: 75px;
  width: 280px;
  left: 20px;
  overflow: hidden;
}
#Themeboxes #NetworksBox #FacebookLikes div {
  position: relative;
  left: -98px;
}

#Themeboxes #NetworksBox #FacebookIcon {
  position: absolute;
  left: 30px;
  top: 72px;
}

#Themeboxes #NetworksBox #TwitterBlock {
  position: relative;
  top: 47px;
  text-align: center;
}

#Themeboxes #NetworksBox #DiscordBlock {
 position: relative;
  top: 32px;
  height: 113px;
}

#Themeboxes #NetworksBox #DiscordBlock img {
	position: absolute;
  left: 24px;
  top: 0px;
  height: 50px;
  width: 50px;
	border: 1px solid #95541c;
}

#Themeboxes #NetworksBox #DiscordBlock p {
	position: absolute;
  left: 84px;
  top: 5px;
  margin: 0px;
  font-size: 11px;
  background: #303b5a;
  color: #fff;
  padding: 4px 13px;
  border-radius: 3px;
}

#Themeboxes #NetworksBox #DiscordBlock span {
  position: absolute;
  left: 84px;
  top: 29px;
  margin-left: 0px;
  text-align: left;
  width: 90px;
  font-size: 10px;
  border-radius: 3px;
}

#Themeboxes #NetworksBox #DiscordBlock a {
	color: #000;
}

/* "star-HTML-hack" to correct the position of the bottom element */
* html #Themeboxes .Bottom {
  bottom: -3px;
}
#Themeboxes #PremiumBox {
  height: 164px;
}
#Themeboxes #ScreenshotBox #ScreenshotContent {
  position: relative;
  height: 111px;
  width: 170px;
  top: 31px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
  border: 0;
  cursor: pointer;
}
#Themeboxes #CurrentPollBox #CurrentPollText {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 11pt;
  color: #5A2800;
  position: absolute;
  height: 90px;
  width: 150px;
  top: 37px;
  left: 15px;
  padding-top: 5px;
  overflow: hidden;
}
#Themeboxes #SkyscraperBanner {
  border: 0;
}

/** -------------------------------
 *  OLD Stylesheet declarations for
 *  the CONTENT AREA
 *  -------------------------------
 */



/** -------------------------------
 *  OLD Stylesheet declarations for
 *  the CONTENT AREA (forum)
 *  -------------------------------
 */

.Content .BoxContent .ff_info {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 10pt;
  color : #5A2800;
  visibility : visible;
}

.Content .ff_white a {
  color: #FFFFFF;
}

.Content .BoxContent .ff_white {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  color : #EFEFEF;
  visibility : visible;
  font-size : 7pt;
  font-weight: bold;
}

.Content .BoxContent .ff_red {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  color : #EF0000;
  visibility : visible;
  font-size : 8pt;
  font-weight: bold;
}

.Content .BoxContent .ff_whitelarge {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  color : #EFEFEF;
  visibility : visible;
  font-size : 9pt;
  font-weight: bold;
}

.Content .BoxContent .ff_info {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 8pt;
  color : #5A2800;
  visibility : visible;
}

.Content .BoxContent .ff_infotext {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 8pt;
  color : #5A2800;
  visibility : visible;
  line-height: 12pt;
}

.Content .BoxContent .ff_smallinfo {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 7pt;
  color : #5A2800;
  visibility : visible;
}

.Content .BoxContent .ff_large {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 12pt;
  color : #5A2800;
  visibility : visible;
}

.Content .BoxContent .ff_pagetext {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 9pt;
  color : #5A2800;
  visibility : visible;
  line-height: 13pt;
}

.Content .BoxContent .ff_pagetextgrey {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 9pt;
  color : #505050;
  visibility : visible;
  line-height: 13pt;
}

.Content .BoxContent .ff_pagetextred {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 9pt;
  color : #F00;
  visibility : visible;
  line-height: 13pt;
}

.Content .BoxContent .ff_correct {
  font-family : Verdana, Arial, Times New Roman, sans-serif;
  font-size : 11pt;
  color : #FF0000;
  visibility : visible;
  font-weight: bold;
}

/** --------------------------------------
 *  ### not final versions for tests
 *  ### concerning the new payment process
 *  --------------------------------------
 */


/** ---------------------------------
 *  ### not finished versions for the
 *  ### payment process PROGRESS BAR
 *  ---------------------------------
 */

#ProgressBar #Headline {
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 5px;
}
#ProgressBar #MainContainer {
  position: relative;
  top: 10px;
  height: 50px;
  margin-bottom: 25px;
}
#ProgressBar #BackgroundContainer {
  position: relative;
  width: 100%;
}

#ProgressBar #BackgroundContainerLeftEnd {
  position: absolute;
  float: left;
}
#ProgressBar #BackgroundContainerCenter {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 17px;
  width: 100%;
}
#ProgressBar #BackgroundContainerCenterImage {
  position: relative;
  margin-left: 25px;
  margin-right: 25px;
  height: 17px;
}
#ProgressBar #BackgroundContainerRightEnd {
  position: absolute;
  right: 0px;
  top: 0px;
  float: right;
}
#ProgressBar #TubeLeftEnd {
  position: absolute;
  left: 25px;
  top: 4px;
}
#ProgressBar #TubeRightEnd {
  position: absolute;
  right: 25px;
  top: 4px;
  z-index: 0;
}
#ProgressBar .Steps {
  position: relative;
  height: 39px;
  font-size: 9px;
  float: left;
  top: -11px;
  margin-left: -1px;
}
#ProgressBar #StepsContainer1 {
  text-align: right;
  margin-left: 92px;
  margin-right: 40px;
  height: 10px;
}
#ProgressBar #StepsContainer2 {
  width: 100%;
  height: 10px;
}
#ProgressBar .TubeContainer {
  position: relative;
  padding-right: 47px;
}
#ProgressBar .Tube {
  position: relative;
  top: 16px;
  left: 0px;
  width: 100%;
  height: 7px;
  background: #FFFFFF none repeat scroll 0%;
}
* html #ProgressBar .Tube {
  top: 13px;
}
#ProgressBar .SingleStepContainer {
  position: absolute;
  top: 0px;
  width: 47px;
  height: 30px;
  right: 0px;
  text-align: center;
}
#ProgressBar #FirstStep .SingleStepContainer {
  left: 45px;
  width: 47px;
  position: absolute;
}
#ProgressBar .StepIcon {
  position: absolute;
  right: 0px;
}
* html #ProgressBar .StepIcon {
  right: -1px;
}
#ProgressBar #FirstStep .StepIcon {
  top: 0px;
  left: 0px;
}
#ProgressBar .StepText {
  top: 40px;
  position: absolute;
  width: 200px;
  right: -77px;
}


/** -------------------------------
 *  Stylesheet declarations for the
 *  NEW TABLES
 *  -------------------------------
 */

.TableContainer {
  border: 1px solid black;
  position: relative;
  width: 100%;
  font-size: 1px;
}
.TableContainer .Odd {
  background-color: #f1e0c6;
}
.TableContainer .Even {
  background-color: #d5c0a1;
}

/* TABLEHEADER DECORATION */
.TableContainer .CaptionContainer {
  position: relative;
  font-size: 1pt;
  background-color: #5f4d41 !important;
  height: 100%;
  width: 100%;
  text-align: left;
}
.TableContainer .CaptionContainer .CaptionInnerContainer {
	position: relative;
  background-color: #5f4d41;
  width: 100%;
  height: 100%;
  padding-top: 3px;
  padding-bottom: 4px;
}
.TableContainer .CaptionContainer .Text {
	font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  color: white;
  padding-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.TableContainer .CaptionContainer .CaptionEdgeLeftTop {
	position: absolute;
  width: 5px;
  height: 5px;
	top: -2px;
  left: -2px;
  z-index: 50;
}
.TableContainer .CaptionContainer .CaptionEdgeRightTop {
	position: absolute;
  width: 5px;
  height: 5px;
	top: -2px;
  right: -2px;
  z-index: 50;
}
.TableContainer .CaptionContainer .CaptionEdgeLeftBottom {
	position: absolute;
  width: 5px;
  height: 5px;
	left: -2px;
	bottom: -3px;
  z-index: 50;
}
.TableContainer .CaptionContainer .CaptionEdgeRightBottom {
	position: absolute;
  width: 5px;
  height: 5px;
	right: -2px;
	bottom: -3px;
  z-index: 50;
}
.TableContainer .CaptionContainer .CaptionBorderTop {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0px;
  top: -1px;
}
.TableContainer .CaptionContainer .CaptionBorderBottom {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0px;
  bottom: -2px;
}
.TableContainer .CaptionContainer .CaptionVerticalLeft {
  position: absolute;
  height: 100%;
  width: 3px;
  left: -1px;
  top: 0px;
}
.TableContainer .CaptionContainer .CaptionVerticalRight {
  position: absolute;
  height: 100%;
  width: 3px;
  right: -1px;
  top: 0px;
}
* html .TableContainer .CaptionContainer .CaptionEdgeRightTop {
  right: -3px;
}
* html .TableContainer .CaptionContainer .CaptionEdgeLeftBottom {
  bottom: -4px;
}
* html .TableContainer .CaptionContainer .CaptionEdgeRightBottom {
  right: -3px;
  bottom: -4px;
}
* html .TableContainer .CaptionContainer .CaptionBorderBottom {
  bottom: -3;
}
* html .TableContainer .CaptionContainer .CaptionVerticalRight {
  right: -2px;
}

/* HEADLESS */
.HeadlessTable {
    border: 0;
    border-style: solid;
    border-color: #656565;
    border-top-width: 1px;
    border-top-color: #fff;
    border-left-width: 1px;
    border-left-color: #fff;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-right-color: #656565;
    margin-left: 15px
}

/* TABLE CONTENT */
.TableContentContainer1 {
  	border: 1px solid #161616;
    position: relative;
    margin-bottom: 5px;
    height: 100%;
    background-color: #212222;
    padding: 6px;
    color: #bbbbbb;
}

.TableContentContainer {
  	border: 1px solid #2b2f30;
    position: relative;
    margin-bottom: 5px;
    height: 100%;
    background-color: #212222;
    padding: 6px;
    color: #bbbbbb;
}

.TableContent {
	width: 100%;
	border-collapse: collapse;
}

.TableContent td {
	padding: 6px 5px 6px 5px;
}

.InnerBorder td, th {
    border-left: 1px solid black;
    border-top: 1px solid black;
}

.InnerBorder tr:first-child th, .InnerBorder tr:first-child td {
    border-top: none;
}

.InnerBorder tr th:first-child, .InnerBorder tr td:first-child {
    border-left: none;
}

.InnerTableContainer .TableContentContainer {
    box-shadow: 3px 3px 2px #875f3e;
}

/* INNERLYOUT 2 */
.TableContainer .Table2 {
  width: 100%;
  border: 2px solid #55636c;
  background-color: #f1e0c5;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
}
.TableContainer .Table2 td {
  padding: 0px;
  margin: 0px;
}
.TableContainer .Table2 .InnerTableContainer {
  margin-top: 1px;
}
.TableContainer .Table2 .InnerTableContainer table {
  border-collapse: collapse;
}
.TableContainer .Table2 .InnerTableContainer td {
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 2px;
  padding-right: 5px;
  border: 1px solid #faf0d7;
}
/* INNERLYOUT 3 */
.TableContainer .Table3 {
  width: 100%;
  border: 2px solid #55636c;
  background-color: #f1e0c5;
}
.TableContainer .Table3 .InnerTableContainer {
  width: 100%;
  position: relative;
  margin-top: 5px;
  margin-left: 3px;
}
.TableContainer .Table3 .TableContentAndRightShadow td {
	border: 1px solid #faf0d7;
}
.TableContainer .Table3 .TableContent td {
	border: 1px solid #faf0d7;
}
/* INNERLYOUT 4 */
.TableContainer .Table4 {
  width: 100%;
  border: 2px solid #55636c;
  background-color: #f1e0c5;
}
.TableContainer .Table4 .InnerTableContainer {
  width: 100%;
  position: relative;
  margin-top: 3px;
}
.TableContainer .Table4 .TableContentAndRightShadow .TableContent td {
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* INNERLYOUT 5 */
.TableContainer .Table5 {
  width: 100%;
  border: 2px solid #55636c;
  background-color: #f1e0c5;
}
.TableContainer .Table5 .InnerTableContainer {
  width: 100%;
  position: relative;
  margin-top: 5px;
  margin-left: 3px;
}
.TableContainer .Table5 .TableContentAndRightShadow .TableContent td {
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* SHADOWS */
.TableShadowContainerRightTop {
  position: relative;
  top: 0px;
  right: 3px;
  margin-right: 0px;
  font-size: 1px;
  float: right;
  z-index: 99;
}
.TableShadowRightTop {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 4px;
  height: 5px;
  z-index: 99;
}
.TableContentAndRightShadow {
  position: relative;
  background-repeat: repeat-y;
  background-position: top right;
  margin-right: 3px;
  font-size: 1px;
}
.TableShadowContainer {
  position: relative;
  widht: 100%;
  margin-right: 5px;
}
.TableBottomShadow {
  position: relative;
  font-size: 1px;
  height: 5px;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.TableBottomLeftShadow {
  position: relative;
  height: 5px;
  width: 4px;
  float: left;
  padding: 0px;
  margin: 0px;
}
.TableBottomRightShadow {
  position: relative;
  float: right;
  right: -2px;
  top: 0px;
  height: 5px;
  width: 4px;
}


/* BUTTONS */
.InputButton {
	padding: 4px 5px;
	width: 130px !important;
	z-index: 20;
	background: #2f3338;
	background: #333940;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid #161616;
	font-family: Arial, Helvetica, sans-serif;
}

.InputButtonLink {
	background-color: transparent;
    border: none;
    padding: 0;
    color: #afcbe1;
    text-decoration: none;
    cursor: pointer;
    font: inherit;
}

.InputButtonLink:hover {
	text-decoration: underline;
}

.Button1 {
	padding: 3px 5px;
	border-radius: 3px;
	background: #2f3338;
	border: none;
	color: #fff;
	border: 1px solid #181818;
	font-size: 11px;
}

.Button1:hover {
	background: #3a3f42;
	cursor: pointer;
}

.Button2 {
	padding: 5px 8px;
	border-radius: 3px;
	background: #4b5560;
	border: none;
	color: #fff;
	border: 1px solid #181818;
	font-size: 13px;
}

.Button2:hover {
	background: #626d78;
	cursor: pointer;
}

.InputButton:hover {
	background: #3d4246;
	background: #3e454c;
	cursor: pointer;
}

.InnerTableButtonRow {
  width: 100%;
  padding-left: 1px;
  padding-right: 0px;
  padding-bottom: 4px;
  border: 0px;
}
.InnerTableButtonRow td {
  padding-right: 4px;
}
.MediumButtonText {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 37px;
  width: 150px;
  z-index: 20;
}
.MediumButtonBackground {
  position: relative;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 37px;
  z-index: 10;
}
.MediumButtonOver {
  position: relative;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 37px;
  visibility: hidden;
  z-index: 15;
}
.MediumButtonForm {
  margin: 0px;
  padding: 0px;
}
.BigButton {
  position: relative;
  width: 135px;
  height: 25px;
  z-index: 10;
  background: #191919;
}
.BigButtonOver {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 137px;
  height: 25px;
  visibility: hidden;
  z-index: 15;
}

.ButtonText {
	height: 25px;
	padding: 5px 15px;
	width: 130px;
	z-index: 20;
	background: #2f3338;
	color: #fff;
	border: 1px solid #262626;
	text-decoration: none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

.ButtonText2 {
  padding: 4px 15px;
  width: 120px;
  z-index: 20;
  background: #2f3338;
  color: #fff;
  border: 1px solid #262626;
  text-decoration: none;
  font-size: 13px;
}

.ButtonText:hover, .ButtonText2:hover {
	cursor: pointer;
}

.Button5 {
	padding: 4px 15px;
	width: 100px;
	background: #2f3338;
	color: #fff;
	border: 1px solid #262626;
	text-decoration: none;
	font-size: 13px;
	text-align:center;
}

.TopButtonContainer {
  position: relative;
  right: 4px;
  top: 4px;
  z-index: 60;
}
* html .TopButtonContainer {
  right: 27px;
}
.TopButton {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 55;
}
.Content .BoxContent .Odd {
  background-color: #D4C0A1;
  padding: 2px;
}

.Content .BoxContent .Even {
  background-color: #F1E0C6;
  padding: 2px;
}

.Content .NewsCategoryIconSmall {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}
.Content .BoxContent .Odd {
  background-color: #D4C0A1;
  padding: 2px;
}

.Content .BoxContent .Even {
  background-color: #F1E0C6;
  padding: 2px;
}

.Content .NewsCategoryIconSmall {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}
.Content .BoxContent .Odd {
  background-color: #D4C0A1;
  padding: 2px;
}

.Content .BoxContent .Even {
  background-color: #F1E0C6;
  padding: 2px;
}

.Content .NewsCategoryIconSmall {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}

/* News Ticker */

.Content #NewsTicker .BoxContent {
  padding: 5px;
  min-height: 90px;
  height: auto !important;
  height: 100px;
}

.Content #NewsTicker .BoxContent .Row {
  position: relative;
  width: 100%;
}

.Content #NewsTicker .NewsTickerIcon {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}

.Content #NewsTicker .NewsTickerText {
  font-size: 9pt;
  position: relative;
  margin-left: 20px;
}

.Content #NewsTicker .NewsTickerDate {
  font-size: 7pt;
  position: absolute;
  top: 0px;
  float: left;
}

.Content #NewsTicker .NewsTickerShortText {
  margin-left: 85px;
  height: 14px;
}

.Content #NewsTicker .NewsTickerFullText {
  margin-left: 85px;
  margin-right: 20px;
  display: none;
}

.Content #NewsTicker .NewsTickerExtend {
  position: relative;
  right: 0px;
  top: 1px;
  right: 1px;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  float: right;
  cursor: pointer;
  z-index: 10;
}

/* Featured Article */

.Content #FeaturedArticle .BoxContent {
  position:relative;
  height: 100px;
  padding: 5px;
  padding-left: 10px;
  min-height: 100px;
  height: auto !important;
  height: 110px;
  line-height: 10.5pt;
}

.Content #FeaturedArticle #TeaserThumbnail {
  position: relative;
  top: 0px;
  right: 0px;
  height: 100px;
  width: 150px;
  margin-left: 10px;
  background-color: black;
  z-index: 90;
  float: right;
}

#ContentHelper #FeaturedArticle:first-child .BoxContent {
  padding: 10px;
}

.Content #FeaturedArticle #TeaserText {
  height: 100px;
  margin-top: 5px;
  overflow: hidden;
  z-index: 0;
}

.Content #FeaturedArticle #Link {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 83 15 0 0;
  z-index: 99;
}

.Content #FeaturedArticle .NewsHeadlineBackground {
  position: relative;
  height: 28px;
  margin-bottom: 5px;
  background-repeat: repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.Content #FeaturedArticle .NewsHeadlineIcon {
  position: absolute;
  top: -1px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
  float:left;
}

.Content #FeaturedArticle .NewsHeadlineDate {
  font-size: 7pt;
  position: absolute;
  top: 9px;
  left: 50px;
  width: 85px;
  color: white;
}

.Content #FeaturedArticle .NewsHeadlineText {
  position: relative;
  top: 8px;
  left: 135px;
  font-size: 10pt;
  font-weight: bold;
  color: white;
}

/* News */

.Content .NewsHeadlineBackground {
  position: relative;
  height: 28px;
  margin-bottom: 5px;
  background-repeat: repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.Content .NewsHeadlineDate {
  font-size: 7pt;
  position: absolute;
  top: 10px;
  left: 50px;
  width: 85px;
  color: white;
}

.Content .NewsHeadlineText {
  position: relative;
  top: 7px;
  left: 135px;
  font-size: 10pt;
  font-weight: bold;
  color: white;
}

/* News Archive */

.Content #NewsArchive .NewsHeadlineBackground {
  position: relative;
  height: 28px;
  margin-bottom: 5px;
  background-repeat: repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.Content #NewsArchive .NewsHeadlineIcon {
  position: absolute;
  top: -1px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

.Content #NewsArchive .NewsHeadlineDate {
  font-size: 7pt;
  position: absolute;
  top: 9px;
  left: 50px;
  width: 85px;
  color: white;
}

.Content #NewsArchive .NewsHeadlineText {
  position: relative;
  top: 7px;
  left: 135px;
  font-size: 10pt;
  font-weight: bold;
  color: white;
}

/* Input */
input[type="checkbox" i] {
	margin: 0px 3px 0px 0px;
	vertical-align: -1px;
}

.check:hover {
	cursor:pointer;
}

.CreateAccountFormInput, .ChangePasswordFormInput, .SetPasswordFormInput {
    width: 206px;
    float: left;
}

.InputIndicator {
    position: relative;
    top: 5px;
    left: 215px;
    height: 12px;
    width: 12px;
    background-repeat: no-repeat
}

* html .InputIndicator {
    left: 0
}

.PWStrengthContainer {
    position: relative;
    clear: both
}

.PWStrengthIndicator {
    text-align: center;
    border: 1px solid grey;
    color: #fff;
    width: 211px;
    font-size: 10pt
}

.TextInputLine .PWStrengthIndicator {
    width: 242px
}

.PWStrengthLevel0,.PWStrengthLevel1 {
    background-color: #ec644b
}

.PWStrengthLevel2 {
    background-color: #eb8005
}

.PWStrengthLevel3 {
    background-color: #b0b300
}

.PWStrengthLevel4 {
    background-color: #20a000
}

.PWStrengthToolTip {
    display: none;
    position: absolute;
    width: 410px;
    top: -25px;
    padding: 0 8px 8px;
    border: 1px double #3d3e3e;
    color: #a5a5a5;
    font-size: 8pt;
    background-color: #0c181c;
    z-index: 1000;
    left: 250px
}

.TextInputLine .PWStrengthToolTip {
    left: 270px;
    min-width: 250px
}

.BoxInputText .PWStrengthToolTip {
    background-image: none;
    left: -272px;
    width: 250px;
    margin-top: -33px;
    padding: 5px;
    font-size: 8pt;
    color: #fff;
    background-color: #0c161a;
    border: 2px outset #fff;
    filter: alpha(opacity=90);
    opacity: .9;
    -moz-opacity: .9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    z-index: 1
}

.SmallPasswordForm .PWStrengthToolTip {
    top: -65px
}

.PWStrengthToolTipHeadline {
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 5px
}

.BoxInputText .PWStrengthToolTipHeadline {
    margin-top: 0
}

.PWStrengthToolTip .HelperDivArrow {
    background-image: url(./images/content/helper-div-arrow2.png);
    position: absolute;
    top: 7px;
    left: -8px;
    width: 8px;
    height: 13px
}

.SmallPasswordForm .PWStrengthToolTip .HelperDivArrow {
    top: 45px
}

.BoxInputText .PWStrengthToolTip .HelperDivArrow {
    display: none
}

.PWStrengthToolTip .InputIndicator {
    position: absolute;
    height: 12px;
    width: 12px;
    left: 0;
    top: 2px;
    float: left;
    margin-right: 5px;
    background-repeat: no-repeat
}

.PWStrengthToolTip .PWRule {
    position: relative;
    padding-left: 15px;
    margin-bottom: 4px
}

.PWStrengthToolTip .InputIndicatorOK {
    background-image: url(./images/general/ok.gif)
}

.PWStrengthToolTip .InputIndicatorNotOK {
    background-image: url(./images/general/nok.gif)
}

.PasswordInputLabel {
    margin-top: 0
}

/** ---------------------------------
 *  ### not finished versions for the
 *  ### payment process PROGRESS BAR
 *  ---------------------------------
 */

#ProgressBar #Headline {
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 5px;
}
#ProgressBar #MainContainer {
  position: relative;
  top: 10px;
  height: 50px;
  margin-bottom: 25px;
}
#ProgressBar #BackgroundContainer {
  position: relative;
  width: 100%;
}

#ProgressBar #BackgroundContainerLeftEnd {
  position: absolute;
  float: left;
}
#ProgressBar #BackgroundContainerCenter {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 17px;
  width: 100%;
}
#ProgressBar #BackgroundContainerCenterImage {
  position: relative;
  margin-left: 25px;
  margin-right: 25px;
  height: 17px;
}
#ProgressBar #BackgroundContainerRightEnd {
  position: absolute;
  right: 0px;
  top: 0px;
  float: right;
}
#ProgressBar #TubeLeftEnd {
  position: absolute;
  left: 25px;
  top: 4px;
}
#ProgressBar #TubeRightEnd {
  position: absolute;
  right: 25px;
  top: 4px;
  z-index: 0;
}
#ProgressBar .Steps {
  position: relative;
  height: 39px;
  font-size: 9px;
  float: left;
  top: -11px;
  margin-left: -1px;
}
#ProgressBar #StepsContainer1 {
  text-align: right;
  margin-left: 92px;
  margin-right: 40px;
  height: 10px;
}
#ProgressBar #StepsContainer2 {
  width: 100%;
  height: 10px;
}
#ProgressBar .TubeContainer {
  position: relative;
  padding-right: 47px;
}
#ProgressBar .Tube {
  position: relative;
  top: 16px;
  left: 0px;
  width: 100%;
  height: 7px;
  background: #FFFFFF none repeat scroll 0%;
}
* html #ProgressBar .Tube {
  top: 13px;
}
#ProgressBar .SingleStepContainer {
  position: absolute;
  top: 0px;
  width: 47px;
  height: 30px;
  right: 0px;
  text-align: center;
}
#ProgressBar #FirstStep .SingleStepContainer {
  left: 45px;
  width: 47px;
  position: absolute;
}
#ProgressBar .StepIcon {
  position: absolute;
  right: 0px;
}
* html #ProgressBar .StepIcon {
  right: -1px;
}
#ProgressBar #FirstStep .StepIcon {
  top: 0px;
  left: 0px;
}
#ProgressBar .StepText {
  top: 40px;
  position: absolute;
  width: 200px;
  right: -77px;
}

.CipPostWithBorderImage,.ClassifiedProposal {
    border: 3px solid #f0ca02;
    border-image-slice: 3 3 3 3;
    border-image-width: 3px 3px 3px 3px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: repeat repeat
}

.countdown-container {
	display: block;
 	margin: 0 auto;
  	margin-top: 3px;
  	margin-bottom: 5px;
  	text-align:center;
	padding: 0px;
	text-shadow: 0px 0px 15px #fff;
}

.countdown-container h3 {
	font-size: 13px;
	margin: 0px 0px 15px 0px;
}

.countdown-container .blocks {
	display: inline-block;
	font-size: 18px;
	margin: 0px 8px;
}

.countdown-container .blocks .number {
	display: inline-block;
	font-size: 23px;
}

.countdown-container .blocks .text {
	display: block;
	font-size: 14px;
}

.started {
	display: none;
	text-align: center;
	font-size: 13px;
	margin: 5px 0px 5px 0px;
}

.storeImgContainer {
	min-height: 48px;
	width: 48px;
	position: relative;
}

.storeImgContainer img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Table9 td {
	padding: 4px 5px;
}

.Table10 {
	background-color: #212222;
	border: 1px solid #333;
	box-shadow: 2px 2px 2px #000000;
	border-collapse: collapse;
}

.Table10 td {
	padding: 3px 5px;
}

/* used for no inner borders*/
.Table11 {
	background-color: #212222;
	border: 1px solid #333;
	box-shadow: 2px 2px 2px #000000;
	border-collapse: collapse;
}

.Table11 td {
	padding: 3px 5px;
}

.Table11 td.attrInfo {
	font-size: 11px;
}

.Table11 tr:first-child th, .Table11 tr:first-child td {
  padding-top: 6px; /* Espaçamento extra no topo da primeira linha */
}

.Table11 tr:last-child td {
  padding-bottom: 6px; /* Espaçamento extra no fundo da última linha */
}

.Table11 th:first-child, .Table11 td:first-child {
  padding-left: 5px; /* Espaçamento extra à esquerda da primeira coluna */
}

.Table11 th:last-child, .Table11 td:last-child {
  padding-right: 5px; /* Espaçamento extra à direita da última coluna */
}

.Table12 {
	background-color: #1e1e1e;
	border: 1px solid #333;
	box-shadow: 2px 2px 2px #000000;
	border-collapse: collapse;
}

.Table12 td {
	padding: 4px 6px;
}

.Table12 td a {
	color: #b2cfdb !important;
}

.Table12 td a:hover {
	color: #b2cfdb !important;
}

/* used for no inner borders*/
.Table13 {
	background-color: #212222;
	border: 1px solid #333;
	box-shadow: 2px 2px 2px #000000;
	border-collapse: collapse;
}

.Table13 td {
	padding: 3px 5px;
}

.Table13 tr:first-child th, .Table13 tr:first-child td {
  padding-top: 8px; /* Espaçamento extra no topo da primeira linha */
}

.Table13 tr:last-child td {
  padding-bottom: 6px; /* Espaçamento extra no fundo da última linha */
}

.Table13 th:first-child, .Table13 td:first-child {
  padding-left: 5px; /* Espaçamento extra à esquerda da primeira coluna */
}

.Table13 th:last-child, .Table13 td:last-child {
  padding-right: 5px; /* Espaçamento extra à direita da última coluna */
}

.Table14 {
	background-color: #1e1e1e;
	border-collapse: collapse;
}

.Table14 td {
	padding: 2px;
}

.Table15 {
	border-collapse: collapse;
}

.Table15 td {
	padding: 3px;
}

progress {
	width: 560px;
	height: 12px;
	margin: 0px auto;
	position: center;
	-webkit-appearance: none;
	border: none;
	background-color: red;
}
.progress-bar {
	background-color: #35393a;
	height: 8px;
	padding: 2px;
	width: 99%;         
	border-radius: 9px;           
}

.progress-bar span {
	display: inline-block;
	height: 100%;
	border-radius: 9px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	transition: width .4s ease-in-out;    
}

.blue span {
	background-color: #3EA95D;   
}

.orange span {
	  background-color: #fecf23;
	  background-image: linear-gradient(top, #fecf23, #fd9215);  
}   

.green span {
	  background-color: #a5df41;
	  background-image: linear-gradient(top, #a5df41, #4ca916);  
}

.stripes span {
	background-size: 30px 30px;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
			            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
			            transparent 75%, transparent);            

	animation: animate-stripes 3s linear infinite;             
}

@keyframes animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

.PMCID_Icon_Container {
  position: relative;
  width: 156px;
  height: 156px;
  float: left;
  margin: 3px;
}

.PMCID_Icon_Container label {
  font-size: 8pt;
}

.PMCID_Icon {
  position: relative;
  float: left;
  top: 3px;
  left: 3px;
  width: 160px;
  height: 148px;
  text-align: center;
  background-repeat: no-repeat;
  color: white;
  cursor: pointer;
}

.PMCID_Icon .PMCID_CP_Icon {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

.PMCID_CP_Label input {
  display: none;
}

.PMCID_Icon .PMCID_Icon_Selected {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 147px;
  z-index: 98;
}

.PMCID_Icon .PMCID_Deactivated {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100px;
  z-index: 99;
}

.PMCID_Icon .PMCID_Icon_Over {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100px;
}

.PMCID_QuicknessIndicator {
  position: absolute;
  width: 150px;
  height: 55px;
  bottom: 1px;
  font-size: 8pt;
  z-index: 98;
}

.PMCID_QuicknessIndicatorLabelContainer {
  display: table;
  height: 40px;
  width: 150px;
  margin-top: 6px;
  color: #cccc;
}

.PMCID_QuicknessIndicatorLabel {
  display: table-cell;
  vertical-align: middle;
}

.PMCID_Icon .PMCID_CP_Label {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 24px;
  z-index: 99;
}

.pix-code-input {
    width: 300px;
    padding: 5px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    background-color: #d3d3d3;
}
.copy-btn {
    padding: 5px 8px;
    background-color: #0c67b5;
    border: none;
    color: white;
    border-radius: 3px;
    cursor: pointer;
}
.copy-btn:hover {
    background-color: #147ad1;
}
