/**
 * Servercommands
 */
.ingamecommands-title {
	
}

.ingamecommands-subtitle th {
	padding-top: 50px;
}
.ingamecommands-row1 {
	width: 35%;
}
.ingamecommands-row2 {
	width: 10%;
}
.ingamecommands-row3 {
	width: 15%;
}
.ingamecommands-row4 {
	width: 40%;
}

img.engine-image {
	padding: 25px;
}

/**
 * Collumn widths for torpedoes, cruise disruptors
 */
.missiles-row1 {
	width: 40%;
}
.missiles-row2 {
	width: 15%;
	text-align: right !important;
}
.missiles-row3 {
	width: 15%;
	text-align: right !important;
}
.missiles-row4 {
	width: 15%;
	text-align: right !important;
}
.missiles-row5 {
	width: 15%;
	text-align: right !important;
}

/**
 * Tablesorter Tables for weapons
 */
#weapon-table  td, th {
	text-align: right;
}
.weapon-table  td, th {
	text-align: right;
}

th.header { 
    background-image: url(../graph/bg.gif);     
    background-repeat: no-repeat; 
    background-position: center right; 
    cursor: pointer; 
    padding-right: 20px;
}

#weapon-table  th.header {
	text-align: right;
}

th.headerSortUp { 
    background-image: url(../graph/asc.gif); 
    background-color: #0A486A; 
}

th.headerSortDown { 
    background-image: url(../graph/desc.gif); 
    background-color: #0A486A;  
}
/**
 * Link Banner List
 */

.linkList > li {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 12px;
}

.linkList {
	text-align: center;
}

.recaptcha_theme_red #recaptcha_response_field {
	box-shadow: none;
	background: white;
	color: black;
	height: 24px;
}

.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.big5 {
	font-size: 14px;
	font-weight: bold;
}

.big4 {
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
}

@media ( max-width : 980px) {
	.scalePhone {
		width: 100%;
	}
}

/**
 * Commodity Table
 */
.commodity-row1 {
	width: 30%;
}
.commodity-row2 {
	width: 50%;
}
.commodity-row3 {
	width: 20%;
}

/**
 * Ship preview
 */
.ship-preview {
	max-width: 340px;
	min-width: 290px;
	height: 52px;
	vertical-align: top;
}

.ship-preview > img {
	margin-right: 10px;
	float: left;
}

/**
 * Ship overview
 */
.ship-overview ul {
	font-size: 24px;
	float: left;
	width: 100%;
}

.ship-overview li {
	float: left;
	margin-right: 20px;
}

.ship-overview a:hover > div {
	
	background-color: rgba(20, 20, 20, 0.3);
}

.ship-overview-box {
	height: 100px;
	background-repeat: no-repeat;
	background-position: 3px center;
	margin: 10px;
}

.ship-overview-text {
	max-width: 60%;
	float: right;
	text-align: right;
}

.ship-description {
	text-align: center;
}

.ship-description img {
	margin-bottom: 20px;
}

.ship-description p {
	text-align: justify;
}

.ship-table th, .ship-table td {
	/*border-top: 0px !important;*/
}

/* Large desktop */
@media (min-width: 1200px) {	
	.ship-overview-box {
		width: 318px;
	}
	
	.ship-overview li:nth-child(3n+1) {
		clear: both;
		color: red;
	}
	
	.ship-overview li:nth-child(3n) {
		margin-right: 0px;
	}
}


@media (min-width: 980px) and (max-width: 1200px) {
	.ship-overview-box {
		width: 242px;
	}	
	
	.ship-overview li:nth-child(3n+1) {
		clear: both;
	}
	
	.ship-overview li:nth-child(3n) {
		margin-right: 0px;
	}
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.ship-overview-box {
		width: 304px;
	}	
	
	.ship-overview li:nth-child(2n+1) {
		clear: both;
		color: red;
		margin-right: 0px;
	}
	
	.ship-overview li:nth-child(2n) {
		margin-right: 0px;
	}
}
 
/* Landscape phone to portrait tablet */
@media (min-width: 636px) and (max-width: 767px) {
	.ship-overview-box {
		width: 230px;
	}
	
	.ship-overview li:nth-child(2n+1) {
		clear: both;
		color: red;
		margin-right: 0px;
	}
	
	.ship-overview li:nth-child(2n) {
		margin-right: 0px;
	}
	
}

/* Landscape phones and down */
@media (max-width: 635px) {
	.ship-overview li {
		float: none;
		width: 100%;
	}
}

/**
 * Commodity overview
 */
.commodity-overview-box {
	height: 50px;
	background-position: 10px, center;
}

.logo-background {
	background-color: rgb(30, 30, 30);
	width: 100%;
}



@media (max-width: 767px) {
	.logo-background {
		background-color: inherit;
	}	
}

#logo {
	text-align: center;
	width: 100%;
	padding-bottom: 15px;
	padding-top: 5px;
}

.no-underline {
	text-decoration: none !important;
}

footer {
	margin-top: 20px;	
}

/**
 * ~Constant size text view
 */
 
@media ( min-width : 979px) and (max-width: 1200px) {
	.text-container {
		margin-left: 110px;
		margin-right: 110px;
		width: auto;
	}
}

@media (max-width: 979px) {	
	.text-container {
		width: 100%;
		margin-left: 0px;
	}
}


/**
 * Navbar stuff
 */
@media (min-width: 1200px) {
    .navbar .container {
        width:1170px;
    }
    
    .wide4 {
    	width: 370px;
    }
}

@media (min-width: 979px) and (max-width: 1200px) {
    .navbar .container {
        width:960px;
    }   
    
    .wide4 {
    	width: 300px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .navbar .container {
        width:744px;
	}
    
    .wide4 {
    	width: 228px;
    }
}

/**
 * Side navigation stuff
 */

.bs-docs-sidenav {
    width: 166px;
    margin-top: 20px;
}
.bs-docs-sidenav {
    top: 0px;
    width: 218px;
    margin-top: 30px;
    margin-right: 0px;
}
.bs-docs-sidenav {
    width: 228px;
    margin: 30px 0px 0px;
    padding: 0px;
    background-color: rgb(255, 255, 255);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.067);
}

.bs-docs-sidenav {
    width: auto;
    margin-bottom: 20px;
}
.bs-docs-sidenav {
    top: 2px;
    width: 218px;
    margin-top: 0px;
    margin-right: 0px;
}
.bs-docs-sidenav {
    width: 228px;
    margin: 0px 0px 0px;
    padding: 0px;
    background-color: rgb(255, 255, 255);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.067);
}

.sidenav {
	top: 20px;
}

@media (max-width: 767px) {
  .sidenav.affix {
    position: static;
    width: auto;
    top: 20px;
  }
}

/**
 * Freelancer Community Bar
 */

.class_flc_headbar A:link {
	color: #B7BECA;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	font-family: verdana;
}

.class_flc_headbar A:visited {
	color: #B7BECA;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	font-family: verdana;
}

.class_flc_headbar A:active {
	color: #B7BECA;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	font-family: verdana;
}

.class_flc_headbar A:hover {
	color: #D5DCE9;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
	font-family: verdana;
}

.class_flc_headbar B {
	font-size: 11px;
	font-family: verdana;
}

.class_flc_headbar TD {
	font-size: 11px;
	font-weight: normal;
	font-family: verdana;
}

#flc_table {
	width: 100%;
	border-color: #283753;
	color: #B7BECA;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
	table-layout: fixed;
	height: 20px;
	font-size: 10px;
	font-family: verdana;
	border-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-right-width: 1px;
	padding: 0px;
	line-height: 100%;
}

#flc_table td {
	padding: 0px;
}

#fl_community_hoverpopup {
	visibility:hidden;
	position: absolute;
	top: 20px;
	left: 0px;
	font-family: verdana;
	z-index: 100;
	background-color: #000000;
}

.hero-unit {
	padding: 40px;
}