/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
:root {
  /* Brand Colors */
  --imblue: #064780;
  --imbluehover: #1178d3;
  --imlightblue: #2569b5;
  --imlightbluehover: #1f5795;
  /* Grays & Neutrals */
  --nearlywhite: #fafafa;
  --white: white;
  --dark0: rgba(0, 0, 0, 0.25);
  --dark1: #1a1a1a;
  --dark2: #232323;
  --dark3: #333;
  /* Link Colors In-Card Non-Highlighted */
  --link-color: #cecece;
  --link-hover-color: #ffffff;
}
body.lightmode {
  --link-color: var(--imblue);
  --link-hover-color: var(--imlightblue);
}
*,
html,
body {
  font-family: "PT Sans", sans-serif;
  outline: 0;
}
body {
  overflow-x: hidden;
  background: #fcfcfc;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.full_width {
  width: 100% !important;
}
._hidden {
  display: none;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a {
  color: #222;
  text-decoration: none;
}
#preload {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black url("../images/preload.gif") no-repeat center center;
  background-size: 48px 48px;
  z-index: 11;
}
.footer {
  font-size: 11px;
  color: #666666;
  padding: 6px 0;
  max-width: 80%;
  margin: 0 auto;
}
#adminpanel {
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f2f2), color-stop(1, white));
  background: -ms-linear-gradient(bottom, #f2f2f2, white);
  background: -moz-linear-gradient(center bottom, #f2f2f2 0%, white 100%);
  background: -o-linear-gradient(white, #f2f2f2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f2f2f2', GradientType=0);
  width: 800px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  display: inline-block;
  width: 250px;
  max-width: 90%;
  font-weight: bold;
  color: #444;
  font-size: 12px;
  cursor: pointer;
  position: fixed;
  right: 15px;
  bottom: 0;
  z-index: 10;
}
#adminpanel .panel {
  background: white;
  display: none;
}
#adminpanel .panel > div {
  padding: 10px;
  color: #555;
  font-weight: normal;
}
#adminpanel .panel > div input[type="text"] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 8px 15px;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#adminpanel .panel > div input[type="text"]:focus {
  border: 1px solid #064780;
}
#adminpanel .panel > div input[type="submit"].logout {
  background: rgba(255, 0, 0, 0.8);
  color: white;
  padding: 8px 15px;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
}
#adminpanel .title {
  padding: 8px 15px;
  cursor: pointer;
}
#adminpanel .title .tri {
  background: url("../images/triangle.png") no-repeat left center;
  width: 12px;
  height: 12px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  background-size: contain;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: -1px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#adminpanel.open .title .tri {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#adminpanel.open .panel {
  display: block;
}
#online_ucp_list {
  position: fixed;
  top: 0;
  right: 0;
  width: 190px;
  height: 100%;
  background: white;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 99;
  display: block;
  overflow: hidden;
  overflow-y: scroll;
}
#online_ucp_list.loading {
  display: none;
}
#online_ucp_list .user {
  cursor: pointer;
  font-size: 11px;
  padding: 6px 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #444;
}
#online_ucp_list .user:hover {
  background: #e6e6e6;
}
#online_ucp_list::-webkit-scrollbar {
  width: 2px !important;
}
#popover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
#popover #box {
  background: #232323;
  border: 1px solid #333;
  border-radius: 3px;
  width: 600px;
  max-width: 90%;
  min-height: 100px;
  max-height: 90vh;
  overflow: hidden;
  overflow-y: auto;
  z-index: 13;
  margin: 5vh auto 0;
  position: relative;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
}
#popover #box .close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #666;
  outline: none;
}
#popover #box .close::before {
  content: "✖";
  line-height: 1;
}
#popover #box .close:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #333;
}
#popover #box > .boxcontent {
  padding: 20px;
  font-size: 0.9em;
}
#popover #box > .boxcontent h2 {
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1em;
  letter-spacing: 0.01em;
}
#popover #box > .boxcontent > div {
  font-size: 0.85em;
  color: #e0e0e0;
  margin: 1em 0;
  line-height: 1.5;
}
#popover #box > .boxcontent > div strong {
  font-weight: 600;
}
#popover #box > .boxcontent > div select,
#popover #box > .boxcontent > div input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #333;
  background: #1a1a1a;
  color: #e0e0e0;
  border-radius: 3px;
  padding: 8px 12px;
  font-size: 0.95em;
  min-width: 120px;
  -webkit-transition: all all 0.15s ease-out;
  -moz-transition: all all 0.15s ease-out;
  -o-transition: all all 0.15s ease-out;
  transition: all all 0.15s ease-out;
}
#popover #box > .boxcontent > div select:focus,
#popover #box > .boxcontent > div input[type="text"]:focus {
  outline: none;
  border-color: #064780;
  box-shadow: 0 0 0 2px rgba(6, 71, 128, 0.1);
}
#popover #box > .boxcontent > div select::placeholder,
#popover #box > .boxcontent > div input[type="text"]::placeholder {
  color: #666;
}
#popover #box > .boxcontent > div input[type="submit"] {
  background: #064780;
  width: 100%;
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  border: 0;
  font-size: 0.95em;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all all 0.15s ease-out;
  -moz-transition: all all 0.15s ease-out;
  -o-transition: all all 0.15s ease-out;
  transition: all all 0.15s ease-out;
}
#popover #box > .boxcontent > div input[type="submit"]:hover {
  background: #075598;
  -webkit-transition: all all 0.15s ease-out;
  -moz-transition: all all 0.15s ease-out;
  -o-transition: all all 0.15s ease-out;
  transition: all all 0.15s ease-out;
}
#popover #box > .boxcontent > div input[type="submit"]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(6, 71, 128, 0.3);
}
#popover #box::-webkit-scrollbar {
  width: 6px;
}
#popover #box::-webkit-scrollbar-track {
  background: #1a1a1a;
}
#popover #box::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 3px;
}
#popover #box::-webkit-scrollbar-thumb:hover {
  background: #444;
}
body.lightmode #popover #box {
  background: #fff;
  border: 1px solid #e0e0e0;
}
body.lightmode #popover #box .close {
  background: rgba(0, 0, 0, 0.05);
  color: #666;
}
body.lightmode #popover #box .close:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #333;
}
body.lightmode #popover #box > .boxcontent h2 {
  color: #232323;
}
body.lightmode #popover #box > .boxcontent > div {
  color: #333;
}
body.lightmode #popover #box > .boxcontent > div strong {
  color: #232323;
}
body.lightmode #popover #box > .boxcontent > div select,
body.lightmode #popover #box > .boxcontent > div input[type="text"] {
  background: #f8f8f8;
  color: #232323;
  border: 1px solid #ddd;
}
body.lightmode #popover #box > .boxcontent > div select::placeholder,
body.lightmode #popover #box > .boxcontent > div input[type="text"]::placeholder {
  color: #999;
}
body.lightmode #popover #box::-webkit-scrollbar-track {
  background: #f8f8f8;
}
body.lightmode #popover #box::-webkit-scrollbar-thumb {
  background: #ddd;
}
body.lightmode #popover #box::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}
@media (max-width: 700px) {
  #popover #box {
    width: 95%;
    max-height: 85vh;
    margin: 7.5vh auto 0;
  }
  #popover #box .close {
    top: 10px;
    right: 15px;
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  #popover #box > .boxcontent {
    padding: 15px;
    padding-right: 40px;
  }
  #popover #box > .boxcontent h2 {
    font-size: 1em;
    margin-bottom: 0.8em;
  }
  #popover #box > .boxcontent > div {
    font-size: 0.9em;
    margin: 0.8em 0;
  }
  #popover #box > .boxcontent > div select,
  #popover #box > .boxcontent > div input[type="text"] {
    padding: 6px 10px;
    font-size: 0.9em;
    min-width: 100px;
  }
  #popover #box > .boxcontent > div input[type="submit"] {
    padding: 8px 16px;
    font-size: 0.9em;
  }
}
.content {
  width: 1240px;
  max-width: 95%;
  margin: 0 auto;
}
#inflation_graph {
  width: 100%;
  height: 400px;
}
#splitter {
  background: url("../images/header3.webp") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#splitter .breadcrumb {
  padding: 35px 0;
}
#splitter .breadcrumb a {
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
}
#header {
  overflow: hidden;
  background: white;
  z-index: 9;
  position: relative;
  padding: 20px 0;
}
#header.hidden > #intro {
  display: none;
}
#header #logo {
  float: left;
  background: url("../images/logo_dark.png") no-repeat center center;
  width: 290px;
  height: 40px;
  background-size: 100%;
  display: inline-block;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
  -webkit-transition: all opacity 300ms ease ease-out;
  -moz-transition: all opacity 300ms ease ease-out;
  -o-transition: all opacity 300ms ease ease-out;
  transition: all opacity 300ms ease ease-out;
}
#header #logo:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all opacity 300ms ease ease-out;
  -moz-transition: all opacity 300ms ease ease-out;
  -o-transition: all opacity 300ms ease ease-out;
  transition: all opacity 300ms ease ease-out;
}
#header ul.nav {
  float: right;
  display: inline-block;
}
#header ul.nav li {
  display: inline-block;
}
#header ul.nav li a {
  color: #808080;
  font-size: 15px;
  line-height: 40px;
  font-weight: 500;
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
#header ul.nav li a:hover {
  color: #222222;
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}
#header ul.nav li:not(:last-child) {
  padding-right: 40px;
}
#header #intro {
  position: absolute;
  left: 50%;
  top: 60%;
  text-align: center;
}
#header #intro #buttons #text {
  color: white;
  font-size: 24px;
  padding-bottom: 30px;
}
#header #intro #buttons a {
  background: transparent;
  color: white;
  font-size: 13px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid white;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  padding: 8px 24px;
  text-transform: uppercase;
  -webkit-transition: all background-color 300ms ease ease-out;
  -moz-transition: all background-color 300ms ease ease-out;
  -o-transition: all background-color 300ms ease ease-out;
  transition: all background-color 300ms ease ease-out;
  font-weight: bold;
}
#header #intro #buttons a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  background: rgba(255, 255, 255, 0.25);
  -webkit-transition: all background-color 300ms ease ease-out;
  -moz-transition: all background-color 300ms ease ease-out;
  -o-transition: all background-color 300ms ease ease-out;
  transition: all background-color 300ms ease ease-out;
}
#header #intro #buttons a:not(:first-child) {
  margin-left: 15px;
}
#social {
  text-align: center;
}
#social img {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: all opacity 300ms ease ease-out;
  -moz-transition: all opacity 300ms ease ease-out;
  -o-transition: all opacity 300ms ease ease-out;
  transition: all opacity 300ms ease ease-out;
}
#social img:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all opacity 300ms ease ease-out;
  -moz-transition: all opacity 300ms ease ease-out;
  -o-transition: all opacity 300ms ease ease-out;
  transition: all opacity 300ms ease ease-out;
}
#global_notification {
  font-size: 14px;
  line-height: 1.4;
}
#global_notification .global-notifications-wrapper {
  width: 1240px;
  max-width: 95%;
  margin: 1em auto;
}
#global_notification div.content {
  display: none;
  background: rgba(52, 152, 219, 0.1);
  border: 1px solid rgba(52, 152, 219, 0.3);
  border-radius: 3px;
  padding: 0.8em 1em;
  margin: 0.5em auto;
  color: #3498db;
  font-size: 0.9em;
  font-weight: 500;
  width: 100%;
  text-align: left;
  max-width: 100%;
  position: relative;
  align-items: center;
  gap: 0.8em;
}
#global_notification div.content.visible {
  display: flex;
}
#global_notification div.content .notification-text {
  flex: 1 1 auto;
  min-width: 0;
  word-break: break-word;
  line-height: 1.4;
}
#global_notification div.content .notification-text strong {
  font-weight: 600;
}
#global_notification div.content .notification-button {
  flex: 0 0 auto;
  margin-left: auto;
}
#global_notification div.content .notification-button a {
  background: #3498db;
  color: white;
  padding: 6px 12px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 0.85em;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease-out;
  -moz-transition: background-color 150ms ease-out;
  -o-transition: background-color 150ms ease-out;
  transition: background-color 150ms ease-out;
}
#global_notification div.content .notification-button a:hover {
  background: #217dbb;
  -webkit-transition: background-color 150ms ease-out;
  -moz-transition: background-color 150ms ease-out;
  -o-transition: background-color 150ms ease-out;
  transition: background-color 150ms ease-out;
}
#global_notification div.content .notification-close {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(52, 152, 219, 0.2);
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #3498db;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  outline: none;
}
#global_notification div.content .notification-close span {
  line-height: 1;
}
#global_notification div.content .notification-close:hover {
  background: rgba(52, 152, 219, 0.3);
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
@media (max-width: 768px) {
  #global_notification .global-notifications-wrapper {
    width: 100%;
    max-width: 95%;
    margin: 0.5em auto;
  }
  #global_notification div.content {
    flex-direction: column;
    align-items: stretch;
    gap: 0.8em;
    padding-right: 3em;
  }
  #global_notification div.content .notification-text {
    margin-right: 0;
  }
  #global_notification div.content .notification-button {
    margin-left: 0;
    align-self: flex-start;
  }
  #global_notification div.content .notification-button a {
    display: inline-block;
    width: auto;
  }
  #global_notification div.content .notification-close {
    position: absolute;
    top: 0.8em;
    right: 0.8em;
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}
body.lightmode #global_notification div.content {
  background: rgba(52, 152, 219, 0.05);
  border: 1px solid rgba(52, 152, 219, 0.2);
  color: #217dbb;
}
body.lightmode #global_notification div.content .notification-button a {
  background: #217dbb;
}
body.lightmode #global_notification div.content .notification-button a:hover {
  background: #196090;
}
body.lightmode #global_notification div.content .notification-close {
  background: rgba(52, 152, 219, 0.1);
  color: #217dbb;
}
body.lightmode #global_notification div.content .notification-close:hover {
  background: rgba(52, 152, 219, 0.2);
}
#main-wrapper {
  display: flex;
}
#content {
  font-size: 13px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
}
#content #nav_left {
  display: block;
  vertical-align: top;
  width: 250px;
  margin-right: 2em;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}
#content #nav_left ul {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
#content #nav_left ul li.optgroup-header:not(:first-child) {
  margin-top: 2em;
}
#content #nav_left ul li.optgroup-header {
  border: 1px solid black;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  background: #222;
  color: #777;
  padding: 6px 10px;
  user-select: none;
  display: flex;
  align-items: center;
}
#content #nav_left ul li.optgroup-header svg {
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
}
#content #nav_left ul a li {
  background: #fbfbfb;
  color: #989595;
  padding: 15px 20px;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 13px;
  -webkit-transition: background-color 150ms ease;
  -moz-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}
#content #nav_left ul a li:hover {
  color: #8b8888;
  background: #f3f3f3;
  -webkit-transition: background-color 150ms ease;
  -moz-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}
#content #nav_left ul a li.active {
  background: #064780;
  color: white;
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
}
#content #nav_left ul a li > div.highlight {
  background: #064780;
  font-family: 'Fira Mono', 'Consolas', 'Menlo', monospace;
  padding: 2px 8px;
  color: white;
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  float: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
#content #nav_left ul a li.active > div.highlight {
  background: #f0f0f0;
  color: #064780;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#content #nav_left ul a:first-child li {
  border-top: 1px solid #d9d9d9;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#content #nav_left ul a:last-child li {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#content #nav_righter {
  display: block;
  vertical-align: top;
  flex: 1;
  min-width: 0;
  background: white;
  border: 1px solid #d9d9d9;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none;
}
#content #nav_righter .nav_righter_container {
  padding: 15px;
}
#content #nav_righter .nav_righter_container img {
  max-width: 100%;
}
#content #nav_righter .nav_righter_container hr {
  border: 0;
  outline: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 20px 0;
}
#content #nav_righter .nav_righter_container p {
  color: #444;
  padding: 5px 0;
}
#content #nav_righter.revamped {
  background: transparent;
  border: 0;
}
#content #nav_righter.revamped .nav_righter_container {
  padding: 0;
}
@media (max-width: 1024px) {
  #content {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #content #nav_left {
    width: 30%;
    min-width: 140px;
    margin-right: 3%;
    max-width: 300px;
  }
  #content #nav_righter {
    width: 67%;
  }
}
@media (max-width: 768px) {
  #main-wrapper {
    display: block;
  }
  #content {
    flex-direction: column;
    margin-top: 10px;
    font-size: 12px;
  }
  #content #nav_left,
  #content #nav_righter {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
  }
  #content #nav_left ul a li {
    padding: 10px 8px;
    font-size: 12px;
  }
  #content #nav_righter .nav_righter_container {
    padding: 8px;
  }
}
#content .stockmarket .stock {
  width: 100%;
  padding: 8px 5px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #222;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(1, #f2f2f2));
  background: -ms-linear-gradient(bottom, white, #f2f2f2);
  background: -moz-linear-gradient(center bottom, white 0%, #f2f2f2 100%);
  background: -o-linear-gradient(#f2f2f2, white);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='white', GradientType=0);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#content .stockmarket .stock .up {
  color: green;
}
#content .stockmarket .stock .down {
  color: red;
}
#content .stockmarket .stock .name {
  width: 30%;
  font-weight: 600;
  padding-left: 8px;
}
#content .stockmarket .stock .value {
  width: 10%;
}
#content .stockmarket .stock .change {
  width: 10%;
  font-weight: bold;
}
#content .stockmarket .stock .available {
  color: rgba(0, 0, 0, 0.7);
}
#content .stockmarket .stock .details {
  margin-left: auto;
  padding-right: 8px;
}
#content .stockmarket .stock .details .button {
  background: #064780;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 11px;
  cursor: pointer;
  padding: 4px 7px;
}
#content .stockmarket .stock .details .button:hover {
  background: #075598;
}
#content .stockmarket .shareholders {
  padding: 10px;
  display: none;
}
#content .stockmarket .shareholders .holder {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 10px;
  padding: 4px;
  color: #222;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .stockmarket .shareholders .holder > div {
  width: 33.3%;
}
#content .stockmarket .shareholders .holder:hover {
  background: #f2f2f2;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
#content .bigform .row {
  clear: both;
  margin-top: 5px;
}
#content .bigform .row label {
  width: 160px;
  font-weight: 700;
  line-height: 28px;
}
#content .bigform .row label.normal {
  font-weight: 400;
}
#content .bigform .row small {
  font-size: 11px;
  color: #555;
  display: block;
  margin-bottom: 5px;
}
#content .bigform .row > div:not(.clear) input[type="text"],
#content .bigform .row > div:not(.clear) select,
#content .bigform .row > div:not(.clear) textarea {
  padding: 8px 15px;
  border: 1px solid rgba(6, 71, 128, 0.7);
  min-width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .bigform .row > div:not(.clear) textarea {
  min-height: 140px;
  min-width: 400px;
}
#content .bigform input[type="submit"] {
  background: #064780;
  color: white;
  padding: 8px 15px;
  border: 0;
  font-size: 13px;
}
#content .auction_list > .auction {
  width: 100%;
  padding: 8px 0;
}
#content .auction_list > .auction:hover {
  background: #f2f2f2;
}
#content .auction_list > .auction:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#content .auction_list > .auction > div {
  display: inline-block;
  width: 16.5%;
  padding: 0px 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
#content .auction_list > .auction > div.center {
  text-align: center;
}
#content .auction_list > .auction > div a.view {
  background: #064780;
  padding: 3px 8px;
  color: white;
  font-size: 11px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#content .auction_list > .auction > div small {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #555;
  display: block;
}
#content .auction_list > .auction > div label {
  font-size: 13px;
  line-height: 17px;
  color: #222;
}
#content .view_auction form input[type="submit"] {
  cursor: pointer;
  background: #064780;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 15px;
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  font-size: 14px;
}
#content .view_auction form input[type="submit"]:hover {
  background: #075598;
}
#content .view_auction img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#content .view_auction span.td {
  color: #666;
  font-size: 11px;
}
#content .news {
  background: white;
  border: 1px solid #d9d9d9;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding: 15px 25px;
}
#content .news .title {
  font-weight: bold;
  color: #555;
  font-size: 17px;
  line-height: 34px;
  color: #064780;
  float: left;
}
#content .news .time {
  float: right;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.8);
}
#content .news .text {
  color: #666;
  text-align: justify;
  line-height: 18px;
  font-size: 14px;
}
#content .news a.btn-link {
  background-color: #064780;
  color: white;
  padding: 8px 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
}
#content .news a.btn-link:hover {
  background: rgba(6, 71, 128, 0.9);
}
#content .err404 {
  text-align: center;
}
#content .err404 .sad {
  font-size: 20em;
  color: #064780;
}
#content .err404 > .error {
  font-size: 15px;
  line-height: 30px;
}
#content .err404 .goback_button {
  background: #064780;
  color: white;
  cursor: pointer;
  padding: 7px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
}
#content .err404 .goback_button:hover {
  background: rgba(6, 71, 128, 0.9);
}
#content .termsofservice h3 {
  font-size: 14px;
  color: #064780;
}
#content .termsofservice img.provider {
  max-height: 40px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
#content .login_warning {
  background: rgba(255, 106, 0, 0.8);
  border: 2px solid #f06400;
  padding: 8px 15px;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#content .login_warning h2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
#content .friendlist .lookup {
  line-height: 15px;
}
#content .friendlist .lookup strong {
  font-weight: bold;
}
#content .friendlist .friend {
  background: #064780;
  color: white;
  padding: 4px 8px;
  font-size: 12px;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 8px;
  margin-right: 8px;
}
#content .friendlist .friend a {
  color: white;
}
#content .friendlist .friend > div.delete {
  display: inline-block;
  color: white;
  cursor: pointer;
  font-size: 11px;
  margin-left: 9px;
}
#content .friendlist .friend > div.online {
  display: inline-block;
  color: green;
  cursor: pointer;
  margin-right: 9px;
}
#content .friendlist hr {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin: 8px 0;
}
#content .friendlist h2 {
  font-size: 16px;
  line-height: 24px;
}
#content .friendlist form {
  width: 400px;
  max-width: 100%;
}
#content .friendlist form input,
#content .friendlist form select,
#content .friendlist form textarea {
  float: left;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .friendlist form input[type="text"],
#content .friendlist form input[type="date"],
#content .friendlist form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #444;
  width: 70%;
}
#content .friendlist form input[type="text"].small,
#content .friendlist form input[type="date"].small,
#content .friendlist form select.small {
  width: 30%;
}
#content .friendlist form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #064780;
  background: #064780;
  color: white;
  padding: 8px 15px;
  width: 30%;
  cursor: pointer;
}
#content .friendlist form input[type="submit"].small {
  padding: 3px 7px;
  width: auto;
}
#content .friendlist form textarea {
  border: 1px solid #064780;
  padding: 6px;
  color: #444;
  width: 100%;
  min-height: 90px;
}
#content .tbl_search {
  text-align: right;
  font-weight: bold;
}
#content .tbl_search input[type="search"] {
  margin-left: 6px;
}
#content .tbl_filter {
  margin-bottom: 10px;
}
#content .tbl_filter b {
  font-weight: bold;
}
#content .tbl_filter span.filter {
  padding: 3px 5px;
  color: #064780;
  background: white;
  border: 1px solid #064780;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 6px;
  white-space: nowrap;
  float: left;
  margin-bottom: 10px;
}
#content .tbl_filter span.filter.active,
#content .tbl_filter span.filter:hover {
  background: #064780;
  color: white;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  cursor: pointer;
}
#content .tbl_list {
  width: 100%;
}
#content .tbl_list .view-authorities,
#content .tbl_list .view-adminlog {
  cursor: pointer;
}
#content .tbl_list .smallbutton {
  background: #db2323;
  color: red;
  padding: 3px 7px;
  font-size: 11px;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
  border: 0;
  cursor: pointer;
}
#content .tbl_list .blendin.small {
  width: 48px;
  text-align: center;
}
#content .tbl_list thead th {
  font-weight: bold;
  font-size: 15px;
  padding: 8px 0;
  color: #222;
  text-align: left;
}
#content .tbl_list tbody tr {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
#content .tbl_list tbody tr:nth-child(even) {
  background: #ededed;
}
#content .tbl_list tbody tr:hover {
  background: #064780;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
#content .tbl_list tbody tr:hover > td {
  color: white;
}
#content .tbl_list tbody tr:hover > td a {
  color: white;
}
#content .tbl_list tbody tr td {
  color: #333;
  padding: 6px 0;
}
#content .tbl_list tbody tr td .red {
  color: red;
}
#content .tbl_list tbody tr td .orange {
  color: orange;
}
#content .tbl_list tbody tr td a.button {
  background: #064780;
  color: white;
  padding: 4px 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
}
#content .spaced_form .row > label {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  padding: 14px 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  text-align: left;
}
#content .spaced_form .row > div {
  display: inline-block;
  vertical-align: middle;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .spaced_form .row > div input[type="text"],
#content .spaced_form .row > div select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px 15px;
  width: 200px;
  max-width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#content .spaced_form .row > div input[type="text"]:active,
#content .spaced_form .row > div select:active,
#content .spaced_form .row > div input[type="text"]:focus,
#content .spaced_form .row > div select:focus {
  border: 1px solid rgba(6, 71, 128, 0.65);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.12);
}
#content .spaced_form input[type="submit"] {
  background: #064780;
  color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 15px;
  text-align: center;
  font-size: 13px;
  width: 100%;
  border: 0;
  cursor: pointer;
}
#content .spaced_form input[type="submit"]:hover {
  background: #053968;
}
#content .support_ticket h2 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
#content .support_ticket strong {
  font-weight: 700;
}
#content .support_ticket form.close {
  float: right;
}
#content .support_ticket form label {
  font-size: 14px;
  line-height: 18px;
}
#content .support_ticket form small {
  font-size: 11px;
  color: #888;
  line-height: 17px;
}
#content .support_ticket form input[type="text"],
#content .support_ticket form input[type="email"],
#content .support_ticket form select,
#content .support_ticket form textarea {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 7px 10px;
  color: #444;
  width: 300px;
  max-width: 90%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#content .support_ticket form input[type="submit"] {
  background: #064780;
  color: white;
  padding: 7px 10px;
  border: 1px solid #064780;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .support_ticket form input[type="submit"]:hover {
  background: #075598;
}
#content .support_ticket form textarea {
  width: 100%;
  height: 150px;
}
#content .support_ticket form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#content .support_ticket form.close input[type="submit"] {
  background: #de2828;
  cursor: pointer;
  border: 0;
}
#content .support_ticket form.close input[type="submit"]:hover {
  background: rgba(222, 40, 40, 0.9);
}
#content .support_ticket form.close input[type="submit"].accept {
  background: green;
}
#content .support_ticket form.close input[type="submit"].accept:hover {
  background: rgba(0, 128, 0, 0.9);
}
#content .support_ticket .convo .message {
  margin-bottom: 15px;
}
#content .support_ticket .convo .message .header {
  padding: 7px 10px;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f2f2), color-stop(1, white));
  background: -ms-linear-gradient(bottom, #f2f2f2, white);
  background: -moz-linear-gradient(center bottom, #f2f2f2 0%, white 100%);
  background: -o-linear-gradient(white, #f2f2f2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f2f2f2', GradientType=0);
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#content .support_ticket .convo .message .msg {
  padding: 10px;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .support_ticket .convo .message .msg a {
  color: #064780;
}
#content .support_ticket .convo .message .msg a:hover {
  color: #777;
}
#content .faction_war_list .war_list_item .winner {
  color: #88c100;
}
#content .faction_war_list .war_list_item:hover {
  background: #f2f2f2;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
#content .faction_war_list .war_list_item > div:not(.clear) {
  float: left;
  padding: 6px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .faction_war_list .war_list_item > div:nth-child(1) {
  width: 10%;
  padding-left: 0;
}
#content .faction_war_list .war_list_item > div:nth-child(2) {
  width: 70%;
}
#content .faction_war_list .war_list_item > div:nth-child(2) strong {
  font-weight: 600;
}
#content .faction_war_list .war_list_item > div:nth-child(3) {
  width: 20%;
  text-align: right;
}
#content .faction_war_list .war_list_item > div:nth-child(3) a.status {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: white;
  font-size: 11px;
  text-decoration: none;
  padding: 4px 9px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 600;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
#content .faction_war_list .war_list_item > div:nth-child(3) a.status.finished {
  background: #88c100;
}
#content .faction_war_list .war_list_item > div:nth-child(3) a.status.ongoing {
  background: #b3b3b3;
}
#content .faction_war_list .war_list_item > div:nth-child(3) a.status:hover {
  cursor: pointer;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#content .warinfo #war_heatmap {
  width: 1000px;
  height: 1000px;
  background: url("https://imgur.com/nXbHo3c") no-repeat center center;
  background-size: contain;
}
#content .warinfo strong {
  font-weight: bold;
}
#content .warinfo .teams > div {
  display: inline-block;
  vertical-align: middle;
}
#content .warinfo .teams .team {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 50px 70px;
}
#content .warinfo .teams .team.winner {
  background: rgba(0, 128, 0, 0.5);
  color: white;
  border: 1px solid white;
}
#content .warinfo .teams .team.winner h4 {
  color: white;
}
#content .warinfo .teams .team h2 {
  font-size: 1.3em;
  font-weight: bold;
}
#content .warinfo .teams .team h3 {
  font-size: 1.1em;
  padding-bottom: 8px;
}
#content .warinfo .teams .team h4 {
  line-height: 1.3em;
  color: #555;
}
#content .warinfo .teams .vs {
  padding: 0 20px;
}
#content .faq h2 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
#content .faq .question {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f2f2), color-stop(1, white));
  background: -ms-linear-gradient(bottom, #f2f2f2, white);
  background: -moz-linear-gradient(center bottom, #f2f2f2 0%, white 100%);
  background: -o-linear-gradient(white, #f2f2f2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f2f2f2', GradientType=0);
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 8px 10px;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#content .faq .question > .tri {
  background: url("../images/triangle.png") no-repeat left center;
  width: 12px;
  height: 12px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  background-size: contain;
  display: inline-block;
  margin-right: 8px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#content .faq .question:not(:last-child) {
  border-bottom: 0;
}
#content .faq .question.active {
  background: rgba(6, 71, 128, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#content .faq .question.active > .tri {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#content .faq .answer {
  padding: 15px;
  color: #444;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#content .premium h2 {
  font-size: 18px;
  line-height: 24px;
}
#content .premium h2.left {
  float: left;
}
#content .premium .balance {
  float: right;
  background: #064780;
  color: white;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 15px;
}
#content .premium .balance.single {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#content .premium .addbalance,
#content .premium .transfer {
  float: right;
  cursor: pointer;
  background: #88c100;
  color: white;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 15px;
}
#content .premium .addbalance.transfer,
#content .premium .transfer.transfer {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #333;
}
#content .premium #addmoney h3 {
  color: #064780;
  font-size: 18px;
  line-height: 24px;
}
#content .premium #addmoney h4 {
  color: #444;
  font-size: 14px;
}
#content .premium #addmoney .step {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5px;
  padding: 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
  display: none;
}
#content .premium #addmoney .step small {
  font-size: 11px;
  color: #777;
}
#content .premium #addmoney .step.visible {
  display: block;
}
#content .premium #addmoney .step #initCreatePayment {
  background: #064780;
  border: 0;
  padding: 10px 18px;
  color: white;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#content .premium #addmoney .step .country_select select,
#content .premium #addmoney .step .country_select input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 15px;
  border: 0;
  outline: 0;
}
#content .premium #addmoney .step .country_select select {
  min-width: 200px;
  border: 1px solid rgba(6, 71, 128, 0.5);
  color: #333;
}
#content .premium #addmoney .step .country_select input[type="submit"] {
  background: #064780;
  border: 1px solid #064780;
  color: white;
  cursor: pointer;
}
#content .premium #addmoney .step .amount_choice {
  display: none;
}
#content .premium #addmoney .step .amount_choice.visible {
  display: block;
}
#content .premium #addmoney .step .amount_choice .amount {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 6px;
  padding: 0 6px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#content .premium #addmoney .step .amount_choice .amount:hover {
  background: rgba(6, 71, 128, 0.1);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#content .premium #addmoney .step .amount_choice .amount:hover label {
  padding: 15px 0;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
#content .premium #addmoney .step .amount_choice .amount.active {
  background: rgba(6, 71, 128, 0.1);
}
#content .premium #addmoney .step .amount_choice .amount.loading {
  background: url("../images/preload.gif") no-repeat 95% center #064780;
  background-size: 24px;
}
#content .premium #addmoney .step .amount_choice .amount.loading span,
#content .premium #addmoney .step .amount_choice .amount.loading small,
#content .premium #addmoney .step .amount_choice .amount.loading label {
  color: white;
}
#content .premium #addmoney .step .amount_choice .amount input,
#content .premium #addmoney .step .amount_choice .amount label {
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
#content .premium #addmoney .step .amount_choice .amount label {
  margin-left: 10px;
  height: 27px;
  padding: 10px 0;
  width: 80%;
}
#content .premium #addmoney .step .amount_choice .amount span {
  color: #222;
  font-size: 14px;
  line-height: 16px;
}
#content .premium #addmoney .step .amount_choice .amount small {
  color: #666;
  font-size: 12px;
}
#content .premium #addmoney .step .payment_method .paypal,
#content .premium #addmoney .step .payment_method .psc,
#content .premium #addmoney .step .payment_method .zaypay,
#content .premium #addmoney .step .payment_method .daopay,
#content .premium #addmoney .step .payment_method .stripe,
#content .premium #addmoney .step .payment_method .coinpayments {
  width: 200px;
  height: 50px;
  cursor: pointer;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  display: inline-block;
}
#content .premium #addmoney .step .payment_method .paypal:hover,
#content .premium #addmoney .step .payment_method .psc:hover,
#content .premium #addmoney .step .payment_method .zaypay:hover,
#content .premium #addmoney .step .payment_method .daopay:hover,
#content .premium #addmoney .step .payment_method .stripe:hover,
#content .premium #addmoney .step .payment_method .coinpayments:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
#content .premium #addmoney .step .payment_method .paypal > div,
#content .premium #addmoney .step .payment_method .psc > div,
#content .premium #addmoney .step .payment_method .zaypay > div,
#content .premium #addmoney .step .payment_method .daopay > div,
#content .premium #addmoney .step .payment_method .stripe > div,
#content .premium #addmoney .step .payment_method .coinpayments > div {
  color: #444;
  margin-top: 50px;
}
#content .premium #addmoney .step .payment_method .paypal {
  background: url("../images/pp.png") no-repeat center center;
  background-size: contain;
}
#content .premium #addmoney .step .payment_method .stripe {
  background: url("../images/pm_visa.png") no-repeat center center;
  background-size: contain;
}
#content .premium #addmoney .step .payment_method .psc {
  background: url("../images/logo_psc.png") no-repeat center center;
  background-size: contain;
}
#content .premium #addmoney .step .payment_method .coinpayments {
  background: url("../../../www.coinpayments.net/images/pub/buynow-small-white.png") no-repeat center center;
  background-size: contain;
}
#content .premium #addmoney .step .payment_method .zaypay {
  background: url("../images/logo_zaypay.png") no-repeat center center;
  background-size: contain;
}
#content .premium #addmoney .step .payment_method .daopay {
  background: url("../images/logo_daopay.jpg") no-repeat center center;
  background-size: contain;
}
#content .premium .compare_tbl .cmpitem {
  float: left;
  width: 20%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
#content .premium .compare_tbl .cmpitem:hover:not(:first-child) > div:not(:last-child) {
  background: rgba(6, 71, 128, 0.1);
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
#content .premium .compare_tbl .cmpitem .fade {
  color: rgba(0, 0, 0, 0.6);
}
#content .premium .compare_tbl .cmpitem > div {
  padding: 11px 5px;
}
#content .premium .compare_tbl .cmpitem > div:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#content .premium .compare_tbl .cmpitem > div.title {
  font-weight: bold;
}
#content .premium .compare_tbl .cmpitem > div > .button {
  background: #064780;
  color: white;
  padding: 8px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
#content .premium .compare_tbl .cmpitem > div > .button:hover {
  background: #075598;
}
#content .premium .compare_tbl .cmpitem:not(:first-child) > div {
  text-align: center;
  color: #444;
}
#content .premium .compare_tbl .cmpitem:first-child > div {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  font-weight: 500;
}
#content .premium .item {
  width: 147px;
  height: 150px;
  text-align: center;
  background: #064780;
  color: white;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: background-color 500ms ease-out;
  -moz-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out;
}
#content .premium .item:hover {
  background: #075598;
  -webkit-transition: background-color 500ms ease-out;
  -moz-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out;
}
#content .premium .item .btn_purch {
  background: white;
  padding: 4px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #064780;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  margin-top: 23px;
  display: inline-block;
  cursor: pointer;
}
#content .premium .item h3 {
  font-weight: bold;
  font-size: 17px;
  line-height: 50px;
}
#content .premium .item h4 {
  font-size: 13px;
  line-height: 16px;
}
#content .premium .item > .details .price {
  position: absolute;
  left: 5px;
  bottom: 5px;
}
#content .premium .item > .details .link {
  position: absolute;
  right: 5px;
  bottom: 5px;
  cursor: pointer;
}
#content .premium .item > .details .link > a {
  color: white;
}
#content .admins h2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
#content .admins .admin {
  padding: 4px 0;
}
#content .admins .admin a {
  color: #555;
}
#content .manage_products .product > div:not(.clear) {
  float: left;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .manage_products .product > div:not(.clear) input {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 3px 7px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  width: 100%;
}
#content .manage_products .product > div:not(.clear):nth-child(1) {
  width: 70%;
  padding: 3px;
}
#content .manage_products .product > div:not(.clear):nth-child(2) {
  width: 20%;
  padding: 3px;
}
#content .manage_products .product > div:not(.clear):nth-child(3) {
  width: 10%;
  text-align: center;
}
#content .manage_products .product > div:not(.clear):nth-child(3) input[type="submit"] {
  background: #cc0000;
  padding: 3px 7px;
  font-size: 9px;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  margin-top: 6px;
  text-transform: uppercase;
}
#content .manage_products .product > div:not(.clear):nth-child(3) input[type="submit"]:hover {
  background: #b30000;
}
#content .manage_products input[type="submit"].submit {
  background: #064780;
  color: white;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#content .manage_products input[type="submit"].submit:hover {
  background: #075598;
}
#content .player_report_confirm,
#content .player_report_warning {
  background: rgba(6, 71, 128, 0.05);
  border: 3px solid #064780;
  padding: 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #222;
}
#content .player_report_confirm span.big,
#content .player_report_warning span.big {
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
}
#content .player_report_confirm button,
#content .player_report_warning button {
  background: #064780;
  color: white;
  cursor: pointer;
  padding: 4px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0;
}
#content .player_report_confirm button:hover,
#content .player_report_warning button:hover {
  background: #075598;
}
#content .player_report_confirm button:not(:first-child),
#content .player_report_warning button:not(:first-child) {
  margin-left: 10px;
}
#content form.player_report label {
  width: 140px;
  max-width: 30%;
  text-align: right;
  display: inline-block;
  font-weight: bold;
  line-height: 33px;
  padding-right: 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  vertical-align: top;
}
#content form.player_report input[type="text"],
#content form.player_report input[type="email"],
#content form.player_report select,
#content form.player_report textarea {
  vertical-align: top;
  background: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 11px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 200px;
  max-width: 70%;
  font-size: 12px;
  color: #333;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content form.player_report input[type="text"]:focus,
#content form.player_report input[type="email"]:focus,
#content form.player_report select:focus,
#content form.player_report textarea:focus {
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
}
#content form.player_report textarea {
  height: 140px;
}
#content form.player_report input[type="submit"] {
  background: #064780;
  color: white;
  padding: 9px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
}
#content form.player_report input[type="submit"]:hover {
  background: #075598;
  cursor: pointer;
}
#content form.player_report input[type="file"] {
  display: none;
}
#content form.player_report .select_ss {
  display: inline-block;
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 11px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 12px;
  color: #333;
  width: 70%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
#content form.player_report select {
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content form.player_report button.addmore {
  padding: 5px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #222;
  font-size: 16px;
  font-weight: bold;
  background: white;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  margin-left: 10px;
}
#content form.player_report button.addmore:hover {
  background: #ebebeb;
  cursor: pointer;
}
#content .crimes .pageselect:not(.left),
#content .adminlogs .pageselect:not(.left),
#content .moneylogs .pageselect:not(.left),
#content .firearm-applications .pageselect:not(.left) {
  float: right;
}
#content .crimes .pageselect a,
#content .adminlogs .pageselect a,
#content .moneylogs .pageselect a,
#content .firearm-applications .pageselect a {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 2px 6px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .crimes .pageselect a.active,
#content .adminlogs .pageselect a.active,
#content .moneylogs .pageselect a.active,
#content .firearm-applications .pageselect a.active,
#content .crimes .pageselect a:hover,
#content .adminlogs .pageselect a:hover,
#content .moneylogs .pageselect a:hover,
#content .firearm-applications .pageselect a:hover {
  background: #064780;
  color: white;
}
#content .crimes .crime,
#content .adminlogs .crime,
#content .moneylogs .crime,
#content .firearm-applications .crime,
#content .crimes .adminlog,
#content .adminlogs .adminlog,
#content .moneylogs .adminlog,
#content .firearm-applications .adminlog,
#content .crimes .moneylog,
#content .adminlogs .moneylog,
#content .moneylogs .moneylog,
#content .firearm-applications .moneylog,
#content .crimes .login,
#content .adminlogs .login,
#content .moneylogs .login,
#content .firearm-applications .login {
  padding: 8px 10px;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
#content .crimes .crime:hover,
#content .adminlogs .crime:hover,
#content .moneylogs .crime:hover,
#content .firearm-applications .crime:hover,
#content .crimes .adminlog:hover,
#content .adminlogs .adminlog:hover,
#content .moneylogs .adminlog:hover,
#content .firearm-applications .adminlog:hover,
#content .crimes .moneylog:hover,
#content .adminlogs .moneylog:hover,
#content .moneylogs .moneylog:hover,
#content .firearm-applications .moneylog:hover,
#content .crimes .login:hover,
#content .adminlogs .login:hover,
#content .moneylogs .login:hover,
#content .firearm-applications .login:hover {
  background: #064780;
  color: white;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
#content .crimes .crime > div:nth-child(1),
#content .adminlogs .crime > div:nth-child(1),
#content .moneylogs .crime > div:nth-child(1),
#content .firearm-applications .crime > div:nth-child(1),
#content .crimes .adminlog > div:nth-child(1),
#content .adminlogs .adminlog > div:nth-child(1),
#content .moneylogs .adminlog > div:nth-child(1),
#content .firearm-applications .adminlog > div:nth-child(1),
#content .crimes .moneylog > div:nth-child(1),
#content .adminlogs .moneylog > div:nth-child(1),
#content .moneylogs .moneylog > div:nth-child(1),
#content .firearm-applications .moneylog > div:nth-child(1),
#content .crimes .login > div:nth-child(1),
#content .adminlogs .login > div:nth-child(1),
#content .moneylogs .login > div:nth-child(1),
#content .firearm-applications .login > div:nth-child(1) {
  width: 20%;
  float: left;
}
#content .crimes .crime > div:nth-child(2),
#content .adminlogs .crime > div:nth-child(2),
#content .moneylogs .crime > div:nth-child(2),
#content .firearm-applications .crime > div:nth-child(2),
#content .crimes .adminlog > div:nth-child(2),
#content .adminlogs .adminlog > div:nth-child(2),
#content .moneylogs .adminlog > div:nth-child(2),
#content .firearm-applications .adminlog > div:nth-child(2),
#content .crimes .moneylog > div:nth-child(2),
#content .adminlogs .moneylog > div:nth-child(2),
#content .moneylogs .moneylog > div:nth-child(2),
#content .firearm-applications .moneylog > div:nth-child(2),
#content .crimes .login > div:nth-child(2),
#content .adminlogs .login > div:nth-child(2),
#content .moneylogs .login > div:nth-child(2),
#content .firearm-applications .login > div:nth-child(2) {
  width: 80%;
  float: left;
}
#content .crimes .crime.login > div:nth-child(1),
#content .adminlogs .crime.login > div:nth-child(1),
#content .moneylogs .crime.login > div:nth-child(1),
#content .firearm-applications .crime.login > div:nth-child(1),
#content .crimes .adminlog.login > div:nth-child(1),
#content .adminlogs .adminlog.login > div:nth-child(1),
#content .moneylogs .adminlog.login > div:nth-child(1),
#content .firearm-applications .adminlog.login > div:nth-child(1),
#content .crimes .moneylog.login > div:nth-child(1),
#content .adminlogs .moneylog.login > div:nth-child(1),
#content .moneylogs .moneylog.login > div:nth-child(1),
#content .firearm-applications .moneylog.login > div:nth-child(1),
#content .crimes .login.login > div:nth-child(1),
#content .adminlogs .login.login > div:nth-child(1),
#content .moneylogs .login.login > div:nth-child(1),
#content .firearm-applications .login.login > div:nth-child(1) {
  width: 20%;
  float: left;
}
#content .crimes .crime.login > div:nth-child(2),
#content .adminlogs .crime.login > div:nth-child(2),
#content .moneylogs .crime.login > div:nth-child(2),
#content .firearm-applications .crime.login > div:nth-child(2),
#content .crimes .adminlog.login > div:nth-child(2),
#content .adminlogs .adminlog.login > div:nth-child(2),
#content .moneylogs .adminlog.login > div:nth-child(2),
#content .firearm-applications .adminlog.login > div:nth-child(2),
#content .crimes .moneylog.login > div:nth-child(2),
#content .adminlogs .moneylog.login > div:nth-child(2),
#content .moneylogs .moneylog.login > div:nth-child(2),
#content .firearm-applications .moneylog.login > div:nth-child(2),
#content .crimes .login.login > div:nth-child(2),
#content .adminlogs .login.login > div:nth-child(2),
#content .moneylogs .login.login > div:nth-child(2),
#content .firearm-applications .login.login > div:nth-child(2) {
  width: 80%;
  float: left;
}
#content .crimes .crime.moneylog > div:nth-child(1),
#content .adminlogs .crime.moneylog > div:nth-child(1),
#content .moneylogs .crime.moneylog > div:nth-child(1),
#content .firearm-applications .crime.moneylog > div:nth-child(1),
#content .crimes .adminlog.moneylog > div:nth-child(1),
#content .adminlogs .adminlog.moneylog > div:nth-child(1),
#content .moneylogs .adminlog.moneylog > div:nth-child(1),
#content .firearm-applications .adminlog.moneylog > div:nth-child(1),
#content .crimes .moneylog.moneylog > div:nth-child(1),
#content .adminlogs .moneylog.moneylog > div:nth-child(1),
#content .moneylogs .moneylog.moneylog > div:nth-child(1),
#content .firearm-applications .moneylog.moneylog > div:nth-child(1),
#content .crimes .login.moneylog > div:nth-child(1),
#content .adminlogs .login.moneylog > div:nth-child(1),
#content .moneylogs .login.moneylog > div:nth-child(1),
#content .firearm-applications .login.moneylog > div:nth-child(1) {
  width: 15%;
  float: left;
}
#content .crimes .crime.moneylog > div:nth-child(2),
#content .adminlogs .crime.moneylog > div:nth-child(2),
#content .moneylogs .crime.moneylog > div:nth-child(2),
#content .firearm-applications .crime.moneylog > div:nth-child(2),
#content .crimes .adminlog.moneylog > div:nth-child(2),
#content .adminlogs .adminlog.moneylog > div:nth-child(2),
#content .moneylogs .adminlog.moneylog > div:nth-child(2),
#content .firearm-applications .adminlog.moneylog > div:nth-child(2),
#content .crimes .moneylog.moneylog > div:nth-child(2),
#content .adminlogs .moneylog.moneylog > div:nth-child(2),
#content .moneylogs .moneylog.moneylog > div:nth-child(2),
#content .firearm-applications .moneylog.moneylog > div:nth-child(2),
#content .crimes .login.moneylog > div:nth-child(2),
#content .adminlogs .login.moneylog > div:nth-child(2),
#content .moneylogs .login.moneylog > div:nth-child(2),
#content .firearm-applications .login.moneylog > div:nth-child(2) {
  width: 15%;
  float: left;
}
#content .crimes .crime.moneylog > div:nth-child(3),
#content .adminlogs .crime.moneylog > div:nth-child(3),
#content .moneylogs .crime.moneylog > div:nth-child(3),
#content .firearm-applications .crime.moneylog > div:nth-child(3),
#content .crimes .adminlog.moneylog > div:nth-child(3),
#content .adminlogs .adminlog.moneylog > div:nth-child(3),
#content .moneylogs .adminlog.moneylog > div:nth-child(3),
#content .firearm-applications .adminlog.moneylog > div:nth-child(3),
#content .crimes .moneylog.moneylog > div:nth-child(3),
#content .adminlogs .moneylog.moneylog > div:nth-child(3),
#content .moneylogs .moneylog.moneylog > div:nth-child(3),
#content .firearm-applications .moneylog.moneylog > div:nth-child(3),
#content .crimes .login.moneylog > div:nth-child(3),
#content .adminlogs .login.moneylog > div:nth-child(3),
#content .moneylogs .login.moneylog > div:nth-child(3),
#content .firearm-applications .login.moneylog > div:nth-child(3) {
  width: 70%;
  float: left;
}
#content .vehicles .vehicle {
  display: inline-block;
  width: 50%;
}
#content .vehicles .vehicle label {
  float: left;
  width: 30%;
}
#content .vehicles .vehicle label img {
  width: 100%;
}
#content .vehicles .vehicle > div {
  padding-top: 5px;
  padding-left: 8px;
  float: left;
  width: 70%;
  font-size: 11px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 14px;
  color: #444;
}
#content .vehicles .vehicle > div h2 {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
#content .vehicles .vehicle > div > strong {
  font-weight: bold;
}
#content .houses .house,
#content .businesses .house,
#content .houses .business,
#content .businesses .business {
  float: left;
  width: 25%;
  padding: 10px 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 14px;
  color: #444;
  position: relative;
}
#content .houses .house label,
#content .businesses .house label,
#content .houses .business label,
#content .businesses .business label {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  display: block;
  height: 20px;
}
#content .houses .house > strong,
#content .businesses .house > strong,
#content .houses .business > strong,
#content .businesses .business > strong {
  font-weight: bold;
}
#content .houses .house > a.view_stats,
#content .businesses .house > a.view_stats,
#content .houses .business > a.view_stats,
#content .businesses .business > a.view_stats {
  background: #064780;
  padding: 4px 6px;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  display: none;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
#content .houses .house > a.view_stats:hover,
#content .businesses .house > a.view_stats:hover,
#content .houses .business > a.view_stats:hover,
#content .businesses .business > a.view_stats:hover {
  background: rgba(6, 71, 128, 0.9);
}
#content .houses .house:hover,
#content .businesses .house:hover,
#content .houses .business:hover,
#content .businesses .business:hover {
  background: rgba(6, 71, 128, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#content .houses .house:hover > a.view_stats,
#content .businesses .house:hover > a.view_stats,
#content .houses .business:hover > a.view_stats,
#content .businesses .business:hover > a.view_stats {
  display: inline-block;
}
#content .houses .business,
#content .businesses .business {
  width: 33.3%;
}
#content h2.title {
  color: #064780;
  font-size: 15px;
  line-height: 20px;
}
#content #lottery .bigtitle,
#content #scrapyard .bigtitle {
  color: #064780;
  font-size: 20px;
  line-height: 30px;
}
#content #lottery .bigtitle_sub,
#content #scrapyard .bigtitle_sub {
  color: #444;
  font-size: 15px;
  line-height: 24px;
}
#content #lottery form label,
#content #scrapyard form label {
  font-size: 15px;
  line-height: 30px;
}
#content #lottery form select,
#content #scrapyard form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: top;
  text-align: center;
  padding: 6px 15px;
  font-size: 15px;
}
#content #lottery form input[type="submit"],
#content #scrapyard form input[type="submit"] {
  background: #064780;
  color: white;
  padding: 9px 15px;
  border: 0;
  font-size: 13px;
  cursor: pointer;
}
#content #lottery form input[type="submit"].disabled,
#content #scrapyard form input[type="submit"].disabled {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  cursor: not-allowed;
}
#content #search_player {
  float: right;
}
#content #search_player input[type="text"],
#content #search_player input[type="submit"] {
  border: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 6px 10px;
}
#content #search_player input[type="submit"] {
  background: #064780;
  color: white;
  cursor: pointer;
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}
#content #search_player input[type="submit"]:hover {
  background: rgba(6, 71, 128, 0.9);
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}
#content hr.styled {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin: 20px 0;
}
#content #chat > div.messagebox {
  float: left;
  width: 80%;
  height: 361px;
  overflow: hidden;
}
#content #chat > div.messagebox .msg {
  line-height: 15px;
  color: #444;
}
#content #chat > div.messagebox .msg > div:not(.clear) {
  float: left;
}
#content #chat > div.messagebox .msg .ts {
  width: 7%;
  color: #888;
}
#content #chat > div.messagebox .msg .name {
  width: 20%;
  color: #111;
}
#content #chat > div.messagebox .msg .txt {
  width: 73%;
}
#content #chat > div.online_users {
  float: left;
  width: 20%;
  text-align: center;
  color: #444;
  line-height: 15px;
}
#content #chat > div.online_users a {
  color: inherit;
}
#content #chat > div.online_users .title {
  color: #222;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
#content #chat > div.submitmessage {
  margin-top: 10px;
}
#content #chat > div.submitmessage input {
  float: left;
}
#content #chat > div.submitmessage input[type="text"] {
  width: 80%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 8px 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content #chat > div.submitmessage input[type="submit"] {
  width: 20%;
  background: #064780;
  border: 1px solid #064780;
  color: white;
  padding: 8px 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
#content #elections .party {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  padding: 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  cursor: pointer;
}
#content #elections .party:hover {
  background: rgba(6, 71, 128, 0.05);
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
#content #elections .party label {
  font-size: 18px;
  color: #064780;
  cursor: pointer;
  line-height: 25px;
}
#content #elections .party small {
  font-size: 14px;
  color: #555;
}
#content #elections .party .hidden {
  position: absolute;
  left: -999999999px;
}
#content #elections .party.selected {
  background: rgba(6, 71, 128, 0.4);
}
#content #elections .party.selected label {
  color: white;
}
#content #elections .party.selected small {
  color: #f2f2f2;
}
#content #elections input[type="submit"] {
  background: #064780;
  color: white;
  font-size: 13px;
  text-align: center;
  padding: 11px 15px;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 100%;
}
#content #elections input[type="submit"]:hover {
  background: #053968;
}
#content .profile > hr {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin: 20px 0;
}
#content .profile > .skin,
#content .profile > .about {
  float: left;
}
#content .profile > .skin {
  width: 40%;
}
#content .profile .badges .badge {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 6px;
  color: white;
  padding: 7px 9px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .profile .badges .badge.admin {
  background: #e32222;
  border: 1px solid #c71414;
}
#content .profile .badges .badge.helper {
  background: #de5d1d;
  border: 1px solid #cc561b;
}
#content .profile .badges .badge.premium {
  background: #c7b218;
  border: 1px solid #b8a411;
}
#content .profile .badges .badge.factionleader {
  background: #45c223;
  border: 1px solid #3ca81e;
}
#content .profile .badges .badge.award {
  background: #1b79de;
  border: 1px solid #1d6bbf;
}
#content .profile .badges .badge.vacation {
  background: #1b79de;
  border: 1px solid #1d6bbf;
}
#content .profile input[type="submit"].button {
  background: #064780;
  color: white;
  padding: 4px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 0;
}
#content .profile input[type="submit"].button:hover {
  background: rgba(6, 71, 128, 0.9);
}
#content .profile > .about {
  width: 60%;
}
#content .profile > .about.fullwidth {
  width: 100%;
}
#content .profile > .about .bbcode {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #444;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e8e8e8;
}
#content .profile > .about > .details {
  line-height: 16px;
  margin: 8px 0;
}
#content .profile > .about > .details .light {
  color: #b3b3b3;
}
#content .profile > .about > .details strong {
  font-weight: 500;
}
#content .profile > .about > .details > .row {
  clear: both;
}
#content .profile > .about > .details > .row label {
  font-weight: bold;
  float: left;
  width: 30%;
}
#content .profile > .about > .details > .row > div {
  float: right;
  width: 70%;
}
#content .profile h2 {
  font-size: 18px;
  font-weight: 500;
}
#content .profile h2.inline {
  display: inline-block;
}
#content .profile select.inline {
  display: inline-block;
  margin-left: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 6px 10px;
}
#content .form_big form {
  margin: 0 auto;
  width: 600px;
  max-width: 90%;
}
#content .form_big form.large {
  width: auto;
  max-width: 100%;
}
#content .form_big form .row {
  margin-bottom: 10px;
}
#content .form_big form .row.notice {
  text-align: center;
  color: #555;
  font-size: 12px;
}
#content .form_big form .row label {
  float: left;
  width: 30%;
  font-weight: bold;
  line-height: 30px;
  color: #444;
  font-size: 15px;
}
#content .form_big form .row > div {
  text-align: right;
  width: 70%;
  display: inline-block;
}
#content .form_big form .row > div.left {
  text-align: left;
}
#content .form_big form .row > div.error {
  width: 100%;
  text-align: left;
  display: block;
  color: #cc0000;
  line-height: 20px;
}
#content .form_big form .row > div.notice {
  width: 100%;
  text-align: left;
  display: block;
  color: #555;
  line-height: 20px;
  font-size: 12px;
}
#content .form_big form input[type="text"],
#content .form_big form input[type="password"],
#content .form_big form input[type="email"],
#content .form_big form input[type="datetime-local"],
#content .form_big form select,
#content .form_big form textarea {
  padding: 5px 12px;
  border: 1px solid #888;
  font-family: inherit;
  width: 100%;
  color: #444;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .form_big form input[type="text"]:focus,
#content .form_big form input[type="password"]:focus,
#content .form_big form input[type="email"]:focus,
#content .form_big form input[type="datetime-local"]:focus,
#content .form_big form select:focus,
#content .form_big form textarea:focus {
  border: 1px solid #444;
}
#content .form_big form input[type="checkbox"] {
  padding: 5px 12px;
  border: 1px solid #888;
  font-family: inherit;
  color: #444;
  margin: 9px 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .form_big form input[type="checkbox"]:focus {
  border: 1px solid #444;
}
#content .form_big form textarea {
  min-height: 100px;
}
#content .form_big form textarea.small {
  min-height: 40px;
}
#content .form_big form select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#content .form_big form input[type="submit"] {
  width: 100%;
  padding: 9px 0;
  font-family: inherit;
  background: #064780;
  border: 0;
  color: white;
  font-weight: bold;
  font-size: 15px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  cursor: pointer;
  -webkit-transition: all opacity 300ms ease ease-out;
  -moz-transition: all opacity 300ms ease ease-out;
  -o-transition: all opacity 300ms ease ease-out;
  transition: all opacity 300ms ease ease-out;
}
#content .form_big form input[type="submit"]:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms ease ease-out;
  -moz-transition: all 300ms ease ease-out;
  -o-transition: all 300ms ease ease-out;
  transition: all 300ms ease ease-out;
}
#content .form_big form a {
  color: #0862b1;
  font-weight: bold;
}
#content .form_big form a:hover {
  color: #064780;
}
@media (max-width: 480px) {
  #splitter {
    display: none;
  }
  #header {
    padding: 0;
  }
  #header #logo {
    display: none;
  }
  #header.hidden > #intro {
    display: none;
  }
  #header #logo {
    width: 100%;
  }
  #header ul.nav {
    float: none;
    text-align: center;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 10px;
  }
  #header ul.nav li {
    width: 50%;
    padding: 0 !important;
  }
  #header #intro {
    display: none;
  }
  #content .form_big form .row label {
    float: none;
  }
  #content .form_big form .row > div {
    width: 100%;
    display: block;
    text-align: left;
  }
  #content #chat > div.messagebox {
    float: left;
    width: 80%;
    height: 361px;
    overflow: hidden;
  }
  #content #chat > div.messagebox .msg {
    line-height: 15px;
    color: #444;
  }
  #content #chat > div.messagebox .msg > div:not(.clear) {
    float: none;
  }
  #content #chat > div.messagebox .msg .ts {
    width: 20%;
    color: #888;
  }
  #content #chat > div.messagebox .msg .name {
    width: 60%;
    color: #111;
    clear: both;
  }
  #content #chat > div.messagebox .msg .txt {
    width: 73%;
  }
  #content .houses .house,
  #content .businesses .house,
  #content .houses .business,
  #content .businesses .business {
    width: 100%;
    display: block;
  }
  #content .crimes .crime > div:nth-child(1),
  #content .adminlogs .crime > div:nth-child(1),
  #content .crimes .adminlog > div:nth-child(1),
  #content .adminlogs .adminlog > div:nth-child(1) {
    display: none;
  }
  #content .crimes .crime > div:nth-child(2),
  #content .adminlogs .crime > div:nth-child(2),
  #content .crimes .adminlog > div:nth-child(2),
  #content .adminlogs .adminlog > div:nth-child(2) {
    float: none;
    display: block;
    width: 100%;
  }
  #content .vehicles .vehicle {
    width: 100%;
  }
  #content .profile > .skin,
  #content .profile > .about {
    float: none;
  }
  #content .profile > .skin {
    width: 100%;
    text-align: center;
  }
  #content .profile > .about {
    width: 100%;
  }
  #content .premium .item {
    width: 100%;
    height: 60px;
  }
}
.revamped-card-outline {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid black;
  border-radius: 3px;
  background: #232323;
}
body.lightmode .revamped-card-outline {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  background: #fff;
}
body.lightmode #nav_righter.revamped {
  box-shadow: none !important;
}
body.lightmode #content #nav_left ul {
  box-shadow: none !important;
}
body.lightmode #content #nav_left ul li.optgroup-header {
  color: #989595;
  background: #fff;
  border: 1px solid #e0e0e0;
}
.flash_success {
  background: rgba(39, 174, 96, 0.1);
  border: 1px solid rgba(39, 174, 96, 0.3);
  border-radius: 3px;
  padding: 0.8em 1em;
  margin-bottom: 1.2em;
  color: #27ae60;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.4;
}
.flash_success p {
  color: inherit !important;
}
body.lightmode .flash_success {
  background: rgba(39, 174, 96, 0.05);
  border: 1px solid rgba(39, 174, 96, 0.2);
  color: #1e7e34;
}
body.lightmode .flash_success p {
  color: inherit !important;
}
.flash_warning {
  background: rgba(241, 196, 15, 0.1);
  border: 1px solid rgba(241, 196, 15, 0.3);
  border-radius: 3px;
  padding: 0.8em 1em;
  margin-bottom: 1.2em;
  color: #f1c40f;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.4;
}
.flash_warning p {
  color: inherit !important;
}
body.lightmode .flash_warning {
  background: rgba(241, 196, 15, 0.05);
  border: 1px solid rgba(241, 196, 15, 0.2);
  color: #b8860b;
}
body.lightmode .flash_warning p {
  color: inherit !important;
}
.flash_error {
  background: rgba(231, 76, 60, 0.1);
  border: 1px solid rgba(231, 76, 60, 0.3);
  border-radius: 3px;
  padding: 0.8em 1em;
  margin-bottom: 1.2em;
  color: #e74c3c;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.4;
}
.flash_error p {
  color: inherit !important;
}
body.lightmode .flash_error {
  background: rgba(231, 76, 60, 0.05);
  border: 1px solid rgba(231, 76, 60, 0.2);
  color: #c0392b;
}
body.lightmode .flash_error p {
  color: inherit !important;
}
.flash_info {
  background: rgba(52, 152, 219, 0.1);
  border: 1px solid rgba(52, 152, 219, 0.3);
  border-radius: 3px;
  padding: 0.8em 1em;
  margin-bottom: 1.2em;
  color: #3498db;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.4;
}
.flash_info p {
  color: inherit !important;
}
body.lightmode .flash_info {
  background: rgba(52, 152, 219, 0.05);
  border: 1px solid rgba(52, 152, 219, 0.2);
  color: #217dbb;
}
body.lightmode .flash_info p {
  color: inherit !important;
}
header.main-header {
  background: url("../images/header-background-sm.webp") no-repeat center center rgba(0, 0, 0, 0.5);
  background-size: cover;
  width: 100%;
  min-height: 0;
  transition: min-height 500ms ease-out;
  display: flex;
  flex-direction: column;
  position: relative;
}
/* Hero pages get video first frame background */
header.main-header.hero {
  background: black no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
header.hero.main-header {
  transition: min-height 300ms ease-out;
}
/* Video background support */
header.main-header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
}
/* Flatpickr theme overrides */
.flatpickr-calendar {
  background: #232323 !important;
  border: 1px solid #333 !important;
  border-radius: 3px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
  font-family: inherit !important;
  width: fit-content !important;
}
body.lightmode .flatpickr-calendar {
  background: #fff !important;
  border: 1px solid #ddd !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}
/* Calendar header */
.flatpickr-months {
  background: transparent !important;
  padding: 1em !important;
}
.flatpickr-months .flatpickr-month {
  background: transparent !important;
  color: #e0e0e0 !important;
}
body.lightmode .flatpickr-months .flatpickr-month {
  color: #232323 !important;
}
.flatpickr-current-month {
  font-size: 0.9em !important;
  font-weight: 600 !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  background: #1a1a1a !important;
  color: #e0e0e0 !important;
  border: 1px solid #333 !important;
  border-radius: 3px !important;
  padding: 0.4em 0.6em !important;
  font-size: 0.9em !important;
}
body.lightmode .flatpickr-current-month .flatpickr-monthDropdown-months {
  background: #f8f8f8 !important;
  color: #232323 !important;
  border: 1px solid #ddd !important;
}
.flatpickr-current-month .numInputWrapper {
  background: transparent !important;
  width: fit-content !important;
}
.flatpickr-current-month .numInputWrapper span {
  color: var(--nearlywhite) !important;
}
.numInputWrapper span {
  color: var(--nearlywhite) !important;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: var(--nearlywhite) !important;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: var(--nearlywhite) !important;
}
.flatpickr-current-month input.cur-year {
  background: #1a1a1a !important;
  color: #e0e0e0 !important;
  border: 1px solid #333 !important;
  border-radius: 3px !important;
  padding: 0.5em 0.8em !important;
  font-weight: 600 !important;
  font-size: 0.9em !important;
}
body.lightmode .flatpickr-current-month input.cur-year {
  background: #f8f8f8 !important;
  color: #232323 !important;
  border: 1px solid #ddd !important;
}
/* Navigation arrows */
.flatpickr-prev-month,
.flatpickr-next-month {
  color: #888 !important;
  transition: color 0.15s !important;
  fill: var(--nearlywhite) !important;
}
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #064780 !important;
  fill: var(--imlightblue) !important;
}
body.lightmode .flatpickr-prev-month,
body.lightmode .flatpickr-next-month {
  color: #666 !important;
  fill: var(--nearlywhite) !important;
}
body.lightmode .flatpickr-prev-month:hover,
body.lightmode .flatpickr-next-month:hover {
  color: #064780 !important;
  fill: var(--imlightblue) !important;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--imlightblue) !important;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: none !important;
}
/* Weekday headers */
.flatpickr-weekdays {
  background: transparent !important;
  padding: 0 1em !important;
}
.flatpickr-weekday {
  background: transparent !important;
  color: #888 !important;
  font-weight: 500 !important;
  font-size: 0.8em !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  padding: 0.6em 0 !important;
}
body.lightmode .flatpickr-weekday {
  color: #666 !important;
}
/* Days container */
.flatpickr-days {
  padding: 1em !important;
}
.flatpickr-disabled {
  opacity: 0.1 !important;
  cursor: not-allowed !important;
}
.flatpickr-rContainer {
  padding: 0 !important;
}
.flatpickr-innerContainer {
  border-bottom: none !important;
}
.flatpickr-days .dayContainer {
  justify-content: flex-start !important;
}
/* Individual days */
.flatpickr-day {
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 3px !important;
  color: #e0e0e0 !important;
  font-weight: 500 !important;
  transition: all 0.15s !important;
  margin: 1px !important;
}
body.lightmode .flatpickr-day {
  color: #232323 !important;
}
.flatpickr-day:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}
body.lightmode .flatpickr-day:hover {
  background: #f0f0f0 !important;
  border-color: #ddd !important;
  color: #232323 !important;
}
/* Selected/range days */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: #064780 !important;
  color: #fff !important;
  border-color: #064780 !important;
  font-weight: 600 !important;
}
body.lightmode .flatpickr-day.selected,
body.lightmode .flatpickr-day.startRange,
body.lightmode .flatpickr-day.endRange {
  background: #064780 !important;
  color: #fff !important;
  border-color: #064780 !important;
}
.flatpickr-day.inRange {
  background: rgba(6, 71, 128, 0.25) !important;
  color: #fff !important;
  border-color: rgba(6, 71, 128, 0.3) !important;
  box-shadow: none !important;
}
body.lightmode .flatpickr-day.inRange {
  background: rgba(6, 71, 128, 0.15) !important;
  color: #232323 !important;
  border-color: rgba(6, 71, 128, 0.2) !important;
  box-shadow: none !important;
}
/* Disabled/outside days */
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  color: #555 !important;
}
body.lightmode .flatpickr-day.prevMonthDay,
body.lightmode .flatpickr-day.nextMonthDay {
  color: #ccc !important;
}
.flatpickr-day.disabled {
  color: #444 !important;
  cursor: not-allowed !important;
}
body.lightmode .flatpickr-day.disabled {
  color: #ddd !important;
}
/* Today indicator */
.flatpickr-day.today {
  border-color: #888 !important;
}
body.lightmode .flatpickr-day.today {
  border-color: #666 !important;
}
.flatpickr-day.today:not(.selected) {
  background: rgba(255, 255, 255, 0.05) !important;
}
body.lightmode .flatpickr-day.today:not(.selected) {
  background: rgba(0, 0, 0, 0.03) !important;
}
.imrp-filter-select,
.imrp-pagesize-select,
.imrp-input-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23e0e0e0' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 6px center !important;
  background-color: #1a1a1a !important;
  background-size: 8px !important;
}
body.lightmode .imrp-filter-select,
body.lightmode .imrp-pagesize-select,
body.lightmode .imrp-input-select {
  background-image: url("data:image/svg+xml;charset=US-ASCII, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23232323' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") !important;
  color: #232323 !important;
  border-color: #ddd !important;
  background-color: #f8f8f8 !important;
}
