/*.jqx-tree-dropdown {
  margin-left: 10px !important;
}
.jqx-disableselect {
  margin-left: 0px !important;
}
*/
.modal {
  display:    none;
  position:   fixed;
  z-index:    100000;
  top:        0;
  left:       0;
  height:     100%;
  width:      100%;
  background: rgba( 255, 255, 255, .8 )
  url('../images/loading.gif')
  50% 50%
  no-repeat;
}

/* When the body has the loading class, we turn the scrollbar off with overflow:hidden */
/*body.loading {
  overflow: hidden;
}
body.loading .modal {
  display: block;
}
*/
/* Anytime the body has the loading class, our modal element will be visible */
body.loading .modal {
  display: block;
}

.jqx-validator-hint {
  height: auto;!important
}
/*
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
*/
/* use navbar-wrapper to wrap navigation bar, the purpose is to overlay navigation bar above slider */
.navbar-wrapper {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 15px;
}
.navbar-wrapper > .container {
  padding: 0;
}

@media all and (max-width: 768px ){
  .navbar-wrapper {
    position: relative;
    top: 0px;
  }
}
.navbar-brand, .navbar-nav li a {
  line-height: 15pt;
  height: 19pt;
  padding-top: 0;
  font-size: 11pt
}
.header {
  color: #FFFB28;
  font-size:7.5pt;
  background-color: #000000;
  opacity: 0.8;
  position: fixed;
  top:0px;
  z-index:100;
  width:100%;
}
.headerTitle {
  color: #FFFFFF;
  font-weight:bold;
}
.footerTitle {
  color:#ffffff;
}
.footerItems {
  color: #DECE79;
}
.footer {
  position: fixed;
  bottom: 2pt;
  background-color:#000;
  border-top:2px black solid;
  font-size: 8pt;
  right:5pt;
  float: right;
  text-align: right;
  padding: 2pt 5pt 2pt 5pt;
  z-index:100000;
}
.footerItems a:hover {
  text-decoration:underline;
  color:#DECE79;
}
.footerItems a {
  text-decoration:none;
  color:#DECE79;
}
/*
.contents {
  width:100%;
  max-width:98%;
  background-color:#ffffff;
  padding-bottom: 20px;
  padding: 0px 0px 0px 0px;
}
.bodycontents {
  width:100%;
  max-width:100%;
}
.menu {
  color: #FFFFFF;
  font-size:9pt;
  background-color: #000000;
  width:100%;
  z-index:100;
}
.menuCategory {
  text-transform: uppercase;
}
.menuCategory a:hover {
  text-decoration:underline;
  color:#ffffff;
}
.menuCategory a {
  text-decoration:none;
  color:#ffffff;
}
.menuCategorySelected {
  color:#DECE79;
  font-weight:bold;
}
.container {
  margin-top:0px;
}
*/
.navbar {
  margin-bottom:0px;
  min-height:0px;
}
#headerBar a {
  color: #FFFB28;
}
#headerBar a:hover {
  color: #FFFB28;
  text-decoration:underline;
}
input,select,textarea {
  resize:none;
  border:1px solid #c7c7c7;
  border-radius:3px;
}
/*
.container-fluid{
  margin-bottom:5px;
  margin-top:5px;
}
*/
body {
  padding-bottom:0px;
  padding-top:0pt;
  font-family: 'Roboto', verdana, sans-serif;
  font-size:12pt;
  background-color:#000;
}
body, html {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}
h2 {
  /* margin-top:25pt;*/
  color: white;
  background-color: #303030;
  padding: 2pt 5pt 2pt 5pt;
  margin-bottom: 0pt;
  padding-top:10pt;
}
#jqxgrid_counter {
  font-size: 10pt;
  color:#fff;
}
#menubar {
  width:100%;
  /* border-radius:0px;*/
  overflow: show;
  padding-top:0px;
  z-index:10000;
  height: 22pt;
}
