html {
    height: 100%;
	font-family : verdana;
	background : white;
}
.applist_body{
	background : white;
	height: 500px;
}
.applist_all{
	height : 100%;
	
	display: inline-block;
}
.div_applist_header{
	vertical-align :middle;
	height : 50px;
}

.applist_button_border{
	height : 60%;
	/*border: 2px outset #f2f0f0;*/
	padding : 20px;

	border-top-left-radius:7em;
	border-top-right-radius:0em;
	border-bottom-right-radius:7em;
	border-bottom-left-radius:0em;
	
	display: inline-block;
	
	/*background : #e5e3e3;8*/
	
	border-top-style:solid;
	border-top-width:15px;
	border-top-color:#003300;
	
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#003300;
	
	border-right-style:solid;
	border-right-width:30px;
	border-right-color:#006633;
	
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#006633;
}
.applist_button{
	/*margin-right: auto;*/
	/*padding : 5px;*/
	/*background: #ffffff;*/ /* for non-css3 browsers */
	/*background: #627d4d;*/
	/*background: #fe941b;*/

	/*-webkit-border-radius: 6px;*/
	/*-moz-border-radius: 6px;*/
	/*border-radius: 8px;*/
	/*
	border:1px inset;*/
	display:inline-block;

	width : 120px;
	height : 170px;
	cursor : pointer;
	/*box-shadow: 0 2px 4px rgba(0,0,0,0.5);*/
	transition: all 0.15s linear;
	overflow: hidden;
}

.applist_logout{
	background: transparent; /* for non-css3 browsers */
	cursor : pointer;
	font-family : Arial;
}

.applist_table{
	width:800px;
	height:100px;
}
.applist_table td{
	padding : 0px;
}
.applist_gradient{
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff'); /* for IE */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff)); /* for webkit browsers */
/*	background: -moz-linear-gradient(top,  #ccc,  #fff); /* for firefox 3.6+ */
/*height: 100%;*/
	width: 100px; height: 100px;

	display: flex;
	justify-content: center;
	align-items: center;

	border-radius: 50%;
}
.applist_button_img{
	width : 60px;
	height : 60px;
	margin: 10px auto 10px;
	transition: all 0.2s;
	/*transform: scale(0.75);*/
}
.applist_button:hover{

	/*box-shadow: 0 3px 20px rgba(0,0,0,0.4), 0 7px 13px rgba(0,0,0,0.2);*/
	opacity: 0.8;
}
.applist_button:hover img {
	transform: rotateY(180deg);
	/*-webkit-filter: blur(0.05em);*/
}
.applist_logout:hover{
	
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	/* IE 5-7 */
	/*filter: alpha(opacity=50);*/

	/* Netscape */
	/*-moz-opacity: 0.5;*/

	/* Safari 1.x */
	/*-khtml-opacity: 0.5;*/

	/* Good browsers */
	/*opacity: 0.5;*/
	
	/*width : 100px;*/
	/*height : 100px;*/
	
	cursor : pointer;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.applist_circle
{
	position: absolute;
	margin-top:-30px;
	margin-left:-20%;
	width: 300px;
	height: 300px;

	-moz-border-radius: 500px;
	-webkit-border-radius: 500px;
	border-radius: 500px;
	
	border-top: #383838  20px solid;
	border-right: #383838 20px solid;
	border-bottom: #383838 20px solid;
	border-left: #383838 20px solid;
	
	background:#484848 ;
}

.applist_footer{
	font-family:"Verdana", verdana, sans-serif;
	font-size:15px;
	font-weight:bold;
}

.admin_label {
	width: 100%; height: calc(100% - 120px);
	background: #fff;
	/*border-bottom: 1px solid #627d4d;*/
	z-index: 10;
	display: flex;
}
.admin_label p {
	/*margin: 13px auto 0;*/
	margin: 0 auto;
	/*padding: 10px;*/
	white-space: normal;
	font-size: 13px;
	align-self: center;
}