/* WBN Table*/
.wbn-table-2 .filter-box-save-input, .wbn-table-2 .table-search-input, .wbn-table-2 .table-search-date {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 20px;
}

.wbn-table-2 .button-clear-search {
    background-color: transparent;
    text-overflow: ellipsis;
}

.wbn-table-2 .views .filter-box-block {
    padding: 0 0.35rem;
}

.wbn-table-2 .saved-views .view, .wbn-table-2 .saved-views .view.btn-labeled {
    padding: 0 0.375rem;
}

.wbn-table-2 .saved-views .view-name {
    padding-top: 3px;
}

.wbn-table-2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 23px;
}

.wbn-table-main .sort-info-text {
    background: #CCCCCC;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    display: none !important;
    padding: 0 0.25rem;
}

.wbn-table-2 .pagination {
    text-align: right !important;
}

.wbn-table-2 .pagination a,
.wbn-table-2 .pagination button {
    color: #CCCCCC;
}

.wbn-table-2 .pagination a:focus,
.wbn-table-2 .pagination button:focus {
    box-shadow: none;
}

.wbn-table-2 .pagination a:hover,
.wbn-table-2 .pagination button:hover {
    color: #000000;
}

.wbn-table-2 .mCSB_inside > .mCSB_container, .wbn-table-2 .mCSB_horizontal.mCSB_inside > .mCSB_container {
    text-align: left;
}

/* Checkboxes in table */

.wbn-table-2 .table-footer-in {
    display: flex;
}

.wbn-table-2 .table-footer-in > div {
    flex-grow: 1;
}

.wbn-table-2 .table-footer-right {
    margin-left: 0;
}

.wbn-table-2 .checkboxes {
    display: inline-block;
    float: left;
    line-height: 1.3rem;
    margin-top: 5px;
    padding-left: 1rem;
}

.wbn-table-2 .checkboxes input {
    cursor: pointer;
    height: 0;
    margin-bottom: 1.5rem;
    position: absolute;
    width: 0;
}

.wbn-table-2 .checkboxes input::before {
    border: 1px solid #B7B7B7;
    border-radius: 5px;
    content: " ";
    display: block;
    height: 1.25rem;
    position: relative;
    width: 1.25rem;
}

.wbn-table-2 .checkboxes input:hover::before {
    border-color: #858585;
}

.wbn-table-2 .checkboxes input:checked::after {
    border-bottom: 3px solid #B7B7B7;
    border-right: 3px solid #B7B7B7;
    content: " ";
    display: block;
    height: .95rem;
    left: .36rem;
    position: absolute;
    top: .05rem;
    transform: rotate(38deg);
    width: .5rem;
}

.wbn-table-2 .checkboxes input:checked:hover::after {
    border-color: #636363;
}

.wbn-table-2 .checkboxes input ~ label {
    cursor: pointer;
    font-size: 0.75rem;
    line-height: 1.3rem;
    margin-left: 1.75rem;
    margin-right: .5rem;
}

/* Select 2 */
.select2-container.select2-container--open {
    z-index: 1112;
}

.form-container .select2-container--default .select2-selection--single .select2-selection__rendered,
.form-container .select2-container--default .select2-selection--single .select2-selection__clear {
    line-height: 2.25rem;
}

.form-container .select2-container--default .select2-selection--single,
.form-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(2.25rem + 2px);
}

/* Placeholders */
div.form-control {
    overflow: hidden;
    white-space: nowrap;
}

div.input:empty:before {
    color: #A7A7A7;
    content: attr(placeholder);
}

.form-control::-webkit-input-placeholder {
    color: #A7A7A7;
}

.form-control:-moz-placeholder {
    color: #A7A7A7;
}

.form-control::-moz-placeholder {
    color: #A7A7A7;
}

.form-control:-ms-input-placeholder {
    color: #A7A7A7;
}

.form-control::-ms-input-placeholder {
    color: #A7A7A7;
}

/* Other */
.hide, .hidden {
    display: none !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.vex.vex-theme-os .vex-content.response-error {
    width: 80%;
}

.vex.vex-theme-os .vex-content {
    border: 0;
    border-radius: 0;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.color-orange {
    color: #FFAC15;
}

.color-white {
    color: #FFFFFF;
}

button {
    cursor: pointer;
}
