@import 'adminlte-light/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:#f4f6f9|page-bg:#f4f6f9|brand-primary-contrast:#fff";
  display: none;
}
body {
  background-color: #f4f6f9;
}
.sidebar-open .main-header {
  margin-left: 200px;
}
@media only screen and (min-width: 351px) {
  .sidebar-open .main-header {
    margin-left: 250px;
  }
}
.navbar-expand .navbar-nav .nav-link {
  color: #fff;
}
.navbar-expand .navbar-nav .active .nav-link,
.navbar-expand .navbar-nav .nav-link:hover {
  color: #000;
}
.navbar .btn-primary {
  color: #fff;
  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 {
  color: #008ddf;
}
#topmenu-toggle a:hover,
#topmenu-toggle a:active {
  color: #fff;
}
#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;
  }
}
.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: #fff;
}
.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: #008ddf;
}
#navbar-toggle a:hover {
  color: #fff;
}
.nav-sidebar > .nav-item ul {
  padding-left: 20px;
}
.no-offset {
  margin-left: 0 !important;
}
#toggle-styles-light {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
}
@media (min-width: 600px) and (max-width: 680px) {
  #toggle-styles-light {
    line-height: 1em;
  }
}
#toggle-styles-light::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='moon' role='img' viewBox='0 0 512 512' data-fa-i2svg='' class='svg-inline--fa fa-moon 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='M283.211 512c78.962 0 151.079-35.925 198.857-94.792 7.068-8.708-.639-21.43-11.562-19.35-124.203 23.654-238.262-71.576-238.262-196.954 0-72.222 38.662-138.635 101.498-174.394 9.686-5.512 7.25-20.197-3.756-22.23A258.156 258.156 0 0 0 283.211 0c-141.309 0-256 114.511-256 256 0 141.309 114.511 256 256 256z' style='fill:%23ffffff' /%3E%3C/svg%3E");
  font-size: 1.2rem;
  margin-right: 0.2rem;
  text-align: center;
  width: 1.2rem !important;
  height: 1em;
}
#toggle-styles-light: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='moon' role='img' viewBox='0 0 512 512' data-fa-i2svg='' class='svg-inline--fa fa-moon 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='M283.211 512c78.962 0 151.079-35.925 198.857-94.792 7.068-8.708-.639-21.43-11.562-19.35-124.203 23.654-238.262-71.576-238.262-196.954 0-72.222 38.662-138.635 101.498-174.394 9.686-5.512 7.25-20.197-3.756-22.23A258.156 258.156 0 0 0 283.211 0c-141.309 0-256 114.511-256 256 0 141.309 114.511 256 256 256z' 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;
}
@media only screen and (min-width: 351px) {
  .sidebar-open .content-wrapper {
    margin-left: 250px;
  }
}
.content-wrapper > .content {
  padding-top: 20px;
}
#mini .content-wrapper > .content {
  padding: 0;
}
.breadcrumb li {
  margin-left: 5px;
}
.breadcrumb li::before {
  content: '\\';
  margin-right: 5px;
}
.breadcrumb li:first-of-type::before {
  content: '';
  margin-right: 0;
}
.input-group-addon {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  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 #ddd;
  border-left: none;
  background: #fafafa;
  padding: 5px 10px;
  line-height: 1.5;
}
.yiiPager > li:first-child > a {
  border-left: 1px solid #ddd;
}
.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: #e9ecef;
}
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: #fff;
}
.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 #ddd;
}
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: rgba(128, 128, 128, 0.05);
}
.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;
  max-height: 350px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  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;
  overflow-y: scroll;
}
#jarDropDownContentScroll {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 330px;
}
#jarDropDownContent span {
  font-weight: bolder;
  background-color: #e9ecef;
  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: #fff;
  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: #fff;
  line-height: 1.42857143;
}
.row.server-list:hover,
.row.server-list:hover {
  cursor: pointer;
  background-color: rgba(128, 128, 128, 0.05);
}
.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: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  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: #212529;
  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: #212529;
}
@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: #495057;
  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 #ddd;
  padding: 1rem 0;
}
#about .row:last-of-type a {
  border-bottom: none;
}
.btn-default {
  background-color: #fff;
}
#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: #fff;
}
#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: #f7f7f7;
  overflow: hidden;
}
#mini .introbar a {
  display: block;
  margin-left: -24px;
  border-top: solid 1px #e9ecef;
  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: #e9ecef;
}
#mini .introbar img {
  margin-right: 0.75rem;
}
.sidebar .dropdown .dropdown-menu .dropdown-item {
  color: #000;
}
.mini .main-footer {
  text-align: center;
}
.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: #fff;
  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);
}
@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: #fff;
    margin: 0 0 2rem 2rem;
  }
  .plugin_version_table {
    margin-bottom: 0;
    border: none;
    box-shadow: none;
  }
}
.plugin_action_pending {
  display: inline;
}
.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: #f4f6f9 !important;
  background-color: #f4f6f9;
  -webkit-filter: none;
          filter: none;
}
.installer.step_panel > form > input:autofill,
.installer.step_daemon > form > input:autofill {
  background: transparent;
}
