@import url(https://fonts.googleapis.com/css?family=Homenaje);

html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background-image: url("../images/background_1.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position-y: 70px;
	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%);
}

.pageHeader {
	float: left;
	clear: both;
	z-index: 2;
	width: 100%;
	top: 0;
	background-image: url("../images/background_1.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position-y: 70px;
	position: fixed;
	padding-bottom: 10px;
}

.pageContent {
	float: left;
	clear: both;
	position: relative;
	padding: 20px;
	top: 110px;
}

.mainHeader {	
	background: linear-gradient(to bottom, #132c42, #1b3850);
	color: white;
	float: left;
	width: 100%;
}

.tabNavigation {
	padding-top: 10px;
	padding-left: 20px;
	float: left;
	width: 100%;
}


.navigationTab, .navigationTabActive  {
	text-align: center;
	width: 180px;
	height: 30px;
	color: white;
	margin-right: 15px;
	float: left;
}

.navigationTab {	
	background: url("../images/espionage_button.png");
	background-size: 180px 30px;
	cursor: pointer;
}

.navigationTabActive {
	background: url("../images/espionage_button_toggled.png");
	background-size: 180px 30px;
}

.navigationTabImage {
	width: 32px;
	float: left;
}

.navigationTabLabel {
	margin-left: 3px;
	margin-top: 4px;
	float: left;
}


.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: 'Homenaje',serif;
	font-size: 40px;
}


.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
}

.cursorPointer {
	cursor: pointer;
}

.marginRight5 {
	margin-right: 5px;
}

.bold {
	font-weight: bold;
}

.rowOver {
	background: #65c04a;
	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;
}


.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;
}

.tableHeadLabel {
	float: left;
}

.tableHeadImage {
	margin-left: 5px;
	width: 24px;
	float: left;
}


table {
	border-spacing: 0px;
	border-collapse: collapse;
	border-left: 1px solid #4f310f;
	border-right: 1px solid #4f310f;
}

th {
	border-top: 1px solid #4f310f; 
}


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 #4f310f; 
	border-bottom: 1px solid #4f310f; 
}

.bold {
	font-weight: bold;
}


.icon {
	width: 24px;
	height: 24px;
	float: right;
}

.icon16 {
	width: 16px;
	height: 16px;
}

.icon24 {
	width: 24px;
	height: 24px;
}

.navigation {
	float: left;
	width: 100%;
}

.navigationSettings {
	float: left;
	padding-left: 40px;
}

.navigationRight {
	float: right;
}

.languageIcon {
	width: 32px;
	margin-bottom: 5px;
	margin-right: 3px;
	cursor: pointer;
}


.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;
}

.setupIcon {
	width: 32px;
	cursor: pointer;
}

.itemIconBig {
	width: 64px;
	float: left;
	margin-right: 30px;
}


.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;
}

.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;
}

.itemEffectIcon {
	margin-right: 5px;
	width: 22px;
}

.itemEffectLabel {
	vertical-align: top;
	color: white;
}

.itemEffectLabelDark {
	vertical-align: top;
}

.itemAllocationText {
	vertical-align: top;
	float: right;
	color: yellow;
	font-weight: bold;
}

.itemEffectValue {
	vertical-align: top;
	float: right;
}

.itemAvailabilityText {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.optimizationTable {	
	background-color: rgba(106,204,255,0.6);
}


.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: 5px;
	padding: 5px;
	border: 1px solid black;
	cursor: pointer;
	font-weight: bold;
	height: 32px;
	clear: both;
	box-shadow: 1px 1px;
	background-color: rgba(20,151,184,0.75);
}


.optimizationCategoryArrowIcon {
	float: left;
	width: 24px;
}


.optimizationCategoryTypeIcon {
	float: left;
	width: 32px;
}

.optimizationEffectsDiv {
	float: left;
	padding-left: 6px;
	margin-top: -5px;
}

.optimizationEffectsLabel {
	float: left;
	font-weight: bold;
	font-size: 13px;
}

.optimizationCategoryLabel {
	float: left;
	padding-top: 4px;
	margin-left: 5px;
}

.optimizationCategoryContent {
	margin-left: 10px;
	margin-bottom: 10px;
	display: none;
}

.optimizationUL {
	margin: 0px;
	padding-left: 10px;
}

.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: 34px;
	
}

.optimizationDivTwo {
	height: 78px;
}

.optimizationLabel {
	float: left;
	padding-top: 4px;
}

.layoutCountSpinner {
	width: 27px;
}

.moduleSpinner {
	width: 8px;
}

.optimizationLabelUnderline {
	float: left;
	text-decoration: underline;
	padding-top: 4px;
}

.optimizationIcon {
	width: 32px;
	margin-right: 3px;
	float: left;
}

.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;
}

.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: 200;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #5f5645;
	cursor: pointer;
	font-weight: bold;
	height: 32px;
	clear: both;
}


.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: 280px;
	max-width: 280px;
	margin-bottom: 5px;
	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;
}

.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;
}

.contentDiv {
	display: none;
	clear:both;
	float: left;
	overflow-y: auto;
}


.buildingPopupDiv {
	position: absolute;
	background: #2a2c27;
	color: white;
	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: 300px;
	z-index: 6;
}


.buildingPopupHeader {
	float: left;
	clear: both;
	border-bottom: 1px solid #5f5645;
	width: 100%;
	padding-bottom: 3px;
	background-color: #1f4860;
}

.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-top: 5px;

}

.buildingPopupContentProductIcon
{
	float: left;
	margin-left: 10px;
	width: 24px;
}

.buildingPopupContentProductText {
	margin-left: 5px;
	float: left;
	color: white;
	vertical-align: top;
}

.buildingPopupContentProductCycle {
	float: right;
	color: white;
	margin-right: 10px;
}

.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 #5f5645;
	vertical-align: top;
	box-shadow: 2px 2px;
	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: 10px;
	border: 1px solid #5f5645;
	width: 290px;
	vertical-align: top;
}

.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;	
}

.cultureSetPaviilionLabel {
	padding-top: 5px;
	float: left;
}

.cultureSetItemDiv {
	float: left;
	padding: 5px 5px;
	margin-top: 2px;
	margin-right: 3px;
}

.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;
}

.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;
}

.sectorTraitPopup {
	position: absolute;
	background: linear-gradient(to bottom, #132c42, #1b3850);
	border-radius: 5px;
	color: white;
	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;
}

.sectorImage {
	clear: both;
	float: left;
	width: 80px;
	height: 80px;
	-moz-transform:rotate(315deg);
}

.sectorName {
	float:left;
	margin-left: 10px;
}

.sectorAttribute {
	float:right;
	margin-left: 5px;
}

.palaceContentDiv {
	height: 700px;
	overflow-y: scroll;
	float: left;
}

.regionTitleDiv {
	float: left;
	clear: both;
	padding: 15px;
	font-weight: 14px;
}

.regionDiv {
	float: left;
	clear: both;
	padding: 15px;
	border: 1px solid #5f5645;
	border-radius: 10px;
	margin: 10px;
	display: none;
}

.regionSectorDiv {
	float: left;
	
}

.sectorEffectAssignedOuterDiv {
	float: left;
	margin-left: 30px;	
}

.sectorEffectAssignedDiv {
	float: left;
	height: 80px;
	clear: both;
	width: 100%;
}

.sectorEffectsAvailableDiv {
	float: left;
	margin-left: 50px;
}

.sectorEffectDiv {
	clear: both;
	float:left;
	margin-bottom: 20px;
	border: 1px solid #5f5645;
	border-radius: 10px;
	cursor: move;
}

.palaceMinistryBaseEffectDescriptionLabel {
	float:left;
	padding-top: 10px;
}

.palaceMinistryBaseEffectDiv  {
	border: 1px solid #5f5645;
	width: 250px;
	float: left;
	margin: 5px;
	padding: 2px;
	border-radius: 3px;
	height: 176px;
}

.palaceMinistryParagonEffectDiv  {
	border: 1px solid #5f5645;
	width: 110px;
	float: left;
	margin: 5px;
	padding: 2px;
	border-radius: 3px;
	cursor: pointer;
}

.palaceMinistryDecreeDiv {
	border: 1px solid #5f5645;
	width: 250px;
	float: left;
	margin: 5px;
	padding: 2px;
	border-radius: 3px;
	cursor: pointer;
}

.palaceEffectSelected {
	background: #459292;
}


.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: 300px;
	z-index: 6;
}


.sciencePopup {
	position: absolute;
	background-color: #2a2c27;
	width: 1200px;
	height: 980px;
	color: white;
	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;
	top: 120px;
	left: 80px;
	background: url("../images/sience_tree_bg.png");
	background-position-y: -400px;
	background-position-x: -600px;
}


.popupTitle {
	letter-spacing: 2px;
	padding: 10px 10px;
	font-family: 'Homenaje',serif;
	font-size: 40px;
	float: left;
}

.scienceCircle {
	background: url("../images/science_circle_2.png");
	background-size: 1050px 1050px;
	position: absolute;
	width: 1050px;
	height: 1050px;
	left: 150px;
	top: -1px;
	background-position-y: -40px;
}

.scienceWorkshopOverviewDiv {
	padding-top: 80px;
	padding-left: 20px;
}

.scienceWorkshopDiv {
	padding-top: 10px;
	clear: both;
	float: left;
}

.scienceWorkshopBuilding {
	width: 48px;
	float: left;
}

.scienceWorkshopSpinnerDiv {
	float: left;
	padding-top: 7px;
	padding-left: 5px;
}

.scienceWorkshopSpinner {
	width: 8px;
}

.researchNode {
	position: absolute;
	width: 40px; 
	height: 23.09px;
	margin: 11.55px 0;
	border-left: solid 2px #757575;
	border-right: solid 2px #757575;
	text-align: center;
	cursor: default;
}

.researchNodeAvailable, .researchNodeChecked {
	position: absolute;
	width: 42px; 
	height: 40px;
	text-align: center;
	cursor: pointer;
	padding-top: 15px;
}

.researchNodeAvailable {	
	background: url("../images/technology.png");
	background-size: 50px 54.44px;
	background-position-x: -5px;
}

.researchNodeChecked {	
	background: url("../images/technology_checked.png");
	background-size: 50px 54.44px;
	background-position-x: -5px;
}

@keyframes spin{
	from{transform:rotate(0deg)}
	to{transform:rotate(360deg)}	
}

.researchNode:before,
.researchNode:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 28.28px;
	height: 28.28px;
	-webkit-transform: scaleY(0.5774) rotate(-45deg);
	-ms-transform: scaleY(0.5774) rotate(-45deg);
	transform: scaleY(0.5774) rotate(-45deg);
	background-color: inherit;
	left: 3.8579px;
}

.researchNode:before {
	top: -14.1421px;
	border-top: solid 2.8284px #757575;
	border-right: solid 2.8284px #757575;
	margin-top: -1px;
}

.researchNode:after {
	bottom: -14.1421px;
	border-bottom: solid 2.8284px #757575;
	border-left: solid 2.8284px #757575;
	margin-top: 1px;
}

.researchIcon {
	width: 28px;
	margin-top: -2px;
}

.researchConnection {
	border: 1px #757575 solid;
	z-index: 7;
	position: absolute;
}