div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 0.5rem 0 !important;
}
ul, ol {
    list-style: none;
    padding-left: 15px;
}
h2.block-header {
    font-family: 'Kanit', helvetica, sans-serif !important;
    margin-top: 0.85rem;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0.4rem;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}
.custom-select {
    display: inline-block;
    width: 100%;
    padding: .375rem 1rem .375rem .5rem;
    margin: 0 .25rem;
    font-size: 0.85rem;
    line-height: 1.25;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none;
}
#main-tabs {
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
}
#main-tabs.nav-tabs > li:first-child {
    margin-left: 16px;
}
.form-group div.value {
    padding-top: 8px;
    padding-bottom: 8px;
}
.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .25rem;
    font-size: .75rem;
    line-height: 1.2;
    border-radius: .2rem;
}
.input-group-append.success .input-group-text {
    background-color: #d4edda;
}
.input-group-append.danger .input-group-text {
    background-color: #f8d7da;
}
.tooltip.in {
    opacity: 0.8;
}
.tooltip.tooltip-main {
    margin-top: -40px;
}
.slider.slider-horizontal .slider-track-low {
    background: #d23735;
    background-image: linear-gradient(to bottom,#218838 0,#2ab45f 100%);
    background-repeat: repeat-x;
    border-radius: 0;
}
.slider-selection.tick-slider-selection {
    border-radius: 0;
    background: #8ac1ef;
    background-image: linear-gradient(to bottom,#218838 0,#2ab45f 100%) !important;
}
.slider-handle {
    background-image: linear-gradient(to bottom,#479d68 0,#598b6c 100%) !important;
}
.slider-tick.in-selection {
    background-image: linear-gradient(to bottom,#218838 0,#1e7e34 100%) !important;
}
.col-form {
    max-width: 700px;
}
.col-login-form {
    max-width: 500px;
}
.col-login-form .form-block {
    max-width: 350px;
    margin: 0 auto;
}
.col-login-form .form-block .buttons {
    margin-top: 1rem;
}
.idvc .video-wrap__btns--one-btn,
.idvc .video-wrap__btns--two-btn {
    display: flex !important;
}

@media (max-width : 767.9px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: left !important;
    }
}
@media (max-width : 640px) {
    legend {
        font-size: 14px;
    }
    .table > tbody > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        font-weight: normal;
    }
    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding-left: 4px;
        padding-right: 4px;
    }
}