/* LESS Document */
/* LESS Document */
html,
body {
  font-size: 16px;
  line-height: 1.8;
  color: #3e3a39;
}
body {
  font-family: 'Open Sans', 'Helvetica Neue', 'Ubuntu', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
  background-color: #ffffff;
  font-style: normal;
  overflow-x: hidden;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.4rem;
}
h4 {
  font-size: 1.2rem;
}
h5,
h6 {
  font-size: 1rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin-bottom: 1rem;
}
p,
li,
dt,
dd {
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
header,
footer,
#copyright,
a.btn {
  font-family: 'montserrat', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
  font-weight: 400;
}
h4,
h5 {
  font-weight: 600;
}
p,
ul {
  font-size: 1rem;
}
dt,
dd {
  margin-bottom: 0;
}
a {
  color: #00a4e3;
  transition: 0.5s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a img:hover {
  opacity: 0.7;
}
img {
  max-width: 100%;
  max-height: 500px;
}
.bold {
  font-weight: bold;
}
.text-blue {
  color: #00a4e3;
}
.text-large {
  font-size: 150%;
}
.text-small {
  font-size: 80%;
}
.text-exsmall {
  font-size: 60%;
}
.bg-primary {
  background-color: #00a4e3 !important;
}
.bg-dark {
  background-color: #3e3a39 !important;
}
.bg-light {
  background-color: #f1f1f1 !important;
}
.bg-secondary {
  background-color: #a9aaaa !important;
}
.bg-primary-dark {
  background-color: #00497A !important;
}
.btn-link {
  color: #00a4e3;
}
.text-primary-dark {
  color: #00497a !important;
}
.btn {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
.btn-primary {
  background-color: #00a4e3;
  border-color: #00a4e3;
  color: #ffffff;
}
.btn-primary a {
  color: #ffffff;
}
.btn-primary:hover {
  border-color: #00a4e3;
  background-color: #ffffff;
  color: #00a4e3;
}
.btn-primary:hover a {
  color: #00a4e3;
}
.btn-outline-primary {
  color: #00a4e3;
  border-color: #00a4e3;
  background-color: #ffffff;
}
.btn-outline-primary:hover {
  background-color: #00a4e3;
  border-color: #00a4e3;
}
.btn-outline-primary:hover a {
  color: #ffffff;
}
.btn-lg {
  padding: 0.75rem 2rem;
  font-size: 1.2rem;
  box-shadow: none;
}
.btn-lg:before {
  content: '';
}
.btn-lg.btn-buy:hover {
  background-color: #ffffff;
  border-color: #ed781e;
}
.btn-lg.btn-buy:hover a {
  color: #ed781e;
}
@media (max-width: 576px) {
  .btn-lg {
    padding: 0.75rem 1rem;
  }
}
.breadcrumb {
  color: #a9aaaa;
  background-color: #FFF;
  font-size: 80%;
  padding: 1.5rem 0;
  margin: 2rem auto 3rem;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.5em;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
pre {
  margin: 0;
  font-size: 12px;
  font-family: monospace;
  line-height: 20px;
  border-radius: 0px 0px 5px 5px;
}
@media screen and (min-width: 640px) {
  pre {
    font-size: 14px;
  }
}
.hljs {
  border: 1px solid #DDD;
}
.pre-wrapper {
  position: relative;
  margin-bottom: 1rem;
}
.pre-wrapper pre {
  padding-top: 25px;
}
.pre-wrapper .copy-snippet {
  min-width: 55px;
  background: none repeat scroll 0 0 transparent;
  border: 0;
  color: #ffffff;
  font-family: 'HELEVETICA', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42rem;
  margin: 0;
  padding: 0px 5px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  position: absolute;
  background: #00a4e3;
  top: 0;
  right: 0;
}
.pre-wrapper .copy-snippet:disabled {
  color: #FFF;
}
.pre-header {
  background-color: #FFF;
  color: #FFF;
  border-top: 1px solid #a9aaaa;
  border-left: 1px solid #a9aaaa;
  border-right: 1px solid #a9aaaa;
  border-radius: 5px 5px 0px 0px;
}
.card-shadow {
  box-shadow: 0 3px 8px 0 rgba(62, 58, 57, 0.12), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.btn-shadow {
  box-shadow: 0 1px 1px rgba(62, 58, 57, 0.3);
}
body {
  color: #3e3a39;
  background-color: #f1f1f1;
  overflow-x: hidden;
  padding-top: 0px;
}
html,
body {
  font-size: 14px;
}
body.users {
  padding-top: 20px;
}
/*reset*/
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.text-primary {
  color: #00a4e3 !important;
}
.bg-gray {
  background-color: #f1f1f1;
}
.alert-info {
  color: #00497A;
  background-color: #DCEDFA;
  border-color: #a9d0ef;
}
/* 5 Columns */
.col-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-15 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .col-15 {
    max-width: 33%;
  }
}
@media (min-width: 992px) {
  .col-15 {
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-15 {
    max-width: 20%;
  }
}
.auth_box {
  margin: 0 auto;
  max-width: 448px;
  width: 100%;
}
.auth_box h1 {
  width: 120px;
  margin: 0 auto 3rem;
}
.auth_box h2 {
  font-size: 1.2rem;
  font-weight: 600;
}
.auth_box-inner {
  padding: 40px 32px;
}
.auth_box-inner input[type="text"],
.auth_box-inner input[type="email"],
.auth_box-inner input[type="password"] {
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  flex: 1 1 auto;
  width: 100%;
}
.auth_box-inner input[type="checkbox"] {
  width: auto;
}
.auth-container-wrap {
  margin: 0 auto;
  border-radius: 5px;
}
.signinseparator {
  border-top: 1px solid #a9aaaa;
  position: relative;
  margin: 3rem 0 1rem;
  text-align: center;
}
.signinseparator span {
  background-color: #fff;
  padding: 0 1rem;
  position: relative;
  color: #a9aaaa;
  top: -1rem;
}
.signin-foot {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.signin-foot p {
  font-size: 13px;
  padding: 1rem 0;
}
.signin-foot a {
  color: #3e3a39;
}
.signin-foot a:hover {
  color: #00a4e3;
}
#boxSso .firebaseui-idp-list {
  margin: 0;
}
.firebaseui-info-bar {
  top: 50%;
  transform: translateY(-50%);
}
.Console h1,
.Console h2,
.Console h3,
.Console h4,
.Console h5,
.Console header {
  font-family: 'montserrat', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
}
.Console h5,
.Console h6 {
  margin-bottom: 0;
  font-weight: 600;
}
.Console .btn {
  padding: 0.25rem 0.75rem;
  border-radius: 0.2rem;
}
.Console .btn-primary {
  background-color: #00a4e3;
  border: 1px solid #00a4e3;
  color: #ffffff;
}
.Console .btn-primary:hover {
  background-color: #ffffff;
  color: #00a4e3;
}
.Console .btn-outline-secondary.on-light {
  background-color: #ffffff;
}
.Console .btn-outline-secondary.on-light:hover {
  background-color: #6c757d;
  color: #ffffff;
}
.Console .badge {
  font-size: 12px;
  border-radius: 2px;
  vertical-align: middle;
}
.Console .badge-primary {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  border: 1px solid #ffffff;
}
.Console .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.Console .text-red {
  background-color: #fc6d53;
  color: #ffffff;
  display: block;
  text-align: center;
  font-weight: 600;
}
.Console .text-red a {
  font-weight: normal;
}
.Console .text-danger {
  color: #FC6D53 !important;
}
.Console h1 {
  font-weight: 600;
  font-size: 1rem;
  padding: 1rem 0 0 0;
}
.Console #content h2 {
  font-size: 1.4rem;
}
.Console #content h4.h4-info {
  font-size: 1rem;
}
.Console #content h4.h4-info:before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  font-weight: 900;
  padding-right: 5px;
}
.Console .modal {
  max-height: 100%;
  overflow-y: auto;
}
.Console .modal .modal-body {
  height: auto;
  min-height: 100%;
}
.Console .modal .modal-body .description,
.Console .modal .modal-body .description-alert {
  padding: 15px;
  color: #3E3A39;
  background-color: #F1F1F1;
}
.Console .modal .modal-body .description p,
.Console .modal .modal-body .description-alert p {
  margin: 0 0.2rem;
  font-weight: bold;
}
.Console .pagination {
  margin: 2rem 0;
}
@media (max-width: 576px) {
  .Console .btn {
    padding: 0.25rem 0.5rem;
    border-radius: 0.2rem;
  }
}
#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#content-wrapper {
  width: 100%;
  min-width: 100vw;
  overflow-x: hidden;
  min-height: 100%;
}
#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -18rem;
  -webkit-transition: margin 0.25s ease-out;
  -moz-transition: margin 0.25s ease-out;
  -o-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
}
#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}
.nav-brand {
  background-color: #3e3a39;
  position: relative;
}
.navbar-toggler {
  position: absolute;
  top: 10px;
  left: 10px;
}
.sidebar-switcher {
  margin: 1rem 1rem 0;
  text-align: center;
}
.sidebar-switcher button {
  position: relative;
  text-align: left;
  color: #ffffff;
  display: block;
  padding: 0.25rem 1rem;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  min-width: 200px;
  width: 100%;
}
.sidebar-switcher button:after {
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 900;
  font-size: 0.8rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.sidebar {
  width: 18rem;
  min-height: 100vh;
  background-color: #3e3a39;
}
.sidebar .sidebar-heading button {
  width: 100%;
  color: #ffffff;
  text-align: left;
  position: relative;
}
.sidebar .sidebar-heading button:hover {
  background-color: #4e4e4e;
}
.sidebar .sidebar-heading button:hover h2:after {
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 900;
  font-size: 0.8rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.sidebar .sidebar-heading button[aria-expanded="true"] h2:after {
  font-family: "Font Awesome 5 Free";
  content: '\f077';
  font-weight: 900;
  font-size: 0.8rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.sidebar .sidebar-heading h2 {
  font-weight: 400;
  font-size: 1rem;
  padding: 1rem;
  margin-bottom: 0;
}
.sidebar .sidebar-heading h2 i {
  margin-right: 0.5rem;
}
.sidebar .sidebar-heading h2 span {
  font-size: 0.8rem;
  display: block;
  color: #BFBFBF;
  font-weight: 400;
}
.sidebar ul.sidebar-nav-links {
  list-style: none;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #a9aaaa;
  margin-bottom: 0;
}
.sidebar ul.sidebar-nav-links .divider {
  border-bottom: 1px dotted #666;
  margin: 1rem 1.5rem;
}
.sidebar .btn-login {
  margin-bottom: 1rem;
}
.sidebar .nav-item .nav-link {
  color: #ffffff;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.25rem 1.5rem 0.25rem 2.5rem;
  width: 18rem;
  border-bottom: 2px solid transparent;
}
.sidebar .nav-item .nav-link:hover {
  /*background-color: lighten(@darkGray, 15%);*/
  background-color: #4e4e4e;
  border-bottom: 2px solid #00a4e3;
}
.sidebar .nav-item .nav-link.active {
  color: #00a4e3;
  font-weight: 600;
}
.sidebar .nav-item .nav-link i {
  font-size: 1rem;
  margin-right: 0.25rem;
}
.sidebar .nav-item .nav-link span {
  font-size: 1rem;
  display: inline;
}
.sidebar .nav-item .external-link {
  position: relative;
}
.sidebar .nav-item .external-link::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f35d';
  font-weight: 900;
  right: 1.5rem;
  font-size: 0.8rem;
}
.sidebar .nav-item .home-link {
  position: relative;
  text-align: center;
  padding: 0.5rem 1rem;
  margin-top: 2rem;
  border-top: 1px solid #707070;
}
.sidebar .nav-item .home-link::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f104';
  font-weight: 900;
  left: 1rem;
  font-size: 1rem;
}
.sidebar .collapse-inner a {
  display: block;
  padding: 0.5rem;
}
.sidebar .collapse-inner a:hover {
  background-color: #f1f1f1;
}
.sidebar .user-account {
  color: #3e3a39;
}
.sidebar .user-account:hover {
  color: #00a4e3;
}
#resources h4 {
  font-weight: 600;
}
#resources p {
  margin-bottom: 0;
}
#resources i {
  margin-right: 0.5rem;
}
#resources a {
  display: block;
  background-color: #ffffff;
}
#resources a:hover {
  background-color: #DCEDFA;
}
.sub-navbar {
  height: 45px;
  box-sizing: border-box;
  padding: 10px 16px;
  width: 100%;
  position: relative;
  z-index: 3;
}
.sub-navbar .sub-navbar-inner {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
.sub-navbar .lang-switcher {
  display: block;
  margin-right: 0.5rem;
}
.sub-navbar .lang-switcher a {
  color: #3e3a39;
}
.sub-navbar .lang-switcher > a {
  color: #a9aaaa;
  padding: 0 8px;
  border-radius: 3px;
  display: block;
  min-height: 28px;
  background-color: #fff;
}
.sub-navbar .lang-switcher > a:hover {
  color: #3e3a39;
}
.sub-navbar .dropdown-menu {
  color: #3e3a39;
  border: none;
  min-width: 7rem;
  box-shadow: 0 1px 1px rgba(62, 58, 57, 0.3);
  padding: 0.25rem 0;
}
.sub-navbar .dropdown-item {
  padding: 0.25rem 1rem;
  text-align: center;
}
.sub-navbar button {
  background-color: #fff;
  min-width: 0;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  line-height: 26px;
  border-radius: 50%;
  display: block;
  margin-left: 1rem;
}
.sub-navbar button:hover {
  background: #3e3a39;
  color: #ffffff;
}
.sub-navbar .user-account {
  padding: 0.25rem 0;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 0.5rem;
}
/* sub-navbar */
@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
    height: 100%;
  }
  #content-wrapper {
    min-width: 0;
    width: 100%;
  }
  #wrapper.toggled #sidebar-wrapper {
    margin-left: -18rem;
  }
  #resources div:nth-of-type(2) a {
    margin: 0 5px;
  }
}
.card-root,
.table-root,
.feature-card {
  box-shadow: 0 3px 8px 0 rgba(62, 58, 57, 0.12), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  padding-bottom: 10px;
}
.card-radius-all {
  border-radius: 6px;
  /*overflow: hidden;*/
  background-color: #ffffff;
}
.card-radius-top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.card-radius-bottom {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.table-inner {
  padding: 8px 20px;
  over-flow: break-word;
  word-break: break-all;
}
.table-inner .flex-grow-1 a {
  display: block;
  wodth: 100%;
}
.table-content-head {
  padding: 16px 20px;
  border-bottom: 1px solid #dcdcdc;
}
.table-content-head .table-content-head_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table-content-head .table-content-head_inner h2 {
  font-size: 1rem;
  margin-bottom: 0;
}
.table-content-body .device-list {
  display: flex;
  justify-content: space-between;
}
.table-content-body .device-list > .row,
.table-content-body .billing-list > .row {
  flex-grow: 1;
}
.table-content-body .device-list:not(:last-child),
.table-content-body .billing-list:not(:last-child),
.table-content-body .log-list:not(:last-child),
.table-content-body .app-list:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}
.table-content-body .log-list {
  padding: 2px 20px;
}
.btn-addnew {
  color: #3e3a39;
  background-color: #ffffff;
  border-color: #dcdcdc;
  box-shadow: 0 1px 1px rgba(62, 58, 57, 0.3);
}
.btn-addnew:hover {
  background-color: #f1f1f1;
  border-color: #dcdcdc;
}
.Console .btn-event {
  padding: 0.5rem 1rem;
  margin: 1.5rem 0;
  min-width: 240px;
  font-size: 16px;
  box-shadow: 0 1px 1px rgba(62, 58, 57, 0.3);
}
.meta-description {
  color: #a9aaaa;
  display: block;
  font-size: 11px;
  line-height: 1.2;
}
.device-status,
.app-status,
.connect-status {
  white-space: nowrap;
}
.rssi-status {
  display: inline-block;
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.token-status {
  color: #a9aaaa;
  font-size: 12px;
}
.rssi-status img {
  width: 100%;
}
.app-status {
  font-size: 14px;
  padding: 0 5px;
}
.app-status.normal {
  color: #00aa12;
}
.app-status.attention {
  color: #fc6d53;
}
.app-status i {
  margin-right: 5px;
}
.applist-icon {
  width: 24px;
  height: 24px;
  object-fit: cover;
  margin: 0 5px;
}
.applist-icon-lg {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin: 0 5px;
}
.app-store-status {
  color: #ffffff;
  font-size: 12px;
  padding: 0 5px;
  border-radius: 2px;
}
.app-store-status.public {
  background-color: #00aa12;
}
.app-store-status.installable {
  background-color: #ffc522;
}
.app-store-status.private {
  background-color: #a9aaaa;
}
.device-status {
  color: #ffffff;
  font-size: 12px;
  padding: 0 5px;
  border-radius: 2px;
}
.device-status.active {
  background-color: #00aa12;
}
.device-status.inactive {
  background-color: #a9aaaa;
}
.connect-status .i-circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f1f1f1;
  margin-right: 5px;
}
.connect-status .i-circle.online {
  background: #00aa12;
}
.connect-status .i-circle.offline {
  background: #e8e8e8;
}
.table-scroll {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.table-scroll th {
  font-weight: 400;
}
.table-scroll table {
  width: 100%;
}
.app-select-id {
  max-height: 420px;
  overflow: scroll;
}
.btn-container {
  text-align: right;
  border-left: 1px solid #dcdcdc;
}
.text-sm {
  font-size: 0.9rem;
  color: #a9aaaa;
}
.zero-state-header {
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 0 4rem 0;
  min-height: 380px;
  overflow: visible;
  padding: 0;
  position: relative;
  background-image: url("../images/console/bg-zero-state-header.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  background-color: #00497A;
  margin-top: -45px;
  /*background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(0, 73, 122), rgb(0, 83, 132)) repeat scroll 0% 0%;*/
}
.zero-state-header .zero-state-header-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.zero-state-header h1 {
  font-size: 32px !important;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  padding: 0 1rem;
}
.zero-state-header p {
  font-size: 16px;
  padding: 0 1rem;
}
.zero-state-header .start-btn {
  margin: 2rem 0 ;
}
.zero-state-header .start-btn a {
  padding: 0.5rem 1rem;
  box-shadow: 0 1px 1px rgba(62, 58, 57, 0.3);
}
.zero-state-header .start-btn a:hover {
  color: #00a4e3;
}
.normal-state-header {
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 0 4rem 0;
  min-height: 380px;
  overflow: visible;
  padding: 0;
  position: relative;
  background-image: url("../images/console/bg-zero-state-header.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  background-color: #00497A;
  margin-top: -45px;
  /*background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(0, 73, 122), rgb(0, 83, 132)) repeat scroll 0% 0%;*/
}
.normal-state-header .zero-state-header-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.normal-state-header h1 {
  font-size: 32px !important;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  padding: 0 1rem;
}
.normal-state-header p {
  font-size: 16px;
  padding: 0 1rem;
}
.normal-state-header .start-btn {
  margin: 2rem 0 ;
}
.normal-state-header .start-btn a {
  padding: 0.5rem 1rem;
  box-shadow: 0 1px 1px rgba(62, 58, 57, 0.3);
}
.normal-state-header .start-btn a:hover {
  color: #00a4e3;
}
.zero-state-guide {
  margin-bottom: 60px;
}
.zero-state-guide .table-root {
  margin-bottom: 0;
}
.zero-state-guide .learning-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  height: auto;
}
.zero-state-guide .learning-card.column-2 {
  min-height: 152px;
}
.zero-state-guide .learning-card.column-3 {
  min-height: 33.333%;
}
.zero-state-guide .learning-card a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #ffffff;
  height: auto;
  padding: 1rem 2rem 1rem 8rem;
  justify-content: center;
  box-shadow: 0 1px 1px rgba(62, 58, 57, 0.3);
  /*border: 1px solid @lightGray;*/
}
.zero-state-guide .learning-card a.btn-htmljs {
  background: url(../images/console/icon-btn-htmljs.png) no-repeat #ffffff 30px center;
  background-size: 40px 40px;
}
.zero-state-guide .learning-card a.btn-block {
  background: url(../images/console/icon-btn-block.png) no-repeat #ffffff 30px center;
  background-size: 40px 40px;
}
.zero-state-guide .learning-card a.btn-hosted {
  background: url(../images/console/icon-btn-hosted.png) no-repeat #ffffff 30px center;
  background-size: 40px 40px;
}
.zero-state-guide .learning-card a.btn-facility {
  background: url(../images/console/icon-btn-facility.png) no-repeat #ffffff 30px center;
  background-size: 40px 40px;
}
.zero-state-guide .learning-card a.btn-docs {
  background: url(../images/console/icon-btn-docs.png) no-repeat #ffffff 30px center;
  background-size: 40px 40px;
}
.zero-state-guide .learning-card a.btn-price {
  background: url(../images/console/icon-btn-price.png) no-repeat #ffffff 30px center;
  background-size: 40px 40px;
}
.zero-state-guide .learning-card a.btn-app {
  background: url(../images/console/icon-btn-app.png) no-repeat #ffffff 30px center;
  background-size: 40px 40px;
}
.zero-state-guide .learning-card a:hover {
  background-color: #dcdcdc;
}
.zero-state-guide .learning-card a h3 {
  font-size: 1.1rem;
  color: #3e3a39;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.zero-state-guide .learning-card a p {
  font-size: 0.9rem;
  margin-bottom: 0;
  color: #a9aaaa;
  line-height: 1.4;
}
.zero-state-guide .learning-card a:first-child {
  border-bottom: 1px solid #dcdcdc;
}

.feature-card {
  margin-bottom: 20px;
}
.feature-card a {
  display: block;
  background-color: #ffffff;
  padding: 0;
  color: #3e3a39;
}
.feature-card a:hover {
  color: #00a4e3;
}
.feature-card .feature-card-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.feature-card .feature-card-header {
  padding: 1rem 2rem;
}
.feature-card .feature-card-header p {
  font-size: 0.9rem;
  color: #a9aaaa;
  line-height: 1.4;
}
.feature-card .card-colum a {
  min-height: 240px;
}
.feature-card .card-row {
  display: flex;
  flex-direction: column;
}
.feature-card .card-row ul {
  list-style: none;
  padding-left: 0;
}
.feature-card .card-row .feature-card-header {
  padding: 2rem 2rem 0;
}
@media (min-width: 768px) {
  #wrapper {
    display: grid;
    grid-template-columns: 18rem 1fr;
    grid-template-rows: 1fr;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }
  #content-wrapper {
    min-width: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  #sidebar-wrapper {
    position: sticky;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    box-sizing: border-box;
    margin-left: 0;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  #sidebar-wrapper::-webkit-scrollbar {
    display: none;
  }
  .sidebar-switcher {
    margin: 0 1rem;
  }
  .sidebar-switcher button {
    margin: 0 auto 1rem;
  }
  .sidebar-brand-logo {
    height: 58px;
    padding: 14px 0;
    box-sizing: border-box;
  }
  .sidebar-nav-wrapper {
    overflow-y: auto;
    -ms-overflow-style: none;
    /* IE,Edge */
    scrollbar-width: none;
    /* Firefox  */
    flex: 1;
    width: 100%;
    border-top: 1px solid #a9aaaa;
  }
  .sidebar-nav-wrapper::-webkit-scrollbar {
    /* Chrome,Safari*/
    display: none;
  }
  #wrapper.toggled #sidebar-wrapper {
    margin-left: -18rem;
  }
  .btn-login {
    margin-top: 0;
  }
  #resources div:nth-of-type(2) a {
    margin: 0 5px;
  }
  .sub-navbar {
    height: 58px;
    box-sizing: border-box;
    padding: 13px 24px;
    width: 100%;
  }
  .content-body {
    padding-bottom: 60px;
    position: relative;
  }
  .content-body .container {
    max-width: 1066px;
    margin-top: 1rem;
  }
  .zero-state-header {
    margin-top: -58px;
  }
  .zero-state-header,
  .normal-state-header {
    background-size: contain;
  }
  .normal-state-header {
    min-height: 220px;
    margin-top: -60px;
  }
  .feature-card .card-row {
    flex-direction: row;
  }
  .feature-card .card-row .feature-card-img {
    width: 50%;
    height: 50%;
  }
  .text-sm {
    font-size: 1rem;
    color: #3e3a39;
  }
  .btn-container {
    border-left: none;
  }
}
.dropdown-menu {
  max-height: calc(100vh - 58px);
  overflow-y: scroll;
}
.dropdown-menu .dropdown-menu-inner {
  min-width: 200px;
  max-width: 240px;
}
.dropdown-menu .dropdown-menu-inner a {
  color: #3e3a39;
}
.icon_img_30 {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  object-fit: cover;
}
.icon_img_50 {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.icon_img_100 {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.icon_img_200 {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  object-fit: cover;
  border: 1px solid #dcdcdc;
}
.icon_img_200.square {
  border-radius: 8px;
}
.dropdown-item.team-list {
  text-align: left;
}
.dropdown-item.team-list img {
  margin-right: 0.5rem;
}
.usericon img {
  vertical-align: top;
}
.create_team a {
  color: #00a4e3;
}
.create_team a:hover {
  background-color: #DCEDFA;
  color: #00a4e3;
}
.user-account .user-name,
.dropdown-item.team-list {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-inner.app-name {
  max-width: 16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/********** Template **********/
.nav-app {
  color: #ffffff;
  background-color: #3e3a39;
  padding: 6px 10px 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.nav-app .nav-item a {
  color: #ffffff;
  margin: 0 1rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #3e3a39;
}
.nav-app .nav-item a:hover,
.nav-app .nav-item a.active {
  border-bottom: 3px solid #ffffff;
}
.app-inner-head {
  background-color: #f1f1f1;
  padding: 1.5rem;
}
.app-inner-head h3,
.app-inner-head p {
  margin-bottom: 0;
}
.app-inner-body {
  padding: 1.5rem;
}
.app-inner-body button[data-toggle="collapse"] {
  border-radius: 0;
  display: block;
  width: 100%;
  text-align: left;
  background-color: #3e3a39;
  color: #ffffff;
  padding: 0.5rem 1rem;
}
.app-inner-body button:before,
.app-inner-body button[aria-expanded="false"]:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
  margin-right: 10px;
}
.app-inner-body button[aria-expanded="true"]:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0d7';
  font-weight: 900;
  margin-right: 10px;
}
.template {
  text-align: center;
  background-color: #dcdcdc;
  border-radius: 3px;
  margin-bottom: 2rem;
  color: #3e3a39;
  border: 2px solid #dcdcdc;
  cursor: pointer;
}
.template:hover {
  border: 2px solid #00a4e3;
}
.template span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  line-height: 1.2rem;
  min-height: 50px;
}
#templateModal .divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #dcdcdc;
}
.btn-program button {
  display: block;
  width: 100%;
  text-align: left;
  color: #3e3a39;
  border-radius: 4px;
  background-color: #f1f1f1;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  padding: 8px 20px 8px 100px;
  margin-bottom: 1rem;
}
.btn-program em {
  font-style: normal;
}
.btn-program button:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  transform: translateY(2px);
}
.btn-program .btn-htmljs {
  background: url(/images/console/icon-btn-htmljs.png) no-repeat #f1f1f1 30px center;
  background-size: 30px 30px;
}
.btn-program .btn-block {
  background: url(/images/console/icon-btn-block.png) no-repeat #f1f1f1 30px center;
  background-size: 30px 30px;
}
.row .form-check-input {
  position: relative;
}
.lang-option {
  position: relative;
}
.lang-option a[aria-expanded="false"]:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
}
.lang-option a[aria-expanded="true"]:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0d7';
  font-weight: 900;
}
@media (min-width: 992px) {
  .lang-option p {
    position: absolute;
    top: 1.5rem;
    left: 8px;
  }
}
.issue-selector {
  border-bottom: 1px solid #dcdcdc;
}
.issue-selector .link {
  color: unset;
  border-bottom: 2px solid #3e3a39;
}
.issue-selector .text-off {
  color: #a9aaaa;
  border-bottom: none;
}
.issue-selector #issue-open-count::after {
  content: ' Open';
}
.issue-selector #issue-close-count::after {
  content: ' Closed';
}
.issues {
  margin-top: 0;
}
.issues .loading {
  overflow: hidden;
  margin: 0.3rem 0.5rem;
  height: 1.3rem;
  border-radius: 2px;
  background: #d4d4d4;
}
.issues .loading::before {
  content: '' !important;
}
.issues .loading::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: skeleton-animation 1.2s linear infinite;
}
.issues .link {
  color: unset;
}
.issues .issue {
  cursor: pointer;
  border-bottom: 1px solid #dcdcdc;
}
.issues .issue:hover {
  background-color: #DCEDFA;
}
.issues .issue:hover .title {
  color: #00A4E3;
}
.issues .issue.warning .icon {
  color: #FFC522;
}
.issues .issue.alert .icon {
  color: #FC6D53;
}
.issues .issue.issue-close {
  cursor: default;
}
.issues .issue.issue-close:hover {
  background-color: #F1F1F1;
}
.issues .issue.issue-close:hover .title {
  color: #6c757d;
}
.issues .issue .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.issues .issue .from {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.issues .issue .from::before {
  content: 'From: ';
}
@keyframes skeleton-animation {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
input[type="radio"].custom {
  display: none;
  margin-right: 3px;
  transform: translateY(1px);
}
input[type="radio"].custom + label.radio {
  position: relative;
  padding-left: 10px;
}
input[type="radio"].custom + label.radio::before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  height: 14px;
  width: 14px;
  border: solid 1px #707070;
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(2px);
}
input[type="radio"].custom:checked + label.radio {
  background-color: #f1f1f1;
}
input[type="radio"].custom:checked + label.radio::after {
  position: absolute;
  left: 10px;
  content: '';
  display: inline-block;
  margin-right: 5px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #00A4E3;
  transform: translate(3px, 6px);
}
#notificcation-dest-update .selector-content {
  display: none;
}
#notificcation-dest-update #email-selector:checked ~ #email-content,
#notificcation-dest-update #slack-selector:checked ~ #slack-content {
  display: block;
}
.log-bar {
  width: 50%;
}
@media (max-width: 768px) {
  .log-bar {
    width: 88%;
  }
}
.log-bar .date-left {
  transform: translateX(calc(-50% + (10px / 2)));
}
@media (max-width: 768px) {
  .log-bar .date-left {
    transform: unset;
  }
}
.log-bar .date-right {
  transform: translateX(calc(50% - (10px / 2)));
}
@media (max-width: 768px) {
  .log-bar .date-right {
    transform: unset;
  }
}
.log-bars .bar {
  position: relative;
  top: 8.5px;
  height: calc(100% - 4px - 4.5px);
  width: 10px;
}
.log-bars .bar.notice::before {
  content: '';
  position: absolute;
  left: 50%;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #D85D47;
  transform: translate(-50%, -8.5px);
}
.log-bars .bar.allgreen {
  background-color: #008B0F;
}
.log-bars .bar.online {
  background-color: #00A4E3;
}
.log-bars .bar.offline {
  background-color: #c5c5c5;
}
.log-bars .bar.info {
  background-color: #00A4E3;
}
.log-bars .bar.warning {
  background-color: #E2A600;
}
.log-bars .bar.alert {
  background-color: #D85D47;
}
@media (max-width: 768px) {
  .log-bars .bar {
    width: 8px;
  }
}
.log-bars .bar .logs-popup {
  display: none;
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: -31px;
  transform: translate(-50%, 100%);
  border-radius: 6px;
  width: auto;
}
.log-bars .bar .logs-popup::before {
  content: '';
  position: absolute;
  left: 50%;
  border-style: solid;
  border-width: 0 10px 29px 10px;
  border-color: transparent transparent #fff transparent;
  filter: drop-shadow(0 0rem 0.6rem rgba(0, 0, 0, 0.3));
  transform: translate(-50%, -100%);
}
.log-bars .bar .logs-popup::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  height: 12px;
  width: 68px;
  background: #ffffff;
  transform: translate(-50%);
}
.log-bars .bar .logs-popup .log {
  border-bottom: 1px solid #dcdcdc;
  background: #fff;
  width: 320px;
}
.log-bars .bar .logs-popup .log.online {
  border-left: 6px solid #00A4E3;
}
.log-bars .bar .logs-popup .log.online .icon {
  color: #00A4E3;
}
.log-bars .bar .logs-popup .log.offline {
  border-left: 6px solid #c5c5c5;
}
.log-bars .bar .logs-popup .log.offline .icon {
  color: #c5c5c5;
}
.log-bars .bar .logs-popup .log.info {
  border-left: 6px solid #00A4E3;
}
.log-bars .bar .logs-popup .log.info .icon {
  color: #00A4E3;
}
.log-bars .bar .logs-popup .log.warning {
  border-left: 6px solid #FFC522;
}
.log-bars .bar .logs-popup .log.warning .icon {
  color: #FFC522;
}
.log-bars .bar .logs-popup .log.alert {
  border-left: 6px solid #FC6D53;
}
.log-bars .bar .logs-popup .log.alert .icon {
  color: #FC6D53;
}
.log-bars .bar .logs-popup .log:first-child {
  border-radius: 6px 6px 0 0;
}
.log-bars .bar .logs-popup .log:last-child {
  border-radius: 0 0 6px 6px;
}
.log-bars .bar .logs-popup .log .message {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.log-bars .bar:hover .logs-popup {
  display: unset;
}
.alert .container {
  margin-top: 0 !important;
  background-color: #FEE9E5;
}
.alert .container .fas {
  position: absolute;
  top: 50%;
  color: #FC6D53;
  transform: translate(80%, -50%);
}
.alert .container .description,
.alert .container .description-alert {
  color: #3E3A39;
  background-color: transparent !important;
}
/********** license **********/
.card-input {
  width: 100%;
  border: 2px solid #ffffff;
}
.card-input h4 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.card-input:hover {
  border: 2px solid #00a4e3;
}
.card-input em {
  font-style: normal;
  font-size: 1.75rem;
  font-weight: 500;
}
.card-input-label {
  width: 100%;
  display: block;
}
.card-input-label input[type="radio"] {
  opacity: 0;
  display: none;
}
input[type="radio"]:checked + .card-input {
  border: 2px solid #00a4e3;
}
/********** block program **********/
#blocklyDiv *[id]:before {
  display: inline;
}
.blocklyDiv *[id]:before {
  display: inline;
}
table.blockly {
  padding-top: 50px;
  height: 100%;
  width: 100%;
}
#blocklyArea {
  padding-top: 50px;
  height: 99%;
}
.blocklyDropDownContent .blocklyPianoDiv {
  position: relative;
}
.blocklyDropDownContent .blocklyNote {
  border: 0.5px solid;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.blocklyDropDownContent .blocklyNote:hover {
  background-color: #ff0 !important;
}
.blocklyDropDownContent .blocklyNoteLabel {
  font-family: Monaco, Menlo, Ubuntu Mono, Consolas, source-code-pro, monospace;
  font-size: 12pt;
}
.blocklyDropDownContent .blocklyNoteLabel,
.blocklyDropDownContent .blocklyNotePrevNext {
  border: 0.5px solid;
  color: #fff;
  display: inline-block;
  line-height: normal;
  position: absolute;
  text-align: center;
}
.blocklyDropDownContent .blocklyNotePrevNext {
  border-top: 0;
  cursor: pointer;
  font-weight: 700;
}
.blocklyDropdownTextLabel {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 70px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.blocklyGridPickerTooltip {
  z-index: 994;
}
.blocklyGridPickerPadder {
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}
.blocklyWidgetDiv .blocklyGridPickerMenu {
  display: table;
  outline: none;
}
.blocklyGridPickerScroller {
  padding: 4px;
}
.blocklyGridPickerPadder,
.blocklyGridPickerScroller {
  outline: none;
  border-radius: 10px;
}
.blocklyWidgetDiv .blocklyGridPickerRow {
  display: table-row;
}
.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem {
  background: #fff;
  cursor: pointer;
}
.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem-highlight,
.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem-hover {
  background: #d6e9f8;
}
.blocklyWidgetDiv .blocklyGridPickerMenu .goog-option {
  border: 4px solid #000;
  border-radius: 10px;
  display: table-cell;
  padding: 4px;
  text-align: center;
  vertical-align: top;
}
.blocklyWidgetDiv .blocklyGridPickerMenu .floatLeft {
  float: left;
}
.blocklyWidgetDiv .blocklyGridPickerMenu .goog-option.goog-option-selected {
  outline: 3px solid #fc3;
  position: relative;
}
.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem .goog-menuitem-checkbox {
  display: none;
}
.blocklyGridPickerTooltip {
  z-index: 995;
}
.ui.input input.blocklyGridPickerSearchBar {
  background: none;
  border: none;
  color: #fff;
}
.ui.input input.blocklyGridPickerSearchBar::placeholder {
  color: #fff;
}
.ui.input input.blocklyGridPickerSearchBar::-webkit-input-placeholder {
  color: #fff;
}
.ui.input input.blocklyGridPickerSearchBar::-moz-placeholder {
  color: #fff;
}
.ui.input input.blocklyGridPickerSearchBar:-ms-input-placeholder {
  color: #fff;
}
.ui.input input.blocklyGridPickerSearchBar:-moz-placeholder {
  color: #fff;
}
.blocklyToggle {
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.blocklyToggle .blocklyToggleCircle,
.blocklyToggle .blocklyToggleRect {
  stroke-width: 1px;
  stroke: grey;
  stroke-opacity: 0.4;
}
.blocklyToggle.blocklyToggleOn .blocklyToggleCircle,
.blocklyToggle.blocklyToggleOn .blocklyToggleRect {
  fill: #4ddc64;
}
.blocklyToggle.blocklyToggleOff .blocklyToggleCircle,
.blocklyToggle.blocklyToggleOff .blocklyToggleRect {
  fill: #95a5a6;
}
.blocklyToggle.blocklyToggleOnBreakpoint polygon {
  fill: #e80d00;
  stroke: #fff;
  stroke-width: 12px !important;
  stroke-linecap: round;
  stroke-opacity: 1;
  cursor: pointer;
}
.blocklyToggle.blocklyToggleOffBreakpoint polygon {
  fill: #333;
  stroke: 0;
  cursor: pointer;
}
.blocklyToggle ~ .blocklyText.blocklyToggleText {
  font-size: 10pt;
  cursor: pointer;
}
.blocklyToggle.blocklyToggleOff ~ .blocklyText.blocklyToggleText {
  fill: #fff;
}
.blocklyDropDownDiv .rgbColorPicker .goog-palette-colorswatch {
  height: 40px;
  width: 40px;
}
.blocklyDropDownDiv .blocklyFieldSliderReadout .blocklyColorReadout {
  height: 20px;
  width: 25px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
}
svg.blocklySvg {
  background-color: #f9f9f9 !important;
}
#blocksEditor > div.loading,
#maineditor {
  background: #f9f9f9;
}
#blocksEditor {
  position: absolute;
}
#blocksEditor .injectionDiv svg {
  overflow: visible;
}
#blocksEditor > div.loading {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.7;
}
.blocklyMainBackground {
  stroke: none !important;
}
.rtl text.blocklyText {
  text-align: right;
}
body.blocklyMinimalBody {
  min-width: 0;
  overflow: initial;
}
@supports (-ms-accelerator:true) {
  .rtl .blocklyPreview {
    right: 50%;
    left: auto;
  }
}
.blocklyDropDownDiv .goog-menuitem,
input.blocklyHtmlInput,
text.blocklyText,
textarea.blocklyCommentTextarea {
  font-family: Monaco, Menlo, Ubuntu Mono, Consolas, source-code-pro, monospace !important;
  font-weight: 400;
}
.blocklyFlyoutButton text.blocklyText,
text.blocklyFlyoutLabelText {
  font-family: Roboto Mono, Monaco, Menlo, Ubuntu Mono, Consolas, source-code-pro, monospace !important;
}
text.blocklyText.blocklyBoldText {
  font-weight: 700;
}
text.blocklyText.blocklyItalicizedText {
  font-style: italic;
}
text.blocklyText.blocklyBoldItalicizedText {
  font-weight: 700;
  font-style: italic;
}
.blocklyGreyExpressionBlockText {
  color: #fff;
}
.blocklyFlyoutButton {
  fill: none !important;
}
.blocklyFlyoutButton:hover {
  fill: #74b9ff !important;
}
.blocklyFlyoutButtonBackground {
  stroke: #74b9ff !important;
  stroke-width: 3px !important;
}
.blocklyFlyoutButton .blocklyText {
  fill: #fff !important;
}
.blocklyFlyoutButtonShadow {
  fill: none !important;
}
.blocklyFlyoutLabelText {
  fill: #fff !important;
  font-size: 1rem;
}
.blocklyFlyoutHeading .blocklyFlyoutLabelText {
  fill: #fff !important;
  font-size: 1.5rem;
}
.blocklyFlyoutLabelText:hover {
  fill: #fff !important;
}
.blocklyFlyoutLabelIcon {
  font-family: Icons;
  font-size: 1.5rem;
}
line.blocklyFlyoutLine {
  stroke: #fff;
}
path.blocklyFlyoutBackground {
  fill: #636e72 !important;
  fill-opacity: 0.9 !important;
}
div.blocklyWidgetDiv {
  position: fixed;
}
.blocklyWidgetDiv {
  z-index: 993;
}
.blocklyDropDownDiv {
  z-index: 994;
}
.blocklyTooltipDiv {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  opacity: 1 !important;
  overflow-wrap: break-word;
}
.blocklyWidgetDiv .goog-slider-horizontal {
  background: #fff;
  border: 2px solid #000;
  border-radius: 5px;
}
text.blocklyCheckbox {
  fill: #ff3030 !important;
  text-shadow: 0 0 6px red;
  font-size: 17pt !important;
}
.blocklyDragging > .blocklyPath {
  fill-opacity: 0.7;
}
.blocklyDisabled > .blocklyPathDark {
  display: block !important;
  fill-opacity: 0.5;
}
.blocklyScrollbarBackground {
  fill: none;
}
.blocklyScrollbarHandle {
  fill: #cecdce;
  opacity: 1;
}
.blocklyScrollbarBackground:active + .blocklyScrollbarHandle,
.blocklyScrollbarBackground:hover + .blocklyScrollbarHandle,
.blocklyScrollbarHandle:active,
.blocklyScrollbarHandle:hover {
  stroke-width: 3;
  stroke: #cecdce;
}
.blocklyTreeLabel {
  padding: 0 8px 0 3px;
  vertical-align: middle;
  font-family: Roboto Mono, Monaco, Menlo, Ubuntu Mono, Consolas, source-code-pro, monospace !important;
  font-weight: 200;
  font-size: 1.15rem;
  cursor: pointer;
}
.blocklyTreeRoot {
  padding: 0;
}
.blocklyTreeRow {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  height: auto;
  line-height: 1.6;
}
.ioLabel > .blocklyFlyoutLabelText {
  /*font-style: italic;*/
}
.blocklyTreeIconCustom {
  background: none;
  margin-top: -0.8em;
  margin-left: 0.35em;
  margin-right: 0.25em;
  /* margin: -0.2em 0.25em 0.0em 0.25em;*/
  width: 2em;
  text-align: center;
}
.blocklyTreeIcon.blocklyTreeIconOpen {
  background: none;
  margin-top: -0.8em;
  margin-left: 0.35em;
  margin-right: 0.25em;
  /* margin: -0.2em 0.25em 0.0em 0.25em;*/
  width: 2em;
  text-align: center;
}
.blocklyFlyoutHeading {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.blocklyTreeSelected .blocklyTreeIconCustom::before {
  color: #FFF;
}
.blocklyTreeIconCustom::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.4em;
  width: 1.18em;
  display: inline-block;
}
.blocklyTreeIconCustom.iconObniz::before {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background: url("../images/console/icon-board.svg") no-repeat center center;
  background-size: contain;
}
.blocklyTreeIconCustom.iconStickc::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url("../images/console/icon-stickc.svg") no-repeat center center;
  background-size: contain;
}
.blocklyTreeIconCustom.iconCloud::before {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background: url("../images/console/icon-cloud.svg") no-repeat center center;
  background-size: contain;
}
.blocklyTreeIconCustom.iconIo::before {
  content: "\f192";
  font-weight: 400;
}
.blocklyTreeIconCustom.iconDisplay::before {
  content: "\f26c";
}
.blocklyTreeIconCustom.iconLight::before {
  content: "\f0eb";
  font-weight: 400;
}
.blocklyTreeIconCustom.iconPeripheral::before {
  content: "\f6e3";
}
.blocklyTreeIconCustom.iconMotor::before {
  content: "\f21c";
}
.blocklyTreeIconCustom.iconSound::before {
  content: "\f001";
}
.blocklyTreeIconCustom.iconSensor::before {
  content: "\f2c9";
}
.blocklyTreeIconCustom.iconLogic::before {
  content: "\f362";
}
.blocklyTreeIconCustom.iconLoops::before {
  content: "\f2ea";
}
.blocklyTreeIconCustom.iconMath::before {
  content: "\f1ec";
}
.blocklyTreeIconCustom.iconVariables::before {
  content: "\f0c9";
}
.blocklyTreeIconCustom.iconFunctions::before {
  content: "\f5ac";
}
.blocklyTreeIconCustom.iconKit::before {
  content: "\f552";
}
.blocklyTreeIconCustom.iconKit-ai::before {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background: url("../images/console/icon-aikit.svg") no-repeat center center;
  background-size: contain;
}
.blocklyTreeIconCustom.iconKit-iot::before {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background: url("../images/console/icon-iotkit.svg") no-repeat center center;
  background-size: contain;
}
.blocklyTreeIconCustom.iconKit-sk::before {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background: url("../images/console/icon-stkit.svg") no-repeat center center;
  background-size: contain;
}
.blocklyTreeIconCustom.iconAicar::before {
  content: "\f5e4";
}
.blocklyTreeIconCustom.iconUi::before {
  content: "\f0a6";
  font-weight: 400;
}
.blocklyTreeIconCustom.iconText::before {
  content: "\f031";
}
.blocklyTreeIconCustom.iconAi::before {
  content: "\f4fb";
}
.blocklyTreeIcon.blocklyTreeIconOpen::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.4em;
  width: 1.18em;
  display: inline-block;
  content: "\f0d7";
}
@media only screen and (max-width: 767px) {
  text.blocklyCheckbox {
    font-size: 17pt !important;
  }
}
@media only screen and (max-width: 767px) {
  div.blocklyTreeRow.blocklyTreeSelected:hover span.blocklyTreeLabel,
  div.blocklyTreeRow:hover span.blocklyTreeLabel,
  span.blocklyTreeLabel {
    display: none !important;
  }
}
.form-group {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.form-group h4,
.form-group h5 {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.form-group span {
  font-size: 0.9rem;
  color: #a9aaaa;
  display: inline-block;
}
.form-group .form-check-input {
  margin-top: 0.5rem;
}
.form-group .form-check-label {
  margin-bottom: 0.5rem;
}
#switchArea {
  line-height: 1.6rem;
  letter-spacing: 0;
  text-align: center;
  font-size: 14px;
  position: relative;
  width: 80px;
  display: block;
}
/* === checkbox ==================================== */
#switchArea input[type="checkbox"] {
  display: none;
}
/* === checkbox(def) ==================== */
#switchArea label {
  display: block;
  box-sizing: border-box;
  height: 26px;
  border: 1px solid #a9aaaa;
  border-radius: 15px;
}
/* === label(ON) ================ */
#switchArea input[type="checkbox"]:checked + label {
  border-color: #00a4e3;
}
/* === text(OFF) ================================ */
#switchArea label span:after {
  content: "OFF";
  padding: 0 0 0 20px;
  color: #a9aaaa;
}
/* === text(ON) ============================ */
#switchArea input[type="checkbox"]:checked + label span:after {
  content: "ON";
  padding: 0 20px 0 0;
  color: #00a4e3;
}
/* === circle(def) =============================== */
#switchArea #swImg {
  position: absolute;
  width: 22px;
  height: 22px;
  background: #a9aaaa;
  top: 2px;
  left: 3px;
  border-radius: 11px;
  transition: 0.2s;
}
/* === circle(ON) =========================== */
#switchArea input[type="checkbox"]:checked ~ #swImg {
  transform: translateX(52px);
  background: #00a4e3;
}
.device-add button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  text-align: left;
  color: #3e3a39;
}
.device-add button img:hover {
  opacity: 0.7;
}
.device-add button:hover h4 {
  color: #00a4e3;
}
.device-add a {
  display: inline-block;
  color: #3e3a39;
}
.device-add a:hover h4 {
  color: #00a4e3;
}
.device-add .adddevice {
  position: relative;
  z-index: 0;
}
.device-add .adddevice:before {
  color: #a9aaaa;
  position: absolute;
  top: 25%;
  right: 10px;
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  z-index: 1;
}
.device-add .adddevice:hover:before {
  color: #00a4e3;
}
/* ---Serverless Event form--- */
.event-create .form-check,
.event-edit .form-check {
  padding-left: 0;
  margin-bottom: 0.5rem;
}
.event-create .form-title,
.event-edit .form-title {
  font-size: 1.2rem;
  font-weight: 600;
}
.event-create select.form-control,
.event-edit select.form-control,
.event-create input.form-control,
.event-edit input.form-control {
  border: 1px solid #a9aaaa;
  border-radius: 2px;
  margin-bottom: 0.5rem;
}
.event-create .form-check > label,
.event-edit .form-check > label {
  display: block;
  margin: 1.5px 0;
  padding: 13px 12px;
  color: #222;
  font-weight: 600;
  background: #f1f1f1;
  cursor: pointer;
  transition: all 0.3s;
}
.event-create .ac-label,
.event-edit .ac-label {
  box-shadow: 0 1px 1px rgba(62, 58, 57, 0.3);
}
.event-create .form-check label.ac-label:before,
.event-edit .form-check label.ac-label:before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 8px;
  color: #a9aaaa;
}
.event-create .form-check > label:hover,
.event-edit .form-check > label:hover {
  background: #dcdcdc;
}
.event-create .form-check > input,
.event-edit .form-check > input {
  display: none;
}
.event-create .ac-content,
.event-edit .ac-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  border-top: none;
  background-color: #DCEDFA;
}
.event-create .ac-content p,
.event-edit .ac-content p {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.event-create .ac-check:checked + .ac-label,
.event-edit .ac-check:checked + .ac-label {
  background-color: #a9d0ef;
  box-shadow: none;
}
.event-create .ac-check:checked + .ac-label + .ac-content:not(.webhook),
.event-edit .ac-check:checked + .ac-label + .ac-content:not(.webhook) {
  height: auto;
  opacity: 1;
  padding: 0.5rem 1rem;
}
.event-create .ac-check:checked + .ac-label + .ac-content p,
.event-edit .ac-check:checked + .ac-label + .ac-content p {
  height: auto;
  opacity: 1;
}
.event-create .ac-check:checked + label:before,
.event-edit .ac-check:checked + label:before {
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #3e3a39;
}
.event-create .form-check,
.event-edit .form-check {
  position: relative;
}
.event-create .form-check > .tips,
.event-edit .form-check > .tips {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 15px;
}
.event-edit .ac-check:checked + .ac-label + .ac-content.webhook {
  height: auto;
  opacity: 1;
  padding: 0.5rem 1rem;
}
@media (min-width: 992px) {
  .creat-name {
    width: 48%;
    margin-bottom: 0;
  }
}
#pw_update_form .form-control {
  width: 50%;
}
img.delete_image {
  max-width: 100%;
  max-height: 80px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 5px 10px 0;
}
img.delete_image:hover {
  opacity: 0.6;
}
img.delete_image:hover:after {
  font-family: "Font Awesome 5 Free";
  content: "\f2ed";
  font-weight: 900;
}
/* alert-successを折り返し処理 */
.alert-success {
  word-break: break-word;
}
/* devices > アプリの文字制限（over分は3点リーダー） n.i */
.over-text {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* コンテンツ幅を90%に設定
（.container.container-iswideで適用される）
 n.i
*/
.container.container-iswide {
  max-width: 90%;
}
@media (max-width: 576px) {
  .container.container-iswide {
    max-width: 100%;
  }
}
.Console .sidevar-contact-btn {
  width: 100%;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.Console .sidevar-contact-btn:hover {
  background-color: #00a4e3;
  border: 1px solid #00a4e3;
}
.sidebar .sidebar-nav-links.is-contact {
  border-bottom: none;
}
.sidebar .sidebar-nav-links.is-contact .is-contact-item {
  padding: 0.25rem 2rem;
  width: 18rem;
}
#showtokenbutton {
  z-index: 0;
}
/* Facilities */
#progress[value] {
  appearance: none;
  background-color: #e03636;
  border: 1px solid #eee;
  border-radius: 2px;
  color: #63cf0c;
  /* IE */
  height: 10px;
}
/* chrome */
#progress[value]::-webkit-progress-bar {
  background-color: #e03636;
}
#progress[value]::-webkit-progress-value {
  background-color: #63cf0c;
}
/* firefox */
#progress[value]::-moz-progress-bar {
  background-color: #e03636;
}
.operation-status {
  color: #ffffff;
  font-size: 12px;
  padding: 0 5px;
  border-radius: 2px;
}
.operation-status.not-started {
  background-color: #a9aaaa;
}
.operation-status.in-progress {
  background-color: #00a4e3;
}
.operation-status.done {
  background-color: #00aa12;
}
.operation-select {
  color: #3e3a39;
  min-height: 180px;
  border-radius: 8px;
}
.paginationjs {
  line-height: 1.6;
  font-family: "Marmelad", "Lucida Grande", "Arial", "Hiragino Sans GB", Georgia, sans-serif;
  box-sizing: initial;
  font-size: 14px;
}
.paginationjs .paginationjs-pages {
  float: none;
}
.paginationjs .paginationjs-pages ul {
  float: none;
  padding: 0;
}
.paginationjs .paginationjs-pages li {
  float: none;
  border: 1px solid #aaa;
  border-right: none;
  list-style: none;
}
.paginationjs .paginationjs-pages li > a {
  min-width: 30px;
  height: 28px;
  line-height: 28px;
  display: block;
  background: #fff;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  text-align: center;
}
.paginationjs .paginationjs-pages li > a:hover {
  background: #eee;
}
.paginationjs .paginationjs-pages li.active {
  border: none;
}
.paginationjs .paginationjs-pages li.active > a {
  height: 30px;
  line-height: 30px;
  background: #aaa;
  color: #fff;
}
.paginationjs .paginationjs-pages li.disabled > a {
  opacity: 0.3;
}
.paginationjs .paginationjs-pages li.disabled > a:hover {
  background: none;
}
.paginationjs .paginationjs-pages li:first-child {
  border-radius: 3px 0 0 3px;
}
.paginationjs .paginationjs-pages li:first-child > a {
  border-radius: 3px 0 0 3px;
}
.paginationjs .paginationjs-pages li:last-child {
  border-right: 1px solid #aaa;
  border-radius: 0 3px 3px 0;
}
.paginationjs .paginationjs-pages li:last-child > a {
  border-radius: 0 3px 3px 0;
}
.container-introduction {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
.page-loading-progress-bar {
  height: 4px;
  background-color: rgba(5, 114, 206, 0.2);
  width: 100%;
  overflow: hidden;
}
.indeterminate-progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: #0572ce;
  animation: indeterminateAnimation 2s infinite linear;
  transform-origin: 0% 50%;
}
@keyframes indeterminateAnimation {
  0% {
    transform: translateX(0) scaleX(0);
  }
  40% {
    transform: translateX(0) scaleX(0.4);
  }
  100% {
    transform: translateX(100%) scaleX(0.5);
  }
}
th.table-inner[role="button"] {
  cursor: pointer;
}
.device-list-wrapper {
  height: 90vh;
}
.device-list-wrapper .device-list-table {
  border-collapse: collapse;
}
.device-list-wrapper .sticky {
  position: sticky;
}
.device-list-wrapper th.sticky {
  top: 0;
}
.device-list-wrapper .sticky-h-but-movable-col {
  z-index: 2;
}
.device-list-wrapper .sticky-h-and-sticky-col {
  z-index: 3;
}
.device-list-wrapper td.sticky {
  z-index: 1;
  background-color: white;
}
.device-list-wrapper .first-col-checkbox {
  left: 0;
  width: 55px;
  min-width: 55px;
  max-width: 55px;
}
.device-list-wrapper .second-col-obniz-id {
  left: 55px;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
}
.device-list-wrapper .third-col-online {
  left: 205px;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
.device-list-wrapper .first-col-obniz-id {
  left: 0;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
}
.device-list-wrapper .second-col-online {
  left: 150px;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
