.bgimage {
  background-color: #6c757d;
  padding-top: 30px; }

@font-face {
  font-family: 'Omnes';
  src: url("../fonts/Omnes_GirlScouts-SemiboldItalic.otf"); }

.card {
  border: none !important;
  margin: -20px -15px !important;
  border-radius: 0px !important; }
  .card .card-header {
    color: #fff;
    background-color: #00A95c !important;
    font-weight: bold;
    border-radius: inherit; }
  .card-body hr {
    margin: 10px 2px; }
  @media (max-width: 576px) {
    .card {
      margin: -20px -15px !important;
      margin-bottom: 0px !important;
      overflow-y: hidden; } }

#mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
  padding: .3em 1em; }

.navbar-brand {
  float: left;
  /*height: 50px;*/
  padding: 10px 15px 0px 0px !important;
  /* padding: 15px 15px; */
  font-size: 40px;
  line-height: 40px;
  font-family: "Omnes";
  color: whitesmoke !important; }

top-nav {
  padding: 0 15px; }
  top-nav > li {
    display: inline-block;
    float: left; }
  top-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #999; }
  top-nav > li > a:hover,
  top-nav > li > a:focus,
  top-nav > .open > a,
  top-nav > .open > a:hover,
  top-nav > .open > a:focus {
    color: #fff;
    background-color: #000; }
  top-nav > .open > .dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
    top-nav > .open > .dropdown-menu > li > a {
      white-space: normal; }

#login-page {
  margin: 0 0;
  background-color: #6c757d;
  padding-top: 19px;
  overflow-x: hidden !important; }

#login-form {
  top: calc(50vh - 137px); }
  @media (max-width: 576px) {
    #login-form {
      margin: 17px 0px !important;
      margin-bottom: 0px !important;
      border-radius: 0px;
      overflow-y: hidden;
      top: auto; } }

@media (max-width: 576px) {
  #login {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; } }

table {
  background-color: white; }

textarea {
  resize: none; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.columnTitle {
  cursor: pointer; }

.columnTitle:hover {
  background-color: lightgrey; }

.create-item {
  padding-top: 5px; }

/* Bootstrap Modifications */
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.visited,
.btn-primary:active:focus {
  background-color: #18ab5b !important;
  border-color: #18ab5b !important;
  margin-bottom: 3px;
  outline: none !important;
  cursor: pointer;
  box-shadow: none; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #138B4A !important;
  border-color: #138B4A !important;
  /*set the color you want here*/ }

.btn-gray,
.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus {
  margin-bottom: 3px;
  outline: none !important;
  box-shadow: none;
  background-color: lightgray; }

.smallDate {
  color: gray;
  font-size: 10px; }

.editable {
  cursor: pointer; }

.editable:hover {
  background-color: lightyellow;
  background-size: 100%; }

td.selected {
  border: 3px solid green; }

@media (max-width: 576px) {
  #resultsTable {
    display: none; } }

#resultsList {
  display: none; }
  @media (max-width: 576px) {
    #resultsList {
      display: block; } }

#voterInfo p {
  margin-bottom: 0px;
  padding: 0; }

.voter-button {
  width: 49%; }

.red {
  color: red; }

.blue {
  color: blue; }

.nav-tabs {
  margin-bottom: 10px; }

.hide {
  display: none; }

.show {
  display: block; }
