@import 'adminlte-dark/adminlte.min.css';
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/SourceSansPro/SourceSansPro-Light.ttf') format('truetype'), url('../fonts/SourceSansPro/SourceSansPro-Light.woff') format('woff'), url('../fonts/SourceSansPro/SourceSansPro-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/SourceSansPro/SourceSansPro-It.ttf') format('truetype'), url('../fonts/SourceSansPro/SourceSansPro-It.woff') format('woff'), url('../fonts/SourceSansPro/SourceSansPro-It.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/SourceSansPro/SourceSansPro-Regular.ttf') format('truetype'), url('../fonts/SourceSansPro/SourceSansPro-Regular.woff') format('woff'), url('../fonts/SourceSansPro/SourceSansPro-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/SourceSansPro/SourceSansPro-Bold.ttf') format('truetype'), url('../fonts/SourceSansPro/SourceSansPro-Bold.woff') format('woff'), url('../fonts/SourceSansPro/SourceSansPro-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/SourceSansPro/SourceSansPro-BoldIt.ttf') format('truetype'), url('../fonts/SourceSansPro/SourceSansPro-BoldIt.woff') format('woff'), url('../fonts/SourceSansPro/SourceSansPro-BoldIt.woff2') format('woff2');
}
/* Bootstrap 3 legacy grid styles for compatibility */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.col-xs-1 {
  -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-xs-2 {
  -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-xs-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-xs-5 {
  -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-xs-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-xs-8 {
  -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-xs-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-xs-11 {
  -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-xs-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
/* "Scooper" to transmit LESS variables for JS use *****************************/
#scooper {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  content: "headings-font-weight:300|brand-primary:#2cb2ff|body-bg:#32383d|page-bg:#32383d|brand-primary-contrast:#f4f6f9";
  display: none;
}
body {
  background-color: #32383d;
}
pre {
  color: #f4f6f9;
}
.sidebar-open .main-header {
  margin-left: 200px !important;
}
@media only screen and (min-width: 351px) {
  .sidebar-open .main-header {
    margin-left: 250px !important;
  }
}
.navbar-blue {
  background-color: #2e81b1;
}
.navbar-expand .navbar-nav .nav-link {
  color: #f4f6f9;
}
.navbar-expand .navbar-nav .active .nav-link,
.navbar-expand .navbar-nav .nav-link:hover {
  color: #000;
}
.navbar .btn-primary {
  color: #f4f6f9;
  background-color: #545b62;
  border-color: #545b62;
}
.navbar .btn-primary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: none;
}
#topmenu-toggle {
  position: absolute;
  right: 0.5rem;
  top: 0.5em;
}
@media (min-width: 600px) {
  #topmenu-toggle {
    display: none;
  }
}
#topmenu-toggle a:hover,
#topmenu-toggle a:active {
  color: #f4f6f9;
}
#user-menu {
  margin-right: 1rem;
}
@media (max-width: 599px) {
  .navbar {
    display: block;
  }
  #navbar-toggle {
    display: inline-block;
  }
  #navbar-toggle a {
    display: inherit;
  }
  #navbar-menu,
  #user-menu {
    display: none;
  }
  #navbar-menu.show,
  #user-menu.show {
    display: block;
  }
  #navbar-menu li {
    text-align: center;
  }
  #user-menu {
    margin-top: 0.5rem;
    margin-right: 0;
    text-align: center;
  }
  #navbar-menu li {
    display: inline;
  }
}
.content .btn-primary {
  background-color: #2e81b1;
  border-color: #2e81b1;
}
.content .btn-primary:hover {
  background-color: #2cb2ff;
  border-color: #2cb2ff;
}
.sidebar {
  overflow-x: hidden;
}
.sidebar .portlet-decoration {
  overflow: hidden;
}
.sidebar .portlet-title {
  padding: 0.5rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  overflow: hidden;
}
[class*="sidebar-dark-"] .portlet-title {
  background: inherit;
  color: #d0d4db;
}
.sidebar .portlet-title {
  width: 100%;
  padding: 1.7rem 1rem 0.5rem;
  opacity: 1;
  transition: opacity 0.3s ease, width 0.3s ease;
  white-space: nowrap;
}
.sidebar-collapse .main-sidebar.sidebar-focused .sidebar .portlet-title,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .sidebar .portlet-title {
  width: auto;
  opacity: 1;
}
.sidebar-mini.sidebar-collapse .sidebar .portlet-title {
  width: 0;
  opacity: 0;
}
.nav-sidebar a {
  padding-left: 55px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  color: #c2c7d0;
  display: block;
  padding: 0.5rem 1rem 0.5rem 55px;
}
.nav-sidebar .nav-item {
  display: inline;
  width: 100%;
  transition: width 0.3s linear, visibility 0.3s ease;
}
[class*="sidebar-dark-"] .nav-sidebar > .nav-item.menu-open > a,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover > a,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #f4f6f9;
}
.sidebar-mini.sidebar-collapse .nav-sidebar .nav-item {
  width: 3.1rem;
  overflow: hidden;
}
.sidebar-collapse .main-sidebar.sidebar-focused .nav-item,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-item {
  width: 100%;
}
.nav-pills a:not(.active):hover {
  color: #2cb2ff;
}
.nav-sidebar a svg {
  float: left;
  position: absolute;
  top: 0.7rem;
  left: 1.5rem;
  font-size: 1.2rem;
  margin-right: 0.2rem;
  text-align: center;
  width: 1.6rem !important;
}
.nav-sidebar li ul li a svg {
  left: 0.9rem;
  transition: margin-left 0.3s linear, visibility 0.3s ease;
}
.sidebar-mini.sidebar-collapse .nav-sidebar li ul li a svg {
  margin-left: -10px;
}
.sidebar-collapse .main-sidebar.sidebar-focused li ul li a svg,
.sidebar-mini.sidebar-collapse .sidebar:hover li ul li a svg {
  margin-left: 0.55rem;
}
#navbar-toggle a {
  color: rgba(44, 178, 255, 0.8);
}
#navbar-toggle a:hover {
  color: #f4f6f9;
}
.nav-sidebar > .nav-item ul {
  padding-left: 20px;
}
.no-offset {
  margin-left: 0 !important;
}
#toggle-styles-dark {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
}
@media (min-width: 600px) and (max-width: 680px) {
  #toggle-styles-dark {
    line-height: 1em;
  }
}
#toggle-styles-dark::before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='sun' role='img' viewBox='0 0 512 512' data-fa-i2svg='' class='svg-inline--fa fa-sun fa-w-16' version='1.1' id='svg4' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs8' /%3E%3Cpath fill='currentColor' d='M256 160c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm246.4 80.5l-94.7-47.3 33.5-100.4c4.5-13.6-8.4-26.5-21.9-21.9l-100.4 33.5-47.4-94.8c-6.4-12.8-24.6-12.8-31 0l-47.3 94.7L92.7 70.8c-13.6-4.5-26.5 8.4-21.9 21.9l33.5 100.4-94.7 47.4c-12.8 6.4-12.8 24.6 0 31l94.7 47.3-33.5 100.5c-4.5 13.6 8.4 26.5 21.9 21.9l100.4-33.5 47.3 94.7c6.4 12.8 24.6 12.8 31 0l47.3-94.7 100.4 33.5c13.6 4.5 26.5-8.4 21.9-21.9l-33.5-100.4 94.7-47.3c13-6.5 13-24.7.2-31.1zm-155.9 106c-49.9 49.9-131.1 49.9-181 0-49.9-49.9-49.9-131.1 0-181 49.9-49.9 131.1-49.9 181 0 49.9 49.9 49.9 131.1 0 181z' style='fill:%23f4f6f9' /%3E%3C/svg%3E");
  font-size: 1.2rem;
  margin-right: 0.2rem;
  text-align: center;
  width: 1.2rem !important;
  height: 1em;
}
#toggle-styles-dark:hover::before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='sun' role='img' viewBox='0 0 512 512' data-fa-i2svg='' class='svg-inline--fa fa-sun fa-w-16' version='1.1' id='svg4' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs8' /%3E%3Cpath fill='currentColor' d='M256 160c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm246.4 80.5l-94.7-47.3 33.5-100.4c4.5-13.6-8.4-26.5-21.9-21.9l-100.4 33.5-47.4-94.8c-6.4-12.8-24.6-12.8-31 0l-47.3 94.7L92.7 70.8c-13.6-4.5-26.5 8.4-21.9 21.9l33.5 100.4-94.7 47.4c-12.8 6.4-12.8 24.6 0 31l94.7 47.3-33.5 100.5c-4.5 13.6 8.4 26.5 21.9 21.9l100.4-33.5 47.3 94.7c6.4 12.8 24.6 12.8 31 0l47.3-94.7 100.4 33.5c13.6 4.5 26.5-8.4 21.9-21.9l-33.5-100.4 94.7-47.3c13-6.5 13-24.7.2-31.1zm-155.9 106c-49.9 49.9-131.1 49.9-181 0-49.9-49.9-49.9-131.1 0-181 49.9-49.9 131.1-49.9 181 0 49.9 49.9 49.9 131.1 0 181z' style='fill:%23000000' /%3E%3C/svg%3E");
}
body .content-wrapper,
body .main-footer,
body .main-header {
  transition: margin-left 0.3s ease-in-out;
}
.sidebar-open .content-wrapper {
  margin-left: 200px !important;
}
@media only screen and (min-width: 351px) {
  .sidebar-open .content-wrapper {
    margin-left: 250px !important;
  }
}
.content-wrapper > .content {
  padding-top: 20px;
}
#mini .content-wrapper > .content {
  padding: 0;
}
.breadcrumb {
  background-color: #343a40;
}
.breadcrumb li {
  margin-left: 5px;
}
.breadcrumb li::before {
  content: '\\';
  margin-right: 5px;
}
.breadcrumb li:first-of-type::before {
  content: '';
  margin-right: 0;
}
.btn-default.hover,
.btn-default:active,
.btn-default:hover {
  border-color: #3b4149;
}
.input-group-addon {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(244, 246, 249, 0.7);
  background-color: #282d31;
  background-clip: padding-box;
  border: 1px solid #282d31;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.input-group input:first-of-type {
  border-right-width: 0;
}
.input-group-btn .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-servercontrol {
  margin: 0 5px;
}
.btn-servercontrol:first-of-type {
  margin-left: 0;
}
.btn-servercontrol:last-of-type {
  margin-right: 0;
}
.pager {
  margin: 20px 0;
  text-align: right;
  font-size: 13px;
}
.yiiPager {
  display: inline-block;
  margin: -6px 0 0 15px;
  padding-left: 0;
  margin-bottom: 0;
  float: right;
}
.yiiPager > li {
  display: inline;
}
.yiiPager > li a {
  position: relative;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-left: none;
  background: #373d43;
  padding: 5px 10px;
  line-height: 1.5;
}
.yiiPager > li:first-child > a {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}
.yiiPager > li:first-child > a,
.yiiPager > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.yiiPager > li:last-child > a,
.yiiPager > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.yiiPager > li a:hover {
  background-color: #343a40;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
  margin-bottom: 2px;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: none;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #343a40;
}
.table td,
.table th {
  border: none;
  padding: 0.75rem;
  text-align: left;
}
.table thead th {
  border: none;
}
table th {
  vertical-align: middle !important;
}
table thead th,
.filters td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 0.75rem;
  line-height: 1.42857143;
  vertical-align: top;
}
table tr:first-of-type > th,
table tr:first-of-type > td {
  border-top: 0;
}
.table-striped tbody tr:nth-of-type(2n+1),
table tr.even {
  background-color: #373d43;
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
table td a {
  font-weight: bolder;
}
img {
  max-width: 100%;
}
label {
  margin-bottom: 0;
}
.required .required {
  color: #dd4b39;
}
#status_banner {
  float: right;
}
#Server_domain {
  display: inline-block;
  width: 49%;
}
.subdomain_domain {
  display: inline-block;
}
#subdomain_domain {
  display: inline-block;
}
#jarDropDown {
  position: relative;
}
#jarDropDownButton {
  margin-bottom: 0.75rem;
}
#jarDropDownFilter {
  margin-bottom: 0.375rem;
}
#jarDropDownContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(244, 246, 249, 0.7);
  background-color: #282d31;
  background-clip: padding-box;
  border: 1px solid #282d31;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: none;
  z-index: 1;
}
#jarDropDownContentScroll {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 330px;
}
#jarDropDownContent span {
  font-weight: bolder;
  background-color: #2d3237;
  display: block;
  margin: 5px -0.75rem;
  padding: 2px 0.75rem 2px 0.75rem;
}
#jarDropDownContent a {
  display: block;
}
.hintRow {
  vertical-align: middle;
}
.hintRow a {
  float: right;
}
.default.hintRow {
  text-align: left;
}
.hint {
  cursor: help;
}
.hintText {
  display: none;
  position: absolute;
  top: -3px;
  left: 20px;
  z-index: 1;
  width: 230px;
  border-radius: 3px;
  border-top: 3px solid #117a8b;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #3a4147;
  padding: 10px;
}
.row.server-list {
  margin: 0 0 1rem 0;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #343a40;
  line-height: 1.42857143;
}
.row.server-list:hover,
.row.server-list:hover {
  cursor: pointer;
  background-color: #373d43;
}
.row.server-list > div {
  margin: 0.75rem 0;
}
.row.server-list > div:first-of-type {
  padding-left: 0.75rem;
}
.row.server-list > div:last-of-type {
  padding-right: 0.75rem;
}
.row.server-list a {
  font-weight: bolder;
}
.row.server-list a:hover {
  color: #008ddf;
}
.row.server-list img {
  margin-top: -3px;
}
.pull-left {
  display: inline;
}
.pull-left img {
  margin-top: -3px;
}
.stat {
  margin-bottom: 1rem;
  text-align: center;
}
.stat .title {
  font-weight: 700;
}
.stat div:first-of-type {
  margin: 1rem auto 0 auto;
}
.detail-view .display-upper td,
.detail-view .display-sub td {
  text-align: center;
}
.detail-view .display-sub,
.list-view .display-sub {
  font-size: 1.5em;
}
.suspended {
  font-size: 0.7em;
  color: gray;
}
#chat-ajax,
#log-ajax {
  width: 100%;
  max-width: 100%;
  height: 400px;
  margin-bottom: 0.75rem;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(244, 246, 249, 0.7);
  background-color: #2d3237;
  background-clip: padding-box;
  border: 1px solid #2d3237;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  overflow-y: scroll;
}
#log-ajax {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 0.9em;
}
.console-date {
  color: gray;
}
.console-source-multicraft {
  color: gray;
}
.console-source-server {
  color: #dd4b39;
}
.console-source-connection {
  color: #dd4b39;
}
.console-level-info {
  color: gray;
}
.console-level-severe {
  color: #dd4b39;
}
.console-level-warning {
  color: #dd4b39;
}
.console-ip-addr {
  color: gray;
}
.list-view .summary,
.list-view .sorter {
  font-size: 0.8em !important;
}
.grid-view .summary,
.grid-view .sorter {
  margin: 0 0 5px 0;
  text-align: right;
  font-size: 0.8em !important;
}
.grid-view .empty {
  font-style: italic;
}
#ftp-table-container {
  position: relative;
}
#ftp-table-overlay {
  background-color: white;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.dragbox {
  background: rgba(255, 255, 255, 0.85);
  padding-right: 15px;
}
#BrowseForm > .row {
  margin-bottom: 1rem;
}
#ftp-table {
  margin-top: 8px;
}
#ftp-table th,
#ftp-table td,
#ftp-tree td,
#ftp-tree th {
  vertical-align: middle;
  padding: 4px;
}
#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;
}
@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 {
  margin-top: 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;
}
#about .row {
  max-width: 80%;
  margin: auto;
  text-align: center;
}
#about .row:last-of-type {
  margin-bottom: 1rem;
}
#about .row a {
  border-bottom: solid 1px rgba(0, 0, 0, 0.125);
  padding: 1rem 0;
}
#about .row:last-of-type a {
  border-bottom: none;
}
#poweredby {
  margin-top: 26px;
  font-size: 90%;
  text-align: right;
}
#mini .content-wrapper {
  padding-top: 25%;
}
#mini {
  width: 360px;
  margin: auto;
}
#mini .branding {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 0.75rem;
  text-align: center;
}
#mini .branding img {
  margin-right: 0.5rem;
}
#mini .card {
  background-color: #3a4147;
}
#mini .card-header {
  padding: 0 1.25rem;
}
#mini .navbar-nav {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
}
#mini .nav-link {
  padding: 0.75rem 1rem;
  font-weight: bolder;
}
#mini .introbar {
  margin: 1.25rem -1.25rem -1.25rem -1.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  background-color: #343a40;
  overflow: hidden;
}
#mini .introbar a {
  display: block;
  margin-left: -24px;
  border-top: solid 1px rgba(0, 0, 0, 0.125);
  padding: 0.375rem 0.75rem;
  text-align: center;
}
#mini .introbar a:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
#mini .introbar a:hover {
  background-color: #373d43;
}
#mini .introbar img {
  margin-right: 0.75rem;
}
.callout {
  background-color: #3a4147;
}
.infoBox,
.errorMessage,
.flash-success,
.flash-error,
.flash-notice {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #3a4147;
  padding: 1rem;
}
.infoBox,
.flash-notice {
  border-left: calc(3px + 2px) solid #117a8b;
}
.flash-success {
  border-left: calc(3px + 2px) solid #00a65a;
}
.errorMessage,
.flash-error {
  border-left: calc(3px + 2px) solid #dd4b39;
  font-weight: bolder;
}
.progress-bar {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.12);
}
input#refresh_ival {
  margin: 0 5px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(244, 246, 249, 0.7);
  background-color: #2d3237;
  background-clip: padding-box;
  border: 1px solid #2d3237;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control {
  background-color: #2d3237;
  border-color: #2d3237;
  color: rgba(244, 246, 249, 0.7);
}
.form-control:focus {
  background-color: #282d31;
  border-color: #282d31;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: rgba(40, 45, 49, 0.3);
  border-color: rgba(40, 45, 49, 0.3);
  color: rgba(244, 246, 249, 0.7);
}
.dropdown-menu {
  background-color: #3a4147;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.content-wrapper .dropdown .dropdown-item {
  color: #f4f6f9;
}
@media (min-width: 720px) {
  .plugin_version_info {
    float: right;
    width: 40%;
    min-width: 350px;
    max-height: 400px;
    overflow-y: scroll;
    border: none;
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #343a40;
    margin: 0 0 2rem 2rem;
  }
  .plugin_version_table {
    margin-bottom: 0;
    border: none;
    box-shadow: none;
  }
}
.plugin_action_pending {
  display: inline;
}
.main-footer {
  background-color: #373d43;
  border-top-color: #373d43;
}
.mini .main-footer {
  text-align: center;
}
.modal-content {
  background: #32383d;
}
.close {
  color: #fff;
  text-shadow: none;
}
table.result {
  background: transparent !important;
}
.step_welcome {
  margin: auto;
}
.installer > div:first-of-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0 !important;
}
.installer > .centered > .row > div {
  margin: auto;
}
.installer.step_panel > form > input,
.installer.step_daemon > form > input,
.installer.step_settings form tr input[type="password"]:first-of-type {
  border-color: #32383d !important;
  background-color: #32383d;
  -webkit-filter: none;
          filter: none;
}
.installer.step_panel > form > input:autofill,
.installer.step_daemon > form > input:autofill {
  background: transparent;
}
