html
{
    min-height: 100%;
    position: relative;
    min-width: 550px;

}
body{
    margin: 60px 0 60px!important;
}

.body-style {
    font-size: 125%;
}

.button-style {
    padding-bottom: 25px;
}

.radio label {
    height: 30px;
}

.error-code{
    color: #d5221c;
}

.blink {
    font-size: 300%;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-animation: blink 2s linear infinite;
    animation: blink 3s linear infinite;
    color: #ff0010;
}

.spec-code {
    font-weight: 900;
    color: #000aff;
}

.forum-user-attention-message-code {
    font-size: 200%;
    font-weight: 900;
    text-align: center;
    color: #000aff;
    margin-top: 10px;
    margin-bottom: 10px;
}

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

.wrap > .container {
    padding: 30px 15px;
}

.footer {
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 100%;
    /*background-color: #f5f5f5;*/
    /*border-top: 1px solid #ddd;*/
}

.jumbotron {
    text-align: center;
    background: none !important;
    padding-top: 0 !important;
    padding-bottom: 30px !important;
}

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

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

.request-table {
    font-size: 13px !important;
}

.request-table > thead,
.request-table > tbody,
.request-table > tfoot,
.request-table > thead > tr > td,
.request-table > tbody > tr > td,
.request-table > tfoot > tr > td,
.request-table > thead > tr > th,
.request-table > tbody > tr > th,
.request-table > tfoot > tr > th {
    border: 1px solid #505050 !important;
}

.request-table > thead,
.request-table > tfoot,
.request-table > thead > tr > td,
.request-table > tfoot > tr > td,
.request-table > thead > tr > th,
.request-table > tfoot > tr > th {
    background: linear-gradient(to top, #d7ebf9 0%, #dddddd 40%, #d7ebf9 100%);
    font-size: 90%;
    text-align: center;
}

.new-request, .new-request > td {
    background-color: #87CEFA !important;
}

.cancel-request, .cancel-request > td {
    background-color: #FFD700 !important;
}

.complete-request, .complete-request > td {
    background-color: #98FB98 !important;
}

.default-request, .default-request > td {
    background-color: #e5e5e5 !important;
}

.old-request, .old-request > td {
    background-color: #ee9999 !important;
}

a.action-button-request:hover {
    color: black !important;
}

.image-create-request{
    margin:20px 0 20px;
    width: 250px;
}