body {
    background: #edeae2;
}

#example_wrapper {
    margin-top: 10px;
}

th {
    background: #39434b;
    color: #ffffff;
}

.containerOb {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.ui-autocomplete {
    z-index: 10000;
    height: 400px;
    overflow: scroll;
}

#advanced > button {
    width: 100%;
    height: 34px;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 0;
    font-size: 14px;
}

#advanced > .dropdown-menu {
    left: inherit;
    right: 0px !important;
}

table.dataTable tbody tr {
    cursor: pointer;
}

table.dataTable tbody tr.selected {
    background: #96999b;
    color: #ffffff;
}

table.dataTable.display tbody tr.even.selected>.sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
    background: #70777c;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}

table.dataTable>tbody>tr.child span.dtr-title {
    width: 80px;
}

.dtr-data {
    padding-left: 10px;
}

.dataTables_wrapper .dataTables_filter input {
    font-weight: 500;
    font-size: 14px;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;    
}

#example_length select {
    font-weight: 500;
    font-size: 14px;
    height: 34px;
    padding: 6px 2px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;    
}

#statusLine {
    margin-top:5px;
}

#statControls {
    width: 100%;
    border-bottom: 1px solid #111;
    margin: 10px 0;
    padding-bottom: 10px;
}

#btn-toggle-status,
#btn-uncheck,
#btn-check {
    padding: 2px 5px;
}

#btn-check {
    margin-left: 5px;
}

.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    padding-right: 8px;
    padding-left: 0px;
}

#journalContainer {
    height: 110px;
    overflow-y: auto;
    border: 1px solid #ccc;
}

.journalList {
    width: 100%;
}

.journalList th, .journalList td {
    padding: 3px;
}

#typ {
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
