html,
body {
    height: 100%;
}

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

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

.wrap > .container-fluid {
    padding: 50px 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;
}

.ui-dialog-titlebar-close {
    padding:0 !important;
}

.ui-dialog-titlebar-close:after {
    position: relative;
    left: -0px;
    top: -0px;
    content: '';
    width: 18px;
    height: 16px;
    display: inline-block;
    background-image: url(https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_777777_256x240.png);
    background-position: -96px -128px;
    background-repeat: no-repeat;
}

.select2-dropdown.select2-dropdown--below {
    display: block !important;
    border: 1px solid #66afe9 !important;
    min-width: max-content !important;
}

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

.clear-fix::after {
    content: "";
    display: table;
    clear: both;
}

.resource-card {
    display: inline-block;
    width: 165px;
    height: 210px;
    margin: 10px 8px;
    padding: 10px 15px 15px 15px;
    overflow: visible;
}

.resource-search-header {
    color: grey;
    margin-bottom: 5px;
    text-align: center
}

.multiselect-container > li > a {
    padding: 3px 35px;
}

.well-sm, .well-small {
    padding: 9px !important;
    border-radius: 3px;
}

.well > table {
    width: 100% !important;
}

.quest-card {
    background-color: #336ee8;
    color: #FFFFFF;
    border-radius: 3px;
    border-color: lightgray;
    font-family: 'Segoe UI', sans-serif;
    font-size: 9.2pt;
    display: inline-block;
    width: 220px;
    height: 240px;
    margin: 10px 8px;
    padding: 10px 15px;
    overflow: visible;
}

.quest-card a {
    text-decoration: none;
    color: #FFFFFF;
}

.grayscale {
    filter: grayscale(100%);
}

.show-button-config {
    width: 15%;
    word-break: break-all !important;
}

.news-table-text {
    word-break: break-all;
}

.datepicker{
    z-index: 1040 !important;
}
@media (max-width: 1100px) {
    .nav > li > a {
        padding: 15px 5px !important;
    }
    #select-version, #selectversionform-version_id {
        width: 160px !important;
        margin-right: 7px !important;
    }
    .navbar-brand {
        padding: 5px !important;
    }
}
@media (max-width: 900px) {
    .nav > li > a {
        padding: 15px 0 15px 7px!important;
    }
    #select-version, #selectversionform-version_id {
        width: 120px !important;
    }
    .navbar-brand {
        padding: 5px !important;
    }
}
@media (max-width: 800px) {
    .nav > li > a {
        padding: 15px 0 15px 7px!important;
    }
    #select-version, #selectversionform-version_id {
        width: 100px !important;
    }
    .navbar-brand {
        padding: 3px !important;
    }
}
@media (max-width: 767px) {
    .nav > li > a {
        padding: 15px 5px!important;
    }
    #select-version, #selectversionform-version_id {
        width: 200px !important;
    }
    #select-version {
        display: block;
        float: none !important;
    }
    #helpButton {
        margin: 0 !important;
    }
}