@font-face {
	font-family: HeaderFont;
	src: url(ElizabethRegular-OV76.ttf);
}

html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background-image: url("../images/bgr_advanced_difficulties.jpg");
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin: 0 auto;	
	color: #4f310f;
	height: 100%;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}


.imageDark {
	filter: brightness(25%);
}

.iconDisabled {
	filter: grayscale(1);
}

.line_through {
	text-decoration: line-through;
}

.pageHeader {
	position: fixed;
	float: left;
	clear: both;
	z-index: 2;
	width: 100%;
	top: 0;
}

.pageContent {
	float: left;
	clear: both;
	position: relative;
	top: 60px;
	padding: 20px;
}

.mainHeader {	
	background-image: url("../images/background_header.png");
	background-attachment: fixed;
	color: #ffe4c4;
	float: left;
	width: 100%;
	padding: 10px;
}

.navigationDiv {
	display: none;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url("../images/bgr_advanced_difficulties.jpg");
	background-attachment: fixed;
	background-size: cover;
	float: left;
	width: 100%;
}

#labelHourSwitch {
	float: left;
	margin-right: 10px;
	padding-top: 5px;
}

.btn-group {
	margin-bottom: 10px;
	float:left;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 5px;
}

.btn-default {
    color: #333;
	background-color: #fff;
	border-color: #204d74;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {	
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.btn-group > .btn:last-child:not(:first-child) {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}


.btn-minuteSwitchOff {
	background-color: #286090;
	border-color: #204d74;
	
}

.btn-minuteSwitchOn {
	background-color: #94bbdd;
	border-color: #204d74;
	border-right: none;
}

.nonSpinnerInput {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	padding: 5px;
	border-radius: 7px;
	border: 1px solid #c5c5c5;
	width: 30px;
	color: rgb(51,51,51);
}

h1 {
	text-align: center;
	letter-spacing: 2px;
	margin: 0px;
	font-family: HeaderFont;
	font-size: 40px;
}

h2 {
	margin: 0px;
}


.underline {
	text-decoration: underline;
}


.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
}

.nowrap {
	white-space: nowrap;
}

.cursorPointer {
	cursor: pointer;
}

.marginRight5 {
	margin-right: 5px;
}

.marginRight10 {
	margin-right: 10px;
}

.bold {
	font-weight: bold;
}

.rowOver {
	background: rgba(194, 165, 135, 0.7);
	cursor: pointer;
}

.loadingScreen
{
	z-index: 4;
	position: absolute;
	background: #2a2c27;
	border-radius: 5px;
	color: #fbdfad;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 15px;
	width: 260px;
	clear: both;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-left: -130px;
}

.loadingText
{
	padding: 15px;
	float: left;
	width: 100%;
	font-weight: bold;
}

.lds-dual-ring {
  display: inline-block;
  width: 100%;
  height: 64px;
}
.lds-dual-ring:after {
  content: " ";
  display: inline-block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.center {
	text-align: center;
}


.margin0 {
	margin: 0px !important;
}


.margin4 {
	margin-left: 4px !important;
}

.margin5 {
	margin-left: 5px !important;
}

.margin10 {
	margin-left: 10px !important;
}

.margin20 {
	margin-left: 20px !important;
}


.borderTop {
	border-top: 1px solid #5f5645;
}


.table_head {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: bold;
	padding: 10px;
	text-align: left;
	border-top: none;
}

.tableHeadLabel {
	float: left;
}

.tableHeadImage {
	margin-left: 5px;
	width: 24px;
	float: left;
}


table {
	border-spacing: 0px;
	border-collapse: collapse;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	background: rgba(218, 192, 165, 0.3);
	overflow-x: auto;
}

th {
	border-top: 1px solid #888173; 
}


td {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: normal;
	padding: 7px;
	vertical-align: top;
	border-top: 1px solid rgb(204, 176, 147); 
	border-bottom: 1px solid rgb(204, 176, 147); 
}

.bold {
	font-weight: bold;
}

.expeditionImage
{
	width: 64px;
}

.eventTitle {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: bold;
	padding-bottom: 10px;
	vertical-align: top;
}

.eventOption {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";	
	border: 1px solid black;
	margin-bottom: 3px;
	padding: 2px 5px 2px 5px;
	width: 400px;
	border-radius: 10px;
	font-size: 14px;
	float: left;
}

.eventShowSubOption {
	margin-left: 3px;
	float: left;
	cursor: pointer;
	width: 24px;
	margin-top: 3px;
}	

.icon {
	width: 24px;
	height: 24px;
	float: right;
}

.icon16 {
	width: 16px;
	height: 16px;
}

.icon20 {
	width: 20px;
	height: 20px;
}
.icon24 {
	width: 24px;
	height: 24px;
}

.navigation {
	float: left;
	width: 100%;
}

.navigationRight {
	float: right;
}

.languageIcon {
	width: 32px;
	margin-bottom: 5px;
	margin-right: 3px;
	cursor: pointer;
}


.navigationTab, .navigationTabActive  {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-left: 2px solid #4f310f;
	border-top: 2px solid #4f310f;
	border-right: 2px solid #4f310f;
	border-bottom: 2px solid #4f310f;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	float: left;
	margin-left: 5px;
	background-color: #dec99e;
	color: #4f310f;
	cursor: pointer;
}

.navigationTabActive {
	background-color: #aea190;
}

.navigationTabImage {
	width: 32px;
	float: left;
}

.navigationTabLabel {
	margin-left: 3px;
	margin-top: 4px;
	float: left;
}


.imageLegende {
	width: 32px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	vertical-align: middle;
}


.itemIcon {
	width: 32px;
	height: 32px;
}

.setupIcon {
	width: 32px;
	cursor: pointer;
}

.itemIconBig {
	width: 64px;
	float: left;
	margin-right: 30px;
}

.itemWrapperLegendary, .itemWrapperEpic, .itemWrapperRare, .itemWrapperUncommon, .itemWrapperCommon {
	border-radius: 8px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    border: 1px solid #5f5645;
}

.itemWrapperLegendary {
	background: radial-gradient(#e4bf5c, #a08745);
}

.itemWrapperEpic {
	background: radial-gradient(#c0a5d1, #7d6b86);
}

.itemWrapperRare {
	background: radial-gradient(#a6bed8, #738292);
}

.itemWrapperUncommon {
	background: radial-gradient(#b2c89c, #768567);
}

.itemWrapperCommon {
	background: radial-gradient(#cac1b2, #9c978b);
}

.itemPopupDiv {
	position: absolute;
	background: #2a2c27;
	border-radius: 5px;
	color: #fbdfad;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 15px;
	width: 400px;
	z-index: 6;
}

.itemPopupHeaderLegendary {
	padding: 10px;
	min-height: 66px;
	background: linear-gradient(to bottom, #69452d, #2a2c27);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #5f5645;
	float: left;
}

.itemPopupHeaderEpic {
	padding: 10px;
	height: 66px;
	background: linear-gradient(to bottom, #5d435c, #2a2c27);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #5f5645;
	float: left;
}

.itemPopupHeaderRare {
	padding: 10px;
	height: 66px;
	background: linear-gradient(to bottom, #323c54, #2a2c27);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #5f5645;
	float: left;
}

.itemPopupHeaderUncommon {
	padding: 10px;
	min-height: 66px;
	background: linear-gradient(to bottom, #425a29, #2a2c27);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #5f5645;
	float: left;
}

.itemPopupHeaderCommon {
	padding: 10px;
	height: 66px;
	background: linear-gradient(to bottom, #828380, #2a2c27);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #5f5645;
	float: left;
}

.itemPopupHeaderDescription {
	float: left;
	width: 285px;
}

.itemPopupHeaderTitel {
	font-weight: bold;
	float: left;	
	font-size: 18px;
}

.itemPopupHeaderRaritaet {
	float: left;
	clear: both;
}

.itemPopupContent {
	padding: 5px 10px 5px 10px ;
	border-bottom: 1px solid #5f5645;
	float: left;
	clear: both;
	width: 380px;
}

.itemEffectDiv {
	padding-top: 5px;
	display: flex;
	flex-flow: row;
}

.itemEffectIcon {
	margin-right: 5px;
	width: 22px;
	height: 22px;
}

.itemEffectLabel {
	vertical-align: top;
	color: white;
}

.itemEffectLabelDark {
	vertical-align: top;
}

.itemAllocationText {
	vertical-align: top;
	float: right;
	color: yellow;
	font-weight: bold;
}

.itemEffectValue {
	float: right;
	margin-left: auto;
}

.itemEffectValueDark {
	margin-left: auto;
}

.itemAvailabilityText {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.categoryGroupDiv {
	clear: both;
	margin-top: 15px;
}


.optimizationCategory {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 15px;
	border-radius: 5px;
	width: 1200px;
	margin-bottom: 10px;
	padding: 5px;
    border: 1px solid #b9a67f;
	cursor: pointer;
	font-weight: bold;
	height: 32px;
	display: flex;
	align-items: center;
	background: rgba(218, 192, 165, 0.7);
	box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 10px, rgba(0, 0, 0, 0.23) 0px 3px 3px;
}

.optimizationCategory:hover {
	background: rgba(194, 165, 135, 0.7);
}


.optimizationCategoryArrowIcon {
	width: 24px;
	height: 24px;
}


.optimizationCategoryTypeIcon {
	width: 32px;
	height: 32px;
}

.optimizationCategoryLabel {
	margin-left: 5px;
}

.optimizationCategoryContent {
	margin-left: 10px;
	margin-bottom: 10px;
	display: none;
}

.optimizationUL {
	margin: 0px;
	padding-left: 10px;
}

.optimizationLi {
	display: flex;
	flex-flow: row;
}

.optimizationLi::before {
	content: "\2022";
	margin-right: 5px;
}

.categoryDescription {
	clear: both;
	width: 75%;
	font-family: Helvetica,Arial, sans serif;
	font-size: 15px;
	display: inline-block;
	margin-bottom: 10px;
}

.categorySummaryGroup {
	float: left;
	padding-right: 40px;
}

.categorySummaryHeader {
	clear: both;
	float: left;
	padding-bottom: 20px;
	margin-top: 10px;
}

.categorySummary {
	clear: both;
	float: left;
}

.categorySummaryLabel {
	float: left;
	padding-top: 4px;
}

.optimizationDiv {
	height: 36px;
	align-items: center;
	display: flex;
	flex-flow: row;
}

.optimizationDivTwo {
	height: 78px;
	align-items: center;
	display: flex;
	flex-flow: row;
}

.optimizationDiv72 {
	height: 72px;
	align-items: center;
}

.optimizationLabel {
	float: left;
}

.layoutCountSpinner {
	width: 27px;
}

.optimizationLabelUnderline {
	float: left;
	text-decoration: underline;
	padding-top: 4px;
}

.optimizationIcon {
	width: 32px;
	height: 32px;
	margin-right: 3px;
	float: left;
}

.optimizationSubstitueNeed {
	width: 20px;
	height: 20px;
	margin-left: 6px;
}

.optimizationSubCategory {
	width: fit-content;
	margin-bottom: 10px;
	cursor: pointer;
}

.LinkArrowDiv {
	float: left;
	position: relative;
	width: 32px;
	height: 32px;
}

.LinkArrowImage {
	position: absolute;
	top: 16px;
	width: 24px;
}

.LinkArrowProduct {
	position: absolute;
	width: 24px;
	top: -5px;
}


.consumptionPopupDiv {
	z-index: 6;
	position: absolute;
	background: #2a2c27;
	border-radius: 5px;
	color: #fbdfad;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 15px;
	width: 450px;
}

.consumptionPopupHeader {
	width: 420px;
	border-bottom: 1px solid #5f5645;
	padding: 15px;
	display: inline-block;
}

.consumptionPopupContent {
	padding: 15px;
}

.consumptionProductionToggle {
	width: fit-content;
	margin-top: 15px;
	cursor: pointer;
}


.itemSourcesPopup {
	position: fixed;
	background: #2a2c27;
	border-radius: 5px;
	color: #4f310f;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 15px;
	width: 1000px;
	z-index: 6;
	top: 120px;
	background-image: url("../images/bgr_advanced_difficulties.jpg");
	background-attachment: fixed;
	background-size: cover;
}

.itemSourcesWrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 20px;
}

.itemSourcesCategory {
	margin-left: 20px;
	margin-right: 10px;
}

.itemSourceDiv {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 15px;
	border-radius: 5px;
	width: 450px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #b9a67f;
	cursor: pointer;
	font-weight: bold;
	height: 32px;
	display: flex;
	align-items: center;
	background: rgba(218, 192, 165, 0.7);
	box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 10px, rgba(0, 0, 0, 0.23) 0px 3px 3px;
}

.itemSourceDiv:hover {
	background: rgba(194, 165, 135, 0.7);
}


.ItemList {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 15px;
	border-radius: 5px;
	width: 320px;
	max-width: 320px;
	margin-bottom: 5px;
	margin-left: 30px;
	padding: 5px;
	border: 1px solid #5f5645;
	font-weight: bold;
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.7);
  overflow-x: hidden;
  transition: 0.5s;
  display: hidden;
}


.jsonButton {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 15px;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 5px 13px;
	border: 1px solid #5f5645;
	cursor: pointer;
	font-weight: bold;
	float: left;
	margin-right: 20px;
	background-color: #dec99e;
	color: #4f310f;
}

.jsonTextBox {
	font-family: monospace,monospace;
	font-size: 13px;
	color: black;
	border: 1px solid #5f5645;
	float: left;
	clear: both;
	padding: 5px;
	background-color: #f8f9fa;
	width: 98%;
	min-height: 50px;
	box-shadow: 1px 1px 3px #5f5645 inset;
}

.jsonHeadline{
	float: left;
	clear: both;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 15px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
}

.jsonOption{
	float: left;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 15px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 40px;
	cursor: pointer;
}

.itemSelectPopup {
	background-color: #e7ceac;
	position: fixed;
	z-index: 6;
	top: 100px;
	border-radius: 5px;
	border: 1px solid #4f310f;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 15px;
}

.itemSelectHeader {
	border-bottom: 1px solid #888173;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

.itemSelectHeaderLabel {
	margin-left: 10px;
	font-size: 22px;
}

.itemSelectContent {
	padding: 15px;
	clear: both;
	height: 800px;
	overflow-y: scroll;
}

.epxItemSelectContent {
	padding: 15px;
	clear: both;
	height: 600px;
	overflow: scroll;
}

.expeditionAttributeDiv {
	display: flex;
    align-items: center;
    padding: 2px 10px;
    border-radius: 5px;
    margin-right: 15px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 10px, rgba(0, 0, 0, 0.23) 0px 3px 3px;
	white-space: nowrap;
}

.expeditionAttributeFilter, .expeditionAttributeFilterSelected {
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 10px, rgba(0, 0, 0, 0.23) 0px 3px 3px;
	background: rgba(218, 192, 165, 0.4);
	display: flex;
	flex-flow: row;
	align-items: center;
	padding: 2px 5px;
}

.expeditionAttributeFilterSelected {
	background: rgba(194, 165, 135, 0.75);
}

.expAttributeProduct {
	float: left;
	margin-right: 5px;
}

.expeditionShipItemLabel {
	float: left;
	margin-right: 10px;
	padding-top: 2px;
	font-weight: bold;
	clear: both;
}

.helpContent {
	margin-top: 10px;
	font-size: 15px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.helpScreen {
	width: 1000px;
	height: 900px;
	position: absolute;
	top: 10px;
	z-index: 6;
	border-radius: 15px;
	border: 2px solid #4f310f;
	background-image: url("../images/bgr_advanced_difficulties.jpg");
	background-size: cover;
	padding: 10px;
}

.descriptionDiv {
	font-size: 15px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	margin-bottom: 10px;
}


.legendDiv {
	margin-left: 30px;
	float: left;
}

.legendHeader {
	margin-bottom: 10px;
	clear: both;
	cursor: pointer;
}


.legendContentDiv {
	margin-bottom: 30px;
	clear: both;
	float: left;
}


.newspaperPopup {
	position: fixed;
	background: #2a2c27;
	border-radius: 5px;
	color: #4f310f;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 15px;
	width: 400px;
	z-index: 6;
	top: 120px;
	background-image: url("../images/bgr_advanced_difficulties.jpg");
	background-attachment: fixed;
	background-size: cover;
}


.newspaperArticle, .newspaperArticleSelected {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	margin-bottom: 10px;
	border: 1px solid #5f5645;
	padding: 5px;
	border-radius: 5px;
	cursor: pointer;
	width: 300px;
	margin-left: 30px;
	margin-right: 30px;
    border: 1px solid #b9a67f;
	background: rgba(218, 192, 165, 0.7);
	box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 10px, rgba(0, 0, 0, 0.23) 0px 3px 3px;
}


.newspaperArticle:hover, .newspaperArticleSelected:hover {
	background: rgba(194, 165, 135, 0.7);
}


.newspaperArticleSelected {
    box-shadow: 0px 4px 0px #00823F;
}


.newspaperArticleCategory {
	font-weight: bold;
}

.newspaperArticleInfluenceIcon {
	width: 24px;
	float: right;
}

.newspaperArticleInfluenceLabel {
	float: right;
	margin-right: 5px;
}

.newspaperArticleEffectsDiv {
	clear: both;
}

.newspaperArticleEffect {
	float: left;
}

.newspaperArticleEffectImage {
	float: left;
	width: 24px;
}

.newspaperArticleEffectValue {
	margin-right: 30px;
}

.newspaperResultDiv {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.newspaperResultHeader {
	font-weight: bold;
	margin-bottom: 3px;
}

.newspaperResultItem {
	clear: both;
}

.newspaperResultImage {
	clear: both;
	float: left;
	width: 24px;
}

.newspaperResultLabel {
	float: left;
	margin-left: 3px;
}

.newspaperResultValue {
	float: left;
}

.contentDiv {
	display: none;
	clear:both;
	float: left;
	padding: 10px;
	overflow-y: auto;
}

.routeCalcHeader {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: bold;
	float: left;
}

.routeDescription {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	width: 1000px;
	float: left;
	clear: both;
}

.productGroupDiv {
	clear: both;
	float: left;
	margin-top: 10px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	border-radius: 5px;
	width: 1200px;
	padding: 5px;
	border: 1px solid #5f5645;
	z-index: 1;
	position: relative;
}

.routeDiv {
	clear: both;
	float: left;
	margin-top: 10px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	border-radius: 5px;
	width: 1200px;
	padding: 5px;
	border: 1px solid #5f5645;
	z-index: 1;
	position: relative;
}

.routeDivSelected {
	background-color: rgba(90, 80, 67, 0.5);
}

.routeDivLinked {
	background-color: rgba(90, 80, 67, 0.15);
}

.routeConnectionDiv {
	float: left;
	margin-left: 30px;
	margin-top: 40px;
}

.routeProductsDiv {
	float: left;
}

.routeProductsHeader {
	clear: both;
	float: left;
	margin-bottom: 30px;
	font-weight: bold;
}

.routeProductSelection {
	margin-left: 40px;
	float: left;
}

.productGroupTable {
	clear: both;
	float: left;
	margin-top: 20px;
}

.routeFillingRateSpinner {
	width: 22px;
	float: left;
	font-size: 15px;
}

.routeProduct {
	float: left;
	width: 32px;
	cursor: pointer;
	margin-right: 4px;
}


.routeProductSelected {
	float: left;
	width: 32px;
	cursor: pointer;
	border: green 2px solid;
	margin-right: 2px;
}

.routeCargoDiv {
	float: left;
	margin-left: 40px;
}

.routeCargoShips {
	margin-top: 20px;
	float: left;
	clear: both;
	font-weight: bold;
}

.routeShipCount {
	margin-top: 20px;
	margin-left: 10px;
	float: left;
}

.routeNewIcon {
	margin-top: 20px;
	float: left;
	clear: both;
	cursor: pointer;
	width: 32px;
}

.routeCargoHeadline {
	clear: both;
	float: left;
	margin-bottom: 10px;
	font-weight: bold;
}

.routeCargoSlotDiv {
	float: left;
	width: 50px;
	border: 1px solid #5f5645;
	border-radius: 6px;
	margin: 3px;
}

.routeCargoSlotEmpty {
	float: left;
	width: 27px;
	margin-left: 11px;
}

.routeCargoSlotProduct {
	float: left;
	width: 24px;
	margin-left: 8px;
	margin-top: 3px;
}

.routeCargoSlotValue {
	font-size: 12px;
	font-weight: bold;
	margin-left: 2px;
}

.routeCargoTable {
	clear: both;
}

.routeTableHead {
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.routeTableCell {
	padding-top: 2px;
	padding-bottom: 2px;
}

.routeChart {
	width: 250px;
	height: 150px;
	margin-top: -20px;
	margin-left: 40px;
	float: left;
}

fieldset {
	border: none;
}

.cultureSetIcon {
	width: 32px;
	cursor: pointer;
}

.cultureSetEffectDiv {	
	width: 420px;
	border-top: 1px solid #5f5645;
	padding: 15px;
}

.cultureSetEffectLabel {	
	font-weight: bold;
}


.buildingPopupDiv {
	position: absolute;
	background: #2a2c27;
	border-radius: 5px;
	color: #fbdfad;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 15px;
	min-width: 350px;
	max-width: 350px;
	z-index: 6;
}


.buildingPopupHeader {
	float: left;
	clear: both;
	margin-top: 5px;
	border-bottom: 1px solid #5f5645;
	width: 100%;
	padding-bottom: 3px;
}

.buildingPopupHeaderDescription {
	float: left;
}

.buildingPopupHeaderTitel
{
	float: left;
	font-weight: bold;
	margin-right: 10px;
}

.buildingPopupHeaderType
{
	float: left;
	clear: both;
}

.buildingIcon {
	width: 40px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.buildingPopupContent {
	float: left;
	clear: both;
	border-bottom: 1px solid #5f5645;
	width: 100%;
	padding-bottom: 3px;
}

.buildingPopupContentText
{
	float: left;
	clear: both;
	margin-left: 10px;
	margin-top: 5px;
	max-width: 280px;
}

.buildingPopupContentEffectDiv
{
	clear: both;
	padding-left: 10px;
	padding-top: 5px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.buildingPopupContentEffectDetail {
	width: 50%;
}

.buildingPopupContentProductIcon
{
	float: left;
	width: 24px;
}

.buildingPopupContentProductText {
	margin-left: 5px;
	float: left;
	color: white;
	vertical-align: top;
}

.buildingPopupContentProductCycle {
	float: right;
	color: white;
	margin-right: 10px;
	margin-left: auto;
}

.buildingPopupContentMaintenanceText {
	margin-left: 5px;
	float: left;
	color: white;
	vertical-align: top;
}

.buildingPopupContentLayoutCost {
	margin-left: 5px;
	float: left;
	color: #fbdfad;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
}

.addOutputSourceBuildingDiv {
	border: 1px solid #5f5645;
	border-radius: 6px;
	clear: both;
	margin-top: 10px;
	padding: 5px;
	width: 320px;
}

.addOutputLabel {
	vertical-align: middle;
	margin-left: 3px;
}

.addOutputLabel0 {
	vertical-align: middle;
}

.addOutputIcon {
	vertical-align: middle;
	margin-left: 3px;
	width: 24px;
	height: 24px;
}

.addOutputHouseIcon {
	float: left;
	padding-top: 4px;
	width: 24px;
	height: 24px;
}

.cultureSetBuilding {
	padding: 5px 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	border: 1px solid #ac9870;
	vertical-align: top;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	float: left;
	clear: both;
}

.cultureTitleDiv {
	float: left;
	width: 100%;
	margin-bottom: 3px;
}

.cultureSetBuildingTitle {
	margin-left: 10px;
	font-weight: bold;
	float: left;
	padding-top: 10px;
	font-size: 20px;
}

.cultureSetDiv {
	display: inline-block;
	padding: 5px 15px;
	margin-right: 20px;
	margin-bottom: 10px;
	border-radius: 5px;
	border: 1px solid rgb(204, 176, 147);
	width: 350px;
	vertical-align: top;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.cultureSetDivSelected {
	background-color: rgba(101, 192, 74, 0.4);
}

.cultureSetName {
	float: left;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
}

.cultureSetIconDiv {
	width: 130px;
	float: left;	
	text-align: center;
}

.cultureSetNameIcon {
	width: 48px;
	height: 48px;
	float: left;
}

.cultureSetPaviilionLabel {
	padding-top: 5px;
	float: left;
}

.cultureSetItemWrapper {
	flex-wrap: wrap !important;
	width: 100%;
	justify-content: space-between;
}

.cultureSetItemDiv {
	padding: 3px 6px !important;
	margin-top: 2px !important;
	margin-right: 10px !important;
	margin-bottom: 10px !important;
	border-radius: 2px !important;	
}

.cultureSetItemDivSelected {
	border-radius: 10px;
	border: 1px solid #5f5645;
}

.cultureSetItem {
	width: 32px;
	float:left;
}

.cultureSetItemAttractiveNessIcon {
	float:left;
	width: 22px;
	padding-top: 9px;
}

.cultureSetItemAttractiveNessLabel {
	padding-top: 8px;
	float:left;
}

.cultureSetEffect {
	clear: both;
	padding-top: 2px;
}



.cultureItemCommonLabel {
	color: #828380;
	font-weight: bold;
}

.cultureItemUncommonLabel {
	color: #748d58;
	font-weight: bold;
}

.cultureItemRareLabel {
	color: #626b86;
	font-weight: bold;
}

.cultureItemEpicLabel {
	color: #785c76;
	font-weight: bold;
}

.cultureItemLegendaryLabel {
	color: #a6856a;
	font-weight: bold;
}

.cultureSetFilterCriteria, .itemHistoryFilterCriteria {
	display: inline-block;
	padding: 3px 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 7px;
	border: 1px solid #5f5645;
	cursor: pointer;
	box-shadow: 1px 1px;
	float: left;
}

.filterOn {
	background: #65c04a;
}

.button {
	display: inline-block;
	padding: 2px 5px 0px 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 7px;
	border: 1px solid #5f5645;
	cursor: pointer;
	box-shadow: 1px 1px;
}

.palacePopupDiv {
	position: fixed;
	background: #e7ceac;
	border-radius: 5px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 15px;
	width: 80%;
	z-index: 6;
	top: 120px;
	left: 80px;
}

.palacePopupHeaderTitel {
	float: left;
	font-weight: bold;
	font-size: 24px;
}

.palacePopupMinistryShortcutDiv {
	float: left;
	margin-left: 50px;
	padding-top: 4px;
}

.palaceMinistryShortcutIcon {
	cursor: pointer;
	float:left;
	margin-left: 15px;
	width: 32px;
}

.palaceContentDiv {
	height: 700px;
	overflow-y: scroll;
	float: left;
}

.palaceMinistryDiv {
	float: left;
	clear: both;
	padding: 15px;
	border: 1px solid rgb(204, 176, 147);
	border-radius: 5px;
	margin: 15px;
	background: rgba(218, 192, 165, 0.4);
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.palaceMinistryLabel {
	float: left;
	padding-left: 5px;
	padding-top: 4px;
	font-weight: bold;
}

.palaceMinistryBaseEffectLabel {
	clear: both;
	float: left;
	padding: 10px;
	width: 250px;
}

.palaceMinistryBaseEffectDescriptionLabel {
	float:left;
	padding-top: 10px;
}

.palaceMinistryBaseEffectDiv  {
	width: 250px;
	float: left;
	margin: 5px;
	padding: 10px;
	border-radius: 5px;
	height: 176px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 10px, rgba(0, 0, 0, 0.23) 0px 3px 3px;
	background: rgba(218, 192, 165, 0.4);
}

.palaceMinistryParagonEffectDiv  {
	width: 110px;
	float: left;
	margin: 5px;
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 10px, rgba(0, 0, 0, 0.23) 0px 3px 3px;
	background: rgba(218, 192, 165, 0.4);
	display: flex;
	flex-flow: column;
	height: 82px;
	justify-content: space-between;
}

.palaceMinistryDecreeDiv {
	width: 320px;
	float: left;
	margin: 5px;
	margin-right:20px;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 10px, rgba(0, 0, 0, 0.23) 0px 3px 3px;
	background: rgba(218, 192, 165, 0.4);
}

.palaceEffectSelected {
	background: rgba(194, 165, 135, 0.75);
}



.buffPopupDiv {
	position: absolute;
	background: #2a2c27;
	border-radius: 5px;
	color: #fbdfad;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 15px;
	width: 320px;
	z-index: 6;
}

.monumentConstructionDiv {
	clear: both;
	float: left;
}

.monumentPhaseDiv {
	padding-bottom: 5px;
}

.monumentPhaseBuilding {
	width: 250px;
	float: left;
}

.monumentPhaseAmount {
	padding-right: 15px;
	float: left;
}

.monumentContentDiv {
	display: flex;
	flex-flow: column;
	width: 100%;
}

.worldFairCategoryHeader {
	margin-top: 10px;
	cursor: pointer;
}

.worldFairCategory {
	flex-flow: row;
	display: none;
	width: 100%;
}

.worldFairEventDiv {
	padding: 10px;
	margin-right: 30px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	margin-bottom: 20px;
	display: flex;
	flex-flow: column;
	width: 100%;
	margin-top: 10px;
	margin-left: 25px;
	background: rgba(218, 192, 165, 0.4);
	border: 1px solid rgb(204, 176, 147);	
}


.worldFairEventHeadline {
	font-weight: bold;
	margin-bottom: 15px;
}

.worldFairLabel {
	margin-top: 20px;
}

.worldFairPreparationGroup {
	display: flex;
	flex-flow: column;
    align-items: center;
    padding: 6px 10px 2px 10px;
    border-radius: 5px;
    margin-right: 15px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 10px, rgba(0, 0, 0, 0.23) 0px 3px 3px;
	background: rgba(218, 192, 165, 0.4);
	white-space: nowrap;
}

.worldFairRewardHeadline {
	margin-top: 15px;
	margin-bottom: 10px;
}

.worldFairRewardCategoryHeadline {
	margin-left: 20px;
	align-items: center
}

.worldFairRewardCategoryDiv {
	margin-bottom: 15px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 10px, rgba(0, 0, 0, 0.23) 0px 3px 3px;
	background: rgba(218, 192, 165, 0.4);
	width: 100%;
	padding-top: 10px;
	border: 1px solid rgb(204, 176, 147)
}

.worldFairRewardGroupDiv {
	width: 33%;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 10px, rgba(0, 0, 0, 0.23) 0px 3px 3px;
	margin: 10px;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	align-content: baseline;
	background: rgba(218, 192, 165, 0.4);
	row-gap: 10px;
	column-gap: 5px;
}

.researchCategoryDiv {
	padding: 10px;
	margin-right: 30px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	margin-bottom: 20px;
	display: flex;
	flex-flow: column;
	width: 100%;
	margin-top: 10px;
	margin-left: 25px;
	background: rgba(218, 192, 165, 0.4);
	border: 1px solid rgb(204, 176, 147);
}

.researchSubCategoryDiv {
	float: left;
	width: 33.5%;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 10px, rgba(0, 0, 0, 0.23) 0px 3px 3px;
	background: rgba(218, 192, 165, 0.4);
	margin: 8px;
	padding: 5px;
}

.researchItemsDiv {
	flex-wrap: wrap !important;
	margin-top: 10px;
	row-gap: 10px;
	column-gap: 5px;
	
}

.itemCategoryCommonLabel {
	color: #828380;
	font-weight: bold;
	clear: both;
	float: left;
}

.itemCategoryUncommonLabel {
	color: #425a29;
	font-weight: bold;
	clear: both;
	float: left;
}

.itemCategoryRareLabel {
	color: #323c54;
	font-weight: bold;
	clear: both;
	float: left;
}

.itemCategoryEpicLabel {
	color: #5d435c;
	font-weight: bold;
	clear: both;
	float: left;
}

.itemCategoryLegendaryLabel {
	color: #69452d;
	font-weight: bold;
	clear: both;
	float: left;
}

.itemResearchWorkforce {
	clear: both;
	float: left;
	margin-right: 3px;
}

.itemResearchWorkforceAmount {
	float: left;
	margin-left: 2px;
}

.itemResearchPoints {
	clear: both;
	float: left;
	margin-right: 3px;
	margin-top: 5px;
}

.researchRarityDiv  {
	margin-top: 5px;
	margin-bottom: 5px;
}

.researchWorkforceDiv {
	clear: both;
	float: left;
	width: 250px;
}

.researchDurationDiv {
	float: left;
	width: 200px;
}

.productChainArrow
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	width: 24px;
	padding-top: 3px;
}


.productListTradeValue
{
	padding-top: 4px;
	padding-left: 15px;
	float: right;
}


.tradeContractCommon,
.tradeContractUncommon,
.tradeContractRare,
.tradeContractEpic,
.tradeContractLegendary
{	
	border: 1px solid;
	border-radius : 8px;
	
}


.tradeContractCommon
{
	background: radial-gradient(#cac1b2, #9c978b);
	/*border-color: #828380;
	background: repeating-linear-gradient(
		45deg,
		#efe3ca,
		#efe3ca 5px,
		#e6d8bd 5px,
		#e6d8bd 10px
	  );*/
}


.tradeContractUncommon
{
	background: radial-gradient(#b2c89c, #768567);
	/*
	border-color: #425a29;
	background: repeating-linear-gradient(
		45deg,
		#cbd0a7,
		#cbd0a7 5px,
		#b9ba98 5px,
		#b9ba98 10px
	  );*/
}


.tradeContractRare
{
	background: radial-gradient(#a6bed8, #738292);
	/*
	border-color: #323c54;
	background: repeating-linear-gradient(
		45deg,
		#bcc1c1,
		#bcc1c1 5px,
		#bdcbcb 5px,
		#bdcbcb 10px
	  );*/
}


.tradeContractEpic
{
	background: radial-gradient(#c0a5d1, #7d6b86);
	/*
	border-color: #5d435c;
	background: repeating-linear-gradient(
		45deg,
		#cbb1bb,
		#cbb1bb 5px,
		#dac8d1 5px,
		#dac8d1 10px
	  );*/
}


.tradeContractLegendary
{
	background: radial-gradient(#e4bf5c, #a08745);
	/*
	border-color: #5d435c;
	background: repeating-linear-gradient(
		45deg,
		#f8c45a,
		#f8c45a 5px,
		#f8c4a7 5px,
		#f8c4a7 10px
	  );*/
}


.replaceProduct 
{
	margin-left: -10px;
}

.addOutputPlus
{
	margin-left: 10px;
	margin-right: -5px;
}


.productionCycleInput {
	margin-right: 40px;
}


.iconDiv {
	float: left;
}

.no-input {
	
}

.no-input::after {
    content: '';
    width: 33px;
    height: 2px;
    background: black;
    display: block;
    position: relative;
    top: 16px;
}


.arrow {
	background-color: #4593a3;
	height: 2px;
	padding: 0px;
	margin: 0px;
	line-height:1px; 
	position:absolute;
}


.layoutImage {
	width: 400px;
	margin-top: 20px;
	margin-right: 40px;
}


.tooltip {
	position: absolute;
	background: #2a2c27;
	border-radius: 5px;
	color: #fbdfad;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 15px;
	z-index: 6;
	max-width: 300px;
	border: #fbdfad solid 1px;
}


.tooltipHeader {
	font-weight: bold;
	border-bottom: 1px solid #5f5645;
	padding: 5px;
}


.tooltipDescription {
	padding: 5px;
	background-color: #383536;
}


.board {
	background-color: white;
	margin-top: 20px;
	margin-bottom: 30px;
}

.road {
	background-color: #696969;
	border-right: 1px solid #4f310f;
	border-bottom: 1px solid #4f310f;
}

.boardBuilding, .boardBuildingPositive, .boardBuildingNegative {
	background-color: #6db28a;
	border-bottom: 1px solid #4f310f;
	border-right: 1px solid #4f310f;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	background-image : url('../images/icon_dlc_high_life_128_1.png');
	background-size : 32px 32px;
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

.boardBuildingPositive {
	background-color: #36ba1e;
}

.boardBuildingNegative {
	background-color: #8b6539;
}

.panoramaBuildingSpinner {
	width: 15px;
}

.skyscraperInfluenceRadius {
	border: 2px solid blue;
	border-radius: 50%;
	position: absolute;
	background: transparent;
}

.spinnerButton, .spinnerButtonOver {
	width: 10px;
	height: 10px;
	background-size: 10px 10px;
	background-repeat: no-repeat;
}


.spinnerButton:hover {
	filter: brightness(200%);
}

.spinnerButtonUp, .spinnerButtonUpOver {
	background-image: url("../images/icon_up.png");
}

.spinnerButtonDown, .spinnerButtonDownOver {
	background-image: url("../images/icon_down.png");
}


.headerAsc, .headerDesc, .headerNone {
	cursor: pointer;
	background-position: center right;
	background-size: 16px;
	background-repeat : no-repeat;
	padding-right: 20px;
}

.headerAsc {
	background-image: url("../images/icon_up.png");
}


.headerDesc {
	background-image: url("../images/icon_down.png");
}


.headerNone {
	background-image: url("../images/icon_up_down.png");
	background-size: 16px 22px;
}

.exportPyramidLevel {
	justify-content: center;
	margin: 7px;
}

.exportRoman {
	font-family: verdana;
	font-size: 18px;
	margin-right: 5px;
	padding-bottom: 15px;
}

.exportGood {
	margin-left: 5px;
	margin-right: 5px;
	height: 56px;
}

.itemEntryDiv {
	display: flex;
	flex-flow: row;
	align-items: center;
}

.listEntry {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-left : 25px;
}

.listEntryIconSmall {
	width: 24px;
	height: 24px;
	margin-left : 5px;
}

.consumptionProductIcon {
	width: 24px;
	height: 24px;
	float: left;
}

.consumptionProductLabel {
	font-size: 12px;
	margin-right: 10px;
	float: left;
}


#menu {
	position: fixed;
	bottom: 0px;
	width: 100%;
}

#menu-bar {
	background-image: url("../images/construction_bar/bgr_construction_bar_0.png");
	width: 968px;
	height: 172px;
	left: 50%;
	margin-left: -484px;
	position: fixed;
	bottom: 0px;
}

#menu-top {
	height: 50px;
}

.menu-entry-1, .menu-entry-2, .menu-entry-1-selected, .menu-entry-2-selected {
	min-width: 128px;
	height: 40px;
	cursor: pointer;
	margin-top: 6px;
	justify-content: center;
}

.menu-entry-2, .menu-entry-2-selected {
	margin-top: 2px;
}

.menu-label-2 {
	color: #fbdfad;
	margin-right: 13px;
}

.menu-entry-1, .menu-entry-2 {
	background-image: url("../images/construction_bar/btn_constr_tab_normal_0.png");
	background-repeat: repeat-x;
}

.menu-entry-1-selected, .menu-entry-2-selected {
	background-image: url("../images/construction_bar/btn_constr_tab_selected_1.png") !important;	
	background-repeat: repeat-x;
}

.menu-entry-3, .menu-entry-3-selected {
	width: 60px;
	height: 76px;
	cursor: pointer;
	justify-content: center;
}

.menu-entry-1 {
	height: 45px;
	background-size: 100% 100%;
}

.menu-entry-1-selected {
	height: 46px;
	background-size: 100% 100%;
}

.menu-entry-3 {
	background-image: url("../images/construction_bar/btn_construction_normal_0.png");
}

.menu-entry-3-selected {
	background-image: url("../images/construction_bar/btn_construction_selected_0.png");
}


.menu-icon-1, .menu-icon-2 {
	width: 32px;
	height: 32px;
	margin-left: 10px;
	margin-right: 10px;
}


.menu-icon-3 {
	width: 48px;
	height: 48px;
}

.menu-entry-4, .menu-entry-4-selected {
	width: 44px;
	height: 32px;
	cursor: pointer;
	justify-content: center;
}

.menu-entry-4 {	
	background-image: url("../images/construction_bar/btn_constr_switch_button_0.png");
}

.menu-entry-4-selected {
	background-image: url("../images/construction_bar/btn_constr_switch_button_1.png");
}

.menu-icon-4 {
	width: 24x;
	height: 24px;
}

#menu-toolbar, #menu-linkbar {
	width: 350px;
	position: absolute;
	bottom: 0px;
	left: 259px;
}

.linkbar-link {
	display: flex;
	width: 100%;
	justify-content: center;
}



#empty-space {
	height: 150px;
	width: 100%
}


.searchDiv {
	border-radius: 10px;
	margin-left: 15px;
	background-color: #dddddd;
	align-items: center;
	padding-left: 5px;
}

.search {
	background: none;
	border: none;
}

.searchInactive {
	font-style: italic;
	color: #888888;
}


.search:focus{
    outline: none;
}

.searchPopup {
	position: fixed;
	border: 1px black solid;
	border-radius: 5px;
	background-color: #eeeeee;
	max-height: 400px;
	overflow-y: auto;
	bottom: 156px;
}

.searchCategory {
	margin-top: 5px;
	font-weight: bold;
	margin-left: 2px;
}

.searchEntry {
	margin-left: 15px;
	cursor: pointer;
	margin-right: 4px;
}

.searchIcon {
	width: 24px;
	height: 24px;
	margin-right: 5px;
}


.stampLink {
	margin-left : 5px;
	height: 24px;
	width: 24px;
}


.electricityDisabled {
	filter: opacity(0.5);
}