| 
									
										
										
										
											2015-03-31 12:17:41 +01:00
										 |  |  | .fa-nav-icons { | 
					
						
							| 
									
										
										
										
											2015-04-22 14:53:30 +01:00
										 |  |  |     color: #383637; | 
					
						
							| 
									
										
										
										
											2015-03-26 23:51:13 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .fa-col-success { | 
					
						
							|  |  |  |     color: #3c763d; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .fa-col-info { | 
					
						
							|  |  |  |     color: #31708f; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .fa-col-primary { | 
					
						
							|  |  |  |     color: #357ebd; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-19 17:18:39 +01:00
										 |  |  | .fa-col-danger { | 
					
						
							|  |  |  |     color: #e30613; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-21 13:24:05 +02:00
										 |  |  | .icon-theme { | 
					
						
							|  |  |  |     color: black; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-01 11:02:18 -03:00
										 |  |  | .pace { | 
					
						
							|  |  |  |   -webkit-pointer-events: none; | 
					
						
							|  |  |  |   pointer-events: none; | 
					
						
							|  |  |  |   -webkit-user-select: none; | 
					
						
							|  |  |  |   -moz-user-select: none; | 
					
						
							|  |  |  |   user-select: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .pace-inactive { | 
					
						
							|  |  |  |   display: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .pace .pace-progress { | 
					
						
							|  |  |  |   background: #29d; | 
					
						
							|  |  |  |   position: fixed; | 
					
						
							|  |  |  |   z-index: 2000; | 
					
						
							|  |  |  |   top: 0; | 
					
						
							|  |  |  |   right: 100%; | 
					
						
							|  |  |  |   width: 100%; | 
					
						
							|  |  |  |   height: 2px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .pace .pace-progress-inner { | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  |   position: absolute; | 
					
						
							|  |  |  |   right: 0px; | 
					
						
							|  |  |  |   width: 100px; | 
					
						
							|  |  |  |   height: 100%; | 
					
						
							|  |  |  |   box-shadow: 0 0 10px #29d, 0 0 5px #29d; | 
					
						
							|  |  |  |   opacity: 1.0; | 
					
						
							|  |  |  |   -webkit-transform: rotate(3deg) translate(0px, -4px); | 
					
						
							|  |  |  |   -moz-transform: rotate(3deg) translate(0px, -4px); | 
					
						
							|  |  |  |   -ms-transform: rotate(3deg) translate(0px, -4px); | 
					
						
							|  |  |  |   -o-transform: rotate(3deg) translate(0px, -4px); | 
					
						
							|  |  |  |   transform: rotate(3deg) translate(0px, -4px); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .pace .pace-activity { | 
					
						
							|  |  |  |   display: block; | 
					
						
							|  |  |  |   position: fixed; | 
					
						
							|  |  |  |   z-index: 2000; | 
					
						
							|  |  |  |   top: 16px; | 
					
						
							|  |  |  |   right: 45px; | 
					
						
							|  |  |  |   width: 20px; | 
					
						
							|  |  |  |   height: 20px; | 
					
						
							|  |  |  |   border: solid 2px transparent; | 
					
						
							|  |  |  |   border-top-color: #29d; | 
					
						
							|  |  |  |   border-left-color: #29d; | 
					
						
							|  |  |  |   border-radius: 10px; | 
					
						
							|  |  |  |   -webkit-animation: pace-spinner 400ms linear infinite; | 
					
						
							|  |  |  |   -moz-animation: pace-spinner 400ms linear infinite; | 
					
						
							|  |  |  |   -ms-animation: pace-spinner 400ms linear infinite; | 
					
						
							|  |  |  |   -o-animation: pace-spinner 400ms linear infinite; | 
					
						
							|  |  |  |   animation: pace-spinner 400ms linear infinite; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @-webkit-keyframes pace-spinner { | 
					
						
							|  |  |  |   0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } | 
					
						
							|  |  |  |   100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | @-moz-keyframes pace-spinner { | 
					
						
							|  |  |  |   0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } | 
					
						
							|  |  |  |   100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | @-o-keyframes pace-spinner { | 
					
						
							|  |  |  |   0% { -o-transform: rotate(0deg); transform: rotate(0deg); } | 
					
						
							|  |  |  |   100% { -o-transform: rotate(360deg); transform: rotate(360deg); } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | @-ms-keyframes pace-spinner { | 
					
						
							| 
									
										
										
										
											2016-08-13 05:12:05 +03:00
										 |  |  |   0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } | 
					
						
							| 
									
										
										
										
											2015-05-01 11:02:18 -03:00
										 |  |  |   100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | @keyframes pace-spinner { | 
					
						
							|  |  |  |   0% { transform: rotate(0deg); transform: rotate(0deg); } | 
					
						
							|  |  |  |   100% { transform: rotate(360deg); transform: rotate(360deg); } | 
					
						
							| 
									
										
										
										
											2015-05-19 17:18:39 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2016-08-12 22:51:29 +03:00
										 |  |  | 
 |