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

label {
	font-weight:bold;
}

.ui-column-title {
	font-weight:bold;
}


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

.ui-sidebar-close {
    float: left;
    padding: 5px;
}

.gridPanelNoBorder.ui-panelgrid>*>tr,
.gridPanelNoBorder.ui-panelgrid .ui-panelgrid-cell {
    border: none;
}

label {
	 font-weight: bold !important;
}     

/* Main Container -  this controls the size of the circle */
.circle_container
{
	float: right;
	width : 75px;
	height : 75px;
	border-radius: 500px;
/*	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;
}

.fc-event {
    cursor: pointer;
}     

.fc-day-grid-container {
	height:100% !important;
}

.fc-day-grid-event .fc-content .fc-title{
    white-space: normal;
}

.ui-treenode-label {
	width:100% !important;
}

.noPanelBorder 
{
	border: none !important;
}

.layout-topbar-colored .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li > a {
	font-size: 14px;
}

@media only screen and (min-width: 768px) {
	
    /* tablets and desktop */
    .ridestatsHeader {
      	font-size: 3.6em; 
      	text-align: left; 
      	color: white; 
      	margin: 0; 
      	padding: 30px 5px 5px 5px; 
      	float: left;
    }
    
    .ridestatsTopBar {
         width:100%;
         height:30%;
         -webkit-box-shadow: none;
	     -moz-box-shadow: none;
	     box-shadow: none;
     }
    
    .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;
	}

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

}

@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 */
		}  
    
      .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: 60px;
     	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-content {
     	padding: 0px;
    }
    
    .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: 60px; 
  		background-size: 100% 60px cover; 
    }
    

} 

@media only screen and (max-width: 480px) {
   	.hideOnMobile {
		display:none !important; 
	}

}

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


