html {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-rendering: optimizeLegibility;
  overflow: hidden;
}
::-webkit-scrollbar {
  display: none!important;
}
a {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
body {
  scrollbar-width: none;
}
body,ul,h1,h2,p,a,span {
  margin: 0;
  padding: 0;
}
img, input {
  width: 100%;
}
input {
  height: 40px;
  font-size: 16px;
  border: none;
  outline-width: 0;
  outline: none;
}
button {
  -webkit-appearance: none;
  border: none;
}
button, .button {
  cursor: pointer;
}
li {
  list-style-type: none;
}
li,p,select,label,h1,h2,input,textarea,span {
  font-family: 'regular';
}
.global_notice {
  position: fixed;
  overflow: hidden;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(0,0,0, 0.75);
}
.global_notice.active {
  width: 100%;
}
.global_notice > .container {
  position: absolute;
  top: 50%;
  width: 98%;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#global-nav .main.active, #global-nav li.active a {
  color: #209ffa;
}
.sub_nav {
  display: table;
  width: 100%;
  padding: 10px 0px;
  margin-bottom: 10px;
  border-top: 1px solid #3d4045;
  border-bottom: 1px solid #3d4045;
}
.sub_nav li {
  margin: 0px 5px;
}
.sub_nav li, .sub_nav li * {
  float: left;
}
.sub_nav li:not(:last-of-type) label::after {
  content: '/';
  padding-left: 10px;
}
.sub_nav li[data-active="true"] p {
  border-bottom: 2px solid #4287f5;
  cursor: default;
}
.main, .insights > .label {
  color: #455463;
}
.insights > .label {
  font-size: 18px;
  margin-bottom: 15px;
  width: 100%;
}
#global-header {
  position: relative;
  z-index: 998;
}
#global-header .container {
  background-color: #3d4045;
  height: 75px;
}
#global-header .header-logo {
  width: 95%;
  margin: auto;
}
#global-header .header-logo img {
  max-width: 200px;
  margin-top: 12px;
}
#nav-button {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 999;
  cursor: pointer;
}
#nav-button::before {
  content: '';
  display: block;
  height: 40px;
  width: 40px;
  background: url('../../../resources/img/global/nav/menu-button.png') center center no-repeat;
  background-size: 40px;
}
#global-nav, #content-wrapper, .sub-nav {
  position: fixed;
}
#content-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none; /* IE 11 */
  scrollbar-width: none; /* Firefox 64 */
  width: 100%;
  height: 100%;
  top: 75px;
  left: 0;
  overflow-y: scroll;
  background-color: #F5F5F5;
}
#content {
  padding-bottom: 75px;
  padding-right: 0px;
}
#content > .container {
  width: 95%;
  margin: 25px auto 0px auto;
}
#global-header , #content, #global-header #header-wrapper {
  -webkit-transform: translate3d(0px,0,0);
  transform: translate3d(0px,0,0);
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body.slide #content, body.slide #global-header {
  -webkit-transform: translate3d(-250px,0,0);
  transform: translate3d(-250px,0,0);
}
#global-nav {
  right: 0;
  top: 0;
  width: 100%;
  overflow-x: hidden;
  max-width: 250px;
  height: 100%;
  background-color: #292b2e;
  z-index: 1;

  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body.slide #global-nav {
  -webkit-transform: translate3d(0%,0,0);
  transform: translate3d(0%,0,0);
}
#global-nav .user {
  color: #FFFFFF;
  line-height: 70px;
  margin-left: 15px;
  font-size: 24px;
}
#global-nav .user, #content .main {
  font-family: 'medium';
}
#content-wrapper .sub-nav {
  z-index: 998;
  background-color: #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
  padding: 15px 0px;
  width: 100%;
}
#content-wrapper .sub-nav ul {
  width: 95%;
  display: table;
  margin: auto;
}
#content-wrapper .sub-nav li {
  float: left;
  margin-right: 10px;
}
#content-wrapper .sub-nav li.sub {
  margin-top: 5px;
}
#content-wrapper .sub-nav li.active:not(.main) {
  text-decoration: underline;
}
#content-wrapper .sub-nav .main {
  font-family: 'bold';
  text-transform: uppercase;
  font-size: 22px;
}
#global-nav li {
  cursor: pointer;
  color: #FFFFFF;
}
.drop_down {
  overflow:hidden;
  position: relative;
}
#global-nav .drop_down {
  height: 60px;
}
.container .drop_down {
  height: 45px;
  cursor: pointer;
  border: 1px solid #b8b8b8;
  margin-bottom: 10px;
}
.container .drop_down.expand {
  margin-bottom: 25px;
}
.drop_down li.label {
  cursor: pointer;
  padding: 25px 0px;
}
#global-nav .drop_down .sub-view li {
  margin-bottom: 15px;
}
#global-nav .logged-in {
  height: 75px;
  background-color: #292b2e;
  border-bottom: 1px solid #3d4045;
}
#global-nav .nav-container {
  margin-top: 20px;
  margin-left: 10px;
}
#global-nav .nav-container li {
  letter-spacing: 1px;
}
#global-nav .nav-container .main {
  font-family: 'regular';
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding-left: 10px;
}
#global-nav .nav-container li:not(.main) {
  text-indent: 25px;
}
.sign_table .heading_list {
  width: 100%;
}
.sign_table .heading_list.title_bar {
  display: table;
  width: 100%;
  background-color: #4287f5;
  color: #FFFFFF;
  border: 1px solid #4287f5;
  padding: 10px 0px;
  margin-bottom: 10px;
}
.sign_table .heading_list.title_bar li {
  font-family: 'medium';
  text-transform: uppercase;
  font-size: 14px;
}
.sign_table .heading_list > li {
  float: left;
}
.sign_table .heading_list li {
  text-indent: 5px;
}
.sign_table .heading_list.drop_down > li {
  padding-top: 3px;
  margin: 10px 0px;
  position: relative;
}
.sign_table .heading_list > li:nth-of-type(1) {
  width: 10%;
}
.sign_table .heading_list > li:nth-of-type(2) {
  width: 10%;
}
.sign_table .heading_list > li:nth-of-type(3) {
  width: 40%;
}
.sign_table .heading_list > li:nth-of-type(4) {
  width: 15%;
}
.sign_table .heading_list > li:nth-of-type(5) {
  width: 10%;
}
.sign_table .heading_list > li:nth-of-type(6) {
  width: 15%;
}
.sign_table .sign_details li.title {
  font-size: 12px;
  padding: 5px 0px;
}
.sign_table .sign_details li:not(.title) {
  float: left;
}
.sign_table .manages button {
  padding: 5px 10px;
  background-color: #4287f5;
  color: #FFFFFF;
  border-radius: 6px;
}
.sign_table .manages button:hover {
  background-color: #3d4045;
}
.sign_table .sign_details p.title {
  font-family: 'medium';
  font-size: 15px;
}
.sign_table .drop_down  li.online span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
.sign_table .drop_down  li.online span.online {
  background-color: #45f531;
}
.sign_table .drop_down  li.online span.offline {
  background-color: red;
}
.sign_table .heading_list .sign_details {
  display: table;
  width: 98%;
  margin: 0px auto 15px auto;
  padding: 10px 0px;
  border-top: 1px solid #b8b8b8;
}
.sign_table hr {
  background-color: #b8b8b8;
  border: 0;
  height: 1px;
  margin: 15px 0px;
}
@media screen and (min-width: 900px){

  #nav-button {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  #global-nav {
    -webkit-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
  }
  #content, #global-header #header-wrapper {
    padding-right: 250px;
  }

}
