Subversion Repositories wpShopGermany4

Rev

Rev 7824 | Rev 7932 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5753 daniel 1
/* Datepicker */
2
.ui-datepicker .ui-datepicker-calendar td a,.ui-datepicker a,.ui-datepicker a:hover{text-decoration:none}.ui-datepicker{background-color:#fff;border:1px solid #66AFE9;border-radius:4px;box-shadow:0 0 8px rgba(102,175,233,.6);display:none;margin-top:4px;padding:10px;width:240px}.ui-datepicker a:hover,.ui-datepicker td:hover a{color:#2A6496;-webkit-transition:color .1s ease-in-out;-moz-transition:color .1s ease-in-out;-o-transition:color .1s ease-in-out;transition:color .1s ease-in-out}.ui-datepicker .ui-datepicker-header{margin-bottom:4px;text-align:center}.ui-datepicker .ui-datepicker-title{font-weight:700}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{cursor:default;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:400;height:20px;line-height:1;margin-top:2px;width:30px}.ui-datepicker .ui-datepicker-prev{float:left;text-align:left}.ui-datepicker .ui-datepicker-next{float:right;text-align:right}.ui-datepicker .ui-datepicker-prev:before{content:"\e079"}.ui-datepicker .ui-datepicker-next:before{content:"\e080"}.ui-datepicker .ui-icon{display:none}.ui-datepicker .ui-datepicker-calendar{table-layout:fixed;width:100%}.ui-datepicker .ui-datepicker-calendar td,.ui-datepicker .ui-datepicker-calendar th{text-align:center;padding:4px 0}.ui-datepicker .ui-datepicker-calendar td{border-radius:4px;-webkit-transition:background-color .1s ease-in-out,color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out,color .1s ease-in-out;-o-transition:background-color .1s ease-in-out,color .1s ease-in-out;transition:background-color .1s ease-in-out,color .1s ease-in-out}.ui-datepicker .ui-datepicker-calendar td:hover{background-color:#eee;cursor:pointer}.ui-datepicker .ui-datepicker-current-day{background-color:#4289cc}.ui-datepicker .ui-datepicker-current-day a{color:#fff}.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover{background-color:#fff;cursor:default}
3
 
5382 daniel 4
/* Allgemein */
5391 daniel 5
.wpsg_clear { clear:both; }
7156 daniel 6
.wpsg_flex { display:flex; width:100%; }
7
.wpsg_flex_justify_content_space_between { justify-content:space-between; }
8
.wpsg_flex_align_items_center { align-items:center; }
5391 daniel 9
 
7486 daniel 10
.ajax_loading { position:absolute; display:flex; align-items:center; justify-content:center; left:0px; top:0px; width:100%; height:100%; background-color:rgba(255, 255, 255, 0.5); z-index:1000000; }
11
 
5391 daniel 12
/* Bootstrap Teil */
5439 daniel 13
#wpsg-bs { margin-top:20px; min-width:1000px; }
6428 daniel 14
#wpsg-bs .updated,
15
#wpsg-bs .error,
6444 daniel 16
#wpsg-bs .notice { margin-left:0px; margin-right:0px; width:auto; margin-bottom:1.5rem; }
17
#wpsg-bs .flex { display:flex; }
18
#wpsg-bs .flex-100 { width:100%; justify-content:space-between; }
7094 florian 19
#wpsg-bs nav.navbar { margin-right:20px; }
5385 daniel 20
#wpsg-bs nav.navbar li { margin-bottom:0px; }
21
#wpsg-bs nav.navbar .glyphicon { margin-right:10px; }
6425 daniel 22
#wpsg-bs .wpsg-export,
5751 daniel 23
#wpsg-bs .wpsg-filter-tab,
24
#wpsg-bs .wpsg-filter { border-top:1px solid #E0E0E0; padding:15px; }
5385 daniel 25
#wpsg-bs .pagination_wrap { text-align:right; padding-right:20px; }
5683 daniel 26
#wpsg-bs .pagination_wrap_bottom { padding-right:0px; }
5385 daniel 27
#wpsg-bs .pagination { margin-top:0px; margin-bottom:10px; }
28
#wpsg-bs .content { width:100%; box-sizing:border-box; padding-right:20px; }
5391 daniel 29
#wpsg-bs .form-group { margin-bottom:5px; margin-top:5px; }
7094 florian 30
#wpsg-bs .form-checkbox { margin-top:-5px; margin-bottom:0px; }
5439 daniel 31
#wpsg-bs .popover { max-width:400px; margin-right:20px; }
5436 daniel 32
#wpsg-bs .arrow { margin-left:0px !important; }
5439 daniel 33
#wpsg-bs .popover.left > .arrow { left:auto; }
5752 daniel 34
#wpsg-bs .content .panel-title { font-size:14px; }
5439 daniel 35
#wpsg-bs .wpsg_admin_content .panel-title { line-height:10px; font-size:14px; }
6807 thomas 36
#wpsg-bs .wpsg_admin_content .panel-title h4 { line-height:20px; font-size:14px; }
5439 daniel 37
#wpsg-bs .table .wpsg-sm { height:20px; line-height:20px; font-size:12px; }
38
#wpsg-bs .wpsg_code { background-color:#EFEFEF; border:1px solid #000000; padding:3px; margin-top:5px; margin-bottom:5px; font-family:monospace; font-size:12px; }
5690 daniel 39
#wpsg-bs .form-horizontal .editable { padding-top:0px; display:inline; }
40
#wpsg-bs .editableform textarea { width:500px; height:250px; }
5447 daniel 41
#wpsg-bs .wpsg-glyphicon { margin-right:10px; }
5934 hartmut 42
#wpsg-bs .wpsg_glyphicon_right { float:right; }
5454 daniel 43
#wpsg-bs .wpsg-glyphlink-td > span { margin-left:5px; margin-top:5px; }
44
#wpsg-bs .wpsg-glyphlink-td:hover { text-decoration:none; }
6476 daniel 45
#wpsg-bs .wpsg_message_ok { color:green; }
6503 daniel 46
#wpsg-bs .wpsg_message_demo { color:blue; }
5450 daniel 47
#wpsg-bs .wpsg_error { color:red; }
48
#wpsg-bs .form-group-sm .form-control { padding-left:8px; }
5690 daniel 49
#wpsg-bs .form-group-text { position:relative; }
6484 daniel 50
#wpsg-bs .form-group-text p { padding-top:5px;  line-height:150%; min-height:18px; }
5690 daniel 51
#wpsg-bs .form-select .form-control { padding-left:5px; }
5450 daniel 52
#wpsg-bs .form-group-sm .form-control-static { padding-left:10px; height:auto; }
5451 daniel 53
#wpsg-bs .list-group-head { background-color:#666666; color:#FFFFFF; border:1px solid #666666; }
54
#wpsg-bs .wpsg_admin_submenu .list-group-item.active { color:#FFFFFF; }
55
#wpsg-bs .list-group-head a { color:#FFFFFF; }
5488 daniel 56
#wpsg-bs .modal-dialog { width:70%; }
5674 daniel 57
#wpsg-bs .table-bordered thead { background-color:#FFFFFF; }
5683 daniel 58
#wpsg-bs .table-body-striped > tbody:nth-of-type(odd) { background-color:#f9f9f9; }
59
#wpsg-bs .checkbox input { margin-top:1px; }
7811 daniel 60
#wpsg-bs .info { font-style:italic; font-size:12px; line-height:16px; margin-top:5px; margin-bottom:5px;  }
5749 daniel 61
#wpsg-bs .tab-pane { padding-top:15px; }
5912 daniel 62
#wpsg-bs fieldset > legend { padding-top:2rem; text-align:left; }
63
#wpsg-bs fieldset > legend > div { padding-left:25px; }
6414 daniel 64
#wpsg-bs .wpsg_table_wrap { max-width:100%; overflow-x:auto; margin-bottom:1rem; }
65
#wpsg-bs .wpsg-bs-toggle-nav { float:right; line-height:50px; font-size:25px; text-decoration:none; }
6503 daniel 66
#wpsg-bs .wpsg-wp-header-end { margin-top:-10px !important; }
67
#wpsg-bs .wpsg_msg_wrap { margin-right:20px; }
7649 daniel 68
#wpsg-bs .d-flex { display:flex; }
7841 daniel 69
#wpsg-bs .justify-content-between { justify-content:space-between; }
7649 daniel 70
#wpsg-bs .w-100 { width:100%; }
71
#wpsg-bs .justify-content_center { justify-content:center; }
72
#wpsg-bs .align-items_center { align-items:center; }
73
#wpsg-bs .justify-content_space-between {justify-content:space-between; }
74
#wpsg-bs .grow-1 { flex-grow:1; }
7804 daniel 75
#wpsg-bs .combodate select.day { width:50px !important; }
76
#wpsg-bs .combodate select.month { width:50px !important; }
77
#wpsg-bs .combodate select.year { width:60px !important; }
78
#wpsg-bs .combodate select.hour { width:50px !important; }
79
#wpsg-bs .combodate select.minute { width:50px !important; }
80
#wpsg-bs .combodate select.second { width:50px !important; }
81
#wpsg-bs .editable-popup .control-group { width:500px !important; }
1067 daniel 82
 
7616 daniel 83
.wp-admin #wpsg-bs select { max-width:100%; padding-right:0; line-height:initial; }
7608 daniel 84
.wp-admin #wpsg-bs .checkbox input { margin-top:3px; width:15px; height:15px; }
7712 daniel 85
 
7717 daniel 86
.wp-admin #wpsg-bs .checkbox input:before { margin:1px 0 0 1px; width:10px; height:10px; }
87
#wpsg-bs input[type=checkbox], input[type=radio] { width:16px; height:16px; }
88
#wpsg-bs input[type=checkbox]:checked::before { width:14px; height:14px; margin:0; }
89
#wpsg-bs input[type=radio]:checked::before { width:6px; height:6px; margin:4px; }
7608 daniel 90
 
5674 daniel 91
/* Allgemeine Klassen */
92
.wpsg_grey { color:#999999; }
5997 hartmut 93
.wpsg_editable { line-height:125%; }
5674 daniel 94
 
95
/* Tabellensortierung */
96
.wpsg-table-order .wpsg_order { position:relative; }
97
.wpsg-table-order .wpsg_order:after { content:"\e150"; position:absolute; font-size:1em; font-weight:normal; bottom:8px; right:8px; display:block; font-family:'Glyphicons Halflings'; opacity:0.2; color:#337AB7; }
98
.wpsg-table-order .wpsg_order:hover { cursor:pointer; }
99
.wpsg-table-order .wpsg_order:hover:after { content:"\e155"; opacity:0.8; }
100
.wpsg-table-order .wpsg_order.wpsg_order_asc:after { content:"\e155"; opacity:1; }
101
.wpsg-table-order .wpsg_order.wpsg_order_desc:after { content:"\e156"; opacity:1; }
102
.wpsg-table-order .wpsg_order.wpsg_order_asc:hover:after { content:"\e156"; }
103
.wpsg-table-order .wpsg_order.wpsg_order_desc:hover:after { content:"\e155"; }
104
 
5439 daniel 105
/* Inline Edit */
7824 daniel 106
#wpsg-bs .editableform > .control-group > div { padding-left:15px; padding-right:15px; display:flex; }
107
#wpsg-bs .editableform > .control-group > div .editable-input { flex-grow:1; }
108
#wpsg-bs .editableform > .control-group > div .editable-input textarea,
109
#wpsg-bs .editableform > .control-group > div .editable-input select { width:100%; }
5439 daniel 110
#wpsg-bs .editableform > .control-group > div input[type="text"] { min-width:300px; }
111
 
112
/* Kundenverwaltung -> Kundendaten */
5447 daniel 113
#wpsg-bs .wpsg_customerfield .tab-content { position:relative; padding-top:1.5rem; }
5752 daniel 114
#wpsg-bs .wpsg_customervar_row2 td { border-top:0px; }
6723 daniel 115
.wpsg-table-customer .wpsg_pic_col { text-align:center; }
116
.wpsg-table-customer .wpsg_pic_col img { margin-bottom:5px; }
7108 thomas 117
.tom_customerdata_deletebutton .button-primary { float:right; right:5px; background:#ba0000; font-size:10px; border-color:#aa0018 #990000 #7d0101; text-shadow:0 -1px 1px #aa0018, 1px 0 1px #aa0018, 0 1px 1px #aa0018, -1px 0 1px #aa0018; box-shadow:0 1px 0 #990000; }
118
.tom_customerdata_deletebutton .button-primary:hover { background:#aa0018; border-color:#aa0018; }
5532 daniel 119
 
6502 thomas 120
/* Rechtstexte */
121
.wpsg_mod_legaltexts_protectedshops_table th { width:58%; text-align:right; font-size:12px; }
122
.wpsg_mod_legaltexts_protectedshops_table th label { margin-right:30px; }
123
.wpsg_mod_legaltexts_protectedshops_table #wpshopgermany_ts_shopid {  }
7286 daniel 124
.itrechtlogo { float:right; margin-left:15px; }
125
.wpsg_mod_legaltext_select > label { width:100%; font-size:18px; font-weight:normal; padding:15px; display:flex; flex-direction:row; justify-content:flex-start; align-items:center; border:1px solid #31708f; }
126
.wpsg_mod_legaltext_select > label.mark { border-width:3px; }
127
.wpsg_mod_legaltext_select > label.open { border-bottom:0px; }
128
.wpsg_mod_legaltext_select > label > * { flex-grow:0; flex-shrink:0; }
129
.wpsg_mod_legaltext_select > label > .grow { flex-grow:1; flex-shrink:1; }
130
.wpsg_mod_legaltext_select > label > .glyphicon { font-size:2em; }
131
.wpsg_mod_legaltext_select > label input { margin:0px 15px 0px 0px; }
132
.wpsg_provider_target { display:none; padding:15px; border:1px solid #31708f; border-top:0px; margin-top:-5px; margin-bottom:15px; }
133
.wpsg_provider_target .wpsgitrecht_form_field { width:100%; display:flex; flex-direction:row; justify-content:flex-start; align-items:center; }
134
.wpsg_provider_target .wpsgitrecht_form_field .wpsgitrecht_form_left { width:50%; flex-grow:0; flex-shrink:0; }
135
.wpsg_provider_target .wpsgitrecht_form_field .wpsgitrecht_form_right { width:50%; flex-grow:0; flex-shrink:0; }
136
.wpsg_provider_target .wpsgitrecht_form_field .wpsgitrecht_form_right input { width:100%; }
137
.wpsg_provider_target .wpsgitrecht_table { width:100%; border-spacing:0px; border-collapse:collapse; }
138
.wpsg_provider_target .wpsgitrecht_table .col0 { width:50%; }
139
.wpsg_provider_target .wpsgitrecht_table .col1 { width:50%; }
140
.wpsg_provider_target .wpsgitrecht_table select { margin-bottom:5px; width:100%; }
141
.wpsg_provider_target .wpsgitrecht_table p { padding:0px 0px 0px 8px; }
142
.wpsg_provider_target_3 { border-width:3px; margin-top:-8px; }
143
.wpsg_provider_target_3 .button_agb { float:right; }
144
.wpsg_provider_target_3 ul li { list-style:initial; margin-left:20px; }
6502 thomas 145
 
146
.wphb_form_left { width:30% !important; }
147
.wphb_form_right { width:68% !important; }
6506 thomas 148
.wphb_form_right select { margin-left:15px; width:40% !important; float:left !important; margin-bottom:20px;  }
6502 thomas 149
.wphb_form_right input.checkbox { margin-left:20px !important; }
150
.wphb_clear { clear:none !important; }
151
 
6950 thomas 152
/* Datepicker */
7486 daniel 153
#ui-datepicker-div { z-index:1151221 !important; }
6502 thomas 154
 
6204 thomas 155
/* Kundenkontakt */
7094 florian 156
.wpsg_kundenkontakt_template,
6204 thomas 157
.wpsg_kundenkontakt_betreff { width:80%; float:right; margin-bottom:20px; }
158
.wpsg_kundenkontakt_textarea { width:100%; float:right; height:150px; }
159
 
7256 thomas 160
/* SMS-Versand */
161
.wpsg_sms_template,
162
.wpsg_sms_newnumber { width:70%; float:right; margin-bottom:20px; }
163
.wpsg_sms_textarea { width:100%; float:right; height:150px; }
164
 
5532 daniel 165
/* Länderverwaltung */
5562 daniel 166
.wpsg_table_country { margin-bottom:0px; }
167
.wpsg_table_country .col_mwst { width:25px; }
5532 daniel 168
.wpsg_table_country .col_mwst { width:75px; }
5562 daniel 169
.wpsg_table_country .col_mwstsetting { width:100px; }
170
.wpsg_table_country .col_vz { width:100px; }
171
.wpsg_table_country .col_action { width:60px; text-align:right; }
172
.wpsg_table_country .col_action a { margin-left:5px; }
5748 daniel 173
.wpsg_table_country tr:last-child .glyphicon-trash { margin-top:5px; }
5562 daniel 174
 
6506 thomas 175
/* Tabelle der Berechtigungen */
5439 daniel 176
.wpsg_access_table .wpsg_col_cap { text-align:center; }
7615 karl 177
.wpsg_access_table .wpsg_col_cap select { max-width:100%; padding-right:0; line-height:unset; }
178
.wpsg_access_table .wpsg_col_cap input { margin-top:0px; width:15px; height:15px; font-size: 12px; }
179
.wpsg_access_table .wpsg_col_cap input:before { margin:1px 0 0 1px; width:10px; height:10px; }
5439 daniel 180
 
181
/* Hilfe Dialog */
182
#wpsg-bs .wpsg-help-content { max-height:500px; overflow:auto; }
183
#wpsg-bs .wpsg-help-content h1 { font-size:16px; font-weight:bold; }
5450 daniel 184
#wpsg-bs .wpsg-help-content h2 { font-size:14px; font-weight:bold; }
7618 daniel 185
#wpsg-bs .wpsg-help-content img { max-width:100%; height:auto; }
5439 daniel 186
 
5436 daniel 187
/* Formulare NEU */
5439 daniel 188
#wpsg-bs .has-feedback .wpsg_field_wrap { width:100%; position:relative; padding-right:25px; }
5436 daniel 189
#wpsg-bs .wpsg_field_wrap .form-control-feedback { right:0px; width:20px; cursor:pointer; pointer-events:all; }
7094 florian 190
#wpsg-bs .form-checkbox .wpsg_field_wrap .form-control-feedback { line-height:25px; }
5436 daniel 191
#wpsg-bs .wpsg_field_wrap .form-control-feedback:focus,
192
#wpsg-bs .wpsg_field_wrap .form-control-feedback:hover { text-decoration:none; }
5439 daniel 193
#wpsg-bs .form-control-static input[type="file"] { margin-top:-5px; }
5436 daniel 194
 
5391 daniel 195
/* Bootstrap Formulare im alten Teil */
7094 florian 196
.wpsg_old_forms .form-group { margin-left:-15px; margin-right:-15px; margin-bottom:5px; }
5391 daniel 197
.wpsg_old_forms .form-checkbox > div:first-child { width:100%; margin-left:0px; }
198
 
199
/* Auswahl der Versand-/Zahlungsarten */
200
#wpsg_shippingmethods_select,
201
#wpsg_paymentmethods_select { margin-bottom:10px; }
202
.wpsg_shippingmethods_select .checkbox,
203
.wpsg_paymentmethods_select .checkbox { margin-top:0px; margin-bottom:0px; }
204
 
205
/* Alte Formularelemente */
206
.wpsg_form_field { width:100%; margin-bottom:5px; }
207
.wpsg_form_field_fullrow { position:relative; }
208
.wpsg_form_field_fullrow label { font-weight:bold; line-height:25px; }
209
.wpsg_form_field .wpsg_form_left { line-height:24px; font-weight:bold; width:50%; float:left; }
210
.wpsg_form_field .wpsg_form_right { width:50%; padding-left:15px; float:left; position:relative; }
211
.wpsg_form_field .wpsg_form_right select, .wpsg_form_field .wpsg_form_right input, .wpsg_form_field .wpsg_form_right textarea { width:95%; }
212
.wpsg_form_field .wpsg_form_right input.button { width:auto; }
213
.wpsg_form_field .wpsg_form_right input[type="checkbox"] { margin-top:-4px; margin-right:5px; }
214
.wpsg_form_field .wpsg_form_right label { line-height:25px; }
215
.wpsg_form_field .wpsg_form_right p { padding-top:5px; }
216
.wpsg_form_field_max select { width:100%; }
217
 
5382 daniel 218
/* Konfiguration */
219
.wpsg_admin_wrap { position:relative; }
220
.wpsg_admin_submenu { width:180px; float:left; }
221
.wpsg_admin_content { padding-left:20px; width:800px; float:left; }
5456 thomas 222
.wpsg_admin_content h3 { margin:20px; }
5488 daniel 223
.wpsg_admin_content h3.panel-title { margin:0px; }
5382 daniel 224
.wpsg_admin_submenu .list-group-item { padding:5px 10px; }
225
.list-group { margin-bottom:15px !important; }
6278 daniel 226
.wpsg_admin_ueber_check_wrap { padding-top:15px; }
227
.wpsg_admin_ueber_check_wrap .wpsg_admin_ueber_check { padding:15px; }
228
.wpsg_admin_ueber_check_wrap .wpsg_admin_ueber_check_1 { } /* Notice Meldungen */
229
.wpsg_admin_ueber_check_wrap .wpsg_admin_ueber_check_2 { } /* Warnungen Meldungen */
230
.wpsg_admin_ueber_check_wrap .wpsg_admin_ueber_check_3 { } /* Error Meldungen */
7094 florian 231
.email-logo-alignment, .email-logo-alignment input[type="radio"] { font-family: FontAwesome; margin: 0; outline: 0; }
232
.email-logo { padding-bottom: 10px; }
233
.email-logo-watermark { position:absolute; top:10%; left:0; right:0; display:flex; justify-content:center; align-items:center; }
7156 daniel 234
.wpsg_mailattachment { padding:8px 0px; }
235
.wpsg_mailattachment a { display:block; min-height:24px; line-height:24px; }
7168 thomas 236
.btnAddAttachment { width:11rem; }
1067 daniel 237
 
5385 daniel 238
/* Produktverwaltung */
239
.wpsg_pic_col { width:50px; }
5449 daniel 240
.wpsg_admin_submenu input[type="submit"], .wpsg_admin_submenu input[type="button"] { width:100%; margin-bottom:10px !important; }
5753 daniel 241
#wpsg-bs.wpsg_products .wpsg_productgroup_link_wrap { float:left; }
6388 hartmut 242
.wpsg_mod_productvariants_productimage_row .mark { display:inline-block; background-color:#FFF; border:2px solid #444444;}
6438 daniel 243
.wpsg_be_imagelist_image { width:100px; }
244
.wpsg_be_productindex_image { border:0px !important; width:75px; background-color:#FFFFFF; }
7086 florian 245
.v3Design_leistungsortregelCheckbox { padding-left: 15px; padding-right: 15px; }
246
.addedit_templateV3 .form-control-feedback:hover { cursor: pointer; }
247
.addedit_templateV3 .form-control-feedback { z-index: 99999; }
248
.addedit_templateV3 .form-control-feedback:hover {  }
249
.addedit_templateV3 .postbox { border-radius: 3px; }
250
.addedit_templateV3 .postbox .inside { padding-bottom: 0; }
251
.addedit_templateV3 .col-sm-6 { width: 100% !important; margin-left: 0 !important; }
252
.addedit_templateV3 #wpsg_generally .col-sm-6 { width: 80% !important; }
253
.addedit_templateV3 #wpsg_generally label.col-sm-6 { width: 20% !important; }
254
.addedit_templateV3 .general-panel-block { display: block; position: relative; width: 100%; height: auto; }
255
.addedit_templateV3 .general-panel-subblock { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; }
256
.addedit_templateV3 .general-panel-urlnotification,
257
.addedit_templateV3 .general-panel-ordercondition { width: 50%; position: relative; display: block; }
258
.addedit_templateV3 .general-panel-urlnotification .panel,
259
.addedit_templateV3 .general-panel-ordercondition .panel { width: 99%; display: block; position: relative; margin: 0 auto 20px auto; height: 135px; }
260
.addedit_templateV3 .general-panel-ordercondition .panel-body { display: flex; justify-content: flex-start; align-items: center; width: 100%; height: 85%; margin-top: -10px; }
261
.addedit_templateV3 .general-panel-urlnotification .form-group:first-child { width: 100% !important; }
262
.addedit_templateV3 .general-panel-urlnotification .form-group-sm{ width: 50%; padding: 0; margin: 0 auto; float: left; }
263
.addedit_templateV3 .texte-title { color: #72777c; padding: 10px 15px; border-bottom: 1px solid transparent; font-size: 15px; }
264
.addedit_templateV3 .panel-general .wpsg_field_wrap { padding-right: 15px; }
265
.addedit_templateV3 .panel-texte .wpsg_handlediv { width: 100%; display: flex; justify-content: flex-start; align-items: center; padding: 10px; }
266
.addedit_templateV3 .panel-texte .panel-heading { height: fit-content; width: 100%; }
267
.addedit_templateV3 .mod-area .wpsg_field_wrap { padding-right: 0px !important; }
268
.addedit_templateV3 #wpsg_paymentmethods .last-form-group,
269
.addedit_templateV3 #wpsg_paymentmethods .last-form-group .form-control{ margin-bottom: 2.5px !important; }
270
.addedit_templateV3 br { display: none; }
271
.addedit_templateV3 #wpsg_images br,
272
.addedit_templateV3 #wpsg_mods br:first-child{ display: block !important; }
5385 daniel 273
 
7094 florian 274
 
6438 daniel 275
/* Bild allgemein */
276
.box_img_wrap { position:relative; padding-top:100%; border:1px solid #000000; background:transparent; }
7094 florian 277
.box_img_wrap img {border:0px !important; position:absolute; left:50%; top:50%; max-height:100% !important; max-width:100%!important; height:auto!important; width:auto!important; margin:0px !important;
6438 daniel 278
    transform:translateY(-50%) translateX(-50%);
279
    -ms-transform:translateY(-50%) translateX(-50%);
280
    -webkit-transform:translateY(-50%) translateX(-50%);
281
}
282
 
5886 thomas 283
/*
284
 * Produktbackend
285
 */
286
.wpsg_productview_backend-sold-out { color:#dc3232; font-weight:700; }
287
.wpsg_productview_backend-available { color:#7ad03a; font-weight:700; float:left; margin-right:5px; }
6683 daniel 288
.wpsg_top_extend { line-height:50px; margin-left:15px; }
289
.wpsg_top_extend .commenticon { cursor:default; display:inline-block; margin:0px !important; padding-right:0px; }
5886 thomas 290
 
6659 hartmut 291
/* Bewertung */
292
.wpsg_rating { background-color:#29556E; }
7094 florian 293
.sto_comment_form .comment_list,
6659 hartmut 294
.sto_comment_form .comment_form { width:55rem; }
295
.wpsg_comment_form .comment { background-color:#ececec; padding:20px; margin-bottom:30px; }
296
.wpsg_comment_form .wpsg_star_wrap { float:right; }
297
.wpsg_comment_form .wpsg_bewertung_comment_name { font-weight:bold; color:#29556e; text-transform:uppercase; float:left; }
298
.wpsg_comment_form .wpsg_bewertung_comment_date { padding:20px 0px; color:#29556e; }
299
.wpsg_comment_form .wpsg_bewertung_comment_text { color:#29556e; }
300
.wpsg_comment_form .row { margin-left:0px !important; }
301
.wpsg_star_wrap { font-size:15px; font-weight:normal; margin-bottom:5px; }
302
.wpsg_star_wrap .fa { margin-right:5px; }
303
.wpsg_star_wrap { color:#F8E71C; text-shadow:-1px 0 #F6B03A, 0 1px #F6B03A, 1px 0 #F6B03A, 0 -1px #F6B03A; }
304
.wpsg_star_wrap .fa-star-active { color:#C8C8C8; text-shadow:-1px 0 #9B9B9B, 0 1px #9B9B9B, 1px 0 #9B9B9B, 0 -1px #9B9B9B; }
305
.wpsg_comment_form .wpsg_star_wrap { float:right; }
306
 
5637 daniel 307
/* Bestellverwaltung */
5674 daniel 308
.wpsg_order .wpsg_status_link_wrap { min-height:50px; float:left; display:inline-block; }
309
.wpsg_order .col_checkbox { width:20px; }
310
.wpsg_order .col_checkbox input { margin-top:-2px; }
6830 daniel 311
.wpsg_order .col_nr { width:250px; }
5674 daniel 312
.wpsg_order .col_nr .actions a { font-size:0.9em; }
313
.wpsg_order .col_nr .glyphicon { margin-top:5px; font-size:1.2em; margin-right:5px; text-decoration:none; }
314
.wpsg_order .col_nr .glyphicon.shippingadress { color:red; }
6683 daniel 315
.wpsg_top_extend .commenticon.admincomment,
5674 daniel 316
.wpsg_order .col_nr .glyphicon.admincomment { color:red; }
5683 daniel 317
.wpsg_order .wpsg-order-tab { padding-top:15px; padding-bottom:15px; }
7210 daniel 318
.wpsg_order_view #restored_notice { margin-bottom:15px; color:red; }
7347 daniel 319
.procent_payship { font-size:0.75em; line-height:0.75em; color:#666666; displaY:block; }
5637 daniel 320
 
5720 daniel 321
#wpsg-bs.wpsg_order_view .editableform textarea { height:150px;}
322
.wpsg_order_view .wpsg_cell_gesamtpreis { text-align:right; }
6535 thomas 323
.wpsg_order_view .wpsg_admin_submenu .glyphicon { float:left; height:30px; width:20px;}
5720 daniel 324
 
5674 daniel 325
/* Modulverwaltung */
5382 daniel 326
.wpsg_admin_submenu .list-group-item.modul_akt { color:#3c763d; font-weight:bold; }
327
.wpsg_admin_submenu .list-group-item.modul_akt .glyphicon { position:absolute; right:5px; top:5px; color:#3c763d; }
328
.wpsg_admin_submenu .list-group-item.active { color:#dff0d8; }
329
.wpsg_admin_submenu .list-group-item.active .glyphicon { position:absolute; right:5px; top:5px; color:#dff0d8; }
330
.wpsg_modul_search_wrap { width:100%; position:relative; }
331
.wpsg_modul_search { margin-bottom:15px; width:70%; }
332
.wpsg_modul_onlyactive { position:absolute; }
333
.wpsg_modul_onlyactive_glyphicon { position:absolute !important; right:5px; top:7px !important; color:#3c763d; }
334
.wpsg_modul_search_wrap input[type="checkbox"] { right:25px; top:3px; position:absolute; }
6484 daniel 335
#wpsg-bs .modultable td { padding:4px 8px !important; font-size:1.2rem; }
336
#wpsg-bs .modultable tr > *:nth-child(2) { width:100px; }
337
#wpsg-bs .modultable tr > *:nth-child(3) { width:175px; }
338
#wpsg-bs .modultable tr > *:nth-child(4) { width:200px; }
6669 daniel 339
.modul_help_link { float:right; }
2905 daniel 340
 
6484 daniel 341
/* Domainverwaltung */
342
#wpsg-bs .domaintable td { padding:4px 8px !important; vertical-align:middle; }
343
#wpsg-bs .domaintable td.col_action { text-align:right; }
344
 
5532 daniel 345
/* Verwaltung Versandzonen */
346
.wpsg_table_vz .col_aktion { text-align:right; }
347
.wpsg_table_vz .wpsg_icon_plzedit { margin-right:5px; }
348
.wpsg_table_vz .wpsg_plz_div textarea { width:100%; padding:5px; margin-top:5px; margin-bottom:5px; }
349
 
5382 daniel 350
/* Formularanpassungen */
5447 daniel 351
.form-checkbox label { font-size:12px; line-height:200%; }
352
 
6830 daniel 353
/* Modul AboProdukte */
354
.wpsg_mod_abo_expired { color:red; }
355
.wpsg_mod_abo_future_expire { color:green; }
7807 daniel 356
.wpsg_abo_state_class_1 { color:green; }
357
.wpsg_abo_state_class_2 { color:orange; }
358
.wpsg_abo_state_class_3 { color:red; }
6830 daniel 359
 
5451 daniel 360
/* Modul Produktbilder (wpsg_mod_produktbilder) */
5447 daniel 361
#produktbilder_target img { }
362
.wpsg_mod_produktbilder_admin_bild a { position:relative; display:inline-block; float:left; margin-right:5px; margin-bottom:5px; }
363
.wpsg_mod_produktbilder_admin_bild a > span { left:0px; top:0px; display:none; position:absolute; width:100%; height:100%; text-align:center; background-color:rgba(255, 0, 0, 0.3); }
364
.wpsg_mod_produktbilder_admin_bild a > span > span { font-size:30px; top:50%; margin-top:-15px; }
7094 florian 365
.wpsg_mod_produktbilder_admin_bild a:hover > span { display:block; }
5451 daniel 366
 
367
/* Modul Produktartikel (wpsg_mod_produktartikel) */
368
.wpsg-mod_produktartikel_categorydiv .tabs-panel { padding-top:8px !important; }
369
.wpsg-mod_produktartikel_categorydiv label { font-weight:normal; font-size:14px; }
5454 daniel 370
.wpsg-mod_produktartikel_categorydiv label input[type="checkbox"] { margin-top:-2px; }
371
 
372
/* Modul Produktattribute (wpsg_mod_productattribute) */
373
.wpsg_mod_produktattribute_table .col_show { text-align:center; width:60px; }
374
.wpsg_mod_produktattribute_table .col_action { width:60px; text-align:right; }
375
.wpsg_mod_produktattribute_table .col_typ { width:75px; }
376
.wpsg_mod_produktattribute_table .col_id { width:15px; }
377
.wpsg_mod_produktattribute_table .auswahlrow2 td { border-top:0px; }
5461 thomas 378
.wpsg_mod_produktattribute_table > tbody + tbody { border-top:0px; }
379
.wpsg_produkt_pa_label { margin-left:10px; }
380
#wpsg_produktattribute .wpsg_form_field { padding:10px 0; }
381
 
5488 daniel 382
/* Modul Produktvarianten */
383
.wpsg_mod_productvariants_table_variants .col_action { text-align:right; width:60px; }
384
.wpsg_mod_productvariants_table_variants .col_products { text-align:center; width:75px; }
385
.wpsg_mod_productvariants_table_variants .col_vari { width:75px; text-align:center; }
5489 daniel 386
.wpsg_mod_productvariants_table_variants .col_type { width:100px; }
5488 daniel 387
.wpsg_mod_productvariants_table_variants .col_id { width:50px; }
388
.wpsg_mod_productvariants_table_variation .col_action { text-align:right; width:75px; }
7841 daniel 389
.wpsg_mod_productvariants_table_variation .wpsg_mod_productvariants_remove_global_vari_image { position:relative; text-decoration:none; display:inline-block; }
390
.wpsg_mod_productvariants_table_variation .wpsg_mod_productvariants_remove_global_vari_image > span { color:#FFFFFF; background-color:rgba(0, 0, 0, 0.5); position:absolute; left:0; top:0; width:100%; height:100%; display:none; justify-content:center; align-items:center; }
391
.wpsg_mod_productvariants_table_variation .wpsg_mod_productvariants_remove_global_vari_image:hover > span { display:flex; }
392
.wpsg_mod_productvariants_table_variation .wpsg_mod_productvariants_remove_global_vari_image img { max-width:25px; max-height:25px; }
5488 daniel 393
.wpsg_mod_productvariants_table_variation tbody:nth-child(even) td { background-color:#F9F9F9; }
394
.wpsg_mod_productvariants_table_variation .col_id { width:50px; }
395
.wpsg_mod_productvariants_table_variation .col_active { width:25px; }
396
.wpsg_mod_productvariants_info { font-style:italic; font-size:0.9em; }
6134 daniel 397
.wpsg_mod_productvariants_dialog_noDialog { border:1px solid #DDDDDD; padding:10px; margin:-5px; margin-top:-16px; margin-left:0px; margin-right:0px; margin-bottom:15px; }
5488 daniel 398
.wpsg_mod_productvariants_dialog_noDialog .modal-body { padding:1rem 0px; }
399
.wpsg_mod_productvariants_dialog_noDialog .modal-footer { padding:1rem 0px; }
400
 
5683 daniel 401
/* Modul Exportprofile */
402
#wpsg_profil_list { padding:10px; border:1px solid #DDDDDD; }
403
 
5690 daniel 404
/* Modul Bestellbedingungen */
405
#wpsg_oc_list .glyphicon-trash { position:absolute; right:5px; top:0px; font-size:1.4rem; }
406
#wpsg_oc_list .wpsg_mod_ordercondition_text { width:100%; height:150px; }
407
 
5753 daniel 408
/* Modul Gutschein */
409
#wpsg-bs.wpsg_voucher .col_checkbox { width:20px; }
5877 hartmut 410
.wpsg_mod_voucher_fieldtable { font-size:12px; }
6005 hartmut 411
.wpsg_mod_voucher_fieldtable .col_bezeichnung { width:25px; }
412
.wpsg_mod_voucher_fieldtable .col_x,
413
.wpsg_mod_voucher_fieldtable .col_y { width:60px; }
414
.wpsg_mod_voucher_fieldtable .col_color { width:80px; }
415
.wpsg_mod_voucher_fieldtable .col_groesse { width:60px; }
6680 hartmut 416
.wpsg_voucher .wpsg_status_link_wrap { min-height:50px; float:left; display:inline-block; }
7486 daniel 417
.wpsg_voucher td .actions { opacity:1; font-size: 0.9em; }
418
.wpsg_voucher td:hover .actions { opacity:1; }
5753 daniel 419
 
6005 hartmut 420
 
7486 daniel 421
@media (min-width: 768px) {
422
    #wpsg_voucher_dialog > .modal-dialog { width:1000px; }
423
}
424
 
6005 hartmut 425
/* Modul Lieferschein/Rechnung */
5749 daniel 426
.wpsg_mod_deliverynote_fieldtable { font-size:12px; }
427
.wpsg_mod_deliverynote_fieldtable .col_bezeichnung { width:125px; }
428
.wpsg_mod_deliverynote_fieldtable .col_x,
429
.wpsg_mod_deliverynote_fieldtable .col_y { width:50px; }
430
.wpsg_mod_deliverynote_fieldtable .col_color { width:80px; }
6005 hartmut 431
.wpsg_mod_deliverynote_fieldtable .col_groesse { width:60px; }
5749 daniel 432
.wpsg_foottextlist .col_standard { text-align:center; }
7094 florian 433
.align-buttons input, .align-buttons input:hover { font-family: FontAwesome !important; cursor: pointer; outline: 0; border: 1px solid #ddd; background: #f9f9f9; color: #666; padding: 3px 7px; width: 30%; }
434
.align-buttons-active { background: #f1f1f1 !important; border-color: #ccc !important; box-shadow: 0 1px 0 #ccc; color: #555 !important; }
435
.logo-transparency * { text-align:center; }
7103 thomas 436
.logo-transparency { margin:20px 0; }
7094 florian 437
.logo-transparency input { width: 30%; margin-left: -20px; margin-right: 5px; }
7103 thomas 438
.align-buttons { margin:20px 0; }
5749 daniel 439
 
6453 thomas 440
#rechnungen_order_backend label,
441
#wpsg_rechnungen_email,
442
#wpsg_rechnungen_faelligkeitsdatum,
443
#wpsg_rechnungen_status_neu,
444
#wpsg_rechnungen_datum,
7094 florian 445
#wpsg_rechnungen_select,
6453 thomas 446
#wpsg_rechnungen_fusstext { font-size:12px; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; color:#333; }
447
 
448
#deliverynote_order_backend label,
449
#wpsg_mod_deliverynote_email,
450
#wpsg_mod_deliverynote_status,
451
#wpsg_mod_deliverynote_date,
452
#wpsg_mod_deliverynote_fusstext { font-size:12px; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; color:#333; }
453
 
5792 daniel 454
/* Modul Rabatt */
455
.wpsg_mod_discount_hirarchieorder input { display:none;  }
456
.wpsg_mod_discount_hirarchieorder li { border:1px solid #C4C4C4; border-radius:5px; width:100%; display:inline-block; margin-bottom:5px; padding:5px 5px 5px 5px; font-size:12px; cursor:move; }
457
.wpsg_mod_discount_seriescol { width:33%; float:left; font-size:12px; line-height:30px; }
458
.wpsg_mod_discount_seriescol input { width:70%; line-height:20px; float:right; }
459
.wpsg_mod_discount_seriescol:nth-child(2) strong { width:70%; float:right; }
460
 
5749 daniel 461
#beschreibung_ifr { height:500px; }
462
 
5825 daniel 463
/* Modul Downloadplus */
464
.wpsg_mod_downloadplus_fieldtable { font-size:12px; }
465
.wpsg_mod_downloadplus_fieldtable .col_x,
5997 hartmut 466
.wpsg_mod_downloadplus_fieldtable .col_y { width:50px; }
467
 
7094 florian 468
/* Produktvariablen */
5997 hartmut 469
.wpsg_pv_table { width:100%; }
470
.wpsg_pv_table tr td { vertical-align:top; }
471
.wpsg_pv_table .wpsg_id { width:20px; text-align:left; cursor:move; }
472
.wpsg_pv_table .wpsg_delcol { width:24px; text-align:center; }
473
.wpsg_pv_table .wpsg_typ { width:100px; text-align:left; }
474
.wpsg_pv_table .wpsg_pflicht { width:100px; text-align:center; }
475
.wpsg_pv_table .wpsg_label { text-align:left; }
476
 
7094 florian 477
/* Produktattribute */
6005 hartmut 478
.wpsg_pa_table { width:100%; }
479
.wpsg_pa_table tr td { vertical-align:top; }
480
.wpsg_pa_table .wpsg_id { width:20px; text-align:left; cursor:move; }
481
.wpsg_pa_table .wpsg_action { width:80px; text-align:center; }
482
.wpsg_pa_table .wpsg_typ { width:150px; text-align:left; }
483
.wpsg_pa_table .wpsg_show { width:100px; text-align:center; }
484
.wpsg_pa_table .wpsg_label { text-align:left; }
485
 
5997 hartmut 486
/* Bestellvariablen */
487
.wpsg_ov_table { width:100%; }
488
.wpsg_ov_table .wpsg_id { width:20px; text-align:left; }
489
.wpsg_ov_table .wpsg_delcol { width:24px; text-align:center; }
490
.wpsg_ov_table .wpsg_typ { width:100px; text-align:left; }
491
.wpsg_ov_table .wpsg_pflicht { width:100px; text-align:center; }
492
.wpsg_ov_table .wpsg_label { text-align:left; }
493
 
6484 daniel 494
/* News Bereich Backend */
495
.wpsg_news_wrap { margin-right:20px; }
496
 
5997 hartmut 497
/* Statistikmodul */
498
.wpsg_mod_statistics_totals_row { width:100%; }
499
.wpsg_mod_statistics_totals_block { float:left; width:auto; text-align:center; font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif; }
500
.wpsg_mod_statistics_totals_block .number { font-size:18px; color:#21759B; display:block; padding-bottom:10px; padding-top:5px; }
501
.wpsg_mod_statistics_totals_block .label { font-size:16px; color:#8F8F8F; display:block; padding-bottom:5px; }
502
.wpsg_mod_statistics_totals_block .label a { color:#8F8F8F; border-bottom:1px solid #ECECEC; padding-left:10px; padding-right:15px; padding-bottom:5px; }
503
.subsubsub #table-data .th-right span { float:right; }
504
.subsubsub #table-data .td-right { text-align:right; }
505
 
506
/* Download plus */
507
.wpsg_mod_downloadplus_order_view_filelist { width:100%; }
508
.wpsg_mod_downloadplus_order_view_filelist .col_file { text-align:left; }
509
.wpsg_mod_downloadplus_order_view_filelist .col_status { text-align:left; width:200px; }
510
.wpsg_mod_downloadplus_order_view_filelist .col_counter { text-align:center; width:100px;}
511
.wpsg_mod_downloadplus_order_view_filelist .col_action { text-align:left; width:100px;}
512
.wpsg_mod_downloadplus_order_view_filelist .row_raid td { color:red; }
6168 thomas 513
 
514
/* Passwort Visualisierung */
515
#wpsg_pwd_info { width:250px; background:#fefefe; width:85%; padding:25px; border-radius:5px; box-shadow:0 1px 3px #ccc; border:1px solid #ddd; }
516
#wpsg_pwd_info::before { position:absolute; font-size:14px; text-shadow:none; disblay:block; color:#ddd; line-height:14px; display:none; }
517
#wpsg_pwd_info ul li { margin:10px 20px; display:block; }
6577 hartmut 518
.invalid { padding-left:22px; line-height:24px; color:#ec3f41; }
519
.valid { padding-left:22px; line-height:24px; color:#3a7d34; }
6486 thomas 520
 
521
@media (min-width:1024px) and (max-width:1640px) {
7094 florian 522
 
523
 
6486 thomas 524
}
525
 
526
 
527
@media (min-width:768px) and (max-width:1023px) {
7094 florian 528
 
529
 
6486 thomas 530
}
531
 
532
@media (min-width:375px) and (max-width:767px) {
7094 florian 533
 
534
 
6486 thomas 535
}