aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.css
blob: 9d270987ade53bad4369d0025ed63884c6cec8f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
.btn-white {
    font-family: "Open Sans";
    border-radius: 2px;
    border: 1px solid #d8d8d8;
    background-color:  #ffffff;
    width: 94px;
    height: 30px;
    color: #5a5a5a;
    font-size: 13px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    padding: 4px 12px !important;
}

.btn-primary {
    font-family: "Open Sans";
    border-radius: 2px;
    border: 1px solid #0091c8;
    background-color:  #009fdb;
    width: 94px;
    height: 30px;
    color:  #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    padding: 4px 12px !important;
}

.modal-header {
    border: none!important;
    padding: 15px 15px 0px 15px!important;
}

.modal-header h3 {
    font-family: "Open Sans";
    color:  #191919;
    font-size: 22px;
    font-weight: 300;
    line-height: 16px;
    padding-bottom: 20px;
    border-bottom: 3px solid #009fdb;

}

.control-label {
    font-family: "Open Sans";
    color: #5a5a5a;
    font-size: 13px;
    font-weight: 400;
}

.modal-footer {
    background-color: #eaeaea;
}

.modal-dialog {
    width: 587px;
    border-radius: 8px;
}

.modal-content {
    width: 587px;
    border-radius: 8px;
    background-color:  #ffffff;
}

button.dropdown-toggle {
    text-align: left;
}

button[disabled].dropdown-toggle {
    opacity: 1;
    cursor: not-allowed;
    background-color: #eee;
    border: 1px solid #aaa;
    color: #a0a0a0;
}

multiselect[disabled] {
    cursor: not-allowed;
}

a.item-unselected:before {
    font-family: "icomoon"!important;
    content: "\e90c";
    color: #4ca90c;
}

.modal-close {
    margin: -40px 5px 0 0;
    color: #5a5a5a;
    font-size: 20px;
    cursor: pointer;
}

.vnf-versions-container .table {
    position: relative;
    background-color: #f8f8f8;
    background-clip: padding-box;
    border-radius: 6px;
    outline: 0;
}

.vnf-versions-name {
    padding-top: 6px;
    font-family: "Open Sans";
    position: absolute;
}

.vnf-versions-select-as-text {
    font-family: "Open Sans";
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    overflow:hidden;
    background-color: #f8f8f8;
    height: 31px;
}

.vnf-files-select {
    z-index: 999;
    opacity: 0.0;
    position: absolute;
    width: 23%;
    cursor: pointer;
    height:100%;
}