1 | * {
|
---|
2 | -webkit-border-radius: 0 !important;
|
---|
3 | -moz-border-radius: 0 !important;
|
---|
4 | border-radius: 0 !important;
|
---|
5 | font-family: "Open Sans", Helvetica, Arial, sans-serif;
|
---|
6 | }
|
---|
7 |
|
---|
8 | html {
|
---|
9 | height: 100%;
|
---|
10 | overflow-y: scroll;
|
---|
11 | }
|
---|
12 |
|
---|
13 | body {
|
---|
14 | width: 100%;
|
---|
15 | height: 100%;
|
---|
16 | margin: 0;
|
---|
17 | padding: 0;
|
---|
18 | }
|
---|
19 |
|
---|
20 | .no-border {
|
---|
21 | border: none;
|
---|
22 | }
|
---|
23 |
|
---|
24 | .no-padding-margin {
|
---|
25 | padding: 0;
|
---|
26 | margin: 0;
|
---|
27 | }
|
---|
28 |
|
---|
29 | /* bootstrap style changes */
|
---|
30 | .panel {
|
---|
31 | border: 1px #D3D3D3;
|
---|
32 | margin-bottom: 30px;
|
---|
33 | }
|
---|
34 |
|
---|
35 | .panel-default {
|
---|
36 | border: 1px #D3D3D3;
|
---|
37 | }
|
---|
38 |
|
---|
39 | .panel-default > .panel-heading {
|
---|
40 | background: #FAFAFA;
|
---|
41 | /*border-top: 3px solid #f7921d;*/
|
---|
42 | }
|
---|
43 |
|
---|
44 | .panel-default > .panel-body {
|
---|
45 | }
|
---|
46 |
|
---|
47 | .panel-title {
|
---|
48 | color: #AAA;
|
---|
49 | font-weight: 600;
|
---|
50 | }
|
---|
51 |
|
---|
52 | .breadcrumb {
|
---|
53 | background: transparent;
|
---|
54 | }
|
---|
55 |
|
---|
56 | .btn-default {
|
---|
57 | background-image: none;
|
---|
58 | background-repeat: no-repeat;
|
---|
59 | background-color: #F5F5F5;
|
---|
60 | }
|
---|
61 |
|
---|
62 | /* app */
|
---|
63 |
|
---|
64 | #app {
|
---|
65 | position: relative;
|
---|
66 | min-height: 100%;
|
---|
67 | display: block;
|
---|
68 | overflow: hidden;
|
---|
69 | background: #EEEEEE;
|
---|
70 | }
|
---|
71 |
|
---|
72 | #toolbar {
|
---|
73 | background: #5E5E5E;
|
---|
74 | }
|
---|
75 |
|
---|
76 | #menu {
|
---|
77 | position: relative;
|
---|
78 | background: #FAFAFA;
|
---|
79 | display: block;
|
---|
80 | overflow: hidden;
|
---|
81 | z-index: 10000;
|
---|
82 | width: 100%;
|
---|
83 | }
|
---|
84 |
|
---|
85 | .category {
|
---|
86 | font-weight: bold;
|
---|
87 | color: #AAAAAA;
|
---|
88 | text-transform: uppercase;
|
---|
89 | margin-top: 28px;
|
---|
90 | margin-left: 22px;
|
---|
91 | margin-right: 22px;
|
---|
92 | padding-bottom: 5px;
|
---|
93 | border-bottom: 1px solid #E3E3E3;
|
---|
94 | }
|
---|
95 |
|
---|
96 | #view {
|
---|
97 | position: relative;
|
---|
98 | left: 0;
|
---|
99 | margin-left: 0px;
|
---|
100 | display: block;
|
---|
101 | overflow: hidden;
|
---|
102 | }
|
---|
103 |
|
---|
104 |
|
---|
105 | .view-header {
|
---|
106 | background: #FAFAFA;
|
---|
107 | border-bottom: 1px solid #D3D3D3;
|
---|
108 | height: 51px;
|
---|
109 | }
|
---|
110 |
|
---|
111 | .no-border {
|
---|
112 | border: none;
|
---|
113 | padding: 0;
|
---|
114 | margin: 0;
|
---|
115 | }
|
---|
116 |
|
---|
117 | .container-fluid {
|
---|
118 | margin: 0;
|
---|
119 | padding: 0;
|
---|
120 | }
|
---|
121 |
|
---|
122 | .navbar-header {
|
---|
123 | width: 100%;
|
---|
124 | background: #3c3a39;
|
---|
125 | color: #FFFFFF;
|
---|
126 | float: left;
|
---|
127 | }
|
---|
128 |
|
---|
129 |
|
---|
130 | @media (min-width: 768px) {
|
---|
131 | #view {
|
---|
132 | margin-left: 250px;
|
---|
133 | }
|
---|
134 |
|
---|
135 | #menu {
|
---|
136 | visibility: visible;
|
---|
137 | position: absolute;
|
---|
138 | width: 250px;
|
---|
139 | min-height: inherit;
|
---|
140 | border-right: 1px solid #D3D3D3;
|
---|
141 | z-index: 0;
|
---|
142 | }
|
---|
143 |
|
---|
144 | .navbar-header {
|
---|
145 | width: 250px;
|
---|
146 | }
|
---|
147 | }
|
---|
148 | .container-fluid .navbar-header {
|
---|
149 | margin: 0;
|
---|
150 | padding: 0;
|
---|
151 | }
|
---|
152 |
|
---|
153 | .navbar-nav {
|
---|
154 | margin: 0;
|
---|
155 | padding: 0;
|
---|
156 | }
|
---|
157 |
|
---|
158 | .navbar-right {
|
---|
159 | float: right!important
|
---|
160 | }
|
---|
161 |
|
---|
162 | .navbar-nav>li>a {
|
---|
163 | padding-top: 15px;
|
---|
164 | padding-bottom: 15px;
|
---|
165 | }
|
---|
166 |
|
---|
167 | .navbar-content {
|
---|
168 | padding-right: 15px;
|
---|
169 | }
|
---|
170 |
|
---|
171 | .navbar-nav > li {
|
---|
172 | float: left;
|
---|
173 | }
|
---|
174 |
|
---|
175 | .navbar-default {
|
---|
176 | }
|
---|
177 |
|
---|
178 | .navbar-brand {
|
---|
179 | font-weight: bold;
|
---|
180 | color: #FFFFFF !important;
|
---|
181 | }
|
---|
182 |
|
---|
183 | .nav-sidebar {
|
---|
184 | font-size: 12px;
|
---|
185 | padding-bottom: 30px;
|
---|
186 | }
|
---|
187 |
|
---|
188 | .nav-sidebar > li > a {
|
---|
189 | font-size: 13px;
|
---|
190 | color: #555555;
|
---|
191 | text-transform: capitalize;
|
---|
192 | letter-spacing: 0.5px;
|
---|
193 | padding-right: 20px;
|
---|
194 | padding-left: 20px;
|
---|
195 | border-left: 3px solid transparent;
|
---|
196 | }
|
---|
197 | .nav-sidebar > li > a:hover {
|
---|
198 | font-weight: bold;
|
---|
199 | color: #000000;
|
---|
200 | background-color: #5c5a59;
|
---|
201 | background-color: transparent;
|
---|
202 | background-color: #F5F5F5;
|
---|
203 | border-left: 3px solid #f7921d;
|
---|
204 | }
|
---|
205 |
|
---|
206 | .nav-sidebar > li > a:focus {
|
---|
207 | background-color: #F5F5F5;
|
---|
208 | }
|
---|
209 |
|
---|
210 | .nav-sidebar > .active > a,
|
---|
211 | .nav-sidebar > .active > a:hover {
|
---|
212 | font-weight: bold;
|
---|
213 | color: #000000;
|
---|
214 | background-color: #5c5a59;
|
---|
215 | background-color: transparent;
|
---|
216 | background-color: #F5F5F5;
|
---|
217 | border-left: 3px solid #f7921d;
|
---|
218 | }
|
---|
219 |
|
---|
220 |
|
---|
221 | .nav-sub-sidebar {
|
---|
222 | font-size: 10px;
|
---|
223 | }
|
---|
224 |
|
---|
225 | .nav-sub-sidebar > li > a {
|
---|
226 | font-size: 11px;
|
---|
227 | color: #555555;
|
---|
228 | text-transform: capitalize;
|
---|
229 | letter-spacing: 0.5px;
|
---|
230 | padding-right: 20px;
|
---|
231 | padding-left: 35px;
|
---|
232 | border-left: 3px solid transparent;
|
---|
233 | }
|
---|
234 | .nav-sub-sidebar > li > a:hover {
|
---|
235 | font-weight: bold;
|
---|
236 | color: #000000;
|
---|
237 | background-color: #5c5a59;
|
---|
238 | background-color: transparent;
|
---|
239 | background-color: #F5F5F5;
|
---|
240 | border-left: 3px solid #DD4B39;
|
---|
241 | }
|
---|
242 |
|
---|
243 | .nav-sub-sidebar > li > a:focus {
|
---|
244 | background-color: #F5F5F5;
|
---|
245 | }
|
---|
246 |
|
---|
247 | .nav-sub-sidebar > .active > a,
|
---|
248 | .nav-sub-sidebar > .active > a:hover {
|
---|
249 | font-weight: bold;
|
---|
250 | color: #000000;
|
---|
251 | background-color: #5c5a59;
|
---|
252 | background-color: transparent;
|
---|
253 | background-color: #F5F5F5;
|
---|
254 | border-left: 3px solid #DD4B39;
|
---|
255 | }
|
---|
256 |
|
---|
257 | .nav-list {
|
---|
258 | margin-bottom: 20px;
|
---|
259 | }
|
---|
260 | .nav-list li {
|
---|
261 | display: inline-block;
|
---|
262 | }
|
---|
263 | .nav-list li.active a {
|
---|
264 | color: #444;
|
---|
265 | border-bottom: 3px solid #4a89dc;
|
---|
266 | }
|
---|
267 | .nav-list li a {
|
---|
268 | color: #AAA;
|
---|
269 | font-weight: 600;
|
---|
270 | border-bottom: 3px solid transparent;
|
---|
271 | }
|
---|
272 | .nav-list li a:hover,
|
---|
273 | .nav-list li a:focus {
|
---|
274 | color: #444;
|
---|
275 | background-color: transparent;
|
---|
276 | }
|
---|
277 | .nav-list.nav-list-sm li a {
|
---|
278 | padding: 10px 8px;
|
---|
279 | }
|
---|
280 |
|
---|
281 | .nav.nav-list-topbar {
|
---|
282 | margin-left: 10px;
|
---|
283 | }
|
---|
284 | .nav.nav-list-topbar li a {
|
---|
285 | padding: 16px 14px 12px;
|
---|
286 | }
|
---|
287 | .nav.nav-list-topbar li.active a {
|
---|
288 | color: #f7921d;
|
---|
289 | border-bottom: 3px solid #f7921d;
|
---|
290 | }
|
---|
291 |
|
---|
292 |
|
---|
293 | #status {
|
---|
294 | padding: 30px;
|
---|
295 | }
|
---|
296 |
|
---|
297 | textarea:focus,
|
---|
298 | input[type="button"]:focus,
|
---|
299 | input[type="text"]:focus,
|
---|
300 | input[type="password"]:focus,
|
---|
301 | input[type="datetime"]:focus,
|
---|
302 | input[type="datetime-local"]:focus,
|
---|
303 | input[type="date"]:focus,
|
---|
304 | input[type="month"]:focus,
|
---|
305 | input[type="time"]:focus,
|
---|
306 | input[type="week"]:focus,
|
---|
307 | input[type="number"]:focus,
|
---|
308 | input[type="email"]:focus,
|
---|
309 | input[type="url"]:focus,
|
---|
310 | input[type="search"]:focus,
|
---|
311 | input[type="tel"]:focus,
|
---|
312 | input[type="color"]:focus,
|
---|
313 | .uneditable-input:focus {
|
---|
314 | border-color: #f7921d;
|
---|
315 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(247, 146, 29, 0.6);
|
---|
316 | outline: 0 none;
|
---|
317 | }
|
---|
318 |
|
---|
319 | .angular-flot-chart {
|
---|
320 | display: block;
|
---|
321 | width: 100%;
|
---|
322 | height: 300px;
|
---|
323 | }
|
---|
324 |
|
---|
325 | .table-no-border>thead>tr>th,
|
---|
326 | .table-no-border>tbody>tr>th,
|
---|
327 | .table-no-border>tfoot>tr>th,
|
---|
328 | .table-no-border>thead>tr>td,
|
---|
329 | .table-no-border>tbody>tr>td,
|
---|
330 | .table-no-border>tfoot>tr>td,
|
---|
331 | .table-no-border>tbody,
|
---|
332 | .table-no-border>thead,
|
---|
333 | .table-no-border>tfoot{
|
---|
334 | border-top: none !important;
|
---|
335 | border-bottom: none !important;
|
---|
336 | }
|
---|
337 |
|
---|
338 | .table-auto-width {
|
---|
339 | width: auto !important;
|
---|
340 | }
|
---|
341 |
|
---|
342 | .center-element {
|
---|
343 | margin: 0 auto;
|
---|
344 | }
|
---|
345 |
|
---|
346 | .table-content {
|
---|
347 | margin-bottom: 0;
|
---|
348 | }
|
---|
349 |
|
---|
350 | #top-navbar {
|
---|
351 | margin-right: 15px;
|
---|
352 | }
|
---|
353 |
|
---|
354 | [ng-click],
|
---|
355 | [data-ng-click],
|
---|
356 | [x-ng-click] {
|
---|
357 | cursor: pointer;
|
---|
358 | }
|
---|
359 |
|
---|
360 | .navbar-default .navbar-brand {
|
---|
361 | text-shadow: none !important;
|
---|
362 | }
|
---|
363 |
|
---|
364 | .navbar-default .navbar-nav > li > a {
|
---|
365 | color: #ffffff;
|
---|
366 | text-shadow: none !important;
|
---|
367 | }
|
---|
368 |
|
---|
369 | .navbar-default .navbar-nav > li > a:focus {
|
---|
370 | color: #ffffff;
|
---|
371 | text-shadow: none !important;
|
---|
372 | }
|
---|
373 |
|
---|
374 | .navbar-default .navbar-nav > li > a:hover {
|
---|
375 | color: #ffffff;
|
---|
376 | background-color: #7E7E7E;
|
---|
377 | text-shadow: none !important;
|
---|
378 | }
|
---|
379 |
|
---|
380 | .navbar-default .navbar-text {
|
---|
381 | display: block;
|
---|
382 | color: #ffffff;
|
---|
383 | text-shadow: none !important;
|
---|
384 | margin: 0;
|
---|
385 | padding: 15px;
|
---|
386 | }
|
---|
387 |
|
---|
388 | .navbar-nav {
|
---|
389 | float:left;
|
---|
390 | margin:0
|
---|
391 | }
|
---|
392 |
|
---|
393 | .navbar-nav>li {
|
---|
394 | float:left
|
---|
395 | }
|
---|
396 |
|
---|
397 | .navbar-nav>li>a {
|
---|
398 | padding-top:15px;
|
---|
399 | padding-bottom:15px
|
---|
400 | }
|
---|
401 |
|
---|
402 | .navbar-toggle {
|
---|
403 | border: none !important;
|
---|
404 | }
|
---|
405 |
|
---|
406 | .navbar-toggle:focus {
|
---|
407 | background-color: transparent !important;
|
---|
408 | }
|
---|
409 |
|
---|
410 | .navbar-toggle:hover {
|
---|
411 | background-color: #D3D3D3 !important;
|
---|
412 | }
|
---|
413 |
|
---|
414 | #menu .navbar-collapse {
|
---|
415 | padding: 0;
|
---|
416 | margin: 0;
|
---|
417 | }
|
---|
418 |
|
---|
419 | .default-view-container {
|
---|
420 | padding: 30px;
|
---|
421 | }
|
---|
422 |
|
---|
423 | .panel-heading a:after {
|
---|
424 | font-family:'Glyphicons Halflings';
|
---|
425 | content:"\e114";
|
---|
426 | float: right;
|
---|
427 | color: grey;
|
---|
428 | }
|
---|
429 | .panel-heading a.collapsed:after {
|
---|
430 | content:"\e080";
|
---|
431 | }
|
---|
432 |
|
---|
433 | .panel-heading a:focus, a:hover {
|
---|
434 | text-decoration: none;
|
---|
435 | } |
---|