/* ===== Variables ===== */
.form-inline {
  display: inline;
  margin: 0;
  padding: 0;
}
#dialog .modal-body {
  word-break: break-all;
}
div.awesomplete {
  display: block;
}
.text-normal {
  font-weight: normal;
}
.restricted-width {
  max-width: 100%;
}
/* ===== Main Navigation ===== */
.dropdown-nav {
  position: relative;
}
.dropdown-nav > ul {
  display: inline-block !important;
}
.dropdown-nav ul {
  padding: 0;
  margin: 0;
  font-size: 0;
  display: inline-block;
}
.dropdown-nav ul li {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.dropdown-nav ul li a {
  display: inline-block;
  text-align: left;
  font-size: 1rem;
}
.dropdown-nav ul li ul {
  z-index: 1000;
}
.dropdown-nav ul li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}
.dropdown-nav ul li > ul li ul.right,
.dropdown-nav ul li > ul li ul {
  top: -2px;
  left: calc(100% - 2px);
}
.dropdown-nav ul li > ul li ul.left {
  top: 0;
  left: auto;
  right: 100%;
}
.dropdown-nav ul.no-js li:hover > ul {
  display: block;
}
.mobile-nav-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .dropdown-nav {
    position: absolute;
    top: 100%;
    display: block;
    width: 100%;
    z-index: 999;
  }
  .dropdown-nav > ul {
    display: none !important;
  }
  .dropdown-nav > ul.mobile-nav-open {
    display: block !important;
    position: relative;
  }
  .dropdown-nav > ul.mobile-nav-open li {
    display: block !important;
  }
  .dropdown-nav > ul.mobile-nav-open li a {
    width: 100% !important;
  }
  .dropdown-nav > ul.mobile-nav-open li.cta {
    float: none;
  }
  .dropdown-nav > ul.mobile-nav-open li ul {
    display: block !important;
    position: relative;
    top: auto !important;
    left: auto !important;
  }
  .mobile-nav-toggle {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
  }
  .mobile-nav-toggle button .close-menu {
    display: none;
  }
  .mobile-nav-toggle button.menu-open .close-menu {
    display: block;
  }
  .mobile-nav-toggle button.menu-open .open-menu {
    display: none;
  }
  .mobile-nav-toggle button:focus,
  .mobile-nav-toggle button:active {
    outline: none;
  }
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.button {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  padding: 1.2em 3em;
  min-width: 15rem;
  text-align: center;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  color: #9a9a9a;
  border: 1px solid #9a9a9a;
  border-radius: 0;
}
.button:hover {
  text-decoration: none;
  background: #4e3895;
  color: white;
  border-color: #4e3895;
}
.button:active {
  color: white;
}
.button.small {
  padding: 10px 30px;
  font-size: 14px;
}
.flex-container .flex-item:hover {
  background: #4e3895;
}
.flex-container .flex-item.start-here {
  background: #a5c446;
}
.flex-container .flex-item.start-here:hover {
  background: #88a334;
}
html {
  height: 100%;
  min-height: 100%;
}
body {
  min-height: 100%;
  overflow-x: hidden;
}
a,
a:hover,
a:focus,
a:active {
  color: #4e3895;
  text-decoration: none;
}
h1 {
  text-align: center;
  font-weight: 300;
  margin: 50px 40px 20px;
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 17px;
  }
}
h3 {
  font-weight: 300;
}
p {
  font-size: 16px;
}
.label {
  font-weight: 300;
  font-size: 14px;
  padding: 8px 14px;
}
.header {
  text-align: center;
}
.logo-container {
  padding: 20px 22px;
  background: white;
}
.logo-container .logo {
  display: block;
  float: left;
}
#search-item-list {
  overflow: auto;
}
.home-page {
  text-align: center;
}
.home-page .button {
  margin-bottom: 40px;
}
.home-page .device-bt {
  overflow: auto;
  display: block;
  padding: 30px;
  text-align: center;
}
.home-page .device-bt:hover {
  background: #e7e7e7;
}
.home-page .device-bt img.device {
  width: 100%;
  max-width: 260px;
}
.home-page .device-bt img.logo {
  height: 45px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .home-page .device-bt {
    padding: 20px;
  }
  .home-page .device-bt img {
    width: 100%;
  }
  .home-page .device-bt img.logo {
    height: 22px;
  }
}
.intro-wrap {
  display: table;
  height: 100%;
}
.intro {
  vertical-align: middle;
  display: table-cell;
}
.continue {
  padding: 20px 0 30px;
  display: none;
}
input,
select {
  margin-bottom: 15px;
}
.process {
  background: white;
}
.process h3 {
  color: black;
  font-size: 20px;
  padding: 20px 0 10px;
}
.process h3 .label {
  position: relative;
  top: -3px;
}
.text-center {
  text-align: center;
}
/* select/inputs */
.list-group {
  border-radius: 5px;
  border: 1px solid #d3d3d3;
  margin-bottom: 40px;
}
.mb30 {
  margin-bottom: 40px;
}
.list-group-item {
  border: none;
  border-bottom: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
}
.list-group-item:last-child {
  border-bottom: none;
}
.list-group-item img {
  display: none;
}
.list-group-item:hover {
  background: #d3d3d3 !important;
}
.list-group-item-success {
  background: #e7e7e7;
  color: black !important;
}
.list-group-item-success:hover {
  background: #d3d3d3 !important;
}
.list-group {
  margin-top: 10px;
}
.nav-tabs {
  border-bottom: none;
  font-weight: 500;
  display: inline-block;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a:active,
.nav-tabs > li > a:active {
  background: none;
  color: #4e3895;
  border: none;
}
.nav-tabs > li {
  float: none;
  display: inline-block;
}
.nav-tabs > li a {
  padding: 5px 0 5px 5px;
  color: black;
}
.nav-wrap {
  position: relative;
  border-bottom: 1px solid #ccc;
  min-height: 55px;
}
.nav-wrap .process-menu {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.8rem;
  padding-right: 15px;
}
.nav-wrap .process-menu > li > a {
  padding: 15px 7px;
  margin: 0;
  border: 0;
}
.nav-wrap .process-menu > li > a:hover {
  margin: 0;
}
.nav-container {
  background: #e7e7e7;
}
.mobile-nav-toggle button {
  border: none;
  background: none;
  padding: 18px 12px;
  font-size: 16px;
}
.dropdown-nav {
  background: #e7e7e7;
}
.dropdown-nav ul li a {
  font-size: 1.8rem;
  border: none;
  padding-right: 0;
  padding: 15px 7px;
}
.dropdown-nav ul li ul {
  margin-top: -1px;
  background: #e7e7e7;
}
.dropdown-nav ul li ul li {
  min-width: 350px;
}
.dropdown-nav ul li ul li:first-child a {
  border-top: 1px solid #d3d3d3;
}
.dropdown-nav ul li ul li :last-child a {
  border-bottom: 1px solid #d3d3d3;
}
.dropdown-nav ul li ul li a {
  border: 1px solid #d3d3d3;
  border-top: none;
  display: block;
  padding: 20px;
}
.dropdown-nav ul li ul li a:hover {
  background: #d3d3d3;
}
.dropdown-nav ul li ul li a p {
  color: #4E3895;
  font-size: 1.4rem;
  margin: 0;
  font-weight: 400;
  margin-top: 3px;
}
@media (min-width: 768px) {
  .header {
    text-align: left;
  }
  #p_ .header {
    text-align: center;
  }
  #p_ .logo {
    display: none;
  }
  #p_ .logo-home {
    display: block;
  }
  .logo {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (min-height: 565px) {
  .continue {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  #p_configure_code .continue {
    position: relative;
    padding-bottom: 200px;
  }
}
/* Configure Process */
.process-menu {
  float: right;
}
.user-guide {
  padding-bottom: 50px;
}
.user-guide .guide-logo {
  width: 100%;
  max-width: 310px;
  padding: 30px;
}
.user-guide .guide-logo.hmt-1z1 {
  max-width: 402px;
}
.qr-code-img {
  width: 100%;
  max-width: 250px;
}
.flex-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
  padding-top: 100px;
}
.flex-container .flex-item {
  background: #999999;
  flex: 1 1 calc(19%);
  margin: 0.3rem;
  padding: 0.2rem;
  text-align: center;
  line-height: 18rem;
  font-weight: 600;
  color: #fff;
  min-width: 19rem;
  transition: background 0.5s;
  text-decoration: none;
}
.flex-container .flex-item:hover {
  background: #4e3895;
}
.flex-container .flex-item.start-here {
  background: #a5c446;
}
.flex-container .flex-item.start-here:hover {
  background: #88a334;
}
.support-video-content .content-wrap {
  min-height: 28rem;
  padding: 5rem 0;
}
.support-video-content .support-flex-container {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .support-video-content .support-flex-container .support-flex-item {
    flex: 1 1 auto;
    height: 100%;
  }
  .support-video-content .support-flex-container .support-flex-item img {
    height: 100%;
  }
}
.support-video-content .support-flex-container .support-flex-item img {
  width: 100%;
}
.note {
  line-height: 1.2;
  color: #999999;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .flex-container .flex-item {
    line-height: 12rem;
  }
}
.set-auto {
  padding: 10px 0;
}
.form-control[readonly] {
  background: white;
}
#p_configure_timezone .checked input,
#p_configure_first_time_setup_timezone .checked input,
#search-item-list .checked {
  background: #e7e7e7;
}
