﻿body { padding-top: 50px; padding-bottom: 20px; }

/* Set padding to keep content from hitting the edges */
.body-content { padding-left: 15px; padding-right: 15px; }

.navbar-brand { padding-top: 11px; }
.navbar-nav > li > a { font-size: 20px; }
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus { cursor: default; }

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea { /* max-width: 280px; */ }

/* styles for validation helpers */
.field-validation-error { color: #b94a48; }
.field-validation-valid { display: none; }
input.input-validation-error { border: 1px solid #b94a48; }
input[type="checkbox"].input-validation-error { border: 0 none; }
.validation-summary-errors { color: #b94a48; }
.validation-summary-valid { display: none; }

.grid th a { background: url(../images/sort_both.png) no-repeat top right; padding-right: 20px; }
.grid th.sort_asc a { background-image: url(../images/sort_asc.png); }
.grid th.sort_desc a { background-image: url(../images/sort_desc.png); }

.btn-file { position: relative; overflow: hidden; }
.btn-file input[type=file] {
    display: block;
    position: absolute; top: 0; right: 0;
    min-width: 100%; min-height: 100%;
    font-size: 100px; text-align: right;
    filter: alpha(opacity=0); opacity: 0;
    outline: none; background: white; cursor: inherit;
}