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

/* custom CSS for boxes on home page */

.site-index .widget-user .box-body p.text-center.box-desc {
    min-height: 60px;
}

.site-index .widget-user {
    height: 280px;
}

.site-index .widget-user .widget-user-image {
    top: 40px;
}

.site-index .widget-user .widget-user-image h1 {
    width: 90px;
}

/* END Homepage boxes */

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

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.iti {
    display:block;
}

/** User Widget */

/* header */
.user-widget .user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
}

.skin-black-light .main-header .user-header {
    background-color: #222;
}

.user-avatar {
    object-fit: cover;
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255,255,255,0.2);
}

.user-widget .user-header p {
    z-index: 5;
    /* color: #fff;
    color: rgba(255,255,255,0.8); */
    font-size: 17px;
    margin-top: 10px;
}

.user-widget .user-header p>small {
    display: block;
    font-size: 12px;
}

/* body */

.user-widget .user-body {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd;
}

.user-widget .user-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.user-widget .user-body a {
    color: #444 !important;
}

/* footer */

.user-widget .user-footer {
    background-color: #f9f9f9;
    padding: 10px;
}

.user-widget .user-footer .btn-default {
    color: #666666;
}

/* spacing */
.user-widget .user-footer:before, .user-widget .user-footer:after, .user-widget .user-body:before, .user-widget .user-body:after {
    content: " ";
    display: table;
}

.user-widget .user-footer:after, .user-widget .user-body:after {
    clear: both;
}

/** END User Widget */

.embedded .embed-hidden {
    display: none;
}

body:not(.embedded) .embed-only {
    display: none;
}