nav {
    clear: both;
}

footer {
    clear: both;
}

section {
    clear: both;
}

table {
    border-collapse: collapse;
    background: #fff;
}

table, td, th {
    border: 1px solid #ccc;
}

td, th {
  padding: 1px 3px;
}
th {
   white-space: nowrap;
   background-color: #eee;
}

thead.Compact tr th {
    padding: .2em;
    font-weight: normal;
}

hr, .Cleaner {
 clear: both;
 visibility: hidden;
}

.Hidden {
    display: none;
}

.Number, .Right {
    text-align: right;
}

.Left{
    text-align: left;
}

.RightCol {
    float: right;
}

.LeftCol{
    float: left;
}

.Center {
    text-align: center;
}

.NoWrap {
   white-space: nowrap;
}

.Small {
    font-size: 75%;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 1em;
}

/* CHECKED */

.dataTables_wrapper .dataTables_processing {
    margin-left: -110px;
    width: 220px;
    height: 85px;
    z-index: 100;
    border: 1px solid #000;
    background-color: #fefefe;
}


table.dataTable tbody td {
  padding: 1px 3px;
}

table.dataTable tbody td a {
  color: #000;
}

.Number {
    text-align: right;
}

.editable-empty, .editable-empty:hover, .editable-empty:focus {
    color: #999;
    font-style: normal;
}

.editable-empty:hover, .editable-empty:focus {
    color: #f00;
}

.NoScreen {
    display:none;
}


td.Opener span {
	width: 16px;
	height: 16px;
    display: block;
    float: left;
	background-image: url('/css/smoothness/images/ui-icons_888888_256x240.png');
    background-position: -32px 0;
}

td.Opened span {
	width: 16px;
	height: 16px;
    display: block;
    float: left;
	background-image: url('/css/smoothness/images/ui-icons_888888_256x240.png');
    background-position: -64px 0;
}

/* FORM */

label {
 font-weight: bold;
 display: block;
 margin-top: 0.5em;
}

.label {
    margin-top: 1em;
}

.checkboxgroup label {
 font-weight: normal;
 display: inline;
 margin-top: 0;
}

.checkboxgroup span {
 display: block;
}

form .error_message {
       display: block;
       color: #ff0000;
}

form .error input,
form .error textarea,
form .error select {
       background-color: #ffdddd;
}


/* customization */

fieldset {
    border: 1px solid #888;
    margin-bottom: 1em;
    padding: .5em;
    background-color: #fff;
}

legend {
}

form .submit {
    margin: 1em 0;
}

input, select {
    border: 1px solid #999;
}

fieldset.Hidden {
    border: none;
}

form .Left {
    float: left;
    margin-right: .5em;
}

form .Inline {
    margin: 0;
    float: left;
}

form label.Inline {
    float: none;
}

label.Inline  {
    margin: 0;
    display: inline;
}

form .constraint_required label:after {
    content: '*'
}

form .constraint_required input {
    border: 1px solid black;
    background-color: #d0e0ff;
}

form {
    text-align: left;
}
.radiogroup span {
    display: block;
}
.radiogroup label {
    display: inline;
    font-weight: normal;
}

input[disabled], input[readonly] {
    font-weight: bold;
    color: #333;
    background-color: #f1f1f1;
}

input.Required {
    background-color: #fed;
}

#fast_filter {
    float: right;
    margin: 5px 10px 0 0;
}
