body, document {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.top .options {
    float: right;
}

.top .options .dt-buttons {
    margin-right: 15px;
}

.icheckbox_flat-blue {
    vertical-align: bottom;
}

.dataTables_filter {
    width: auto;
}

.dataTables_paginate {
    position: absolute;
    right: 0;
}

.table>thead:first-child>tr:first-child>th,
.table.table-bordered.dataTable tbody td {
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

td button {
    margin: 0 !important;
}

td label {
    margin: 0 !important;
}

.daterangepicker.dropdown-menu {
    z-index: 9999;
}

.modal-body .input-group[class*=col-] {
    float: left;
}

.modal-body .form-inline .input-group-addon {
    width: inherit !important;
}

.modal-footer .btn {
    margin-bottom: 0;
}

.addon-checkbox {
    position: initial !important;
    display: block;
    margin: 0 !important;
}
.btn-sample {
    color: #ffffff;
    background-color: #605B66;
    border-color: #130269;
}

.btn-sample:hover,
.btn-sample:focus,
.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
    color: #ffffff;
    background-color: #605B66;
    border-color: #130269;
}

.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
    background-image: none;
}

.btn-sample.disabled,
.btn-sample[disabled],
fieldset[disabled] .btn-sample,
.btn-sample.disabled:hover,
.btn-sample[disabled]:hover,
fieldset[disabled] .btn-sample:hover,
.btn-sample.disabled:focus,
.btn-sample[disabled]:focus,
fieldset[disabled] .btn-sample:focus,
.btn-sample.disabled:active,
.btn-sample[disabled]:active,
fieldset[disabled] .btn-sample:active,
.btn-sample.disabled.active,
.btn-sample[disabled].active,
fieldset[disabled] .btn-sample.active {
    background-color: #605B66;
    border-color: #130269;
}

.btn-sample .badge {
    color: #605B66;
    background-color: #ffffff;
}
.list-group-horizontal {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.list-group-item-horizontal {
    border: 1px solid grey;
    display: table-cell;
    float: none;
    text-align: center;
    width: 1%;
    border-radius: 0;
}
.first-child {
    border-bottom-left-radius: 3px;
}
.last-child {
    border-bottom-right-radius: 3px;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    margin-right: 0;
    text-align: left;
}
