html,
body {
    height: 100%;
}

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

.file-link {
    word-wrap: break-word;
    display: inline-block;
    width: 300px;
}

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

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.footer .dropdown-menu {
    min-width: 125px;
}

.panel-clickable a:link, .panel-clickable a:hover, .panel-clickable a:visited, .panel-clickable a:active {
       color: #000;
       text-decoration: none;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.monthly_employment_table > .not-set {
    color: black;
}

.dimmed {
    position: relative;
}

.dimmed:after {
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.75);
}

.mt-0 {
    margin-top: 0px;
}

.mt-1 {
    margin-top: 1px;
}

.mt-3 {
    margin-top: 3px;
}

.mb-3 {
    margin-bottom: 3px;
}

.mt-5 {
    margin-top: 5%;
}

.mt-8 {
    margin-top: 8px;
}

.mb-1 {
    margin-bottom: 1px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mr-2 {
    margin-right: 2px !important;
}

.ml-20 {
    margin-left: 20px;
}


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

#gpdr_label .popover-content {
    font-size: 12px;
}

#gpdr_label {
    text-align: left;
}

.year-gender th {
    font-size: 13px;
}

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

#gpdr_label .popover {
    max-width: 100%
}

#popover-container-wide .popover {
    width: 600px;
    max-width: none;
}

/* switch user info */
/* test environment info */

#switchUserInfo, #testEnvironmentInfo {
    z-index: 1;
    border: none;
    margin-top: 50px;
    min-height: 30px;
    max-height: 30px;
    background-color: #f2dede;
    border-radius: 0 0 5px 5px;
    width: 178px;
    left: 45%;
    padding-top: 7px;
}

#switchUserInfo p, #testEnvironmentInfo p {
    color: #a94442;
}


/* Transparent Overlay */
.loading {
    z-index: 10000;
    content: '';
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

.loading>div {
    position: relative;
    top: 40vh;
    color: white;
    text-align: center;
}

.progress {
    width: 50%;
    margin-left: 25%;
}

.info-calculation {
    font-size: 16px;
}

.info-section>h3:first-child {
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

.info-section {
    padding-top: 20px;
}

.left-submenu>.dropdown-menu {
    left: auto !important;
    right: 100% !important;
    margin-left: 0 !important;
    margin-right: -1px !important;
}

.left-submenu>a::after {
    float: left !important;
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
    border-width: 5px 5px 5px 0 !important;
    border-color: transparent #cccccc transparent transparent !important;
    margin-right: 5px !important;
    margin-top: 3px !important;
}

.left-submenu:hover>a::after {
    border-right-color: #555 !important;
}

/* fixes for krajee select2 bs visual flaws */

.select2-container--krajee .select2-selection--multiple .select2-selection__rendered {
    display: block !important;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    margin: 0 0 0 3px !important;
}

/* for changelog view */
.sidebar {
    float: right;
    margin-left: 10px;
}

.floating-div {
    padding: 10px 10px;
    margin-top: 10px;
}

.floating-div a {
    display: block
}