body{color:#444;background:#f4f6f9;}
.breadcrumb-item.active{color:#444}
img{max-width:100%;width:auto;}
.nav-pills .nav-link{color:#333;border-radius:0}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link,.nav-pills .has-treeview:hover > .nav-link{background:#fe8e23;color:#fff!important;}
.nav-sidebar .menu-open > .nav-treeview{background:#dae6f0}
.layout-fixed .main-sidebar{background:#fff;}
.table{background:#fff;}
.table td, .table th{padding:0.55rem 0.75rem;vertical-align:middle;}
.table .btn{padding:1px .75rem}
.table-striped tbody tr:nth-of-type(2n+1){background-color:rgba(0,0,0,.03)}
.table-bordered thead td, .table-bordered thead th{padding:0.75rem 0.75rem}
#consumerNum ul {
    padding: 0;
    list-style: none;
    background: #fff;
    width:100%;
}
#consumerNum ul a {
    width: 100%;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    transition:0.8s
}
#consumerNum ul a:hover {background:#eee;}
#consumerNum ul li:last-child a{border:0}
.showcons{margin:2em auto 1em}
#consumerData .table {
    border: 1px solid #dee2e6;
}
.select2-container .select2-selection--single{height:38px}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:38px;right:6px;}
label:not(.form-check-label):not(.custom-file-label){margin-bottom:3px}