html,
body {
  height: 100%;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container {
  padding: 70px 15px 20px;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: /*"\e113"*/ "\e151";
}

a.desc:after {
  content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.img-view {
  max-height: 300px;
}

.screenshots_block {
  float: left;
  width: 280px;
  background-color: #F2F2F2;
  border-radius: 4px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3),
  -18px 0 20px -23px rgba(0, 0, 0, .8),
  18px 0 20px -23px rgba(0, 0, 0, .8),
  0 0 40px rgba(0, 0, 0, .1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3),
  -18px 0 20px -23px rgba(0, 0, 0, .8),
  18px 0 20px -23px rgba(0, 0, 0, .8),
  0 0 40px rgba(0, 0, 0, .1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3),
  -23px 0 20px -23px rgba(0, 0, 0, .8),
  23px 0 20px -23px rgba(0, 0, 0, .8),
  0 0 40px rgba(0, 0, 0, .1) inset;
}

.screenshots_block .image-image {
  width: 240px;
  height: 170px;
  border-radius: 4px;
  overflow: hidden;
}

.screenshots_block .image-image img {
  width: 100%;
  border-radius: 4px;
}

.skins-categories-index .icon_img, .skins-index .skin_img, .seeds-index .seed_img, .textures-index .texture_img, .app_map_img {
  max-width: 200px;
}
.skins-stats-index .skin_img, .textures-stats-index .texture_img, .seeds-stats-index .seeds_img, .packs-stats-index .packs_img, .mods-stats-index .mods_img, .maps-stats-index .maps_img, .addons-stats-index .addons_img {
  max-width: 300px;
}

.block_filters {
  position: relative; 
  height: 25px;
}

.block_filters .filter {
  position: relative;
  display: inline-block; 
  height: 25px;
}
.block_filters .filter input{
  position: absolute;
}

.block_filters .filter span{
  position: absolute;
  float: left;
}

.block_filters .filter a{
  color: #333;
  text-decoration: none;
  padding-left: 20px;
}

.block_filters a:hover, .block_filters a:active{
  color: #333;
  text-decoration: none;
}

.block_change_rejected, .block_change_rejected span{
  width: 110px;
}

.block_change_adult, .block_change_adult span{
  width: 70px;
}

.block_tags .label{
  font-size: 12px;
  padding: .3em .6em .3em;
}

.block_tags .teg_remove{
  color: #000;
  padding-left: 5px;
}

.screenshots_block .block_remove_screen {
  text-align: right;
}

.screenshots_block .block_remove_screen .remove_screen {
  cursor: pointer;
  color: red;
}

.application-map-form img {
  max-width: 500px;
}

.block-multy-files .action_image_delete:hover, .block-multy-files .action_image_delete:active {
  text-decoration: none;
}