/** base **/
html {
  -webkit-tap-highlight-color: transparent;
}

/** overwrite modal to be less dark **/
.modal-backdrop.show {
  opacity: 0.3;
}

a {
  cursor: pointer;
}

a.disabled,
button.disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.singlelinediv {
  float: left;
}

.max-width,
.full-width,
.maxwidth,
.fullwidth {
  width: 100%;
}

.singlelinediv p,
.topbar_turnbtn p {
  margin-bottom: 7px;
}

.block {
  display: block !important;
}

.vertical-centered,
.center-vertical,
.center-vertically {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.font_red,
.font-red {
  color: red;
}
.font_orange,
.font-orange {
  color: orange;
}

.bold {
  font-weight: bold;
}

.small {
  font-size: 14px;
}

.stretcher {
  flex: 1;
}

.hidden {
  display: none !important;
}

.outside {
  position: absolute;
  top: -1000;
  left: -1000;
}

.indent {
  width: 25px;
}

.cursor-pointer {
  cursor: pointer;
}

/** CARETS */
.caret-direction {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  display: inline-block;
  height: 0;
  vertical-align: top;
  width: 0;
  margin-top: 7px;
  margin-right: 2px;
}

.caret-right {
  border-left: 5px solid;
}

.caret-left {
  border-right: 5px solid;
}

.caret-direction.caret-top {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid;
}

.caret-direction.caret-bottom {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid;
  margin-top: 10px;
}

.centerrow {
  height: calc(100% - 55px - 50px);
  width: 100%;
  top: 55px;
  bottom: 50px;
  left: 0;
  overflow-y: auto;
  display: block;
}

.logo-blocker {
  height: 75px;
}

/** main color theme **/

.theme-default {
  background-color: #e0e0e0;
}

.theme-dark {
  background-color: #565c60;
}

.theme-default .sidebar,
.theme-default .centerpanel,
.theme-default .topbar {
  border-color: #e0e0e0;
}

.theme-dark .sidebar,
.theme-dark .centerpanel,
.theme-dark .topbar,
.theme-dark .navbar {
  border-color: #565c60;
}

.theme-dark .unitsForm-label {
  background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  color: white;
}

.theme-dark .form-control {
  padding: 0.375rem 0.75rem;
  /*background: #9a9a9a;*/
}

.theme-dark .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
}

.theme-dark .help-tip {
  background-color: #657a84;
}

.theme-dark .close {
  color: white;
}

/** override bootstrap variables **/
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.offset-0-5 {
  margin-left: 2%;
}

.col-md-5-5 {
  width: 48% !important;
  position: relative;
}

.col-md-2-5 {
  width: 20% !important;
  position: relative;
}

.col-md-9-5 {
  width: 80% !important;
  position: relative;
}

p {
  margin-bottom: 0.5em;
}

.btn-light {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.drag-cursor {
  cursor: move;
}

.endscreenimg {
  height: 75px;
  width: 75px;
}

/** tooltips **/
.vetra-tip {
  cursor: help;
  text-decoration-line: underline;
}

.vetra-tip.vetra-tip-pointer {
  cursor: pointer;
  text-decoration-line: none;
}

/** avoid different btn height in dark theme */
.btn {
  padding: 0.375rem 0.75rem !important;
}

/** main div **/
.mainwrapper {
  height: 100%;
  width: 100%;
  display: flex;
  background: #e0e0e0;
}
.left-div,
.right-div {
  flex: 1;
  background: #e0e0e0;
}

.theme-dark .left-div,
.theme-dark .right-div {
  background: #565c60;
}

.maindiv {
  height: 100%;
  width: 1280px;
}

.maindiv .row {
  margin: 0px;
}

.sidebar,
.centerpanel {
  border: 2px solid;
  border-radius: 15px;
  min-height: 100%;
  margin-bottom: 0px;
  display: block;
}

.centerpanel {
  float: left;
}

.col-9-without-scrollbar {
  max-width: calc(75% - 16px);
}

.sidebar {
  float: right;
  position: sticky;
  top: 0px;
  right: 0px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 10px;
  padding-right: 10px;
}

.footer {
  margin-top: -50px;
  width: 100%;
  text-align: center;
  clear: both;
  padding-top: 10px;
}

.navbar {
  margin: 0px;
}

/** main nav menu **/
.nav-menu-button {
  height: 70px;
  width: 70px;
  border-radius: 30px;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 10px;
  margin-top: 10px;
}

.nav-menu-button.nav-menu-button-player {
  background-size: 60px;
  background-position: 5px;
}

.bottom {
  position: absolute;
  bottom: 0px;
}

.nav-menu-button.btn-active {
  background-position: 6px;
  border-width: thick;
  border-color: #337ab7;
}

.theme-dark .nav-menu-button {
  background-color: #aaa;
}

.theme-dark .nav-menu-button:hover {
  background-color: rgb(134, 134, 134);
}

.nav-menu-button-label {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  width: 75px;
}

.nav-menu {
  padding-left: 5px !important;
  padding-right: 5px !important;
  max-height: calc(100vh - 158px);
  z-index: 10;
  float: right;
  position: sticky;
  top: 0px;
  right: 0px;
}

.nav-menu-mainbutton,
.nav-menu-subbutton {
  top: 0;
  left: 100%;
}

.nav-menu-subbutton {
  display: none;
  margin-left: 10px;
}

.nav-menu-wrapper:hover > .nav-menu-subbutton {
  display: block;
}

.nav-menu-wrapper-over {
  background: white;
  border-radius: 15px;
  border-color: white;
}

.theme-dark .nav-menu-wrapper-over {
  background: #32383e;
  border-radius: 30px;
  border-color: #32383e;
}

.nav-menu-wrapper-1,
.nav-menu-left-1,
.nav-menu-right-1 {
  width: 170px;
}

.nav-menu-wrapper-2,
.nav-menu-left-2,
.nav-menu-right-2 {
  width: 255px;
}
.nav-menu-wrapper-3,
.nav-menu-left-3,
.nav-menu-right-3 {
  width: 340px;
}

/** view content panel **/
.view-content-panel {
  border: 2px solid;
  border-radius: 10px;
  border-color: d0d0d0;
  padding: 10px;
  flex: 1 1 auto;
}

.view-content-main .col-md-6,
.view-content-main .col-md-8,
.view-content-main .col-md-4 {
  padding: 5px;
}

.view-content-main .row,
.view-content-main .row-fluid {
  display: flex;
}

.view-content-main .col-md-6,
.view-content-main .col-md-4,
.view-content-main .col-md-8,
.container-fluid .col-md-6,
.container-fluid .col-md-8,
.container-fluid .col-md-4 {
  flex: 1 1 auto;
  display: flex;
}

/** tile sidebar **/
.sidebar-header-btn {
  padding: 10px;
}

.sidebar .headline {
  font-weight: bold;
  padding-top: 10px;
  user-select: none;
}

.sidebar div {
  padding-bottom: 5px;
}

.sidebar .sidebar_info {
  text-align: center;
  padding-right: 0px;
}

.sidebar .sidebar_units {
  padding: 0px;
}

.sidebar_singlelineparent {
  height: 30px;
}

.sidebar_income_expenses {
  padding-top: 5px;
}

.income_expense_warning,
.warning {
  font-weight: bold;
  color: red;
  text-align: center;
}

.sidebar .turn_counter {
  padding-bottom: 10px;
}

.tooltip-turns {
  color: rgb(122, 122, 122);
}

.tooltip-description {
  padding-top: 5px;
  font-style: italic;
}

.buildingbuttons {
  text-align: center;
}

.buildingbutton,
.sidebarbutton {
  width: 200px;
}

.buildingbutton_problem {
  color: #ff4500;
}

.disabledbutton {
  pointer-events: none;
  opacity: 0.4;
}

.sidebar-building-list {
  padding-left: 20px;
}
.sidebar-building-list.headline {
  padding-left: 0px;
}
.sidebar-building-destroy-btn {
  height: 16px;
  width: 16px;
  margin-left: 10px;
}

/** closable headings **/
.panel-heading span {
  font-size: 15px;
  margin-right: -12px;
  margin-top: -22px;
}

.clickable {
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
}

/** topbar **/
.topbar {
  padding-top: 7px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  border-bottom: 2px solid;
  border-radius: 15px;
  display: block;
}

.navbar-topbar {
  padding: 0px;
}

.topbar.card {
  margin-bottom: 0px;
}

.topbar_menu,
.topbar_resources {
  float: left;
}

.topbar_resources {
  padding-left: 20px;
  line-height: 32px;
}

.topbar_resource {
  padding-right: 15px;
}

.topbar_resource img {
  height: 32px;
  width: 32px;
  margin-right: 2px;
}

.theme-dark img.svg-color {
  filter: invert(80%);
}

.topbar_turnnr {
  padding-left: 15px;
  padding-top: 6px;
}

.topbar .topbar_overviewbtn a,
.topbar .dropdown-toggle {
  width: 90px;
}
.topbar_overviewbtn {
  padding-left: 10px;
}

/** map **/
.selectedTile {
  display: none;
}

/** buildmenu **/
.buildmenu_costs,
.researchmenu_costs {
  padding-bottom: 20px;
}

.buildmenu_turns {
  padding-top: 10px;
}

.canvaswrapper {
  margin-top: 10px;
  text-align: center;
  overflow: hidden;
  padding-bottom: 10px;
  max-height: calc(100vh - 158px);
}

.canvaswrapper .hint {
  padding-top: 10px;
  font-style: italic;
}

.canvasdiv {
  display: grid;
  text-align: center;
  overflow: scroll;
  max-height: calc(100vh - 158px);
  max-width: 840px;
  overflow: -moz-scrollbars-none;
}

.canvasdiv::-webkit-scrollbar {
  display: none;
}

/** player creation **/
.player-creation {
  padding: 10px;
  max-width: 913px;
}

.player-creation-name-form {
  width: 50%;
}

.player-creation-attribute {
  display: inline;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}

.player-creation-available-points-line {
  padding-left: 20px;
}

.player-creation-available-points {
  font-weight: bold;
}

.player-creation-attr-name {
  width: 140px;
  margin-top: 5px;
}

.player-creation-attr-curval {
  padding-right: 10px;
  float: right !important;
}

.player-creation-attr-increase-costs {
  padding-left: 10px;
  margin-top: 5px;
}

.player-creation-hint,
.hint {
  font-size: 12px;
  color: #4c4c4c;
}

.theme-dark .player-creation-hint,
.theme-dark .hint {
  color: #c3c3c3;
}

.player-ceation-new-game-plus-points {
  font-size: 12px;
  font-style: italic;
  text-align: right;
  width: 100%;
}

.slider {
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 10px;
}

.slider-handle {
  cursor: pointer;
}

.slider-disabled .slider-handle {
  cursor: not-allowed;
}

.player-creation-row .slider {
  width: 550px;
}
.player-creation-row-with-helptip .slider {
  width: 545px !important;
}

.player-creation-checkbox-wrapper {
  margin-top: 5px;
}

.player-creation-checkbox-placeholder {
  width: 20px;
}

.player-creation-row-header {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.placeholder-attr {
  padding-left: 25px;
  width: 120px;
}

.placeholder-attr-with-helptip {
  padding-left: 35px !important;
}

.placeholder-value {
  padding-left: 20px;
}

.player-creation-points-label {
  text-align: right;
  padding-right: 20px;
}

.player-creation-points-to-spend {
  font-weight: bold;
}

.slider-placeholder {
  width: 635px;
}

.slider-placeholder-attributes {
  width: 610px;
}

.no-display-effect {
  font-style: italic;
  font-size: 14px;
}

.btn-dice {
  height: 36px;
  width: 36px;
  background: url("../img/menu/dice.png") no-repeat 1px 1px;
  margin-left: 10px;
}

.player-creation .btn-default {
  width: 36px;
}

.radio-inline {
  padding-right: 10px;
}

.form-label {
  font-weight: bold;
}

/** player view **/
.playerview-description,
.playerview-details {
  padding: 20px;
}

.player-view-details-btn {
  margin-top: 10px;
}

.available-points-row {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.tutorial-img {
  border: 1px solid #ddd;
}

/** overview last turn **/
.overview-lastturn-heading {
  font-weight: bold;
  padding-bottom: 10px;
}

.overview-energy-heading {
  text-align: center;
  padding-bottom: 20px;
}

.overview-lastturn-content {
  text-align: center;
  padding-top: 10px;
  width: 100%;
}
.main-btn,
.std-btn {
  width: 500px;
}

/** events **/

.event-view {
  margin-top: 10px;
}

.event-menu {
  padding-top: 20px;
}

.week-event-view {
  border: 1px solid #ccc;
}

.event-menu-event {
  width: 86px;
  border-right: none;
  border-right-style: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: 5px;
  cursor: default !important;
}

.event-menu-event.btn-warning {
  width: 96px;
  margin-left: -10px;
}

.event-menu-skip {
  margin-left: 7px;
  position: absolute;
  bottom: 40px;
}

.event-menu-active {
  font-weight: bold;
}

.eventbox {
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 138px);
  overflow-y: auto;
}

.eventtext {
  padding: 10px;
  line-height: 1.5 !important;
}

.eventbuttons {
  text-align: center;
  bottom: 0px;
  width: 100%;
}

.eventbuttons p {
  display: inline;
  padding-left: 10px;
}

.eventbutton {
  width: 550px;
  white-space: default;
  margin-bottom: 10px;
}

.eventbutton-img {
  height: 22px;
  width: 22px;
  margin-left: 10px;
}

.eventoutcomeheader {
  padding-top: 10px;
}

.singleeventoutcome {
  padding-left: 50px;
  margin: 0px;
}

.event-result {
  font-style: italic;
}

.special-event-result {
  font-weight: bold;
}

.event-images {
  width: 100%;
  padding-bottom: 15px;
}

.event-text {
  display: block;
}

.event-images img {
  margin-left: 10px;
  margin-right: 10px;
}

.event-text-image-vertical {
  display: table !important;
  height: 480px;
}
.event-text-image-horizontal {
  display: table !important;
  height: 270px;
}
.event-text-image-span {
  display: table-cell;
  vertical-align: middle;
}

.units-view,
.prisoners-view,
.diplomacy-view,
.arena-view,
.kingdomstats-view,
.settings-view,
.player-view,
.laws-view {
  padding: 5px;
}

/** units **/
.units-info-box {
  padding-left: 15px;
  padding-right: 15px;
}

.unitCreation {
  border-top: 1px solid #d0d0d0;
  margin-top: 5px;
  padding-top: 5px;
}

.unitsForm {
  width: 100%;
  padding-top: 10px;
}

.unitsForm-input,
.unitsForm-static-input {
  width: 100%;
  border: 1px solid #ccc;
}

.unitsForm-static-input {
  border-radius: 0px 4px 4px 0px;
  border-left: 0px;
}

.unitsForm-label {
  width: 150px;
  text-align: left;
  background-color: #eee;
  border: 1px solid #ccc;
}

.form-control-static {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
  min-height: 32px;
}

.form-group {
  width: 100%;
  padding: 0.375rem 0.75rem;
}

.unit-btns .btn {
  margin: 5px;
}

.supply-limit-reached {
  color: red;
}

.units-type {
  margin-bottom: 0px;
  font-weight: bold;
}

.units-unit {
  padding-left: 16px;
}

.img-level {
  margin-top: 2px;
}

.img-levelup {
  background-image: url("../img/arrow_up_new.png");
  margin-left: 5px;
}

.level-up-link:hover .img-levelup {
  background-image: url("../img/arrow_up_over.png") !important;
}

.unitsForm .img-level {
  margin-top: 10px;
}

/** LEVEL UP MENU **/
.level-up-box {
  max-width: 900px;
}
.level-up-stats-box {
  min-height: 300px;
}
.level-up-stats-box .form-group {
  margin-left: 0px;
  padding-left: 20px;
}
.level-up-points {
  position: absolute;
  bottom: 20px;
  right: 100px;
}

/** COMBAT **/
.fightbutton {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

.fightbutton .btn {
  margin: 10px;
  width: 150px;
}

.combat-dmg-dmg {
  font-style: italic;
}

.combat-dmg.combat-playerunit {
  color: #38b338;
}

.combat-dmg.combat-enemyunit {
  color: orangered;
}

.combat-passed-out {
  font-weight: bold;
}
.combat-powers-btn {
  position: absolute;
  left: 30px;
}

.combat-active-powers-line {
  font-size: 14px;
}

.combat-active-powers {
  font-weight: bold;
}

/** PRAY & TRAIN **/
.pray-view,
.train-view {
  padding: 10px;
  line-height: 2.25;
}
.pray-view .row .main-btn,
.train-view .row .main-btn {
  margin-bottom: 20px;
}

.train-view input[type="radio"] {
  margin-top: 12px;
}

.train-view-values {
  padding-left: 50px;
}

.train-text-box {
  display: inline;
}

/** ARENA **/
.arenaButtons {
  text-align: center;
}
.arenaButtons a {
  margin: 10px;
}

.arena-bottom-btn {
  width: 250px;
}

.arena-view .view-content-panel {
  margin-top: 10px;
}

/** SAVE GAMES **/

.delete-save-btn {
  margin-left: 10px;
}

.save-load-file-btn {
  width: 175px;
}

/** OTHER **/
.required-for-content {
  text-align: center;
}

.help-tip {
  position: static !important;
  margin-right: 10px;
  margin-top: 5px;
}
.help-tip::before,
.help-tip:before {
  position: absolute;
}
.help-right-aligned {
  position: inherit;
  float: right;
}
.kingdomstats-chart .help-tip {
  margin-top: 0px;
  margin-left: 20px;
}

/** SETTINGS **/
.settings-dropdown {
  width: 100%;
}

.settings-label {
  padding-bottom: 5px;
  font-weight: bold;
}

.settings-row {
  padding-left: 12px;
}

.creation-dropdown-splitter {
  padding-top: 1.2em;
}

.settings-radio {
  padding: 0px !important;
}

.settings-btn {
  margin: 5px;
  width: 125px;
}

.settings-form-switch.col-md-6 {
  padding-left: 40px;
}

.settings-view .ingame .eventbuttons {
  margin-left: 0px;
}

.settings-view .eventbox {
  min-height: 600px;
  height: calc(100vh - 215px);
}

/** BUG REPORTS **/

.bugreport-form,
.bugreport-description {
  width: 100%;
}

.bugreport-description {
  min-height: 200px;
}

.btn-bugreport-submit {
  margin: 20px;
}

/** PRISONERS **/
.prisoners-table {
  padding-bottom: 10px;
}

.pisoners-button {
  width: 300px;
}

/** DIPLOMACY **/
.diplomacy-buttons {
  text-align: center;
}

/** TECH TREE (non tree properties, those are in techtree.css*/
.techtree-sidebar,
.upper-sidebar {
  height: calc(100% - 110px);
  overflow-y: auto;
  overflow-x: hidden;
}

.techtree-sidebar {
  text-align: center;
  padding: 15px;
}

.techtree-sidebar-btn,
.sidebar-btn {
  width: 90%;
  left: 20px;
  margin: 5px;
}

.tech-tree-btn-div,
.lower-sidebar {
  position: absolute;
  bottom: 0px;
  width: 90%;
  height: 100px;
  text-align: center;
}

.required-for-entry.unavailable a {
  color: red;
}

/** KINGDOM STATS OVERVIEW **/
.kingdomstats-chart-bar-frame {
  border: 1px solid;
  background-color: #f7f5f5;
}

.kingdomstats-chart-bar-bar {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 98%;
}

.kingdomstats-text {
  padding-left: 20px;
}

.kingdomstats-chart-bar-frame {
  color: black;
}
.kingdomstats-chart-color-darkred {
  background-color: darkred;
  color: white;
}
.kingdomstats-chart-color-red {
  background-color: #ff6347;
  color: white;
}
.kingdomstats-chart-color-orange {
  background-color: orange;
  color: black;
}
.kingdomstats-chart-color-yellow {
  background-color: #f1de3f;
  color: black;
}
.kingdomstats-chart-color-greenish {
  background-color: lightseagreen;
  color: white;
}
.kingdomstats-chart-color-green {
  background-color: lightgreen;
  color: black;
}
.kingdomstats-chart-color-extragreen {
  background-color: #228b22;
  color: white;
}
.kingdomstats-chart-legend-red {
  color: red;
  font-weight: bold;
  text-align: right;
}
.kingdomstats-chart-legend-green {
  color: #228b22;
  font-weight: bold;
  text-align: left;
}

.collapsexpand {
  cursor: pointer;
  padding-right: 5px;
  margin-top: -2px;
}

/** IMAGES **/
.canvas-img {
  cursor: pointer;
  border: 1px solid #d0d0d0;
  border-radius: 0.25rem;
}

.canvas-img-loading {
  background: url("../img/loading_icon.gif") no-repeat center;
}

/** GOVERNMENT **/
.government-positions {
  padding-top: 10px;
}

.government-position {
  border: 1px solid #d0d0d0;
  border-radius: 0.25rem;
  box-shadow: 1px 1px #95999c;
  height: 300px;
  margin-left: 10px;
  max-width: calc(25% - 7.5px) !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.government-position-left {
  margin-left: 0px !important;
}
.government-position-available:hover {
  background-color: #efecec;
  cursor: pointer;
}

.government-position-empty {
  font-weight: bold;
}

.government-position-locked {
  background-color: #f9f6f6;
  border-color: #b5b1b1;
  color: #5d5d5d;
}

.theme-dark .government-position-locked {
  background-color: #181818;
  border-color: #b5b1b1;
  color: #cfcfcf;
}

.government-influence {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0px;
}

.government-unselected {
  height: 200px;
}

.government-portrait {
  margin-top: 10px;
}

/**** INCOME VIEW ****/
.income-details-view {
  padding-bottom: 20px;
}

.income-category-row {
  padding: 10px;
}

.income-kingdom-stats-header {
  writing-mode: vertical-rl;
  text-align: right;
  padding: 5px;
  max-width: 6%;
}

.income-kingdom-stat {
  text-align: right;
  max-width: 6%;
}

.population-stat-name {
  font-weight: bold;
}

.population-stat {
  padding-bottom: 10px;
}

.population-stat-major {
  padding-top: 20px;
}

.kingdom-stats-population {
  padding-bottom: 40px;
}

/***** BROTHEL ****/
.whore-cell {
  margin-bottom: 10px;
}

.whore-cell-left {
  margin-right: 10px;
}
.whore-cell-right-single {
  margin-left: 10px;
}

.whore-status {
  font-size: 14px;
}

.brothel-view-whore {
  margin: 10px;
}

.brothel-view .unitsForm {
  width: 250px;
}

.brothel-portrait {
  margin-top: 30px;
}

.brothel-whore-button {
  margin-top: 10px;
  width: 200px;
}

.portrait-img {
  border-radius: 5px;
  border: 1px solid #d0d0d0;
}

.brothel-view-playerview {
  padding: 20px;
}

/** LAWS **/
.law-name {
  font-weight: bold;
}

.law {
  padding: 10px;
}

.law:hover {
  background-color: #efecec;
}

.theme-dark .law:hover,
.theme-dark .government-position-available:hover {
  color: #272a2d;
}

.laws-button {
  width: 100px;
}

.law-description {
  font-style: italic;
}

.laws-influence {
  font-weight: bold;
}

.law-category-btn {
  width: 125px;
  padding-right: 10px;
}

.law-category-btn a {
  margin-top: 10px;
}

/**** LOADING SCREEN ******/
.loading-screen {
  z-index: 999999;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: white;
  text-align: center;
}

.loading-screen-logo {
  padding-top: 50px;
}
.loading-screen-loading {
  height: 400px;
  width: 400px;
}

/******** TRADE ******/
.trade-option {
  padding-top: 10px;
  padding-bottom: 10px;
}

.trade-option:hover {
  background-color: e0e0e0;
  color: black;
}
