.newsBlockWrapper{
	width: 640px;
	margin-bottom: 20px;
	border: 1px solid silver;
	border-radius: 15px;
	padding: 10px;
	box-shadow: 5px 5px 5px black;
	margin-left: auto;
	margin-right: auto;
}
	.newsBlockWrapper h3{
		padding: 0px;
		margin: 0px;
	}
	.newsBlockWrapper div.date{
		color: teal;
		font-size: 12px;
		padding: 0px;
		margin: 0px;
	}
	.newsBlockWrapper div.content{
	}
		.newsBlockWrapper div.content p{
			padding: 0px;
			margin: 3px 0px 3px 0px;
			font-size: 13px;
		}

.accessCheckboxWrapper{
	clear: both;
}
	.accessCheckboxWrapperView{
		float: left;
	}
	.accessCheckboxWrapperAdmin{
		float: left;
		margin-left: 50px;
	}

	.adventureMainInfo{
	margin: 2px 0;
	color: white;
}
.adventurePicture{
	min-width: 300px;
	min-height: 200px;
	margin: 10px;
}
.adventurePicture img{
	max-width: 300px;
	max-height: 100px;
}
.adventurePicture a{ text-decoration: none; }
.adventureName{
	display: inline-block;
	text-decoration: none;
	color: #3399ff;
	font-size: 15px;
	text-transform: uppercase;
	vertical-align: top;
	padding: 10px 0;
}
.adventureParticipatingCharacterImageWrapper img{
	max-height: 150px;
	max-width: 150px;
}#navSavagesrd h4{
	color: gray;
    text-shadow: 0.5px 0.5px 0.5px black;
}
#navSavagesrd #mainContentWrapper{
	color: white;
	padding: 10px;
	text-align: justify;
	border-radius: 8px;
	margin-bottom: 100px;
}
#navSavagesrd #mainContentWrapper img{
	width: 25px;
	vertical-align: middle;
	margin: 5px;
}
#navSavagesrd select{
	width: 98.8%;
	padding: 5px;
	margin: 5px 0;
}
#navSavagesrd input{
	width: 98%;
	padding: 5px;
	margin: 5px 0;
}
.leftBlockWrapper{ width: 25%; float: left; }
.centerBlockWrapper{ width: 25%; float: left; }
.rightBlockWrapper{ width: 50%; float: left; }
.halfBlockWrapper{ width: 49%; float: left; }
#navSavagesrd textarea{
	width: 98%;
	padding: 5px;
	min-height: 450px;
	max-height: none;
}
#navSavagesrd button{
	background: none;
	padding: none;
	margin: none;
	border: none;
}
#navSavagesrd .specialDeleteButton{
	background: silver;
	padding: 5px 10px;
	border: 2px outset gray;
	border-radius: 5px;
}
#navSavagesrd .mainPageMenuTitle{
	display: block;
    color: white;
    text-transform: uppercase;
    margin: 2px 5px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: normal;
    border: 2px outset gray;
    text-shadow: 0.5px 0.5px 0.5px gray;
    text-decoration: none;
    background: gray; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, gray ); /* Standard syntax */
}
	#navSavagesrd .mainPageMenuTitle:hover{ background: linear-gradient(to right, black, #a6a6a6); }
#navSavagesrd .savagesrdNoteMainTitle{
	color: white;
    text-transform: uppercase;
    margin: 2px 2px 2px 15px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: normal;
    border: 2px outset gray;
    text-shadow: 0.5px 0.5px 0.5px gray;
	background: #0099ff; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, #0099ff); /* Standard syntax */
}
	#navSavagesrd .savagesrdNoteMainTitle:hover{ background: linear-gradient(to right, black, #006bb3); }
#navSavagesrd .savagesrdNoteMainInfo{
	display: block;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin: 2px 2px 2px 25px;
    border: 2px outset gray;
    background: #a6a6a6;
    text-decoration: none;
    color: white;
    text-shadow: 0.5px 0.5px 0.5px black;
    text-align: justify;
}
	#navSavagesrd .savagesrdNoteMainInfo:hover{ background: #808080; }
#navSavagesrd .onSelected{ 
	background: #ffa500; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, #ffa500); /* Standard syntax */
	border: 2px outset silver;
	text-transform: uppercase;
}
#navSavagesrd .onSelected:hover{
	background: #ffa500; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, #ffa500); /* Standard syntax */
	border: 2px outset silver;
	text-transform: uppercase;
}
#navSavagesrd .addNewElement{
	display: block;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin: 2px 2px 2px 15px;
    border: 2px outset gray;
    background: silver;
    text-decoration: none;
    color: white;
    text-shadow: 0.5px 0.5px 0.5px black;
    background: red; /* For browsers that do not support gradients */
   	background: linear-gradient(to right, black , red); /* Standard syntax */
}
#navSavagesrd .sectionTitle{
	width: 150px;
    text-transform: uppercase;
    font-weight: bold;
    color: gray;
    text-shadow: 0.5px 0.5px 0.5px black;
}
.sectionTitleTextarea{
    margin: 5px 0;
    text-transform: uppercase;
    font-weight: bold;
    color: gray;
    text-shadow: 0.5px 0.5px 0.5px black;
}
#navSavagesrd pre{
	font-size: 13px;
}
#navSavagesrd .gearDescription{
	color: gray;
	font-size: 11px;
	font-style: italic;
}
#navSavagesrd #sideMenuWrapper{ margin-bottom: 100px; }
#navSavagesrd .gearSciFi{ 
	color: gray;
	font-weight: bold;
}
/***************************************************************/
/* MOBILE SECTION*/
/***************************************************************/
@media only screen and (max-width: 1000px){
	textarea{ width: 97%; }	
	#navSavagesrd select{ width: 98%; }
	#navSavagesrd input{ width: 97%; }
	.leftBlockWrapper{ width: 100%; float: none; }
	.centerBlockWrapper{ width: 100%; float: none; }
	.rightBlockWrapper{ width: 100%; float: none; }
}
#combatSheetMainWrapper input{ 
	vertical-align: top;
	background: transparent;
	color: white;
	padding: 5px 0;
}
#superwide{ position: absolute; }
.darkBackground{ background-color: #1a1a1a; }
.grayBackground{ background-color: #333333; }
.csId{
	width: 30px!important;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 2px;
}
.csTitle{ color: teal; }
.csHp, .csSdc, .csIni{
	width: 40px !important;
	text-align: center;
	padding: 5px 0;
}
.csName{
	width: 150px!important;
	padding: 5px 0 5px 3px;
}
.csRoundTitle{
	text-align: center;
	color: teal;
}
.csFlexContainer{
	display: flex;
	flex-flow: wrap;
}
.csFlexBox{ flex: 1 1 1; }
.csContainerPartOne{ display: inline-block; }
/* Palladium Design by Skellos /**/

#currentPlayerTargetWrapper{
	display: block;
	clear: both;
	vertical-align: top;
	text-align: center;
}
#currentPlayerTargetWrapper div.box{
	width: 400px;
	display: inline-block;
	vertical-align: top;
}
#currentPlayerTargetWrapper div.boxAffect{ width: 150px; }

    #buttonBoxTargets div.subActionButton, #buttonBoxAffect label.subActionButton{
        display: block;
        width: 350px;
        text-align: left;
        padding-left: 30px;
        cursor: pointer;
        border-radius: 5px;
        padding: 2px 5px;
        color: white;
        background: maroon;
        font-weight: bold;
        margin: 5px;
        vertical-align: top;
    }
    #buttonBoxAffect label.subActionButton{ width: 150px; }

    #buttonBoxTargets input.actionReactionInput{
        width: 200px;
        border: 0px;
        border-bottom: 2px solid white;
        background: none;
        color: white !important;
    }
    #buttonBoxTargets div.actionReactionWrapper{
        clear: both;
        text-align: center;
    }
        #buttonBoxTargets div.buttonBoxName{
            display: inline-block;
            width: 300px;
        }
        #buttonBoxTargets div.buttonBoxImageWrapper{
            display: inline-block;
            width: 30px;
            height: 30px;
            padding: 5px 0px 0px 5px;
        }
        #buttonBoxTargets img{ width: 30px; }
        
       

div.buttonWrapper a, a.button{
	display: inline-block;
	border-radius: 5px;
	padding: 2px 5px;
	color: white;
	background: maroon;
	font-weight: bold;
	margin: 5px;
	text-decoration: none;
}
a.quickAction{ background: orange; }
a.holding{ background: lightBlue; }
a.del{ background: red; }
a.next{ background: green; }
a.noDodge{ background: red; }
a.activeDodge{ background: green; }

#currentPlayerTargetWrapper div.submit{
	clear: both;
	margin-top: 30px;
}
#currentPlayerTargetWrapper div.submit a{
	background: green;
	border-radius: 5px;
	padding: 5px 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#currentPlayerActionWrapper select{
    margin-left: 10px;
    width: 100px;
}
 

#attPlusWrapper{
	clear: both;
	display: block;
	color: black;
}
	#attPlusWrapper input{
		width: 20px;
		font-size: 14px;
		font-weight: bold;
		color: black;
		background: none;
		text-align: center;
	}
	#attPlusWrapper a{
		display: inline-block;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		background: white;
		border-radius: 5px;
		border: 1px solid black;
		height: 18px;
		padding: 0 5px 0 5px;
	}
#participantMainWrapper div.participantWrapper{
	overflow: auto;
	clear: both;
	background: white;
	color: black;
}

	#participantMainWrapper div.hiddenInputWrapper{
		font-weight: bold;
		font-size: 20px;
		color: lime;
		margin-left: -10px;
		margin-top: -6px;
		position: absolute;
	}

	#participantMainWrapper div.participantWrapper input{
		display: inline-block;
		width: 90px;
		border: 0px;
		border-bottom: 1px solid black;
		margin: 0;
		padding: 5px 0;
		text-align: center;
		color: black;
		margin-right: 3px;
	}
		#participantMainWrapper div.participantWrapper input.small{ width: 30px; }
		#participantMainWrapper div.participantWrapper input.large{ width: 200px; }
		#participantMainWrapper div.participantWrapper input.noteInput{ width: 200px; }
#participantMainWrapper div.participantWrapperTitle{
	color: white;
	background: teal;
}
	#participantMainWrapper div.participantWrapperTitle input{
		text-transform: uppercase;
		background: teal;
		font-weight: bold;
		border-bottom: none;
	}
		#participantMainWrapper div.participantWrapper input.columId{
			font-size: 10px;
			height: 10px;
			margin-top: 3px;
		}
		#participantMainWrapper div.participantWrapper input.clickable{
			cursor: pointer;
			color: blue;
		}
		#participantMainWrapper div.participantWrapper input.aLeft{ text-align: left;}
#addParticipantBoxWrapper{
	border: 3px solid maroon;
	background: white;
}
#combatRoundBoxWrapper{
	margin: 10px;
	border: 2px solid purple;
	background: silver;
	color: black;
	padding: 10px;
	border-radius: 10px;
}

#boxNameAndTitle{
	clear: both;
	overflow: auto;
}
	#legendHelpImage{
		width: 30px;
		cursor: help;
		float: right;
		display: block;
	}

	#currentPlayerName{
		width: 100%;
		font-size: 20px;
		color: maroon;
		font-weight: bold;
	}
		#currentPlayerName span{ color: purple; }
		
	
#isShakenImage{
	position: absolute;
	margin: 0 0 0 150px;
}
div.actionInputWrapper{
	overflow: auto;
	width: 100%;
}
	div.actionInput{
		overflow: auto;
	}
		input#combatActionInput{
			width: 99%;
			background: white;
			padding: 10px 5px;
			font-size: 14px;
			color: black;
		}

		div.actionLegend a.actionTitle{
			color: green;
			font-weight: bold;
			margin-bottom: 10px;
			font-size: 16px;
			text-decoration: none;
			cursor: pointer;
		}
		div.actionLegend fieldset div{
			padding: 5px;
		}
		
	#playerOnHoldListWrapper{
		color: darkOrange;
		overflow: auto;
	}
		#playerOnHoldListWrapper a{ 
			display: block;
			float: left;
			border-left: 2px solid purple;
			border-bottom: 1px solid purple;
			margin-right: 20px;
			padding-left: 5px;
			text-decoration: none;
			font-size: 10px;
		}
div.combatLogWrapper{ margin-top: 20px; }
	div.combatLogWrapper h3{
		color: gray;
		border-bottom: 1px solid silver;
		text-shadow: 1px 1px 1px black;
	}
#startCombat{ background: green; }
#combatLog h4{ color: white; }
#combatLog input{
	font-size: 12px;
	height: 10px;
	width: 95%;
	margin-left: 1%;
	border: 0px;
}
#combatLog img{
	width: 15px;
	cursor: pointer;
}

div.participantOptionButtonWrapper, div.participantOptionButtonWrapper h2, div.participantRowButtonWrapper{ text-align: center; }
	div.participantRowButtonWrapper div{
		display: inline-block;
		text-align: center;
		width: 120px;
	}
	div.participantRowButtonWrapper a{
		display: block;
		width: 30px;
		height: 30px;
		border: 1px solid black;
		border-radius: 5px;
		margin: 0 auto 0 auto;
		text-decoration: none;
	}
#adjustmentEntryBoxWrapper{
	padding-top: 10px;
	border-top: 1px solid silver;
}
	input#affectedRowId, input#affectedColumnName, input#affectedAmount{
		background: white;
		width: 50px;
		color: black;
	}
.hideMenuButton{
	color: white;
	text-shadow: 1px 1px 1px black;
	padding: 0px 10px;	
}

#listNpcToAddLinkWrapper{}
	#listNpcToAddLinkWrapper a{
		display: block;
		text-decoration: none;
		color: maroon;
		font-weight: bold;
		padding: 5px;
	}
	#listNpcToAddLinkWrapper a:hover{ background: silver; }
	
    
#navSavage ::-webkit-scrollbar, 
#navPalladium ::-webkit-scrollbar, 
#navPathfinder ::-webkit-scrollbar, 
#navMindeyes ::-webkit-scrollbar, 
#navDatavault ::-webkit-scrollbar, 
#navStory ::-webkit-scrollbar,
#navWerewolf ::-webkit-scrollbar,
#navStarwars ::-webkit-scrollbar,
#navCypher ::-webkit-scrollbar,
#navMidnight ::-webkit-scrollbar,
#navDungeon2nd ::-webkit-scrollbar,
#navDungeon5th ::-webkit-scrollbar,
#navD20modern ::-webkit-scrollbar{
 	display: none; 
}
.redAlert{ color: red!important; }
.calculusNameTitle{
	text-decoration: none;
    text-shadow: 0px 1px 1px #3399ff!important;
    color: black!important;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}
#shoppingCart{
	width: 100%;
	height: 100px;
	border: 1px solid red;
	color: white;
}
.errorMessageBoard{
	position: absolute;
	width: 100%;
	top: 40%;
	text-align: center;
	background: black;
	padding: 50px 0;
	color: red;
	font-size: 15px;
}
.newCharacter{ color: white; }
.newStoryWrapper, .newAdventureWrapper{
	flex: 1 1 auto;
	margin: 10px;
	text-align: center;
}
.newCharacterWrapper{
	min-width: 150px;
	min-height: 150px;
	flex: 1 1 auto;
	margin: 10px;
	text-align: center;
}
.newCharacterWrapper img{
	max-width: 150px;
	max-height: 150px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
.newCharacterWrapper .characterNameWrapper img, .newStoryWrapper .characterNameWrapper img{ 
	width: 22px;
	margin-top: 10px;
}
.newCharacterWrapper .characterName, .newStoryWrapper .characterName{
	display: inline-block;
	text-decoration: none;
	color: #3399ff;
	font-size: 15px;
	text-transform: uppercase;
	vertical-align: top;
	padding: 10px 0;
}
.characterName a{
	text-decoration: none;
	color: #3399ff;
}
.deleteCharacter{ display: inline-block; }
.newsWrapper .date{ color: white; }
.combatSaveButton{
	width: 20px;
	float: right;
	margin-right: 10px;
}
.gearLocationMainWrapper{
    background: #3D94F6;
	background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: linear-gradient(to bottom, #3D94F6, #1E62D0);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 100;
	padding: 5px;
	box-shadow: 1px 1px 20px 0px #000000;
	-webkit-box-shadow: 1px 1px 20px 0px #000000;
	-moz-box-shadow: 1px 1px 20px 0px #000000;
	text-shadow: 1px 1px 20px #000000;
	border: solid #337FED 1px;
	text-decoration: none;
}
.gearLocationMainWrapper:hover{
	background: #1E62D0;
	background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: linear-gradient(to bottom, #1E62D0, #3D94F6);
	text-decoration: none;
}

.totalWeightTitleLocation{
	text-transform: uppercase;
	color: beige;
	text-shadow: 1px 1px 1px black;
	font-weight: bold;
	display: inline-block;
	font-size: 14px;
}
.totalWeightTitle{
	width: 100px;
	display: inline-block;
	font-weight: bold;
}
.totalWeight{ display: inline-block; }
.locationWeight{ 
	display: inline-block;
	font-size: 10px;
}
.locationWeightTitle{
	margin-right: 5px;
	display: inline-block;
	font-weight: bold;
	font-size: 10px;
}
.noteArchetypeTitle{
	color: black!important;
	font-weight: bold;
}
.calculusNote{
	margin-top: 3px;
	text-align: justify;
	color: white;
	font-size: 10px;
}
.underConstructionImage{
	width: 100%;
	text-align: center;
}
.navSupernatural-strength-table{ color: white }
/**/
.linkToAdventureWrapper{
	width: 100%; 
	text-align: center; 
	margin-top: 10px;
}
.hrefLinkToAdventure{
	text-decoration: none; 
	color: white;
}
/***************************************************************/
/* NEW CHARACTER SECTION */
/***************************************************************/
.newCharacterMainWrapper{
	text-align: center;
	width: 100%;
	margin: 5px;
}
.newCharacterMainWrapper input, .newCharacterMainWrapper select{
	width: 300px;
}
.newCharacterIntroduction{
	color: silver;
	text-align: justify;
	max-width: 33%;
	margin: 30px auto;
}
.newCharacterTitle{
	color: white;
	margin: 5px;
}
/***************************************************************/
/* MOBILE VERSION */
/***************************************************************/
@media only screen and (max-width: 1000px){
	.newCharacterWrapper{ flex: 1 1 auto; }
	.newCharacterIntroduction{ 
		max-width: 100%; 
		margin: 5px;
	}
}

#optionWrapper input{ width: 60px; }
#optionWrapper a.updown{
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 24px;
	opacity: 0.5;
	line-height: 12px;
}
#optionWrapper a.updown:hover{ opacity: 1; }

#aaa .button {
	background: #3D94F6;
	background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: linear-gradient(to bottom, #3D94F6, #1E62D0);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 5px;
	color: #FFFFFF;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 100;
	padding: 5px 10px;
	margin: 5px;
	box-shadow: 1px 1px 20px 0px #000000;
	-webkit-box-shadow: 1px 1px 20px 0px #000000;
	-moz-box-shadow: 1px 1px 20px 0px #000000;
	text-shadow: 1px 1px 20px #000000;
	border: solid #337FED 1px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

#aaa .button:hover {
	background: #1E62D0;
	background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: linear-gradient(to bottom, #1E62D0, #3D94F6);
	text-decoration: none;
}
#aaa .buttonA {
	background: #3D94F6;
	background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: linear-gradient(to bottom, #3D94F6, #1E62D0);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 5px;
	color: #FFFFFF;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 100;
	padding: 5px 10px;
	margin: 5px;
	box-shadow: 1px 1px 20px 0px #000000;
	-webkit-box-shadow: 1px 1px 20px 0px #000000;
	-moz-box-shadow: 1px 1px 20px 0px #000000;
	text-shadow: 1px 1px 20px #000000;
	border: solid #337FED 1px;
	text-decoration: none;
	display: inline-block;
}

fieldset{ text-align: justify; }
/*fieldset legend{ text-shadow: 0px 1px 1px #3399ff!important; }*/
legend a{
    text-decoration: none;
    text-shadow: 0px 1px 1px #3399ff!important;
    color: black;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}
select{
    margin-left: -4px;
    padding: 1px;
}
.openCloseButton, .infoButton{
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.openCloseButton img{ 
    width: 20px; 
    margin-left: 10px;
}
.infoButton img{
    width: 25px;
    margin-left: 10px;
}
.saveButton{
    width: 30px;
    margin: 10px;
}
.cancelButton{
    width: 40px;
    margin: 5px;
    float: right;
}
#block_pictureObj{
    display: flex;
    flex-flow: wrap;
}
.characterPicture{
    flex: 1 1 auto;
    margin: 2px;
}
.characterPicture img{ max-height: 150px; }
.removePicture{ 
    vertical-align: top;
    margin-left: -25px;
    margin-top: 3px;
}
.advanceWrapper span, .noteWrapper span, .racialWrapper span, .templateWrapper span{ font-size: 11px; }
/***************************************************************/
/* NAV SECTION*/
#navAdventure .playerNameWrapper{ max-width: 300px; }
    #navAdventure .storyCharacterList{
        display: inline-block;
        padding: 0 5px 0 5px;
    }
        #navAdventure .storyCharacterList:hover{
            background: silver;
            color: maroon;
        }
#homeMyStoryTitle{
    display: block;
    clear: both;
    width: 90%;
    margin-top: 30px;
    font-size: 20px;
    color: maroon;
    padding: 3px 0;
    background: black;
    text-align: center;
}

    
/***************************************************************/
.box0{ order: 0}
.box1{ order: 1}
.box2{ order: 2}
.box3{ order: 3}
.box4{ order: 4}
.box5{ order: 5}
.box6{ order: 6}
.box7{ order: 7}
.box8{ order: 8}
.box9{ order: 9}
.box10{ order: 10}
.box11{ order: 11}
.box12{ order: 12}
.box13{ order: 13}
.box14{ order: 14}
.box15{ order: 15}
.box16{ order: 16}
.box17{ order: 17}
.box18{ order: 18}
.box19{ order: 19}
.box20{ order: 20}

/***************************************************************/
/* SECTION */
/***************************************************************/
.sectionMainWrapper{
    /*max-height: 600px;*/
    flex: 1 1 auto;
    max-width: 500px;
    margin: 5px;
    overflow-y: scroll;
    padding: 10px;
    color: black;
    border-radius: 10px;
    background: white url(/media/images/sk2-cms/content/7/surface_spots_dark_texture_69707_1920x1080.jpg);
    background-size: cover;
}
.sectionMainWrapper span{ color: white; }
.sectionMainTitle{
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}
.sectionSecondaryTitle{
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 1px 2px #804000;
}
.sectionTitle{
    display: inline-block;
    width: 120px;
    font-weight: bold;
    vertical-align: top;
}
.sectionInformation{ 
    display: inline-block; 
    color: white; 
    font-size: 11px;
}
.uppercase{ text-transform: uppercase; }
.calculusInput{
    display: inline-block;
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    text-align: center;
}
.calcReason{ 
    width: 200px; 
    padding-left: 10px;
}
.calUsed{ width: 90px; }
.calLngInp{
    width: 80px;
    border-bottom: none;
}
.calSrtInp{
    width: 40px;
    border-bottom: none;
}
.calculusButton{
    text-align: center;
    background: #3D94F6;
    background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: linear-gradient(to bottom, #3D94F6, #1E62D0);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 100;
    padding: 5px;
    box-shadow: 1px 1px 20px 0px #000000;
    -webkit-box-shadow: 1px 1px 20px 0px #000000;
    -moz-box-shadow: 1px 1px 20px 0px #000000;
    text-shadow: 1px 1px 20px #000000;
    border: solid #337FED 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.calculusButton:hover{ 
    background: #1E62D0;
    background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: linear-gradient(to bottom, #1E62D0, #3D94F6);
    text-decoration: none;
}
.calculusLogWrapper{
    max-height: 150px;
    overflow-y: scroll;
    font-size: 10px;
}
.goAndLogButtonWrapper{ display: inline-block; }
/***************************************************************/
/* EDIT OBJECT CSS*/
/***************************************************************/
.specialMainWrapper{
    flex: 1 1 auto;
    max-width: 50%;
    margin: 5px;
    padding: 10px;
    color: black;
    border-radius: 10px;
    background: white url(/media/images/sk2-cms/content/7/surface_spots_dark_texture_69707_1920x1080.jpg) fixed;
    background-size: cover;
    overflow-y: scroll;
}
input{
    display: inline-block;
    background: transparent;
    border: none;
    border-bottom: 1px solid silver;
    color: white;
}
.specialMainWrapper .sectionTitle{ 
    display: inline-block;
    margin: 3px 0;
    font-weight: bold;
}
textarea{
    min-width: 99.5%;
    max-width: 300px;
    min-height: 300px;
    max-height: 500px;
}
.helpMainWrapper{ max-width: 100%; }
.helpWrapper{
    text-align: justify;
    max-width: 300px;
    border: 1px solid red;
    background: #0066ff;
    color: white;
    border-radius: 5px;
    border: 1px solid white;
    padding: 10px;
    font-size: 11px;
    font-style: oblique;
    margin: 5px;
    margin-left: auto;
    margin-right: auto;
}
/***************************************************************/
/* GEAR SECTION*/
/***************************************************************/
.gearWrapper{ width: 100%; }
.singleGearWrapper{
    margin: 5px 0;
    
}
.gearSectionWrapper{ margin-bottom: 5px; }
.gearSectionTitle, .gearSectionInfo{ 
    display: inline-block; 
    text-align: center;
    margin: 0 5px;
    font-size: 11px;
    vertical-align: top;
}
.gearSectionTitle{ font-weight: bold; }
.gearName{ 
    text-align: left; 
    color: white;
}
.gearNote{ 
    display: block;
    width: 100%;
    max-width: 400px; 
    text-align: justify;
    font-size: 11px;
}
/***************************************************************/
/* SKILL SECTION*/
/***************************************************************/
.skillDetail{
    display: inline-block;
    font-weight: bold;
    margin-left: 36px;
    margin-right: 5px;
    font-size: 11px;
    color: #4d4d4d;
    text-shadow: 0px 1px 1px beige;
    vertical-align: top;
}
.skillDice{
    display: inline-block;
    color: red;
    vertical-align: top;
}
.skillAttribute{
    font-size: 10px;
    color: beige!important;
    vertical-align: top;
    text-shadow: none;
    font-weight: normal;
}
.skillSpec{
    vertical-align: top;
    text-transform: uppercase;
    color: beige;
    text-shadow: 0px 1px 1px #4d4d4d;
}
/***************************************************************/
/* HEALTH SECTION*/
/***************************************************************/
.healthIndividualWrapper{ width: 200px; }
.healthTitle{
    margin-left: 20px;
    display: inline-block;
    font-weight: bold;
    width: 150px;
    padding: 3px 0;
}
.healthInformation{ display: inline-block;}
.shakenImage{ 
    width: 100%; 
    text-align: center;
}
.shakenImage img{ max-width: 200px; }
/***************************************************************/
/* RESSOURCE SECTION*/
/***************************************************************/
.ressourceName{
    width: 200px
}
.ressourceUsed{
    width: 50px;
}
#navMindeyes .damage_0, #navStory .damage_0, #navWerewolf .damage_0, #navMidnight .damage_0{ 
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    background: transparent url(/media/images/sk2-cms/content/7/damage_0.png); 
    background-size: cover;
}
#navMindeyes .damage_1, #navStory .damage_1, #navWerewolf .damage_1, #navMidnight .damage_1{ 
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    background: transparent url(/media/images/sk2-cms/content/7/damage_1.png); 
    background-size: cover;
}
#navMindeyes .damage_2, #navStory .damage_2, #navWerewolf .damage_2, #navMidnight .damage_2{ 
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    background: transparent url(/media/images/sk2-cms/content/7/damage_2.png); 
    background-size: cover;
}
#navMindeyes .pool_0, #navStory .pool_0, #navWerewolf .rage_0, #navStory .rage_0, #navMidnight .rage_0{ 
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 1px;
    background: transparent url(/media/images/sk2-cms/content/7/pool_0.png); 
    background-size: cover;
}
#navMindeyes .pool_1, #navStory .pool_1, #navWerewolf .rage_1, #navStory .rage_1, #navMidnight .rage_1{ 
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 1px;
    background: transparent url(/media/images/sk2-cms/content/7/pool_1.png); 
    background-size: cover;
}

#navMindeyes .willpower_0, #navStory .willpower_0, #navWerewolf .willpower_0, #navMidnight .willpower_0{ 
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 1px;
    background: transparent url(/media/images/sk2-cms/content/7/willpower_0.png); 
    background-size: cover;
}
#navMindeyes .willpower_1, #navStory .willpower_1, #navWerewolf .willpower_1, #navMidnight .willpower_1{ 
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 1px;
    background: transparent url(/media/images/sk2-cms/content/7/pool_1.png); 
    background-size: cover;
}

#navMindeyes .morality_0, #navStory .morality_0, #navMidnight .morality_0,#navWerewolf .gnosis_0, #navStory .gnosis_0, #navMidnight .gnosis_0{ 
    display: inline-block;
    width: 23px;
    height: 23px;
    margin: 0 1px;
    background: transparent url(/media/images/sk2-cms/content/7/morality_0.png); 
    background-size: cover;
}
#navMindeyes .morality_1, #navStory .morality_1, #navMidnight .morality_1, #navWerewolf .gnosis_1, #navStory .gnosis_1, #navMidnight .gnosis_1{ 
    display: inline-block;
    width: 23px;
    height: 23px;
    margin: 0 1px;
    background: transparent url(/media/images/sk2-cms/content/7/pool_1.png); 
    background-size: cover;
}


#healthColumnWrapper{ width: 250px }
    #healthColumnWrapper div{ display: inline-block; }


    
    
/***************************************************************/
/* WILD SUGE SECTION*/
/***************************************************************/
.wildMainWrapper{
	width: 100%;
	text-align: center;
}
.wildMainTitle{
	font-size: 25px;
	color: black;
	font-weight: bold;
	text-shadow: 2px 2px 2px red;
}
.wildInfo{
	margin-top: 50px;
	color: white;
	font-size: 15px;
}
.wildBonus{
	color: white;
	margin: 10px 0;
}
.wildInput{
	width: 80px;
	background: white;
	border: 2px inset silver;
	color: black;
	text-align: center;
}
/***************************************************************/
/* MOBILE SECTION*/
/***************************************************************/
@media only screen and (max-width: 800px){
    .sectionMainWrapper, .specialMainWrapper{ 
        max-height: none; 
        max-width: 100%;
    }
    .goAndLogButtonWrapper{ 
        display: block;
        margin: 10px 0;
    }
    .newDesignWrapper{ display: none; }
}

.datavaultHR{
	width: 50%;
	color: white;
}
#navDatavault .sectionMainWrapper{ 
	background: white url(/media/images/sk2-cms/content/40/texture5.jpg);
	background-size: cover;
	border: 2px outset gray;
	max-height: none;
} 
#navDatavault .specialMainWrapper{ 
	background: white url(/media/images/sk2-cms/content/40/texture5.jpg);
	background-size: cover;
	border: 2px outset white;
} 
#navDatavault .specialMainWrapper .sectionTitle{
	width: 150px;
}
#navDatavault .sectionMainWrapper{
	flex: 1 1 auto;
	width: 300px;
}
#navDatavault .sectionMainTitle{
	text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}
/*******************************************************************/
/* DEFAULT SECTION */
/*******************************************************************/
.datavaultNoteTitle{
	padding: 10px 5px;
	margin: 5px 0;
	border-radius: 8px;
}
.datavaultSingleNoteTitle{
	margin-left: 10px;
	text-decoration: none;
	font-size: 14px;
	color: white;
	text-shadow: 0.5px 0.5px 0.5px black;
	font-weight: bold;
}
.datavaultInfoWrapper{
	padding: 5px;
	margin: 5px 0;
	border-radius: 8px;
	border: 3px outset gray;
}
.datavaultNoteMainTitle{
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 5px;
	margin: 5px 0;
	border-radius: 8px;
	border: 2px inset gray;
	color: gray;
	text-shadow: 0.5px 0.5px 0.5px black;
	cursor: pointer;
}
.createByWrapper{
	text-align: right;
	font-size: 10px;
}
.createByNameTitle{
	display: inline-block;
	font-weight: bold;
}
.createByNameInfo{
	display: inline-block;
	color: white;
	margin-left: 5px;
}
.datavaultSingleNoteDescription{
	margin-top: 5px;
	color: white;
	text-align: justify;
}
#navDatavault .memberTitle{
	display: inline-block;
	text-transform: uppercase;
	color: gray;
	text-shadow: 0.5px 0.5px 0.5px black;
	width: 150px;
	font-weight: bold;
	margin: 2px;
}
#navDatavault .memberInfo{
	display: inline-block;
	color: white;
}
#navDatavault .memberTitleTextarea{
	color: gray;
	text-transform: uppercase;
	text-shadow: 0.5px 0.5px 0.5px black;
	font-weight: bold;
}
#navDatavault .memberInfoTextarea{
	padding: 2px;
	color: white;
	text-align: justify;
}
.bothSideMemberInfoWrapper{
	display: inline-block;
	width: 49%;
}
.bothSideMemberInfoWrapper img{
	width: 30px;
	height: 30px;
}
/*******************************************************************/
/* EDIT SECTION */
/*******************************************************************/
#navDatavault .editSectionTitle{
	display: block;
	width: 100%; 
	margin: 5px 0;
	text-transform: uppercase;
	font-weight: bold;
	color: gray;
	text-shadow: 0.5px 0.5px 0.5px black;
}
#navDatavault .specialMainWrapper select{ padding: 3px; }
#navDatavault .editSectionWrapper input{ width: 100%; }
#navDatavault .specialMainWrapper textarea{
	min-height: 300px;
	max-width: 300px;
}
#navDatavault #memberSpecialWrapper textarea{ min-height: 50px; }
#navDatavault #memberSpecialWrapper input{ width: 170px; }
.wordMaxNote{
	display: inline-block;
	font-size: 10px;
	text-shadow: none;
	color: white;
	text-transform: none;
	font-style: italic;
	vertical-align: middle;
	height: 15px;
}
.memberSectionTitle{
	display: inline-block;
	width: 150px; 
	padding: 5px 0;
	margin: 5px 0;
	text-transform: uppercase;
	font-weight: bold;
	color: gray;
	text-shadow: 0.5px 0.5px 0.5px black;
}
/*******************************************************************/
/* COLOR SECTION */
/*******************************************************************/
.gBgFaction{
	background: #330000; /* For browsers that do not support gradients */
   	background: linear-gradient(to right, black, #330000); /* Standard syntax */
}
.gBgFaction:hover{ background: linear-gradient(to right, #660000, #330000); }
.gBgClan{
	background: #001133; /* For browsers that do not support gradients */
   	background: linear-gradient(to right, black, #001133); /* Standard syntax */
}
.gBgClan:hover{ background: linear-gradient(to right, #002266, #001133); }
.gBgMember{
	background: #330000; /* For browsers that do not support gradients */
   	background: linear-gradient(to right, black, #003300); /* Standard syntax */
}
.gBgMember:hover{ background: linear-gradient(to right, #006600, #003300); }
.gBgMisc{
	background: #330000; /* For browsers that do not support gradients */
   	background: linear-gradient(to right, black, #14141f); /* Standard syntax */
}
.gBgMisc:hover{ background: linear-gradient(to right, #29293d, #14141f); }
.gBgGray{
	background: gray; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, gray ); /* Standard syntax */
}

#navWerewolf .sectionMainWrapper{ 
	max-width: none; 
	max-height: 600px;
}
 .healthTitle{
	text-transform: uppercase; 
	font-weight: bold; 
	text-shadow: 0.5px 0.5px 0.5px red; 
	display: inline-block; 
	width: 115px; 
	vertical-align: top; 
	padding-top: 7px;
}
#navWerewolf #formWrapper, #navStory #formWrapper{
	width: 110px; 
	display: inline-block; 
	vertical-align: top;
}
#navWerewolf #formWrapper label, #navStory #formWrapper label{
	width: 75px;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: top;
}
#navWerewolf #formWrapper input, #navStory #formWrapper input{ display: inline-block; }
#navWerewolf #healthWrapper, #navStory #healthWrapper{
	width: 190px;
	display: inline-block; 
}
#navWerewolf .sectionPoolWrapper, #navStory .sectionPoolWrapper{
	width: 100%;
	text-align: center;
}
#navWerewolf .poolInput, #navStory .poolInput{ 
	text-align: center; 
	width: 60px;
}
/**************************************************************/
/* ATTRIBUTES SECTION */
/**************************************************************/
.attributeDot{ width: 20px; }
.werewolfAttributeWrapper{ min-width: 310px; }
.werewolfAttributeTitle{
	display: inline-block;
	font-weight: bold;
	width: 100px;
	height: 20px;
	vertical-align: top;
	margin-top: 3px;
}
.werewolfAttributeInfo{ 
	display: inline-block;
	height: 20px;
}
.werewolfAttributeInfo input{ text-align: center; }
/**************************************************************/
/* ABILITIES SECTION */
/**************************************************************/
.werewolfAbilitiesFieldset{ 
	display: inline-block; 
	min-width: 250px;
	vertical-align: top;
}
.werewolfAbilitiesSpec{
	color: white;
	font-size: 10px;
	max-width: 250px;
	vertical-align: top;
	text-align: justify;
}
.werewolfAttributeInfo input{ border-bottom: 1px solid white; }
.werewolfAbilitiesSpecInput{ width: 150px; }
/***************************************************************/
/* BACKGROUND SECTION */
/***************************************************************/
.werewolfBackgroundTitle{
	display: inline-block;
	font-weight: bold;
	width: 110px;
	font-size: 14px;
	margin-top: 3px;
	vertical-align: top;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px beige;
}
.werewolfOtherTitle{
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px beige;
}
#navWerewolf .beast_0{ 
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent url(/media/images/sk2-cms/content/7/beast_0.png); 
	background-size: cover;
	margin: 0;
}
#navWerewolf .beast_1{ 
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	background: transparent url(/media/images/sk2-cms/content/7/pool_1.png); 
	background-size: cover;
}
#navWerewolf .renownTitle{
	vertical-align: bottom;
	display: inline-block;
	width: 110px;
	text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
#navWerewolf .expCost{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #1E62D0;
	font-size: 10px;
}



/***************************************************************/
/* MOBILE VERSION */
/***************************************************************/
@media only screen and (max-width: 1000px){
	#navWerewolf .sectionMainWrapper{ 
		width: 100%; 
		max-width: none;
		max-height: none;
	}
	.werewolfAbilitiesFieldset{ 
		display: block; 
		min-width: none;
	}
}
#navBackground{
	height: 100%;
	background-color: white;
	color: black;
}
#navBackground input{
	color: black;
	width: 300px;
}
#navBackground label{
	display: inline-block;
	width: 150px;
	text-transform: uppercase;
}
#navBackground form{
	margin-top: 20px;
}#sideMenuWrapper{
	flex: 1;
	min-width: 330px;
}
#mainContentWrapper{
	flex: 4;
	margin: 5px;
}
.submitButton{ display: block; }
.cancelButton{ display: inline-block; }
.storyPicture{
	min-width: 300px;
	min-height: 200px;
	margin: 10px;
}
.storyPicture img{
	max-width: 300px;
	max-height: 100px;
}
.landingPageImage{
	width: 100%;
	text-align: center;
}
.landingPageImage img{ max-width: 100%; }
.storyHelpWrapper{
	text-align: justify;
	max-width: 90%;
	border: 1px solid red;
	background: #0066ff;
	color: white;
	border-radius: 5px;
	border: 1px solid white;
	padding: 10px;
	font-size: 11px;
	font-style:oblique;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
	text-transform: none;
}
.storyListTitle{
	display: inline-block;
    text-decoration: none;
    color: #3399ff;
    font-size: 15px;
    text-transform: uppercase;
    vertical-align:top;
    padding: 10px 0;
}
.npcCategoryTitle{
	margin-left: 5px;
	color: gray;
	text-shadow: 1px 1px 1px black;
	text-transform: uppercase;
	padding: 5px 0;
	font-weight: bold;
}

/********************************************************************/
/* STORY MENU*/
/********************************************************************/
#storyMainWrapper .sectionTitle{
	display: block;
	color: white;
	width: 93%;
	margin: 1px;
	padding: 7px;
	border-radius: 5px;
	cursor: pointer;
	font-weight: normal;
	border: 1px solid black;
	text-decoration: none;
}
#storyMainWrapper .sectionTitle2{
	display: block;
	color: white;
	text-transform: uppercase;
	width: 93%;
	margin: 1px;
	padding: 7px;
	border-radius: 5px;
	cursor: pointer;
	font-weight: normal;
	border: 1px solid black;
	text-decoration: none;
}
	#storyMainWrapper .sectionTitle a, #storyMainWrapper a{
		text-decoration: none;
		color: white;
		font-weight: normal;
	}
#storyMainWrapper .addSectionTitle{
	color: white;
	text-transform: uppercase;
	width: 92%;
	margin: 1px 0 1px 5px;
	padding: 7px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 11px;
}
#editChapterWrapper{ margin: 5px 0; }
	.editFormWrapper input{ width: 100%; }
.sectionFormWrapper{ 
	margin: 5px; 
	padding: 5px;
}
.sectionFormWrapper input{
	width: 100%;
	margin: 5px 0;
}
.editTitle{	margin: 5px 0; }
#editStoryWrapper{ 
	margin: 5px 10px; 
	text-decoration: none;
}
#editStoryWrapper input, .editNpcWrapper input{ 
	width: 100%; 
	margin: 5px 0;
}
/***************************************************************/
/* COMBAT SECTION*/
/***************************************************************/
#editCombatWrapper input{ width: 100%; }
/***************************************************************/
/* CONTENT SECTION*/
/***************************************************************/
.contentWrapper{ width: 100%; }
.contentMainTitleBanner{ 
	width: 100%; 
	padding: 10px 0;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	font-size: 14px;
}
.contentDescriptionTextarea{
	min-height: 300px;
	border-radius: 5px;
	margin: 2px;
	padding: 5px;
	text-align: justify;
	background: white url(/media/images/sk2-cms/content/7/surface_spots_dark_texture_69707_1920x1080.jpg) fixed;
	background-size: cover;
}
.contentEditTextarea{
	width: 99%;
	min-height: 500px;
}
.contentEditPicture{ 
	float: right; 
	margin-right: 10px;
}
.form-id{
	display: inline-block;
	vertical-align: top;
}
.storyPublicPictureWrapper{ 
	max-width: 150px; 
	word-wrap: break-word;
}
/***************************************************************/
/* NPC SECTION*/
/***************************************************************/
.npcInfoWrapper{
	display: inline-block;
	width: 50%;
	margin: 2px 0;
}
.npcTitle{
	display: inline-block;
	min-width: 120px;
	text-transform: uppercase;
}
.npcInfo{
	display: inline-block;
	color: white;
}
.npcInfoEdit{
	display: inline-block;
	width: 65%;
}
.npcInfoEdit input{
	color: white;
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid white;
}
#storyCharacterWrapper .gearNote{
	max-width: 600px;
}
/***************************************************************/
/* CHARACTER SECTION*/
/***************************************************************/
#storyCharacterWrapper{
	display: flex;
	flex-flow: wrap column;
	margin-bottom: 30px;
}
	#storyCharacterWrapper span{ color: white; }
	#storyCharacterWrapper .sectionTitle{ width: 100px; }
	#storyCharacterWrapper .sectionTitleSkill{ 
		width: 280px; 
		display: inline-block;
		font-weight: bold;
		text-transform: uppercase;
	}
	#storyCharacterWrapper .sectionInfoSkill{ 
		width: 150px; 
		display: inline-block;
		color: white;
	}
	#storyCharacterWrapper .sectionTitleAttribute{
		width: 120px; 
		display: inline-block;
		font-weight: bold;
		text-transform: uppercase;
	}
.flexContainer{
	display: flex;
	flex-flow: wrap;
}
#savageStoryCharacterWrapper .flexBox{ max-width: 33%; }
#navStory .flexBox{
	flex: 1 1 auto;
	min-width: 300px;
	max-width: 500px;
	border-radius: 5px;
	margin: 2px;
	padding: 5px;
}
.storyCharacterFlexWrapper{
	flex: 1 1 auto;
	border-radius: 5px;
	margin: 2px;
	padding: 5px;
	background: white url(/media/images/sk2-cms/content/7/surface_spots_dark_texture_69707_1920x1080.jpg) fixed;
	background-size: cover;
}
.storyCharacterNameBanner{
	width: 100%;
	padding: 10px 0;
	border-radius: 5px;
	text-transform: uppercase;
	color: white;
	text-align: center;
	margin-bottom: 5px;
}
.storyInfo{ font-size: 10px; }
.statsHr{ display: none; }
.storyCharacterAdvanceTitle{
	display: inline-block;
	font-weight: bold;
	width: 30px;
}
.storyCharacterAdvanceInfo{
	display: inline-block;
	color: white;
}
.storyCharacterFeatureTitle{
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0px 1px 1px #3399ff;
}
.storyCharacterFeatureInfo{
	font-size: 10px;
	color: white;
}
/***************************************************************/
/* PATHFINDER SKILL SECTION*/
/***************************************************************/
.storySkillName{
	text-transform: uppercase; 
	text-shadow: 0px 1px 1px beige;
    font-weight: bold;
    display: inline-block;
    width: 250px;
    font-size: 11px;
}
.storySkillStats{
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
}
.storySkillNote{
	font-size: 9px;
	color: white;
}
/***************************************************************/
/* MOBILE SECTION*/
/***************************************************************/
@media only screen and (max-width: 1000px){
	#sideMenuWrapper{
		flex: none;
		width: 99%;
		margin: 0.5%;
	}
	#mainContentWrapper{
		width: 98%;
		flex: none;
		margin: 0 1%;
	}
	#storyMainWrapper .sectionTitle{
		width: 95.5%;
		margin: 1% 0;
		padding: 10px 2%;
		text-decoration: none;
	}
	.contentEditTextarea{
		width: 98.6%;
		min-height: 500px;
	}
	.npcInfoWrapper{ width: 100%; }
	#storyMainWrapper .noMobile{ display: none; }
	#storyCharacterWrapper, .flexContainer{ flex-flow: column; }
	.statsHr{ display: block; }
	#storyCharacterWrapper .gearNote{ max-width: none; }
	#savageStoryCharacterWrapper .flexBox{ max-width: 98.5%; }
	#navPalladium #skillWrapper .skillClassDivisionWrapper, #storyCharacterWrapper .skillClassDivisionWrapper{
		width: 93%;
	}
}
/***************************************************/
/* GRADIENT BACKGROUND COLOR */
/***************************************************/
.gBgRed{
	background: red; /* For browsers that do not support gradients */
   	background: linear-gradient(to right, black , red); /* Standard syntax */
}
.gBgRed:hover{
	background: red; /* For browsers that do not support gradients */
   	background: linear-gradient(to right, black , #cc0000); /* Standard syntax */
}
.gBgBlack{
	background: #b3b3b3; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, #b3b3b3, black ); /* Standard syntax */
}
.gBgBlack:hover{
	background: #b3b3b3; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, #999999, black ); /* Standard syntax */
}
.gBgPurple{
	background: #800080; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, #800080 ); /* Standard syntax */
}
.gBgPurple:hover{
	background: #800080; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, #4d004d ); /* Standard syntax */
}
.gBgBlue{
	background: #0099ff; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, #0099ff); /* Standard syntax */
}
.gBgBlue:hover{
	background: #0099ff; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, #007acc); /* Standard syntax */
}
.gBgLightblue{
	background: #3366cc; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, #3366cc, black); /* Standard syntax */
}
.gBgLightblue:hover{
	background: #3366cc; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, #2952a3, black); /* Standard syntax */
}
.gBgGreen{
	background: #00b300; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, #00b300); /* Standard syntax */
}
.gBgGreen:hover{
	background: #00b300; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, #008000); /* Standard syntax */
}
.gBgBeige{
	background: #d9b38c; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, #d9b38c); /* Standard syntax */
}
.gBgBeige:hover{
	background: #d9b38c; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, #cc9966); /* Standard syntax */
}
.gBgOrange{
	background: #ffa500; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, #ffa500); /* Standard syntax */
}
.gBgOrange:hover{
	background: #ffa500; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, #cc8500); /* Standard syntax */
}
.gBgFluo{
	background: #00ff00; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, #00ff00); /* Standard syntax */
}
.gBgFluo:hover{
	background: #00ff00; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, #00cc00); /* Standard syntax */
}#navMindeyessrd #sideMenuWrapper{ margin-bottom: 100px; }
#navMindeyessrd #mainContentWrapper{
	color: white;
	text-align: justify;
	border-radius: 8px;
}
#navMindeyessrd #mainContentWrapper img{
	width: 25px;
	vertical-align: middle;
	margin: 5px;
}
#navMindeyessrd select{
	width: 98.8%;
	padding: 5px;
	margin: 5px 0;
}
#navMindeyessrd input{
	width: 98%;
	padding: 5px;
	margin: 5px 0;
}
#navMindeyessrd .leftBlockWrapper{ width: 25%; float: left; }
#navMindeyessrd .centerBlockWrapper{ width: 25%; float: left; }
#navMindeyessrd .rightBlockWrapper{ width: 50%; float: left; }
#navMindeyessrd .halfBlockWrapper{ width: 49%; float: left; }
#navMindeyessrd textarea{
	width: 98%;
	padding: 5px;
	min-height: 450px;
}
#navMindeyessrd button{
	background: none;
	padding: none;
	margin: none;
	border: none;
}
#navMindeyessrd .specialDeleteButton{
	background: silver;
	padding: 5px 10px;
	border: 2px outset silver;
	border-radius: 5px;
	font-weight: bold;
}
#navMindeyessrd .mainPageMenuTitle{
	display: block;
    color: white;
    text-transform: uppercase;
    margin: 2px 0;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: normal;
    border: 2px outset gray;
    text-shadow: 0.5px 0.5px 0.5px gray;
    text-decoration: none;
    background: gray; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, gray ); /* Standard syntax */
}
	#navMindeyessrd .mainPageMenuTitle:hover{ background: linear-gradient(to right, black, #a6a6a6); }
	#navMindeyessrd .searchResult{ 
		display: block;
	    color: white;
	    margin: 2px 5px;
	    padding: 5px;
	    border-radius: 5px;
	    cursor: pointer;
	    font-weight: normal;
	    border: 2px outset gray;
	    text-shadow: 0.5px 0.5px 0.5px gray;
	    text-decoration: none;
	    background: #0099ff; /* For browsers that do not support gradients */
  		background: linear-gradient(to right, black, #0099ff ); /* Standard syntax */
	}
	#navMindeyessrd .extraInfoSearch { color: gray; }
	#navMindeyessrd .smallerText{ 
		color: white!important;
		font-size: 10px;
	}
#navMindeyessrd .mainPageMenuTitleIntro{
	display: block;
    color: white;
    text-transform: uppercase;
    margin: 2px 0;
    padding: 5px;
    border-radius: 5px;
    font-weight: normal;
    border: 2px outset gray;
    text-shadow: 0.5px 0.5px 0.5px gray;
    text-decoration: none;
    background: gray; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black,  #141f1b); /* Standard syntax  */
}
#navMindeyessrd .savagesrdNoteMainTitle{
	color: white;
    text-transform: uppercase;
    margin: 2px 2px 2px 15px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: normal;
    border: 2px outset gray;
    text-shadow: 0.5px 0.5px 0.5px gray;
	background: #30493f; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, #30493f); /* Standard syntax */
}
	#navMindeyessrd .savagesrdNoteMainTitle:hover{ background: linear-gradient(to right, black, #3c5d50); }
#navMindeyessrd .savagesrdNoteMainInfo{
	display: block;
	width: 90%;
    padding: 5px;
    padding-right: 0;
    border-radius: 5px;
    cursor: pointer;
    margin: 2px 2px 2px 25px;
    border: 2px outset gray;
    background: #a6a6a6;
    text-decoration: none;
    color: white;
    text-shadow: 0.5px 0.5px 0.5px black;
    text-align: justify;
}
	#navMindeyessrd .savagesrdNoteMainInfo:hover{ background: #808080; }
#navMindeyessrd .onSelected{ 
	background: #660000; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, #660000); /* Standard syntax */
	border: 2px outset silver;
	text-transform: uppercase;
}
#navMindeyessrd .onSelected:hover{
	background: #990000; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, #990000); /* Standard syntax */
	border: 2px outset silver;
	text-transform: uppercase;
}
#navMindeyessrd .addNewElement{
	display: block;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin: 2px 2px 2px 15px;
    border: 2px outset gray;
    background: silver;
    text-decoration: none;
    color: white;
    text-shadow: 0.5px 0.5px 0.5px black;
    background: red; /* For browsers that do not support gradients */
   	background: linear-gradient(to right, black , red); /* Standard syntax */
}
#navMindeyessrd .sectionTitle{
	width: 225px;
    text-transform: uppercase;
    padding: 3px 0;
    font-weight: bold;
    color: gray;
    text-shadow: 0.5px 0.5px 0.5px black;
    vertical-align: middle;
}
#navMindeyessrd .sectionTitleName{
	display: inline-block;
	font-size: 15px;
	color: red;
    text-shadow: 0.5px 0.5px 0.5px black;
}
#navMindeyessrd .sectionTitleInfo{ display: inline-block; }
#navMindeyessrd .sectionTitleTextarea{
    margin: 5px 0;
    text-transform: uppercase;
    font-weight: bold;
    color: gray;
    text-shadow: 0.5px 0.5px 0.5px black;
}
#navMindeyessrd .searchTitle{
	width: 80px;
	display: inline-block;
	margin-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: gray;
    text-shadow: 0.5px 0.5px 0.5px black;
}
#navMindeyessrd .searchWrapper input{
	display: inline-block;
	padding: 5px 0 !important;
	width: 200px !important;
	margin: none !important;
}
#navMindeyessrd .infoDescription{ margin-bottom: 100px; }
/***************************************************************/
/* MOBILE SECTION*/
/***************************************************************/
@media only screen and (max-width: 1000px){
	#navMindeyessrd textarea{ width: 97%; }	
	#navMindeyessrd select{ width: 98%; }
	#navMindeyessrd input{ width: 97%; }
	#navMindeyessrd .leftBlockWrapper{ width: 100%; float: none; }
	#navMindeyessrd .centerBlockWrapper{ width: 100%; float: none; }
	#navMindeyessrd .rightBlockWrapper{ width: 100%; float: none; }
	#navMindeyessrd .searchResult{ 
		width: 95%;
		display: block;
	    color: white;
	    text-transform: uppercase;
	    margin: 2px 0;
	    padding: 5px 0;
	    padding-left: 5px;
	    border-radius: 5px;
	    cursor: pointer;
	    font-weight: normal;
	    border: 2px outset gray;
	    text-shadow: 0.5px 0.5px 0.5px gray;
	    text-decoration: none;
	    background: gray; /* For browsers that do not support gradients */
  		background: linear-gradient(to right, black, gray ); /* Standard syntax */
	}
	#navMindeyessrd .searchWrapper input{ width: 50% !important; }
	#navMindeyessrd .sectionTitle{ width: 225px; }
	#navMindeyessrd .sectionTitleInfo{ display: block; }
	#navMindeyessrd .sectionTitleName{ display: block; }
	#navMindeyessrd #sideMenuWrapper{ margin-bottom: 10px; }
}
#navUtility{ 
	font-family: arial; 
	color: white; 
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
#navUtility .saveButton{ 
	margin: 0 10px; 
	width: 15px;
}
#navUtility h3{
	text-shadow: 0 2px 2px silver;
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}
#navUtility fieldset legend{
	text-shadow: 0 2px 2px gray;
    color: #3D94F6;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}
#randomNpcSheetWrapper{
	flex: 1 1 auto;
	width: 100%;
	padding: 10px;
	margin-bottom: 50px;
}
#occupationMainWrapper{
	width: 100%;
	padding: 10px;
}
#freightMainWrapper{
	width: 100%;
	padding: 10px;
	display: flex;
    flex-flow: wrap;
}
#occupationListing{ margin-bottom: 200px; }
#newOccupation{
	padding: 10px;
	margin-bottom: 10px;
}
.individualOccupationWrapper{ padding: 5px; }
.occupationMainTitle{
	margin: 10px 0;
	padding: 10px 0;
	width: 300px;
	text-align: center;
	border: 1px outset #00bfff;
	border-radius: 8px;
	color: #00bfff;
	font-weight: bold;
	text-shadow: 2px 2px 1px black;
	cursor: pointer;
	text-transform: uppercase;
	background: #404040;
}
.occupationSectionTitle{
	display: inline-block;
	vertical-align: bottom;
	width: 190px;
	margin-bottom: 30px;
	color: #00bfff;
	text-transform: uppercase;
}
.behaviorSectionTitle{
	display: inline-block;
	vertical-align: bottom;
	width: 300px;
	color: #00bfff;
	text-transform: uppercase;
}
.behaviorBlock{
	display: inline-block;
	vertical-align: top;
	margin: 7px;
}
.occupationSectionTitleEra{
	display: inline-block;
	width: 60px;
	font-size: 14px;
	color: #00bfff;
	-webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    pointer-events:none;
    word-break: keep-all;
    margin-bottom: 70px;
}
#navUtility .inputTitleName{ 
	display: inline-block;
	width: 120px; 
}
#navUtility .inputTitleDescription{ 
	display: inline-block;
	width: 250px; 
	padding-left: 5px;
}
#navUtility .title{
	font-weight: bold;
	font-size: 14px;
	color: lime;
}
#navUtility .adjTitle{
	margin-right: 30px;
}
.inputCheckbox{
	display: inline-block;
	width: 60px;
	text-align: center;
}
.occupationGeneratorTitle{
	font-size: 14px;
	color: #00bfff;
	padding: 5px 0;
}
.occupationResultTitle{
	display: inline-block;
	font-weight: bold;
	color:  #007399;
	width: 150px;
}
.occupationResultInfo{
	display: inline-block;
	color: white;
}
.eraTitleMobile, .onlyMob, .onlyMobWrapper{ display: none; }

.showHideStr{
	width: 165px;
	border: 1px solid silver;
	padding: 3px 0;
	padding-left: 10px;
	margin: 2px 0;
	border-radius: 3px;
}
#navUtility #section div{ 
	display: inline-block; 
	vertical-align: top;
	margin: 0 1px;
}
#navUtility #section input{ border: none; }
#navUtility #section .background, #navUtility #section2 .background{ background: gray; }
#navUtility #section2 input{ 
	width: 40px; 
	border: none;
}
/***************************************************************/
/* RANDOM-NPC SECTION */
/***************************************************************/
#randomNPCMainWRapper{
	flex: 1 1 auto;
	width: 100%;
}
.randomNPCBlock{
	display: inline-block;
	vertical-align: top;
}
.randomNpcListTitle {
	background: #3D94F6;
	background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
	background-image: linear-gradient(to bottom, #3D94F6, #1E62D0);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 10px;
	margin: 10px;
	text-align: center;
	min-width: 200px;
	box-shadow: 1px 1px 20px 0px #000000;
	-webkit-box-shadow: 1px 1px 20px 0px #000000;
	-moz-box-shadow: 1px 1px 20px 0px #000000;
	text-shadow: 1px 1px 20px #000000;
	border: solid #337FED 1px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	cursor: pointer;
}

.randomNpcListTitle:hover {
	background: #1E62D0;
	background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: linear-gradient(to bottom, #1E62D0, #3D94F6);
	text-decoration: none;
}
.returnToNPCList{
	display: block;
	padding: 3px 6px;
	margin-bottom: 5px;
	color: red;
	text-transform: uppercase;
}
.randomNPCSpellList{ color: white; }
/***************************************************************/
/* RENOWN SECTION */
/***************************************************************/
#renownMainWrapper .renownTitle{
	width: 100%;
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	color: #990000;
	text-shadow: 1px 1px 1px black;
	text-transform: uppercase;
}
#renownMainWrapper .renownTitleBottom{
	width: 50%;
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	color: #990000;
	text-shadow: 1px 1px 1px black;
	text-transform: uppercase;
}
#renownMainWrapper{ margin-bottom: 100px;}
#renownMainWrapper td{ 
	text-align: center; 
	padding: 3px 0;
	min-width: 80px;
}
#renownMainWrapper tr:nth-child(odd){ background-color: #666666; }
#renownMainWrapper th{ 
	text-align: center; 
	padding: 3px 0;
	background-color: #660000;
	text-transform: uppercase;
}
#renownMainWrapper .TextLeft{ 
	text-align: left;
	padding-left: 15px;
}
/***************************************************************/
/* RANDOM PALLADIUM TREASURE SECTION */
/***************************************************************/
#randomTreasure{
	flex: 1 1 auto;
	width: 100%;
	padding: 5px;
}
.treasureMainTitle{
	width: 100%;
	text-align: center;
	font-size: 25px;
    color: black;
    font-weight: bold;
    text-shadow: 1px 1px 1px red;
    padding: 10px 0;
}
.centeredTreasure{
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
.singleTreasureWrapper{
	padding: 5px 0;
}
.treasureCategory{
	width: 250px;
	text-transform: uppercase;
	display: inline-block;
}
.treasureQuantity{
	width: 94px;
    background: white;
    border: 2px inset silver;
    color: black;
    padding: 3px;
    text-align: center;
}
.treasureName{ display: inline-block; }
.treasureDescription{ padding-top: 5px; }
.treasureCategoryContainer{
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
.treasureCategorySection{
	display: inline-block;
	margin: 10px;
	flex: 1 1 auto;
	vertical-align: top;
}
.subCategoryTitle{
	display: inline-block;
	vertical-align: top;
	margin-top: 1px;
	text-transform: uppercase;
}
/***************************************************************/
/* RANDOM MUTATION SECTION */
/***************************************************************/
.mutationWrapper{ padding: 5px 0; }
.mutationWrapperTitle{ padding: 15px 0;}
/***************************************************************/
/* BACKGROUND SECTION */
/***************************************************************/
.backgroundMainTitle{
	width: 50%;
	margin: 10px auto;
    padding: 10px 0;
    text-align: center;
    border: 1px outset #00bfff;
    border-radius: 8px;
    color: #00bfff;
    font-weight: bold;
    font-size: 15px;
    text-shadow: 2px 2px 1px black;
    background: #404040;
}
.backgroundTextarea{
	display: block;
	background: transparent;
	color: white;
	min-width: 98%;
    max-width: 98%;
    min-height: 900px;
    max-height: 900px;
    padding-left: 10px;
    border: none;
}
/***************************************************************/
/* FREIGHT-JOB SECTION */
/***************************************************************/
#navUtility .freightResultTitle{
	display: inline-block;
	font-weight: bold;
	color:  #007399;
}
#navUtility .randomGen, .randomGen2{
	flex: 1 1 auto; 
	width: 49.9%; 
	display: inline-block;
	vertical-align: top;
}
#navUtility .randomGen{ order: 1; }
#navUtility .randomGen2{ order: 2; }
#navUtility .randomGen2 td{
	padding: 5px 10px;
	text-align: center;
	border: 1px solid transparent;
}
#navUtility .randomGen select{ 
	width: 300px; 
	display: block;
	margin-left: 5px;
	padding: 5px 0;
}
#navUtility .freightResultTitle div{
	display: inline-block;
	color: #00bfff;
}
#navUtility #randomTitle div{ display: inline-block; }
#navUtility .freightResultTitle .freightResultNumber, #navUtility #randomTitle .freightResultNumber{ width: 20px; }
#navUtility .freightResultTitle .freightResultName, #navUtility #randomTitle .freightResultName{ width: 200px; color: white; }
#navUtility .freightResultTitle .freightResultCargo, #navUtility #randomTitle .freightResultCargo{ width: 60px; text-align: center; }
#navUtility .freightResultTitle .freightResultValue, #navUtility #randomTitle .freightResultValue{ width: 90px; }
#navUtility .freightResultTitle .freightResultDestination, #navUtility #randomTitle .freightResultDestination{ width: 350px;}
#navUtility .freightResultTitle .freightResultOrganisation, #navUtility #randomTitle .freightResultOrganisation{ width: 200px;}

#navUtility .freightResultTitleMobile{ display: none; }
#navUtility .freightResultTitleMobile div{ display: block; }
#navUtility .freightResultTitleMobile .title{ color: #00bfff; }
/***************************************************************/
/* PATHFINDER RANDOM ITEM SECTION */
/***************************************************************/
.selectorWrapper{ padding: 10px; }
#selectorMainWrapper .infoTitle{
	width: 150px;
	display: inline-block; 
	color: white;
	margin-bottom: 10px;
}
#selectorMainWrapper input{
	width: 200px;
	margin-left: -4px;
	padding: 4px;
}
#selectorMainWrapper select{
	width: 207px;
	padding: 4px;
}
#selectorMainWrapper button{
	margin-top: 20px;
	padding: 4px;
	width: 100%;
	text-align: center;
}
/***************************************************************/
/* MOBILE VERSION */
/***************************************************************/
@media only screen and (max-width: 800px){
	#navUtility .backgroundMainTitle{ width: 100%; }
	#navUtility .occupationMainTitle{
		margin: 10px 0;
		width: 98%;
	}
	#navUtility .onlyMob{ 
		color: #007399;
		display: inline-block;
		font-weight: bold;
	}
	#navUtility .onlyMobWrapper{ display: block; }
	#navUtility .eraTitleMobile{ 
		display: inline-block; 
		width: 100px;
	}
	#navUtility .inputCheckbox{
		display: inline-block;
		width: 100%;
		text-align: left;
		margin: 3px 0; 
	}
	#navUtility .individualOccupationWrapper{ padding: 5px; }
	#navUtility .occupationSectionTitle, .occupationSectionTitleEra{ display: none; }
	#navUtility .individualOccupationWrapper img{ margin-top: 15px;}
	#navUtility #newOccupation{ width: 100%; }
	#navUtility .randomNPCBlock{ width: 100%; }
	#navUtility .randomGen, .randomGen2{ width: 100%; }
	#navUtility .randomGen select{ width: 100%; }
	#navUtility .randomGen{ order: 2; }
	#navUtility .randomGen2{ 
		order: 1; 
		margin-bottom: 20px;
	}
	#navUtility .freightResultTitle div{ display: none;}
	#navUtility .freightResultTitleMobile{ display: block; }
	#navUtility .freightResultTitleMobile .freightResultNumber{ width: 100%; }
	#navUtility .freightResultTitleMobile .freightResultName{ width: 100%; }
	#navUtility .freightResultTitleMobile .freightResultCargo{ width: 100%; }
	#navUtility .freightResultTitleMobile .freightResultValue{ width: 100%; }
	#navUtility .freightResultTitleMobile .freightResultDestination{ width: 100%; }
	#navUtility .freightResultTitleMobile .freightResultOrganisation{ width: 100%; }
	#navUtility #randomTitle{ display: none; }
}
#navPalladiumsrd #sideMenuWrapper{ margin-bottom: 100px; }
#navPalladiumsrd #mainContentWrapper{
	color: white;
	text-align: justify;
	border-radius: 8px;
}
#navPalladiumsrd #mainContentWrapper img{
	width: 25px;
	vertical-align: middle;
	margin: 5px;
}
#navPalladiumsrd select{
	width: 98.8%;
	padding: 5px;
	margin: 5px 0;
}
#navPalladiumsrd input{
	width: 98%;
	padding: 3px;
	margin: 2px 0;
}
#navPalladiumsrd .leftBlockWrapper{ width: 25%; float: left; }
#navPalladiumsrd .centerBlockWrapper{ width: 25%; float: left; }
#navPalladiumsrd .rightBlockWrapper{ width: 50%; float: left; }
#navPalladiumsrd .halfBlockWrapper{ width: 49%; float: left; }
#navPalladiumsrd textarea{
	width: 95%;
	padding: 3px;
	min-height: 400px;
}
#navPalladiumsrd button{
	background: none;
	padding: none;
	margin: none;
	border: none;
}
#navPalladiumsrd .specialDeleteButton{
	background: silver;
	padding: 5px 10px;
	border: 2px outset silver;
	border-radius: 5px;
	font-weight: bold;
}
#navPalladiumsrd .mainPageMenuTitle{
	display: block;
    color: white;
    text-transform: uppercase;
    margin: 2px 0;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: normal;
    border: 2px outset gray;
    text-shadow: 0.5px 0.5px 0.5px gray;
    text-decoration: none;
    background: gray; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, gray ); /* Standard syntax */
}
	#navPalladiumsrd .mainPageMenuTitle:hover{ background: linear-gradient(to right, black, #a6a6a6); }
	#navPalladiumsrd .searchResult{ 
		display: block;
	    color: white;
	    margin: 2px 5px;
	    padding: 5px;
	    border-radius: 5px;
	    cursor: pointer;
	    font-weight: normal;
	    border: 2px outset gray;
	    text-shadow: 0.5px 0.5px 0.5px gray;
	    text-decoration: none;
	    background: #0099ff; /* For browsers that do not support gradients */
  		background: linear-gradient(to right, black, #0099ff ); /* Standard syntax */
	}
	#navPalladiumsrd .extraInfoSearch { color: gray; }
	#navPalladiumsrd .smallerText{ 
		color: white!important;
		font-size: 10px;
	}
#navPalladiumsrd .mainPageMenuTitleIntro{
	display: block;
    color: white;
    text-transform: uppercase;
    margin: 2px 0;
    padding: 5px;
    border-radius: 5px;
    font-weight: normal;
    border: 2px outset gray;
    text-shadow: 0.5px 0.5px 0.5px gray;
    text-decoration: none;
    background: gray; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black,  #142952); /* Standard syntax  */
}
#navPalladiumsrd .savagesrdNoteMainTitle, #navPalladiumsrd .savagesrdNoteMainTitle2{
	color: white;
    text-transform: uppercase;
    margin: 2px 2px 2px 15px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: normal;
    border: 2px outset gray;
    text-shadow: 0.5px 0.5px 0.5px gray;
	background: #30493f; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, #30493f); /* Standard syntax */
}
	#navPalladiumsrd .savagesrdNoteMainTitle:hover{ background: linear-gradient(to right, black, #3c5d50); }
#navPalladiumsrd .savagesrdNoteMainTitle2{ background: linear-gradient(to right, black, #142952); }
	#navPalladiumsrd .savagesrdNoteMainTitle2:hover{ background: linear-gradient(to right, black, #1e3d7b); }

#navPalladiumsrd .savagesrdNoteMainInfo{
	display: block;
	width: 90%;
    padding: 5px;
    padding-right: 0;
    border-radius: 5px;
    cursor: pointer;
    margin: 2px 2px 2px 25px;
    border: 2px outset gray;
    background: #a6a6a6;
    text-decoration: none;
    color: white;
    text-shadow: 0.5px 0.5px 0.5px black;
    text-align: justify;
}
	#navPalladiumsrd .savagesrdNoteMainInfo:hover{ background: #808080; }
#navPalladiumsrd .onSelected{ 
	background: #660000; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, #660000); /* Standard syntax */
	border: 2px outset silver;
	text-transform: uppercase;
}
#navPalladiumsrd .onSelected:hover{
	background: #990000; /* For browsers that do not support gradients */
  	background: linear-gradient(to right, black, #990000); /* Standard syntax */
	border: 2px outset silver;
	text-transform: uppercase;
}
#navPalladiumsrd .addNewElement{
	display: block;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin: 2px 2px 2px 15px;
    border: 2px outset gray;
    background: silver;
    text-decoration: none;
    color: white;
    text-shadow: 0.5px 0.5px 0.5px black;
    background: red; /* For browsers that do not support gradients */
   	background: linear-gradient(to right, black , red); /* Standard syntax */
}
#navPalladiumsrd .sectionTitle{
	width: 225px;
    text-transform: uppercase;
    padding: 3px 0;
    font-weight: bold;
    color: gray;
    text-shadow: 0.5px 0.5px 0.5px black;
    vertical-align: middle;
}
#navPalladiumsrd .sectionTitleName{
	display: inline-block;
	font-size: 15px;
	color: red;
    text-shadow: 0.5px 0.5px 0.5px black;
}
#navPalladiumsrd .sectionTitleInfo{ display: inline-block; }
#navPalladiumsrd .sectionTitleTextarea{
    margin: 5px 0;
    text-transform: uppercase;
    font-weight: bold;
    color: gray;
    text-shadow: 0.5px 0.5px 0.5px black;
}
#navPalladiumsrd .searchTitle{
	width: 80px;
	display: inline-block;
	margin-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: gray;
    text-shadow: 0.5px 0.5px 0.5px black;
}
#navPalladiumsrd .searchWrapper input{
	display: inline-block;
	padding: 5px 0 !important;
	width: 200px !important;
	margin: none !important;
}#navPalladiumsrd .infoDescription{ margin-bottom: 20px; }
#navPalladiumsrd #bonusSection input{ padding: 0px!important; }
#navPalladiumsrd .searchResultTitle{
	font-size: 20px;
	color: red;
	text-shadow: 1px 1px 1px black;
}


/***************************************************************/
/* MOBILE SECTION*/
/***************************************************************/
@media only screen and (max-width: 1000px){
	#navPalladiumsrd textarea{ width: 97%; }	
	#navPalladiumsrd select{ width: 98%; }
	#navPalladiumsrd input{ width: 97%; }
	#navPalladiumsrd .leftBlockWrapper{ width: 100%; float: none; }
	#navPalladiumsrd .centerBlockWrapper{ width: 100%; float: none; }
	#navPalladiumsrd .rightBlockWrapper{ width: 100%; float: none; }
	#navPalladiumsrd .searchResult{ 
		width: 95%;
		display: block;
	    color: white;
	    text-transform: uppercase;
	    margin: 2px 0;
	    padding: 5px 0;
	    padding-left: 5px;
	    border-radius: 5px;
	    cursor: pointer;
	    font-weight: normal;
	    border: 2px outset gray;
	    text-shadow: 0.5px 0.5px 0.5px gray;
	    text-decoration: none;
	    background: gray; /* For browsers that do not support gradients */
  		background: linear-gradient(to right, black, gray ); /* Standard syntax */
	}
	#navPalladiumsrd .searchWrapper input{ width: 50% !important; }
	#navPalladiumsrd .sectionTitle{ width: 225px; }
	#navPalladiumsrd .sectionTitleInfo{ display: block; }
	#navPalladiumsrd .sectionTitleName{ display: block; }
	#navPalladiumsrd #sideMenuWrapper{ margin-bottom: 10px; }
	#navPalladiumsrd .infoDescription{ margin-bottom: 100px; }
}



/*************************************************************************************/
/* START OF THEME DEFAULT SITE CSS /**/
/*************************************************************************************/
html{
    width: 100%;
    height: 100%;
}
body{
	padding: 0px;
	margin: 0px;
    width: 100%;
    height: 100%;
    font-family: verdana, arial, sans serif;
    font-size: 12px;
    background: white url(/media/images/sk2-cms/content/7/dark_spots_texture_background_50355_1920x1080.jpg) fixed;
    background-size: 100% 100%;
}
.newsBlockWrapper div.date{ color: white; }
@media only screen and (max-width: 800px){
	body{ background-size: 100% 100%; }
}.languageSelector{
	text-align: right;
	float: right;
	font-size: 10px;
	text-transform: uppercase;
	padding: 7px 10px 0px 0px;
	font-weight: bold;
}
	.languageSelector img{
		vertical-align: middle;
	}
	select.langSelect{
		width: auto;
		font-size: 10px;
		text-transform: none;
	}
	.pageSwitcherWrapper{
	overflow: auto;
	clear: both;
	float: right;
}
	.pageSwitcherWrapper div.page{
		float: left;
		border: 2px groove silver;
		background: silver;
		height: 20px;
		padding: 5px 3px 0px 3px;
		margin: 0px 2px 0px 2px;
		font-size: 12px;
		font-weight: 900;
		color: black;
		text-align: center;
		border-top-right-radius: 14px;
		border-top-left-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		opacity: 1;
	}
		.pageSwitcherWrapper a.page{
			display: block;
			float: left;
			border: 2px groove silver;
			background: silver;
			height: 20px;
			padding: 5px 3px 0px 3px;
			margin: 0px 2px 0px 2px;
			font-size: 12px;
			font-weight: 900;
			color: black;
			text-align: center;
			border-top-right-radius: 14px;
			border-top-left-radius: 4px;
			border-bottom-right-radius: 4px;
			border-bottom-left-radius: 4px;
			opacity: 0.6;
		}
		.pageSwitcherWrapper a.page:hover{
			opacity: 1;
		}
		.pageSwitcherWrapper a.buttons{
			display: block;
			float: left;
			opacity: 0.6;
		}
		.pageSwitcherWrapper a.buttons:hover{
			opacity: 1;
		}

img.pageSwitcherAutoloder{
	display: inline-block;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid red;
}
/*************************************************************************************/
/* START: For default table design /**/
/*************************************************************************************/
table{
	font-size: 12px;
}
th.seperateMe{
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}
tr.tableHeader{
	background: #153E7E;
}
td.seperateMe{
	padding-left: 15px;
	padding-right: 15px;
}
td.nowrap{
	white-space: nowrap
}

.adminListMainWrapper{
	border: 2px groove gray;
	box-shadow: -5px -5px 10px teal;
	border-spacing: 0px;
	border-radius: 5px;
}
	.adminListMainWrapper tr{
	}
	.adminListMainWrapper th{
		padding: 5px 10px 5px 10px;
	}
		.adminListMainWrapper th a{
			text-decoration: none;
			color: maroon;
		}
	.adminListMainWrapper td{
		padding: 5px 10px 5px 10px;
	}
	
/*************************************************************************************/
/* END: For default table design /**/
/*************************************************************************************/
/*************************************************************************************/
/* START OF THEME DEFAULT CSS /**/
/*************************************************************************************/
img{
	border: 0px;
}

h1.shadow{
	text-shadow: -3px -5px 3px teal;
}

h2{
	text-align: center;
	padding: 3px;
	margin: 0px;
}
h2.shadow{
	text-shadow: -2px -3px 2px teal;
}

h3{
	text-shadow: 0 1px 2px teal;
	color: black;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
h3.small{
	font-size: 12px;
}

fieldset{
	margin-bottom: 15px;
    border-radius: 4px;
}

fieldset legend{
	text-shadow: 0 1px 1px #3D94F6;
	color: black;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

.floatLeft{ float: left; }
.floatRight{ float: right; }
.clearBoth{ clear: both; }
.clearBothFlow{ clear: both; overflow: auto; }
.aLeft{ text-align: left; }
.aCenter{ text-align: center; }
.aRight{ text-align: right; }
.aJust{ text-align: justify; }
.inline{ display: inline; }


#sk2NoticeWrapper{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 70px;
	right: 5px;
	max-width: 25%;
	
}

	#sk2NoticeWrapper div.sk2NoticeBox{
		padding: 10px 10px 10px 75px;
		margin-right: 5px;
		margin-bottom: 10px;
		min-height: 60px;
		border-radius: 20px;
	}
		#sk2NoticeWrapper div.error{
			color: red;
			border: 1px solid #fcc;
			background: #fcc url(/sk2/images/icons/alert.png) no-repeat;
		}
		#sk2NoticeWrapper div.notice{
			color: teal;
			border: 1px solid #b9f9ff;
			background: #b9f9ff url(/sk2/images/icons/notice.png) no-repeat;
		}
		#sk2NoticeWrapper div.success{
			color: green;
			border: 1px solid #b9ffc9;
			background: #b9ffc9 url(/sk2/images/icons/check.png) no-repeat;
		}
		#sk2NoticeWrapper div.sk2NoticeBox a.sk2NoticeTimer{
			position: absolute;
			cursor: pointer;
			color: black;
			margin: -20px 0px 0px -85px;
			padding: 0px 0px 0px 6px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			overflow: hidden;
			font-size: 10px;
			width: 16px;
			height: 16px;
			background-image: url(/sk2/images//icons/b_drop.png);
		}
		#sk2NoticeWrapper div.sk2NoticeBox ul{
			padding: 0px 0px 0px 15px;
			margin-top: 0px;
		}
			#sk2NoticeWrapper div.sk2NoticeBox ul li{
			}
	
	
.header{
	text-shadow: -1px -1px 2px teal;
	color: black;
	font-weight: 900;
}
.headerOver{
	text-shadow: -1px -1px 2px teal;
	color: black;
	font-weight: 900;
}
.odd{
	background: #659EC7;
}
.oddOver{
	background: #AFDCEC;
}
.even{
	background: #488AC7;
}
.evenOver{
	background: #AFDCEC;
}
.tail{
	background: silver;
}

.miniatureText{
	font-size: 11px;
}

.helpIcon{
	position: absolute;
	margin-top: -5px;
	cursor: help;
}

.fullCutedStringBublleWrapper{
	position: absolute;
	background: white;
	border: 2px groove teal;
	border-radius: 5px;
	box-shadow: -3px -5px 3px teal;
	padding: 3px 15px 3px 15px;
}


.miniatureText{ font-size: 9px; }
.smallText10{ font-size: 10px; }
.smallText11{ font-size: 11px; }
.smallText12{ font-size: 12px; }
.smallText13{ font-size: 13px; }

.colorTextRed{ color: red; }
.colorTextBlue{ color: blue; }
.colorTextGreen{ color: green; }
.colorTextTeal{ color: teal; }
.colorTextYellow{ color: yellow; }
.colorTextNavy{ color: navy; }

#colorPalletSelectorWrapper{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	border: 1px solid gray;
	border-radius: 30px;
	background: white;
	padding: 10px;
	width: 275px;
	height: 275px;
	overflow: hidden;
}
	#colorPalletSelectorWrapper map.colorMap area{ cursor: pointer; }
	#colorPalletInputPreview{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 30px;
		width: 100px;
		border: 1px solid black;
		background: #F00;
		margin-left: 35px;
		margin-top: 5px;
		text-align: center;
		padding-top: 0px;
	}
	#colorPalletInputButton{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 20px;
		width: 50px;
		border: 1px solid black;
		margin-left: 10px;
		margin-top: 15px;
		text-align: center;
		padding-top: 0px;
		background: silver;
		cursor: pointer;
		border-radius: 10px;
	}
	#colorPalletSelectorWrapper img.boxCloseImage{
		position: absolute;
		margin-top: 0px;
		margin-left: 210px;
	}
	img.colorMap_random{
		position: absolute;
		margin-left: 210px;
		margin-top: 210px;
		cursor: pointer;
	}
.newsBlockWrapper div.content p{
	padding: 0px;
	margin: 3px 0px 3px 0px;
	font-size: 12px;
}
.modalWindow_default input{
	color: black!important;
}
/*************************************************************************************/
/* END OF THEME DEFAULT CSS /**/
/*************************************************************************************/
header{
	float: left;
	width: 100%;
	background: black;
}
.middleImage{
	float: left;
	width: 100%;
	text-align: center;
}
nav{ 
	display: flex; 
	flex-flow: wrap;
	width: 100%;
	align-items: flex-start;
	justify-content: space-around;
}
h1{
    text-shadow: 0 1px 2px orange;
    color: black;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}
h2{
    text-shadow: 0 2px 2px #333333;
    color: black;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    text-align: left;
}
h3{
    text-shadow: 0 2px 2px red;
    color: black;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}
h4{
    text-shadow: 0 2px 2px blue;
    color: black;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}
h5{
    text-shadow: 0 2px 2px white;
    color: black;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}
h6{
    text-shadow: 0 1px 2px green;
    color: black;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}
#newsWrapper{
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
	max-width: 100%;
}
.newsBlockWrapper{
	max-width: 300px;
	flex: 1 1 auto;
	text-align: justify;
	margin: 10px;
	border: 1px solid silver;
	border-radius: 15px;
	padding: 10px;
	box-shadow: 5px 5px 5px black;
	background: white url(/media/images/sk2-cms/content/7/surface_spots_dark_texture_69707_1920x1080.jpg) fixed;
	background-size: cover;
}
.newsBlockWrapper div.date{ color: white; }
.newsBlockWrapper div.content p{
	padding: 0px;
	margin: 3px 0px 3px 0px;
	font-size: 12px;
}
.tailInfoWrapper{ 
	background: black;
	width: 100%;
	color: white;
	text-align: center;
	padding: 10px 0;
	bottom: 0px;
	position: fixed;
	letter-spacing: 0.8px;
}
.readAllNewslinkWrapper{
	padding: 5px 0;
	width: 100%;  
}
.readAllNewslinkWrapper a{ color: white; }
/*****************************************************************************/
/* MOBILE */
/*****************************************************************************/
@media only screen and (max-width: 800px){
	.middleImage img{ max-width: 100%; }
	#newsWrapper{ flex-flow: column-wrap; }
	.newsBlockWrapper{ 
		flex: 1 1 auto; 
		max-width: 100%;
	}
	.tailInfoWrapper{ position: inherit; }
		
}#mainMenuWrapper{ 
	float: left; 
	padding-left: 5px;
}
.horizontalMenuDiv{
	display: inline-block;
	cursor: pointer;
}
	.horizontalMenuDiv a{
		text-decoration: none;	
		cursor: pointer;
		padding: 8px 25px 8px 2px;
		display: block;
		color: white;
	}
	.horizontalMenuDivLevel2 a{
		display: block;
		padding: 8px 10px 8px 5px;
		background: black;
		color: white;
		border-bottom: 1px solid white;
	}
		.horizontalMenuDivLevel2 a:hover{ background: #4d4d4d; }
	.horizontalMenuDivChild{ position: absolute; }
/*****************************************************************************/
/* MOBILE */
/*****************************************************************************/
@media only screen and (max-width: 800px){
	#mainMenuWrapper{ padding-left: 0; }
	.horizontalMenuDiv{
		display: block;
		width: 100%;
	}
		.horizontalMenuDiv a{
			display: block;
			width: 100%;
			text-decoration: none;	
			color: white;
			padding: 10px 0;
			margin: 1px 0;
			text-align: center;
			background: grey;
			color: white;
			text-transform: uppercase;
		}
		.horizontalMenuDivLevel2 a{
			display: block;
			padding: 10px 0;
			background: black;
			color: white;
		}
		.horizontalMenuDivLevel2 a:hover{ color: orange;}
		.horizontalMenuDivChild{ position: unset; }
	#mainMenuWrapper{ width: 100%; }
	
}#loginWrapper{
	display: inline-block;
	float: right;
	text-align: right;
	margin-top: 6px;
	color: white;
}
.logout{ display: inline-block; }
	.logout img{ height: 20px; }
.manageaccount{ display: inline-block; }
	.manageaccount img{ height: 20px; }
.logAs{
	display: inline-block;
	vertical-align: top;
	padding: 2px 5px;
}
.loginLinkWrapper{
	display: inline-block;
	margin: 0 5px;
}
	.loginLinkWrapper a{
		text-decoration: none;
		color: orange;
		font-size: 10px
	}
.inputLogin{ margin: 0 10px; }
.submitLogin{
	background: buttonface;
    box-sizing: border-box;
    padding: 2px 5px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    color: black;
	}
/*****************************************************************************/
/* MOBILE */
/*****************************************************************************/
@media only screen and (max-width: 800px){
	#loginWrapper{
		width: 100%;
		text-align: center;
	}
	.labelLogin{
		display: block;
		margin: 5px 0;
	}
	.inputLogin{
		width: 75%;
		margin: 0 10px;
		padding: 5px 0;
		text-align: center;
	}
	.submitLogin{
		display: block;	
		width: 100%;
		margin: 10px 0;
		padding: 5px 0;
	}
	.logout img{ height: 30px; }
	.manageaccount img{ height: 30px; }
	.logAs{ padding-top: 6px; }
}/*****************************************************************************/
/* MOBILE */
/*****************************************************************************/
@media only screen and (max-width: 800px){

}/*************************************************************************************/
/* For MODAL WINDOW /**/
/*************************************************************************************/
.bodyBlockDiv{
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	position: absolute;
	z-index: 349;
	top: 0px;
	left: 0px;
	background: teal;
    -moz-user-select: none;
}
.biggerWindowBlockDiv{
	position: absolute;
	z-index: 349;
    -moz-user-select: none;
}
.modalWindowContentWrapper{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	overflow: auto;
	position: relative;
	height: 100%;
	width: 100%;
}
	.modalWindowContentFit{
		padding: 0;
		overflow: hidden;
	}
.modalWindow_default{
	background: white;
	border: 3px groove black;
	box-shadow: -10px 10px 25px 10px gray;
}
.modalWindow_borderLess{ border: 0; }
.modalWindow_shadowLess{ box-shadow: none; }

.modalWindowCloseButtonWrapper{
	position: absolute;
	padding: 0;
	margin: 0; 
	margin-top: -35px;
	overflow: auto;
	clear: both;
	width: 103%;
}
.modalWindowCloseButtonWrapperFull{
	margin: 5px 20px 0px 0px;
}
	.modalWindowCloseButtonWrapper img{
		display: block;
		float: right;
		position: relative;
		width: 8%;
		max-width: 60px;
		height: 8%;
		max-height: 60px;
		z-index: 1200;
		opacity: 0.6;
		margin: 0 5px 0 5px;
		cursor: pointer;
	}
	.modalWindowCloseButtonWrapper img.closeButton{ opacity: 1; }
	.modalWindowCloseButtonWrapper img.navigationButton{ width: auto; }
	.modalWindowCloseButtonWrapper img:hover{ opacity: 1; }

img.modalImage{
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	cursor: zoom-in;
}
img.modalImageShow{ display: block; }
img.modalImageHidden{ display: none; }
#modalImageSpan{
	color: black;
	font-size: 18px;
}
/*************************************************************************************/
/* END: For MODAL WINDOW /**/
/*************************************************************************************/
