.table-menu {
    width: 100% !important;
}

.editing{
    padding: 0.5px !important;
}

.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: 6px 8px;
}

.text-right {
    text-align: right;
}

.pt-0 {
    padding-top: 0px !important;
}

/*theme*/
body, input, textarea, select {
    margin: 0;
    font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-size: 13px;
    background: #fbfbfb;
}
.table-bordered {
    border: 1px solid #d3d6de;
    border-radius: 5px;
}
.row-selected {
    background-color: #d3ebff !important;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border-top: unset;
    border-color: #d3d6de;
}
.treeview-menu>li>a {
    font-size: 13px;
}/*
.skin-blue .main-header .navbar {
    background-color: #2196f3 !important;
}
.skin-blue .main-header .logo {
    background-color: #2196f3 !important;
}
*/
.box, .info-box, .small-box, .nav-tabs-custom, .callout {
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.12), 0 1px 6px 0 rgba(0,0,0,0.12) !important;
    border-radius: 8px !important;
}
.box-footer {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}/*
.box.box-primary {
    border-top-color: #2196f3 !important;
}
.btn-primary {
    background-color: #2196f3;
    border-color: #0c8df5;
}


.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #2196f3;
}
.form-control:focus {
    border-color: #2196f3;
}
.skin-blue .sidebar-menu>li.active>a {
    border-left-color: #2196f3;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a {
    background: #f9f9fb;
    color: #313131;
}
.skin-blue .main-header li.user-header {
    background-color: #2196f3;
}
a {
    color: #2196f3;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #2196f3;
    border-color: #0c8df5;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2196f3;
    color: #f9f9fb;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #2196f3 !important;
}
.skin-blue .sidebar a {
    color: #313131;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #f9f9fb;
    box-shadow: 0 1px 0px 0 rgba(0,0,0,0.12), 0 1px 6px 0 rgba(0,0,0,0.12) !important;
}
.skin-blue .sidebar-menu>li.header {
    color: #313131;
    background: #f9f9fb;
}
.skin-blue .user-panel>.info, .skin-blue .user-panel>.info>a {
    color: #313131;
}
.skin-blue .sidebar-menu>li>.treeview-menu {
    margin: 0 1px;
    background: #f9f9fb;
}
.skin-blue .sidebar-menu .treeview-menu>li>a {
    color: #313131;
}
*/

.skin-blue .sidebar-menu .treeview-menu>li.active>a, .skin-blue .sidebar-menu .treeview-menu>li>a:hover {
    color: #313131;
    font-weight: 600;
    background-color: #e8e8e8;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}/*
.content-wrapper {
    background-color: #f9f9fb;
}*/
.form-control {
    border-radius: 5px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    border-color: #f9f9fb;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border-radius: 5px;
}
.btn {
    border-radius: 5px !important;
}
/*
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #48aeff;
}*/
.main-footer {
    border-top: none;
    box-shadow: 0 1px 0px 0 rgba(0,0,0,0.12), 0 1px 6px 0 rgba(0,0,0,0.12) !important;
}
span.select2-dropdown.select2-dropdown--below {
    border-radius: 0 0 5px 5px;
}
/*end theme*/


@media (max-width: 991px) {
    .breadcrumb-transaction  {
        position: absolute !important;
        margin-top: 0 !important;
        top: 15px !important;
        right: 10px !important;
        float: right !important;
        background: transparent !important;
    }
}

.breadcrumb-transaction {
    padding-top: 0px !important;
}
/*
.content-wrapper {
    background-color: #e4e5e6;
}

.table-editor{
    width: 100%;
}

.table-editor tbody{
    height:200px;
    overflow-y:auto;
    width: 100%;
}

.table-editor tbody td{
    float:left;
}

.table-editor thead,tbody,tr,td,th{
    display:block;
}

.table-editor thead tr th{
    float:left;
}*/