@import "style.css";
@import "app.css";
@import "font-awesome.min.css";
@import "validation.css";
@import "ui.css";
@import "notice.css";
@import "dmn.css?v=1.2";

#loading {
    background-image: url(../images/l_bg.png);
    border-radius: 0 0 4px 4px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 48%;
    z-index: 1000;
    padding: 6px;
}

#buy_windows,
#add_to_card_windows,
#select_server,
#auction_bet {
    width: 404px;
    padding-bottom: 2px;
    display: none;
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.tabrow { height: auto !important; }

#buy_windows,
#add_to_card_windows,
#select_server,
#auction_bet {
    width: 404px;
    padding-bottom: 2px;
    display: none;
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.bx-wrapper {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    margin-top: -5px;
}

.bx-controls-direction a {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
}

.bx-wrapper img {
    min-width: 930px;
    max-width: 930px;
    max-height: 300px;
    min-height: 300px;
}

a.bx-pager-link.active {
    background: white !important;
}

.bx-viewport {
    max-height: 300px;
}

.offline {
    color: red
}

.online {
    color: green
}


/* CSS3 Encoded */

.rank-img {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.tabs__content {
    margin-bottom: 2.5rem;
}

.post-title h3 {
    padding-left: 1rem;
    font-weight: bold;
}

.mw-content.ajax-container li {
    display: block;
}

.content {
    padding-left: 5px;
    padding-top: 5px;
}

.pagination {
    padding: 0;
    margin: 0 0 20px;
    border-radius: 4px;
}

.breadcrumb>li,
.pagination {
    display: inline-block;
}

.pager li,
.pagination>li {
    display: inline;
}

.pagination li:first-child a,
.pagination li:first-child a:hover,
.pagination li:last-child a,
.pagination li:last-child a:hover {
    border-radius: 3px!important;
    -webkit-border-radius: 3px!important;
}

.pagination li a:focus,
.pagination li a:hover,
.pagination li.active a,
.pagination li.active a:focus,
.pagination li.active a:hover {
    border: 1px solid #e6e6e6;
    background-color: #f5f5f5;
    color: #696e72;
}

.pagination > li > a {
    padding: 5px;
}

.space {
    padding-top: 1.5rem;
}

.bordered {
    padding: 5px;
    border: 1px solid #e9ecef;
    border-radius: 5px;
}

.form-control {
    border-radius: 5px;
    border: 1px solid #efefef;
    font-size: 12px;
}

#login-sumbit,
.buttoncms {
    text-transform: uppercase;
    color: #fff;
    background: #463257;
    min-width: 100px;
    min-height: 50px;
    border: none;
    border-radius: 5px;
    transition: skew(-2deg);
    transform: skew(-2deg);
    cursor: pointer;
}

.ranks {
    text-transform: uppercase;
    color: #fff !important;
    background: #463257;
    min-width: 100px;
    min-height: 50px;
    border: none;
    border-radius: 5px;
    padding: 5px;
}

.inline {
    display: inline-block;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.entry .table .table {
    background-color: transparent;
}

.col-md-6 {
    display: inline;
}

.ajax-container {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.field-icon {
    left: 12px;
    font-size: 16px;
    top: 0;
    z-index: 4;
    width: 42px;
    height: 42px;
    color: inherit;
    line-height: 42px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    pointer-events: none;
}

.register {
    position: relative;
    vertical-align: top;
    border: 1px solid #DDD;
    display: -moz-inline-stack;
    display: inline-block;
    padding-left: 30px;
    display: inline;
    color: #626262;
    outline: none;
    height: 42px;
    transition: 0.25s;
}

input,
select {
    background: #0f0c25;
    min-width: 430px;
    border: 1px solid rgba(255, 151, 246, 0.15);
    border-left: 2px solid rgba(255, 151, 246, 0.5);
    color: #be67b6;
    padding: 16px 20px;
    position: relative;
    text-align: center;
    font-size: 14px;
}

button,
input[type="sumbit"]:before,
.content .page-content .download-block ul li a:before {
    position: absolute;
    display: block;
    width: 193px;
    height: 44px;
    top: 0;
    left: 0;
    background: url(../images/form-btn-1.png) no-repeat;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .page-content .download-block ul li a span {
    position: relative;
    display: block;
    align-self: auto !important;
    justify-self: left !important;
    text-align: left !important;
}

.lk-form.block-l li,
.lk-title,
.lk-coins,
.lk-form.block-l li {
    margin: inherit;
}

.lk-title,
.lk-coins,
.lk-form.block-l li {
    position: relative;
    display: block;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.168);
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 10px;
}

ul#paypal-options li h3,
#paypal-options li h4 {
    font-size: 17px;
    margin-top: 1rem;
    padding-right: 5rem;
}

#paypal-options li {
    border-bottom: 1px solid #efefef;
    padding-bottom: 1rem;
    display: inherit;
}

#paypal-options h3.left {
    min-width: 285px;
}

#paypal-options li h4 {
    min-width: 140px;
}

.modal-header .close {
    padding: initial;
    margin: 0rem 0rem -1rem auto;
}

ul#paypal-options {
    display: inline-block;
    margin-bottom: 1rem;
}

table.set-lk .flex-c {
    display: initial;
    float: left;
}

table.set-lk .flex-c img {
    position: relative;
    top: 5px;
    padding-right: 5px;
}

#character-info tbody tr td {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, .125);
    min-height: 110px;
    text-align: left;
}

table.set-lk tbody tr td span {
    position: relative;
    top: 5px;
}

.link {
    position: relative;
    display: table;
    margin: 25px auto 0;
    text-align: center;
    color: #a5c862;
    font-size: 14px;
    text-decoration: underline;
}

button,
input[type="sumbit"] {
    transition: all 0.3s ease;
    cursor: pointer;
    background: url(../images/button-bg.png) center bottom no-repeat;
    background-color: #20002e;
    border: 2px solid #c260ac;
    color: #e287ec;
    border-radius: 30px;
    position: relative;
    padding: 12px 32px;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.3);
}

.custom_button {
    transition: all 0.3s ease;
    cursor: pointer;
    background: url(../images/button-bg.png) center bottom no-repeat;
    background-color: #20002e;
    border: 2px solid #c260ac;
    color: #e287ec;
    border-radius: 30px;
    position: relative;
    padding: 10px 32px;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.3);
    padding-top: 0;
}

button, input[type="sumbit"] {
    display: block;
    float: inherit;
    margin: 0 auto;
}

input[type="checkbox"] {
    width: 50px !important;
    height: auto !important;
    float: left;
}

.post-header {
    margin-bottom: 1rem;
}

.post {
    margin-bottom: 5rem;
}

.bx-wrapper .bx-controls-direction a {
    top: 50% !important;
}

iframe {
    max-width: 100%;
}

.input-main {
    margin-bottom: 0px !important;
}

#main-content button {
    text-transform: uppercase;
    color: #fff;
    background: #463257;
    min-width: 100px;
    min-height: 50px;
    border: none;
    border-radius: 5px;
    transition: skew(-2deg);
    transform: skew(-2deg);
    cursor: pointer;
}

.pagination a:focus,
.pagination a:hover,
.pagination a.active a,
.pagination a.active a:focus,
.pagination a.active a:hover {
    border: 1px solid #e6e6e6;
    background-color: #f5f5f5;
    color: #696e72;
}

.pagination a.active {
    border: 1px solid #e6e6e6;
    background-color: #f5f5f5;
    color: #696e72;
    font-size: 15px;
}

.pagination a:first-child a,
.pagination a:first-child a:hover,
.pagination a:last-child a,
.pagination a:last-child a:hover {
    border-radius: 3px!important;
    -webkit-border-radius: 3px!important;
}

.pagination > a {
    padding: 5px;
    border: 1px solid #e6e6e6;
    background-color: #f5f5f5;
    color: #696e72;
    font-size: 12px;
}

.bordered {
    float: right;
}

.rank-table {
    text-align: center;
    border-bottom: 1px solid #efefef;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

table tr td {
    color: #495057;
    vertical-align: bottom;
    border-bottom: 1px solid #343433;
    padding: 10px;
}

.ranking-table .main-tr {
    position: relative;
    background: rgba(15, 15, 18, 1);
}

.ranking-table th,
.ranking-table td,
table th,
table td {
    padding: 10px;
}

.ranking-table tr:nth-child(even) {
    background: rgb(15, 15, 18);
}

.content .content-left {
    max-height: 1500px;
    overflow-x: hidden;
}

.block-content p.title {
    margin-bottom: 1rem;
}


/* width */

#eventsSidenav #events::-webkit-scrollbar,
#eventsSidenav #events::-webkit-scrollbar-track {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 2.5px;
    height: 50px !important;
    background-color: #e53627;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.block-content table.sidebar_rank th {
    border-radius: 0px;
}

.sidenav {
    font-family: 'Roboto', sans-serif;
    height: 460px;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 10%;
    overflow-x: hidden;
    padding-top: 50px;
    transition: 0.5s;
    background: url(https://warlockmu.net/assets/warlockmu/images/event_time.png) no-repeat;
}

.eventsbtn {
    background: url(https://warlockmu.net/assets/warlockmu/images/event_icon.png) no-repeat;
    top: 25%;
    left: 3px;
    width: 62px;
    height: 58px;
    border: none;
    outline: none;
    opacity: 1;
    position: fixed;
    z-index: 1;
    float: right;
    cursor: pointer;
}

#events div {
    padding: 8px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background: #ffffff08;
    border-radius: 5px;
    margin-top: 3px;
    color: #ccbea0;
    margin-left: 1rem;
}

#events div:hover {
    color: #dea427;
}

#events {
    overflow-x: auto;
    max-height: 400px;
    width: calc(100% - 10%);
}

.sidenav .closebtn {
    background: url(https://warlockmu.net/assets/warlockmu/images/close_inv.png) no-repeat;
    width: 67px;
    height: 30px;
    border: none;
    outline: none;
    position: absolute;
    bottom: 20px;
    left: 35%;
    opacity: 1;
}

.title1 {
    padding: 10px;
    background: rgba(15, 15, 18, 0.32);
    font-size: 10px;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.news li .badge {
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: .6rem;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    background: #ff361a !important;
}

.news li {
    border-bottom: 1px solid #d4d3d3;
    padding: 8px;
    font-size: .8rem;
}

.news {
    list-style: none;
    margin: 0;
    padding: 0;
}

.button-st3 {
    background: #ff361a !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2e466e', endColorstr='#415989', GradientType=0);
    background-color: #2e466e;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 9px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
}

.select-main {
    position: relative;
    vertical-align: top;
    border: 1px solid #DDD;
    display: -moz-inline-stack;
    display: inline-block;
    padding-left: 30px;
    display: inline;
    color: #626262;
    outline: none;
    height: 42px;
    transition: 0.25s;
    max-width: 225px;
}

.input-main,
select {
    background: #0f0c25;
    min-width: 430px;
    border: 1px solid rgba(255, 151, 246, 0.15);
    border-left: 2px solid rgba(255, 151, 246, 0.5);
    color: #be67b6;
    padding: 16px 20px;
    position: relative;
    text-align: center;
    font-size: 14px;
}

.first {
    color: black !important;
}

a.without_img {
    display: inherit;
}

ul.style4 span {
    float: inherit !important;
}

.white-box.acc-menu {
    text-align: center;
    padding-bottom: 1rem;
}

.sidebar-title {
    border-top: 2px solid #dfdfdf;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    text-align: center;
}

.sy-caption-wrap {
    display: none
}

.timeleft-box {
    background: #2e466e;
    padding: 3px;
    color: #fff;
    font-size: 10px
}

.timeleft-box-day {
    background: #76270c;
    padding: 3px;
    color: #fff;
    font-size: 10px
}

.timeleft-box-mon {
    background: #474544;
    padding: 3px;
    color: #fff;
    font-size: 10px
}

ul .events a {
    float: left
}

ul .events a {
    float: right
}

.countdown-block {
    height: 100px !important;
    top: 5rem !important;
    right: 0 !important;
    position: absolute;
    width: 100%;
}

#timer_div_title {
    height: 16px;
    width: 10%;
    top: 450px;
    margin-bottom: 30px;
    left: 70px;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #282828;
    text-shadow: #282828 0 0 3px;
}

#timer_div_time {
    margin-top: 30px;
    position: absolute;
    height: 400px;
    width: 120px;
    top: 350px;
    left: 260px
}

.timmer_inner_block {
    width: 93px;
    height: 88px;
    border: 1px solid #282828;
    background-color: #282828;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    padding: 3px;
    margin: 2px;
    max-width: 100%;
    -webkit-box-shadow: 0 8px 6px -6px rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 8px 6px -6px rgba(255, 255, 255, .4);
    box-shadow: 0 8px 6px -6px rgba(255, 255, 255, .4);
    filter: alpha(opacity=20)
}

#timer_div_time .timmer_inner_block .title {
    text-align: center;
    font-size: 13px;
    color: white;
    text-shadow: #1a909b 0 0 3px;
    text-transform: uppercase
}

#timer_div_time .timmer_inner_block .count {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    padding-top: 7px;
    text-shadow: #1a909b 0 0 3px;
    color: #1a909b;
}

table tr td { color: #be67b6 !important; }
.topPanel__buttons a { white-space: nowrap; }
.topNews { min-height: 653px; height: initial !important; background-size: cover; background-attachment: fixed; }
.top-news { display: inline-block; }
select#switch_server {
	min-width: 350px !important;
	margin-top: 1rem;
}
.title1 {
	position: relative;
	width: max-content;
	margin: 0 auto;
	background: transparent;
}

.title1 h1 { 
	font-size: 24px; 
	text-transform: uppercase;
	background: linear-gradient(#fcfcfc 10%, #84707a, #9fb588);
	-webkit-background-clip: text;
	color: transparent;
}

.title1 h1:before {
	content: "";
	position: absolute;
	right: 100%;
	width: 120px;
	height: 1px;
	background: #5b3b76;
	margin-right: 15px;
	top: 50%;
}

.title1 h1:after {
	content: "";
	position: absolute;
	left: 100%;
	width: 120px;
	height: 1px;
	background: #5b3b76;
	margin-left: 15px;
	top: 50%;
}

.content-lk { margin: 0 auto; text-align: center; }
.flex.lkContent {
	display: block;
	text-align: center;
	margin: 0 auto;
}

#vote-options li { min-height: 75px; }
table tr td { white-space: nowrap; }


/* Responsive */

table .input-main,
select {
    min-width: 430px !important;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .mw-header .banners {
        width: 100% !important;
    }
    .slider > div {
        width: 100%;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .mw-header {
        background: transparent;
    }
}

@media screen and (max-width: 768px) {
    .table td,
    .table th {
        padding: .25rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
        max-width: 65px;
    }
    .ranks {
        min-width: inherit;
        min-height: inherit;
        display: inline-block;
        margin-bottom: 5px;
    }
}