Initial OpenECOMP policy/engine commit
[policy/engine.git] / ecomp-sdk-app / src / main / webapp / app / fusion / external / ebz / ebz_header / portal_ebz_header.css
1 li {
2         list-style: none;
3 }
4
5 #userIcon:hover {
6         color: rgb(191, 231, 239);
7 }
8
9  .body-content-jsp {
10         margin-top: 50px;
11         min-height:500px;
12         margin-left:210px;
13         margin-right:50px;
14 }
15  
16 .headerContentContainer .primaryMenuContainer .headerIconContainer .popbox .openpopbox:hover
17         {
18         color: #bfe7fb;
19         margin-top: -2px;
20         text-decoration: none;
21         outline: none
22 }
23
24 .headerContentContainer .primaryMenuContainer .headerIconContainer .popbox .openpopbox
25         {
26         color: #fff;
27         display: block;
28         min-width: 70px;
29         max-width: 115px;
30         text-decoration: none
31 }
32
33 a {
34   margin: 0;
35   padding: 0;
36   border: 0;
37   font-size: 100%;
38   font: inherit;
39   vertical-align: baseline;
40 }
41
42 /* a:active,a:hover {
43         outline: 0;
44         font-weight: bold;
45 } */
46 b,strong {
47         font-weight: 700
48 }
49
50 /* .thirdMenuContainer { */
51 /*      width: 100%; */
52 /*      overflow: auto; */
53 /*      margin-top: 101px; */
54 /*      position: fixed; */
55 /*      z-index: 3000; */
56 /*      min-height: 140px; */
57 /*      max-height: 500px; */
58 /*      opacity: 1; */
59 /*      background-color: rgb(255, 255, 255); */
60
61 /* } */
62
63 .visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden .focusable:active,.visuallyhidden .focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}