rebuild GUI structure(only changed modules' name)
[vnfsdk/refrepo.git] / catalog / src / main / webapp / catalog / css / software.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 .btn {
142         /* border-width: 0; */
143         /* padding: 7px 14px; */
144         /* font-size: 14px; */
145         /* outline: none !important; */
146         /* background-image: none !important; */
147         /* filter: none; */
148         /* -webkit-box-shadow: none; */
149         -moz-box-shadow: none;
150         /* box-shadow: none; */
151         /* text-shadow: none; */
152 }
153
154 select {
155         border-width: 1px;
156         padding: 4px 1px;
157         border-radius: 4px;
158
159
160 .input-sm {
161         padding: 4px 10px;
162 }
163
164 .btn-block {
165         display: block;
166         width: 100%;
167         padding-left: 0;
168         padding-right: 0;
169 }
170
171 /* Bootstrap buttons */
172 .btn-default {
173         color: #5b9bd1;
174         background-color: #fff;
175         border-color: #ccc;
176 }
177
178 .btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active
179         {
180         color: #333;
181         background-color: #ededed;
182         border-color: #b3b3b3;
183 }
184
185 .open .btn-default.dropdown-toggle {
186         color: #333;
187         background-color: #ededed;
188         border-color: #b3b3b3;
189 }
190
191 .btn-default:active,.btn-default.active {
192         background-image: none;
193         background-color: #e0e0e0;
194         font-weight: bold;
195 }
196
197 .btn-default:active:hover,.btn-default.active:hover {
198         background-color: #e6e6e6;
199 }
200
201 .open .btn-default.dropdown-toggle {
202         background-image: none;
203 }
204
205 .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
206         {
207         background-color: #fff;
208         border-color: #ccc;
209 }
210
211 .btn-default .badge {
212         color: #fff;
213         background-color: #333;
214 }
215
216 .btn-default>i {
217         color: #aaa;
218 }
219
220 .btn-default>i[class^="icon-"],.btn-default>i[class*="icon-"] {
221         color: #8c8c8c;
222 }
223
224 div[data-name="tab_zone"] div {
225         background-color: #f1f3fa;
226         padding: 0px;
227 }
228
229 div[data-name="cond_zone"] div {
230         background-color: #fff;
231         margin-top: 15px;
232         margin-bottom: 15px;
233 }
234
235 div[data-name="res-conds-zone"] {
236         display: inline;
237 }
238
239 div[data-name="res-conds-zone"] select,div[data-name="res-conds-zone"] span
240         {
241         /**height:33px;*/
242         margin-left: 15px;
243         color: #5b9bd1;
244         border-color: #ccc;
245         font-weight: bold;
246 }
247
248 .input{
249         width:250px;
250   height: 34px;
251   padding: 6px 12px;
252   font-size: 14px;
253   line-height: 1.42857143;
254   color: #555;
255   background-color: #fff;
256   background-image: none;
257   border: 1px solid #ccc;
258   border-radius: 4px;
259   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
260   box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
261   -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
262   transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
263 }
264
265 div.separator {
266         margin: 20px;
267 }
268
269 div.separator div {
270         text-align: center;
271         line-height: 0;
272 }
273
274 div.separator-line {
275         height: 1px !important;
276         width: 100%;
277         background: #ddd;
278         overflow: hidden;
279 }
280
281 .dropdown-toggle {
282         color: #5b9bd1;
283 }
284
285 .calendar-date {
286         color: #5b9bd1;
287 }
288
289 .range_inputs {
290         color: #5b9bd1;
291 }
292
293 .btn.dropdown-toggle,.btn-group .btn.dropdown-toggle,.btn:hover,.btn:disabled,.btn[disabled],.btn:focus,.btn:active,.btn.active
294         {
295         outline: none !important;
296         background-image: none !important;
297         filter: none;
298         -webkit-box-shadow: none;
299         -moz-box-shadow: none;
300         box-shadow: none;
301         text-shadow: none;
302 }
303
304 #skills-chart-breadcrumb {
305         margin-bottom: 10px
306 }
307
308 /*increase daterangepicker's css*/
309 input[name="daterange"] {
310         width: 220px;
311         line-height: 0;
312         height: 31px;
313         vertical-align: top;
314         margin-top: 2px;
315 }
316
317 .daterangepicker .ranges {
318         width: 205px;
319 }
320
321 .daterangepicker .ranges input {
322         width: 95px !important;
323 }
324
325 td.details-control {
326         background: url('../image/details_open.png') no-repeat center center;
327         cursor: pointer;
328 }
329
330 tr.shown td.details-control {
331         background: url('../image/details_close.png') no-repeat center center;
332 }
333
334 .details table td {
335         word-wrap: break-word;
336         word-break: normal;
337         border-top: 1px solid #dddddd;
338 }
339
340 .details table  tr:first-child td {
341         border-top: none;
342 }
343
344 .details table {
345         table-layout: fixed;
346         width: 100%;
347 }
348
349 td.title {
350         width: 10%;
351 }
352
353 table.dataTable tbody th,table.dataTable tbody td {
354         padding: 8px 10px;
355 }
356
357 div.dataTables_length,div.dataTables_info {
358         display: inline;
359 }
360
361 div.dataTables_paginate {
362         display: inline;
363         float: right;
364 }
365
366 div.pagination-panel {
367         margin-right: 10px;
368 }
369
370 input.pagination-panel-input {
371         width: 50px;
372 }
373
374 .daterangepicker .daterangepicker_start_input label,.daterangepicker .daterangepicker_end_input label
375         {
376         color: #5b9bd1;
377 }
378
379 .daterangepicker .ranges .input-mini {
380         color: #5b9bd1;
381 }
382
383 .cancelBtn {
384         padding: 5px 10px 5px 10px;
385 }
386
387 .btn:focus,.btn:active:focus,.btn.active:focus {
388         outline: 0;
389 }
390
391 #ict_software_table_div {
392         margin-top: 10px;
393 }
394
395 #ict_software_table_div label {
396         font-weight: 100;
397 }s
398
399 #ict_software_table_div  table {
400         width: 100% !important;
401 }
402
403 .upload {
404         width:60%;
405 }
406 .myPreview {
407         height: 100px;
408 }
409
410 .uploadBtn {
411         margin-top:10px;
412 }
413
414 .file-input {
415     display: inline;   
416     overflow: hidden; 
417     word-break: break-all;
418     text-overflow: ellipsis;
419 }
420
421 .input-group .btn {
422         font-size: 14px !important;
423 }