/* @group Overrides */
body {
  font-family: -apple-system, BlinkMacSystemFont,
  "Segoe UI", "Roboto", "Oxygen",
  "Ubuntu", "Cantarell", "Fira Sans",
  "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.429;
  font-size: 15px;
  background: #031D3F;
  color: #fff;
}

body.christmas {
  background-image: url(/themes/stickypiston_v5/images/christmas2020-background.png);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300;
  color: #fff;
  font-family: 'Titillium Web','Teko', "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 0;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 25px;
  border:none;
}

h4, .h4 {
  font-size: 23px;
}

h5, .h5 {
  font-size: 22px;
}

h1, h2, h3 {
  margin-top: 10px;
  margin-bottom: 0px;
}

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 3px;
}

#sidebar .portlet-title {
  font-family: "Titillium Web", "Teko","Helvetica Neue",Helvetica,Arial,sans-serif;
}

a, a strong {
  color: #fff;
  transition: .4s all;
}

a:hover, a:focus {
  color: #96c4e3;
  text-decoration: underline;
}

hr {
  border-top: 1px solid #0e487b;
}

label {
  font-size: 16px;
  color: #cde8fb;
  font-weight: 200;
}


select {
  color: #000;
}

[v-cloak] {
  display: none;
}

#header {
  background: #071F39;
}

img.sp_logo {
  margin: 15px 0 15px 0;
}

.pad30 {
  padding: 30px;
}

#mini {
  margin: 50px auto 0px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.30);
  border-radius: 0;
  background: #073053;
}

#mini #content {
  min-height: auto;
  display: block;
}

#mini .introbar {
  margin-bottom: 10px;
  flex: 1 0 100%;
}

#mini .introbar a:first {
  margin: 0px -15px -15px;
}

#mini .introbar a {
  border: 0px;
  color: #fff;
}

body.action-login .col-toppad {
  flex: 0 0 500px;
  margin: 25px auto;
}

.action-login .login-panel-links ul {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-around;
}

.action-login .login-panel-links ul li {
  float : left;
  margin-bottom: 15px;
}

.action-login .login-panel-links ul li a {
  display: block;
  padding: 0px 10px;
  border-radius: 3px;
  margin-right: 3px;
  font-size: 20px;
}

#mini .form {
  clear: left;
}

.nav {
  font-size: 15px;
  width: 100%;
}

.navbar-inverse {
  background: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background: #062b5d;
  background-image: linear-gradient(to bottom, #062b5d, #072d62); /* Chrome 26, Firefox 16+, IE 10+, Opera */
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  margin: 3px 0px 3px 4px;
  border-radius: 3px;
}

.noscroll {
    overflow: hidden;
}

#content {
  min-height: 500px;
  padding-bottom: 20px;
  display: flex;
  align-items: stretch;
  width: 100%;
}

#content.row {
  margin-left: 0;
  margin-right: 0;
}

/* Login */

.rememberMe {
  margin-top: 5px;
}

#sidebar {
  background: #073054f2;
  position: unset;
  margin: 15px 15px 10px 0;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 250px;
}

.action-log #sidebar {
  margin-top: 0;
}

.action-view #sidebar.component {
  margin-top: 0;
  margin-left: 0;
  margin-right: 15px;
  height: auto;
  flex: 0 0 230px;
  /* order: 1; */
}

.action-index #sidebar.component, .action-browse #sidebar.component, .action-page #sidebar.component {
  margin: 15px 15px 10px 0;
}

#sidebar ul {
  padding: 0 7px;
}

#sidebar ul ul {
  padding: 0;
  margin-left: 15px;
}

#sidebar li ul {
    background: transparent;
}

#sidebar a:hover, #sidebar a.active {
    color: #ffffff;
    background: #134384;
    text-shadow: none;
}

#sidebar a:hover:before {
    border-left: 4px solid #073054;
    margin-top: -5px;
    height: 31px;
}

#sidebar a#files_main:hover:before, #sidebar a#advanced_main:hover:before {
  border-left: 0px solid #073054;
}

#sidebar .portlet-title {
  font-size: 25px;
  line-height: 1.0em;
  margin: 0px;
  color: #fff;
}

#sidebar .menu-section {
  padding: 7px 0 0 15px;
  margin: 12px 0 0;
  display: inline-block;
}

#sidebar ul li:first-child .menu-section {
  margin: 0;
}

#sidebar .menu-chevron {
  margin: 0px 0px;
}

#sidebar .menu-chevron i.fas {
  margin: 0;
}


#sidebar #files_main, #sidebar #advanced_main {
    display: block;
    font-family: "Titillium Web", "Teko","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 25px;
    font-weight: 200;
    border-top: 1px solid #0e487b;
    margin: 20px 0 10px;
}

.col-toppad {
  padding:5px 0px 0;
  flex-grow: 1;
}

.col-toppad, .action-index .col-toppad, .action-browse .col-toppad, .action-page .col-toppad {
  order: 2
}

#sidebar li.back a {
  font-size: 16px;
/*  border: 1px solid #0e487b !important;
  border-radius: 3px;
  margin: 10px 15px;
  display: inline-block;
  width: 87%;
  background: #071f39;
  box-shadow: 5px 6px 0 #00000042; */
}

.noleftpad {
  padding-left: 0;
}

.norightpad {
  padding-right: 0;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn + .dropdown-toggle {
  position: absolute;
}


.btn-primary {
  color: #FFF;
  background-color: #E5204B;
  border-color: #E5204B;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  opacity: 0.6;
  background-color: #ffffff;
  border-color: #111234;
  border-width: 1px;
  color: #00003F;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #FFF;
  background-color: #A30438;
  border-color: #073054;
}

.btn-primary, input.btn[type="button"] {
  background-color: #FDD206;
  background-image: -webkit-linear-gradient(top, #FDD206, #F3A50B); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #FDD206, #F3A50B); /* Chrome 26, Firefox 16+, IE 10+, Opera */
  border: none;
  border-radius: 3px;
  color: #00003F!important;
  font-weight: 400;
  text-shadow: 1px 1px 0px #ffffffb3;
  border: 1px solid #111234;
  text-decoration: none!important;
  font-family: "Titillium Web", "Teko";
  font-size: 24px;
  padding: 0 12px;
  transition: 0.6s all;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, input.btn[type="button"]:hover {
  color: #00003F;
  background-color: #deb70b;
  background-image: -webkit-linear-gradient(top, #deb70b, #e0960b); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #deb70b, #e0960b); /* Chrome 26, Firefox 16+, IE 10+, Opera */
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
  color: #00003F;
  background-color: #deb70b;
  background-image: -webkit-linear-gradient(top, #deb70b, #e0960b); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #deb70b, #e0960b); /* Chrome 26, Firefox 16+, IE 10+, Opera */
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #00003F;
  background-color: #deb70b;
  background-image: -webkit-linear-gradient(top, #deb70b, #e0960b); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #deb70b, #e0960b); /* Chrome 26, Firefox 16+, IE 10+, Opera */
}

.btn-primary:active {
  border-color: #afa311;
}

.btn-primary:focus {
  color: #00003F!important;
  border-color: #f1e016;
}

.btn-primary span {
  color: #3F3F39;
  font-size: 18px;
  text-transform: capitalize;
}

.btn-primary.btn-sm, .btn-danger.btn-sm  {
  font-size: 18px;
  margin-bottom: 5px;
  border-radius: 3px;
}

.btn-danger {
  background-color: #d9534f;
  background-image: -webkit-linear-gradient(top, #d9534f, #8e3835); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #d9534f, #8e3835); /* Chrome 26, Firefox 16+, IE 10+, Opera */
  border: none;
  border-radius: 3px;
  color: #fff!important;
  font-weight: 400;
  border: 1px solid #111234;
  text-decoration: none!important;
  font-family: "Titillium Web", "Teko";
  font-size: 24px;
  padding: 0 12px;
  transition: 0.6s all;
}



.btn-warning {
  background-color: #fbb91c;
  background-image: -webkit-linear-gradient(top, #fbb91c, #B88114); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #fbb91c, #B88114); /* Chrome 26, Firefox 16+, IE 10+, Opera */
  text-shadow: 1px 1px 0px #000000;
  border: 1px solid #111234;
}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
  color: #fff;
  background-color: #ffe29c;
  background-image: -webkit-linear-gradient(top, #ffe29c, #fbb91c); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #ffe29c, #fbb91c); /* Chrome 26, Firefox 16+, IE 10+, Opera */
}

.btn-info {
  background-color: #041d3f;
  border: 1px solid #00ceff59;
  transition: .3s all;
  text-decoration: none;
}

.btn-info:hover, .btn-info:active, .btn-info:focus {
  color: #fff;
  background-color: #4eceff;
}



.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  color: #041d3f;
  background-color: #4eceff;
  border-color: #186db7;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
  background-color: #00cafab0;
  border-color: #186db7;
  color: #041d3f;
}

input.btn-secondary[type="button"] {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #FFFFFF, #bfbfbf);
  background-image: linear-gradient(to bottom, #FFFFFF, #bfbfbf);
  border: none;
  border-radius: 3px;
  color: #00003F;
  font-weight: 300;
  text-shadow: 1px 1px 0px #ffffffb3;
  border: 1px solid #ccc;
  text-decoration: none !important;
}

#changeJarButton {
  margin-top: -15px;
  font-size: 20px;
}

.server-list {
  background: #073054;
  border: 0;
  color: #fff;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.30);
}

.server-list:hover {
    background: #134384;
    color: #FFF;
}

.server-list a {
  color: #ffffff;
}

table .titlerow, table .titlerow td, table .titlerow th {
  font-family: "Titillium Web", "Teko","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

table .titlerow .btn, table .titlerow td .btn, table .titlerow th .btn {
  font-size: 23px;
  padding: 0px 12px 1px;
}

#players-ajax, #players-ajax div {
  background: #073054!important;
  color: #fff;
}

#players-ajax div a, #players-ajax div a:visited  {
  color: #fff;
}

#console,
#log-ajax,
#chat-ajax {
  font-size: 0.8em;
  padding: 10px;
}

#log-ajax.ftp-log-area {
  height: 150px;
}

.CodeMirror {
    font-size: 14px!important;
}
.CodeMirror-fullscreen {z-index: 3000!important;}

.detail-view .btn, .list-view .btn {
    max-width: 100%;
}

.panel-default > .panel-heading {
  color: #fff;
  background-color: #073054;
  border-color: #073054;
}

.panel {
  background-color: #0e487b;
  border: 1px solid #073054;
}


.detail-view .summary, .list-view .summary {
  font-size: 1em;
  color: #a0c4e3;
}

.sorter {
  color: #a0c4e3;
}


#page::after {
  content: "";
  display: block;
  height: 0px;
}


.navbar-nav {
  width: 100%;
  padding-left: 230px;
  padding-right: 25px;
}

.navbar-nav > li {
  float: left;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.breadcrumb {
  background: transparent;
}

.breadcrumb > .active {
  color: #96c4e3;
}

ol.breadcrumb {
  font-size: 100%;
  margin: 0px 0 5px 0;
  padding: 5px 5px 5px 0px;
}

#header h1:before {
  background: none;
}

#header h1 small {
  color: #01EC33;
  font-weight: 100;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.introbar a:hover {
  background: #134384;
}

#ui-datepicker-div {
  z-index:2000!important;
}

/* Simplify design */

#sidebar .portlet-decoration {
  margin: 0 -7px;
  padding: 0px 15px 10px;
  margin-bottom: -1px;
  border-top: 0px solid #0e487b;
}

#sidebar .portlet {
  margin-bottom: 0px;
}

#sidebar a {
  border: none;
  font-size: 15px;
  color: #fff;
  padding: 7px 15px;
  border-radius: 3px;
  margin: 2px 0;
}

#sidebar .kb-menu-content  a {
  font-size: 13px;
}


#sidebar i.fas, .navbar-nav i.fas {
  color: #eff7ff;
  margin-right: 15px;
  font-size: 1.05em;
  width: 0.9em;
}

.navbar-nav i.fas {
  margin-right: 10px;
}


.detail-view > thead > tr > th,
.detail-view > tbody > tr > th,
.detail-view > tfoot > tr > th,
.detail-view > thead > tr > td,
.detail-view > tbody > tr > td,
.detail-view > tfoot > tr > td {
  padding: 5px 5px 5px 15px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
}

.detail-view > tbody > tr:nth-child(odd) > td,
.detail-view > tbody > tr:nth-child(odd) > th {
    background-color: transparent;
}

.table > thead > tr > th {
  border-bottom: 2px solid #1762a3;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 12px 8px 4px 10px;
  border-top: 0px solid #dddddd;
  background-color: #0e487a;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #0c3f6c;
}

.table-striped > tbody > tr:nth-child(odd):hover > td, .table-striped > tbody > tr:nth-child(odd):hover > th {
    background-color: #165f9f;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #165f9f;
}

.detail-view > tbody > tr > td.reset {
  padding: 6px 0px;
}

.detail-view > tbody > tr.changed > td, .detail-view > tbody > tr.changed > th {
  background: #073965;
}

td.reset button {
  font-size: 12px;
  padding: 8px 6px;
}

.ftp-table td a {
  color: #fff;
}

.items {
  margin-top: 10px;
}

.items > tbody > tr:nth-child(2n+1) > td, .items > tbody > tr:nth-child(2n+1) > th {
    background-color: #0c3f6c;
}

.items > thead > tr > th, .items > tbody > tr > th, .items > tfoot > tr > th, .items > thead > tr > td, .items > tbody > tr > td, .items > tfoot > tr > td {
    padding: 12px 8px 4px 10px;
    border-top: none;
    background: #073054;
}

.items > thead > tr > th {
    border-bottom: 2px solid #073054;
    background: #073054;
    color: #fff;
}

.items > thead > tr > th a {
  color: #fff;
  text-decoration: underline;
  display: block;
}

.items td {
  vertical-align: top!important;
}

tr.filters td {
  background: #073054;
}

table .titlerow,
table .titlerow td,
table .titlerow th {
    border-bottom: none;
}

table.advanced {
  margin: 0px 0 15px 0;
  padding: 15px;
  background: #073054cc;
  border-radius: 5px;
  /* box-shadow: 5px 5px 10px #6c6c7133; */
}

table.advanced thead th {
    background: #073054;
    border-radius: 5px 5px 0 0;
}

table.advanced thead th a {
  color: #fff;
  display: block;
  cursor: pointer;
}

.detail-view > thead > tr > th {
  border-bottom: 1px solid #0d3f6d;
}

#Server_players, #Server_memory, #Server_port, #Server_kick_delay, #Server_start_memory {
  width: 50%;
}

#cfgfile-form .detail-view th {
  width: 33%;
}

#cfgfile-form .detail-view .hide-label th, #cfgfile-form .hide-hint .hintRow {
  display: none
}

#cfgfile-form .detail-view textarea {
  width: 100%!important;
}

#mods-grid table.items.table tr th {
  font-size: 17px;
  font-weight: normal;
}

#mods-grid table.items.table tr td {
  font-size: 14px;
  border-width: 0 0 1px 0;
  border-color: #073054;
  border-style: solid;
  text-align: left!important;
}

#mods-grid table.items.table tr td.extrarow {
  text-align: center!important;
}

#mods-grid table.items.table tr td.extrarow {
    background: #071f39;
    text-transform: uppercase;
    font-size: 17px;
    padding: 30px 0 30px;
    font-weight: normal;
    text-align: center;
}

.grid-view .summary {
    float: right;
    font-size: 1.0em;
}

.grid-view table.items th a.desc, a.sort-link.desc, .list-view .sorter a.desc {
  background: url("../images/icons/down.png") left center no-repeat;
  padding-left: 15px;
}

.grid-view table.items th a.asc, a.sort-link.asc, .list-view .sorter a.asc {
  background: url("../images/icons/up.png") left center no-repeat;
  padding-left: 15px;
}

.grid-view .filters input, .grid-view .filters select {
    border: 0px solid #ccc;
    margin-bottom: 5px;
}

.saveserver {
    margin: 0 0 30px 0;
}

/* @end */


/* @group Header */

#page > header.header {
  position: relative;
  background: transparent;
  z-index: 1000;
  height: 96px;
  /*overflow: hidden; */
  background-image: -webkit-linear-gradient(top, #020e1d, #072c5ecc); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: linear-gradient(to bottom, #020e1d, #072c5ecc); /* Chrome 26, Firefox 16+, IE 10+, Opera */
}

h2.strapline {
  font-size: 19px;
  color: #fff;
  position: absolute;
  top: 15px;
  left: 215px;
  font-weight: 400;
  margin: 0;
}

h2.strapline strong {
  font-weight: 700;
  text-transform: uppercase;
}

h2.strapline small {
  color: #fff;
}

/* Social Icons */
.social-icons {
  position: absolute;
  top: 50px;
  right: 20px;
}

.social-icons a {
  color: #ffffff;
  font-size: 25px;
  margin: 0 3px;
}


.form-search-head {
  position: absolute;
  top: 10px;
  right: 0px;
  padding: 0;
}

.form-search-head .form-control {
  background:#273759 url(https://stickypiston.co/wp-content/themes/strappress-child/images/searchwh.png) no-repeat 10px 7px;
  font-size: 15px;
  border: 0;
  height: 34px;
  line-height: 1.2em;
  padding: 4px 10px 5px 35px;
  color: #ffffff;
  border: 1px solid #fff;
  font-weight: 400;
  z-index: 1500;
}

.form-search-head .form-control::-webkit-input-placeholder { color: #fff; }
.form-search-head .form-control::-moz-placeholder { color:#fff; } /* firefox 19+ */
.form-search-head .form-control:-ms-input-placeholder { color:#fff; } /* ie */
.form-search-head .form-control:-moz-placeholder { color:#fff; }

.form-control[readonly].server-address, .form-control[readonly].friendly-address {
  cursor: auto;
  background-color: #135a98;
  border: none;
  box-shadow: none;
}

.form-control::placeholder {
  color: #ffffffcc;
}

.form-control:focus {
  box-shadow: inset 0 1px 1px rgb(8 31 49 / 60%), 0 0 8px rgb(8 31 49 / 60%);
}

input#mymodal-name-input {
    width: 100%;
}

#clip-friendly-address span, #clip-friendly-address input, #clip-server-address span, #clip-server-address input {
    background: none;
    cursor: pointer;
    border: none;
    box-shadow: none;
    color: #fff;
    font-weight: 700;
    font-size: 105%;
}

#clip-friendly-address span.copied, #clip-server-address span.copied {
    color: transparent;
}

span.copied {
  display: none;
}

.address-copied #clip-friendly-address span.copied, .address-copied #clip-server-address span.copied {
    color: #fff;
    display: table-cell;
}

.address-copied span, .address-copied input{
  background-color: #FDD206!important;
  background-image: -webkit-linear-gradient(top, #FDD206, #F3A50B)!important; /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #FDD206, #F3A50B)!important; /* Chrome 26, Firefox 16+, IE 10+, Opera */
  color: #00003F!important;
  font-weight: 300;
  text-shadow: 1px 1px 0px #ffffffb3;
}

span.subdomain_domain {padding: 10px 5px 0 5px; font-weight: bold;}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover, .btn-default.selected {
  background-color: #FDD206;
  background-image: -webkit-linear-gradient(top, #FDD206, #F3A50B); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #FDD206, #F3A50B); /* Chrome 26, Firefox 16+, IE 10+, Opera */
  border: 1px solid #111234;
}

.btn-default {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #FFFFFF, #bfbfbf); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #FFFFFF, #bfbfbf); /* Chrome 26, Firefox 16+, IE 10+, Opera */
  border: none;
  border-radius: 3px;
  color: #00003F;
  text-shadow: 1px 1px 0px #ffffffb3;
  border: 1px solid #ccc;
  text-decoration: none!important;
  font-family: "Titillium Web", "Teko";
  font-size: 24px;
  padding: 0px 12px;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
  color: #00003F;
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #e8e8e8, #bfbfbf); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #e8e8e8, #bfbfbf); /* Chrome 26, Firefox 16+, IE 10+, Opera */

  color: #00003F;
  background-color: #deb70b;
  background-image: -webkit-linear-gradient(top, #deb70b, #e0960b); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #deb70b, #e0960b); /* Chrome 26, Firefox 16+, IE 10+, Opera */
}

.btn-default:active {
  border-color: #afa311;
}

.btn-default:focus {
  color: #00003F!important;
  border-color: #f1e016;
}

input#searchsubmit {
  display: none;
}

.navbar-brand {
  display: block;
  height: 54px;
  width: 165px;
  position: absolute;
  z-index: 999;
  background: transparent url(/themes/stickypiston_v5/images/sp-brand-sh.svg) no-repeat center center;
  margin: 0;
  top: -22px;
  left: 55px;
}

body.christmas .navbar-brand  {
  height: 72px;
  width: 180px;
  z-index: 999;
  background: transparent url(/themes/stickypiston_v5/images/sp-brand-sh-christmas.png) no-repeat center center;
  top: -39px;
  left: 40px;
}

.container-fluid {
 /* background: #031D3F; */
}

.navbar-brand span {
  display: none;
}

.navbar-default {
    border: none;
}

/* style.css Overrides */

.form-control {
  font-size: 17px;
  border-radius: 5px;
  padding: 6px 12px 6px 6px;
  background: #135a98;
  border: 1px solid #135a98;
  color: #fff;
  height: 37px;
  transition: 0.4s all;
}

.form-control:focus {
  border-color: #1566ad;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.20)
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background: #135a9880;
}

input#command, input#message {
 /* padding: 17px 12px; */
}

#console, #log-ajax, #chat-ajax {
  background-color: #073053;
  color: #e2f0ff;
  margin: 0 0 10px;
  overflow: auto;
}

#console div, #log-ajax div, #chat-ajax div {
    overflow-wrap: anywhere;
}

body.action-chat #sidebar{
  order: 1;
  margin-top: 0;
}

body.action-chat .sp_players {
  order: 3;
  width: 230px;
}

.chatconsole {
  flex: 1 0;
  order: 2;
}

.chatconsole .input-group {
 margin-bottom: 10px;
}

body.action-chat .chatconsole {
  padding-right: 15px;
  padding-left: 0px;

}

.logArea {
  border: none;
}

#statusicon-ajax img {
  height: 25px;
  width: 25px;
}

.input-group-addon {
  border-radius: 0;
}

.pager ul {
  margin: 10px 0;
  padding: 0;
}

.pager li > a, .pager li > span {
    padding: 5px 14px;
    border-radius: 5px;
    background-color: #073054;
    }

.pager li > a:hover, .pager li > a:focus {
  background-color: #0e487b;
  color: #fff;
}

.pager li.selected a {
  background: #0e487b;
  font-weight: 700;
}

.pager .previous > a, .pager .previous > span {
    float: none;
}


.pager .next > a, .pager .next > span {
    float: none;
}

.mc.container, .mc.container-fluid {
  border-radius: 0 0 3px 3px!important;
}

.mc.container-fluid, header .container-fluid {
  margin: 0 25px;
  max-width: 1720px;
  margin: auto;
}

header .container-fluid {
 max-width: 1800px;
 margin: auto;
 padding: 0px;
}

.notice {
  display:none;
}


.detail-view .hintRow a, .list-view .hintRow a {
  border: none;
  font-size: 1.1em;
}

.hint {
  background-color: #073054;
}

.popover {
  background-color: #073054;
}

.popover.left > .arrow::after {
  border-left-color: #073054;
}

.fa-info-circle.has-tooltip {
  color: #fcd102c7;
  font-size: 19px;
}

.fa-info-circle.has-tooltip:hover {
  color: #fcd102;
}

.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger {
  padding: 10px;
}

.bg-info {
  background: #0c3f6c;
}

.plugin_version_info {
  width: 100%;
  margin: 10px 0;
  min-height: 300px;
}

.plugin_version_table th.serverversion {
  width: 150px;
}

.plugin_version_table td, .plugin_version_table th {
  border: 1px solid #071f39;
  background: #073054;
}

.plugin_version_table th {
  background: #071f39;
  color: #fff;
}


/* @end */

/* @group Top Nav */

#top-nav {
  position: absolute;
  text-align: center;
  right: 0;
  top: 20px;
}

#top-nav {
  width: 100%;
  top: 0;
  padding: 4px 0 8px;
  margin-bottom: 0px;
  position: inherit;
}

#top-nav #menu-toolbar {
 list-style: none;
 font-size: 15px;
 margin: 0 0 5px 0;
 padding: 10px 0 0 226px;
}

#top-nav #menu-toolbar li {
 float: left;
 margin-right: 8px;
}

#top-nav #menu-toolbar li a {
  color: #fff;
  font-weight: 500;
  padding: 4px 7px;
  border-radius: 3px;
}

#top-nav #menu-toolbar li a:hover {
  background: #062b5d;
  text-decoration: none;
}

#top-nav a.quick-nav {
  color: #fff;
  font-size: 16px;
  margin: 0 0 0 15px;
}

#top-nav a.quick-nav:hover {
  text-decoration: none;
}

a#languageChooser {
  padding-top:2px
}

#top-nav .nav {
margin-top: 3px;
}

#top-nav .badge {
  background-color: #fcd106;
  color: #073054;
  font-weight: 700;
  margin-top: -3px;
}

.badge {
    border-radius: 3px;
    padding: 4px 7px;
    margin: 0 3px;
    font-weight: 400;
    background: #1c5a97;
}

.btn-info .badge {
    background: #00ceff;
    color: #041d3f;
    transition: .3s all;
}

#top-nav a#loginOrRegister, #top-nav a#AccountLoggedIn {
  background: #3AB200;
  text-decoration: none;
  padding: 0px 7px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
}

#top-nav a#loginOrRegister:hover, #top-nav a#AccountLoggedIn:hover {
  background: #339B01;
  box-shadow: 1px 1px 10px #3175b9;
}

/* @end */


/* @group Navigation */

.menu-toolbar-container {
        margin: 0 0 2px 200px;
        font-size: 14px;
        height: 30px;
        font-size: 15px;
        background: #007D1F;
        font-size: 14px;
        }

.menu-toolbar-container ul {
        margin: 0 0 0 0px;
        padding: 0;
        }

.menu-toolbar-container li {
        float: left;
        list-style: none;
        padding: 0 7px;
        font-size: 13px;
}

.menu-toolbar-container li:first-child {
        padding-left: 20px;
}

.menu-toolbar-container li:last-child {
        padding-right: 20px;
}

.menu-toolbar-container li a {
        padding: 7px 5px;
}

.menu-toolbar-container li a:hover, .menu-toolbar-container li a:focus {
        color: rgba(255, 255, 255, 1);
}

@media (min-width: 768px) {

#branding {
  height:90px;
}

}

@media (max-width: 767px) {

.social {
  top: 88px;
  right: 114px;
}

.menu-toolbar-container #menu-toolbar, .menu-toolbar-container .navbar-header {
  float: left;
}

.menu-toolbar-container .navbar-toggle {
  padding: 0 4px 0 4px;
  margin-top: -4px;
}

.navbar-nav {
  padding-left: 226px;
  padding-right: 0;
}

.navbar-toggle {

}

.greenbackground {
  background: #00B22D;
}

.menu-toolbar-container {
  margin: 5px 0px 2px;
  height: 30px;
}

.menu-toolbar-container ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0 0 10px;
}

ul.menu {
padding: 0;
}

ul.menu li {
  list-style: none;
  padding: 0;}

ul.menu ul {
  padding: 0;
}

#branding {
  margin: 0px;
  min-height: 82px;
}

#site-title {
    height: 76px;
    width: 76px;
    position: absolute;
    top: 0px;
    right: 30px;
    left: auto;
    z-index: 999;
    display: block;
}

#site-title a {
        background: #21304F url(/themes/stickypiston_v5/images/sp_logo76x76.gif) no-repeat 1px;
        width: 88px; height: 88px;
        margin: 8px 0 0px 10px;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        line-height: 36px;
        text-decoration: none;
        border: 5px solid #2D4066;
        display: block;
        box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.16);
}

.navbar {
    min-height: 0px;
    margin-bottom: 0px;
}

.detail-view {
  width: 100%;
  margin-bottom: 20px;
}

.detail-view > thead > tr > th,
.detail-view > tbody > tr > th,
.detail-view > tfoot > tr > th,
.detail-view > thead > tr > td,
.detail-view > tbody > tr > td,
.detail-view > tfoot > tr > td {
  /* padding: 8px 3px; */
  font-size: 14px;
}

table .titlerow .btn, table .titlerow td .btn, table .titlerow th .btn {
  font-size: 20px;
  padding: 2px 13px;
}

.form-control {
  font-size: 14px;
  padding: 6px 5px;
}

.subdomain_input {
  width: 60%;
}

#changeJarButton {
  margin: 10px;
}

.plugin_version_info {
  width: auto;
}

.plugin_version_table th.serverversion {
  width: 100px;
}

.table-responsive {
  border: 1px solid #3a88cc;
  padding: 10px 0;
  margin-top: 15px;
}

}


/* @group Search Form */
#branding #searchform {
  position: absolute;
  top: -41px;
  left: 188px;
  text-align: right;
  z-index: 300;
}
#branding #searchform div {
  margin: 0;
}
#branding #s {
  float: right;
  -webkit-transition-duration: 400ms;
  -webkit-transition-property: width, background;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 400ms;
  -moz-transition-property: width, background;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 400ms;
  -o-transition-property: width, background;
  -o-transition-timing-function: ease;
  width: 700px;
  color: #000!important;
}
#branding #s:focus {
  background-color: #f9f9f9;
  color: #000;
  width: 700px;
}
#branding #searchsubmit {
  display: none;
}
#branding .only-search #searchform {
  top: 5px;
  z-index: 1;
}
#branding .only-search #s {
  background-color: #666;
  border-color: #000;
  color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
  width: 85%;
}
#branding .only-search #s:focus {
  background-color: #bbb;
}
#branding .with-image #searchform {
  top: auto;
  bottom: -27px;
  max-width: 195px;
}

.navbar-static-top {
  z-index: 999;
}

/* @end */


/* @group View Server */

.view-server-full {
  display: flex;
  justify-content: flex-start;
  align-content: space-evenly;
  flex-flow: row wrap;
}

.server-col {
  padding: 0;
  flex: 1 0;
  order: 2;
  min-height: 1200px;
}

.players-col {
  padding-right: 0;
  flex: 0 0 330px;
  order: 3;

}

.view-server-full h4{
  text-transform: uppercase;
}

/* @end View Server */


/* @group WhySP */

.why_sp {
  margin: 0px -15px;
  padding: 30px 0 30px 60px;
  background-clip: padding-box;
  background: #1283D7;
  color: #fff;
  font-size: 18px;
  background: #BC401C url(/themes/stickypiston_v5/images/whysp_fade_white.png) repeat-x 0 0;
  }

.why_sp h3 {
  margin-bottom:10px;
  margin-top:20px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  border: 0;
  padding: 0;
}

.why_sp ul {
  list-style: none;
  padding: 0;
  margin: 0 20px 0 0;
}

.why_sp ul li {
  padding: 5px 0;
  margin: 0;
}

.why_sp ul li span {
  background: url(/themes/stickypiston_v5/images/footer_blocks.png) no-repeat 0 0;
  display: block;
  width: 25px;
  height: 25px;
  float: left;
  margin: 0 10px 0 0;
}

.why_sp ul li.block1 span {background-position: 0 0; }
.why_sp ul li.block2 span {background-position: 0px -35px; }
.why_sp ul li.block3 span {background-position: 0 -70px; }
.why_sp ul li.block4 span {background-position: -32px 0; }
.why_sp ul li.block5 span {background-position: -32px -35px;}
.why_sp ul li.block6 span {background-position: -32px -70px; }
.why_sp ul li.block7 span {background-position: -63px 0; }
.why_sp ul li.block8 span {background-position: -63px -35px; }
.why_sp ul li.block9 span {background-position: -63px -70px; }
/* @end */


/* @group Footer */

footer {display:none;}

#page {
  margin-bottom: 0px;
}

footer {
  color: #fff;
}

footer.footer {
  background: #071f39 url(/themes/stickypiston_v5/images/footer-fade3.png) repeat-x 0 0;
  color: #fff;
  font-size: 14px;
  margin: 0 -40px 0 -40px;
  border-top: 0;
  padding: 97px 60px 0;
  text-align: left;
  line-height: 1.5em;
  display:block;
}

footer.footer h4 {
  font-size: 20px;
  margin: 0 0 1px 0;
  font-weight: 300!important;
  color: #fff;
  text-transform: uppercase;
}

footer.footer ul {
  list-style: none;
  margin: 0;
}

footer.footer ul li {
        line-height: 1.6;
}

footer.footer a, footer.footer a:visited {
  color: #fff;
  text-decoration: none;
}

footer.footer .sp_logo {
  margin-top: 30px;
  font-size: 13px;
}

footer.footer .sp_logo small {
  color: #134d8e;
  font-size: 11px;
}

.social-stack {
  font-size: 20px;
  margin: 10px 0 0 0;
}

.social-stack a {
 padding: 0 5px;
}

/* @end */

#jstree_list.panel-body{
  padding-top:0px;
  font-size:12px;
}
#jstree_status pre{
  margin: 0 10px 10px;
}

/* ###### Active Instance Portlet ######  */

.sp_serveradvanced {padding: 0;}

.sp_status, .sp_suspended, .instcol, .sp_myservers ,.sp_address, .sp_serverjar, .sp_players, .sp_serverproperties, .sp_advanced, .sp_permissions, .sp_packinfo, .sp_knowledgebase {
  padding-left: 0;
}

.sp_status, .sp_suspended, .instcol, .sp_serverproperties, .sp_players, .sp_permissions, .sp_packinfo {
  padding-right: 0;
}

.sp_myservers {
  padding-top: 15px;
}

.sp_knowledgebase .knowledge {
  padding-top: 1px!important;
}

.sp_knowledgebase .knowledge ul {
  padding: 0
}

.sp_knowledgebase .knowledge li {
  list-style: none;
  margin: 0 0 4px 0!important;
  padding: 0px;
}

.sp_knowledgebase .knowledge li a {
  display: block;
}



.sp_address .form-group {
  padding: 15px 15px 0 0;
}

.sp_address .form-group:last-child {
  padding: 0 0px 0 0;
}

.sp_address .server-address {
  padding-left: 0;
}

.form-group label {
  font-size: 17px;
  color: #cde8fb;
  font-weight: 200;
  margin-left: 3px;
}

.portlet-content.active-instance-content, .connected-players, .connected-players-chat {
  margin: 0px 0 15px 0;
  padding: 15px;
  background: #073054cc;
  border-radius: 5px;
  /*box-shadow: 0px 0px 8px #082c4c7d;*/
  position: relative;
}

.active-instance-content .release-type-dropdown {
  position: absolute;
  display: flex;
  right: 15px;
  height: 27px;
  align-items: center;
  top: 15px;
}

.connected-players h3 {
  margin-top: 0;
}

.instcol .portlet-content.active-instance-content {
  background: #073054cc;
  padding-top: 0;
}


.instcol .portlet-content.active-instance-content .owner {
  padding: 10px 0 0 0;
}

.instcol .portlet-content.active-instance-content .serverid {
  padding: 10px 0 0 15px;
}


#sidebar2 .portlet-content.active-instance-content {
  background: #073054;
  color: #fff;
}

.active-instance-content img {
  border-radius: 3px;
  width: 100%;
}

.action-viewlegacy #sidebar2 {
 display: none;
} 

.active-instance-content .btn-group .far, .active-instance-content .btn-group .fas {
  font-size: 15px;
}

.instance-action-buttons.dropdown-menu {
  display:block;
}

.portlet-content.active-instance-content h3 {
  margin-bottom: 5px;
}

#sidebar2 {
  position: absolute;
  right: 15px;
  top: 15px;
}

#sidebar2 .portlet-content.active-instance-content a {
  text-decoration: none;
  color: #40749C;
}

#sidebar2 .portlet-content.active-instance-content a.btn {
  color: #fff;
  padding: 5px 15px;
}

.portlet-title.active-instance-title {
  display: none;
}

.portlet-content.active-instance-content .active-instance-title {
  color: #fff;
  font-size: 27px;
  text-transform: uppercase;
}

#sidebar2 .portlet-content.active-instance-content .active-instance-title {
  color: #fff;
}

.portlet-content.active-instance-content .active-instance-value {
    color: #ffffff;
    font-size: 15px;
    padding: 4px 0px 4px 0;
    text-align: left;
    overflow: hidden;
}

.portlet-content.active-instance-content .active-instance-option {
  text-align: left;
  font-size: 15px;
  padding: 4px 0px 4px 10px;
  background-image: linear-gradient(45deg, #04213c, transparent);
  border-radius: 3px 0 0 3px;
}

.portlet-content.active-instance-content .active-instance-optionrow, .active-instance-value, .portlet-content.active-instance-content .active-instance-option {
  vertical-align: middle;
  color: #1d9bf0;
}

.active-instance-content .updaterequest .active-instance-option, .active-instance-content .updaterequest .active-instance-value {
  background-image: none;
  padding: 7px 0 0 ;
}

.portlet-content.active-instance-content .active-instance-optionrow {
  padding: 1px 0px;
}

.active-instance-release-type-dropdown {
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
  height: auto;
  width: auto;
  padding: 6px 15px;
}

.portlet-content.active-instance-content .active-instance-links {
  margin: 15px 0 5px 5px;
}

.portlet-content.active-instance-content .active-instance-links a {
  padding: 0;
  font-size: 14px;
  display: inline!important;
  border: 0!important;
}

.portlet-content.active-instance-content .active-instance-links a:hover:before {
  background: transparent!important;
  border-left: 0!important;
}

.portlet-content.active-instance-content .active-instance-img {
  margin: 10px 0 25px 0;
  cursor: pointer;
}

.portlet-content.active-instance-content .active-instance-info {
 margin: 8px 0 20px 0;
}

.active-instance-img .fa-caret-down, .instance-item .fa-caret-down {
  margin: 0 0 0 10px;
}

.active-instance-img img {
  box-shadow: 0 0 14px #0000006e;
}

.portlet-content.active-instance-content .active-instance-img .badge, .active-instance-content .instance-item .badge {
  position: absolute;
  top: 6px;
  left: 3px;
  z-index: 10
}

.portlet-content.active-instance-content .active-instance-img .badge {
  top: 6px;
  left: 18px;
}

.instance-item h3, .active-instance-img h3 {
  background: #062c51d6;
  padding: 2px 8px 2px 8px;
  margin-right: 15px;
  font-size: 17px;
  overflow: hidden;
  max-height: 21px;
  position: absolute;
  top: -4px;
  border-radius: 0 3px 3px 0;
  color: #f8be0a;
}

.instance-item h3 {
  left: 27px;
}

.active-instance-img h3 {
  left: 70px;
}

.instance-item:hover h3, .active-instance-img:hover h3 {
  opacity: 100%;
  cursor: pointer;
}

.active-instance-links-row {
  display: flex;
  flex-wrap: wrap;
}

.active-instance-content .instance-item {
  flex-basis: 33.33333333%;
  position: relative;
  margin: 0;
  padding: 0 15px 10px 0px;
  cursor: pointer;
}

.active-instance-content .instance-item img {
 /*  border: 1px solid #25425c; */
}

.instance-item .badge, .active-instance-img .badge {
  border-radius: 3px 0 0 3px;
  padding: 4px 7px;
  margin: 0 3px;
  font-weight: 700;
  background: #f8be0a;
  font-size: 13px;
  color: #062c51;
}


.active-instance-img .badge, .instance-item.thevoid .badge {
 /* border-radius: 3px; */
}

.instance-item.thevoid {
  display: flex;
  align-items: center;
  justify-content: center;
}

.instance-item.thevoid img {
  display: block;
}

.instance-id {
  position: absolute;
  bottom: 13px;
  right: 15px;
  font-size: 15px;
  padding: 5px 5px 5px 20px;
}

.active-instance-img .instance-id {
  bottom: 0px;
  right: 20px;
}

.instance-item .lock-overlay {
  display: none;
}

.instance-item .lock-overlay i {
  font-size: 4px;
  font-size: 9vmin;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.instance-item.locked .lock-overlay {
  margin-bottom: 10px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 15px;
  height: auto;
  opacity: 0.8;
  color: #00ceff;
  background-color: #000110;
  border-radius: 3px;
}

.active-instance-content .btn-group, .instance-item .btn-group, .instance-item .btn-group-vertical {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  bottom: 18px;
  left: 5px;
  /* box-shadow: 0px 0px 9px #062c51; */
  transition: 0.4s all;
}

.instance-item.thevoid img {
 /* border: 1px solid #01112d; */
}

.active-instance-content .btn-group:hover, .instance-item .btn-group:hover, .instance-item .btn-group-vertical:hover {
  box-shadow: 0px 0px 9px #062c51;
}

.sp_players .active-instance-content .btn-group {
  position: relative;
}

.active-instance-img .btn-group {
  left: 20px;
  bottom: 5px;
}

.active-instance-img .btn-group.update {
right: 20px;
left: auto;
}

.active-instance-content .btn-primary, .instance-item .btn-primary {
  border: 1px solid #111234;
  margin-bottom: 0;
}

.instance-item .btn-group .fas {
  font-size: 14px;
}

.more-instances {
  background: #041d3f;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 10px;
  margin-left: -5px;
}

.more-instances strong {
  color: #fcd009;
}

ul.versionlist {
  list-style: none;
  padding: 15px 0 0 7px;
  margin: 15px 0;
  font-size: 17px
}

ul.versionlist li {
  cursor: pointer;
  padding: 2px 6px 4px;
  border-radius: 5px;
  margin-right: 10px;
  transition: 0.6s all;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 5px;
}

ul.versionlist li input[type="radio"] {
  left: 8px;
  position: absolute;
  opacity: 0;
}

ul.versionlist li label {
  cursor: pointer;
}

ul.versionlist li:hover {
  background: #164d82;
}

ul.versionlist .badge {
  font-size: 17px;
  vertical-align: text-top;
  min-width: 60px;
  text-align: left;
}

ul.versionlist .servername {
  font-weight: 600;
}

ul.versionlist .jarname {
  opacity: 0.3;
  transition: 0.6s all;
}

ul.versionlist li:hover > .jarname {
  opacity: 0.8;
}


ul.versionlist li .fa-square {
  opacity: 0.5;
}

ul.versionlist li .fa-square, ul.versionlist li .fa-check-square {
  font-size: 22px;
  vertical-align: bottom;
}

ul.owner-autocomplete {
  list-style: none;
  background: #202F49;
  padding: 6px;
  position: absolute;
  top: 76px;
  width: 200px;
  z-index: 10;
  border-radius: 5px;
  border: 1px solid #4D5B6F;
}

ul.owner-autocomplete li{
  padding: 0 4px;
  cursor: pointer;
  border-radius: 3px;
}

ul.owner-autocomplete li:hover {
  background: #356BBF;
}

.connected-players {
}

.sp_players .players {
  padding: 0 10px 0 10px!important;
}

.players h4 {
  margin-bottom: 30px;
}

.players h4 .badge {
  font-size: 23px;
  font-weight: 500;
  padding: 2px 9px 0px;
  background: #f9c20a;
  background-image: linear-gradient(180deg, #f9c20b, #9a7705);
  text-shadow: 0px 0px 1px #fff;
  color: #062c51;
  margin: -3px 0 0 4px;
}

.sp_players .players .btn-group {
  padding: 0px 5px 0 0;
  margin-bottom: 5px;
}

.sp_players .players .btn:hover {
  background: #00ceff;
  color: #041d3f;
}

.sp_players .players .btn:hover .badge {
 background: #041d3f;
 color: #fff;
}

.sp_players .players .btn-info:last-child {
  margin-bottom: 10px;
  padding: 6px 13px;
}

.sp_players .players .btn {
  border-radius: 3px;
  text-align: left;
  padding-left: 29px;
  overflow: hidden;
}

.sp_players .players img {
  width: 16px;
  height: 16px;
}

.sp_players .players .fa-caret-down {
  position: absolute;
  left: 10px;
  top: 30%;
}

.sp_players .players .dropdown-menu {
  background-color: #041d3f;
  color: #fff;
  top: 96%;
  margin:0px 6px 0 1px;
  min-width: 163px;
  border-radius:0 0 3px 3px;
  border: 1px solid #4dccfd;
  border-width: 0 1px 1px 1px;
  box-shadow: 4px 4px 10px 0px #000;
}

.sp_players .players .dropdown-menu a {
  color: #ffffffbd;
  padding: 3px 0px 3px 6px;
  margin: 0 5px;
}

.sp_players .players .dropdown-menu > li > a:hover, .players .dropdown-menu > li > a:focus {
  color: #fff;
  background: #0c2f57;
}


.sp_players .players .dropdown-menu .divider {
  height: 2px;
  margin: 2px 9px;
  background-color: #0c2f57;
  border-radius: 0;
}

.sp_address .input-group {
  position: relative;
}

.sp_address a.pull-right {
  font-size: 13px;
}

.input-group-addon.seperate {
  background: #073054;
  color: #fff;
  font-weight: 700;
  border: none;
  font-size: 17px;
}

.sp_address input.form-control {
  border-radius: 0 3px 3px 0!important;
}

.sp_address input.form-control:hover {
  cursor: pointer;
}

.sp_address .input-group-addon {
  background: #135998;
  color: #fff;
  border: none;
  border-radius: 3px 0 0 3px;
}

.sp_address .fa-copy {
  font-size: 15px;
}

.sp_address .copied {
  display: none;
}

.sp_address .clipped .copied {
  position: absolute;
  display:block;
  top: 3px;
  right: 3px;
  z-index:2;
  animation: pulsespan 3s;
  background: #073054cc;
  padding: 5px 10px;
  border-radius: 3px;
}

.sp_address .clipped input.form-control, .sp_address .clipped .input-group-addon {
  animation: pulse 2s;
}

@keyframes pulse {
  0% {
    background-color: #135a98;
  }
  15% {
    background-color: #72aefe;
  }
  100% {
    background-color: #135a98;
  }
}

@keyframes pulsespan {
  0% {
    color: transparent
  }
  10% {
    color: #fff;
  }
  100% {
    color: transparent
  }
}

.portlet-content.active-instance-content.serverproperties {
  padding-top: 0;
}

.serverproperties .toggle-handle {
  background: #0c2f57;
}


.serverproperties .btn-info:hover, .serverproperties .btn-info:focus, .serverproperties .btn-info:active, .serverproperties .btn-info.active, .serverproperties .open .dropdown-toggle.btn-info {
    color: #041d3f;
    background-color: #00ceff;
}

.serverproperties .btn-group-justified > .btn, .serverproperties .btn-group-justified > .btn-group {
  padding: 0 1px;
}


.serverproperties .btn-group .btn {
  padding: 10px 0;
}

.serverproperties .bottom_links {
  padding: 15px 0 10px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}


.toggle-off {

}

.toggle-on {

}


/* Server Status */

.sp_status, .sp_suspended {
  flex: 1 0 100%;
}

.sp_status .active-instance-content {
  display: flex;
  flex-flow: row wrap;
  place-content: stretch space-evenly;
  align-items: center;
  padding: 15px 10px 15px 0;
}

.sp_status #buttons, .sp_suspended  #buttons {
  padding: 0 0 0 10px;
  flex: 1 0 33%;
}

.sp_status .btn-primary.btn-servercontrol, .sp_suspended .btn-primary.btn-servercontrol {
  font-size: 20px;
}

#resources-ajax .portlet-content {
  min-height: 60px;
}

#resources-ajax h3 {
  padding-left:0;
}

#resources-ajax img {
  width: 30px;
  height: 30px;
  margin-right: 1px;
}

.progress {
  background-color: #006d88;
  color: #000;
  height: 30px;
  margin-bottom: 0;
  border-radius: 3px;
  padding: 0;
  margin: 0 3px 0 7px;
  flex: 1 0 14%;}

.progress-bar {
  font-family: "Titillium Web", "Teko";
  font-size: 23px;
  font-weight: 300;
  color: #ffffff;
  background-color: #00ceff;
  text-shadow: 1px 1px 1px #072c50;
  padding: 4px 0;
}

.progress-bar span {
  position: absolute;
  left: 10px;
  top: 6px;
}

/* End Server Status */


/* sp_serverproperties */

.sp_serverproperties {
 position: relative;
}

.sp_serverproperties .seed_map_link {
  position: absolute;
  top: 5px;
  right: 30px;
  padding: 5px 10px;
  border-radius: 3px;
  background: #0c3c66;
  text-decoration: none;
}

.sp_serverproperties .seed_map_link:hover {
  text-decoration: underline;
}


/* End sp_serverproperties */


/* ###### Instances ###### */

.noinst {font-size: 17px!important;}

.instance {
  clear: both;
  border: 3px solid #d8e0dd0d;
  margin: 10px 0 20px 0;
  min-height: 310px;
  box-shadow: 3px 3px 0px #0000004d;
  border-radius: 3px;
  padding: 0px 20px 50px 20px;
}

.instwrap {
  position:relative;
  padding: 10px 10px;
  margin: 2px -15px 2px;
}

.instance img.icon {
  position: absolute;
  right: 0px;
  top: 10px;
  border: 2px solid #ccc;
  border-width: 0 0 0px 0px;
  border-radius: 3px;
}
.instance.state1 img.icon {
  border: 3px solid #e5204b;
  border-width: 0 0 0px 0px;
}

.instance div.modpack_name {
  margin: 10px 0 15px 0;
}
.instance .modpack_name h2 {
  height: 45px;
  margin: 10px 0 15px 0
}
.instance h2 {
  text-transform: uppercase;
  font-size:30px;
  font-weight: 300;
  margin: 0;
}
.instance h2 small {
  display: block;
  margin: 5px 0 0px 0;
  color: #fff;
  clear: both;
}

.instance .modpack_name h2 input, .instance .modpack_name h2 select, .instance .modpack_name h2 select option {
  font-size: 26px;
  padding: 5px 0 5px 6px;
  margin: 0 0 12px 0;
}

.instance select.vanilla, .instance input.vanilla  {
  width: 65%;
  display: inline-block;
  height: 45px;
}

.instance .modpack_name h2  input.vanilla {
  font-size: 26px;
  padding: 4px 0 5px 10px;
}

.instance .modpack_name h2 select.vanilla option {
  font-size: 16px!important;
}

.instance.state1 h2, .instance.state1 h2 small {
  /* color: #e5204b; */
}
.instance h3 {
  font-size: 23px;
  border-bottom: 0;
}

.instance-info {
  padding-left: 45px;
}

.instance-description {
  font-size: 17px;
  overflow: hidden;
  margin: 0 10px 10px 0;
}

.instance-description h1 {
  font-size: 27px;
}

.instance-description h2 {
  font-size: 24px;
}

.instance-description h3 {
  font-size: 22px;
}

.instance-description h4 {
  font-size: 20px;
}

.instance-description ul {
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}

.instance-description.show-less {
    height: 130px;
}
.instance-description a.no-underline {
    text-decoration: none;
    cursor: pointer;
}

.instance .instance-description.show-less a.read-more-link {
    position: absolute;
    bottom: 0px;
    display: block;
    height: 60px;
    background: linear-gradient(transparent, #0e487a, #0e487a);
    width: -webkit-fill-available;
    width: 100%;
}

.instance.state1 .instance-description.show-less a.read-more-link {
  background: linear-gradient(transparent, #1a64a2, #1a64a2);
}

.instance .instance-description.show-less .read-more-link span {
    position: absolute;
    top: 44px;
}

.instance .instance-description.show-less .read-more-link span.read-more-text {
  left: 17px;
  top: 41px;
}

.confirmation-text {
  text-align: center;
  font-size: 16px;
  padding: 10px;
}

.confirmation-buttons, .instance-blank-content, .install-instance-buttons {
  text-align: center;
  padding: 10px 0;
}

.instance.hasicon .instwrap {
  padding-left: 75px;
}

.instance.hasicon .instance-icon {
  position:absolute;
  left: -4px;
  top:10px;
  text-align: center;
  font-size: 13px;
  z-index: 1;
}

textarea.instance-error-log {
  resize: none;
  cursor: text;
}

.modal-dialog {
 width: 100%;
}

.modal-content {
  background: #073054f2;
}

.modal-footer {
  border-top: 1px solid #093c68;
}

#serverModal.in, #serverModal.out {
  display: flex!important;
  align-items: center;
}

.modal-header .close {
  margin: 5px 10px 0;
}

.close:hover, .close:focus {
  color: #FDD206;
  opacity: 1.0
}

.modal-backdrop {
  opacity: .8!important;
}

.modal-title {
  text-transform: uppercase;
  font-size: 26px;
  text-align: center;
}

.modal-buttons {
  text-align: center;
  padding: 15px;
}

.modal-buttons .btn {
  margin: 0 15px;
}

.server-view-modal {
  background-color: #073054;
}

.server-view-modal input {
  color: #ffffff;
}

.video-modal {
  background: rgba(0, 0, 0, 0.7);
}

.video-modal .modal-content {
  background-color: #073054;
}

.video-modal .modal-dialog {
    width: 100%;
    padding: 10px;
    margin: 0;
}

.modal-header {
  padding: 10px;
  border-bottom: 1px solid #093c68;
}

.modal-body {
  padding: 10px;
}

.close {
  opacity: 1;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 10px;
}

img.pigloader {
  display: block;
  margin: 5px auto;
}

.resourcedata ul .btn {
  background: #459ee8;
  color: #fff;
  margin: 0 0 5px;
  font-family: teko;
  font-size: 21px;
  text-shadow: 1px 1px 0 #000;
}

.resourcedata ul .btn:hover {
  background: #3a86c5;
}

.resourcedata ul .btn i {
  font-size: 0.85em;
  margin: 0px 0px 0 6px;
}

.btn-inst {
  color: #fff;
  border: 1px solid #073053;
  font-family: teko;
  font-size: 30px;
  margin: 15px auto;
  padding: 10px;
  box-shadow: 0 0 20px #0000007d;
}

ul.datacrumb {
  list-style: none;
  padding: 0;
}

ul.catcrumb {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
  font-size: 11px;
}

ul.catcrumb li {
  background: #fff3;
  float:left;
  padding: 4px 7px;
  margin-right:5px;
  margin-bottom: 2px;
  border: 0px solid #40749c;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
}

.state1 ul.catcrumb li {
  background: #eef7ff;
}

ul.resourcedata {
  list-style: none;
}

ul.minidata {
  list-style: none;
  position: absolute;
  top:5px;
  right:5px;
}

ul.minidata li {
  float:left;
  padding: 1px 1px;
  margin-right:1px;
}

ul.minititle {
  list-style: none;
  /* position: absolute; */
  top: 5px;
  left:5px;
}

ul.minititle li {
  float:left;
  margin-right:1px;
}

.resourcepack {
  border: 1px solid #7993a9;
  margin: 0 10px 20px 10px;
  padding: 10px 0;
  font-size: 13px;
  border-radius: 3px;
}

.resourcepack h2 {
  font-size: 20px;
}

ul.userfeed{
top:5px;
}

ul.instfeed{
  top: 125px;
  margin-bottom: 10px;
  display: none;
}

ul.userfeed, ul.instfeed {
  list-style: none;
  position: absolute;

  right:5px;
  font-size: 23px;
  padding-left:0px;
}

ul.userfeed li, ul.instfeed li{
  float:right;
  padding: 5px 5px;
  margin-right:1px;
}

.datalist {
  background: #073054;
  margin: 0 0 10px;
  padding: 26px;
}

.datalist ul {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 0px;
}

.datalist ul li {
    padding: 2px 0;
    font-size: 17px;
}

.inst-object{
  padding:0;
  cursor: pointer;
}

.inst-object div{
    border: 0px solid #c9c9c9;
    margin: 10px 5px 10px 5px;
    box-shadow: 3px 3px 0px #0000004d;
    border-radius: 5px;
    padding: 10px 10px 5px 10px;
    background: #0e395f;
    text-align: center;
}

.inst-object div.low-ram {
  opacity: 0.7;
}

.inst-object div.low-ram img {
  filter: grayscale(100%);
}

 .inst-object.selected div.low-ram img, .inst-object div.low-ram img:hover {
  filter: grayscale(33%);
 }

.inst-object h5  {
  font-size: 27px;
}

.inst-object h5 span {
  overflow: hidden;
  height: 25px;
  width: 100%;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
}

.inst-object h5 small {
  color: #fff;
  font-weight: 300;
  font-size: 23px;
}

.inst-object .img-responsive {
margin: 0 auto;
}


.inst-object ul.meta{
    list-style: none;
    padding:0;
    display: none;
}

.inst-object ul li{
  float:left;
  margin:5px 10px 0 0px;
}

.favouriteicon{
  color:red;
  margin-left:51px;
}

ul.datacrumb li {
  background: #073054;
  color: #fff;
  float: left;
  padding: 5px 15px;
  margin-right: 5px;
  margin-bottom: 2px;
  font-size: 13px;
  border-radius: 3px;
}

ul.datacrumb li.update {
  background: #fbb91c;
  color: #073054;
  cursor: pointer;
}

.resourcedata {
  padding: 0 15px 0 15px;
}

.resourcedata ul {
  list-style: none;
  padding: 0;
}

.instance.install .instance-description {
  position: relative;
  margin-bottom: 20px;
}

.instance.install .instance-description a {
  text-decoration: underline;
  color: #96c4e3;
}

.instance-head {
  background: #073054;
  margin: 10px 0;
  padding: 10px 15px 15px 30px;
  position: relative;
}

/* New Info Panel */

.sp_packinfo  {

}

.sp_packinfo.instance {
  padding: 0px;
  background: #0e395f;
}

.mapman-outer {
  max-width: 1700px;
  margin: auto;
}

.mapman-search .portlet-content.active-instance-content {
  background: none;
  margin: 10px 0;
}

.sp_packinfo .maininfo {
  position: relative;
  padding-top: 15px;
}

.sp_packinfo .img-thumbnail  {
  border: none;
  background-color: transparent;
  float: left;
  width: 100%;
  padding: 0;
  margin-right: 15px;
  max-width: 295px;
  border-radius: 3px;
  border: 1px solid #25425c;
  box-shadow: 0 0 14px #0000006e;
}

.sp_packinfo h2 {
  margin-bottom: 10px;
  margin-top: 0px;
}

.sp_packinfo ul.authors {
  margin-bottom: 15px;
}

.sp_packinfo ul.authors, .sp_packinfo ul.authors ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.sp_packinfo ul.authors li {
  display: inline-block;
  margin:0 3px 3px 0;
  background: #ffffff1c;
  border-radius: 3px;
  padding: 6px 5px 6px 10px;
}

.sp_packinfo ul.authors ul {
    display: inline-block;
    height: 14px;
    padding-left: 10px;
}

.sp_packinfo ul.authors li li {
  background: none;
  padding: 0;
  margin-right: 7px;
}

.sp_packinfo .instance-info {
  padding: 15px 0 0 15px;
}

.sp_packinfo .modpackmeta {
  bottom: auto;
  left: auto;
  position: initial;
  margin-bottom: 15px;
}

.sp_packinfo .resourcepack {
  background: #1B5AA6;
  box-shadow: 0 0 6px #00000075;
  padding: 10px;
  clear: both;
  border: none;
  margin: 30px;
}



.sp_packinfo .resourcepack h3 {
 margin: 0 0 15px;
}

.sp_packinfo .resourcepack a {

}

.sp_packinfo .resourcepack a.btn {
 margin: 0 auto 10px auto;
 color: #00003F;
}

.resourcepack .fa-arrow-alt-circle-down {
  font-size: 20px;
  margin-left: 10px;
}

.resourcepack .btn-primary span {
  font-size: 23px;
  margin-left: 8px;
  font-weight: 300;
}


.sp_packinfo .instance-description {
  color: #ffffffc2;
}

.sp_packinfo .instance-description a {
  text-decoration: underline;
}

.sp_packinfo .instance-description h2 {
  font-size: 35px;
}

.sp_packinfo .instance-description h3 {
  font-size: 27px;
}

.sp_packinfo .instance-description h4 {
  font-size: 24px;
  text-transform: unset;
}

.sp_packinfo .instance-description {}


.sp_packinfo ul.resourcedata {
  border-radius: 3px;
  display: flex;
  justify-content: left;
  padding: 10px;
  margin: 0 0 10px 20px;
}

.sp_packinfo ul.resourcedata li {
  padding: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
}

.sp_packinfo ul.resourcedata li a {
  display: block;
  padding: 5px 15px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 400;
}

.sp_packinfo ul.resourcedata li .fas, .sp_packinfo ul.resourcedata li .far {
  font-size: 16px;
}

.sp_packinfo .instance-video {
  padding: 0 30px;
}

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 20px 0 0 0;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
    border-radius: 3px;
}

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAACf1BMVEUAAAAAAAAAAAD7+/sAAAAuLi7r6+v09PQRERFmZmbq6uoEBAROTk4AAAAAAADw8PCxsbEODg6fn58AAAAAAAD5+fkmJiYAAABgYGDs7OwvLy8AAAAAAADp6ekAAACwsLAAAADCwsJHR0cHBwcAAAD8/PwAAAAAAAADAwPq6uoAAAAAAABubm4AAADm5uY8PDzb29vw8PANDQ0AAAC8vLzQ0NAAAADc3NygoKAnJycAAAAAAAAWFhYAAACWlpYAAACenp5tbW1sbGxVVVUAAAAAAAAAAACVlZXy8vIGBgakpKTy8vIAAADFxcUqKirHx8fExMQAAABhYWEAAACZmZnl5eUAAABFRUX7+/sAAAAAAABISEiioqIAAAD6+vqYmJg/Pz+AgICdnZ319fWoqKgAAAAAAAAAAAAAAAC8vLz09PQwMDCAgIApKSn29vavr68KCgqjo6MAAADz8/NAQEDPz8/Ozs4AAABLS0tQUFAtLS0AAAAAAAAAAADb29uhoaEAAAAAAAAAAABXV1fY2NjAwMBvb28AAAAAAAAAAAAVFRUAAABdXV1fX1+Dg4PNzc0AAABra2va2toAAAAYGBgAAAAAAAAAAAASEhJxcXEAAABPT0/Hx8cAAAAAAABeXl6ysrIUFBQ4ODgAAABnZ2cAAADFxcUyMjJKSkoAAADMzMwAAAAAAAAAAABCQkIAAAAAAADo6OjLy8sAAABSUlIICAhDQ0MAAABcXFxUVFQAAADo6OgAAABbW1tMTEyxsbEAAACampoAAAAAAAAAAAArKysAAABWVlYAAAAAAAAlJSUAAAA+Pj4AAACtra3s7Oz39/cAAAAZGRkAAAD///9jk4VYAAAA1HRSTlOzALL9Br33+7fL97TFqAT44bbclLH8uxvK+L1pLvYm4VHnw7Ss/oKvtPalQ84L9cDw+bZI5u0D8dy8opO4QNmn3M3Nx5V8B9n5tN76Rei86ehYyhLa9YHD/kdNw92q/drB0tv736l/sKbl+r7TvPvhtd1P+sLs7DLExb2rAivx3DEqlsfw585ge6G3ZsnJ0+xOzfCZuJpBDLfOJMXqrWHJ4rfAUMuK6b7EFutapJLCFIf26xXGtcJoyMY99TvIxeJX2mc+ib1+x1lquy/BPOH3+4O4nWBMlcYAAATZSURBVHhepZgFXxXpG4avE5yCAwgsndIlsKKEiqjAqrC6rqzZ3d3dsa6bdq6rbnd397/j/kALAwZw5swcvD7ANb/7nZnnfZ4Hhzn7rnScPJX49HyY/3TiqZMdV/Y5zDEVvT+nNUg/gq1zpkcmcpd/4CQkSTPGuG2LKqe9g0FUxZLj1Z6l0lJP9fElFVEYvDOt0pYoNncsQMnRjaXqR+nGoyUAq3JjrUWZZwGSm7MUkqzmZICzmRYid4YTSP+XyxB4r3WOm5vsA1/y0HGd17yGyrUxHXBmuMOJUhIBX/0sSQrM2xVNH6J3zcuSpMJ6H5CYYi46FAT8AUkakRpNCKJTtxsP8QPLD5mJLhTDpmWStOMqplzdIUnLNsHKC6FFs52w/piktMuE5XKapGPrwTk7lOibJFiUJqn2NBacrpWUtgiS/jlQlFkMM9dIruewwXMLpDVzoTizvyglCFVeacPv2GJ3u+StgmBKX5E7EZIDUs1n2OQfNVIgGRLdfUQZMOSA5H0P22zzStVDIONB0WEn5EiuCUTABJcUD87D90UjR4Ff0joiYp0kP4waeU90G3weqZYIWS15fHD7rqhyFRyUPKOJkNEB6SCMrewV/QDpsyQ/EeOXCtfCtB6RuwxypOcZBG9J8VDmNkRjoMElxTAIYiRXA4wxRDMgQRrBoBghJcCMbtH0JPLjpFQG8kQUVqRKcfkkTe8SzYEvpLhJDESPPPYo4ZkUJ30LL3SJiiBHmkwIJD2VSngmSzlQ5GBkAWSZHLW6scgXI2VBQSzZECV5o01FFvmivVIUZDMcKqSpmIqs8k2VKmA4z0CC9KO5yCpfp7QEfmIF5EnjzUVW+cZLefAbifCSNNRcZJVvqFQNo2iEr6Vkc5FVvr9JadDIXpgo+cxFVvkuSRtgPoBLwlxkmU8SQHFEomFP0p9Pe0WrIonWFCLa/4xoe/k/fGjzsB9PJwRTeg/7Xbuv30hl/vptf5BN4T/IFTwD9VInobBKZbBQSoDPrX9aI5X1T2unjDSFLSNrestIbAGUmhY2I5VVYSs1CptFqTVS2Sq1jhfgjGnxb7JT/M/Ali7Rx07jOnqWgVikAnhWqsnH+WaXyPEL1D/kBfmqcdOWw/qHvLLL7zUR8dJbDIKPHmwiHNNgbeGg25rX4Y+7jdZY2CwFBtVobX6g0XLk9rR+qwfT+l2C3PvNaCL4JS0mIhZLutOnGXXsd8JNyfUJEbDbJd0E5/7+DXudNLEK21RNlOr6N+yOtiPwa40Ut8i2J06qmQJH2gYMNcZQsPRLbBHTLnm3QTAl1Jg1tF1asM7WOS+Q2geOWQZfJcGtUkm1r2DBK7WSSm9B0s+mo+gBSWnjCMu4NEl1U8A5PPRwXL7y3nAcgynfPS9J3w+BleVm4/rO5YDfI0nbXy4hBCUvG+O65w6wfGeYBUIL4JtXKElZ9W/0XyC8kdCzQNjsA1rMFggGbRlOYG28S91sfW3hizP3nMvPP7dn5osLX9uqblzxrwPOP9usliznARqaAwqJp7kB4Pzf7ax9gj1rn5wBrkCOsfYhaL32Mbj4dhkGUScS8ur+/R/N2jqsLi/hRBQGZW9fjGA19qrZauy/pqsxE97cUnSdflwv2hJmWWdObHbHjdaWxgIoaGxpvdGRHesw5y8MprBiu9mrWgAAAABJRU5ErkJggg==) no-repeat;
    cursor: pointer;
}



.instance .instance-options {
  position: absolute;
  bottom: 10px;
  right: 38px;

}

.instance .instance-options .instance-dropdown {
  width: 250px;
  border-radius: 3px 0 0 3px;
  text-align: left;

}

ul.authors, ul.authors ul {
  list-style: none;
  padding: 0;
  font-size: 18px;
}

ul.authors li li {
  float: left;
  list-style: none;
  padding-right: 7px;
}

.modpackmeta {
  list-style: none;
  position: absolute;
  bottom: 0px;
  left: 2px;
  z-index: 1;
  padding: 0;
  margin: 0;
  border-width: 2px 2px 0 0;
}

.modpackmeta li {
  float: left;
  background: #fff;
  padding: 5px 12px;
  margin: 0;
  font-size: 14px;
  font-weight: 100;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  margin:0 3px 5px;
  text-align: center;
}

.modpackmeta li { background: #1b5aa6; }
.modpackmeta li.build { background: #1b5aa6; border-color: #236821;}
.modpackmeta li.version { background: #1b5aa6}
.modpackmeta li.ram { background: #399006;}
.modpackmeta li.launcher { border-color: #1b5aa6}
.modpackmeta li.hideme { display: none !important}
.modpackmeta li span {display:block; font-size:11px; font-weight: normal}
.state1 {
  border: 3px solid #79c2ff;
  box-shadow: 4px 4px 12px #00000080;
  background: #1a64a2;
}
.state1 .modpackmeta {border: 0px solid #e5204b; border-width: 0px 0px 0 0;}

.inst .modpackmeta {border: 0;top: auto; bottom: 30px; left: 20px; width: 97%;}
.inst .modpackmeta li {background: transparent!important; color: #000; font-weight: normal;/*! float: none; */}
.inst .modpackmeta li.installbut {background: #469D1B url(/themes/stickypiston_v5/images/inst-install.png) no-repeat 90% 50%!important; width: 130px; height: 52px; color: #fff; position: absolute; right: 10px; border-radius: 5px;}
.inst .modpackmeta li.installbut a {color: #fff; display: block; padding-left: 10px;font-weight: bold; font-size: 16px; line-height: 1.25em;}


.select_vanilla {
        margin: 0px 6px 0px -5px;
        border-width: 1px 1px 1px 1px;
        min-width: 200px;
        width: 50%;
}

.dialog {
        z-index: 51;
        position: fixed;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        min-height: 100px;
        width: 80%;
        min-width: 270px;
}

.overlaydormant {display: none}
.overlayactive {
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.instance-manager-edit-link {
  position: relative;
  top: -20px;
  display: inline-block;
}

.hidden {display:none}

.upsell {background: #DDD; padding:70px 0;text-align: center;}


/* ##### Buttons ##### */

.buttons {
  text-align: center;
  min-height: 125px;
}

.request-update, .addserver, .reinstallserver, .activateserver, .activeserver{
  border: 0;
  margin: 24px auto 0 auto;
  height: 115px;
  max-width: 140px;
  text-decoration: none;
  font-weight: bold;
}

button.btn-edit-name {
  border: 0;
  background: transparent;
  font-size: 25px;
  margin-top: 9px;
}

button.btn_vanilla {
  display: none;
  margin-left: 6px!important;
}

.request-update {background: transparent url(/themes/stickypiston_v5/images/inst-update.png) 50% 0 no-repeat;}
.addserver {background: transparent url(/themes/stickypiston_v5/images/inst-add.png) 50% 0 no-repeat;}
.reinstallserver {background: transparent url(/themes/stickypiston_v5/images/inst-reinstall.png) 50% 0 no-repeat;display: inline-block}
.state1 .reinstallserver {margin: 10px auto 0 auto;}
.activateserver {background: transparent url(/themes/stickypiston_v5/images/inst-activate.png) 50% 0 no-repeat; display: inline-block;width:100%;}
.activeserver {background: transparent url(/themes/stickypiston_v5/images/inst-activate.png) 50% 0 no-repeat; display: inline-block;width:100%;opacity:0.5;}

.deleteserver {
  background: transparent url(/themes/stickypiston_v5/images/inst-delete.png) 100% 60% no-repeat;
  position: absolute; right: 10px;
  bottom: 10px;
  border: 0;
  display: inline-block;
  height: 30px;
  width: 130px;
  padding-right: 20px;
  text-decoration: underline;
}

.closeinstall {
  background: transparent url(/themes/stickypiston_v5/images/inst-close.png) 100% 60% no-repeat;
  position: absolute; z-index: 46; right: 10px; top: 4px;
  border: 0;
  display: inline-block;
  height: 30px; width: 83px;
  text-decoration: underline;
}


/* ##### Install Server ##### */

.mapman-search {
  position: fixed; /* Sit on top of the page content */
  /* display: none;  Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #073054; /* Black background with opacity */
  z-index: 2000; /* Specify a stack order in case you're using a different order for other elements */
  overflow-y: scroll;
  /* cursor: pointer; Add a pointer on hover */
  padding: 10px 50px;
}

.mapman-search-launchers {
  padding: 0 10px;
  margin: 5px 45px 0 -15px;
}

.mapman-search-custom-link {
  margin-top: 15px;
}

.mapman-search-filters {
  padding: 20px 0 0;
}

.mapman-search-filters .form-control {
  height: 50px;
}

span.mapman-search-sort-item {
  padding-right: 15px;
}

/* mapman-search-filters-list Vue transitions */

.mapman-search-filters-list-enter, .mapman-search-filters-list-leave-to {
  opacity: 0;
  width: 0;
}

.mapman-search-filters-list-enter-to, .mapman-search-filters-list-leave {
  opacity: 1;
}

.mapman-search-filters-list-enter-active, .mapman-search-filters-list-leave-active {
  transition: all 1s;
}

.mapman-search-scrolltop-button, .mapman-search-cancel {
  position: fixed;
  bottom: 30px;
  right: 40px;
  font-size: 40px;
  background-color: #FDD206;
  background-image: -webkit-linear-gradient(top, #FDD206, #F3A50B);
  background-image: linear-gradient(to bottom, #FDD206, #F3A50B);
  box-shadow: 6px 6px 3px #00000080;
  color: #0c3057;
  border-radius: 3px;
  border: 1px outset #fac807;
  text-shadow: 1px 1px 0px #f0e3ad;
  z-index: 1;
  cursor: pointer;
}

.mapman-search-scrolltop-button:hover {
  text-shadow: -1px -1px 0px #f0e3ad;
}

.mapman-search-cancel {
  position: absolute;
  top: 15px;
  padding: 0 9px;
  height: 59px;
  right: 15px;
  border-radius: 3px;
  box-shadow: 3px 3px 4px #00000080;
}

#filter-sort.form-control {
  width: 234px;
  display: inline-block;
  margin: 0 0 0 10px;
}

/* mapman-search-results-rowlist Vue transitions */

.mapman-search-results-rowlist-enter, .mapman-search-results-rowlist-leave-to {
  opacity: 0;
}

.mapman-search-results-rowlist-enter-active, .mapman-search-results-rowlist-leave-active {
  transition: all 0.1s;
}

.fade-slide-up-50px-enter-active, .fade-slide-up-50px-leave-active {
    transition: all 0.3s ease;
}

.fade-slide-up-50px-enter, .fade-slide-up-50px-leave-to {
    transform: translateY(50px);
    opacity: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.50s ease-out;
  transition: opacity 0.50s ease-out;
}


/* Down arrow chevron for selected search result */
div.mapman-result span.selected-chevron {
    display: none;
    text-align: center;
}

div.mapman-result.selected span.selected-chevron {
    display: block;
}

.col-form-label {
  padding: 0;
}

.launcher {
  margin: 3px 0;
  border: 0px solid #eee;
  padding: 3px;
  border-radius: 5px;
  cursor: pointer;
}

.launcher img.launcherlogo {
  width: 40px;
  height: 40px;
  margin: 0px 5px 0 1px;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}


.selected-launcher {
  background-color: #FDD206;
  background-image: -webkit-linear-gradient(top, #FDD206, #F3A50B);
  background-image: linear-gradient(to bottom, #FDD206, #F3A50B);
  text-shadow: 1px 1px 0px #ffffffb3;
  font-weight: 700;
  color: #00003F;
}

.selected-launcher img.launcherlogo {
  background: #fff;
  box-shadow: inset 0 0 10px #00000038;
}


.inst {
  position: relative;
  margin: -224px -10px 0 -10px;
  z-index: 45;
  background: #fff;
  padding: 15px;
}

.instnew {
  position: relative;
  margin: -223px -19px 0 -19px;
  z-index: 45;
  background: #fff;
  padding: 15px;
}

.inst h3 {text-align: center;}
.inst .thumbnail {width: 150px; height: 80px; position: absolute; top: 10px; left: 10px}
.inst .close {position: absolute; top: 10px; right: 10px; font-size: 17px; opacity: 0.5; }
.inst .modpackmeta {top: auto; bottom: 50px; left: 10px;}

.form-inline .form-group {margin: 0 5px 0 0;}

.form-inline .form-group.flauncher, .form-inline .form-group.fram, .form-inline .form-group.fcategory, .form-inline .form-group.fsearch {margin:4px 5px 9px;}
.form-inline .form-group.fcategory, .fcategory {display: none;}

.form-inline .form-group.fram .big-checkbox {width: 25px; height: 20px;}
.form-inline .form-group.fram span, .form-inline .form-group.fram input {vertical-align: middle;}

.install_header {
  margin: 0  0 20px;
}

.serverblock {min-height: 160px;padding-left: 4px;padding-right: 4px;}
.serverblock:hover {cursor: pointer;}
.serverblock h4 {
  font-size: 18px;
  margin: 5px 0px 10px;
  overflow: hidden;
  height: 25px;
  width: 100%;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
}

.serverblock.low-ram img{
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.install_footer {
        background: #F9E59B;
        -webkit-box-shadow: 0 -3px 5px 0 rgba(12,12,12,.20);
        box-shadow: 0 -3px 5px 0 rgba(12,12,12,.20);
        position: absolute;
        bottom: 0px;
        left: 0;
        margin: 0px;
        width: 95%;
        min-height: 130px;
        padding: 0 0 10px 0;
}

.inst .footer_memory {
  font-weight: bold;
  text-align: center;
  color:#C64030;
  width: 95%;
  position: absolute;
  bottom: 5px;
  left: 10px
}

@media (min-width: 768px) {
  .modpackmeta li.build { background: #1b5aa6;border-color: #236821}
  .modpackmeta li.version { background: #1b5aa6}
  .modpackmeta li.ram { background: #399006;}
  .modpackmeta li.launcher { border-color: #1b5aa6}

#menu-primary-navigation {
  font-size: 16px;
  background: transparent;
  padding-left: 0;
  float: none;
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0px;
  padding-left: 203px;
  box-shadow: 0px 17px 16px #00000080;}

/* LOGIN */
#menu-primary-navigation li.menu-item-126 {
  height: 50px;
  width: 130px;
  text-align: center;
  z-index: 1000;
  bottom: 18px;
  right: 18px;
  border-radius: 3px;
  font-size: 19px;
}

#menu-primary-navigation li.menu-item-126 .caret {
  margin: 0 auto;
  display: inline-block;
}

#menu-primary-navigation li.menu-item-126 li {
  height: 30px;
  border: 0;
}

#menu-primary-navigation li.menu-item-126 .dropdown-menu {
  left:  auto;
  right: 0;
  border-radius: 3px 0px 3px 3px;
}

#menu-primary-navigation li.menu-item-126 a {
  line-height: 164%;
  padding: 8px 4px 12px 15px;
  background-image: none;
}

#menu-primary-navigation li.menu-item-126 li a {
  padding: 2px 15px;
  background-image: none;
  border-left: 0!important;
  border-radius: 3px;
  margin: 3px;
}

#menu-primary-navigation li.menu-item-126 li a {
  line-height: 170%;
  text-align: left;
}

#menu-primary-navigation li.menu-item-126 span {
  font-size: 10px;
  display: block;
}

#menu-primary-navigation li.menu-item-126 {
  background: #00B22D;
  position: absolute;
}

#menu-primary-navigation ul li.menu-item-126 ul a {
  background: #007D1F;
}

#menu-primary-navigation ul li.menu-item-126 ul a:hover {
  background: #00d134;
}

#menu-primary-navigation ul li.menu-item-126 ul a:last-child {
  border-radius: 0px 0px 3px 3px;
}

#menu-primary-navigation li.menu-item-126:hover > a,
#menu-primary-navigation li.menu-item-126 li:hover > a,
#menu-primary-navigation li.menu-item-126.open,
#menu-primary-navigation li.menu-item-126.open a,
.navbar-nav li.menu-item-126.open .dropdown-menu,
.navbar-nav li.menu-item-126:hover .dropdown-menu
 {
  background: #007D1F;

}

#menu-primary-navigation li.menu-item-126:hover > a {
  border-top-left-radius: 3px!important;
  border-top-right-radius: 3px!important;
}

#menu-primary-navigation li.menu-item-126 li:hover > a {
  background: #00B22D;
}

#menu-primary-navigation li.menu-item-3565 {
  border-right: 0;
}

.modal-dialog {
  width: 768px;
}


}

@media (min-width: 1201px) {
 .sp_advanced {
  padding-right: 15px!important;
}

.sp_players .players .btn-group {
  width: 100%;
}

.modal-dialog {
  width: 1000px;
}

}

@media (max-width: 1200px) {

.sp_packinfo .img-thumbnail {
 /*  max-width: 1200px; */
}

.sp_packinfo ul.resourcedata {
  flex-direction: inherit;
  width: auto;
  flex-wrap: wrap;
}
/*
.players-col {
  padding-right: 0;
  flex: 1 0 17%;
  order: 2;
}

.server-col {
  flex: 1 0 50%;
  order: 1;
}
*/


body.action-view #sidebar.component {
  flex: 0 0 30%;
  order: 2;
}

.server-col {
  flex: 1 0 50%;
  order: 3;
}

.players-col {
  flex: 1 0 100%;
  order: 1;
  padding: 0;
}




.sp_address, .sp_serverjar {
  padding: 0;
}

.sp_knowledgebase {
  display:none;
}

.twitter-col {
  display:none;
}

}

@media (min-width:993px) {

.controller-server.action-viewlegacy .col-toppad {
  padding: 10px 380px 0 30px;
}

#clip-friendly-address span, #clip-friendly-address input, #clip-server-address span, #clip-server-address input {
    font-size: 100%;
}

.input-group-addon {
  padding: 6px 6px;
  font-size: 12px;
}

.sp_advanced {
  padding: 0;
}

.modal-dialog {
  width: 900px;
}

}




@media (max-width: 992px) {

.view-server-full {
  display: flex;
}

/*
#sidebar.component {
  flex: 0 0 30%;
  order: 2;
}

.server-col {
  flex: 1 0 50%;
  order: 3;
}

.players-col {
  flex: 1 0 100%;
  order: 1;
  padding: 0;
}
*/

.players-col .sp_knowledgebase {
  display: none;
}

.players-col .twitter-col {
  display: none;
}

body.action-chat #sidebar {
  flex: 0 0 100%;
}

.action-chat .sp_players {
  flex: 1 0 100%;
}

body.action-chat .chatconsole {
  padding-right: 0;
}

.sp_address, .sp_advanced, .sp_serverjar {
  padding: 0;
}


#sidebar2 {
  position: static;
}

.controller-server.action-viewlegacy #resources-ajax h3, .controller-server.action-viewlegacy #resources-ajax h4 {
  color: #fff;
}

#resources-ajax h3 {
  margin: 15px 0 10px;
}

#resources-ajax h4 {
  font-size: 19px;
  margin: 0;
}

.active-instance-content img {
  margin-top: 0px;
}

.sp_packinfo .img-thumbnail {
  max-width: 170px;
  display: none;
}

.instance-item .btn span, .active-instance-content .btn span {
  display: none;
}

.active-instance-content.players .btn span {
 display: inline-block;
}

}


@media (max-width: 768px) {
/* .col-xs-* < 768px */

footer.footer {
  font-size: 15px;
  margin: 0 0px 0 0px;
  padding: 97px 60px 0 15px;
}

#content {
  padding-bottom: 0px;
  padding: 5px;
  clear: left;
}

#sidebar.component {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0 10px 10px 0;
  flex: 1 0 15%;
}

.players-col .players {
  margin-bottom: 10px;
}

.sp_status .active-instance-content, .sp_suspended .active-instance-content {
  margin-bottom: 10px;
}

table.detail-view th {
  width: 90px;
}

.instance h2 {font-size: 25px; max-height: unset;}
.instance h3 {margin-right: 60px;}
.instance img.icon {width: 25%; min-width: 100px;}
.state1 .modpackmeta {border: 2px solid #e5204b; border-width: 0 0 0 0;}
.state1 .inst .modpackmeta {border: 0; border-width: 0;}

.active-instance-content .instance-item {
  flex-basis: 50%;
}

.portlet-content.active-instance-content .active-instance-optionrow {
  padding: 1.5px 15px;
}

.active-instance-info {
  padding: 0px 15px 10px 15px;
}

.sp_packinfo .img-thumbnail {
  max-width: 140px;
  margin-top: -6px;
}

.sp_packinfo h2 {
  font-size: 23px;
  margin-right: 35px;
}

.sp_packinfo ul.authors, .sp_packinfo ul.authors ul {
  font-size: 13px;
}

.sp_packinfo ul.authors li {
  padding: 3px 5px 3px 5px;
}

.sp_status #buttons, .sp_suspended #buttons {
  padding: 0 0 10px 7px;
  flex: 1 0 100%;
}

.sp_status .btn-primary, .sp_suspended .btn-primary, input.btn[type="button"] {
  margin-right: 3px;
  padding: 0 10px;
}

.sp_status .progress {
  margin: 0px 3px 5px 7px;
}

.mc.container-fluid {
  margin: 0;
  padding: 0;

}

#page > header.header {
  z-index: 999;
}

.navbar-header {
  background: #073054;
}

.navbar-header button {
  z-index: 1001;
  position: absolute;
  top: 39px;
  left: 15px;
}

#top-nav #menu-toolbar {
  padding: 10px 0 0 218px;
}

.navbar-inverse .navbar-toggle {
  border: none;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-nav {
  margin: 0;
}

.navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  top: 13px;
  left: 5px;
}

.navbar-collapse {
  padding-right: 10px;
  padding-left: 5px;
}

#sidebar .portlet {
}

#sidebar2 {
  margin: 0 -5px;
}

.connected-players h3 {
  margin: 0;
}

.col-toppad {
  padding: 0 5px;
  min-height: auto;
  /* clear: left; */
}

#sidebar hr, #sidebar #yw4 {

}

.subdomain_input {
  width: 40%;
}

ol.breadcrumb {
  font-size: 100%;
}

/*
footer.footer {
  padding: 97px 15px 0;
  font-size: 13px;
}
*/

.server-list {
  margin: 5px -5px;
  font-size: 14px;
}

.server-list div {
  padding: 10px 0px!important;
}

#mini {
  width: auto;
  margin: 0px auto 0px;
}

ul#yw6 li {
  float: none!important;
}

.nav > li.pull-right {
  float: right!important;
}

.controller-server.action-viewlegacy #resources-ajax {
  margin: 0 -30px 10px -30px;
  background: #073054;
  display: block;
  min-height: 20px;
  padding: 10px 30px;
}

.controller-server.action-viewlegacy #resources-ajax h3, .controller-server.action-viewlegacy #resources-ajax h4 {
  color: #fff;
}

#resources-ajax h3 {
  margin: 0px 0 10px;
}

#resources-ajax h4 {
  font-size: 19px;
  margin: 0;
}

.progress {
  /*margin: 0 0 10px 0;*/
}

.inst-object div {
  padding: 10px 5px 5px 5px;
}

.mapman-search {
  padding: 10px 25px 10px 38px;
}

.mapman-search .form-group {
    margin-bottom: 4px;
}

.mapman-search-sort {
  font-size: 12px;
  margin-top: 10px;
}

span.mapman-search-sort-item {
  padding-right: 0px;
  display: inline-block;
}

.form-control, .mapman-search-filters .form-control  {
  height: auto;
}

.launcher-select .form-control {
  width: 100%;
}

.instance {
  min-height: 240px;
}

.instance .modpack_name h2 {
  width: 90%;
  height: auto;
  margin: 10px 0 30px 0;
  position: relative;
}

.instance .modpack_name h2 input.vanilla {
  font-size: 22px;
  padding: 1px 0 5px 10px;
}

.instance select.vanilla, .instance input.vanilla {
  width: 90%;
}

.instance .modpack_name h2 input, .instance .modpack_name h2 select, .instance .modpack_name h2 select option {
  font-size: 22px;
  padding: 0px 0 5px 6px;
  margin: 0 0 12px 0;
}

button.btn-edit-name {
  font-size: 22px;
  padding: 2px 5px 0 10px;
  position: absolute;
  top: 0px;
  right: -13px;
}

button.fa-check {
  right: -10px;
  top: 0!important;
}

button.fa-times {
  right: -34px;
  top: 0!important;
}

.instance .instance-options {
  position: absolute;
  padding-left: 5px;
  right: auto;
  left: 10px;
}

#content .instance-options .dropdown-menu {
  left: 6px;
}

.instance.hasicon .instance-icon {
  left: auto;
  right: 10px;
}

button.btn-edit-name {

}

.instance img.icon {
  width: 100%;
  display: none;
}

.instance img.icon {
  position: unset;
}

ul.datacrumb {
  margin-right: 73px;
}

ul.datacrumb li {
  float: none;
  margin: 0 0 1px 0;
}

.instance div.modpack_name {
  padding: 0 5px ;
}

.mapman-result-info.instance {
  padding: 0px 5px 5px 5px;
}

.mapman-result-info .instance-head {
  padding: 10px 5px 15px 5px;
}

.mapman-result-info .instance-head .instance h2 {
  width: 100%;
}

.instance-info {
  padding-left: 20px;
}

.mapman-result-info.instance .datalist {
  font-size: 20px;
  margin: 0 10px 10px 10px;
  padding: 10px;
}

.mapman-result-info.instance .datalist ul li {
    font-size: 14px;
}

.mapman-result-info.instance .btn-inst {
  font-size: 21px;
}

.resourcedata {
  padding: 0 15px 0 20px;
}

.resourcedata li {
  float: left;
  margin-right: 2px;
}

.resourcedata .img-responsive {
  width: 100%!important;
}

.resourcedata ul .btn {
  padding: 2px 8px;
  font-size: 19px;
}

.mapman-search-cancel {
  font-size: 28px;
  top: 5px;
  right: 15px;
  height: 44px;
}

.mapman-search-scrolltop-button {
  right: 15px;
}


}

@media (min-width: 601px) {
/* 600px > */

.navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-header .navbar-toggle {
  display: none;
}

#sidebar.collapse {
  display: block;
}

.nav.navbar-nav {
  padding-top: 0;
}

.list-view {
  padding-top: 15px;
}

}


@media (max-width: 600px) {
/* < 600px */

.navbar-brand {
  top: -65px;
  left: 52px;
}

body.christmas .navbar-brand {
  top: -81px;
  left: 23px;
}

.navbar-brand {

}

#sidebar.component {
  position: absolute;
  top: 41px;
  width: 250px;
  z-index: 1000;
  margin: 0 0 0 -17px;
  padding-top: 7px;
  box-shadow: 0 20px 9px #000c;
  transform: translateX(-104%);
  -webkit-transform: translateX(-104%);
}

#sidebar.collapse.in {
  transform: translateX(0%);
}

/*
#sidebar.component.collapse.in {
    animation: slide-in 3.5s forwards;
    -webkit-animation: slide-in 3.5s forwards;
}

#sidebar.component.collapse, #sidebar.component.collapsing {
    animation: slide-out 3.5s forwards;
    -webkit-animation: slide-out 3.5s forwards;
}

@keyframes slide-in {
    100% { transform: translateX(0%); }
}

@-webkit-keyframes slide-in {
    100% { -webkit-transform: translateX(0%); }
}

@keyframes slide-out {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

@-webkit-keyframes slide-out {
    0% { -webkit-transform: translateX(0%); }
    100% { -webkit-transform: translateX(-100%); }
}

*/

#page > header.header {
  height: 125px;
}

#top-nav #menu-toolbar {
  padding: 5px 0 0 210px;
}

body.christmas #top-nav #menu-toolbar {
  padding: 20px 0 0 195px;
}

#top-nav #menu-toolbar li {
  float: none;
  text-align: left;
  font-size: 13px;
}

.nav {
  font-size: 13px;
}

.navbar-nav {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-nav > li > a {
  padding-left: 10px;
  padding-right: 5px;
}

.navbar-header button {
  left: 18px;
  top: 40px;
}

.navbar-header button img {
  width: 25px;
  height: 30px;
  image-rendering: pixelated;
}

body.christmas .navbar-header button {
  left: 22px;
  top: 28px;
}

.navbar-toggle {
  margin-left: 0px;
}

ol.breadcrumb {
  margin: 0px 0 5px 30px;
}

.serverblock {min-height: 100px;}

.serverblock h4 {
  overflow: hidden;
  min-height: 27px;
  line-height: 1.25em;
}

.install_footer .modpackmeta li.build {}
.modpackmeta li span {display: none;}

.form-group label {
  overflow: auto;
}


}

@media (max-width: 360px) {
.modpackmeta li span {display: none;}

.active-instance-content .instance-item {
  flex-basis: 100%;
}

.portlet-content.active-instance-content .active-instance-optionrow {
  padding: 1.5px 0px;
}

.portlet-content.active-instance-content .active-instance-info {
  margin: 8px 0 10px 15px;
}

.sp_players .players .btn-group {
  width: 100%;
}


}


/* @group Dymanic Forms */

.sp_serverproperties .serverproperties div {
  padding-right: 15px;
  padding-left: 0;
}

.sp_serverproperties .serverproperties div div {
  padding-right: 0px;
}


/* @end Dynamic Forms */


/* @group World Manager */

#world_manager_main {
  display: flex;
  position: relative;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: #073054cc;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  flex: 1 0 100%;
}

#world_manager_download,
#world_manager_fetch,
#world_manager_manage,
#world_manager_delete,
#world_manager_edit,
#world_manager_upload,
#world_manager_create,
#world_manager_resource_pack,
#datapack-manager {
  position: relative;
  background-color: #073054cc;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.flex-container {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}

#world_manager_resource_pack .sub-container {
  margin: 5px;
  padding: 10px;
  flex-basis: 40%;
  flex-grow: 1;
  background: #031D3F;
  border-radius: 5px;
}


#world_manager_resource_pack .upload {
  padding: 50px 70px;
}

#world_manager_resource_pack .sub-container.highlighted {
  border: red solid 1px;
}

#world_name_settings, #world_generator_settings, #server_property_settings .col-md-12, #gamerule_settings .col-md-12 {
  padding: 0;
}

#world_manager_main.insert {
  padding-right: 50px;
}

#world_manager_main.insert .btn {
  margin: 3px 0;
  padding: 7px 20px;
}

#world_manager_main.insert .btn .fas {
  font-size: 19px;
  margin-right: 5px;
}

#world_manager_main.insert .btn .fas.fa-dungeon {
  font-size:26px;
  margin-right: 5px;
}

.form-control::placeholder {
  color: #7ea1ca;
}

.has-error label {
  color: #ff5f5f;
}

.has-error .form-control {
  border: 1px solid #ffffff78;
}

.close_insert_button {
  position: absolute;
  right: 15px;
  top: 7px;
}
.back_an_insert_button {
  position: absolute;
  left: 15px;
  top: 7px;
}

.close_insert_button, .back_an_insert_button {
  cursor: pointer;
  font-size: 25px;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 18px;
  background: none;
  border: none;
  z-index: 999;
}

.close_insert_button:hover, .back_an_insert_button:hover {
  background: #0c4272;
}

.expand-enter-active {
  animation: expand-downwards .5s;
  transform-origin: top;
  transition: transform 0.5s ease;
}
.expand-leave-active {
  animation: shrink-upwards .5s;
  transform-origin: top;
  transition: transform 0.5s ease;
}

@keyframes expand-downwards {
  0% { transform: scaleY(0); }
  100% { transform: scaleY(1); }
}
@keyframes shrink-upwards {
  0% { transform: scaleY(1); }
  100% { transform: scaleY(0); }
}

.world-manager h2, .insert h2, .top-insert h2 {
  text-transform: uppercase;
  margin:-10px 0 10px;
  font-size: 25px;
  text-align: center;
}

#world_manager_manage .world button {
  text-align: left;
  font-size: 15px;
  width: 100%;
  background: #135a97;
  margin-top: 5px;
}

#world_manager_manage .world button.btn.focus, #world_manager_manage .world button.btn:focus, #world_manager_manage .world button.btn:hover {
  color: #fff;
}

.dropdown-menu {
  background: #135a97;
  width: auto;
  font-size: 15px;
}

.dropdown-menu .divider {
  background-color: #073054;
}

.dropdown-menu > li > a {
  color: #ffffffc2;
  cursor: pointer;
  padding: 3px 10px;
  border-radius: 3px;
  margin: 0 3px;
}

.dropdown-menu .fas {
  font-size: 15px;
  width: 18px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #164d82;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #fff;
}

.input-group .dropdown-menu {
  width: 230px;
}

/* Manage Worlds*/
.world {
  padding: 10px 5px;
  margin: 10px 0px 28px;
}

.world-inner {
  padding: 5px;
}

.world.active-world, .world.new-world {
  border: 3px solid #0E487B;
  margin-bottom: 22px;
  background: #031d3f;
  border-radius: 10px;
  background: linear-gradient(360deg, #02142a, transparent);
  box-shadow: 0 0 14px #0000006e;
}

.world .active, .world .new {
  display: none;
}

.world.active-world .active, .world.new-world .new {
  display: block;
  position: absolute;
  top: -15px;
  right: 5px;
  font-size: 14px;
  text-transform: uppercase;
  background: #8e0e0e;
  background: linear-gradient(360deg, #02142a, transparent);
  border: 2px solid #0e487b;
  border-radius: 10px;
  background: linear-gradient(360deg, #8e0e0e, #550a0a);
  box-shadow: 0 0 11px #031b38;
}

.world.new-world .new {
  right: 80px;
}

.world img {
  float: left;
  margin: 0 10px 10px 0;
}

.world .title {
  overflow: hidden;
  max-height: 46px;
}

.worldname {
  font-size: 17px;
  font-weight: 500;
}

.world .fa-info-circle {
  color: #F7BB07;
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 22px;
}

.world-manager .form-group {
  padding-left: 0!important;
}

#world_manager_delete.world-manager .form-group {
  padding-left: 15px!important;
}

.world-manager button.create, .insert button.save {
  margin: 15px;
  padding: 6px 53px;
  font-size: 25px;
}

.upload {
  padding: 50px 70px;
  background: #0c4272;
  border-radius: 5px;
}

.upload .progress {margin: 15px 0;}

.upload a {
  text-decoration: underline;
  cursor: pointer;
}

.upload .btn-primary.btn-sm {
  margin: 0;
}

.upload i.fas.fa-upload {
  font-size: 50px;
  margin: 20px 0 0 0;
}

.seed_map_link {
  float: right;
}

.world-manager .download-row {
  margin: 30px 0;
}

.button-actions {
  margin: 30px 0;
}

/* @end World Manager */

/* @start Data Pack Manager */

#datapack-manager {
  padding: 30px;
}

div#datapack-manager a {
  text-decoration: underline;
}

#datapack-manager h2 {
  text-transform: uppercase;
  margin: 10px 0 15px;

}

#datapack-manager .upload {
  border: 7px solid #0e487b;
  padding: 15px;
  background: #031d3f;
  border-radius: 5px;
  line-height: 2.5em;
  box-shadow: 0px 0px 0px #000;
  display: grid;
  align-items: center;
}

#installed, #disabled, #not-installed {
  margin: 30px 15px;
}

ul#datapack-categories, .datapack-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

ul#datapack-categories {
  margin: 15px 0;
  padding: 0;
}

ul#datapack-categories li {
  margin: 0 5px 0 0;
}

.datapack-search {
  margin: 0 0 20px 0;
}

.datapack-list {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}

.datapack-list li {
  border: 3px solid #0E487B;
  background: #031d3f;
  background: linear-gradient(360deg, #02142a, transparent);
  border-radius: 10px;
  box-shadow: 0 0 0px #000;
  transition: 0.6s all;
}

.datapack-list li.upload {
  grid-column: 1 / span 2;
  grid-row: 1 / 3;
}


.datapack-list li:hover {
  border: 3px solid #5f8bb2;
  box-shadow: 0px 0px 20px #000;
}

.datapack-list li:hover img {

}

#datapack-manager .datapack-list li.upload:hover {
  border: 7px solid #5f8bb2;
  padding: 15px;
  box-shadow: 0px 0px 20px #000;
  cursor: copy;
}

.datapack-list li .datapack-card, .datapack-list li .installed-datapack {
  padding: 10px;
  text-align: center;
  position: relative;
  height: 100%;
}

.datapack-list li .datapack-card, .datapack-list li .disabled-datapack {
  padding: 10px;
  text-align: center;
  position: relative;
  height: 100%;
}

.datapack-card .download {
  font-size: 12px;
}

.datapack-card img {
  display: block;
  margin: 10px auto;
  width: 100px;
  height: 100px;
  image-rendering: pixelated;
  box-shadow: 0px 0px 20px #00000080;
}

.datapack-list li:hover .datapack-card img {
 box-shadow: 0px 0px 20px #00000080;
}

.datapack-card h3 {
  font-size: 20px;
}

.datapack-card .btn {
  position: absolute;
  opacity: 0;
  display: block;
  width: 90%;
  bottom: 5px;
  font-weight: 300;
  text-shadow: none;
}

.datapack-card .btn.raised {
  bottom: 38px;
}

#datapack-manager .btn-info {
  background-image: -webkit-linear-gradient(top, #367dbb, #135a98); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #367dbb, #135a98); /* Chrome 26, Firefox 16+, IE 10+, Opera */
  transition: .4s all;
  font-family: "Titillium Web", "Teko";
  font-size: 18px;
  text-decoration: none;
  padding: 0 12px;
  color: #fff;
}

#datapack-manager .datapack-card a.btn.btn-info {
  bottom: 42px;
  text-decoration: none;
  height: 30px;
}

#datapack-manager .datapack-card a.btn.btn-info.raised {
  bottom: 74px;
}


.datapack-card:hover .btn {
  width: 90%;
  opacity: 1.0;
}

.datapack-file-root, .datapack-version {
  color: rgb(180, 180, 180);
  font-size: 14px;
  margin: 5px 0;
}

.datapack-version .invalid-version {
  color: rgb(256, 64, 64);
}

.loadmore {
  margin: 15px 0;
}

@media (max-width: 1200px) {

#datapack-manager {
  padding:0;
}

.datapack-list {
  grid-template-columns: repeat(4, 1fr);
}

.datapack-list li.upload {
  grid-column: 1 / span 2;
  grid-row: 1 / 3;
}

}

@media (max-width: 992px) {

.datapack-list {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.datapack-list li.upload {
  grid-column: 1 / span 3;
  grid-row: 2 / 3;
}

.upload i.fas.fa-upload {
    font-size: 30px;
}

}

@media (max-width: 768px) {

#datapack-manager {
  padding:0;
}

.datapack-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 7px;
}

.datapack-card h3 {
    font-size: 20px;
}

.datapack-list li.upload {
  grid-column: 1 / span 2;
  grid-row: 2 / 2;
}

.datapack-card img {
 width: 64px;
 height: 64px;
}

}

@media (max-width: 360px) {
  .datapack-list {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

}

/* @end Data Pack Manager */



/* In-Game Page */
@media (min-width: 576px) { hr.divider { display: none; } }


::-webkit-scrollbar {
  height: 12px;
  width: 15px;
  background: #031d3f;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px 0 0 5px;
  background: #135a98;
  -webkit-box-shadow: inset 3px 1px 0 rgb(7 44 80 / 28%),inset 0 -1px 0 rgba(0,0,0,0.07);
  box-shadow: inset 3px 1px 0 rgb(7 44 80 / 28%),inset 0 -1px 0 rgba(0,0,0,0.07);
}

/* Styling the constant alert at the top of the screen on the dev panels */
#dev-alert {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000000;
  text-align: center;
}


/* FTP Style */

.ftp-header {
  margin: 0 -15px 10px -15px;
}

.ftp-header .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.ftp-header .form-control {
  background: #041d3f;
}

.ftp-header ul#file-actions {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.ftp-header ul#file-actions {
  margin: 5px 0;
  padding: 0;
}

.ftp-header ul#file-actions li {
  margin: 0 5px 0 0;
}

#ftp-table {
  margin-top: 8px;
}
#ftp-table th,
#ftp-table td,
#ftp-tree td,
#ftp-tree th {
  vertical-align: middle;
  padding: 6px 4px 8px;
  border-bottom: 1px solid #0e3d65;
}
#ftp-table td a,
#ftp-tree td a {
  font-weight: normal;
  color: #f4f6f9;
  display: block;
  width: 100%;
  height: 100%;
}
#ftp-status {
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  max-height: 38px;
  overflow: hidden;
  float: left;
}
#ftp-status-cancel {
  height: 100%;
  float: right;
  -ms-flex-align: center;
      align-items: center;
  display: none;
}
#ftp-tree td a.disabled {
  color: #c2c7d0;
}
#ftp-table td:nth-child(1) input {
  margin-top: 10px;
}

#ftp-table th:nth-child(2),
#ftp-table td:nth-child(2),
#ftp-tree td:nth-child(1) {
  min-width: 16px;
  text-align: center;
}
tr.ftp-table-row .fas {
    opacity: 0.6;
}

tr.ftp-table-row:hover .fas {
    opacity: 1;
}

.ui-draggable-handle {
  cursor: grab;
}


@media (min-width: 768px) {
  #ftp-table td:nth-child(1) input {
    margin-top: 0;
  }
  #ftp-table th:nth-child(2) img,
  #ftp-table td:nth-child(2) img {
    left: 50%;
    margin-left: -8px;
  }
  #users-grid .ftp_access {
    display: inline-block;
    width: 50%;
    margin-right: 0.75rem;
  }
}
#filesForm #ftp-table-container {
  margin-top: 1rem;
}
#filesForm #nav-path a:last-of-type {
  color: #f4f6f9;
}
@media (max-width: 767px) {
  #filesForm > .row > .col-md-1 {
    margin-top: 1rem;
  }
}
#filesForm #ftp-table thead tr .sortable:hover {
  cursor: pointer;
}
#filesForm #ftp-table td:nth-child(1) input, #filesForm #ftp-table th:nth-child(1) input {
  margin: 5px 5px 0;
}
#filesForm #ftp-table tr td:last-of-type .dropdown-menu {
  left: auto;
  right: 0;
}
#filesForm .dropdown-menu {
  max-width: 150px;
}
#ftpEditNumbers {
  padding-left: 0;
  padding-right: 5px;
  overflow: hidden;
  text-align: right;
  position: absolute;
  width: 3em;
  resize: none;
  color: rgba(244, 246, 249, 0.7);
  opacity: 0.4;
}
#ftpEdit {
  padding-left: 3em;
  resize: none;
}






/* @start analytics page */
.analytics-graph {
  height: 450px;
  background: white;
  border-radius: 5px;
}

#analytics-graph-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#analytics-graph-container > div {
  width: 45%;
  margin: 3px;
  flex-grow: 1;
  min-width: 300px;
}
/* @end analytics page */

/* @start custom version select dropdown */
.custom-select {
  --custom-dropdown-margin: 0px;
  position: relative;
  user-select: none;
}

.custom-select > #version-select-label {
  font-size: 17px;
  color: #cde8fb;
  font-weight: 200;
  margin-left: 3px;
}

.custom-select > .selected {
  display: flex;
  align-items: center;
}

.custom-select > .selected > .arrow-container {
  display: flex;
  align-items: center;
}

.custom-select > .selected .dropdown-arrow {
  fill: white;
}

.custom-select > .options {
  position: absolute;
  top: 100%;
  left: var(--custom-dropdown-margin);
  background: #135a98;
  color: white;
  width: calc(100% - (var(--custom-dropdown-margin) * 2));
  border-radius: 0 0 10px 10px;
  z-index: 1;
}

.custom-select > .options > .option {
  border: 1px solid #135a98;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-style: solid;
  padding: 5px;
  cursor: pointer;
  display: flex;
}
.custom-select > .options > :first-child {
  border-top-width: 1px;
}
.custom-select > .options > :last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.custom-select > .options > .option:hover {
  background: #104879;
}

/* Generic flag styling */
.custom-select .flag {
  border-radius: 3px;
  padding: 3px 7px;
  margin: 0 5px 2px 0;
  font-size: 0.8em;
  text-transform: uppercase;

  display: inline-flex;
  align-items: center;
}

.active-instance-info span.flag {
  border-radius: 3px;
  padding: 3px 7px;
  margin: 0 5px 0 0;
  font-size: 0.8em;
  text-transform: uppercase;

  display: inline-flex;
  align-items: center;
}

/* Release Type Flags */

.custom-select > .options > .option .stable, .active-instance-info span.flag.stable {
  background: #004D00;
}
.custom-select > .options > .option .beta, .active-instance-info span.flag.beta {
  color: black;
  background: orange;
  align-content: flex-end;
}
.custom-select > .options > .option .alpha, .active-instance-info span.flag.alpha {
  color: white;
  background: red;
}

span.flag.stable, .active-instance-info span.flag.beta, .active-instance-info span.flag.alpha {
  margin-left: 10px
}

.custom-select > .options > .option .default {
  background: green;
}
.custom-select > .options > .option .live {
  background: #004D00;
}
.custom-select > .options > .option .needs-testing {
  color: black;
  background: yellow;
}
.custom-select > .options > .option .test-failed {
  background: darkred;
  color: white;
}

/* General Flags */
.custom-select .staff.flag {
  color: black;
  background: yellow;
}

.custom-select .minecraft-version {
  color: white;
  background: #073054;
}

.active-instance-info span.flag.minecraft-version {
  color: white;
  background: #144484;
}

/* @end custom version select dropdown */

#ftpEditNumbers {
  padding-left: 0;
  padding-right: 5px;
  overflow: hidden;
  text-align: right;
  position: absolute;
  width: 3em;
  resize: none;
  color: #ccd3da;
  opacity: 0.4;
}
#ftpEdit {
  padding-left: 3em;
  resize: none;
}



.hint-tooltip {
  position: relative;
}

.hint-tooltip .hint-tooltip-icon {
  color: #fcd102c7 !important;
  font-size: 19px;
}

.hint-tooltip:hover .hint-tooltip-icon {
  color: #fcd102 !important;
}

.hint-tooltip .hint-tooltip-text {
  visibility: hidden;
  width: 200px;
  background-color: #073054;
  padding: 5px 5px;
  border-radius: 6px;
  font-family: Arial;
  font-size: 14px;
 
  position: absolute;
  z-index: 15;
  top: -15px;
  left: 70%;

  opacity: 0;
  transition: opacity .15s, visibility .15s;
  box-shadow: 0px 0px 12px #0000007d;
}

.hint-tooltip .hint-tooltip-text::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #073054 transparent transparent;
}

.hint-tooltip:hover .hint-tooltip-text {
  visibility: visible;
  opacity: 1;
}



#custom-instance-installer {
  position: relative;
  background-color: #073054cc;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

#custom-instance-installer .upload {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;

  border: 7px solid #0e487b;
  background: #031d3f;
  border-radius: 5px;
  line-height: 2.5em;
  box-shadow: 0px 0px 0px #000;
  display: grid;
  align-items: center;
  height: 360px;
  margin-top: 30px;
  margin-bottom: 17px;
  padding: 70px;
}

#custom-instance-installer .upload:hover {
  border: 7px solid #5f8bb2;
  box-shadow: 0px 0px 20px #000;
  cursor: copy;
}

#custom-instance-installer .info-panel {
  padding: 50px;
}

#custom-instance-installer .progress {
  position: relative;
}

#custom-instance-installer .download-list {  
  padding-top: 10px;
  padding-bottom: 20px;
}

#custom-instance-installer .uploaded-indicator {
  font-weight: bold;
  color: limegreen;
  margin-left: 15px;
}

#custom-instance-installer .download-mod {
  padding-top: 15px;
  padding-bottom: 5px;
}

#custom-instance-installer .download-url {
  display: flex;
  padding: 0px;
}

#custom-instance-installer .failed-download-button {
  margin-left: 10px;
}

#custom-instance-installer .failed-download-id {
  opacity: 50%;
  padding: 0px;
}



#update-instance {
  position: relative;
  background-color: #073054cc;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

#update-instance .big-label {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
}

#update-instance .small-label {
  margin-bottom: 5px;
  font-weight: bold;
}

#update-instance .file-group {
  margin-bottom: 15px;
}

#update-instance .column-container {
  width: 100%;
  display: flex;
}

#update-instance .column {
  width: 50%;
}

#update-instance .file-entry {
  margin-bottom: 10px;
}

/* #update-instance .file-path {
} */

#update-instance .file-params {
  display: flex;
  font-size: 13px;
}

#update-instance .file-param {
  margin-right: 15px;
}

#update-instance .file-param-name {
  opacity: 70%;
}



#message-box {
  text-align: center;
  position: relative;
  background-color: #073054cc;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
}
