@CHARSET "UTF-8";

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

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

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

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

.newbanner {
 background-size: cover;
 background-position: center;
 padding-bottom: 10%;
}

/* Set this to ensure that the top bar pushes down the layout and does not overlap. 
This isn't the case on the admin side */
.layout-wrapper .topbar {
	position: fixed;
}


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

.animated .ui-progressbar-value { 
    background-image: url("/stats/pages/javax.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;
	
	/*border : 1px solid green;*/
}

/* 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) {
	
    .ridestatsSidebar {
 		width:100% !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;
	}
    
    .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;
    }

}

@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;
		}
    
      .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; 
    }

} 

@media only screen and (max-width: 480px) {
    .layout-wrapper .layout-content {
  		padding: 0px 5px 0px 5px !important;
	}
	
	.hideOnMobile {
		display:none !important; 
	}
	
	.ui-wizard-step-title {
    	font-size: .8em;
    }

}

@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 */
	}
  
    .ridestatsSidebar {
		width:100%;
		min-width: 100%;
		max-width: 100%;
		font-size: 10px;
		overflow: scroll;
		top: 0px !important;
  	    overflow-y: scroll; /* has to be scroll, not auto */
  		-webkit-overflow-scrolling: touch;
  		position:absolute;
  		-webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	}
}

.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;
}

.date {
    width: 65px;
    height: 80px;
    background: #fcfcfc;
    background: linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
    background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.date p {
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    color: #3f3f3f;
}

.date p span {
    background: #d10000;
    background: linear-gradient(top, #d10000 0%, #7a0909 100%);
    background: -moz-linear-gradient(top, #d10000 0%, #7a0909 100%);
    background: -webkit-linear-gradient(top, #d10000 0%, #7a0909 100%);
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    display: block;
    border-top: 3px solid;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    padding: 6px 0 6px 0;
}

@-moz-document url-prefix() {
    .date {
        padding: 16px 0 0 0;
    }

    .date p span {
        padding: 9px 0 3px 0;
    }
}

.header-push {
	padding:5px;
}

