9d270987ade53bad4369d0025ed63884c6cec8f7
[vid.git] / vid-app-common / src / main / webapp / app / vid / scripts / modals / new-change-management / new-change-management.css
1 .btn-white {
2     font-family: "Open Sans";
3     border-radius: 2px;
4     border: 1px solid #d8d8d8;
5     background-color:  #ffffff;
6     width: 94px;
7     height: 30px;
8     color: #5a5a5a;
9     font-size: 13px;
10     font-weight: 400;
11     line-height: 36px;
12     text-align: center;
13     padding: 4px 12px !important;
14 }
15
16 .btn-primary {
17     font-family: "Open Sans";
18     border-radius: 2px;
19     border: 1px solid #0091c8;
20     background-color:  #009fdb;
21     width: 94px;
22     height: 30px;
23     color:  #ffffff;
24     font-size: 13px;
25     font-weight: 400;
26     line-height: 36px;
27     text-align: center;
28     padding: 4px 12px !important;
29 }
30
31 .modal-header {
32     border: none!important;
33     padding: 15px 15px 0px 15px!important;
34 }
35
36 .modal-header h3 {
37     font-family: "Open Sans";
38     color:  #191919;
39     font-size: 22px;
40     font-weight: 300;
41     line-height: 16px;
42     padding-bottom: 20px;
43     border-bottom: 3px solid #009fdb;
44
45 }
46
47 .control-label {
48     font-family: "Open Sans";
49     color: #5a5a5a;
50     font-size: 13px;
51     font-weight: 400;
52 }
53
54 .modal-footer {
55     background-color: #eaeaea;
56 }
57
58 .modal-dialog {
59     width: 587px;
60     border-radius: 8px;
61 }
62
63 .modal-content {
64     width: 587px;
65     border-radius: 8px;
66     background-color:  #ffffff;
67 }
68
69 button.dropdown-toggle {
70     text-align: left;
71 }
72
73 button[disabled].dropdown-toggle {
74     opacity: 1;
75     cursor: not-allowed;
76     background-color: #eee;
77     border: 1px solid #aaa;
78     color: #a0a0a0;
79 }
80
81 multiselect[disabled] {
82     cursor: not-allowed;
83 }
84
85 a.item-unselected:before {
86     font-family: "icomoon"!important;
87     content: "\e90c";
88     color: #4ca90c;
89 }
90
91 .modal-close {
92     margin: -40px 5px 0 0;
93     color: #5a5a5a;
94     font-size: 20px;
95     cursor: pointer;
96 }
97
98 .vnf-versions-container .table {
99     position: relative;
100     background-color: #f8f8f8;
101     background-clip: padding-box;
102     border-radius: 6px;
103     outline: 0;
104 }
105
106 .vnf-versions-name {
107     padding-top: 6px;
108     font-family: "Open Sans";
109     position: absolute;
110 }
111
112 .vnf-versions-select-as-text {
113     font-family: "Open Sans";
114     appearance: none;
115     -webkit-appearance: none;
116     -moz-appearance: none;
117     border: none;
118     overflow:hidden;
119     background-color: #f8f8f8;
120     height: 31px;
121 }
122
123 .vnf-files-select {
124     z-index: 999;
125     opacity: 0.0;
126     position: absolute;
127     width: 23%;
128     cursor: pointer;
129     height:100%;
130 }