.datatable-button {
    text-decoration: none;
    font-size: 11px;
    width: 22px;
    height: 22px;
    padding: 2px;
    padding-top: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

.item_column {
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.item_column_non_sort {
    font-weight: bold;
    font-size: 16px;
}

.sort_asc, .sort_desc {
    display: none;
    font-size: 10px;
    margin-left: 10px;
}

.table_row {
    font-size: 15px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border: 0;
    border-bottom: 1px solid #ddd;
}

.paging {
    text-align: center;
    display: none;
}

.search_checkboxes_container {
    position: relative;
}

.search_container {
    margin-bottom: 15px;
}

.checkboxes_container {
    display: none;
    position: absolute;
    width: calc(100% - 21px);
    border: 1px solid #ccc;
    right: 11px;
    z-index: 1000;
    background-color: #fff;
    padding: 12px;
    top: 33px;
    overflow: hidden;
}

.checkbox_title {
    font-size: 14px;
    padding-left: 5px;
    position: absolute;
    white-space: nowrap;
    line-height: 23px;
}

.items_counter {
    font-size: 15px;
    background-color: #edf1f2;
    width: 100%;
    padding: 6px 16px;
    font-family: monospace;
    margin-top: 10px;
    border-radius: 4px;
}

.pagination {
    cursor: pointer;
}

.checkboxes_search:hover,
.checkboxes_search:focus {
    background-color: #fff;
}

.search_button:focus,
.search_button:hover {
    background-color: #ccc;
}

.checkboxes_search {
    outline: none;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.item_search {
    outline: none;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
}

.search_button {
    outline: none;
    border: 1px solid #ccc !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
}

.checkbox_container {
    height: 40px;
}

.rows_per_page {
    outline: none;
    border: 1px solid #ccc !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
}

.remove_search {
    position: absolute;
    z-index: 1000;
    font-size: 11px;
    display: none;
    margin: 1px;
    cursor: pointer;
}

.items_counter {
    display: none;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border-color: #ddd;
    background-color: #7EB1DC;
}

.checkboxes_search {
    outline: 0 !important;
    -webkit-appearance: none;
}

.datatable_options {
    min-width: 100px;
}

#nav-tabs {
    background-color: transparent !important;
    border-bottom: 0 solid #ddd;
}

#nav-tabs > li > a:hover {
    background-color: #fff;
}

.profile-panel {
    border-radius: 0 0 4px 4px;
}

.checkbox_container {
    height: auto;
}

.checkbox_container.checkbox {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 30px;
}