@font-face {
  font-family: "Intro";
  src: url("../fonts/Intro-Regular.otf");
}
@font-face {
  font-family: "Intro";
  src: url("../fonts/Intro-Bold.otf");
  font-weight: bold;
}
@font-face {
  font-family: "Intro";
  font-weight: 200;
  src: url("../fonts/Intro-Light.otf") format("opentype");
}
@font-face {
  font-family: "Intro";
  font-weight: 400;
  src: url("../fonts/Intro-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Intro";
  font-weight: 700;
  src: url("../fonts/Intro-Bold.otf") format("opentype");
}
/*
TYPEAHEAD style
*/
.tt-menu {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #fff;
  width: 100%;
  border-radius: 8px;
  margin-top: 12px;
  padding: 8px 0;
}
.twitter-typeahead {
  width: 100%;
}
.tt-suggestion {
  padding: 3px;
  display: block;
  display: flex;
  flex-direction: row;
  align-self: flex-end;
  justify-content: space-between;
  width: 100%;
}
.tt-suggestion:hover {
  color: #fff;
  background-color: #7c7c7c;
  cursor: pointer;
}
.nameth > .tt-highlight {
  color: #48647c;
}
.autocomplete_template {
  padding: 5px 2px 5px 2px;
  font-weight: bold;
}
/*
    Main Theme
*/
body {
  background-color: #e7e7e7;
  color: #4e4e4e;
  font-family: "Intro";
}
.mainContainer {
  margin: 20px;
}
.jumbotron {
  background-color: #a4a4a4;
}
/*
    NAVBAR
*/
.navbar {
  background-color: #c0c0c0 !important;
}
/*
    Stepper style
*/
.bs-stepper .bs-stepper-circle {
  color: #4e4e4e;
  background-color: #b5b5b5;
}
.bs-stepper .active .bs-stepper-circle {
  background-color: #5b5b5b !important;
  color: white !important;
}
.bs-stepper .bs-stepper-label {
  color: #4e4e4e !important;
}
/*
    FORM Style
*/
.form-control {
  background-color: #e7e7e7 !important;
  color: #4e4e4e !important;
}
.form-control:focus {
  border-color: #4e4e4e !important;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b5b5b5;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #b5b5b5;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #b5b5b5;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #b5b5b5;
}
/*
    Buttons
*/
.btn-primary {
  background-color: #5b5b5b !important;
  border-color: #5b5b5b;
}
.btn-primary:hover {
  border-color: #4e4e4e;
}
.btn-primary:disabled {
  border-color: #5b5b5b;
}
a {
  color: #5b5b5b;
}
a:hover {
  color: #4e4e4e;
}
/*
    TABLE
*/
.table {
  color: #4e4e4e;
  border-top-color: #5b5b5b;
}
.table thead tr th {
  border-top: 2px solid #7c7c7c;
  border-bottom: 2px solid #7c7c7c;
}
.table tr th {
  border-bottom: 2px solid #7c7c7c;
}
.table tr td {
  border-bottom: 2px solid #7c7c7c;
}
/*
    SEPARATOR
*/
.mainDivider {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 4px solid #7c7c7c;
}
/*

    PAGINATOR
*/
.page-link {
  background-color: white;
  color: #7c7c7c;
}
.page-link.current {
  background-color: #7c7c7c;
  color: white;
}
.page-link:hover {
  background-color: #7c7c7c;
  color: white;
}
