@import url(../vendor/fontawesome-free/css/all.min.css);
/* @import url(../vendor/fontawesome-free/css/font-awesome.min.css); */
@import url(
  https://fonts.googleapis.com/css?family=Nunito:200,
  200i,
  300,
  300i,
  400,
  400i,
  600,
  600i,
  700,
  700i,
  800,
  800i,
  900,
  900i
);
@import url(../css/sb-admin-2.min.css);
@import url(../vendor/datatables/dataTables.bootstrap4.min.css);
@import url(https://cdn.bootcss.com/bootstrap-datepicker/1.9.0/css/bootstrap-datepicker.min.css);

tr {
  min-height: 2.1875rem !important;
  line-height: 2.1875rem !important;
}
ul {
  list-style: none;
  padding: 0;
}
.table td,
.table th {
  padding: 0.3rem;
  vertical-align: middle;
}
.table td button {
  padding: 0.1rem 0.5rem;
}
.container-fluid {
  padding-top: 1.5rem;
}
.table-link-div {
  float: right;
}
tr.hidden .table-link-div {
  display: none;
}
.table-link-a {
  /* float: right; */
  /* margin-left: 1rem; */
  margin-right: 8px;
}
.title-h6 {
  float: left;
  height: 30px;
  line-height: 30px;
}
.date-picker-div {
  display: flex;
  float: right;
  align-items: center;
  height: 30px;
  line-height: 30px;
}
.date-picker-div i {
  margin: 0 0.5rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  cursor: pointer;
}
.date-picker-div input {
  width: 8rem;
  text-align: center;
}
#myDate {
  border: none;
  outline-style: none;
  background: none;
}
#myDate:focus {
  box-shadow: none;
}
.edit-row {
  margin-bottom: 0.625rem;
}
.modal-form-title {
  display: block;
  text-align: center;
  font-size: 20px;
  width: 100%;
}
.card.shadow.mb-4 {
  display: flex;
  flex-direction: column;
  /* min-height: 100%; */
}
.config-device-content {
  /* flex: 1; */
  display: flex;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.add-device-div {
  display: flex;
  height: 31.25rem;
  overflow: hidden;
}
.add-input-hidden {
  display: none;
  overflow: hidden;
}
.add-form-div {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.device-list {
  padding: 1.25rem;
}
.result-table-div {
  flex: 2;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow-y: auto;
}
.devices-textarea {
  width: 100%;
  height: 400px;
  flex: 1;
}
.placeholderColor {
  color: #ccc;
}
.modal-body .row label {
  padding-top: 0.45em !important;
  padding-left: 1.5625rem;
  position: relative;
}
.modal-body .row label.required::before {
  content: '*';
  height: 0.9rem;
  color: red;
  position: absolute;
  left: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
}
.content.search-page {
  height: 100%;
  position: relative;
}
.content.search-page.bg-fff {
  background: #fff !important;
}
.container-fluid.search-page {
  box-sizing: border-box;
  padding-top: 0;
}
.div-hidden {
  display: none !important;
}
#init-page-search {
  width: 35%;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
}
.company {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
.offline-log-chart {
  width: 50rem;
  height: 14rem;
  margin: 0 auto;
}
.login-body {
  height: 100%;
}
.login-body-outer {
  position: relative;
}
.login-body-inner {
  width: 80%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login-form {
  margin: 0 auto;
}
@media (min-width: 576px) {
  .home-nav-bar {
    display: none;
  }
}

/* .num-title {
  flex: 2;
}
.num-chart {
  flex: 1;
} */
#myAreaChart {
  height: 100%;
}
.guardian_overview a.title-h6 {
  margin-right: 1.25rem !important;
}
#guardiansTableDiv .card .card-body ul li {
  height: 2.1875rem;
  line-height: 2.1875rem;
}
#guardiansTableDiv .card .card-body ul li span {
  font-weight: bold;
}

#guardiansTableDiv .card {
  border: none;
}
.keep-icon {
  color: grey;
  cursor: pointer;
}
.keep-icon .keep {
  color: goldenrod;
}
.keep-icon span {
  display: none;
}
.tags-ul li {
  float: left;
  height: 26px;
  line-height: 24px;
  border-radius: 16px;
  margin: 0 8px 16px 0;
  padding: 0 8px;
  border: 1px solid #4e73df;
  color: #4e73df;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  user-select: none;
}
.tags-ul li.active {
  color: #fff;
  background: #4e73df;
}
.btn-info {
  background-color: #4e73df !important;
  border-color: #4e73df !important;
}
#guardiansTableDiv {
  padding: 5px;
}
