@bnsights/bbsf-controls 1.0.0
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.
- package/README.md +24 -0
- package/bnsights-bbsf-controls.d.ts +26 -0
- package/bnsights-bbsf-controls.metadata.json +1 -0
- package/bundles/bnsights-bbsf-controls.umd.js +6375 -0
- package/bundles/bnsights-bbsf-controls.umd.js.map +1 -0
- package/esm2015/bnsights-bbsf-controls.js +27 -0
- package/esm2015/lib/Shared/Enums/CalendarView.js +8 -0
- package/esm2015/lib/Shared/Enums/ControlLayout.js +6 -0
- package/esm2015/lib/Shared/Enums/Countries.js +247 -0
- package/esm2015/lib/Shared/Enums/FileType.js +22 -0
- package/esm2015/lib/Shared/Enums/FilterType.js +11 -0
- package/esm2015/lib/Shared/Enums/FontSize.js +7 -0
- package/esm2015/lib/Shared/Enums/ForceDirection.js +6 -0
- package/esm2015/lib/Shared/Enums/IconPosition.js +6 -0
- package/esm2015/lib/Shared/Enums/ImageType.js +10 -0
- package/esm2015/lib/Shared/Enums/InputType.js +9 -0
- package/esm2015/lib/Shared/Enums/Insert.js +9 -0
- package/esm2015/lib/Shared/Enums/LanguageMode.js +11 -0
- package/esm2015/lib/Shared/Enums/Misc.js +7 -0
- package/esm2015/lib/Shared/Enums/PagingActionMode.js +6 -0
- package/esm2015/lib/Shared/Enums/Para.js +9 -0
- package/esm2015/lib/Shared/Enums/PickerType.js +7 -0
- package/esm2015/lib/Shared/Enums/SelectMode.js +6 -0
- package/esm2015/lib/Shared/Enums/StartView.js +7 -0
- package/esm2015/lib/Shared/Enums/Style.js +8 -0
- package/esm2015/lib/Shared/Enums/menu-list-enum.js +6 -0
- package/esm2015/lib/Shared/Models/Attribute.js +3 -0
- package/esm2015/lib/Shared/Models/AutocompleteDTO.js +7 -0
- package/esm2015/lib/Shared/Models/AutocompleteOptions.js +29 -0
- package/esm2015/lib/Shared/Models/CalendarEventDTO.js +3 -0
- package/esm2015/lib/Shared/Models/CalendarOptions.js +17 -0
- package/esm2015/lib/Shared/Models/CancelDTO.js +7 -0
- package/esm2015/lib/Shared/Models/CheckBoxOptions.js +12 -0
- package/esm2015/lib/Shared/Models/CustomValidation.js +14 -0
- package/esm2015/lib/Shared/Models/DropdownListItem.js +3 -0
- package/esm2015/lib/Shared/Models/DropdownOptions.js +18 -0
- package/esm2015/lib/Shared/Models/EditPersonalImage.js +7 -0
- package/esm2015/lib/Shared/Models/EnglishArabicDTO.js +3 -0
- package/esm2015/lib/Shared/Models/FileDTO.js +2 -0
- package/esm2015/lib/Shared/Models/FileUploadModel.js +3 -0
- package/esm2015/lib/Shared/Models/FileUploadOptions.js +15 -0
- package/esm2015/lib/Shared/Models/FilterItem.js +8 -0
- package/esm2015/lib/Shared/Models/FormOptions.js +26 -0
- package/esm2015/lib/Shared/Models/HtmlEditorOptions.js +16 -0
- package/esm2015/lib/Shared/Models/ImageUploadOptions.js +18 -0
- package/esm2015/lib/Shared/Models/MapAutoCompleteOptions.js +11 -0
- package/esm2015/lib/Shared/Models/MapAutocompleteDTO.js +3 -0
- package/esm2015/lib/Shared/Models/MultiLingualHtmlEditorOptions.js +19 -0
- package/esm2015/lib/Shared/Models/MultiLingualTextAreaOptions.js +19 -0
- package/esm2015/lib/Shared/Models/MultilingualTextBoxOptions.js +22 -0
- package/esm2015/lib/Shared/Models/MultipleFileUploadModel.js +9 -0
- package/esm2015/lib/Shared/Models/PagingDTO.js +13 -0
- package/esm2015/lib/Shared/Models/PagingOptions.js +43 -0
- package/esm2015/lib/Shared/Models/PhoneOptions.js +15 -0
- package/esm2015/lib/Shared/Models/ProfileImageUploadOptions.js +15 -0
- package/esm2015/lib/Shared/Models/ProfilePictureDTO.js +3 -0
- package/esm2015/lib/Shared/Models/RadioButtonItem.js +3 -0
- package/esm2015/lib/Shared/Models/RadioButtonOptions.js +10 -0
- package/esm2015/lib/Shared/Models/RangeNumber.js +3 -0
- package/esm2015/lib/Shared/Models/SaveDTO.js +7 -0
- package/esm2015/lib/Shared/Models/TagsInputDTO.js +3 -0
- package/esm2015/lib/Shared/Models/TagsInputOptions.js +45 -0
- package/esm2015/lib/Shared/Models/TextAreaOptions.js +14 -0
- package/esm2015/lib/Shared/Models/TextBoxOptions.js +21 -0
- package/esm2015/lib/Shared/Models/ToggleslideOptions.js +9 -0
- package/esm2015/lib/Shared/Models/UploadPersonalImage.js +7 -0
- package/esm2015/lib/Shared/Models/datePickerOptions.js +24 -0
- package/esm2015/lib/Shared/config/environment.js +12 -0
- package/esm2015/lib/Shared/services/ControlUtility.js +114 -0
- package/esm2015/lib/Shared/services/OnPagingFiltersChange.service.js +22 -0
- package/esm2015/lib/Shared/services/validationErrorMassage.service.js +122 -0
- package/esm2015/lib/controls/AutocompleteTextBox/AutocompleteTextBox.component.js +236 -0
- package/esm2015/lib/controls/Calendar/Calendar.component.js +176 -0
- package/esm2015/lib/controls/CheckBox/CheckBox.component.js +111 -0
- package/esm2015/lib/controls/DateTimePicker/DateTimePicker.component.js +148 -0
- package/esm2015/lib/controls/DropdownList/DropdownList.component.js +172 -0
- package/esm2015/lib/controls/FileUplaod/FileUplaod.component.js +319 -0
- package/esm2015/lib/controls/Form/Form.component.js +82 -0
- package/esm2015/lib/controls/HtmlEditor/HtmlEditor.component.js +202 -0
- package/esm2015/lib/controls/ImageUpload/ImageUpload.component.js +304 -0
- package/esm2015/lib/controls/MapAutoComplete/MapAutoComplete.component.js +283 -0
- package/esm2015/lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component.js +383 -0
- package/esm2015/lib/controls/MultiLingualTextArea/MultiLingualTextArea.component.js +325 -0
- package/esm2015/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.js +326 -0
- package/esm2015/lib/controls/Paging/JwPagination.component.js +127 -0
- package/esm2015/lib/controls/Paging/Paging.component.js +215 -0
- package/esm2015/lib/controls/Phone/Phone.component.js +114 -0
- package/esm2015/lib/controls/ProfileImageUploader/ProfileImageUploader.component.js +326 -0
- package/esm2015/lib/controls/RadioButton/RadioButton.component.js +98 -0
- package/esm2015/lib/controls/TagsInput/TagsInput.component.js +205 -0
- package/esm2015/lib/controls/TextArea/TextArea.component.js +148 -0
- package/esm2015/lib/controls/TextBox/TextBox.component.js +217 -0
- package/esm2015/lib/controls/Toggleslide/toggleslide.component.js +71 -0
- package/esm2015/lib/controls/bbsf-controls.module.js +208 -0
- package/esm2015/public-api.js +101 -0
- package/fesm2015/bnsights-bbsf-controls.js +5794 -0
- package/fesm2015/bnsights-bbsf-controls.js.map +1 -0
- package/lib/Shared/Enums/CalendarView.d.ts +6 -0
- package/lib/Shared/Enums/ControlLayout.d.ts +4 -0
- package/lib/Shared/Enums/Countries.d.ts +245 -0
- package/lib/Shared/Enums/FileType.d.ts +20 -0
- package/lib/Shared/Enums/FilterType.d.ts +9 -0
- package/lib/Shared/Enums/FontSize.d.ts +5 -0
- package/lib/Shared/Enums/ForceDirection.d.ts +4 -0
- package/lib/Shared/Enums/IconPosition.d.ts +4 -0
- package/lib/Shared/Enums/ImageType.d.ts +8 -0
- package/lib/Shared/Enums/InputType.d.ts +7 -0
- package/lib/Shared/Enums/Insert.d.ts +7 -0
- package/lib/Shared/Enums/LanguageMode.d.ts +9 -0
- package/lib/Shared/Enums/Misc.d.ts +5 -0
- package/lib/Shared/Enums/PagingActionMode.d.ts +4 -0
- package/lib/Shared/Enums/Para.d.ts +7 -0
- package/lib/Shared/Enums/PickerType.d.ts +5 -0
- package/lib/Shared/Enums/SelectMode.d.ts +4 -0
- package/lib/Shared/Enums/StartView.d.ts +5 -0
- package/lib/Shared/Enums/Style.d.ts +6 -0
- package/lib/Shared/Enums/menu-list-enum.d.ts +4 -0
- package/lib/Shared/Models/Attribute.d.ts +4 -0
- package/lib/Shared/Models/AutocompleteDTO.d.ts +4 -0
- package/lib/Shared/Models/AutocompleteOptions.d.ts +74 -0
- package/lib/Shared/Models/CalendarEventDTO.d.ts +8 -0
- package/lib/Shared/Models/CalendarOptions.d.ts +29 -0
- package/lib/Shared/Models/CancelDTO.d.ts +5 -0
- package/lib/Shared/Models/CheckBoxOptions.d.ts +38 -0
- package/lib/Shared/Models/CustomValidation.d.ts +10 -0
- package/lib/Shared/Models/DropdownListItem.d.ts +4 -0
- package/lib/Shared/Models/DropdownOptions.d.ts +67 -0
- package/lib/Shared/Models/EditPersonalImage.d.ts +5 -0
- package/lib/Shared/Models/EnglishArabicDTO.d.ts +4 -0
- package/lib/Shared/Models/FileDTO.d.ts +19 -0
- package/lib/Shared/Models/FileUploadModel.d.ts +4 -0
- package/lib/Shared/Models/FileUploadOptions.d.ts +56 -0
- package/lib/Shared/Models/FilterItem.d.ts +13 -0
- package/lib/Shared/Models/FormOptions.d.ts +15 -0
- package/lib/Shared/Models/HtmlEditorOptions.d.ts +66 -0
- package/lib/Shared/Models/ImageUploadOptions.d.ts +59 -0
- package/lib/Shared/Models/MapAutoCompleteOptions.d.ts +44 -0
- package/lib/Shared/Models/MapAutocompleteDTO.d.ts +7 -0
- package/lib/Shared/Models/MultiLingualHtmlEditorOptions.d.ts +97 -0
- package/lib/Shared/Models/MultiLingualTextAreaOptions.d.ts +85 -0
- package/lib/Shared/Models/MultilingualTextBoxOptions.d.ts +83 -0
- package/lib/Shared/Models/MultipleFileUploadModel.d.ts +7 -0
- package/lib/Shared/Models/PagingDTO.d.ts +11 -0
- package/lib/Shared/Models/PagingOptions.d.ts +51 -0
- package/lib/Shared/Models/PhoneOptions.d.ts +56 -0
- package/lib/Shared/Models/ProfileImageUploadOptions.d.ts +64 -0
- package/lib/Shared/Models/ProfilePictureDTO.d.ts +12 -0
- package/lib/Shared/Models/RadioButtonItem.d.ts +4 -0
- package/lib/Shared/Models/RadioButtonOptions.d.ts +44 -0
- package/lib/Shared/Models/RangeNumber.d.ts +4 -0
- package/lib/Shared/Models/SaveDTO.d.ts +5 -0
- package/lib/Shared/Models/TagsInputDTO.d.ts +4 -0
- package/lib/Shared/Models/TagsInputOptions.d.ts +91 -0
- package/lib/Shared/Models/TextAreaOptions.d.ts +60 -0
- package/lib/Shared/Models/TextBoxOptions.d.ts +70 -0
- package/lib/Shared/Models/ToggleslideOptions.d.ts +36 -0
- package/lib/Shared/Models/UploadPersonalImage.d.ts +5 -0
- package/lib/Shared/Models/datePickerOptions.d.ts +65 -0
- package/lib/Shared/config/environment.d.ts +1 -0
- package/lib/Shared/services/ControlUtility.d.ts +23 -0
- package/lib/Shared/services/OnPagingFiltersChange.service.d.ts +7 -0
- package/lib/Shared/services/validationErrorMassage.service.d.ts +13 -0
- package/lib/controls/AutocompleteTextBox/AutocompleteTextBox.component.d.ts +51 -0
- package/lib/controls/Calendar/Calendar.component.d.ts +40 -0
- package/lib/controls/CheckBox/CheckBox.component.d.ts +33 -0
- package/lib/controls/DateTimePicker/DateTimePicker.component.d.ts +41 -0
- package/lib/controls/DropdownList/DropdownList.component.d.ts +47 -0
- package/lib/controls/FileUplaod/FileUplaod.component.d.ts +49 -0
- package/lib/controls/Form/Form.component.d.ts +15 -0
- package/lib/controls/HtmlEditor/HtmlEditor.component.d.ts +44 -0
- package/lib/controls/ImageUpload/ImageUpload.component.d.ts +64 -0
- package/lib/controls/MapAutoComplete/MapAutoComplete.component.d.ts +52 -0
- package/lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component.d.ts +58 -0
- package/lib/controls/MultiLingualTextArea/MultiLingualTextArea.component.d.ts +59 -0
- package/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.d.ts +57 -0
- package/lib/controls/Paging/JwPagination.component.d.ts +24 -0
- package/lib/controls/Paging/Paging.component.d.ts +44 -0
- package/lib/controls/Phone/Phone.component.d.ts +37 -0
- package/lib/controls/ProfileImageUploader/ProfileImageUploader.component.d.ts +65 -0
- package/lib/controls/RadioButton/RadioButton.component.d.ts +31 -0
- package/lib/controls/TagsInput/TagsInput.component.d.ts +47 -0
- package/lib/controls/TextArea/TextArea.component.d.ts +41 -0
- package/lib/controls/TextBox/TextBox.component.d.ts +50 -0
- package/lib/controls/Toggleslide/toggleslide.component.d.ts +26 -0
- package/lib/controls/bbsf-controls.module.d.ts +10 -0
- package/package.json +85 -0
- package/public-api.d.ts +66 -0
- package/src/lib/assets/Style.css +1149 -0
- package/src/lib/assets/i18n/ar.json +29 -0
- package/src/lib/assets/i18n/en.json +24 -0
- package/src/lib/assets/images/imagenotfound.png +0 -0
- package/src/lib/assets/images/uploadimg.png +0 -0
- package/src/lib/assets/images/userimg.png +0 -0
|
@@ -0,0 +1,1149 @@
|
|
|
1
|
+
@import'~ng-pick-datetime/assets/style/picker.min.css';
|
|
2
|
+
@import'~@ng-select/ng-select/themes/default.theme.css';
|
|
3
|
+
/*@import'~bootstrap/dist/css/bootstrap.css';
|
|
4
|
+
*/
|
|
5
|
+
/*@import "~@fortawesome/fontawesome-free/css/all.min.css";
|
|
6
|
+
*//*@import'~ngx-bootstrap/datepicker/bs-datepicker.css';*/
|
|
7
|
+
@import'~angular2-multiselect-dropdown/themes/default.theme.css';
|
|
8
|
+
@import'~intl-tel-input/build/css/intlTelInput.css';
|
|
9
|
+
/*@import'~@angular/material/prebuilt-themes/deeppurple-amber.css';
|
|
10
|
+
*/@import'~froala-editor/css/froala_editor.pkgd.min.css';
|
|
11
|
+
@import'~froala-editor/css/froala_style.min.css';
|
|
12
|
+
/*@import'~summernote/dist/summernote-lite.min.css';
|
|
13
|
+
*/@import'~cropperjs/dist/cropper.css';
|
|
14
|
+
@import'~ngx-toastr/toastr.css';
|
|
15
|
+
@import '~@angular/material/prebuilt-themes/indigo-pink.css';
|
|
16
|
+
/*@import'~summernote/dist/summernote-lite.min.css';
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
.allow-dropdown{
|
|
21
|
+
display: block !important;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.ProfileDropBox .cropper-view-box
|
|
25
|
+
{
|
|
26
|
+
outline: 0 !important;
|
|
27
|
+
border-radius:50% !important;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.ProfileDropBox .cropper-face
|
|
31
|
+
{
|
|
32
|
+
border-radius:50% ;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.ProfileDropBox ngx-dropzone-image-preview img{border-radius:50% !important;}
|
|
36
|
+
|
|
37
|
+
.ProfileDropBox [_nghost-ng-cli-universal-c5] ngx-dropzone-remove-badge[_ngcontent-ng-cli-universal-c5]
|
|
38
|
+
{
|
|
39
|
+
margin-right: 10px;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.cuppa-dropdown{
|
|
43
|
+
background-color: white;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.arrow-up ,.arrow-down
|
|
47
|
+
{
|
|
48
|
+
border-left:none !important;
|
|
49
|
+
border-right: none !important;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.dropdown-list
|
|
53
|
+
{
|
|
54
|
+
padding-top: 0px !important;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.c-token
|
|
58
|
+
{
|
|
59
|
+
background-color: cornflowerblue;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.pure-checkbox .selected-item
|
|
63
|
+
{
|
|
64
|
+
background-color: cornflowerblue;
|
|
65
|
+
color: white;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
i.fa.fa-search
|
|
69
|
+
{
|
|
70
|
+
display: none !important;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
span{
|
|
74
|
+
cursor: pointer;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.ta-results[_ngcontent-ng-cli-universal-c7]
|
|
78
|
+
{
|
|
79
|
+
position: static !important ;
|
|
80
|
+
width: -webkit-fill-available;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.dropdown[_nghost-ng-cli-universal-c7]
|
|
84
|
+
{
|
|
85
|
+
z-index: 10000000 !important;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
/* [_nghost-ng-cli-universal-c2]{
|
|
90
|
+
overflow: visible !important ;
|
|
91
|
+
} */
|
|
92
|
+
ngx-tags-input{
|
|
93
|
+
overflow: visible !important;
|
|
94
|
+
|
|
95
|
+
}
|
|
96
|
+
.allow-dropdown{
|
|
97
|
+
display: block !important;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
typeahead-container{
|
|
101
|
+
/* transform: none !important;
|
|
102
|
+
overflow: visible !important;
|
|
103
|
+
width: -webkit-fill-available; */
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
typeahead-container.dropdown
|
|
107
|
+
{
|
|
108
|
+
transform: translate3d(0, 29px, 0px) !important;
|
|
109
|
+
width: -webkit-fill-available;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
section.ta-results.list-group
|
|
113
|
+
{
|
|
114
|
+
position: static !important ;
|
|
115
|
+
width: -webkit-fill-available;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.b-auto-complete-textbox .ta-results.list-group
|
|
119
|
+
{
|
|
120
|
+
position:inherit !important;
|
|
121
|
+
max-height: 300px;
|
|
122
|
+
min-height: 200px;
|
|
123
|
+
overflow: hidden;
|
|
124
|
+
overflow-y: auto;
|
|
125
|
+
border-bottom: 1px solid #ced4da;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.b-auto-complete-textbox .ta-item.list-group-item
|
|
129
|
+
{
|
|
130
|
+
text-align: left !important;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.b-auto-complete-textbox .ta-item.list-group-item i
|
|
134
|
+
{
|
|
135
|
+
display: none !important;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
/* Checkbox Control */
|
|
139
|
+
.b-checkbox .kt-checkbox
|
|
140
|
+
{
|
|
141
|
+
cursor: inherit;
|
|
142
|
+
}
|
|
143
|
+
.form-check-input{
|
|
144
|
+
margin-left:0px !important;
|
|
145
|
+
}
|
|
146
|
+
.form-check-input {
|
|
147
|
+
height:1.5rem !important;
|
|
148
|
+
width:1.5rem !important
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.b-checkbox input:disabled ~ span {
|
|
152
|
+
background-color: #d1d7e2;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.b-checkbox input:disabled ~ span:hover
|
|
156
|
+
{
|
|
157
|
+
cursor: not-allowed !important;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
/* Toggle Slide Control */
|
|
161
|
+
.b-toggle-slide .mat-slide-toggle.mat-disabled .mat-slide-toggle-label,
|
|
162
|
+
.b-toggle-slide .mat-slide-toggle.mat-disabled .mat-slide-toggle-thumb-container
|
|
163
|
+
{
|
|
164
|
+
cursor: not-allowed;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.b-toggle-slide .mat-slide-toggle .mat-slide-toggle-bar
|
|
168
|
+
{
|
|
169
|
+
background-color: #EBEDF3;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.b-toggle-slide .mat-slide-toggle .mat-slide-toggle-thumb
|
|
173
|
+
{
|
|
174
|
+
background-color: #fff;
|
|
175
|
+
opacity: 1;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
/* File uplod container */
|
|
180
|
+
.dragndrop
|
|
181
|
+
{
|
|
182
|
+
padding: 30px;
|
|
183
|
+
border: 3px dashed #ccc;
|
|
184
|
+
font-size: 18px;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.dragndrop .drag-icon
|
|
188
|
+
{
|
|
189
|
+
font-size: 48px;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.b-img-preview img
|
|
193
|
+
{
|
|
194
|
+
max-width: 200px !important;
|
|
195
|
+
max-height: 200px !important;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.alert-danger
|
|
199
|
+
{
|
|
200
|
+
color: #f96868;
|
|
201
|
+
border-color: #ffeaea;
|
|
202
|
+
background-color: rgba(255,234,234,.8);
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.form-group label {
|
|
206
|
+
font-size: 1rem;
|
|
207
|
+
color: #3F4254 ;
|
|
208
|
+
font-weight: 500 !important;
|
|
209
|
+
}
|
|
210
|
+
.col-form-label {
|
|
211
|
+
padding-top:0px !important;
|
|
212
|
+
padding-bottom: 5px;
|
|
213
|
+
}
|
|
214
|
+
.form-control {
|
|
215
|
+
/* background-color: #f5f8fa;
|
|
216
|
+
border-color: #f5f8fa ;*/
|
|
217
|
+
color: #5e6278;
|
|
218
|
+
transition: color .2s ease,background-color .2s ease;
|
|
219
|
+
border-radius: 6px !important;
|
|
220
|
+
border-color: #e2e5ec !important;
|
|
221
|
+
height: auto !important;
|
|
222
|
+
}
|
|
223
|
+
.Required-text {
|
|
224
|
+
font-weight: 500;
|
|
225
|
+
font-size: .925rem;
|
|
226
|
+
}
|
|
227
|
+
.control-desc {
|
|
228
|
+
color: #a2a2a2;
|
|
229
|
+
}
|
|
230
|
+
.word-count {
|
|
231
|
+
position: absolute;
|
|
232
|
+
bottom: -25px;
|
|
233
|
+
right: 0px;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
|
|
237
|
+
border-top-right-radius: 0 !important;
|
|
238
|
+
border-bottom-right-radius: 0 !important;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.input-group-text {
|
|
242
|
+
background-color: #f5f8fa;
|
|
243
|
+
border-color: #f5f8fa;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.form-control {
|
|
247
|
+
border-color: #f2f3f4;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
/* datetime picker*/
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
.owl-dt-container, .owl-dt-container * {
|
|
254
|
+
box-sizing: border-box;
|
|
255
|
+
color: #797979;
|
|
256
|
+
font-weight: 600;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.owl-dt-inline-container, .owl-dt-popup-container {
|
|
260
|
+
width: 25.5em;
|
|
261
|
+
box-shadow: 0 0 50px 0 rgb(82 63 105 / 10%);
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.owl-dt-inline-container .owl-dt-calendar, .owl-dt-popup-container .owl-dt-calendar {
|
|
265
|
+
height: auto;
|
|
266
|
+
padding: 15px 10px;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-weekdays th {
|
|
270
|
+
padding-top: 1.2em;
|
|
271
|
+
font-size: .9em;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.owl-dt-control-period-button .owl-dt-control-button-arrow {
|
|
275
|
+
margin: 0px 6px;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.owl-dt-container, .owl-dt-container svg {
|
|
279
|
+
fill: #d7d5d5;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.owl-dt-calendar-table .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected) {
|
|
283
|
+
border-color: rgba(0,0,0,.4);
|
|
284
|
+
background: #f5f8fa;
|
|
285
|
+
color: #7e8299;
|
|
286
|
+
border-color: transparent;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
button.owl-dt-control.owl-dt-control-button.owl-dt-control-period-button:hover {
|
|
290
|
+
background-color: #f5f8fa;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
button.owl-dt-control.owl-dt-control-button.owl-dt-control-period-button {
|
|
294
|
+
padding: 5px;
|
|
295
|
+
border-radius: 6px;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.owl-dt-control-period-button:hover > .owl-dt-control-button-content {
|
|
299
|
+
background-color: transparent !important;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.owl-dt-calendar-table .owl-dt-calendar-cell-selected {
|
|
303
|
+
background: #009ef7;
|
|
304
|
+
color: #fff;
|
|
305
|
+
border-color: transparent;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.owl-dt-calendar-table .owl-dt-calendar-cell {
|
|
309
|
+
color: rgba(62, 61, 61, 0.85);
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.owl-dt-calendar-table .owl-dt-calendar-cell-active:focus > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected), .owl-dt-calendar-table :not(.owl-dt-calendar-cell-disabled):hover > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected) {
|
|
313
|
+
background-color: rgb(245, 248, 250);
|
|
314
|
+
color: #7e8299;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.owl-dt-container-buttons {
|
|
318
|
+
height: auto;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.owl-dt-container-control-button .owl-dt-control-button-content {
|
|
322
|
+
padding: 15px 10px;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
.owl-dt-container-control-button:hover .owl-dt-control-button-content {
|
|
326
|
+
background-color: #f5f8fa;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
.owl-dt-container-control-button:last-child:hover .owl-dt-control-button-content {
|
|
330
|
+
background-color: rgba(0, 158, 247, 0.11);
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
.owl-dt-container-info {
|
|
334
|
+
padding: 0px;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.owl-dt-container-info .owl-dt-container-range .owl-dt-container-range-content {
|
|
338
|
+
padding: 15px 5px;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.owl-dt-timer-content .owl-dt-timer-input {
|
|
342
|
+
font-size: 12px;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range {
|
|
346
|
+
background: #f1faff;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
.owl-dt-container-info-label {
|
|
350
|
+
color: #bbb9b9;
|
|
351
|
+
}
|
|
352
|
+
/*end datetime picker*/
|
|
353
|
+
|
|
354
|
+
.b-label {
|
|
355
|
+
padding: 15px 0px;
|
|
356
|
+
padding-top: 15px;
|
|
357
|
+
padding-right: 0px;
|
|
358
|
+
padding-left: 0px;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
/*html editor*/
|
|
362
|
+
.note-btn i {
|
|
363
|
+
vertical-align: initial;
|
|
364
|
+
line-height: initial;
|
|
365
|
+
padding-right: 0;
|
|
366
|
+
color: #74788d;
|
|
367
|
+
font-size: .875rem;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.note-toolbar {
|
|
371
|
+
padding: 10px !important;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
/*calendar*/
|
|
375
|
+
|
|
376
|
+
body {
|
|
377
|
+
--fc-event-border-color: #009ef7;
|
|
378
|
+
--fc-event-bg-color: #009ef7;
|
|
379
|
+
--fc-event-text-color: #ffffff;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.fc {
|
|
383
|
+
--fc-border-color: #eff2f5;
|
|
384
|
+
--fc-page-bg-color: #ffffff;
|
|
385
|
+
--fc-small-font-size: 0.95rem;
|
|
386
|
+
--fc-highlight-color: rgba(245, 248, 250, 0.5);
|
|
387
|
+
--fc-bg-event-opacity: 0.3;
|
|
388
|
+
--fc-neutral-bg-color: #f5f8fa;
|
|
389
|
+
--fc-today-bg-color: #f5f8fa;
|
|
390
|
+
--fc-now-indicator-color: #f1416c;
|
|
391
|
+
--fc-list-event-hover-bg-color: rgba(245, 248, 250, 0.5);
|
|
392
|
+
--fc-button-text-color: #7e8299;
|
|
393
|
+
--fc-button-bg-color: #f5f8fa;
|
|
394
|
+
--fc-button-border-color: #f5f8fa;
|
|
395
|
+
--fc-button-hover-bg-color: #f5f8fa;
|
|
396
|
+
--fc-button-hover-border-color: #f5f8fa;
|
|
397
|
+
--fc-button-active-bg-color: #eff2f5;
|
|
398
|
+
--fc-button-active-border-color: #eff2f5;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.fc table {
|
|
402
|
+
font-size: 1rem;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
.fc .fc-button {
|
|
406
|
+
padding: 0.75rem 1.25rem !important;
|
|
407
|
+
box-shadow: none !important;
|
|
408
|
+
border: 0 !important;
|
|
409
|
+
border-radius: 0.475rem;
|
|
410
|
+
vertical-align: middle;
|
|
411
|
+
font-weight: 500 !important;
|
|
412
|
+
text-transform: capitalize;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.fc .fc-button-primary {
|
|
416
|
+
margin: 0;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.fc .fc-button-primary .fc-icon {
|
|
420
|
+
font-size: 1.35rem;
|
|
421
|
+
margin-bottom: 0.15rem;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.fc .fc-button-primary:not(:disabled):not(.fc-button-active):active,
|
|
425
|
+
.fc .fc-button-primary:not(:disabled):not(.fc-button-active):focus,
|
|
426
|
+
.fc .fc-button-primary:not(:disabled):not(.fc-button-active):hover {
|
|
427
|
+
color: #181c32;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.fc .fc-button-primary:not(:disabled):not(.fc-button-active):active .fc-icon,
|
|
431
|
+
.fc .fc-button-primary:not(:disabled):not(.fc-button-active):focus .fc-icon,
|
|
432
|
+
.fc .fc-button-primary:not(:disabled):not(.fc-button-active):hover .fc-icon {
|
|
433
|
+
color: #181c32;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.fc .fc-button-primary:not(:disabled).fc-button-active {
|
|
437
|
+
color: #181c32;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.fc .fc-button-primary:not(:disabled).fc-button-active .fc-icon {
|
|
441
|
+
color: #181c32;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.fc .fc-button-group .fc-button {
|
|
445
|
+
margin: 0 !important;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.fc .fc-toolbar-title {
|
|
449
|
+
font-size: 1.5rem;
|
|
450
|
+
font-weight: 600;
|
|
451
|
+
color: #3f4254;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.fc .fc-col-header-cell {
|
|
455
|
+
padding: 0.75rem 0.5rem;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
.fc .fc-col-header-cell .fc-col-header-cell-cushion {
|
|
459
|
+
font-size: 1.1rem;
|
|
460
|
+
font-weight: 500;
|
|
461
|
+
color: #3f4254;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.fc .fc-scrollgrid {
|
|
465
|
+
border-radius: 0.475rem;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.fc .fc-scrollgrid thead > tr td:first-child {
|
|
469
|
+
border-top-left-radius: 0.475rem;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
.fc .fc-scrollgrid thead > tr td:last-child {
|
|
473
|
+
border-top-right-radius: 0.475rem;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.fc .fc-scrollgrid tbody > tr:last-child td:first-child {
|
|
477
|
+
border-bottom-left-radius: 0.475rem;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.fc .fc-scrollgrid tbody > tr:last-child td:last-child {
|
|
481
|
+
border-bottom-right-radius: 0.475rem;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
.fc .fc-daygrid-event {
|
|
485
|
+
margin-top: 3px;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
.fc .fc-daygrid-block-event .fc-event-time,
|
|
489
|
+
.fc .fc-daygrid-block-event .fc-event-title,
|
|
490
|
+
.fc .fc-daygrid-dot-event .fc-event-time,
|
|
491
|
+
.fc .fc-daygrid-dot-event .fc-event-title {
|
|
492
|
+
padding: 0.25rem 0.25rem;
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
.fc .fc-daygrid-day-number {
|
|
496
|
+
color: #3f4254;
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
.fc .fc-daygrid-dot-event {
|
|
500
|
+
background-color: #f5f8fa;
|
|
501
|
+
color: #7e8299;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
.fc .fc-daygrid-dot-event .fc-event-title {
|
|
505
|
+
font-weight: 500;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
.fc .fc-daygrid-dot-event.fc-event-mirror,
|
|
509
|
+
.fc .fc-daygrid-dot-event:hover {
|
|
510
|
+
background-color: #f5f8fa;
|
|
511
|
+
color: #009ef7;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
.fc .fc-daygrid-event-dot {
|
|
515
|
+
margin-left: 0.5rem;
|
|
516
|
+
margin-right: 0.1rem;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
.fc .fc-popover {
|
|
520
|
+
border: 0 !important;
|
|
521
|
+
background-color: #fff;
|
|
522
|
+
box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.1);
|
|
523
|
+
border-radius: 0.475rem;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
.fc .fc-popover .fc-popover-header {
|
|
527
|
+
border-top-left-radius: 0.475rem;
|
|
528
|
+
border-top-right-radius: 0.475rem;
|
|
529
|
+
padding: 0.65rem 0.75rem;
|
|
530
|
+
background-color: #fff;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
.fc .fc-popover .fc-popover-header .fc-popover-title {
|
|
534
|
+
color: #3f4254;
|
|
535
|
+
font-size: 1rem;
|
|
536
|
+
font-weight: 500;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
.fc .fc-popover .fc-popover-header .fc-popover-close {
|
|
540
|
+
font-size: 1rem;
|
|
541
|
+
color: #7e8299;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.fc .fc-popover .fc-popover-header .fc-popover-close:hover {
|
|
545
|
+
color: #009ef7;
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.fc .fc-popover .fc-popover-body {
|
|
549
|
+
padding: 0.5rem 0.75rem 0.75rem 0.75rem;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.fc .fc-daygrid-more-link {
|
|
553
|
+
font-weight: 500;
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.fc .fc-timegrid-slot {
|
|
557
|
+
height: 2rem;
|
|
558
|
+
font-size: 0.95rem;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
.fc .fc-list-day-cushion,
|
|
562
|
+
.fc .fc-list-table td {
|
|
563
|
+
padding: 0.85rem 1.15rem;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
.fc .fc-list-day-side-text,
|
|
567
|
+
.fc .fc-list-day-text {
|
|
568
|
+
font-size: 1.1rem;
|
|
569
|
+
color: #181c32;
|
|
570
|
+
font-weight: 600;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.fc .fc-list,
|
|
574
|
+
.fc .fc-list-table {
|
|
575
|
+
border-radius: 0.475rem;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
.fc .fc-list {
|
|
579
|
+
overflow: hidden;
|
|
580
|
+
position: relative;
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
.fc .fc-timegrid-axis {
|
|
584
|
+
padding-left: 0;
|
|
585
|
+
padding-right: 0;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
.fc .fc-timegrid-event .fc-event-main {
|
|
589
|
+
padding: 0.25rem 0.25rem;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
.fc .fc-timegrid-now-indicator-arrow {
|
|
593
|
+
margin-top: -1px;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
.fc-h-event {
|
|
597
|
+
font-weight: 400;
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
@media (max-width: 767.98px) {
|
|
601
|
+
.fc .fc-header-toolbar {
|
|
602
|
+
flex-direction: column;
|
|
603
|
+
align-items: flex-start;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
.fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1),
|
|
607
|
+
.fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) {
|
|
608
|
+
order: 2;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
.fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
|
|
612
|
+
order: 1;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
.fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1),
|
|
616
|
+
.fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
|
|
617
|
+
margin-bottom: 1rem;
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
.custom-control-input:checked ~ .custom-control-label::before {
|
|
622
|
+
background-color: #009ef7 !important;
|
|
623
|
+
border-color: #009ef7 !important;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
.page-item.active .page-link {
|
|
627
|
+
background-color: #3699FF !important;
|
|
628
|
+
border-color: #3699FF !important;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
.page-link {
|
|
632
|
+
font-weight: 500;
|
|
633
|
+
border: 0px !important;
|
|
634
|
+
margin: 0px 5px !important;
|
|
635
|
+
border-radius: 6px !important;
|
|
636
|
+
height: 2.5rem !important;
|
|
637
|
+
min-width: 2.5rem !important;
|
|
638
|
+
display: flex !important;
|
|
639
|
+
justify-content: center !important;
|
|
640
|
+
align-items: center !important;
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
.page-link :hover {
|
|
644
|
+
color: #009ef7;
|
|
645
|
+
background-color: #f1faff;
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
.b-pages select {
|
|
649
|
+
border: 1px solid #3698fd;
|
|
650
|
+
padding: 0px 5px;
|
|
651
|
+
border-radius: 5px;
|
|
652
|
+
color: #3698fd;
|
|
653
|
+
font-weight: 500;
|
|
654
|
+
}
|
|
655
|
+
/*toggle slide*/
|
|
656
|
+
.mat-slide-toggle {
|
|
657
|
+
padding-left: 10px !important;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
|
|
662
|
+
background-color: #e3f4fe !important;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
.mat-slide-toggle-thumb-container {
|
|
666
|
+
width: 20px !important;
|
|
667
|
+
height: 20px !important;
|
|
668
|
+
top: 2px !important;
|
|
669
|
+
left: 2px !important;
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
|
|
673
|
+
background-color: #009ef7 !important;
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
.mat-slide-toggle-thumb {
|
|
677
|
+
box-shadow: none !important;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
.mat-slide-toggle.mat-checked .mat-ripple-element {
|
|
681
|
+
background-color: #009ef7 !important;
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
.mat-slide-toggle-bar {
|
|
685
|
+
width: 40px !important;
|
|
686
|
+
height: 25px !important;
|
|
687
|
+
border-radius: 3.25rem !important;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
.mat-slide-toggle .mat-slide-toggle-ripple {
|
|
691
|
+
top: calc(50% - 17.5px) !important;
|
|
692
|
+
left: calc(50% - 17.5px) !important;
|
|
693
|
+
height: 30px !important;
|
|
694
|
+
width: 30px !important;
|
|
695
|
+
}
|
|
696
|
+
/*dropdown*/
|
|
697
|
+
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
|
|
698
|
+
padding: 12px 10px;
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
.ng-select-multiple.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-select-multiple.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
|
|
702
|
+
border-bottom: 1px solid white;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
|
|
706
|
+
margin: 0px 10px 0px 0px;
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
|
|
711
|
+
background-color: #f1faff;
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
|
|
715
|
+
background-color: #f1faff;
|
|
716
|
+
font-weight:500;
|
|
717
|
+
transition: color .2s ease,background-color .2s ease;
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
.ng-select.ng-select-opened > .ng-select-container {
|
|
721
|
+
border: 1px solid #e2e5ec;
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
.ng-dropdown-panel.ng-select-bottom {
|
|
725
|
+
border: 1px solid #e2e5ec;
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
.ng-select .ng-arrow-wrapper {
|
|
729
|
+
display: flex;
|
|
730
|
+
align-items: center;
|
|
731
|
+
justify-content: flex-end;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
.ng-select .ng-clear-wrapper {
|
|
735
|
+
display: flex;
|
|
736
|
+
align-items: center;
|
|
737
|
+
justify-content: center;
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
span.ng-value-label {
|
|
741
|
+
font-weight: 500 !important;
|
|
742
|
+
color: rgba(57,57, 57, 0.87);
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
.ng-select .ng-select-container .ng-value-container {
|
|
746
|
+
padding-left: 0px;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
.ng-select .ng-select-container {
|
|
750
|
+
padding: .65rem 1rem;
|
|
751
|
+
border: 1px solid #e2e5ec;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
#DisabledTextBox, #DisabledDropdown {
|
|
755
|
+
cursor: not-allowed;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
|
|
759
|
+
padding: 0px !important;
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
|
|
763
|
+
position: inherit !important;
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
.ng-placeholder {
|
|
767
|
+
padding: 0px !important;
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
.ng-select-multiple span.ng-value-label {
|
|
771
|
+
color: #009ef7;
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
|
|
775
|
+
background-color: #f1faff;
|
|
776
|
+
border-radius: 5px;
|
|
777
|
+
padding: 5px;
|
|
778
|
+
color: #009ef7;
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
|
|
782
|
+
|
|
783
|
+
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label, .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
|
|
784
|
+
font-weight: 500;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
.ks-cboxtags label::after {
|
|
788
|
+
font-family: "Font Awesome 5 Free";
|
|
789
|
+
font-weight: 900;
|
|
790
|
+
font-size: 12px;
|
|
791
|
+
position: absolute;
|
|
792
|
+
right: 10px;
|
|
793
|
+
color: #4c5050;
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
.ks-cboxtags:hover ::after {
|
|
797
|
+
font-family: "Font Awesome 5 Free";
|
|
798
|
+
content: "\f00c";
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
.ks-cboxtags input[type="checkbox"]:checked + label::after {
|
|
802
|
+
content: "\f00c";
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
.ks-cboxtags input[type="checkbox"] {
|
|
807
|
+
position: absolute;
|
|
808
|
+
opacity: 0;
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
.ks-cboxtags input[type="checkbox"]:focus + label {
|
|
812
|
+
border: 2px solid #e9a1ff;
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
|
|
816
|
+
top: 10px;
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.input-group input , .ng-select.ng-select-single .ng-select-container {
|
|
820
|
+
height: 40px !important;
|
|
821
|
+
}
|
|
822
|
+
.ng-dropdown-panel .scroll-host::-webkit-scrollbar {
|
|
823
|
+
width: 5px;
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
.ng-dropdown-panel .scroll-host::-webkit-scrollbar-track {
|
|
827
|
+
background: #f1f1f1;
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
.ng-dropdown-panel .scroll-host::-webkit-scrollbar-thumb {
|
|
831
|
+
background: #e2e2e2;
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
.ng-dropdown-panel .scroll-host::-webkit-scrollbar-thumb {
|
|
835
|
+
background: #888;
|
|
836
|
+
}
|
|
837
|
+
.ng-dropdown-panel.ng-select-bottom, .ng-select.ng-select-opened > .ng-select-container {
|
|
838
|
+
border: 1px solid #e2e5ec;
|
|
839
|
+
}
|
|
840
|
+
/*controls*/
|
|
841
|
+
.bnsights-control.form-control, .ng-select .ng-select-container, input-group {
|
|
842
|
+
transition: color .2s ease,background-color .2s ease;
|
|
843
|
+
padding: .75rem 1rem;
|
|
844
|
+
font-size: 1rem;
|
|
845
|
+
border-radius: .475rem !important;
|
|
846
|
+
display: flex;
|
|
847
|
+
align-items: center;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
textarea.bnsights-control.form-control {
|
|
852
|
+
height: 92px !important;
|
|
853
|
+
resize: none;
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
.ng-dropdown-panel {
|
|
857
|
+
border: 0;
|
|
858
|
+
box-shadow: 0 0 30px rgb(0 0 0 / 30%);
|
|
859
|
+
border-radius: .475rem;
|
|
860
|
+
padding: 1rem 0;
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
|
|
864
|
+
padding: .75rem 1.25rem;
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option:hover {
|
|
868
|
+
transition: color .2s ease,background-color .2s ease;
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
|
|
872
|
+
transition: color .2s ease,background-color .2s ease;
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
.ng-select .ng-clear-wrapper {
|
|
876
|
+
display: flex;
|
|
877
|
+
align-items: center;
|
|
878
|
+
justify-content: center;
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
|
|
882
|
+
/* Toggle Slide Control */
|
|
883
|
+
.b-toggle-slide .mat-slide-toggle.mat-disabled .mat-slide-toggle-label,
|
|
884
|
+
.b-toggle-slide .mat-slide-toggle.mat-disabled .mat-slide-toggle-thumb-container {
|
|
885
|
+
cursor: not-allowed;
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
|
|
889
|
+
.b-toggle-slide .mat-slide-toggle .mat-slide-toggle-thumb {
|
|
890
|
+
opacity: 1;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
.b-toggle-slide .mat-slide-toggle.mat-disabled .mat-slide-toggle-bar {
|
|
894
|
+
opacity: 0.5;
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
.mat-slide-toggle-thumb-container {
|
|
899
|
+
width: 25px !important;
|
|
900
|
+
height: 25px !important;
|
|
901
|
+
top: 4px !important;
|
|
902
|
+
left: 4px !important;
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar .mat-slide-toggle-thumb-container {
|
|
906
|
+
left: 0px !important;
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
.mat-slide-toggle-thumb {
|
|
911
|
+
box-shadow: none !important;
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
|
|
915
|
+
.mat-slide-toggle-bar {
|
|
916
|
+
width: 40px !important;
|
|
917
|
+
height: 2.25rem !important;
|
|
918
|
+
border-radius: 3.25rem !important;
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
.mat-slide-toggle .mat-slide-toggle-ripple {
|
|
922
|
+
top: calc(50% - 17.5px) !important;
|
|
923
|
+
left: calc(50% - 17.5px) !important;
|
|
924
|
+
height: 35px !important;
|
|
925
|
+
width: 35px !important;
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
|
|
929
|
+
|
|
930
|
+
.page-item .page-link {
|
|
931
|
+
cursor: pointer;
|
|
932
|
+
}
|
|
933
|
+
|
|
934
|
+
/*radio button*/
|
|
935
|
+
|
|
936
|
+
input[type="radio"] {
|
|
937
|
+
-webkit-appearance: none;
|
|
938
|
+
appearance: none;
|
|
939
|
+
margin: 0;
|
|
940
|
+
font: inherit;
|
|
941
|
+
width: 1.75em;
|
|
942
|
+
height: 1.75em;
|
|
943
|
+
border: 0.15em solid #2b2b40;
|
|
944
|
+
border-radius: 50%;
|
|
945
|
+
display: grid;
|
|
946
|
+
place-content: center;
|
|
947
|
+
margin-right: 10px;
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
input[type="radio"]::before {
|
|
951
|
+
content: "";
|
|
952
|
+
width: 0.9em;
|
|
953
|
+
height: 0.9em;
|
|
954
|
+
border-radius: 50%;
|
|
955
|
+
transform: scale(0);
|
|
956
|
+
transition: 120ms transform ease-in-out;
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
input[type="radio"]:checked::before {
|
|
960
|
+
transform: scale(1);
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
|
|
965
|
+
.custom-control.custom-radio.custom-control-inline {
|
|
966
|
+
display: flex;
|
|
967
|
+
align-items: center;
|
|
968
|
+
padding-bottom: 15px !important;
|
|
969
|
+
}
|
|
970
|
+
|
|
971
|
+
/*phone*/
|
|
972
|
+
input#phone {
|
|
973
|
+
transition: color .2s ease,background-color .2s ease;
|
|
974
|
+
min-height: calc(1.5em +1.65rem +2px );
|
|
975
|
+
padding-bottom: 0.75rem;
|
|
976
|
+
padding-top: 0.75rem;
|
|
977
|
+
font-size: 1.15rem;
|
|
978
|
+
border-radius: 0.475rem !important;
|
|
979
|
+
display: flex;
|
|
980
|
+
align-items: center;
|
|
981
|
+
width: 100%
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
.iti.iti--allow-dropdown {
|
|
985
|
+
width: 100%;
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
input#country-search-box {
|
|
989
|
+
padding: 15px 10px;
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
|
|
993
|
+
|
|
994
|
+
.iti__country {
|
|
995
|
+
padding: 8px 10px;
|
|
996
|
+
outline: none;
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
li.iti__country:hover {
|
|
1000
|
+
text-decoration: none;
|
|
1001
|
+
}
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
/*html editor*/
|
|
1005
|
+
.angular-editor .angular-editor-wrapper .angular-editor-textarea {
|
|
1006
|
+
min-height: 150px !important;
|
|
1007
|
+
border-radius: 4px;
|
|
1008
|
+
margin-top: 0px !important
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
.angular-editor-wrapper {
|
|
1012
|
+
padding-top: 8px
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
.angular-editor-toolbar .angular-editor-toolbar-set .angular-editor-button {
|
|
1016
|
+
min-width: 2.5rem !important;
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
|
|
1020
|
+
.ae-font .ae-picker-label {
|
|
1021
|
+
font-size: 12px;
|
|
1022
|
+
text-align: left;
|
|
1023
|
+
min-width: 2rem;
|
|
1024
|
+
}
|
|
1025
|
+
|
|
1026
|
+
.angular-editor-toolbar {
|
|
1027
|
+
padding: 0px !important;
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
.ae-font .ae-picker-label:before {
|
|
1032
|
+
width: 0px !important;
|
|
1033
|
+
height: 0px !important;
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
|
|
1037
|
+
/*paging select*/
|
|
1038
|
+
.b-pages select {
|
|
1039
|
+
word-wrap: normal;
|
|
1040
|
+
border-radius: 4px;
|
|
1041
|
+
border: 0px;
|
|
1042
|
+
margin-right: 10px;
|
|
1043
|
+
padding: 2px 4px;
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
|
|
1047
|
+
/*textbox with icon*/
|
|
1048
|
+
.svg.svg-icon-grey {
|
|
1049
|
+
z-index: 4;
|
|
1050
|
+
position: absolute;
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
.svg.svg-icon-grey svg {
|
|
1054
|
+
height: 1.75rem !important;
|
|
1055
|
+
width: 1.75rem !important
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
.left {
|
|
1059
|
+
left: 0px;
|
|
1060
|
+
margin-left: 1.5rem !important;
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
.right {
|
|
1064
|
+
right: 0px;
|
|
1065
|
+
margin-right: 1.5rem !important;
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
.left + input {
|
|
1069
|
+
padding-left: 3.7rem !important;
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
.right + input {
|
|
1073
|
+
padding-right: 3.7rem !important;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
.svg.svg-icon-grey svg [fill]:not(.permanent):not(g) {
|
|
1077
|
+
transition: fill .3s ease;
|
|
1078
|
+
fill: #565674;
|
|
1079
|
+
}
|
|
1080
|
+
|
|
1081
|
+
.form-group {
|
|
1082
|
+
margin-bottom: 1.75rem;
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
body, html {
|
|
1086
|
+
font-size: 13px;
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
.input-group-text {
|
|
1090
|
+
height: 100%;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
.form-control:focus {
|
|
1094
|
+
border-color: #93a5b9;
|
|
1095
|
+
box-shadow: none !important;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
.form-check.form-check-custom {
|
|
1099
|
+
padding-left: 0px;
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
|
|
1103
|
+
border-bottom-right-radius: 0 !important;
|
|
1104
|
+
border-bottom-left-radius: 0 !important;
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
.ng-dropdown-panel {
|
|
1108
|
+
box-shadow: 0 0 30px #00000000;
|
|
1109
|
+
}
|
|
1110
|
+
|
|
1111
|
+
.ng-dropdown-panel.ng-select-bottom {
|
|
1112
|
+
border-top-right-radius: 0 !important;
|
|
1113
|
+
border-top-left-radius: 0 !important;
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
.ng-dropdown-panel.ng-select-top {
|
|
1117
|
+
border: 1px solid #ccc;
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
input[type=radio] {
|
|
1121
|
+
border: 1px solid #ddd;
|
|
1122
|
+
cursor: pointer;
|
|
1123
|
+
width: 1.6rem;
|
|
1124
|
+
height: 1.6rem;
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
input[type=radio]:before {
|
|
1128
|
+
width: 0.6rem;
|
|
1129
|
+
height: 0.6rem;
|
|
1130
|
+
background: #3699ff;
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
.autocomplete-container {
|
|
1134
|
+
box-shadow: none !important;
|
|
1135
|
+
width: 100%;
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
ng-autocomplete.ng-autocomplete.bnsights-control {
|
|
1139
|
+
padding: 0px !important;
|
|
1140
|
+
}
|
|
1141
|
+
/*tags input*/
|
|
1142
|
+
.tags-input .badge {
|
|
1143
|
+
background: #e4e4e4;
|
|
1144
|
+
color: #3e3e3e;
|
|
1145
|
+
}
|
|
1146
|
+
|
|
1147
|
+
.input-group-append {
|
|
1148
|
+
height: 100%;
|
|
1149
|
+
}
|