/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 9, 2018, 4:20:51 PM
    Author     : jap.tanguilig
*/
body {
  font-family: arial, sans-serif;
  font-size: .875rem; }

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom; }

/*
 * Sidebar
 */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1); }
  .sidebar .main-nav {
    margin-bottom: 1px; }

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 48px;
  /* Height of navbar */
  height: calc(100vh - 48px);
  padding-top: 40px;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */ }

.nav-bar .easy-autocomplete.eac-dark input {
  border-radius: 0; }

.sidebar .nav-link, .sidebar #userBlock {
  font-weight: 500;
  color: #333;
  padding: 0.2em 1em; }

.sidebar h6 {
  padding-top: .2em;
  margin-top: .6em !important; }

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999; }

.sidebar .nav-link.active {
  color: #007bff; }

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit; }

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase; }

/*
 * Navbar
 */
.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25); }

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0; }

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1); }

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25); }

/*
 * Utilities
 */
.border-top {
  border-top: 1px solid #e5e5e5; }

.border-bottom {
  border-bottom: 1px solid #e5e5e5; }

#main-container {
  font-family: arial, sans-serif;
  line-height: 1em; }
  #main-container h5 {
    font-size: 1.3em; }
    #main-container h5 svg {
      padding: 0 5px 2px 0;
      width: 20px;
      height: 20px; }
  #main-container fieldset legend, #main-container label, #main-container .form-control, #main-container th, #main-container td {
    font-size: 80%; }
  #main-container textarea {
    min-width: 100%; }
  #main-container label {
    font-size: 70%; }
  #main-container button.btn, #main-container input[type=button] {
    font-size: 85%; }
  #main-container .card-header, #main-container div.accordion .btn-link {
    font-size: 80%;
    color: #999;
    padding: .5em; }
  #main-container input#quickSearch {
    width: 100%; }
  #main-container .card-body, #main-container table {
    padding-bottom: .5em; }
  #main-container .form-group {
    margin-bottom: .5em; }
  #main-container button.dt-button {
    padding: .5em;
    color: #333;
    background-color: #ddd; }
  #main-container input[required], #main-container input.highlight {
    background-color: #F0F8FF; }
  #main-container p#lanyardColor {
    width: 100%; }
  #main-container #FirstName, #main-container #LastName, #main-container #Company {
    font-weight: bold; }
  #main-container #attendeeLog .card {
    margin-bottom: .2em; }
  #main-container ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #dedede; }
  #main-container ::-moz-placeholder {
    /* Firefox 19+ */
    color: #dedede; }
  #main-container :-ms-input-placeholder {
    /* IE 10+ */
    color: #dedede; }
  #main-container :-moz-placeholder {
    /* Firefox 18- */
    color: #dedede; }
  #main-container button:disabled {
    background-color: #999;
    color: #666666;
    border-color: #999; }

div.right-menu div {
  margin-bottom: 1.5em; }
div.right-menu button.btn-block, div.right-menu input.btn-block {
  padding: 1.6em 1em 1.6em 1em;
  margin-bottom: 1em; }

.easy-autocomplete {
  width: 100% !important; }

.easy-autocomplete input {
  width: 100%; }

div#loginForm {
  margin-top: 8%;
  background-color: #F8F9FA;
  padding: 2em 0 2em 0; }
  div#loginForm h2 {
    font-size: 1.85em; }

#userBlock {
  font-weight: 500;
  color: #333;
  font-size: 1em;
  display: block;
  padding: .5rem 1rem; }

#attendeeReport {
  border-collapse: collapse !important; }
  #attendeeReport tr {
    border-width: 0 0 1px 0; }
  #attendeeReport td, #attendeeReport th {
    padding: .5em;
    vertical-align: middle; }
  #attendeeReport th, #attendeeReport td {
    text-align: center; }
  #attendeeReport td.groupLabel {
    text-align: left; }
  #attendeeReport .atwalk {
    background-color: #efdecd; }
  #attendeeReport .summary {
    background-color: #e5e5e5; }
  #attendeeReport .header-dark {
    background-color: #999; }
  #attendeeReport tr.breaker td, #attendeeReport tr.breaker th {
    background-color: #fff;
    border-width: 5px 0 5px 0; }

#regRepBlock table div.scroll-overflow {
  max-height: 100px;
  overflow-y: scroll; }

.easy-autocomplete.eac-dark input#quickSearch {
  background-color: #F0F8FF;
  color: #999; }

#printStatusBlock table th, #printStatusBlock table td {
  padding: .2px; }

nav div.easy-autocomplete-container ul {
  max-height: 440px;
  overflow-y: scroll; }

nav div.easy-autocomplete-container ul li {
  margin: 0;
  padding: 2px 10px 0 20px;
  border-collapse: collapse;
  border: none;
  list-style-type: none; }

#loading-overlay {
  position: absolute;
  width: 100%;
  height: 2500px;
  left: 0;
  top: 0;
  display: none;
  align-items: center;
  background-color: #000;
  z-index: 999;
  opacity: 0.1; }

#scanKeyRing {
  width: 98%; }

/*# sourceMappingURL=dashboard.css.map */
