#browser{
	position: absolute;
	width:95%;
	height:90%;
	max-width: 1200px;
	max-height: 95vh;
	min-width: 500px;
	min-height: 450px;
	overflow: hidden;
	white-space:nowrap;
	-webkit-box-shadow: 0px 10px 25px 2px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 10px 25px 2px rgba(0,0,0,0.30);
	box-shadow: 0px 10px 25px 2px rgba(0,0,0,0.30);
	border:1px solid #606060;
}

#browser.your_presets{
	width:600px;
	height:400px;
}

#browser input:-webkit-autofill,
#browser input:-webkit-autofill:hover,
#browser input:-webkit-autofill:focus,
#browser input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #161616 inset !important;
}

#browser input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
}

#browser_title{
	font-family: 'din_medium', sans-serif;
	font-size:1.4em;
	text-transform: uppercase;
}

#browser_top{
	display:block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:60px;
	padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #292929;
}

#browser_grid{
	position: relative;
	display: block;
	width: 100%;
	height: calc(100% - 60px);
	margin-top: 60px;
	overflow-x: hidden;
	overflow-y: auto;
}

.search {
  position: absolute;
  width: 25%;
  left:10px;
}

#searchTerm {
  float: left;
  width: 100%;
}

#searchTerm{
  padding: 10px;
  height: 20px;
  color: #757575 !important;
  background: #161616 !important;
}

#shuffle_from,#searchTerm,select[name="sorting"]{
  border:none !important;
}

/*select[name="sorting"],.sorting span{
	float:right;
}*/

.item_icon{
	position:absolute;
	top:3px;
	left:5px;
	font-size:2em;
	opacity:0.15;
}

.browser_topright{
	text-align: right;
	position: absolute;
	right: 50px;
	width: 25%;
}

.browser_topright_inner{
	display: inline-block;
	text-align: left;
	float: right;
}

.browser_topright span{
	margin-right: 5px;
}

#searchButton {
  position: absolute;
  right: -40px;
  top: -1px;
  width: 40px;
  height: 42px;
  border: none;
  background: #454545;
  text-align: center;
  color: #161616;
  cursor: pointer;
  font-size: 20px !important;
}

#searchButton:hover {
  background: #656565;
}

.rightPanel{
	position: absolute;
	right:0px;
	top:0;
}

.rightPanel .btn{
	position: relative;
	display: inline-block;
	margin: 0px !important;
	margin-left:5px;
	width:20px;
	height:20px;
}

.new_item{
	position: absolute;
	left:10px;
	top:8px;
  text-transform: uppercase;
  font-size: 0.75em;
  color: var(--new-item);
}

.new_item img{
	width:8px;
	height:8px;
}
