body {
    font-family: 'Rubik', sans-serif;
    display: block;
    position: relative;
    background-color: #f5f6fa;
    color: #4c5b63;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
    outline: none;
    text-decoration: none;
}

input,
input:hover,
input:focus,
input:visited,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:visited,
textarea:active,
button,
button:hover,
button:focus,
button:visited,
button:active {
    outline: none !important;
    color: inherit;
}

li {
    list-style: none;
}

.display-block {
    display: block;
    position: relative;
}

.inline-block {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: top;
}

.inline-block-no-width {
    display: inline-block;
    position: relative;
}

.align-top {
    vertical-align: top;
}

.align-middle {
    vertical-align: middle;
}

.align-bottom {
    vertical-align: bottom;
}

.table-layout {
    display: table;
    position: relative;
    width: 100%;
}

.table-layout .table-cell {
    display: table-cell;
    position: relative;
    width: 100%;
    vertical-align: middle;
}

.space-30 {
    display: block;
    position: relative;
    height: 30px;
}


/* COLOR :BEGIN */

.bg-color-green {
    background-color: #13ce66;
    color: #FFFFFF !important;
}

.section--background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* FORM INPUT CUSTOM :BEGIN */

.form-group {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.form-group .label {
    color: #585858;
    margin: 0;
    padding: 14px 0;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
}

.form-group .input-control,
.form-group .select-control {
    height: 40px;
    line-height: 20px;
    border: 1px solid #e0e6ed;
    padding: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    font-size: 13px;
    color: #666;
    outline: none;
    box-shadow: none;
}

.form-group .text-control {
    height: 90px;
    border: 1px solid #e0e6ed;
    padding: 8px 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    font-size: 13px;
    color: #666;
    outline: none;
    box-shadow: none;
    resize: none;
}

.form-group.with-icon .input-control {
    padding-right: 35px;
}

.form-group.with-icon .icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 35px;
    background-size: initial;
    background-position: 0 0;
}

.form-group.with-icon .icon.icon-date {
    background-image: url(../images/icon/icon-date.png);
}

.form-group .btn {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    font-size: 16px;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    padding: 10px 30px;
    cursor: pointer;
}

.form-group.button-full .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}


/* FORM INPUT CUSTOM :END */


/* HEADER :BEGIN */

.header {
    height: 50px;
    background-color: #FFFFFF;
    color: #000;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.header .nav-brand .brand {
    padding: 5px 0 5px;
    display: inline-block;
}

.header .nav-brand .brand img {
    width: 93px;
}

.header .header-nav-profile {
    position: relative;
    display: block;
    color: #585858;
}

.header .header-nav-profile .header-nav-btn {
    padding: 4px 10px;
    display: inline-block;
}

.header .header-nav-profile .header-nav-btn img {
    margin-right: 8px;
    width: 42px;
    height: 42px;
    max-width: 42px;
    max-height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 1px;
}

.header .header-nav-profile .header-nav-btn .name {
    font-size: 12px;
    font-weight: bold;
    color: #585858;
}

.header .header-nav-profile .header-nav-btn .caret {
    color: #585858;
}

.header .header-nav-profile .dropdown-menu {
    margin-top: 1px;
    padding: 8px 0;
    background-color: #FFF;
    color: #7b7b7b;
    font-size: 13px;
    border: none;
    border-radius: 3px;
    width: 200px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
}

.header .header-nav-profile .dropdown-menu>li>a {
    display: block;
    position: relative;
    padding: 8px 15px;
    font-size: 13px;
    color: #7b7b7b;
}


/* HEADER :END */


/* MENU :BEGIN */

.horizontalScrollbar {
    overflow-x: hidden !important;
    overflow-y: initial !important;
    cursor: default !important;
    /* min-height: 100px !important; */
}

.menu-section {
    height: 40px;
    background-color: #494e56;
    color: #FFFFFF;
    width: 100%;
    position: relative;
}

.menu-section .sub-menu {
    height: 40px;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -12;
    opacity: 0;
    transition: top 200ms cubic-bezier(0.49, 0.49, 0.64, 0.63);
    -webkit-transition: top 200ms cubic-bezier(0.49, 0.49, 0.64, 0.63);
    -moz-transition: top 200ms cubic-bezier(0.49, 0.49, 0.64, 0.63);
    -o-transition: top 200ms cubic-bezier(0.49, 0.49, 0.64, 0.63);
    -ms-transition: top 200ms cubic-bezier(0.49, 0.49, 0.64, 0.63);
}

.menu-section .sub-menu.open-menu {
    z-index: 12;
    opacity: 1;
    top: 40px;
}

.menu-section .sub-menu.second-level-menu {
    background-color: #2f3338;
}

.menu-section .sub-menu.third-level-menu {
    background-color: #09090a;
}

.menu-section ul.menu-bar {
    margin: 0 0;
    padding: 0;
    white-space: nowrap;
    font-size: 0;
}

.menu-section ul.menu-bar>li {
    display: inline-block;
    vertical-align: top;
    position: initial;
    cursor: default;
}

.menu-section ul.menu-bar>li>a {
    padding: 0 20px;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 14px;
}

.menu-section ul.menu-bar>li>a>i {
    height: 40px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
    margin-right: 10px;
}

.menu-section ul.menu-bar>li>a>span {
    vertical-align: top;
    display: inline-block;
    line-height: 40px;
}

.menu-section ul.menu-bar>li>a:hover,
.menu-section ul.menu-bar>li>a.active {
    background-color: #2f3338;
}

.menu-section ul.menu-bar>li>a:active,
.menu-section ul.menu-bar>li>a:visited,
.menu-section ul.menu-bar>li>a:focus {
    background-color: transparent;
}

.menu-section .sub-menu.second-level-menu ul.menu-bar>li>a:hover,
.menu-section .sub-menu.second-level-menu ul.menu-bar>li>a.active {
    background-color: #09090a;
}


/* MENU :END */


/* ===================SEARCH WITH TITLE :BEGIN =====================*/

.search-section-with-title {
    height: 50px;
    background-color: #FFFFFF;
    color: #000;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    float: left;
    width: 100%;
}

.search-section-with-title .page-title {
    height: 50px;
    padding: 0 15px;
    font-size: 14px;
    background-color: #1fb6ff;
    display: table;
    float: left;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    width: 183px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.search-section-with-title .page-title span {
    display: table-cell;
    vertical-align: middle;
}


/*---top part setting mobile view : start :---*/

.top-setting-option {
    float: right;
    margin: 8px 8px 8px 8px;
    background: #eee;
    border: 1px solid #b9bec5;
    height: 35px;
    width: 35px;
    border-radius: 2px;
    line-height: 35px;
}

.header-option-box {
    -webkit-width: calc(100% - 204px);
    -moz-width: calc(100% - 204px);
    -o-width: calc(100% - 204px);
    width: calc(100% - 204px);
    float: left;
}

.header-option-box form {
    width: 100%;
    float: left;
}

.header-option-box form span {
    float: left;
    margin-right: 10px;
    height: 34px;
}

.top-setting-option[aria-expanded="true"] .glyphicon:before {
    content: "\e014";
}

.show-result-box .collapsing {
    height: auto !important;
}

.main-search-box {
    float: left;
    -webkit-width: calc(100% - 322px);
    -moz-width: calc(100% - 322px);
    -o-width: calc(100% - 322px);
    width: calc(100% - 322px);
}

.main-search-box .searchbar-box span,
.main-search-box .sku-option-group span {
    margin: 0;
    float: none;
    height: inherit;
}

.main-search-box .searchbar-box {
    width: 35%;
    float: left;
    margin-right: 10px;
    -webkit-width: calc(100% - 176px);
    -moz-width: calc(100% - 176px);
    -o-width: calc(100% - 176px);
    width: calc(100% - 176px);
}

button.btn.search-btn.for-desktop-show {
    display: block;
}

.btn.search-btn.for-mobile-show {
    display: none;
}

.sku-option-group {
    float: left;
    width: 163px;
}

.sku-option-group .input-group-btn {
    float: left;
    width: 116px;
}

button.btn.reset-search {
    margin-left: 10px;
    border: 1px solid #d6d6d6;
    height: 34px;
    border-radius: 2px;
    background: #f3f2f2;
    line-height: 35px;
    padding: 0;
    width: 37px;
    text-align: center;
    color: #777;
}

div#show-result.collapse {
    display: block;
}

.sku-option-group .input-group-btn .dropdown-toggle {
    width: 100%;
    text-align: left;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -o-border-radius: 2px !important;
    border-radius: 2px !important;
    background: none;
    border: 1px solid #e0e6ed;
}

.sku-option-group .btn:hover,
.sku-option-group .btn:focus,
.sku-option-group .btn.active,
.sku-option-group .open>.btn:hover,
.sku-option-group .open>.btn:focus,
.sku-option-group .btn.dropdown-toggle:hover,
.sku-option-group .btn.dropdown-toggle:focus,
.sku-option-group .btn.dropdown-toggle.active {
    background: #fff !important;
    border-color: #e0e6ed !important;
    box-shadow: none !important;
}

.sku-option-group .btn-default:hover {
    color: #333;
    background-color: transparent !important;
    border-color: #e0e6ed;
}

.sku-option-group .input-group-btn .dropdown-toggle span {
    font-size: 12px;
    color: #acacac;
}

.sku-option-group .input-group-btn .dropdown-toggle span.caret {
    float: right;
    border-top: 5px dashed;
    border-top: 4px solid \9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.main-search-box .searchbar-box input[type="text"] {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    box-shadow: none;
    font-size: 12px;
    border-color: #e0e6ed;
    float: left;
    -webkit-width: calc(100% - 34px);
    -moz-width: calc(100% - 34px);
    -o-width: calc(100% - 34px);
    width: calc(100% - 34px);
}

.main-search-box .searchbar-box .search-btn {
    background: #13ce66;
    padding: 0;
    margin: 0;
    height: 34px;
    width: 34px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.main-search-box .searchbar-box .search-plan-btn {
    background: #13ce66;
    padding: 0;
    margin: 0;
    height: 34px;
    width: 34px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}


/*---top part setting mobile view : close :---*/

.main-search-box .search-bar .search-btn {
    background: #13ce66;
    border: 1px solid #13ce66;
    border-radius: 0 3px 3px 0;
}

.main-search-box .search-bar .glyphicon {
    color: #fff;
    position: relative;
    top: 3px;
    font-size: 12px;
}

.main-search-box .search-bar .reset-search {
    border-radius: 0;
    background: transparent;
    margin-left: 5px;
    padding: 0;
}

.main-search-box .search-bar .input-group-btn .btn-default {
    width: 100px;
    border-radius: 2px;
    font-size: 12px;
    text-align: left;
    border: 1px solid #e0e6ed;
    padding: 7px 0px 7px 12px;
    color: #777;
}

.search-bar .input-group-addon .reset-search span.glyphicon-repeat {
    color: #555 !important;
    border: 1px solid #555;
    padding: 2px;
    float: left;
    padding: 9px;
    top: 0;
    border-radius: 2px;
    background: #eee;
    border: 1px solid #b9bec5;
    height: 33px;
}

.main-search-box .search-bar .input-group-btn .btn-default:hover,
.main-search-box .search-bar .input-group-btn .btn-default:focus {
    background: none;
    box-shadow: none;
    border-color: #d4d4d4;
}

.main-search-box .open>.dropdown-menu {
    display: block;
    max-width: 153px;
    min-width: 114px;
    margin: 0;
    padding: 0;
}

.main-search-box .open>.dropdown-menu li {
    padding: 0;
}

.main-search-box .open>.dropdown-menu li a {
    font-size: 12px;
    padding: 3px 10px;
    color: #777;
}

.main-search-box .dropdown-menu .divider {
    margin: 0;
}

.main-search-box .open>.dropdown-menu li a label {
    font-weight: 400;
    top: 2px;
    padding-left: 19px;
    left: -2px;
}

.main-search-box .search-bar .input-group-btn .btn-default span.caret {
    right: 8px;
    float: right;
    position: absolute;
    top: 43%;
    color: #c0c2c7;
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.show-result-box.collapse {
    display: block;
}

.search-section-with-title .search-block {
    padding-left: 50px;
    display: inline-block;
    position: relative;
    width: 70%;
}

.search-block .form-group {
    display: inline-block;
    margin: 0;
    width: auto;
}

.search-block .form-group .label {
    display: inline-block;
    line-height: 50px;
    color: #787878;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    margin-right: 15px;
    margin-bottom: 0;
    padding: 0;
}

.search-block .form-group .btn {
    padding: 8px 10px 7px 10px;
    background-color: #13ce66;
    color: #FFFFFF;
    margin-left: 5px;
    font-size: 13px;
}

.search-section-with-title .action-block .back-button {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    margin: 10px 15px;
    border-radius: 30px;
    background-color: #e5e9f2;
    color: #8492a6;
}


/* SEARCH WITH TITLE :END */

.card {
    background-color: #FFFFFF;
    padding: 15px 35px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.card .ui--tab {
    border-bottom: 1px solid #e0e6ed
}

.card .ui--tab>li {
    padding-top: 3px;
    padding-bottom: 3px;
    border-left: 1px solid #e0e6ed;
    margin-top: 0;
    margin-bottom: 10px;
}

.card .ui--tab>li:first-child {
    border-left: none;
}

.card .ui--tab>li.active>a {
    border: none;
    font-weight: 600;
    color: #1fb6ff;
}

.card .ui--tab>li>a {
    padding: 0 20px;
    font-size: 12px;
    font-weight: 500;
    border: none;
    color: #585858;
}

.card .ui--tab>li>a:hover {
    background-color: transparent;
}

.card .tab-content {
    padding-top: 20px;
}

.card .mobile-tab {
    display: none;
}

.inv-v-p>td:first-child {
    position: relative;
}

.inv-v-p>td:first-child::before {
    background: #2e96ca none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 12px;
    position: absolute;
    top: 0;
    width: 3px;
}

.main-body-content {
    margin: 20px 0;
    float: left;
    width: 100%;
}

.card-box {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 4px rgba(179, 179, 179, 0.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    float: left;
    width: 100%;
}


/* .show-result-box .form-inline span {

    float: left;

    margin-right: 10px;

    display: table;

    padding: 0;

    min-height: 34px;

} */

.search-block .form-group .select-style {
    /* display: table; */
    height: 34px;
    float: left;
}

.show-result-box .form-inline span label {
    font-size: 13px;
    font-weight: 500;
    margin: 0 8px 0 0;
    padding: 0;
    line-height: 34px;
    float: left;
    height: 34px;
}

.show-result-box .form-inline span .select-style {
    float: left;
}

.card-box .form-inline span .select-style .form-control {
    font-size: 13px;
    padding: 0px 37px 0px 10px;
    line-height: 33px;
    color: #555;
}

.table-responsive {
    min-height: .01%;
    overflow-x: scroll;
}

.table-responsive>table {
    border: none;
}

.table-responsive>table>tbody {
    border: 1px solid #b9bec5;
}

.table-responsive>table>thead>tr>th,
.floatThead-container>table>thead>tr>th,
.table-responsive table>thead>tr>th {
    background: #b9bec5;
    color: #fff;
    border-bottom: 0;
    padding: 11px 8px;
}

.table-responsive>table>thead>tr>th a,
.floatThead-container>table>thead>tr>th>a,
.table-responsive table>thead>tr>th a {
    color: #fff;
}

.table-responsive>table>thead>tr>th:first-child {
    border-radius: 5px 0 0 0;
}


/* .table-responsive > table > thead > tr > th:nth-last-child(2) , .table-responsive > table > tbody > tr > td:nth-last-child(2)  {

   

text-align: center;

max-width: 110px !important;

width: 110px !important;

min-width: 110px !important;

}



 */


/* .product-list .table-responsive > table > thead > tr > th:nth-last-child(2) , .product-list .table-responsive > table > tbody > tr > td:nth-last-child(2)  {

   

text-align: center;

max-width: 140px !important;

width: 140px !important;

min-width: 140px !important;

}



.table-responsive > table > thead > tr > th:nth-child(3) , .table-responsive > table > tbody > tr > td:nth-child(3)  {

   

max-width: 110px !important;

width: 110px !important;

min-width: 110px !important;

}

 */

a.sorting_clm {
    padding-right: 19px;
    position: relative;
    vertical-align: middle;
    float: left;
}

a.sorting_clm span.sorting {
    float: right;
    vertical-align: middle;
    display: inline-block;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    margin-top: -2px;
}

.product-list-table>thead>tr>th.select-header {
    max-width: 65px !important;
    width: 65px !important;
    min-width: 65px !important;
}

.product-list-table>thead>tr>th.image-header {
    max-width: 80px !important;
    width: 80px !important;
    min-width: 80px !important;
}

.product-list-table>thead>tr>th.title-header {
    max-width: 200px !important;
    width: 200px !important;
    min-width: 200px !important;
}

.product-list-table>thead tr th.sku-header {
    max-width: 120px !important;
    width: 120px !important;
    min-width: 120px !important;
}

.product-list-table>thead tr th.asin-header {
    max-width: 110px !important;
    width: 110px !important;
    min-width: 110px !important;
}

.product-list-table>thead tr th.pro-con-header {
    max-width: 150px !important;
    width: 150px !important;
    min-width: 150px !important;
}

.product-list-table>thead tr th.qua-header {
    max-width: 110px !important;
    width: 110px !important;
    min-width: 110px !important;
}

.product-list-table>thead tr th.price-header {
    max-width: 110px !important;
    width: 110px !important;
    min-width: 110px !important;
}

.product-list-table>thead tr th.update-price-header {
    max-width: 150px !important;
    width: 150px !important;
    min-width: 150px !important;
}

.product-list-table>thead tr th.action-header {
    max-width: 120px !important;
    width: 120px !important;
    min-width: 120px !important;
}

.table-responsive>table>thead>tr>th:last-child,
.table-responsive>table>tbody>tr>td:last-child {
    border-radius: 0 5px 0 0;
    text-align: left;
    max-width: 80px !important;
    width: 80px !important;
    min-width: 80px !important;
}

.product-vendor-table-block .table-responsive>table>thead>tr>th:last-child,
.product-vendor-table-block .table-responsive>table>tbody>tr>td:last-child {
    border-radius: 0 5px 0 0;
    text-align: left;
    max-width: 200px !important;
    width: 200px !important;
    min-width: 200px !important;
}

.product-vendor-table-block .table-responsive>table>thead>tr>th:nth-last-child(2),
.product-vendor-table-block .table-responsive>table>tbody>tr>td:nth-last-child(2),
.product-vendor-table-block .table-responsive>table>thead>tr>th:nth-last-child(3),
.product-vendor-table-block .table-responsive>table>tbody>tr>td:nth-last-child(3) {
    text-align: center;
    max-width: 100px !important;
    width: 100px !important;
    min-width: 100px !important;
}

.table-responsive>table>tbody>tr>td[Attributes Style] {
    width: 100pxl !important;
}

.table-responsive>table>tbody>tr>td {
    font-size: 13px;
}

.table-responsive>table>tbody>tr>td,
.table-responsive>table>tbody>tr>th {
    vertical-align: middle;
    border-top: 1px solid #b9bec5;
    /* background: #fff; */
}

.table-responsive>table>tbody>tr>td .form-group input[readonly] {
    min-width: 60px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.table-responsive>table>tbody>tr>td .form-group input[readonly]:focus {
    border-color: #ccc;
}

.table-responsive>table>tbody>tr>td input.form-control {
    background: none;
    border-radius: 1px;
    box-shadow: none;
    /* max-width: 60px; */
    text-align: center;
    font-size: 13px;
}

.table-responsive>table>tbody>tr:last-child {
    border-bottom: 1px solid #b9bec5;
}

.table-responsive>table>tbody>tr {
    height: 67px;
}

.table-responsive>table>thead tr th:first-child {
    width: 65px;
    min-width: 65px;
}

.show-result-box {
    float: left;
    padding: 8px;
    margin-left: 20px;
}

.master-checkbox .selection-num {
    padding: 0 5px;
}

.master-checkbox .selection-num option {
    color: #555;
    font-size: 12px;
}

.search-section-with-title .search-block {
    padding-left: 10px;
    display: inline-block;
    position: relative;
    width: auto;
    padding: 8px;
}

.form-inline .select-style {
    background: #fff url(../images/select-arrow-2.png) no-repeat right calc(2px) top calc(2px);
}

.show-result-box .form-inline span .select-style {
    float: left;
}

.select-style .form-control {
    border: 1px solid #e0e6ed;
    border-radius: 3px;
    font-size: 12px;
    color: #777;
    padding: 2px 40px 0 10px;
}

.show-result-box .form-inline span .select-style select option {
    padding: 0;
}

.search-block .form-group .label {
    color: #000;
    margin-right: 8px;
    font-weight: 500;
}

.search-block .form-group .select-control {
    height: 34px;
    padding: 0 25px 0 8px;
    display: inline-block;
    width: 165px;
    font-size: 12px;
    color: #787878;
    line-height: 18px;
}


/* Base for label styling */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

[type="checkbox"]:checked+label:before {
    border: 1px solid #3ec0ff !important;
}

[type="checkbox"]:checked tr {
    border-color: #3ec0ff !important;
}


/* checkbox aspect */

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 2px;
}


/* checked mark aspect */

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    content: '✔';
    position: absolute;
    top: .2em;
    left: .2em;
    font-size: 1.1em;
    line-height: 0.8;
    color: #3ec0ff;
    transition: all .2s;
}


/* checked mark aspect changes */

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}


/* disabled checkbox */

[type="checkbox"]:disabled:not(:checked)+label:before,
[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked+label:after {
    color: #999;
}

[type="checkbox"]:disabled+label {
    color: #aaa;
}


/* accessibility */

[type="checkbox"]:checked:focus+label:before,
[type="checkbox"]:not(:checked):focus+label:before {
    /* border: 1px dotted blue; */
}


/* hover style just for information */


/* label:hover:before {

  border: 1px solid #4778d9!important;

}

 */

.btn-group-box {
    width: 100%;
    float: left;
    /* margin-bottom: 10px; */
}

.btn-mrg-none .btn {
    margin: 0 !important;
}

.btn-group-box .btn {
    font-size: 14px;
    padding: 8px 8px 6px 8px;
    background: #494e56;
    color: #fff;
    width: 150px;
    font-weight: 100;
    line-height: 22px;
    margin: 0 15px 10px 15px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.btn-group-box .btn.save {
    background: #0f9249;
}

.btn-group-box .btn:focus {
    color: #fff;
}

.btn-group-box .btn.save:hover {
    background: #109c4e;
    color: #fff;
}

.btn-group-box .btn.save-as-draft {
    background: #13ce66;
}

.btn-group-box .btn.save-as-draft:hover {
    background: #12c361;
}

.btn-group-box .btn.cancel:hover {
    background: #616771;
    color: #fff;
}

.table-header .master-select-check {
    padding: 0;
    width: auto;
    position: relative;
    top: 2px;
}

.table-responsive>table>thead>tr>th [type="checkbox"]:not(:checked)+label:before {
    background: none;
    border-color: #fff;
}

.table-responsive>table>thead>tr>th [type="checkbox"]:checked+label:before {
    background: #fff;
    border-color: #fff !important;
}

table .inv-p-p.inv-parent-pro th:before,
table .inv-v-p>th:first-child:before {
    left: 15px;
    background: #1fb6ff;
}

.table-responsive>table>tbody>tr>td a,
.table-responsive table>tbody>tr>td a {
    font-size: 13px;
    /* color: #1fb6ff; */
    color: #000;
    line-height: 15px;
    float: left;
}

.table-responsive>table>tbody>tr>td .pro-img,
.table-responsive table>tbody>tr>td .pro-img {
    width: 60px;
    height: 60px;
    /*float: left;*/
    text-align: center;
    font: 0/0 a;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.table-responsive>table>tbody>tr>td .pro-img:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    /* vertical alignment of the inline element */
    height: 100%;
}

.table-responsive>table>tbody>tr>td .pro-img>img,
.table-responsive table>tbody>tr>td .pro-img>img {
    /*height: 60px;
        max-width: 60px;
        max-height: 60px;
        float: left;*/
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    /* vertical alignment of the inline element */
    font: 16px/1 Arial sans-serif;
}

.sky-box {
    font-weight: bold;
    margin-top: 8px;
    font-size: 12px;
    float: left;
    width: 100%;
}

.delete-icon-group {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.delete-icon-group.center {
    text-align: center;
}

.delete-icon-group>a {
    height: 34px;
    width: 34px;
    /* float: unset !important; */
}

.delete-icon-group span {
    background: url(../images/edit-delete-icon.png) center no-repeat;
    width: 18px;
    height: 18px;
    /*float: left;*/
    margin: 0 5px 0 5px;
    opacity: 0.6;
    display: inline-block;
}

.delete-icon-group span:hover {
    opacity: 1;
}

.delete-icon-group span.edit-icon {
    background-position: 3px 0px;
}

.delete-icon-group span.delete-icon {
    background-position: -16px 0px;
}

.delete-icon-group span.disable-icon {
    background-position: -34px 0px;
}

.delete-icon-group span.draft-icon {
    background-position: -52px 1px;
    cursor: default;
}

.delete-icon-group span.kit-icon {
    background-position: -72px 1px;
}

.delete-icon-group span.quick-launch-icon {
    background-position: -131px 1px;
}

.delete-icon-group span.not-found-icon {
    background-position: -93px 1px;
}

.delete-icon-group span.product-list-icon {
    background-position: -112px 1px;
}

.text-require-star {
    color: #ff0000;
    margin: 0;
}

.table-responsive .master-checkbox {
    background: url(../images/select-arrow-small-white.png) no-repeat right calc(2px) top calc(2px);
}

.product-listing-section .side-action {
    width: 100%;
    border-bottom: 1px solid #e0e6ed;
    padding-bottom: 7px;
}

.product-listing-section .side-action ul {
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
}

.product-listing-section .side-action ul li {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #dcdfe5;
    margin-bottom: 10px;
}

.product-listing-section .side-action ul li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.product-listing-section .side-action ul li a {
    color: #000;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
}

.product-listing-section .side-action ul li a:hover {
    color: #1fb6ff;
}

.product-listing-section .side-action ul li a i,
.product-listing-section .side-action ul li button i {
    width: 20px;
    height: 18px;
    float: left;
    background: url(../images/listing-action-icon.png) top left no-repeat;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.product-listing-section .side-action ul li a:hover i.custm-col-icon {
    background-position: 0 -21px;
}

.product-listing-section .side-action ul li a i.pro-pull-icon {
    background-position: -20px 0;
}

.product-listing-section .side-action ul li a:hover i.pro-pull-icon {
    background-position: -20px -21px;
}

.product-listing-section .side-action ul li a i.quick-lunch-icon {
    background-position: -126px 0;
}

.product-listing-section .side-action ul li a:hover i.quick-lunch-icon {
    background-position: -126px -21px;
}

.product-listing-section .side-action ul li a i.add-pro-icon {
    background-position: -147px 0;
}

.product-listing-section .side-action ul li a:hover i.add-pro-icon {
    background-position: -147px -20px;
}


/*--pagination--*/

.pagination-block {
    float: right;
    display: inline-block;
}

.pagination-block .pagination>li>a {
    color: #666;
}

.pagination-block .pagination>li>a,
.pagination-block .pagination>li>span {
    height: 32px;
}

.pagination-block .pagination>li.active>a {
    background-color: #1fb6ff;
    border-color: #1fb6ff;
    color: #fff;
    cursor: not-allowed;
}

.showing-box {
    float: left;
    display: inline-block;
    margin: 7px 0;
}

.showing-box>span {
    font-size: 13px;
}

.showing-box>span>strong {
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    color: #505050;
    font-weight: normal;
    margin: 0 2px;
    padding: 2px 8px;
}

.form-group .btn.gnrt-sku-btn {
    background: #494e56;
    color: #fff;
    padding: 9px 12px !important;
    font-weight: 100 !important;
    font-size: 15px !important;
}

.form-group .btn.gnrt-sku-btn:focus,
.form-group .btn.gnrt-sku-btn:hover {
    color: #fff !important;
}

.menu-section ul.menu-bar>li>a.active {
    background: #1fb6ff !important;
}

.menu-section ul.menu-bar>li .sub-menu li a.active {
    background: #09090a !important;
    border-left: 1px solid #31a2d8;
    border-right: 1px solid #31a2d8;
}

label.error,
span.error {
    color: rgba(255, 0, 0, 1);
    font-size: 11px !important;
    margin: 0;
    position: absolute;
    left: 0 !important;
    bottom: -18px;
    white-space: nowrap;
}

.card .ui--tab>li>a>i.fa {
    margin-right: 5px;
}

.form-control:focus {
    box-shadow: none;
}

.table-responsive>table>tbody>tr>td[type="checkbox"]:checked+td a {
    background: red !important;
}

.top-setting-option {
    display: none;
}

span.btn.btn-default.btn-file {
    border-radius: 2px;
    background: #fff;
    color: #777;
    font-size: 12px;
}

.col-md-3.product-multiple-images {
    width: 130px;
    float: left;
}

.col-md-3.product-multiple-images.remove-pro-img.remove-product-img {
    border-radius: 50% !important;
    box-shadow: none !important;
}

.product-form-section .vendors-tab-section .form-group>label.label {
    padding: 11px 5px 11px 0;
}

.vender-select-box label.label {
    width: 55px;
}

.vender-select-box .select-set {
    -webkit-width: calc(100% - 58px);
    -moz-width: calc(100% - 58px);
    -o-width: calc(100% - 58px);
    width: calc(100% - 58px);
}

.product-listing-section .side-action ul li button {
    border: none;
    background: none;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.product-listing-section .side-action ul li button:hover {
    color: #1fb6ff;
}

.product-listing-section .side-action ul li a i.add-icon {
    background-position: -145px 0;
}

.product-listing-section .side-action ul li a:hover i.add-icon {
    background-position: -145px -20px;
}

.product-listing-section .side-action ul li a i.delete-icon {
    background-position: -183px 0;
}

.product-listing-section .side-action ul li a:hover i.delete-icon {
    background-position: -183px -20px;
}

.table-responsive>table>tbody>tr>td p.table-error-msg a {
    float: none;
    text-decoration: underline;
}

.tab-product-desc-box .form-group>label.label {
    width: 100%;
    float: left;
    margin-bottom: 10px !important;
    padding: 0 !important;
}

.cke_editor_long_description {
    float: left;
    width: 100% !important;
}

.select-style.vendor-list-select .select-control>a span {
    line-height: 35px;
    color: #666;
}

.select-style.vendor-list-select .select-control>a {
    border: none;
    background: none;
}

.select-style.vendor-list-select .select-control {
    padding: 0;
    height: 35px;
    line-height: 35px;
}

.select2-drop .select2-search input {
    padding: 6px 12px 6px 12px !important;
}

.pro-img .hover-image-display {
    margin: -100px 0 0 0 !important;
}

input.form-control.price-set {
    min-width: 135px;
}

th.inventory-price-box-th {
    width: 150px;
    min-width: 150px;
}

.variation-size-box-init.border-right .form-group label,
.variation-color-box-init .form-group label {
    font-weight: 500;
    font-size: 13px;
}

button.btn.btn-default.btn-add-variation {
    border-radius: 2px;
    padding: 7px 14px 4px 14px;
    : ;
}

button.btn.btn-default.btn-var-offer-condition-note,
button.btn.btn-default.btn-var-offer-sale-price {
    border-radius: 2px !important;
    font-size: 12px;
}

button.btn.btn-default.btn-var-offer-condition-note.active,
button.btn.btn-default.btn-var-offer-sale-price.active {
    background: #494e56;
    color: #ffffff;
    border-color: #494e56;
}

.master-row {
    background: #494e56 !important;
}

button.btn.btn-primary.btn-apply-variation {
    background: #1fb6ff;
    color: #fff;
    font-size: 12px;
    border-radius: 2px !important;
    border: 1px solid #1baff7;
}

button.btn.btn-danger.btn-delete-variation.ml10 {
    background: #d9534f;
    color: #fff;
    font-size: 12px;
    border-radius: 2px !important;
    border: 1px solid #d43f3a;
}


/*--commen css--*/

.form-control {
    border-radius: 2px;
    box-shadow: none !important;
    border: 1px solid #e0e6ed !important;
}

.border-right {
    border-right: #e4e4e4 solid 1px !important;
}

h4.mb30.add-variation-header-title,
h4.mb30.edit-variation-header-title {
    font-size: 15px;
    font-weight: 500;
}

.master-row input#temp_selling_price {
    color: #fff !important;
}

.master-row td .form-group .form-control {
    color: #fff !important;
    background: #494e56;
}

button.btn.btn-default.btn-edit-variation.display-none {
    border-radius: 2px;
    height: 31px;
}

.select-style.vendor-list-select {
    max-width: 250px;
}

label.sel-var-theme-label-set {
    display: inline-block;
    width: initial;
}

.select-style.vendor-list-select select.form-control {
    height: 37px;
}

th.variation-sale-price-header {
    min-width: 120px;
}

th.variation-start-date-header,
th.variation-end-date-header {
    min-width: 115px;
}

th.variation-condition-note-header {
    min-width: 131px;
}

.tab-product-uplaod {
    background: #eee none repeat scroll 0 0;
    margin-top: 15px;
    width: 100%;
    max-width: 150px;
}

.tab-product-uplaod span.btn {
    position: relative;
    width: 100%;
    border-radius: 2px;
}

.tab-product-uplaod .btn input[type="file"] {
    height: 32px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
}

.variation-table-block .table.variation-table tbody tr th {
    font-size: 13px;
}

.variation-table-block .table.variation-table .form-group {
    float: left;
    position: relative;
}

.variation-table-block .table.variation-table .form-group .form-control.numeric {
    padding: 0 4px;
    text-overflow: ellipsis;
}

.variation-table-block .table-responsive>table>tbody>tr>td input.form-control {
    padding: 0 4px;
    font-size: 12px;
}

.variation-table-block .table.variation-table .form-group .form-control {
    font-size: 12px;
    height: 30px;
    text-overflow: ellipsis;
}

.variation-sku-header {
    min-width: 108px;
}

.variation-condition-header {
    min-width: 98px;
}

.variation-size-header {
    min-width: 94px;
}

.variation-table-block .table-responsive>table>tbody>tr>td {
    padding: 5px;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: #1fb6ff !important;
}

.vendor-note textarea {
    border: 1px solid #ccc;
    padding: 4px;
}

.asin-box-header {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.table-responsive>table.quick-launch-table>tbody>tr>td a {
    font-size: 13px;
    /* color: #1fb6ff; */
    color: #000;
    line-height: 15px;
    float: left;
    white-space: initial;
}

table.quick-launch-table thead tr th.title-header {
    min-width: 300px !important;
    max-width: 300px !important;
    width: 300px !important;
}


/* smart menu css - start */

.navbar-grivet {
    background-color: #494e56;
    border-color: #494e56;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 40px;
}

.navbar-grivet .navbar-nav>li>a {
    padding-bottom: 0;
    padding-top: 0;
}

.navbar-grivet .navbar-nav>li>a,
.navbar-grivet .dropdown-menu>li>a {
    color: #ffffff !important;
    font-size: 14px;
    line-height: 40px !important;
    padding: 0 15px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-grivet .dropdown-menu>li>a:focus,
.navbar-grivet .dropdown-menu>li>a:hover {
    background-color: #494e56;
    color: #fff;
}

.navbar-grivet .navbar-nav .open>a,
.navbar-grivet .navbar-nav .open>a:focus,
.navbar-grivet .navbar-nav .open>a:hover {
    background-color: #575a61;
    color: #fff;
}

.navbar-grivet .navbar-nav:not(.sm-collapsible) ul .caret {
    margin-right: 10px;
    margin-top: 15px;
}

.navbar-grivet .navbar-nav>li>a>span,
.navbar-grivet .dropdown-menu>li>a>span {
    display: inline-block;
    line-height: 40px;
}

.navbar-grivet .navbar-nav>li>a .icon,
.navbar-grivet .dropdown-menu>li>a .icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: initial;
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    vertical-align: top;
    width: 20px;
}

.navbar-grivet .dropdown-menu {
    background-color: #494e56;
}

.scroll-up,
.scroll-down {
    background-color: #1fb6ffb6ff !important;
}


/* smart menu css - end */

.label-blank {
    height: 20px;
    width: 20px;
    padding: 0;
}

.margin-auto {
    margin: 0 auto !important;
    display: table;
}

.nicescroll {
    padding: 15px;
}

.quick-post {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.7s;
    /* Safari */
    transition: all 0.7s;
}

.custom-tab.nav-tabs>li.active>a,
.custom-tab.nav-tabs>li.active>a:focus,
.custom-tab.nav-tabs>li.active>a:hover {
    color: #FFF;
    cursor: default;
    background-color: #1FB6FF;
    border: 1px solid #1FB6FF;
    border-bottom-color: transparent;
    border-radius: 4px;
}

.custom-tab.nav-tabs>li>a:hover,
.custom-tab.nav-tabs>li>a:focus {
    text-decoration: none;
    color: #FFF;
    background-color: #1FB6FF;
    border: 1px solid #1FB6FF;
    border-bottom-color: transparent;
    border-radius: 4px;
}

.custom-tab.nav-tabs {
    border-bottom: none;
}

.product-list-table thead tr {
    border: 1px solid #b9bec5;
}

.product-list-table thead tr th:first-child,
.product-list-table thead tr th:last-child {
    border-radius: 0 !important;
}

.radio-group+span.error {
    bottom: -8px;
}

td.vendor-price,
td.vendor-price-case {
    position: relative;
}

td.vendor-price span.error,
td.vendor-price-case span.error {
    word-break: break-word;
    white-space: normal;
    bottom: 0;
    left: 8px !important;
    font-size: 10px !important;
    line-height: 12px;
}

.table-responsive>table>thead>tr>th strong,
.table-responsive>table>tbody>tr>td strong {
    width: 100%;
    float: left;
    text-align: center;
}

.nav.custom-tab>li>a:hover,
.nav.custom-tab>li>a:focus {
    background-color: #1fb6ff !important;
}


/* AR427 04/02/2019 */

.dashboard-card {
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    box-shadow: 0 0 4px rgba(179, 179, 179, 0.5);
    padding: 15px;
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 20px;
}

.dashboard-card .content {
    flex: 1;
}

.dashboard-card .content label {
    font-size: 14px;
    font-weight: 500;
}

.dashboard-card .content .cnt {
    margin: 5px 0 0 0;
    font-size: 28px;
    font-weight: 500;
}

.dashboard-card .icon {
    flex: none;
}

.dashboard-card .icon img {
    max-width: 50px;
}

.company-card {
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 4px rgba(179, 179, 179, 0.5);
    padding: 10px;
    margin: 10px 0;
    text-align: center;
}

.company-card .comp-name {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1;
}

.company-card figure {
    width: 100%;
    height: 55px;
    position: relative;
}

.company-card img {
    max-width: 150px;
    max-height: 50px;
    margin: 0 auto;
    display: table;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.company-card .product-cnt {
    color: #11562D;
    font-size: 20px;
    margin: 10px 0;
}

.total-value .cnt {
    font-size: 22px;
    margin: 0 0 0 10px;
    display: inline-block;
    color: #11562D;
}

.product-listing-section .report-action ul {
    text-align: center;
}

.product-listing-section .report-action .generate_report button {
    background: #ffffff;
    padding: 6px 12px;
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 12px;
}

.input-group.side-action.report-action.no-border {
    border-bottom: none;
}