html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.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;
}

/* CUSTOM */

.navbar-inverse{
	background-color: #17468b;
	border-color: #052048;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-brand {
	color: #ffffff !important;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-brand:hover {
	color: #fab41d !important;
}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus{
	background-color: #052048;
}

.wrap{
	background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 30%;
}
@media (max-width:770px) {
	.wrap{
		background-size: contain;
	}
}

.jumbotron img{
	max-width: 100%;
}

#preview .close {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #337ab7;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    border-radius: 50%;
    width: 30px;
    line-height: 30px;
    color: #fff;
    opacity: 1;
}
#preview .close:hover{
	background-color: #2e6da4;
}

/* CUSTOM */
.panel-primary > .panel-heading{
	background-color: #17468b;
	border-color: #17468b;
}

/* LOADING */
html.loading:AFTER{
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #000 url(../images/loading.gif) no-repeat center center;
	opacity: 0.8;
	z-index: 9999;
}

html.loading2:AFTER{
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #000 url(../images/loading2.gif) no-repeat center center;
	opacity: 0.8;
	z-index: 9999;
}


#nodeProgress {
    width: 200px;
    height: 60px;
    position: fixed;
    bottom: 65px;
    right: 5px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: none;
}

#nodeProgress > span {
    display: block;
    width: 100%;
    line-height: 12px;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #999;
}

#nodeProgressBar {
    width: 90%;
    height: 20px;
    background-color: #b3e4f3;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

#nodeProgressBar > div {
    display: block;
    width: 90%;
    height: 18px;
    background-color: #5bc0de;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

#nodeProgressBar > span {
    display: block;
    width: 100%;
    height: 18px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    color: #555555;
    font-size: 12px;
}