﻿
.content {
    background-color:#E8E8E8;
    border-radius: 10px;
}

.indent {
    padding:10px 30px 10px 30px;
}

.dataTables_filter {
    margin-top: 20px;
}

.dataTables_wrapper {
    display: inline-block;
}

#filterstate {
    font-size: 12px;
}

.float-right {
    float: right;
}

.inline {
    display: inline-block;
    vertical-align: middle;
}

.pager-button {
    width:75px;
    text-align:center;
    box-shadow: 5px 5px 10px #888888;
}

.nav li {
    font-weight: bold;
}

.request-header {
    display: inline-block;
    float: left;
    margin-top: 15px;
}

.shadow {
    box-shadow: 5px 5px 10px #888888;
}

table {
    table-layout: fixed;
    word-wrap: break-word;
}

table.table thead .sorting,
table.table thead .sorting_asc,table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
}
 
table.table thead .sorting { background: url('/Content/img/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('/Content/img/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('/Content/img/sort_desc.png') no-repeat center right; }
 
table.table thead .sorting_asc_disabled { background: url('/Content/img/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('/Content/img/sort_desc_disabled.png') no-repeat center right; }

.ui-datepicker-trigger {
    cursor: pointer;
}

.validation-summary-errors {
    color: red;
}