html, body {
    height: 100%;
}

.universal-ajax {
    position: absolute;
    z-index: 9999;
    left: 0;
    bottom: 0;
    color: RGBA(0,0,0,0.75);
}

.page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    max-height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -70px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 50px;
}

#page-tmpl {
    display: none;
}

.ajax-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: RGBA(0,0,0,0.1);
    text-align: center;
}

.ajax-loader i {
    vertical-align: middle;
}

.full-height {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


.text-nowrap {
    white-space: nowrap;
}

.bottom {
    margin-bottom: 20px;
}

/* ADMIN container */
.content-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    color: #555;
}

.wrapper .content-container:last-child {
    padding-bottom: 20px;
}




#hiddenUploads {
    display: none;
}


.custom-file-control:disabled, .form-control:disabled, .form-control[readonly], [readonly].custom-file-control {
    background-color: transparent;
    background-image: none;
}

.input-group-addon {
    padding-left: 0;
    padding-right: 0px;
}

.form-control-label-separated {
    margin-top: .5rem;
}




.generic-listing-input {
    font-weight: normal;
    vertical-align: bottom;
    line-height: 36px;
    height: 36px;
    margin: .5rem 0 1rem;
}

.generic-listing-input input,
.generic-listing-input select {
    vertical-align: middle;
    display: inline;
    width: auto;
    min-width: 0;
    margin: 0;
}

.generic-listing-input .btn {
    vertical-align: middle;
    display: inline;
    margin: 0;
    height: 36px;
    padding-top: 8px;
    border-left-width: 0px;
}
