@import 'https://fonts.googleapis.com/css?family=Raleway';

/* ============================================================
  General Styles
============================================================ */

html,
body {
  height: 100%;
}

body {
  color: #777;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  margin: 0;
}

h2,
h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

h3 {
  margin-top: 0;
}

p {
  font-size: 16px;
}

#account-page-title {
  margin-bottom: 15px;
}

#account-page-title h2 {
  margin-top: 10px;
}

#account-logo {
  height: 50px;
}

/* ============================================================
  Textarea Auto-size
============================================================ */

textarea.form-control {
  height: 34px;
}

/* ============================================================
  Select Boxes (Placeholder)
============================================================ */

select.form-control {
  color: #999;
  cursor: pointer;
  padding-left: 8px;
}

select.form-control option {
  color: #555;
}

select.form-control option[value=""] {
  color: #999;
}

/* ============================================================
  Helper Classes (Override)
============================================================ */

.bg-primary {
  background-color: #337ab7 !important;
  color: #fff !important;
}

.bg-success {
  background-color: #dff0d8 !important;
}

.bg-info {
  background-color: #d9edf7 !important;
}

.bg-warning {
  background-color: #fcf8e3 !important;
}

.bg-danger {
  background-color: #f2dede !important;
}

/* ============================================================
  Tooltip Width
============================================================ */

.tooltip-inner {
  max-width: 500px;
}

/* ============================================================
  Navigation
============================================================ */

#navigation {
  background: #fff;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-top: 15px;
}

#navigation-bar a {
  color: #595959;
  font-size: 14px;
}

#navigation-bar a:hover {
  color: #29c7e2;
}

.navbar-brand {
  color: #595959;
  padding: 0px;
}

.navbar-brand > svg {
  height: 100%;
  padding: 15px;
  width: auto;
}

/* ============================================================
  Search Bar
============================================================ */

#search {
  padding-top: 0;
}

.result {
  cursor: pointer;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.result:first-of-type {
  margin-top: 3px;
}

.result > .well {
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  width: calc(100% - 30px);
}

/* ============================================================
  Modal
============================================================ */

#modal-label {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ============================================================
  Footer
============================================================ */

#footer {
  background: #2f2f2f;
  color: #fff;
  padding-bottom: 40px;
  padding-top: 50px;
}

#footer a {
  color: #fff;
}
