* {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html {
	width:100%;
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ddd !important;
	margin:0px;
	height:100%;
}
img {
	width:32px;
	height:32px;
}
img:active {
	background-color:#999;
}
#divback {
	width:32px;
	height:32px;
	float:left;
}
#back {
	
}
#menu_mobile {
	display:none;
}
.menu_datepicker {
	/*font-size:24px;*/
	padding:8px 2px 2px;
}
.menu_datepicker input{
	font-size:21px;
}
#wrapper {
	
}
#header {
	z-index:1;
	position:fixed;
	top:0;
	left:0;
	height:28px;
	width:100%;
	background-color:#333;
	border-bottom:2px solid #545454;
	color:#CCC;
	padding:12px 0;
	text-align:center;
	font-size:24px;
}
#header_left {
	float:left;
	text-align:left;
	width:33%;
}
#header_left > img {
	vertical-align:middle;
}
#header_center {
	float:left;
	text-align:center;
	width:33%;
}
#header_right {
	float:left;
	text-align:right;
	width:33%;
}
#header_right > img {
	padding:2px 12px;
	vertical-align:middle;
}

#menu_left {
	position:fixed;
	top:53px;
	left:0;
	bottom:53px;
	overflow-y:auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:32%;/*431px;*/
	border-right:2px solid #545454;
}
#menu_container,#content_container {
    width:100%;
    height:100%;
    overflow:hidden
}
#menu_inner,#content_inner {
    width:200%; 
    height: 100%;
}
#menu_session,#content_session {
	overflow-y:auto;
	float:left;
    width:50%;
    height: 100%;
}

#menu_agenda,#content_document {
	overflow-y:auto;
	float:left;
    width:50%;
    height: 100%;
}
.list_title {
	/*height:21px;*/
	/*font-size:18px;*/
	font-weight:bold;
	padding:8px 8px 5px;
	color:#FFF;
	background:#aaaaaa;
	border-bottom:1px solid #808080;
}
.list_item {
	/*font-size:18px;*/
	padding:1px 3px;
	background:#fff;
	border-bottom:1px solid #808080;
	cursor:pointer;
}
.list_item:active {
	background-color:#b0d5ff;
}
.list_item_datetime {
	/*font-size:22px;*/
	padding:0 0 3px 0;
	font-weight:bold;
}
.list_item_session {
	font-size:14px;
	color:#bbbbbb;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
#content {
	overflow:auto;
	position:fixed;
	top:53px;
	right:0;
	bottom:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:68%;/*1007px;*/
	border-left:1px solid #545454;
	/*font-size:24px;*/
}
h3 {
	margin:26px 32px 14px;
	color:#606060;
	font-size:18px;
}
.group {
	/*font-size:23px;*/
	margin:0 32px 0;
	background-color:#FFF;
	border-radius:10px;
}
#menu_left .group {
	margin:0 12px 0;
}
.session .item_desc,.documents .item_desc {
	font-weight:bold;
}
.item {
	/*height:52px;*/
	border-bottom:1px solid #ddd;
	clear:both;
	/*line-height:23px;*/
	vertical-align:bottom;
}
.attachment ,.documents .item {
	cursor:pointer;
}
.attachment:active,.documents .item:active {
	background-color:#b0d5ff;
}

.item_title {
	font-weight:bold;
	text-align:right;
	width:135px;
	padding:14px 5px;
	color:#888;
	/*font-size:18px;*/
	display:table-cell;
}
#menu_inner .item_title {
	width:80px;
}
.documents .item_title {
	width:62px;
}
#menu_inner .documents .item_title {
	width:32px;
}
.attachment {
	display:table;
	width:100%;
	background:url(webapp/link_arrow_dark.9.png) no-repeat center right 12px;
	background-size:32px;
}
.item_desc {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	text-align:left;
	padding:14px 5px;
	/*font-size:21px;*/
	display:table-cell;
}
.item_desc_after {
	width:32px;
	display:table-cell;
}
#state {
	position:fixed;
	width:32%;
	bottom:0;
	padding:8px 0;
	height:36px;	
	background-color:#333;
	border-top:2px solid #545454;
	text-align:center;
	font-size:14px;
	color:#ccc;
}
@media (max-width: 800px) {
	* {
		font-size: 99% !important;
	}
	#header {
		padding:8px 0;
		position:static;
		height:68px;
	}
	#header_top {
		font-size:9px !important;
	}
	#header_top>* {
		height:11px;
	}
	#header img {
		display:none;
	}
	#menu_left {
		display:none;
	}
	#content {
		top:83px;
		width:100%;
	}
	.group {
		margin: 0 12px 0;
		
	}
	.item {
		height:auto;
		line-height:auto;
	}
	.item_title {
		width:86px;
	}
	#menu_mobile {
		margin:0 auto;
		padding:0;
		clear:both;
		display:table;
		text-align:center;
	}
	.ui-field-contain {
		display:table-cell !important;
		padding:0 !important;
		max-width:110px !important;
		margin:0 !important;
	}
	.ui-field-contain>label {
		float:none !important;
	}
	.ui-select {
		border:1px solid #ccc !important;
		border-radius:4px;
	}
	.datepicker {
		color:#CCC;
		height:2.5em;
	}
}
@media (max-width: 450px) {
	#content {
		top:95px;
	}
}
.ui-dialog{background:#FFF !important;}
.ui-widget{font-family: Arial,Helvetica,sans-serif !important;
    font-size: 12px; !important}
.ui-widget-overlay {
   background: #000 50% 50% repeat-x;
   opacity: .80;
   filter: Alpha(Opacity=80);
}
