Commit ac6104d51047613435a42f6b30b98e632b897c4e
1 parent
ca4ff8b5d4
Exists in
master
minor css
Showing
2 changed files
with
6 additions
and
6 deletions
Show diff stats
app/css/custom.css
1 | /*------------------------------------------------------------------ | 1 | /*------------------------------------------------------------------ |
2 | 2 | ||
3 | [Custom Stylesheet] | 3 | [Custom Stylesheet] |
4 | 4 | ||
5 | 5 | ||
6 | Last change: 03/25/2013 | 6 | Last change: 03/25/2013 |
7 | Assigned to: You | 7 | Assigned to: You |
8 | 8 | ||
9 | -------------------------------------------------------------------*/ | 9 | -------------------------------------------------------------------*/ |
10 | 10 | ||
11 | body{ | 11 | body{ |
12 | color: #333; | 12 | color: #333; |
13 | } | 13 | } |
14 | a, a:hover{ | 14 | a, a:hover{ |
15 | text-decoration: none; | 15 | text-decoration: none; |
16 | color: initial; | 16 | color: initial; |
17 | } | 17 | } |
18 | .custom-widget-content{ | 18 | .custom-widget-content{ |
19 | width: 100%; | 19 | width: 100%; |
20 | height: auto; | 20 | height: auto; |
21 | padding: 15px 0; | 21 | padding: 15px 0; |
22 | background-color: #fff; | 22 | background-color: #fff; |
23 | border: 1px solid #D5D5D5; | 23 | border: 1px solid #D5D5D5; |
24 | border-radius: 0 0 5px 5px; | 24 | border-radius: 0 0 5px 5px; |
25 | } | 25 | } |
26 | .hr{ | 26 | .hr{ |
27 | margin: 5px 0; | 27 | margin: 5px 0; |
28 | } | 28 | } |
29 | .disableSelect:disabled{ | 29 | .disableSelect:disabled{ |
30 | border: 0; | 30 | border: 0; |
31 | background-color: transparent; | 31 | background-color: transparent; |
32 | color: #f90; | 32 | color: #f90; |
33 | box-shadow: none; | 33 | box-shadow: none; |
34 | -webkit-appearance: none; | 34 | -webkit-appearance: none; |
35 | appearance: none; | 35 | appearance: none; |
36 | } | 36 | } |
37 | .disableInput:disabled{ | 37 | .disableInput:disabled{ |
38 | border: 0; | 38 | border: 0; |
39 | background-color: transparent; | 39 | background-color: transparent; |
40 | color: #222; | 40 | color: #222; |
41 | box-shadow: none; | 41 | box-shadow: none; |
42 | } | 42 | } |
43 | .img-logo{ | 43 | .img-logo{ |
44 | height: 32px; | 44 | height: 32px; |
45 | padding-left: 10%; | 45 | padding-left: 10%; |
46 | } | 46 | } |
47 | 47 | ||
48 | .widget-header > i{ | 48 | .widget-header > i{ |
49 | display: inline-block; | 49 | display: inline-block; |
50 | margin-top: -3px; | 50 | margin-top: -3px; |
51 | margin-left: 13px; | 51 | margin-left: 13px; |
52 | margin-right: -2px; | 52 | margin-right: -2px; |
53 | font-size: 16px; | 53 | font-size: 16px; |
54 | color: #555; | 54 | color: #555; |
55 | vertical-align: middle; | 55 | vertical-align: middle; |
56 | } | 56 | } |
57 | 57 | ||
58 | 58 | ||
59 | table{ | 59 | table{ |
60 | width: 100%; | 60 | width: 100%; |
61 | } | 61 | } |
62 | table th, td{ | 62 | table th, td{ |
63 | font-size: 13px; | 63 | font-size: 13px; |
64 | } | 64 | } |
65 | .navbar-brand{ | 65 | .navbar-brand{ |
66 | height: auto; | 66 | height: auto; |
67 | } | 67 | } |
68 | .navbar.navbar-inverse { | 68 | .navbar.navbar-inverse { |
69 | background: #eee; | 69 | background: #eee; |
70 | border-color: #c2bebe; | 70 | border-color: #c2bebe; |
71 | border-bottom: 1px solid #c2bebe; | 71 | border-bottom: 1px solid #c2bebe; |
72 | } | 72 | } |
73 | .custom-widget-content .btn-xs{ | 73 | .custom-widget-content .btn-xs{ |
74 | padding: 3px 5px; | 74 | padding: 3px 5px; |
75 | } | 75 | } |
76 | .fc-event{ | 76 | .fc-event{ |
77 | background-color: #ff9900 !important; | 77 | background-color: #ff9900 !important; |
78 | color: #fff !important; | 78 | color: #fff !important; |
79 | border: 1px solid #ff9900 !important; | 79 | border: 1px solid #ff9900 !important; |
80 | padding: 5px; | 80 | padding: 5px; |
81 | font-size: 14px; | 81 | font-size: 14px; |
82 | border-radius: 0 !important; | 82 | border-radius: 0 !important; |
83 | } | 83 | } |
84 | .pull-right-color{ | 84 | .pull-right-color{ |
85 | background-image: linear-gradient(to bottom, #1c84c6 0%, #1c84c6 100%); | 85 | background-image: linear-gradient(to bottom, #1c84c6 0%, #1c84c6 100%); |
86 | } | 86 | } |
87 | .pull-right-setup{ | 87 | .pull-right-setup{ |
88 | margin-bottom: 10px; | 88 | margin-bottom: 10px; |
89 | background-image: linear-gradient(to bottom, #1c84c6 0%, #1c84c6 100%); | 89 | background-image: linear-gradient(to bottom, #1c84c6 0%, #1c84c6 100%); |
90 | } | 90 | } |
91 | .Airport{ | 91 | .Airport{ |
92 | padding-top: 5px; | 92 | padding-top: 5px; |
93 | } | 93 | } |
94 | .src-image{ | 94 | .src-image{ |
95 | width: 50px; | 95 | width: 50px; |
96 | height: 50px; | 96 | height: 50px; |
97 | } | 97 | } |
98 | .Accept{ | 98 | .Accept{ |
99 | padding-top: 25px; | 99 | padding-top: 25px; |
100 | } | 100 | } |
101 | .dis{ | 101 | .dis{ |
102 | float: left; | 102 | float: left; |
103 | margin-right:100px; | 103 | margin-right:100px; |
104 | } | 104 | } |
105 | /*.email-password{ | 105 | /*.email-password{ |
106 | width: 40px; | 106 | width: 40px; |
107 | height: 24px; | 107 | height: 24px; |
108 | }*/ | 108 | }*/ |
109 | .email-password-icon{ | 109 | .email-password-icon{ |
110 | width: 10px; | 110 | width: 10px; |
111 | height: 10px; | 111 | height: 10px; |
112 | } | 112 | } |
113 | @media( max-width: 768px;){ | 113 | @media( max-width: 768px;){ |
114 | .btn{ | 114 | .btn{ |
115 | font-size: 10px !important; | 115 | font-size: 10px !important; |
116 | } | 116 | } |
117 | .dis{ | 117 | .dis{ |
118 | float: none; | 118 | float: none; |
119 | margin-right: 0px; | 119 | margin-right: 0px; |
120 | } | 120 | } |
121 | } | 121 | } |
122 | .Search-tabs{ | 122 | .Search-tabs{ |
123 | border-bottom: 0px solid #ddd; */ | 123 | border-bottom: 0px solid #ddd; */ |
124 | } | 124 | } |
125 | 125 | ||
126 | .customer-table table{ | 126 | .customer-table table{ |
127 | width: 100%; | 127 | width: 100%; |
128 | } | 128 | } |
129 | .customer-table input{ | 129 | .customer-table input{ |
130 | border-radius: 0; | 130 | border-radius: 0; |
131 | box-shadow: none; | 131 | box-shadow: none; |
132 | border: 1px solid #e4e3e3; | 132 | border: 1px solid #e4e3e3; |
133 | padding: 0px; | 133 | padding: 0px; |
134 | font-size: 10px; | 134 | font-size: 10px; |
135 | display: -webkit-inline-box; | 135 | display: -webkit-inline-box; |
136 | display: inline-box; | 136 | display: inline-box; |
137 | height: 31px; | 137 | height: 31px; |
138 | } | 138 | } |
139 | .customer-table select{ | 139 | .customer-table select{ |
140 | border-radius: 0; | 140 | border-radius: 0; |
141 | box-shadow: none; | 141 | box-shadow: none; |
142 | border: 1px solid #e4e3e3; | 142 | border: 1px solid #e4e3e3; |
143 | padding: 0px; | 143 | padding: 0px; |
144 | font-size: 10px; | 144 | font-size: 10px; |
145 | height: 31px; | 145 | height: 31px; |
146 | display: -webkit-inline-box; | 146 | display: -webkit-inline-box; |
147 | display: inline-box; | 147 | display: inline-box; |
148 | } | 148 | } |
149 | .customer-table th > label{ | 149 | .customer-table th > label{ |
150 | font-weight: bold; | 150 | font-weight: bold; |
151 | padding: 10px 5px 2px 5px; | 151 | padding: 10px 5px 2px 5px; |
152 | margin-bottom: 0; | 152 | margin-bottom: 0; |
153 | } | 153 | } |
154 | .customer-table td{ | 154 | .customer-table td{ |
155 | padding: 5px !important; | 155 | padding: 5px !important; |
156 | height: auto !important; | 156 | height: auto !important; |
157 | vertical-align: middle !important; | 157 | vertical-align: middle !important; |
158 | } | 158 | } |
159 | .customer-table td > select{ | 159 | .customer-table td > select{ |
160 | height: 22px !important; | 160 | height: 22px !important; |
161 | } | 161 | } |
162 | .customer-table td > button{ | 162 | .customer-table td > button{ |
163 | font-size: 10px; | 163 | font-size: 10px; |
164 | } | 164 | } |
165 | 165 | ||
166 | /*.new-input-label{ | 166 | /*.new-input-label{ |
167 | margin-bottom: 0; | 167 | margin-bottom: 0; |
168 | line-height: 34px; | 168 | line-height: 34px; |
169 | }*/ | 169 | }*/ |
170 | 170 | ||
171 | 171 | ||
172 | 172 | ||
173 | 173 | ||
174 | 174 | ||
175 | /* new custom css for accrodian tabs */ | 175 | /* new custom css for accrodian tabs */ |
176 | 176 | ||
177 | .customAccordianHeader{ | 177 | .customAccordianHeader{ |
178 | width: 100%; | 178 | width: 100%; |
179 | height: auto; | 179 | height: auto; |
180 | background-color: #F3F3F3; | 180 | background-color: #F3F3F3; |
181 | border: 1px solid #ddd; | 181 | border: 1px solid #ddd; |
182 | color: #333; | 182 | color: #333; |
183 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35); | 183 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35); |
184 | border-radius: 3px 3px 3px 3px; | 184 | border-radius: 3px 3px 3px 3px; |
185 | padding: 10px 15px; | 185 | padding: 10px 15px; |
186 | margin-top: 10px; | 186 | margin-top: 10px; |
187 | } | 187 | } |
188 | 188 | ||
189 | .customAccordianHeader.customActive{ | 189 | .customAccordianHeader.customActive{ |
190 | background-image: -webkit-gradient(linear, left 0%, left 100%, from(#555555), to(#3b3b3b)); | 190 | background-image: -webkit-gradient(linear, left 0%, left 100%, from(#555555), to(#3b3b3b)); |
191 | background-image: linear-gradient(to bottom, #555555 0%, #3b3b3b 100%); | 191 | background-image: linear-gradient(to bottom, #555555 0%, #3b3b3b 100%); |
192 | background-repeat: repeat-x; | 192 | background-repeat: repeat-x; |
193 | border: 1px solid #222222; | 193 | border: 1px solid #222222; |
194 | color: #FFF; | 194 | color: #FFF; |
195 | border-radius: 3px 3px 0 0; | 195 | border-radius: 3px 3px 0 0; |
196 | } | 196 | } |
197 | .customAccordianHeader.customActive .form-control{ | 197 | .customAccordianHeader.customActive .form-control{ |
198 | margin-left: 5px; | 198 | margin-left: 5px; |
199 | margin-right: 5px; | 199 | margin-right: 5px; |
200 | } | 200 | } |
201 | .customAccordianHeader > span{ | 201 | .customAccordianHeader > span{ |
202 | font-size: 15px; | 202 | font-size: 15px; |
203 | line-height: 22px; | 203 | line-height: 22px; |
204 | float: left; | 204 | float: left; |
205 | } | 205 | } |
206 | .customAccordianHeader .btn{ | 206 | .customAccordianHeader .btn{ |
207 | padding: 2px 12px; | 207 | padding: 2px 12px; |
208 | } | 208 | } |
209 | .customAccordianHeader > .form-control{ | 209 | .customAccordianHeader > .form-control{ |
210 | outline: none; | 210 | outline: none; |
211 | box-shadow: none; | 211 | box-shadow: none; |
212 | } | 212 | } |
213 | .customAccordianHeader > select.form-control{ | 213 | .customAccordianHeader > select.form-control{ |
214 | width: 150px; | 214 | width: 150px; |
215 | height: 26px; | 215 | height: 26px; |
216 | padding: 0 6px; | 216 | padding: 0 6px; |
217 | float: left; | 217 | float: left; |
218 | } | 218 | } |
219 | .customAccordianHeader > select.form-control[disabled]{ | 219 | .customAccordianHeader > select.form-control[disabled]{ |
220 | border: none; | 220 | border: none; |
221 | -webkit-appearance: none; | 221 | -webkit-appearance: none; |
222 | -moz-appearance: none; | 222 | -moz-appearance: none; |
223 | appearance: none; | 223 | appearance: none; |
224 | background-color: transparent; | 224 | background-color: transparent; |
225 | color: #f90; | 225 | color: #f90; |
226 | width: auto; | 226 | width: auto; |
227 | } | 227 | } |
228 | .customAccordianHeader > input.form-control{ | 228 | .customAccordianHeader > input.form-control{ |
229 | width: 70px; | 229 | width: 70px; |
230 | height: 26px; | 230 | height: 26px; |
231 | padding: 0 6px; | 231 | padding: 0 6px; |
232 | float: left; | 232 | float: left; |
233 | } | 233 | } |
234 | .customAccordianHeader > input.form-control[disabled]{ | 234 | .customAccordianHeader > input.form-control[disabled]{ |
235 | border: none; | 235 | border: none; |
236 | -webkit-appearance: none; | 236 | -webkit-appearance: none; |
237 | -moz-appearance: none; | 237 | -moz-appearance: none; |
238 | appearance: none; | 238 | appearance: none; |
239 | background-color: transparent; | 239 | background-color: transparent; |
240 | color: #333; | 240 | color: #333; |
241 | } | 241 | } |
242 | .customAccordianTabBody{ | 242 | .customAccordianTabBody{ |
243 | width: 100%; | 243 | width: 100%; |
244 | height: auto; | 244 | height: auto; |
245 | padding: 15px; | 245 | padding: 15px; |
246 | border: 1px solid #ddd; | 246 | border: 1px solid #ddd; |
247 | border-top: 0; | 247 | border-top: 0; |
248 | border-radius: 0 0 3px 3px; | 248 | border-radius: 0 0 3px 3px; |
249 | } | 249 | } |
250 | .customTableWithFilter{ | 250 | .customTableWithFilter{ |
251 | width: auto; | 251 | width: auto; |
252 | height: auto; | 252 | height: auto; |
253 | } | 253 | } |
254 | .customTableWithFilter th{ | 254 | .customTableWithFilter th{ |
255 | padding: 5px; | 255 | padding: 5px; |
256 | background-color: #f3f3f3; | 256 | background-color: #f3f3f3; |
257 | border: 1px solid #ddd; | 257 | border: 1px solid #ddd; |
258 | } | 258 | } |
259 | .customTableWithFilter th i{ | 259 | .customTableWithFilter th i{ |
260 | margin-top: 3px; | 260 | margin-top: 3px; |
261 | } | 261 | } |
262 | .customTableWithFilter th span{ | 262 | .customTableWithFilter th span{ |
263 | font-size: 11px; | 263 | font-size: 11px; |
264 | color: #222; | 264 | color: #222; |
265 | } | 265 | } |
266 | .customTableWithFilter th input{ | 266 | .customTableWithFilter th input{ |
267 | width: 50px; | 267 | width: 50px; |
268 | } | 268 | } |
269 | .customTableWithFilter td{ | 269 | .customTableWithFilter td{ |
270 | padding: 5px; | 270 | padding: 5px; |
271 | border: 1px solid #ddd; | 271 | border: 1px solid #ddd; |
272 | } | 272 | } |
273 | .customTableWithFilter td span{ | 273 | .customTableWithFilter td span{ |
274 | font-size: 11px; | 274 | font-size: 11px; |
275 | } | 275 | } |
276 | .customTableWithFilter td span:first-child{ | 276 | .customTableWithFilter td span:first-child{ |
277 | color: #449d44; | 277 | color: #449d44; |
278 | font-weight: bold; | 278 | font-weight: bold; |
279 | } | 279 | } |
280 | .customTableWithFilter td span:last-child{ | 280 | .customTableWithFilter td span:last-child{ |
281 | color: #c9302c; | 281 | color: #c9302c; |
282 | font-style: italic; | 282 | font-style: italic; |
283 | font-weight: bold; | 283 | font-weight: bold; |
284 | } | 284 | } |
285 | .customTableWithFilter td .tierTextBox{ | 285 | .customTableWithFilter td .tierTextBox{ |
286 | width: 70px; | 286 | width: 70px; |
287 | } | 287 | } |
288 | .customTableWithFilter .addTierButton{ | 288 | .customTableWithFilter .addTierButton{ |
289 | color: #fff; | 289 | color: #fff; |
290 | background-color: #2196f3; | 290 | background-color: #2196f3; |
291 | border: none; | 291 | border: none; |
292 | padding: 3px 5px; | 292 | padding: 3px 5px; |
293 | } | 293 | } |
294 | .customTableWithFilter td .fa-trash-o{ | 294 | .customTableWithFilter td .fa-trash-o{ |
295 | color: #fff; | 295 | color: #fff; |
296 | background-color: #c9302c; | 296 | background-color: #c9302c; |
297 | padding: 5px; | 297 | padding: 5px; |
298 | border-radius: 3px; | 298 | border-radius: 3px; |
299 | cursor: pointer; | 299 | cursor: pointer; |
300 | } | 300 | } |
301 | .resizeTextarea{ | 301 | .resizeTextarea{ |
302 | resize: vertical; | 302 | resize: vertical; |
303 | margin-top: 20px; | 303 | margin-top: 20px; |
304 | } | 304 | } |
305 | 305 | ||
306 | .new-widget-content{ | 306 | .new-widget-content{ |
307 | padding: 0 0 0 0 !important; | 307 | padding: 0 0 0 0 !important; |
308 | } | 308 | } |
309 | .new-tab-heading{ | 309 | .new-tab-heading{ |
310 | padding: 5px; | 310 | padding: 5px; |
311 | color: #333; | 311 | color: #333; |
312 | background-color: #fcfcfc; | 312 | background-color: #fcfcfc; |
313 | border-bottom: 1px solid #d5d5d5; | 313 | border-bottom: 1px solid #d5d5d5; |
314 | border-right: 1px solid #d5d5d5; | 314 | border-right: 1px solid #d5d5d5; |
315 | } | 315 | } |
316 | .new-tab-body{ | 316 | .new-tab-body{ |
317 | border-right: 1px solid #d5d5d5; | 317 | border-right: 1px solid #d5d5d5; |
318 | border-bottom: 1px solid #d5d5d5; | 318 | border-bottom: 1px solid #d5d5d5; |
319 | padding-left: 15px; | 319 | padding-left: 15px; |
320 | padding-bottom: 5px; | 320 | padding-bottom: 5px; |
321 | } | 321 | } |
322 | .new-tab-heading i.fa{ | 322 | .new-tab-heading i.fa{ |
323 | font-size: 16px; | 323 | font-size: 16px; |
324 | cursor: pointer; | 324 | cursor: pointer; |
325 | } | 325 | } |
326 | .new-tab-heading span{ | 326 | .new-tab-heading span{ |
327 | font-size: 14px; | 327 | font-size: 14px; |
328 | margin-left: 5px; | 328 | margin-left: 5px; |
329 | } | 329 | } |
330 | .new-tab-heading i.fa-plus-circle{ | 330 | .new-tab-heading i.fa-plus-circle{ |
331 | color: #067dfc; | 331 | color: #067dfc; |
332 | } | 332 | } |
333 | .new-tab-heading i.fa-minus-circle{ | 333 | .new-tab-heading i.fa-minus-circle{ |
334 | color: #d00d09; | 334 | color: #d00d09; |
335 | } | 335 | } |
336 | .new-tab-body-th{ | 336 | .new-tab-body-th{ |
337 | color: #333; | 337 | color: #333; |
338 | } | 338 | } |
339 | .new-tab-body-th > div{ | 339 | .new-tab-body-th > div{ |
340 | font-size: 12px; | 340 | font-size: 12px; |
341 | font-weight: bold; | 341 | font-weight: bold; |
342 | padding-right: 5px; | 342 | padding-right: 5px; |
343 | padding-left: 5px; | 343 | padding-left: 5px; |
344 | text-align: center; | 344 | text-align: center; |
345 | } | 345 | } |
346 | .new-tab-body-th > div:first-child{ | 346 | .new-tab-body-th > div:first-child{ |
347 | font-size: 14px; | 347 | font-size: 14px; |
348 | font-weight: bold; | 348 | font-weight: bold; |
349 | text-align: left; | 349 | text-align: left; |
350 | } | 350 | } |
351 | .new-tab-body-td i.fa-plus-circle{ | 351 | .new-tab-body-td i.fa-plus-circle{ |
352 | color: #067dfc; | 352 | color: #067dfc; |
353 | } | 353 | } |
354 | .new-tab-body-td i.fa-minus-circle{ | 354 | .new-tab-body-td i.fa-minus-circle{ |
355 | color: #d00d09; | 355 | color: #d00d09; |
356 | } | 356 | } |
357 | .new-tab-body-td input{ | 357 | .new-tab-body-td input{ |
358 | width: 50px; | 358 | width: 50px; |
359 | height: 24px; | 359 | height: 24px; |
360 | } | 360 | } |
361 | .new-tab-body-td .fa{ | 361 | .new-tab-body-td .fa{ |
362 | font-size: 14px; | 362 | font-size: 14px; |
363 | } | 363 | } |
364 | .new-tab-body-td > div:first-child > div{ | 364 | .new-tab-body-td > div:first-child > div{ |
365 | padding-right: 5px; | 365 | padding-right: 5px; |
366 | padding-left: 5px; | 366 | padding-left: 5px; |
367 | text-align: center; | 367 | text-align: center; |
368 | } | 368 | } |
369 | .new-tab-body-td > div:first-child > div:first-child{ | 369 | .new-tab-body-td > div:first-child > div:first-child{ |
370 | text-align: left; | 370 | text-align: left; |
371 | } | 371 | } |
372 | .appliesTableHeading{ | 372 | .appliesTableHeading{ |
373 | border: 1px solid #d5d5d5; | 373 | border: 1px solid #d5d5d5; |
374 | padding: 5px; | 374 | padding: 5px; |
375 | color: #333; | 375 | color: #333; |
376 | font-weight: bold; | 376 | font-weight: bold; |
377 | background-color: #fcfcfc; | 377 | background-color: #fcfcfc; |
378 | margin: 10px 0 0 0; | 378 | margin: 10px 0 0 0; |
379 | } | 379 | } |
380 | .appliesTableBody{ | 380 | .appliesTableBody{ |
381 | border: 1px solid #d5d5d5; | 381 | border: 1px solid #d5d5d5; |
382 | border-top: 0; | 382 | border-top: 0; |
383 | background-color: #ffffe0; | 383 | background-color: #ffffe0; |
384 | margin-bottom: 10px; | 384 | margin-bottom: 10px; |
385 | height: auto; | 385 | height: auto; |
386 | } | 386 | } |
387 | .appliesTableBody > div.firstDiv{ | 387 | .appliesTableBody > div.firstDiv{ |
388 | height: 100px; | 388 | height: 100px; |
389 | float: left; | 389 | float: left; |
390 | width: 40%; | 390 | width: 40%; |
391 | border-right: 1px solid #d5d5d5; | 391 | border-right: 1px solid #d5d5d5; |
392 | overflow: auto; | 392 | overflow: auto; |
393 | padding: 5px; | 393 | padding: 5px; |
394 | } | 394 | } |
395 | .appliesTableBody > div.lastDiv{ | 395 | .appliesTableBody > div.lastDiv{ |
396 | width: 59%; | 396 | width: 59%; |
397 | height: 100px; | 397 | height: 100px; |
398 | padding: 5px; | 398 | padding: 5px; |
399 | float: left; | 399 | float: left; |
400 | } | 400 | } |
401 | .appliesTableBody > div.lastDiv textarea{ | 401 | .appliesTableBody > div.lastDiv textarea{ |
402 | width: 40%; | 402 | width: 40%; |
403 | height: 60px; | 403 | height: 60px; |
404 | margin: 15px 0; | 404 | margin: 15px 0; |
405 | resize: none; | 405 | resize: none; |
406 | float: left; | 406 | float: left; |
407 | } | 407 | } |
408 | .reportedByTag{ | 408 | .reportedByTag{ |
409 | width: 60%; | 409 | width: 60%; |
410 | height: 80px; | 410 | height: 80px; |
411 | border-top: 10px solid #393; | 411 | border-top: 10px solid #393; |
412 | border-left: 10px solid #6c6; | 412 | border-left: 10px solid #6c6; |
413 | border-radius: 5px 0 0 5px; | 413 | border-radius: 5px 0 0 5px; |
414 | background-color: #d7d7d7; | 414 | background-color: #d7d7d7; |
415 | float: right; | 415 | float: right; |
416 | position: relative; | 416 | position: relative; |
417 | right: -13px; | 417 | right: -13px; |
418 | margin-top: 5px; | 418 | margin-top: 5px; |
419 | font-size: 11px; | 419 | font-size: 11px; |
420 | } | 420 | } |
421 | .confirmedTag{ | 421 | .confirmedTag{ |
422 | background-color: #393; | 422 | background-color: #393; |
423 | color: #fff; | 423 | color: #fff; |
424 | -webkit-transform: rotate(-90deg); | 424 | -webkit-transform: rotate(-90deg); |
425 | -moz-transform: rotate(-90deg); | 425 | -moz-transform: rotate(-90deg); |
426 | -o-transform: rotate(-90deg); | 426 | -o-transform: rotate(-90deg); |
427 | -ms-transform: rotate(-90deg); | 427 | -ms-transform: rotate(-90deg); |
428 | transform: rotate(-90deg); | 428 | transform: rotate(-90deg); |
429 | position: absolute; | 429 | position: absolute; |
430 | bottom: 25px; | 430 | bottom: 25px; |
431 | left: -24px; | 431 | left: -24px; |
432 | width: 71px; | 432 | width: 71px; |
433 | text-align: center; | 433 | text-align: center; |
434 | font-size: 11px; | 434 | font-size: 11px; |
435 | } | 435 | } |
436 | .reportedByTag table{ | 436 | .reportedByTag table{ |
437 | margin-left: 27px; | 437 | margin-left: 27px; |
438 | width: calc(100% - 27px); | 438 | width: calc(100% - 27px); |
439 | } | 439 | } |
440 | .reportedByTag table td{ | 440 | .reportedByTag table td{ |
441 | font-size: 11px; | 441 | font-size: 11px; |
442 | text-align: center; | 442 | text-align: center; |
443 | font-weight: bold; | 443 | font-weight: bold; |
444 | } | 444 | } |
445 | .reportedByTag table tr:last-child td{ | 445 | .reportedByTag table tr:last-child td{ |
446 | text-align: left; | 446 | text-align: left; |
447 | font-weight: normal; | 447 | font-weight: normal; |
448 | font-size: 10px; | 448 | font-size: 10px; |
449 | } | 449 | } |
450 | .feeManagerRight{ | 450 | .feeManagerRight{ |
451 | min-height: 70px; | 451 | min-height: 70px; |
452 | position: relative; | 452 | position: relative; |
453 | } | 453 | } |
454 | .feeManagerRight div{ | 454 | .feeManagerRight div{ |
455 | position: absolute; | 455 | position: absolute; |
456 | bottom: 0; | 456 | bottom: 0; |
457 | width: 100%; | 457 | width: 100%; |
458 | } | 458 | } |
459 | .new-tab-body-td{ | 459 | .new-tab-body-td{ |
460 | padding: 5px 0; | 460 | padding: 5px 0; |
461 | } | 461 | } |
462 | 462 | ||
463 | /* new checkbox slide css */ | 463 | /* new checkbox slide css */ |
464 | 464 | ||
465 | .onoffswitch { | 465 | .onoffswitch { |
466 | position: relative; width: 80px; | 466 | position: relative; width: 80px; |
467 | -webkit-user-select:none; | 467 | -webkit-user-select:none; |
468 | -moz-user-select:none; | 468 | -moz-user-select:none; |
469 | -ms-user-select: none; | 469 | -ms-user-select: none; |
470 | margin: auto; | 470 | margin: auto; |
471 | } | 471 | } |
472 | .onoffswitch-checkbox { | 472 | .onoffswitch-checkbox { |
473 | display: none; | 473 | display: none; |
474 | } | 474 | } |
475 | .onoffswitch-label { | 475 | .onoffswitch-label { |
476 | display: block; | 476 | display: block; |
477 | overflow: hidden; | 477 | overflow: hidden; |
478 | cursor: pointer; | 478 | cursor: pointer; |
479 | border: 2px solid #999999; | 479 | border: 2px solid #999999; |
480 | border-radius: 0px; | 480 | border-radius: 0px; |
481 | } | 481 | } |
482 | .onoffswitch-inner { | 482 | .onoffswitch-inner { |
483 | display: block; | 483 | display: block; |
484 | width: 200%; | 484 | width: 200%; |
485 | margin-left: -100%; | 485 | margin-left: -100%; |
486 | transition: margin 0.3s ease-in 0s; | 486 | transition: margin 0.3s ease-in 0s; |
487 | } | 487 | } |
488 | .onoffswitch-inner:before, .onoffswitch-inner:after { | 488 | .onoffswitch-inner:before, .onoffswitch-inner:after { |
489 | display: block; | 489 | display: block; |
490 | float: left; | 490 | float: left; |
491 | width: 50%; | 491 | width: 50%; |
492 | height: 18px; | 492 | height: 18px; |
493 | padding: 0; | 493 | padding: 0; |
494 | line-height: 18px; | 494 | line-height: 18px; |
495 | font-size: 10px; | 495 | font-size: 10px; |
496 | color: white; | 496 | color: white; |
497 | font-family: Trebuchet, Arial, sans-serif; | 497 | font-family: Trebuchet, Arial, sans-serif; |
498 | font-weight: bold; | 498 | font-weight: bold; |
499 | box-sizing: border-box; | 499 | box-sizing: border-box; |
500 | } | 500 | } |
501 | .onoffswitch-inner:before { | 501 | .onoffswitch-inner:before { |
502 | content: "Include"; | 502 | content: "Include"; |
503 | padding-left: 5px; | 503 | padding-left: 5px; |
504 | background-color: #016ADB; color: #FFFFFF; | 504 | background-color: #016ADB; color: #FFFFFF; |
505 | text-align: left; | 505 | text-align: left; |
506 | } | 506 | } |
507 | .onoffswitch-inner:after { | 507 | .onoffswitch-inner:after { |
508 | content: "Exclude"; | 508 | content: "Exclude"; |
509 | padding-right: 5px; | 509 | padding-right: 5px; |
510 | background-color: ; color: #333333; | 510 | background-color: ; color: #333333; |
511 | text-align: right; | 511 | text-align: right; |
512 | } | 512 | } |
513 | .onoffswitch-switch { | 513 | .onoffswitch-switch { |
514 | display: block; | 514 | display: block; |
515 | width: 25px; | 515 | width: 25px; |
516 | margin: -3.5px; | 516 | margin: -3.5px; |
517 | background: #FFFFFF; | 517 | background: #FFFFFF; |
518 | position: absolute; | 518 | position: absolute; |
519 | top: 0; | 519 | top: 0; |
520 | bottom: 0; | 520 | bottom: 0; |
521 | right: 58px; | 521 | right: 58px; |
522 | border: 2px solid #999999; | 522 | border: 2px solid #999999; |
523 | border-radius: 0px; | 523 | border-radius: 0px; |
524 | transition: all 0.3s ease-in 0s; | 524 | transition: all 0.3s ease-in 0s; |
525 | } | 525 | } |
526 | .onoffswitch-switch i{ | 526 | .onoffswitch-switch i{ |
527 | line-height: 25px; | 527 | line-height: 25px; |
528 | } | 528 | } |
529 | .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner { | 529 | .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner { |
530 | margin-left: 0; | 530 | margin-left: 0; |
531 | } | 531 | } |
532 | .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch { | 532 | .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch { |
533 | right: 0px; | 533 | right: 0px; |
534 | } | 534 | } |
535 | .onoffswitch-checkbox fa-check{ | 535 | .onoffswitch-checkbox fa-check{ |
536 | color: #00ff00; | 536 | color: #00ff00; |
537 | } | 537 | } |
538 | .onoffswitch-checkbox fa-times{ | 538 | .onoffswitch-checkbox fa-times{ |
539 | color: #ff0000; | 539 | color: #ff0000; |
540 | } | 540 | } |
541 | 541 | ||
542 | .newButtons{ | 542 | .newButtons{ |
543 | background-color: #fff; | 543 | background-color: #fff; |
544 | border-radius: 10px; | 544 | border-radius: 10px; |
545 | color: #333; | 545 | color: #333; |
546 | border: 1px solid #eee; | 546 | border: 1px solid #eee; |
547 | box-shadow: 5px 5px 6px rgba(0,0,0,0.3); | 547 | box-shadow: 5px 5px 6px rgba(0,0,0,0.3); |
548 | padding: 6px 15px; | 548 | padding: 6px 15px; |
549 | margin-right: 10px; | 549 | margin-right: 10px; |
550 | } | 550 | } |
551 | .newButtons:disabled{ | 551 | .newButtons:disabled{ |
552 | background-color: #eee; | 552 | background-color: #eee; |
553 | } | 553 | } |
554 | *{ | 554 | *{ |
555 | outline: none; | 555 | outline: none; |
556 | } | 556 | } |
557 | 557 | ||
558 | 558 | ||
559 | /* my custom modal */ | 559 | /* my custom modal */ |
560 | 560 | ||
561 | .customBackdrop{ | 561 | .customBackdrop{ |
562 | position: fixed; | 562 | position: fixed; |
563 | background-color: rgba(0, 0, 0, 0.15); | 563 | background-color: rgba(0, 0, 0, 0.15); |
564 | top: 0; | 564 | top: 0; |
565 | left: 0; | 565 | left: 0; |
566 | width: 100%; | 566 | width: 100%; |
567 | height: 100%; | 567 | height: 100%; |
568 | z-index: 999; | 568 | z-index: 999; |
569 | } | 569 | } |
570 | .customModalInner{ | 570 | .customModalInner{ |
571 | width: 100%; | 571 | width: 100%; |
572 | max-width: 500px; | 572 | max-width: 500px; |
573 | height: 200px; | 573 | height: 200px; |
574 | top: 15%; | 574 | top: 15%; |
575 | position: relative; | 575 | position: relative; |
576 | margin: auto; | 576 | margin: auto; |
577 | } | 577 | } |
578 | .customModelHead, .customModelFooter{ | 578 | .customModelHead, .customModelFooter{ |
579 | width: 100%; | 579 | width: 100%; |
580 | background-color: #fafafa; | 580 | background-color: #fafafa; |
581 | border-bottom: 1px solid #ccc; | 581 | border-bottom: 1px solid #ccc; |
582 | color: #333; | 582 | color: #333; |
583 | padding: 10px; | 583 | padding: 10px; |
584 | } | 584 | } |
585 | .customModelFooter{ | 585 | .customModelFooter{ |
586 | border-top: 1px solid #ccc; | 586 | border-top: 1px solid #ccc; |
587 | } | 587 | } |
588 | .customModelBody{ | 588 | .customModelBody{ |
589 | width: 100%; | 589 | width: 100%; |
590 | height: auto; | 590 | height: auto; |
591 | background-color: #fff; | 591 | background-color: #fff; |
592 | color: #333; | 592 | color: #333; |
593 | padding: 10px; | 593 | padding: 10px; |
594 | } | 594 | } |
595 | .customModelHead p{ | 595 | .customModelHead p{ |
596 | margin-bottom: 0; | 596 | margin-bottom: 0; |
597 | font-size: 14px; | 597 | font-size: 14px; |
598 | } | 598 | } |
599 | .customModelFooter button{ | 599 | .customModelFooter button{ |
600 | border: 1px solid #ccc; | 600 | border: 1px solid #ccc; |
601 | } | 601 | } |
602 | .customModelFooter input[type="submit"]{ | 602 | .customModelFooter input[type="submit"]{ |
603 | background-color: #6ad46a; | 603 | background-color: #6ad46a; |
604 | border: 1px solid #ccc; | 604 | border: 1px solid #ccc; |
605 | } | 605 | } |
606 | 606 | ||
607 | 607 | ||
608 | /* custom confirmation model */ | 608 | /* custom confirmation model */ |
609 | 609 | ||
610 | 610 | ||
611 | .customConfirmPopBackdrop{ | 611 | .customConfirmPopBackdrop{ |
612 | position: fixed; | 612 | position: fixed; |
613 | background-color: rgba(0, 0, 0, 0.3); | 613 | background-color: rgba(0, 0, 0, 0.3); |
614 | top: 0; | 614 | top: 0; |
615 | left: 0; | 615 | left: 0; |
616 | width: 100%; | 616 | width: 100%; |
617 | height: 100%; | 617 | height: 100%; |
618 | z-index: 999999999; | 618 | z-index: 999999999; |
619 | display: none; | 619 | display: none; |
620 | } | 620 | } |
621 | .customConfirmPopBackdrop .customModalInner{ | 621 | .customConfirmPopBackdrop .customModalInner{ |
622 | top: 30%; | 622 | top: 30%; |
623 | } | 623 | } |
624 | 624 | ||
625 | 625 | ||
626 | 626 | ||
627 | /* tier list table */ | 627 | /* tier list table */ |
628 | 628 | ||
629 | .tierListWrap{ | 629 | .tierListWrap{ |
630 | width: 120px; | 630 | width: 120px; |
631 | height: auto; | 631 | height: auto; |
632 | float: left; | 632 | float: left; |
633 | } | 633 | } |
634 | .tierListHead{ | 634 | .tierListHead{ |
635 | width: 100%; | 635 | width: 100%; |
636 | padding: 5px; | 636 | padding: 5px; |
637 | background-color: #f3f3f3; | 637 | background-color: #f3f3f3; |
638 | border: 1px solid #ddd; | 638 | border: 1px solid #ddd; |
639 | border-right: none; | 639 | border-right: none; |
640 | } | 640 | } |
641 | .tierListBody{ | 641 | .tierListBody{ |
642 | width: 100%; | 642 | width: 100%; |
643 | padding: 5px; | 643 | padding: 5px; |
644 | border: 1px solid #ddd; | 644 | border: 1px solid #ddd; |
645 | border-top: none; | 645 | border-top: none; |
646 | border-right: none; | 646 | border-right: none; |
647 | } | 647 | } |
648 | .minTierSpan{ | 648 | .minTierSpan{ |
649 | color: #449d44; | 649 | color: #449d44; |
650 | font-weight: bold; | 650 | font-weight: bold; |
651 | font-size: 11px; | 651 | font-size: 11px; |
652 | } | 652 | } |
653 | .maxTierSpan{ | 653 | .maxTierSpan{ |
654 | color: #c9302c; | 654 | color: #c9302c; |
655 | font-style: italic; | 655 | font-style: italic; |
656 | font-size: 11px; | 656 | font-size: 11px; |
657 | font-weight: bold; | 657 | font-weight: bold; |
658 | } | 658 | } |
659 | .tierHeadingSpan{ | 659 | .tierHeadingSpan{ |
660 | font-size: 11px; | 660 | font-size: 11px; |
661 | color: #222; | 661 | color: #222; |
662 | font-weight: bold; | 662 | font-weight: bold; |
663 | } | 663 | } |
664 | .tierListHead input{ | 664 | .tierListHead input{ |
665 | width: 50px; | 665 | width: 50px; |
666 | height: 24px; | 666 | height: 24px; |
667 | } | 667 | } |
668 | .addTierBtn{ | 668 | .addTierBtn{ |
669 | color: #fff; | 669 | color: #fff; |
670 | background-color: #2196f3; | 670 | background-color: #2196f3; |
671 | border: none; | 671 | border: none; |
672 | padding: 1px 5px; | 672 | padding: 1px 5px; |
673 | } | 673 | } |
674 | .deleteTierIcon{ | 674 | .deleteTierIcon{ |
675 | color: #fff; | 675 | color: #fff; |
676 | background-color: #c9302c; | 676 | background-color: #c9302c; |
677 | padding: 5px; | 677 | padding: 5px; |
678 | border-radius: 3px; | 678 | border-radius: 3px; |
679 | cursor: pointer; | 679 | cursor: pointer; |
680 | } | 680 | } |
681 | 681 | ||
682 | .customToogle { | 682 | .customToogle { |
683 | padding: 2px 6px !important; | 683 | padding: 2px 6px !important; |
684 | height: auto !important; | 684 | height: auto !important; |
685 | min-height: 28px !important; | 685 | min-height: 28px !important; |
686 | 686 | ||
687 | } | 687 | } |
688 | 688 | ||
689 | .myLoader{ | 689 | .myLoader{ |
690 | width: 100%; | 690 | width: 100%; |
691 | height: 100%; | 691 | height: 100%; |
692 | position: fixed; | 692 | position: fixed; |
693 | z-index: 9999; | 693 | z-index: 9999; |
694 | top: 0; | 694 | top: 0; |
695 | left: 0; | 695 | left: 0; |
696 | text-align: center; | 696 | text-align: center; |
697 | background-color: rgba(0, 0, 0, 0.2); | 697 | background-color: rgba(0, 0, 0, 0.2); |
698 | } | 698 | } |
699 | .myLoader img{ | 699 | .myLoader img{ |
700 | position: relative; | 700 | position: relative; |
701 | top: calc(50% - 25px); | 701 | top: calc(50% - 25px); |
702 | } | 702 | } |
703 | .customErrorInput{ | 703 | .customErrorInput{ |
704 | background-color: rgb(251, 227, 228); | 704 | background-color: rgb(251, 227, 228); |
705 | border: 1px solid #fbc2c4; | 705 | border: 1px solid #fbc2c4; |
706 | color: #8a1f11; | 706 | color: #8a1f11; |
707 | } | 707 | } |
708 | .customErrorMessage{ | 708 | .customErrorMessage{ |
709 | color: #8a1f11; | 709 | color: #8a1f11; |
710 | font-weight: bold; | 710 | font-weight: bold; |
711 | } | 711 | } |
712 | .ui-datepicker .ui-widget-header{ | 712 | .ui-datepicker .ui-widget-header{ |
713 | background-image: none !important; | 713 | background-image: none !important; |
714 | } | 714 | } |
715 | .recordCountSelect{ | 715 | .recordCountSelect{ |
716 | background-color: #fff; | 716 | background-color: #fff; |
717 | } | 717 | } |
718 | .exportBtn{ | 718 | .exportBtn{ |
719 | margin-top: 20px; | 719 | margin-top: 20px; |
720 | } | 720 | } |
721 | .select2-container .select2-choice{ | 721 | .select2-container .select2-choice{ |
722 | height: 34px !important; | 722 | height: 34px !important; |
723 | padding: 6px 12px !important; | 723 | padding: 6px 12px !important; |
724 | border: 1px solid #ccc !important; | 724 | border: 1px solid #ccc !important; |
725 | background-image: none !important; | 725 | background-image: none !important; |
726 | } | 726 | } |
727 | .select2-container .select2-choice .select2-arrow{ | 727 | .select2-container .select2-choice .select2-arrow{ |
728 | border-left: none !important; | 728 | border-left: none !important; |
729 | background: transparent !important; | 729 | background: transparent !important; |
730 | } | 730 | } |
731 | .select2-container .select2-choice{ | 731 | .select2-container .select2-choice{ |
732 | padding: 2px 12px !important; | 732 | padding: 2px 12px !important; |
733 | } | 733 | } |
734 | 734 | ||
735 | 735 | ||
736 | .blackOption{ | 736 | .blackOption{ |
737 | color: #000; | 737 | color: #000; |
738 | background-color: #fff; | 738 | background-color: #fff; |
739 | } | 739 | } |
740 | .blueOption{ | 740 | .blueOption{ |
741 | color: #1c84c6; | 741 | color: #1c84c6; |
742 | background-color: #fff; | 742 | background-color: #fff; |
743 | } | 743 | } |
744 | .greenOption{ | 744 | .greenOption{ |
745 | color: #419641; | 745 | color: #419641; |
746 | background-color: #fff; | 746 | background-color: #fff; |
747 | } | 747 | } |
748 | .redOption{ | 748 | .redOption{ |
749 | color: #ed5565; | 749 | color: #ed5565; |
750 | background-color: #fff; | 750 | background-color: #fff; |
751 | } | 751 | } |
752 | .yellowOption{ | 752 | .yellowOption{ |
753 | color: #ff9900; | 753 | color: #ff9900; |
754 | background-color: #fff; | 754 | background-color: #fff; |
755 | } | 755 | } |
756 | .colorfulSelectbox, .colorfulSelectbox:focus, .colorfulSelectbox:hover{ | 756 | .colorfulSelectbox, .colorfulSelectbox:focus, .colorfulSelectbox:hover{ |
757 | color: #fff; | 757 | color: #fff; |
758 | text-align: center !important; | 758 | text-align: center !important; |
759 | outline: none !important; | 759 | outline: none !important; |
760 | } | 760 | } |
761 | .nvd3-svg{ | 761 | .nvd3-svg{ |
762 | text-transform: capitalize; | 762 | text-transform: capitalize; |
763 | } | 763 | } |
764 | 764 | ||
765 | /*--Highlight today date--*/ | 765 | /*--Highlight today date--*/ |
766 | .ui-datepicker-today { | 766 | .ui-datepicker-today { |
767 | background: lightgray !important; | 767 | background: lightgray !important; |
768 | } | 768 | } |
769 | /*.ui-datepicker-current-day { | 769 | /*.ui-datepicker-current-day { |
770 | background: #999 !important; | 770 | background: #999 !important; |
771 | }*/ | 771 | }*/ |
772 | 772 | ||
773 | @media (min-width: 1700px){ | 773 | @media (min-width: 1700px){ |
774 | .margin-media{ | 774 | .margin-media{ |
775 | width: 130px !important; | 775 | width: 130px !important; |
776 | } | 776 | } |
777 | } | 777 | } |
778 | 778 | ||
779 | .nv-series:last-child > .nv-legend-symbol{ | 779 | .customersource .nv-series:last-child > .nv-legend-symbol{ |
780 | display: none !important; | 780 | display: none ; |
781 | } | 781 | } |
782 | .nv-series:nth-child(6) > .nv-legend-symbol{ | ||
783 | display: none !important; | ||
784 | } |
app/partials/analytics/analytics.html
1 | <style> | 1 | <style> |
2 | .chart-holder { | 2 | .chart-holder { |
3 | height: 325px; | 3 | height: 325px; |
4 | } | 4 | } |
5 | .cirque-stats { | 5 | .cirque-stats { |
6 | text-align: center; | 6 | text-align: center; |
7 | } | 7 | } |
8 | .cirque-stats .cirque-container { | 8 | .cirque-stats .cirque-container { |
9 | margin-top: 1.5em; | 9 | margin-top: 1.5em; |
10 | margin-bottom: 1.5em; | 10 | margin-bottom: 1.5em; |
11 | margin-right: 2em; | 11 | margin-right: 2em; |
12 | margin-left: 2em; | 12 | margin-left: 2em; |
13 | } | 13 | } |
14 | .subnavbar .mainnav > li:nth-child(6) > a{ | 14 | .subnavbar .mainnav > li:nth-child(6) > a{ |
15 | color: #ca5c6a; | 15 | color: #ca5c6a; |
16 | } | 16 | } |
17 | .table { | 17 | .table { |
18 | border-collapse: separate; | 18 | border-collapse: separate; |
19 | padding: 0px; | 19 | padding: 0px; |
20 | 20 | ||
21 | } | 21 | } |
22 | 22 | ||
23 | .highcharts-button-box{ | 23 | .highcharts-button-box{ |
24 | display: none; | 24 | display: none; |
25 | } | 25 | } |
26 | 26 | ||
27 | .highcharts-button-symbol{ | 27 | .highcharts-button-symbol{ |
28 | display: none; | 28 | display: none; |
29 | } | 29 | } |
30 | 30 | ||
31 | .highcharts-map-navigation{ | 31 | .highcharts-map-navigation{ |
32 | background-color: #eee; | 32 | background-color: #eee; |
33 | border-color: grey; | 33 | border-color: grey; |
34 | } | 34 | } |
35 | 35 | ||
36 | #chart svg { | 36 | #chart svg { |
37 | height: 400px; | 37 | height: 400px; |
38 | } | 38 | } |
39 | @import 'https://code.highcharts.com/css/themes/sand-signika.css'; | 39 | @import 'https://code.highcharts.com/css/themes/sand-signika.css'; |
40 | </style> | 40 | </style> |
41 | 41 | ||
42 | <div class="main"> | 42 | <div class="main"> |
43 | <div style="padding: 0 3%; margin-left: 15px;"> | 43 | <div style="padding: 0 3%; margin-left: 15px;"> |
44 | <div class="row"> | 44 | <div class="row"> |
45 | <div class="col-md-6"> | 45 | <div class="col-md-6"> |
46 | <div class="customInputWrap"> | 46 | <div class="customInputWrap"> |
47 | <div style="margin-left: 0px;"> | 47 | <div style="margin-left: 0px;"> |
48 | <label>Date Range Filter</label> | 48 | <label>Date Range Filter</label> |
49 | <form name="myForm"> | 49 | <form name="myForm"> |
50 | <input type="text" ng-model="drf.fromDate" datepicker class="form-control" placeholder="From Date" required ng-required="true" style="width: 120px; float: left; margin-right: 15px;"/> | 50 | <input type="text" ng-model="drf.fromDate" datepicker class="form-control" placeholder="From Date" required ng-required="true" style="width: 120px; float: left; margin-right: 15px;"/> |
51 | <input type="text" ng-model="drf.toDate" datepicker class="form-control" placeholder="To Date" style="width: 120px; float: left; margin-right: 15px;"> | 51 | <input type="text" ng-model="drf.toDate" datepicker class="form-control" placeholder="To Date" style="width: 120px; float: left; margin-right: 15px;"> |
52 | <button class="btn btn-primary" ng-disabled="myForm.$invalid" ng-click="submitDate()" style="float: left; display: none;">Apply</button> | 52 | <button class="btn btn-primary" ng-disabled="myForm.$invalid" ng-click="submitDate()" style="float: left; display: none;">Apply</button> |
53 | <button class="btn btn-primary" ng-click="submitDate()" style="float: left;">Apply</button> | 53 | <button class="btn btn-primary" ng-click="submitDate()" style="float: left;">Apply</button> |
54 | <div class="clearfix"></div> | 54 | <div class="clearfix"></div> |
55 | </form> | 55 | </form> |
56 | </div> | 56 | </div> |
57 | <div class="clearfix"></div> | 57 | <div class="clearfix"></div> |
58 | </div> | 58 | </div> |
59 | <div class="widget stacked"> | 59 | <div class="widget stacked"> |
60 | <div class="widget-header"> | 60 | <div class="widget-header"> |
61 | <i class="icon-bar-chart"></i> | 61 | <i class="icon-bar-chart"></i> |
62 | <h3>${{ordersCost | number :2}}/{{ordersCount}} Fuel Sales</h3> | 62 | <h3>${{ordersCost | number :2}}/{{ordersCount}} Fuel Sales</h3> |
63 | </div> | 63 | </div> |
64 | <!-- /widget-header --> | 64 | <!-- /widget-header --> |
65 | <div class="widget-content"> | 65 | <div class="widget-content"> |
66 | <nvd3 options="optionsmfs" data="datamfs"></nvd3> | 66 | <nvd3 options="optionsmfs" data="datamfs"></nvd3> |
67 | <!-- /bar-chart --> | 67 | <!-- /bar-chart --> |
68 | </div> | 68 | </div> |
69 | <!-- /widget-content --> | 69 | <!-- /widget-content --> |
70 | </div> | 70 | </div> |
71 | <!-- /widget --> | 71 | <!-- /widget --> |
72 | </div> | 72 | </div> |
73 | <!-- /.span6 --> | 73 | <!-- /.span6 --> |
74 | <div class="col-md-6"> | 74 | <div class="col-md-6"> |
75 | <div class="customInputWrap"> | 75 | <div class="customInputWrap"> |
76 | <div style="margin-left: 0px;"> | 76 | <div style="margin-left: 0px;"> |
77 | <label>Date Range Filter</label> | 77 | <label>Date Range Filter</label> |
78 | <form name="myForm1"> | 78 | <form name="myForm1"> |
79 | <input type="text" ng-model="hfp.fromDate" datepicker class="form-control" placeholder="From Date" required ng-required="true" style="width: 120px; float: left; margin-right: 15px;"/> | 79 | <input type="text" ng-model="hfp.fromDate" datepicker class="form-control" placeholder="From Date" required ng-required="true" style="width: 120px; float: left; margin-right: 15px;"/> |
80 | <input type="text" ng-model="hfp.toDate" datepicker class="form-control" placeholder="To Date" style="width: 120px; float: left; margin-right: 15px;"> | 80 | <input type="text" ng-model="hfp.toDate" datepicker class="form-control" placeholder="To Date" style="width: 120px; float: left; margin-right: 15px;"> |
81 | <button class="btn btn-primary" ng-disabled="myForm1.$invalid" ng-click="submitDateHfp()" style="float: left; display: none;">Apply</button> | 81 | <button class="btn btn-primary" ng-disabled="myForm1.$invalid" ng-click="submitDateHfp()" style="float: left; display: none;">Apply</button> |
82 | <button class="btn btn-primary" ng-click="submitDateHfp()" style="float: left;">Apply</button> | 82 | <button class="btn btn-primary" ng-click="submitDateHfp()" style="float: left;">Apply</button> |
83 | <div class="clearfix"></div> | 83 | <div class="clearfix"></div> |
84 | </form> | 84 | </form> |
85 | </div> | 85 | </div> |
86 | <div class="clearfix"></div> | 86 | <div class="clearfix"></div> |
87 | </div> | 87 | </div> |
88 | <div class="widget stacked"> | 88 | <div class="widget stacked"> |
89 | <div class="widget-header"> | 89 | <div class="widget-header"> |
90 | <i class="icon-bar-chart"></i> | 90 | <i class="icon-bar-chart"></i> |
91 | <h3>Historic Fuel Pricing</h3> | 91 | <h3>Historic Fuel Pricing</h3> |
92 | </div> | 92 | </div> |
93 | <!-- /widget-header --> | 93 | <!-- /widget-header --> |
94 | <div class="widget-content"> | 94 | <div class="widget-content"> |
95 | <!-- <nvd3 options="optionshfp" data="datahfp"></nvd3> --> | 95 | <!-- <nvd3 options="optionshfp" data="datahfp"></nvd3> --> |
96 | <!-- /pie-chart --> | 96 | <!-- /pie-chart --> |
97 | <div id="chart"><svg></svg></div> | 97 | <div id="chart"><svg></svg></div> |
98 | </div> | 98 | </div> |
99 | <!-- /widget-content --> | 99 | <!-- /widget-content --> |
100 | </div> | 100 | </div> |
101 | <!-- /widget --> | 101 | <!-- /widget --> |
102 | </div> | 102 | </div> |
103 | <!-- /span6 --> | 103 | <!-- /span6 --> |
104 | </div> | 104 | </div> |
105 | <div class="row"></div> | 105 | <div class="row"></div> |
106 | <div class="row"> | 106 | <div class="row"> |
107 | <div class="col-md-6"> | 107 | <div class="col-md-6"> |
108 | <div class="customInputWrap"> | 108 | <div class="customInputWrap"> |
109 | <div style="margin-left: 0px;"> | 109 | <div style="margin-left: 0px;"> |
110 | <label>Date Range Filter</label> | 110 | <label>Date Range Filter</label> |
111 | <form name="myForm2"> | 111 | <form name="myForm2"> |
112 | <input type="text" ng-model="cs.fromDate" datepicker class="form-control" placeholder="From Date" required ng-required="true" style="width: 120px; float: left; margin-right: 15px;"/> | 112 | <input type="text" ng-model="cs.fromDate" datepicker class="form-control" placeholder="From Date" required ng-required="true" style="width: 120px; float: left; margin-right: 15px;"/> |
113 | <input type="text" ng-model="cs.toDate" datepicker class="form-control" placeholder="To Date" style="width: 120px; float: left; margin-right: 15px;"> | 113 | <input type="text" ng-model="cs.toDate" datepicker class="form-control" placeholder="To Date" style="width: 120px; float: left; margin-right: 15px;"> |
114 | <button class="btn btn-primary" ng-disabled="myForm2.$invalid" ng-click="submitDateCs()" style="float: left; display: none;">Apply</button> | 114 | <button class="btn btn-primary" ng-disabled="myForm2.$invalid" ng-click="submitDateCs()" style="float: left; display: none;">Apply</button> |
115 | <button class="btn btn-primary" ng-click="submitDateCs()" style="float: left;">Apply</button> | 115 | <button class="btn btn-primary" ng-click="submitDateCs()" style="float: left;">Apply</button> |
116 | <div class="clearfix"></div> | 116 | <div class="clearfix"></div> |
117 | </form> | 117 | </form> |
118 | </div> | 118 | </div> |
119 | <div class="clearfix"></div> | 119 | <div class="clearfix"></div> |
120 | </div> | 120 | </div> |
121 | <div class="widget stacked"> | 121 | <div class="widget stacked customersource"> |
122 | <div class="widget-header"> | 122 | <div class="widget-header"> |
123 | <i class="icon-bar-chart"></i> | 123 | <i class="icon-bar-chart"></i> |
124 | <h3>Customer Sources</h3> | 124 | <h3>Customer Sources</h3> |
125 | </div> | 125 | </div> |
126 | <!-- /widget-header --> | 126 | <!-- /widget-header --> |
127 | <div class="widget-content"> | 127 | <div class="widget-content"> |
128 | <div style="margin-left: -15px;"> | 128 | <div style="margin-left: -15px;"> |
129 | <nvd3 options="optionscs" class="custom-graph" data="datacs"></nvd3> | 129 | <nvd3 options="optionscs" class="custom-graph" data="datacs"></nvd3> |
130 | </div> | 130 | </div> |
131 | <!-- /pie-chart --> | 131 | <!-- /pie-chart --> |
132 | </div> | 132 | </div> |
133 | <!-- /widget-content --> | 133 | <!-- /widget-content --> |
134 | </div> | 134 | </div> |
135 | <!-- /widget --> | 135 | <!-- /widget --> |
136 | </div> | 136 | </div> |
137 | <!-- /span6 --> | 137 | <!-- /span6 --> |
138 | <div class="col-md-6"> | 138 | <div class="col-md-6"> |
139 | <div class="customInputWrap"> | 139 | <div class="customInputWrap"> |
140 | <div style="margin-top: 75px"> | 140 | <div style="margin-top: 75px"> |
141 | <!-- <label>Date Range Filter</label> | 141 | <!-- <label>Date Range Filter</label> |
142 | <form name="myForm3"> | 142 | <form name="myForm3"> |
143 | <input type="text" ng-model="rpp.fromDate" datepicker class="form-control" placeholder="From Date" required ng-required="true" style="width: 120px; float: left; margin-right: 15px;"/> | 143 | <input type="text" ng-model="rpp.fromDate" datepicker class="form-control" placeholder="From Date" required ng-required="true" style="width: 120px; float: left; margin-right: 15px;"/> |
144 | <input type="text" ng-model="rpp.toDate" datepicker class="form-control" placeholder="To Date" style="width: 120px; float: left; margin-right: 15px;"> | 144 | <input type="text" ng-model="rpp.toDate" datepicker class="form-control" placeholder="To Date" style="width: 120px; float: left; margin-right: 15px;"> |
145 | <button class="btn btn-primary" ng-disabled="myForm3.$invalid" ng-click="submitDateRpp()" style="float: left; display: none;">Apply</button> | 145 | <button class="btn btn-primary" ng-disabled="myForm3.$invalid" ng-click="submitDateRpp()" style="float: left; display: none;">Apply</button> |
146 | <button class="btn btn-primary" ng-click="submitDateRpp()" style="float: left;">Apply</button> | 146 | <button class="btn btn-primary" ng-click="submitDateRpp()" style="float: left;">Apply</button> |
147 | <div class="clearfix"></div> | 147 | <div class="clearfix"></div> |
148 | </form> --> | 148 | </form> --> |
149 | </div> | 149 | </div> |
150 | <div class="clearfix"></div> | 150 | <div class="clearfix"></div> |
151 | </div> | 151 | </div> |
152 | <div class="widget stacked"> | 152 | <div class="widget stacked"> |
153 | <div class="widget-header"> | 153 | <div class="widget-header"> |
154 | <i class="icon-bar-chart"></i> | 154 | <i class="icon-bar-chart"></i> |
155 | <h3>Regional PAP Pricing</h3> | 155 | <h3>Regional PAP Pricing</h3> |
156 | </div> | 156 | </div> |
157 | <!-- /widget-header --> | 157 | <!-- /widget-header --> |
158 | <div class="widget-content"> | 158 | <div class="widget-content"> |
159 | <div ng-show="flag"> | 159 | <div ng-show="flag"> |
160 | <center><img id="spinner" src="/img/spinner.gif"/></center> | 160 | <center><img id="spinner" src="/img/spinner.gif"/></center> |
161 | </div> | 161 | </div> |
162 | <!-- <div id="map" style="width: 100%; height: 325px;"></div> --> | 162 | <!-- <div id="map" style="width: 100%; height: 325px;"></div> --> |
163 | 163 | ||
164 | <!-- <div ng-hide="flag" id="regional-pap" style="height: 400px; min-width: 310px; max-width: 600px; margin: 0 auto"></div> --> | 164 | <!-- <div ng-hide="flag" id="regional-pap" style="height: 400px; min-width: 310px; max-width: 600px; margin: 0 auto"></div> --> |
165 | 165 | ||
166 | <div ng-hide="flag" id="container" style="height: 400px; min-width: 310px; max-width: 600px; margin: 0 auto"></div> | 166 | <div ng-hide="flag" id="container" style="height: 400px; min-width: 310px; max-width: 600px; margin: 0 auto"></div> |
167 | </div> | 167 | </div> |
168 | <!-- /widget-content --> | 168 | <!-- /widget-content --> |
169 | </div> | 169 | </div> |
170 | <!-- /widget --> | 170 | <!-- /widget --> |
171 | </div> | 171 | </div> |
172 | <!-- /.span6 --> | 172 | <!-- /.span6 --> |
173 | </div> | 173 | </div> |
174 | </div> | 174 | </div> |
175 | <!-- /container --> | 175 | <!-- /container --> |
176 | </div> | 176 | </div> |
177 | <!-- /main --> | 177 | <!-- /main --> |
178 | <div class="customConfirmPopBackdrop" id="popup1"> | 178 | <div class="customConfirmPopBackdrop" id="popup1"> |
179 | <div class="customModalInner" style="max-width: 400px;"> | 179 | <div class="customModalInner" style="max-width: 400px;"> |
180 | <div class="customModelBody" style="border-radius: 5px 5px 0 0;max-height: 200px;overflow: hidden;overflow-y: auto;""> | 180 | <div class="customModelBody" style="border-radius: 5px 5px 0 0;max-height: 200px;overflow: hidden;overflow-y: auto;""> |
181 | <table border="1"> | 181 | <table border="1"> |
182 | 182 | ||
183 | <tr> | 183 | <tr> |
184 | <th style="padding: 5px">Region</th> | 184 | <th style="padding: 5px">Region</th> |
185 | <th style="padding: 5px">Average PAP</th> | 185 | <th style="padding: 5px">Average PAP</th> |
186 | </tr> | 186 | </tr> |
187 | <tr ng-repeat="data in rppData"> | 187 | <tr ng-repeat="data in rppData"> |
188 | <td style="padding: 5px"> | 188 | <td style="padding: 5px"> |
189 | {{data.region}} | 189 | {{data.region}} |
190 | </td> | 190 | </td> |
191 | <td style="padding: 5px"> | 191 | <td style="padding: 5px"> |
192 | {{data.averagePAP | number :4 }} | 192 | {{data.averagePAP | number :4 }} |
193 | </td> | 193 | </td> |
194 | </tr> | 194 | </tr> |
195 | </table> | 195 | </table> |
196 | </div> | 196 | </div> |
197 | <div class="customModelFooter text-right" style="border-top: 0px !important"> | 197 | <div class="customModelFooter text-right" style="border-top: 0px !important"> |
198 | <button class="btn btn-primary" style="padding: 4px 0; width: 80px;" ng-click="cancelStatus()">Close</button> | 198 | <button class="btn btn-primary" style="padding: 4px 0; width: 80px;" ng-click="cancelStatus()">Close</button> |
199 | </div> | 199 | </div> |
200 | </div> | 200 | </div> |
201 | </div> | 201 | </div> |
202 | 202 | ||
203 | 203 | ||
204 | 204 | ||
205 | 205 | ||
206 | 206 | ||
207 | 207 | ||
208 | 208 | ||
209 | 209 |