#adminPanel {
  width: 744px;
  z-index: 1000;
  margin: auto;
}
#adminPanel.direct {
  width: 800px;
  position: fixed;
  top: 0;
  right: 0;
}
#adminPanel .block {
  display: none;
  margin-right: 10px;
  padding-top: 40px;
}
#adminPanel form {
  width: 740px;
  background-color: #f3f3f3;
  border: solid 1px #a1a1a1;
  padding: 4px;
}
#adminPanel .flexrow {
  display: flex;
}
#adminPanel .leftcol {
  width: 380px;
  margin-right: 10px;
}
#adminPanel .rightcol {
  width: 360px;
}
#adminPanel .bar {
  clear: both;
  background: #DDD;
  margin-right: 10px;
  margin-top: 20px;
}
#adminPanel label {
  text-align: right;
  margin-bottom: 10px;
}
#adminPanel label.block {
  text-align: left;
  margin-right: 0;
  display: block;
  float: none;
  padding-top: 0;
  margin-top: 5px;
}
#adminPanel label.left {
  text-align: left;
  width: 50px;
}
#adminPanel textarea {
  width: 100%;
  font-size: 11px;
}
#adminPanel ul.checkboxlist {
  list-style: none;
}
#adminPanel ul.checkboxlist label, #adminPanel ul.checkboxlist input {
  display: inline;
  float: none;
  margin: auto;
  vertical-align: middle;
}
#adminPanel b {
  text-align: right;
  margin: 0 5px;
}
#adminPanel fieldset {
  display: grid;
  grid-template-columns: 110px auto;
  grid-auto-flow: row;
  grid-gap: 4px 8px;
  padding: 5px 5px;
}
#adminPanel fieldset hr {
  grid-column: 1/-1;
  width: 100%;
}
#adminPanel fieldset .buttons-centered {
  grid-column: 1/-1;
  margin: 10px 0;
  text-align: center;
}
#adminPanel .buttonBox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-top: 10px;
  text-align: right;
}
#adminPanel .buttonBox input {
  margin-right: 4px;
  margin-top: 4px;
}
#adminPanel fieldSet.finances {
  grid-template-columns: 170px auto;
}
#adminPanel fieldSet.skills {
  grid-template-columns: 115px 60px 60px;
  padding: 5px 5px;
}
#adminPanel fieldSet.skills div {
  display: inline-flex;
}
#adminPanel fieldSet.skills div label {
  margin-right: 5px;
}
#adminPanel fieldSet.skills div input {
  width: 60px;
}

.dialogForm {
  background-color: #f3f3f3;
}
.dialogForm label, .dialogForm input select {
  display: block;
  float: left;
  margin-bottom: 10px;
  clear: both;
}
.dialogForm label {
  text-align: right;
  margin-right: 15px;
  width: 130px;
}

.clear {
  clear: both;
}

table.admin {
  border-collapse: collapse;
  text-align: left;
  margin: 10px auto;
}
table.admin caption, table.admin th {
  background: none repeat scroll 0 0 #B9B9B9;
  border-bottom: 1px solid #FFFFFF;
  border-top: 4px solid #AAAAAA;
  color: #333333;
  font-size: 13px;
  font-weight: normal;
  padding: 6px 8px;
}
table.admin td {
  background: none repeat scroll 0 0 #E8E8E8;
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid transparent;
  color: #666699;
  padding: 6px 8px;
}
table.admin td.highlighted {
  background: none repeat scroll 0 0 #D8D8D8;
}
table.admin a {
  color: Blue;
  text-decoration: underline;
}

.tabset {
  padding-left: 8px;
  padding-right: 6px;
  height: 32px;
}
.tabset ol {
  height: 32px;
  margin: 0;
  display: inline;
  top: 1px;
  list-style: none;
  font-size: 1em;
}
.tabset ol li {
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  background: rgb(78, 78, 77);
  padding: 4px;
  border: 1px solid rgb(67, 64, 21);
  color: #d4d3c9;
  display: block;
  float: left;
  height: 16px;
  margin-right: 5px;
}
.tabset ol li.selected {
  display: inline;
  background: rgb(125, 127, 121);
  border: 1px solid rgb(67, 64, 21);
  padding: 4px;
  color: #EEEEEE;
  font-weight: bold;
}
.tabset .block {
  margin: 0;
  display: none;
  clear: both;
}

#admin_output_block {
  position: absolute;
  top: 0;
  right: 0;
  font-family: Courier New;
  font-size: 1em;
  width: 700px;
}

.transparent_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
}

#spinner {
  border: black 1px solid;
  background: #FFFFFF;
  display: none;
  text-align: center;
  font-size: 20px;
  position: absolute;
  width: 100px;
  top: 250px;
  left: 330px;
  z-index: 1000;
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
}

.formLabels {
  padding: 5px;
}
.formLabels label {
  font-weight: bold;
  font-size: 13px;
  text-align: right;
  width: 100px;
  float: left;
  clear: left;
}
.formLabels .details {
  color: #666666;
  display: block;
  font-size: 11px;
  font-weight: normal;
  text-align: right;
  width: 100px;
}
.formLabels input[type=text] {
  float: left;
  font-size: 12px;
  padding: 4px 2px;
  border: solid 1px #aacfe4;
  width: 300px;
  margin: 2px 0 20px 10px;
}
.formLabels .container {
  border: solid 2px #b7ddf2;
  padding: 4px;
  background: white;
  margin: 2px 0 20px 110px;
}
.formLabels textarea {
  width: 500px;
  height: 200px;
}
.formLabels .buttons {
  margin-top: 15px;
}

#fcbklist {
  height: 300px;
  list-style-type: none;
  margin: 0;
  overflow: auto;
  padding: 0;
  z-index: 1;
}
#fcbklist li {
  background-color: #F7F7F7;
  border: 1px solid #D8DFEA;
  display: block;
  float: left;
  list-style-image: none;
  list-style-type: none;
  margin: 2px;
  padding: 2px;
}
#fcbklist .fcbklist_item {
  background-color: #FFFFFF;
  clear: both;
  position: relative;
  height: 50px;
  overflow: hidden;
}
#fcbklist .itemover {
  background-color: #F7F7F7 !important;
}
#fcbklist .liselected {
  border: 1px solid #149525 !important;
  background-color: #D7F8AC !important;
}
#fcbklist .itemselected {
  background-color: #D7F8AC !important;
  background-image: url(checked.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#fcbklist strong {
  color: #222222;
  font-size: 11px;
  margin-top: 2px;
  width: 65px;
}

.clearer {
  clear: both;
  height: 1px;
  font-size: 1px;
}

#filters {
  padding: 4px 0 0;
  zoom: 1;
}
#filters .selections {
  display: none;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#filters .selections li {
  float: left;
  padding: 4px 7px;
  text-align: center;
  width: 100px;
}
#filters .selections li.view_on {
  background: #FFFFFF url(multi_selector_bg.gif) repeat-x scroll center top;
}
#filters .selections li a {
  color: #3B5998;
  text-decoration: none;
}

.forumForm {
  padding: 5px;
  clear: both;
}
.forumForm label {
  display: block;
  color: Black;
  margin-top: 10px;
}
.forumForm input[type=text] {
  width: 500px;
}
.forumForm textarea {
  width: 500px;
  height: 200px;
}
.forumForm .buttons {
  margin-top: 15px;
}

.composer {
  color: #333;
  direction: ltr;
  text-align: left;
  font-size: 11px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  /*border-bottom: solid 1px #808080; padding-top: 10px; padding-bottom: 10px; */
}
.composer label {
  float: left;
  width: 50px;
}
.composer form {
  margin-left: 60px;
  background-color: #F2F2F2;
  border: 1px solid #CCC;
  padding: 5px;
}
.composer textarea {
  display: inline;
  height: 44px;
  margin-top: 5px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  overflow: hidden;
  padding: 3px;
  width: 96%;
}
.composer .checkboxes label, .composer .checkboxes input[type=checkbox] {
  float: left;
  width: auto;
  margin-right: 10px;
}

.forum .pageInfo {
  border-bottom: solid 1px #808080;
  padding: 6px;
}
.forum .pager {
  float: right;
}
.forum .ago {
  color: #606060;
  font-size: smaller;
  margin-left: 3px;
}
.forum .tiny {
  color: #606060;
  font-size: 9px;
}
.forum .leftBox {
  width: 460px;
  float: left;
}
.forum h5 {
  border-bottom: 1px solid #2B6773;
  border-top: 1px solid #2B6773;
  padding: 2px;
}

.commentList {
  list-style: none;
  padding: 0 5px 5px 5px;
  margin-top: 0;
}
.commentList li {
  border-bottom: solid 1px #808080;
  padding-top: 10px;
  padding-bottom: 10px;
}
.commentList .profileBox {
  float: left;
  margin-right: 10px;
  width: 50px;
}
.commentList .postBox {
  margin-left: 60px;
  max-width: 600px;
  overflow: auto;
}
.commentList .postBox h3 {
  display: inline;
}
.commentList .postBox .body {
  margin: 3px 0;
  font-size: 11px;
}
.commentList .ago, .commentList .adminInfo {
  color: #606060;
  font-size: 9px;
}
.commentList a.action {
  color: #2B6773;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 9px;
}

.threadList {
  list-style: none;
  padding: 0 5px 5px 5px;
  margin-top: 0;
}
.threadList li {
  border-bottom: solid 1px #808080;
  padding-top: 5px;
  padding-bottom: 5px;
}
.threadList .profileBox {
  float: left;
  margin-right: 10px;
  width: 45px;
}
.threadList .postBox {
  margin-left: 50px;
  max-width: 600px;
  overflow: auto;
}
.threadList .postBox .body {
  margin: 0;
  font-size: 11px;
}
.threadList h3 {
  color: #2B6773;
  display: inline;
}
.threadList .ago {
  color: #606060;
  font-size: 9px;
}
.threadList a.action {
  color: #2B6773;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 9px;
}

.requestList {
  list-style: none;
  padding: 0 5px 5px 5px;
  border-top: solid 1px #808080;
}
.requestList li {
  border-bottom: solid 1px #808080;
  padding-top: 5px;
  padding-bottom: 5px;
}

.requestItem .sender {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: left;
}
.requestItem .body {
  width: 450px;
  float: left;
}
.requestItem .message {
  margin: 0 0;
  font-size: 12px;
  font-style: italic;
}
.requestItem .ago {
  color: #606060;
  font-size: smaller;
  margin-left: 3px;
  font-weight: normal;
}
.requestItem .tiny {
  color: #606060;
  font-size: 9px;
}
.requestItem .requestPayload {
  margin-top: 10px;
}
.requestItem h2 {
  font-size: 13px;
  margin-bottom: 2px;
}
.requestItem h3 {
  font-size: 11px;
}

#forumPostsPage .forumForm {
  margin-left: 55px;
}

#setProfilePicPage div.standout {
  background-color: #E4ECEC;
  padding: 5px;
  border: solid 1px black;
}
#setProfilePicPage p.big {
  font-size: 1.2em;
  margin: 0;
}
#setProfilePicPage ol li {
  margin-top: 10px;
  font-size: 1.2em;
}

.bountyUser {
  clear: left;
  font-weight: normal;
}
.bountyUser .pictureBox {
  width: 50px;
  height: 65px;
  float: left;
  margin-bottom: 10px;
}
.bountyUser .pictureBox img {
  vertical-align: top;
}
.bountyUser .infoBox {
  margin-left: 10px;
  float: left;
  margin-bottom: 10px;
}
.bountyUser h1 {
  font-size: 1.1em;
  font-weight: bold;
}
.bountyUser h2 {
  font-size: 0.9em;
  font-weight: normal;
  font-family: sans-serif;
  padding-left: 2px;
}
.bountyUser h3 {
  font-size: 0.9em;
  font-weight: normal;
  padding-top: 5px;
}
.bountyUser h4 {
  font-size: 0.9em;
  font-weight: normal;
  font-style: italic;
}
.bountyUser h5 {
  background: black;
  text-align: center;
  font-size: 0.9em;
  padding: 2px;
  font-style: italic;
}
.bountyUser .money {
  font-weight: bold;
  font-size: 1.1em;
}

.bountyTarget h5 {
  color: #CC0000;
}

.bountyClient h5 {
  color: White;
}

.bountyClaimed h5 {
  color: Green;
}

table.bountyReport {
  width: 100%;
}
table.bountyReport td.time {
  text-align: right;
}
table.bountyReport td.icon {
  width: 20px;
  text-align: center;
}

#bountyPage #info {
  width: 350px;
  float: left;
  margin-bottom: 10px;
}
#bountyPage #comments {
  width: 720px;
  clear: both;
}
#bountyPage #timeline {
  width: 350px;
  float: right;
  margin-bottom: 10px;
}
#bountyPage div.like {
  display: none;
}

.positioned_box {
  position: relative;
}
.positioned_box span, .positioned_box h1, .positioned_box h2 {
  position: absolute;
}

.ui-dialog .ui-dialog-content {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

body .ui-dialog .ui-dialog-buttonpane {
  margin: 0;
  padding: 0;
  font-size: 11px;
}

.scoreboardWidget {
  width: 335px;
  margin: 4px 4px;
  position: relative;
  float: left;
  border: 1px solid #4C0900;
  background: rgba(255, 255, 255, 0.3);
}
.scoreboardWidget h1 {
  padding: 5px;
  border-bottom: 2px solid rgb(75, 9, 0);
  padding-bottom: 0.25em;
  color: rgb(75, 9, 0);
  font-variant: small-caps;
}

.scoreboardWidget_row {
  border-bottom: 1px solid #a0a295;
  padding: 5px;
}

.scoreboardWidget_row_selected {
  background: rgba(0, 0, 0, 0.15);
}

.scoreboardWidget_row_stale {
  background: rgba(0, 0, 0, 0.1);
}

.scoreboardWidget_right {
  float: right;
}

.scoreboardWidget_rank {
  font-size: 1.2em;
  font-weight: bold;
  color: #5B0900;
  line-height: 50px;
  margin-right: 5px;
}

.scoreboardWidget_avatar {
  float: left;
  margin-right: 10px;
}

.scoreboardWidget_score {
  float: right;
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
  color: #5B0900;
  margin-top: 6px;
}

.scoreboardWidget_row input {
  float: right;
}

.battleWidget {
  width: 386px;
  margin-right: 12px;
}

.battleWidgetPager {
  text-align: right;
  padding: 1px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}

#battleWidgetFilter {
  float: left;
  width: 270px;
  margin-top: 5px;
}
#battleWidgetFilter input[type=text] {
  width: 30px;
  font-size: 10px;
  border: 1px solid #4C0900;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  padding: 2px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 10px 0 0;
}
#battleWidgetFilter .pager {
  clear: both;
  padding-top: 10px;
  color: #5B0900;
  text-decoration: normal;
  font-weight: bold;
}

#newsfeed {
  float: right;
  width: 285px;
  margin-top: 10px;
}

#socialbar {
  width: 756px;
  height: 30px;
  padding: 2px;
}
#socialbar div.tbButton {
  border-width: 2px;
  border-color: #F0F0F0;
  border-style: outset;
  background-color: #ECEEF5;
  margin: 0;
  padding: 4px 4px;
  cursor: pointer;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
}
#socialbar div.tbButton:active {
  border-style: inset;
}
#socialbar div.tbRightButton {
  float: right;
  margin-right: 4px;
}
#socialbar div.tbLeftButton {
  float: left;
  margin-left: 4px;
}
#socialbar div img {
  width: 16px;
  vertical-align: middle;
  margin-right: 2px;
}

#likeDialog {
  min-height: 0 !important;
}

.profile_header {
  border-bottom: 2px solid black;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
  color: black;
}

.nag_errors.js_error {
  background-color: #FFD6D2;
  padding: 10px;
}

.livefeed_facebook_logo_menubar {
  display: none;
}

.commentWall {
  clear: both;
  position: relative;
  background-color: #E0E2E0;
  padding: 10px;
  border: solid 1px #4B0900;
  color: Black;
}
.commentWall a {
  color: #5B0900;
}

.nextUnlockMessage {
  text-align: center;
}

#filterCategory label {
  float: left;
  width: 150px;
}
#filterCategory h2 {
  border-bottom: solid 1px black;
}

table.capacityInfo {
  width: 450px;
}
table.capacityInfo caption {
  text-align: left;
  border-bottom: solid 1px gray;
  background: #E0E2E0;
}
table.capacityInfo td {
  background: none repeat scroll 0 0 #E8E8E8;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  color: #666699;
  padding: 6px 8px;
}
table.purchaseWithCredits {
  font-size: 16px;
  border-style: none solid solid;
  text-align: center;
  margin: auto auto 10px;
}
table.purchaseWithCredits td {
  text-align: left;
  padding: 4px 4px 4px 2px;
}
table.purchaseWithCredits td.item {
  width: 250px;
  color: #2B3C3F;
}
table.purchaseWithCredits td.item img {
  position: relative;
  top: -2px;
}
table.purchaseWithCredits button {
  text-align: left;
  font-size: 14px;
  min-width: 105px;
  padding: 4px;
  padding-left: 10px;
}

.inventory_locked {
  text-align: center;
  font-size: large;
  font-variant: small-caps;
  line-height: 40px;
  padding-top: 5px;
  background-image: url("lock_48.png");
  background-repeat: no-repeat;
}

ul.reqitems {
  list-style-type: none;
  padding-left: 10px;
}
ul.reqitems li {
  height: 40px;
  margin-bottom: 10px;
}
ul.nobullet {
  list-style: none;
  background-image: none;
}

#complianceLinks {
  text-align: center;
}

.specialItems {
  width: 666px;
  margin-left: 5px;
}
.specialItems footer {
  float: right;
}

.specialItem {
  width: 150px;
  margin-right: 10px;
  border: solid 1px black;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  min-height: 235px;
}
.specialItem h1 {
  font-size: 1.1em;
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid black;
  text-align: center;
  padding: 2px;
  border-radius: 4px 4px 0 0;
}
.specialItem .role {
  background: rgba(0, 0, 0, 0.35);
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  font-weight: bold;
}
.specialItem .numOwned {
  margin-top: 6px;
  font-weight: normal;
  font-size: larger;
  text-align: center;
}
.specialItem .bonus {
  margin-top: 4px;
  padding-left: 10px;
}
.specialItem .description {
  padding: 8px;
  line-height: 1.5em;
}
.specialItem .rewards {
  margin-top: 4px;
  padding-left: 10px;
}
.specialItem .cost {
  text-align: center;
  font-weight: bold;
}
.specialItem .members {
  margin-top: 4px;
  padding-left: 10px;
}
.specialItem .image {
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}
.specialItem .buttons {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.specialItem .image img {
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
.specialItem img {
  display: inline;
}
.specialItem select {
  width: 38px;
}

.slick-prev, .slick-next {
  display: inline;
  position: relative;
  left: -10px;
  width: 30px;
  height: 30px;
}

.slick-prev:before, .slick-next:before {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.4);
}

.banner {
  width: 744px;
  height: 90px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.properties_box {
  clear: both;
  width: 455px;
  background-color: rgba(112, 112, 96, 0.2);
  padding: 5px 5px 5px 140px;
  text-align: left;
  margin-left: 38px;
  margin-bottom: 4px;
  font-size: 1em;
  line-height: 15px;
  min-height: 75px;
  position: relative;
}
.properties_box .image {
  position: absolute;
  top: 5px;
  left: 5px;
}
.properties_box .message {
  font-style: italic;
}
.properties_box h3 {
  font-size: 1.2em;
}
.properties_box h4 {
  background: rgb(148, 138, 115);
  padding-top: 2px;
  padding-bottom: 2px;
}
.properties_box .box2 {
  float: right;
  margin-left: 10px;
  padding-left: 10px;
  text-align: left;
  border-left: solid 1px gray;
  width: 130px;
  min-height: 70px;
}
.properties_box select {
  width: 50px;
}
.properties_box .buttons {
  float: right;
  margin-left: 20px;
  min-height: 70px;
  width: 95px;
  text-align: right;
}

input[type=text].styled {
  width: 30px;
  font-size: 13px;
  border: 1px solid #4C0900;
  padding: 2px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 5px 0 0;
}

/* from facebook.css */
body {
  margin: 0;
  padding: 0;
  background: none repeat scroll 0 0 rgb(255, 255, 255);
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  text-align: left;
  direction: ltr;
  unicode-bidi: embed;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: rgb(51, 51, 51);
}

h1 {
  font-size: 14px;
}

h4, h5 {
  font-size: 11px;
}

p {
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  text-align: left;
}

a {
  cursor: pointer;
  color: rgb(59, 89, 152);
  outline-style: none;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  border: 0 none;
}

form {
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
  color: rgb(32, 32, 32);
  font-weight: bold;
  vertical-align: middle;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mt-3 {
  margin-top: 8px;
}

ul.spaced li {
  margin-top: 8px;
}

/*# sourceMappingURL=shared.css.map */
