.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 24px;
}
.form-control{
    line-height: 20px;
    padding: 5px;
    font-size: 12px;
    height: auto;
    border-radius: 2px;
}
label {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #575656;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
}
.form-fieldset {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid rgba(72, 94, 144, 0.16);
    padding: 20px 25px 25px;
    border-radius: 0.25rem;
}
.form-fieldset legend {
    width: auto;
    background-color: inherit;
    padding: 0 10px;
    position: relative;
    margin-left: -10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: inherit;
    color: #1c273c;
    letter-spacing: .5;
    margin-bottom: 0;
}
body {
    font-size: 0.75rem;
    color:#333;
}

a.paginate_button.current {
    background: #1d79da;
    color: #fff;
}

.dataTables_wrapper .dataTables_length {
    float: left;
    margin:5px 0;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    margin:5px 0;
}
.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
    margin: 10px 0 0;
}
.dt-buttons.btn-group {
    margin-top: 10px;
}
.dt-buttons.btn-group .btn-secondary{
    font-size:11px;
    text-transform: uppercase;
    color:#EEE;
}
.page-title{
    font-size:1.2rem;
    font-weight: 600;
    color: #185da0;
}
.breadcrumb {
    padding: 0;
    margin: 0;
    background: none;
}
.btn-primary {
    color: #fff;
    background-color: #003161;
    border-color: #003161;
}
.btn-secondary {
    color: #fff;
    background-color: #505456;
    border-color: #505456;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #003161;
    border-color: #003161;
}
thead , tfoot{
    background: #efefef;
    color:#000;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02);
}
.table-bordered td, .table-bordered th {
    border: 1px solid #d8d8d8;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after ,
table.dataTable tfoot .sorting:before, table.dataTable tfoot .sorting:after, table.dataTable tfoot .sorting_asc:before, table.dataTable tfoot .sorting_asc:after, table.dataTable tfoot .sorting_desc:before, table.dataTable tfoot .sorting_desc:after, table.dataTable tfoot .sorting_asc_disabled:before, table.dataTable tfoot .sorting_asc_disabled:after, table.dataTable tfoot .sorting_desc_disabled:before, table.dataTable tfoot .sorting_desc_disabled:after {
    opacity: 0.7;
    top: 12px;
}
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after,
table.dataTable tfoot .sorting_asc:before, table.dataTable tfoot .sorting_desc:after {
    opacity: 1;
}
.table td, .table th {
    padding: 6px 5px;
}
.table {
    font-size: .7rem;
}

.table thead th, .table tfoot th{
    font-size:0.7rem;
    text-transform: uppercase;
    font-weight: 700 !important;
    padding:8px 5px;
}
.table tfoot th{
    padding:6px 5px;
}
div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label {margin: 0;}
div.dataTables_wrapper div.dataTables_filter input {
    border: 1px solid #ccc;
    border-radius: 4px;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
}
.table-hover tbody tr:hover {
    background-color: rgb(116 177 243 / 35%);
}
.filter-tags {margin-top: 15px;}
.filter-tags ul {padding: 0; margin: 0;}
.filter-tags li {
    list-style: none;
    display: inline;
    border: 1px solid #185da1;
    border-radius: 4px;
    padding: 2px 11px;
    font-size: 12px;
    font-weight: 600;
    margin: 0 2px;
    background: transparent;
    color: #185da1;
}
.remove-filter {
    cursor: pointer;
    font-size: 12px;
}
.filter-dropdown {
    padding: 20px;
    width: 300px;
    top: 10px !important;
}
.topbar .select2-container--default .select2-selection--single {
    border: none;
}
.topbar {
    font-size: 12px;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
}
.changecomplist a.active{
    color: #FF0000;
}

.btn-group-sm>.btn, .btn-sm{
    font-size: .7rem;
    text-transform: uppercase;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    content: ' ';
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid #a5a5a5;
    border-radius: 0px;
}
table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: rgb(116 177 243 / 35%);
    color:#000;
}
.table-bordered thead th, .table-bordered tfoot th {
    border-bottom-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    border-right-width: 1px;
}

tr.group{
    font-weight: 800;
}

.form-control {
    font-size: 0.7rem;
    border-radius: 2px;
    padding: 4px 6px;
    height: auto;
    line-height: normal;
}
label {
    display: inline-block;
    margin-bottom: .1rem;
    text-transform: uppercase;
    font-weight: 800;
}
.form-group {
    margin-bottom: 0.5rem;
}
.table th{
    min-width: 10px;
}
.custom-select{
    padding-right: 30px;
}
.spinner{
    z-index: 99999999;
    background: #FFFFFF;
    font-size: 14px;
    color: #185da0;
    font-weight: 600;
}
.actionhead{
    width: 32px;    
}
.dataTables_processing {
    z-index: 1;
}
.title-5{
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #185da0;
}
.digit-group{
    text-align: center;
}
.digit-group label{
    font-size: 18px;
    margin-bottom: 10px; 
}
.digit-group input {
    width: 40px;
    height: 50px;
    background-color: #EEEEEE;
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    margin: 0 4px;
}
#compfrm .form-control{
    font-size: 0.7rem;
    border-radius: 2px;
    padding: 8px 10px;
    height: auto;
    line-height: normal;
    border: 1px solid #e4e4e4;
}
.nav-tabs .nav-link {
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 700;
    padding:.5rem .6rem;
    margin-right: 2px; 
}
.nav-link:focus-visible, .nav-link:focus {
    outline: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #185da0;
}
.btn-sm:focus{
    box-shadow: none !important;
}
.dropdown-menu-right:before {
    position: absolute;
    top: -11px;
    right: 10px;
    display: inline-block;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #ccc;
    border-left: 11px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropdown-menu-right:after {
    position: absolute;
    top: -10px;
    right: 10px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    content: '';
}
.dropdown-item {
    text-transform: uppercase;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #dddddd !important;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #dddddd !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #dddddd !important;
}
.filter-title{
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #185da0; 
    border-bottom: 1px solid #eeeeee;  
}



.form-group input[type="radio"]:checked+label,
.Checked+label {
    background: #115da1;
}
.bg-matched{
    background-color: #e3f9c9 !important;
}
.dataTable td,.dataTable th{
    white-space: nowrap;
}

table.dataTable td {
    word-break: break-word !important;
    vertical-align: top !important;
}

th, td { white-space: nowrap; }
div.dataTables_wrapper {
    margin: 0 auto;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    margin-right: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    margin:0;
    padding:0;
}
.pagination {
    font-size: 12px;
    color:#000;
}
.dataTables_wrapper .dataTables_paginate .paginate_button + .paginate_button {
    margin-left: 0;
}
.red{
    color: #dc3545;
}
.dropzone {
    min-height: 150px !important;
    padding: 10px !important;
}






.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple{
    border-radius: 2px;
    min-height: 11px;
    height: auto;
    padding: 3px;
    font-size: 12px;
}
.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 0;
    line-height: 22px;
    padding-left: 10px;
    opacity: 1;
    font-size: 13px;
}
.select2-results__option {
    padding: 3px 5px;
    font-size: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding:0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-top: 3px;
    margin-right: 4px;
    padding: 3px 10px 3px 20px;
    border-radius: 2px;
    background-color: #f6f6f6;
    border: 1px solid #ececec;
    color: #021838;
    font-size: 11px;
    line-height: 1.45;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #27697e;
    opacity: 1; 
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 5px;
    line-height: 1.2;
    text-transform: uppercase;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #e4e4e4;
    color:#333;
}
.select2-container{
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 24px;
}
.select2-container.select2-container--default.select2-container--open {
    z-index: 1200 !important;
}
.table i{
    font-size: 12px;
}
.rowbg-danger{
    background-color:#ffa0a9; 
}
.rowbg-warning{
    background-color:#ffe491; 
}
.nav-aside .nav-item {
    border-bottom: 1px solid #EFEFEF;
}
.productTable th, .productTable td, .printTable td{
    text-transform: uppercase;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 11px;
}
table.dataTable {
    text-transform: uppercase !important;
}
.nav,h4{
    text-transform: uppercase;
}
.prodimg{
    height: 120px;
    width: 100%;
    object-fit: contain;
}
@media print {
    .no-print {
        display: none !important;
    }
}
.topbar .select2-container--default .select2-selection--single {
    border: none;
}
.topbar .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #001737;
    line-height: 28px;
    font-weight: 700;
    text-align: right;
}
.topMenuDD .select2-container{
    width: 100% !important;
}