html {
    font-size: 12px;
}

.guildLogo {
    width: 64px;
    max-height: 64px;
}

.guildLogoBig {
    width: 128px;
    max-height: 128px;
}

.guildDescription {
    word-wrap: break-word;
    word-break: break-all;
}

.messageContainer {
    width: 100%;
}

.messageContainer a {
    font-weight: bold;
}

tr.header {
    /*background-color:#3f3533 !important;*/
}

tr.header td {
    font-weight: bold;
    color: white;
}

p#tekst {
    position: relative;
    top: 40px;

}


/* ## SHOP SYSTEM ## */
.shopofferbox {
    box-sizing: content-box;
    background: url(images/shop/serviceid_icon_normal.png);
    width: 140px;
    height: 140px;
    margin: 7px;
    display: block;
    float: left;
    cursor: pointer;
    padding: 5px;
    position: relative;
}

/*
.RibbonHotProduct {
	position: absolute;
	background:url(images/shop/ribbon-tab-hot-product.png);
	top: -1px;
	left: -1px;
	height: 39px;
	width: 39px;
	
}
.RibbonNewProduct {
	position: absolute;
	background:url(images/shop/ribbon-tab-new-product.png);
	top: -1px;
	left: -1px;
	height: 39px;
	width: 39px;
	
}
.RibbonChanceProduct {
	position: absolute;
	background:url(images/shop/ribbon-tab-last-chance.png);
	top: -1px;
	right: -1px;
	height: 39px;
	width: 39px;
	
}
*/
.shopofferbox:before {
    width: 32px;
    height: 32px;

}

.shopofferbox img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}

.shopofferbox:hover {
    background: url(images/shop/serviceid_icon_nienormal.png);
}

.shopofferbox .info_btn btn-sm {
    box-sizing: content-box;
    font-size: 10px;
    border: 1px solid #ffcc66;
    border-radius: 99px;
    width: 15px;
    height: 15px;
    display: block;
    line-height: 15px;
    text-align: center;
    color: #ffcc66;
    position: absolute;
    right: 15px;
    bottom: 9px;
    font-weight: bold;
}

.shopofferbox .info_btn:hover {
    cursor: pointer;
    color: #fff;
    border-color: #fff;
    display: block;
    transition: all 0.1s linear;
}

.shopofferbox:hover > .info_box {
    visibility: visible;
    opacity: 1;
}

.shopofferbox .info_box {
    box-sizing: content-box;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 10px;
    left: 130px;
    background-color: black;
    color: #fff;
    width: 140px;
    border-radius: 5px;
    border: 1px solid orange;
    font-size: 12px;
    padding: 10px;
    z-index: 99;
    transition: visibility 0.05s, opacity 0.1s linear;
}

.shopofferbox .points {
    box-sizing: content-box;
    position: absolute;
    bottom: 10px;
    font-size: 11px;
    padding: 0px 4px 2px 2px;
    left: 15px;
    display: block;
    color: #ffffff;
    background: #EE5F5B;
    border-radius: 0.25em;
    text-align: center;

}

.shopofferbox .item_img {
    box-sizing: content-box;
    position: absolute;
    left: 3px;
    bottom: 3px;
    font-size: 10px;
    padding: 69px 69px;
    display: block;
    color: #ffffff;
}

.shopofferbox .itemname {
    color: #ffffff;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    width: 150px;
    top: 10px;
    z-index: 1;
}

.clear {
    width: 1px;
    height: 1px;
    display: block;
    clear: both;
}

#chooseplayer .chooseOption {
    box-sizing: content-box;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    height: 40px;
    padding: 30px;
    background-color: #E3EAFF;
    margin-top: 10px;
}

#chooseplayer .chooseOption:hover {
    background-color: #78C0FF;
}

.shopWarningColor {
    background-color: #FFFC9E;
}

.shopErrorColor {
    background-color: #BB3030;
}

.shopChoosePlayerWorldInfo {

}

.shopChoosePlayerWorldInfoText {

}

.shopItemDescription tr td:first-child {
    text-align: right;
    font-weight: bold;
}

.shopBarBorder {
    border: 1px solid black;
    margin-top: 10px;
}

.shopBarTitle {
    font-size: 1.5rem;
    font-weight: bold;
}

.shopChooseButtonContainer {
    box-sizing: content-box;
    width: 120px;
    height: 20px;
    border: 1px solid black;
    border-radius: 3px;
    text-align: center;
    background-color: #AAED7E;
    cursor: pointer;
    float: left;
    margin-left: 10px;
}

.shopChooseButtonContainer:hover {
    background-color: #58DB00;
}

.shopChooseButton {
    font-size: 16px;
    font-weight: bold;
}

.shopBackButtonContainer {
    box-sizing: content-box;
    margin-left: 30px;
    margin-top: 10px;
    width: 90px;
    height: 20px;
    border: 1px solid black;
    border-radius: 3px;
    text-align: center;
    background-color: #FFDF75;
    cursor: pointer;
}

.shopBackButtonContainer:hover {
    background-color: #FFD445;
}

.shopBackButton {
    font-size: 16px;
    font-weight: bold;
}

.divOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0.8;
    text-align: center;
    font-size: 24px;
}

.shopPlayer tr td:first-child {
    text-align: right;
    font-weight: bold;
}

.shopConfirmButtonContainer {
    width: 120px;
    height: 20px;
    border: 1px solid black;
    border-radius: 3px;
    text-align: center;
    background-color: #AAED7E;
    cursor: pointer;
    float: right;
    margin-left: 10px;
}

.shopConfirmButtonContainer:hover {
    background-color: #58DB00;
}

.shopConfirmButton {
    font-size: 16px;
    font-weight: bold;
}

#lang_en {
	display: block;
}

#lang_br {
	display: none;
}
