/*1.1.01.14*/
@font-face {
  font-family: Poppins-Regular;
  src: url("../fonts/poppins/Poppins-Regular.ttf");
}

@font-face {
  font-family: Poppins-Bold;
  src: url("../fonts/poppins/Poppins-Bold.ttf");
}

body {
  font-family: Poppins-Regular;
  background-color: #fff;
  min-height: 100vh;
}

.right-container {
  width: calc(100% - 80px);
  float: left;
}
.left-symble {
  width: 80px;
  float: left;
  background-color: #eee;
}
.hidden-m {
  display: none;
}
.h-100vh {
  height: 100vh;
}
.img-center {
  margin: 100% auto;
  display: block;
}
.tmc-title {
  float: left;
  color: #ffffff;
  padding-left: 8px;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding-top: 6px;
}
.navbar.default-layout .navbar-menu-wrapper {
  transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -ms-transition: width 0.25s ease;
  color: #001737;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100%);
  width: 100%;
  float: left;
  background-color: #8560a8;
  border-radius: 20px;
  /* padding: 8px 7px 2px; */
  /* line-height: 38px; */
  margin: 6px;
  padding: 6px 9px;
  /* -webkit-box-shadow: 0 4px 16px 0 rgba(167, 175, 183, 0.33); */
  color: #8c8989;
  font-family: Poppins-Regular !important;
}

.grid-container-table {
  display: grid;
  grid-template-columns: 18% 20% 9% 15% 9% 9% 9% 10%;
  grid-row-gap: 3px;
  grid-column-gap: 0;
  background-color: #fff;
  margin: 5px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.grid-container-table > div {
  text-align: center;
  padding: 6px 10px;
  font-size: 14px;
}
.table-header.grid-container-table {
  border-radius: 4px;
  border: 1px solid #5c1879;
  color: #fff;
  background-color: #722b91;
  margin-bottom: 8px;
}
.table-header.grid-container-table > div {
  padding: 10px 10px;
}
.grid-container-table.tr-row:nth-child(odd) {
  background-color: #f0e8f3;
}
.grid-container-table.tr-row:hover {
  background-color: #9560ad;
  color: #fff;
}
.footer-fixed-bottom {
  position: fixed;
  background-color: #fff;
  bottom: 0;
  z-index: 1030;
  border-top: 1px solid #d9d8d8;
}
.theme-main .btn-primary {
  color: #fff;
  background-color: #722b91;
  border-color: #722b91;
}
.theme-main .btn-primary:hover,
.theme-main .btn-primary:active,
.theme-main .btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #62088a;
  border-color: #722b91;
}
.theme-main .btn-primary:focus,
.theme-main .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 43, 145, 0.43);
}
.theme-main .btn-outline-primary:hover,
.theme-main .btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #722b91;
  border-color: #722b91;
}
.theme-main .btn-outline-primary {
  color: #722b91;
  background-color: #fff;
  border-color: #722b91;
}
.k-grid .k-grid-content tbody tr:hover {
  background-color: #9560ad;
  color: #fff;
}
.k-grid .k-grid-content tr.k-alt {
  background-color: #fff;
}
.table-header .k-grid-content.k-auto-scrollable {
  height: calc(100vh - 200px);
  overflow: auto;
}
.table-grid .k-grid-header {
  border-radius: 4px;
  border: 1px solid #8b5cb7;
  color: #fff;
  background-color: #8560a8;
  margin-bottom: -2px;
}
.table-grid .k-grid th {
  padding: 4px 12px;
  border-width: 0 0 0px 1px;
}
.table-grid .k-grid th:last-child {
  border-right-width: 0px !important;
}
.table-grid .k-grid .k-grid-content td {
  border-width: 1px 1px 1px 0;
  vertical-align: middle;
  font-size: 12px;
}
.table-header .k-grid-content.k-auto-scrollable table tr td:first-child {
  border-left-width: 1px !important;
  border-radius: 10px 0 0 10px;
}
.table-header .k-grid-content.k-auto-scrollable table tr td:last-child {
  border-right-width: 1px !important;
  border-radius: 0px 10px 10px 0;
}
.table-grid table {
  border-spacing: 0 5px;
}
.k-grid-content tr:last-child > td,
.k-grid-content-locked tr:last-child > td {
  border-bottom-width: 1px !important;
}
.table-header.k-grid {
  border: none;
}
@media only screen and (min-width: 320px) {
  .m-show {
    display: none;
  }
  .m-hide {
    display: block;
  }
  .right-container {
    width: calc(100%);
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .m-show {
    display: none;
  }
  .m-hide {
    display: block;
  }
}
@media only screen and (min-width: 991px) {
  .table-header.k-grid {
    border: none;
    margin: 0 AUTO;
    display: block;
    width: 100%;
    position: inherit;
  }
  .box-wit {
    /* position: relative; */
    /* float: left; */
    padding: 5px;
    width: 560px;
    margin: 0 auto;
  }

  .m-show {
    display: block;
  }
  .m-hide {
    display: none;
  }
  .right-container {
    width: calc(100% - 100px);
    float: left;
  }
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.k-grid td,
.k-grid th {
  word-break: break-all;
}

.pageLoad .modal-body h1 {
  font-weight: 500;
  font-size: 1.2em;
  text-transform: uppercase;
}
.pageLoad .modal-body a.pre-order-btn {
  color: #fff;
  background-color: #722b91;
  border-radius: 1em;
  padding: 1em;
  display: block;
  margin: 2em auto;
  width: 50%;
  font-size: 1.25em;
  font-weight: 6600;
}
.pageLoad .modal-body a.pre-order-btn:hover {
  background-color: #eee;
  text-decoration: none;
  color: #722b91;
}
.connect-icon {
  width: 36px;
}
.modal-content {
  border-radius: 0.4em;
}
.connect-icon.x2 {
  width: 3em;
}
.connect-icon.x3 {
  width: 4em;
}
.connected-icon {
  padding: 2em;
}
.center-connect-p {
  width: 80%;
  margin: 0 auto;
  line-height: 21px;
  font-size: 15px;
}

.user-btn {
  border-left: 1px solid #d8d7d7;
  font-size: 14px;
  padding: 2px 8px 2px 8px;
  float: left;
  line-height: 25px;
  /* border-radius: 4px; */
  color: #8c8989;
  font-family: Poppins-Regular !important;
}
.user-btn:hover,
.user-btn:focus {
  background-color: #722b91;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.k-grid td.k-state-selected,
.k-grid tr.k-state-selected > td {
  background-color: #722b91cb !important;
  color: #fff;
}

.running {
  background-color: rgba(169, 232, 163, 0.27);
}

.stopped {
  background-color: rgba(241, 3, 3, 0.27);
}

.btn:disabled {
  opacity: 0.65;
  background-color: #e8e8e8 !important;
  color: #171313 !important;
  border-color: #e8e8e8 !important;
}

.logo-box {
  background: #fff;
  border-radius: 20px;
  padding: 6px 0px;
}

.logo-box img {
  width: 35px;
  padding: 6px;
}
.k-grid-add-row,
.k-grid-footer,
.k-grid-header,
.k-grid-toolbar,
.k-grouping-header {
  color: #656565;
  background-color: #f5f3f300;
}
.k-grid-pager {
  padding: 8px;
  border-width: 1px 0 0;
  border-color: inherit;
  font-size: inherit;
  border: 1px solid #eee;
}
.table-header .k-grid-content.k-auto-scrollable {
  overflow: auto;
  border: 1px solid #eee;
  padding: 5px;
}
.k-datetimepicker {
  width: 14.4em;
}
