@nixweb/nixloc-ui 0.0.127 → 0.0.128

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/package.json +79 -79
  2. package/src/App.vue +13 -13
  3. package/src/component/forms/Button.vue +170 -170
  4. package/src/component/forms/CheckboxGroup.vue +72 -66
  5. package/src/component/forms/CheckboxSimple.vue +46 -42
  6. package/src/component/forms/Color.vue +38 -38
  7. package/src/component/forms/DateTime.vue +167 -163
  8. package/src/component/forms/Dropdown.vue +218 -224
  9. package/src/component/forms/EditorHtml.vue +126 -126
  10. package/src/component/forms/FileUpload.vue +185 -185
  11. package/src/component/forms/ImageUpload.vue +12 -4
  12. package/src/component/forms/IncrementDecrement.vue +101 -0
  13. package/src/component/forms/InputDecimal.vue +142 -138
  14. package/src/component/forms/InputNumber.vue +154 -154
  15. package/src/component/forms/InputPassword.vue +135 -135
  16. package/src/component/forms/InputText.vue +162 -157
  17. package/src/component/forms/Modal.vue +65 -65
  18. package/src/component/forms/RadioGroup.vue +50 -50
  19. package/src/component/forms/Select.vue +349 -340
  20. package/src/component/forms/SelectStatic.vue +127 -127
  21. package/src/component/forms/Slider.vue +18 -18
  22. package/src/component/forms/TextArea.vue +126 -126
  23. package/src/component/layout/Alert.vue +92 -92
  24. package/src/component/layout/Badge.vue +103 -103
  25. package/src/component/layout/FixedBar.vue +100 -68
  26. package/src/component/layout/Header.vue +38 -35
  27. package/src/component/layout/LoadingFullPage.vue +27 -27
  28. package/src/component/layout/Menu.vue +210 -215
  29. package/src/component/layout/Molded.vue +28 -27
  30. package/src/component/layout/Panel.vue +140 -140
  31. package/src/component/layout/Popover.vue +126 -126
  32. package/src/component/layout/ScrollBar.vue +42 -42
  33. package/src/component/layout/Tab.vue +135 -0
  34. package/src/component/layout/Wizard.vue +211 -211
  35. package/src/component/rental/DisplayPeriodRent.vue +81 -0
  36. package/src/component/rental/DisplayTotalization.vue +47 -0
  37. package/src/component/shared/Collapse.vue +131 -131
  38. package/src/component/shared/DocumentPreview.vue +1 -1
  39. package/src/component/shared/DocumentPublic.vue +34 -0
  40. package/src/component/shared/ExportPDF.vue +116 -116
  41. package/src/component/shared/HeaderReport.vue +1 -1
  42. package/src/component/shared/HorizontalFilter.vue +59 -59
  43. package/src/component/shared/Loading.vue +107 -107
  44. package/src/component/shared/LoadingMoreButton.vue +23 -23
  45. package/src/component/shared/Messages.vue +81 -81
  46. package/src/component/shared/PDFViewer.vue +22 -22
  47. package/src/component/shared/Pagination.vue +52 -52
  48. package/src/component/shared/ProgressBar.vue +22 -22
  49. package/src/component/shared/QueryButton.vue +66 -66
  50. package/src/component/shared/{BodyReport.vue → Report.vue} +8 -7
  51. package/src/component/shared/SaveCancel.vue +6 -1
  52. package/src/component/shared/Search.vue +154 -154
  53. package/src/component/shared/SelectOption.vue +18 -9
  54. package/src/component/shared/Table.vue +163 -254
  55. package/src/component/shared/TableButton.vue +36 -36
  56. package/src/component/shared/TableDraggable.vue +127 -0
  57. package/src/component/shared/TableItem.vue +177 -0
  58. package/src/component/shared/TableTotalization.vue +47 -47
  59. package/src/component/shared/Tip.vue +42 -42
  60. package/src/component/shared/Toast.vue +54 -54
  61. package/src/component/shared/TotalizationReport.vue +59 -0
  62. package/src/component/shared/VerticalFilter.vue +97 -97
  63. package/src/component/shared/query-builder/AddRule.vue +181 -181
  64. package/src/component/shared/query-builder/ConvertToOdata.js +3 -9
  65. package/src/component/shared/query-builder/DynamicComponent.vue +5 -1
  66. package/src/component/shared/query-builder/DynamicComponentList.vue +73 -62
  67. package/src/component/shared/query-builder/QueryBuilder.vue +69 -69
  68. package/src/component/shared/query-builder/utilities.js +21 -21
  69. package/src/component/template/ListViewWithDataHandler.vue +260 -238
  70. package/src/component/template/ReportCreateUpdate.vue +9 -2
  71. package/src/component/template/ViewTemplateConfiguration.vue +64 -63
  72. package/src/component/template/ViewTemplateDocumentView.vue +1 -0
  73. package/src/component/template/ViewTemplateReportPreview.vue +56 -12
  74. package/src/component/template/ViewTemplateWithSalveCancel.vue +32 -32
  75. package/src/component/template/ViewTemplateWithTable.vue +56 -56
  76. package/src/component/value-objects/Contact.vue +7 -0
  77. package/src/component/value-objects/Person.vue +15 -0
  78. package/src/config/axios.js +9 -9
  79. package/src/config/dicas.js +14 -14
  80. package/src/config/router.js +13 -13
  81. package/src/config/token.js +14 -14
  82. package/src/main.js +23 -23
  83. package/src/store/modules/generic.js +512 -494
  84. package/src/store/modules/report.js +37 -19
  85. package/src/store/modules/user.js +3 -0
  86. package/src/store/modules/validation.js +38 -38
  87. package/src/store/store.js +13 -13
  88. package/src/component/shared/query-builder/Totalization.vue +0 -38
@@ -1,340 +1,349 @@
1
- <template>
2
- <div>
3
- <label>
4
- <span class="title">{{ title }}</span>
5
- <span class="required" v-if="required">*</span>
6
- <Tip :field="field" :formName="formName" />
7
- </label>
8
- <div
9
- class="select"
10
- :class="{
11
- 'select-invalid': notifications.length > 0 && formDirty,
12
- border: showBorder,
13
- }"
14
- >
15
- <multiselect
16
- @open="onOpen"
17
- @select="onSelected"
18
- @search-change="onSearch"
19
- :options="data"
20
- v-model.trim="currentValue"
21
- :custom-label="label"
22
- placeholder
23
- :disabled="disabled"
24
- :showLabels="true"
25
- :noResult="false"
26
- :maxHeight="250"
27
- ref="multiselect"
28
- selectLabel
29
- deselectLabel
30
- selectedLabel
31
- >
32
- <div slot="beforeList">
33
- <vue-loading
34
- v-if="loading"
35
- type="bubbles"
36
- color="#577696"
37
- :size="{ width: '40px', height: '40px' }"
38
- ></vue-loading>
39
- <div class="before-list" v-if="!loading">
40
- <Button
41
- v-if="nameNewRegister"
42
- key="addNewRegister"
43
- type="primary"
44
- title="Novo"
45
- size="small"
46
- :clicked="addNewRegister"
47
- />
48
- <Button
49
- key="cleanSelect"
50
- type="warning"
51
- classIcon="fas fa-broom"
52
- size="small"
53
- :clicked="cleanSelect"
54
- />
55
- </div>
56
- </div>
57
- <div slot="afterList" v-if="totalRecords > 20 && data.length < totalRecords">
58
- <div class="after-list text-center">
59
- <Button
60
- key="loadingMore"
61
- type="info"
62
- title="Carregar mais..."
63
- classIcon="fas fa-redo-alt"
64
- size="small"
65
- :clicked="loadingMore"
66
- />
67
- </div>
68
- </div>
69
- <div slot="noOptions">Lista está vazia</div>
70
- <div slot="noResult">Nenhum registro encontrado</div>
71
- </multiselect>
72
- <div v-if="formDirty">
73
- <div v-for="message in notifications" :key="message">
74
- <span class="invalid">{{ message }}</span>
75
- </div>
76
- </div>
77
- </div>
78
-
79
- <vodal
80
- v-if="nameNewRegister"
81
- :duration="50"
82
- :show="showVodal(nameNewRegister)"
83
- @hide="hide()"
84
- :width="widthNewRegister"
85
- :height="heightNewRegister"
86
- :closeOnEsc="true"
87
- :closeButton="true"
88
- >
89
- <Messages v-if="vodal.open" />
90
- <div class="title-new-form">{{ titleNewRegister }}</div>
91
- <hr class="hr" />
92
- <slot></slot>
93
- </vodal>
94
- </div>
95
- </template>
96
- <script>
97
- import Tip from "../shared/Tip.vue";
98
- import Messages from "../shared/Messages.vue";
99
- import Multiselect from "vue-multiselect";
100
-
101
- import Button from "./Button.vue";
102
- import Vodal from "vodal";
103
-
104
- import { mapState, mapActions, mapMutations, mapGetters } from "vuex";
105
-
106
- export default {
107
- name: "Select",
108
- props: {
109
- title: String,
110
- field: String,
111
- formName: String,
112
- required: Boolean,
113
- url: String,
114
- disabled: Boolean,
115
- fieldTarget: String,
116
- propsParams: Object,
117
- value: Object,
118
- changed: Function,
119
- nameNewRegister: String,
120
- titleNewRegister: String,
121
- widthNewRegister: Number,
122
- heightNewRegister: Number,
123
- markFormDirty: {
124
- type: Boolean,
125
- default: true,
126
- },
127
- showBorder: {
128
- type: Boolean,
129
- default: true,
130
- },
131
- },
132
- components: {
133
- Multiselect,
134
- Button,
135
- Vodal,
136
- Messages,
137
- Tip,
138
- },
139
- data() {
140
- return {
141
- currentValue: {},
142
- data: [],
143
- totalRecords: 0,
144
- baseParams: {
145
- search: "",
146
- currentPage: 1,
147
- totalPerPage: 20,
148
- },
149
-
150
- registerNew: false,
151
- loading: true,
152
- notifications: [],
153
- formDirty: false,
154
- };
155
- },
156
- created() {
157
- this.validate();
158
- if (this.value)
159
- this.currentValue = { id: this.value.id, content: this.value.content };
160
- },
161
- mounted() {
162
- let el = this.$el.getElementsByClassName("multiselect")[0];
163
- if (el) {
164
- el.tabIndex = 0;
165
- }
166
- },
167
- computed: {
168
- ...mapState("validation", ["resetForm", "vodal"]),
169
- ...mapState("generic", ["vodal"]),
170
- ...mapGetters("generic", ["showVodal"]),
171
- },
172
- methods: {
173
- ...mapActions("generic", ["getApi"]),
174
- ...mapMutations("generic", [
175
- "removeLoading",
176
- "openVodal",
177
- "hideVodal",
178
- "removeNotificarions",
179
- "addFilter",
180
- ]),
181
- ...mapMutations("validation", [
182
- "addValidation",
183
- "removeValidation",
184
- "resetValidation",
185
- "updateFormDirty",
186
- ]),
187
- onOpen() {
188
- this.getAll();
189
- },
190
- onSelected(value) {
191
- this.$emit("input", value);
192
- if (this.changed) this.changed();
193
- if (this.fieldTarget) {
194
- let obj = { fieldTarget: this.fieldTarget, value: value.id };
195
- this.addFilter(obj);
196
- }
197
- },
198
- onSearch(value) {
199
- this.baseParams.search = value;
200
- this.getAll();
201
- },
202
- label(value) {
203
- if (value.content) return `${value.content}`;
204
- },
205
- getAll() {
206
- let obj = { ...this.baseParams, ...this.propsParams };
207
- let params = { url: this.url, obj: obj };
208
- this.loading = true;
209
- this.getApi(params).then((response) => {
210
- this.totalRecords = response.content.totalRecords;
211
- let self = this;
212
- if (this.baseParams.currentPage == 1) {
213
- this.data = [];
214
- }
215
- response.content.data.map(function (value, key) {
216
- self.data.push(value);
217
- });
218
- this.loading = false;
219
- this.removeLoading(["loadingMore"]);
220
- });
221
- },
222
- addNewRegister() {
223
- this.openVodal(this.nameNewRegister);
224
- this.resetValidation(this.nameNewRegister);
225
- this.removeNotificarions();
226
- this.$refs.multiselect.deactivate();
227
- this.removeLoading(["addNewRegister"]);
228
- },
229
- hide() {
230
- this.hideVodal();
231
- },
232
- cleanSelect() {
233
- let obj = { id: "", conteudo: "" };
234
- this.currentValue = obj;
235
- this.$emit("input", obj);
236
- this.$refs.multiselect.deactivate();
237
- this.removeLoading(["cleanSelect"]);
238
-
239
- if (this.fieldTarget) {
240
- let obj = { fieldTarget: this.fieldTarget, value: "" };
241
- this.addFilter(obj);
242
- }
243
- },
244
- loadingMore() {
245
- this.baseParams.currentPage++;
246
- this.getAll();
247
- },
248
- validate() {
249
- this.notifications = [];
250
- if (this.required && !this.value.id) {
251
- var message = `${this.title} não pode ser vazio!`;
252
- this.notifications.push(message);
253
- }
254
- },
255
- },
256
- watch: {
257
- "value.id": function () {
258
- this.validate();
259
- this.formDirty = true;
260
- if (this.markFormDirty) this.updateFormDirty(true);
261
- this.currentValue = { id: this.value.id, content: this.value.content };
262
- },
263
- notifications() {
264
- let self = this;
265
- this.notifications.forEach(function (notification) {
266
- let obj = {
267
- key: self.field + "&" + self.formName,
268
- formName: self.formName,
269
- notification: notification,
270
- };
271
- self.addValidation(obj);
272
- });
273
-
274
- if (this.notifications.length == 0) {
275
- let obj = {
276
- key: self.field + "&" + self.formName,
277
- formName: self.formName,
278
- };
279
- self.removeValidation(obj);
280
- }
281
- },
282
- resetForm: {
283
- handler(form) {
284
- if (form.nome == this.formName) {
285
- let obj = { id: "", conteudo: "" };
286
- this.currentValue = obj;
287
- this.$emit("input", obj);
288
- this.formDirty = false;
289
- }
290
- },
291
- deep: true,
292
- },
293
- "vodal.open": function (value) {
294
- if (!value) this.registerNew = false;
295
- },
296
- },
297
- };
298
- </script>
299
-
300
- <style scoped>
301
- div.before-list {
302
- padding: 8px;
303
- }
304
-
305
- div.after-list {
306
- padding: 8px;
307
- }
308
-
309
- .invalid {
310
- color: #f0134d;
311
- font-size: 14px;
312
- }
313
-
314
- .select {
315
- min-width: 300px;
316
- height: 36px;
317
- border-bottom: 1px solid #d6dadf;
318
- border-radius: 0px !important;
319
- z-index: 100;
320
- }
321
-
322
- .select-invalid {
323
- border-bottom: 1px solid #ff5454;
324
- }
325
-
326
- .select-valid {
327
- border-bottom: 1px solid #94aa2a;
328
- }
329
-
330
- .title-new-form {
331
- font-size: 18px;
332
- margin-bottom: 5px;
333
- }
334
-
335
- .border {
336
- border: 1px solid #dbdee0 !important;
337
- border-radius: 5px !important;
338
- height: 38px !important;
339
- }
340
- </style>
1
+ <template>
2
+ <div class="margin">
3
+ <label>
4
+ <span class="title">{{ title }}</span>
5
+ <span class="required" v-if="required">*</span>
6
+ <Tip :field="field" :formName="formName" />
7
+ </label>
8
+ <div
9
+ class="select"
10
+ :class="{
11
+ 'select-invalid': notifications.length > 0 && formDirty,
12
+ border: showBorder,
13
+ }"
14
+ >
15
+ <multiselect
16
+ @open="onOpen"
17
+ @select="onSelected"
18
+ @search-change="onSearch"
19
+ :options="data"
20
+ v-model.trim="currentValue"
21
+ :custom-label="label"
22
+ placeholder
23
+ :disabled="disabled"
24
+ :showLabels="true"
25
+ :noResult="false"
26
+ :maxHeight="250"
27
+ ref="multiselect"
28
+ selectLabel
29
+ deselectLabel
30
+ selectedLabel
31
+ >
32
+ <div slot="beforeList">
33
+ <vue-loading
34
+ v-if="loading"
35
+ type="bubbles"
36
+ color="#577696"
37
+ :size="{ width: '40px', height: '40px' }"
38
+ ></vue-loading>
39
+ <div class="before-list" v-if="!loading">
40
+ <Button
41
+ v-if="showNewRegister"
42
+ key="addNewRegister"
43
+ type="primary"
44
+ title="Novo"
45
+ size="small"
46
+ :clicked="addNewRegister"
47
+ />
48
+ <Button
49
+ key="cleanSelect"
50
+ type="warning"
51
+ classIcon="fas fa-broom"
52
+ size="small"
53
+ :clicked="cleanSelect"
54
+ />
55
+ </div>
56
+ </div>
57
+ <div slot="afterList" v-if="totalRecords > 20 && data.length < totalRecords">
58
+ <div class="after-list text-center">
59
+ <Button
60
+ key="loadingMore"
61
+ type="info"
62
+ title="Carregar mais..."
63
+ classIcon="fas fa-redo-alt"
64
+ size="small"
65
+ :clicked="loadingMore"
66
+ />
67
+ </div>
68
+ </div>
69
+ <div slot="noOptions">Lista está vazia</div>
70
+ <div slot="noResult">Nenhum registro encontrado</div>
71
+ </multiselect>
72
+ <div v-if="formDirty">
73
+ <div v-for="message in notifications" :key="message">
74
+ <span class="invalid">{{ message }}</span>
75
+ </div>
76
+ </div>
77
+ </div>
78
+
79
+ <vodal
80
+ v-if="nameNewRegister"
81
+ :duration="50"
82
+ :show="showVodal(nameNewRegister)"
83
+ @hide="hide()"
84
+ :width="widthNewRegister"
85
+ :height="heightNewRegister"
86
+ :closeOnEsc="true"
87
+ :closeButton="true"
88
+ >
89
+ <Messages v-if="vodal.open" />
90
+ <div class="title-new-form">{{ titleNewRegister }}</div>
91
+ <hr class="hr" />
92
+ <slot></slot>
93
+ </vodal>
94
+ </div>
95
+ </template>
96
+ <script>
97
+ import Tip from "../shared/Tip.vue";
98
+ import Messages from "../shared/Messages.vue";
99
+ import Multiselect from "vue-multiselect";
100
+
101
+ import Button from "./Button.vue";
102
+ import Vodal from "vodal";
103
+
104
+ import { mapState, mapActions, mapMutations, mapGetters } from "vuex";
105
+
106
+ export default {
107
+ name: "Select",
108
+ props: {
109
+ title: String,
110
+ field: String,
111
+ formName: String,
112
+ required: Boolean,
113
+ url: String,
114
+ disabled: Boolean,
115
+ fieldTarget: String,
116
+ propsParams: Object,
117
+ value: Object,
118
+ changed: Function,
119
+ nameNewRegister: String,
120
+ showNewRegister: {
121
+ type: Boolean,
122
+ default: true,
123
+ },
124
+ titleNewRegister: String,
125
+ widthNewRegister: Number,
126
+ heightNewRegister: Number,
127
+ markFormDirty: {
128
+ type: Boolean,
129
+ default: true,
130
+ },
131
+ showBorder: {
132
+ type: Boolean,
133
+ default: true,
134
+ },
135
+ },
136
+ components: {
137
+ Multiselect,
138
+ Button,
139
+ Vodal,
140
+ Messages,
141
+ Tip,
142
+ },
143
+ data() {
144
+ return {
145
+ currentValue: {},
146
+ data: [],
147
+ totalRecords: 0,
148
+ baseParams: {
149
+ search: "",
150
+ currentPage: 1,
151
+ totalPerPage: 20,
152
+ },
153
+
154
+ registerNew: false,
155
+ loading: true,
156
+ notifications: [],
157
+ formDirty: false,
158
+ };
159
+ },
160
+ created() {
161
+ this.validate();
162
+ if (this.value)
163
+ this.currentValue = { id: this.value.id, content: this.value.content };
164
+ },
165
+ mounted() {
166
+ let el = this.$el.getElementsByClassName("multiselect")[0];
167
+ if (el) {
168
+ el.tabIndex = 0;
169
+ }
170
+ },
171
+ computed: {
172
+ ...mapState("validation", ["resetForm", "vodal"]),
173
+ ...mapState("generic", ["vodal"]),
174
+ ...mapGetters("generic", ["showVodal"]),
175
+ },
176
+ methods: {
177
+ ...mapActions("generic", ["getApi"]),
178
+ ...mapMutations("generic", [
179
+ "removeLoading",
180
+ "openVodal",
181
+ "hideVodal",
182
+ "removeNotificarions",
183
+ "addFilter",
184
+ ]),
185
+ ...mapMutations("validation", [
186
+ "addValidation",
187
+ "removeValidation",
188
+ "resetValidation",
189
+ "updateFormDirty",
190
+ ]),
191
+ onOpen() {
192
+ this.getAll();
193
+ },
194
+ onSelected(value) {
195
+ this.$emit("input", value);
196
+ if (this.changed) this.changed();
197
+ if (this.fieldTarget) {
198
+ let obj = { fieldTarget: this.fieldTarget, value: value.id };
199
+ this.addFilter(obj);
200
+ }
201
+ },
202
+ onSearch(value) {
203
+ this.baseParams.search = value;
204
+ this.getAll();
205
+ },
206
+ label(value) {
207
+ if (value.content) return `${value.content}`;
208
+ },
209
+ getAll() {
210
+ let obj = { ...this.baseParams, ...this.propsParams };
211
+ let params = { url: this.url, obj: obj };
212
+ this.loading = true;
213
+ this.getApi(params).then((response) => {
214
+ this.totalRecords = response.content.totalRecords;
215
+ let self = this;
216
+ if (this.baseParams.currentPage == 1) {
217
+ this.data = [];
218
+ }
219
+ response.content.data.map(function (value, key) {
220
+ self.data.push(value);
221
+ });
222
+ this.loading = false;
223
+ this.removeLoading(["loadingMore"]);
224
+ });
225
+ },
226
+ addNewRegister() {
227
+ this.openVodal(this.nameNewRegister);
228
+ this.resetValidation(this.nameNewRegister);
229
+ this.removeNotificarions();
230
+ this.$refs.multiselect.deactivate();
231
+ this.removeLoading(["addNewRegister"]);
232
+ },
233
+ hide() {
234
+ this.hideVodal();
235
+ },
236
+ cleanSelect() {
237
+ let obj = { id: "", conteudo: "" };
238
+ this.currentValue = obj;
239
+ this.$emit("input", obj);
240
+ this.$refs.multiselect.deactivate();
241
+ this.removeLoading(["cleanSelect"]);
242
+
243
+ if (this.fieldTarget) {
244
+ let obj = { fieldTarget: this.fieldTarget, value: "" };
245
+ this.addFilter(obj);
246
+ }
247
+ },
248
+ loadingMore() {
249
+ this.baseParams.currentPage++;
250
+ this.getAll();
251
+ },
252
+ validate() {
253
+ this.notifications = [];
254
+ if (this.required && !this.value.id) {
255
+ var message = `${this.title} não pode ser vazio!`;
256
+ this.notifications.push(message);
257
+ }
258
+ },
259
+ },
260
+ watch: {
261
+ "value.id": function () {
262
+ this.validate();
263
+ this.formDirty = true;
264
+ if (this.markFormDirty) this.updateFormDirty(true);
265
+ this.currentValue = { id: this.value.id, content: this.value.content };
266
+ },
267
+ notifications() {
268
+ let self = this;
269
+ this.notifications.forEach(function (notification) {
270
+ let obj = {
271
+ key: self.field + "&" + self.formName,
272
+ formName: self.formName,
273
+ notification: notification,
274
+ };
275
+ self.addValidation(obj);
276
+ });
277
+
278
+ if (this.notifications.length == 0) {
279
+ let obj = {
280
+ key: self.field + "&" + self.formName,
281
+ formName: self.formName,
282
+ };
283
+ self.removeValidation(obj);
284
+ }
285
+ },
286
+ resetForm: {
287
+ handler(form) {
288
+ if (form.nome == this.formName) {
289
+ let obj = { id: "", conteudo: "" };
290
+ this.currentValue = obj;
291
+ this.$emit("input", obj);
292
+ this.formDirty = false;
293
+ }
294
+ },
295
+ deep: true,
296
+ },
297
+ "vodal.open": function (value) {
298
+ if (!value) this.registerNew = false;
299
+ },
300
+ },
301
+ };
302
+ </script>
303
+
304
+ <style scoped>
305
+ .margin{
306
+ margin-bottom: 10px;
307
+ }
308
+
309
+
310
+ div.before-list {
311
+ padding: 8px;
312
+ }
313
+
314
+ div.after-list {
315
+ padding: 8px;
316
+ }
317
+
318
+ .invalid {
319
+ color: #f0134d;
320
+ font-size: 14px;
321
+ }
322
+
323
+ .select {
324
+ min-width: 300px;
325
+ height: 36px;
326
+ border-bottom: 1px solid #d6dadf;
327
+ border-radius: 0px !important;
328
+ z-index: 100;
329
+ }
330
+
331
+ .select-invalid {
332
+ border-bottom: 1px solid #ff5454;
333
+ }
334
+
335
+ .select-valid {
336
+ border-bottom: 1px solid #94aa2a;
337
+ }
338
+
339
+ .title-new-form {
340
+ font-size: 18px;
341
+ margin-bottom: 5px;
342
+ }
343
+
344
+ .border {
345
+ border: 1px solid #dbdee0 !important;
346
+ border-radius: 5px !important;
347
+ height: 38px !important;
348
+ }
349
+ </style>