/* CSS Document */

body {
	font-family: Arial Narrow, Arial, sans-serif;
	font-stretch: condensed;
}

:root {
	--main-nav-height: 20px;
}

.tab-content > div {
	padding-left: 12px;
	padding-right: 6px;
}
.lvl1 {
	background-color: #FFCFD0;
}
.nav-tabs > li.active.lvl1,
.nav-tabs > li.active.lvl1 > a,
.nav-tabs > li.active.lvl1 > a:focus {
	background-color: #E3C8C9 !important;	
}

.lvl2 {
	background-color: #C2F9CC;
}
.nav-tabs > li.active.lvl2,
.nav-tabs > li.active.lvl2 > a,
.nav-tabs > li.active.lvl2 > a:focus {
	background-color: #DAEDE0 !important;	
}

.lvl3 {
	background-color: #F9FCC8;
}
.nav-tabs > li.active.lvl3,
.nav-tabs > li.active.lvl3 > a,
.nav-tabs > li.active.lvl3 > a:focus {
	background-color: #E6E7D1 !important;	
}
.lvl4 {
	background-color: #CCCEFB;
}
.nav-tabs > li.active.lvl4,
.nav-tabs > li.active.lvl4 > a,
.nav-tabs > li.active.lvl4 > a:focus {
	background-color: #D0CEE8 !important;	
}

.lvl5 {
	background-color: #CCF8FB;
}
.nav-tabs > li.active.lvl5,
.nav-tabs > li.active.lvl5 > a,
.nav-tabs > li.active.lvl5 > a:focus {
	background-color: #CEE6E8 !important;	
}

.lvl6 {
	background-color: #F7DAA4;
}
.nav-tabs > li.active.lvl6,
.nav-tabs > li.active.lvl6 > a,
.nav-tabs > li.active.lvl6 > a:focus {
	background-color: #E4D6BD !important;	
}

.lvl7 {
	background-color: #CCCEFB;
}
.nav-tabs > li.active.lvl7,
.nav-tabs > li.active.lvl7 > a,
.nav-tabs > li.active.lvl7 > a:focus {
	background-color: #D0CEE8 !important;	
}

.lvl8 {
	background-color: #fcdcdf;
}
.nav-tabs > li.active.lvl8,
.nav-tabs > li.active.lvl8 > a,
.nav-tabs > li.active.lvl8 > a:focus {
	background-color: #E3C8C9 !important;	
}

.lvl9 {
	background-color: #C2F9CC;
}
.nav-tabs > li.active.lvl9,
.nav-tabs > li.active.lvl9 > a,
.nav-tabs > li.active.lvl9 > a:focus {
	background-color: #DAEDE0 !important;	
}

.lvl10 {
	background-color: #F9FCC8;
}
.nav-tabs > li.active.lvl10,
.nav-tabs > li.active.lvl10 > a,
.nav-tabs > li.active.lvl10 > a:focus {
	background-color: #E6E7D1 !important;	
}

.nav-tabs > li > a {
	margin-right: 0px !important;
}

.navbar {
	background-color: white;
	border-bottom: 1px solid gray;
	min-height: var(--main-nav-height);
}
#navheight {
	height: var(--main-nav-height);
}

.nav-tabs > li > a {
	margin-right: 0px !important;
	padding: 5px 10px;
}
.nav > li > a {
	padding: 5px 8px;
}

#legend {
	font-size: 16px;
	text-height: 8px;
}

.navbar {
	background-color: #eee;
}
.navbar-header {
	background-color: #eee;
}
.navbar-toggle {

    background-color: lightgrey;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 4px;
    padding-right: 4px;
}

.navbar-brand {
    height: 20px;
    padding: 0px;
    margin: 4px;
    font-size: 18px;
    line-height: 20px;
    background-color: #eee;

    @media (max-width: 300px) 
	{
    	font-size: 30px;
	}    
}


.items {
	min-height: 400px;
	min-width: 400px;
	padding-right: 370px;
	position: relative;
}
.item {
	cursor: pointer;
}


.item:hover {
	color: #867F37;
}

.item .title {
	font-weight: bold;
}

#rightcontainer
{
	position: absolute;
	width: 370px;
	top: 0px;
	right: 0px;
}
#items-preview
{
	/*float: right;*/
	/*position: absolute;
	top: 0px;
	right: 0px;*/
	
	border: 3px solid #943e12; /*3*/
	border-radius: 5px; /*5*/
	/*height: 260px;*/
	width: 100%;
	
	/*font-weight: bold;*/
	color: #943e12;
	padding-top:4px;
	padding-left:8px;
	padding-bottom:10px;
	
	background-size: inherit;
	background-repeat: no-repeat;
	background-position: top right;
	
}
#items-preview.loc_poc 
{
	/*background-color: red;*/	
}
#items-preview.loc_wreckage 
{
	background-image: url("/data/ContentsModule/commonfiles/bg_loc_poc.png");
	background-color: #f3eacb;
}
#items-preview.loc_wolf_island 
{
	background-image: url("/data/ContentsModule/commonfiles/bg_loc_wolf.png");
	background-color: #e2efef;
}
#items-preview.loc_sl 
{
	background-image: url("/data/ContentsModule/commonfiles/bg_loc_icy.png");
	background-color: white;
}
#items-preview.loc_lt 
{
	background-image: url("/data/ContentsModule/commonfiles/bg_loc_high.png");
	background-color: #ffeee8;
}
#items-preview.loc_pv
{
	background-image: url("/data/ContentsModule/commonfiles/bg_loc_phx.png");
	background-color: #e2c7c7;
}
.tab-content > div#items-preview {
	padding: 10px;
}
#items-preview .top
{
	/*height: 106px;
	float:left;*/
	padding-bottom: 8px;
	font-stretch: normal;
}
#items-preview img.ueicon
{
	border: 3px solid #943e12;
	border-radius: 5px;
	padding:4px;
	background-color: #e8d59a;
	min-width: 60px;
	min-height: 60px;	
}
#items-preview .uereslist {
	text-align: center;
	/*display:table;*/
}
#items-preview .uerow {
	/*display:table-row;
	width: 370px;*/
	text-align: center;
}

#items-preview .component
{
	/*height: 70px;*/
	/*float:left;*/
	margin-right:4px;
	display: inline-block;
	width: 108px;
	/*height: 160px;*/
	/* overflow: hidden; */
	/*text-align: center;*/
	vertical-align:middle;
}
#items-preview .component img
{
	
}
#items-preview hr 
{
	margin-top: 0px;
	margin-bottom: 5px;
	clear: left;
}
#items-preview .end 
{
	clear: left;
}

#legend-window
{
	/*float: right;*/
	/*position: absolute;
	//top: 270px;
	right: 0px;
	border: 0px;
	height: 200px;*/
	width: 100%;
	padding-top: 10px;
}
.tab-content > div#legend-window {
	padding: 0px;
	padding-top: 5px;
}

img.icon {
	background-size: initial;
	background-repeat: no-repeat;
	border:0px;
	width: 0;
	height: 0;
	
}

.error
{
	color: red;
	font-weight: bold;
}
.selected
{
	color: blue;
	/*font-weight: bold;*/
}


/*img.icon[src=""] { content:url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }*/




.ContentItem .items .tab-content 
{
	position: relative;
}

.ContentItem {
	font-size: 18px;
}

.loginError {
	color: red;
	font-weight: bold;
}

/* Loader */
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* End Loader */