/*
font-family: 'Exo 2', sans-serif;
*/

html {
    height: 100%;
}

* {
    max-height: 100000px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

header,
footer,
article,
section,
hgroup,
nav,
figure {
    display: block;
}

.text_left {
    text-align: left !important;
}

.text_right {
    text-align: right !important;
}

.text_center {
    text-align: center !important;
}

.d_table {
    width: 100%;
    height: 100%;
    display: table;
}

.v_middle,
.v_bottom {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.v_bottom {
    vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
    font-family: 'Exo 2', sans-serif;
    color: #0f1304;
}

h1 {
    font-size: 44px;
    line-height: 47px;
}

.hidden,
.dataTables_wrapper .dataTables_filter,
#adjust-stock-wrapper,
.logs_area .purchase-history-hide,
.logs_area .log-hide,
#search-add-parts .parts-add-to-product label,
#search-add-customers .customers-add-to-product label,
#search-add-products .products-add-to-item label {
    display: none;
}

#show-adjust-stock {
    margin: 20px 0px 20px 5px;
}

figure {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    color: #616161;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    font: 400 16px/21px 'Exo 2', sans-serif;
    background: #f5f5f5;
}

.title {
    color: #0f1304;
}

input[type="submit"] {
    cursor: pointer;
}

img {
    vertical-align: top;
    border-style: none;
}

img.white-scale {
    -webkit-filter: brightness(0) invert(1);
    /* Safari 6.0 - 9.0 */
    filter: brightness(0) invert(1);
}

input:focus,
select:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: #235932;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

.list_none {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list_inline {
    letter-spacing: -5px;
}

.list_inline li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
}

.list_inline * {
    letter-spacing: 0;
}

input[type=text],
input[type=password],
input[type=file],
input[type=image],
input[type=submit],
input[type=button],
input[type=search],
input[type=email],
input[type=checkbox],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 0;
}

input,
textarea,
select {
    font-size: 100%;
    font-family: 'Exo 2', sans-serif;
    vertical-align: middle;
    color: #6e6e6e;
    width: 100%;
    height: 44px;
    padding: 10px 15px;
    display: block;
    border-radius: 8px;
    border: 1px solid #D0D0D0;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    font-family: 'Exo 2', sans-serif;
    border-style: none;
}

a:focus {
    outline: none;
}

.img-responsive {
    width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

#header {
    padding: 15px 53px 0 30px;
    position: fixed;
    width: 100%;
    background: #f5f5f5;
    z-index: 5;
}

#header:before {
    position: absolute;
    content: '';
    height: 1px;
    right: 0;
    width: 57%;
    background: #e6e4e4;
    bottom: 0;
}

#header:after {
    display: block;
    clear: both;
    content: '';
}

#header .left {
    float: left;
}

.logo {
    float: left;
    margin-right: 172px;
}

.search_form,
.example_filter {
    float: left;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 1px 6px 1px #d8d8d8;
    width: 45%;
    overflow: hidden;
    margin: 3px 0 0;
}

.search_form input[type="text"],
.example_filter input[type="search"] {
    float: left;
    width: 88%;
    color: #b5b5b5;
    font-size: 14px;
    padding: 0 0 0 24px;
}

.example_filter {
    background: #fff url('../images/search_ico.png') no-repeat 94% 50%;
}

.example_filter label {
    height: 44px;
    display: block;
}

.search_form ::-webkit-input-placeholder {
    color: #b5b5b5;
}

.search_form :-ms-input-placeholder {
    color: #b5b5b5;
}

.search_form ::placeholder {
    color: #b5b5b5;
}

.search_form input[type="submit"] {
    width: 19px;
    height: 19px;
    font-size: 0;
    float: right;
    padding: 0;
    margin: 12px 19px 0 0;
    background: url(../images/search_ico.png) no-repeat;
}

#header .right {
    float: right;
    position: relative;
}

.user_info {
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
}

.user_txt {
    position: relative;
    overflow: hidden;
}

.user_info .img_holder {
    height: 41px;
    width: 41px;
    border-radius: 100%;
    border: 1px solid #7c8765;
    overflow: hidden;
    float: left;
}

.user_info span {
    font-weight: 600;
    overflow: hidden;
    color: #0f1304;
    padding: 4px 32px 0 9px;
    display: block;
    line-height: 20px;
}

.user_info span em {
    display: block;
    font-style: normal;
    font-weight: 400;
    color: #989898;
    font-size: 14px;
}

.right .fa-angle-down {
    position: absolute;
    right: 0;
    top: 5px;
    color: #b6b7c1;
    font-size: 21px;
}

#main {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 78px 0 50px;
}

#main.login_holder {
    padding: 0 15px;
}

#sidebar {
    padding: 0 0 244px;
    position: fixed;
    left: 0;
    background: #59800f url('../images/side_pattern.png') no-repeat 0 100%;
    width: 277px;
    border-radius: 0 25px 25px 0px;
    box-shadow: 5px 0 12px -1px #d5d5d5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    z-index: 1;
}

#sidebar ul {
    overflow: hidden;
}

#sidebar ul a {
    display: block;
    color: #a6bd83;
    padding: 25px 0 20px 41px;
    position: relative;
    background: url(../images/border.png) no-repeat 0 100%;
}

#sidebar ul li:first-child a {
    padding: 45px 0 24px 40px;
}

#sidebar ul a:after {
    width: 3px;
    height: 0;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

#sidebar ul li.active a:after,
#sidebar ul a:hover:after {
    height: 77%;
}

#sidebar ul a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px;
    opacity: 0.50;
}

#sidebar ul li.active a,
#sidebar ul li a:hover {
    color: #fff;
}

#sidebar ul li.active a img,
#sidebar ul li a:hover img {
    filter: brightness(0) invert(1);
    opacity: 1;
}

#content {
    padding: 30px 53px 0 335px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    overflow: hidden;
}

#content.active {
    padding-left: 168px;
}

.stats_area {
    margin: 0 0 36px;
    overflow: hidden;
}

.stats_holder {
    padding: 10px 0;
}

.stats_holder:after {
    display: block;
    clear: both;
    content: '';
}

.stats {
    float: left;
    padding: 10px 0;
    width: 43%;
}

.stats li:last-child {
    margin-right: 0;
}

.stats li {
    display: inline-block;
    vertical-align: top;
    width: 22.4%;
    margin-right: 22px;
}

.stats li a {
    display: block;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 0 7px 0px #d8d8d8;
    overflow: hidden;
    padding: 41px 25px 21px;
    font-size: 24px;
    font-weight: 300;
    color: #0f1304;
}

.stats li.active a,
.stats li a:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#567e08+0,86ab35+45,adce59+100 */
    background: #567e08;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #567e08 0%, #86ab35 45%, #adce59 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #567e08 0%, #86ab35 45%, #adce59 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #567e08 0%, #86ab35 45%, #adce59 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#567e08', endColorstr='#adce59', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.stats li.active a,
.stats li.active span,
.stats li a:hover span,
.stats li a:hover {
    color: #fff;
}

.stats li img {
    display: block;
    margin: 0 0 8px;
    opacity: 0.5;
}

.stats li.active img,
.stats a:hover img {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.stats li span {
    margin: 0 0 5px;
    display: block;
    font-size: 12px;
    color: #7b7b7b;
    line-height: 16px;
}

.stats li p {
    margin: 0;
    font-weight: 600;
}

.stats_area h1 {
    margin: 0 0 14px;
}

.chart_cols {
    padding: 10px 0 10px 21px;
    overflow: hidden;
}

.chart_cols .col {
    float: left;
    width: 53%;
    padding: 23px 35px 22px 26px;
    background: #fff;
    box-shadow: 0 0 7px 0px #d8d8d8;
    border-radius: 14px;
}

.chart_cols .col:last-child {
    float: right;
    width: 44%;
}

.chart_cols .col .txt {
    float: left;
    width: 31%;
}

.chart_cols .title {
    display: block;
    font-size: 17px;
    line-height: 23px;
}

.chart_cols .title {
    display: block;
    font-size: 17px;
    line-height: 23px;
}

.chart_cols .scan_opts .title {
    padding-left: 10px;
}

.chart_cols .percent {
    display: block;
    color: #69c07d;
    font-weight: 600;
    font-size: 17px;
}

.chart_cols .percent em {
    color: #afb3a6;
    font-style: normal;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 4px;
}

.indicators {
    padding: 19px 0 0;
    overflow: hidden;
}

.indicators span {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 5px;
}

.indicators .dot {
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    background: red;
    border-radius: 4px;
    margin-right: 5px;
}

.indicators span b {
    overflow: hidden;
    font-weight: 500;
}

.canvas_holder {
    overflow: hidden;
}

#chartContainer {
    width: 100%;
    height: 100px;
}

.items-x-center-align {
    text-align: center;
}

.qr_code {
    float: left;
    width: 90px;
    height: 90px;
    padding: 11px 11px;
    background: url(../images/qr_frame.png) no-repeat;
    background-size: 100% 100%;
    margin: 7px 0 0;
}

.items-x-center-align #code_qr>div {
    margin: 0px auto;
}

.items-x-center-align #code_qr .part-code {
    margin-top: 10px;
}

.scan_opts {
    padding: 1px 0 0 19px;
    overflow: hidden;
}

.scan_cats {
    overflow: hidden;
    padding: 11px 10px 0;
}

.scan_opts li {
    margin-right: 18px;
    font-size: 12px;
    color: #7b7b7b;
    display: inline-block;
    vertical-align: top;
}

.scan_opts li a {
    display: block;
    text-align: center;
}

.scan_cats li a:hover .cat_img {
    box-shadow: 0 0 7px 0px #d8d8d8;
}

.scan_opts .cat_img {
    width: 50px;
    height: 50px;
    margin: 0 auto 1px;
    border-radius: 100%;
    background: #eaefe0;
    text-align: center;
    padding: 10px 0 0;
}

.scan_opts span {
    display: block;
}

.table_holder:after {
    display: block;
    clear: both;
    content: '';
}

.table_header {
    padding: 10px 0 12px;
    font-size: 22px;
    line-height: 25px;
    color: #0f1304;
}

.table_header:after {
    display: block;
    clear: both;
    content: '';
}

.table_header .left {
    float: left;
    width: 70%;
}

.table_header .right {
    float: right;
    max-width: 40%;
}

.btn_primary {
    padding: 7px 24px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    font-size: 14px;
    line-height: 18px;
    border-radius: 30px;
    color: #3b3f3e;
    box-shadow: 0 0 7px 0px #d8d8d8;
}

.btn_primary.gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5d8410+0,78a214+50,90bc17+100 */
    background: #5d8410;
    /* Old browsers */
    background: -moz-linear-gradient(left, #5d8410 0%, #78a214 50%, #90bc17 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #5d8410 0%, #78a214 50%, #90bc17 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #5d8410 0%, #78a214 50%, #90bc17 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5d8410', endColorstr='#90bc17', GradientType=1);
    /* IE6-9 */
}

a.white {
    color: #fff;
}

table.display tbody tr:hover {
    transform: scale(1.01);
    background: #fff;
    box-shadow: 0 0 20px 0px #d8d8d8;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
}

table.display tbody tr.open-modal {
    cursor: pointer;
}

.table_header strong {
    display: block;
    font-weight: 600;
}

.paginate_button {
    border-radius: 0 !important;
}

.table_content {
    padding: 10px 0;
}

.table_content:after {
    display: block;
    clear: both;
    content: '';
}

.table_holder table {
    margin: 0 0 39px;
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 0 7px 0px #d8d8d8;
}

.table_holder table th {
    height: 50px;
    color: #a2aa90;
    font-size: 12px;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    padding: 4px 23px;
    font-weight: 600;
}

.table_holder table td {
    color: #3b3f3e;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 15px;
    position: relative;
}

.table_holder table.has-selection-box tr td:first-child {
    width: 40px;
}

.table_holder table#tbl-parts tr td:nth-child(2),
.table_holder table#tbl-products tr td:nth-child(2) {
    width: 150px;
}

.table_holder table#tbl-parts tr td:last-child,
.table_holder table#tbl-products tr td:last-child {
    width: 150px;
}

.table_holder.dashboard table td {
    padding: 7px 23px;
}

.table_holder table td a {
    color: #3b3f3e;
    font-weight: 600;
    text-decoration: underline;
}

.table_holder table td span {
    display: block;
    font-size: 12px;
    color: #a2aa90;
}

.table_holder table td.green,
.table_holder table td span.green {
    color: #86b859;
}

table td.red,
table td span.red {
    color: #c53c3e;
}

.dataTables_length {
    display: none;
}

.side_toggler {
    position: absolute;
    right: -23px;
    top: 76vh;
}

.side_toggler.active {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.dataTables_info {
    font-size: 14px;
    color: #6a6a6a;
    float: left;
}

.dataTables_paginate {
    overflow: hidden;
    text-align: center;
    width: 120px;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #edecee;
}

.dataTables_paginate span .paginate_button,
.dataTables_paginate span .ellipsis {
    display: none;
}

.dataTables_paginate span .paginate_button.current {
    display: inline-block;
}

.paginate_button {
    padding: 6px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    width: 30px;
}

.dataTables_paginate span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    border-left: 1px solid #edecee;
    border-right: 1px solid #edecee;
}

.paginate_button.previous {
    background: url(../images/arrow.png) no-repeat 50% 50%;
}

.paginate_button.next {
    background: url(../images/arrow2.png) no-repeat 50% 50%;
}

.paginate_button.current {
    cursor: pointer;
    font-weight: 600;
    border-bottom: 2px solid #a8bb82;
    font-size: 16px;
}

#sidebar.active {
    width: 112px;
}

#sidebar.active a {
    font-size: 0;
}

.login_form {
    max-width: 1035px;
    background: #fafafa;
    margin: 0 auto;
    border-radius: 17px;
    overflow: hidden;
    height: 645px;
    box-shadow: 0 0 17px 0px #d8d8d8;
}

.login_side {
    float: left;
    width: 412px;
    background: #5e880f url('../images/side_pattern.png') no-repeat 0 100%;
    background-size: 100% 210px;
    padding: 36px 0 0 55px;
    height: 100%;
}

.side_logo {
    display: block;
    margin: 0 0 178px;
}

.login_side h2 {
    font-weight: 500;
    margin: 0 8px 0;
    font-size: 27px;
    color: #f5f5f5;
}

.login_side h2 span {
    display: block;
    font-weight: 100;
    margin: 19px 0 0;
    font-size: 27px;
    width: 170px;
    line-height: 31px;
}

.side_content {
    height: 100%;
    overflow: hidden;
    padding: 0 111px 0;
    position: relative;
    text-align: center;
}

.side_content h1 {
    font-size: 28px;
    font-weight: 600;
    color: #0f1304;
    margin: 0 0 32px;
}

.login_form .fields:after {
    display: block;
    clear: both;
    content: '';
}

.login_form input {
    background: #fff;
    border-radius: 30px;
    font-weight: 500;
    color: #a2aa90;
    padding: 0 21px;
    font-size: 14px;
    margin: 0 0 15px;
    box-shadow: 0 0 10px 0px #d8d8d8;
}

.login_form ::-webkit-input-placeholder {
    color: #a2aa90;
}

.login_form :-ms-input-placeholder {
    color: #a2aa90;
}

.login_form ::placeholder {
    color: #a2aa90;
}

.login_form input[type="submit"] {
    background: #5e870f;
    margin: 27px 0 27px;
    height: 50px;
    font-size: 19px;
    color: #fff;
}

.login_form .forgot {
    overflow: hidden;
}

.login_form .forgot a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 0 0 1px;
    border-bottom: 1px dashed #81a70c;
}

.login_form .side_content p {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    margin: 0;
    color: #3b3f3e;
    font-size: 12px;
    font-weight: 500;
}

#header h1 {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 34px;
    line-height: 38px;
}

.cus_add_btn,
.right_btn {
    padding: 13px 29px;
    font-size: 15px;
    line-height: 19px;
}

.cus_add_btn img,
.right_btn img {
    display: inline-block;
    vertical-align: top;
    margin: 2px 4px 0 0;
}

.right_btn {
    margin-right: 11px;
    color: #969696;
    font-size: 15px;
    border: 1px solid #dedede;
}

a.opts {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 6px;
    width: 41px;
    text-align: center;
    height: 44px;
    padding: 13px 0 0;
}

.table_opts {
    margin: 0 11px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.table_opts .options li.top-border {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

#example_wrapper .example_filter {
    display: none;
}

.table_holder table td .mail_link {
    text-decoration: none;
    font-weight: 400;
}

.content_area {
    position: relative;
}

.content_area:after {
    display: block;
    clear: both;
    content: '';
}

.add_customer_area {
    z-index: 5;
    border-radius: 13px;
    background: #fff;
    padding: 0 33px;
    display: none;
}

.add_customer_area.edit-section {
    display: block;
}

.add_header {
    padding: 23px 70px 27px 0;
    overflow: hidden;
    border-bottom: 1px solid #eeeeed;
}

.add_header h2 {
    float: left;
    font-size: 26px;
    font-weight: 600;
    margin-right: 19px;
    margin: -7px 19px 0 0;
}

.add_header span {
    color: #a2aa90;
    font-size: 16px;
    line-height: 20px;
    border-left: 2px solid #e6e6e6;
    padding: 0 19px 2px;
}

a.div_closer {
    position: absolute;
    right: 30px;
    background: #eaede5;
    border: 1px solid #d2d6cb;
    border-radius: 50px;
    top: 17px;
    padding: 12px 23px 5px;
    margin-top: -2px;
}

.add_customer_form {
    max-width: 674px;
    margin: 42px auto 65px;
}

.add_customer_form:after,
.add_customer_form .fields {
    display: block;
    clear: both;
    content: '';
}

.add_customer_form .fields {
    margin: 0 0 27px;
}

.example_filter input {
    box-shadow: none !important;
}

.add_customer_form .field_row {
    padding-top: 10px;
    margin: 0 0 16px;
}

.add_customer_form .field_row:after {
    display: block;
    clear: both;
    content: '';
}

.add_customer_form .field_row label {
    width: 133px;
    text-align: right;
    font-size: 14px;
    float: left;
    margin: 7px 0 0;
    font-weight: 500;
    color: #3b3f3e;
}

.add_customer_form .field_row label.bordered {
    border-bottom: 1px dashed #81a70c;
}

.add_customer_form .field_row input,
.add_customer_form .field_row select,
.add_customer_form .field_row textarea {
    /* float: right;
    width: 76.8%; */
    border: 1px solid #c4ced1;
    border-radius: 4px;
    height: 36px;
    font-size: 14px;
    padding: 3px 11px;
    color: #3b3f3e;
    font-weight: 500;
}

.add_customer_area .new_field_holder {
    float: right;
    width: 76.8%;
    padding-left: 10px;
}

.add_customer_form .field_row textarea {
    resize: none;
    height: 100px;
    padding: 6px 11px;
}

.add_customer_form .field_row select {
    color: #adaead;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../images/select.png') no-repeat 98% 50%;
}

.add_customer_form ::-webkit-input-placeholder {
    color: #3b3f3e;
}

.add_customer_form :-ms-input-placeholder {
    color: #3b3f3e;
}

.add_customer_form ::placeholder {
    color: #3b3f3e;
}

.logs_area {
    overflow: hidden;
    max-width: 527px;
    margin: 0 0 0 145px;
}

.log_row {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    font-size: 14px;
    color: #a2aa90;
    padding: 37px 0;
}

.log_row.no_border {
    border: none;
}

.log_row .title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 3px;
}

.log_row p {
    margin: 0 0 17px;
}

.new_comment {
    padding: 6px 0 0;
    overflow: hidden;
    font-weight: 500;
}

.new_comment a {
    color: #81a70c;
}

.new_comment a span {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #81a70c;
    text-align: center;
    padding: 10px 0 0;
    margin-right: 6px;
}

.log_row .date {
    color: #a2aa90;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    float: left;
    width: 117px;
    margin-right: 4px;
}

.log_row .txt {
    overflow: hidden;
}

.ctrls {
    overflow: hidden;
}

.ctrls li {
    display: inline-block;
    vertical-align: top;
    padding: 1px 16px 0 2px;
}

.ctrls a {
    float: left;
    margin: 0 4px 0 0;
    color: #81a70c;
}

.ctrls a img {
    float: left;
    margin: 2px 4px 0 0;
}

.load_more {
    text-align: center;
    overflow: hidden;
    padding: 34px 0;
}

.load_more a {
    display: inline-block;
    vertical-align: top;
    border-radius: 30px;
    color: #a6a7a7;
    padding: 12px 100px 13px;
    font-size: 15px;
    background: #fff;
    box-shadow: 0 0 7px 0px #d8d8d8;
}

.add_customer_area .footer {
    padding: 42px 84px 53px;
    border-top: 1px solid #eee;
    overflow: hidden;
    text-align: right;
}

.add_customer_area .footer a,
.add_customer_area .footer input {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    border-radius: 30px;
}

.add_customer_area input[type="submit"] {
    padding: 0 22px;
    background: #81a70c;
    color: #fff;
    font-weight: 500;
    line-height: 18px;
    margin-left: 12px;
}

.modal-dialog {
    max-width: 750px;
}

.modal-dialog.extra_small {
    max-width: 571px;
}

.modal-dialog.small {
    max-width: 628px;
}

.modal-content {
    border-radius: 8px;
    background: #f5f5f5;
}

.modial-dialog.small .modal-header {
    padding: 21px 23px 21px 43px;
}

.modal-header {
    padding: 18px 31px 21px 37px;
    border: none;
}

.modal-title {
    font-size: 26px;
    font-weight: 600;
    width: 60%;
}

.modal-body {
    padding: 22px 38px 29px;
}

.modal_form:after {
    display: block;
    clear: both;
    content: '';
}

.modal_form label {
    margin: 0 0 9px;
    display: block;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
}

.modal_form .new_field_holder {
    margin: 0 0 17px;
}

.modal_form input,
.modal_form textarea {
    border: 1px solid #c4ced1;
    height: 36px;
    border-radius: 4px;
    font-size: 14px;
    padding: 3px 14px;
}

.modal_form textarea {
    resize: none;
    height: 139px;
    padding: 9px 14px;
}

.submit_holder {
    padding: 99px 0 0;
    overflow: hidden;
    text-align: right;
}

.modal_form input[type="submit"],
.btn.btn-primary {
    border-radius: 30px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-weight: 500;
    background: #81a70c;
    border: none;
    padding: 12px 39px;
    height: auto;
    font-size: 15px;
}

.modal-dialog.small button.close {
    margin: 5px 0 0;
}

.modal-dialog button.close {
    padding: 0;
    margin: 15px 0 0;
}

.modal-open .modal {
    background: rgba(0, 0, 0, 0.3);
}

.modal-title span {
    display: block;
    font-size: 16px;
    color: #a2aa90;
    font-weight: 500;
    margin: -3px 0 0;
}

.modal-header .right {
    float: right;
}

.modal-header .right ul,
.modal-header .right li {
    display: inline-block;
    vertical-align: middle;
}

.modal-header .right li {
    margin-left: 10px;
}

.modal-header .right ul a {
    display: block;
    border-radius: 30px;
    border: 1px solid #cfd2c7;
    font-size: 14px;
    color: #a8aba7;
    font-weight: 500;
    padding: 5px 10px;
    width: 83px;
    text-align: center;
}

.modal-header ul a:hover {
    box-shadow: 0 0 11px 0px #d8d8d8;
}

.modal-header .right ul {
    padding: 6px 50px 0 0;
}

.nav-tabs a {
    color: #a2aa90;
    font-size: 14px;
    padding: 0 13px 6px;
    text-align: center;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    display: block;
}

.nav-tabs li.active a {
    color: #81a70c;
    border-color: #81a70c;
}

.nav-tabs {
    padding: 19px 0 0;
    border-bottom: 1px solid #dee2e6;
    display: block;
    overflow: hidden;
}

.nav-tabs li {
    margin-right: 44px;
    display: inline-block;
    vertical-align: top;
}

.tab-content h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 19px;
}

.tab-content {
    padding: 43px 0 0;
}

.tab-content:after {
    display: block;
    clear: both;
    content: '';
}

.tab-content.top_border {
    border-top: 1px solid #e0e1df;
}

.tab-content>.active {
    opacity: 1;
}

.points {
    font-size: 14px;
    overflow: hidden;
    color: #575a59;
}

.points li {
    margin: 0 0 9px;
    overflow: hidden;
}

.points span {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.points li span:first-child {
    color: #a6a6a6;
    width: 150px;
    padding-right: 7px;
    margin-right: 5px;
}

.history_log {
    overflow: hidden;
}

.history_log li {
    background: #fff;
    border-radius: 6px;
    padding: 27px 40px;
    margin: 0 0 23px;
    position: relative;
    box-shadow: 0 2px 2px -1px #cbcbcb;
}

.history_log li:after {
    display: block;
    clear: both;
    content: '';
}

.history_log li:before {
    width: 1px;
    height: 23px;
    position: absolute;
    content: '';
    left: 65px;
    bottom: -23px;
    background: #cbcbcb;
}

.history_log li:last-child:before {
    display: none;
}

.history_log .date {
    float: left;
    color: #a2aa90;
    font-weight: 600;
    font-size: 13px;
}

.history_log .txt {
    padding-left: 74px;
    font-size: 14px;
    overflow: hidden;
}

.history_log .title {
    font-size: 17px;
    color: #0f1304;
    display: block;
    margin: 0 0 10px;
}

.history_log li p {
    margin: 0;
}

.select_holder {
    float: left;
    border-right: 2px solid #e0e0e0;
    margin: 7px 20px 0 0;
    padding-right: 20px;
}

.select_holder * {
    display: inline-block;
    vertical-align: middle;
}

.select_holder span {
    color: #a2aa90;
    font-size: 14px;
    font-weight: 600;
}

.select_holder .select {
    border-radius: 30px;
    border: 1px solid #cfd2c7;
    background: #e8ebe2;
    font-size: 14px;
    color: #3b3f3e;
    text-align: center;
    padding: 4px 20px;
    margin-left: 7px;
}

.select_holder select {
    height: auto;
    border: none;
    background: none;
    -webkit-appearance: none;
    padding: 0;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align-last: center
}

.select_holder .select {
    min-width: 57px;
    border-radius: 30px;
    border: 1px solid #cfd2c7;
    background: #e8ebe2;
    font-size: 14px;
    color: #3b3f3e;
    padding: 4px 10px;
    margin-left: 7px;
    text-align: center;
}

.input_holder {
    float: left;
    border-right: 2px solid #e0e0e0;
    margin: 7px 20px 0 8px;
    padding-right: 20px;
}

.input_holder * {
    display: inline-block;
    vertical-align: middle;
}

.input_holder span {
    color: #a2aa90;
    font-size: 14px;
    font-weight: 600;
}

.input_holder input {
    height: auto;
    border: none;
    background: none;
    -webkit-appearance: none;
    padding: 0;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align-last: center;
    box-shadow: none;
}

.input_holder input:focus {
    box-shadow: none;
}

.input_holder .input {
    min-width: 57px;
    border-radius: 30px;
    border: 1px solid #cfd2c7;
    background: #ffffff;
    font-size: 14px;
    color: #3b3f3e;
    padding: 4px 10px;
    margin-left: 7px;
    text-align: center;
}

.select_holder select.search-product-filter,
.select_holder select.search-byproduct-filter {
    width: 70px;
}

.add_customer_form .field_row strong {
    float: left;
    font-size: 14px;
    color: #a2aa90;
    font-weight: 600;
    padding: 0 20px;
}

.parts_table {
    width: 100%;
    background: #f5f5f5;
    border-radius: 4px;
    overflow: hidden;
    margin: 22px 0 0;
}

.parts_table th {
    color: #a2aa90;
    font-size: 12px;
    font-weight: 700;
    padding: 16px 30px;
}

.parts_table td {
    color: #3b3f3e;
    font-size: 14px;
    font-weight: 500;
    padding: 17px 30px;
}

.parts_table td span {
    color: #a2aa90;
    font-size: 13px;
}

.parts_table td span,
.parts_table td img {
    display: inline-block;
    vertical-align: middle;
}

.remove_btn {
    padding: 0;
    border: none;
    background: none;
}

.parts_table td .p_photo {
    margin-right: 7px;
}

.parts_table td span {
    margin-left: 7px;
}

.parts_table tbody td {
    border-top: 1px solid #dfdfde;
}

.parts_table input[type="checkbox"] {
    appearance: checkbox;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    height: 15px;
    width: 15px;
    margin: 0;
}

.add_parts {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border-radius: 30px;
    padding: 7px 21px;
    color: #59800f;
    border: 2px solid #96ad68;
    font-weight: 600;
    font-size: 14px;
}

a.add_parts img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 0 0;
}

.parts_table tfoot td {
    border-top: 1px solid #dfdfde;
}

.example_filter.fluid {
    float: none;
    width: 100%;
}

.select_all {
    padding: 10px 0;
    overflow: hidden;
    font-size: 13px;
    color: #6d6d6d;
}

.modal_table_holder {
    background: #fff;
    border-radius: 8px;
    padding: 12px 24px;
    max-height: 400px;
    overflow: auto;
}

.modal_table_holder label {
    display: block;
    position: relative;
    padding: 16px 25px;
    margin: -1px;
    color: #3b3f3e;
    font-weight: 600;
    border-top: 1px solid #e8e8e8;
}

.modal_table_holder tr:first-child label {
    border: none;
}

.modal table.display tbody tr:hover {
    transform: scale(1);
    box-shadow: none;
}

.dot {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #bcbdbd;
    margin: 0 5px 3px;
}

span.model_n {
    color: #a2aa90;
    font-weight: 500;
}

.modal_table_holder td input[type="checkbox"]:checked+label {
    background: #f5f5f5 url('../images/tick.png') no-repeat 98% 50%;
}

.modal .submit_holder {
    padding: 59px 0 0;
}

.modal_form .cancel {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.modal_form input[type="submit"].no_margin {
    margin: 0;
    vertical-align: middle;
}

.tab_col {
    float: right;
    width: 40%;
}

.tab_col:first-child {
    float: left;
    width: 59%;
}

.tab_col table th,
.tab_col table td {
    padding: 15px 20px;
}

.tab_col table {
    box-shadow: 0 0 7px 0px #d8d8d8;
    background: #fff;
}

.green_text {
    font-weight: 700;
    color: #81a70c;
}

.no_border {
    border: none;
}

.added_products {
    margin: 0 0 8px;
    overflow: hidden;
    width: 100%;
    color: #3b3f3e;
}

.added_products li {
    margin: 0 0 7px;
    overflow: hidden;
}

.added_products li * {
    display: inline-block;
    vertical-align: middle;
}

.added_products button {
    padding: 0;
    border: none;
    background: none;
    line-height: 18px;
}

.added_products li span {
    margin: 0 12px 0 7px;
}

.barcode_image {
    float: right;
}

.history_log.work_orders {
    border-radius: 6px;
}

.history_log.work_orders li {
    padding: 17px 26px;
    display: block;
}

.history_log.work_orders li:hover {
    background: #f7f7f7;
}

.history_log.work_orders li {
    margin: 0;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0;
}

.history_log.work_orders li a:hover,
.green_text a:hover {
    color: #81a70c;
}

.history_log.work_orders {
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0 0 7px 0px #d8d8d8;
}

.date_title {
    display: block;
    font-size: 17px;
    font-weight: 500;
}

.invoice {
    font-style: normal;
    color: #a2aa90;
    font-weight: 500;
}

.history_log.work_orders li>a b {
    font-weight: 600;
}

.order_pic {
    float: left;
    margin-top: 10px;
}

.history_log.work_orders .txt {
    padding-left: 24px;
}

.tab_col_holder {
    margin: 0 0 40px;
    overflow: hidden;
}

.tab_cols {
    overflow: hidden;
}

.adjust_holder {
    border-top: 1px solid #d5d5d3;
    overflow: hidden;
    padding: 27px 0 0;
}

.adjust_holder h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 20px;
}

.adjust_form {
    overflow: hidden;
}

.adjust_form .form_row {
    margin: 0 0 20px;
    overflow: hidden;
}

.adjust_form .form_col:first-child {
    float: left;
    width: 53%;
}

.adjust_form .form_col {
    float: right;
    width: 42%;
}

.adjust_form input {
    width: 100%;
    display: block;
}

.adjust_form .form_col span {
    display: inline-block;
    vertical-align: top;
    margin: 8px 0 0 0;
    color: #a6a6a6;
    font-size: 14px;
}

.adjust_form .form_col:first-child span#mobile-add-minus {
    display: none;
}

.adjust_form .form_col:first-child span#mobile-add-minus span {
    margin: 0px;
}

.adjust_form .form_col:first-child span#mobile-add-minus span input[type="radio"] {
    display: inline-block;
    width: 15px;
    margin: 0px 5px 0px 5px;
    height: 15px;
}

.adjust_form .form_col:first-child span#mobile-add-minus span label {
    display: inline-block;
}

.adjust_form .form_col:last-child span {
    margin: 8px 0px 8px 0px;
}

.adjust_form input:disabled {
    background: #ececec;
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    float: right;
    width: 135px;
    color: #3b3f3e;
    font-weight: 600;
}

.adjust_form textarea {
    resize: none;
    height: 100px;
}

.modal .adjust_holder .submit_holder {
    padding: 0;
}

.warn_ico {
    display: inline-block;
    vertical-align: top;
    margin: 4px 4px 0;
}

.options {
    width: 292px;
    position: absolute;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 0 7px 0px #d8d8d8;
    background: #fff;
    right: 0;
    display: none;
    margin-top: 5px;
    z-index: 1;
}

.options li {
    margin: 0 0 10px;
}

.options a {
    display: block;
    color: #3b3f3e;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.options a img {
    display: inline-block;
    vertical-align: top;
    margin: 3px 6px 0 0;
}

.has-tooltip .tool_tip {
    position: absolute;
    width: 203px;
    background: #0f1304;
    color: #fff !important;
    text-align: center;
    border-radius: 6px;
    font-size: 13px !important;
    padding: 7px 0;
    bottom: 50px;
    left: -36%;
    display: none;
}

.has-tooltip:hover .tool_tip {
    display: block;
}

.modal-dialog.respond_pop {
    max-width: 535px;
}

.modal.fade .modal-dialog .modal-content {
    background: #f5f5f5;
}

.success_pop {
    overflow: hidden;
    padding: 50px 0;
}

.success_pop h3 {
    font-size: 28px;
    color: #252729;
    font-weight: 600;
    margin: 17px 0 0;
}

#fail_popup p {
    margin: 10px 0 50px;
}

#fail_popup .btn_primary {
    box-shadow: none;
    background: #81a70c;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px 15px;
    line-height: 20px;
}

.menu_opener {
    position: absolute;
    left: 29px;
    top: 50%;
    transform: translate(0, -51%);
}

.v_height {
    height: 100vh;
    overflow: hidden;
}

.menu_opener {
    display: none;
}

#header .search_form {
    float: left;
    width: 400px;
}

.dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 268px;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    padding: 20px 30px;
    font-family: 'Arial', sans-serif;
    box-shadow: 0 0 13px 7px #d8d8d8;
    display: none;
}

.logout {
    width: 120px;
    display: block;
    margin: 0 auto;
    border: 1px solid #e6e4e4;
    font-size: 16px;
    background: #F5F7F2;
    border-radius: 30px;
    padding: 10px 10px;
}

.drop_holder {
    overflow: hidden;
    border-bottom: 1px solid #e6e4e4;
    margin: 0 0 16px;
    padding: 0 0 11px;
}

.drop_holder strong {
    display: block;
    font-weight: 500;
    color: #000;
    margin: 0 0 7px;
}

.drop_holder span {
    display: block;
    color: #A2AA90;
    padding: 0 !important;
    font-weight: 400;
}

.drop_holder span.dark {
    color: #989898;
}

input:focus,
textarea:focus {
    box-shadow: 0 0 3px 1px #81a70c;
    outline: none;
}

.new_field_holder.required:after {
    width: 5px;
    height: 5px;
    position: absolute;
    content: '';
    left: 8px;
    top: 50%;
    background: #ed5b5d;
    border-radius: 100%;
    transform: translate(0, -50%);
}

.modal_form .new_field_holder.required:after {
    left: -2px;
}

.new_field_holder {
    position: relative;
}

.inner_header:after {
    display: block;
    clear: both;
    content: '';
}

.user_links {
    /* margin:0 0 40px; */
    overflow: hidden;
}

.user_links li {
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.user_links a {
    padding: 0 7px 5px;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: #a2aa90;
}

.user_links li.active a {
    color: #81a70c;
    border-color: #81a70c;
}

.table_tab {
    display: none;
}

.table_tab.active {
    display: block;
}

.table_checkbox {
    width: 17px;
    height: 17px;
    display: block;
    border: 1px solid #8d8d8d;
    border-radius: 2px;
    margin: 0 auto;
}

.add_customer_form .field_row label.table_checkbox {
    position: relative;
    border: none;
    width: auto;
    padding: 0 0 0 30px;
}

.add_customer_form .field_row label.table_checkbox:after {
    width: 17px;
    height: 17px;
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
    border: 1px solid #8d8d8d;
    border-radius: 2px;
}

.roles_checks input[type="checkbox"]:checked+label,
.checks_text input[type="checkbox"]:checked+label:after,
.show-detail-item input[type="checkbox"]:checked+label,
.show-detail-item input[type="checkbox"]:checked+label:after {
    border-color: #78a81e;
    background: #fff url('../images/gray_check.png') no-repeat 50% 50%;
}

.checkes_holder {
    overflow: hidden;
    max-width: 410px;
    margin: 0 auto;
}

.add_customer_form .checkes_holder strong {
    float: none;
    padding: 0;
    margin: 0 0 10px;
    display: block;
}

.checks_text div {
    margin: 0 0 14px;
}

.checks_text div:after {
    display: block;
    clear: both;
    content: '';
}

.checks_text {
    overflow: hidden;
}

.form-control.error {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem #dc3545;
}

label.error {
    margin: 0px 0px 10px 0px;
    width: 100%;
    color: #dc3545;
    font-weight: 600;
    font-size: 14px;
}

input.error:focus,
textarea.error:focus {
    box-shadow: 0 0 3px 1px #dc3545;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #5e870f;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #5e870f;
}

.tooltip-inner {
    background-color: #5e870f;
}

.alert.alert-danger,
.alert.alert-primary,
.alert.alert-danger .close,
.alert.alert-primary .close {
    color: #ffffff;
}

.alert.alert-danger .close,
.alert.alert-primary .close {
    font-size: 16px;
}

.alert.alert-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}

.alert.alert-primary {
    background-color: #59800f;
    border-color: #59800f;
}

.alert.alert-danger p,
.alert.alert-primary p {
    margin-bottom: 0px;
}

.dataTables_processing {
    position: absolute;
    left: 40%;
    width: 230px;
    height: 200px;
}

.data-loader-wrapper {
    width: inherit;
    height: inherit;
}

.data-loader-wrapper img {
    border-radius: 50%;
    width: inherit;
    height: inherit;
}

.btn.btn-primary.print-qr-code {
    margin: 10px 0px;
    border-radius: 5px;
    color: #789a0d;
    font-weight: 600;
    background: #ffffff;
    border: 1px solid #bdbdbd;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.11);
    padding: 4px 25px;
    font-size: 14px;
    width: 150px;
}

.user-avatar-info img {
    max-height: 150px;
    object-fit: contain;
}

.user_info .user_txt .img_holder img {
    width: 100%;
}

#search-add-parts-wrapper,
#search-add-customers-wrapper {
    max-height: 250px;
    overflow-y: auto;
}

#search-add-parts .parts-add-to-product.show-part label,
#search-add-customers .customers-add-to-product.show-customer label,
#search-add-products .products-add-to-item.show-product label {
    display: block;
}

table.data-table tr.show-detail-item .item-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.add-part-popup-search-filter-wrapper,
.add-product-popup-search-filter-wrapper {
    margin: 10px 0px;
}

.select2-container .select2-selection--single {
    height: 32px;
}

#customer-purchase-history ul li .txt a strong,
#customer-purchase-history ul li .txt a span {
    display: inline-block;
    margin-right: 10px;
}

#frm-service-note-add-edit .logs_area tbody tr td:nth-child(2) {
    width: 130px;
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
    }
}


/*********Import Code***********/

.import-wrapper {
    margin: 10px 0px 20px;
    position: relative;
}

.import-wrapper,
.import-wrapper .import-section {
    display: none;
}

.import-wrapper .import-section {
    background-color: #ffffff;
    padding: 25px 0px;
    border-radius: 15px;
}

.import-wrapper .import-loader {
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: +100 !important;
    width: 100%;
    height: 100%;
    text-align: center;
}

.import-wrapper .import-loader img {
    width: auto;
    display: inline-block;
    height: inherit;
}

.import-wrapper .import-info-wrapper {
    padding: 0px 15px;
    margin: 0px 0px 15px;
}

.import-wrapper .import-info-wrapper .import-info-title {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Exo 2', sans-serif;
    color: #0f1304;
    margin-bottom: 10px;
    display: inline-block;
}

.import-wrapper .import-info-wrapper .import-info-sample-file {
    float: right;
}

.import-wrapper .import-info-wrapper .import-info-description .import-info-description-note,
.import-wrapper .import-info-wrapper .import-info-description .import-info-error-wrapper {
    color: #ff0000;
    font-weight: 700;
}

.import-wrapper .import-info-wrapper .import-info-description .import-info-error-wrapper span {
    display: block;
}

.import-wrapper .import-section .import-field-wrapper,
.import-wrapper .import-section .import-btn-wrapper {
    display: inline-block;
}

.import-wrapper .import-section .import-info-sample-file .btn_primary img,
.import-wrapper .import-section .import-btn-wrapper .btn_primary img {
    margin: 3px 3px 0px 0px;
}