.dataTables_length {
    display: none;
}

.dataTables_wrapper .dataTables_filter {
    float: none !important;
    text-align: center !important;
}

.dataTables_wrapper .dataTables_filter label {
    width: 34%;
    font-size: 18px;
}

.dataTables_wrapper .dataTables_filter input {
    width: 100%;
}


body {
    font-family: 'Open Sans', sans-serif !important;
}

.sidebar {
    width: 20%;
    height: 100%;
    float: left;
}

.content {
    /*width: 80%;*/
    width: 100%;
    height: 100%;
    float: left;
}

#header, #footer {
    border: 2px solid #868686;
    color: black;
}

#header a.logo {
    float: left;
    padding-bottom: 0;
    padding-right: 0;
}
#header a.logo:hover {
    background-color: inherit;
    opacity: 0.7;
}

#sidebar {
    border: 2px solid #667da4;
}

#header ul.nav > li {
    float: left;
}

.italics {
    font-style: italic;
}

#content h1,
#content h2,
#content h3,
#content h4 {
    margin-top: 0;
}

.form-control.inline {
    display: inline-block;
    width: auto;
}

table.datatable thead tr th,
table.datatable tfoot tr th {
    background-color: #81BFFF;
    color: black;
}

table.datatable span.hidden {
    display: none;
}

table.datatable tr.even {
    background-color: #E6FF99;
}

table.datatable tr:hover {
    background-color: #a6be6a;
}

ul.column-toggles {
    list-style: none;
}

ul.column-toggles li {
    float: left;
    display: inline-block;
    margin: 5px;
}

.error {
    width: 100%;
    padding: 5px;
    background-color: rgba(204, 12, 0, 0.67);
    border-radius: 10px;
    text-align: center;
    color: white;
    margin: 0;
}

.warning-note {
    color: red;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    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;
    display: block;
}

.clearer {
    clear: both;
    height: 1px;
}