fee89d5eb04e5e890800df54162399cbb478255d
[portal/sdk.git] /
1 mat-icon{
2     color: #006496;
3     cursor: pointer;
4 }
5
6
7 button,
8 input,
9 select,
10 textarea {
11     margin: 0;
12     font-size: 100%;
13     vertical-align: middle; }
14
15
16 button,
17 html input[type="button"],
18 input[type="reset"],
19 input[type="submit"] {
20     appearance: button;
21     cursor: pointer; }
22
23
24 .defaultFontSize1{
25     font-size: 16px;
26 }
27
28 .defaultFontSize{
29     font-size: 15px;
30 }
31
32 .boxMargin{
33
34     width: auto;
35 }
36
37 .tab-content{
38     margin-right: 20px;
39     /* background-color: #006496; */
40     color: rgb(0, 0, 0);
41 }
42
43 .stdForm{
44     margin-left: 20px;
45 }
46
47 .field-group {
48     position: relative;
49     display: block;
50 }
51 input {
52     width: 400px;
53     height: 35px;
54 }
55
56 label + .field-group, label + .input-append, label + .row, label + .row-nowrap, label + .form-row {
57     margin-top: 5px;
58 }
59
60
61 .checkbox .skin {
62     background-color: #fff;
63     border: 1px solid #d2d2d2;
64     border-radius: 3px;
65     display: inline-block;
66     height: 24px;
67     width: 24px;
68     position: absolute;
69     left: 0;
70     top: 0;
71 }
72
73
74 label,
75 select,
76 button,
77 input[type="button"],
78 input[type="reset"],
79 input[type="submit"],
80 input[type="radio"],
81 input[type="checkbox"] {
82     cursor: pointer; }
83
84 input[type=search] {
85     -webkit-appearance: textfield; }
86
87 input[type=search]:-webkit-search-cancel-button,
88 input[type=search]:-webkit-search-decoration {
89     -webkit-appearance: none; }
90
91
92
93 [class*="icon-primary-"],
94 .nav-links a:after,
95 .bellyband-link a:after,
96 .breadcrumb > li:after,
97 .checkbox input:checked + .skin:after,
98 .checkbox input.indeterminate + .skin:after,
99 .checkbox input:indeterminate + .skin:after,
100 .selectWrap.large:before,
101 .form-row.error .error-msg:before,
102 .close:before,
103 .reset-field:before,
104 .cssIcon-globe:before,
105 .selectWrap:after {
106     color: #0568ae;
107     left: 6px;
108     top: -3px;
109     width: 2px;
110     height: 3px;
111     border: solid white;
112     border-width: 0 3px 3px 0;
113     -webkit-transform: rotate(45deg);
114     -ms-transform: rotate(45deg);
115     transform: rotate(45deg);}
116
117
118 .checkbox {
119     position: relative;
120     min-height: 24px;
121     font-family: "Omnes-ECOMP-W02", Arial;
122     font-size: 1rem;
123 }
124 .checkbox input {
125     -webkit-tap-highlight-color: transparent;
126     height: 20px;
127     margin-left: 20px;
128     opacity: 0;
129     outline: none;
130     position: absolute;
131     left: 1px;
132     top: 1px;
133     width: 10px; }
134 .checkbox input:focus + .skin {
135     border-color: #0568ae; }
136 .checkbox input:focus + .skin:before {
137     content: "";
138     height: 34px;
139     left: -6px;
140     top: -6px;
141     outline: 1px dotted #000000;
142     position: absolute;
143     width: 34px; }
144 .checkbox input:checked:not(:disabled) + .skin {
145     background-color: #0568ae;
146     border-color: #0568ae; }
147 .checkbox input:checked:disabled + .skin:after {
148     color: #5A5A5A; }
149 .checkbox input:checked + .skin:after {
150     height: 20px;
151     width: 10px;
152     background-color: transparent;
153     font-size: 23.4px;
154     color: #FFFFFF;
155     line-height: 21px; }
156 .checkbox input:disabled + .skin {
157     cursor: not-allowed;
158     background-color: #d2d2d2;
159     border-color: #d2d2d2;
160     color: #666666; }
161 .checkbox input:disabled + .skin + span {
162     cursor: not-allowed;
163     color: #666666; }
164 .checkbox input:invalid + .skin {
165     border: solid 1px #cf2a2a; }
166 .checkbox input:indeterminate + .skin:after {
167     background-color: transparent;
168     font-size: 25px;
169     color: #0574ac;
170     content: "\e920"; }
171 .checkbox .skin {
172     background-color: #fff;
173     border: 1px solid #d2d2d2;
174     border-radius: 3px;
175     display: inline-block;
176     height: 24px;
177     width: 24px;
178     position: absolute;
179     left: 0;
180     top: 0; }
181 .checkbox span {
182     display: inline-block;
183     margin-left: 34px;
184     margin-top: 0;
185     position: relative;
186     top: 3px; }
187 .checkbox label {
188     font-size: 1.6rem;
189     font-family: "Omnes-ECOMP-W02", Arial; }
190 .checkbox input {
191     z-index: 9999; }
192 .checkbox input.indeterminate + .skin:after {
193     font-size: 22px;
194     color: #0568ae; }
195
196 .filter-container .checkbox .icon-primary-spinner {
197     height: 24px;
198     position: absolute;
199     width: 24px; }
200
201
202 textarea {
203     display: block;
204     width: 400px;
205     max-width: 50%;
206     padding: 15px;
207 }
208 select {
209     margin-right: -1;
210     max-width: 400px;
211     height: 36px;
212     line-height: 25px;
213     width: 400px;
214     background-color: #95959521; }
215
216
217 input.awd-select {
218     background-color: transparent;
219     border: 1px solid #d2d2d2;
220     border-radius: 6px;
221     box-shadow: 1px 5px 2px -5px rgba(0, 0, 0, 0.15);
222     color: #333333;
223     display: block;
224     font-family: "Omnes-ECOMP-W02", Arial;
225     /*font-size: 1.6rem;*/
226     height: 36px;
227     line-height: 0;
228     margin-bottom: 0;
229     position: relative;
230     text-align: left;
231     top: 0;
232     width: 100%;
233     z-index: 10;
234     padding: 12px 45px 8px 15px;
235     user-select: none; }
236 input.awd-select:focus {
237     border-color: #0568ae !important;
238     text-overflow: ellipsis;
239     padding-right: 45px; }
240
241 .inputWrap {
242     border-radius: 6px;
243     position: relative;
244     height: 36px;
245     line-height: 44px;
246     display: block;
247     margin: 0;
248 }
249
250 button.awd-select.active {
251     border-radius: 6px 6px 0 0; }
252 button.awd-select.active:focus {
253     border-color: #d2d2d2 !important; }
254
255 input.awd-select.active {
256     border-radius: 6px 6px 0 0; }
257 input.awd-select.active:focus {
258     border-color: #d2d2d2 !important; }
259
260
261 .isIE.ds2-no-colors .awd-select:focus {
262     outline: 1px dashed transparent; }
263
264
265 label + .selectWrap {
266     margin-top: 4px; }
267
268 .isIE select.awd-select + span {
269     line-height: 1; }
270
271 [data-default-option="true"] {
272     color: #767676 !important;
273     font-family: "Omnes-ECOMP-W02-Italic", Arial; }
274
275 .placeholdercolor {
276     color: #767676 !important;
277     font-family: "Omnes-ECOMP-W02-Italic", Arial; }
278
279
280 /**********************Dropdown Chrome scrolling fix start ********************/
281 input.awd-select {
282     -webkit-user-select: text;
283     -moz-user-select: text;
284     -ms-user-select: text;
285     user-select: text; }
286
287
288 i, em {
289     font-family: "Omnes-ECOMP-W02-Italic", Arial;
290     font-style: normal;
291 }
292
293
294
295 .card{
296     border-radius: 5px;
297 }
298
299 .card-header{
300     height: 50px;
301 }
302
303 .card-body{
304     height: 150px;
305 }
306
307 .card-footer{
308     height: 50px;
309 }
310
311 .dialog__close-btn {
312     border: 0;
313     background: #087ac2;
314     color: #ffffff;
315     position: absolute;
316     top: 8px;
317     right: 8px;
318     font-size: 1.2em;
319     display: block;
320     border: #087ac2 2px solid;
321 }
322
323 .modalTitle{
324     font-size: 35px;
325 }
326
327
328 .full-width-table {
329     width: 100%;
330 }
331
332
333 .app-data-table {
334     margin-top: 35px;
335     /* margin-left: 250px;
336     margin-right: 250px; */
337     /* overflow: scroll; */
338 }
339
340 .app-data-table1 {
341     margin-left: 150px;
342     margin-right: 150px;
343 }
344
345 th{
346     background-color: #2125299c;
347     color: rgb(255, 255, 255);
348     font-size: 15px;
349     border-radius: 2px;
350     height: 35px;
351 }
352
353 tr:nth-child(even) {
354     background-color: #dddddd;
355     font-size: 2px;
356     height: 35px;
357     border-radius: 4px;
358
359 }
360
361 tr:nth-child(odd) {
362     font-size: 2px;
363     height: 35px;
364     border-radius: 4px;
365 }
366
367
368 .card{
369     border-radius: 10px;
370
371 }
372
373 .card-header{
374     height: 80px;
375 }
376
377 .card-body{
378     height: 150px;
379 }
380
381 .card-footer{
382     height: 55px;
383     margin-right: 10px;
384 }
385
386 .dialog__close-btn {
387     border: 0;
388     background: #087ac2;
389     color: #ffffff;
390     position: absolute;
391     top: 12px;
392     right: 12px;
393     font-size: 1em;
394     display: block;
395     border: #087ac2 2px solid;
396 }
397
398 .modalTitle{
399     font-size: 35px;
400 }
401
402 ::-webkit-scrollbar {
403     width: 5px;
404     background: transparent;
405 }
406
407
408 label {
409     float: left;
410     width: 24em;
411     margin-right: 2em;
412     text-align: right;
413 }
414
415
416 .btn-alt {
417     border-color: #087ac2 transparent #0568ae;
418     background-color: #0568ae;
419     background: linear-gradient(to bottom, #087ac2 0%, #0568ae 100%);
420     color: #ffffff; }
421 .btn-alt:hover {
422     color: #ffffff;
423     outline-color: #ffffff !important;
424     background: linear-gradient(to bottom, #0568ae 0%, #087ac2 100%); }
425 .btn-alt:focus {
426     color: #ffffff;
427     outline-color: #ffffff !important;
428     background: linear-gradient(to bottom, #0568ae 0%, #087ac2 100%); }
429 .btn-alt:active {
430     color: #ffffff;
431     outline-color: #ffffff !important;
432     background: linear-gradient(to bottom, #0568ae 0%, #087ac2 100%); }
433 .btn-arrow .btn.btn-small {
434     height: 20px;
435     max-width: 20px;
436     min-width: 20px;
437     width: 20px;
438     top: -1px; }
439 .btn-arrow .btn.btn-small .icon-primary-left:before {
440     font-size: 5px;
441     top: 4px;
442     left: 0; }
443 .btn-arrow .btn.btn-small .icon-primary-right:before {
444     font-size: 5px;
445     top: 4px;
446     left: 10px; }
447