#systems-navbar .navbar-brand {
  margin-left: -50px;
}

#back-nav-item {
  /*padding-top: 5px;*/
}

#back-nav-item .nav-link {
  width: 50px;
}

.systems-con {
  padding: 120px 0 50px 0;
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

#systems-box {
  width: 90%;
  max-width: 700px;
  /*height: 600px;*/
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #1a1b40;
  box-shadow: 0px 0px 10px #8889b5;
}

#sys-box-head {
  width: 100%;
  /* height: 80px; */
  background-color: #efefef;
  border-bottom: 1px solid #ccc;
  /* line-height: 80px; */
  text-align: center;
  padding: 20px;
}

#sys-box-head h4 {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-weight: bold;
  color: #333;
}

#sys-box-con {
  height: 100%;
  padding: 30px 12px;
}

/* Input file */

.custom-file-label.selected:lang(en::after) {
  content: "" !important;
}

/* Alerts */

.alert.system-alert {
  font-size: 12px;
  padding: .40rem 1.25rem;
}

.alert.alert-danger.system-alert {
  display: none;
}

/* Choose system modal */

.import-tabs-form {
  width: 100%;
  background-color: #fff;
  /*height: 100px;*/
  border: 1px solid rgba(0,0,0,0.09);
  border-top: 0;
  padding: 14px;
}

.import-tabs-form option:first-child {
  color: #000;
}

