541 lines
		
	
	
		
			8.3 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
		
		
			
		
	
	
			541 lines
		
	
	
		
			8.3 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
| 
								 | 
							
								.italic {
							 | 
						||
| 
								 | 
							
								  font-style: italic !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.bold,
							 | 
						||
| 
								 | 
							
								.strong {
							 | 
						||
| 
								 | 
							
								  font-weight: bold !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.normal {
							 | 
						||
| 
								 | 
							
								  font-weight: normal !important;
							 | 
						||
| 
								 | 
							
								  text-transform: none !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.underline {
							 | 
						||
| 
								 | 
							
								  text-decoration: underline;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.lowercase {
							 | 
						||
| 
								 | 
							
								  text-transform: lowercase;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.capitalize {
							 | 
						||
| 
								 | 
							
								  text-transform: capitalize;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.uppercase {
							 | 
						||
| 
								 | 
							
								  text-transform: uppercase;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.tal,
							 | 
						||
| 
								 | 
							
								.ta-left {
							 | 
						||
| 
								 | 
							
								  text-align: left !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.tac,
							 | 
						||
| 
								 | 
							
								.ta-center {
							 | 
						||
| 
								 | 
							
								  text-align: center !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.tar,
							 | 
						||
| 
								 | 
							
								.ta-right {
							 | 
						||
| 
								 | 
							
								  text-align: right !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.vab {
							 | 
						||
| 
								 | 
							
								  vertical-align: bottom;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.f10 {
							 | 
						||
| 
								 | 
							
								  font-size: 10px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.f11 {
							 | 
						||
| 
								 | 
							
								  font-size: 11px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.f12 {
							 | 
						||
| 
								 | 
							
								  font-size: 12px !important;
							 | 
						||
| 
								 | 
							
								  line-height: 18px;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.f14 {
							 | 
						||
| 
								 | 
							
								  font-size: 14px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.f16 {
							 | 
						||
| 
								 | 
							
								  font-size: 16px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.f18 {
							 | 
						||
| 
								 | 
							
								  font-size: 18px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.f22 {
							 | 
						||
| 
								 | 
							
								  font-size: 22px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.f26 {
							 | 
						||
| 
								 | 
							
								  font-size: 26px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.o1 {
							 | 
						||
| 
								 | 
							
								  opacity: .1 !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.o2 {
							 | 
						||
| 
								 | 
							
								  opacity: .2 !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.o3 {
							 | 
						||
| 
								 | 
							
								  opacity: .3 !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.o4 {
							 | 
						||
| 
								 | 
							
								  opacity: .4 !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.o5 {
							 | 
						||
| 
								 | 
							
								  opacity: .5 !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.o6 {
							 | 
						||
| 
								 | 
							
								  opacity: .6 !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.o7 {
							 | 
						||
| 
								 | 
							
								  opacity: .7 !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.o8 {
							 | 
						||
| 
								 | 
							
								  opacity: .8 !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.o9 {
							 | 
						||
| 
								 | 
							
								  opacity: .9 !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad0 {
							 | 
						||
| 
								 | 
							
								  padding: 0 !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad10 {
							 | 
						||
| 
								 | 
							
								  padding: 10px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad10tb {
							 | 
						||
| 
								 | 
							
								  padding-top: 10px !important;
							 | 
						||
| 
								 | 
							
								  padding-bottom: 10px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad10t {
							 | 
						||
| 
								 | 
							
								  padding-top: 10px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad10b {
							 | 
						||
| 
								 | 
							
								  padding-bottom: 10px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad10lr {
							 | 
						||
| 
								 | 
							
								  padding-left: 10px !important;
							 | 
						||
| 
								 | 
							
								  padding-right: 10px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad10l {
							 | 
						||
| 
								 | 
							
								  padding-left: 10px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad10r {
							 | 
						||
| 
								 | 
							
								  padding-right: 10px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad20 {
							 | 
						||
| 
								 | 
							
								  padding: 20px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad20tb {
							 | 
						||
| 
								 | 
							
								  padding-top: 20px !important;
							 | 
						||
| 
								 | 
							
								  padding-bottom: 20px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad20t {
							 | 
						||
| 
								 | 
							
								  padding-top: 20px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad20b {
							 | 
						||
| 
								 | 
							
								  padding-bottom: 20px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad20lr {
							 | 
						||
| 
								 | 
							
								  padding-left: 20px !important;
							 | 
						||
| 
								 | 
							
								  padding-right: 20px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad20l {
							 | 
						||
| 
								 | 
							
								  padding-left: 20px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad20r {
							 | 
						||
| 
								 | 
							
								  padding-right: 20px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad30 {
							 | 
						||
| 
								 | 
							
								  padding: 30px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad30tb {
							 | 
						||
| 
								 | 
							
								  padding-top: 30px !important;
							 | 
						||
| 
								 | 
							
								  padding-bottom: 30px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad30t {
							 | 
						||
| 
								 | 
							
								  padding-top: 30px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad30b {
							 | 
						||
| 
								 | 
							
								  padding-bottom: 30px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad30lr {
							 | 
						||
| 
								 | 
							
								  padding-left: 30px !important;
							 | 
						||
| 
								 | 
							
								  padding-right: 30px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad30l {
							 | 
						||
| 
								 | 
							
								  padding-left: 30px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad30r {
							 | 
						||
| 
								 | 
							
								  padding-right: 30px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad40 {
							 | 
						||
| 
								 | 
							
								  padding: 40px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad40tb {
							 | 
						||
| 
								 | 
							
								  padding-top: 40px !important;
							 | 
						||
| 
								 | 
							
								  padding-bottom: 40px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad40t {
							 | 
						||
| 
								 | 
							
								  padding-top: 40px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad40b {
							 | 
						||
| 
								 | 
							
								  padding-bottom: 40px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad40lr {
							 | 
						||
| 
								 | 
							
								  padding-left: 40px !important;
							 | 
						||
| 
								 | 
							
								  padding-right: 40px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad40l {
							 | 
						||
| 
								 | 
							
								  padding-left: 40px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pad40r {
							 | 
						||
| 
								 | 
							
								  padding-right: 40px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar0 {
							 | 
						||
| 
								 | 
							
								  margin: 0 !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar0a {
							 | 
						||
| 
								 | 
							
								  margin: 0 auto !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mara {
							 | 
						||
| 
								 | 
							
								  margin-left: auto !important;
							 | 
						||
| 
								 | 
							
								  margin-right: auto !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar10 {
							 | 
						||
| 
								 | 
							
								  margin: 10px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar10tb {
							 | 
						||
| 
								 | 
							
								  margin-top: 10px !important;
							 | 
						||
| 
								 | 
							
								  margin-bottom: 10px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar10t {
							 | 
						||
| 
								 | 
							
								  margin-top: 10px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar10b {
							 | 
						||
| 
								 | 
							
								  margin-bottom: 10px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar10lr {
							 | 
						||
| 
								 | 
							
								  margin-left: 10px !important;
							 | 
						||
| 
								 | 
							
								  margin-right: 10px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar10l {
							 | 
						||
| 
								 | 
							
								  margin-left: 10px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar10r {
							 | 
						||
| 
								 | 
							
								  margin-right: 10px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar20 {
							 | 
						||
| 
								 | 
							
								  margin: 20px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar20tb {
							 | 
						||
| 
								 | 
							
								  margin-top: 20px !important;
							 | 
						||
| 
								 | 
							
								  margin-bottom: 20px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar20t {
							 | 
						||
| 
								 | 
							
								  margin-top: 20px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar20b {
							 | 
						||
| 
								 | 
							
								  margin-bottom: 20px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar20lr {
							 | 
						||
| 
								 | 
							
								  margin-left: 20px !important;
							 | 
						||
| 
								 | 
							
								  margin-right: 20px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar20l {
							 | 
						||
| 
								 | 
							
								  margin-left: 20px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar20r {
							 | 
						||
| 
								 | 
							
								  margin-right: 20px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar30 {
							 | 
						||
| 
								 | 
							
								  margin: 30px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar30tb {
							 | 
						||
| 
								 | 
							
								  margin-top: 30px !important;
							 | 
						||
| 
								 | 
							
								  margin-bottom: 30px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar30t {
							 | 
						||
| 
								 | 
							
								  margin-top: 30px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar30b {
							 | 
						||
| 
								 | 
							
								  margin-bottom: 30px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar30lr {
							 | 
						||
| 
								 | 
							
								  margin-left: 30px !important;
							 | 
						||
| 
								 | 
							
								  margin-right: 30px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar30l {
							 | 
						||
| 
								 | 
							
								  margin-left: 30px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar30r {
							 | 
						||
| 
								 | 
							
								  margin-right: 30px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar50t {
							 | 
						||
| 
								 | 
							
								  margin-top: 50px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.mar50b {
							 | 
						||
| 
								 | 
							
								  margin-bottom: 50px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.max30 {
							 | 
						||
| 
								 | 
							
								  max-width: 30px  !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.max50 {
							 | 
						||
| 
								 | 
							
								  max-width: 50px  !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.max100 {
							 | 
						||
| 
								 | 
							
								  max-width: 100px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.max200 {
							 | 
						||
| 
								 | 
							
								  max-width: 200px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.max300 {
							 | 
						||
| 
								 | 
							
								  max-width: 300px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.max350 {
							 | 
						||
| 
								 | 
							
								  max-width: 350px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.max400 {
							 | 
						||
| 
								 | 
							
								  max-width: 400px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.max500 {
							 | 
						||
| 
								 | 
							
								  max-width: 500px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.max600 {
							 | 
						||
| 
								 | 
							
								  max-width: 600px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.max768 {
							 | 
						||
| 
								 | 
							
								  max-width: 768px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.max992 {
							 | 
						||
| 
								 | 
							
								  max-width: 992px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.max1100 {
							 | 
						||
| 
								 | 
							
								  max-width: 1100px !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.maxfull {
							 | 
						||
| 
								 | 
							
								  max-width: 100% !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.full {
							 | 
						||
| 
								 | 
							
								  width: 100%;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.overflow {
							 | 
						||
| 
								 | 
							
								  overflow: auto;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.fr {
							 | 
						||
| 
								 | 
							
								  float: right !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.fl {
							 | 
						||
| 
								 | 
							
								  float: left;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.fn {
							 | 
						||
| 
								 | 
							
								  float: none;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.d-b,
							 | 
						||
| 
								 | 
							
								.block {
							 | 
						||
| 
								 | 
							
								  display: block;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.d-i,
							 | 
						||
| 
								 | 
							
								.inline {
							 | 
						||
| 
								 | 
							
								  display: inline;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.d-ib {
							 | 
						||
| 
								 | 
							
								  display: inline-block;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.d-n,
							 | 
						||
| 
								 | 
							
								.none {
							 | 
						||
| 
								 | 
							
								  display: none !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pr {
							 | 
						||
| 
								 | 
							
								  position: relative;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pb {
							 | 
						||
| 
								 | 
							
								  position: absolute;
							 | 
						||
| 
								 | 
							
								  bottom: 0;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pal {
							 | 
						||
| 
								 | 
							
								  left: 0;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.par {
							 | 
						||
| 
								 | 
							
								  right: 0;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.ps {
							 | 
						||
| 
								 | 
							
								  position: static;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.pointer {
							 | 
						||
| 
								 | 
							
								  cursor: pointer;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.hidden {
							 | 
						||
| 
								 | 
							
								  position: absolute !important;
							 | 
						||
| 
								 | 
							
								  left: -10000px;
							 | 
						||
| 
								 | 
							
								  top: -10000px;
							 | 
						||
| 
								 | 
							
								  visibility: hidden;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.ir {
							 | 
						||
| 
								 | 
							
								  display: block;
							 | 
						||
| 
								 | 
							
								  text-indent: -999em;
							 | 
						||
| 
								 | 
							
								  overflow: hidden;
							 | 
						||
| 
								 | 
							
								  background-repeat: no-repeat;
							 | 
						||
| 
								 | 
							
								  text-align: left;
							 | 
						||
| 
								 | 
							
								  direction: ltr;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.visuallyhidden {
							 | 
						||
| 
								 | 
							
								  border: 0;
							 | 
						||
| 
								 | 
							
								  clip: rect(0 0 0 0);
							 | 
						||
| 
								 | 
							
								  height: 1px;
							 | 
						||
| 
								 | 
							
								  margin: -1px;
							 | 
						||
| 
								 | 
							
								  overflow: hidden;
							 | 
						||
| 
								 | 
							
								  padding: 0;
							 | 
						||
| 
								 | 
							
								  position: absolute;
							 | 
						||
| 
								 | 
							
								  width: 1px;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.invisible {
							 | 
						||
| 
								 | 
							
								  visibility: hidden;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.clearfix:before,
							 | 
						||
| 
								 | 
							
								.clearfix:after {
							 | 
						||
| 
								 | 
							
								  content: "\0020";
							 | 
						||
| 
								 | 
							
								  display: block;
							 | 
						||
| 
								 | 
							
								  height: 0;
							 | 
						||
| 
								 | 
							
								  visibility: hidden;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.clearfix:after {
							 | 
						||
| 
								 | 
							
								  clear: both;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.clearfix {
							 | 
						||
| 
								 | 
							
								  zoom: 1;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.no-border {
							 | 
						||
| 
								 | 
							
								  border: none !important;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								/*------------------------------------*\
							 | 
						||
| 
								 | 
							
								*
							 | 
						||
| 
								 | 
							
								*  #VARIABLES
							 | 
						||
| 
								 | 
							
								*
							 | 
						||
| 
								 | 
							
								\*------------------------------------*/
							 | 
						||
| 
								 | 
							
								/*------------------------------------*\
							 | 
						||
| 
								 | 
							
								*
							 | 
						||
| 
								 | 
							
								*  #MIXINS
							 | 
						||
| 
								 | 
							
								*
							 | 
						||
| 
								 | 
							
								\*------------------------------------*/
							 | 
						||
| 
								 | 
							
								/*------------------------------------*\
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  #INPUT FOR LABEL TO BE PLACEHOLDER
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								\*------------------------------------*/
							 | 
						||
| 
								 | 
							
								.j-input {
							 | 
						||
| 
								 | 
							
								  position: relative;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.j-input input {
							 | 
						||
| 
								 | 
							
								  background-color: transparent;
							 | 
						||
| 
								 | 
							
								  z-index: 1;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.j-input label {
							 | 
						||
| 
								 | 
							
								  font-weight: normal;
							 | 
						||
| 
								 | 
							
								  position: absolute;
							 | 
						||
| 
								 | 
							
								  left: 12px;
							 | 
						||
| 
								 | 
							
								  top: 0;
							 | 
						||
| 
								 | 
							
								  margin-top: 12px;
							 | 
						||
| 
								 | 
							
								  background-color: white;
							 | 
						||
| 
								 | 
							
								  color: $grayLight;
							 | 
						||
| 
								 | 
							
								  padding: 0 5px;
							 | 
						||
| 
								 | 
							
								  -webkit-transition: all 0.15s ease-in-out;
							 | 
						||
| 
								 | 
							
								  transition: all 0.15s ease-in-out;
							 | 
						||
| 
								 | 
							
								  line-height: initial;
							 | 
						||
| 
								 | 
							
								  z-index: 0;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.j-input input:focus + label,
							 | 
						||
| 
								 | 
							
								.j-input input.filled + label {
							 | 
						||
| 
								 | 
							
								  z-index: 2;
							 | 
						||
| 
								 | 
							
								  margin-top: -7px;
							 | 
						||
| 
								 | 
							
								  font-size: 12px;
							 | 
						||
| 
								 | 
							
								  color: #ccc;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								body {
							 | 
						||
| 
								 | 
							
								  overflow-x: hidden;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								/*------------------------------------*\
							 | 
						||
| 
								 | 
							
								*
							 | 
						||
| 
								 | 
							
								*  FOR GIVING APPS PERMISSION TO USE
							 | 
						||
| 
								 | 
							
								*  YOUR ACCOUNT INFORMATION
							 | 
						||
| 
								 | 
							
								*
							 | 
						||
| 
								 | 
							
								\*------------------------------------*/
							 | 
						||
| 
								 | 
							
								.authorization-dialog {
							 | 
						||
| 
								 | 
							
								  background-color: white;
							 | 
						||
| 
								 | 
							
								  min-height: 600px;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.authorization-dialog .authorization-card {
							 | 
						||
| 
								 | 
							
								  width: 320px;
							 | 
						||
| 
								 | 
							
								  margin: 0 auto;
							 | 
						||
| 
								 | 
							
								  background-color: white;
							 | 
						||
| 
								 | 
							
								  border-radius: 5px;
							 | 
						||
| 
								 | 
							
								  padding: 40px;
							 | 
						||
| 
								 | 
							
								  text-align: center;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.authorization-dialog .agent {
							 | 
						||
| 
								 | 
							
								  text-align: center;
							 | 
						||
| 
								 | 
							
								  white-space: nowrap;
							 | 
						||
| 
								 | 
							
								  overflow: hidden;
							 | 
						||
| 
								 | 
							
								  text-overflow: ellipsis;
							 | 
						||
| 
								 | 
							
								  font-size: 10px;
							 | 
						||
| 
								 | 
							
								  margin-bottom: 20px;
							 | 
						||
| 
								 | 
							
								  float: left;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.authorization-dialog .agent img {
							 | 
						||
| 
								 | 
							
								  display: block;
							 | 
						||
| 
								 | 
							
								  width: 100%;
							 | 
						||
| 
								 | 
							
								  margin: 0 auto 10px;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.authorization-dialog .agent span {
							 | 
						||
| 
								 | 
							
								  color: #999999;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.authorization-dialog .choose-account {
							 | 
						||
| 
								 | 
							
								  height: 30px;
							 | 
						||
| 
								 | 
							
								  margin-bottom: 20px;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.authorization-dialog .app-name {
							 | 
						||
| 
								 | 
							
								  color: #1e9ce5;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.authorization-dialog .permission-request {
							 | 
						||
| 
								 | 
							
								  font-size: 16px;
							 | 
						||
| 
								 | 
							
								  text-align: center;
							 | 
						||
| 
								 | 
							
								  margin-bottom: 20px;
							 | 
						||
| 
								 | 
							
								  clear: both;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.authorization-dialog .permission-list {
							 | 
						||
| 
								 | 
							
								  text-align: left;
							 | 
						||
| 
								 | 
							
								  padding-left: 15px;
							 | 
						||
| 
								 | 
							
								  font-size: 14px;
							 | 
						||
| 
								 | 
							
								  margin-top: 10px;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.authorization-dialog .permission-list .checkbox {
							 | 
						||
| 
								 | 
							
								  min-height: 0;
							 | 
						||
| 
								 | 
							
								  padding: 0;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.authorization-dialog .actions .btn {
							 | 
						||
| 
								 | 
							
								  margin-left: 10px;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.authorization-dialog .actions .btn:first-child {
							 | 
						||
| 
								 | 
							
								  margin-left: 0;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								@media only screen and (min-width: 600px) {
							 | 
						||
| 
								 | 
							
								  .authorization-dialog {
							 | 
						||
| 
								 | 
							
								    background-color: #f7f7f7;
							 | 
						||
| 
								 | 
							
								    padding: 50px;
							 | 
						||
| 
								 | 
							
								  }
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.landing-page .jumbotron {
							 | 
						||
| 
								 | 
							
								  background: #000000 url(../images/confectionary.png) repeat;
							 | 
						||
| 
								 | 
							
								  background-size: cover;
							 | 
						||
| 
								 | 
							
								  color: grey;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.landing-page .media-body {
							 | 
						||
| 
								 | 
							
								  height: 128px;
							 | 
						||
| 
								 | 
							
								  position: relative;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.landing-page .media-body a {
							 | 
						||
| 
								 | 
							
								  display: block;
							 | 
						||
| 
								 | 
							
								  float: left;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.landing-page .media-body a.link {
							 | 
						||
| 
								 | 
							
								  display: none;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.landing-page .media-body .desc {
							 | 
						||
| 
								 | 
							
								  color: #999999;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								.landing-page .media-body .btn {
							 | 
						||
| 
								 | 
							
								  position: absolute;
							 | 
						||
| 
								 | 
							
								  bottom: 0;
							 | 
						||
| 
								 | 
							
								}
							 |