.details_general {
	width:100%;
	height:195px;
	box-sizing: inherit;
	box-shadow: 3px 3px 2px #cbcbd9;
	position: relative;
    margin-right: 7px;
    margin-bottom: 5px;
    background-color: #222222;
	border:1px solid black;
    padding: 0;
}

.details_infos {
	width:30%;
	float:left;
	height:155px;
	padding-right:10px;
	border: 2px solid #2102;
    border-radius: 10px;
    padding: 10px;
	background-color: #383838;
	box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 75%);
	margin-right: 10px;
}

#details_skills{
	width:60%;
	float:left;
	height:155px;
	padding-right:10px;
	border: 2px solid #2102;
    border-radius: 10px;
    padding: 10px;
	background-color: #383838;
	box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 75%);
	margin-right: 10px;
}

.details_skills {
	width:33%;
	height:155px;
	float:left;
}

#details_skills_percentages {
	float:right;
	text-align: center;
	width:74%;
}

.LabelInfos {
    font-weight: bold;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
}

.LabelSkills {
	font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
}
	
.details_skills_percentages {
	width:65%;
	height:155px;
	float:left;
}

.TableContainer .Odd {
  background-color: #f1e0c6;
  float:right;
}
.TableContainer .Even {
  background-color: #d5c0a1;
  float:right;
}

.PercentageBarSpacer {
    width: 5px;
}



/* Inicio Bazar */

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}
.fade:not(.show) {
  opacity: 0
}


.collapse:not(.show) {
  display: none
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease
}
@media (prefers-reduced-motion:reduce) {
  .collapsing.collapse-horizontal {
    transition: none
  }
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}



/* TEXT */
.text-center {
    text-align: center!important;
}
/* TEXT */


/* FORM */
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.form-floating {
    position: relative;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form-floating>.form-control {
    padding: 1rem 0.75rem;
}
.form-floating>.form-control, .form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
.form-signin .checkbox {
    font-weight: 400;
}
/* FORM */










.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 5px 5px;
}

/* FORUM */
.ForumHead {
    clear: both;
    height: 50px;
}
.ForumWelcome {
    float: left;
    margin-top: 5px;
    font-size: 10pt;
}
.ForumHead .ForumTimes {
    float: right;
    margin-top: 5px;
}
.ForumHead .ForumTimes .CurrentTime {
    float: right;
}
.ForumBreadCrumbs {
    float: right;
    font-size: 10pt;
    margin: 5px;
    margin-bottom: 10px;
}
.ForumBreadCrumbsSeparator {
    clear: both;
}
.TableHeaderRightButton {
    float: right;
    margin-top: 1px;
	margin-right: 5px;
}
.ForumTitleText {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 10pt;
    font-weight: 700;
    text-align: left;
    color: #fff;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.Content .BoxContent td.ForumPostHeaderCell {
    margin: 0;
    padding: 0;
}
.ForumPostHeader {
    position: relative;
    height: 30px;
    left: 0;
}
.ForumPost {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}
.ForumPostHeaderAuthor {
    float: left;
    width: 175px;
    padding: 5px 0 0 5px;
}
.ForumPostHeaderText {
    float: right;
    width: 615px;
    padding: 5px 0 0;
}
.ForumPostHeaderTextRight {
    float: right;
}
.PostSeparatorV {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff0d9;
    left: 185px;
}
.Content .BoxContent td.CipPost {
    margin: 0;
    padding: 0;
}
.ForumPost {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}
.PostSeparatorV {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff0d9;
    left: 185px;
}
.PostUpper {
    clear: both;
}
.PostCharacterText {
    width: 175px;
    float: left;
    padding: 5px;
}
.PostText {
    position: relative;
    min-height: 150px;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    width: 605px;
    word-wrap: break-word;
    padding: 5px;
}
.PostLower {
    clear: both;
    border-top: 1px solid #fff0d9;
    height: 50px;
    padding: 4px 0;
}
.PostDetailsHelper {
    position: relative;
}
.PostDetails {
    width: 175px;
    float: left;
    padding: 0 5px;
    font-size: 7pt;
}
.PostActions {
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    word-wrap: break-word;
    font-size: 8pt;
    padding: 10px;
    padding-right: 0;
    margin-left: 180px;
    width: 610px;
}
.PostActions .AdditionalBox {
    float: right;
    white-space: nowrap;
    text-align: right;
    margin-right: 4px;
}
.ForumContentFooterLeft {
    float: left;
    width: 175px;
    padding: 5px;
}
.ForumContentFooterRight {
    float: right;
    padding: 5px 5px 0 0;
}

/* BTN-MYAAC */
.btn-myaac{
	color: #fff;
	background-color: #161a22;
	border-color: #3d4452;
}
.btn-myaac:hover{
	color: #fff;
	background-color: #0d0f14;
	border-color: #3d4452;
}
/* BTN-MYAAC */





.modal-footer>*{margin:.25rem}
@media (min-width:576px){
	.modal-dialog{max-width:500px;margin:1.75rem auto}
	.modal-dialog-scrollable{height:calc(100% - 3.5rem)}
	.modal-dialog-centered{min-height:calc(100% - 3.5rem)}
	.modal-sm{max-width:300px}}
@media (min-width:992px){
	.modal-lg,.modal-xl{max-width:800px}}
@media (min-width:1200px){
	.modal-xl{max-width:1140px}}
.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}
.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}
.modal-fullscreen .modal-header{border-radius:0}
.modal-fullscreen .modal-body{overflow-y:auto}
.modal-fullscreen .modal-footer{border-radius:0}
@media (max-width:575.98px){
	.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}
	.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}
	.modal-fullscreen-sm-down .modal-header{border-radius:0}
	.modal-fullscreen-sm-down .modal-body{overflow-y:auto}
	.modal-fullscreen-sm-down .modal-footer{border-radius:0}}
@media (max-width:767.98px){
	.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}
	.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}
	.modal-fullscreen-md-down .modal-header{border-radius:0}
	.modal-fullscreen-md-down .modal-body{overflow-y:auto}
	.modal-fullscreen-md-down .modal-footer{border-radius:0}}
@media (max-width:991.98px){
	.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}
	.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}
	.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}
	.modal-fullscreen-lg-down .modal-footer{border-radius:0}}
@media (max-width:1199.98px){
	.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}
	.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}
	.modal-fullscreen-xl-down .modal-header{border-radius:0}
	.modal-fullscreen-xl-down .modal-body{overflow-y:auto}
	.modal-fullscreen-xl-down .modal-footer{border-radius:0}}
@media (max-width:1399.98px){
	.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}
	.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}
	.modal-fullscreen-xxl-down .modal-header{border-radius:0}
	.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}
	.modal-fullscreen-xxl-down .modal-footer{border-radius:0}
}








.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}



.BigButtonText {
    position: absolute;
    top: 0;
    left: 0;
    width: 108px;
    height: 25px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: none;
    text-align: center;
    color: #ffd18c;
    font-family: Verdana,Arial,Times New Roman,sans-serif;
    font-size: 12px;
    font-weight: 400;
    z-index: 20;
    text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
}
.LevelRange {
    float: left;
    height: 8px;
    width: 8px;
    margin-right: 5px;
    border-bottom: 1px solid #000;
}
.LevelRangeInput {
    text-align: right;
    width: 100px;
}

.AuctionInput {
    width: 115px;
    margin-right: 7px;
    float: left;
}
.AuctionFilterHelper {
    clear: both;
}
.AuctionInputLong {
    width: 237px;
}

#CurrentTradesItemSearch #ItemInput {
    width: 350px;
}

.DisplayOptionsContent #ItemInput {
    width: 352px;
}
.DisplayOptionsContent {
    min-height: 25px;
    min-width: 600px;
}
.DisplayOptionsContent .DisplayOptionsLabel {
    float: left;
    padding-top: 2px;
}
.DisplayOptionsButton .BigButton {
	position: absolute;
	right: 5px;
}

.Content .BoxContent td {
    font-family: Verdana,Arial,Times New Roman,sans-serif;
    font-size: 10pt;
    color: #5a2800;
}
.LabelV120 {
    font-weight: 700;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
    width: 120px;
}
.PageNavigation {
    padding-right: 10px;
    padding-bottom: 7px;
}
	
.TableContentContainer {
    border: 1px solid #pink;
    position: relative;
    margin-right: 7px;
    margin-bottom: 5px;
    height: 100%;
    background-color: #222222;
    padding: 0;
}



.AuctionLinks {
    position: absolute;
    right: 6px;
    top: 4px;
    height: 15px;
}
.AuctionLinks a {
    margin-left: 5px;
}
.AuctionCharacterName {
    font-weight: 700;
	margin-bottom: 4px;
}
.AuctionBody {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dashed white;
}
.AuctionOutfit {
    position: relative;
}

.AuctionBodyBlock {
    margin-top: 5px;
    margin-bottom: 5px;
}
.AuctionDisplay {
    flex-basis: 112px;
    flex-grow: 0;
    flex-shrink: 0;
    order: 0;
    padding: 1px;
    background-color: #383838;
    border: 1px solid #5a2800;
    box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 75%);
    float: left;
    margin-right: 10px;
}
.AuctionNewIcon {
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 100;
}
.AuctionOutfitImage {
    position: absolute;
    left: 37px;
    top: 56px;
    z-index: 100;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}
.AuctionItemsViewBox {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(36px,1fr));
    grid-auto-rows: 38px;
}

.VSCCoinImages {
    position: relative;
    margin-left: 2px;
    margin-right: 2px;
}
.CVIcon.CVIconObject {
    width: 32px;
    height: 32px;
    overflow: hidden;
}
.CVIcon {
    float: left;
    position: relative;
    z-index: 150;
    cursor: help;
    background-color: #212121;
    border: 1px solid #4c4845;
    margin: auto;
    padding: 1px;
    width: 64px;
    height: 64px;
    overflow: hidden;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}
.CVIcon.CVIconObject img {
    width: 32px;
    height: 32px;
}

.ObjectAmount {
    position: absolute;
    bottom: 0;
    right: 2px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: 700;
    z-index: 100;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.MyBid { 
	width:16%;
	height:121px;
    flex-basis: 76px;
    flex-grow: 0;
    flex-shrink: 0;
    order: 0;
    padding: 1px;
    background-color: #383838;
    border: 1px solid #5a2800;
    box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 75%);
    float: left;
    margin-right: 10px;
	    border: 2px solid #2102;
    border-radius: 10px;
    padding: 10px;
	margin-left:10px;
}

.ShortAuctionData {
    position: relative;
    flex-shrink: 0;
    flex-grow: 1;
    padding: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
    background-color: #383838;
    border: 1px solid #5a2800;
    box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 50%);
}
.ShortAuctionData .AuctionTimer {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 20px;
    text-align: right;
    background-color: #383838;
    color: red;
}
.ShortAuctionData .ShortAuctionDataLabel {
    width: 69px;
    font-weight: 700;
    float: left;
	color:black;
}
.ShortAuctionDataValue {
    text-align: right;
	color:black;
	
}
.ShortAuctionDataBidRow {
    margin-top: 5px;
}
.CurrentBid {
    width: 142px;
    flex-shrink: 0;
    margin-left: 10px;
    padding: 5px;
    text-align: center;
    background-color: #383838;
    border: 1px solid #5a2800;
    box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 50%);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.CurrentBid .Container {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.MyMaxBidLabel {
    font-weight: 700;
}

.SpecialCharacterFeatures {
    flex-basis: 300px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    padding: 10px;
    background-color: #383838;
    border: 1px solid #5a2800;
    box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 50%);
}
.SpecialCharacterFeatures .Entry {
    width: 100%;
    min-width: 300px;
    text-align: left;
}
.SpecialCharacterFeatures .CharacterFeatureCategory {
    margin-right: 5px;
}

.BlockPageNavigationRow {
  height: 20px;
  margin-top: 3px;
  margin-bottom: 5px;
  padding: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
  padding-top: 3px;
  padding-bottom: 0;
  background-color: #d5c0a1;
  border: 1px solid #5a2800;
}
.BlockPage {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(68px,1fr));
  grid-auto-rows: 73px;
  grid-gap: 1px;
}
.CVIcon.CVIconObject {
  width: 32px;
  height: 32px;
  filter: drop-shadow(2px 3px 10px #0a0a0a)
  overflow: hidden;
}
.BlockPage.BlockPageObject {
  grid-template-columns: repeat(auto-fill,minmax(36px,1fr));
  grid-auto-rows: 38px;
}
.LevelColumn {
  width: 30px !important;
  text-align: right;
}
.PercentageColumn {
  position: relative;
  margin-right: 2px;
}
.PercentageBar {
  position: absolute;
  height: 18px;
  background-color: #pink;
  top: 1px;
}
.PercentageBarSpacer {
  width: 5px;
}
.PercentageStringContainer {
  width: 100%;
  text-align: center;
}
.PercentageString {
  position: absolute;
  top: 3px;
  width: 50%;
  margin-left: 20px;
  left: 0;
  text-align: right;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
}
.LabelColumn {
  width: 80px !important;
  white-space: nowrap;
}
.CharacterTradeTibiaCoinBalance {
    position: absolute;
    top: 8px;
    color: #fff;
    right: 5px;
    font-size: 7pt;
}

form {
    display: block;
    margin-top: 0em;
	margin-block-end: 0em;

}

.AuctionInput {
    width: 115px;
    margin-right: 7px;
    float: left;
}
.AuctionFilterHelper {
    clear: both;
}
.AuctionInputLong {
    width: 237px;
}

#CurrentTradesItemSearch #ItemInput {
    width: 350px;
}

.DisplayOptionsContent #ItemInput {
    width: 352px;
}
.DisplayOptionsContent {
    min-height: 25px;
    min-width: 600px;
}
.DisplayOptionsContent .DisplayOptionsLabel {
    float: left;
    padding-top: 2px;
}
.DisplayOptionsButton .BigButton {
	position: absolute;
	right: 5px;
}

.Content .BoxContent td {
    font-family: Verdana,Arial,Times New Roman,sans-serif;
    font-size: 10pt;
    color: #5a2800;
}
.LabelV100 {
    font-weight: 700;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
    width: 100px;
}
.LabelV120 {
    font-weight: 700;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
    width: 120px;
}
.PageNavigation {
    padding-right: 10px;
    padding-bottom: 7px;
}
	
.TableContentContainer {
    border: 1px solid #pink;
    position: relative;
    margin-right: 7px;
    margin-bottom: 5px;
    height: 100%;
    background-color: #222222;
    padding: 0;
}

.InnerTableContainer {
	background:#222222;
}

.InnerTableContainer .TableContentContainer {
    box-shadow: 3px 3px 2px #cbcbd9;
}


.AuctionLinks {
    position: absolute;
    right: 6px;
    top: 4px;
    height: 15px;
}
.AuctionLinks a {
    margin-left: 5px;
}
.AuctionCharacterName {
    font-weight: 700;
	margin-bottom: 4px;
}

.ObjectAmount {
    position: absolute;
    bottom: 0;
    right: 2px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: 700;
    z-index: 100;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}






.LabelColumn {
    width: 80px!important;
    white-space: nowrap;
}
.LevelColumn {
    width: 30px!important;
    text-align: right;
}
.PercentageColumn {
    position: relative;
    margin-right: 2px;
}
.PercentageColumn {
    width: 100%;
    position: relative;
}
.PercentageBar {
    position: absolute;
    height: 18px;
    background-color: #pink;
    top: 1px;
}
.PercentageBarSpacer {
    width: 5px;
}
.PercentageStringContainer {
    width: 100%;
    text-align: center;
}
.PercentageString {
    position: absolute;
    top: 3px;
    width: 50%;
    margin-left: 20px;
    left: 0;
    text-align: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.BlockPageNavigationRow {
    height: 20px;
    margin-top: 3px;
    margin-bottom: 5px;
    padding: 6px;
    padding-top: 3px;
    padding-bottom: 0;
    background-color: #d5c0a1;
    border: 1px solid #5a2800;
}
.BlockPage.BlockPageObject {
    grid-template-columns: repeat(auto-fill,minmax(36px,1fr));
    grid-auto-rows: 38px;
}
.BlockPage {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(68px,1fr));
    grid-auto-rows: 73px;
    grid-gap: 1px;
}
.PageLink {
    display: inline-block;
    min-width: 15px;
    text-align: center;
}
.BlockPageNavigationRow .CurrentPageLink {
    display: block;
    min-width: 15px;
    padding-left: 2px;
    padding-right: 2px;
    background-color: #d5c0a1;
}
.CharacterDetailsBlock .ShowMoreOrLess {
    padding: 7px;
    padding-bottom: 7px;
    font-size: 8pt;
    text-align: right;
}
.CharacterDetailsBlock .ShowMoreOrLess a {
    cursor: pointer;
}
.CollapsedBlock .TableContent tr:last-child {
    display: table-row;
    text-align: center;
}
.CollapsedBlock .IndicateMoreEntries {
    font-style: italic;
}
.ColorGreen {
    color: green;
}
.CharacterTradeTibiaCoinBalance {
    position: absolute;
    top: 8px;
    color: #fff;
    right: 5px;
    font-size: 7pt;
}

/* Fim Bazar */

.slider_js {
	margin: 0px;
	width: 260px;
	height: 112px;
	overflow:hidden;
}

.slides_js {
	width: 200%;
	height: 112px;
	display:flex;
	
}
.slides_js input {
	display:none;
}


.slides {
	width:25%;
	position:relative;
}


.slide img {
	width: 260px;
}

.manual-navigation {
	postion: absolute;
	width: 260px;
	margin-top: -18px;
	display:flex;
	justify-content: center;
}

.manual-btn {
	border:1px solid #FFF;
	padding:5px;
	border-radius:10px;
	cursor: pointer;
	transition:0.5s;
}

.manual-btn:not(:Last-child) {
	margin-right:5px;
}

.manual-btn:hover {
	background-color: #FFF;
}

#radio1:checked ~ .first {
	margin-left:0;
}

#radio2:checked ~ .first {
	margin-left:-50%;
}

#radio3:checked ~ .first {
	margin-left:-100%;
}

#radio4:checked ~ .first {
	margin-left:-150%;
}





	@import url('https://fonts.googleapis.com/css2?family=Open+Sans&amp;display=swap');

:root {
  color-scheme: only light;
}

@font-face {
    font-family: 'tibia';
    src: url('fonts/Tibia.ttf')  format('truetype');
}

@font-face {
  font-family: 'martelregular';
  src: url('fonts/CENSCBK.TTF')  format('truetype');
}


@font-face {
  font-family: 'Mermaid';
  src: url('fonts/Mermaid1001.ttf')  format('truetype');
}

#WorldOverView {
    position: relative;
    margin: auto;
    width: 100%;
}
#WorldOverViewList tr {
    border-bottom: 1px solid black;
    height: 30px;
}
.WorldList_1 {
    font: normal 12px arial;
    background-color: #e4ceb7;
}
.WorldList_2 {
    font: normal 12px arial;
    background-color: #ccb399;
}

.header {
	width:300px;
	height:120px; 
	position:absolute;
	left:-50px;
	top:-132px;
	background-size:300px 120px;
	z-index:5;
}

.header.default {
	background-image:url(img/logo.png);
}
.header.xmas {
	background-image:url(img/xmas/logo.png);
}

@keyframes float {
  0% {
    transform: translatey(-4px); }
  50% {
    transform: translatey(4px); }
  100% {
    transform: translatey(-4px); } }
.display-none {
  display: none !important; }

.display-inline {
  display: inline !important; }


/* FONDO BACKGROUND */
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: Verdana, Tahoma, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #E5E5E5;
    background-color: #000208;
    background-image: url(img/background.png);
    background-size: 100% auto;
	margin: 80px 0 0 0;
    background-attachment: fixed;
}

body {
	margin: 0;
	padding: 0; }
  
body.eu{
	background-image: url(img/background.png);
	background-position: fixed;
}

body.xmas{
	background-image: url(img/background.png);
	background-position: fixed;
}

a {
  text-decoration: none;
  color: #59717d;
  margin-left: 0px;
  transition: color .1s linear; }

a:hover {
  color: #b6c9cb; }

input, button, textarea {
  outline: none; }
  input:focus, button:focus, textarea:focus {
    outline: none; }

ul {
  margin: 2px 0 0 0;
  padding: 0; }

textarea {
  max-width: 530px !important; }

ul li {
  list-style-type: none;
  margin: 0 0 6px 0;
  padding: 0 0 4px 5px;
  line-height: 1.5em; }

ol {
  margin: 8px 0 5px 5px; }

ol li {
  margin: 0 0 11px 0; }

.form_settings {
  margin: 15px 0 0 0; }

.form_settings p {
  padding: 0 0 4px 0; }

.form_settings span {
  float: left;
  width: 200px;
  text-align: left; }

.form_settings input, .form_settings textarea {
  padding: 5px;
  width: 299px;
  font: 100% arial;
  border: 1px solid #E5E5DB;
  background: #FFF;
  color: #47433F;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px; }

.form_settings .submit {
  font: 100% arial;
  border: 0;
  width: 99px;
  margin: 0 0 0 212px;
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer;
  background: #3B3B3B;
  color: #FFF;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px; }

.form_settings textarea, .form_settings select {
  font: 100% arial;
  width: 299px; }

.form_settings select {
  width: 310px; }

.form_settings .checkbox {
  margin: 4px 0;
  padding: 0;
  width: 14px;
  border: 0;
  background: none; }

.separator {
  width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0; }

table {
  margin: 10px 0 10px;
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate; }

table tr th {
  padding: 10px 15px; }

tr.yellow td {
  background: #505050;
  color: #FFF;
  padding: 7px 4px;
  text-align: left; }

.TableContainer table {
  margin: 0 !important; }

.TableContainer td {
  padding: 2px 3px !important; }

table tr td img {
  max-width: 100%; }

input.hover:hover {
  cursor: pointer; }

/* guild war */
tr.special:hover td {
  background: #212d2b; }

tr.special {
  cursor: pointer; }

ul.war_list li {
  font-size: 18px; }
  
.container_main {
  width: 1250px;
  margin: 0 auto;
}

.container {
  width: 1500px;
  margin: 175px auto 50px auto;
  position: relative;
  z-index: 1;
}

.container_left, .container_right {
	width:200px;
	margin:50px 0 0px 5px;
	position:relative;
	text-align: center;
	float:left;
}

.container_mid {
  min-height: 200px;
  width: 870px;
  float: left;
}

.left_box, .right_box, .center_box {
  width: 100%;
  background: url(img/mid_mid.jpg) repeat-y center top;
  position: relative;
  margin-bottom: 18px;
  border:solid 3px #000;
  border-left:0;
  border-top:0;
  border-radius:10px;
  box-shadow: inset 0 0 0 1.5px rgba(164, 175, 179, 0.5);
}

.center_boxes {
  width: 1%;
  pointer-events: none;
  position: relative;
  margin-bottom: 1px;
  border:solid 3px #000;
  border-left:0;
  border-top:0;
  border-radius:1px;
  box-shadow: inset 0 0 0 1.5px rgba(164, 175, 179, 0.5);
  z-index:-10;
}

.corner_lt, .corner_rt, .corner_rb, .corner_lb {
  z-index: 5; }

.corner_lt {
  position: absolute;
  width: 64px;
  height: 64px;
  background: url(img/corners.png) no-repeat 0 0;
  left: -19px;
  top: -17px; }

.corner_rt {
  position: absolute;
  width: 64px;
  height: 64px;
  background: url(img/corners.png) no-repeat -64px 0;
  right: -19px;
  top: -17px; }

.corner_rb {
  position: absolute;
  width: 64px;
  height: 64px;
  background: url(img/corners.png) no-repeat -64px -64px;
  right: -19px;
  bottom: -18px; }

.corner_lb {
  position: absolute;
  width: 64px;
  height: 64px;
  background: url(img/corners.png) no-repeat 0 -64px;
  left: -19px;
  bottom: -18px; }

.left_box .content, .right_box .content {
  width: 200px;
}

.center_box .content_bg {
  margin: -1px 17px;
  width: 668px;
  position: relative;
  background: url(img/mid_mid.jpg) repeat-y center top;
  background-size: 100% 100%;
  color: #a1b4b6;
  font-size: 14px;
  line-height: 21px; }

.center_box .content_bg .content {
  padding: 20px 25px; }

.left_box .border_bottom, .right_box .border_bottom, .center_box .border_bottom {

  width: 100%;
  display: block;
  height: 20px; }

.left_box .title, .right_box .title, .center_box .title {

  width: 100%;
  height: 45px;
  position: relative; }

.rise-up-content {
  position: relative;
  z-index: 10; }

.left_box ul li a:after {
  content: "";
  width: 100%;
  background: url(img/line.png) no-repeat center top;
  height: 2px;
  display: block;
  position: absolute;
  left: -16px;
  bottom: -6px; }

.title span {
  width: 100%;
  height: 45px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat; }

.title img {
  position: absolute;
  left: 20px;
  top: 6px;
  z-index: 6; }

.left_box ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 8px; }

.left_box ul li {
  padding: 5px 0 5px 0;
  margin: 0; }

.left_box ul li a {
  display: block;
  color: #e7e7e7;
  text-shadow: 1px 1px 0 #000;
  transition: all 0.1s linear;
  margin-left: 10px;
  position: relative; }

.left_box ul li a:hover {
  color: #abd2d5;
  padding-left: 3px; }

.inputtext {
  width: 158px;
  height: 33px;
  background: url(img/quicklogin_input.png);
  padding: 0 10px;
  margin: 10px 0 0 0;
  border: 0 none;
  color: #a1b4b6;
  font-size: 12px;
  text-shadow: 1px 1px 0 #000; }

.loginbtn {
  width: 178px;
  height: 44px;
  margin: 3px 0 1.5px 5px; }

.download_client {
  display: block;
  width: 250px;
  height: 59px;
  background: url(img/download_btn.png) no-repeat 0 -59px;
  margin: 0 0 10px -2px;
  position: relative; }
  .download_client:after {
    content: '';
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: url(img/download_btn.png) no-repeat 0 0;
    transition: all .2s; }
  .download_client:hover:after {
    opacity: 1; }

.right_box {
  text-shadow: 0 1px 0 #000; }

.right_box a {
  color: #839a9d;
  transition: color 0.1s linear; }

.right_box a:hover {
  color: #5f7578; }

table.sinfotable {
  margin: 0 8px;
  font-size: 13px;
  width: 183px; }

table.sinfotable td {
  border-bottom: 1px solid #4c4b46;
  border-top: 1px solid #1c1c1a;
  background: none transparent;
  color: #fff;
  padding: 4px 0 4px 10px; }

ul.toplvl {
  list-style: none;
  margin: 0 8px; }

ul.toplvl li {
  padding: 7.5px 0;
  padding-left: 20px;
  position: relative; }

.lvl {
  display: block;
  background: #cc7e0f;
  float: right;
  height: 15px;
  line-height: 14px;
  color: #fff;
  text-shadow: 0 0 5px #000;
  padding: 0px 5px;
  border-radius: 4px;
  box-shadow: 0 1px 0 #101010;
  border-top: 1px solid #ffc36d; }

.acc_menu {
  width: 183px;
  margin: 0 8px; }

.inputbtn {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 3px 0;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(255, 255, 255, 0.1) inset, 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  border-radius: 3px;
  font-size: 16px;
  color: #ccc;
  text-align: center;
  transition: all 0.1s linear;
  margin: 1px 0; }

.sdownload_client
{
	display: block;
	width: 228px;
	height: 113px;
	background: url(img/sd_download_btn.png) no-repeat;
	margin: 0 0 10px -2px;
	position: relative;

	&:after {
		content: '';
		position: absolute;
		opacity: 0;
		width: 100%;
		height: 100%;
		background: url(img/download_btn.png) no-repeat;
	}

	&:hover {
		&:after {
			opacity: 1;
		}
	}
}
  
.acc_menu a:hover {
  background: rgba(0, 0, 0, 0.4); }

#footer {
	width: 100%;
	height: 100px;
	position:relative;
}

#footer_skull{
	width:168px;
	height:116px;
	margin:0 auto;
	background-image:url(img/skull_art_headerv2c106.png);
	background-size:168px 116px;
	background-size:168px 116px;
    background-position: center top;
    background-repeat: no-repeat;
	pointer-events: none; /*This is the key.*/
	position: center;
}

#footer_container{
	width: 1250px;
	height:100px;
	margin: 0 auto;	
	/*background: linear-gradient(180deg, #0c0c0c 0%, #060606 100%);*/
	/*border-top:solid 1px #111;*/
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

#footer_logo{
	width:33.3%;
	height:60px;
	float:left;
	display:flex;
	justify-content:center;
	align-items:center;
}
#footer_logo div{
	width:150px;
	height:60px;
	background-size:150px 60px;
	opacity:0.7;
}
#footer_logo div:hover{
	opacity:1;
	transition:0.25s;
}
#footer_logo div.default{
	background-image:url(images/logoweb.png);
}
#footer_logo div.xmas{
	background-image:url(images/logoweb.png);
}

#footer_info{
	width:33.3%;
	height:60px;
	float:left;
	display:flex;
	justify-content:center;
	align-items:center;
}

#footer_info_inner{
	width:100%;
	text-align:center;
	color:#ccc;
	font-size:16px;
}

#footer_links{
	width:33.3%;
	height:60px;
	float:left;
	display:flex;
	justify-content:center;
	align-items:center;
}

.footer_link{
	opacity:0.7;
	filter:grayscale(50%);
	margin:0 10px;
}
.footer_link:hover{
	opacity:1;
	filter:grayscale(20%);
	transition:0.25s;
}

/* SLIDER */
.slider {
  width: 207px;
  height: 100px;
  margin-left: -3px;
  margin-top: -3px;
  margin-bottom: -2px; }

#slides {
  display: none;
  width: 207px;
  height: 100px;
  float: left;
  z-index: 90;
  overflow: initial !important;
  position: relative; }

.slidesjs-pagination {
  z-index: 999;
  position: absolute;
  bottom: 5px;
  right: 5px; }

ul.slidesjs-pagination {
  list-style: none;
  padding: 3px;
  border-radius: 5px;
  margin: 0;
  background: rgba(0, 0, 0, 0.5); }

.slidesjs-pagination li {
  float: left;
  margin: 0 3px;
  padding: 0; }

.slidesjs-pagination li a {
  background: rgba(255, 255, 255, 0.3);
  display: block;
  width: 10px;
  height: 10px;
  float: left;
  overflow: hidden;
  text-indent: -999999999px;
  line-height: 99px;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 15px; }

.slidesjs-pagination li a:hover {
  background: rgba(255, 255, 255, 0.5); }

.slidesjs-pagination li a.active {
  background: rgba(255, 255, 255, 0.5); }

.top-bar {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.3);
  color: #a1b4b6;
  font-weight: normal;
  font-size: 17px; }

.top-bar a {
  color: #a1b4b6; }
  
.pagination
{
	text-align: center;
	margin: 10px 0;
}
.pagination a
{
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	width: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 5px 0 0;
	border-radius: 24px;
	transition: opacity 0.1s linear;
	background: #131818;
	color: #fff;
	border: 1px solid #000000;
	box-shadow: 0 2px 3px rgb(100, 123, 133) inset;
}
.pagination a:hover
{
	opacity: 0.7;
}
.pagination a.current
{
	background: #181f1f;
	color: #fff;
	border: 1px solid #000000;
	box-shadow: 0 2px 3px rgb(100, 123, 133) inset;
}

input[type="text"]:not(.inputtext),
input[type="password"]:not(.inputtext),
input[type="number"]:not(.inputtext),
input[type="email"],
select {
  box-shadow: 0 0 1px #2b2929;;
  background-size: 100% 100%;
  height:23px;
  margin: 5px 0;
  border: 0 none;
  color: #2f2f2f;
  font-size: 13px;
  width: 225px;
  box-sizing: border-box;
  outline: none; }

input[type="number"]::-webkit-input-placeholder {
  /* Edge */
  color: #a1b4b6; }
input[type="number"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a1b4b6; }
input[type="number"]::placeholder {
  color: #a1b4b6; }
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
input[type="number"] {
  -moz-appearance: textfield; }

select option {
  color: #1d1d1d; }

input[type="submit"], a.button {
  border: 0;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 4px 10px 3px;
  color: #ffcc99;
  line-height: 1;
  cursor: pointer;
  background: url(img/button.png);
  background-size: 100% 100%;
  transition: all .1s;
  display: inline-block;
  border: none;
  text-align: center;
  box-sizing: border-box;
  outline: none; }
  input[type="submit"]._small, a.button._small {
    padding: 10px 28px 10px; }
  input[type="submit"]:hover, a.button:hover {
    color: #d0dfe0;
    transform: scale(1.03);
    filter: contrast(1.06); }
  input[type="submit"]._alt, a.button._alt {
    background-image: url(img/button2.png); }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: 'Noto Serif', serif;
  line-height: 1.4; }

h2 {
  font-size: 19px;
  line-height: 28px; }

.register {
  overflow: hidden; }
  .register ul li {
    float: left;
    width: 50%;
    box-sizing: border-box; }

.createcharacter table input[type="text"], .createcharacter table select {
  width: 100%; }
.createcharacter input[type="selected_vocation"] {
  margin: 0; }

table.Table3 {
  background-size: 100% 100%;
  position: relative; }
  table.Table3.show {
    display: table; }
  table.Table3.hide {
    display: none; }
  table.Table3.corners:before, table.Table3.corners:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    background: url(img/corners.png) no-repeat 0 0;
    left: -13px;
    top: -9px;
    background-size: 95px;
    z-index: 1; }
  table.Table3.corners:after {
    background: url(img/corners.png) no-repeat -48px 0px;
    background-size: 95px;
    top: -9px;
    right: -14px;
    left: auto; }
  table.Table3 tr.head {
    background: url(img/border_top.png) repeat-x center top;
    position: relative; }
  table.Table3 tr:not(.head) td {
    background-size: 110% 200%; }
  table.Table3 tr td {
    padding: 10px 15px; }
    table.Table3 tr td a {
      color: #a1b4b6; }
    table.Table3 tr td form {
      height: 100%;
      margin: 0; 
}

table.Table2 {
  background-color: #131818;
  background-size: 100% 100%;
  position: relative; }
  table.Table2.show {
    display: table; }
  table.Table2.hide {
    display: none; }
  table.Table2.corners:before, table.Table2.corners:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    background: url(img/corners.png) no-repeat 0 0;
    left: -13px;
    top: -9px;
    background-size: 95px;
    z-index: 1; }
  table.Table2.corners:after {
    background: url(img/corners.png) no-repeat -48px 0px;
    background-size: 95px;
    top: -9px;
    right: -14px;
    left: auto; }
  table.Table2 tr.head {
    background: url(img/border_top.png) repeat-x center top;
    position: relative; }
  table.Table2 tr:not(.head) td {
    background: url(img/table-bg.jpg) repeat-y center;
    background-size: 110% 200%; }
  table.Table2 tr td {
    padding: 10px 7px; }
    table.Table2 tr td a {
      color: #a1b4b6; }
    table.Table2 tr td form {
      height: 100%;
      margin: 0; 
}

#buypointsTable {
  font-size: 15px; }
  #buypointsTable tr td {
    text-align: center; }

.shopTable tr td:last-of-type {
  text-align: center; }

#categoryNavigator a.button._small {
  padding: 9px 21px 9px;
  margin: 15px 3.7px 10px;
  font-size: 11px; }

.radio {
  margin: 16px 0;
  display: block;
  cursor: pointer; }
  .radio input {
    display: none; }
    .radio input + label {
      line-height: 18px;
      height: 18px;
      padding-left: 18px;
      display: block;
      position: relative; }
      .radio input + label:not(:empty) {
        padding-left: 26px; }
      .radio input + label:before, .radio input + label:after {
        content: '';
        width: 18px;
        height: 18px;
        display: block;
        border-radius: 50%;
        left: 0;
        top: 0;
        position: absolute; }
      .radio input + label:before {
        background: #131818;
        transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2); }
      .radio input + label:after {
        background: #131818;
        transform: scale(0.78);
        transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4); }
    .radio input:checked + label:before {
      transform: scale(1.04);
      background: #a1b4b6; }
    .radio input:checked + label:after {
      transform: scale(0);
      transition: transform .3s ease; }
  .radio:hover input + label:before {
    transform: scale(0.92); }
  .radio:hover input + label:after {
    transform: scale(0.74); }
  .radio:hover input:checked + label:after {
    transform: scale(0.3); }

.highscores {
  overflow: hidden;
  padding: 3px 0; }
  .highscores li {
    float: left;
    display: inline-block;
    width: 100%;
    margin: 6px 0; }
    .highscores li .topplayer-count {
      float: left;
      display: inline-block;
      margin-left: 12px; }
    .highscores li .image-name {
      float: left;
      display: inline-block;
      margin-left: 25px; }
    .highscores li .level {
      float: right;
      margin-right: 23px; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

hr.separator {
  border: 0;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
  background: -moz-linear-gradient(left, rgba(56, 70, 67, 0) 0%, #384643 20%, #384643 50%, #384643 80%, rgba(56, 70, 67, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(56, 70, 67, 0) 0%, #384643 20%, #384643 50%, #384643 80%, rgba(56, 70, 67, 0) 100%);
  background: linear-gradient(to right, rgba(56, 70, 67, 0) 0%, #384643 20%, #384643 50%, #384643 80%, rgba(56, 70, 67, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00384643', endColorstr='#00384643',GradientType=1 ); }

/*# sourceMappingURL=style.css.map */

.container-middle {
	width:calc(100% - 500px);
	margin-left:25px;
	margin-top:-70px;
	position:relative;
	float:left;
}

.container .sidebar-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index:3;

}

.container .sidebar-box-container-corners-lb {
  width:20px;
  height:20px;
  position: absolute;
  z-index: 3;

  bottom: -4px;
  left: -4px;
}

.container .sidebar-box-container-corners-rb {
  width:20px;
  height:20px;
  position: absolute;
  z-index: 3;

  bottom: -4px;
  right: -4px;
}

.container .sidebar-box-container-header {
	width:220px;
	height:52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position:center top;
  position: relative;
  margin-left:-10px;
  top:5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
.container .sidebar-box-container-header.default {
	width:94%;
	border:1px solid black;
	background:#1a1717;
	margin-left:6px;
	height:35px;
}
.container .sidebar-box-container-header img:nth-child(1) {
	width:32px;
	height:32px;
	position: absolute;
	left: -10px;
	z-index: 2;
}


.container .sidebar-box-container-header-thin {
	width:220px;
	height:28px;
	margin-left:-10px;
	background-repeat:repeat-x;
	background-position:center top;
	position: relative;
	z-index: 3;
}


.container .sidebar-box-container-bottom-border {
  width: calc(100% - 24px);
  height: 7px;
  margin-top:-1px;
  margin-left:12px;
}

.container-middle-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 25px;
}

.container-middle-section:first-of-type {
	margin-top:0;
}

.container-middle-section::before {
  height: calc(100% - 16px);
  width: 24px;
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 20px;
  background-repeat: repeat-y;
}

.container-middle-section::after {
  height: calc(100% - 16px);
  width: 24px;
  content: "";
  position: absolute;
  display: block;
  top: 20px;
  right: 0;
  background-image: url(img/border_righte9c8.png);
  background-repeat: repeat-y;
  background-position: right top;
}

.container-middle-section-corners {
  position: absolute;
  z-index: 2;
  height: 64px;
  width: 64px;
}

.container-middle-section-corners-lt {
  background: url(img/cornersfc52.png?v=1003) no-repeat 0 0;
  top: -17px;
  left: -19px;
}

.container-middle-section-corners-rt {
  background: url(img/cornersfc52.png?v=1003) no-repeat -64px 0;
  top: -17px;
  right: -19px;
}

.container-middle-section-corners-lb {
  width:20px;
  height:20px;

  bottom: -4px;
  left: -4px;
}

.container-middle-section-corners-rb {
  width:20px;
  height:20px;

  bottom: -4px;
  right: -4px;
}

.container-middle-section-header {
	width:100%;
	height:32px;
	background: url(img/border_top_750e2e9.png?v=1024) repeat-x center top;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	postion:relative;
	z-index:3;
}

.container-middle-section-header-image {
	width:200px;
	height:32px;
	margin:0 auto;
}

.container-middle-section-content {
	width:calc(100% - 12px);
	margin-left:6px;
	background-color: #1a1a1a;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-middle-section-bottom-border {
  width: calc(100% - 24px);
  height: 7px;
  margin-top:-1px;
  margin-left:12px;
}

.skullArt_header{
	width:168px;
	position:absolute;
	z-index:3;
	left:16px;
	image-rendering: -moz-crisp-edges;
	image-rendering:   -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}
.skullArt_header.default{
	background-image: url(img/skull_art_header_2e9c8.png?v=1013);
	height:116px;
	top:-116px;
}
.skullArt_header.xmas{
	background-image: url(img/xmas/skull_art_header_2e9c8.png?v=1013);
	height:140px;
	top:-140px;
}

.skullArt_header_glow {
  width: 120px;
  height: 60px;
  position:absolute;
  z-index:2;
	top:-96px;
	left:40px;
  border-radius:50%;
  opacity:0.25;
  -webkit-animation: glowing 2s ease-in-out infinite alternate;
  -moz-animation: glowing 2s ease-in-out infinite alternate;
  animation: glowing 2s ease-in-out infinite alternate;
}
@-webkit-keyframes glowing {
  from {
    box-shadow: 0 0 1px rgba(0,0,0,0), 0 0 32px #fff, 0 0 48px #f0f, 0 0 64px #0ff, 0 0 80px #e60073, 0 0 96px #e60073, 0 0 112px #e60073;
  }
  to {
    box-shadow: 0 0 2px rgba(0,0,0,0), 0 0 48px #ff4da6, 0 0 64px #ff4da6, 0 0 80px #ff4da6, 0 0 96px #ff4da6, 0 0 112px #ff4da6, 0 0 128px #ff4da6;
  }
}

.skullArt_headerv2{
	width:168px;
	position:absolute;
	left:16px;
	image-rendering: -moz-crisp-edges;
	image-rendering:   -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}
.skullArt_headerv2.default{
	background-image: url(img/skull_art_header_emptyab68.html);
	height:116px;
	top:-116px;
}
.skullArt_headerv2.xmas{
	background-image: url(img/xmas/skull_art_headerv2ab68.png);
	height:180px;
	top:-180px;
}

.skullArt_footer{
	width:174px;
	height:50px;
	position:absolute;
	bottom:-50px;
	left:13px;
	background: url(img/skull_art_footerab68.png);
	image-rendering: -moz-crisp-edges;
	image-rendering:   -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}

.nav_section{
	width:calc(100% - 12px);
	height:32px;
	margin-left:6px;
	margin-top:0;
	background: url(img/border_top_lightab68.png?v=1004) repeat-x center top;
	display: flex;
    flex-direction: column;
    justify-content: center;
	font-size:16px;
	color:#ccc;
}
.nav_section ~ .nav_section {
	margin-top:-1px;
}

.nav_section a{text-decoration:none;}

.martel {
    font-family: martelregular, sans-serif;
    text-shadow: 2px 2px 2px #000;
    font-weight: 400;
    font-size: 15px;
    color: #fff
}
.tibiaFont{
	font-family: 'tibia';
	letter-spacing: 1px;
	line-height:1;
	text-shadow:
    -1px -1px 0 #000,  
    -1px 0px 0 #000,  
     1px -1px 0 #000,
     0px -1px 0 #000,
    -1px  1px 0 #000,
    0px  1px 0 #000,
     1px  1px 0 #000,
     1px  0px 0 #000;
}

.mermaidFont{
	font-family: 'mermaid';
	letter-spacing: 1px;
	line-height:1;
}
.bazar {
	margin-left:6px;
	border:1px solid black;
	width:94%;

}
.parceiros {
	margin-left:6px;
	margin-top:8px;
	border:1px solid black;
	width:94%;

}

.xContainer{
	margin-top:10px;
	width:100%;
	min-height:200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	float:left;
}

.xContainer:first-child{
	margin-left:0;
}

.xContainer_marginThird{
	margin-left:25.5px;
}


.xContainer_lb{
	width:20px;
	height:20px;
	position: absolute;
	z-index: 3;

	bottom: -4px;
	left: -4px;
}

.xContainer_rb{
	width:20px;
	height:20px;
	position: absolute;
	z-index: 3;
	bottom: -4px;
	right: -4px;
}

.xContainer_header{
	height: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-repeat: repeat-x;
	background-position:center top;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 3;
}
.xContainer_header.default{
	width:860px;
	border:1px solid #272727;
	background:#1a1717;
	margin-left:6px;


}
.xContainer_header.xmas{
	background-image:url(img/xmas/border_top_750ebef2.png);
}

.xContainer_header img{
	width: 750px;
    height: 52px;
    margin: 0 auto;
}

.xContainer_header_thin{
	height: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-repeat: repeat-x;
    background-position: center top;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
}

.xContainer_header_thin img{
	width: 750px;
    height: 8px;
}

.xContainer_inner1 {
	height:200px;
	width: calc(100% - 50px);
    padding: 15px 19px 10px 19px;
	margin: 0 6px;
	box-sizing:content-box;
    background: #161616;
	border:1px solid black;
}

.xContainer_inner{
	width: calc(100% - 50px);
    padding: 15px 19px 10px 19px;
	margin: 0 6px;
	box-sizing:content-box;
  background: #161616;
  margin-bottom: 50px;
	border:1px solid black;
	border:1px solid black;
}

.xContainer_bottom{
	width: calc(100% - 24px);
	height: 7px;
	margin-top:-1px;
	margin-left:12px;
}

.xContainer_full{
	width:calc(100% + 38px);
	margin-left:-19px;
	margin-top:-15px;
}

#statsPanel{
	width: calc(100% - 12px);
    margin-left: 6px;
	padding-bottom:8px;
    background: #161616;
}

#accountPanel{
	width: calc(100% - 12px);
    margin-left: 6px;
	padding-bottom:8px;
  margin-bottom: -1px;
	border:1px solid black;
    background: #161616;
}

#screenshots{
	width:188px;
	height:160px;
	margin-left:6px;
	overflow:hidden;
	cursor:pointer;
}

.screenshotList{
	width:960px; /* 320px * number of screenshots */
	height:160px;
	transform:translate(-40px, 0);
	animation:screenshotAnim 24s infinite ease-in-out;
	pointer-events:none;
}

.screenshot{
	width:320px;
	height:160px;
	float:left;
	image-rendering:-moz-crisp-edges;
	image-rendering:-o-crisp-edges;
	image-rendering:-webkit-optimize-contrast;
	image-rendering:crisp-edges;
}

.screenshot1{background:url(img/screenshots/1.png);background-position:center center;}
.screenshot2{background:url(img/screenshots/2.png);background-position:center center;}
.screenshot3{background:url(img/screenshots/3.png);background-position:center center;}
.screenshot4{background:url(img/screenshots/4.html);background-position:center center;}
.screenshot5{background:url(img/screenshots/5.html);background-position:center center;}

@keyframes screenshotAnim {
  0% {transform: translate(-40px, 0);}
  30% {transform: translate(-80px, 0);}
  33% {transform: translate(-360px, 0);}
  63% {transform: translate(-400px, 0);}
  66% {transform: translate(-680px, 0);}
  100% {transform: translate(-720px, 0);}
}

/*
@keyframes screenshotAnim {
  0% {transform: translate(-40px, 0);}
  18% {transform: translate(-80px, 0);}
  20% {transform: translate(-360px, 0);}
  38% {transform: translate(-400px, 0);}
  40% {transform: translate(-680px, 0);}
  58% {transform: translate(-720px, 0);}
  60% {transform: translate(-1000px, 0);}
  78% {transform: translate(-1040px, 0);}
  80% {transform: translate(-1320px, 0);}
  100% {transform: translate(-1360px, 0);}
}
*/

#topPlayers{
	width:calc(100% - 12px);
	margin-left:6px;
	background:#111;
}

.topPlayers_row{
	width:100%;
	height:48px;
}
.topPlayers_row:nth-child(even) {
	background:rgba(255,255,255,0.015);
	background: linear-gradient(90deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 90%);
}

.topPlayers_row_inner{
	width:calc(100% - 16px);
	height:48px;
	margin-left:8px;
}

.topPlayers_position{
	width:24px;
	height:24px;
	margin-top:14px;
	float:left;
}

.topPlayers_position img{
	width:24px;
	height:24px;
}

.topPlayers_outfit{
	width:48px;
	height:48px;
	margin-left:-15px;
	float:left;
}

.topPlayers_outfit img.outfit{
	width:48px;
	height:48px;
	margin-left:0;
	margin-top:-10px;
}
.topPlayers_outfit img.outfitError{
	width:24px;
	height:24px;
	margin-left:24px;
	margin-top:14px;
}

.topPlayers_info{
	width:calc(100% - 69px);
	height:40px;
	margin-top:7px;
	margin-left:12px;
	text-align:left;
	float:left;
}

.topPlayers_name{
	width:100%;
	height:14px;
	font-size:17px;
	color:#aaa;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}

.topPlayers_voclvl{
	width:100%;
	height:16px;
	margin-top:3px;
	font-size:11px;
	color:#777;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}

.topPlayers_name a{text-decoration:none}
.topPlayers_name a:hover{text-decoration:underline}

#discordWidget{
	margin-left:6px;
	width:92%;
	height:200px;
	box-sizing:content-box;
	background-color:#111;
	background-image: url(../img/discordBckg1.html),url(img/discordBckg2.html);
    background-size: 200px 180px,110px 130px;
    background-position: 0 100%,100% 100%;
    background-repeat: no-repeat,no-repeat;
    -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow:    inset  0 -10px 10px -10px #000;
	-webkit-box-shadow: inset  0 -10px 10px -10px #000;
	box-shadow: inset  0 -10px 10px -10px #000;
    overflow-y: scroll;
	overflow-x:hidden;
	text-align:left;
	border:1px solid black;
}

#discordWidget::-webkit-scrollbar {
  width: 14px;
}

#discordWidget::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: rgba(255,255,255,0.2);
}

.discord_header{
	width:calc(100% - 40px);
	margin-left:20px;
	margin-top:12px;
	color:#888;
	font-size:11px;
}

#discord_members{
	width:100%;
	margin-top:10px;
	margin-bottom:12px;
}

.discord_member{
	width:100%;
	height:28px;
}

.discord_member:nth-child(odd) {
	background:rgba(255,255,255,0);
	background: linear-gradient(90deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 90%);
}

.discord_member_inner{
	width:99%;
	height:28px;
}

.discord_member_pic{
	width:24px;
	height:28px;
	position:relative;
	float:left;
}
.discord_member_pic img{
	width:20px;
	height:20px;
	margin:4px 2px;
	border-radius:10px;
	float:left;
}

.discord_member_status{
	width:7px;
	height:7px;
	border:solid 2px #111;
	border-radius:10px;
	position:absolute;
	bottom:2px;
	right:0;
}

.discord_status_online{background-color:#3ba55d;}
.discord_status_idle{background-color:#faa81a;}
.discord_status_dnd{background-color:#ed4245;}

.discord_member_username{
	width:114px;
	height:16px;
	margin-left:5px;
	margin-top:6px;
	overflow:hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
	color:#aaa;
	font-size:12px;
	float:left;
}

#discordConnect{
	width:calc(100% - 12px);
	height:50px;
	margin: -1px 6px;
	background-color:#161616;
	border:solid 1px black;
}

#discordConnectButton{
	height: 16px;
    display: inline-block;
    margin-top: 11px;
    padding: 7px 8px 2px 8px;
    box-sizing: content-box;
    background-color: rgba(255,255,255,0.07);
    border: solid 1px rgba(0,0,0,1);
    border-right-width: 2px;
    border-bottom-width: 2px;
    color: #ccc;
    font-size: 15px;
    cursor: pointer;
}
#discordConnectButton:hover{
	background-color:rgba(255,255,255,0.1);
}

.download_section{
	width:calc(44% - 2px);
	height:180px;
	background:#1a1a1a;
	border:solid 1px #111;
	margin-left:4%;
	float:left;
}

.download_header{
	width:calc(100% - 20px);
	background-color:#131313;
	border-bottom:solid 1px #0a0a0a;
	padding:12px 10px 10px 10px;
	font-size: 20px;
	color: #ccc;
	text-align:center;
}

.download_content{
	width:calc(100% - 40px);
	height:63px;
	margin:10px 20px;
	display:flex;
	align-items:center;
	
}

.download_icon{
	width:50px;
	height:50px;
	background-size:50px 50px;
	float:left;
	margin-top:8px;
}

.download_message{
	width:calc(100% - 70px);
	margin-top:8px;
	font-size:16px;
	margin-left:20px;
	color:#ccc;
	float:left;
}

.download_button{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}

a.downloadbtn{
	width:150px;
	border: 0;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 17px 23px 17px;
	color: #a1b4b6;
	line-height: 1;
	cursor: pointer;
	background: url(img/button.png);
	background-image: url("img/button.png");
	background-size: auto;
	background-size: 100% 100%;
	transition: all .1s;
	text-align: center;
	outline: none;
}

a.downloadbtn:hover{
    color: #d0dfe0;
    transform: scale(1.03);
    filter: contrast(1.06);
}

.xButton{
	float:left;
	padding:10px 8px 8px 10px;
	border:solid 1px rgba(0,0,0,1);
	cursor:pointer;
	opacity:0.85;
	border-radius:5px;
}
.xButton:hover{
	opacity:1;
}

.greenButton{
	background:linear-gradient(135deg, #0e6325 0%, #05471b 100%);
}

.redButton{
	background:#470505;
	background:linear-gradient(135deg, #630e0e 0%, #470505 100%);
}

#countdownBody{
	width:100%;
	height:50px;
	background-color:#000;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}

#countdownText{
	color:#ccc;
	font-size:24px;
}

.oldGreenButton{
	border: 0;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 17px 23px 17px;
	color: #a1b4b6;
	line-height: 1;
	cursor: pointer;
	background: url(img/button.png);
	  background-size: auto;
	background-size: 100% 100%;
	transition: all .1s;
	display: inline-block;
	border: none;
	text-align: center;
	box-sizing: border-box;
	outline: none;
}

#bg_overlay{
	width:100%;
	height:1080px;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	overflow:hidden;
}

.fogwrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top: 0;
}
#foglayer_01, #foglayer_02, #foglayer_03 {
  height: 100%;
  position: absolute;
  width: 200%;
}
#foglayer_01 .image01, #foglayer_01 .image02,
#foglayer_02 .image01, #foglayer_02 .image02,
#foglayer_03 .image01, #foglayer_03 .image02 {
  float: left;
  height: 100%;
  width: 50%;
  opacity:0.65;
}
#foglayer_01 {
  -webkit-animation: foglayer_moveme 45s linear infinite;
  -moz-animation: foglayer_moveme 45s linear infinite;
  animation: foglayer_moveme 45s linear infinite;
}
#foglayer_02, #foglayer_03 {
  -webkit-animation: foglayer_moveme 43s linear infinite;
  -moz-animation: foglayer_moveme 43s linear infinite;
  animation: foglayer_moveme 43s linear infinite;
}

#foglayer_01 .image01, #foglayer_01 .image02 {
  background: url("img/fog1.png") center center/cover no-repeat transparent;
}
#foglayer_02 .image01, #foglayer_02 .image02,
#foglayer_03 .image01, #foglayer_03 .image02{
  background: url("img/fog2.png") center center/cover no-repeat transparent;
}

@-webkit-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@-moz-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@-o-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}

@media only screen
  and (min-width: 280px)
  and (max-width: 767px) {
    #foglayer_01 .image01, #foglayer_01 .image02,
    #foglayer_02 .image01, #foglayer_02 .image02,
    #foglayer_03 .image01, #foglayer_03 .image02 {
      width: 100%;
    }
  }
  
/* TWITCH WIDGET */ 
  
#streamWidget{
	width:calc(100% - 12px);
	margin-left:6px;
	background:#111;
}

.streamWidgetContainer{
	width:188px;
	margin:5px 0;
	cursor:pointer;
}

.streamWidgetEmpty{
	width:188px;
	margin:10px 0;
	padding:10px 0 8px 0;
	font-size:18px;
	color:#ccc;
	text-align:center;
}

.streamWidgetThumb{
	width:160px;
	height:92px;
	margin-left:8px;
	position:relative;
	background-size: 160px 92px;
	background-repeat:no-repeat;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.streamWidgetInfo{
	width:156px;
	padding:3px 8px 2px 8px;
	box-sizing:content-box;
	margin-left:7px;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(144deg, #ffcc9908 0%, #ffcc9936 100%);
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	border-top:solid 1px #000;
	border-bottom:solid 1px #a57833
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.streamWidgetContainer:hover .streamWidgetInfo{
	border-bottom:solid 3px rgba(142,36,170,0.75);
	transition:0.25s;
}

.streamWidgetName{
	width:calc(100% - 63px);
	color:#ccc;
	float:left;
	font-size:16px;
	text-align:left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.streamWidgetLive{
	width:12px;
	height:12px;
	border:solid 1px #000;	
	float:right;
	margin-right:8px;
	background-color:rgba(0,0,0,0.3);
	border-radius:50%;
}

.streamWidgetLive_dot{
	width:5px;
	height:5px;
	margin-top:4px;
	background-color:#00913f;
	border-radius:50%;
	opacity: 1;
    animation: fade 2s linear infinite;
}

@keyframes fade {
  0%,100% { opacity: 0.4 }
  50% { opacity: 1 }
}

.streamWidgetViewers{
	float:right;
	color:#ccc;
	font-size:18px;
	text-align:right;
}

#streamWidgetAll{
	width:190px;
  margin-left: -2px;
  margin-top: 0px;
  border-right: solid 1px #000000;
  border-left: solid 1px #000000;
	height:50px;
	background-color:#161616;
	border-top:solid 1px #060606;
}

#streamWidgetAllButton{
	height: 16px;
    display: inline-block;
    margin-top: 11px;
    padding: 7px 8px 2px 8px;
    box-sizing: content-box;
    background-color: rgba(255,255,255,0.07);
    border: solid 1px rgba(0,0,0,1);
    border-right-width: 2px;
    border-bottom-width: 2px;
    color: #ccc;
    font-size: 15px;
    cursor: pointer;
}

#streamWidgetAllButton:hover{
	background-color:rgba(255,255,255,0.1);
}

/* TWITCH PAGE */

#streamContent{
	width:680px;
	margin:10px;
}

#streamLoad{
	width:100%;
	height:200px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

#streamLoadText{
	width:680px;
	margin-top:20px;
	text-align:center;
	color:#ccc;
	font-size:20px;
}

#streamSummary{
	width:634px;
	padding:10px 12px 6px 12px;
	margin-left:10px;
	box-sizing:content-box;
	margin-bottom:20px;
	color:#ccc;
	font-size:20px;
	border:solid 1px #000;
	border-bottom:solid 2px #000;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
}

.streamEmpty{
	width:100%;
	margin:40px 0;
	text-align:center;
	font-size:24px;
	color:#ccc;
}

.streamContainer{
	width:320px;
	height:240px;
	margin:0 10px;
	cursor:pointer;
	float:left;
}

.streamThumb{
	width:320px;
	height:180px;
	position:relative;
	background-size: 320px 180px;
	background-repeat:no-repeat;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.streamInfo{
	width:296px;
	padding:10px 12px 6px 12px;
	box-sizing:content-box;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.08) 100%);
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	border-top:solid 2px #000;
	border-bottom:solid 5px rgba(142,36,170,0.35);
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.streamContainer:hover .streamInfo{
	border-bottom:solid 6px rgba(142,36,170,0.75);
	transition:0.25s;
}

.streamName{
	width:calc(100% - 63px);
	color:#ccc;
	float:left;
	font-size:20px;
	text-align:left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.streamLive{
	width:12px;
	height:12px;
	margin-top:1px;
	border:solid 1px #000;	
	float:right;
	margin-right:8px;
	background-color:rgba(0,0,0,0.3);
	border-radius:50%;
}

.streamLive_dot{
	width:8px;
	height:8px;
	margin:2px;
	background-color:#ff0000;
	border-radius:50%;
	opacity: 1;
    animation: fade 2s linear infinite;
}

@keyframes fade {
  0%,100% { opacity: 0.4 }
  50% { opacity: 1 }
}

.streamViewers{
	float:right;
	color:#ffcc99;
	font-size:12px;
  margin-top:3px;
	text-align:right;
}

#streamAll{
	width:100%;
	height:50px;
	background-color:#161616;
	border-top:solid 2px #060606;
}

#streamAllButton{
	height: 16px;
    display: inline-block;
    margin-top: 11px;
    padding: 5px 8px 4px 8px;
    box-sizing: content-box;
	background-color:rgba(255,255,255,0.07);
    border: solid 1px rgba(0,0,0,1);
	border-right-width:2px;
	border-bottom-width:2px;
    color: #bbb;
    font-size: 11px;
    cursor: pointer;
}
#streamAllButton:hover{
	background-color:rgba(255,255,255,0.1);
}

#streamAdd{
	width:737px;
	margin-left:10px;
	padding:30px;
	border:solid 1px #292929;
	border-bottom:solid 1px #292929;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
	height: 145px;
}

#streamAddImage{
	width:140px;
	height:140px;
	float:left;
  margin-left:25px;
	background-image:url(img/twitch_white_icon.png);
	background-size:140px 140px;
	opacity:0.2;
}

#streamAddInfo{
	width:560px;
	height:96px;
	float:right;
	display:flex;
	flex-direction:column;
	align-items:center;
}

#streamAddInfoTitle{
	width:480px;
	text-align:left;
	color:#ffcc99;
	font-size:21px;
}

#streamAddInfoText{
	width:480px;
	text-align:left;
	color:#bbb;
	font-size:12px;
}

#top_bar{
	width:100%;
	height:24px;
	position:relative;
}

.top_bar_icon{
	width:48px;
	height:48px;
	margin-left:12px;
	position:relative;
	float:right;
	opacity:0.5;
	filter:drop-shadow(2px 2px 5px #000);
}
.top_bar_icon:hover{
	opacity:1;
	transition:0.2s;
	margin-top:-7px;
}
.top_bar_icon:first-child{
	margin-right:10px;
}

.top_bar_icon:hover .top_bar_tooltip{
	display:block;
}
.top_bar_tooltip{
	padding:8px 5px 6px 8px;
	position:absolute;
	transform:translateX(-50%);
	top:-40px;
	left:24px;
	background-color:#161616;
	border:solid 1px #000;
	border-radius:3px;
	color:#ccc;
	font-size:16px;
	pointer-events:none;
	display:none;
	opacity:0.85;
}

.top_bar_wiki{
	opacity:0.8;
}
.top_bar_wiki:hover{
	opacity:1;
	transition:0.2s;
}

.news_item{
	width:100%;
	margin-top:30px;
}
.news_item:first-child{
	margin-top:0;
}

.news_headline{
	width:calc(100% - 42px);
	height:26px;
	padding:0 20px;
	border:solid 1px #000;
	box-sizing:content-box;
	background:url(img/header-blue2.png);
	background-repeat:repeat-x;
}
/** -------------------------------
background:url(img/header_black.jpg);
 */

.news_headline_inner{
	height:18px;
	margin-top:4px;
}

.news_title{
	float:left;
}

.news_author{
	height:14px;
	float:right;
	margin-top:2px;
	font-size:11px;
}

.news_body{
	width:calc(100% - 42px);
	padding:30px 20px;
	box-sizing:content-box;
	background:rgba(0,0,0,0.1);
	border:solid 1px rgba(0,0,0,0.3);
	border-bottom:solid 1px rgba(0,0,0,0.3);
}

#casts{
	width:calc(100% - 12px);
	margin-left:6px;
	background:#111;
}

.cast_row{
	width:calc(100% - 20px);
	height:48px;
	padding:0 10px;
	box-sizing:content-box;
}
.cast_row:nth-child(even) {
	background:rgba(255,255,255,0.015);
	background: linear-gradient(90deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 90%);
}

.cast_outfit{
	width:48px;
	height:48px;
	margin-left:-25px;
	float:left;
	position:relative;
	z-index:3;
}

.cast_outfit img.outfit{
	width:48px;
	height:48px;
	margin-left:0;
	margin-top:-10px;
}
.cast_outfit img.outfitError{
	width:24px;
	height:24px;
	margin-left:24px;
	margin-top:14px;
}

.cast_name{
	width:100%;
	float:left;
	margin-top:7px;
	font-size:18px;
	color:#ccc;
	text-align:left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cast_viewers{
	float:right;
	color:#ccc;
	margin-top:18px;
	font-size:18px;
	text-align:right;
}

.cast_live{
	width:12px;
	height:12px;
	margin-top:18px;
	border:solid 1px #000;	
	float:right;
	margin-right:8px;
	background-color:rgba(0,0,0,0.3);
	border-radius:50%;
}

.cast_live_dot{
	width:8px;
	height:8px;
	margin:2px;
	background-color:#ff0000;
	border-radius:50%;
	opacity: 1;
    animation: fade 2s linear infinite;
}

.cast_voclvl{
	width:100%;
	height:16px;
	margin-top:3px;
	font-size:11px;
	color:#777;
	text-align:left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}

#casts_all{
	width:100%;
	padding:15px 0 10px 0;
	background-color:#161616;
	border-top:solid 2px #060606;
}

#casts_all_text{
	width:100%;
	font-size: 18px;
    color: #ccc;
	text-align:center;
}

#worldChanges{
	width:188px;
	margin-left:6px;
	padding-bottom:8px;
	background:#111;
}

.worldChange{
	width:188px;
	height:48px;
	margin-top:8px;
	border-top:solid 1px #000;
	border-bottom:solid 3px #000;
	position:relative;
}

.worldChange_npc{
	width:96px;
	height:64px;
	margin-left:-16px;
	margin-top:-16px;
	bottom:0;
	background-size:128px 128px;
	background-position: -48px -48px;
	image-rendering:pixelated;
	position:absolute;
	pointer-events:none;
	z-index:5;
}

.worldChange_name{
	width:60px;
	height:14px;
	position:absolute;
	left:8px;
	bottom:2px;
	font-size:18px;
	text-align:center;
	color:#ddd;
	z-index:6;
}

.worldChange_location_title{
	position:absolute;
	right:12px;
	top:8px;
	font-size:13px;
	color:#aaa;
	text-align:right;
	z-index:6;
}

.worldChange_location{
	position:absolute;
	right:12px;
	top:21px;
	font-size:18px;
	color:#ddd;
	text-align:right;
	z-index:6;
}

#nav_bar{
	width:100%;
	height:50px;
	background:rgba(0,0,0,0.55);
	backdrop-filter:blur(3px);
	border-bottom:solid 1px #000;
	box-sizing:content-box;
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
}

#nav_bar_inner{
	width:100%;
	height:50px;
	margin:0 auto;

}

#nav_icon{
	width:32px;
	height:32px;
	margin-top:9px;
	margin-left:25px;
	background-image:url(img/kaicon.png);
	background-size:32px 32px;
	float:left;
}

#nav_icon_glow{
	width:32px;
	height:32px;
	border-radius:16px;
	position:absolute;
	animation: iconglow 2.5s linear infinite;
}

@keyframes iconglow{
	0%{
		box-shadow: 0px 0px 5px #ffe599;
	}
	50%{
		box-shadow: 0px 0px 17px #ffd456;
	}
	100%{
		box-shadow: 0px 0px 5px #ffe599;
	}
}

#nav_info{
	width:350px;
	height:50px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:left;
	position:relative;
	float:left;
	margin-left:350px;
}

#nav_info_users{
	height:14px;
	display:flex;
	align-items:center;
}

#nav_users_icon{
	width:14px;
	height:14px;
	background:url(img/user_icon5e1f.png?v=2);
	background-size:14px 14px;
}

#nav_bans_icon{
	width:14px;
	height:14px;
	background:url(img/user_bans5e1f.png?v=2);
	background-size:14px 14px;
}

#nav_users_data{
	float:left;
	height:14px;
	margin-left:8px;
	font-size:18px;
	color:#ccc;
	cursor:pointer;
}

#nav_info_ss{
	height:14px;
	margin-top:5px;
}

#nav_ss_icon{
	width:14px;
	height:14px;
	background:url(img/ss_icon.png);
	background-size:14px 14px;
	float:left;
}

#nav_info_ss_text{
	font-size:16px;
	margin-left:8px;
	color:#bbb;
	float:left;
}

#nav_info_ss_data{
	font-size:16px;
	color:#bbb;
	float:left;
	margin-left:5px;
}

#nav_servers{
	height:32px;
	margin-top:9px;
	float:left;
}

.nav_server{
	width:32px;
	height:32px;
	float:left;
}
.nav_server img{
	width:32px;
	height:32px;
}

.nav_server:nth-child(2){
	margin-left:8px;
}

#nav_register{
	width:353px;
	height:50px;
	margin-right:20px;
	background-image:url(img/nav_register_bckg.png);
	background-size:353px 50px;
	float:right;
}

#nav_register_text{
	width:353px;
	height:16px;
	margin-top:18px;
	color:#ccc;
	text-align:center;
	font-size:20px;
}

#nav_login{
	height:50px;
	float:right;
}

#nav_bar #loginForm input{
	float:right;
	width: 158px;
	height: 32px;
	padding: 3px 10px 0 10px;
	margin:9px 8px 0 0;
	color: #ccc;
	font-size: 18px;
	text-shadow: 1px 1px 0 #000;
	background: #282828;
	border:solid 1px #000;
	border-right-width:1px;
	border-bottom-width:1px;
}

.nav_box {
    height: 14px;
	margin-right:8px;
	margin-top:9px;
    padding: 8px 9px 8px 11px;
    box-sizing: content-box;
    background-color: #282828;
    border: solid 1px rgba(0,0,0,1);
    border-right-width: 2px;
    border-bottom-width: 2px;
    color: #bbb;
	text-align: center;
    font-size: 18px;
	float:right;
}

.nav_button {
    height: 14px;
	margin-right:8px;
	margin-top:9px;
    padding: 8px 9px 8px 11px;
    box-sizing: content-box;
    background-color: #282828;
    border: solid 1px rgba(0,0,0,1);
    border-right-width: 1px;
    border-bottom-width: 1px;
    color: #bbb;
    font-size: 18px;
    cursor: pointer;
	float:right;
}
.nav_button:hover{
	background-color:#343434;
}

#nav_premium{
	height:30px;
	padding:0 10px;
	margin-right:8px;
	margin-top:9px;
	display:flex;
	background:#282828;
	border: solid 1px rgba(0,0,0,1);
    border-right-width: 2px;
    border-bottom-width: 2px;
	align-items:center;
	float:right;
	cursor:pointer;
}
#nav_premium:hover{
	background-color:#343434;
}

#nav_premium_icon{
	width:24px;
	height:24px;
	background-image:url(img/morgul-tokenstack.png);
	background-size:24px 24px;
}

#nav_premium_points{
	height:14px;
	margin-left:8px;
	color:#ccc;
	font-size:18px;
}

#nav_premium_add{
	width:12px;
	height:12px;
	margin-left:12px;
	background-image:url(img/add_icon.png);
	background-size:12px 12px;
}

.bandeira {
    float: right;
    margin-right: 8px;
    margin-top: 9px;
}

.menu_panel{
	width:calc(100% - 12px);
	margin-left:6px;
	background:#111;
	position:relative;
  margin-bottom: -7px;
	z-index:1;
	border:1px solid black;
}

.menu_row{
	width:100%;
	height:36px;
	border-bottom:solid 0px #000;
}
.menu_row:nth-child(even) {
	background:rgba(255,255,255,0.02);
	background: linear-gradient(90deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.01) 90%);
}
.menu_row:nth-child(even):hover {
	background:rgba(255,255,255,0.04);
	background: linear-gradient(90deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.01) 90%);
	transition:0.2s;
}
.menu_row:nth-child(odd):hover {
	background:rgba(255,255,255,0.02);
	background: linear-gradient(90deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0) 90%);
	transition:0.2s;
}

.menu_row_inner{
	width:calc(100% - 16px);
	height:18px;
	padding:9px 8px;
	box-sizing:content-box;
}

.menu_icon{
	width:18px;
	height:18px;
	background-size:18px 18px;
	float:left;
}

.menu_title{
	width:100%;
	height:14px;
	margin-left:10px;
	margin-top:2px;
	color:#ccc;
	font-size:16px;
	float:left;
	text-align:left;
}

.menuAll {
    width: 100%;
    height: 50px;
    background-color: #161616;
}

.menuAllButton {
    height: 16px;
    display: inline-block;
    margin-top: 11px;
    padding: 7px 8px 2px 8px;
    box-sizing: content-box;
    background-color: rgba(255,255,255,0.07);
    border: solid 1px rgba(0,0,0,1);
    border-right-width: 2px;
    border-bottom-width: 2px;
    color: #ccc;
    font-size: 15px;
    cursor: pointer;
}

.menu_locked_overlay{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.6);
	backdrop-filter:blur(3px);
	display:flex;
	justify-content:center;
	align-items:center;
}

.menu_locked_icon {
    width: 32px;
    height: 32px;
    background-image: url(img/lock_icon.png);
    background-size: 32px 32px;
    opacity: 0.3;
}

.menu_locked_text {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    opacity: 0.4;
}

#sidebar_account{
	display:none;
}

#sidebar_stats{
	display:none;
}

.feed{
	width:100%;
	padding-bottom:10px;
	position:relative;
	overflow:hidden;
}

.feed_tabs{
	width:100%;
	height:40px;
	background-color:#141414;
	border-bottom:solid 1px #000;
	margin-bottom:10px;
}

.feed_tab{
	height:16px;
	padding:10px 10px 6px 10px;
	margin:7px 0 0 5px;
	background-color:#161616;
	background: linear-gradient(180deg, #202020 0%, #161616 100%);
	border:solid 1px #000;
	border-bottom:0;
	opacity:0.5;
	float:left;
}
.feed_tab:first-child{
	margin-left:10px;
}

.feed_tab:not(.active):hover{
	opacity:0.75;
	cursor:pointer;
}

.feed_tab.active{
	height:17px;
	opacity:1;
}

.feed_tab_icon{
	width:16px;
	height:16px;
	float:left;
}
.feed_tab_icon img{
	width:16px;
	height:16px;
	display:block;
}

.feed_tab_text{
	margin-top:1px;
	margin-left:8px;
	float:left;
	color:#ccc;
	font-size:18px;
}

.feed_row{
	width:calc(100% - 38px);
	padding:4px 19px;
}

.feed_time{
	height:12px;
	width:100px;
	padding-top:3px;
	font-size:16px;
	color:#aaa;
	float:left;
}

.feed_message{
	width:calc(100% - 100px);
	font-size:18px;
	padding-top:3px;
	color:#ccc;
	float:left;
}

.feed_row:nth-child(even) {
	background:rgba(255,255,255,0.02);
	background: linear-gradient(90deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.01) 90%);
}

.feed_showMore{
    width: 100%;
    height: 140px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(16,16,16,1) 0%, rgba(16,16,16,1) 20%, rgba(16,16,16,0) 70%);
	pointer-events:none;
}

.feed_button{
	box-sizing: content-box;
    padding: 10px 8px 6px 12px;
    border: solid 1px #000;
    border-bottom: solid 2px #000;
    background: rgba(255,255,255,0.05);
    background: linear-gradient(135deg, #181818 0%, #2a2a2a 100%);
    color: #ccc;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
	z-index:5;
	pointer-events:auto;
}

.feed_showMore_button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
}


.feed_hide_button {
	position:absolute;
	left:50%;
	bottom:-25px;
	transform: translateX(-50%);
	display:none;
	
}

.feed_content{
	display:block;
	width:100%;
}

.notice{
	width:calc(100% - 36px);
	height:115px;
	padding:10px 0 6px 0;
  filter:drop-shadow(2px 2px 5px #000);
	margin:7px 0 14px 17px;
	background-color:#161616;
	background: linear-gradient(180deg, #202020 0%, #161616 100%);
	border:solid 1px #000;
	float:left;
}

.notice_icon{
	width:16px;
	height:16px;
	margin-left:10px;
	float:left;
}

.notice_icon img{
	width:16px;
	height:16px;
	margin-top:-1px;
	display:block;
}

.notice_text{
	width:calc(100% - 44px);
	height:16px;
	margin-left:8px;
	font-size:18px;
	color:#ccc;
	float:left;
}

.logoweb {
    background-image:url(images/logoweb.png);
    background-size:326px 207px;
    background-position: center top;
    background-repeat: no-repeat;
	/*pointer-events: none; /*This is the key.*/
	position: center;

}

.streamers-wrapper-header {
		width: 180px;
		height: 31px;
		background: url("{{ template_path }}/images/top_header-streamers.png");
		margin: 0 auto;
		position: relative;
		left: -3px;
}

.streamers-overlay {
		display: flex;
		flex-direction: row;
		position: fixed;
		bottom: 50px;
		z-index:100;
	}

@media only screen and (min-width: 1250px) {
		.streamers-overlay {
			left: 50px;
		}
	}

@media only screen and (min-width: 1800px) {
.streamers-overlay {
			left: 300px;
		}
}



.xContainer_bottom_changelog{
    width: calc(100% - 8px);
    height: 7px;
    margin-bottom: -4px;
}

@media only screen and (max-width: 900px) {
	#login_container{
		display:none;
	}
}

@media only screen and (max-width: 1400px) {
  #nav_info{
	  margin-left:8px !important;

  }
  #sidebar_account{
	  display:block;
  }
  #sidebar_stats{
	  display:block;
  }
  .container{
	  margin-top:50px;
  }
  .container_main{
	  margin-top:180px;
}
	#login_container2{
		display:none;
	}
	


	
	
	
}
.logo {
	width:40%;
	padding-bottom:50px;
	margin-top:-170px;
	position:relative;
}


@media only screen and (max-width: 500px) {
	#nav_info {
	width:100%;
	height:50px;
	}
	
	#nav_bar {
		height:50px;
        
	}
	.bandeira{
		display:none;
	}
	
.logo {
	border:0px solid red;
	}
}

.teste{   
	border: 0;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 4px 10px 3px;
    color: #cabfbf;
    line-height: 1;
    cursor: pointer;
    background: url(img/button.png);
    background-size: 100% 100%;
    transition: all .1s;
    display: inline-block;
    border: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
}

.teste2{   
height:20px;
	border: 0;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 4px 10px 3px;
    color: #cabfbf;
    line-height: 1;
    cursor: pointer;
    background: url(img/button.png);
    background-size: 100% 100%;
    transition: all .1s;
    display: inline-block;
    border: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
}

.MyMaxBidInput {
	border-radius: 7px;
    width: 56px;
    float: left;
}