.login {
  padding-top: 10%;
  width: 400px;
  margin: 0 auto;
}
.login-card {
  background-color: #f7f7f7;
}

label {
  font-size: 20px;
}

.form-group {
  margin: 0.5rem;
}

.login-button {
  margin: 0.5rem;
}

/* via https://projects.lukehaas.me/css-loaders/ */
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(35, 19, 253, 0);
  border-right: 1.1em solid rgba(35, 19, 253, 0);
  border-left: 1.4em solid #007bff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.custom-tooltip {
  border-radius: 15px;
  background-color: white;
  padding: 0.5rem;
}

.CardDeckDashoard {
  justify-content: space-evenly;
}

.CardDashboard {
  width: 65rem;
}

.CardDashboardbody {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}

.pieChart {
  max-width: 450px;
}
table {
  background-color: white;
}

table:hover {
  cursor: pointer;
}

div.card-style.device.card {
  margin: 0;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  padding: 0;
}

div.card-header {
  background: #dadada;
}

.device-info-title {
  margin-top: 0.5rem;
  font-size: 1.5rem;
}

div.modal-header {
  background: #e9ecef;
}

label.form-label {
  font-weight: 500;
}
i {
  font-weight: 400;
}

.raw-messages-table-body {
  word-break: break-all;
}

.search-select-messages {
  box-shadow: 0;
  width: 150px;
  height: 48px;
  background-color: rgb(248, 248, 248);
  border: none;
  font-weight: 500;
  border-right: 1px solid #e0e3e6;
  border-radius: 0.25rem;
}

.sort-button {
  background-color: white;
  border: none;
  color: black;
  margin: 0;
  padding: 0;
  padding-left: 5px;
  text-decoration: none;
}

button:focus {
  outline: 0;
}

.btn.refresh-border {
  border-left: 1px solid #e0e3e6;
  border-radius: 0.25rem;
}

.search {
  display: flex;
  width: 100%;
  /* align-items: center; */
}

.result {
  width: 25%;
  padding: 0.6rem;
  text-align: right;
  flex-grow: 1;
  font-size: larger;
}

input:focus {
  outline: 0;
}

.card-style {
  background-color: #e9ecef;
  margin: 0rem 1rem 1rem 1rem;
  padding: 1rem;
}
.form-check-input {
  width: 20px;
  height: 20px;
}

.radio {
  margin-right: 3rem;
  display: inline;
}

label {
  padding-left: 0.5rem;
  font-size: 16px;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  border: 1px solid;
  padding: 8px;
  border: solid white;
  -webkit-appearance: none;
  -moz-box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.4) !important;
  -webkit-box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.4) !important;
  background: rgb(255, 255, 255);
}

.footer-devices-text {
  font-size: 100%;
  font-weight: 500;
  text-align: right;
  line-height: 15px;
}

.devices-table {
  font-size: 90%;
  min-width: 1000px;
}

.device-table-customer {
  overflow: hidden;
  width: 125px;
}

.device-table-inSync {
  overflow: hidden;
  width: 100px;
}

.border-start {
    border-radius: .25rem 0 0 .25rem !important;
}

.border-end {
    border-radius: 0 .25rem .25rem 0 !important;
}
.search-select-customer {
  box-shadow: 0;
  width: 150px;
  height: 48px;
  background-color: rgb(248, 248, 248);
  border: none;
  font-weight: 500;
  border-right: 1px solid #e0e3e6;
  border-radius: 0.25rem;
}

.nav-item.nav-link.active {
  color: white;
}

.nav-tabs {
  padding: 0.75rem;
  color: white;
}

.bg-dark {
  background-color: #0771b8 !important;
}
.nav-link.active {
  background-color: #0771b8 !important;
}

html {
  overflow-y: scroll;
}

a {
  color: #000000;
}

label {
  margin-bottom: 0;
}

h6 {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 0;
}

.title {
  margin: 1rem 1rem 1rem 0rem;
}

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

.btn.refresh {
  font-size: 1.4rem;
}

.search-input {
  padding: 0.5rem 0.4rem 0.4rem 0.8rem;
  border: none;
  flex-grow: 1;
  width: 75%;
  max-width: 75%;
}

.Toastify__toast-container--top-right {
  top: 75px;
}

.Toastify__toast--info,
.Toastify__toast--success,
.Toastify__toast--error {
  border-radius: 0.25rem;
}

body.modal-open {
  overflow: hidden !important;
}

/*Optional:*/
.modal-open,
.modal {
  padding-right: 0 !important;
}

.text-invalid {
  color: #bb1248;
}
.input-field-invalid {
  color: #bb1248;
  border: 2px solid #bb1248;
}

.input-field-invalid:focus {
  color: #bb1248;
  border: 2px solid #bb1248;
}

.row-selected {
  background-color: #8ac7f0 !important;
}

.react-contextmenu-wrapper {
}

.react-contextmenu {
  min-width: 160px;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.react-contextmenu-item {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.react-contextmenu-item:hover {
  cursor: pointer;
  background-color: rgb(222, 222, 222);
}

.checkbox-table-cell {
  width: 10px;
}

.checkbox-label-width {
  width: 100px;
}

.search-select {
  box-shadow: 0;
  width: 125px;
  height: 48px;
  background-color: rgb(248, 248, 248);
}

.create-object-div {
  margin: 0.5rem 0rem 0.5rem 0.5rem;
  float: right;
  width: 100%;
}
.create-object-button {
  float: right;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 2px;
}

.timeStamp-table-cell {
  width: 7.1em;
  min-width: 7.1em;
  max-width: 7.5em;
  word-break: break-all;
}


/*# sourceMappingURL=main.2190a86f.map*/