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: #1B4965;
    border-top: 10px solid #5FA8D3;
    padding-top: 15px;
    color: #CAE9FF;
}

.footer a {
    color: #CAE9FF; /* Link color */
    text-decoration: none;
}

.footer a:hover {
    color: #5FA8D3; /* Hover color */
    text-decoration: underline;
}

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

/*
*/
.tile-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    height: auto;
    line-height: inherit;
    padding: 0;
    position: relative;
    text-align: center;
	/*border-radius: 3px;*/
	margin-bottom: 20px;
}
.tile-header {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border: 0 none !important;
    font-size: 14px;
    padding: 5px 10px;
    text-align: left;
    text-transform: uppercase;
    /*border-top-left-radius: 3px;*/
    /*border-top-right-radius: 3px;*/
}
.tile-content-wrapper {
    overflow: hidden;
    padding: 10px;
    position: relative;
}
.tile-content-wrapper > .glyphicon {
    font-size: 60px;
    height: 70px;
    left: 15px;
    line-height: 70px;
    margin-top: -36px;
    opacity: 0.3;
    position: absolute;
    top: 50%;
}.tile-content {
    font-size: 60px;
    text-align: right;
}
.tile-content .small-size {
  font-size: 14px;
}
.tile-header .float-right {
    opacity: 0.6;
}
.float-right {
    float: right !important;
}
.bg-red {
    background: #e74c3c none repeat scroll 0 0;
    border-color: #cf4436;
    color: #fff;
}
.bg-orange {
    background: #e67e22 none repeat scroll 0 0;
    border-color: #d67520;
    color: #fff;
}
.bg-blue {
    background: #3498db none repeat scroll 0 0;
    border-color: #308dcc;
    color: #fff;
}
.bg-green {
    background: #00bca4 none repeat scroll 0 0;
	border-color: #308dcc;
    color: #fff;
}
.bg-black {
    background: #2d2d2d none repeat scroll 0 0;
    border-color: #000;
    color: #ccc;
}
.bg-white {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
	border-color: #dfe8f1;
}