Update license headers
[vid.git] / vid-app-common / src / main / webapp / app / vid / scripts / modals / attach-test-env-manifest / attach-test-env-manifest.css
1 /*-
2  * ============LICENSE_START=======================================================
3  * VID
4  * ================================================================================
5  * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
6  * ================================================================================
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  * 
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  * 
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  * ============LICENSE_END=========================================================
19  */
20
21 .modal-header {
22     border: none!important;
23     padding: 10px 20px 0px 20px!important;
24     font-family: "OpenSans-Light";
25     font-size: 22px;
26     color: #000000;
27 }
28
29 .modal-header h3 {
30     font-family: "OpenSans-Light";
31     color:  #000000;
32     color:  #000000;
33     font-size: 22px;
34     font-weight: 300;
35     line-height: 16px;
36     padding-bottom: 20px;
37     border-bottom: 3px solid #009fdb;
38
39 }
40
41 .control-label {
42     font-family: "OpenSans-Light";
43     color: #5a5a5a;
44     font-size: 13px;
45     font-weight: 400;
46 }
47
48 .modal-content {
49     width: 468px;
50     height: 242px;
51     border-radius: 8px;
52     background-color:  #ffffff;
53 }
54
55 body .modal-body {
56     padding-bottom: 0;
57     padding-top: 0;
58     padding-left: 20px;
59     padding-right: 20px;
60     width: 468px;
61     height: 91px;
62 }
63
64 .modal-footer {
65     margin-top: 0;
66     background-color: #fff;
67 }
68
69
70 .modal-close {
71     margin: -60px 5px 0 0;
72     color: #5a5a5a;
73     font-size: 20px;
74     cursor: pointer;
75 }
76
77 .inputfile {
78     width: 0.1px;
79     height: 0.1px;
80     opacity: 0;
81     overflow: hidden;
82     position: absolute;
83     z-index: -1;
84 }
85
86 .manifestName{
87     font-family: OpenSans-Semibold;
88     font-size: 12px;
89     color: #191919;
90 }
91
92 .manifestFileName {
93     width: 389px;
94     height: 37px;
95     background: #FFFFFF;
96     border: 1px solid #D2D2D2;
97     border-radius: 2px;
98     display: inline-block;
99     line-height: 37px;
100     font-weight: normal !important;
101     padding-left: 3px;
102     border-bottom-right-radius: 0;
103     border-top-right-radius: 0;
104 }
105
106 .elipsisImg {
107     width: 37px;
108     padding: 10px;
109     background: #FFFFFF;
110     border: 1px solid #D2D2D2;
111     display: inline-block;
112     cursor: pointer;
113     vertical-align: top;
114     border-radius: 2px;
115     border-bottom-left-radius: 0;
116     border-top-left-radius: 0;
117 }
118
119 .labelForImage {
120     vertical-align: top;
121 }
122
123 .errorLabel {
124     color: red;
125 }
126
127
128
129