summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/chart-wizard/chart-wizard.component.css
blob: 335af324d32147faa2b6494404ca03e2a440a642 (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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
.tab-content{
    margin-right: 20px;
    /* background-color: #006496; */
    color: rgb(0, 0, 0);
}
table tbody td {
    border: none;
}

table tbody tr {
    border: none;
}

table {
    border: none;
    margin-bottom: 0px;
}

table th {
    font-family: "Omnes-ECOMP-W02-Medium", Arial;
    font-size: medium;
    font-weight: normal;
    color: #333333;
    padding: 13px 20px; }


#RangeTable {
    margin-top: 5px;
    border: 1px solid black;
}
.checkbox .skin {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    display: inline-block;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 0;
}
button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle; }
.checkbox {
    position: relative;
    min-height: 24px;
    font-family: "Omnes-ECOMP-W02", Arial;
    font-size: 1rem;
}
.checkbox input {
    -webkit-tap-highlight-color: transparent;
    height: 20px;
    margin-left: 20px;
    opacity: 0;
    outline: none;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 10px; }
.checkbox input:focus + .skin {
    border-color: #0568ae; }
.checkbox input:focus + .skin:before {
    content: "";
    height: 34px;
    left: -6px;
    top: -6px;
    outline: 1px dotted #000000;
    position: absolute;
    width: 34px; }
.checkbox input:checked:not(:disabled) + .skin {
    background-color: #0568ae;
    border-color: #0568ae; }
.checkbox input:checked:disabled + .skin:after {
    color: #5A5A5A; }
.checkbox input:checked + .skin:after {
    height: 20px;
    width: 10px;
    background-color: transparent;
    font-size: 23.4px;
    color: #FFFFFF;
    line-height: 21px; }
.checkbox input:disabled + .skin {
    cursor: not-allowed;
    background-color: #d2d2d2;
    border-color: #d2d2d2;
    color: #666666; }
.checkbox input:disabled + .skin + span {
    cursor: not-allowed;
    color: #666666; }
.checkbox input:invalid + .skin {
    border: solid 1px #cf2a2a; }
.checkbox input:indeterminate + .skin:after {
    background-color: transparent;
    font-size: 25px;
    color: #0574ac;
    content: "\e920"; }
.checkbox .skin {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    display: inline-block;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 0; }
.checkbox span {
    display: inline-block;
    margin-left: 34px;
    margin-top: 0;
    position: relative;
    top: 3px; }
.checkbox label {
    font-size: 1.6rem;
    font-family: "Omnes-ECOMP-W02", Arial; }
.checkbox input {
    z-index: 9999; }
.checkbox input.indeterminate + .skin:after {
    font-size: 22px;
    color: #0568ae; }

select,
textarea,
input {
    border-radius: 6px;
    color: #5a5a5a;
    display: inline-block;
    font-size: 1.3rem;
    margin: 0px;
    padding: 0 15px 0 15px;
    vertical-align: middle;
    line-height: normal;
    width: 150px}


.btn-small {
    /* padding: 10px 19px 9px 18px; */
    font-size: 17px;
    border-radius: 8px;
    width: 90px; height: 35px; margin-left: 5px; padding: 0px; }
.btn-alt {
    border-color: #087ac2 transparent #0568ae;
    background-color: #0568ae;
    background: linear-gradient(to bottom, #087ac2 0%, #0568ae 100%);
    color: #ffffff; }