body {
    padding-top: 100px;
}

@media print {
    body {
        padding-top: 0;
    }

}

@media (min-width:768px) {
    body>.navbar-transparent {
        box-shadow: none
    }

    body>.navbar-transparent .navbar-nav>.open>a {
        box-shadow: none
    }

}

.footer-custom {
    margin-bottom: 10px;
    margin-top: 40px;
}

.footer-list {
    border-top: 1px dotted;
    padding-bottom: 40px;
    padding-top: 10px;
}

h1 {
    font-size: 1.9rem;
    margin: 0;
    padding-bottom: 25px;
    text-align: center;
}

h2 {
    font-size: 1.8rem;
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
}

.form-buttons-wrapper {
    padding-top: 30px;
}

.need-help-wrapper {
    padding-top: 20px;
    text-align: right;
}

.required {
    font-weight: bold;
}

.not_required {
    font-weight: normal;
}

.btn-wide {
    white-space: normal;
}

.ajax-mask {
    background: rgba(255, 255, 255, .8) url('/app/common/img/preloader_floating_rays_128x128.gif') 50% 50% no-repeat;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1500;
}

/* quick fix of https://github.com/twbs/bootstrap/issues/23374 */
/* Cannot scroll down a collapsed navbar on mobile devices */
.navbar-collapse.collapse.show {
    max-height: 670px;
    overflow-y: auto;
}

@media all and (max-width:480px) {
    .btn-block-xs {
        display: block;
        width: 100%;
    }
    .div-block-xs {
        width: 100%;
    }
}

.dropzone {
    border: 2px dashed #bbb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #bbb;
}

@media print {
    .print-no-decoration {
        text-decoration: none !important;
    }
}

/* autocomplete loading indicator --------------------------------------------------- */
.ui-autocomplete-loading {
    background: white url('/app/common/img/ui-anim_basic_32x32.gif') right center no-repeat !important;
}

.autocomplete div {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
}
