Initial OpenECOMP policy/engine commit
[policy/engine.git] / ecomp-sdk-app / src / main / webapp / app / fusion / external / bootstrap / bs.css
1 .fade {
2   opacity: 0;
3   -webkit-transition: opacity .15s linear;
4        -o-transition: opacity .15s linear;
5           transition: opacity .15s linear;
6 }
7 .fade.in {
8   opacity: 1;
9 }
10 .modal-open {
11   overflow: hidden;
12 }
13 .modal {
14   position: fixed;
15   top: 0;
16   right: 0;
17   bottom: 0;
18   left: 0;
19   z-index: 99999;
20   display: none;
21   overflow: hidden;
22   -webkit-overflow-scrolling: touch;
23   outline: 0;
24 }
25 .modal.fade .modal-dialog {
26   -webkit-transition: -webkit-transform .3s ease-out;
27        -o-transition:      -o-transform .3s ease-out;
28           transition:         transform .3s ease-out;
29   -webkit-transform: translate(0, -25%);
30       -ms-transform: translate(0, -25%);
31        -o-transform: translate(0, -25%);
32           transform: translate(0, -25%);
33 }
34 .modal.in .modal-dialog {
35   -webkit-transform: translate(0, 0);
36       -ms-transform: translate(0, 0);
37        -o-transform: translate(0, 0);
38           transform: translate(0, 0);
39 }
40 .modal-open .modal {
41   overflow-x: hidden;
42   overflow-y: auto;
43 }
44 .modal-dialog {
45   position: relative;
46   width: auto;
47   margin: 10px;
48 }
49 .modal-content {
50   position: relative;
51   background-color: #fff;
52   -webkit-background-clip: padding-box;
53           background-clip: padding-box;
54   border: 1px solid #999;
55   border: 1px solid rgba(0, 0, 0, .2);
56   border-radius: 6px;
57   outline: 0;
58   -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
59           box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
60 }
61 .modal-backdrop {
62   position: fixed;
63   top: 0;
64   right: 0;
65   bottom: 0;
66   left: 0;
67   z-index: 9997;
68   background-color: #000;
69 }
70 .modal-backdrop.fade {
71   filter: alpha(opacity=0);
72   opacity: 0;
73 }
74 .modal-backdrop.in {
75   filter: alpha(opacity=50);
76   opacity: .5;
77 }
78 .modal-header {
79   min-height: 16.42857143px;
80   padding: 15px;
81   border-bottom: 1px solid #e5e5e5;
82 }
83 .modal-header .close {
84   margin-top: -2px;
85 }
86 .modal-title {
87   margin: 0;
88   line-height: 1.42857143;
89 }
90 .modal-body {
91   position: relative;
92   padding: 15px;
93 }
94 .modal-footer {
95   padding: 15px;
96   text-align: right;
97   border-top: 1px solid #e5e5e5;
98 }
99 .modal-footer .btn + .btn {
100   margin-bottom: 0;
101   margin-left: 5px;
102 }
103 .modal-footer .btn-group .btn + .btn {
104   margin-left: -1px;
105 }
106 .modal-footer .btn-block + .btn-block {
107   margin-left: 0;
108 }
109 .modal-scrollbar-measure {
110   position: absolute;
111   top: -9999px;
112   width: 50px;
113   height: 50px;
114   overflow: scroll;
115 }
116 @media (min-width: 768px) {
117   .modal-dialog {
118     width: 600px;
119     margin: 30px auto;
120   }
121   .modal-content {
122     -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
123             box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
124   }
125   .modal-sm {
126     width: 300px;
127   }
128 }
129 @media (min-width: 992px) {
130   .modal-lg {
131          width: 1100px; 
132 /*     width: 900px; */
133   }
134 }
135 .btn {
136   display: inline-block;
137   padding: 6px 12px;
138   margin-bottom: 0;
139   font-size: 14px;
140   font-weight: normal;
141   line-height: 1.42857143;
142   text-align: center;
143   white-space: nowrap;
144   vertical-align: middle;
145   -ms-touch-action: manipulation;
146       touch-action: manipulation;
147   cursor: pointer;
148   -webkit-user-select: none;
149      -moz-user-select: none;
150       -ms-user-select: none;
151           user-select: none;
152   background-image: none;
153   border: 1px solid transparent;
154   border-radius: 4px;
155 }
156 .btn:focus,
157 .btn:active:focus,
158 .btn.active:focus,
159 .btn.focus,
160 .btn:active.focus,
161 .btn.active.focus {
162   outline: thin dotted;
163   outline: 5px auto -webkit-focus-ring-color;
164   outline-offset: -2px;
165 }
166 .btn:hover,
167 .btn:focus,
168 .btn.focus {
169   color: #333;
170   text-decoration: none;
171 }
172 .btn:active,
173 .btn.active {
174   background-image: none;
175   outline: 0;
176   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
177           box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
178 }
179 .btn.disabled,
180 .btn[disabled],
181 fieldset[disabled] .btn {
182   cursor: not-allowed;
183   filter: alpha(opacity=65);
184   -webkit-box-shadow: none;
185           box-shadow: none;
186   opacity: .65;
187 }
188 a.btn.disabled,
189 fieldset[disabled] a.btn {
190   pointer-events: none;
191 }
192 .btn-default {
193   color: #333;
194   background-color: #fff;
195   border-color: #ccc;
196 }
197 .btn-default:focus,
198 .btn-default.focus {
199   color: #333;
200   background-color: #e6e6e6;
201   border-color: #8c8c8c;
202 }
203 .btn-default:hover {
204   color: #333;
205   background-color: #e6e6e6;
206   border-color: #adadad;
207 }
208 .btn-default:active,
209 .btn-default.active,
210 .open > .dropdown-toggle.btn-default {
211   color: #333;
212   background-color: #e6e6e6;
213   border-color: #adadad;
214 }
215 .btn-default:active:hover,
216 .btn-default.active:hover,
217 .open > .dropdown-toggle.btn-default:hover,
218 .btn-default:active:focus,
219 .btn-default.active:focus,
220 .open > .dropdown-toggle.btn-default:focus,
221 .btn-default:active.focus,
222 .btn-default.active.focus,
223 .open > .dropdown-toggle.btn-default.focus {
224   color: #333;
225   background-color: #d4d4d4;
226   border-color: #8c8c8c;
227 }
228 .btn-default:active,
229 .btn-default.active,
230 .open > .dropdown-toggle.btn-default {
231   background-image: none;
232 }
233 .btn-default.disabled,
234 .btn-default[disabled],
235 fieldset[disabled] .btn-default,
236 .btn-default.disabled:hover,
237 .btn-default[disabled]:hover,
238 fieldset[disabled] .btn-default:hover,
239 .btn-default.disabled:focus,
240 .btn-default[disabled]:focus,
241 fieldset[disabled] .btn-default:focus,
242 .btn-default.disabled.focus,
243 .btn-default[disabled].focus,
244 fieldset[disabled] .btn-default.focus,
245 .btn-default.disabled:active,
246 .btn-default[disabled]:active,
247 fieldset[disabled] .btn-default:active,
248 .btn-default.disabled.active,
249 .btn-default[disabled].active,
250 fieldset[disabled] .btn-default.active {
251   background-color: #fff;
252   border-color: #ccc;
253 }
254 .btn-default .badge {
255   color: #fff;
256   background-color: #333;
257 }
258 .btn-primary {
259   color: #fff;
260   background-color: #337ab7;
261   border-color: #2e6da4;
262 }
263 .btn-primary:focus,
264 .btn-primary.focus {
265   color: #fff;
266   background-color: #286090;
267   border-color: #122b40;
268 }
269 .btn-primary:hover {
270   color: #fff;
271   background-color: #286090;
272   border-color: #204d74;
273 }
274 .btn-primary:active,
275 .btn-primary.active,
276 .open > .dropdown-toggle.btn-primary {
277   color: #fff;
278   background-color: #286090;
279   border-color: #204d74;
280 }
281 .btn-primary:active:hover,
282 .btn-primary.active:hover,
283 .open > .dropdown-toggle.btn-primary:hover,
284 .btn-primary:active:focus,
285 .btn-primary.active:focus,
286 .open > .dropdown-toggle.btn-primary:focus,
287 .btn-primary:active.focus,
288 .btn-primary.active.focus,
289 .open > .dropdown-toggle.btn-primary.focus {
290   color: #fff;
291   background-color: #204d74;
292   border-color: #122b40;
293 }
294 .btn-primary:active,
295 .btn-primary.active,
296 .open > .dropdown-toggle.btn-primary {
297   background-image: none;
298 }
299 .btn-primary.disabled,
300 .btn-primary[disabled],
301 fieldset[disabled] .btn-primary,
302 .btn-primary.disabled:hover,
303 .btn-primary[disabled]:hover,
304 fieldset[disabled] .btn-primary:hover,
305 .btn-primary.disabled:focus,
306 .btn-primary[disabled]:focus,
307 fieldset[disabled] .btn-primary:focus,
308 .btn-primary.disabled.focus,
309 .btn-primary[disabled].focus,
310 fieldset[disabled] .btn-primary.focus,
311 .btn-primary.disabled:active,
312 .btn-primary[disabled]:active,
313 fieldset[disabled] .btn-primary:active,
314 .btn-primary.disabled.active,
315 .btn-primary[disabled].active,
316 fieldset[disabled] .btn-primary.active {
317   background-color: #337ab7;
318   border-color: #2e6da4;
319 }
320 .btn-primary .badge {
321   color: #337ab7;
322   background-color: #fff;
323 }
324 .btn-success {
325   color: #fff;
326   background-color: #5cb85c;
327   border-color: #4cae4c;
328 }
329 .btn-success:focus,
330 .btn-success.focus {
331   color: #fff;
332   background-color: #449d44;
333   border-color: #255625;
334 }
335 .btn-success:hover {
336   color: #fff;
337   background-color: #449d44;
338   border-color: #398439;
339 }
340 .btn-success:active,
341 .btn-success.active,
342 .open > .dropdown-toggle.btn-success {
343   color: #fff;
344   background-color: #449d44;
345   border-color: #398439;
346 }
347 .btn-success:active:hover,
348 .btn-success.active:hover,
349 .open > .dropdown-toggle.btn-success:hover,
350 .btn-success:active:focus,
351 .btn-success.active:focus,
352 .open > .dropdown-toggle.btn-success:focus,
353 .btn-success:active.focus,
354 .btn-success.active.focus,
355 .open > .dropdown-toggle.btn-success.focus {
356   color: #fff;
357   background-color: #398439;
358   border-color: #255625;
359 }
360 .btn-success:active,
361 .btn-success.active,
362 .open > .dropdown-toggle.btn-success {
363   background-image: none;
364 }
365 .btn-success.disabled,
366 .btn-success[disabled],
367 fieldset[disabled] .btn-success,
368 .btn-success.disabled:hover,
369 .btn-success[disabled]:hover,
370 fieldset[disabled] .btn-success:hover,
371 .btn-success.disabled:focus,
372 .btn-success[disabled]:focus,
373 fieldset[disabled] .btn-success:focus,
374 .btn-success.disabled.focus,
375 .btn-success[disabled].focus,
376 fieldset[disabled] .btn-success.focus,
377 .btn-success.disabled:active,
378 .btn-success[disabled]:active,
379 fieldset[disabled] .btn-success:active,
380 .btn-success.disabled.active,
381 .btn-success[disabled].active,
382 fieldset[disabled] .btn-success.active {
383   background-color: #5cb85c;
384   border-color: #4cae4c;
385 }
386 .btn-success .badge {
387   color: #5cb85c;
388   background-color: #fff;
389 }
390 .btn-info {
391   color: #fff;
392   background-color: #5bc0de;
393   border-color: #46b8da;
394 }
395 .btn-info:focus,
396 .btn-info.focus {
397   color: #fff;
398   background-color: #31b0d5;
399   border-color: #1b6d85;
400 }
401 .btn-info:hover {
402   color: #fff;
403   background-color: #31b0d5;
404   border-color: #269abc;
405 }
406 .btn-info:active,
407 .btn-info.active,
408 .open > .dropdown-toggle.btn-info {
409   color: #fff;
410   background-color: #31b0d5;
411   border-color: #269abc;
412 }
413 .btn-info:active:hover,
414 .btn-info.active:hover,
415 .open > .dropdown-toggle.btn-info:hover,
416 .btn-info:active:focus,
417 .btn-info.active:focus,
418 .open > .dropdown-toggle.btn-info:focus,
419 .btn-info:active.focus,
420 .btn-info.active.focus,
421 .open > .dropdown-toggle.btn-info.focus {
422   color: #fff;
423   background-color: #269abc;
424   border-color: #1b6d85;
425 }
426 .btn-info:active,
427 .btn-info.active,
428 .open > .dropdown-toggle.btn-info {
429   background-image: none;
430 }
431 .btn-info.disabled,
432 .btn-info[disabled],
433 fieldset[disabled] .btn-info,
434 .btn-info.disabled:hover,
435 .btn-info[disabled]:hover,
436 fieldset[disabled] .btn-info:hover,
437 .btn-info.disabled:focus,
438 .btn-info[disabled]:focus,
439 fieldset[disabled] .btn-info:focus,
440 .btn-info.disabled.focus,
441 .btn-info[disabled].focus,
442 fieldset[disabled] .btn-info.focus,
443 .btn-info.disabled:active,
444 .btn-info[disabled]:active,
445 fieldset[disabled] .btn-info:active,
446 .btn-info.disabled.active,
447 .btn-info[disabled].active,
448 fieldset[disabled] .btn-info.active {
449   background-color: #5bc0de;
450   border-color: #46b8da;
451 }
452 .btn-info .badge {
453   color: #5bc0de;
454   background-color: #fff;
455 }
456 .btn-warning {
457   color: #fff;
458   background-color: #f0ad4e;
459   border-color: #eea236;
460 }
461 .btn-warning:focus,
462 .btn-warning.focus {
463   color: #fff;
464   background-color: #ec971f;
465   border-color: #985f0d;
466 }
467 .btn-warning:hover {
468   color: #fff;
469   background-color: #ec971f;
470   border-color: #d58512;
471 }
472 .btn-warning:active,
473 .btn-warning.active,
474 .open > .dropdown-toggle.btn-warning {
475   color: #fff;
476   background-color: #ec971f;
477   border-color: #d58512;
478 }
479 .btn-warning:active:hover,
480 .btn-warning.active:hover,
481 .open > .dropdown-toggle.btn-warning:hover,
482 .btn-warning:active:focus,
483 .btn-warning.active:focus,
484 .open > .dropdown-toggle.btn-warning:focus,
485 .btn-warning:active.focus,
486 .btn-warning.active.focus,
487 .open > .dropdown-toggle.btn-warning.focus {
488   color: #fff;
489   background-color: #d58512;
490   border-color: #985f0d;
491 }
492 .btn-warning:active,
493 .btn-warning.active,
494 .open > .dropdown-toggle.btn-warning {
495   background-image: none;
496 }
497 .btn-warning.disabled,
498 .btn-warning[disabled],
499 fieldset[disabled] .btn-warning,
500 .btn-warning.disabled:hover,
501 .btn-warning[disabled]:hover,
502 fieldset[disabled] .btn-warning:hover,
503 .btn-warning.disabled:focus,
504 .btn-warning[disabled]:focus,
505 fieldset[disabled] .btn-warning:focus,
506 .btn-warning.disabled.focus,
507 .btn-warning[disabled].focus,
508 fieldset[disabled] .btn-warning.focus,
509 .btn-warning.disabled:active,
510 .btn-warning[disabled]:active,
511 fieldset[disabled] .btn-warning:active,
512 .btn-warning.disabled.active,
513 .btn-warning[disabled].active,
514 fieldset[disabled] .btn-warning.active {
515   background-color: #f0ad4e;
516   border-color: #eea236;
517 }
518 .btn-warning .badge {
519   color: #f0ad4e;
520   background-color: #fff;
521 }
522 .btn-danger {
523   color: #fff;
524   background-color: #d9534f;
525   border-color: #d43f3a;
526 }
527 .btn-danger:focus,
528 .btn-danger.focus {
529   color: #fff;
530   background-color: #c9302c;
531   border-color: #761c19;
532 }
533 .btn-danger:hover {
534   color: #fff;
535   background-color: #c9302c;
536   border-color: #ac2925;
537 }
538 .btn-danger:active,
539 .btn-danger.active,
540 .open > .dropdown-toggle.btn-danger {
541   color: #fff;
542   background-color: #c9302c;
543   border-color: #ac2925;
544 }
545 .btn-danger:active:hover,
546 .btn-danger.active:hover,
547 .open > .dropdown-toggle.btn-danger:hover,
548 .btn-danger:active:focus,
549 .btn-danger.active:focus,
550 .open > .dropdown-toggle.btn-danger:focus,
551 .btn-danger:active.focus,
552 .btn-danger.active.focus,
553 .open > .dropdown-toggle.btn-danger.focus {
554   color: #fff;
555   background-color: #ac2925;
556   border-color: #761c19;
557 }
558 .btn-danger:active,
559 .btn-danger.active,
560 .open > .dropdown-toggle.btn-danger {
561   background-image: none;
562 }
563 .btn-danger.disabled,
564 .btn-danger[disabled],
565 fieldset[disabled] .btn-danger,
566 .btn-danger.disabled:hover,
567 .btn-danger[disabled]:hover,
568 fieldset[disabled] .btn-danger:hover,
569 .btn-danger.disabled:focus,
570 .btn-danger[disabled]:focus,
571 fieldset[disabled] .btn-danger:focus,
572 .btn-danger.disabled.focus,
573 .btn-danger[disabled].focus,
574 fieldset[disabled] .btn-danger.focus,
575 .btn-danger.disabled:active,
576 .btn-danger[disabled]:active,
577 fieldset[disabled] .btn-danger:active,
578 .btn-danger.disabled.active,
579 .btn-danger[disabled].active,
580 fieldset[disabled] .btn-danger.active {
581   background-color: #d9534f;
582   border-color: #d43f3a;
583 }
584 .btn-danger .badge {
585   color: #d9534f;
586   background-color: #fff;
587 }
588 .btn-link {
589   font-weight: normal;
590   color: #337ab7;
591   border-radius: 0;
592 }
593 .btn-link,
594 .btn-link:active,
595 .btn-link.active,
596 .btn-link[disabled],
597 fieldset[disabled] .btn-link {
598   background-color: transparent;
599   -webkit-box-shadow: none;
600           box-shadow: none;
601 }
602 .btn-link,
603 .btn-link:hover,
604 .btn-link:focus,
605 .btn-link:active {
606   border-color: transparent;
607 }
608 .btn-link:hover,
609 .btn-link:focus {
610   color: #23527c;
611   text-decoration: underline;
612   background-color: transparent;
613 }
614 .btn-link[disabled]:hover,
615 fieldset[disabled] .btn-link:hover,
616 .btn-link[disabled]:focus,
617 fieldset[disabled] .btn-link:focus {
618   color: #777;
619   text-decoration: none;
620 }
621 .btn-lg,
622 .btn-group-lg > .btn {
623   padding: 10px 16px;
624   font-size: 18px;
625   line-height: 1.3333333;
626   border-radius: 6px;
627 }
628 .btn-sm,
629 .btn-group-sm > .btn {
630   padding: 5px 10px;
631   font-size: 12px;
632   line-height: 1.5;
633   border-radius: 3px;
634 }
635 .btn-xs,
636 .btn-group-xs > .btn {
637   padding: 1px 5px;
638   font-size: 12px;
639   line-height: 1.5;
640   border-radius: 3px;
641 }
642 .btn-block {
643   display: block;
644   width: 100%;
645 }
646 .btn-block + .btn-block {
647   margin-top: 5px;
648 }
649 input[type="submit"].btn-block,
650 input[type="reset"].btn-block,
651 input[type="button"].btn-block {
652   width: 100%;
653 }
654 .close {
655   float: right;
656   font-size: 21px;
657   font-weight: bold;
658   line-height: 1;
659   color: #000;
660   text-shadow: 0 1px 0 #fff;
661   filter: alpha(opacity=20);
662   opacity: .2;
663 }
664 .close:hover,
665 .close:focus {
666   color: #000;
667   text-decoration: none;
668   cursor: pointer;
669   filter: alpha(opacity=50);
670   opacity: .5;
671 }
672 button.close {
673   -webkit-appearance: none;
674   padding: 0;
675   cursor: pointer;
676   background: transparent;
677   border: 0;
678 }