body {
	/*background: -webkit-linear-gradient(#1C75CD 30%, #E6E6FA 60%, #1582EC);*/
	overflow: hidden;
	font-family: 'Droid Sans';
	padding: 0;
	margin: 0;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

#background {
	background-color: #093E83;
	background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px),
	linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px),
	linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px),
	linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
	background-size:100px 100px, 100px 100px, 20px 20px, 20px 20px;
	background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
	width: 100%; 
	height: 100%; 
	left: 0px; 
	top: 0px; 	
	position: fixed;
	z-index: -1;
}
.stretch {
    width:100%;
    height:100%;
}

#pseudo-body {
	background-image: -webkit-radial-gradient(50% 42%, ellipse farthest-side, rgba(240, 240, 240, 0.0), rgba(240, 240, 240, 0.0) 1%);
	-webkit-background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 47%;
	position: absolute;
	top: -190px;
	left: 0;
	right: 0;
	bottom: 115px;
	z-index: 1;
	overflow: hidden;
}

/*#bg-top {
	height: 100%;
	background: url(./img/bg.png);
	width: 100%;
	position: absolute;
	z-index: 2;
}*/


div#panel {
	position: absolute;
	top: 0px;
	/*right: 0px;*/
	left: 0px;
	height: 100%;
	width: 62px;
	background-color: #000;
	z-index: 20;
	/*padding: 0px 0px 40px 10px;*/
	box-shadow: 2px 2px 20px black; 	
}

div#panel div.menu {
	top: 73%;
	width: 40px;
	padding: 5px 0px 5px 15px;
	height: 50px;
	position: relative;
	float: bottom;
	cursor: pointer;
	background: transparent;
}

/***** CSS TRiangle *****/
ul.down-arrow:before {
  content:"";
  width:0px;
  height:0px;
  position:absolute;
  left: -18px;
  top:6px;
  border-width: 10px;
  border-style:solid;
  border-color:transparent #EEE transparent transparent;
  z-index: 21;
}
/***** CSS TRiangle end *****/

ul.down-arrow {
	z-index: 22;
	background: #EEE;
	width: 132px;
	display: none;
	padding: 2px 0 2px 0;
	margin: 0px;
	left: 70px;
	top: 6px;
	float: left;
	list-style: none;
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 0px;
	border-radius: 2px;
	-webkit-transition: left 0.5s ease-out;
	box-shadow: 0px 0px 20px black; 	
}

ul.down-arrow li {
	background: transparent;
	padding: 0 2px 0 2px;
	width: 128px;
	height: 24px;
	line-height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 0px;
	border-radius: 2px;
}

/*ul.down-arrow .down-arrow-bottom {
	background: yellow;
	width: 128px;
	height: 24px;
}*/

ul.down-arrow a {
	color: #1a1a1a;
	/*background: rgba(0,0,0,0.7);*/
	display: inline-block;
	height: 24px;
	width: 128px;
	padding: 0px;
	line-height: 26px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 1px 1px #EEE;
}

ul.down-arrow a:hover{
	background: #ccc;
	text-shadow: 0 1px 1px #eee;
	color: #1a1a1a;
	border-color: #000;
	border-style: solid;
	border-width: 0px;
	border-radius: 2px;
	text-decoration: none;
	cursor: pointer;
}

/*ul.down-arrow {
	text-shadow: 0 1px 1px #222;
	border-color: #000;
	border-style: solid;
	border-width: 0px;
	border-radius: 2px;
	color: #555;
}*/

li.session-selected a {
	text-shadow: 0 1px 1px #222;
	border-color: #000;
	border-style: solid;
	border-width: 0px;
	border-radius: 1px;
	background:   #667BA8;
	color: #fff;
}

li.session-selected a:hover {
	text-shadow: 0 1px 1px #222;
	border-color: #000;
	border-style: solid;
	border-width: 0px;
	border-radius: 1px;
	background: #667BA8;
	color: #fff;
}
div#center {
	position: absolute;
	padding-top: 50px;
	left: 0px;
	right: 0px;
	height: 400px;
	/*background-color: #000;*/
	text-align: center;
	z-index: 3;
}

div#users {
	position: fixed;
	/*top: 200px;*/
	left: 0px;
	right: 0px;
	height: 400px;
	-webkit-box-reflect:below 1px -webkit-gradient(linear, left top, left bottom, from(rgba(240, 240, 240, 0.0)), color-stop(0.7, rgba(240, 240, 240, 0.1)), to(rgba(240, 240, 240, 0.2)));
}

div#users > div.user {
	position: absolute;
	height: 85px;
	width: 85px;
	background-color: #101010;
	background: -webkit-radial-gradient(50% 1%, #c3c3c3, #101010);
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px, 0 1px 0 rgba(255,255,255,0.8) inset ,1px 0 0 rgba(255, 255, 255, 0.3) inset, -1px -1px 0px rgba(255, 255, 255, 0.3) inset;
	border-radius: 5px;
	border: solid 0px #101010;
	-webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#878787), to(#c1c1c1));
	-webkit-transition-property: top, left, width, height;
	-webkit-transition-duration: 1s;
	-webkit-transition-delay: 100ms;
	cursor:pointer;
	box-shadow: 0px 0px 20px black; 	
}

div.user.no-image {
	border-top: solid 1px #101010 !important;
}

div#users > div.user-selected {
	height: 150px;
	width: 150px;
	top: 0px;
	opacity: 1;
	border-radius: 7px;
	box-shadow: 0px 0px 20px black;
}

div#users > div.user > div.user-id-value,
div#users > div.user > div.user-name-value,
div#users > div.user > div.user-displayname-value,
div#users > div.user > div.user-session-value {
	display: none;
}

div#users div.user img.userimage {
	width: 85px;
	height: 85px;
	border-radius: 5px;
	-webkit-transition-property: top, left, width, height;
	-webkit-transition-duration: 1s;
	-webkit-transition-delay: 100ms;
}

div#users div.user-selected img.userimage {
	width: 150px;
	height: 150px;
	border-radius: 7px;
}
div#users div.userimgcont {
	position: absolute;
	top: 0px;
	left: 0px;
}
div.userimgcont div.imgoverlay {
	position: absolute;
	top: 2;
	left: 2;
	bottom: 2;
	right: 2;
	border-radius: 4px;
	z-index: 10;
	box-shadow: 1px 0 0 rgba(255,255,255,0.2) inset, -1px 0 0 rgba(255,255,255,0.2) inset, 0 1px 0 rgba(255,255,255,0.2) inset, 0 -1px 0 rgba(255,255,255,0.3) inset;
}
div.user-selected div.userimgcont div.imgoverlay {
	border-radius: 7px;
}
/*div#users div.user-selected div.userimgcont {
	height: 150px;
	overflow: hidden;
}*/
div.user > div.user-name-container {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: rgba(240, 240, 240, 0.3);
	height: 36px;
	text-align: center;
	width: 85px;
	line-height: 36px;
	opacity: 0;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 100ms;
}

div.user > div.user-name-container.no-image {
	opacity: 1;
	width: 85px;
	top: 36px;
}

div.user-selected > div.user-name-container {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	background-color: #101010;
	width: 150px;
	border-top: 0px solid #101010;
	opacity: 1;
	-webkit-transition-delay: 1s;
	-webkit-transition-duration: 1s;
	box-shadow: transparent; /*0 1px 0 #1a1a1a inset, 1px -1px 0 rgba(255,255,255,0.2) inset, -1px 0 0 rgba(255,255,255,0.2) inset;*/
	background: transparent; /*-webkit-radial-gradient(#333, #000);*/
}

div.user-selected > div.user-name-container.no-image {
	border: none;
	box-shadow: none;
	width: 150px;
	top: 82px;
	color: #101010;
}
div.user > div.user-name-container > div {
	vertical-align: middle;
	padding: 4px;
	font-size: 16px;
	font-family: Droid Sans;
	font-weight: bold;
	color: #eee;
	line-height: 100px;
	white-space: nowrap !important;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 1px 1px 1px #000;
	cursor: default;
}

/* Input Text */

.input-r {
	padding-right: 0px;
	background: rgba(240, 240, 240, 0.0); /*url("./img/input.png") top right no-repeat;*/
	height: 28px;
	margin: 0 0 9px;
	display: inline-block;
	border-radius: 8px;
	border-color: rgba(0,0,0,0);
	border-style: solid;
	border-width: 0px;
}
.input-r.logregpass {
	float: center;
}
.input-l {
	padding-left: 5px;
	background: rgba(240, 240, 240, 0.0); /*url("./img/input.png") no-repeat 0 -26px;*/
	height: 28px;
}
.input-c {
	background: rgba(240, 240, 240, 0.0); /*url("./img/input.png") 0 -52px;*/
	height: 28px;
	line-height: 24px;
} 

.input-c input{
	background: #eee;
	border-width: 2px;
	border-radius: 5px;
	border-color: #222;
	border-style: solid;
	height: 28px;
	font-size: 14px;
	color: #000;
	text-align: center;
	box-shadow: 0px 0px 10px black;
}

.input-c input:focus{
	outline: none;
}

div#password-box {
	position: absolute;
	width: 200px;
	height: 40px;
	top: 55%;
	left: 50%;
}

.alert {
	display: inline-block;
	margin: 0 auto;
	min-width: 310px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.7);
	clear: both;
	position: relative;
	top: 65%;
	color: #FFF;
	font-size: 12px;
	text-shadow: 0 2px 0 #000;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	line-height: 20px;
	box-shadow: 0px 0px 20px black; 	
}
.user-selected .logged-in {
	display: none;
	opacity: 0;
}
.logged-in {
	width: 22px;
	height: 22px;
	background: url(./img/loggedin.png);
	position: absolute;
	bottom: 2px;
	right: 2px;
	z-index: 2;
}
#logo {
	background: url(./img/ramayana.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0%;
} 
.archive {
	left: 0%;
}

#clock {
  /*background-color: rgba(0,0,0,0);
  border-width: 15px;
  border-color: rgba(0,0,0,0);
  border-style: solid;
  border-radius: 2px;*/
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 100px;
  z-index: 15;
  text-align: center;
  color: #ddd;
  text-shadow: 2px 2px 2px #000;
  cursor: default;
}

#clock-time {
  display: block;
  font-size: 3em;
}

#clock-date {
  font-size: 1.2em;
}
