body, html {
    background:
            linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.07) 10%, rgba(0,0,0,0.0) 30%),
            url("../img/pexels-raulling-29777877.resized.jpg") center center / cover no-repeat fixed !important;
    background-blend-mode: darken;
    background-color: rgb(230,230,230);
}

.login-page {
    background: transparent;
    display: block;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}
.container{
    width: 100%;
}

.content{
    padding-top: 1em !important;
    padding: 1em;
    background-color: #ffffff;
}
.content-wrapper{
    margin-left: 0 !important;
}
.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.modal-header {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color:#f0ad4e;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    color: #ffffff;
}

.transaction-points {
    font-weight: bold;
}
.icon-container {
    padding: 0.2em;
}
.numberCircle {
    border-radius: 1.2em;
    -moz-border-radius: 1.2em;
    -webkit-border-radius: 1.2em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 2.4em;
    margin-right: 5px;
    text-align: center;
    width: 2.4em;
}

.points-banner-big {
    font-size: 2em;
    margin-right: 1em;
}

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

.bg-info a, .bg-primary a, .bg-success a,  .bg-secondary a,  .bg-danger a,  .bg-dark a {
    color: inherit;
    text-decoration: underline;
}

