.ui-bar-b {
	border: 1px solid 		#456f9a /*{b-bar-border}*/;
	background: 			#5e87b0 /*{b-bar-background-color}*/;
	color: 					#fff /*{b-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 1px /*{b-bar-shadow-radius}*/ #3e6790 /*{b-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #6facd5 /*{b-bar-background-start}*/), to( #497bae /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/);
}

.ui-header .ui-title, .ui-footer .ui-title { min-height: 1.1em; text-align: center; font-size: 16px; display: block; margin: .6em 30% .8em; padding: 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important; }
.ui-li-heading { font-size: 16px; font-weight: bold; display: block; margin: .6em 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea { 
	 margin:0px; padding: 2px; height:auto;color:black;
}

.ui-widget-content a
{
	color: #23a6ef;
}

a
{
	cursor:pointer;
}

img
{
	border-width:0px;
}

.bold
{
	font-weight:bold;
}

table
{
  border-spacing:0;
  border-collapse:collapse;
}



body {
	margin: 0px;
	-webkit-text-size-adjust: none;
}


table.normal
{
	border:0px;
	width:100%; 
}

table.normal td
{
	padding:0px;
}

.ui-listview li { list-style:none; padding:0; }

#header {
	top: 0;
	left: 0;
	height: 50px;
	line-height: 50px;
	width: 100%;
	z-index:100;



	position: fixed;
	background-color: #898989;
	overflow:hidden;
}

#banner {
	position:absolute;
	width: 459px;
	height:50px;
	/*background-image: url('./images/banner.png');*/
	background-repeat:no-repeat;
	right:60px;
	cursor:pointer;
}

#banner1
{
	position:absolute;
	width: 240px;
	height:50px;
	right:60px;
	font-size:28px;
	display:none;
	text-wrap:none;
	cursor:pointer;
}

#switchLanguage
{
	position:absolute;
	right:0px;
	width:60px;
	color:white;
	font-size:18px;
	text-align:center;
	cursor:pointer;
}

#headerspacer {
	height: 75px; z-index: 0;
}

#menuView ul {
	margin-right:10px;
	margin-left:5px;
	margin-bottom:2px;
}
#menuView li {
	list-style: none;
	border-bottom: 1px solid #787878;
	width: 100%;
	text-align: left;
	color:white;
	line-height: 36px;
	padding-left:5px;
}

#menuView li.weekviewlink 
{
	display:block;
}

#menuView li:last-child {
	border-bottom: 0px solid #999;
}

#menuView li a {
	font-size:16px;
}

#menuView a {
text-decoration: none;
line-height: inherit;
}

#topPlaceHolder
{
	height:50px;
}

#content{
	/*margin-top:50px;*/
}

#sidePanelToggleButton
{
	display:block;
}


.clearfix::after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}

.clearfix { display: block; }



#toggleSidePanel {
	position:absolute;
	left:20px;
	top:7px;
	width: 36px;
	height: 36px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	background-image:url('../images/hamburger.png');
	background-position:center;
	 background-repeat:no-repeat;
	 display:none;
	 cursor:pointer;
}

#toggleSidePanel.unfolded 
{
	background-color:#616161;
}


#homeIcon {
	position:absolute;
	left:20px;
	top:7px;
	width: 36px;
	height: 36px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	background-image:url('./images/home.png');
	background-position:center;
	 background-repeat:no-repeat;
	 cursor:pointer;
}

.sidePanelbar
{
	height:0px;
	background-color:transparent;
}

#divCategoryName
{
	margin-bottom: 10px;
}

.menulbar{	height:5px;	background-color:#616161;}


.toggleCategoryIcon
{
	width:32px;
	height:32px;
	background-image:url('../images/nodes.png');
	background-position:center;
	 background-repeat:no-repeat;
	 display:inline-block;
}



#toggleCategory.selected 
{
	background-color:#616161;
}

.sideToggle
{
	float: left;
	height: 55px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	 width:50%;
	background-color:#a9a9a9;

}
.sideToggle:last-child
{
	border-right:none;
}


.toggleButtonIconContainer
{
	top:50%;position:relative;margin-top:-20px;
	cursor:pointer;
}

.toggleMenuIcon
{
	width:32px;
	height:32px;
	background-image:url('../images/calendar.png');
	background-position:center;
	 background-repeat:no-repeat;
	 display:inline-block;
}

.toggleIconNoTab
{
	 float: left; margin-right: 15px; 
	 margin-top:4px;
}


.toggleSearchIcon
{
	width:32px;
	height:32px;
	background-image:url('../images/search.png');
	background-position:center;
	 background-repeat:no-repeat;
	 display:inline-block;
}

#toggleMenu.selected 
{
	background-color:#616161;
}

#toggleSearch.selected 
{
	background-color:#616161;
}

.toggleButtonText
{
	font-size:10px;
	color:White;
}

.toggleButtonTextNoTab
{
	 font-size: 20px;  top: 12px; 
	 position:relative;
}


#headerButtons {
	display: block;
	float: right;
}

#headerButtons div {
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	/*border-left: 1px solid #fff;*/
	float: left;
	display: block;
	color: #fff;
}


#sidePanel {
	margin-bottom: 1.250em;
	width: 299px;
	height: 100%;
	float: left;
	background-color:#616161;
	border-right: 1px solid #ddd;
	z-index: 88;
	position: fixed;
	visibility:collapse;
	left: 0px;
	top:50px;
}

#sidePanel a 
{
	color:White;
}



#divCategory{
	margin-top:10px;
	padding-left:5px;
	padding-top:5px;
	font-size:16px;
	/*margin: 0.75em 1.25em;*/
	width: auto; 
	/* Firefox */
	height: -moz-calc(100% - 115px);
	/* WebKit */
	height: -webkit-calc(100% - 115px);
	/* Opera */
	height: -o-calc(100% - 115px);
	/* Standard */
	height: calc(100% - 115px);	
	overflow: auto; 
	-webkit-overflow-scrolling: touch;
	position: relative; 
}

.categorydiv
{
	padding-bottom:20px;
}

a.taxonomy 
{
	font-size:16px;
}

.categorybreadcrumb
{
	padding:5px 5px 5px 10px;
	background-color:#e0f2fd;
	margin-left:-10px;
}

#menuView{
	display:block;
	border-bottom: 1px solid #787878;
	text-align: center;
	z-index:100;
	margin-right:10px;
	overflow-x:hidden;
		/* Firefox */
	height: -moz-calc(100% - 55px);
	/* WebKit */
	height: -webkit-calc(100% - 55px);
	/* Opera */
	height: -o-calc(100% - 55px);
	/* Standard */
	height: calc(100% - 55px);	

}

.seperateLine
{
	display:none;
	height:50px;
	background-color:#898989;
	margin-right:10px;
	padding-left:15px;
	padding-top:2px;
	margin-bottom:3px;
}


#taxonomyTreeView
{
	display:none;
	margin-right:10px;
	overflow-x:hidden;
}
#searchView{
	display:block;
	border-bottom: 1px solid #ddd;
	text-align: center;
	display:none;
	z-index:100;
	margin-right:10px;
	overflow-x:hidden;
}



#contentMain
{
	margin-left:305px;
	color:#333;
}

/* .placeHolder1
{
	height:10px;position: fixed;width:100%;
	background-color:White;
	margin-top:-10px;
	z-index:5;
	display:none;
} */

.titleText
{
	color:White;
}

#divSearch
{
	padding:5px;
}

#divSearch .searchTitle
{
	margin-left:5px;
	margin-bottom:5px;
	color:#fff;
}


#txtSearch
{
	margin:0px;
	border-radius: 0px;

}


a.nodecoration:link {
	color: black;
	text-decoration: none;
}

a.nodecoration:visited {
	color: black;
	text-decoration: none;
}

.categoryshowall
{
	margin-left:5px;
	padding:5px 5px 5px 5px;
	border-radius: 0px;
	background-color:#616161;
	color:White;
}


.nofilterselected
{
	background-color:#23a6ef;
	display:inline-block;
}

.categoryroot
{
	margin-left:10px;
	margin-bottom:2px;
	margin-top:2px;
}

.categoryitem
{
	margin-left:20px;
	margin-bottom:2px;
	margin-top:2px;
}

.taxonomyselected
{
	font-size:16px;
}

span.categorySpan
{
	line-height:36px;
}

span.categorySpanSelected
{
	line-height:36px;
	background-color:#23a6ef;
	color:White;
	padding:5px 5px 5px 0px;
}

img.categoryIcon
{
	margin-top:-3px;
	height:15px;
	width:15px;
	vertical-align:middle;
	margin-right:0px;
	cursor:pointer;
}

span.categoryIconSpaceHolder
{
	display:inline-block;
	margin-top:-3px;
	height:15px;
	width:15px;
	vertical-align:middle;
	margin-right:0px;
	cursor:pointer;
}



#divContent
{
	position:relative;
	padding-top:10px;
	margin-right:5px;
}






#messageDiv {
background-color:red;
bottom:0px;
display:block;
left:0px;
position:fixed;
width:100%;
z-index:999;
padding: 0.5em;
color:White;
display:none;
font-size:16px;
}

#messageDivClose {
    float:right;
    margin-top:5px;
    margin-right:5px;
    cursor:pointer;
}


#divErrorIcon {
	bottom:0px;
	display:block;
	left:5px;
	position:fixed;
	width:24px;
	height:24px;
	z-index:1000;
	font-size:16px;
	background-image:url("./images/errorMessageIcon.png");
	background-position:center;
	background-size:contain;
	display:none;
}

#divErrorMessage
{
	color:white;
	display:none;
}

#divWarningIcon {
	bottom:0px;
	display:block;
	left:5px;
	position:fixed;
	width:24px;
	height:24px;
	z-index:999;
	font-size:16px;
	background-image:url("./images/errorMessageIcon.png");
	background-position:center;
	background-size:contain;
	display:none;
}

#divWarningMessage
{
	color:white;
	display:none;
}


#divLoggingInfo {
	bottom:0px;
	display:block;
	right:0px;
	position:fixed;
	z-index:999;
	font-size:14px;
    width:100%;
    background-color:#898989;
    text-align:right;
    padding: 5px 2px 4px;
    color: white;
}

#lnkLogout {
    color: white;
    border: white 1px solid;
    margin: 1px 2px;
}

#loadingDiv
{
	background-color:#a0a0a0;
	background-image:url('../images/loading-m.gif');
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0.5;
	display:none;
	z-index:10000;
	margin-top:-50px;
}

a.nofilter
{
	background-color:white;
	color:#c0c0c0;
	font-size:12px;
	padding:2px;
	margin-right:3px;
}

div.eventStatus
{
	position:absolute; 
	right:0px;
	top:0px;
	line-height:14px;
	border-width:0px;
	padding:5px;
	height:100%;
}

div.eventTableNotStarted 
{
	background-color:#4f1e9f;
	color:white;
}

div.eventTableStarted 
{
	background-color:green;
	color:white;
}

div.eventTableOpened
{
	background-color:green;
	color:white;
}


div.eventTableInCamera 
{
	background-color:red;
	color:white;
}

div.eventTableEnded 
{
	background-color:#23a6ef;
	color:white;
}

div.eventTablePaused 
{
	background-color:orange;
	color:white;
}

div.eventTableCancelled 
{
	background-color:purple;
	color:white;
}

div.eventTableUnknown 
{
	background-color:#900000;
	color:white;
}

li.selectedMenu
{
	padding-left:5px;
	background-color:#23a6ef;
}
.row {min-width: 200px;width:100%;}
.column, .columns {  padding:0px 5px 0px 0px;  }

/* Small desktop and below */
@media (max-width: 1130px) {
	#sidePanel { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
}

/* small desktop / tablet landscape */
@media (min-width: 1000px) and (max-width: 1130px) {
	#sidePanel { width: 269px; }
	#contentMain {margin-left:275px;margin-right:5px;	}
	table.dayviewHourTable td.dayviewHour
	{
		font-size:12px;
	}
}

@media (max-width: 1000px) 
{
	#toggleSidePanel { display: block; }
	#homeIcon
	{
		display:none;
	}
	#sidePanel {  margin-left: 0px;  display:none;  box-shadow: 0px 0px  16px rgba(0,0,0,0.5); }
	.sidePanelbar{	height:5px;	background-color:#616161;}
	.categorybreadcrumb
	{
		margin-left:0px;
	}

	table.dayviewHourTable td.dayviewHour
	{
		font-size:10px;
	}

/*	#sidePanel.unfolded { position: fixed; margin-left: 0px; display: block; border-right: 1px solid #fff;overflow:scroll; }*/
/*	#sidePanel.unfolded { position: absolute; margin-left: 0px; display: block; border-right: 1px solid #ddd;top:0px; } */
	#contentMain {margin-left:0px; margin-right:0px;	}
	#divContent{margin-left:5px; margin-right:5px;}
}
.messageDialogConfirm
{
	margin-top:10px;
}
.messageDialogConfirmfalse
{
	display:none;
}
.messageDialogConfirmFalse
{
	display:none;
}

.closeWarning
{
	color:white;
	position:absolute;
	top:2px;
	right:5px;
}

@media (max-width: 800px) 
{
	img.categoryIcon
	{
		margin-top:0px;
		height:25px;
		width:25px;
		vertical-align:middle;
		margin-right:0px;
		cursor:pointer;
	}

	table.dayviewHourTable td.dayviewHour
	{
		font-size:8px;
	}
}
@media (max-width: 600px)
{

	#switchLanguage
	{
		background-color:#353535;
	}

	#banner1
	{
		display:inline;
	}

	#banner
	{
		display: none;
	}
	div.inputform
	{
		max-width:600px;
	}
}

.notmobile  span.categorySpan
    {
        line-height:25px;
    }
 .notmobile span.categorySpanSelected
    {
        line-height:25px;
    }

body.simpleview #header
{
	display:none;
}

body.simpleview #topPlaceHolder
{
	display:none;
}

body.simpleview #sidePanel
{
	display:none;
}

body.simpleview #contentMain
{
	margin-left:0px;
}


body.bannerview #sidePanel
{
	display:none;
}

body.bannerview #contentMain
{
	margin-left:0px;
}

body.bannerview #homeIcon
{
	display:none;
}

body.bannerview #toggleSidePanel
{
	display:none;
}



@media (max-width: 480px) {
	.detailThumbnail
	{
		position:relative; background-color:#f0f0f0;text-align:center;right:auto;top:auto;
	}
	
	table.dayviewHourTable td.dayviewHour
	{
		font-size:6px;
	}

	div.dayviewheader {
		font-size: 14px;
		position: relative;
		display:inline-table;
	}
	


	.column, .columns {  padding:0px 5px 0px 5px;  }
	div.inputform
	{
		max-width:480px;
	}
}


@media (max-width: 380px) {
	#banner1
	{
		display:none;
	}
	div.inputform
	{
		max-width:380px;
	}
}
@media (min-height:800px)
{
	#searchView{
		border-bottom: 0px solid #a9a9a9;
	}
	
	#menuView{
		border-bottom: 0px solid #a9a9a9;
	}


	.toggleButtonIconContainer
	{
		cursor:default;
	}
}

#divCountDown
{
    display: none;
}


