html,
body {
    height: 100%;
}

.blank {
    display: flex;
    padding: 40px 0;
}

.blank .wrap {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin: -40px auto;
    padding: 15px;
}

.blank .wrap > div {
    width: 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: "\e151";
}

a.desc:after {
    content: "\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 td {
    white-space: nowrap;
}
.select2.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 70%;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left:0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

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

.btn.btn-action {
    color: #4c6778 !important;
    background-color: #e6eaed !important;
    border-color: #e6eaed !important;
    border-width: 2px;
}
.btn.btn-action.btn-success:hover {
    color: #327a32 !important;
    background-color: #f0f8f0 !important;
    border-color: #b5dcb5 !important;
}
.btn.btn-action.btn-primary:hover {
    color: #196db3 !important;
    background-color: #edf5fb !important;
    border-color: #a0c9eb !important;
}
.btn.btn-action.btn-danger:hover {
    color: #b9361f !important;
    background-color: #fcefec !important;
    border-color: #eeafa4 !important;
}
.btn.btn-action.btn-warning:hover {
    color: #916213 !important;
    background-color: #fdf7eb !important;
    border-color: #f7d6a0 !important;
}

.card-new {
    cursor: pointer;
    color: #bbbbbb !important;
    border: 2px dashed !important;
    transition: .1s;
}
.card-new:hover {
    color: inherit !important;
    border: 2px lightgray solid !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.table.table-eg {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    overflow: hidden;
}
.table-eg.table-hover tbody tr {
    border-left: 5px transparent solid;
    transition: .2s;
}
.table-eg.table-hover tbody tr:hover {
    background-color: #fefbea!important;
    border-left: 5px #ff9e29 solid;
}
.table.table-eg thead {
    background-color: #f4f4f4!important;
}
.table.table-eg th, .table.table-eg td {
    border: 0;
}
.table.table-eg tr {
    border-top: 0;
    border-bottom: rgba(0,0,0,.075) solid 1px !important;
}

.profile-image {
    width: 128px;
    height: 128px;
    border-width: 5px !important;
    border-radius: 9999px;
    background-position: center;
    background-size: cover;
    background-origin: border-box;
}