first commit

This commit is contained in:
2025-01-06 20:47:25 +01:00
commit 3bdbd78c2f
25591 changed files with 3586440 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?php
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
header('Cache-Control: no-store, no-cache, must-revalidate');
header('Cache-Control: post-check=0, pre-check=0', false);
header('Pragma: no-cache');
header('Location: ../');
exit;

1312
modules/xmlfeeds/views/css/jquery-ui.css vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,3 @@
.xml_feed_module .alert img{
display: none;
}

View File

@@ -0,0 +1,53 @@
#content.bootstrap .panel, #content.bootstrap #dash_version, #content.bootstrap .message-item-initial .message-item-initial-body, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel {
position: relative;
padding: 20px;
margin-bottom: 20px;
border: solid 1px #e6e6e6;
background-color: #fff;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: rgba(0,0,0,0.1) 0 2px 0,#fff 0 0 0 3px inset;
box-shadow: rgba(0,0,0,0.1) 0 2px 0,#fff 0 0 0 3px inset;
}
.nobootstrap .panel:not(.bootstrap), .nobootstrap .bootstrap #dash_version:not(.bootstrap), .bootstrap .nobootstrap #dash_version:not(.bootstrap), .nobootstrap .bootstrap .message-item-initial .message-item-initial-body:not(.bootstrap), .bootstrap .message-item-initial .nobootstrap .message-item-initial-body:not(.bootstrap), .nobootstrap .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel:not(.bootstrap), .bootstrap .timeline .timeline-item .timeline-caption .nobootstrap .timeline-panel:not(.bootstrap) {
background-color: #ebedf4;
border: 1px solid #ccced7;
color: #585a69;
margin: 0 0 10px 0;
padding: 1em;
float: left;
width: 100%;
box-sizing: border-box;
}
#content.bootstrap .panel .panel-heading, #content.bootstrap #dash_version .panel-heading, #content.bootstrap .message-item-initial .message-item-initial-body .panel-heading, #content.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel .panel-heading {
font-family: "Ubuntu Condensed",Helvetica,Arial,sans-serif;
font-weight: 400;
font-size: 14px;
text-overflow: ellipsis;
white-space: nowrap;
color: #555;
height: 32px;
}
h3:not(.modal-title), #content.bootstrap .panel-heading {
border: none;
font-size: 1.2em;
line-height: 2.2em;
height: 2.2em;
text-transform: uppercase;
border-bottom: solid 1px #eee;
padding: 0 0 0 5px;
margin: -20px -16px 15px -16px;
}
.bootstrap .panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 2px;
border-top-left-radius: 2px;
}
.bootstrap .row, .bootstrap .multishop-well, .bootstrap #dashboard .data_list_vertical {
margin-left: -5px;
margin-right: -5px;
}
.color_box_core i{
margin-top: 4px;
}

View File

@@ -0,0 +1,736 @@
.blmod_mt10 {
margin-top: 10px;
}
.blmod_mt10i {
margin-top: 10px!important;
}
.blmod_mt15 {
margin-top: 15px;
}
.blmod_mt15i {
margin-top: 15px!important;
}
.blmod_m20 {
margin-top: 20px;
}
.blmod_b10 {
margin-bottom: 10px;
}
.blmod_b15 {
margin-bottom: 15px;
}
.blmod_b20 {
margin-bottom: 20px;
}
.blmod_mr15 {
margin-right: 15px;
}
.blmod_mr20 {
margin-right: 20px;
}
.blmod_ml10 {
margin-left: 10px;
}
.blmod_ml10i {
margin-left: 10px!important;
}
.blmod_ml15 {
margin-left: 15px;
}
.blmod_mb10 {
margin-bottom: 10px;
}
.blmod_mb15 {
margin-bottom: 15px;
}
.blmod_mb20 {
margin-bottom: 20px;
}
.blmod_mb25 {
margin-bottom: 25px;
}
.blmod_mb30 {
margin-bottom: 30px;
}
.mb15 {
margin-bottom: 15px;
}
.mb10 {
margin-bottom: 10px;
}
.cd {
cursor: default!important;
}
.blmod-modal-bg {
display: none;
z-index: 1000;
position: fixed;
width: 100%;
height: 100%;
background: #ffffffd9;
}
.blmod-modal {
display: none;
height: 100%;
z-index: 1000;
position: fixed;
color: #202226;
font-size: 20px;
left: 50%;
text-align: center;
}
.blmod-body {
padding: 15px 30px;
background: #25b9d72b;
border-radius: 5px;
}
.blmod-dual-ring {
display: inline-block;
width: 80px;
height: 80px;
}
.blmod-dual-ring:after {
content: " ";
display: block;
width: 60px;
height: 60px;
margin: 8px;
border-radius: 50%;
border: 7px solid #25b9d7;
border-color: #25b9d7 transparent #25b9d7 transparent;
animation: blmod-dual-ring 1.7s linear infinite;
}
@keyframes blmod-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.blmod_module input[type=radio] {
position: relative;
top: -2px;
margin-right: 1px;
}
.blmod_module input[type=checkbox] {
position: relative;
top: -1px;
}
.blmod_module input[type=text], .blmod_module input[type=password] {
height: 31px;
}
.blmod_module select{
height: 31px;
padding: 6px 8px;
}
.blmod_module .conf {
border: 1px solid #72CB67;
background-color: #DFFAD3;
}
.blmod_module .warn {
border: 1px solid #D3C200;
background-color: #FFFAC6;
}
.blmod_module .warn, .blmod_module .error, .blmod_module .conf {
color: #383838;
font-weight: 700;
margin: 0 0 10px 0;
line-height: 20px;
padding: 10px 15px;
font-family: Arial,Verdana,Helvetica,sans-serif;
}
.blmod_module .warning {
width: 400px;
margin: 0 0 15px 0;
line-height: 20px;
padding: 10px 20px 10px 20px;
border-top: 1px solid #FF9900;
border-bottom: 1px solid #FF9900;
background-color: #FFEBCC;
}
.blmod_module .conf img, .blmod_module .warn img, .blmod_module .error img {
margin: -4px 5px 0 0;
vertical-align: middle;
}
.blmod_module .btn {
padding: 6px 8px;
}
.module_logo{
float: left;
margin-right: 10px;
margin-top: 4px;
}
.module_logo img{
width: 36px;
height: 36px;
}
.module_title{
float: left;
}
.blmod_module h2{
margin-bottom: 0px;
margin-top: 0px;
}
.module_version{
font-size: 11px;
color: #7F7F7F;
margin-bottom: 10px;
font-style: italic;
}
.name_block{
float: left;
width: 155px;
color: #268CCD;
margin-top: 5px;
}
.name_block_main{
margin-top: 7px;
}
.info_block{
float: left;
}
.info_block_last{
margin-bottom: 13px;
}
.clear_block{
clear: both;
font-size: 0px;
height: 0px;
}
.blmod_comment{
font-size: 11px;
color: #7F7F7F;
padding-bottom: 5px;
}
.blmod_comment_warn{
font-size: 11px;
margin-left: 5px;
color: #FF6600;
font-weight: normal;
}
.more_info{
font-size: 11px;
color: #7F7F7F;
}
.list_checkbox{
float: left;
margin-right: 10px;
}
.list_input_text, .list_input_text_big{
margin-top: 7px;
float: left;
text-align: left;
width: 250px;
}
.list_input_text input{
width: 240px;
}
.list_input_text_big{
width: 500px;
}
.list_input_text_big input{
width: 250px!important;
}
.list_checkbox input{
margin-top: 2px;
}
.list_name{
float: left;
text-align: left;
width: 500px;
}
.list_name img{
height: 16px;
}
.list_row{
padding-bottom: 5px;
}
.blmod_module label{
cursor: pointer;
width: auto;
margin-bottom: 0!important;
}
.blmod_module label.with-input {
margin-top: 7px;
}
.order_status_color{
float: left;
width: 17px;
height: 16px;
margin-right: 5px;
margin-top: 1px;
}
.order_status_color_box{
margin-top: 3px;
}
.blmod_module_menu{
margin-bottom: 15px;
}
.menu_box{
}
.menu_box div{
float: left;
border-right: 1px solid #83796f;
margin-right: 10px;
padding-right: 10px;
}
.menu_box div.menu_title:last-child{
border: 0px;
}
.order_table{
margin-top: 20px;
}
.empty_message{
margin-top: 20px!important;
width: auto!important;
}
.pagination{
text-align: center;
margin-top: 15px;
color: silver;
font-size: 15px;
}
.pagination a{
padding: 5px;
color: #336699;
text-decoration: none;
}
.pagination a:hover{
color: #000;
}
.log_send_manual{
color: #005500;
}
.log_send_auto{
color: #000099;
}
.log_send_with_error{
color: #FF0000;
}
.log_send_with_error img{
margin-left: 5px;
}
.send_refund_send_status{
font-size: 10px;
}
.showMoreInfo{
display: none;
position: absolute;
border: 1px solid #333;
background-color: #414141;
border-radius: 3px;
padding: 7px;
color: #FFF;
font-size: 12px;
font-family: Verdana;
max-width: 230px;
text-align: left;
word-wrap: break-word;
}
.order_error_message{
color: #FF0000;
font-style: italic;
}
.checkbox_inline input{
width: auto!important;
}
.checkbox_inline label{
float: none;
margin-left: 7px;
}
.input_empty{
border-color: red!important;
}
.blmod_module #content{
padding: 0px!important;
margin: 0px!important;
}
.color_box_core{
float: left;
width: 50px;
height: 50px;
line-height: 45px;
font-size: 42px;
text-align: center;
color: #fff;
webkit-border-radius: 3px;
border-radius: 3px;
margin-right: 8px;
}
.color_box_core i{
font-size: 42px;
}
.icon_menu_box{
float: left;
margin-right: 35px;
padding: 5px;
}
.icon_menu_box .title_menu{
font-size: 16px;
}
.menu_active{
background-color: #d9edf7;
color: #117fe3;
webkit-border-radius: 3px;
border-radius: 3px;
padding: 4px;
border: 1px solid #badde3;
}
.icon_menu_box .title_info{
font-size: 11px;
color: #7F7F7F;
}
.icon_menu_box .title_text{
float: left;
}
.color_box_blue {
background-color: #2ba8e3;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
box-shadow: rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
}
.color_box_red{
background-color: #ff5450;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
box-shadow: rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
}
.color_box_green{
background-color: #95cc6b;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
box-shadow: rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
}
.color_box_purple{
background-color: #9e5ba1;
-webkit-box-shadow: rgba(0,0,0,0.2) 0 -3px 0 inset;
box-shadow: rgba(0,0,0,0.2) 0 -3px 0 inset;
}
.color_box_grey{
background-color: #919191;
-webkit-box-shadow: rgba(0,0,0,0.2) 0 -3px 0 inset;
box-shadow: rgba(0,0,0,0.2) 0 -3px 0 inset;
}
.content_blmod{
font-size: 14px;
font-weight: normal;
}
.blmod_module .bootstrap label{
font-weight: normal!important;
}
.search_order_id{
width: 150px!important;
margin-top: 4px;
margin-right: 5px;
}
.blmod_module .bootstrap input[type="text"]{
display: inline!important;
}
.nobootstrap{
min-width: 600px;
}
.order_table_logs{
width: 850px!important;
}
.order_table_order{
width: 950px!important;
}
.table{
margin-top: 20px;
}
.icon-cog:before{
content: "\f013";
}
.user_anonymous{
font-style: italic;
}
#callback_url{
cursor: default;
}
.payment_status_box, .payment_status_box_demo{
display: inline;
padding: .2em .6em .3em;
font-size: 83%;
line-height: 1;
color: #fff;
text-align: center;
vertical-align: baseline;
border-radius: .25em;
background-color: #4169E1;
}
.payment_status_box_demo{
padding: 0px 4px 1px 4px;
background-color: DarkOrange;
}
.error-incompatible{
color: #B61212;
font-weight: bold;
padding-left: 5px;
padding-right: 5px;
}
.menu-top {
font-weight: bold;
font: 14px "Open Sans",Helvetica,Arial,sans-serif;
color: #000;
margin-left: 8px;
text-transform: uppercase;
}
.menu-top-item {
display: block;
padding-bottom: 7px;
}
.menu-top-item i {
margin-right: 7px;
width: 15px;
}
.menu-top-item .icon-copy{
position: relative;
top: -1px;
}
.menu-top-item .icon-plus-circle {
font-size: 16px;
}
.menu-top-item-title{
font-size: 13px;
word-wrap: break-word;
max-width: 227px;
display: inline-block;
}
.menu-top-feeds {
margin-top: 7px;
border-left: 1px solid #eee;
padding-left: 10px;
margin-bottom: 7px;
}
.menu-top-feeds .menu-top-item:last-child {
padding-bottom: 3px;
}
.menu-top-icon-block {
display: inline-block;
}
.icon-cart-arrow-down {
font-size: 16px;
}
.menu-top-item .icon-folder-open {
font-size: 15px;
}
.menu-top-item .icon-info-circle {
font-size: 16px;
}
.menu-top-item .icon-bar-chart {
font-size: 16px;
}
.menu-top-item .icon-trash {
font-size: 16px;
}
.menu-top-item .icon-user{
font-size: 15px;
}
.menu-top-statistics:hover i{
color: #6c5ce7;
}
.menu-top-duplicate:hover i{
color: #00b894;
}
.menu-top-delete:hover i{
color: #e77366;
}
.menu-top-item-icon{
color: #226290;
}
.menu-a, a.menu-a {
color: #2EACCE;
}
.affiliate-price-cron-button, .blmod_button_small {
cursor: pointer;
display: inline-block;
margin-right: 9px;
margin-bottom: 7px;
border: 1px solid #DEDEDE;
padding: 1px 6px 3px 6px;
border-radius: 3px;
color: #363A41;
background-color: #FFF;
}
.blmod_button_small {
font-size: 12px;
margin: 0;
background-color: #f3f3f3;
}
.affiliate-price-cron-button-active, .affiliate-price-cron-button:hover, .blmod_button_small:hover {
color: #fff;
background-color: #00aff0;
border-color: #008abd;
}
.blmod_tooltip{
position: relative;
cursor: help;
}
.blmod_tooltip span {
width: 450px;
margin-left: -999em;
position: absolute;
padding: 5px;
font-weight: normal;
word-wrap: break-word;
color: #000;
background: #FFF;
-webkit-filter: drop-shadow(1px 2px 1px #bcbcbc);
filter: drop-shadow(1px 2px 1px #bcbcbc);
border: 1px solid #cecece;
border-radius: 2px;
}
.blmod_tooltip span em {
font-style: normal;
font-weight: bold;
}
.blmod_tooltip:hover span {
left: 1em;
top: 2em;
z-index: 99;
margin-left: -60px;
}
.blmod_tooltip code{
word-wrap: break-word;
}
.blmod_about a{
color: #268CCD;
}
.blmod_about{
line-height: 25px;
}
.feed_url_copy_action:hover {
color: #0077a4;
}
.bootstrap .alert.alert-success:before, .bootstrap .alert.alert-warning:before{
font-size: 37px;
}
ul.blmod-instruction {
margin-top: 10px;
font-size: 12px;
margin-left: 0;
padding-left: 13px;
}
ul.blmod-instruction li {
padding-bottom: 5px;
}
.feed-type-not-found {
background: #fafbfc;
border: 2px solid #25b9d7;
border-radius: 3px;
padding: 10px;
font-size: 13px;
margin-top: 15px;
}
.feed-type-not-found a{
color: #25b9d7;
}
#search-feed-box .feed-search-icon {
color: #25b9d7;
top: 10px;
position: relative;
}
#search-feed-box .feed-search-input {
width: 377px;
border: 0;
border-bottom: 1px solid #CCC;
border-radius: 0;
background-color: #FFF;
box-shadow: none;
padding-top: 10px;
}
.product-property-row {
border-bottom: 1px solid #eaedef;
padding-bottom: 3px;
padding-top: 10px;
}
.product-property-row:hover {
background-color: #f4f8fb;
}
.product-property-row-name {
margin-left: 5px;
margin-bottom: 2px;
}
#title-replace-box .cn_line{
margin-bottom: 10px;
}
.title-editor-type {
margin-bottom: 15px;
}
.title-editor-type-name {
margin-bottom: 10px;
font-weight: bold;
font-size: 14px;
}
.nobootstrap .table-clean {
margin-top: 0;
border: 0;
border-radius: 0;
}
.nobootstrap .table-clean tr th {
background-color: #FFF;
font-weight: bold!important;
}
.bootstrap .table-clean tbody>tr>td {
padding: 8px 7px;
}
.alert-small-blmod, .info-small-blmod {
border-left: 3px solid #fcc94f;
background-color: #fff3d7;
color: #d2a63c;
border-radius: 3px;
padding: 5px 10px;
font-size: 13px;
}
.info-small-blmod {
border-color: #25b9d7;
background-color: #d5eef33b;
color: #0e3c61;
}
.info-small-blmod a, a.link-highlighted {
text-decoration: underline;
color: #0077a4;
}
.line-with-button {
cursor: pointer;
float: right;
color: #3586AE;
font-size: 13px;
margin-top: 5px;
}
.delete-link-alert {
color: #7F7F7F!important;
}
.delete-link-alert:hover {
color: #B61212!important;
}
.edit-price-value, .info-bubble {
display: inline-block;
background: #ff9800;
color: #FFF;
font-size: 11px;
padding: 1px 3px;
border-radius: 2px;
margin-left: 3px;
}
.info-bubble {
background: rgb(37, 185, 215);
color: #FFF;
padding: 0 7px;
border-radius: 8px;
font-weight: bold;
line-height: 16px;
}
.blmod-table-light {
border: 0!important;
}
.blmod-table-light th {
border-top: 0!important;
border-bottom: solid 1px #a0d0eb;
font-weight: normal;
background-color: #fafbfc!important;
font-size: 12px!important;
}
table.table-no-space tbody>tr>td {
padding-top: 0!important;
padding-bottom: 0!important;
}

View File

@@ -0,0 +1,667 @@
.cb, .blmod_cb{
clear: both;
font-size: 0;
height: 0;
}
.xml_feed_module table{
font-size: 14px;
}
.xml_feed_module table td{
padding-bottom: 5px;
}
.settings-column-name {
text-align: right;
padding-right: 20px;
width: 205px;
}
.xml_feed_module label {
float: left;
width: auto;
padding: 0;
text-align: left;
font-weight: normal;
cursor: pointer;
}
.table_name{
float: left;
font-size: 16px;
color: #268CCD;
font-weight: bold;
margin: 10px 0 3px 10px;
cursor: pointer;
}
.table_drop{
float: left;
font-size: 12px;
color: #a4a4a5;
font-weight: bold;
margin: 7px 0 0 3px;
}
.cn_table{
margin: 0 0 5px 0;
}
.cn_top{
font-weight: bold;
}
.cn_top div{
margin-bottom: 5px;
}
.cn_line{
clear: both;
}
.cn_line:hover{
background-color: #FFF;
}
.cn_name{
float: left;
width: 200px;
line-height: 21px;
}
.cn_status{
float: left;
max-width: 140px;
overflow: hidden;
max-height: 28px;
}
.cn_status label{
margin-top: 4px;
}
.cn_name_xml{
float: left;
width: 235px;
margin-right: 20px;
}
.cn_name-block-name {
float: left;
width: 300px;
line-height: 32px;
}
.block-name-box .cn_name_xml {
margin-right: 0;
}
.blmod_clicks_list{
margin-top: 20px;
}
.blmod_clicks_title{
border-bottom: 1px solid #EDE4D1;
color: #000!important;
background-color: #fafbfc!important;
}
.blmod_clicks_title a:hover {
text-decoration: none;
}
.blmod_clicks_row{
clear: both;
border-bottom: 1px solid #EAEDEF;
font-size: 12px;
color: #666;
background-color: #fff;
vertical-align: middle;
line-height: 33px;
}
.blmod_clicks_row:hover{
background-color: #F4F8FB;
}
.blmod_clicks_ip{
float: left;
width: 130px;
}
.blmod_clicks_user_id{
float: left;
width: 350px;
}
.blmod_clicks_date{
float: left;
width: 158px;
}
.blmod_clicks_url{
float: left;
}
.blmod_click_bg_dark{
background-color: #FFF;
}
.blmod_graphdiv{
font-size: 11px!important;
}
.blmod_unique_c{
color: #f5a834;
}
.blmod_total_c{
color: #427fc3;
}
.blmod_displays_c{
color: #008040;
}
.banner_line_text_small{
font-size: 12px;
}
.blmod_pagination{
font-size: 19px;
}
.blmod_pagination a{
text-decoration: underline;
}
.show_underline a:hover{
text-decoration: underline!important;
}
.bl_comments, .bl_comments_warn, .bl_comments_small{
color: #7F7F7F;
font-size: 11px;
margin-top: 1px;
}
.bl_comments_warn{
color: #B61212;
font-size: 15px;
}
.bl_comments_small {
font-size: 10px;
line-height: 10px;
}
ul.bl_affiliate_prices_list{
list-style-type: none;
margin-left: 0;
padding-left: 0;
}
ul.bl_affiliate_prices_list li{
margin-top: 4px;
padding-bottom: 3px;
border-bottom: 1px solid #CCCED7;
}
.xml_feed_module hr{
border: none;
height: 1px;
color: #CCCED7;
background-color: #CCCED7;
padding: 0;
margin-top: 10px;
margin-bottom: 10px;
}
.xml_feed_module .conf {
border: 1px solid #72CB67;
background-color: #DFFAD3;
}
.xml_feed_module .warn {
border: 1px solid #D3C200;
background-color: #FFFAC6;
}
.xml_feed_module .warn, .xml_feed_module .error, .xml_feed_module .conf {
color: #383838;
font-weight: 700;
margin: 0 0 10px 0;
line-height: 20px;
padding: 10px 15px;
font-family: Arial,Verdana,Helvetica,sans-serif;
}
.xml_feed_module .warning {
width: 400px;
margin: 0 0 15px 0;
line-height: 20px;
padding: 10px 20px 10px 20px;
border-top: 1px solid #FF9900;
border-bottom: 1px solid #FF9900;
background-color: #FFEBCC;
}
.xml_feed_module .conf img, .xml_feed_module .warn img, .xml_feed_module .error img {
margin: -4px 5px 0 0;
vertical-align: middle;
}
.xml_feed_module fieldset a{
text-decoration: none;
}
.read_more{
color: #336699!important;
font-size: 12px;
font-family: "Arial Black";
}
.xml_feed_kbd, kbd{
cursor: pointer;
padding: .1em .6em;
border: 1px solid #ccc;
font-size: 11px;
font-family: Arial,Helvetica,sans-serif;
background-color: #f7f7f7;
color: #333;
-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
box-shadow: 0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
border-radius: 3px;
display: inline-block;
margin: 0 .1em;
text-shadow: 0 1px 0 #fff;
line-height: 1.4;
white-space: nowrap;
}
.xml_feed_kbd{
padding: 2px 10px;
font-size: 15px;
text-decoration: none!important;
font-weight: bold;
}
#cron_file_box{
font-size: 12px;
}
#cron_file_box p{
margin: 0 0 3px 0;
padding: 0;
}
#cron_install_instruction{
margin-top: 5px;
border-top: 1px solid #ccced7;
padding-top: 5px;
}
label.feed_type_icon{
width: 107px!important;
text-align: center;
border-bottom: 2px solid #FFF;
}
.feed_type_icon{
float: left;
margin-left: 2px;
margin-top: 15px;
}
.feed_type_icon_f{
margin-left: 0;
}
.feed_type_icon img{
display: block;
text-align: center;
margin: 0 auto;
}
label.feed_type_icon:hover{
background: #f6f6f6;
border-radius: 4px;
border-bottom: 2px solid #d9d9d9;
}
.feed_type_id{
width: 45px;
margin-left: 5px;
}
img.feed_type_id {
vertical-align: middle!important;
}
.feed_settings_box{
float: left;
width: 615px;
}
input[type="text"].price_range_field{
width: 120px;
}
@media screen and (max-width: 1190px) {
.feed_settings_box{
width: 550px;
}
.cn_name_xml{
width: 150px;
}
input[type="text"].price_range_field{
width: 60px;
}
}
@media screen and (max-width: 1100px) {
.feed_settings_box{
width: 454px;
}
.cn_name{
width: 180px;
}
.cn_status{
width: 110px;
}
.cn_name_xml{
width: 130px;
}
}
#multistore_url_list label{
float: none;
}
.google_cat_map_blmod{
height: 22px;
border-radius: 1px;
box-shadow: none;
}
#search_result, .show_with_products, .show_with_products_edit{
margin-top: -18px;
background-color: #FFF;
color: #585A69;
font-size: 11px;
}
#search_result{
display: none;
position: absolute;
width: 450px;
border: 1px solid #d7d7d7;
z-index: 100;
margin-top: 0;
margin-left: 15px;
}
.show_with_products_edit img{
margin-top: 0;
}
#search_result ul, .show_with_products, .show_with_products_edit{
margin: 0;
padding: 0;
list-style: none;
}
#search_result ul li, .show_with_products li, .show_with_products_edit li{
min-height: 30px;
padding: 3px 5px 0px 7px;
border-bottom: 1px solid #eaedef;
text-decoration: none;
color: #666;
cursor: pointer;
}
.show_with_products li, .show_with_products_edit li{
cursor: default;
}
.show_with_products{
margin-bottom: 10px;
}
#search_result ul li:hover, .show_with_products li:hover, .show_with_products_edit li:hover{
background-color: #f4f8fb;
}
.productListDeleted {
background-color: #e77366;
color: #FFF!important;
}
.productListDeleted .search_drop_product img, .productListDeleted .search_drop_product i{
display: none;
}
.show_with_products li.productListDeleted:hover {
background-color: #f1ac9b;
color: #FFF;
}
.search_small_text{
font-size: 10px;
}
.find_word{
color: #1575bb;
font-weight: bold;
}
.autocomplite_clear{
float: left;
cursor: pointer;
display: none;
color: #D54E21;
font-size: 13px;
font-weight: bold;
margin-top: 5px;
margin-left: 5px;
}
.search_drop_product{
float: right;
font-weight: bold;
color: #d54e21;
font-size: 12px;
font-family: Verdana, serif;
text-align: center;
margin-top: 2px;
}
.search_drop_product i {
font-size: 17px;
color: #a06d6d;
}
.search_drop_product i:hover {
color: #d54e21;
}
.search_drop_product img {
padding-top: 2px!important;
}
.search_p_list .search_drop_product{
display: none;
}
.show_with_products,.show_with_products_edit{
margin-top: 10px;
line-height: 13px;
font-weight: normal;
color: #585A69;
}
.show_with_products .search_drop_product{
display: block;
cursor: pointer;
}
.show_with_products .search_p_name{
width: 315px;
}
.show_with_products_edit{
cursor: default;
}
.search_types{
color: #7F7F7F;
font-size: 11px;
margin-top: 5px;
}
.search_types label {
float: none;
}
#search_mask{
display: none;
position: fixed;
left: 0;
top: 0;
background-color: #336699;
z-index: 99;
opacity: 0.1;
}
.delete-button-link {
display: inline-block;
background: #ead4d1;
padding: 4px 10px;
font-weight: bold;
color: #a06d6d;
margin-left: 4px;
margin-top: 2px;
border-radius: 3px;
}
.delete-button-link:hover {
background: #d36a63;
color: #FFF;
}
.price-formula-text span {
color: #1472af;
}
.product-img {
float: left;
margin-right: 10px;
}
.product-settings {
float: left;
}
.product-settings-input {
}
.product-settings-input span {
display: inline-block;
width: 100px;
}
.product-settings-input input{
width: 80px!important;
}
.product-settings-input textarea{
width: 343px;
height: 43px;
display: inline-block;
}
.product-settings-input select{
width: 343px;
display: inline-block;
}
.block-info {
color: #6c868e;
font-size: 13px;
margin-bottom: 4px;
font-style: italic;
}
.category-level {
display: inline-block;
margin-left: 12px;
height: 26px;
background: url('../img/lv_bg.png') repeat-x;
}
.category-level-b, .category-level-f {
display: inline-block;
width: 25px;
height: 26px;
background: url('../img/lv2_b.png') no-repeat;
}
.category-level-f {
background: url('../img/lv2_f.png') no-repeat;
}
.filter-by-quantity img {
vertical-align: middle!important;
}
.filter-by-quantity select {
display: inline-block;
width: 55px;
margin-right: 7px;
vertical-align: bottom!important;
}
.filter-by-quantity label {
vertical-align: bottom!important;
float: none;
margin-right: 7px;
}
.button-title {
background: #2fabce;
color: #FFF;
font-weight: bold;
padding: 0 5px;
border-radius: 2px;
}
.option-box {
clear: both;
width: 100%;
border-bottom: 1px solid #EAEDEF;
padding: 10px 5px;
}
.option-box-title {
cursor: pointer;
color: #3586AE;
font-size: 15px;
}
.option-box-title i {
font-size: 16px;
font-weight: bold;
margin-left: 4px;
}
.option-box-content {
margin-top: 15px;
}
.option-box-content table {
border-spacing: 0 10px;
border-collapse: separate;
}
table.table {
border-spacing: 0;
}
#category-feed-settings .only-product {
display: none;
}
.box-toggle-active {
background-color: #f6f6f6;
}
.order-feed-settings .order-settings{
display: table-row!important;
}
.attribute-group-title {
font-weight: bold;
margin-bottom: 2px;
}
.attribute-list {
display: inline-block;
margin-right: 15px;
margin-bottom: 6px;
}
label.attribute-list {
float: none;
}
.blmod_module .bootstrap .attribute-list input[type="checkbox"] {
margin-top: 1px!important;
}
#affiliate_price_url_list a {
text-decoration: underline;
font-size: 13px;
}
#affiliate_price_url_list span {
color: #268CCD;
font-size: 13px;
}
.al-t {
vertical-align: top;
padding-top: 20px;
}
.attribute-box-scroll {
height: 700px;
overflow-y: scroll;
}
.attribute-box-scroll .cn_name_xml{
width: 195px;
}
.attribute-box-scroll ::-webkit-scrollbar {
display: block;
width: 11px;
}
.attribute-box-scroll ::-webkit-scrollbar-track {
background: #fcf8f8;
}
.attribute-box-scroll ::-webkit-scrollbar-thumb {
background: #bdbdbd;
}
.attribute-box-scroll ::-webkit-scrollbar-thumb:hover {
background: #626262;
}
.product-list-row {
padding-top: 4px;
padding-bottom: 4px;
}
.blmod-switch {
position: relative;
display: inline-block;
width: 30px!important;
height: 17px;
}
.blmod-switch input {
opacity: 0;
width: 0;
height: 0;
}
.blmod-slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #b3c6cd;
-webkit-transition: .2s;
transition: .2s;
border-radius: 17px;
}
.blmod-slider:before {
position: absolute;
content: "";
height: 13px;
width: 13px;
left: 2px;
bottom: 2px;
background-color: #FFF;
-webkit-transition: .2s;
transition: .2s;
border-radius: 50%;
}
input:checked + .blmod-slider {
background-color: #50AD53FF;
}
input:focus + .blmod-slider {
box-shadow: 0 0 1px #50AD53FF;
}
input:checked + .blmod-slider:before {
-webkit-transform: translateX(13px);
-ms-transform: translateX(13px);
transform: translateX(13px);
}
.field-settings-languages label {
margin-top: 1px;
}
.field-settings-languages .cn_line {
margin-bottom: 7px;
}