2d70096e by bootflat

add .csscomb.json and ,csslintrc

1 parent ccc78a2e
1 /* 1 /*
2 * Bootflat 2.0.1 2 * bootflat 2.0.1
3 * 3 *
4 * Description: BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps. 4 * Description: BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.
5 * 5 *
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 * 7 *
8 * By @Flathemes <info@flathemes.com> 8 * By @Flathemes <info@flathemes.com>
9 * 9 *
10 * Last modify time: 2014-04-03 10 * Last modify time: 2014-04-05
11 * 11 *
12 * Licensed under the MIT license. Please see LICENSE for more information. 12 * Licensed under the MIT license. Please see LICENSE for more information.
13 * 13 *
...@@ -123,16 +123,17 @@ blockquote { ...@@ -123,16 +123,17 @@ blockquote {
123 } 123 }
124 124
125 .img-rounded { 125 .img-rounded {
126 border-radius: 4px;
127
126 -webkit-border-radius: 4px; 128 -webkit-border-radius: 4px;
127 -moz-border-radius: 4px; 129 -moz-border-radius: 4px;
128 border-radius: 4px;
129 } 130 }
130 131
131 .img-comment { 132 .img-comment {
133 margin: 24px 0;
132 font-size: 15px; 134 font-size: 15px;
133 line-height: 1.2;
134 font-style: italic; 135 font-style: italic;
135 margin: 24px 0; 136 line-height: 1.2;
136 } 137 }
137 138
138 /** 139 /**
...@@ -143,28 +144,28 @@ blockquote { ...@@ -143,28 +144,28 @@ blockquote {
143 color: white; 144 color: white;
144 } 145 }
145 .btn, .btn.disabled, .btn[disabled] { 146 .btn, .btn.disabled, .btn[disabled] {
146 border-color: #aab2bd;
147 background-color: #aab2bd; 147 background-color: #aab2bd;
148 border-color: #aab2bd;
148 } 149 }
149 .btn:hover, .btn:focus, .btn:active, .btn.active { 150 .btn:hover, .btn:focus, .btn:active, .btn.active {
150 color: white; 151 color: white;
151 border-color: #ccd1d9;
152 background-color: #ccd1d9; 152 background-color: #ccd1d9;
153 border-color: #ccd1d9;
153 outline: none !important; 154 outline: none !important;
154 } 155 }
155 .btn:active, .btn.active { 156 .btn:active, .btn.active {
156 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125); 157 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
157 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125); 158 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
158 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125); 159 box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
159 } 160 }
160 .btn.disabled, .btn[disabled] { 161 .btn.disabled, .btn[disabled] {
161 opacity: 0.45;
162 filter: alpha(opacity=45); 162 filter: alpha(opacity=45);
163 opacity: .45;
163 } 164 }
164 .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled] { 165 .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled] {
165 border-color: transparent;
166 background-color: transparent;
167 color: #3bafda; 166 color: #3bafda;
167 background-color: transparent;
168 border-color: transparent;
168 -webkit-box-shadow: none; 169 -webkit-box-shadow: none;
169 -moz-box-shadow: none; 170 -moz-box-shadow: none;
170 box-shadow: none; 171 box-shadow: none;
...@@ -177,76 +178,76 @@ blockquote { ...@@ -177,76 +178,76 @@ blockquote {
177 border-color: #aab2bd !important; 178 border-color: #aab2bd !important;
178 } 179 }
179 .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active { 180 .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
180 border-color: #ccd1d9;
181 background-color: #ccd1d9; 181 background-color: #ccd1d9;
182 border-color: #ccd1d9;
182 } 183 }
183 .btn-default, .btn-default.disabled, .btn-default[disabled] { 184 .btn-default, .btn-default.disabled, .btn-default[disabled] {
184 background-color: white; 185 background-color: white;
185 } 186 }
186 .open .dropdown-toggle.btn-default { 187 .open .dropdown-toggle.btn-default {
187 border-color: #ccd1d9;
188 background-color: #ccd1d9; 188 background-color: #ccd1d9;
189 border-color: #ccd1d9;
189 } 190 }
190 .btn-primary, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { 191 .btn-primary, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
191 border-color: #3bafda;
192 background-color: #3bafda; 192 background-color: #3bafda;
193 border-color: #3bafda;
193 } 194 }
194 .btn-primary:hover, .btn-primary:focus { 195 .btn-primary:hover, .btn-primary:focus {
195 border-color: #4fc1e9;
196 background-color: #4fc1e9; 196 background-color: #4fc1e9;
197 border-color: #4fc1e9;
197 } 198 }
198 .open .dropdown-toggle.btn-primary { 199 .open .dropdown-toggle.btn-primary {
199 border-color: #4fc1e9;
200 background-color: #4fc1e9; 200 background-color: #4fc1e9;
201 border-color: #4fc1e9;
201 } 202 }
202 .btn-info, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] { 203 .btn-info, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
203 border-color: #37bc9b;
204 background-color: #37bc9b; 204 background-color: #37bc9b;
205 border-color: #37bc9b;
205 } 206 }
206 .btn-info:hover, .btn-info:focus { 207 .btn-info:hover, .btn-info:focus {
207 border-color: #48cfad;
208 background-color: #48cfad; 208 background-color: #48cfad;
209 border-color: #48cfad;
209 } 210 }
210 .open .dropdown-toggle.btn-info { 211 .open .dropdown-toggle.btn-info {
211 border-color: #48cfad;
212 background-color: #48cfad; 212 background-color: #48cfad;
213 border-color: #48cfad;
213 } 214 }
214 .btn-success, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { 215 .btn-success, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
215 border-color: #8cc152;
216 background-color: #8cc152; 216 background-color: #8cc152;
217 border-color: #8cc152;
217 } 218 }
218 .btn-success:hover, .btn-success:focus { 219 .btn-success:hover, .btn-success:focus {
219 border-color: #a0d468;
220 background-color: #a0d468; 220 background-color: #a0d468;
221 border-color: #a0d468;
221 } 222 }
222 .open .dropdown-toggle.btn-success { 223 .open .dropdown-toggle.btn-success {
223 border-color: #a0d468;
224 background-color: #a0d468; 224 background-color: #a0d468;
225 border-color: #a0d468;
225 } 226 }
226 .btn-warning, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] { 227 .btn-warning, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
227 border-color: #f6bb42;
228 background-color: #f6bb42; 228 background-color: #f6bb42;
229 border-color: #f6bb42;
229 } 230 }
230 .btn-warning:hover, .btn-warning:focus { 231 .btn-warning:hover, .btn-warning:focus {
231 border-color: #ffce54;
232 background-color: #ffce54; 232 background-color: #ffce54;
233 border-color: #ffce54;
233 } 234 }
234 .open .dropdown-toggle.btn-warning { 235 .open .dropdown-toggle.btn-warning {
235 border-color: #ffce54;
236 background-color: #ffce54; 236 background-color: #ffce54;
237 border-color: #ffce54;
237 } 238 }
238 .btn-danger, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled], 239 .btn-danger, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled],
239 .btn-danger .open .dropdown-toggle.btn { 240 .btn-danger .open .dropdown-toggle.btn {
240 border-color: #da4453;
241 background-color: #da4453; 241 background-color: #da4453;
242 border-color: #da4453;
242 } 243 }
243 .btn-danger:hover, .btn-danger:focus { 244 .btn-danger:hover, .btn-danger:focus {
244 border-color: #ed5565;
245 background-color: #ed5565; 245 background-color: #ed5565;
246 border-color: #ed5565;
246 } 247 }
247 .open .dropdown-toggle.btn-danger { 248 .open .dropdown-toggle.btn-danger {
248 border-color: #ed5565;
249 background-color: #ed5565; 249 background-color: #ed5565;
250 border-color: #ed5565;
250 } 251 }
251 252
252 /** 253 /**
...@@ -254,9 +255,9 @@ blockquote { ...@@ -254,9 +255,9 @@ blockquote {
254 * -------------------------------------------------- 255 * --------------------------------------------------
255 */ 256 */
256 .btn-group.open .dropdown-toggle { 257 .btn-group.open .dropdown-toggle {
257 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125); 258 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
258 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125); 259 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
259 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125); 260 box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
260 } 261 }
261 .btn-group .btn { 262 .btn-group .btn {
262 border-left-color: #96a0ad; 263 border-left-color: #96a0ad;
...@@ -316,39 +317,39 @@ blockquote { ...@@ -316,39 +317,39 @@ blockquote {
316 317
317 .label-default, 318 .label-default,
318 .badge-default { 319 .badge-default {
319 border: 1px solid #aab2bd;
320 background-color: white;
321 color: #434a54; 320 color: #434a54;
321 background-color: white;
322 border: 1px solid #aab2bd;
322 } 323 }
323 324
324 .label-primary, 325 .label-primary,
325 .badge-primary { 326 .badge-primary {
326 border-color: #3bafda;
327 background-color: #3bafda; 327 background-color: #3bafda;
328 border-color: #3bafda;
328 } 329 }
329 330
330 .label-success, 331 .label-success,
331 .badge-success { 332 .badge-success {
332 border-color: #8cc152;
333 background-color: #8cc152; 333 background-color: #8cc152;
334 border-color: #8cc152;
334 } 335 }
335 336
336 .label-danger, 337 .label-danger,
337 .badge-danger { 338 .badge-danger {
338 border-color: #da4453;
339 background-color: #da4453; 339 background-color: #da4453;
340 border-color: #da4453;
340 } 341 }
341 342
342 .label-warning, 343 .label-warning,
343 .badge-warning { 344 .badge-warning {
344 border-color: #f6bb42;
345 background-color: #f6bb42; 345 background-color: #f6bb42;
346 border-color: #f6bb42;
346 } 347 }
347 348
348 .label-info, 349 .label-info,
349 .badge-info { 350 .badge-info {
350 border-color: #37bc9b;
351 background-color: #37bc9b; 351 background-color: #37bc9b;
352 border-color: #37bc9b;
352 } 353 }
353 354
354 /** 355 /**
...@@ -377,8 +378,8 @@ blockquote { ...@@ -377,8 +378,8 @@ blockquote {
377 * -------------------------------------------------- 378 * --------------------------------------------------
378 */ 379 */
379 .popover { 380 .popover {
380 background-color: #434a54;
381 color: white; 381 color: white;
382 background-color: #434a54;
382 border-color: #434a54; 383 border-color: #434a54;
383 } 384 }
384 .popover-title { 385 .popover-title {
...@@ -446,16 +447,17 @@ blockquote { ...@@ -446,16 +447,17 @@ blockquote {
446 } 447 }
447 448
448 .breadcrumb-arrow { 449 .breadcrumb-arrow {
450 height: 36px;
449 padding: 0; 451 padding: 0;
452 line-height: 36px;
450 list-style: none; 453 list-style: none;
451 background-color: #e6e9ed; 454 background-color: #e6e9ed;
452 height: 36px;
453 line-height: 36px;
454 } 455 }
455 .breadcrumb-arrow li:first-child a { 456 .breadcrumb-arrow li:first-child a {
457 border-radius: 4px 0 0 4px;
458
456 -webkit-border-radius: 4px 0 0 4px; 459 -webkit-border-radius: 4px 0 0 4px;
457 -moz-border-radius: 4px 0 0 4px; 460 -moz-border-radius: 4px 0 0 4px;
458 border-radius: 4px 0 0 4px;
459 } 461 }
460 .breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span { 462 .breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
461 display: inline-block; 463 display: inline-block;
...@@ -472,8 +474,8 @@ blockquote { ...@@ -472,8 +474,8 @@ blockquote {
472 padding: 0 10px; 474 padding: 0 10px;
473 } 475 }
474 .breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span { 476 .breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
475 padding: 0 10px 0 25px;
476 height: 36px; 477 height: 36px;
478 padding: 0 10px 0 25px;
477 line-height: 36px; 479 line-height: 36px;
478 } 480 }
479 .breadcrumb-arrow li:first-child a { 481 .breadcrumb-arrow li:first-child a {
...@@ -481,10 +483,10 @@ blockquote { ...@@ -481,10 +483,10 @@ blockquote {
481 } 483 }
482 .breadcrumb-arrow li a { 484 .breadcrumb-arrow li a {
483 position: relative; 485 position: relative;
484 border: 1px solid #3bafda;
485 color: white; 486 color: white;
486 background-color: #3bafda;
487 text-decoration: none; 487 text-decoration: none;
488 background-color: #3bafda;
489 border: 1px solid #3bafda;
488 } 490 }
489 .breadcrumb-arrow li:first-child a { 491 .breadcrumb-arrow li:first-child a {
490 padding-left: 10px; 492 padding-left: 10px;
...@@ -492,23 +494,23 @@ blockquote { ...@@ -492,23 +494,23 @@ blockquote {
492 .breadcrumb-arrow li a:before, .breadcrumb-arrow li a:after { 494 .breadcrumb-arrow li a:before, .breadcrumb-arrow li a:after {
493 position: absolute; 495 position: absolute;
494 top: -1px; 496 top: -1px;
495 content: '';
496 width: 0; 497 width: 0;
497 height: 0; 498 height: 0;
499 content: '';
498 border-top: 18px solid transparent; 500 border-top: 18px solid transparent;
499 border-bottom: 18px solid transparent; 501 border-bottom: 18px solid transparent;
500 } 502 }
501 .breadcrumb-arrow li a:before { 503 .breadcrumb-arrow li a:before {
502 right: -10px; 504 right: -10px;
503 border-left-width: 11px;
504 border-left-style: solid;
505 border-left-color: #3bafda;
506 z-index: 3; 505 z-index: 3;
506 border-left-color: #3bafda;
507 border-left-style: solid;
508 border-left-width: 11px;
507 } 509 }
508 .breadcrumb-arrow li a:after { 510 .breadcrumb-arrow li a:after {
509 right: -11px; 511 right: -11px;
510 border-left: 11px solid #2494be;
511 z-index: 2; 512 z-index: 2;
513 border-left: 11px solid #2494be;
512 } 514 }
513 .breadcrumb-arrow li a:hover, .breadcrumb-arrow li a:focus { 515 .breadcrumb-arrow li a:hover, .breadcrumb-arrow li a:focus {
514 background-color: #4fc1e9; 516 background-color: #4fc1e9;
...@@ -592,14 +594,14 @@ blockquote { ...@@ -592,14 +594,14 @@ blockquote {
592 color: #e6e9ed; 594 color: #e6e9ed;
593 } 595 }
594 .form-control.disabled, .form-control[disabled] { 596 .form-control.disabled, .form-control[disabled] {
595 border-color: #e6e9ed;
596 background-color: #e6e9ed; 597 background-color: #e6e9ed;
598 border-color: #e6e9ed;
597 } 599 }
598 600
599 .input-group-btn .btn + .btn { 601 .input-group-btn .btn + .btn {
600 border-width: 1px;
601 border-style: solid;
602 border-color: #96a0ad; 602 border-color: #96a0ad;
603 border-style: solid;
604 border-width: 1px;
603 } 605 }
604 .input-group-btn .btn + .btn.btn-default { 606 .input-group-btn .btn + .btn.btn-default {
605 border-color: #ededed; 607 border-color: #ededed;
...@@ -621,9 +623,9 @@ blockquote { ...@@ -621,9 +623,9 @@ blockquote {
621 } 623 }
622 624
623 .input-group-addon { 625 .input-group-addon {
626 color: white;
624 background-color: #aab2bd; 627 background-color: #aab2bd;
625 border-color: #96a0ad; 628 border-color: #96a0ad;
626 color: white;
627 } 629 }
628 .input-group-addon .radio, .input-group-addon .checkbox { 630 .input-group-addon .radio, .input-group-addon .checkbox {
629 margin: -3px 0 -4px !important; 631 margin: -3px 0 -4px !important;
...@@ -631,30 +633,34 @@ blockquote { ...@@ -631,30 +633,34 @@ blockquote {
631 633
632 .form-search .search-query, .form-search .search-query:first-child, .form-search .search-query:last-child { 634 .form-search .search-query, .form-search .search-query:first-child, .form-search .search-query:last-child {
633 padding: 0 17px; 635 padding: 0 17px;
636 border-radius: 17px;
637
634 -webkit-border-radius: 17px; 638 -webkit-border-radius: 17px;
635 -moz-border-radius: 17px; 639 -moz-border-radius: 17px;
636 border-radius: 17px;
637 } 640 }
638 .input-group .form-control:last-child { 641 .input-group .form-control:last-child {
642 border-top-left-radius: 0;
643 border-bottom-left-radius: 0;
644
639 -webkit-border-top-left-radius: 0; 645 -webkit-border-top-left-radius: 0;
640 -moz-border-radius-topleft: 0; 646 -moz-border-radius-topleft: 0;
641 border-top-left-radius: 0;
642 -webkit-border-bottom-left-radius: 0; 647 -webkit-border-bottom-left-radius: 0;
643 -moz-border-radius-bottomleft: 0; 648 -moz-border-radius-bottomleft: 0;
644 border-bottom-left-radius: 0;
645 } 649 }
646 .input-group .form-control:first-child { 650 .input-group .form-control:first-child {
651 border-top-right-radius: 0;
652 border-bottom-right-radius: 0;
653
647 -webkit-border-top-right-radius: 0; 654 -webkit-border-top-right-radius: 0;
648 -moz-border-radius-topright: 0; 655 -moz-border-radius-topright: 0;
649 border-top-right-radius: 0;
650 -webkit-border-bottom-right-radius: 0; 656 -webkit-border-bottom-right-radius: 0;
651 -moz-border-radius-bottomright: 0; 657 -moz-border-radius-bottomright: 0;
652 border-bottom-right-radius: 0;
653 } 658 }
654 .form-search .btn { 659 .form-search .btn {
660 border-radius: 17px;
661
655 -webkit-border-radius: 17px; 662 -webkit-border-radius: 17px;
656 -moz-border-radius: 17px; 663 -moz-border-radius: 17px;
657 border-radius: 17px;
658 } 664 }
659 665
660 .search-only { 666 .search-only {
...@@ -664,12 +670,12 @@ blockquote { ...@@ -664,12 +670,12 @@ blockquote {
664 position: absolute; 670 position: absolute;
665 top: 2px; 671 top: 2px;
666 left: 8.5px; 672 left: 8.5px;
673 z-index: 20;
667 width: 30px; 674 width: 30px;
668 line-height: 30px;
669 text-align: center;
670 font-size: 17px; 675 font-size: 17px;
676 line-height: 30px;
671 color: #e6e9ed; 677 color: #e6e9ed;
672 z-index: 20; 678 text-align: center;
673 } 679 }
674 .search-only .form-control:last-child { 680 .search-only .form-control:last-child {
675 padding-left: 40px; 681 padding-left: 40px;
...@@ -749,8 +755,8 @@ blockquote { ...@@ -749,8 +755,8 @@ blockquote {
749 * -------------------------------------------------- 755 * --------------------------------------------------
750 */ 756 */
751 .checkbox, .radio { 757 .checkbox, .radio {
752 margin-top: 0;
753 padding-left: 0; 758 padding-left: 0;
759 margin-top: 0;
754 } 760 }
755 761
756 .checkbox label, .radio label { 762 .checkbox label, .radio label {
...@@ -761,15 +767,16 @@ blockquote { ...@@ -761,15 +767,16 @@ blockquote {
761 .icheckbox_flat, 767 .icheckbox_flat,
762 .iradio_flat { 768 .iradio_flat {
763 display: inline-block; 769 display: inline-block;
764 *display: inline;
765 vertical-align: middle;
766 margin: 0;
767 padding: 0 !important;
768 width: 20px; 770 width: 20px;
769 height: 20px; 771 height: 20px;
772 padding: 0 !important;
773 margin: 0;
774 vertical-align: middle;
775 cursor: pointer;
770 background: url("../bootflat/img/check_flat/default.png") no-repeat; 776 background: url("../bootflat/img/check_flat/default.png") no-repeat;
771 border: none; 777 border: none;
772 cursor: pointer; 778
779 *display: inline;
773 } 780 }
774 781
775 .icheckbox_flat { 782 .icheckbox_flat {
...@@ -779,8 +786,8 @@ blockquote { ...@@ -779,8 +786,8 @@ blockquote {
779 background-position: -22px 0; 786 background-position: -22px 0;
780 } 787 }
781 .icheckbox_flat.disabled { 788 .icheckbox_flat.disabled {
782 background-position: -44px 0;
783 cursor: default; 789 cursor: default;
790 background-position: -44px 0;
784 } 791 }
785 .icheckbox_flat.checked.disabled { 792 .icheckbox_flat.checked.disabled {
786 background-position: -66px 0; 793 background-position: -66px 0;
...@@ -793,8 +800,8 @@ blockquote { ...@@ -793,8 +800,8 @@ blockquote {
793 background-position: -110px 0; 800 background-position: -110px 0;
794 } 801 }
795 .iradio_flat.disabled { 802 .iradio_flat.disabled {
796 background-position: -132px 0;
797 cursor: default; 803 cursor: default;
804 background-position: -132px 0;
798 } 805 }
799 .iradio_flat.checked.disabled { 806 .iradio_flat.checked.disabled {
800 background-position: -154px 0; 807 background-position: -154px 0;
...@@ -828,24 +835,24 @@ blockquote { ...@@ -828,24 +835,24 @@ blockquote {
828 border: #a0d468; 835 border: #a0d468;
829 } 836 }
830 .alert .alert-link { 837 .alert .alert-link {
831 cursor: pointer;
832 text-decoration: underline; 838 text-decoration: underline;
833 opacity: 0.65; 839 cursor: pointer;
834 filter: alpha(opacity=65); 840 filter: alpha(opacity=65);
841 opacity: .65;
835 } 842 }
836 .alert .alert-link:hover, .alert .alert-link:focus { 843 .alert .alert-link:hover, .alert .alert-link:focus {
837 opacity: 0.45;
838 filter: alpha(opacity=45); 844 filter: alpha(opacity=45);
845 opacity: .45;
839 } 846 }
840 .alert .btn-link, .alert .btn-link:hover, .alert .btn-link:focus { 847 .alert .btn-link, .alert .btn-link:hover, .alert .btn-link:focus {
841 color: black; 848 color: black;
842 opacity: 0.65;
843 filter: alpha(opacity=65); 849 filter: alpha(opacity=65);
850 opacity: .65;
844 } 851 }
845 .alert .btn-link:focus, .alert .btn-link:hover { 852 .alert .btn-link:focus, .alert .btn-link:hover {
846 text-decoration: none; 853 text-decoration: none;
847 opacity: 0.4;
848 filter: alpha(opacity=40); 854 filter: alpha(opacity=40);
855 opacity: .4;
849 } 856 }
850 857
851 /** 858 /**
...@@ -853,11 +860,12 @@ blockquote { ...@@ -853,11 +860,12 @@ blockquote {
853 * -------------------------------------------------- 860 * --------------------------------------------------
854 */ 861 */
855 .nav-tabs { 862 .nav-tabs {
856 border-bottom: none;
857 background-color: #e6e9ed; 863 background-color: #e6e9ed;
864 border-bottom: none;
865 border-radius: 4px 4px 0 0;
866
858 -webkit-border-radius: 4px 4px 0 0; 867 -webkit-border-radius: 4px 4px 0 0;
859 -moz-border-radius: 4px 4px 0 0; 868 -moz-border-radius: 4px 4px 0 0;
860 border-radius: 4px 4px 0 0;
861 } 869 }
862 .nav-tabs > li { 870 .nav-tabs > li {
863 margin-bottom: 0; 871 margin-bottom: 0;
...@@ -868,24 +876,26 @@ blockquote { ...@@ -868,24 +876,26 @@ blockquote {
868 } 876 }
869 .nav-tabs > li > a { 877 .nav-tabs > li > a {
870 margin-right: 0; 878 margin-right: 0;
879 color: #434a54;
871 border: none; 880 border: none;
881 border-radius: 0;
882
872 -webkit-border-radius: 0; 883 -webkit-border-radius: 0;
873 -moz-border-radius: 0; 884 -moz-border-radius: 0;
874 border-radius: 0;
875 color: #434a54;
876 } 885 }
877 .nav-tabs > li:first-child > a { 886 .nav-tabs > li:first-child > a {
887 border-radius: 4px 0 0 0;
888
878 -webkit-border-radius: 4px 0 0 0; 889 -webkit-border-radius: 4px 0 0 0;
879 -moz-border-radius: 4px 0 0 0; 890 -moz-border-radius: 4px 0 0 0;
880 border-radius: 4px 0 0 0;
881 } 891 }
882 .nav-tabs > li > a:focus, .nav-tabs > li > a:hover { 892 .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
883 border: none;
884 background-color: #f5f7fa; 893 background-color: #f5f7fa;
894 border: none;
885 } 895 }
886 .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { 896 .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
887 border: none;
888 background-color: white !important; 897 background-color: white !important;
898 border: none;
889 } 899 }
890 .nav-tabs .dropdown-toggle, .nav-tabs .dropdown-toggle:hover, .nav-tabs .dropdown-toggle:focus { 900 .nav-tabs .dropdown-toggle, .nav-tabs .dropdown-toggle:hover, .nav-tabs .dropdown-toggle:focus {
891 color: #434a54; 901 color: #434a54;
...@@ -914,19 +924,22 @@ blockquote { ...@@ -914,19 +924,22 @@ blockquote {
914 left: auto; 924 left: auto;
915 } 925 }
916 .nav-tabs.nav-justified > li > a { 926 .nav-tabs.nav-justified > li > a {
927 border-radius: 0;
928
917 -webkit-border-radius: 0; 929 -webkit-border-radius: 0;
918 -moz-border-radius: 0; 930 -moz-border-radius: 0;
919 border-radius: 0;
920 } 931 }
921 .nav-tabs.nav-justified > li:first-child > a { 932 .nav-tabs.nav-justified > li:first-child > a {
933 border-radius: 4px 0 0 0;
934
922 -webkit-border-radius: 4px 0 0 0; 935 -webkit-border-radius: 4px 0 0 0;
923 -moz-border-radius: 4px 0 0 0; 936 -moz-border-radius: 4px 0 0 0;
924 border-radius: 4px 0 0 0;
925 } 937 }
926 .nav-tabs.nav-justified > li:last-child > a { 938 .nav-tabs.nav-justified > li:last-child > a {
939 border-radius: 0 4px 0 0;
940
927 -webkit-border-radius: 0 4px 0 0; 941 -webkit-border-radius: 0 4px 0 0;
928 -moz-border-radius: 0 4px 0 0; 942 -moz-border-radius: 0 4px 0 0;
929 border-radius: 0 4px 0 0;
930 } 943 }
931 .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { 944 .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
932 border: none; 945 border: none;
...@@ -934,9 +947,10 @@ blockquote { ...@@ -934,9 +947,10 @@ blockquote {
934 @media (min-width: 768px) { 947 @media (min-width: 768px) {
935 .nav-tabs.nav-justified > li > a { 948 .nav-tabs.nav-justified > li > a {
936 border-bottom: none; 949 border-bottom: none;
950 border-radius: 0;
951
937 -webkit-border-radius: 0; 952 -webkit-border-radius: 0;
938 -moz-border-radius: 0; 953 -moz-border-radius: 0;
939 border-radius: 0;
940 } 954 }
941 .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { 955 .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
942 border-bottom: none; 956 border-bottom: none;
...@@ -947,26 +961,29 @@ blockquote { ...@@ -947,26 +961,29 @@ blockquote {
947 } 961 }
948 962
949 .tabs-below .nav-tabs { 963 .tabs-below .nav-tabs {
964 border-radius: 0 0 4px 4px;
965
950 -webkit-border-radius: 0 0 4px 4px; 966 -webkit-border-radius: 0 0 4px 4px;
951 -moz-border-radius: 0 0 4px 4px; 967 -moz-border-radius: 0 0 4px 4px;
952 border-radius: 0 0 4px 4px;
953 } 968 }
954 .tabs-below .nav-tabs > li:first-child > a { 969 .tabs-below .nav-tabs > li:first-child > a {
970 border-radius: 0 0 0 4px;
971
955 -webkit-border-radius: 0 0 0 4px; 972 -webkit-border-radius: 0 0 0 4px;
956 -moz-border-radius: 0 0 0 4px; 973 -moz-border-radius: 0 0 0 4px;
957 border-radius: 0 0 0 4px;
958 } 974 }
959 .tabs-below .nav-tabs.nav-justified > li:last-child > a { 975 .tabs-below .nav-tabs.nav-justified > li:last-child > a {
976 border-radius: 0 0 4px 0;
977
960 -webkit-border-radius: 0 0 4px 0; 978 -webkit-border-radius: 0 0 4px 0;
961 -moz-border-radius: 0 0 4px 0; 979 -moz-border-radius: 0 0 4px 0;
962 border-radius: 0 0 4px 0;
963 } 980 }
964 981
965 .tabs-left .nav-tabs > li, 982 .tabs-left .nav-tabs > li,
966 .tabs-right .nav-tabs > li { 983 .tabs-right .nav-tabs > li {
967 float: none; 984 float: none;
968 border-left: none;
969 border-top: 1px solid #ccd1d9; 985 border-top: 1px solid #ccd1d9;
986 border-left: none;
970 } 987 }
971 988
972 .tabs-left .nav-tabs > li:first-child, 989 .tabs-left .nav-tabs > li:first-child,
...@@ -983,37 +1000,43 @@ blockquote { ...@@ -983,37 +1000,43 @@ blockquote {
983 .tabs-left .nav-tabs { 1000 .tabs-left .nav-tabs {
984 float: left; 1001 float: left;
985 margin-right: 19px; 1002 margin-right: 19px;
1003 border-radius: 4px 0 0 4px;
1004
986 -webkit-border-radius: 4px 0 0 4px; 1005 -webkit-border-radius: 4px 0 0 4px;
987 -moz-border-radius: 4px 0 0 4px; 1006 -moz-border-radius: 4px 0 0 4px;
988 border-radius: 4px 0 0 4px;
989 } 1007 }
990 .tabs-left .nav-tabs > li:first-child > a { 1008 .tabs-left .nav-tabs > li:first-child > a {
1009 border-radius: 4px 0 0 0;
1010
991 -webkit-border-radius: 4px 0 0 0; 1011 -webkit-border-radius: 4px 0 0 0;
992 -moz-border-radius: 4px 0 0 0; 1012 -moz-border-radius: 4px 0 0 0;
993 border-radius: 4px 0 0 0;
994 } 1013 }
995 .tabs-left .nav-tabs > li:last-child > a { 1014 .tabs-left .nav-tabs > li:last-child > a {
1015 border-radius: 0 0 0 4px;
1016
996 -webkit-border-radius: 0 0 0 4px; 1017 -webkit-border-radius: 0 0 0 4px;
997 -moz-border-radius: 0 0 0 4px; 1018 -moz-border-radius: 0 0 0 4px;
998 border-radius: 0 0 0 4px;
999 } 1019 }
1000 1020
1001 .tabs-right .nav-tabs { 1021 .tabs-right .nav-tabs {
1002 float: right; 1022 float: right;
1003 margin-left: 19px; 1023 margin-left: 19px;
1024 border-radius: 0 4px 4px 0;
1025
1004 -webkit-border-radius: 0 4px 4px 0; 1026 -webkit-border-radius: 0 4px 4px 0;
1005 -moz-border-radius: 0 4px 4px 0; 1027 -moz-border-radius: 0 4px 4px 0;
1006 border-radius: 0 4px 4px 0;
1007 } 1028 }
1008 .tabs-right .nav-tabs > li:first-child > a { 1029 .tabs-right .nav-tabs > li:first-child > a {
1030 border-radius: 0 4px 0 0;
1031
1009 -webkit-border-radius: 0 4px 0 0; 1032 -webkit-border-radius: 0 4px 0 0;
1010 -moz-border-radius: 0 4px 0 0; 1033 -moz-border-radius: 0 4px 0 0;
1011 border-radius: 0 4px 0 0;
1012 } 1034 }
1013 .tabs-right .nav-tabs > li:last-child > a { 1035 .tabs-right .nav-tabs > li:last-child > a {
1036 border-radius: 0 0 4px 0;
1037
1014 -webkit-border-radius: 0 0 4px 0; 1038 -webkit-border-radius: 0 0 4px 0;
1015 -moz-border-radius: 0 0 4px 0; 1039 -moz-border-radius: 0 0 4px 0;
1016 border-radius: 0 0 4px 0;
1017 } 1040 }
1018 1041
1019 /** 1042 /**
...@@ -1069,12 +1092,12 @@ blockquote { ...@@ -1069,12 +1092,12 @@ blockquote {
1069 background-color: transparent; 1092 background-color: transparent;
1070 } 1093 }
1071 .navbar-default .navbar-toggle { 1094 .navbar-default .navbar-toggle {
1072 border-color: #26816a;
1073 background-color: #26816a; 1095 background-color: #26816a;
1096 border-color: #26816a;
1074 } 1097 }
1075 .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { 1098 .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
1076 border-color: #2b957a;
1077 background-color: #2b957a; 1099 background-color: #2b957a;
1100 border-color: #2b957a;
1078 } 1101 }
1079 .navbar-default .navbar-toggle .icon-bar { 1102 .navbar-default .navbar-toggle .icon-bar {
1080 background-color: #37bc9b; 1103 background-color: #37bc9b;
...@@ -1109,8 +1132,8 @@ blockquote { ...@@ -1109,8 +1132,8 @@ blockquote {
1109 } 1132 }
1110 1133
1111 .navbar-inverse { 1134 .navbar-inverse {
1112 background-color: #333333; 1135 background-color: #333;
1113 border-color: #333333; 1136 border-color: #333;
1114 } 1137 }
1115 .navbar-inverse .navbar-brand, .navbar-inverse .navbar-link, .navbar-inverse .btn-link { 1138 .navbar-inverse .navbar-brand, .navbar-inverse .navbar-link, .navbar-inverse .btn-link {
1116 color: #8c8c8c; 1139 color: #8c8c8c;
...@@ -1130,16 +1153,16 @@ blockquote { ...@@ -1130,16 +1153,16 @@ blockquote {
1130 background-color: black; 1153 background-color: black;
1131 } 1154 }
1132 .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus, .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { 1155 .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus, .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
1133 color: #666666; 1156 color: #666;
1134 background-color: transparent; 1157 background-color: transparent;
1135 } 1158 }
1136 .navbar-inverse .navbar-toggle { 1159 .navbar-inverse .navbar-toggle {
1137 border-color: black;
1138 background-color: black; 1160 background-color: black;
1161 border-color: black;
1139 } 1162 }
1140 .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { 1163 .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
1141 border-color: #1a1a1a;
1142 background-color: #1a1a1a; 1164 background-color: #1a1a1a;
1165 border-color: #1a1a1a;
1143 } 1166 }
1144 .navbar-inverse .navbar-toggle .icon-bar { 1167 .navbar-inverse .navbar-toggle .icon-bar {
1145 background-color: #8c8c8c; 1168 background-color: #8c8c8c;
...@@ -1169,7 +1192,7 @@ blockquote { ...@@ -1169,7 +1192,7 @@ blockquote {
1169 color: #bfbfbf; 1192 color: #bfbfbf;
1170 } 1193 }
1171 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { 1194 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
1172 color: #666666; 1195 color: #666;
1173 } 1196 }
1174 } 1197 }
1175 1198
...@@ -1178,12 +1201,13 @@ blockquote { ...@@ -1178,12 +1201,13 @@ blockquote {
1178 * -------------------------------------------------- 1201 * --------------------------------------------------
1179 */ 1202 */
1180 .list-group { 1203 .list-group {
1204 border-radius: 4px;
1205 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
1206 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
1207 box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
1208
1181 -webkit-border-radius: 4px; 1209 -webkit-border-radius: 4px;
1182 -moz-border-radius: 4px; 1210 -moz-border-radius: 4px;
1183 border-radius: 4px;
1184 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
1185 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
1186 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
1187 } 1211 }
1188 .list-group-item { 1212 .list-group-item {
1189 border-color: transparent; 1213 border-color: transparent;
...@@ -1216,8 +1240,8 @@ a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover . ...@@ -1216,8 +1240,8 @@ a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .
1216 1240
1217 .list-group-item-primary { 1241 .list-group-item-primary {
1218 color: #22b1e3; 1242 color: #22b1e3;
1219 border-color: #3bafda transparent transparent transparent;
1220 background-color: #4fc1e9; 1243 background-color: #4fc1e9;
1244 border-color: #3bafda transparent transparent transparent;
1221 } 1245 }
1222 .list-group-item-primary:first-child { 1246 .list-group-item-primary:first-child {
1223 border-color: transparent; 1247 border-color: transparent;
...@@ -1236,8 +1260,8 @@ a.list-group-item-primary.active, a.list-group-item-primary:hover, a.list-group- ...@@ -1236,8 +1260,8 @@ a.list-group-item-primary.active, a.list-group-item-primary:hover, a.list-group-
1236 1260
1237 .list-group-item-success { 1261 .list-group-item-success {
1238 color: #87c940; 1262 color: #87c940;
1239 border-color: #8cc152 transparent transparent transparent;
1240 background-color: #a0d468; 1263 background-color: #a0d468;
1264 border-color: #8cc152 transparent transparent transparent;
1241 } 1265 }
1242 .list-group-item-success:first-child { 1266 .list-group-item-success:first-child {
1243 border-color: transparent; 1267 border-color: transparent;
...@@ -1256,8 +1280,8 @@ a.list-group-item-success.active, a.list-group-item-success:hover, a.list-group- ...@@ -1256,8 +1280,8 @@ a.list-group-item-success.active, a.list-group-item-success:hover, a.list-group-
1256 1280
1257 .list-group-item-warning { 1281 .list-group-item-warning {
1258 color: #ffbf21; 1282 color: #ffbf21;
1259 border-color: #f6bb42 transparent transparent transparent;
1260 background-color: #ffce54; 1283 background-color: #ffce54;
1284 border-color: #f6bb42 transparent transparent transparent;
1261 } 1285 }
1262 .list-group-item-warning:first-child { 1286 .list-group-item-warning:first-child {
1263 border-color: transparent; 1287 border-color: transparent;
...@@ -1276,8 +1300,8 @@ a.list-group-item-warning.active, a.list-group-item-warning:hover, a.list-group- ...@@ -1276,8 +1300,8 @@ a.list-group-item-warning.active, a.list-group-item-warning:hover, a.list-group-
1276 1300
1277 .list-group-item-info { 1301 .list-group-item-info {
1278 color: #2fb593; 1302 color: #2fb593;
1279 border-color: #37bc9b transparent transparent transparent;
1280 background-color: #48cfad; 1303 background-color: #48cfad;
1304 border-color: #37bc9b transparent transparent transparent;
1281 } 1305 }
1282 .list-group-item-info:first-child { 1306 .list-group-item-info:first-child {
1283 border-color: transparent; 1307 border-color: transparent;
...@@ -1296,8 +1320,8 @@ a.list-group-item-info.active, a.list-group-item-info:hover, a.list-group-item-i ...@@ -1296,8 +1320,8 @@ a.list-group-item-info.active, a.list-group-item-info:hover, a.list-group-item-i
1296 1320
1297 .list-group-item-danger { 1321 .list-group-item-danger {
1298 color: #e8273b; 1322 color: #e8273b;
1299 border-color: #da4453 transparent transparent transparent;
1300 background-color: #ed5565; 1323 background-color: #ed5565;
1324 border-color: #da4453 transparent transparent transparent;
1301 } 1325 }
1302 .list-group-item-danger:first-child { 1326 .list-group-item-danger:first-child {
1303 border-color: transparent; 1327 border-color: transparent;
...@@ -1331,14 +1355,15 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it ...@@ -1331,14 +1355,15 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it
1331 * -------------------------------------------------- 1355 * --------------------------------------------------
1332 */ 1356 */
1333 .modal-content { 1357 .modal-content {
1358 color: #434a54;
1334 border: none; 1359 border: none;
1360 border-radius: 4px;
1361 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
1362 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
1363 box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
1364
1335 -webkit-border-radius: 4px; 1365 -webkit-border-radius: 4px;
1336 -moz-border-radius: 4px; 1366 -moz-border-radius: 4px;
1337 border-radius: 4px;
1338 color: #434a54;
1339 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
1340 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
1341 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
1342 } 1367 }
1343 .modal-header { 1368 .modal-header {
1344 border-bottom: none; 1369 border-bottom: none;
...@@ -1356,15 +1381,16 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it ...@@ -1356,15 +1381,16 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it
1356 */ 1381 */
1357 .well { 1382 .well {
1358 padding: 10px; 1383 padding: 10px;
1384 color: #434a54;
1385 background-color: white;
1359 border: none; 1386 border: none;
1387 border-radius: 4px;
1388 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
1389 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
1390 box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
1391
1360 -webkit-border-radius: 4px; 1392 -webkit-border-radius: 4px;
1361 -moz-border-radius: 4px; 1393 -moz-border-radius: 4px;
1362 border-radius: 4px;
1363 color: #434a54;
1364 background-color: white;
1365 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
1366 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
1367 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
1368 } 1394 }
1369 .well blockquote { 1395 .well blockquote {
1370 border-color: #ccd1d9; 1396 border-color: #ccd1d9;
...@@ -1382,9 +1408,9 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it ...@@ -1382,9 +1408,9 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it
1382 */ 1408 */
1383 .thumbnail { 1409 .thumbnail {
1384 border: none; 1410 border: none;
1385 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); 1411 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
1386 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); 1412 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
1387 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); 1413 box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
1388 } 1414 }
1389 .thumbnail a > img, .thumbnail > img { 1415 .thumbnail a > img, .thumbnail > img {
1390 width: 100%; 1416 width: 100%;
...@@ -1402,49 +1428,55 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it ...@@ -1402,49 +1428,55 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it
1402 * -------------------------------------------------- 1428 * --------------------------------------------------
1403 */ 1429 */
1404 .jumbotron { 1430 .jumbotron {
1405 margin-bottom: 20px;
1406 padding: 0; 1431 padding: 0;
1432 margin-bottom: 20px;
1433 background-color: white;
1434 border-radius: 4px;
1435 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
1436 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
1437 box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
1438
1407 -webkit-border-radius: 4px; 1439 -webkit-border-radius: 4px;
1408 -moz-border-radius: 4px; 1440 -moz-border-radius: 4px;
1409 border-radius: 4px;
1410 background-color: white;
1411 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
1412 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
1413 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
1414 } 1441 }
1415 .container .jumbotron { 1442 .container .jumbotron {
1443 border-radius: 4px;
1444
1416 -webkit-border-radius: 4px; 1445 -webkit-border-radius: 4px;
1417 -moz-border-radius: 4px; 1446 -moz-border-radius: 4px;
1418 border-radius: 4px;
1419 } 1447 }
1420 .jumbotron > .jumbotron-photo img { 1448 .jumbotron > .jumbotron-photo img {
1449 width: 100%;
1450 border-radius: 4px 4px 0 0;
1451
1421 -webkit-border-radius: 4px 4px 0 0; 1452 -webkit-border-radius: 4px 4px 0 0;
1422 -moz-border-radius: 4px 4px 0 0; 1453 -moz-border-radius: 4px 4px 0 0;
1423 border-radius: 4px 4px 0 0;
1424 width: 100%;
1425 } 1454 }
1426 .jumbotron .jumbotron-contents { 1455 .jumbotron .jumbotron-contents {
1427 padding: 20px; 1456 padding: 20px;
1428 color: #434a54; 1457 color: #434a54;
1429 } 1458 }
1430 .jumbotron .carousel, .jumbotron .carousel-inner, .jumbotron .carousel-inner > .item.active img { 1459 .jumbotron .carousel, .jumbotron .carousel-inner, .jumbotron .carousel-inner > .item.active img {
1460 border-radius: 4px 4px 0 0;
1461
1431 -webkit-border-radius: 4px 4px 0 0; 1462 -webkit-border-radius: 4px 4px 0 0;
1432 -moz-border-radius: 4px 4px 0 0; 1463 -moz-border-radius: 4px 4px 0 0;
1433 border-radius: 4px 4px 0 0;
1434 } 1464 }
1435 .jumbotron .carousel-inner > .item > a > img, 1465 .jumbotron .carousel-inner > .item > a > img,
1436 .jumbotron .carousel-inner > .item > img { 1466 .jumbotron .carousel-inner > .item > img {
1437 width: 100%; 1467 width: 100%;
1438 } 1468 }
1439 .jumbotron .carousel-control.left { 1469 .jumbotron .carousel-control.left {
1470 border-radius: 4px 0 0 0;
1471
1440 -webkit-border-radius: 4px 0 0 0; 1472 -webkit-border-radius: 4px 0 0 0;
1441 -moz-border-radius: 4px 0 0 0; 1473 -moz-border-radius: 4px 0 0 0;
1442 border-radius: 4px 0 0 0;
1443 } 1474 }
1444 .jumbotron .carousel-control.right { 1475 .jumbotron .carousel-control.right {
1476 border-radius: 0 4px 0 0;
1477
1445 -webkit-border-radius: 0 4px 0 0; 1478 -webkit-border-radius: 0 4px 0 0;
1446 -moz-border-radius: 0 4px 0 0; 1479 -moz-border-radius: 0 4px 0 0;
1447 border-radius: 0 4px 0 0;
1448 } 1480 }
1449 .jumbotron h1, .jumbotron .h1, .jumbotron h2, .jumbotron .h2 { 1481 .jumbotron h1, .jumbotron .h1, .jumbotron h2, .jumbotron .h2 {
1450 font-weight: 400; 1482 font-weight: 400;
...@@ -1474,12 +1506,13 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it ...@@ -1474,12 +1506,13 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it
1474 .panel { 1506 .panel {
1475 background-color: white; 1507 background-color: white;
1476 border: none; 1508 border: none;
1509 border-radius: 4px;
1510 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
1511 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
1512 box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
1513
1477 -webkit-border-radius: 4px; 1514 -webkit-border-radius: 4px;
1478 -moz-border-radius: 4px; 1515 -moz-border-radius: 4px;
1479 border-radius: 4px;
1480 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
1481 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
1482 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
1483 } 1516 }
1484 .panel .list-group { 1517 .panel .list-group {
1485 -webkit-box-shadow: none; 1518 -webkit-box-shadow: none;
...@@ -1490,21 +1523,23 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it ...@@ -1490,21 +1523,23 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it
1490 border-top: 1px solid #e6e9ed; 1523 border-top: 1px solid #e6e9ed;
1491 } 1524 }
1492 .panel-heading { 1525 .panel-heading {
1526 border-radius: 4px 4px 0 0;
1527
1493 -webkit-border-radius: 4px 4px 0 0; 1528 -webkit-border-radius: 4px 4px 0 0;
1494 -moz-border-radius: 4px 4px 0 0; 1529 -moz-border-radius: 4px 4px 0 0;
1495 border-radius: 4px 4px 0 0;
1496 } 1530 }
1497 .panel-title { 1531 .panel-title {
1498 font-size: 14px; 1532 font-size: 14px;
1499 color: #434a54;
1500 font-weight: normal; 1533 font-weight: normal;
1534 color: #434a54;
1501 } 1535 }
1502 .panel-footer { 1536 .panel-footer {
1503 background-color: #e6e9ed; 1537 background-color: #e6e9ed;
1504 border-top-color: #e6e9ed; 1538 border-top-color: #e6e9ed;
1539 border-radius: 0 0 4px 4px;
1540
1505 -webkit-border-radius: 0 0 4px 4px; 1541 -webkit-border-radius: 0 0 4px 4px;
1506 -moz-border-radius: 0 0 4px 4px; 1542 -moz-border-radius: 0 0 4px 4px;
1507 border-radius: 0 0 4px 4px;
1508 } 1543 }
1509 .panel-default { 1544 .panel-default {
1510 border-color: #e6e9ed; 1545 border-color: #e6e9ed;
...@@ -1558,39 +1593,46 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it ...@@ -1558,39 +1593,46 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it
1558 color: white; 1593 color: white;
1559 } 1594 }
1560 .panel > .list-group:first-child .list-group-item:first-child, .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { 1595 .panel > .list-group:first-child .list-group-item:first-child, .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
1596 border-radius: 4px 4px 0 0;
1597
1561 -webkit-border-radius: 4px 4px 0 0; 1598 -webkit-border-radius: 4px 4px 0 0;
1562 -moz-border-radius: 4px 4px 0 0; 1599 -moz-border-radius: 4px 4px 0 0;
1563 border-radius: 4px 4px 0 0;
1564 } 1600 }
1565 .panel > .list-group:last-child .list-group-item:last-child { 1601 .panel > .list-group:last-child .list-group-item:last-child {
1602 border-radius: 0 0 4px 4px;
1603
1566 -webkit-border-radius: 0 0 4px 4px; 1604 -webkit-border-radius: 0 0 4px 4px;
1567 -moz-border-radius: 0 0 4px 4px; 1605 -moz-border-radius: 0 0 4px 4px;
1568 border-radius: 0 0 4px 4px;
1569 } 1606 }
1570 .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { 1607 .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
1608 border-radius: 4px 0 0 0;
1609
1571 -webkit-border-radius: 4px 0 0 0; 1610 -webkit-border-radius: 4px 0 0 0;
1572 -moz-border-radius: 4px 0 0 0; 1611 -moz-border-radius: 4px 0 0 0;
1573 border-radius: 4px 0 0 0;
1574 } 1612 }
1575 .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { 1613 .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
1614 border-radius: 0 4px 0 0;
1615
1576 -webkit-border-radius: 0 4px 0 0; 1616 -webkit-border-radius: 0 4px 0 0;
1577 -moz-border-radius: 0 4px 0 0; 1617 -moz-border-radius: 0 4px 0 0;
1578 border-radius: 0 4px 0 0;
1579 } 1618 }
1580 .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { 1619 .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
1620 border-radius: 0 0 4px 4px;
1621
1581 -webkit-border-radius: 0 0 4px 4px; 1622 -webkit-border-radius: 0 0 4px 4px;
1582 -moz-border-radius: 0 0 4px 4px; 1623 -moz-border-radius: 0 0 4px 4px;
1583 border-radius: 0 0 4px 4px;
1584 } 1624 }
1585 .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { 1625 .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
1626 border-radius: 0 0 0 4px;
1627
1586 -webkit-border-radius: 0 0 0 4px; 1628 -webkit-border-radius: 0 0 0 4px;
1587 -moz-border-radius: 0 0 0 4px; 1629 -moz-border-radius: 0 0 0 4px;
1588 border-radius: 0 0 0 4px;
1589 } 1630 }
1590 .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { 1631 .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
1632 border-radius: 0 0 4px 0;
1633
1591 -webkit-border-radius: 0 0 4px 0; 1634 -webkit-border-radius: 0 0 4px 0;
1592 -moz-border-radius: 0 0 4px 0; 1635 -moz-border-radius: 0 0 4px 0;
1593 border-radius: 0 0 4px 0;
1594 } 1636 }
1595 .panel > .panel-body + .table, .panel > .panel-body + .table-responsive { 1637 .panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
1596 border-top-color: #e6e9ed; 1638 border-top-color: #e6e9ed;
...@@ -1601,13 +1643,14 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it ...@@ -1601,13 +1643,14 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it
1601 * -------------------------------------------------- 1643 * --------------------------------------------------
1602 */ 1644 */
1603 .panel-group .panel { 1645 .panel-group .panel {
1604 -webkit-border-radius: 0;
1605 -moz-border-radius: 0;
1606 border-radius: 0;
1607 background-color: transparent; 1646 background-color: transparent;
1647 border-radius: 0;
1608 -webkit-box-shadow: none; 1648 -webkit-box-shadow: none;
1609 -moz-box-shadow: none; 1649 -moz-box-shadow: none;
1610 box-shadow: none; 1650 box-shadow: none;
1651
1652 -webkit-border-radius: 0;
1653 -moz-border-radius: 0;
1611 } 1654 }
1612 .panel-group .panel + .panel { 1655 .panel-group .panel + .panel {
1613 margin-top: 0; 1656 margin-top: 0;
...@@ -1621,27 +1664,29 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it ...@@ -1621,27 +1664,29 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it
1621 border-top-color: transparent; 1664 border-top-color: transparent;
1622 } 1665 }
1623 .panel-group .panel-title a { 1666 .panel-group .panel-title a {
1624 padding: 10px 0;
1625 display: block; 1667 display: block;
1668 padding: 10px 0;
1626 } 1669 }
1627 1670
1628 .panel-group-lists .panel { 1671 .panel-group-lists .panel {
1629 border-bottom: 1px solid #e6e9ed;
1630 background-color: white; 1672 background-color: white;
1631 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); 1673 border-bottom: 1px solid #e6e9ed;
1632 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); 1674 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
1633 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); 1675 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
1676 box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
1634 } 1677 }
1635 .panel-group-lists .panel:first-child { 1678 .panel-group-lists .panel:first-child {
1679 border-radius: 4px 4px 0 0;
1680
1636 -webkit-border-radius: 4px 4px 0 0; 1681 -webkit-border-radius: 4px 4px 0 0;
1637 -moz-border-radius: 4px 4px 0 0; 1682 -moz-border-radius: 4px 4px 0 0;
1638 border-radius: 4px 4px 0 0;
1639 } 1683 }
1640 .panel-group-lists .panel:last-child { 1684 .panel-group-lists .panel:last-child {
1685 border-bottom: none;
1686 border-radius: 0 0 4px 4px;
1687
1641 -webkit-border-radius: 0 0 4px 4px; 1688 -webkit-border-radius: 0 0 4px 4px;
1642 -moz-border-radius: 0 0 4px 4px; 1689 -moz-border-radius: 0 0 4px 4px;
1643 border-radius: 0 0 4px 4px;
1644 border-bottom: none;
1645 } 1690 }
1646 .panel-group-lists .panel-heading + .panel-collapse .panel-body { 1691 .panel-group-lists .panel-heading + .panel-collapse .panel-body {
1647 padding: 15px; 1692 padding: 15px;
...@@ -1665,22 +1710,22 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it ...@@ -1665,22 +1710,22 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it
1665 } 1710 }
1666 .footer-logo, .footer-nav { 1711 .footer-logo, .footer-nav {
1667 float: left; 1712 float: left;
1668 padding: 0 20px;
1669 width: 20%; 1713 width: 20%;
1714 padding: 0 20px;
1670 } 1715 }
1671 @media (max-width: 768px) { 1716 @media (max-width: 768px) {
1672 .footer-logo { 1717 .footer-logo {
1673 margin-bottom: 20px; 1718 margin-bottom: 20px;
1674 } 1719 }
1675 .footer-logo, .footer-nav { 1720 .footer-logo, .footer-nav {
1676 float: none;
1677 display: block; 1721 display: block;
1722 float: none;
1678 width: 100%; 1723 width: 100%;
1679 } 1724 }
1680 } 1725 }
1681 .footer-logo { 1726 .footer-logo {
1682 margin-top: -5px;
1683 height: 32px; 1727 height: 32px;
1728 margin-top: -5px;
1684 line-height: 32px; 1729 line-height: 32px;
1685 } 1730 }
1686 .footer-logo img { 1731 .footer-logo img {
...@@ -1717,8 +1762,8 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it ...@@ -1717,8 +1762,8 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it
1717 * -------------------------------------------------- 1762 * --------------------------------------------------
1718 */ 1763 */
1719 .dropdown-menu { 1764 .dropdown-menu {
1720 border: none;
1721 background-color: #434a54; 1765 background-color: #434a54;
1766 border: none;
1722 } 1767 }
1723 .dropdown-menu .dropdown-header { 1768 .dropdown-menu .dropdown-header {
1724 padding: 5px 20px; 1769 padding: 5px 20px;
...@@ -1745,9 +1790,10 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it ...@@ -1745,9 +1790,10 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it
1745 } 1790 }
1746 .dropup .dropdown-menu { 1791 .dropup .dropdown-menu {
1747 margin-bottom: 0; 1792 margin-bottom: 0;
1793 border-radius: 4px 4px 0 0;
1794
1748 -webkit-border-radius: 4px 4px 0 0; 1795 -webkit-border-radius: 4px 4px 0 0;
1749 -moz-border-radius: 4px 4px 0 0; 1796 -moz-border-radius: 4px 4px 0 0;
1750 border-radius: 4px 4px 0 0;
1751 } 1797 }
1752 1798
1753 /** 1799 /**
...@@ -1762,9 +1808,10 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it ...@@ -1762,9 +1808,10 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it
1762 left: 100%; 1808 left: 100%;
1763 margin-top: -6px; 1809 margin-top: -6px;
1764 margin-left: -1px; 1810 margin-left: -1px;
1811 border-radius: 0 4px 4px 4px;
1812
1765 -webkit-border-radius: 0 4px 4px 4px; 1813 -webkit-border-radius: 0 4px 4px 4px;
1766 -moz-border-radius: 0 4px 4px 4px; 1814 -moz-border-radius: 0 4px 4px 4px;
1767 border-radius: 0 4px 4px 4px;
1768 } 1815 }
1769 .dropdown-submenu:hover .dropdown-menu { 1816 .dropdown-submenu:hover .dropdown-menu {
1770 display: block; 1817 display: block;
...@@ -1774,22 +1821,23 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it ...@@ -1774,22 +1821,23 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it
1774 bottom: 0; 1821 bottom: 0;
1775 margin-top: 0; 1822 margin-top: 0;
1776 margin-bottom: -2px; 1823 margin-bottom: -2px;
1824 border-radius: 4px 4px 4px 0;
1825
1777 -webkit-border-radius: 4px 4px 4px 0; 1826 -webkit-border-radius: 4px 4px 4px 0;
1778 -moz-border-radius: 4px 4px 4px 0; 1827 -moz-border-radius: 4px 4px 4px 0;
1779 border-radius: 4px 4px 4px 0;
1780 } 1828 }
1781 .dropdown-submenu > a:after { 1829 .dropdown-submenu > a:after {
1782 display: block; 1830 display: block;
1783 content: " ";
1784 float: right; 1831 float: right;
1785 width: 0; 1832 width: 0;
1786 height: 0; 1833 height: 0;
1834 margin-top: 5px;
1835 margin-right: -10px;
1836 content: " ";
1787 border-color: transparent; 1837 border-color: transparent;
1788 border-style: solid; 1838 border-style: solid;
1789 border-width: 5px 0 5px 5px; 1839 border-width: 5px 0 5px 5px;
1790 border-left-color: white; 1840 border-left-color: white;
1791 margin-top: 5px;
1792 margin-right: -10px;
1793 } 1841 }
1794 .dropdown-default .dropdown-submenu > a:after { 1842 .dropdown-default .dropdown-submenu > a:after {
1795 border-left-color: #434a54; 1843 border-left-color: #434a54;
...@@ -1803,9 +1851,10 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it ...@@ -1803,9 +1851,10 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it
1803 .dropdown-submenu.pull-left .dropdown-menu { 1851 .dropdown-submenu.pull-left .dropdown-menu {
1804 left: -100%; 1852 left: -100%;
1805 margin-left: 10px; 1853 margin-left: 10px;
1854 border-radius: 4px 0 4px 4px;
1855
1806 -webkit-border-radius: 4px 0 4px 4px; 1856 -webkit-border-radius: 4px 0 4px 4px;
1807 -moz-border-radius: 4px 0 4px 4px; 1857 -moz-border-radius: 4px 0 4px 4px;
1808 border-radius: 4px 0 4px 4px;
1809 } 1858 }
1810 1859
1811 /*# sourceMappingURL=bootflat.css.map */ 1860 /*# sourceMappingURL=bootflat.css.map */
......
1 /* 1 /*
2 * Bootflat 2.0.1 2 * bootflat 2.0.1
3 * 3 *
4 * Description: BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps. 4 * Description: BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.
5 * 5 *
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 * 7 *
8 * By @Flathemes <info@flathemes.com> 8 * By @Flathemes <info@flathemes.com>
9 * 9 *
10 * Last modify time: 2014-04-03 10 * Last modify time: 2014-04-05
11 * 11 *
12 * Licensed under the MIT license. Please see LICENSE for more information. 12 * Licensed under the MIT license. Please see LICENSE for more information.
13 * 13 *
...@@ -15,4 +15,4 @@ ...@@ -15,4 +15,4 @@
15 * 15 *
16 */ 16 */
17 17
18 body{font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;color:#434a54;background-color:#fff}a{color:#3bafda;text-decoration:none}a:focus,a:hover{color:#4fc1e9;text-decoration:none}a:focus{outline:0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:700;line-height:1.1;color:inherit}.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#e7e9ec}h1,h2,h3{margin-top:30px;margin-bottom:15px}h4,h5,h6{margin-top:15px;margin-bottom:15px}h6{font-weight:400}.h1,h1{font-size:51px}.h2,h2{font-size:43px}.h3,h3{font-size:30px}.h4,h4{font-size:19px}.h5,h5{font-size:18px}.h6,h6{font-size:14px}blockquote{border-left:3px solid #ccd1d9}.img-rounded{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.img-comment{font-size:15px;line-height:1.2;font-style:italic;margin:24px 0}.btn{color:#fff}.btn,.btn.disabled,.btn[disabled]{border-color:#aab2bd;background-color:#aab2bd}.btn.active,.btn:active,.btn:focus,.btn:hover{color:#fff;border-color:#ccd1d9;background-color:#ccd1d9;outline:0!important}.btn.active,.btn:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.125);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.125);box-shadow:inset 0 1px 2px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled]{opacity:.45;filter:alpha(opacity=45)}.btn-link,.btn-link.active,.btn-link.disabled,.btn-link:active,.btn-link:focus,.btn-link:hover,.btn-link[disabled]{border-color:transparent;background-color:transparent;color:#3bafda;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-default{color:#434a54;border-color:#aab2bd!important}.btn-default.active,.btn-default:active,.btn-default:focus,.btn-default:hover{border-color:#ccd1d9;background-color:#ccd1d9}.btn-default,.btn-default.disabled,.btn-default[disabled]{background-color:#fff}.open .dropdown-toggle.btn-default{border-color:#ccd1d9;background-color:#ccd1d9}.btn-primary,.btn-primary.active,.btn-primary.disabled,.btn-primary:active,.btn-primary[disabled]{border-color:#3bafda;background-color:#3bafda}.btn-primary:focus,.btn-primary:hover,.open .dropdown-toggle.btn-primary{border-color:#4fc1e9;background-color:#4fc1e9}.btn-info,.btn-info.active,.btn-info.disabled,.btn-info:active,.btn-info[disabled]{border-color:#37bc9b;background-color:#37bc9b}.btn-info:focus,.btn-info:hover,.open .dropdown-toggle.btn-info{border-color:#48cfad;background-color:#48cfad}.btn-success,.btn-success.active,.btn-success.disabled,.btn-success:active,.btn-success[disabled]{border-color:#8cc152;background-color:#8cc152}.btn-success:focus,.btn-success:hover,.open .dropdown-toggle.btn-success{border-color:#a0d468;background-color:#a0d468}.btn-warning,.btn-warning.active,.btn-warning.disabled,.btn-warning:active,.btn-warning[disabled]{border-color:#f6bb42;background-color:#f6bb42}.btn-warning:focus,.btn-warning:hover,.open .dropdown-toggle.btn-warning{border-color:#ffce54;background-color:#ffce54}.btn-danger,.btn-danger .open .dropdown-toggle.btn,.btn-danger.active,.btn-danger.disabled,.btn-danger:active,.btn-danger[disabled]{border-color:#da4453;background-color:#da4453}.btn-danger:focus,.btn-danger:hover,.open .dropdown-toggle.btn-danger{border-color:#ed5565;background-color:#ed5565}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.125);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.125);box-shadow:inset 0 1px 2px rgba(0,0,0,.125)}.btn-group .btn{border-left-color:#96a0ad}.btn-group .btn-default.active,.btn-group .btn-default:active,.btn-group .btn-default:focus,.btn-group.open .btn-default.dropdown-toggle{color:#fff}.btn-group .btn-primary,.btn-group .btn-primary.active,.btn-group .btn-primary:active,.btn-group .btn-primary:focus{border-left-color:#269ecb}.btn-group .btn-success,.btn-group .btn-success.active,.btn-group .btn-success:active,.btn-group .btn-success:focus{border-left-color:#7ab03f}.btn-group .btn-warning,.btn-group .btn-warning.active,.btn-group .btn-warning:active,.btn-group .btn-warning:focus{border-left-color:#efa50b}.btn-group .btn-danger,.btn-group .btn-danger.active,.btn-group .btn-danger:active,.btn-group .btn-danger:focus{border-left-color:#d1293a}.btn-group .btn-info,.btn-group .btn-info.active,.btn-group .btn-info:active,.btn-group .btn-info:focus{border-left-color:#2fa084}.btn-group .btn-danger:first-child,.btn-group .btn-info:first-child,.btn-group .btn-primary:first-child,.btn-group .btn-success:first-child,.btn-group .btn-warning:first-child,.btn-group .btn:first-child{border-left-color:transparent}.btn-group-vertical .btn,.btn-group-vertical .btn-group .btn-primary{border-top-color:#96a0ad!important}.btn-group-vertical .btn-group .btn-primary,.btn-group-vertical .btn-primary,.btn-group-vertical .btn-primary.active,.btn-group-vertical .btn-primary:active,.btn-group-vertical .btn-primary:focus{border-top-color:#269ecb!important}.btn-group-vertical .btn-group .btn-success,.btn-group-vertical .btn-success,.btn-group-vertical .btn-success.active,.btn-group-vertical .btn-success:active,.btn-group-vertical .btn-success:focus{border-top-color:#7ab03f!important}.btn-group-vertical .btn-group .btn-warning,.btn-group-vertical .btn-warning,.btn-group-vertical .btn-warning.active,.btn-group-vertical .btn-warning:active,.btn-group-vertical .btn-warning:focus{border-top-color:#efa50b!important}.btn-group-vertical .btn-danger,.btn-group-vertical .btn-danger.active,.btn-group-vertical .btn-danger:active,.btn-group-vertical .btn-danger:focus,.btn-group-vertical .btn-group .btn-danger{border-top-color:#d1293a!important}.btn-group-vertical .btn-group .btn-info,.btn-group-vertical .btn-info,.btn-group-vertical .btn-info.active,.btn-group-vertical .btn-info:active,.btn-group-vertical .btn-info:focus{border-top-color:#2fa084!important}.btn-group-vertical .btn-danger:first-child,.btn-group-vertical .btn-info:first-child,.btn-group-vertical .btn-primary:first-child,.btn-group-vertical .btn-success:first-child,.btn-group-vertical .btn-warning:first-child,.btn-group-vertical .btn:not(.btn-default):first-child{border-top:none}.badge,.label{background-color:#aab2bd}.badge-default,.label-default{border:1px solid #aab2bd;background-color:#fff;color:#434a54}.badge-primary,.label-primary{border-color:#3bafda;background-color:#3bafda}.badge-success,.label-success{border-color:#8cc152;background-color:#8cc152}.badge-danger,.label-danger{border-color:#da4453;background-color:#da4453}.badge-warning,.label-warning{border-color:#f6bb42;background-color:#f6bb42}.badge-info,.label-info{border-color:#37bc9b;background-color:#37bc9b}.tooltip-inner{color:#fff;background-color:#434a54}.tooltip.top .tooltip-arrow,.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow{border-top-color:#434a54}.tooltip.right .tooltip-arrow{border-right-color:#434a54}.tooltip.left .tooltip-arrow{border-left-color:#434a54}.tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow{border-bottom-color:#434a54}.popover{background-color:#434a54;color:#fff;border-color:#434a54}.popover-title{padding-bottom:0;font-weight:700;color:#aab2bd;background-color:transparent;border-bottom:none}.popover.top .arrow,.popover.top .arrow:after{border-top-color:#434a54}.popover.right .arrow,.popover.right .arrow:after{border-right-color:#434a54}.popover.bottom .arrow,.popover.bottom .arrow:after{border-bottom-color:#434a54}.popover.left .arrow,.popover.left .arrow:after{border-left-color:#434a54}.progress{background-color:#e6e9ed;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.progress-bar{background-color:#3bafda;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.progress-bar-success{background-color:#8cc152}.progress-bar-info{background-color:#37bc9b}.progress-bar-warning{background-color:#f6bb42}.progress-bar-danger{background-color:#da4453}.breadcrumb{color:#434a54;background-color:#e6e9ed}.breadcrumb>.active{color:#434a54}.breadcrumb a{color:#3bafda}.breadcrumb-arrow{padding:0;list-style:none;background-color:#e6e9ed;height:36px;line-height:36px}.breadcrumb-arrow li:first-child a{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.breadcrumb-arrow li,.breadcrumb-arrow li a,.breadcrumb-arrow li span{display:inline-block;vertical-align:top}.breadcrumb-arrow li:not(:first-child){margin-left:-5px}.breadcrumb-arrow li+li:before{padding:0;content:""}.breadcrumb-arrow li span{padding:0 10px}.breadcrumb-arrow li a,.breadcrumb-arrow li:not(:first-child) span{padding:0 10px 0 25px;height:36px;line-height:36px}.breadcrumb-arrow li:first-child a{padding:0 10px}.breadcrumb-arrow li a{position:relative;border:1px solid #3bafda;color:#fff;background-color:#3bafda;text-decoration:none}.breadcrumb-arrow li:first-child a{padding-left:10px}.breadcrumb-arrow li a:after,.breadcrumb-arrow li a:before{position:absolute;top:-1px;content:'';width:0;height:0;border-top:18px solid transparent;border-bottom:18px solid transparent}.breadcrumb-arrow li a:before{right:-10px;border-left-width:11px;border-left-style:solid;border-left-color:#3bafda;z-index:3}.breadcrumb-arrow li a:after{right:-11px;border-left:11px solid #2494be;z-index:2}.breadcrumb-arrow li a:focus,.breadcrumb-arrow li a:hover{background-color:#4fc1e9;border:1px solid #4fc1e9}.breadcrumb-arrow li a:focus:before,.breadcrumb-arrow li a:hover:before{border-left-color:#4fc1e9}.breadcrumb-arrow li a:active{background-color:#2494be;border:1px solid #2494be}.breadcrumb-arrow li a:active:after,.breadcrumb-arrow li a:active:before{border-left-color:#2494be}.breadcrumb-arrow li span{color:#434a54}.pagination>li>a,.pagination>li>span{color:#434a54;background-color:#fff;border-color:#ccd1d9}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#fff;background-color:#ccd1d9;border-color:#ccd1d9}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{color:#fff;background-color:#8cc152;border-color:#8cc152}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#e6e9ed;background-color:#fff;border-color:#ccd1d9}.pager li>a,.pager li>span{color:#fff;background-color:#8cc152;border-color:#8cc152}.pager li>a:focus,.pager li>a:hover{background-color:#a0d468;border-color:#a0d468}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#e6e9ed;background-color:#fff;border-color:#e6e9ed}.form-control{color:#434a54;border-color:#aab2bd}.form-control,.form-control:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.form-control:focus{border-color:#3bafda}.form-control:-ms-input-placeholder,.form-control::-moz-placeholder,.form-control::-webkit-input-placeholder{color:#e6e9ed}.form-control.disabled,.form-control[disabled]{border-color:#e6e9ed;background-color:#e6e9ed}.input-group-btn .btn+.btn{border-width:1px;border-style:solid;border-color:#96a0ad}.input-group-btn .btn+.btn.btn-default{border-color:#ededed}.input-group-btn .btn+.btn.btn-primary{border-color:#269ecb}.input-group-btn .btn+.btn.btn-info{border-color:#2fa084}.input-group-btn .btn+.btn.btn-success{border-color:#7ab03f}.input-group-btn .btn+.btn.btn-warning{border-color:#f4af20}.input-group-btn .btn+.btn.btn-danger{border-color:#d1293a}.input-group-addon{background-color:#aab2bd;border-color:#96a0ad;color:#fff}.input-group-addon .checkbox,.input-group-addon .radio{margin:-3px 0 -4px!important}.form-search .search-query,.form-search .search-query:first-child,.form-search .search-query:last-child{padding:0 17px;-webkit-border-radius:17px;-moz-border-radius:17px;border-radius:17px}.input-group .form-control:last-child{-webkit-border-top-left-radius:0;-moz-border-radius-topleft:0;border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0}.input-group .form-control:first-child{-webkit-border-top-right-radius:0;-moz-border-radius-topright:0;border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomright:0;border-bottom-right-radius:0}.form-search .btn{-webkit-border-radius:17px;-moz-border-radius:17px;border-radius:17px}.search-only{position:relative}.search-only .search-icon{position:absolute;top:2px;left:8.5px;width:30px;line-height:30px;text-align:center;font-size:17px;color:#e6e9ed;z-index:20}.search-only .form-control:last-child{padding-left:40px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline{color:#8cc152}.has-success .form-control,.has-success .form-control:focus{border-color:#8cc152;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.has-success .input-group-addon{background-color:#8cc152;border-color:#8cc152}.has-success .form-control-feedback{color:#8cc152}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline{color:#f6bb42}.has-warning .form-control,.has-warning .form-control:focus{border-color:#f6bb42;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.has-warning .input-group-addon{background-color:#f6bb42;border-color:#f6bb42}.has-warning .form-control-feedback{color:#f6bb42}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline{color:#da4453}.has-error .form-control,.has-error .form-control:focus{border-color:#da4453;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.has-error .input-group-addon{background-color:#da4453;border-color:#da4453}.has-error .form-control-feedback{color:#da4453}.checkbox,.radio{margin-top:0;padding-left:0}.checkbox label,.radio label{position:relative;top:2px}.icheckbox_flat,.iradio_flat{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0!important;width:20px;height:20px;background:url(../bootflat/img/check_flat/default.png) no-repeat;border:none;cursor:pointer}.icheckbox_flat{background-position:0 0}.icheckbox_flat.checked{background-position:-22px 0}.icheckbox_flat.disabled{background-position:-44px 0;cursor:default}.icheckbox_flat.checked.disabled{background-position:-66px 0}.iradio_flat{background-position:-88px 0}.iradio_flat.checked{background-position:-110px 0}.iradio_flat.disabled{background-position:-132px 0;cursor:default}.iradio_flat.checked.disabled{background-position:-154px 0}.alert h4{margin-bottom:10px;font-weight:700}.alert-dismissable .close{color:#000}.alert-info{background-color:#7cd1ef;border:#4fc1e9}.alert-warning{background-color:#ffdd87;border:#ffce54}.alert-danger{background-color:#f2838f;border:#ed5565}.alert-success{background-color:#b9df90;border:#a0d468}.alert .alert-link{cursor:pointer;text-decoration:underline;opacity:.65;filter:alpha(opacity=65)}.alert .alert-link:focus,.alert .alert-link:hover{opacity:.45;filter:alpha(opacity=45)}.alert .btn-link,.alert .btn-link:focus,.alert .btn-link:hover{color:#000;opacity:.65;filter:alpha(opacity=65)}.alert .btn-link:focus,.alert .btn-link:hover{text-decoration:none;opacity:.4;filter:alpha(opacity=40)}.nav-tabs{border-bottom:none;background-color:#e6e9ed;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.nav-tabs>li{margin-bottom:0;border-left:1px solid #ccd1d9}.nav-tabs>li:first-child{border-left:none}.nav-tabs>li>a{margin-right:0;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;color:#434a54}.nav-tabs>li:first-child>a{-webkit-border-radius:4px 0 0;-moz-border-radius:4px 0 0;border-radius:4px 0 0}.nav-tabs>li>a:focus,.nav-tabs>li>a:hover{border:none;background-color:#f5f7fa}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{border:none;background-color:#fff!important}.nav-tabs .dropdown-toggle,.nav-tabs .dropdown-toggle:focus,.nav-tabs .dropdown-toggle:hover{color:#434a54}.nav-tabs li.dropdown.open .dropdown-toggle{color:#434a54;background-color:#f5f7fa}.nav-tabs li.dropdown.active.open .dropdown-toggle{color:#434a54}.nav-tabs .dropdown-toggle .caret,.nav-tabs .dropdown-toggle:focus .caret,.nav-tabs .dropdown-toggle:hover .caret,.nav-tabs li.dropdown.active .dropdown-toggle .caret,.nav-tabs li.dropdown.active.open .dropdown-toggle .caret,.nav-tabs li.dropdown.open .caret,.nav-tabs li.dropdown.open a:focus .caret,.nav-tabs li.dropdown.open a:hover .caret,.nav-tabs li.dropdown.open.active .caret{border-top-color:#434a54;border-bottom-color:#434a54}.nav-tabs.nav-justified>li>a{margin-bottom:0;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}.nav-tabs.nav-justified>li>a{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.nav-tabs.nav-justified>li:first-child>a{-webkit-border-radius:4px 0 0;-moz-border-radius:4px 0 0;border-radius:4px 0 0}.nav-tabs.nav-justified>li:last-child>a{-webkit-border-radius:0 4px 0 0;-moz-border-radius:0 4px 0 0;border-radius:0 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:none}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom:none}}.tab-content{padding:10px}.tabs-below .nav-tabs{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.tabs-below .nav-tabs>li:first-child>a{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px}.tabs-below .nav-tabs.nav-justified>li:last-child>a{-webkit-border-radius:0 0 4px;-moz-border-radius:0 0 4px;border-radius:0 0 4px}.tabs-left .nav-tabs>li,.tabs-right .nav-tabs>li{float:none;border-left:none;border-top:1px solid #ccd1d9}.tabs-left .nav-tabs>li:first-child,.tabs-right .nav-tabs>li:first-child{border-top:none}.tabs-left .nav-tabs>li>a,.tabs-right .nav-tabs>li>a{min-width:74px;margin-right:0}.tabs-left .nav-tabs{float:left;margin-right:19px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.tabs-left .nav-tabs>li:first-child>a{-webkit-border-radius:4px 0 0;-moz-border-radius:4px 0 0;border-radius:4px 0 0}.tabs-left .nav-tabs>li:last-child>a{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px}.tabs-right .nav-tabs{float:right;margin-left:19px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.tabs-right .nav-tabs>li:first-child>a{-webkit-border-radius:0 4px 0 0;-moz-border-radius:0 4px 0 0;border-radius:0 4px 0 0}.tabs-right .nav-tabs>li:last-child>a{-webkit-border-radius:0 0 4px;-moz-border-radius:0 0 4px;border-radius:0 0 4px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#3bafda}.nav-pills>li>a{color:#3bafda}.nav-pills>li>a:hover{color:#434a54;background-color:#e6e9ed}.nav-pills>.active>a>.badge{color:#3bafda}.nav-pills .open>a,.nav-pills .open>a:focus,.nav-pills .open>a:hover{color:#434a54;background-color:#e6e9ed}.navbar-default{background-color:#37bc9b;border-color:#37bc9b}.navbar-default .btn-link,.navbar-default .navbar-brand,.navbar-default .navbar-link{color:#26816a}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover,.navbar-default .navbar-link:hover{color:#fff;background-color:transparent}.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text{color:#26816a}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#fff}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#fff;background-color:#48cfad}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#2e9c81;background-color:transparent}.navbar-default .navbar-toggle{border-color:#26816a;background-color:#26816a}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{border-color:#2b957a;background-color:#2b957a}.navbar-default .navbar-toggle .icon-bar{background-color:#37bc9b}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#48cfad}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#fff;background-color:#37bc9b}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>.divider,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{background-color:#48cfad}.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#26816a}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:#48cfad}.navbar-default .navbar-nav .open .dropdown-menu>.dropdown-header{color:#26816a}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#2b957a}}.navbar-inverse{background-color:#333;border-color:#333}.navbar-inverse .btn-link,.navbar-inverse .navbar-brand,.navbar-inverse .navbar-link{color:#8c8c8c}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover,.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-link:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text{color:#8c8c8c}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#000}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#666;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#000;background-color:#000}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{border-color:#1a1a1a;background-color:#1a1a1a}.navbar-inverse .navbar-toggle .icon-bar{background-color:#8c8c8c}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#000}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#000}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.divider,.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{background-color:#000}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#8c8c8c}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:#000}.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{color:#bfbfbf}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#666}}.list-group{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2)}.list-group-item{border-color:transparent;border-top-color:#e6e9ed}.list-group-item:first-child{border-top:none}.list-group-item-heading,a.list-group-item{color:#434a54}a.list-group-item .list-group-item-heading{font-size:16px;color:#434a54}a.list-group-item:focus,a.list-group-item:hover{background-color:#e6e9ed}a.list-group-item.active,a.list-group-item.active:focus,a.list-group-item.active:hover{background-color:#4fc1e9;border-color:#4fc1e9}a.list-group-item.active .list-group-item-text,a.list-group-item.active:focus .list-group-item-text,a.list-group-item.active:hover .list-group-item-text{color:#fff}.list-group-item-primary{color:#22b1e3;border-color:#3bafda transparent transparent;background-color:#4fc1e9}.list-group-item-primary:first-child{border-color:transparent}a.list-group-item-primary{color:#126d8d}a.list-group-item-primary:focus,a.list-group-item-primary:hover{color:#fff}a.list-group-item-primary.active,a.list-group-item-primary:focus,a.list-group-item-primary:hover{background-color:#3bafda;border-color:#4fc1e9 transparent transparent}.list-group-item-success{color:#87c940;border-color:#8cc152 transparent transparent;background-color:#a0d468}.list-group-item-success:first-child{border-color:transparent}a.list-group-item-success{color:#537f24}a.list-group-item-success:focus,a.list-group-item-success:hover{color:#fff}a.list-group-item-success.active,a.list-group-item-success:focus,a.list-group-item-success:hover{background-color:#8cc152;border-color:#a0d468 transparent transparent}.list-group-item-warning{color:#ffbf21;border-color:#f6bb42 transparent transparent;background-color:#ffce54}.list-group-item-warning:first-child{border-color:transparent}a.list-group-item-warning{color:#876000}a.list-group-item-warning:focus,a.list-group-item-warning:hover{color:#fff}a.list-group-item-warning.active,a.list-group-item-warning:focus,a.list-group-item-warning:hover{background-color:#f6bb42;border-color:#ffce54 transparent transparent}.list-group-item-info{color:#2fb593;border-color:#37bc9b transparent transparent;background-color:#48cfad}.list-group-item-info:first-child{border-color:transparent}a.list-group-item-info{color:#1a6451}a.list-group-item-info:focus,a.list-group-item-info:hover{color:#fff}a.list-group-item-info.active,a.list-group-item-info:focus,a.list-group-item-info:hover{background-color:#37bc9b;border-color:#48cfad transparent transparent}.list-group-item-danger{color:#e8273b;border-color:#da4453 transparent transparent;background-color:#ed5565}.list-group-item-danger:first-child{border-color:transparent}a.list-group-item-danger{color:#99101f}a.list-group-item-danger:focus,a.list-group-item-danger:hover{color:#fff}a.list-group-item-danger.active,a.list-group-item-danger:focus,a.list-group-item-danger:hover{background-color:#da4453;border-color:#ed5565 transparent transparent}.media-list{color:#aab2bd}.media-heading{font-size:14px;color:#434a54}.modal-content{border:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#434a54;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2)}.modal-header{border-bottom:none}.modal-body{padding:0 15px}.modal-footer{border-top:none}.well{padding:10px;border:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#434a54;background-color:#fff;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2)}.well blockquote{border-color:#ccd1d9}.well-lg{padding:20px}.well-sm{padding:5px}.thumbnail{border:none;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2)}.thumbnail a>img,.thumbnail>img{width:100%}.thumbnail .caption{font-size:14px}.thumbnail .caption h1,.thumbnail .caption h2,.thumbnail .caption h3,.thumbnail .caption h4,.thumbnail .caption h5,.thumbnail .caption h6{margin:5px 0 10px;font-size:16px}.jumbotron{margin-bottom:20px;padding:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2)}.container .jumbotron{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.jumbotron>.jumbotron-photo img{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;width:100%}.jumbotron .jumbotron-contents{padding:20px;color:#434a54}.jumbotron .carousel,.jumbotron .carousel-inner,.jumbotron .carousel-inner>.item.active img{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.jumbotron .carousel-inner>.item>a>img,.jumbotron .carousel-inner>.item>img{width:100%}.jumbotron .carousel-control.left{-webkit-border-radius:4px 0 0;-moz-border-radius:4px 0 0;border-radius:4px 0 0}.jumbotron .carousel-control.right{-webkit-border-radius:0 4px 0 0;-moz-border-radius:0 4px 0 0;border-radius:0 4px 0 0}.jumbotron .h1,.jumbotron .h2,.jumbotron h1,.jumbotron h2{font-weight:400}.jumbotron .h1,.jumbotron h1{font-size:28px}.jumbotron .h2,.jumbotron h2{font-size:24px}.jumbotron p{font-size:14px}@media screen and (min-width:768px){.container .jumbotron,.jumbotron{padding:0}.jumbotron .h1,.jumbotron h1{font-size:28px}}.panel{background-color:#fff;border:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2)}.panel .list-group{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.panel .list-group-item:first-child{border-top:1px solid #e6e9ed}.panel-heading{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.panel-title{font-size:14px;color:#434a54;font-weight:400}.panel-footer{background-color:#e6e9ed;border-top-color:#e6e9ed;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.panel-default{border-color:#e6e9ed}.panel-default>.panel-heading{color:#434a54;background-color:#e6e9ed;border-color:#e6e9ed}.panel-primary{border-color:#3bafda}.panel-primary>.panel-heading{color:#fff;background-color:#3bafda;border-color:#3bafda}.panel-success{border-color:#8cc152}.panel-success>.panel-heading{color:#fff;background-color:#8cc152;border-color:#8cc152}.panel-info{border-color:#37bc9b}.panel-info>.panel-heading{color:#fff;background-color:#37bc9b;border-color:#37bc9b}.panel-warning{border-color:#f6bb42}.panel-warning>.panel-heading{color:#fff;background-color:#f6bb42;border-color:#f6bb42}.panel-danger{border-color:#da4453}.panel-danger>.panel-heading{color:#fff;background-color:#da4453;border-color:#da4453}.panel-danger>.panel-heading>.panel-title,.panel-info>.panel-heading>.panel-title,.panel-primary>.panel-heading>.panel-title,.panel-success>.panel-heading>.panel-title,.panel-warning>.panel-heading>.panel-title{color:#fff}.panel>.list-group:first-child .list-group-item:first-child,.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.panel>.list-group:last-child .list-group-item:last-child{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{-webkit-border-radius:4px 0 0;-moz-border-radius:4px 0 0;border-radius:4px 0 0}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{-webkit-border-radius:0 4px 0 0;-moz-border-radius:0 4px 0 0;border-radius:0 4px 0 0}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{-webkit-border-radius:0 0 4px;-moz-border-radius:0 0 4px;border-radius:0 0 4px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top-color:#e6e9ed}.panel-group .panel{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.panel-group .panel+.panel{margin-top:0}.panel-group .panel-heading{padding:0;border-bottom-color:transparent}.panel-group .panel-heading+.panel-collapse .panel-body{padding:15px 0;border-top-color:transparent}.panel-group .panel-title a{padding:10px 0;display:block}.panel-group-lists .panel{border-bottom:1px solid #e6e9ed;background-color:#fff;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2)}.panel-group-lists .panel:first-child{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.panel-group-lists .panel:last-child{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;border-bottom:none}.panel-group-lists .panel-heading+.panel-collapse .panel-body{padding:15px;border-top-color:#e6e9ed}.panel-group-lists .panel-title a{padding:10px 15px;color:#434a54}.panel-group-lists .panel-title a:active,.panel-group-lists .panel-title a:focus,.panel-group-lists .panel-title a:hover{color:#aab2bd}.footer{padding:40px 0;background-color:#434a54}.footer-logo,.footer-nav{float:left;padding:0 20px;width:20%}@media (max-width:768px){.footer-logo{margin-bottom:20px}.footer-logo,.footer-nav{float:none;display:block;width:100%}}.footer-logo{margin-top:-5px;height:32px;line-height:32px}.footer-logo img{margin-right:10px}.footer-logo a{font-size:20px;font-weight:700;color:#fff}.footer-logo a:active,.footer-logo a:hover{text-decoration:none}.footer-nav .nav-title{margin-bottom:15px;color:#e6e9ed}.footer-nav .nav-item{line-height:28px}.footer-nav .nav-item>a{color:#aab2bd}.footer-nav .nav-item>a:active,.footer-nav .nav-item>a:hover{color:#ccd1d9;text-decoration:none}.footer-copyright{color:#aab2bd}.dropdown-menu{border:none;background-color:#434a54}.dropdown-menu .dropdown-header{padding:5px 20px;font-size:14px;font-weight:700;color:#aab2bd}.dropdown-menu li a{padding:5px 20px;color:#fff}.dropdown-menu .active a,.dropdown-menu .active a:focus,.dropdown-menu .active a:hover,.dropdown-menu li a:focus,.dropdown-menu li a:hover{color:#fff;background-color:#656d78;outline:0}.dropdown-menu .disabled a,.dropdown-menu .disabled a:focus,.dropdown-menu .disabled a:hover{color:#656d78;cursor:default}.dropdown-menu .divider{background-color:#656d78;border-bottom:none}.dropup .dropdown-menu{margin-bottom:0;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.dropdown-submenu{position:relative}.dropdown-submenu .dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 4px 4px;-moz-border-radius:0 4px 4px;border-radius:0 4px 4px}.dropdown-submenu:hover .dropdown-menu{display:block}.dropup .dropdown-submenu .dropdown-menu{top:auto;bottom:0;margin-top:0;margin-bottom:-2px;-webkit-border-radius:4px 4px 4px 0;-moz-border-radius:4px 4px 4px 0;border-radius:4px 4px 4px 0}.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#fff;margin-top:5px;margin-right:-10px}.dropdown-default .dropdown-submenu>a:after{border-left-color:#434a54}.dropdown-submenu:hover a:after{border-left-color:#fff}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left .dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:4px 0 4px 4px;-moz-border-radius:4px 0 4px 4px;border-radius:4px 0 4px 4px}
...\ No newline at end of file ...\ No newline at end of file
18 body{font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;color:#434a54;background-color:#fff}a{color:#3bafda;text-decoration:none}a:focus,a:hover{color:#4fc1e9;text-decoration:none}a:focus{outline:0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:700;line-height:1.1;color:inherit}.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#e7e9ec}h1,h2,h3{margin-top:30px;margin-bottom:15px}h4,h5,h6{margin-top:15px;margin-bottom:15px}h6{font-weight:400}.h1,h1{font-size:51px}.h2,h2{font-size:43px}.h3,h3{font-size:30px}.h4,h4{font-size:19px}.h5,h5{font-size:18px}.h6,h6{font-size:14px}blockquote{border-left:3px solid #ccd1d9}.img-rounded{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px}.img-comment{margin:24px 0;font-size:15px;font-style:italic;line-height:1.2}.btn{color:#fff}.btn,.btn.disabled,.btn[disabled]{background-color:#aab2bd;border-color:#aab2bd}.btn.active,.btn:active,.btn:focus,.btn:hover{color:#fff;background-color:#ccd1d9;border-color:#ccd1d9;outline:0!important}.btn.active,.btn:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.125);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.125);box-shadow:inset 0 1px 2px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled]{filter:alpha(opacity=45);opacity:.45}.btn-link,.btn-link.active,.btn-link.disabled,.btn-link:active,.btn-link:focus,.btn-link:hover,.btn-link[disabled]{color:#3bafda;background-color:transparent; border-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-default{color:#434a54;border-color:#aab2bd!important}.btn-default.active,.btn-default:active,.btn-default:focus,.btn-default:hover{background-color:#ccd1d9;border-color:#ccd1d9}.btn-default,.btn-default.disabled,.btn-default[disabled]{background-color:#fff}.open .dropdown-toggle.btn-default{background-color:#ccd1d9;border-color:#ccd1d9}.btn-primary,.btn-primary.active,.btn-primary.disabled,.btn-primary:active,.btn-primary[disabled]{background-color:#3bafda;border-color:#3bafda}.btn-primary:focus,.btn-primary:hover,.open .dropdown-toggle.btn-primary{background-color:#4fc1e9;border-color:#4fc1e9}.btn-info,.btn-info.active,.btn-info.disabled,.btn-info:active,.btn-info[disabled]{background-color:#37bc9b;border-color:#37bc9b}.btn-info:focus,.btn-info:hover,.open .dropdown-toggle.btn-info{background-color:#48cfad;border-color:#48cfad}.btn-success,.btn-success.active,.btn-success.disabled,.btn-success:active,.btn-success[disabled]{background-color:#8cc152;border-color:#8cc152}.btn-success:focus,.btn-success:hover,.open .dropdown-toggle.btn-success{background-color:#a0d468;border-color:#a0d468}.btn-warning,.btn-warning.active,.btn-warning.disabled,.btn-warning:active,.btn-warning[disabled]{background-color:#f6bb42;border-color:#f6bb42}.btn-warning:focus,.btn-warning:hover,.open .dropdown-toggle.btn-warning{background-color:#ffce54;border-color:#ffce54}.btn-danger,.btn-danger .open .dropdown-toggle.btn,.btn-danger.active,.btn-danger.disabled,.btn-danger:active,.btn-danger[disabled]{background-color:#da4453;border-color:#da4453}.btn-danger:focus,.btn-danger:hover,.open .dropdown-toggle.btn-danger{background-color:#ed5565;border-color:#ed5565}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.125);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.125);box-shadow:inset 0 1px 2px rgba(0,0,0,.125)}.btn-group .btn{border-left-color:#96a0ad}.btn-group .btn-default.active,.btn-group .btn-default:active,.btn-group .btn-default:focus,.btn-group.open .btn-default.dropdown-toggle{color:#fff}.btn-group .btn-primary,.btn-group .btn-primary.active,.btn-group .btn-primary:active,.btn-group .btn-primary:focus{border-left-color:#269ecb}.btn-group .btn-success,.btn-group .btn-success.active,.btn-group .btn-success:active,.btn-group .btn-success:focus{border-left-color:#7ab03f}.btn-group .btn-warning,.btn-group .btn-warning.active,.btn-group .btn-warning:active,.btn-group .btn-warning:focus{border-left-color:#efa50b}.btn-group .btn-danger,.btn-group .btn-danger.active,.btn-group .btn-danger:active,.btn-group .btn-danger:focus{border-left-color:#d1293a}.btn-group .btn-info,.btn-group .btn-info.active,.btn-group .btn-info:active,.btn-group .btn-info:focus{border-left-color:#2fa084}.btn-group .btn-danger:first-child,.btn-group .btn-info:first-child,.btn-group .btn-primary:first-child,.btn-group .btn-success:first-child,.btn-group .btn-warning:first-child,.btn-group .btn:first-child{border-left-color:transparent}.btn-group-vertical .btn,.btn-group-vertical .btn-group .btn-primary{border-top-color:#96a0ad!important}.btn-group-vertical .btn-group .btn-primary,.btn-group-vertical .btn-primary,.btn-group-vertical .btn-primary.active,.btn-group-vertical .btn-primary:active,.btn-group-vertical .btn-primary:focus{border-top-color:#269ecb!important}.btn-group-vertical .btn-group .btn-success,.btn-group-vertical .btn-success,.btn-group-vertical .btn-success.active,.btn-group-vertical .btn-success:active,.btn-group-vertical .btn-success:focus{border-top-color:#7ab03f!important}.btn-group-vertical .btn-group .btn-warning,.btn-group-vertical .btn-warning,.btn-group-vertical .btn-warning.active,.btn-group-vertical .btn-warning:active,.btn-group-vertical .btn-warning:focus{border-top-color:#efa50b!important}.btn-group-vertical .btn-danger,.btn-group-vertical .btn-danger.active,.btn-group-vertical .btn-danger:active,.btn-group-vertical .btn-danger:focus,.btn-group-vertical .btn-group .btn-danger{border-top-color:#d1293a!important}.btn-group-vertical .btn-group .btn-info,.btn-group-vertical .btn-info,.btn-group-vertical .btn-info.active,.btn-group-vertical .btn-info:active,.btn-group-vertical .btn-info:focus{border-top-color:#2fa084!important}.btn-group-vertical .btn-danger:first-child,.btn-group-vertical .btn-info:first-child,.btn-group-vertical .btn-primary:first-child,.btn-group-vertical .btn-success:first-child,.btn-group-vertical .btn-warning:first-child,.btn-group-vertical .btn:not(.btn-default):first-child{border-top:none}.badge,.label{background-color:#aab2bd}.badge-default,.label-default{color:#434a54;background-color:#fff; border:1px solid #aab2bd}.badge-primary,.label-primary{background-color:#3bafda;border-color:#3bafda}.badge-success,.label-success{background-color:#8cc152;border-color:#8cc152}.badge-danger,.label-danger{background-color:#da4453;border-color:#da4453}.badge-warning,.label-warning{background-color:#f6bb42;border-color:#f6bb42}.badge-info,.label-info{background-color:#37bc9b;border-color:#37bc9b}.tooltip-inner{color:#fff;background-color:#434a54}.tooltip.top .tooltip-arrow,.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow{border-top-color:#434a54}.tooltip.right .tooltip-arrow{border-right-color:#434a54}.tooltip.left .tooltip-arrow{border-left-color:#434a54}.tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow{border-bottom-color:#434a54}.popover{color:#fff; background-color:#434a54;border-color:#434a54}.popover-title{padding-bottom:0;font-weight:700;color:#aab2bd;background-color:transparent;border-bottom:none}.popover.top .arrow,.popover.top .arrow:after{border-top-color:#434a54}.popover.right .arrow,.popover.right .arrow:after{border-right-color:#434a54}.popover.bottom .arrow,.popover.bottom .arrow:after{border-bottom-color:#434a54}.popover.left .arrow,.popover.left .arrow:after{border-left-color:#434a54}.progress{background-color:#e6e9ed;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.progress-bar{background-color:#3bafda;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.progress-bar-success{background-color:#8cc152}.progress-bar-info{background-color:#37bc9b}.progress-bar-warning{background-color:#f6bb42}.progress-bar-danger{background-color:#da4453}.breadcrumb{color:#434a54;background-color:#e6e9ed}.breadcrumb>.active{color:#434a54}.breadcrumb a{color:#3bafda}.breadcrumb-arrow{height:36px; padding:0;line-height:36px;list-style:none;background-color:#e6e9ed}.breadcrumb-arrow li:first-child a{border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px}.breadcrumb-arrow li,.breadcrumb-arrow li a,.breadcrumb-arrow li span{display:inline-block;vertical-align:top}.breadcrumb-arrow li:not(:first-child){margin-left:-5px}.breadcrumb-arrow li+li:before{padding:0;content:""}.breadcrumb-arrow li span{padding:0 10px}.breadcrumb-arrow li a,.breadcrumb-arrow li:not(:first-child) span{height:36px; padding:0 10px 0 25px;line-height:36px}.breadcrumb-arrow li:first-child a{padding:0 10px}.breadcrumb-arrow li a{position:relative;color:#fff;text-decoration:none;background-color:#3bafda;border:1px solid #3bafda}.breadcrumb-arrow li:first-child a{padding-left:10px}.breadcrumb-arrow li a:after,.breadcrumb-arrow li a:before{position:absolute;top:-1px;width:0;height:0;content:'';border-top:18px solid transparent;border-bottom:18px solid transparent}.breadcrumb-arrow li a:before{right:-10px;z-index:3;border-left-color:#3bafda;border-left-style:solid;border-left-width:11px}.breadcrumb-arrow li a:after{right:-11px;z-index:2;border-left:11px solid #2494be}.breadcrumb-arrow li a:focus,.breadcrumb-arrow li a:hover{background-color:#4fc1e9;border:1px solid #4fc1e9}.breadcrumb-arrow li a:focus:before,.breadcrumb-arrow li a:hover:before{border-left-color:#4fc1e9}.breadcrumb-arrow li a:active{background-color:#2494be;border:1px solid #2494be}.breadcrumb-arrow li a:active:after,.breadcrumb-arrow li a:active:before{border-left-color:#2494be}.breadcrumb-arrow li span{color:#434a54}.pagination>li>a,.pagination>li>span{color:#434a54;background-color:#fff;border-color:#ccd1d9}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#fff;background-color:#ccd1d9;border-color:#ccd1d9}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{color:#fff;background-color:#8cc152;border-color:#8cc152}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#e6e9ed;background-color:#fff;border-color:#ccd1d9}.pager li>a,.pager li>span{color:#fff;background-color:#8cc152;border-color:#8cc152}.pager li>a:focus,.pager li>a:hover{background-color:#a0d468;border-color:#a0d468}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#e6e9ed;background-color:#fff;border-color:#e6e9ed}.form-control{color:#434a54;border-color:#aab2bd}.form-control,.form-control:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.form-control:focus{border-color:#3bafda}.form-control:-ms-input-placeholder,.form-control::-moz-placeholder,.form-control::-webkit-input-placeholder{color:#e6e9ed}.form-control.disabled,.form-control[disabled]{background-color:#e6e9ed;border-color:#e6e9ed}.input-group-btn .btn+.btn{border-color:#96a0ad;border-style:solid; border-width:1px}.input-group-btn .btn+.btn.btn-default{border-color:#ededed}.input-group-btn .btn+.btn.btn-primary{border-color:#269ecb}.input-group-btn .btn+.btn.btn-info{border-color:#2fa084}.input-group-btn .btn+.btn.btn-success{border-color:#7ab03f}.input-group-btn .btn+.btn.btn-warning{border-color:#f4af20}.input-group-btn .btn+.btn.btn-danger{border-color:#d1293a}.input-group-addon{color:#fff;background-color:#aab2bd;border-color:#96a0ad}.input-group-addon .checkbox,.input-group-addon .radio{margin:-3px 0 -4px!important}.form-search .search-query,.form-search .search-query:first-child,.form-search .search-query:last-child{padding:0 17px;border-radius:17px;-webkit-border-radius:17px;-moz-border-radius:17px}.input-group .form-control:last-child{border-top-left-radius:0;border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topleft:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomleft:0}.input-group .form-control:first-child{border-top-right-radius:0;border-bottom-right-radius:0;-webkit-border-top-right-radius:0;-moz-border-radius-topright:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomright:0}.form-search .btn{border-radius:17px;-webkit-border-radius:17px;-moz-border-radius:17px}.search-only{position:relative}.search-only .search-icon{position:absolute;top:2px;left:8.5px;z-index:20;width:30px;font-size:17px;line-height:30px;color:#e6e9ed;text-align:center}.search-only .form-control:last-child{padding-left:40px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline{color:#8cc152}.has-success .form-control,.has-success .form-control:focus{border-color:#8cc152;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.has-success .input-group-addon{background-color:#8cc152;border-color:#8cc152}.has-success .form-control-feedback{color:#8cc152}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline{color:#f6bb42}.has-warning .form-control,.has-warning .form-control:focus{border-color:#f6bb42;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.has-warning .input-group-addon{background-color:#f6bb42;border-color:#f6bb42}.has-warning .form-control-feedback{color:#f6bb42}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline{color:#da4453}.has-error .form-control,.has-error .form-control:focus{border-color:#da4453;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.has-error .input-group-addon{background-color:#da4453;border-color:#da4453}.has-error .form-control-feedback{color:#da4453}.checkbox,.radio{padding-left:0;margin-top:0}.checkbox label,.radio label{position:relative;top:2px}.icheckbox_flat,.iradio_flat{display:inline-block;width:20px;height:20px;padding:0!important;margin:0;vertical-align:middle;cursor:pointer;background:url(../bootflat/img/check_flat/default.png) no-repeat;border:none;*display:inline}.icheckbox_flat{background-position:0 0}.icheckbox_flat.checked{background-position:-22px 0}.icheckbox_flat.disabled{cursor:default;background-position:-44px 0}.icheckbox_flat.checked.disabled{background-position:-66px 0}.iradio_flat{background-position:-88px 0}.iradio_flat.checked{background-position:-110px 0}.iradio_flat.disabled{cursor:default;background-position:-132px 0}.iradio_flat.checked.disabled{background-position:-154px 0}.alert h4{margin-bottom:10px;font-weight:700}.alert-dismissable .close{color:#000}.alert-info{background-color:#7cd1ef;border:#4fc1e9}.alert-warning{background-color:#ffdd87;border:#ffce54}.alert-danger{background-color:#f2838f;border:#ed5565}.alert-success{background-color:#b9df90;border:#a0d468}.alert .alert-link{text-decoration:underline; cursor:pointer;filter:alpha(opacity=65);opacity:.65}.alert .alert-link:focus,.alert .alert-link:hover{filter:alpha(opacity=45);opacity:.45}.alert .btn-link,.alert .btn-link:focus,.alert .btn-link:hover{color:#000;filter:alpha(opacity=65);opacity:.65}.alert .btn-link:focus,.alert .btn-link:hover{text-decoration:none;filter:alpha(opacity=40);opacity:.4}.nav-tabs{background-color:#e6e9ed; border-bottom:none;border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0}.nav-tabs>li{margin-bottom:0;border-left:1px solid #ccd1d9}.nav-tabs>li:first-child{border-left:none}.nav-tabs>li>a{margin-right:0;color:#434a54;border:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.nav-tabs>li:first-child>a{border-radius:4px 0 0;-webkit-border-radius:4px 0 0;-moz-border-radius:4px 0 0}.nav-tabs>li>a:focus,.nav-tabs>li>a:hover{background-color:#f5f7fa;border:none}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{background-color:#fff!important;border:none}.nav-tabs .dropdown-toggle,.nav-tabs .dropdown-toggle:focus,.nav-tabs .dropdown-toggle:hover{color:#434a54}.nav-tabs li.dropdown.open .dropdown-toggle{color:#434a54;background-color:#f5f7fa}.nav-tabs li.dropdown.active.open .dropdown-toggle{color:#434a54}.nav-tabs .dropdown-toggle .caret,.nav-tabs .dropdown-toggle:focus .caret,.nav-tabs .dropdown-toggle:hover .caret,.nav-tabs li.dropdown.active .dropdown-toggle .caret,.nav-tabs li.dropdown.active.open .dropdown-toggle .caret,.nav-tabs li.dropdown.open .caret,.nav-tabs li.dropdown.open a:focus .caret,.nav-tabs li.dropdown.open a:hover .caret,.nav-tabs li.dropdown.open.active .caret{border-top-color:#434a54;border-bottom-color:#434a54}.nav-tabs.nav-justified>li>a{margin-bottom:0;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}.nav-tabs.nav-justified>li>a{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.nav-tabs.nav-justified>li:first-child>a{border-radius:4px 0 0;-webkit-border-radius:4px 0 0;-moz-border-radius:4px 0 0}.nav-tabs.nav-justified>li:last-child>a{border-radius:0 4px 0 0;-webkit-border-radius:0 4px 0 0;-moz-border-radius:0 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:none}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom:none}}.tab-content{padding:10px}.tabs-below .nav-tabs{border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px}.tabs-below .nav-tabs>li:first-child>a{border-radius:0 0 0 4px;-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px}.tabs-below .nav-tabs.nav-justified>li:last-child>a{border-radius:0 0 4px;-webkit-border-radius:0 0 4px;-moz-border-radius:0 0 4px}.tabs-left .nav-tabs>li,.tabs-right .nav-tabs>li{float:none;border-top:1px solid #ccd1d9;border-left:none}.tabs-left .nav-tabs>li:first-child,.tabs-right .nav-tabs>li:first-child{border-top:none}.tabs-left .nav-tabs>li>a,.tabs-right .nav-tabs>li>a{min-width:74px;margin-right:0}.tabs-left .nav-tabs{float:left;margin-right:19px;border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px}.tabs-left .nav-tabs>li:first-child>a{border-radius:4px 0 0;-webkit-border-radius:4px 0 0;-moz-border-radius:4px 0 0}.tabs-left .nav-tabs>li:last-child>a{border-radius:0 0 0 4px;-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px}.tabs-right .nav-tabs{float:right;margin-left:19px;border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0}.tabs-right .nav-tabs>li:first-child>a{border-radius:0 4px 0 0;-webkit-border-radius:0 4px 0 0;-moz-border-radius:0 4px 0 0}.tabs-right .nav-tabs>li:last-child>a{border-radius:0 0 4px;-webkit-border-radius:0 0 4px;-moz-border-radius:0 0 4px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#3bafda}.nav-pills>li>a{color:#3bafda}.nav-pills>li>a:hover{color:#434a54;background-color:#e6e9ed}.nav-pills>.active>a>.badge{color:#3bafda}.nav-pills .open>a,.nav-pills .open>a:focus,.nav-pills .open>a:hover{color:#434a54;background-color:#e6e9ed}.navbar-default{background-color:#37bc9b;border-color:#37bc9b}.navbar-default .btn-link,.navbar-default .navbar-brand,.navbar-default .navbar-link{color:#26816a}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover,.navbar-default .navbar-link:hover{color:#fff;background-color:transparent}.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text{color:#26816a}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#fff}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#fff;background-color:#48cfad}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#2e9c81;background-color:transparent}.navbar-default .navbar-toggle{background-color:#26816a;border-color:#26816a}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#2b957a;border-color:#2b957a}.navbar-default .navbar-toggle .icon-bar{background-color:#37bc9b}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#48cfad}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#fff;background-color:#37bc9b}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>.divider,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{background-color:#48cfad}.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#26816a}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:#48cfad}.navbar-default .navbar-nav .open .dropdown-menu>.dropdown-header{color:#26816a}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#2b957a}}.navbar-inverse{background-color:#333;border-color:#333}.navbar-inverse .btn-link,.navbar-inverse .navbar-brand,.navbar-inverse .navbar-link{color:#8c8c8c}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover,.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-link:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text{color:#8c8c8c}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#000}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#666;background-color:transparent}.navbar-inverse .navbar-toggle{background-color:#000;border-color:#000}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#1a1a1a;border-color:#1a1a1a}.navbar-inverse .navbar-toggle .icon-bar{background-color:#8c8c8c}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#000}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#000}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.divider,.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{background-color:#000}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#8c8c8c}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:#000}.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{color:#bfbfbf}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#666}}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2);-webkit-border-radius:4px;-moz-border-radius:4px}.list-group-item{border-color:transparent;border-top-color:#e6e9ed}.list-group-item:first-child{border-top:none}.list-group-item-heading,a.list-group-item{color:#434a54}a.list-group-item .list-group-item-heading{font-size:16px;color:#434a54}a.list-group-item:focus,a.list-group-item:hover{background-color:#e6e9ed}a.list-group-item.active,a.list-group-item.active:focus,a.list-group-item.active:hover{background-color:#4fc1e9;border-color:#4fc1e9}a.list-group-item.active .list-group-item-text,a.list-group-item.active:focus .list-group-item-text,a.list-group-item.active:hover .list-group-item-text{color:#fff}.list-group-item-primary{color:#22b1e3;background-color:#4fc1e9;border-color:#3bafda transparent transparent}.list-group-item-primary:first-child{border-color:transparent}a.list-group-item-primary{color:#126d8d}a.list-group-item-primary:focus,a.list-group-item-primary:hover{color:#fff}a.list-group-item-primary.active,a.list-group-item-primary:focus,a.list-group-item-primary:hover{background-color:#3bafda;border-color:#4fc1e9 transparent transparent}.list-group-item-success{color:#87c940;background-color:#a0d468;border-color:#8cc152 transparent transparent}.list-group-item-success:first-child{border-color:transparent}a.list-group-item-success{color:#537f24}a.list-group-item-success:focus,a.list-group-item-success:hover{color:#fff}a.list-group-item-success.active,a.list-group-item-success:focus,a.list-group-item-success:hover{background-color:#8cc152;border-color:#a0d468 transparent transparent}.list-group-item-warning{color:#ffbf21;background-color:#ffce54;border-color:#f6bb42 transparent transparent}.list-group-item-warning:first-child{border-color:transparent}a.list-group-item-warning{color:#876000}a.list-group-item-warning:focus,a.list-group-item-warning:hover{color:#fff}a.list-group-item-warning.active,a.list-group-item-warning:focus,a.list-group-item-warning:hover{background-color:#f6bb42;border-color:#ffce54 transparent transparent}.list-group-item-info{color:#2fb593;background-color:#48cfad;border-color:#37bc9b transparent transparent}.list-group-item-info:first-child{border-color:transparent}a.list-group-item-info{color:#1a6451}a.list-group-item-info:focus,a.list-group-item-info:hover{color:#fff}a.list-group-item-info.active,a.list-group-item-info:focus,a.list-group-item-info:hover{background-color:#37bc9b;border-color:#48cfad transparent transparent}.list-group-item-danger{color:#e8273b;background-color:#ed5565;border-color:#da4453 transparent transparent}.list-group-item-danger:first-child{border-color:transparent}a.list-group-item-danger{color:#99101f}a.list-group-item-danger:focus,a.list-group-item-danger:hover{color:#fff}a.list-group-item-danger.active,a.list-group-item-danger:focus,a.list-group-item-danger:hover{background-color:#da4453;border-color:#ed5565 transparent transparent}.media-list{color:#aab2bd}.media-heading{font-size:14px;color:#434a54}.modal-content{color:#434a54; border:none;border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2);-webkit-border-radius:4px;-moz-border-radius:4px}.modal-header{border-bottom:none}.modal-body{padding:0 15px}.modal-footer{border-top:none}.well{padding:10px;color:#434a54;background-color:#fff;border:none;border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2);-webkit-border-radius:4px;-moz-border-radius:4px}.well blockquote{border-color:#ccd1d9}.well-lg{padding:20px}.well-sm{padding:5px}.thumbnail{border:none;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2)}.thumbnail a>img,.thumbnail>img{width:100%}.thumbnail .caption{font-size:14px}.thumbnail .caption h1,.thumbnail .caption h2,.thumbnail .caption h3,.thumbnail .caption h4,.thumbnail .caption h5,.thumbnail .caption h6{margin:5px 0 10px;font-size:16px}.jumbotron{padding:0; margin-bottom:20px;background-color:#fff;border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2);-webkit-border-radius:4px;-moz-border-radius:4px}.container .jumbotron{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px}.jumbotron>.jumbotron-photo img{width:100%;border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0}.jumbotron .jumbotron-contents{padding:20px;color:#434a54}.jumbotron .carousel,.jumbotron .carousel-inner,.jumbotron .carousel-inner>.item.active img{border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0}.jumbotron .carousel-inner>.item>a>img,.jumbotron .carousel-inner>.item>img{width:100%}.jumbotron .carousel-control.left{border-radius:4px 0 0;-webkit-border-radius:4px 0 0;-moz-border-radius:4px 0 0}.jumbotron .carousel-control.right{border-radius:0 4px 0 0;-webkit-border-radius:0 4px 0 0;-moz-border-radius:0 4px 0 0}.jumbotron .h1,.jumbotron .h2,.jumbotron h1,.jumbotron h2{font-weight:400}.jumbotron .h1,.jumbotron h1{font-size:28px}.jumbotron .h2,.jumbotron h2{font-size:24px}.jumbotron p{font-size:14px}@media screen and (min-width:768px){.container .jumbotron,.jumbotron{padding:0}.jumbotron .h1,.jumbotron h1{font-size:28px}}.panel{background-color:#fff;border:none;border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2);-webkit-border-radius:4px;-moz-border-radius:4px}.panel .list-group{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.panel .list-group-item:first-child{border-top:1px solid #e6e9ed}.panel-heading{border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0}.panel-title{font-size:14px;font-weight:400;color:#434a54}.panel-footer{background-color:#e6e9ed;border-top-color:#e6e9ed;border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px}.panel-default{border-color:#e6e9ed}.panel-default>.panel-heading{color:#434a54;background-color:#e6e9ed;border-color:#e6e9ed}.panel-primary{border-color:#3bafda}.panel-primary>.panel-heading{color:#fff;background-color:#3bafda;border-color:#3bafda}.panel-success{border-color:#8cc152}.panel-success>.panel-heading{color:#fff;background-color:#8cc152;border-color:#8cc152}.panel-info{border-color:#37bc9b}.panel-info>.panel-heading{color:#fff;background-color:#37bc9b;border-color:#37bc9b}.panel-warning{border-color:#f6bb42}.panel-warning>.panel-heading{color:#fff;background-color:#f6bb42;border-color:#f6bb42}.panel-danger{border-color:#da4453}.panel-danger>.panel-heading{color:#fff;background-color:#da4453;border-color:#da4453}.panel-danger>.panel-heading>.panel-title,.panel-info>.panel-heading>.panel-title,.panel-primary>.panel-heading>.panel-title,.panel-success>.panel-heading>.panel-title,.panel-warning>.panel-heading>.panel-title{color:#fff}.panel>.list-group:first-child .list-group-item:first-child,.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0}.panel>.list-group:last-child .list-group-item:last-child{border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-radius:4px 0 0;-webkit-border-radius:4px 0 0;-moz-border-radius:4px 0 0}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-radius:0 4px 0 0;-webkit-border-radius:0 4px 0 0;-moz-border-radius:0 4px 0 0}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-radius:0 0 0 4px;-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-radius:0 0 4px;-webkit-border-radius:0 0 4px;-moz-border-radius:0 0 4px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top-color:#e6e9ed}.panel-group .panel{background-color:transparent;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:0;-moz-border-radius:0}.panel-group .panel+.panel{margin-top:0}.panel-group .panel-heading{padding:0;border-bottom-color:transparent}.panel-group .panel-heading+.panel-collapse .panel-body{padding:15px 0;border-top-color:transparent}.panel-group .panel-title a{display:block;padding:10px 0}.panel-group-lists .panel{background-color:#fff; border-bottom:1px solid #e6e9ed;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2)}.panel-group-lists .panel:first-child{border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0}.panel-group-lists .panel:last-child{border-bottom:none;border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px}.panel-group-lists .panel-heading+.panel-collapse .panel-body{padding:15px;border-top-color:#e6e9ed}.panel-group-lists .panel-title a{padding:10px 15px;color:#434a54}.panel-group-lists .panel-title a:active,.panel-group-lists .panel-title a:focus,.panel-group-lists .panel-title a:hover{color:#aab2bd}.footer{padding:40px 0;background-color:#434a54}.footer-logo,.footer-nav{float:left;width:20%;padding:0 20px}@media (max-width:768px){.footer-logo{margin-bottom:20px}.footer-logo,.footer-nav{display:block; float:none;width:100%}}.footer-logo{height:32px; margin-top:-5px;line-height:32px}.footer-logo img{margin-right:10px}.footer-logo a{font-size:20px;font-weight:700;color:#fff}.footer-logo a:active,.footer-logo a:hover{text-decoration:none}.footer-nav .nav-title{margin-bottom:15px;color:#e6e9ed}.footer-nav .nav-item{line-height:28px}.footer-nav .nav-item>a{color:#aab2bd}.footer-nav .nav-item>a:active,.footer-nav .nav-item>a:hover{color:#ccd1d9;text-decoration:none}.footer-copyright{color:#aab2bd}.dropdown-menu{background-color:#434a54;border:none}.dropdown-menu .dropdown-header{padding:5px 20px;font-size:14px;font-weight:700;color:#aab2bd}.dropdown-menu li a{padding:5px 20px;color:#fff}.dropdown-menu .active a,.dropdown-menu .active a:focus,.dropdown-menu .active a:hover,.dropdown-menu li a:focus,.dropdown-menu li a:hover{color:#fff;background-color:#656d78;outline:0}.dropdown-menu .disabled a,.dropdown-menu .disabled a:focus,.dropdown-menu .disabled a:hover{color:#656d78;cursor:default}.dropdown-menu .divider{background-color:#656d78;border-bottom:none}.dropup .dropdown-menu{margin-bottom:0;border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0}.dropdown-submenu{position:relative}.dropdown-submenu .dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;border-radius:0 4px 4px;-webkit-border-radius:0 4px 4px;-moz-border-radius:0 4px 4px}.dropdown-submenu:hover .dropdown-menu{display:block}.dropup .dropdown-submenu .dropdown-menu{top:auto;bottom:0;margin-top:0;margin-bottom:-2px;border-radius:4px 4px 4px 0;-webkit-border-radius:4px 4px 4px 0;-moz-border-radius:4px 4px 4px 0}.dropdown-submenu>a:after{display:block;float:right;width:0;height:0;margin-top:5px;margin-right:-10px;content:" ";border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#fff}.dropdown-default .dropdown-submenu>a:after{border-left-color:#434a54}.dropdown-submenu:hover a:after{border-left-color:#fff}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left .dropdown-menu{left:-100%;margin-left:10px;border-radius:4px 0 4px 4px;-webkit-border-radius:4px 0 4px 4px;-moz-border-radius:4px 0 4px 4px}
...\ No newline at end of file ...\ No newline at end of file
......
1 {
2 "always-semicolon": true,
3 "block-indent": 2,
4 "colon-space": [0, 1],
5 "color-case": "lower",
6 "color-shorthand": true,
7 "combinator-space": true,
8 "element-case": "lower",
9 "eof-newline": true,
10 "leading-zero": false,
11 "remove-empty-rulesets": true,
12 "rule-indent": 2,
13 "stick-brace": " ",
14 "strip-spaces": true,
15 "unitless-zero": true,
16 "vendor-prefix-align": true,
17 "sort-order": [
18 [
19 "position",
20 "top",
21 "right",
22 "bottom",
23 "left",
24 "z-index",
25 "display",
26 "float",
27 "width",
28 "min-width",
29 "max-width",
30 "height",
31 "min-height",
32 "max-height",
33 "-webkit-box-sizing",
34 "-moz-box-sizing",
35 "box-sizing",
36 "-webkit-appearance",
37 "padding",
38 "padding-top",
39 "padding-right",
40 "padding-bottom",
41 "padding-left",
42 "margin",
43 "margin-top",
44 "margin-right",
45 "margin-bottom",
46 "margin-left",
47 "overflow",
48 "overflow-x",
49 "overflow-y",
50 "-webkit-overflow-scrolling",
51 "-ms-overflow-x",
52 "-ms-overflow-y",
53 "-ms-overflow-style",
54 "clip",
55 "clear",
56 "font",
57 "font-family",
58 "font-size",
59 "font-style",
60 "font-weight",
61 "font-variant",
62 "font-size-adjust",
63 "font-stretch",
64 "font-effect",
65 "font-emphasize",
66 "font-emphasize-position",
67 "font-emphasize-style",
68 "font-smooth",
69 "-webkit-hyphens",
70 "-moz-hyphens",
71 "hyphens",
72 "line-height",
73 "color",
74 "text-align",
75 "-webkit-text-align-last",
76 "-moz-text-align-last",
77 "-ms-text-align-last",
78 "text-align-last",
79 "text-emphasis",
80 "text-emphasis-color",
81 "text-emphasis-style",
82 "text-emphasis-position",
83 "text-decoration",
84 "text-indent",
85 "text-justify",
86 "text-outline",
87 "-ms-text-overflow",
88 "text-overflow",
89 "text-overflow-ellipsis",
90 "text-overflow-mode",
91 "text-shadow",
92 "text-transform",
93 "text-wrap",
94 "-webkit-text-size-adjust",
95 "-ms-text-size-adjust",
96 "letter-spacing",
97 "-ms-word-break",
98 "word-break",
99 "word-spacing",
100 "-ms-word-wrap",
101 "word-wrap",
102 "-moz-tab-size",
103 "-o-tab-size",
104 "tab-size",
105 "white-space",
106 "vertical-align",
107 "list-style",
108 "list-style-position",
109 "list-style-type",
110 "list-style-image",
111 "pointer-events",
112 "cursor",
113 "visibility",
114 "zoom",
115 "flex-direction",
116 "flex-order",
117 "flex-pack",
118 "flex-align",
119 "table-layout",
120 "empty-cells",
121 "caption-side",
122 "border-spacing",
123 "border-collapse",
124 "content",
125 "quotes",
126 "counter-reset",
127 "counter-increment",
128 "resize",
129 "-webkit-user-select",
130 "-moz-user-select",
131 "-ms-user-select",
132 "-o-user-select",
133 "user-select",
134 "nav-index",
135 "nav-up",
136 "nav-right",
137 "nav-down",
138 "nav-left",
139 "background",
140 "background-color",
141 "background-image",
142 "-ms-filter:\\'progid:DXImageTransform.Microsoft.gradient",
143 "filter:progid:DXImageTransform.Microsoft.gradient",
144 "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader",
145 "filter",
146 "background-repeat",
147 "background-attachment",
148 "background-position",
149 "background-position-x",
150 "background-position-y",
151 "-webkit-background-clip",
152 "-moz-background-clip",
153 "background-clip",
154 "background-origin",
155 "-webkit-background-size",
156 "-moz-background-size",
157 "-o-background-size",
158 "background-size",
159 "border",
160 "border-color",
161 "border-style",
162 "border-width",
163 "border-top",
164 "border-top-color",
165 "border-top-style",
166 "border-top-width",
167 "border-right",
168 "border-right-color",
169 "border-right-style",
170 "border-right-width",
171 "border-bottom",
172 "border-bottom-color",
173 "border-bottom-style",
174 "border-bottom-width",
175 "border-left",
176 "border-left-color",
177 "border-left-style",
178 "border-left-width",
179 "border-radius",
180 "border-top-left-radius",
181 "border-top-right-radius",
182 "border-bottom-right-radius",
183 "border-bottom-left-radius",
184 "-webkit-border-image",
185 "-moz-border-image",
186 "-o-border-image",
187 "border-image",
188 "-webkit-border-image-source",
189 "-moz-border-image-source",
190 "-o-border-image-source",
191 "border-image-source",
192 "-webkit-border-image-slice",
193 "-moz-border-image-slice",
194 "-o-border-image-slice",
195 "border-image-slice",
196 "-webkit-border-image-width",
197 "-moz-border-image-width",
198 "-o-border-image-width",
199 "border-image-width",
200 "-webkit-border-image-outset",
201 "-moz-border-image-outset",
202 "-o-border-image-outset",
203 "border-image-outset",
204 "-webkit-border-image-repeat",
205 "-moz-border-image-repeat",
206 "-o-border-image-repeat",
207 "border-image-repeat",
208 "outline",
209 "outline-width",
210 "outline-style",
211 "outline-color",
212 "outline-offset",
213 "-webkit-box-shadow",
214 "-moz-box-shadow",
215 "box-shadow",
216 "filter:progid:DXImageTransform.Microsoft.Alpha(Opacity",
217 "-ms-filter:\\'progid:DXImageTransform.Microsoft.Alpha",
218 "opacity",
219 "-ms-interpolation-mode",
220 "-webkit-transition",
221 "-moz-transition",
222 "-ms-transition",
223 "-o-transition",
224 "transition",
225 "-webkit-transition-delay",
226 "-moz-transition-delay",
227 "-ms-transition-delay",
228 "-o-transition-delay",
229 "transition-delay",
230 "-webkit-transition-timing-function",
231 "-moz-transition-timing-function",
232 "-ms-transition-timing-function",
233 "-o-transition-timing-function",
234 "transition-timing-function",
235 "-webkit-transition-duration",
236 "-moz-transition-duration",
237 "-ms-transition-duration",
238 "-o-transition-duration",
239 "transition-duration",
240 "-webkit-transition-property",
241 "-moz-transition-property",
242 "-ms-transition-property",
243 "-o-transition-property",
244 "transition-property",
245 "-webkit-transform",
246 "-moz-transform",
247 "-ms-transform",
248 "-o-transform",
249 "transform",
250 "-webkit-transform-origin",
251 "-moz-transform-origin",
252 "-ms-transform-origin",
253 "-o-transform-origin",
254 "transform-origin",
255 "-webkit-animation",
256 "-moz-animation",
257 "-ms-animation",
258 "-o-animation",
259 "animation",
260 "-webkit-animation-name",
261 "-moz-animation-name",
262 "-ms-animation-name",
263 "-o-animation-name",
264 "animation-name",
265 "-webkit-animation-duration",
266 "-moz-animation-duration",
267 "-ms-animation-duration",
268 "-o-animation-duration",
269 "animation-duration",
270 "-webkit-animation-play-state",
271 "-moz-animation-play-state",
272 "-ms-animation-play-state",
273 "-o-animation-play-state",
274 "animation-play-state",
275 "-webkit-animation-timing-function",
276 "-moz-animation-timing-function",
277 "-ms-animation-timing-function",
278 "-o-animation-timing-function",
279 "animation-timing-function",
280 "-webkit-animation-delay",
281 "-moz-animation-delay",
282 "-ms-animation-delay",
283 "-o-animation-delay",
284 "animation-delay",
285 "-webkit-animation-iteration-count",
286 "-moz-animation-iteration-count",
287 "-ms-animation-iteration-count",
288 "-o-animation-iteration-count",
289 "animation-iteration-count",
290 "-webkit-animation-direction",
291 "-moz-animation-direction",
292 "-ms-animation-direction",
293 "-o-animation-direction",
294 "animation-direction"
295 ]
296 ]
297 }
1 {
2 "adjoining-classes": false,
3 "box-sizing": false,
4 "box-model": false,
5 "compatible-vendor-prefixes": false,
6 "fallback-colors": false,
7 "font-sizes": false,
8 "important": false,
9 "known-properties": false,
10 "outline-none": false,
11 "qualified-headings": false,
12 "unique-headings": false,
13 "universal-selector": false,
14 "unqualified-attributes": false
15 }