﻿/*
/  The following entries allow you to customize the home page of Jenzabar Mobile.
/  The logo at the top of the home page is an image named home_logo.png and resides
/  in the \ClientConfig\HtmlContent\Images directory.
/  Replace this image with your own of the same name.
*/

#homeScreen
{    
	text-align: center;
	background-color: #d9d9d9;
	background-image:  -webkit-linear-gradient(#bababa,#bababa);
	background-image:  -moz-linear-gradient(#bababa,#bababa);
	background-image:  -ms-linear-gradient(#bababa,#bababa);
	background-image:  -o-linear-gradient(#bababa,#bababa);
	background-image:  linear-gradient(#bababa,#bababa);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.backgroundImage
{
}

#homeLogo
{
	margin: 15px auto;
}

/*
/  The following entries allow you to customize the main logo that resides on all
/  Jenzabar Mobile pages (except the home page). The logo at the top of these pages
/  is an image named main_logo.png and resides in the \ClientConfig\HtmlContent\Images directory.
/  Replace this image with your own of the same name. Adjust the #mainlogo sizes and
/  the #gloval-nav height to match the update image size.
*/

#global-nav
{
	text-align: center;
	background-color: #d9d9d9;
	height: 43px;
	padding: 5px 5px 5px 5px;
	background-image: -webkit-linear-gradient(#bababa,#bababa);
	background-image:    -moz-linear-gradient(#bababa,#bababa);
	background-image:     -ms-linear-gradient(#bababa,#bababa);
	background-image:      -o-linear-gradient(#bababa,#bababa);
	background-image:         linear-gradient(#bababa,#bababa);
}

#mainlogo
{
	text-align: center;
	height: 35px;
	width: 168px;
	margin: 5px 5px;
}

/** Colored Icons **/

.ui-color-icon .ui-icon-carat-l:after,
.ui-color-icon.ui-icon-carat-l:after 
{
	background-image: url(images/icons/carat-l-color.png);
}

.ui-color-icon .ui-icon-carat-r:after,
.ui-color-icon.ui-icon-carat-r:after 
{
	background-image: url(images/icons/carat-r-color.png);
}

.ui-color-icon .ui-icon-gear:after,
.ui-color-icon.ui-icon-gear:after 
{
	background-image: url(images/icons/gear-color.png);
}

.ui-color-icon .ui-icon-grid:after,
.ui-color-icon.ui-icon-grid:after
{
	background-image: url(images/icons/grid-color.png);
}

/* End Colored Icons */

/* Begin GCC Selector Overrides */

.powered {
    font-size: 0px;
    background-color: rgba(0,0,0,0);
}

.GCClogo {
  position: relative;
}
  
.GCCpowered {
  font-size: 10px;
  text-shadow: none;
  display: inline;
   -webkit-border-radius: 9px;
  border-radius: 9px;
  padding: 4px 8px;
  text-align: center;
}

/* End GCC Selector Overrides */
