html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
}

.wrap>.container .medium-padding {
    padding: 20px;
}

/*** Footer ***/

footer.footer {
    font-size: 85%;
    color: #fff;
    background: #111;
}

footer.footer > div {
    width: 1080px;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
}

footer.footer img {
    display: inline-block;
    margin-bottom: 15px;
}

footer.footer p {
    margin: 5px 0;
}

footer.footer a {
    color: #fff;
    text-decoration: none;
}

footer.footer a:hover {
    text-decoration: underline;
}


.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;
    display: none;
}

#domMessage {
    color: black;
}

div.site-error {
    width: 800px;
    margin: 80px auto !important;
    text-align: center;
}

.tiny {
    font-size: 12px;
    margin-bottom: 0px;
}

/*Table highlights*/
.highlight > td {
    background: salmon none repeat scroll 0 0;
    color: white;
    font-weight: bold;
}

.highlight > td a {
    color: lightblue;
}

.sing-up-wrapper {
    background-image: url('/images/background3.jpg');
    background-size: cover;
}

.counter-sprite {
    background: #bbbcbf none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    line-height: 14px;
    margin-left: 1px;
    min-width: 16px;
    padding: 0 5px;
    position: relative;
    right: -2px;
    text-align: center;
    top: -4px;
}

.table-condensed {
    font-size: 14px;
}

.nav-tabs {
    font-size: 14px;
}