body {
    background: #f9f9f9;
}

table,
fieldset {
    background: #fff;
}

.bg-primary {
    background: #1d212b !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-success:hover,
.btn-success:focus {
    color: #fff;
    background-color: #279c7f;
    border-color: #279c7f;
}

.btn-success {
    color: #fff;
    background-color: #1abb9c;
    border-color: #1abb9c;
}

.nav-link.active {
    background: #279c7f;
    border-radius: .28571429rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 15px;
}

.red {
    color: #a94442;
}

.pl25 {
    padding-left: 25px;
}

.pl50 {
    padding-left: 38px;
}

.pl40 {
    padding-left: 40px;
}

.pr40 {
    padding-right: 40px;
}

.pl80 {
    padding-left: 80px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.user_info {
    color: #9d9d9d;
    padding-left:50px;
    padding-right:20px;
    padding-top: 9px;
}

ul.navbar-nav {
    margin-left: auto;
}

.product_search_form  ul,
.brands_search_form ul {
    float: right;
}

.product_search_form  li,
.brands_search_form li {
    list-style: none;
    color: #a94442;
}

.total_to_pay {
    font-size: large;
}

.navbar-nolink {
    color: #9d9d9d;
    cursor: default;
}
.navbar {
    padding: 10px 0;
    margin-bottom: 20px;
}

.pos-title {
    color: #fff;
    font-weight: bold;
}

.form-group {
    margin-bottom: .4rem;
}

.form-inline {
    display: inline-block;
    margin-left: 20px;
}

.title_row {
    margin-bottom: 20px;
}

.col-form-label {
    margin-right: 10px;
}

.table > :not(:first-child) {
    border-top: 2px solid #dee2e6;
}

.navbar-text {
    display: inline-block;
    margin-left: 40px;
}

.table td, .table th {
    padding: .3rem;
    vertical-align: top;
    border: 1px #dee2e6;
}

table.table-striped tbody tr:hover {
    background-color: #c3e6cb;
}

.form-control:invalid ~ .invalid-feedback {
    display: block;
}

[contenteditable] {
    border: solid 1px lightgreen;
    padding: 5px;
    border-radius: 3px;
}

.add-tab-option {
    float: right;
}

.dynamic-tabs-add {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
}

.variations-group {
    margin: 20px 0;
}

.variations-group .tab-content {
    width: 100%;
}

.variations-group .tabs-wrapper {
    min-width: 200px
}

.variations-group .tabs-wrapper button {
    width: 100%;
    position: relative;
    color: #1abb9c;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

.variations-group .tabs-wrapper button:hover {
    background: #f4f4f4;
}

.variations-group .tabs-wrapper {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.03);
    border: 1px solid rgba(34, 36, 38, 0.1);
}

.variations-group .tabs-wrapper span.close {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    position: absolute;
}

.dynamic-tabs-add ul {
    width: 100%;
    border-bottom: 0;
}

.kv-file-zoom {
    display: none;
}

.variations-tab-template {
    display: none;
}

.pagination-wrapper nav {
    float: right;
}

form {
    margin-bottom: 60px;
}

.products-search-form {
    margin-bottom: 0 !important;
    float: right;
}

.orders-action-forms,
.manufacturers-action-forms {
    display: flex;
    justify-content: end;
}

.orders-action-forms form,
.manufacturers-action-forms form {
    margin-bottom: 0;
}

.nothing-found-message {
    text-align: center;
    padding: 10px 0;
}

.close.fileinput-remove {
    content: "\F1C0";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: 24px;
    line-height: 1;
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.close.fileinput-remove span,
.kv-error-close span {
    font-size: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.close.fileinput-remove span::before,
.kv-error-close span::before {
    content: "\F0156";
    font-size: 25px !important;
    top: 6px;
    position: relative;
    right: 0px;
    display: inline-block;
    font-family: "Material Design Icons";
    line-height: 1;
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.kv-error-close {
    background: transparent;
    border: 0 !important;
}

.kv-error-close span::before {
    top: 0;
}

.tab-template {
    display: none;
}

.tabs-wrapper {
    position: relative;
}

/* .tab-actions {
    position: absolute;
    right: 0;
    top: 0;
} */

.tab-actions {
    margin-bottom: 0;
    float: right;
}

fieldset {
    padding: 20px;
    border: 1px solid #cbc8d0;
    margin-bottom: 20px;
}

span.close {
    color: #109d48;
    border: 1px solid #109d48;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    display: inline-block;
    line-height: 14px;
    margin-left: 10px;
}

span.close:hover {
    color: red !important;
    border: 1px solid red !important;
}

legend {
    font-size: 20px;
    border-bottom: 1px solid #cbc8d0;
    padding-bottom: 17px;
    margin-bottom: 20px;
}

.file-preview-image {
    font-size: 11px !important;
    font-weight: normal !important;
    font-family: arial !important;
}

.tabs-wrapper .nav-link  {
    border-bottom: 0;
    text-align: left;
}

.tabs-wrapper .nav-link.active,
.tabs-wrapper .nav-link.active:hover {
    background: #1abb9c;
    color: #fff;
    border-radius: 0;
    border-bottom: 1px solid #1abb9c !important;
}

.tabs-wrapper .nav-link span.close {
    margin-left: 0;
    text-align: center;
}

.counter {
    font-style: normal;
}

.tabs-wrapper .nav-link.active span.close {
    color: #fff;
    border-color: #fff;
}

.tabs-wrapper .nav-link:hover {
    border: 0 !important;
}

.languages-tabs .nav-link {
    border-radius: 0 !important;
}

.input-group.date .input-group-addon {
    margin-left: 10px !important;
}

.sub-groups {
    padding-left: 30px;
}

.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #444;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #cbc8d0;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.pickup-point-select-row .select2-container--default {
    width: 100% !important;
}