﻿body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/*admin*/
fieldset {
    padding: 10px!important;
    border: 1px solid #e5e5e5!important;
    border-radius: 3px;
}
    fieldset legend {
        display: block;
        padding: 0 5px 0 5px;
        font-size: 16px;
        line-height: inherit;
        color: #333;
        border: none !important;
        margin: 0;
        width: initial;
    }
.body-content {
    padding-top: 30px;
    margin-top: 40px;
}
.overflowed {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    white-space: nowrap;
    cursor: pointer;
}

.full-report {
    background-color: #ffffef;
}
.requests-search-result {
    margin-top: 20px;
}

.pager-container {
    width: 100%;
    text-align: center;
}

.pager li.active a {
    border: 1px solid #757575;
}

.search-fields {
    margin-bottom: 20px;
}
.full-width-field {
    max-width: 100%;
}
.modal-body-container {
    word-break: break-all;
}


.preloader-image {
    display: none;
    height: 100px;
    position: absolute;
    top: 140px;
    left: 46%;
}