@charset "utf-8";


label, label span { display : block; padding-bottom : 4px; }


/*-----*-----*-----*-----*----------------------------------------------*/
/*							  Management Menu							*/
/*----------------------------------------------*-----*-----*-----*-----*/
#mgmtMenu {
	float:left;
       position: relative;	/*	So .mgmtMenuShowHideLR Height Adjusts To #mgmtMenuContainer	*/
/* 	width:270px;		*/
	margin:0 20px 0 0;
	overflow:hidden;
	display:none;
}

#mgmtMenu a {
	color: #000;
}

#mgmtMenuContainer {
	float:left;
/*	width:250px;		*/
	overflow:hidden;
	display:none;
	opacity:0;
}

#mgmtMenu .mgmtMenuShowHideLR {
	float:left;	
	width:10px;
	/*	So The Height Adjusts To #mgmtMenuContainer	*/
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	/*	-----------------------------------------	*/
	opacity:0;

	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border:1px solid #AAA !important;
	background: url("../images/menuGrabber.png") center left no-repeat, #CCC ;
}






#mgmtMenu ul {
	float:left;
	width:250px;
	margin:0 !important;
	padding:0 !important;
}
#mgmtMenu ul li{
	float:left;
	white-space: nowrap;
	overflow:hidden;
	list-style: none;
	height:62px;
	width:100%;
	margin:0 !important;
	padding:0 !important;
	font: normal 1em 'Hind', sans-serif;
}

#mgmtMenu a,
#mgmtMenu span {
	float:left;
	white-space:nowrap;
}

#mgmtMenu .colorCode, .colorCode a {
	display:block;
	width:60px !important;
	height:62px !important;					
	margin:0 !important;
	padding:0 !important;
	border-right:1px solid rgba(128, 128, 128, .25);
}

.colorCode a {
	text-decoration:none;
}
.colorCode a:hover {
	text-decoration:none;
}


#mgmtMenu .visblLink {
	width:188px;
	line-height:60px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color:#000 !important;
}

#mgmtMenu .visblLink a {
	display:block;
	padding-left:20px !important;
	background:
}

.colorCode a,
.visblLink a,
.colorCode a:hover,
.visblLink a:hover {
	text-decoration:none;
}





#mgmtMenu .lang {
	margin-top:2px !important;
	margin-left:10px !important;
}


#mgmtMenu .lang {
	margin-top:3px !important;
}

#mgmtMenu .lang a {		/*	Button Like Links	*/
	width:25px;
	height:22px;
	text-align:center;
	margin-top:-1px !important;
}

.pressed {
	border-radius: 5px;
	-moz-border-radius: 5px;
	border-left:	2px solid #bd670b;	/*	Dark	*/
	border-top:		2px solid #bd670b;	/*	Dark	*/
	border-right:	1px solid #ffbd75;	/*	Light	*/
	border-bottom:	1px solid #ffbd75;	/*	Light	*/
	background-color:#e48825;
}	

.raised {
	border-radius: 5px;
	-moz-border-radius: 5px;
	border-left:	1px solid #ffbd75;	/*	Light	*/
	border-top:		1px solid #ffbd75;	/*	Light	*/
	border-right:	2px solid #bd670b;	/*	Dark	*/
	border-bottom:	2px solid #bd670b;	/*	Dark	*/
	background-color:#fcaa51;
}


/*--------------------------------------------------*/
/*	Menu Group Headers Hover Colors					*/
.mgmtGroupHeader {
	color:#000 !important;
	background: #666; transition:.3s;
}
.mgmtGroupHeader:hover {
	color:#EEE !important;
	background: #777; transition:.3s;
}


#mgmtMenu .mgmtMenuGroupHeader			{
	width:190px;
	padding-left:20px !important;
	line-height:60px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
} 



/*--------------------------------------------------*/
/*	Menu Group Items Hover Colors					*/
.mgmtItem {
	background: #E8E8E8; transition:.3s;
}
.mgmtItem:hover {
	background: #FFF; transition:.3s;
}




.BGC { float:left; }

.BGC-Settings		{ background: #666; }
.BGC-Setup			{ background: #666; }
.BGC-Management		{ background: #666; }


/*=======================================================================*/
.BGC-Settings				{ background: #666; transition:.5s; }
.BGC-Options				{ background: #DDD; transition:.5s; }
.BGC-Language				{ background: #DDD; transition:.5s; }


/*=======================================================================*/
.BGC-Setup					{ background: #666; transition:.5s; }
.BGC-CourtTypes				{ background: #DDD; transition:.5s; }
.BGC-ProductGroups			{ background: #DDD; transition:.5s; }
.BGC-ProductDurations		{ background: #DDD; transition:.5s; }
.BGC-UserTypes				{ background: #DDD; transition:.5s; }
.BGC-ClientTypes			{ background: #DDD; transition:.5s; }
.BGC-StaffTypes				{ background: #DDD; transition:.5s; }
/*------------------------------------------------------------------*/
.BGC-Management				{ background: #666; transition:.5s; }
.BGC-Courts					{ background: #DDD; transition:.5s; }
.BGC-Products				{ background: #DDD; transition:.5s; }
.BGC-Users					{ background: #DDD; transition:.5s; }
/*=======================================================================*/





/*=======================================================================*/
.BGC-Settings:hover			{ background: #666; transition:.5s; }
.BGC-Options:hover			{ background: #666; transition:.5s; }
.BGC-Language:hover			{ background: #666; transition:.5s; }


/*=======================================================================*/
.BGC-Setup:hover			{ background: #666; transition:.5s; }
.BGC-CourtTypes:hover		{ background: #FFF; transition:.5s; }
.BGC-ProductGroups:hover	{ background: #FFF; transition:.5s; }
.BGC-ProductDurations:hover	{ background: #FFF; transition:.5s; }
.BGC-UserTypes:hover		{ background: #FFF; transition:.5s; }
.BGC-ClientTypes:hover		{ background: #FFF; transition:.5s; }
.BGC-StaffTypes:hover		{ background: #FFF; transition:.5s; }
/*------------------------------------------------------------------*/
.BGC-Management:hover		{ background: #666; transition:.5s; }
.BGC-Courts:hover			{ background: #FFF; transition:.5s; }
.BGC-Products:hover			{ background: #FFF; transition:.5s; }
.BGC-Users:hover			{ background: #FFF; transition:.5s; }
/*=======================================================================*/



/*=============================================================================================================================================*/
/*	Hover On The Image 			===============================================================================================================*/
/*=============================================================================================================================================*/
.IC-Settings				{ background: url("../images/mgmtNav-01-00-Settings.png")				top left no-repeat; transition:.5s; }
.IC-Settings:hover			{ background: url("../images/mgmtNav-01-00-Settings-hover.png")			top left no-repeat; transition:.5s; }
.IC-Options					{ background: url("../images/mgmtNav-01-01-Options.png")				top left no-repeat; transition:.5s; }
.IC-Options:hover			{ background: url("../images/mgmtNav-01-01-Options-hover.png")			top left no-repeat; transition:.5s; }
.IC-Language				{ background: url("../images/mgmtNav-01-02-Language.png")				top left no-repeat; transition:.5s; }
.IC-Language:hover			{ background: url("../images/mgmtNav-01-02-Language-hover.png")			top left no-repeat; transition:.5s; }
/*=============================================================================================================================================*/
.IC-Setup					{ background: url("../images/mgmtNav-02-00-Setup.png")					top left no-repeat; transition:.5s; }
.IC-Setup:hover				{ background: url("../images/mgmtNav-02-00-Setup-hover.png")			top left no-repeat; transition:.5s; }
.IC-CourtTypes				{ background: url("../images/mgmtNav-02-01-CourtTypes.png")				top left no-repeat; transition:.5s; }
.IC-CourtTypes:hover		{ background: url("../images/mgmtNav-02-01-CourtTypes-hover.png")		top left no-repeat; transition:.5s; }
.IC-ProductGroups			{ background: url("../images/mgmtNav-02-02-ProductGroups.png")			top left no-repeat; transition:.5s; }
.IC-ProductGroups:hover		{ background: url("../images/mgmtNav-02-02-ProductGroups-hover.png")	top left no-repeat; transition:.5s; }
.IC-ProductDurations		{ background: url("../images/mgmtNav-02-03-ProductDurations.png")		top left no-repeat; transition:.5s; }
.IC-ProductDurations:hover	{ background: url("../images/mgmtNav-02-03-ProductDurations-hover.png")	top left no-repeat; transition:.5s; }
.IC-UserTypes				{ background: url("../images/mgmtNav-02-04-UserTypes.png")				top left no-repeat; transition:.5s; }
.IC-UserTypes:hover			{ background: url("../images/mgmtNav-02-04-UserTypes-hover.png")		top left no-repeat; transition:.5s; }
.IC-ClientTypes				{ background: url("../images/mgmtNav-02-05-ClientTypes.png")			top left no-repeat; transition:.5s; }
.IC-ClientTypes:hover		{ background: url("../images/mgmtNav-02-05-ClientTypes-hover.png")		top left no-repeat; transition:.5s; }
.IC-StaffTypes				{ background: url("../images/mgmtNav-02-06-StaffTypes.png")				top left no-repeat; transition:.5s; }
.IC-StaffTypes:hover		{ background: url("../images/mgmtNav-02-06-StaffTypes-hover.png")		top left no-repeat; transition:.5s; }
/*=============================================================================================================================================*/
.IC-Management				{ background: url("../images/mgmtNav-03-00-Management.png")				top left no-repeat; transition:.5s; }
.IC-Management:hover		{ background: url("../images/mgmtNav-03-00-Management-hover.png")		top left no-repeat; transition:.5s; }
.IC-Courts					{ background: url("../images/mgmtNav-03-01-Courts.png")					top left no-repeat; transition:.5s; }
.IC-Courts:hover			{ background: url("../images/mgmtNav-03-01-Courts-hover.png")			top left no-repeat; transition:.5s; }
.IC-Products				{ background: url("../images/mgmtNav-03-02-Products.png")				top left no-repeat; transition:.5s; }
.IC-Products:hover			{ background: url("../images/mgmtNav-03-02-Products-hover.png")			top left no-repeat; transition:.5s; }
.IC-Users					{ background: url("../images/mgmtNav-03-03-Users.png")					top left no-repeat; transition:.5s; }
.IC-Users:hover				{ background: url("../images/mgmtNav-03-03-Users-hover.png")			top left no-repeat; transition:.5s; }

.IC-BlockScheduling			{ background: url("../images/mgmtNav-03-04-BlockScheduling.png")		top left no-repeat; transition:.5s; }
.IC-BlockScheduling:hover	{ background: url("../images/mgmtNav-03-04-BlockScheduling-hover.png")	top left no-repeat; transition:.5s; }

.IC-Scheduling				{ background: url("../images/mgmtNav-03-05-Scheduling.png")				top left no-repeat; transition:.5s; }
.IC-Scheduling:hover		{ background: url("../images/mgmtNav-03-05-Scheduling-hover.png")		top left no-repeat; transition:.5s; }
.IC-Calendar				{ background: url("../images/mgmtNav-03-06-Calendar.png")				top left no-repeat; transition:.5s; }
.IC-Calendar:hover			{ background: url("../images/mgmtNav-03-06-Calendar-hover.png")			top left no-repeat; transition:.5s; }
.IC-StaffCalendar			{ background: url("../images/mgmtNav-03-08-staffCalendar.png")			top left no-repeat; transition:.5s; }
.IC-StaffCalendar:hover		{ background: url("../images/mgmtNav-03-08-staffCalendar-hover.png")	top left no-repeat; transition:.5s; }


.IC-Transactions-US			{ background: url("../images/mgmtNav-03-07-Transactions-US.png")		top left no-repeat; transition:.5s; }
.IC-Transactions-US:hover	{ background: url("../images/mgmtNav-03-07-Transactions-US-hover.png")	top left no-repeat; transition:.5s; }
.IC-Transactions-TR			{ background: url("../images/mgmtNav-03-07-Transactions-TR.png")		top left no-repeat; transition:.5s; }
.IC-Transactions-TR:hover	{ background: url("../images/mgmtNav-03-07-Transactions-TR-hover.png")	top left no-repeat; transition:.5s; }
/*=============================================================================================================================================*/





/*=============================================================================================================================================*/
/*	Hover On The Word			===============================================================================================================*/
/*=============================================================================================================================================*/
.IC-Settings-hover			{ background: url("../images/mgmtNav-01-00-Settings-hover.png")			top left no-repeat; transition:.5s; }
.IC-Options-hover			{ background: url("../images/mgmtNav-01-01-Options-hover.png")			top left no-repeat; transition:.5s; }
.IC-Language-hover			{ background: url("../images/mgmtNav-01-02-Language-hover.png")			top left no-repeat; transition:.5s; }
/*=============================================================================================================================================*/
.IC-Setup-hover				{ background: url("../images/mgmtNav-02-00-Setup-hover.png")			top left no-repeat; transition:.5s; }
.IC-CourtTypes-hover		{ background: url("../images/mgmtNav-02-01-CourtTypes-hover.png")		top left no-repeat; transition:.5s; }
.IC-ProductGroups-hover		{ background: url("../images/mgmtNav-02-02-ProductGroups-hover.png")	top left no-repeat; transition:.5s; }
.IC-ProductDurations-hover	{ background: url("../images/mgmtNav-02-03-ProductDurations-hover.png")	top left no-repeat; transition:.5s; }
.IC-UserTypes-hover			{ background: url("../images/mgmtNav-02-04-UserTypes-hover.png")		top left no-repeat; transition:.5s; }
.IC-ClientTypes-hover		{ background: url("../images/mgmtNav-02-05-ClientTypes-hover.png")		top left no-repeat; transition:.5s; }
.IC-StaffTypes-hover		{ background: url("../images/mgmtNav-02-06-StaffTypes-hover.png")		top left no-repeat; transition:.5s; }
/*=============================================================================================================================================*/
.IC-Management-hover		{ background: url("../images/mgmtNav-03-00-Management-hover.png")		top left no-repeat; transition:.5s; }
.IC-Courts-hover			{ background: url("../images/mgmtNav-03-01-Courts-hover.png")			top left no-repeat; transition:.5s; }
.IC-Products-hover			{ background: url("../images/mgmtNav-03-02-Products-hover.png")			top left no-repeat; transition:.5s; }
.IC-Users-hover				{ background: url("../images/mgmtNav-03-03-Users-hover.png")			top left no-repeat; transition:.5s; }

.IC-BlockScheduling-hover	{ background: url("../images/mgmtNav-03-04-BlockScheduling-hover.png")	top left no-repeat; transition:.5s; }

.IC-Scheduling-hover		{ background: url("../images/mgmtNav-03-05-Scheduling-hover.png")		top left no-repeat; transition:.5s; }
.IC-Calendar-hover			{ background: url("../images/mgmtNav-03-06-Calendar-hover.png")			top left no-repeat; transition:.5s; }
.IC-StaffCalendar-hover		{ background: url("../images/mgmtNav-03-08-staffCalendar-hover.png")	top left no-repeat; transition:.5s; }

.IC-Transactions-US-hover	{ background: url("../images/mgmtNav-03-07-Transactions-US-hover.png")	top left no-repeat; transition:.5s; }
.IC-Transactions-TR-hover	{ background: url("../images/mgmtNav-03-07-Transactions-TR-hover.png")	top left no-repeat; transition:.5s; }
/*=============================================================================================================================================*/





.court_types_mm		{ border-bottom: 2px solid #90cd42; }
.courts_mm			{ border-bottom: 2px solid #63d5c4; }


.mgmtMenuGroup {
	float:left;
}
.mgmtGroupItem_Courts {
}
.mgmtGroupItem span {
	display:block;
}
#mgmtMenu span.mgmtMenuGroupHeader {
/*	margin:2px 0 0 5px !important;		*/
}
#mgmtMenu .mgmtMenuStatus {
	float:right;
}




#mgmtMenu .menuHideShow {
	float:left;	
	border:1px solid red;	


}


#mgmtMenu .menuShow a {
	float:left;
	opacity:0;
}

#mgmtMenu .menuHide {
	float:left;
	margin-right:1px !important;
}

#mgmtMenu .menuShow {
	border:1px solid green;
}

#mgmtMenu .menuHide {
	border:1px solid green;	
}


/*----------------------------------------------*-----*-----*-----*-----*/


/*-----*-----*-----*-----*----------------------------------------------*/
/*						      Main Admin Menu							*/
/*----------------------------------------------*-----*-----*-----*-----*/
#mainAdminNav {
	float:right;
	margin-right:0px;
	overflow:hidden;
}

#mainAdminNav a {
	color: #000;
}

#mainAdminNav ul{
	float:left;
	margin:0 3px 0 0 !important;
	padding:0 !important;
}
#mainAdminNav ul li{
	float:left;
	white-space: nowrap;
	overflow:hidden;
	list-style: none;
	height:36px;
	width:100%;
	margin:0 !important;
	padding:0 !important;
	font: normal 1em 'Hind', sans-serif;
/*	border:1px solid red;					*/
}

#mainAdminNav a,
#mainAdminNav span {
	float:left;
	margin:0 !important;
	padding:0 !important;
	white-space:nowrap;
}

#mainAdminNav .color-Code, .color-Code a {
	display:block;
	width:12px;
	height:30px;
	margin:0 !important;
	padding:0 !important;
	border-right:1px solid rgba(128, 128, 128, .25);
}

#mainAdminNav .visblLink {
	margin-top:2px !important;
	margin-left:5px !important;
}

#mainAdminNav .visblLink a {
	display:block;
	width:182px;
}

#mainAdminNav .lang {
	margin-top:2px !important;
	margin-left:10px !important;
}

#mainAdminNav .menuShow a {
	float:left;
	opacity:0;
}

#mainAdminNav .menuHide {
	float:right;
	margin-right:1px !important;
}

#mainAdminNav .lang {
	margin:2px 15px 0 0 !important;
	height:30px !important;
}

#mainAdminNav .lang a {		/*	Button Like Links	*/
	width:30px;
	height:30px;
	text-align:center;
	font: normal 1em 'Hind', sans-serif;
	margin-top:2px !important;
	outline:0;
}

#mainAdminNav .raised {
	border-radius: 6px;
	-moz-border-radius: 6px;
	border-left: 1px solid #ccc;					
	border-top: 1px solid #ccc;					
	border-right: 1px solid #888;					
	border-bottom: 1px solid #888;					
	background-color: #bbb;	
	margin-top:3px !important;
	opacity:.0.9;
}

#mainAdminNav .pressed {
	border-radius: 6px;
	-moz-border-radius: 6px;
	border-left: 1px solid #888;					
	border-top: 1px solid #888;					
	border-right: 1px solid #ccc;					
	border-bottom: 1px solid #ccc;					
	background-color: #999;
	margin-top:2px !important;
	opacity:1;
}	

#mainAdminNav .raised  a:link		{color:#000; text-decoration:none;}
#mainAdminNav .raised  a:hover		{color:#FF6 !important; text-decoration:none;}
#mainAdminNav .raised  a:visited	{color:#000; text-decoration:none;}
#mainAdminNav .pressed a:link		{color:#FFF; text-decoration:none;}
#mainAdminNav .pressed a:hover		{color:#FFF !important; text-decoration:none;}
#mainAdminNav .pressed a:visited	{color:#FFF; text-decoration:none;}


/*
.menuSetup_mm		{ background-color: #ff9829; }
.court_types_cc		{ background-color: #90cd42; }
.courts_cc			{ background-color: #63d5c4; }

.court_types_mm		{ border-bottom: 2px solid #90cd42; }
.courts_mm			{ border-bottom: 2px solid #63d5c4; }




.mgmtMenuGroup {
	float:left;
}
.mgmtGroupItem_Courts {
}
.mgmtGroupItem span {
	display:block;
}
*/


#mainAdminNav span.mgmtMenuGroupHeader {
	margin:2px 0 0 5px !important;
}
#mainAdminNav .mgmtMenuStatus {
	float:right;
}
/*----------------------------------------------*-----*-----*-----*-----*/








/*-----*-----*-----*-----*----------------------------------------------*/
/*							   Admin Content				 			*/
/*----------------------------------------------*-----*-----*-----*-----*/
#administrationContainer {
	float:left;
	width:1018px;
	width:700px;
	background: #FFF;
}

#adminContent {
	float:left;
	background: #FFF;
	margin:0 20px 20px 20px;
}
#adminContent h1,h2,h3,h4,h5,h6 {
	color:#c3473f;
	color:#F60;
	color:#b44c27;
	color:#C63;
}

#adminContent h1 {
	width:540px;
	font: normal 500 2em 'Hind', sans-serif;
	text-align:left;
	margin:0;
	padding:0 0 0 15px;
	border-bottom:1px solid #888;	
}
#adminContent h2 {
	font: normal 22px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	margin:0;
	padding:0;	
}
#adminContent h3 {
	font: normal 16px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	margin:10px 0 0 1px;
	padding:0;	
}
#adminContent h4 {
	float:left;
	width:700px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	margin:10px 0 -3px 10px;
/*	margin:15px 0 -1px 20px !important;			*/
	padding:0;	
}
#adminContent h5 {
	float:left;
	width:300px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	margin:9px 0 -2px 7px;
	padding:0;	
}
#adminContent p {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	word-spacing: normal;
	letter-spacing: normal;
	margin:10px 30px 10px 0;
	color: #444;
}

/*>>>>>>>>>     Page Title     <<<<<<<<<*/
#adminPageTitleContainer {
	float:left;
}

#adminPageTitle {
	float:left;
	width:100%;
	padding:0;
	margin:0 0 1em 10px;
/*	background:#ddd;					*/
}

#adminPageTitle img {
	float:left;
}

#adminPageContent {
	float:left;
/*	border:1px solid red;			*/
}
/*----------------------------------------------*-----*-----*-----*-----*/




/*-----*-----*-----*-----*----------------------------------------------*/
/*								Add New Item							*/
/*----------------------------------------------*-----*-----*-----*-----*/
#adminPageContent .addNewItemForm {
	float:left;
	width:100%;
/*	margin:0 0 0 8px;		*//*	INSET, aligns With dataList	*/
	margin:0 0 0 0px;		
}
#adminPageContent .addNewItemForm a.link {
	float:left;
	padding:0;
	margin:14px 0 0px 0px;
	padding:0 0 0 10px;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
}
#adminPageContent .addNewItemForm a {
	float:left;
	border:none;
}
#adminPageContent .addNewItemForm img {
	border:none;
}


#adminPageContent .addNewItemForm form {
	float:left;
	width:780px;
	width:100%;
	margin:5px 0 0 0;
/*	border:1px dashed red;				*/
}


#adminPageContent .addNewItemForm div {
	float:left;
	margin:4px 20px 0 0px;
}

#adminPageContent .addNewItemForm label { float : left; width : 100%; }

#adminPageContent .addNewItemForm input {
	float:left;
	width:100%;
	padding:3px 5px;
	font: normal 14px verdana, arial, sans-serif;
	color:#444;
	border:1px solid #aaa;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

#formContainer-0 {
	float:left;
	height:90px;
	padding-bottom:0px !important;
	margin-bottom:15px !important;
}

#formButtons-0 {
	float:left;
	width:32px;
	padding:0;
	display:block;
	margin:30px 0px 0 30px !important;
	background:none;
}

/*	Alternative		*//*
#formButtons-0 {
	float:right !important;
	width:32px;
	padding:0;
	display:block;
	margin:30px 50px 0 0px !important;
	background:none;
}
*/

#qAddInput-0 {
	float:left;
	height:70px;
}
#qAddInput {
	float:left;
	padding-bottom:7px !important;
}

#adminPageContent .addNewItemForm .submitButton button{
	padding:0px;
	border:0px solid #666;
	margin:0px 5px 0 0px;
	background:none;
	font : bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#14448C;
}
#adminPageContent .addNewItemForm .submitButton button:hover {
	background:#none;
}
/*----------------------------------------------*-----*-----*-----*-----*/





/*-----*-----*-----*-----*----------------------------------------------*/
/*								  Data List								*/
/*----------------------------------------------*-----*-----*-----*-----*/
#listContent	{float: left;}
#listContent ul	{float: left;}

#listContent ul li.ui-sortable-handle {
/*	Each Category Box ------------- */	
	float: left;
	list-style: none;
	width:100%;
	margin: 2px 0 4px 0;
	padding: 4px 8px 4px 8px;
	box-sizing:border-box;
/*	background-color:#EEE;		*/
	border-radius: 3px;
	-moz-border-radius: 3px;
/*	border: #CCC solid 1px;		*/
	color:#fff;
}

.ListItemName {
	float:left;
	height:24px;
	margin:3px 10px 2px 10px;
	padding:2px 5px;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color:#222;
	border-radius: 3px;
	-moz-border-radius: 3px;
	border:1px solid #AAA;	
	overflow: hidden;
}

.dataList {
	float:left;
	margin:0px 0 0 10px;
/*	width:850px;						*/
/*	border:1px solid red;				*/
}
.dataList img {
	border:none;
}
.dataListItemManagement {
	float:left;
	margin:0px 0 0 0px;
/*	border:1px solid red;				*/
}
.dataList ul {
	float:left;
	margin:0px 0 0px 0px;
	padding:5px 0 0 0;
/*	border-top:1px solid #CCC;			*/
}
.dataList ul li {
	float:left;
	margin:5px 0;
}
/*----------------------------------------------*-----*-----*-----*-----*/




/*-----*-----*-----*-----*----------------------------------------------*/
/*						  Data List	Search								*/
/*----------------------------------------------*-----*-----*-----*-----*/
#listSearch {
	float:left;
	margin:5px 0 10px 0px;
	font: normal 1em 'Hind', sans-serif;
	color:#CCC;		
}

#listSearch input[type="text"] {
	font: normal 1em 'Hind', sans-serif;
	padding: 6px 10px 1px 20px;
	background:	#f7f7f7;
	border: none;
	border-bottom: solid 2px #dedbdb;	/*	Lightter	*/
	border-bottom: solid 2px #a7a6a6;	/*	Darker		*/
	transition: border 0.5s;
}

#listSearch input[type="text"]:focus,
#listSearch input[type="text"].focus {
	font: normal 1em 'Hind', sans-serif;
	background:	#f7f7f7;
	color:#666;
	border-bottom: solid 2px #dedbdb;	/*	Lightter	*/
	border-bottom: solid 2px #a7a6a6;	/*	Darker		*/
}

/*	Safari, Google Chrome, Opera 15+, MS Edge	*/
#listSearch input[type="text"]::-webkit-input-placeholder		{ color:#BBB; font: normal 1em 'Hind', sans-serif; padding: 0px 0px 1px 0px; }		
#listSearch input[type="text"]:focus::-webkit-input-placeholder { color:#DDD; }

/*	Mozilla Firefox 19+							*/
#listSearch input[type="text"]::-moz-placeholder				{ color:#BBB; font: normal 1em 'Hind', sans-serif; padding: 0px 0px 1px 0px; }		
#listSearch input[type="text"]:focus::-moz-placeholder			{ color:#DDD; }

/*	Mozilla Firefox 4 to 18						*/
#listSearch input[type="text"] :-moz-placeholder				{ color:#BBB; font: normal 1em 'Hind', sans-serif; padding: 0px 0px 1px 0px; }		
#listSearch input[type="text"]:focus:-moz-placeholder			{ color:#DDD; }

/*	IE 10 and 11								*/
#listSearch input[type="text"] :-ms-input-placeholder			{ color:#BBB; font: normal 1em 'Hind', sans-serif; padding: 0px 0px 1px 0px; }		
#listSearch input[type="text"]:fosuc:-ms-input-placeholder		{ color:#DDD; }

/*----------------------------------------------*-----*-----*-----*-----*/


#listSearch {
	width:50%;
}

/*-----*-----*-----*-----*----------------------------------------------*/
/*					    Filter By Type (Images)							*/
/*----------------------------------------------*-----*-----*-----*-----*/


#filtersContainer {
	float:left;
	width:100%;
/*	background: #F0F0FF;			*/
/*	border:1px solid #DDD;			*/
}

#filtersContainer input[type=checkbox] {
	display:none;
}

#filtersContainer input[type=checkbox] + label {
	margin:5px 2px;
/*	background: #999;				*/
	height: 24px;
	width: 24px;
	display:inline-block;
	padding: 0 0 0 0px;

	border-radius: 5px;
	-moz-border-radius: 5px;
border-left: 1px solid #ffefa8;					
border-top: 1px solid #ffefa8;					
border-right: 2px solid #bda331;					
border-bottom: 2px solid #bda331;					
}

#filtersContainer input[type=checkbox]:checked + label {
	margin:5px 2px;
/*	background: #0080FF;			*/
	height: 24px;
	width: 24px;
	display:inline-block;
	padding: 0 0 0 0px;

	border-radius: 5px;
	-moz-border-radius: 5px;
border-left: 2px solid #bda331;					
border-top: 2px solid #bda331;					
border-right: 1px solid #ffefa8;					
border-bottom: 1px solid #ffefa8;					
}

#filterByType {
	float:right;
	width:50%;
	height:35px;
	margin:5px 0 10px 0px;
	font: normal 1em 'Hind', sans-serif;
/*	background:#f7f7f7;				*/
	background:#f7f7f7;				
	border:none;
	border-bottom: solid 2px #a7a6a6;
}


#filterByClientType {
	float:right;
	margin:0 3px;
/*	border:1px solid red;			*/
}
#filterBystaffType {
	float:right;
	margin:0 22px 0 5px;
/*	border:1px solid red;			*/
}
#filterByProductType {
	float:right;
	margin:0 22px 0 5px;
/*	border:1px solid red;			*/
}


/*	Clients		*/
#filtersContainer input.client_type_name-1[type=checkbox] + label			{ background: url("../images/cbImg-member-01.png") 0px center no-repeat, #fce683; }
#filtersContainer input.client_type_name-1[type=checkbox]:checked + label	{ background: url("../images/cbImg-member-01.png") 0px center no-repeat, #e3c852; }

#filtersContainer input.client_type_name-2[type=checkbox] + label			{ background: url("../images/cbImg-member-02.png") 0px center no-repeat, #fce683; }
#filtersContainer input.client_type_name-2[type=checkbox]:checked + label	{ background: url("../images/cbImg-member-02.png") 0px center no-repeat, #e3c852; }

#filtersContainer input.client_type_name-10[type=checkbox] + label			{ background: url("../images/cbImg-member-10.png") 0px center no-repeat, #fce683; }
#filtersContainer input.client_type_name-10[type=checkbox]:checked + label	{ background: url("../images/cbImg-member-10.png") 0px center no-repeat, #e3c852; }

/*	Staff		*/
#filtersContainer input.staff_type_name-1[type=checkbox] + label			{ background: url("../images/cbImg-staff-01.png")  0px center no-repeat, #fce683; }
#filtersContainer input.staff_type_name-1[type=checkbox]:checked + label	{ background: url("../images/cbImg-staff-01.png")  0px center no-repeat, #e3c852; }

#filtersContainer input.staff_type_name-2[type=checkbox] + label			{ background: url("../images/cbImg-staff-02.png")  0px center no-repeat, #fce683; }
#filtersContainer input.staff_type_name-2[type=checkbox]:checked + label	{ background: url("../images/cbImg-staff-02.png")  0px center no-repeat, #e3c852; }

#filtersContainer input.staff_type_name-3[type=checkbox] + label			{ background: url("../images/cbImg-staff-03.png")  0px center no-repeat, #fce683; }
#filtersContainer input.staff_type_name-3[type=checkbox]:checked + label	{ background: url("../images/cbImg-staff-03.png")  0px center no-repeat, #e3c852; }

/*	Product Group Types		*/
#filtersContainer input.product_group_name-1[type=checkbox] + label			{ background: url("../images/cbImg-prdGrp-01.png") 0px center no-repeat, #fce683; }
#filtersContainer input.product_group_name-1[type=checkbox]:checked + label { background: url("../images/cbImg-prdGrp-01.png") 0px center no-repeat, #e3c852; }

#filtersContainer input.product_group_name-2[type=checkbox] + label			{ background: url("../images/cbImg-prdGrp-02.png") 0px center no-repeat, #fce683; }
#filtersContainer input.product_group_name-2[type=checkbox]:checked + label { background: url("../images/cbImg-prdGrp-02.png") 0px center no-repeat, #e3c852; }

#filtersContainer input.product_group_name-3[type=checkbox] + label			{ background: url("../images/cbImg-prdGrp-03.png") 0px center no-repeat, #fce683; }
#filtersContainer input.product_group_name-3[type=checkbox]:checked + label { background: url("../images/cbImg-prdGrp-03.png") 0px center no-repeat, #e3c852; }
















/*-----*-----*-----*-----*----------------------------------------------*/
/*						  Filter By Group								*/
/*----------------------------------------------*-----*-----*-----*-----*/
#filterByGroup {
	float:left;
	width:100%;
	font: normal .95em 'Hind', sans-serif;
	padding: 10px 0 0 10px;
	background: #F8F8F8;	
	border:1px solid #DDD;	
}

.filterByType {
	width:100%;
	background:#ddd;
}
.filterByType label{
	width:100%;
/*	border:1px solid blue;		*/
}

.filterByType span{
	margin:-18px 0 0 20px;
	width:80%;
/*	border:1px solid red;		*/
}



/****************************************************/
/*				Changes With the Form				*/
/* - - - - - - - - - - - - - - - - - - - - - - - -  */
#adminPageContent .court-types_QADD,
#adminPageContent .courts_QADD,
#adminPageContent .product-durations_QADD,
#adminPageContent .product-groups_QADD,
#adminPageContent .products_QADD,
#adminPageContent .user-types_QADD,
#adminPageContent .client-types_QADD,
#adminPageContent .staff-types_QADD,
#adminPageContent .users_QADD,
#adminPageContent .abcabc,
#adminPageContent .abcabc,
#adminPageContent .abcabc,
#adminPageContent .abcabc,
#adminPageContent .abcabc,
#adminPageContent .abcabc,
#adminPageContent .abcabc,
#adminPageContent .abcabc,
#adminPageContent .abcabc,
#adminPageContent .abcabc
{
	float:left;
	border-bottom:1px solid #6ea1ec;
}

#adminPageContent .court-types_QADD,
#adminPageContent .courts_QADD,
#adminPageContent .product-durations_QADD,
#adminPageContent .product-groups_QADD,
#adminPageContent .products_QADD,
#adminPageContent .user-types_QADD,
#adminPageContent .client-types_QADD,
#adminPageContent .staff-types_QADD,
#adminPageContent .users_QADD,
#adminPageContent .abcabc,
#adminPageContent .abcabc,
#adminPageContent .abcabc,
#adminPageContent .abcabc,
#adminPageContent .abcabc,
#adminPageContent .abcabc,
#adminPageContent .abcabc,
#adminPageContent .abcabc,
#adminPageContent .abcabc,
#adminPageContent .abcabc,
#adminPageContent .abcabc,
#adminPageContent .abcabc
{
	width:540px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - -  */


/****************************************************/
/*				Changes With the Page				*/
/* - - - - - - - - - - - - - - - - - - - - - - - -  */
#listContent.court-types,
#listContent.courts,
#listContent.product-durations,
#listContent.product-groups,
#listContent.products,
#listContent.user-types,
#listContent.client-types,
#listContent.staff-types, 
#listContent.users,
#listContent.abcabc, 
#listContent.abcabc, 
#listContent.abcabc, 
#listContent.abcabc, 
#listContent.abcabc, 
#listContent.abcabc, 
#listContent.abcabc, 
#listContent.abcabc, 
#listContent.abcabc, 
#listContent.abcabc, 
#listContent.abcabc, 
#listContent.abcabc, 
#listContent.abcabc 
{
	width:512px !important;
	width:518px !important;
}	
/* - - - - - - - - - - - - - - - - - - - - - - - -  */


/****************************************************/
/*				Changes With the Page				*/
/* - - - - - - - - - - - - - - - - - - - - - - - -  */
.ListItemName_court-types			{ width:387px; }
.ListItemName_courts				{ width:387px; }
.ListItemName_product-durations		{ width:387px; }
.ListItemName_product-groups		{ width:387px; }
.ListItemName_products				{ width:387px; }
.ListItemName_user-types			{ width:387px; }
.ListItemName_client-types			{ width:387px; }
.ListItemName_staff-types			{ width:387px; }
.ListItemName_users					{ width:387px; }
.ListItemName_abcabc				{ width:387px; }
.ListItemName_abcabc				{ width:387px; }
.ListItemName_abcabc				{ width:387px; }
.ListItemName_abcabc				{ width:387px; }
.ListItemName_abcabc				{ width:387px; }
.ListItemName_abcabc				{ width:387px; }
.ListItemName_abcabc				{ width:387px; }
.ListItemName_abcabc				{ width:387px; }
.ListItemName_abcabc				{ width:387px; }
/* - - - - - - - - - - - - - - - - - - - - - - - -  */





/****************************************************/
/*				Changes With the Page				*/
/* - - - - - - - - - - - - - - - - - - - - - - - -  */
#adminPageContent .addNewItem-InputField {	/*	Add New Item Filed Positioning	*/
	float:left;
	width:416px;
	margin-right:25px !important;
	margin-top:9px !important;
	padding:0px 10px 10px 16px !important;
}
/* - - - - - - - - - - - - - - - - - - - - - - - -  */












.chosenContainer {
	float:left;
	margin-left:9px;
}

.active-result {
	float:none;
	width:100%;
}

.chosen-single {
	height:38px !important;
	padding:4px 0 !important;
/*	border:1px solid red !important;	*/

}
.chosen-single span {
	color:#222 !important;
	padding:2px 9px !important;
	font: normal 1.35em 'Hind', sans-serif !important;
}

.chosen-single div {
/*	border:1px solid red !important;	*/
}

.chosen-results {
	font: normal 1.25em 'Hind', sans-serif !important;
}

.chosen-search input{
	height:35px !important;
	font: normal 1.25em 'Hind', sans-serif !important;
	color:#AAA !important;
/*	border:1px solid red !important;	*/
}



#chosenContainerAddNewUser {
	float:left !important;
	width:390px !important;
	margin-left: 8px !important;
	margin-right: 43px !important;
	margin-top:-12px  !important;
	padding-bottom:20px  !important;
	height:38px !important;
}

#chosenContainerAddNewUser .chosen-single {
/*	margin-top:14px !important;		*/
	height:38px !important;
	padding:4px 0 !important;
	width:100%;
	border:1px solid #AAA !important;	
}
#chosenContainerAddNewUser .chosen-search input{
	height:35px !important;
	width:380px !important;
	font: normal 1.25em 'Hind', sans-serif !important;
	color:#AAA !important;
/*	border:1px solid red !important;	*/
}

.addNewItemFromSelection {
	border:1px solid red;	
}







select {
/*	border:1px solid red !important;	*/
	padding:20px 0 0 0px !important;
	outline: 0;
	overflow:hidden;
/*	display:inline-block; vertical-align:top; overflow:hidden; border:solid grey 1px;		*/
}

select:focus {
	color:#00F !important;
}


select.multplClass option:not(:checked) { 
	margin:2px 0 !important;
	padding:3px 0 0 40px !important;
	background: url("../images/checkbox-02-24_unchecked.png") 5px center no-repeat;
	background: url("../images/checkbox-04-25-checked.png") 5px 0 no-repeat;
	background: url("../images/CheckBox-3D-unchecked.png") 5px 0 no-repeat;
	background: url("../images/checkbox-02-24_unchecked.png") 5px center no-repeat;
	background: url("../images/checkbox-02-Thin-24_unchecked.png") 5px center no-repeat;
	color:000 !important;
}

select.multplClass option:checked { 
	margin:2px 0 !important;
	padding:3px 0 0 40px !important;
	background: url("../images/checkbox-02-Thin-24_checked.png") 5px center no-repeat , linear-gradient(#b9e763, #b9e763);
	background: url("../images/checkbox-02-Thin-24_checked.png") 5px center no-repeat , linear-gradient(#daff94, #daff94);	/*	Same As Background	*/
	background: url("../images/checkbox-02-Thin-24_checked.png") 5px center no-repeat , linear-gradient(#cff784, #cff784);	/*	Super Subtle		*/
}

select:focus.multplClass option:checked { 
	background: url("../images/checkbox-02-Thin-24_checked.png") 5px center no-repeat , linear-gradient(#7eb022, #7eb022);
}
/*
select.multplClass option:checked { 
	margin:2px 0 !important;
	padding:3px 0 0 40px !important;
	background: url("../images/checkbox-02-24_checked.png") 5px center no-repeat , linear-gradient(#97dffd, #4ac7fb);
	background: url("../images/checkbox-04-25-unchecked.png") 5px 0 no-repeat , linear-gradient(#97dffd, #4ac7fb);
	background: url("../images/CheckBox-3D-checked.png") 5px 0 no-repeat , linear-gradient(#97dffd, #4ac7fb);
	background: url("../images/checkbox-02-24_checked.png") 5px center no-repeat , linear-gradient(#97dffd, #4ac7fb);
	background: url("../images/checkbox-02-Thin-24_checked.png") 5px center no-repeat , linear-gradient(#b9e763, #b9e763);
	background: url("../images/checkbox-02-Thin-24_checked.png") 5px center no-repeat , linear-gradient(#72a352, #72a352);
	background: url("../images/checkbox-02-Thin-24_checked.png") 5px center no-repeat , linear-gradient(#72a352, #72a352);
	color:blue !important;
}
*/

select.multplClass option {
	color:#0F0 !important;
}


select.multplClass {
/*	margin-top:0px !important;									*/		/*	Works - Distance Between Tag and the Selection box						*/
/*	height:500px !important;									*/		/*	Works - Height of the Options Box - Hard Set							*/
/*	border:20px solid Blue !important;							*/		/*	Works	*/
/*	background: linear-gradient(#97dffd, #4ac7fb) !important;	*/		/*	Works - Not Used Because it interferes with No Selection Indication		*/
	padding:10px 0 0 0 !important;										/*	Works	Distance From the edge of the box and the first <option>		*/
	color: black !important;	
	border-radius: 7px !important;	
	-webkit-border-radius: 7 !important;	
	-moz-border-radius: 7 !important;	
}

/*
select option.optSelected {
    font-size: 17pt;
	color:#00F !important;
}
*/





.colorInput {
	float:left;
	height:36px;
}

.selectedColor{
	float:left;
	height:36px;
	width:100%;
	border-radius: 4px !important;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border:2px solid #444;	
}

.colorPickMatrix {
	float:left;
	display:none;
	width:100%;
	margin:0px 0;
	padding:8px 8px;
}

.colorSet {
	float:left;
	margin:2px 0;
}

.colorSwatch {
	float:left;
	width:20px;
	height:20px;
}





select.swatches option { 
	border:2px solid red !important;	
	color:#000 !important;
}




.color_ac725e { background:#ac725e !important; }
.color_d06b64 { background:#d06b64 !important; }
.color_f83a22 { background:#f83a22 !important; }
.color_fa573c { background:#fa573c !important; }
.color_ff7537 { background:#ff7537 !important; }
.color_ffad46 { background:#ffad46 !important; }
.color_42d692 { background:#42d692 !important; }
.color_16a765 { background:#16a765 !important; }
.color_7bd148 { background:#7bd148 !important; }
.color_b3dc6c { background:#b3dc6c !important; }
.color_fbe983 { background:#fbe983 !important; }
.color_fad165 { background:#fad165 !important; }
.color_92e1c0 { background:#92e1c0 !important; }
.color_9fe1e7 { background:#9fe1e7 !important; }
.color_9fc6e7 { background:#9fc6e7 !important; }
.color_4986e7 { background:#4986e7 !important; }
.color_9a9cff { background:#9a9cff !important; }
.color_b99aff { background:#b99aff !important; }
.color_c2c2c2 { background:#c2c2c2 !important; }
.color_cabdbf { background:#cabdbf !important; }
.color_cca6ac { background:#cca6ac !important; }
.color_f691b2 { background:#f691b2 !important; }
.color_cd74e6 { background:#cd74e6 !important; }
.color_a47ae2 { background:#a47ae2 !important; }



.txtColor_ac725e { color:#ac725e !important; }
.txtColor_d06b64 { color:#d06b64 !important; }
.txtColor_f83a22 { color:#f83a22 !important; }
.txtColor_fa573c { color:#fa573c !important; }
.txtColor_ff7537 { color:#ff7537 !important; }
.txtColor_ffad46 { color:#ffad46 !important; }
.txtColor_42d692 { color:#42d692 !important; }
.txtColor_16a765 { color:#16a765 !important; }
.txtColor_7bd148 { color:#7bd148 !important; }
.txtColor_b3dc6c { color:#b3dc6c !important; }
.txtColor_fbe983 { color:#fbe983 !important; }
.txtColor_fad165 { color:#fad165 !important; }
.txtColor_92e1c0 { color:#92e1c0 !important; }
.txtColor_9fe1e7 { color:#9fe1e7 !important; }
.txtColor_9fc6e7 { color:#9fc6e7 !important; }
.txtColor_4986e7 { color:#4986e7 !important; }
.txtColor_9a9cff { color:#9a9cff !important; }
.txtColor_b99aff { color:#b99aff !important; }
.txtColor_c2c2c2 { color:#c2c2c2 !important; }
.txtColor_cabdbf { color:#cabdbf !important; }
.txtColor_cca6ac { color:#cca6ac !important; }
.txtColor_f691b2 { color:#f691b2 !important; }
.txtColor_cd74e6 { color:#cd74e6 !important; }
.txtColor_a47ae2 { color:#a47ae2 !important; }





.userImageInput {
	float:left;
	background:#f8f8f8;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 10px;
	border:1px solid #AAA;	

}

.currentUserImage {
	float:left;
	height:150px;
	width:150px;
	margin:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	border:1px solid #AAA;	

}

.userImages {
	float:left;
	width:292px;
	min-height:150px;
	padding-bottom:10px;
	margin:10px 10px 10px 6px;
	border:1px solid red;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #AAA;	
}

.potentialUserImageContainer {
	float:left;
	position:relative;
	width:60px;
	height:60px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:10px 0 0 10px;
	border:1px solid #AAA;	
}

.selectedUserImage {
	position:absolute;
	width:36px;
	height:36px;
	top:-10px;
	right:-8px;
	opacity:0;
	background: url("../images/icon-selectedImage.png") 0px 0px no-repeat;
}
.selectedImage{ opacity:1; }


.deleteUserImage {
	position:absolute;
	width:24px;
	height:24px;
	top:42px;
	right:-6px;
	opacity:0.333;
	background: url("../images/icon-deleteImage.png") 0px 0px no-repeat;
}
.deleteUserImage:hover {
	opacity:1;
/*	background: url("../images/icon-deleteImage-hover.png") 0px 0px no-repeat;	*/
}

.imageDropContainer,
#imageDrop {
	padding:0px;
}

.imageDropContainer {
	float:left;
	display:block;
	display:none;		
	width:480px;
	margin: 10px 10px 10px 10px;
}
.dz-message{
	font: normal 1.25em 'Hind', sans-serif !important;
	color:#AAA !important;
}

.dz-evaporated {
	opacity:0;
	-webkit-transition: opacity 2s;
	transition:opacity 2s; 
}




/*-----*-----*-----*-----*-----------------------------------*-----*----*/
/*-----							SCHEDULING							----*/
/*-----*-----*-----------------------------------*-----*-----*-----*----*/

#prodSchedContainer,
#prodScheduleViaCalendarContainer {
	float:left;
	margin:0 0 0 10px;
	width: 1050px;
/*	border:1px solid red;		*/
}

#prodSchedContainer h1,h2,h3,h4,h5,h6 {
	color:#c3473f;
	color:#F60;
	color:#b44c27;
	color:#C63;
}

#schedulingPageTitle {
	float:left;
	width: 650px;
	margin:0 0 15px 0;
}
#schedulingPageTitle h1 {
	float:left;
	width: 650px;
	font: normal 500 2em 'Hind', sans-serif;
	text-align:left;
	margin:0;
	padding:0 0 0 15px;
	border-bottom:1px solid #888;	
}

#selectProductContainer {
	float:left;
	width:100%;
	margin:10 0;
	padding-bottom:10px;
	border-bottom:1px solid #888;	
}

.scheduleClients, .scheduleClients-disabled, .scheduleClientsInBundle {
	float:left;
/*	width:100%;	*/
	width:969px;
	width:1000px;
	margin:10px 0 0 1px;
	padding-top:10px;
	padding-bottom:30px;
	border-bottom:1px solid #888;	
	border-bottom:none;	
}

.scheduleClients-disabled {
	width:1002px;
	border:1px solid #444;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #CCC;
}

.scheduleClientsInBundle {
	padding-bottom:10px;
	border-bottom:none;	
}
.scheduleCoaches, .scheduleCoachesInBundle {
	float:left;
	width:100%;
	margin:10 0;
	padding-bottom:10px;
	border-bottom:1px solid #888;	
	border-bottom:none;	
}
.scheduleCoachesInBundle {
	padding-bottom:0px;
	margin:0 0;
	border-bottom:none;	
}
.scheduleTrainers, .scheduleTrainersInBundle {
	float:left;
	width:100%;
	margin:10 0;
	padding-bottom:10px;
	border-bottom:1px solid #888;	
	border-bottom:none;	
}
.scheduleTrainersInBundle {
	padding-bottom:0px;
	margin:0 0;
	border-bottom:none;	
}

.scheduleCourts, .scheduleCourtsInBundle {
	float:left;
	width:100%;
	margin:10 0;
	padding-bottom:10px;
	border-bottom:1px solid #888;	
	border-bottom:none;	
}
.scheduleCourtsInBundle {
	padding-bottom:0px;
	margin:0 0;
	border-bottom:none;	
}





.scheduleDatesMonthly {
	float:left;
	width:962px;
	margin-left:6px;
/*	border:1px solid green;				*/
}

.dayScheduleContainer {
	float:left;
	z-index:20;
	width:13.55%;
	margin:3px;
	text-align:center;
	font: normal 500 1em 'Hind', sans-serif;
}

.dayScheduleHeader {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;

	border-left:	1px solid #444;
	border-right:	1px solid #444;
	border-top:		1px solid #444;
}

.daySchedule {
	float:left;
	border-left:	1px solid #444;
	border-right:	1px solid #444;	
}

.dayScheduleFooter {
	float:left;
	width:100%;
	height:10px !important;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;

	border-left:	1px solid #444;
	border-right:	1px solid #444;
	border-top:		1px solid #444;
	border-bottom:	1px solid #444;
}



.dayScheduleWeekDay { background:#affefb; }
.dayScheduleWeekEnd { background:#ffd489; }

.hourSchedule {
	float:left;
	width:100%;
	height:15px;
}
.hourSchedule p {
	font: 11px arial, sans-serif;
	text-align:right;
	margin-top:1px;
	margin-right:2px;
	color:#AAA;
}



.fullHour {	border-top:1px solid #444; }
.halfHour {	border-top:1px solid #CCC; }

.hsSelected {
	background-color: #cfff68;
}




/********************************************/
/*	CLASS BUNDLE							*/
/********************************************/


.classBundleAppointment, .singleAppointment {
	float:left;
	width:100%;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:2px solid #CCC;			*/
/*	border:1px solid blue;			*/
}

.classBundleAppointmentHeader, .singleAppointmentHeader,
.classBundleAppointmentHeader-disabled, .singleAppointmentHeader-disabled {
	float:left;
	width:95%;
	margin:0 0 0 10px;
	font: normal 400 1.5em 'Hind', sans-serif !important;
	line-height:1.5em !important;
}

.classBundleAppointmentHeader, .singleAppointmentHeader  {
	color:#C63;
}

.classBundleAppointmentHeader-disabled, .singleAppointmentHeader-disabled {
	color:#444;
}


.appointmentHeaders, .appointmentHeaders-disabled {
	float:left;
	width:100%;
	margin:0 0 0 10px;
	font: normal 400 1.8em 'Hind', sans-serif;
	line-height:1.5em !important;
}

.appointmentHeaders {
	color:#C63;
}	

.appointmentHeaders-disabled {
	color:#444;
}

.additional_Info {
	font: normal 400 .7em 'Hind', sans-serif !important;		
}


/********************************************/
/*	Date Time Picker						*/
/********************************************/

.datepicker_inner_container {
    width: 242px;
}

.datepicker > .datepicker_inner_container > .datepicker_calendar {
    width: 178px !important;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table {
    width: 178px;
}

.datePickerMonthlyContainer {
	float:left;
	width: 948px;
	margin-left:3px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;

	background:#FAFAFA !important;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	border:1px solid #444;	
}

.datePickerMonthlyStart, .datePickerMonthlyEnd {
	width:242px !important;
	/*
	border:1px solid #59a803 !important;
	background:#ecfdd7 !important;
	background:#f0fce0 !important;
	*/
}


.datePickerMonthlyStart {
	float:left;
	margin-left:4px;
	margin-right:3px;
}
.datePickerMonthlyEnd {
	float:right;
	margin-left:3px;
	margin-right:12px;
}

.weeklyScheduleErrorContainer {
	float:left;
	opacity:0;		
	height:38px;
	margin-top:19px;
	margin-left:85px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#FEE !important;			
	border:1px solid #800;
}
.fieldErrorWeeklySchedule {
	float:left;
	width:260px;
	margin-top:6px;
	height:28px;
	font: normal 400 1em 'Hind', sans-serif;
	text-align:center;
	vertical-align: middle;
	color: #800;
}

.dateTimeDuration {
	float:left;
	width: 95%;
}

.dateTimePickerSingleContainer, .dateTimePickerClassBundle {
	float:left;
	width: 328px;
}

.dateTimePickerBundle, .datePickerMonthly, .dateTimePickerSingle {
	float:left;
	margin-left:4px;
	margin-right:3px;
	width:308px !important;
	border:1px solid #59a803 !important;
/*	background:#ecfdd7 !important;		*/
	background:#f0fce0 !important;
}

input.dateTimePickerBundle, input.datePickerMonthly, input.dateTimePickerSingle {
	font: normal 20px 'Hind', sans-serif !important;
	height:38px;
	color:#444 !important;
	padding: .825em 0.4375em .625em 0.4375em !important;

	/*	TOP */
	-webkit-border-top-left-radius: 5px !important;
	-webkit-border-top-right-radius: 5px !important;
	-moz-border-radius-topleft: 5px !important;
	-moz-border-radius-topright: 5px !important;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;

	/*	BOTTOM */
	-webkit-border-bottom-right-radius: 5px !important;
	-webkit-border-bottom-left-radius: 5px !important;
	-moz-border-radius-bottomright: 5px !important;
	-moz-border-radius-bottomleft: 5px !important;
	border-bottom-right-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}

input.dateTimePickerBundle:focus, input.datePickerMonthly:focus, input.dateTimePickerSingle:focus {
	border:1px solid #d1d1d1 !important;	
	
	/*	BOTTOM */
	-webkit-border-bottom-right-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-radius-bottomright: 0px !important;
	-moz-border-radius-bottomleft: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

/*
.classBundle-court, .classBundle-coach, .classBundle-trainer {
	float:left;	
	width: 97%;
	width: 960px;
}
*/

.classBundle-court,				.classBundle-coach,				.classBundle-trainer,
.monthly-court,					.monthly-coach,					.monthly-trainer, 
.single-court,					.single-coach,					.single-trainer, 
.classBundle-court-disabled,	.classBundle-coach-disabled,	.classBundle-trainer-disabled,
.monthly-court-disabled,		.monthly-coach-disabled,		.monthly-trainer-disabled, 
.single-court-disabled,			.single-coach-disabled,			.single-trainer-disabled 
{
	float:left;	
	width: 308px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #999;
	margin:20px 2px 10px 9px;
	padding-bottom:1px;
}

.classBundle-court,		.monthly-court,		.single-court		{ background:#b6feac; }
.classBundle-coach,		.monthly-coach,		.single-coach		{ background:#c3e6ff; }
.classBundle-trainer,	.monthly-trainer,	.single-trainer		{ background:#fefbac; }


.classBundle-court-disabled,	.classBundle-coach-disabled,	.classBundle-trainer-disabled,
.monthly-court-disabled,		.monthly-coach-disabled,		.monthly-trainer-disabled, 
.single-court-disabled,			.single-coach-disabled,			.single-trainer-disabled 
{
	background:#DDD;
}


.addOnProductsToSchedule {
	float:left;
	width:946px;
	margin:10px 0 0 9px;
	padding:5px 5px 15px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #999;
	background: #faf3ff;
}
.addOnProductsLabel {
	font: normal 400 .95em 'Hind', sans-serif;
	color:#222;
	margin-left:8px;
	margin-botoom:8px;
}

.addOnItemContainer {
	float:left;
	height:42px;
	padding:0px;
	margin-right:20px;
	margin-left:3px;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	

	background:none !important;
	border:1px solid #999;
}

.addOnItemCheckbox {
	float:left;
	z-index:-1;
	width:40px;
	height:40px;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;

	/*
	border-top:1px solid green;	
	border-bottom:1px solid green;	
	border-left:1px solid green;
	*/

	background:#CDC;
}


.addOnItemName {
	float:left;
	z-index:-1;
	height:40px;
	padding:3px 20px 0 15px;
	font: normal 400 1.1em 'Hind', sans-serif !important;


	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 54px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;

	/*
	border-top:1px solid green;	
	border-bottom:1px solid green;	
	border-right:1px solid green;
	*/

	background:#DED;
}

.addOnItemName:before {
	content: '';
	display: inline-block;
	height: 100%; 
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
	/* For visualization 
	background: #808080; width: 5px;
	*/
 }
 
.addOnItemName > * {
	display: inline-block;
	vertical-align: middle;
 }


/*	Container Hover	*/
.icHover {
	border:1px solid #222;
}

/*	Checkbox Hover	*/
.cbHover {
	background:#96e84d;
	background:#87d641;
}

/*	Item Name Hover	*/
.inHover {
	background:#bdeb93;
}


/*	Container Selected	*/
.icSelected {
/*	border:1px solid #0D0;	*/
}

/*	Checkbox Selected	*/
.cbSelected {
	background: url("../images/addOnCB.png") center no-repeat, #87d641 ;
}

/*	Item Name Selected	*/
.inSelected {
	background:#bdeb93;
}


.scheduleDuration {
	float:left;
	width:308;
	margin-top:4px;
}

.DBox-scheduleDuration select {
	height:38px;
}


/*

#schedulingClients {
	display:none;
}

#schedulingClients {
	display:none;
}

#schedulingMonthly {
	display:none;
}

#schedulingClassBundle {
	display:none;
}

#schedulingSingle {
	display:none;
}

*/

.appt_edit_disabled {
	padding-top:10px;

	border:1px solid #444;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #CCC;

	/*
	background: repeating-linear-gradient(
		45deg,
		#DDD,
		#DDD 10px,
		#BBB 10px,
		#BBB 20px
	);
	*/
}



.scheduleFieldInValid {
	color: #A00;
	background:#FEE !important;			
	border:1px solid #F00;
}


.couponSelectionHidden {
	float:right;
	display:block;
	margin-right: 14px;
	width:0px;
/*	border:1px solid red;	*/
}

.couponSelectionVisible {
	float:right;
	display:block;
	margin-right: 14px;
	width:0px;
/*	border:1px solid red;	*/
}


.clientHasCoupon {
	width:252px !important;
}

.chosenCoupon {
	float: right;
	height: 38px;
}

.dtp:disabled,
.sdf:disabled {
	border:1px solid #444 !important;	
	background: #EEE !important;
	color: #222;
	opacity: 1;
}

.myChosenContainer {
	float: left;
	width:500px;
	height: 70px;
}

/* ******************************************************************************** */
/*								ADD NEW USER ON THE FLY								*/
/*																					*/
/*																					*/

#addNewUserContainer {
	border: 1px solid #444;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0px 0px 25px 15px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 25px 15px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 25px 15px rgba(0,0,0,0.50);

	position:fixed;
	width:500px;	
	margin-top: 30px;

	left: 50%;
	margin-left: -250px; /* Negative half of width. */
	background: #FFF !important;

	overflow: hidden;
	z-index:501;

	display:none;
	opacity:0;


/*	height: 530px;	*/
/*	top: 50%;		*/
/*	margin-top: -300px; /* Negative half of height. */
}

#addNewUserWindow {
	width:460px;
	margin : 20px;

/*	height: 490px;	*/
/*	margin-left: 10px;		*/
/*	overflow-y: scroll;		*/
}

#addNewUserWindow .header {
	width:100% !important;
	text-align: center !important;

	font-family: 'Hind';
	font-weight:400 !important;
	font-size:24px;
	line-height: 1.7em;
	color:#C63;	
}

#addNewUserWindow .datafield {
	background: #FFF;
}





/*----------------------------------------------------------*/
/*	DIALOG BOX STYLES 										*/
/*----------------------------------------------------------*/
.ui-dialog-titlebar-close,
.ui-icon-closethick {
	display: none;
}

.ui-dialog {
	top: 0;
	left: 0;
	padding: .2em;
	border:3px solid #ad4c22;
	background: #ad4c22;
	border:3px solid #FFF;
	background: #FFF;
}
.ui-dialog .ui-dialog-titlebar {
    width:100%;
    background: #8dd477;
    display: block;
    border: none;
}
.ui-dialog-title {
	float: left;
	width: 100% !important;
    text-align: center;
    margin: 0;
    padding: 0;
}


.ui-dialog .ui-dialog-content {
	border: 0;
	padding: 20px;
    font-size:18px;
    color:#CAAD75;
    background-color: #c2f68a;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
    background-color: #caf964;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    
}

.ui-dialog-buttonset{
	float: none !important;
	width: 30% !important;	
	margin: 0 35% !important;	
}

.ui-button {
	width: 100% !important;
	background: #8cd83a !important;
	border: none !important;
}

.ui-button-text {
	color: #222;
	font-family: 'Hind' !important;
	font-weight:600 !important;
	font-size:17px !important;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
    
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
    
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .yescls
{
    font-size:15px;
    color: #FFFFFF;
    width: 150px;
    background: #90C93E;
    
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .cancelcls
{
    font-size:15px;
    color: #FFFFFF;
    width: 150px;
    background: #F86379;
}

.ui-dialog {
	z-index: 500;
}

#dialogBox .displayName,
#dialogBox .displayAction,
#dialogBox .displayUserName,
#dialogBox .passwordIs,
#dialogBox .displayPassword {
	font-family: 'Hind' !important;
	text-align: center;
}


#dialogBox .displayName {
	color: #000;
	font-weight:600 !important;
	font-size:26px !important;
	line-height: 40px;
}

#dialogBox .displayAction,
#dialogBox .passwordIs {
	color: #444;
	font-weight:400 !important;
	font-size:18px !important;
	line-height: 25px;
}

#dialogBox .displayUserName {
	color: #F00;
	font-weight:600 !important;
	font-size:22px !important;
	line-height: 40px;
}

#dialogBox .displayPassword {
	color: #F00;
	font-weight:600 !important;
	font-size:18px !important;
	line-height: 36px;
}


/*----------------------------------------------------------*/
/*	END OF DIALOG BOX STYLES 								*/
/*----------------------------------------------------------*/





/*																					*/
/*																					*/
/*							END OF ADD NEW USER ON THE FLY							*/
/* ******************************************************************************** */






/* ******************************************************************************** */
/*							  PRODUCT TO SCHEDULE BUTTONS							*/
/*																					*/
/*																					*/

.productToScheduleButton {
	float: left;
	border: 1px solid #444;
	width: 325px;

	font: normal 14px 'Hind', sans-serif;
	color: #000;
	text-align: center;

	border-radius: 10px;
	-moz-border-radius: 10px;

	cursor:default;

	padding: 0.825em 0.4375em 0.625em 0.4375em;
	margin:  0.4em 0.8em;
}