rebuild GUI structure(only changed modules' name)
[vnfsdk/refrepo.git] / catalog / src / main / webapp / catalog / css / package.css
1 /**
2  * Copyright 2016-2017 ZTE Corporation.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *     http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 body {
17         font-family: microsoft yahei !important;
18 }
19
20 /* blue pill (inspired by iTunes)
21 *******************************************************************************/
22 .redFont{
23         color:red;
24 }
25 .blue {
26
27         background-color: #5b9bd1;
28         border-radius: 20px;
29         color: #fff;
30         font-weight: bold;
31         padding: 8px 0;
32         text-align: center;
33         width: 100px;
34 }
35
36 .blue:hover {
37         background-color: #e8f3fd;
38         color: #5b9bd1;
39 }
40
41 .blue.selected {
42         border: 0;
43         background-color: #5b9bd1;
44         color: #fff;
45 }
46
47 .blue.selected:hover {
48         border: 0;
49         background-color: #5b9bd1;
50         color: #fff;
51 }
52
53 p {
54         color: #444;
55         font-size: 14px;
56         font-weight: normal;
57         line-height: 21px;
58         margin: 0 0 12px 0;
59 }
60
61 p.credit {
62         border-top: 1px solid #ccc;
63         font-size: 14px;
64         line-height: 140%;
65         margin: 36px 0 12px 0;
66         padding: 8px 0 0 0;
67         text-align: center;
68 }
69
70 ul.column {
71         float: left;
72         list-style: none;
73         width: 675px;
74 }
75
76 ul.column li {
77         background: #eee;
78         -webkit-border-radius: 5px;
79         border-radius: 5px;
80         -webkit-box-shadow: inset 0 1px 1px 0 #c7c7c7;
81         box-shadow: inset 0 1px 1px 0 #c7c7c7;
82         float: left;
83         margin: 10px 0 0 10px;
84         display: block;
85         height: 150px;
86         text-align: center;
87         width: 215px;
88 }
89
90 /* Clear Floated Elements
91 ------------------------------------------------------------------------------*/
92 .column:after,.button-collection:after,.clearfix:after,div.project-info:after
93         {
94         clear: both;
95         content: ' ';
96         display: block;
97         font-size: 0;
98         line-height: 0;
99         visibility: hidden;
100         width: 0;
101         height: 0;
102 }
103
104 .container-fluid {
105         background-color:white !important;
106         min-height:500px;
107 }
108
109 .nav-tabs {
110         border: 0;
111 }
112
113 .nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus
114         {
115         border: 0;
116         border-top: 3px solid #F3565D;
117 }
118
119 .nav-tabs>li>a {
120         border-radius: 0;
121 }
122
123 .nav-tabs>li>a:hover {
124         background-color: #f1f3fa;
125         border: 1Px solid #f1f3fa;
126 }
127
128 .c3 {
129         margin-top: 120px;
130 }
131
132 .skills-chart-breadcrumb {
133         
134 }
135
136 .blue:selected {
137         border: 0;
138         background-color: #5b9bd1;
139 }
140
141 select {
142         border-width: 1px;
143         padding: 4px 1px;
144         border-radius: 4px;
145
146
147 .input-sm {
148         padding: 4px 10px;
149 }
150
151 .btn-block {
152         display: block;
153         width: 100%;
154         padding-left: 0;
155         padding-right: 0;
156 }
157
158 /* Bootstrap buttons */
159 .btn-default {
160         color: #5b9bd1;
161         background-color: #fff;
162         border-color: #ccc;
163 }
164
165 .btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active
166         {
167         color: #333;
168         background-color: #ededed;
169         border-color: #b3b3b3;
170 }
171
172 .open .btn-default.dropdown-toggle {
173         color: #333;
174         background-color: #ededed;
175         border-color: #b3b3b3;
176 }
177
178 .btn-default:active,.btn-default.active {
179         background-image: none;
180         background-color: #e0e0e0;
181         font-weight: bold;
182 }
183
184 .btn-default:active:hover,.btn-default.active:hover {
185         background-color: #e6e6e6;
186 }
187
188 .open .btn-default.dropdown-toggle {
189         background-image: none;
190 }
191
192 .btn-default.disabled,.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled:active,.btn-default.disabled.active,.btn-default[disabled],.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled]:active,.btn-default[disabled].active,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default.active
193         {
194         background-color: #fff;
195         border-color: #ccc;
196 }
197
198 .btn-default .badge {
199         color: #fff;
200         background-color: #333;
201 }
202
203 .btn-default>i {
204         color: #aaa;
205 }
206
207 .btn-default>i[class^="icon-"],.btn-default>i[class*="icon-"] {
208         color: #8c8c8c;
209 }
210
211 div[data-name="tab_zone"] div {
212         background-color: #f1f3fa;
213         padding: 0px;
214 }
215
216 div[data-name="cond_zone"] div {
217         background-color: #fff;
218         margin-top: 15px;
219         margin-bottom: 15px;
220 }
221
222 div[data-name="res-conds-zone"] {
223         display: inline;
224 }
225
226 div[data-name="res-conds-zone"] select,div[data-name="res-conds-zone"] span
227         {
228         /**height:33px;*/
229         margin-left: 15px;
230         color: #5b9bd1;
231         border-color: #ccc;
232         font-weight: bold;
233 }
234
235 .input{
236         width:250px;
237   height: 34px;
238   padding: 6px 12px;
239   font-size: 14px;
240   line-height: 1.42857143;
241   color: #555;
242   background-color: #fff;
243   background-image: none;
244   border: 1px solid #ccc;
245   border-radius: 4px;
246   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
247   box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
248   -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
249   transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
250 }
251
252 div.separator {
253         margin: 20px;
254 }
255
256 div.separator div {
257         text-align: center;
258         line-height: 0;
259 }
260
261 div.separator-line {
262         height: 1px !important;
263         width: 100%;
264         background: #ddd;
265         overflow: hidden;
266 }
267
268 .dropdown-toggle {
269         color: #5b9bd1;
270 }
271
272 .calendar-date {
273         color: #5b9bd1;
274 }
275
276 .range_inputs {
277         color: #5b9bd1;
278 }
279
280 .btn.dropdown-toggle,.btn-group .btn.dropdown-toggle,.btn:hover,.btn:disabled,.btn[disabled],.btn:focus,.btn:active,.btn.active
281         {
282         outline: none !important;
283         background-image: none !important;
284         filter: none;
285         -webkit-box-shadow: none;
286         -moz-box-shadow: none;
287         box-shadow: none;
288         text-shadow: none;
289 }
290
291 #skills-chart-breadcrumb {
292         margin-bottom: 10px
293 }
294
295 /*daterangepicker css*/
296 input[name="daterange"] {
297         width: 220px;
298         line-height: 0;
299         height: 31px;
300         vertical-align: top;
301         margin-top: 2px;
302 }
303
304 .daterangepicker .ranges {
305         width: 205px;
306 }
307
308 .daterangepicker .ranges input {
309         width: 95px !important;
310 }
311
312 td.details-control {
313         background: url('../image/details_open.png') no-repeat center center;
314         cursor: pointer;
315 }
316
317 tr.shown td.details-control {
318         background: url('../image/details_close.png') no-repeat center center;
319 }
320
321 .details table td {
322         word-wrap: break-word;
323         word-break: normal;
324         border-top: 1px solid #dddddd;
325 }
326
327 .details table  tr:first-child td {
328         border-top: none;
329 }
330
331 .details table {
332         table-layout: fixed;
333         width: 100%;
334 }
335
336 td.title {
337         width: 10%;
338 }
339
340 table.dataTable tbody th,table.dataTable tbody td {
341         padding: 8px 10px;
342 }
343
344 div.dataTables_length,div.dataTables_info {
345         display: inline;
346 }
347
348 div.dataTables_paginate {
349         display: inline;
350         float: right;
351 }
352
353 div.pagination-panel {
354         margin-right: 10px;
355 }
356
357 input.pagination-panel-input {
358         width: 50px;
359 }
360
361 #ict_package_table_div {
362         margin-top: 15px;
363 }
364
365 #ict_package_table_div label {
366         font-weight: 100;
367 }
368
369 .daterangepicker .daterangepicker_start_input label,.daterangepicker .daterangepicker_end_input label
370         {
371         color: #5b9bd1;
372 }
373
374 .daterangepicker .ranges .input-mini {
375         color: #5b9bd1;
376 }
377
378 .cancelBtn {
379         padding: 5px 10px 5px 10px;
380 }
381
382 .btn:focus,.btn:active:focus,.btn.active:focus {
383         outline: 0;
384 }
385
386 #ict_package_table_div  table {
387         width: 100% !important;
388 }
389
390 .upload {
391         width:60%;
392         margin-top: 10px;
393 }
394 .myPreview {
395         height: 100px;
396 }
397
398 span.status:hover {
399         color: #2A69AC;
400         cursor: pointer;
401 }
402
403 .input-group .form-control {
404         height: 34px !important;
405 }
406
407 .input-group .btn {
408         font-size: 14px !important;
409 }
410
411 .package-drop-zone-title{
412         color:#aaa;
413         font-size:20px;
414         padding:15px 10px
415 }
416
417 #right-menu {
418         position:absolute;
419         top:0;
420         right:0;
421         width:420px;
422         height:100%;
423         border-left:4px solid rgb(58,174,218);
424         background-color:rgba(255,255,255,.95);
425         padding-left:19px;
426         padding-right:15px;
427         padding-top:20px;
428         z-index:9999;
429         overflow-y: auto;
430 }
431
432 #right-menu .btn{
433         min-width: 30px !important;
434         letter-spacing :normal !important;
435 }
436
437 .rigth {
438         float: right;
439 }
440 .right-button-pointer {
441         display:inline-block;
442         cursor:pointer
443 }
444 .floating-panel {
445         width:400px;
446         display:none
447 }
448
449 .packageDetail {
450         margin-top:15px;
451 }
452
453 .packageDetail label {
454         font-weight: 100;
455 }
456
457 .packageDetail table {
458         width:100%;
459         table-layout: fixed;
460         word-wrap:break-word;
461 }
462
463 .tdCenter
464 {
465         display: block;
466         min-height: 20px;
467         margin-top: 10px;
468         margin-bottom: 10px;
469         text-align:center;
470 }