@font-face {
  font-family: 'Veneer';
  src: url('/css/fonts/Veneer.eot?#iefix') format('embedded-opentype'),  url('/css/fonts/Veneer.woff') format('woff'), url('/css/fonts/Veneer.ttf')  format('truetype'), url('/css/fonts/Veneer.svg#Veneer') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ------------------------------- */
html {
    font-family: 'Open Sans', sans-serif;
}

body {
    background-color: #f8f8f8;
    font-size:12px;
}

/* Navigation */

.navbar-fixed-top {
  min-height: 80px
}

.navbar-custom {
    margin:30px 50px 0 0;
}

.navbar-custom a{
    color:#777;
}

/*Typography
---------------------------------------------------------*/
h1 {
    font-size: 3.4em;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Veneer';

}
h2 {
    font-size: 2.65em;
    font-weight: 100;
    margin-bottom: 20px;
}
h3 {
    font-size: 1.7em;
    font-weight: 700;
    margin-bottom: 15px;
}
h4 {
    font-size: 1.3em;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 30px;
}
h5 {
    font-size: 1.125em;
    font-weight: 500;
    margin-bottom: 15px;
}
h6 {
    font-size: 0.95em;
    font-weight: 500;
    margin-bottom: 15px;
}
p {
    font-size: 1em;
    margin-bottom: 20px;
    line-height: 1.7;
}
input.form-control, select.form-control {
    margin-bottom: 1.4rem;
    padding: 1rem;
    background-color: #ecf2f4;
    border-radius: 0.2rem;
    border: none;
    color: #004DBA;
}
.form-control[disabled] {
    color: #eee;
}
select.form-control-mini {
    height: 20px;
    font-size: 12px;
    width: 40%;
}
.alert {
    margin-top: 30px;
}
.btn-logout {
    display: inline-block;
    font-weight: 400;
    border: none;
    white-space: normal;
    margin: 0 10px 20px 0;
    padding: 8px 18px;
    font-size: 16px;
    line-height: 1;
    text-decoration: none !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-transform: uppercase;
    font-family: 'Helvetica';
    letter-spacing: .1em;
}
.btn-small {
    display: inline-block;
    font-weight: 400;
    border: none;
    white-space: normal;
    margin: 0 10px 20px 0;
    padding: 6px 8px;
    font-size: 12px;
    line-height: 1;
    text-decoration: none !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-transform: uppercase;
    font-family: 'Helvetica';
    letter-spacing: .1em;
}

.btn-blueoutline {
    color: #004DBA;
    background-color: transparent;
    border: 2px solid #004DBA;
}

.btn-blueoutline:hover {
    color: #fff;
    background-color: #004DBA;
}

/*Tables
---------------------------------------------------------*/
.table,
.table-striped,
.table-hover {
    width: 100%;
    border-collapse: separate !important;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 0 0px;
    color: #004DBA;
    text-align: center;
}
.table tr td,
.table-striped tr td,
.table-hover tr td {
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    padding: 10px !important;
}
.table tr td:first-child,
.table-striped tr td:first-child,
.table-hover tr td:first-child {
    border-left: none;
}
.table tr:last-child td,
.table-striped tr:last-child td,
.table-hover tr:last-child td {
    border-bottom: none;
    padding-bottom: 33px !important;
}
.table tr th,
.table-striped tr th,
.table-hover tr th {
    vertical-align: bottom;
    text-align: center;
    border-top: none !important;
    border-bottom: 2px solid #E5E5E5 !important;
    border-left: 1px solid #E5E5E5;
    padding-top: 35px !important;
}
.table-striped tr th,
.table-hover tr th {
    padding-bottom: 8px;
}
.table tr th:first-child,
.table-striped tr th:first-child,
.table-hover tr th:first-child {
    border-left: none;
}
.table-striped tr:nth-child(odd) > td {
    background-color: transparent !important;
}
.table-striped tr:nth-child(even) > td {
    background-color: #ECF2F4;
}
.table-striped tr:nth-child(odd) th {
    background-color: transparent !important;
}
.table-hover tr:hover td {
    background-color: #004DBA !important;
    -webkit-transition: background-color 250ms ease;
    -moz-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    color: #fff;
}
.table-hover tr:hover th {
    background-color: transparent !important;
}

.static-form-field {
    padding-top: 7px;
}

/* Top breadcrumbs */
.breadcrumbs-top
{
    padding: 10px 0px 10px 0px;
    color: #999;
    font-size: 12px;
    -webkit-transition: all .2s ease-in-out;
    margin-top: 5px;
}

.breadcrumbs-top a:link
{
    color: #999;
    text-decoration: none;
}

.breadcrumbs-top a:visited
{
    color: #999;
    text-decoration: none;
}

.breadcrumbs-top a:hover
{
    color: #333;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
}

.breadcrumbs-top a:visited:hover
{
    color: #333;
    text-decoration: none;
}

/* Header */
header {
    width: 100%;
    padding: 0px 0 0px 0;
    background-color: #ff6f69;
}

.header {
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100;
}
.header .logo,
.header .logo-mobile {
    display: block;
    max-width: 140px;
    height: auto;
    float: left;
    margin-top: 15px;
}
.header .logo img,
.header .logo-mobile img {
    max-width: 100%;
}
.header .logo-mobile { display: none; max-width: 50px; }
#header-title {
    color: #004DBA;
    font-weight: 300;
    margin-top: 30px;
}

#header-logout {
    margin-top: 30px;
}


.right {
    float: right;
}

.right-flush {
    float: right;
    margin-right: 0px;
}

.clear {
    clear: both;
}
h1 {
    margin-left: 10px;
}
#donor-left-col {
    padding-left: 0px;;
}

.donor-order-detail {
    margin-left: -30px;
}

#copyright {
    margin-top: 20px;
}

.centered{
    float: none;
    margin: 0 auto;
}

#btn-add_card {
    float: right;
    margin-right: 0px;
}

div.cards {
    background-image: url('/i/cards_small.png');
    background-position: 0 15px;
    height: 15px;
    margin-right: 8px;
    text-indent: -9999px;
    width: 25px;
    border:1px solid rounded;
}
.cards.visa, .cards_large.visa {
    background-position: 0px 0px;
}
.cards.laser {
    background-position: 25px 0px;
}
.cards.laser.off {
    background-position: 25px 15px;
}
.cards.mastercard {
    background-position: 50px 0px;
}
.cards.mastercard.off {
    background-position: 50px 15px;
}

div.cards_large {
    background-image: url('/i/cards.png');
    background-position: 0 32px;
    height: 32px;
    margin-right: 8px;
    text-indent: -9999px;
    width: 51px;
    border:1px solid rounded;
}
.cards_large.laser {
    background-position: 51px 0px;
}
.cards_large.laser.off {
    background-position: 51px 32px;
}
.cards_large.mastercard {
    background-position: 102px 0px;
}
.cards_large.mastercard.off {
    background-position: 102px 32px;
}

#donor-detail .form-horizontal input, #donor-detail .form-horizontal select{
    font-size: 12px;
}
.inline-name {
    padding: 0px;
    margin-right: 10px;
}
.inline-name:last-child {
    padding: 0px;
    margin-right: 0px;
}
.address-entry {
    margin-bottom: 10px;
}
.address-entry:last-child {
    margin-bottom: 0px;
}

#btn-save_user {
    float: right;
    margin-right: 0px;
}

.btn-primary:hover {
    color: white;
    background-color: #004DBA;
    border: 1px solid #004DBA;
}

#transaction-search {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

#transaction-search .form-group {
    margin-right: 15px;
}

#search-filters {
    padding: 0px;
}

#search-statistics-container {
    padding-right: 0px;
}


/* Login form */
.login-body {
    background: url('/i/login_background.jpg');
}

#jumbotron {
    text-align: center;
    width: 30rem;
    height: 38rem;
    border-radius: 0.5rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: 4rem auto;
    background-color: #fff;
    padding: 2rem;
}

#jumbotron h3 {
     color: #004DBA;
     font-weight: 300;
}

#jumbotron .last-input {
    text-align: left;
}

.full-width {
    width: 100%;
}