* {
  /*font-family: 'Black Ops One', cursive;*/
  /*font-family: 'Quantico', sans-serif;*/
  /*font-family: 'Metamorphous', cursive;*/
  /*font-family: 'Iceland', cursive;*/
  /*font-family: 'Wallpoet', cursive;*/
  /*font-family: 'New Rocker', cursive;*/
  /*font-family: 'Geostar Fill', cursive;*/
  /*font-family: 'Plaster', cursive;*/
  /*font-family: 'Audiowide', cursive;*/
  /*font-family: 'Basic', sans-serif;*/
  /*font-family: 'Droid Sans Mono', ;*/
  /*font-family: 'Actor', sans-serif;*/
  /*font-family: 'Source Code Pro', ;*/
  font-family: 'Exo', sans-serif;
  /*font-family: 'Orbitron', sans-serif;*/
  /*font-family: 'Exo 2', sans-serif;*/
  /*font-family: 'Droid Sans', sans-serif;*/
  /*font-family: 'Open Sans', sans-serif;*/
  /*font-family: 'Armio', sans-serif;*/
}
body {
  background-color: #ffffff;
  color: #121212;
  padding-top: 60px;
}
a ,
a:hover ,
a:focus {
  outline: none;
}
.form-group>label {
  text-transform: uppercase;
}
.search-panel {
  position: relative;
  max-height: 0px;
  overflow: hidden;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.search-panel.open {
  max-height: 100px;
}
.search-panel-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-right: 0px;
  transform: translate(0, -50%); color: #fff;
  cursor: pointer;
}
#search-box {
  background-color: #ffffff;
  border: none;
  border-bottom: 3px solid #333;
  width: 100%;
  padding: 10px 60px 10px 15px;
  font-size: 2em;
  color: #262626;
  outline: none;
}
.search-box-clear {
  position: absolute;
  right: 60px;
  top: 50%;
  margin-right: 0px;
  transform: translate(0, -50%);
  color: #555;
  cursor: pointer;
  display: none;
}
.search-box-clear:hover ,
.search-box-clear:focus {
  color: #ccc;
}
.tbl-header th {
  border-bottom: 1px solid #d2d2d2;
  padding: 5px 10px 3px;
}
.tbl td {
  border-bottom: 1px solid #d2d2d2;
  padding: 10px;
}
tr.expand a {
  color: #ffffff;
}
tr.expand.active a {
  color: #262626;
}

.navbar-default {
  background-color: #333333;
  border: none;
  border-radius: 0;
}
.navbar-default .navbar-nav>li>a ,
.navbar-default .navbar-nav>li>a:focus ,
.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  font-weight: bolder;
  font-size: 18px;
}
.navbar-default .navbar-nav>.open>a ,
.navbar-default .navbar-nav>.open>a:focus ,
.navbar-default .navbar-nav>.open>a:hover {
  color: #333333;
  background-color: #262626;
}
.navbar-top1 {
  background-color: #262626;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar-top1 .navbar-nav>li>a ,
.navbar-top1 .navbar-nav>li>a:focus ,
.navbar-top1 .navbar-nav>li>a:hover {
  color: #333333;
}
.navbar-top1 .navbar-nav>.open>a ,
.navbar-top1 .navbar-nav>.open>a:focus ,
.navbar-top1 .navbar-nav>.open>a:hover {
  color: #262626;
  background-color: #333333;
}
button ,
button:hover ,
button:focus {
  outline: none !important;
}
.modal-backdrop {
  /*background-color: #262626;*/
}
.modal-header {
  color: #262626;
  font-size: 20px;
  /*font-weight: bold;*/
  border-bottom: 1px solid #ccc;
  padding: 15px 15px 12px;
}
.modal-header .close {
    /*margin-top: -5px;*/
    font-size: 32px;
    /*color: #ddd;*/
    text-shadow: none;
    opacity: .75;
}
.modal-header .close:hover ,
.modal-header .close:focus {
    opacity: 1;
}
.modal-title {
  text-transform: uppercase;
  font-size: 20px;
}
.modal-content {
  background-color: #ffffff;
  border: 1px solid rgba(255,255,255,.2);
}
.modal-footer {
  color: #ddd;
  font-size: 20px;
  font-weight: bold;
  border-top: 1px solid #ccc
}
.no-select-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

td.stats {
  text-align: right;
}
.templates {
  display: none;
}
table {
  width: 100%;
}

@media (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 8px;
  }
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,0.4);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  }
  ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,0.2);
  }
}
@media (max-width: 767px) {
  .full-modal-xs .modal-dialog {
    height: 100%;
    margin: 0;
    padding: 10px;
  }
  .full-modal-xs .modal-content {
    height: 100%;
  }
  .full-modal-xs .modal-body {
    overflow-y: scroll;
    position: absolute;
    top: 58px;
    bottom: 0px;
    left: 0;
    right: 0;
    padding-top: 0;
    margin-right: 4px;
  }
}






td.info span.date {
  text-align: center;
  font-size: 1rem;
  color: #666666;
}
td.info p {
  margin-bottom: 0;
}

.person-status {
  color: #aaa;
}



.modal-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(255,255,255,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
}

.modal-footer-message {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  font-size: 1.5rem;
  color: red;
  text-align: center;
  margin: 0;
}

#content {
  margin-bottom: 6rem;
}