﻿
.form-control.text-box.single-line {
    border-bottom: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

input[type=text]:focus {
    border-bottom: 1px solid #3399f3;
    box-shadow: none;
}

.form-control.text-box.single-line::-webkit-input-placeholder {
    color: #bdc0c5;
}
.form-select.myselection {
    border-bottom: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    padding: 0;
    padding-left: 10px;
    padding-top: 13.5px;
    border-radius:0;
}
.form-select-active.chosen-with-drop .chosen-single {
    border-bottom: 1px solid #3399f3;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.form-select.chosen-with-drop .chosen-drop {
    border-bottom: 0;
    border-top: 1px solid #3399f3;
    border-left: 0;
    border-right: 0;
}

.datatables_scrollbody::-webkit-scrollbar {
    height: 10px; 
    width: 5px; 
    border: 1px solid #d5d5d5;
}

.datatables_scrollbody::-webkit-scrollbar-track {
    border-radius: 0;
    background: #eeeeee;
}

.datatables_scrollbody::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #b0b0b0;
}

table.datatable thead .sorting {
    background-image: none !important;
}

.datatables_wrapper, .datatables_paginate, .paginate_button {
    border-radius: 15px !important;
    font-size: 11px;
}

.datatables_info, .datatables_length {
    font-size: 11px;
}

.datatables_length > label {
    padding-top: 10px;
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    color: #666;
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-top: 1;
}

th {
    text-align: left;
}

.table {
    color: #666;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-responsive {
    display: revert;
}