html {
  font-family: sans-serif;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  display: flex;
  flex-direction: column;
}

a:hover,
a:active,
a:focus {
  text-decoration: none !important;
}

.centercontent {
  position: absolute;
  max-width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overflow-hidden {
  overflow: hidden !important;
}

.flex-root {
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex: 1 0 0px;
}

.flex-column-auto {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.flex-column-fluid {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-row-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flex-row-fluid {
  -webkit-box-flex: 1;
  flex: 1 auto;
  -ms-flex: 1 0 0px;
  min-width: 0;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .flex-row-fluid {
    min-width: none;
  }
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 576px) {
  .flex-sm-root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
  }

  .flex-sm-column-auto {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .flex-sm-column-fluid {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .flex-sm-row-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .flex-sm-row-fluid {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}

@media screen and (min-width: 576px) and (-ms-high-contrast: active),
(min-width: 576px) and (-ms-high-contrast: none) {
  .flex-sm-row-fluid {
    min-width: none;
  }
}

@media (min-width: 576px) {
  .flex-sm-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .flex-md-root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
  }

  .flex-md-column-auto {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .flex-md-column-fluid {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .flex-md-row-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .flex-md-row-fluid {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active),
(min-width: 768px) and (-ms-high-contrast: none) {
  .flex-md-row-fluid {
    min-width: none;
  }
}

@media (min-width: 768px) {
  .flex-md-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .flex-lg-root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
  }

  .flex-lg-column-auto {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .flex-lg-column-fluid {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .flex-lg-row-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .flex-lg-row-fluid {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}

@media screen and (min-width: 992px) and (-ms-high-contrast: active),
(min-width: 992px) and (-ms-high-contrast: none) {
  .flex-lg-row-fluid {
    min-width: none;
  }
}

@media (min-width: 992px) {
  .flex-lg-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .flex-xl-root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
  }

  .flex-xl-column-auto {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .flex-xl-column-fluid {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .flex-xl-row-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .flex-xl-row-fluid {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}

@media screen and (min-width: 1200px) and (-ms-high-contrast: active),
(min-width: 1200px) and (-ms-high-contrast: none) {
  .flex-xl-row-fluid {
    min-width: none;
  }
}

@media (min-width: 1200px) {
  .flex-xl-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
  }

  .flex-xxl-column-auto {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .flex-xxl-column-fluid {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .flex-xxl-row-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .flex-xxl-row-fluid {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}

@media screen and (min-width: 1400px) and (-ms-high-contrast: active),
(min-width: 1400px) and (-ms-high-contrast: none) {
  .flex-xxl-row-fluid {
    min-width: none;
  }
}

.input-box-style {
  border-bottom: 1px solid #1c2902;
  box-shadow: 0px 0px 0px;
  border-radius: 0;
}

.input-box-style .input-group-prepend .input-group-text {
  border: 0 !important;
  background-color: white !important;
}

.input-box-style .form-control {
  border: none !important;
}

.btn-round-lg {
  border-radius: 22.5px;
}

.btn-round {
  border-radius: 17px;
}

.btn-round-sm {
  border-radius: 15px;
}

.btn-round-xs {
  border-radius: 11px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.btn-outline-light-gray {
  color: #707070;
  background-color: transparent;
  background-image: none;
  border-color: #BABABA;
}

.header-bar {
  /*background: transparent linear-gradient(222deg, #9B2CE5 0%, #5209AF 24%, #20309D 63%, #084D88 100%) 0% 0% no-repeat padding-box;*/
  background: transparent 0% 0% no-repeat padding-box;
  height: 90px !important;
}

.header-bar .navbar-brand img {
  height: 41px;
  width: 294px;
}

.header-bar .header-tool {
  display: flex;
  align-items: center;
}

.header-bar .header-tool .avatar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 46px;
  height: 46px;
}

.header-bar .header-tool .title {
  color: white;
}

.header-bar .header-tool .title span {
  font-weight: 700;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float: right;
  margin: 0px;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.default:checked+.slider {
  background-color: #444;
}

input.primary:checked+.slider {
  background-color: #2196F3;
}

input.success:checked+.slider {
  background-color: #8bc34a;
}

input.info:checked+.slider {
  background-color: #3de0f5;
}

input.warning:checked+.slider {
  background-color: #FFC107;
}

input.danger:checked+.slider {
  background-color: #f44336;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.login>div {
  /*background-image: url(/images/bg.png);*/
  background: linear-gradient(90deg, #3F5905, #C4D925, #3F5905);
  background-position: center;
}

.login .login-form {
  width: 430px;
  height: 630px;
  background-color: white;
  box-shadow: 5px 5px 15px #00000029;
  border: 1px solid #707070;
  border-radius: 8px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login .login-form .brand-logo {
  position: absolute;
  top: -60px;
}

.login .login-form .header {
  margin-bottom: 40px;
}

.login .login-form .header h3 {
  margin-top: 4px;
  font-weight: 700;
}

.login .login-form form label {
  font-size: 12px !important;
  letter-spacing: 0px;
  color: #2380F9;
  text-transform: uppercase;
}

.login .login-form form .form-group {
  margin-bottom: 22px !important;
}

.login .login-form form .form-group .input-group-prepend {
  margin-right: 10px;
}

.login .login-form form .form-group .input-group-prepend .input-group-text {
  background-color: white !important;
  border: 0 !important;
  outline: 0 !important;
  padding-left: 0px;
}

.login .login-form form .form-group .form-control {
  padding-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 0;
  box-shadow: none !important;
}

.login .login-form form .btn-login {
  margin-top: 80px;
  height: 62px;
  border-radius: 31px;
}

.map-container {
  display: flex;
  flex: 1;
}

.map-container .map-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

.map-container .map-body .left {
  z-index: 8;
  position: absolute;
  top: 0px;
  width: 400px;
  padding: 47px 20px 0px 20px;
  background: #1c29025D 0% 0% no-repeat padding-box; /* F2D272B3 */
  box-shadow: 5px 0px 10px #00000029;
}

.map-container .map-body .left .search-bar {
  margin-bottom: 40px;
}

.map-container .map-body .left .search-bar label {
  font-size: 12px;
}

.map-container .map-body .left .result-box {
  overflow: scroll;
  overflow-x: hidden;
  height: calc(100vh - 250px);
}

.map-container .map-body .left .result-box .item {
  border-radius: 8px;
  margin-bottom: 20px;
  cursor: pointer;
}

.map-container .map-body .left .result-box .item:hover {
  /*background-color: #193085;*/
  background-color: #3F5905;
}

.map-container .map-body .left .result-box .item:hover .title {
  color: white !important;
}

.map-container .map-body .left .result-box .item:hover .status {
  color: white !important;
}

.map-container .map-body .left .result-box .item:hover .date {
  color: white !important;
}

.map-container .map-body .left .result-box .item .card-body {
  padding: 20px !important;
  display: grid;
  grid-template-columns: 54px 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
}

.map-container .map-body .left .result-box .item .card-body .img-status {
  grid-row: 1/3;
}

.map-container .map-body .left .result-box .item .card-body .title {
  font-size: 16px;
  font-weight: bold;
  grid-column: 2/4;
}

.map-container .map-body .left .result-box .item .card-body .status {
  font-size: 14px;
  color: #707070;
}

.map-container .map-body .left .result-box .item .card-body .date {
  font-size: 14px;
  color: #707070;
}

.map-container .map-body .right {
  flex: 1;
}

.map-container .map-body .right #map {
  height: 100%;
}

.map-container .map-body .infoWindow {
  background-color: white;
  margin: 10px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  align-content: center;
}

.map-container .map-body .infoWindow .top {
  align-self: center;
  display: grid;
  grid-template-columns: 54px 1fr;
  grid-template-rows: repeat(2, 24px);
  column-gap: 10px;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.map-container .map-body .infoWindow .top img {
  grid-row: 1/3;
}

.map-container .map-body .infoWindow .top span {
  display: flex;
  align-items: center;
}

.map-container .map-body .infoWindow .top .title {
  font-size: 16px;
  font-weight: bold;
}

.map-container .map-body .infoWindow .top .status {
  font-size: 14px;
}

.map-container .map-body .infoWindow .bottom {
  margin-top: 10px;
}

.map-container .map-body .infoWindow .bottom button {
  height: 30px;
  background-color: #2380F9;
  color: white;
  border-radius: 10px;
  font-size: 12px;
}

.gm-style-iw {
  width: 270px;
}

@media all and (min-width: 991px) {
  .dropdown:after {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .15s ease-in-out;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: none;
  }

  .dropdown.show .nav-link {
    position: relative;
    z-index: 12;
  }

  .dropdown.show:after {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    position: fixed;
  }
}

.spinner {
  height: 60px;
  width: 60px;
  margin: auto;
  display: flex;
  position: absolute;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, 0.15);
  border-right: 6px solid rgba(0, 174, 239, 0.15);
  border-bottom: 6px solid rgba(0, 174, 239, 0.15);
  border-top: 6px solid rgba(0, 174, 239, 0.8);
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

#overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

.detail-container .detail-container__header {
  background: transparent 0% 0% no-repeat padding-box;
  height: 90px !important;
}

.detail-container .detail-container__header .left {
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-content: center;
}

.detail-container .detail-container__header .left img {
  height: 36px;
  width: 36px;
}

.detail-container .detail-container__header .left .title {
  font-size: 24px;
  margin-left: 5px;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #e2e2e2;
}

.detail-container .detail-container__header .left .sub-title {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 22px;
  color: #212121;
}

.detail-container .detail-container__header .right label {
  display: flex;
  align-items: center;
  color: #787878;
  margin: 0;
}

.detail-container .detail-container__body {
  background: transparent linear-gradient(222deg, #D9A441 0%, #C4D925 24%, #3F5905 63%, #618C20 100%) 0% 0% no-repeat padding-box;
  padding: 40px !important;
}

.detail-container .detail-container__body .controll-section .card {
  background: transparent 0% 0% no-repeat padding-box;
  border: none;
  height: 100%;
}

.detail-container .detail-container__body .controll-section .card .card-body {
  padding: 0px !important;
}

.detail-container .detail-container__body .controll-section .card .card-body .header {
  padding: 20px 20px 0px 20px;
  box-sizing: border-box;
}

.detail-container .detail-container__body .controll-section .card .card-body .header .form-group {
  width: 160px !important;
}

.detail-container .detail-container__body .controll-section .card .card-body .header .form-group .form-control {
  background-color: #F0F6FA;
  color: #2380F9;
}

.detail-container .detail-container__body .controll-section .card .card-body .my-table .my-table__header {
  padding: 0px 20px 10px 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}

.detail-container .detail-container__body .controll-section .card .card-body .my-table .my-table__header .header-tool {
  background-color: #3F5905;
  border-radius: 8px;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 13px 20px;
  box-sizing: border-box;
  height: 60px;
}

.detail-container .detail-container__body .controll-section .card .card-body .my-table .my-table__header .header-tool .title {
  padding: 5px 6px 6px 6px;
  font-size: 16px;
  font-weight: bold;
}

.detail-container .detail-container__body .controll-section .card .card-body .my-table .my-table__header .header-tool .action-bar {
  display: flex;
  align-content: center;
}

.detail-container .detail-container__body .controll-section .card .card-body .my-table .my-table__header .header-tool .action-bar .ios {
  width: 65px !important;
  height: 27px !important;
}

.detail-container .detail-container__body .controll-section .card .card-body .my-table .my-table__header .header-tool .action-bar .toggle.ios,
.detail-container .detail-container__body .controll-section .card .card-body .my-table .my-table__header .header-tool .action-bar .toggle-on.ios,
.detail-container .detail-container__body .controll-section .card .card-body .my-table .my-table__header .header-tool .action-bar .toggle-off.ios {
  border-radius: 8px;
}

.detail-container .detail-container__body .controll-section .card .card-body .my-table .my-table__header .header-tool .action-bar .date {
  font-size: 14px;
}

.detail-container .detail-container__body .controll-section .card .card-body .my-table .my-table__header .header-title {
  padding: 10px 6px 0px 6px;
  display: grid;
  grid-column-gap: 10px;
  justify-content: center;
  align-content: center;
  grid-template-columns: 40px 2fr repeat(3, 1fr);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  list-style: none;
  margin: 0px !important;
}

.detail-container .detail-container__body .card .card-body .header-tool {
  background-color: #1c2902;
  border-radius: 8px;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 13px 20px;
  box-sizing: border-box;
  height: 119px;
}

.detail-container .detail-container__body .card .card-body .control-box {
  margin-top: 30px;
  overflow-y: scroll;
  height: calc(70vh - 80px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
/*
.detail-container .detail-container__body .controll-section .card .card-body .control-box .tmp {
  padding: 10px;
  border-radius: 10px;
  background-color: #1c2902;
  height: 40px;
  cursor: pointer;
  grid-column:span 4;
  
}
*/

.detail-container .detail-container__body .controll-section .card .card-body .control-box .title {
  padding: 5px 6px 6px 6px;
  font-size: 16px;
  font-weight: bold;
  grid-column:span 4;
}

.detail-container .detail-container__body .controll-section .card .card-body .control-box .tmp {
  overflow-y: false;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.detail-container .detail-container__body .controll-section .card .card-body .control-box .item {
  padding: 10px;
  border-radius: 10px;
  background-color: #1c2902;
  height: 80px;
  cursor: pointer;
}

.detail-container .detail-container__body .controll-section .card .card-body .control-box .item:hover {
  background-color: #3F5905;
}

.detail-container .detail-container__body .controll-section .card .card-body .my-table .my-table__body .items .item {
  display: grid;
  grid-column-gap: 10px;
  justify-content: center;
  align-content: center;
  grid-template-columns: 40px 2fr repeat(3, 1fr);
  text-align: center;
  list-style: none;
  margin: 0px !important;
  padding: 0px 26px 0px 26px;
  font-size: 16px;
  height: 60px;
}

.detail-container .detail-container__body .controll-section .card .card-body .my-table .my-table__body .items .item li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

.detail-container .detail-container__body .controll-section .card .card-body .my-table .my-table__body .items .item .status span {
  border-radius: 14px;
  padding: 5px 15px;
}

.detail-container .detail-container__body .controll-section .card .card-body .my-table .my-table__body .items .item .status .success {
  background-color: #2380F91A;
  color: #2380F9;
  font-size: 14px;
}

.detail-container .detail-container__body .controll-section .card .card-body .my-table .my-table__body .items .item .status .error {
  background-color: #E849491A;
  color: #E84949;
  font-size: 14px;
}

.detail-container .detail-container__body .log-section {
  display: flex;
  flex-direction: column;
}

.detail-container .detail-container__body .log-section .log-section__top {
  margin-bottom: 20px;
}

.detail-container .detail-container__body .log-section .log-section__top .card .card-body {
  padding: 20px 20px 20px 20px;
}

.detail-container .detail-container__body .log-section .log-section__top .card .card-body .header {
  display: flex;
  justify-content: left;
  align-items: end;
}

.detail-container .detail-container__body .log-section .log-section__top .card .card-body .header .title {
  font-size: 12px;
  color: #e2e2e2;
}

.detail-container .detail-container__body .log-section .log-section__bottom {
  flex: 1;
}

.detail-container .detail-container__body .log-section .log-section__bottom .card {
  height: 100%;
}

.detail-container .detail-container__body .log-section .log-section__bottom .card .my-table .my-table__header {
  padding: 0px 20px 0px 20px;
  margin-bottom: 10px;
}

.detail-container .detail-container__body .log-section .log-section__bottom .card .my-table .my-table__header .header-title {
  padding: 10px 6px 0px 6px;
  display: grid;
  grid-column-gap: 10px;
  justify-content: center;
  align-content: center;
  grid-template-columns: 1fr 1fr 1fr 2fr 1fr 1fr;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  list-style: none;
  margin: 0px !important;
  color: #e2e2e2;
}

.detail-container .detail-container__body .log-section .log-section__bottom .card .my-table .my-table__body .items .item {
  padding: 0px 6px 0px 6px;
  display: grid;
  grid-column-gap: 10px;
  justify-content: center;
  align-content: center;
  grid-template-columns: 1fr 1fr 1fr 2fr 1fr 1fr;
  text-align: center;
  list-style: none;
  margin: 0px !important;
  font-size: 16px;
  height: 60px;
  color: #B6B6B6;
}

.detail-container .detail-container__body .log-section .log-section__bottom .card .my-table .my-table__body .items .item li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}


.detail-container .detail-container__body .log-section .log-section__bottom .card .my-table .my-table-sensor__header .header-title {
  padding: 10px 6px 0px 6px;
  display: grid;
  grid-column-gap: 10px;
  justify-content: center;
  align-content: center;
  grid-template-columns: 2fr 2fr 1fr 1fr 1fr 1fr 1fr;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  list-style: none;
  margin: 0px !important;
  color: #e2e2e2;
}

.detail-container .detail-container__body .log-section .log-section__bottom .card .my-table .my-table-sensor__body .items .item {
  padding: 0px 6px 0px 6px;
  display: grid;
  grid-column-gap: 10px;
  justify-content: center;
  align-content: center;
  grid-template-columns: 2fr 2fr 1fr 1fr 1fr 1fr 1fr;
  text-align: center;
  list-style: none;
  margin: 0px !important;
  font-size: 16px;
  height: 60px;
  color: #B6B6B6;
}


.detail-container .detail-container__body .log-section .log-section__bottom .card .my-table .my-table-sensor__body .items .item li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

.detail-container .detail-container__body .log-section .log-section__bottom .card .my-table .my-table-alarm__header .header-title {
  padding: 10px 6px 0px 6px;
  display: grid;
  grid-column-gap: 10px;
  justify-content: center;
  align-content: center;
  grid-template-columns: 1fr 1.5fr 1.5fr 1fr 0.5fr 0.8fr 0.7fr;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  list-style: none;
  margin: 0px !important;
  color: #e2e2e2;
}

.detail-container .detail-container__body .log-section .log-section__bottom .card .my-table .my-table-alarm__body .items .item {
  padding: 0px 6px 0px 6px;
  display: grid;
  grid-column-gap: 10px;
  justify-content: center;
  align-content: center;
  grid-template-columns: 1fr 1.5fr 1.5fr 1fr 0.5fr 0.8fr 0.7fr;
  text-align: center;
  list-style: none;
  margin: 0px !important;
  font-size: 16px;
  height: 60px;
  color: #B6B6B6;
}


.detail-container .detail-container__body .log-section .log-section__bottom .card .my-table .my-table-alarm__body .items .item li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}


/*# sourceMappingURL=user.css.map */