.dataTables_paginate {
    float: right;
    text-align: center;
    margin: 20px 0 20px 20px;
    position: relative;
}
.dataTables_paginate .paginate_button ,.dataTables_paginate span.ellipsis{
    display: block;
    padding: 0 10px;
    min-width: 36px;
    border:none;
    border-bottom: 4px solid #ddd;
    color: #888;
    margin: 0 3px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    float: right;
    font-size: 1.1rem;
    text-decoration: none;
    cursor: pointer;
    border-radius:inherit;
}
.dataTables_paginate .paginate_button:hover, .dataTables_paginate .paginate_button:focus,.dataTables_paginate .paginate_button.active {
    background-color:inherit;
    border-color: #4cc0cd;
}
.dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:hover, .dataTables_paginate .paginate_button.current:focus {
    color: inherit;
    background-color:inherit;
    border-color: #4cc0cd;
}
.dataTables_paginate .paginate_button.disabled{
    display: none;
}
.dataTables_length {
    position: relative;
    color: #666;
    font-size: 1.2rem;
    white-space: nowrap;
    float: right;
    margin: 10px 0 10px 20px;
}
.dataTables_length select{
    border: 0;
    color: #666;
    font-size: 1.2rem;
    white-space: nowrap;
    cursor: pointer;
}
.dataTables_info {
    color: #666;
    font-size: 1.2rem;
    white-space: nowrap;
    margin: 25px 20px 20px 0;
    float: left;
}
.dataTables_filter {
    position: relative;
    float: left;
}
td.td_padding_zero{
    padding: 0 !important;
}
th.td_padding_zero{
    width: 40px !important;
    padding: 0 0 0 25px !important;
}
.sort_container{
    display: table;
    width: 100%;
    height: 100%;
}
.sort_container .sort_handle_style1{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.sorted_table tr.placeholder {
    display: block;
    background: red;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
}
.sorted_table tr.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: red;
    margin-top: -5px;
    left: -5px;
    border-right: none;
}
.modal-dialog {
    position: relative;
    width: 450px;
    margin: 110px auto;
    font-size: 13px;
}
.refresh_table{
    font-size: 15px;
    height: 35px;
    line-height: 31px;
}
.refresh_table i {
    font-size: 17px;
    top: 0;
}
.dataTables_paginate .paginate_button, .dataTables_paginate span.ellipsis {
    float: left;
}
.btn-labeled > b {left: -1px;right:auto;}
.btn-labeled {padding-left: 48px;padding-right: 10px;}
.select2-search--dropdown:after {
    left: auto;
    right: 24px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-left: 0;
    margin-right: 2px;
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    float: left;
    margin-left: 0;
    margin-right: 7px;
    margin-top: 0px;
}
.select2-results__option {
    text-align: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 6px 5px;
}
.select2-container .select2-search--inline .select2-search__field {
    padding: 7px 0;
}
tr[data-offer='2'] {
    background-color: rgba(239, 22, 82, 0.11);
}
tr[data-read='1'] {
    font-weight: bold;
}
tr[data-status='0'] td.color_bg_change {
    background-color: rgba(229, 64, 64, 0.1);
}
tr[data-status='1'] td.color_bg_change {
    background-color: rgba(42, 143, 202, 0.1);
}
tr[data-status='2'] td.color_bg_change {
    background-color: rgba(37, 171, 140, 0.1);
}
tr[data-status='3'] td.color_bg_change {
    background-color: rgba(229, 64, 64, 0.1);
}
.ui-sortable-helper{
    -ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
    transform: rotate(3deg);
    background-color:#e7f3fd ;
}