html,
body {
    height: 100%;
}

h1 { margin-bottom: 50px; }
h2 { font-size: 1.5em; text-transform: uppercase; margin-top: 25px; }
@media (min-width: 992px) {
	.row > [class*="col-"]:first-child { padding-left: 0; }		
	.row > [class*="col-"]:last-child { padding-right: 0; }
}
@media (max-width: 991px) {
	.row > [class*="col-"] { padding-left: 0; padding-right: 0; }
}

ol li:not(:first-child) {
	margin-top: 10px;
}

.muted { color: #999; }

.pspacing {	padding: 50px; }
.pspacing-top { padding-top: 50px; }
.pspacing-top-small { padding-top: 25px; }
.pspacing-bottom { padding-bottom: 50px; }
.pspacing-bottom-small { padding-bottom: 25px; }
.pspacing-left { padding-left: 50px; }
.pspacing-left-small { padding-left: 25px; }
.pspacing-right { padding-right: 50px; }
.pspacing-right-small { padding-right: 25px; }
.pspacing-small { padding: 25px; }
.mspacing {	margin: 50px; }
.mspacing-small { margin: 25px; }
.mspacing-top { margin-top: 50px; }
.mspacing-top-small { margin-top: 25px; }
.mspacing-bottom { margin-bottom: 50px; }
.mspacing-bottom-small { margin-bottom: 25px; }
.mspacing-left { margin-left: 50px; }
.mspacing-left-small { margin-left: 25px; }
.mspacing-right { margin-right: 50px; }
.mspacing-right-small { margin-right: 25px; }


body {
    background: url(../images/wall.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 50px 30px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
}

.navbar {
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #333;
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
}

.table { background-color: #fff; }

.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;
}
