input,
select,
.checkbox label:focus,
.checkbox label::before,
.checkbox input[type="checkbox"]:focus + label::before {
    outline: rgba(0, 0, 0, 0) none !important;
}

.filters input,
.filters select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: #fff none;
    border: 1px solid #d2d6de;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
}

.filters input:focus,
.filters select:focus {
    border-color: #3c8dbc;
    box-shadow: none;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-left: 0;
}

textarea {
    resize: vertical;
}

.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;
}

.pager li > a,
.pager li > span {
    border-radius: 0;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pager li.selected > a,
.pager li.selected > a {
    text-decoration: none;
    background-color: #eee;
}

.pagination > li.selected > a,
.pagination > li.selected > a,
.pagination > li.selected > span,
.pagination > li.selected > span {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.ui-state-active {
    background: #ECF0F5;
    cursor: default;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    background: white;
    list-style: none;
    height: 100%;
}

.nav > li > a:hover, .nav > li > a:focus,
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    color: #b8c7ce;
}

.select-row {
    background: #ECF0F5;
}

.add-product-modal .select-on-check-all {
    margin: 2px 0 0 -18px !important;
}

.add-product-modal .modal-body {
    max-height: 600px;
    overflow: auto;
}

.table td:last-of-type a {
    margin: 0 2px;
}

.select2-container--krajee .select2-selection {
    border-radius: 0 !important;
}

.radio input[type="radio"]:focus + label::before {
    outline: none !important;
}

[v-cloak] {
    display: none;
}

.btn-add-prod {
    margin-top: 22px;
}

.ul-export-column {
    padding: 0 10px;
    width: 240px;
    max-height: 300px;
    overflow: auto;
    border-color: #00C0EF;
}

.dropdown-menu {
    border-color: #00C0EF;
}

.checkbox-product {
    margin-left: -18px !important;
    cursor: pointer;
}

.free-color {
    background-color: #dff0d8 !important;
}

.self-link {
    cursor: pointer;
    color: #39f;
    border-bottom: 1px dotted #39f;
}

.copy-order {
    font-size: 14px
}
