html,
body {
    height: 100%;
}

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

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

.footer {
    height: 41px;
    background-color: #101010;
    border-top: 1px solid #101010;
    padding-top: 10px;
}

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

.l-go-link {
    word-wrap: break-word;
}

.top-login-button {
    border-left: 1px solid #CCCCCC;
}

.top-logo-text {
    font-size: 20px !important;
}

.site-form-header {
    padding-bottom: 30px;
    padding-top: 20px;
}

.recover-password-link {
    font-size: 10px;
    margin: 0px 0px 15px 0px;
    text-decoration: none;
}

.recover-password-link a {
    text-decoration: none;
    color: #777;
}

.recover-password-link:hover a{
    text-decoration: underline;
    color: #777;
}

.login-button, .register-button, .recover-button {
    width: 100%;
}

.login-recovery-text-link {
    font-size: 16px;
    text-decoration: none;
    color: #337ab7;
}

.login-recovery-text-link a {
    text-decoration: none;
    color: #337ab7;
}

.login-recovery-text-link:hover {
    text-decoration: underline;
    color: #337ab7;
}

.register-link, .login-link, .recover-link {
    font-size: 12px;
    margin: 25px 0px 0px 0px;
    text-decoration: none;
    color: #333;
}

.register-link a, .login-link a, .recover-link a {
    text-decoration: none;
    color: #333;
}

.register-link:hover, .login-link:hover, .recover-link:hover {
    text-decoration: underline;
    color: #333;
}

.has-error span {
    color: #a94442;
 }

 .site-form {
    width: 33%;
    min-width: 314px;
 }

 .recovery-text {
    font-size: 16px;
    font-weight: 300;
 }

.site-link a {
    text-decoration: none;
    color: #333;
}

.site-link:hover {
    text-decoration: underline;
    color: #333;
}

.share-link-panel {
    padding: 6px;
}

.share-link {
    padding: 8px 8px 8px 8px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}