button,
.btn {
  text-transform: uppercase;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.navbar-inverse {
  background-color: #34495e;
  border-color: #2c3e50;
}
.navbar-inverse .navbar-brand {
  color: #dddddd;
}
.navbar-inverse .navbar-nav > li > a {
  color: #d0d0d0;
}
.navbar-inverse .navbar-nav > li > a .glyphicon {
  color: #d0d0d0;
}
.navbar-inverse .navbar-nav > li > a:hover {
  background: #2c3e50;
}
.navbar-inverse .navbar-nav > li.open > a,
.navbar-inverse .navbar-nav > li.active > a,
.navbar-inverse .navbar-nav > li.open a:hover,
.navbar-inverse .navbar-nav > li.active a:hover,
.navbar-inverse .navbar-nav > li.open a:focus,
.navbar-inverse .navbar-nav > li.active a:focus {
  background-color: #2c3e50;
}
.navbar-inverse .navbar-nav > li .dropdown-menu > li > a {
  padding: 10px 20px;
  text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li .dropdown-menu > li > a:hover {
  background-color: #2980b9;
  color: #eeeeee;
}
.navbar-inverse .navbar-nav > li .dropdown-menu .divider {
  margin: 1px 0;
}
.btn-action {
  padding: 3px 14px;
}
.btn-default {
  color: #555555;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
textarea {
  max-width: 100%;
}
textarea[disabled] {
  cursor: default;
}
.table > tbody > tr:nth-child(2n + 1) > td,
.table-striped > tbody > tr:nth-child(2n + 1) > td,
.table-hover > tbody > tr:nth-child(2n + 1) > td {
  background-color: #edf1f5;
}
.table > thead > tr:first-child > th,
.table-striped > thead > tr:first-child > th,
.table-hover > thead > tr:first-child > th,
.table > tbody > tr:first-child > th,
.table-striped > tbody > tr:first-child > th,
.table-hover > tbody > tr:first-child > th {
  color: #eeeeee;
  background-color: #34495e;
}
.glyphicon-usd {
  color: #27ae60;
}
.glyphicon-briefcase {
  color: #493722;
}
.glyphicon-exclamation-sign {
  color: #c0392b;
}
.glyphicon-calendar {
  color: #2980b9;
}
.glyphicon-pushpin {
  color: #d35400;
}
.glyphicon-download,
.glyphicon-circle-arrow-down {
  color: #34495e;
}
@media print {
  body {
    padding-top: 0;
  }
  a[href]:after {
    content: none;
  }
}
