org.onap migration
[vid.git] / vid-app-common / src / main / webapp / app / vid / styles / change-management.css
1 .body-content-jsp {
2     margin-top: 35px;
3     min-height: 500px;
4     margin-left: 201px;
5     margin-right: 0px;
6     background-color: #f8f8f8;
7 }
8
9 .changes-management {
10     background: white;
11     color: #797979;
12 }
13
14 .changes-management .header {
15     height: 76px;
16     padding: 13px 0px 0px 26px;
17     background: #00aeef;
18 }
19
20 .changes-management #change-management-headline {
21     font-family: "Open Sans";
22     color: #ffffff;
23     font-size: 24px;
24     font-weight: 400;
25     line-height: 24px;
26     text-align: left;
27 }
28
29
30 .changes-management .separator {
31     width: 1px;
32     font-size: 35px;
33     background: #00aeef;
34     border-left: 1px solid #d2d2d2;
35     margin: 0px 30px 0px 30px;
36 }
37
38 .changes-management .header .button-container {
39     display: initial;
40 }
41
42 .changes-management .header .icon-svg {
43     display: inline;
44     color: #ffffff;
45     position: relative;
46     top: 9px;
47 }
48
49 .changes-management .header .button-text {
50     position: relative;
51     font-family: "Open Sans";
52     color:  #ffffff;
53     font-size: 14px;
54     font-weight: 400;
55     line-height: 24px;
56     text-align: left;
57     bottom: 5px;
58     left: 5px;
59 }
60
61 .changes-management .header .icon-filling {
62     width: 40px;
63     height: 40px;
64     fill: #ffffff;
65 }
66
67 .changes-management .header .search-changes {
68     width: 361px;
69     float: right;
70     height: 41px;
71     border: 0px;
72     background-color: #59c2ed;
73     color: #ffffff;
74     margin-right: 15px;
75     border-radius: 10px;
76     top: 6px;
77 }
78
79 .changes-management .header .search-changes::placeholder {
80     font-family: "Open Sans";
81     color: #ffffff;
82     text-align: left;
83     font-size: 14px;
84     line-height: 40px;
85     font-style: italic;
86 }
87
88 .att-accordion__toggle {
89     font-size: 14px;
90 }
91
92 .jobs-table {
93     background-color: #ffffff;
94     padding: 40px;
95 }
96
97 .nav-tabs.nav-justified {
98     width: 30%;
99     margin-right:2px;
100     border:0px;
101     border-radius:0px;
102 }
103
104 .uib-tab.nav-item {
105     border: 1px solid #d2d2d2;
106     background-color:  #f8f8f8;
107 }
108
109 .uib-tab.nav-item.active {
110     border-top: 4px solid #00aeef;
111 }
112
113 .nav-tabs.nav-justified>li>a {
114     border-radius:0px!important;
115     border: 0px!important;
116 }
117
118 .table {
119     border: 1px solid #eaeaea;
120     box-sizing: border-box;
121     background-color: #ffffff;
122    /* box-shadow: 0px 2px 7px 0px rgba(34, 31, 31, 0.17);*/
123     font-family: "Open Sans";
124     color: #5a5a5a;
125     font-size: 14px;
126     font-weight: 400;
127 }
128
129 .table>thead {
130     background-color: #F2F2F2;
131     font-family: "Open Sans";
132     color: #191919;
133     font-size: 13px;
134     font-weight: 600;
135     line-height: 40px;
136 }
137
138 .table-headline-row {
139     font-family: "Open Sans";
140     color: #00aeef;
141     font-size: 14px;
142     font-weight: 600;
143     background-color: #EAEAEA;
144     box-shadow: 0px 1px 1px 0px rgba(34, 31, 31, 0.19);
145 }
146
147 .table-bordered{border:1px solid #eaeaea;}
148 .table-bordered>tbody>tr>td,
149 .table-bordered>tbody>tr>th,
150 .table-bordered>tfoot>tr>td,
151 .table-bordered>tfoot>tr>th,
152 .table-bordered>thead>tr>td,
153 .table-bordered>thead>tr>th{border:1px solid #eaeaea;}
154
155 .centered {
156     text-align: center;
157 }
158 .table-wrapper{
159 }
160
161 .refresh-cm {
162     float: right;
163     position: relative;
164     right: 45px;
165     top: 50px;
166     z-index: 900;
167     color: #191919;
168     font-size: 14px;
169 }
170 .refresh-cm .last-time-updated {
171     color: #5A5A5A;
172 }
173 .refresh-cm i.icon-sync {
174     padding-left: 10px;
175     top: 3px;
176     position: relative;
177 }