@font-face {
     font-family: "trajan";
     src: url("../fonts/trajan_pro_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/trajan_pro_regular-webfont.woff") format("woff"), url("../fonts/trajan_pro_regular-webfont.ttf") format("truetype"), url("../fonts/trajan_pro_regular-webfont.svg#TrajanProRegular") format("svg");
 }
body {
  background-color: #fafafa;
  font-family: 'trajan';
  overflow-x: hidden;
  color: #aaa !important;
}
#wrapper {
	overflow-x: hidden;
}

h1, .h1, h2, .h2, h3, .h3 {
  color: #ba2520;
}
a:hover, a:focus,
.navbar-default li a:focus,
.navbar-default li a:hover,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
	color: #ba2025 !important;
  text-decoration: none;
}
.pagination li.active a:focus,
.pagination li.active a:hover {
  color: #fff !important;
  background-color: #c90e31 !important;
}
.pagination > .active > a, .pagination > .active > span{
    background-color: #ba2025;
    color: #fff;
    cursor: default;
    z-index: 2;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border-color: #ba2025 !important;
}


.modal-danger > .modal-content >  .modal-header {
    border-bottom:1px solid #eee;
    background-color: #ba2025;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fafafa;
}
.btn-success {
  background-color: #1B8F5B !important;
}
.btn-danger {
  background-color: #b92026 !important;
}
a.btn-success:focus,
a.btn-success:hover,
a.btn-danger:focus,
a.btn-danger:hover {
  color: #fafafa !important;
}



.thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  margin-left: 20px !important;
	margin-top: 10px;
}

a {
    color: #aaa !important;
}

.navbar-top-links li a {
    padding: 10px !important;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after {
    color: #aaa;
}