org.onap migration
[vid.git] / vid-app-common / src / main / webapp / app / vid / scripts / modals / attach-test-env-manifest / attach-test-env-manifest.css
1 .modal-header {
2     border: none!important;
3     padding: 10px 20px 0px 20px!important;
4     font-family: "OpenSans-Light";
5     font-size: 22px;
6     color: #000000;
7 }
8
9 .modal-header h3 {
10     font-family: "OpenSans-Light";
11     color:  #000000;
12     color:  #000000;
13     font-size: 22px;
14     font-weight: 300;
15     line-height: 16px;
16     padding-bottom: 20px;
17     border-bottom: 3px solid #009fdb;
18
19 }
20
21 .control-label {
22     font-family: "OpenSans-Light";
23     color: #5a5a5a;
24     font-size: 13px;
25     font-weight: 400;
26 }
27
28 .modal-content {
29     width: 468px;
30     height: 242px;
31     border-radius: 8px;
32     background-color:  #ffffff;
33 }
34
35 body .modal-body {
36     padding-bottom: 0;
37     padding-top: 0;
38     padding-left: 20px;
39     padding-right: 20px;
40     width: 468px;
41     height: 91px;
42 }
43
44 .modal-footer {
45     margin-top: 0;
46     background-color: #fff;
47 }
48
49
50 .modal-close {
51     margin: -60px 5px 0 0;
52     color: #5a5a5a;
53     font-size: 20px;
54     cursor: pointer;
55 }
56
57 .inputfile {
58     width: 0.1px;
59     height: 0.1px;
60     opacity: 0;
61     overflow: hidden;
62     position: absolute;
63     z-index: -1;
64 }
65
66 .manifestName{
67     font-family: OpenSans-Semibold;
68     font-size: 12px;
69     color: #191919;
70 }
71
72 .manifestFileName {
73     width: 389px;
74     height: 37px;
75     background: #FFFFFF;
76     border: 1px solid #D2D2D2;
77     border-radius: 2px;
78     display: inline-block;
79     line-height: 37px;
80     font-weight: normal !important;
81     padding-left: 3px;
82     border-bottom-right-radius: 0;
83     border-top-right-radius: 0;
84 }
85
86 .elipsisImg {
87     width: 37px;
88     padding: 10px;
89     background: #FFFFFF;
90     border: 1px solid #D2D2D2;
91     display: inline-block;
92     cursor: pointer;
93     vertical-align: top;
94     border-radius: 2px;
95     border-bottom-left-radius: 0;
96     border-top-left-radius: 0;
97 }
98
99 .labelForImage {
100     vertical-align: top;
101 }
102
103 .errorLabel {
104     color: red;
105 }
106
107
108
109