body
{
	margin: 0;
	padding: 0;
	color: black;
	font: normal 9pt Arial,Helvetica,sans-serif;
	
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 0 0px 0 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 1em Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

#menucolumnf{
	position:absolute;
	width:200px;
	background-color: #B7D6E7;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	left:0px;
}

.menutoggle{
	position:absolute;
	right:0px;
	cursor: pointer;
	background-color:#6FACCF;
	top:0px;
	padding:3px;
	border-radius: 10px;
	padding: 10px 5px 10px;
}

.menutoggle img{
	height: 20px;	
}

#menucolumncontainer{	
	vertical-align:top;
	padding:0;
	margin:0;
	/*background-color:#EFFDFF;*/
	width:200px;
}

#menucolumnf .menulabel{
	width:100%;
}

#menucolumnf .menulabel .mtitle,#menucolumnf .menulabel .icon{
	text-align: center;
	font-weight: bold;
	color:#0066A4;
}

@media (max-width: 1200px) {
	#menucolumncontainer{	
		width:0px;
	}

	#menucolumnf{	
		left:-190px;
	}

	.menutoggle{	
		right: -19px;
		transform: rotate(180deg);		
		padding: 10px 5px 10px;
	}

	.menutoggle img{
		height: 40px;	
	}
	
  }


  /*MENU INDEX*/
  .titlem{
	width:100%;
	}


	.menuapps{
		padding-top: 20px;
	margin:auto;
	
	width:50%;
	}

  .contentapps{
	
	display: flex; /* or inline-flex */
	width:100%;
	flex-direction: row;
	/*border:1px solid red;*/
	
	flex-wrap:  wrap ;
	justify-content: flex-start;
	align-content: flex-end;
  }
  
 
  .contentapps .item{
	/*border:1px solid;	*/
	margin:0 10px 10px;
	
	flex-flow:  wrap;
	width:80px;
	height:50px;
	/*border:1px solid green;*/
	padding:10px;
	
	/*box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;*/
	background-color: #85BAD8;
	background-image: linear-gradient(160deg, #85BAD8 0%, #519CC6 100%);
	border-radius: 0.6rem;
	

	text-align: center;
	
	font-weight: bold;

	

  }

  .contentapps  a,.contentapps .item a:visited{
	color: white;
	text-decoration: none;
	display: block;

  }

  


  
@media (max-width: 1200px) {
	.menuapps{
		
		width:100%;
	
	  }
	
  }