@CHARSET "UTF-8";

/*
.layout-wrapper  {
   margin: 0 auto !important;
}

.layout-wrapper .layout-content {
  padding: 60px 5px 0px 5px !important;
  margin-left: 5px; 
}
*/

.whatsUpClass {
  padding-bottom: 10px;
}

.fc-h-event .fc-event-title {
    white-space: normal;
}

.fc-h-event .fc-event-time {
    max-width: 100%;
    overflow: visible;
}

.customeightwide {
	min-width: 8% !important;
}

.animated .ui-progressbar-value { 
    background-image: url("/stats/pages/jakarta.faces.resource/images/progress.gif?ln=app");
}

.offscreen {
    position: absolute;
    left: -999em;
}

locationAddressCell {
	display: inline-block;
	margin:1em;
}

/* Main Container -  this controls the size of the circle */
.circle_container
{
	float: right;
	width : 75px;
	height : 75px;
	margin : 0;
	padding : 0;
/*	border : 1px solid red; */
}

/* Circle Main draws the actual circle */
.circle_main
{
	width : 100%;
	height : 100%;
	border-radius : 50%;
	margin : 0;
	padding : 0;
}

/* Circle Text Container - constrains text area to within the circle */
.circle_text_container
{
	/* area constraints */
	width : 70%;
	height : 70%;
	max-width : 70%;
	max-height : 70%;
	margin : 0;
	padding : 0;

	/* some position nudging to center the text area */
	position : relative;
	left : 15%;
	top : 15%;
	
	/* preserve 3d prevents blurring sometimes caused by the text centering in the next class */
	transform-style : preserve-3d;
}

/* Circle Text - the appearance of the text within the circle plus vertical centering */
.circle_text
{
	/* change font/size/etc here */
	font: 11px "Tahoma", Arial, Serif;	
	text-align : center;
	font-weight: bold;
	color: white !important;
	
	/* vertical centering technique */
	position : relative;
	top : 50%;
	transform : translateY(-50%);
}

.circle_text a {
	color: white !important;
}

@media only screen and (min-width: 768px) {
	.ridestatsWidgetCentering {
		text-align:left;
	}
	
	.ridestatsWidgetDateBadge {
		margin: auto;
	}
	
    .ridestatsSidebar {
 		width:33% !important;
 		top:0px !important;
 		left:0px !important;
 		height:100% !important;
 	    overflow:scroll;
  	    max-height:100%; 
  	    margin-right:5px;
  	    margin-left:5px;
  	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	}
	
	.layout-wrapper .layout-sidebar {
    	top:150px !important;
    }
    
    .layout-wrapper .topbar #menu-button  {
    	  margin-top: 90px;
    }

    .hideOnDesktop {
    	display: none !important;
    }
}

.ui-dialog .ui-dialog-titlebar-close {
	float:left;
}

@media only screen and (max-width: 767px) {
    /* phones */
  	html {
  	  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
	}
   
    .ridestatsDesktop {
 		display: none !important;    	 
    }
    
    .layout-wrapper .layout-content {
  		padding: 0px 5px 0px 5px !important;
	}
	
	.ridestatsWidgetCentering {
		text-align:center;
	}
	
	.ridestatsWidgetDateBadge {
		margin:auto;
	}
    
    .ridestatsTopBar {
         width:100%;
         height:100%;
         -webkit-box-shadow: none;
	     -moz-box-shadow: none;
	     box-shadow: none;
	    margin-right:5px;
  	    margin-left:5px;
     }
    
    .ridestatsHeader {
      	font-size: 1.8em; 
      	text-align: left; 
      	color: white; 
      	margin: 0; 
      	padding: 0px 5px 5px 5px; 
      	float: left;
    }
    
    .layout-wrapper .topbar {
     	height: 0px;
     	margin-top:0px;
     	top: 0px;
     	background-size: 100% 60px cover; 
    }
    
    .layout-wrapper .topbar #menu-button  {
    	  margin-top:0px;
    	  height: 60px;
    	  line-height: 60px;
    }
    
    .layout-wrapper .topbar #menu-button span {
      font-size: 24px;
    }
    
    .layout-wrapper .layout-sidebar {
    	top:60px !important;
    }
  
    .ridestatsSidebar {
        width:100%;	    
 		overflow:scroll;
  	    max-height:100%; 
  	    margin-right:5px;
  	    margin-left:5px;
  	    position:absolute;
  	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	    font-size:12px;
	}
	
	.layout-wrapper .topbar {
     	height: 0px; 
  		background-size: 100% 60px cover; 
    }
    
    .ui-wizard-step-title {
    	font-size: .8em;
    }
    
    .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button {
    	background: gray;
    }
    
    .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button {
    	background: gray;
    }
    
   .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button {
    	background: gray;
    }

	.layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button {
    	background: gray;
	}

}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    /* portrait phones */
	  	html {
	  	  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
		}  

	    .layout-wrapper .layout-content {
	  		padding: 0px 5px 0px 5px !important;
		}
  
	  	.ridestatsWidgetCentering {
			text-align:center;
		}
		
		.ridestatsWidgetDateBadge {
			margin:auto;
		}
    
      .ridestatsNoPortaitPhone {
     	 display: none !important;    
      }
      
      .ridestatsDesktop { 
 		display: none !important;    	 
      } 
     
     .ridestatsTopBar {
         width:100%;
         height:100%;
     }
    
    .ridestatsHeader {
      	font-size: 1.8em; 
      	text-align: left; 
      	color: white; 
      	margin: 0; 
      	padding: 0px 5px 5px 5px; 
      	float: left;
    }
    
    .layout-wrapper .topbar {
     	height: 0px;
     	top:0px;
    }
    
    .layout-wrapper .topbar #menu-button  {
    	  margin-top:0px;
    	  height: 60px;
    	  line-height: 60px;
    }
    
    .layout-wrapper .topbar #menu-button span {
      font-size: 24px;
    }
    
    .layout-wrapper .layout-sidebar {
    	top:60px;
    }
    
    .ridestatsSidebar {
 		min-width:100%;
 		max-width:100%;
 		width:1px;
 	    overflow:scroll;
  	    max-height:100%; 
  	    top: 0px !important;
  	    -webkit-overflow-scrolling: touch;
  	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	    font-size:12px;
	}
	
	.layout-wrapper .topbar {
     	height: 0px; 
  		background-size: 100% 60px cover; 
    }
    
    .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button {
    	background: gray;
    }
    
    .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button {
    	background: gray;
    }
    
   .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button {
    	background: gray;
    }

	.layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button {
    	background: gray;
	}

} 

@media only screen and (max-width: 480px) {
    .layout-wrapper .layout-content {
  		padding: 0px 5px 0px 5px !important;
	}
	
	.ridestatsWidgetCentering {
		text-align:center;
	}
	
	.ridestatsWidgetDateBadge {
		margin:auto;
	}
	
	.hideOnMobile {
		display:none !important; 
	}
	
	.ui-wizard-step-title {
    	font-size: .8em;
    }
    
    .layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button {
    	background: gray;
    }
    
    .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button {
    	background: gray;
    }
    
   .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button {
    	background: gray;
    }

	.layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button {
    	background: gray;
	}

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation: portrait){
  	html {
  	  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
	}
	
	.ridestatsWidgetCentering {
		text-align:center;
	}
	
	.ridestatsWidgetDateBadge {
		margin:auto;
	}
  
    .ridestatsSidebar {
		width:100%;
		min-width: 100%;
		max-width: 100%;
		font-size: 10px;
		overflow: scroll;
  	    overflow-y: scroll; /* has to be scroll, not auto */
  		-webkit-overflow-scrolling: touch;
  		position:fixed;
  		-webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	}
	
	.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button {
    	background: gray;
    }
    
    .layout-topbar-dim .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button {
    	background: gray;
    }
    
   .layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button-wrapper .menu-button {
    	background: gray;
    }

	.layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .menu-button {
    	background: gray;
	}
}

.ui-g .ui-panel-content {
	width:100%;
	padding:0 !important;
}

.ui-g-12 .ui-panel-content {
	width:100%;
	padding:0 !important;
}

.redTextBold {
	color: #DC143C;
	font-weight: bold;
}

.my-slider {
    text-align: center;
}

#eventDialog {
    overflow-y:auto;
}