
/* DataTables */
.dataTables_length {
    margin: 0;
    padding:0;
    width: auto;
    height: 23px;
    padding-bottom: 5px;
}
.dataTables_length label {
    width: auto;
}
.dataTables_length  select {
    height: 23px;
    margin-bottom: 0;
    margin-right: 5px;
    width: 50px;
}
.dataTables_filter  {
    margin: 0;
    padding:0;
    width: auto;
    height: 23px;
    padding-bottom: 5px;
}
.dataTables_filter label {
    width: 200px;
}
.dataTables_filter input {
    margin-bottom: 0;
    width: 100px;
    height: 19px;
    float: right;
}
.dataTables_info {
    height: 20px;
    padding-top: 5px;
}
.dataTables_paginate {
    height: 20px;
    padding-top: 5px;
    font-size: small;
}

/* Table */
table.display td {
    word-wrap: break-word;
    word-break: normal;
}
table.display td.date {
    word-break: normal;
}
table.display td.breakAll {
    word-break: break-all;
}
.ui-icon {
    display: inline-block;
}
.ui-widget{
    font-size: 11pt;
}

/* Error mesage */

.clean-error{
    border:solid 1px #CC0000;
    background:#F7CBCA;
    color:#CC0000;
    font-weight:bold;
    padding:4px;
    text-align:center;
}


input[type=submit]:hover {
    cursor:pointer;
    color:blue;
}


