body {
    margin: 0;
    min-height: 100vh;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #341e13;
    line-height: 15px;
    text-align: left;
    background: #000308 url("/layouts/tibiarl/images/header/Fundo_2026.jpg") no-repeat center center fixed;
    background-size: cover;
}
.retroSocialSide {
	position: fixed;
	right: 30;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.retroSocialSide a {
	display: block;
	margin-bottom: 5px;
	transform: translateX(calc(100% - 45px));
	transition: all .25s ease;
	opacity: 0.5;
}

.retroSocialSide a:hover {
	transform: translateX(0);
	opacity: 1;
}

.retroSocialSide img {
	display: block;
	width: 220px;
	height: auto;
	border: 0;
}

.retroSocialSide a:hover {
	transform: translateX(0);
	opacity: 1;
	filter: drop-shadow(0 0 10px rgba(255,255,255,.5));
}

@media screen and (max-width: 768px) {
	.retroSocialSide {
		display: none;
	}
}

@media only screen and (max-width: 1350px) {
    body {
        background-position: 0px 0px !important;
    }
}

.OptionContainer input {
    vertical-align: middle;
    margin: 0px;
    margin-right: 3px;
}

.OptionContainer label {
    vertical-align: middle;
}

.InputIndicator {
    position: relative;
    top: 5px;
    left: 218px;
    height: 12px;
    width: 12px;
    background-repeat: no-repeat;
}

* html .InputIndicator {
    left: 0px;
}

#DeactivationContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 80;
    height: 1300px;
    width: 100%;
    background-color: black;
    filter: alpha(opacity=75);
    opacity: 0.75;
    -moz-opacity: 0.75;
    display: none;
}

#DeactivationContainerThemebox {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 95;
    height: 600px;
    width: 100%;
    display: none;
}

#MainHelper1 {
    position: relative;
    text-align: center;
    top: 0px;
    height: 100%;
    min-width: 1000px;
    overflow: visible;
}

#MainHelper2 {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    top: 0px;
    height: 100%;
    max-width: 1200px;
    overflow: visible;
    padding-top: 155px;
}

#ArtworkHelper1 {
    position: absolute;
    max-width: 1200px;
    text-align: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: visible;
    margin-left: -800px;
}

#ArtworkHelper2 {
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: visible;
    width: 1600px;
    margin-right: auto;
    margin-left: 50%;
}

#HeaderArtworkDiv {
    position: absolute;
    text-align: center;
    background-position: top left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    top: 0px;
    height: 800px;
    width: 100%;
}

* html #HeaderArtworkDiv {
    left: 0px;
}

/* container to implement min/max width */

#Bodycontainer {
    text-align: center;
    min-width: 1000px;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    display: table;
}

#MenuColumn {
    position: absolute;
    width: 180px;
    top: 160px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 0px;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    line-height: 12pt;
    text-align: left;
}

* html #MenuColumn {
    top: 155px;
    margin-left: -190px;
}

#ContentColumn {
    margin: 0px;
    margin-left: 205px;
    margin-right: 205px;
    text-align: left;
}

* html #ContentColumn {
    width: 790px;
}

#ThemeboxesColumn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 180px;
    margin-top: -144px;
    margin-left: 15px;
    margin-right: -190px;
    filter: alpha(opacity=100);
}

* html #ThemeboxesColumn {
    top: 5px;
    height: 1000px;
}

#Footer {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    text-align: center;
    position: relative;
    margin-top: -10px;
    width: 100%;
    padding-bottom: 20px;
    color: white;
}

* html #Footer {
    padding-bottom: 120px;
    margin-bottom: 50px;
}

/* Footer linkes */

#Footer a:link {
    color: white;
    text-decoration: none;
}

#Footer a:visited {
    color: white;
    text-decoration: none;
}

#Footer a:focus {
    color: white;
    text-decoration: none;
}

#Footer a:active {
    color: white;
    text-decoration: underline;
}

#Footer a:hover {
    color: white;
    text-decoration: underline;
}

/* * -------------------------------
 *  Stylesheet declarations for the
 *  HEADER AREA
 *  ------------------------------- */

#LeftArtwork {
    position: absolute;
    height: 140px;
    width: 166px;
    top: -140px;
    left: 4px;
    background-repeat: no-repeat;
    z-index: 5;
}

#LeftArtwork #TibiaLogoArtworkTop {
    position: absolute;
    top: -17px;
    left: -14px;
    height: 158px;
    width: 196px;
    z-index: 5;
    cursor: pointer;
    border: 0px;
}

#LeftArtwork #LogoLink {
    position: absolute;
    bottom: 12px;
    left: 60px;
    height: 20px;
    width: 40px;
    z-index: 99;
    cursor: pointer;
}

#RightArtwork {
    text-align: left;
    position: absolute;
    top: 143px;
    right: 24px;
    width: 132px;
    background-repeat: no-repeat;
    z-index: 90;
}

#RightArtwork #Monster {
    position: absolute;
    height: 80px;
    width: 80px;
    top: -137px;
    left: 7px;
    z-index: 15;
}

#PedestalAndOnline {
    position: absolute;
    left: -10px;
    top: -105px;
    width: 153px;
    height: 107px;
}

#RightArtwork #PlayersOnline {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
    font-size: 7pt;
    line-height: 8pt;
    text-align: center;
    position: absolute;
    width: 92px;
    bottom: 11px;
    left: 21px;
    color: #cfa600;
    border-bottom: 1px solid #010101;
    cursor: pointer;
}

/* * -------------------------------
 *  Stylesheet declarations for the
 *  LOGINBOX
 *  ------------------------------- */

#Loginbox {
    position: relative;
    left: 5px;
    top: 8px;
    width: 100%;
    margin-bottom: 42px;
    background-repeat: no-repeat;
}

#Loginbox #LoginTop {
    position: absolute;
    left: -5px;
    top: -12px;
    height: 12px;
    width: 180px;
    background-repeat: no-repeat;
}

#Loginbox #LoginBottom {
    position: absolute;
    top: 52px;
    left: -5px;
    height: 12px;
    width: 180px;
    background-repeat: no-repeat;
}

#Loginbox .LoginBorder {
    position: absolute;
    top: 0px;
    height: 52px;
    width: 8px;
    background-repeat: repeat-y;
    z-index: 10;
}

#Loginbox #BorderRight {
    right: 9px;
}

#Loginbox .Loginstatus {
    position: relative;
    top: 0px;
    left: 5px;
    height: 13px;
    width: 160px;
}

#Loginbox .LoginstatusText {
    position: absolute;
    top: 1px;
    left: 18px;
    width: 124px;
    height: 11px;
    cursor: pointer;
}

#Loginbox #LoginstatusText_1 {
    visibility: visible;
}

#Loginbox #LoginstatusText_2 {
    visibility: hidden;
}

#LoginBox #LoginButtonContainer {
    position: relative;
    height: 39px;
    width: 160px;
    left: 5px;
    background-repeat: repeat-y;
}

#PlayNowContainer {
    position: absolute;
    width: 150px;
    height: 37px;
    top: 1px;
    left: 5px;
    z-index: 99;
}

#PlayNowContainer form {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.BigBoldText {
    font-weight: bold;
    font-size: 14pt;
}

/* * -------------------------------
 *  Stylesheet declarations for the
 *  MENU
 *  ------------------------------- */

#Menu {
    position: relative;
    left: 5px;
    top: 0px;
    background-repeat: no-repeat;
}

#MenuTop {
    position: absolute;
    left: -5px;
    top: -12px;
    height: 12px;
    width: 180px;
    background-repeat: no-repeat;
}

#MenuBottom {
    position: relative;
    left: -5px;
    bottom: 0px;
    height: 12px;
    width: 180px;
    background-repeat: no-repeat;
}

/* Menuitems */

.MenuButton {
    position: relative;
    height: 32px;
    width: 170px;
    display: block;
    cursor: pointer;
}

.Button {
    position: relative;
    height: 32px;
    width: 170px;
    visibility: hidden;
    display: block;
}

.Extend {
    position: absolute;
    top: 20px;
    right: -2px;
    height: 12px;
    width: 12px;
    background-repeat: no-repeat;
}

.Lights {
    visibility: hidden;
}

.Light_lu {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 2px;
    width: 2px;
    background-repeat: no-repeat;
}

.Light_ru {
    position: absolute;
    top: 1px;
    right: 1px;
    height: 2px;
    width: 2px;
    background-repeat: no-repeat;
}

.Light_ld {
    position: absolute;
    height: 2px;
    width: 2px;
    top: 29px;
    left: 1px;
}

.Icon {
    position: absolute;
    height: 32px;
    width: 32px;
    top: 0px;
    left: 8px;
}

.Label {
    position: absolute;
    height: 22px;
    width: 116px;
    top: 6px;
    left: 42px;
}

/* Submenus(items) */

.menuitem {
    width: 170px !important;
}

.Submenuitem {
    position: relative;
    margin: 0;
    padding: 0;
}

.Submenuitem::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    height: 21px;
    width: 7px;
    background: url(../images/general/chain.gif) repeat-y;
}

.Submenuitem::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 21px;
    width: 7px;
    background: url(../images/general/chain.gif) repeat-y;
}

.Submenu {
    position: relative;
    font-size: 14px;
    background-color: #0D2E2B;
    margin-left: 0px;
    margin-right: 0px;
    width: 170px;
}

.Submenuitem {
    text-align: center;
    background-color: black;
    position: relative;
    margin: 0px;
    padding: 0px;
    border-bottom: 0.1em solid #3c3c3c;
}

.Submenu .Submenuitem:hover {
    background: rgba(0, 0, 0, 1);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(2, 0, 0, 1) 1%, rgba(112, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(1%, rgba(2, 0, 0, 1)), color-stop(50%, rgba(112, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(2, 0, 0, 1) 1%, rgba(112, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(2, 0, 0, 1) 1%, rgba(112, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(2, 0, 0, 1) 1%, rgba(112, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(2, 0, 0, 1) 1%, rgba(112, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.ActiveSubmenuItemIcon {
    position: absolute;
    top: 5px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    visibility: hidden;
}

.SubmenuitemLabel {
    margin: 0px;
    border-top: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
    border-bottom: 1px solid #000000;
    overflow: hidden;
}

.ActiveSubmenuItemIcon {
    position: absolute;
    top: 4px;
    left: 10px;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    visibility: hidden;
}

.Submenu a:link {
    color: #FFF;
    text-decoration: none;
}

.Submenu a:visited {
    color: #FFF;
    text-decoration: none;
}

.Submenu a:focus {
    color: #FFF;
    text-decoration: none;
}

.Submenu a:active {
    color: white;
    text-decoration: none;
}

.Submenu a:hover {
    color: white;
    text-decoration: none;
}

/* Submenu links */

.Submenu a:link {
    color: #d7d7d7;
    text-decoration: none;
}

.Submenu a:visited {
    color: #d7d7d7;
    text-decoration: none;
}

.Submenu a:focus {
    color: #d7d7d7;
    text-decoration: none;
}

/* Config HVR */

.hvr-bounce-out {
    margin: 0px;
    border-top: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(top, #efd100 0, #e2a233 38%, #f0c328 60%, #fff1a3 86%, #ffe13e 100%);
    background-size: 1em 1em;
    color: #f8b700;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-out:hover,
.hvr-bounce-out:focus,
.hvr-bounce-out:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* * -------------------------------
 *  Stylesheet declarations for the
 *  CONTENT AREA
 *  ------------------------------- */

.Content .BoxContent {
    padding: 10px;
}

/* "tanhack" for correction of IE bug */

* html .Content {
    top: -5px;
}

.Content {
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 100;
}

/* "star-HTML-hack" to correct the position of the content area */

* html .Content {
    position: relative;
    top: 796px;
    margin: 20px;
    border: 0px dashed #051122;
    border-right-width: 550px;
}

#ContentHelper {
    position: relative;
}

/* "star-HTML-hack" to to implement min-width in IE */

* html #ContentHelper {
    display: inline-block;
    position: relative;
    top: -800px;
    margin: -20px;
    margin-right: -570px;
}

.Content .Box {
    font-size: 0pt;
    position: relative;
    margin: 5px;
    margin-bottom: 18px;
    color: #5A2800;
    border-left: 2px solid #3a3738;
    border-right: 2px solid #3a3738;
    background-color: #debb9d;
    background-repeat: no-repeat;
    overflow: visible;
}

.Content .BoxContent {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
    font-size: 9pt;
    background-color: #FFF2db;
    color: #5A2800;
    min-height: 367px;
    height: auto !important;
    height: 387px;
}

/* "star-HTML-hack" to correct Box width in IE */

* html .Content .Box {
    width: 100%;
}

/* "star-HTML-hack" to correct BoxContent width in IE */

* html .Content .BoxContent {
    width: 100%;
}

.Content th {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    color: white;
    background-color: #505050;
}

.Content .BoxContent td {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
    font-size: 10pt;
    color: #5A2800;
}

.leandropica {
    font-family: Lobster, Arial, Times New Roman, sans-serif;
    font-size: 15pt;
    color: white;
}

/* Content Links */

.Content a {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
    font-weight: bold;
    color: #004294;
    text-decoration: none;
}

.Content a:hover {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
    font-weight: bold;
    text-decoration: underline;
    color: #0063DC;
}

.Content .HelpLink {
    font-size: 7pt;
    cursor: pointer;
}

.TableHeadlineNavigation {
    margin-top: 4px;
    font-size: 8px;
    float: right;
}

.TableHeadlineNavigation a {
    color: white;
}

.TableHeadlineNavigation a:hover {
    color: white;
}

/* Corners */

.Content .Corner-tl {
    position: absolute;
    top: -4px;
    left: -5px;
    width: 17px;
    height: 17px;
    z-index: 50;
}

.Content .Corner-tr {
    position: absolute;
    top: -4px;
    right: -5px;
    width: 17px;
    height: 17px;
    z-index: 50;
}

.Content .BottomCornersHelper {
    position: absolute;
    width: 100%;
}

.Content .CornerWrapper-b {
    position: absolute;
    width: 100%;
}

.Content .Corner-bl {
    position: absolute;
    bottom: -4px;
    left: -6px;
    width: 17px;
    height: 17px;
    z-index: 50;
}

.Content .Corner-br {
    position: absolute;
    bottom: -4px;
    right: -6px;
    width: 17px;
    height: 17px;
    z-index: 50;
}

/* Borders */

.Content .Border_1 {
    position: relative;
    height: 6px;
    width: 100%;
    background-repeat: repeat-x;
}

.Content .BorderTitleText {
    position: relative;
    height: 24px;
    background-repeat: repeat-x;
}

.Content .Title {
    position: absolute;
    top: 6px;
    left: 5px;
}

.Content .Border_2 {
    margin: 4px;
    padding: 0px;
    background-color: #793d03;
}

.Content .Border_3 {
    margin: 1px;
    border-top: 1px solid #793d03;
    border-bottom: 1px solid #793d03;
}

.Content .ScrollableTextBox {
    height: 125px;
    padding: 3px;
    margin-right: 5px;
    overflow-y: scroll;
    font-family: Courier New;
    border: 1px solid grey;
    font-weight: normal !important;
    background-image: url("/TibiaWebsite_refactoring/html/images/global/content/scroll.gif");
}

.Content .BoxContent .ScrollableTextBox td {
    font-family: Courier New;
}

/* * -------------------------------
 *  Stylesheet declarations for the
 *  THEMEBOXES of the Tibia
 *  website
 *  ------------------------------- */

.Themebox {
    position: relative;
    margin-bottom: 10px;
    top: 140px;
    width: 180px;
    height: 154px;
}

#Themeboxes div {
    font-size: 10pt;
    background-repeat: no-repeat;
}

#Themeboxes .ThemeboxButton {
    position: absolute;
    bottom: 20px;
    left: 22px;
    height: 25px;
    width: 135px;
    cursor: pointer;
}

#Themeboxes .Bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 12px;
    width: 180px;
}

/* "star-HTML-hack" to correct the position of the bottom element */

* html #Themeboxes .Bottom {
    bottom: -3px;
}

#Themeboxes #NewcomerBox .ThemeboxButton {
    bottom: 15px;
}

#Themeboxes #PremiumBox {
    height: 164px;
}

#Themeboxes #JobBox {
    height: 164px;
}

#Themeboxes #ScreenshotBox #ScreenshotContent {
    position: relative;
    height: 111px;
    width: 170px;
    top: 31px;
    left: 0px;
    margin-left: 5px;
    margin-right: 5px;
    border: 0;
    cursor: pointer;
}

#Themeboxes #CurrentPollBox #CurrentPollText {
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    line-height: 11pt;
    color: #5A2800;
    position: absolute;
    height: 70px;
    width: 150px;
    top: 37px;
    left: 15px;
    padding-top: 5px;
    overflow: hidden;
    text-align: center;
}

#Themeboxes #FansiteBox {
    position: relative;
    height: 188px;
    text-align: center;
}

#Themeboxes #FansiteLogoFrame {
    position: relative;
    top: 31px;
    width: 180;
    height: 145px;
}

#Themeboxes #FansiteLogo {
    position: relative;
    height: 100px;
    width: 150px;
    top: 8px;
    border: 0;
    cursor: pointer;
}

#Themeboxes #FansiteBox .ThemeboxButton {
    bottom: 19px;
}

#Themeboxes #NetworksBox {
    position: relative;
    height: 204px;
}

#Themeboxes #NetworksBox #FacebookBlock {
    position: relative;
    top: 32px;
    height: 113px;
}

#Themeboxes #NetworksBox #FacebookLikeBox {
    position: relative;
    left: 27px;
    top: 3px;
    height: 60px;
    width: 115px;
    overflow: hidden;
}

#Themeboxes #NetworksBox #FacebookLikeBox div {
    position: relative;
    left: -1px;
    top: -1px;
}

#Themeboxes #NetworksBox #FacebookSendBox {
    position: absolute;
    left: 92px;
    top: 14px;
    width: 50px;
}

#Themeboxes #NetworksBox #FacebookLikes {
    position: relative;
    left: 14px;
    top: 10px;
    width: 155px;
    left: 13px;
    overflow: hidden;
}

#Themeboxes #NetworksBox #FacebookLikes div {
    position: relative;
    left: -69px;
}

#Themeboxes #NetworksBox #TwitterBlock {
    position: relative;
    top: 42px;
    text-align: center;
}

/* * -------------------------------
 *  OLD Stylesheet declarations for
 *  the CONTENT AREA
 *  ------------------------------- */

.Content .BoxContent td .white {
    color: #EFEFEF;
    visibility: visible;
}

.Content .BoxContent td .whites {
    color: #EFEFEF;
    visibility: visible;
    font-size: 9pt;
}

.Content .BoxContent .white {
    color: #EFEFEF;
    visibility: visible;
}

.Content .BoxContent td .green {
    color: #00BF00;
}

.Content .BoxContent td .yellow {
    color: #FFBB05;
}

.Content .BoxContent td .red {
    color: #EF0000;
}

.Content .BoxContent td .grey {
    color: #808080;
}

.Content .BoxContent td .orange {
    color: #FF9712;
}

/* * -------------------------------
 *  OLD Stylesheet declarations for
 *  the CONTENT AREA (forum)
 *  ------------------------------- */

.Content .BoxContent .ff_info {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
    font-size: 10pt;
    color: #5A2800;
    visibility: visible;
}

.Content .ff_white a {
    color: #FFFFFF;
}

.Content .BoxContent .ff_white {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
    color: #EFEFEF;
    visibility: visible;
    font-size: 7pt;
    font-weight: bold;
}

.Content .BoxContent .ff_red {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
    color: #EF0000;
    visibility: visible;
    font-size: 8pt;
    font-weight: bold;
}

.Content .BoxContent .ff_whitelarge {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
    color: #EFEFEF;
    visibility: visible;
    font-size: 9pt;
    font-weight: bold;
}

.Content .BoxContent .ff_info {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
    font-size: 8pt;
    color: #5A2800;
    visibility: visible;
}

.Content .BoxContent .ff_infotext {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
    font-size: 8pt;
    color: #5A2800;
    visibility: visible;
    line-height: 12pt;
}

.Content .BoxContent .ff_smallinfo {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
    font-size: 7pt;
    color: #5A2800;
    visibility: visible;
}

.Content .BoxContent .ff_large {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
    font-size: 12pt;
    color: #5A2800;
    visibility: visible;
}

.Content .BoxContent .ff_pagetext {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
    font-size: 9pt;
    color: #5A2800;
    visibility: visible;
    line-height: 13pt;
}

.Content .BoxContent .ff_pagetextgrey {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
    font-size: 9pt;
    color: #505050;
    visibility: visible;
    line-height: 13pt;
}

.Content .BoxContent .ff_pagetextred {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
    font-size: 9pt;
    color: #F00;
    visibility: visible;
    line-height: 13pt;
}

.Content .BoxContent .ff_correct {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
    font-size: 11pt;
    color: #FF0000;
    visibility: visible;
    font-weight: bold;
}

/* * ------------------------------
 *  new payment and error handling
 *  ------------------------------ */

.PaymentOrderTypeImage {
    width: 81px;
    height: 80px;
    margin-right: 5px;
}

.PaymentMethodBrandingSmall {
    width: 48px;
    height: 30px;
}

.PaymentMethodBrandingBig {
    width: 103px;
    height: 65px;
}

.PaymentResultImage {
    float: left;
    margin-right: 8px;
    margin-top: 3px;
    width: 62px;
    height: 60px;
}

.FormFieldError {
    font-size: 8pt;
    color: red;
}

.SmallBox {
    position: relative;
    font-size: 1px;
}

.SmallMenuBox #BorderRight {
    right: 9px;
}

.SmallBox .ErrorMessage {
    font-size: 8pt;
    position: relative;
    color: red;
    height: 100%;
    background-color: #d4c0a1;
    padding: 5px;
    padding-left: 43px;
}

.SmallBox .Message {
    font-size: 10pt;
    position: relative;
    height: 100%;
    background-color: #d4c0a1;
    padding: 10px;
}

.SmallBox .ErrorMessage ul {
    padding-left: 15px;
}

.SmallBox .BoxFrameHorizontal {
    position: relative;
    height: 4px;
}

.SmallBox .BoxFrameVerticalRight {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 3px;
    background-repeat: repeat-y;
    height: 100%;
}

.SmallBox .BoxFrameVerticalLeft {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 3px;
    background-repeat: repeat-y;
    height: 100%;
}

.SmallBox .MessageContainer {
    position: relative;
    height: 100%;
}

.SmallBox .BoxFrameEdgeLeftTop {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 5px;
    height: 5px;
}

.SmallBox .BoxFrameEdgeLeftBottom {
    position: absolute;
    left: -1px;
    bottom: -1px;
    width: 5px;
    height: 5px;
}

.SmallBox .BoxFrameEdgeRightTop {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 5px;
    height: 5px;
}

.SmallBox .BoxFrameEdgeRightBottom {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 5px;
    height: 5px;
}

.SmallBox .AttentionSign {
    position: absolute;
    top: 3px;
    left: 8px;
    width: 30px;
    height: 26px;
}

#BrowserIssuesBox #DownloadClientContainer {
    float: right;
    text-align: center;
    margin-right: 5px;
}

#BrowserIssuesBox #DownloadClientContainer img {
    height: 45px;
}

/* * -------------------------------
 *  Stylesheet declarations for the
 *  DownloadBOX
 *  ------------------------------- */

#Downloadbox {
    position: relative;
    left: 6px;
    top: 0px;
    width: 100%;
    margin-bottom: 42px;
    background-repeat: no-repeat;
}

#Downloadbox #DownloadTop {
    position: absolute;
    left: -5px;
    top: -12px;
    height: 12px;
    width: 180px;
    background-repeat: no-repeat;
}

#Downloadbox #DownloadBottom {
    position: absolute;
    top: 37px;
    left: -5px;
    height: 12px;
    width: 180px;
    background-repeat: no-repeat;
}

#Downloadbox .DownloadBorder {
    position: absolute;
    top: 0px;
    height: 37px;
    width: 8px;
    background-repeat: repeat-y;
    z-index: 10;
}

#Downloadbox #BorderRight {
    right: 9px;
}

#Downloadbox #DownloadButtonContainer {
    margin-left: 5px;
    height: 37px;
    width: 170px;
    background-repeat: repeat-y;
}

#Downloadbox #DownloadButton {
    position: relative;
    top: 1px;
    left: 5px;
    height: 35px;
    width: 155px;
}

#Downloadbox #DownloadButton .Button {
    position: relative;
    top: 0px;
    left: 0px;
    width: 135px;
    height: 25px;
    visibility: hidden;
}

#Downloadbox #DownloadButton #ButtonText {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 30px;
    width: 135px;
    z-index: 15;
    cursor: pointer;
}

/* * ----------------
 *  new process bars
 *  ---------------- */

#ProgressBar #Headline {
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 5px;
}

#ProgressBar #MainContainer {
    position: relative;
    top: 10px;
    height: 50px;
    margin-bottom: 25px;
}

#ProgressBar #BackgroundContainer {
    position: relative;
    width: 100%;
}

#ProgressBar #BackgroundContainerLeftEnd {
    position: absolute;
    float: left;
}

#ProgressBar #BackgroundContainerCenter {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 17px;
    width: 100%;
}

#ProgressBar #BackgroundContainerCenterImage {
    position: relative;
    margin-left: 25px;
    margin-right: 25px;
    height: 17px;
}

#ProgressBar #BackgroundContainerRightEnd {
    position: absolute;
    right: 0px;
    top: 0px;
    float: right;
}

#ProgressBar #TubeLeftEnd {
    position: absolute;
    left: 25px;
    top: 4px;
}

#ProgressBar #TubeRightEnd {
    position: absolute;
    right: 25px;
    top: 4px;
    z-index: 0;
}

#ProgressBar .Steps {
    position: relative;
    height: 39px;
    font-size: 9px;
    float: left;
    top: -11px;
    margin-left: -1px;
}

#ProgressBar #StepsContainer1 {
    text-align: right;
    margin-left: 92px;
    margin-right: 40px;
    height: 10px;
}

#ProgressBar #StepsContainer2 {
    width: 100%;
    height: 10px;
}

#ProgressBar .TubeContainer {
    position: relative;
    padding-right: 47px;
}

#ProgressBar .Tube {
    position: relative;
    top: 16px;
    left: 0px;
    width: 100%;
    height: 7px;
    background: #FFFFFF none repeat scroll 0%;
}

* html #ProgressBar .Tube {
    top: 13px;
}

#ProgressBar .SingleStepContainer {
    position: absolute;
    top: 0px;
    width: 47px;
    height: 30px;
    right: 0px;
    text-align: center;
}

#ProgressBar #FirstStep .SingleStepContainer {
    left: 45px;
    width: 47px;
    position: absolute;
}

#ProgressBar .StepIcon {
    position: absolute;
    right: 0px;
}

* html #ProgressBar .StepIcon {
    right: -1px;
}

#ProgressBar #FirstStep .StepIcon {
    top: 0px;
    left: 0px;
}

#ProgressBar .StepText {
    top: 40px;
    position: absolute;
    width: 200px;
    right: -77px;
}

/* * -------------------------------
 *  Stylesheet declarations for the
 *  NEW TABLES
 *  ------------------------------- */

.TableContainer {
    border: 1px solid black;
    position: relative;
    width: 100%;
    font-size: 1px;
}

.TableContainer .Odd {
    background-color: #f1e0c6;
}

.TableContainer .Even {
    background-color: #d5c0a1;
}

/* TABLEHEADER DECORATION */

.TableContainer .CaptionContainer {
    position: relative;
    font-size: 1pt;
    background-color: #5f4d41 !important;
    height: 100%;
    width: 100%;
    text-align: left;
}

.CaptionContainer .CaptionInnerContainer {
    position: relative;
    background-color: #5f4d41;
    width: 100%;
    height: 100%;
    padding-top: 3px;
    padding-bottom: 4px;
}

.CaptionContainer .Text {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    color: white;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.CaptionContainer .CaptionEdgeLeftTop {
    position: absolute;
    width: 5px;
    height: 5px;
    top: -2px;
    left: -2px;
    z-index: 50;
}

.CaptionContainer .CaptionEdgeRightTop {
    position: absolute;
    width: 5px;
    height: 5px;
    top: -2px;
    right: -2px;
    z-index: 50;
}

.CaptionContainer .CaptionEdgeLeftBottom {
    position: absolute;
    width: 5px;
    height: 5px;
    left: -2px;
    bottom: -3px;
    z-index: 50;
}

.CaptionContainer .CaptionEdgeRightBottom {
    position: absolute;
    width: 5px;
    height: 5px;
    right: -2px;
    bottom: -3px;
    z-index: 50;
}

.CaptionContainer .CaptionBorderTop {
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0px;
    top: -1px;
}

.CaptionContainer .CaptionBorderBottom {
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0px;
    bottom: -2px;
}

.CaptionContainer .CaptionVerticalLeft {
    position: absolute;
    height: 100%;
    width: 3px;
    left: -1px;
    top: 0px;
}

.CaptionContainer .CaptionVerticalRight {
    position: absolute;
    height: 100%;
    width: 3px;
    right: -1px;
    top: 0px;
}

* html .TableContainer .CaptionContainer .CaptionEdgeRightTop {
    right: -3px;
}

* html .TableContainer .CaptionContainer .CaptionEdgeLeftBottom {
    bottom: -4px;
}

* html .TableContainer .CaptionContainer .CaptionEdgeRightBottom {
    right: -3px;
    bottom: -4px;
}

* html .TableContainer .CaptionContainer .CaptionBorderBottom {
    bottom: -3;
}

* html .TableContainer .CaptionContainer .CaptionVerticalRight {
    right: -2px;
}

/* TABLE CONTENT */

.TableContentContainer {
    border: 1px solid #5F4D41;
    position: relative;
    margin-right: 4px;
    height: 100%;
    background-color: #d4c0a1;
    padding: 0px;
}

.TableContent {
    width: 100%;
    border-collapse: collapse;
}

.TableContent td {
    padding-left: 5px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
}

/* INNERLYOUT 1 */

.TableContainer .Table1 {
    width: 100%;
    background-color: #d4c0a1;
    border: 2px solid #55636c;
}

.TableContainer .Table1 .InnerTableContainer {
    padding: 5px;
}

/* INNERLYOUT 2 */

.TableContainer .Table2 {
    width: 100%;
    border: 2px solid #55636c;
    background-color: #f1e0c5;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

.TableContainer .Table2 td {
    padding: 0px;
    margin: 0px;
}

.TableContainer .Table2 .InnerTableContainer {
    margin-top: 1px;
}

.TableContainer .Table2 .InnerTableContainer table {
    border-collapse: collapse;
}

.TableContainer .Table2 .InnerTableContainer td {
    padding-top: 2px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    border: 1px solid #faf0d7;
}

/* INNERLYOUT 3 */

.TableContainer .Table3 {
    width: 100%;
    border: 2px solid #55636c;
    background-color: #f1e0c5;
}

.TableContainer .Table3 .InnerTableContainer {
    width: 100%;
    position: relative;
    margin-top: 5px;
    margin-left: 3px;
}

.TableContainer .Table3 .TableContentAndRightShadow td {
    border: 1px solid #faf0d7;
}

/* INNERLYOUT 4 */

.TableContainer .Table4 {
    width: 100%;
    border: 2px solid #55636c;
    background-color: #f1e0c5;
    padding-left: 3px;
}

.TableContainer .Table4 .InnerTableContainer {
    width: 100%;
    position: relative;
    margin-top: 3px;
}

.TableContainer .Table4 .TableContentAndRightShadow .TableContent td {
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.TableContainer .RowInnerTableDataBorders td {
    border: 1px solid #faf0d7;
}

/* INNERLYOUT 5 */

.TableContainer .Table5 {
    width: 100%;
    border: 2px solid #55636c;
    background-color: #f1e0c5;
}

.TableContainer .Table5 .InnerTableContainer {
    width: 100%;
    position: relative;
    margin-top: 5px;
    margin-left: 3px;
}

.TableContainer .Table5 .TableContentAndRightShadow .TableContent td {
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
}

/* SHADOWS */

.TableShadowContainerRightTop {
    position: relative;
    top: 0px;
    right: 3px;
    margin-right: 0px;
    font-size: 1px;
    float: right;
    z-index: 98;
}

.TableShadowRightTop {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 4px;
    height: 5px;
    z-index: 98;
}

.TableContentAndRightShadow {
    position: relative;
    background-repeat: repeat-y;
    background-position: top right;
    margin-right: 3px;
    font-size: 1px;
}

.TableShadowContainer {
    position: relative;
    margin-right: 5px;
}

.TableBottomShadow {
    position: relative;
    font-size: 1px;
    height: 5px;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.TableBottomLeftShadow {
    position: relative;
    height: 5px;
    width: 4px;
    float: left;
    padding: 0px;
    margin: 0px;
}

.TableBottomRightShadow {
    position: relative;
    float: right;
    right: -2px;
    top: 0px;
    height: 5px;
    width: 4px;
}

/* INNER TABLE TABS */

.InnerTableTab {
    position: relative;
    float: left;
    top: 5px;
    margin-left: 1px;
    margin-right: 0px;
    cursor: pointer;
    vertical-align: middle;
    width: 105px;
    height: 45px;
}

.InnerTableTab .RibbonNewProduct {
    position: absolute;
    top: 2px;
    left: -1px;
    height: 39px;
    width: 39px;
    z-index: 199;
}

.ActiveInnerTableTab .RibbonNewProduct {
    top: -2px;
}

.InnerTableTab .RibbonLastChance {
    position: absolute;
    top: 2px;
    left: 65px;
    height: 39px;
    width: 39px;
    z-index: 199;
}

.ActiveInnerTableTab .RibbonLastChance {
    top: -2px;
    left: 64px;
}

.InnerTableTab a {
    border: 0px;
    color: #5A2800;
    font-weight: normal;
}

.InnerTableTab a img {
    border: 0px;
    width: 105px;
    height: 45px;
    position: absolute;
    top: 0px;
}

.InnerTableTabLabel {
    position: relative;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 86px;
    height: 35px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 5px;
}

.InnerTableTab a:hover {
    border: 0px;
    color: #5A2800;
    /* font-weight: normal; */
    text-decoration: none;
}

.ActiveInnerTableTab {
    z-index: 99;
    top: 6px;
}

.ActiveInnerTableTab a {
    font-weight: bold;
}

.ActiveInnerTableTab .InnerTableTabLabel {
    top: 6px;
    padding-top: 1px;
}

.ProductCategoryHelperDiv {
    position: relative;
    float: right;
    top: 35px;
    right: 5px;
}

.TableTabInnerArea {
    padding: 10px !important;
}

/* TOGGLE BUTTON */

.BigToggleButton {
    text-align: center;
    cursor: pointer;
    font-weight: normal;
}

.BigToggleButton:hover {
    font-weight: bold;
}

/* HEADLESS CONTENT TABLE */

.HeadlessTable {
    border: 0px;
    border-style: solid;
    border-color: #656565;
    border-top-width: 1px;
    border-top-color: white;
    border-left-width: 1px;
    border-left-color: white;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-right-color: #656565;
    margin-left: 15px;
}

/* LABELS */

.LabelV {
    font-weight: bold;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
}

.LabelV120 {
    font-weight: bold;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
    width: 120px;
}

.LabelV150 {
    font-weight: bold;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
    width: 150px;
}

.LabelV200 {
    font-weight: bold;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: top;
    width: 200px;
}

.LabelH {
    font-weight: bold;
    padding-right: 10px;
    white-space: nowrap;
    background-color: #d5c0a1;
}

.LabelH td {
    background-color: #d5c0a1;
    padding-left: 5px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
}

/* BUTTONS */

.InnerTableButtonRow {
    width: 100%;
    padding-left: 1px;
    padding-right: 0px;
    padding-bottom: 4px;
    border: 0px;
}

.InnerTableButtonRow td {
    padding-right: 4px;
}

.MediumButtonText {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 37px;
    width: 150px;
    z-index: 20;
}

.MediumButtonBackground {
    position: relative;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 37px;
    z-index: 10;
}

.MediumButtonOver {
    position: relative;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 37px;
    visibility: hidden;
    z-index: 15;
}

.MediumButtonForm {
    margin: 0px;
    padding: 0px;
}

.BigButton {
    position: relative;
    width: 135px;
    height: 25px;
    z-index: 10;
    top: 7px;
}

.BigButtonOver {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 135px;
    height: 25px;
    visibility: hidden;
    z-index: 15;
}

.ButtonText {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 25px;
    width: 135px;
    z-index: 20;
}

.TopButtonContainer {
    position: relative;
    right: 4px;
    top: 4px;
    z-index: 60;
}

.TopButtonContainerInnerTable {
    position: absolute;
    right: 4px;
    top: 2px;
    z-index: 60;
}

* html .TopButtonContainer {
    right: 27px;
}

.TopButtonContainer .TopButton {
    position: absolute;
    right: 0px;
    z-index: 55;
}

#world_list_tr td {
    text-align: left;
}

.OptionContainer {
    text-align: center;
}

label {
    cursor: pointer;
}

.sortarrow {
    width: 10px;
    height: 10px;
}

/* FORUM - general post format */

.ForumPost {
    position: relative;
    height: 100%;
    width: 798px;
    margin: -5px;
}

.PostUpper {
    clear: both;
}

.PostLower {
    clear: both;
    border-top: 1px solid #fff0d9;
    height: 50px;
    padding: 4px 0px;
}

.PostSeparatorV {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff0d9;
    left: 185px;
}

* html .PostCharacterText {
    width: 185px;
}

.PostCharacterText {
    width: 175px;
    float: left;
    padding: 5px;
}

.PostText {
    position: relative;
    min-height: 150px;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    width: 600px;
    word-wrap: break-word;
    padding: 5px;
}

.PostDetails {
    width: 175px;
    float: left;
    padding: 0px 5px;
    font-size: 7pt;
}

.PostActions {
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    word-wrap: break-word;
    font-size: 8pt;
    padding: 10px;
    padding-right: 0px;
    margin-left: 180px;
    width: 600px;
}

.PostActions .AdditionalBox {
    float: right;
    white-space: nowrap;
    text-align: right;
    margin: 4px 4px 0px 0px;
}

/* FORUM - CipSoft post format */

.CipPost .CipBorder {
    font-size: 1px;
    position: absolute;
    width: 798px;
    height: 3px;
    z-index: 99;
}

.CipPost .CipBorderBottom .CipBorder {
    bottom: 0px;
}

.CipPost .CipBorder .CipBorderCornerL {
    position: absolute;
    width: 3px;
    height: 3px;
    top: 0px;
    left: 0px;
    z-index: 99;
}

.CipPost .CipBorder .CipBorderH {
    position: absolute;
    width: 792px;
    height: 3px;
    top: 0px;
    left: 3px;
}

.CipPost .CipBorder .CipBorderCornerR {
    position: absolute;
    width: 3px;
    height: 3px;
    top: 0px;
    right: 0px;
    z-index: 99;
}

.CipPost .CipBorderLeft {
    font-size: 1px;
    width: 3px;
    position: absolute;
    top: 0px;
    height: 100%;
    z-index: 0;
}

.CipPost .CipBorderLeft .CipBorderV {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 3px;
    height: 100%;
}

.CipPost .CipBorderRight .CipBorderV {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 3px;
    height: 100%;
}

.CipPost .CipPostIcon {
    position: relative;
    top: 7px;
    left: 12px;
    width: 60px;
    height: 60px;
}

.PostDetailsHelper {
    position: relative;
}

.HNCContainer {
    position: absolute;
    margin-top: -10px;
}

* html .HNCContainer {
    margin-left: -10px;
}

.ThreadClassificationNumberContainer {
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 7px;
}

* html .ThreadClassificationNumberContainer {
    margin-left: 0px;
}

#BoardView td {
    padding-top: 0px;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 3px;
}

#BoardView .CipPost {
    position: relative;
    height: 100%;
}

.ThreadTitleHeadline {
    position: relative;
    height: 100%;
    width: 798px;
    margin-top: -2px;
}

.ThreadClassificationNumber {
    width: 15px;
    height: 15px;
    margin-top: 1px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 7px;
    border: 0px;
}

.ThreadTitleHeadline .ThreadClassificationNumber {
    margin-left: -1px;
    margin-top: 3px;
}

.BoardThreadLine {
    margin-left: -61px;
    margin-top: -3px;
    margin-bottom: 0px;
    min-height: 47px;
}

* html .BoardThreadLine {
    margin-top: 0px;
}

* html .BoardThreadLine {
    height: 47px;
}

.BoardThreadLine .CipBorderRight .CipBorderV {
    left: 734px;
}

.Text {
    margin-top: 3px;
    margin-left: 4px;
    margin-bottom: 2px;
    padding: 3px;
    padding-top: 3px;
}

* html .Text {
    margin-top: 0px;
    margin-left: 4px;
}

.BoardThreadLine .Text {
    margin-left: 11px;
    padding-left: 50px;
    padding-top: 13px;
    padding-bottom: 10px;
}

* html .BoardThreadLine .Text {
    padding-left: 55px;
}

.PostReplyLink {
    float: right;
    margin-top: 3px;
}

.HintBox {
    width: 100%;
    margin-top: -3px;
}

.HintBox p {
    margin-top: 0px;
}

.HintBox .BoxButtons {
    width: 135px;
    float: right;
}

#PremiumBoxSpecialOfferHorizontal {
    position: absolute;
    top: 70px;
    left: 13px;
    width: 150px;
    height: 14px;
}

.Container1_PaymentMethod {
    height: 88px;
    width: 165px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 2px;
    cursor: pointer;
}

.Container2_PaymentMethod {
    top: 2px;
    left: 2px;
    height: 80px;
    width: 157px;
    background-color: #d5c0a1;
    margin: 2px;
    padding: 2px;
}

.BlockedPaymentMethod {
    color: red;
    cursor: help !important;
}

/* helper div */

.HelperDivIndicator {
    position: relative;
    cursor: help;
}

#HelperDivContainer {
    display: none;
    position: absolute;
    width: 225px;
    z-index: 1000;
    color: #5A2800;
    font-family: Verdana, Arial, Times New Roman, sans-serif;
    font-size: 9pt;
    text-align: left;
    padding: 10px;
    border: 1px double #5A2800;
    margin-left: 8px;
}

#HelperDivContainer .HelperDivArrow {
    position: absolute;
    top: -1px;
    left: -8px;
    width: 8px;
    height: 13px;
}

#HelperDivContainer #HelperDivHeadline {
    font-size: 12pt;
    font-weight: bold;
}

#HelperDivContainer #HelperDivHeadline {
    position: relative;
    white-space: normal;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 15px;
}

#HelperDivContainer .Ornament {
    width: 220px;
}

#HelperDivContainer #HelperDivText {
    text-align: justify;
}

#SuggestCharacterName {
    font-size: 7pt;
    margin-top: -5px;
}

.FB_Identification {
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    background: none repeat scroll 0 0 #526DA4;
    color: #D8DFEA;
    border: gray;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
    height: 25px;
    border: 1px solid blue;
}

.FB_Identification div {
    position: relative;
    float: left;
    margin-right: 4px;
}

#FB_ProfileWindow {
    width: 23px;
    height: 23px;
    border: 1px solid blue;
    overflow: hidden;
}

#FB_ProfileWindow img {
    height: 50px !important;
}

#FB_Name {
    top: 5px;
}

#FB_Button {
    top: 1px;
    float: right;
}

#FB_Button div {
    display: inline;
}

.FacebookButtonText {
    position: absolute;
    color: white;
    left: 20px;
    width: 112px;
    top: 5px;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    z-index: 15;
}

#FB_LoginButton {
    position: relative;
    width: 68px;
    height: 22px;
    float: right;
    cursor: pointer;
    color: #ffffff;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

#FB_LoginButton span {
    position: absolute;
    left: 28px;
    top: 4px;
}

.ButtonText:hover {
    margin-top: 1px;
    margin-left: 1px;
}

#LoginCreateAccountBox p {
    margin: 0px;
    padding: 0px;
    font-size: 12pt;
}

.Width100Percent {
    width: 100%;
}

/* payment system */

.GameCode {
    text-transform: uppercase;
    width: 60px;
}

.Saving {
    background-color: blue;
    color: white;
    padding: 1px 8px;
    border: 2px solid;
    border-radius: 10px;
    font-size: 10px;
}

#LastSaving {
    background-color: red;
}

.BGRed {
    background-color: #EF0000;
}

.BGOrange {
    background-color: #FF9712;
}

.BGGreen {
    background-color: #00BF00;
}

.Content .BoxContent .Disabled td {
    color: grey;
}

.PlaySpanContainer {
    position: relative;
    text-align: center;
}

.ServiceID_Icon_Container {
    position: relative;
    width: 156px;
    height: 156px;
    float: left;
    margin: 3px;
}

.ServiceID_Icon_Container_Background {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 3px;
    left: 3px;
}

.ServiceID_Icon_Container label {
    font-size: 8pt;
}

.ServiceID_Icon {
    position: relative;
    float: left;
    width: 150px;
    height: 150px;
    text-align: center;
    background-repeat: no-repeat;
    color: white;
    cursor: pointer;
}

.ServiceID_Icon img.ShopExtras {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto -7%;
}

.ServiceID_Icon img.ShopOutfits {
    position: absolute;
}

.ServiceID_Icon img.left {
    top: 30%;
    left: 15%;
}

.ServiceID_Icon img.right {
    top: 30%;
    right: 15%;
}

.ServiceID_Icon_New {
    position: absolute;
    left: 10px;
    top: 48px;
    height: 64px;
    width: 128px;
}

.ServiceID_Icon .ServiceID_Deactivated {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 150px;
    z-index: 99;
}

.ServiceID_Icon .ServiceID_Icon_Selected {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 150px;
    z-index: 98;
}

.ServiceID_Icon .ServiceIDLabelContainer {
    position: absolute;
    left: 0px;
    display: table;
    top: 6px;
    height: 35px;
    width: 130px;
    margin-left: 10px;
    margin-right: 10px;
    z-index: 99;
}

.ServiceID_Icon .ServiceIDLabel {
    display: table-cell;
    vertical-align: middle;
}

.ServiceID_Icon .ServiceIDPriceContainer {
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 140px;
    margin-left: 5px;
    margin-right: 5px;
    z-index: 99;
}

.ServiceID_Icon .ServiceIDSpecialOffer {
    position: absolute;
    left: 0px;
    top: -5px;
    z-index: 100;
}

.ServiceID_Icon .ServiceID_Icon_Over {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 150px;
    z-index: 97;
}

.ServiceID_Icon .ServiceID_HelperDiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 150px;
    z-index: 399;
}

.ServiceID_Icon .RibbonNewProduct {
    position: absolute;
    top: -4px;
    left: -4px;
    height: 58px;
    width: 58px;
    z-index: 199;
}

.ServiceID_Icon .RibbonLastChance {
    position: absolute;
    top: -4px;
    left: 96px;
    height: 58px;
    width: 58px;
    z-index: 199;
}

.ServiceID_Icon .ServiceID_Icon_Animation_1 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 150px;
    height: 150px;
    display: none;
    z-index: 95;
}

.ServiceID_Icon .ServiceID_Icon_New_Animation_1 {
    position: absolute;
    top: 48px;
    right: 12px;
    width: 128px;
    height: 64px;
    display: none;
    z-index: 95;
}

.PMCID_Icon_Container {
    position: relative;
    width: 156px;
    height: 106px;
    float: left;
    margin: 3px;
}

.PMCID_Icon_Container label {
    font-size: 8pt;
}

.PMCID_Icon {
    position: relative;
    float: left;
    top: 3px;
    left: 3px;
    width: 150px;
    height: 100px;
    text-align: center;
    background-repeat: no-repeat;
    color: white;
    cursor: pointer;
}

.PMCID_Icon .PMCID_CP_Icon {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.PMCID_Icon .PMCID_CP_Label {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 18px;
    z-index: 99;
}

.PMCID_Icon .PMCID_Icon_Selected {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 100px;
    z-index: 98;
}

.PMCID_Icon .PMCID_Deactivated {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 100px;
    z-index: 99;
}

.PMCID_Icon .PMCID_Icon_Over {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 100px;
}

.PermanentDeactivated {
    position: absolute;
    left: 0px;
    z-index: 400;
}

.PermanentDeactivated .PMCID_Deactivated {
    position: relative;
    left: 0px;
    width: 150px;
}

.PermanentDeactivated .ServiceID_Deactivated {
    position: relative;
    left: 0px;
    width: 150px;
}

/* button row */

.SubmitButtonRow {
    position: relative;
    height: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.SubmitButtonRow .LeftButton {
    float: left;
    margin-left: 50px;
}

.SubmitButtonRow .CenterButton {
    margin-left: auto;
    margin-right: auto;
    width: 135px;
}

.SubmitButtonRow .RightButton {
    float: right;
    margin-right: 50px;
}

#Themeboxes #CountDownBox {
    height: 120px;
}

#countdown>div {
    padding: 5px;
    display: inline-block;
    font-size: 20pt !important;
    font-family: "Jolly Lodger", cursive;
    background: -webkit-gradient(linear, left top, left bottom, from(#d01c1c), to(#322a2a));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    color: #800000;
}

#countdown:hover {
    opacity: 0.8;
}

.Separator {
    float: left;
    position: relative;
    display: inline-block;
    top: -1px;
    width: 4px;
    height: 21px;
    margin-left: -7px;
    margin-right: 2px;
}

.CountDownLabel {
    font-family: "Fondamento", cursive;
    font-size: 9pt !important;
    font-weight: 900;
}

.countdowntext {
    font-family: "Fondamento", cursive;
    font-size: 17px;
    z-index: 99;
    padding: 0px;
    position: absolute;
    height: 20px;
    width: 133px;
    top: 9px;
    text-align: left;
    left: 22%;
    color: rgb(255, 214, 152);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.50), 1px -1px 0 rgb(44, 44, 44), -1px 1px 0 rgba(0, 0, 0, 0.09), 1px 1px 0 rgba(0, 0, 0, 0.50);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

@font-face  {

}

@font-face  {

}

html {
    height: 100%;
}

h2 {
    padding: 3px;
    position: absolute;
    left: 50%;
    top: 70%;
    color: #ffd698;
    font-family: "Fondamento", cursive;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #2c2c2c, -1px 1px 0 #000, 1px 1px 0 #000;
    font-weight: 400;
    font-size: 12px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: translateX(-50%) translateY(-120%);
}

searchbox {
    padding: 3px;
    position: absolute;
    left: 50%;
    top: 110%;
    color: #ffd698;
    font-family: "Fondamento", cursive;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #2c2c2c, -1px 1px 0 #000, 1px 1px 0 #000;
    font-weight: 400;
    font-size: 14px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: translateX(-50%) translateY(-120%);
}

.pesquiserplayer {
    margin-top: 53px;
    width: 145px;
    height: 30px;
    font-size: 14px;
    font-family: "Fondamento", cursive;
    border: 2px solid #5a280087;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

i.fas.fa-search {

}

.ButtonTextInputs {
    text-align: center;
    color: #ffd698;
    overflow: hidden;
    font: 400 9pt Verdana, Arial, Times New Roman, sans-serif;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #2c2c2c, -1px 1px 0 #000, 1px 1px 0 #000;
    height: 22px;
    top: 5px;
}

.ButtonTextInputs {
    left: 0;
    z-index: 20;
    position: absolute;
    width: 135px;
}

/* .Themebox
{
position:relative;
margin-bottom:10px;
top:-4px;
width:180px;
height:192px
} */

.Themebox {
    position: relative;
    margin-bottom: 10px;
    top: 140px;
    width: 180px;
    height: auto;
}

#NewBox {
    position: relative !important;
    width: 180px;
}

#NewBox .header {
    width: 180px;
    height: 49px;
}

#NewBox .header .text {
    font-family: "Fondamento";
    text-align: center;
    color: #FEDE59;
    text-shadow: -1px -1px 0 #000000, 1px -1px 0 #2c2c2c, -1px 1px 0 #000000, 1px 1px 0 #000;
    font-weight: 300;
    padding-top: 10px;
}

#NewBox .container {
    position: relative !important;
    width: 180px;
}

#NewBox .container .content {
    width: 140px;
    padding: 0px 10px 10px 20px;
}

#NewBox .container .content p {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
}

#NewBox .bottom {
    position: relative;
}

#NewBox .container .content .FacebookBlock {
    position: relative;
    display: inline-block;
    height: 60px;
}

#NewBox .container .content .FacebookPageLink {
    left: 0;
    top: 4px;
    position: absolute;
}

#NewBox .container .content .FacebookPageLink img {
    border-radius: 10px;
    height: 52px;
}

#NewBox .container .content .Facebookcount {
    left: 60px;
    position: absolute;
}

.semtoplevel {
    margin-bottom: 2px;
    color: darkred;
    font-style: italic;
    line-height: 3;
}

.topleveltext {
    z-index: 99;
    padding: 3px;
    position: absolute;
    height: 24px;
    width: 100%;
    top: 5px;
    left: 40px;
    color: #ffd698;
    font-size: 17px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #2c2c2c, -1px 1px 0 #000, 1px 1px 0 #000;
    font-family: "Fondamento", cursive;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.Toplevelbox {
    position: relative;
}

.top_level {
    top: 35px;
    left: 6px;
    z-index: 20;
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 7pt;
    color: #5f4d41 !important;
    font-weight: 700;
    text-align: left;
    text-decoration: inherit;
}

a.topfont,
a:hover.topfont {
    font-weight: 700;
    font-size: 12px;
}

#Topbar a,
a.topfont,
a:hover.top_level,
a:hover.topfont {
    text-decoration: none;
}

a:hover.top_level {
    font-weight: 700;
    color: #4e3131 !important;
}

a.topfont {
    color: #004294;
}

a:hover.topfont {
    color: #06c;
}

#Themeboxes .Bottom2 {
    bottom: 0;
    left: 0;
    margin-top: -38px;
    height: 32px;
    width: 180px;
    z-index: -1;
}

.levelvoctoplevel {
    color: #5a2800;
    font: 100 7pt Verdana, Arial, Times New Roman, sans-serif;
}

.positiotoplvel {
    left: 52px;
    top: 82px;
    color: #fdeed7;
    text-shadow: 1px 1px 1px #000;
}

.positiotoplvel img {
    margin-left: -5px;
    margin-top: -5px;
}

.outfitImgtoplevel,
.positiotoplvel {
    background-position: right bottom;
    position: relative;
    margin-left: -64px;
    margin-top: -64px;
    height: 64px;
    width: 64px;
}

.outfitImgtoplevel {
    left: 26px;
    top: 13px;
}

.InfoBar {
    position: relative;
    height: 28px;
    top: 6px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 10px;
    color: white;
    font-family: Verdana, Arial, Times New Roman, sans-serif;
}

.InfoBarBlock {
    margin-right: 15px;
}

.InfoBarBigLogo {
    margin-bottom: 0px;
}

.InfoBarNumbers {
    top: -4px;
    position: relative;
}

.InfoBar a {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    color: white;
}

.InfoBar a:link {
    color: white;
    font-weight: normal;
    text-decoration: none;
}

.InfoBar a:visited {
    color: white;
    font-weight: normal;
    text-decoration: none;
}

.InfoBar a:focus {
    color: white;
    font-weight: normal;
    text-decoration: none;
}

.InfoBar a:active {
    color: white;
    font-weight: normal;
    text-decoration: underline;
}

.InfoBar a:hover {
    color: white;
    font-weight: normal;
    text-decoration: underline;
}

.name {
    position: relative;
    top: -89px;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 9.2pt;
    color: #FFF;
    font-weight: bold;
}

.logo {
    position: relative;
    margin: 55px;
    margin-top: -35px;
    margin-bottom: 5px;
    width: 200px;
    height: 200px;
}

.CastleWarbox {
    position: relative;
    margin: -16px;
    margin-top: -5px;
    margin-bottom: -42px;
    width: 200px;
    height: 200px;
}

.scrollToTop {
    width: 100px;
    height: 130px;
    background: url(layouts/tibiarl/images/top.png) no-repeat 0 20px;
    bottom: 85px;
    padding: 5px;
    position: fixed;
    right: 20px;
    vertical-align: top;
    display: none;
}

::-webkit-scrollbar {
    width: 15px;
    background-color: #1e2b34;
}

::-webkit-scrollbar-button {
    background-color: #1e2b34;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #1e2b34;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 12px rgba(68, 113, 155, 1.0);
}

.btn {
    display: inline-block;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #fff), to( #e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(top, #fff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid: dximagetransform.microsoft.gradient(startColorstr=" #ffffff", endColorstr=" #e6e6e6", GradientType=0);
    filter: progid: dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    background-color: #e6e6e6;
}

.btn:active,
.btn.active {
    background-color: #ccc \;
}

.btn:first-child {

}

.btn:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -ms-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active,
.btn:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-large {
    /* padding: 9px 14px; */
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-large [class^="icon-"] {
    margin-top: 1px;
}

.btn-small {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px;
}

.btn-small [class^="icon-"] {
    margin-top: -1px;
}

.btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn {
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary {
    background-color: #0074cc;
    background-image: -ms-linear-gradient(top, #08c, #05c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #08c), to( #05c));
    background-image: -webkit-linear-gradient(top, #08c, #05c);
    background-image: -o-linear-gradient(top, #08c, #05c);
    background-image: -moz-linear-gradient(top, #08c, #05c);
    background-image: linear-gradient(top, #08c, #05c);
    background-repeat: repeat-x;
    border-color: #05c #05c #003580;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: dximagetransform.microsoft.gradient(startColorstr=" #0088cc", endColorstr=" #0055cc", GradientType=0);
    filter: progid: dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #05c;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #004099 \;
}

.btn-warning {
    background-color: #faa732;
    background-image: -ms-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #fbb450), to( #f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: dximagetransform.microsoft.gradient(startColorstr=" #fbb450", endColorstr=" #f89406", GradientType=0);
    filter: progid: dximagetransform.microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    background-color: #f89406;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #c67605 \;
}

.btn-danger {
    background-color: #da4f49;
    background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #ee5f5b), to( #bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(top, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: dximagetransform.microsoft.gradient(startColorstr=" #ee5f5b", endColorstr=" #bd362f", GradientType=0);
    filter: progid: dximagetransform.microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    background-color: #bd362f;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \;
}

.btn-success {
    background-color: #5bb75b;
    background-image: -ms-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #62c462), to( #51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: dximagetransform.microsoft.gradient(startColorstr=" #62c462", endColorstr=" #51a351", GradientType=0);
    filter: progid: dximagetransform.microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #51a351;
}

.btn-success:active,
.btn-success.active {
    background-color: #408140 \;
}

.btn-info {
    background-color: #49afcd;
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #5bc0de), to( #2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: dximagetransform.microsoft.gradient(startColorstr=" #5bc0de", endColorstr=" #2f96b4", GradientType=0);
    filter: progid: dximagetransform.microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-color: #2f96b4;
}

.btn-info:active,
.btn-info.active {
    background-color: #24748c \;
}

.btn-inverse {
    background-color: #414141;
    background-image: -ms-linear-gradient(top, #555, #222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #555), to( #222));
    background-image: -webkit-linear-gradient(top, #555, #222);
    background-image: -o-linear-gradient(top, #555, #222);
    background-image: -moz-linear-gradient(top, #555, #222);
    background-image: linear-gradient(top, #555, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: dximagetransform.microsoft.gradient(startColorstr=" #555555", endColorstr=" #222222", GradientType=0);
    filter: progid: dximagetransform.microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222;
}

.btn-inverse:active,
.btn-inverse.active {
    background-color: #080808 \;
}

button.btn,
input[type="submit"].btn {

}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {

}

button.btn.btn-small,
input[type="submit"].btn.btn-small {

}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {

}

.btn-group {
    position: relative;
}

.btn-group:before,
.btn-group:after {
    display: table;
    content: "";
}

.btn-group:after {
    clear: both;
}

.btn-group:first-child {

}

.btn-group+.btn-group {
    margin-left: 5px;
}

.btn-toolbar {
    margin-top: 9px;
    margin-bottom: 9px;
}

.btn-toolbar .btn-group {
    display: inline-block;
}

.btn-group>.btn {
    position: relative;
    float: left;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.btn-group>.btn:last-child,
.btn-group>.dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.btn-group>.btn.large:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}

.btn-group>.btn.large:last-child,
.btn-group>.large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active {
    z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group>.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group>.btn-mini.dropdown-toggle {
    padding-right: 5px;
    padding-left: 5px;
}

.btn-group>.btn-small.dropdown-toggle {

}

.btn-group>.btn-large.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #05c;
}

.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222;
}

.btn .caret {
    margin-top: 7px;
    margin-left: 0;
}

.btn:hover .caret,
.open.btn-group .caret {
    opacity: 1;
    filter: alpha(opacity=100);
}

.btn-mini .caret {
    margin-top: 5px;
}

.btn-small .caret {
    margin-top: 6px;
}

.btn-large .caret {
    margin-top: 6px;
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
}

.dropup .btn-large .caret {
    border-top: 0;
    border-bottom: 5px solid #000;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: .75;
    filter: alpha(opacity=75);
}

.emailinfo {
    position: absolute;
    float: right;
    margin-left: 75%;
    width: 20%;
    font-size: 12px;
    font-family: Fira Sans Extra Condensed, sans-serif !important;
}

.emailinfo img {
    padding: 10px;
    width: 60%;
}

.emailinfo b {
    float: left;
    padding-right: 4px;
    color: brown;
}

.infoacc {
    text-align: left;
    color: #5f2800;
    border: 2px dashed #5f4d41;
    background: #d4c0a1;
    width: 96%;
    font-size: 100%;
    border-radius: 2px;
    padding: 1%;
    margin: 0;
}

.infoacc img {
    float: left;
    padding-right: 10px;
}

.infoacc b {
    float: left;
    padding-right: 4px;
    color: brown;
}

.outfitImgraid {
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    padding: 5px;
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(121, 61, 3, 0.65);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.46);
}

.gallery-min {
    width: 100%;
    position: relative !important;
    margin: 0 auto !important;
}

.gallery-min li {
    list-style: none !important;
    display: inline-block !important;
    position: relative;
    background: linear-gradient(to right, #FF6D0D, #9F0000);
    padding: 1px;
}

.gallery-min li img {
    width: 130px !important;
    height: 100px !important;
}

.img-border {
    position: relative;
    background: linear-gradient(to right, #FF6D0D, #9F0000);
    padding: 1px;
    /* padding-left:2px; */
}

#supportButton {
    opacity: 0.8;
}

#buycharButton {
    opacity: 0.8;
}

#supportButton:hover {
    opacity: 1;
}

#buycharButton:hover {
    opacity: 1;
}

#donatebutton {
    opacity: 1;
    font-size: 10pt;
    padding: 15px;
}

#donatebutton:hover {
    opacity: 0.8;
    text-decoration: underline;
}

#donatebutton p {
    opacity: 1;
    font-weight: bold;
    font-size: 15pt;
}

#donatebutton small {
    opacity: 1;
    font-size: 8pt;
    text-align: right;
}

@-webkit-keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0;
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em;
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em;
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0;
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em;
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em;
    }
}

@-webkit-keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
    }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@-webkit-keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0;
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0;
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0;
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0;
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast {
    flex-direction: column;
    align-items: stretch;
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    justify-content: flex-end;
    height: 2.2em;
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-loading {
    justify-content: center;
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em;
}

body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-validationerror {
    font-size: 1em;
}

body.swal2-toast-shown>.swal2-container {
    position: fixed;
    background-color: transparent;
}

body.swal2-toast-shown>.swal2-container.swal2-shown {
    background-color: transparent;
}

body.swal2-toast-shown>.swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

body.swal2-toast-shown>.swal2-container.swal2-top-end,
body.swal2-toast-shown>.swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
}

body.swal2-toast-shown>.swal2-container.swal2-top-left,
body.swal2-toast-shown>.swal2-container.swal2-top-start {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
}

body.swal2-toast-shown>.swal2-container.swal2-center-left,
body.swal2-toast-shown>.swal2-container.swal2-center-start {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

body.swal2-toast-shown>.swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body.swal2-toast-shown>.swal2-container.swal2-center-end,
body.swal2-toast-shown>.swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

body.swal2-toast-shown>.swal2-container.swal2-bottom-left,
body.swal2-toast-shown>.swal2-container.swal2-bottom-start {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

body.swal2-toast-shown>.swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

body.swal2-toast-shown>.swal2-container.swal2-bottom-end,
body.swal2-toast-shown>.swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: .625em;
    box-shadow: 0 0 .625em #d9d9d9;
    overflow-y: hidden;
}

.swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
}

.swal2-popup.swal2-toast .swal2-title {
    justify-content: flex-start;
    margin: 0 .6em;
    font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-close {
    position: initial;
}

.swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon-text {
    font-size: 2em;
    font-weight: 700;
    line-height: 1em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: .875em;
    width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: .3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: .3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
    height: auto;
    margin: 0 .3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
    box-shadow: 0 0 0 .0625em #fff, 0 0 0 .125em rgba(50, 100, 150, .4);
}

.swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 2em;
    height: 2.8125em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.25em;
    left: -.9375em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 2em 2em;
    transform-origin: 2em 2em;
    border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.25em;
    left: .9375em;
    -webkit-transform-origin: 0 2em;
    transform-origin: 0 2em;
    border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: .4375em;
    width: .4375em;
    height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
    height: .3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
    top: 1.125em;
    left: .1875em;
    width: .75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
}

.swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: showSweetToast .5s;
    animation: showSweetToast .5s;
}

.swal2-popup.swal2-toast.swal2-hide {
    -webkit-animation: hideSweetToast .2s forwards;
    animation: hideSweetToast .2s forwards;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: animate-toast-success-tip .75s;
    animation: animate-toast-success-tip .75s;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: animate-toast-success-long .75s;
    animation: animate-toast-success-long .75s;
}

@-webkit-keyframes showSweetToast {
    0% {
        -webkit-transform: translateY(-.625em) rotateZ(2deg);
        transform: translateY(-.625em) rotateZ(2deg);
        opacity: 0;
    }

    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg);
        opacity: .5;
    }

    66% {
        -webkit-transform: translateY(.3125em) rotateZ(2deg);
        transform: translateY(.3125em) rotateZ(2deg);
        opacity: .7;
    }

    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0);
        opacity: 1;
    }
}

@keyframes showSweetToast {
    0% {
        -webkit-transform: translateY(-.625em) rotateZ(2deg);
        transform: translateY(-.625em) rotateZ(2deg);
        opacity: 0;
    }

    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg);
        opacity: .5;
    }

    66% {
        -webkit-transform: translateY(.3125em) rotateZ(2deg);
        transform: translateY(.3125em) rotateZ(2deg);
        opacity: .7;
    }

    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes hideSweetToast {
    0% {
        opacity: 1;
    }

    33% {
        opacity: .5;
    }

    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0;
    }
}

@keyframes hideSweetToast {
    0% {
        opacity: 1;
    }

    33% {
        opacity: .5;
    }

    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0;
    }
}

@-webkit-keyframes animate-toast-success-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0;
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em;
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em;
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em;
    }
}

@keyframes animate-toast-success-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0;
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em;
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em;
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em;
    }
}

@-webkit-keyframes animate-toast-success-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0;
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0;
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em;
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em;
    }
}

@keyframes animate-toast-success-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0;
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0;
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em;
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em;
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: hidden;
}

body.swal2-height-auto {
    height: auto !important;
}

body.swal2-no-backdrop .swal2-shown {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-color: transparent;
}

body.swal2-no-backdrop .swal2-shown>.swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-top-left,
body.swal2-no-backdrop .swal2-shown.swal2-top-start {
    top: 0;
    left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end,
body.swal2-no-backdrop .swal2-shown.swal2-top-right {
    top: 0;
    right: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-left,
body.swal2-no-backdrop .swal2-shown.swal2-center-start {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end,
body.swal2-no-backdrop .swal2-shown.swal2-center-right {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start {
    bottom: 0;
    left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
    right: 0;
    bottom: 0;
}

.swal2-container {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: transparent;
    z-index: 1060;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-top {
    align-items: flex-start;
}

.swal2-container.swal2-top-left,
.swal2-container.swal2-top-start {
    align-items: flex-start;
    justify-content: flex-start;
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end;
}

.swal2-container.swal2-center {
    align-items: center;
}

.swal2-container.swal2-center-left,
.swal2-container.swal2-center-start {
    align-items: center;
    justify-content: flex-start;
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end;
}

.swal2-container.swal2-bottom {
    align-items: flex-end;
}

.swal2-container.swal2-bottom-left,
.swal2-container.swal2-bottom-start {
    align-items: flex-end;
    justify-content: flex-start;
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
}

.swal2-container.swal2-grow-fullscreen>.swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center;
}

.swal2-container.swal2-grow-row>.swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center;
}

.swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
    align-items: center;
}

.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-top-start {
    align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-top-right {
    align-items: flex-end;
}

.swal2-container.swal2-grow-column>.swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right)>.swal2-modal {
    margin: auto;
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .swal2-container .swal2-modal {
        margin: 0 !important;
    }
}

.swal2-container.swal2-fade {
    transition: background-color .1s;
}

.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, .4);
}

.swal2-popup {
    display: none;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border-radius: .3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box;
}

.swal2-popup:focus {
    outline: 0;
}

.swal2-popup.swal2-loading {
    overflow-y: hidden;
}

.swal2-popup .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swal2-popup .swal2-title {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.swal2-popup .swal2-actions {
    align-items: center;
    justify-content: center;
    margin: 1.25em auto 0;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent;
    cursor: default;
    box-sizing: border-box;
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px;
}

.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    border: 3px solid #999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff;
    content: "";
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-popup .swal2-styled {
    margin: 0 .3125em;
    padding: .625em 2em;
    font-weight: 500;
    box-shadow: none;
}

.swal2-popup .swal2-styled:not([disabled]) {
    cursor: pointer;
}

.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em;
}

.swal2-popup .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em;
}

.swal2-popup .swal2-styled:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, .4);
}

.swal2-popup .swal2-styled::-moz-focus-inner {
    border: 0;
}

.swal2-popup .swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding-top: 1em;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em;
}

.swal2-popup .swal2-image {
    max-width: 100%;
    margin: 1.25em auto;
}

.swal2-popup .swal2-close {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    transition: color .1s ease-out;
    border: none;
    border-radius: 0;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer;
    overflow: hidden;
}

.swal2-popup .swal2-close:hover {
    -webkit-transform: none;
    transform: none;
    color: #f27474;
}

.swal2-popup>.swal2-checkbox,
.swal2-popup>.swal2-file,
.swal2-popup>.swal2-input,
.swal2-popup>.swal2-radio,
.swal2-popup>.swal2-select,
.swal2-popup>.swal2-textarea {
    display: none;
}

.swal2-popup .swal2-content {
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #545454;
    font-size: 1.125em;
    font-weight: 300;
    line-height: normal;
    word-wrap: break-word;
}

.swal2-popup #swal2-content {
    text-align: center;
}

.swal2-popup .swal2-checkbox,
.swal2-popup .swal2-file,
.swal2-popup .swal2-input,
.swal2-popup .swal2-radio,
.swal2-popup .swal2-select,
.swal2-popup .swal2-textarea {
    margin: 1em auto;
}

.swal2-popup .swal2-file,
.swal2-popup .swal2-input,
.swal2-popup .swal2-textarea {
    width: 100%;
    transition: border-color .3s, box-shadow .3s;
    border: 1px solid #d9d9d9;
    border-radius: .1875em;
    font-size: 1.125em;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
    box-sizing: border-box;
}

.swal2-popup .swal2-file.swal2-inputerror,
.swal2-popup .swal2-input.swal2-inputerror,
.swal2-popup .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important;
}

.swal2-popup .swal2-file:focus,
.swal2-popup .swal2-input:focus,
.swal2-popup .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: 0;
    box-shadow: 0 0 3px #c4e6f5;
}

.swal2-popup .swal2-file::-webkit-input-placeholder,
.swal2-popup .swal2-input::-webkit-input-placeholder,
.swal2-popup .swal2-textarea::-webkit-input-placeholder {
    color: #ccc;
}

.swal2-popup .swal2-file:-ms-input-placeholder,
.swal2-popup .swal2-input:-ms-input-placeholder,
.swal2-popup .swal2-textarea:-ms-input-placeholder {
    color: #ccc;
}

.swal2-popup .swal2-file::-ms-input-placeholder,
.swal2-popup .swal2-input::-ms-input-placeholder,
.swal2-popup .swal2-textarea::-ms-input-placeholder {
    color: #ccc;
}

.swal2-popup .swal2-file::placeholder,
.swal2-popup .swal2-input::placeholder,
.swal2-popup .swal2-textarea::placeholder {
    color: #ccc;
}

.swal2-popup .swal2-range input {
    width: 80%;
}

.swal2-popup .swal2-range output {
    width: 20%;
    font-weight: 600;
    text-align: center;
}

.swal2-popup .swal2-range input,
.swal2-popup .swal2-range output {
    height: 2.625em;
    margin: 1em auto;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em;
}

.swal2-popup .swal2-input {
    height: 2.625em;
    padding: .75em;
}

.swal2-popup .swal2-input[type=number] {
    max-width: 10em;
}

.swal2-popup .swal2-file {
    font-size: 1.125em;
}

.swal2-popup .swal2-textarea {
    height: 6.75em;
    padding: .75em;
}

.swal2-popup .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    color: #545454;
    font-size: 1.125em;
}

.swal2-popup .swal2-checkbox,
.swal2-popup .swal2-radio {
    align-items: center;
    justify-content: center;
}

.swal2-popup .swal2-checkbox label,
.swal2-popup .swal2-radio label {
    margin: 0 .6em;
    font-size: 1.125em;
}

.swal2-popup .swal2-checkbox input,
.swal2-popup .swal2-radio input {
    margin: 0 .4em;
}

.swal2-popup .swal2-validationerror {
    display: none;
    align-items: center;
    justify-content: center;
    padding: .625em;
    background: #f0f0f0;
    color: #666;
    font-size: 1em;
    font-weight: 300;
    overflow: hidden;
}

.swal2-popup .swal2-validationerror::before {
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
    content: "!";
    zoom: normal;
}

@supports (-ms-accelerator:true) {
    .swal2-range input {
        width: 100% !important;
    }

    .swal2-range output {
        display: none;
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .swal2-range input {
        width: 100% !important;
    }

    .swal2-range output {
        display: none;
    }
}

@-moz-document url-prefix() {
    .swal2-close:focus {
        outline: 2px solid rgba(50, 100, 150, .4);
    }
}

.swal2-icon {
    position: relative;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    line-height: 5em;
    cursor: default;
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    zoom: normal;
}

.swal2-icon-text {
    font-size: 3.75em;
}

.swal2-icon.swal2-error {
    border-color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: .3125em;
    border-radius: .125em;
    background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86;
}

.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee;
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd;
}

.swal2-icon.swal2-success {
    border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.4375em;
    left: -2.0635em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 3.75em 3.75em;
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.6875em;
    left: 1.875em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 3.75em;
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    top: -.25em;
    left: -.25em;
    width: 100%;
    height: 100%;
    border: .25em solid rgba(165, 220, 134, .3);
    border-radius: 50%;
    z-index: 2;
    box-sizing: content-box;
}

.swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    top: .5em;
    left: 1.625em;
    width: .4375em;
    height: 5.625em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    height: .3125em;
    border-radius: .125em;
    background-color: #a5dc86;
    z-index: 2;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.875em;
    left: .875em;
    width: 1.5625em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.swal2-progresssteps {
    align-items: center;
    margin: 0 0 1.25em;
    padding: 0;
    font-weight: 600;
}

.swal2-progresssteps li {
    display: inline-block;
    position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center;
    z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
    margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
    margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
    background: #3085d6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle {
    background: #add8e6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline {
    background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6;
    z-index: 10;
}

[class^=swal2] {
    -webkit-tap-highlight-color: transparent;
}

.swal2-show {
    -webkit-animation: swal2-show .3s;
    animation: swal2-show .3s;
}

.swal2-show.swal2-noanimation {
    -webkit-animation: none;
    animation: none;
}

.swal2-hide {
    -webkit-animation: swal2-hide .15s forwards;
    animation: swal2-hide .15s forwards;
}

.swal2-hide.swal2-noanimation {
    -webkit-animation: none;
    animation: none;
}

[dir=rtl] .swal2-close {
    right: auto;
    left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip .75s;
    animation: swal2-animate-success-line-tip .75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long .75s;
    animation: swal2-animate-success-line-long .75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
    -webkit-animation: swal2-animate-error-icon .5s;
    animation: swal2-animate-error-icon .5s;
}

.swal2-animate-error-icon .swal2-x-mark {
    -webkit-animation: swal2-animate-error-x-mark .5s;
    animation: swal2-animate-error-x-mark .5s;
}

@-webkit-keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#warText,
#warText:focus,
#warText:active {
    background: none;
    color: #5A2800;
    border: 0;
}

#copy-button {
    padding: 8px 10px;
    color: #5A2800;
    background-color: #d4c0a1;
    cursor: pointer;
    border: 1px solid #5A2800;
    border-radius: 4px;
}

#copy-button:hover {
    background-color: #5A2800;
    color: #d4c0a1;
}

.accinput {
    font-family: inherit;
    font-weight: bold;
    font-size: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -2px;
    border: 2px solid #5f4d4194;
    border-radius: 17px;
    text-align: center;
    height: 31px;
    width: 430px;
    color: #5f4d41;
}

.guildinput {
    font-family: inherit;
    font-weight: bold;
    font-size: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -2px;
    border: 2px solid #5f4d4194;
    border-radius: 10px;
    text-align: center;
    height: 25px;
    width: 80px;
    color: #5f4d41;
}

.otherinput {
    font-family: inherit;
    font-weight: normal;
    font-size: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -2px;
    border: 2px solid #5f4d4194;
    border-radius: 10px;
    text-align: center;
    height: 25px;
    width: 60px;
    color: #5f4d41;
}

.otherinput2 {
    font-family: inherit;
    font-weight: normal;
    font-size: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -2px;
    border: 2px solid #5f4d4194;
    border-radius: 10px;
    text-align: center;
    height: 25px;
    width: 60px;
    color: #5f4d41;
}

.infoacc2 {
    position: relative;
    top: 7px;
}

#modalContainerCustom {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    bottom: 0px;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
    display: none;
}

#modalContentCustom {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    padding: 10px;
    border-radius: 5px;
    color: #333;
    width: 350px;
}

#modalContentInnerCustom {
    position: relative;
    width: 350px;
}

#modalCloseCustom {
    position: absolute;
    right: -35px;
    top: -22px;
    color: #FFF;
    cursor: pointer;
    width: 60px;
    height: 36px;
}

#toolTips {
    position: absolute;
    background: url("../images/content/scroll.gif") center center;
    padding: 8px;
    z-index: 1000;
    color: #5A2800;
    border: 1px double #5A2800;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

#devTool {
    position: absolute;
    background: url("../images/content/scroll.gif") center center;
    padding: 8px;
    z-index: 1000;
    color: #5A2800;
    border: 1px double #5A2800;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    max-width: 220px !important;
    width: auto;
}

#devasTooltiparrow {
    background: url("../images/content/helper-div-arrow.png");
    position: absolute;
    top: -1px;
    left: -8px;
    width: 8px;
    height: 13px;
}

#tdevasTooltipornament {
    position: relative;
    width: 220px;
    height: 30px;
    margin: 0 auto;
}

#devasTooltipornament img {
    width: 220px;
}

.devasTooltiptitle {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}

.devasTooltipdesc {
    margin-top: 5px;
    font-size: 12px !important;
    text-align: justify;
}

#tableMonsters_length,
#tableMonsters_filter,
#tableMonsters_info,
#tableMonsters_paginate,
#tableRanking_length,
#tableRanking_filter,
#tableRanking_info,
#tableRanking_paginate,
#tableTransactions_length,
#tableTransactions_filter,
#tableTransactions_info,
#tableTransactions_paginate,
#tablePagSeguroTransactions_length,
#tablePagSeguroTransactions_filter,
#tablePagSeguroTransactions_info,
#tablePagSeguroTransactions_paginate,
#tablePicPayTransactions_length,
#tablePicPayTransactions_filter,
#tablePicPayTransactions_info,
#tablePicPayTransactions_paginate {
    padding: 5px;
    color: #333;
    font-size: 10px !important;
}

#tableRanking_filter input,
#tableMonsters_filter input,
#tableTransactions_filter input,
#tablePagSeguroTransactions_filter input,
#tablePicPayTransactions_filter input {
    height: calc(1.5em + .15rem + 2px);
    font-weight: 400;
    padding: 5px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#tableRanking_length select,
#tableMonsters_length select,
#tableTransactions_length select,
#tablePagSeguroTransactions_length select,
#tablePicPayTransactions_length select {
    height: calc(1.5em + .15rem + 2px);
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #FFF !important;
    border: 1px solid #505050 !important;
    background-color: #505050 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #505050)) !important;
    background: -webkit-linear-gradient(top, #505050 0%, #505050 100%) !important;
    background: -moz-linear-gradient(top, #505050 0%, #505050 100%) !important;
    background: -ms-linear-gradient(top, #505050 0%, #505050 100%) !important;
    background: -o-linear-gradient(top, #505050 0%, #505050 100%) !important;
    background: linear-gradient(to bottom, #505050 0%, #505050 100%) !important;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #D4C0A1 !important;
}

table.dataTable.stripe tbody tr.Even,
table.dataTable.display tbody tr.Even {
    background-color: #F1E0C6 !important;
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #F1E0C6 !important;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background: none !important;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background: none !important;
}

table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
    background-color: none;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px;
    margin: 10px;
}

.dataTables_wrapper .dataTables_length {
    margin: 10px;
}

#table7 td {
    border: none;
}

#table7 .SkillIcon {
    width: 33px;
    border: 2px solid #592700 !important;
    border-radius: 5px;
    overflow: hidden;
}

.firstlevel {
    background: transparent url(/images/rank.png) no-repeat;
    background-position-x: 0%;
    width: 19px;
    height: 38px;
    background-position-x: -23px, center;
    position: absolute;
    z-index: 22;
    left: -10px;
    top: -12px;
}

.secondlevel {
    background: transparent url(/images/rank.png) no-repeat;
    background-position-x: 0%;
    width: 19px;
    height: 38px;
    background-position-x: -3px, center;
    position: absolute;
    z-index: 22;
    left: -10px;
    top: -12px;
}

.thirdlevel {
    background: transparent url(/images/rank.png) no-repeat;
    background-position-x: 0%;
    width: 19px;
    height: 38px;
    background-position-x: -43px, center;
    position: absolute;
    z-index: 22;
    left: -10px;
    top: -12px;
}

.guildsRank {
    cursor: pointer;
    right: -28px;
    top: 0px;
    background-size: cover;
    width: 28px;
    height: 28px;
    border: 1px solid #f1c764;
    position: absolute;
    border-radius: 100%;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

.guildsRank:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(241, 199, 100, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(241, 199, 100, 1);
    box-shadow: 0px 0px 10px 0px rgba(241, 199, 100, 1);
}

.socialNetwork {
    list-style-type: none;
    display: inline-block;
    padding-left: 0;
    margin: 0;
}

.socialNetwork li {
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 10px 15px;
    text-align: left;
}

.socialNetwork li a {
    font-size: 10px;
}

.socialNetwork li a img {
    width: 32px;
    height: 32px;
    position: relative;
    margin: 0 auto;
}

#sliderSell {
    position: relative;
    overflow: hidden;
    margin: 0px auto 0;
    border-radius: 4px;
    background-image: url(../../../../images/charactersbk.png);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

#sliderSell ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

#sliderSell ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 112px;
    height: 95px;
    text-align: center;
    line-height: 15px;
}

#sliderSell div.control_prev,
div.control_next {
    position: absolute;
    top: 40%;
    display: block;
    padding: 3%;
    cursor: pointer;
}

#sliderSell div.control_prev:hover,
div.control_next:hover {
    opacity: 1;
    -webkit-transition: all .2s ease;
}

#sliderSell div.control_prev {
    background-image: url(../../../../images/arr.png) !important;
    background-position: -54px -4px !important;
    width: 14px;
    height: 12px;
}

#sliderSell div.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
    background-image: url(../../../../images/arr.png) !important;
    background-position: -26px -4px !important;
    width: 15px;
    height: 12px;
}

div.control_prev_sell,
div.control_next_sell {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 3%;
    cursor: pointer;
}

div.control_prev_sell:hover,
div.control_next_sell:hover {
    opacity: 1;
    -webkit-transition: all .2s ease;
}

div.control_prev_sell {
    background-image: url(../../../../images/arr.png) !important;
    background-position: -2px -4px !important;
    width: 14px;
    height: 12px;
}

div.control_next_sell {
    right: 0;
    border-radius: 2px 0 0 2px;
    background-image: url(../../../../images/arr.png) !important;
    background-position: -26px -4px !important;
    width: 15px;
    height: 12px;
}

.levelcharsell {
    margin-top: 5px;
    font-size: 11px !important;
    font: 400 7pt Verdana, Arial, Times New Roman, sans-serif;
    color: #fff;
    background: #16201f;
    text-shadow: 1px 1px 1px #000;
    line-height: 10px;
}

.outfitImgsellchar {
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    margin-left: -25px;
    margin-top: -27px;
}

.pricechar {
    font: 600 8pt Verdana, Arial, Times New Roman, sans-serif;
    color: #a8ff43;
    text-shadow: 1px 1px 1px #000;
    background: #243a37;
}

.pricechar small {
    font-size: 8px !important;
}

.bksellchar {
    background: #b3b3b342;
    width: 44px;
    height: 39px;
    border-radius: 10px;
    margin: auto;
    padding-top: 2px;
}

.link-buy {
    font-size: 9px;
    color: #fff8dc !important;
    text-shadow: 1px 1px 1px black;
    cursor: pointer;
}

.link-buy:hover {
    text-decoration: none !important;
}

.blink {
    animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#ReCaptchaPositionContainer {
    position: absolute;
    width: 100%;
}

#ReCaptchaContainer {
    position: fixed;
    width: 349px;
    height: 122px;
    margin-left: -175px;
    top: 250px;
    left: 50%;
    z-index: 1000;
    display: none;
}

#ReCaptcha {
    position: absolute;
    top: 23px;
    left: 22px;
}

#LightBoxCloseContainer {
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
}

#LightBoxCloseContainer #LightBoxCloseContainerBackground {
    width: 45px;
    height: 45px;
}

#LightBoxCloseContainer #LightBoxCloseContainerCloseSymbol {
    position: absolute;
    top: 12px;
    left: 17px;
}

.LightBoxContentToHide {
    font-family: Verdana, Arial, Times New Roman, sans-serif;
}

.LightBoxContentToHide a:link {
    color: #da761e;
    text-decoration: none;
}

.LightBoxContentToHide a:visited {
    color: #da761e;
    text-decoration: none;
}

.LightBoxContentToHide a:focus {
    color: #fff;
    text-decoration: none;
}

.LightBoxContentToHide a:active {
    color: #edb045;
    text-decoration: underline;
}

.LightBoxContentToHide a:hover {
    color: #edb045;
    text-decoration: underline;
}

#DeactivationContainer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    min-height: 100%;
    width: 100%;
    background-color: #000;
    filter: alpha(opacity=75);
    opacity: 0.75;
    -moz-opacity: 0.75;
    display: none;
}
