/*@font-face
{
	font-family: 'Didact Gothic';
	src: url(fonts/Didact_Gothic/DidactGothic.ttf);
}

@font-face
{
	font-family: 'Roboto';
	src: url(fonts/Roboto/Roboto-Light.ttf);
}

@font-face
{
	font-family: 'Muli';
	src: url(fonts/Muli/Muli-Light.ttf);
}

@font-face
{
	font-family: 'Quattrocento Sans';
	src: url(fonts/Quattrocento_Sans/QuattrocentoSans-Regular.ttf);
}*/

html{
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box; 
}

body
{
    padding: 0px;
    margin: 0; height: 100%;
	background: #3c3b37;
	color: #000;
	font-family: "Ubuntu light", ubuntu;
	font-size: 0.9em;	
}

body.login{
	background: #070f4b;
	
	background-repeat:  no-repeat;
	background-image: url("img/login_screen.png");/*url("img/ZenBG-1.png"), url("ZenBG-2.png");*/
	background-repeat: repeat-x, repeat;
	
	
	
}

#login{
	position: relative;
	top: 200px;
	margin-left: auto ;
    margin-right: auto ;
	align: center;
	border-radius: 5px;
	width: 400px;
	height: 220px;
	padding: 0px;
	color: #ffffff;
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.1) 20%, rgba(255,255,255,0.1) 80%, rgba(255,255,255,0.5) 100%); /* Chrome10+,Safari5.1+ */
	-webkit-box-shadow: inset 0px 0px 13px 0px rgba(255,255,255,0.75);
	/*background: rgba(255,255,255,0.4);*/
	/*background-image: -webkit-gradient(
		linear, left top, left bottom, from(rgba(50,50,50,0.8)),
		to(rgba(80,80,80,0.2)), color-stop(.5,#333333);*/
);
}

#logintitle{
	float: left;
	clear: left;
	width: 180px;
	height: 200px;
	display: block;
	/*background-color: #ff0000;*/
	background-image: url("img/login_header.png");
	background-repeat: no-repeat;
}

#loginform{
	padding: 20px;
	float: left;
	clear: right;
	width: 180px;
	height: 160px;
	/*font-weight: bold;*/
}

#header{
	/*background-color: #ffffff;*/
	/*border-bottom: #cccccc solid thin;*/
	position: relative;
	width: 850px;
    height: 60px;
    background-image: url('img/header.png');
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
	float: left;
	clear: both;
	
}
#main{
	/*background-color: #ffffff;*/
	position: relative;
	float: left;
	clear: both;
	display: block;
    padding: 5px;
    margin: 0px 20px 0px 20px;
	width: 800px;
	/*border: 1px solid #000000;*/
	overflow-y: auto;
	overflow-x: hidden;
}

#bottom
{
	background-color: #eeeeee;
	position:fixed;
    bottom:0px;
    width:100%;
    height: 1.5em;
	font-size: 0.8em;
	border-top: solid thin #aaaaaa;
	background-color: #cccccc;
    
}

/* WAIT */
#loading-indicator {
  position: absolute;
  left: 300px;
  top: 100px;
}


/*   TABS   */

.lmd_tab_content{
	display: block;
	float: left;
	clear: both;
	width: 100%;
	/*height: 100%;*/
	height: 430px;
	background-color: #ffffff;
	/*box-shadow: #999 0px 0px 7px 0px;*/
	overflow-y: auto;
}

.lmd_tab_selector{
	display: block;
	float: left;
	clear: both;
	height: 30px;
	width: 100%;
	overflow: hidden !important;
	border-bottom: solid 2px #2f91f5;
	/*background-color: #d9e0e4;   ORIG */
	background-color: #3c3b37;
	margin-top: 10px;
	
	/*padding: 3px 3px 0px 3px;*/
}

.lmd_tab{
	/*box-shadow: #ddd 0px -2px 2px 0px;*/
	display: block;
	float:left;
	width: 150px;
	/*height: 33px;*/
	height: 22px;
	/*text-align: center;*/
	margin: 0px;
	padding: 6px 0px 0px 6px;
	/*background-repeat: no-repeat;
	background-position: center;
	background-color: #0000ff;*/
	/*border: 1px solid #d7d7d7; ORIG */
	
	color: #696969;
	/*background-image: url('icons/accessories-text-editor.png');*/
}


#lmd_tab_changer{
	display: block;
	float:left;
	width: 30px;
	height: 28px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #696969;
	/*background-color: #c9c9c9; ORIG */
	background-color: #eaa00b;
	border-bottom: 2px #c9c9c9 solid;
	padding-top: 8px;
	border-radius: 2px;
	/*box-shadow: #999 0px 0px 7px 0px;*/
	/*background-repeat: no-repeat;
	background-position: center;*/
}

#lmd_tab_changer{
	cursor: pointer;
}

.Selected{
	/*background-color: #6bc3ff; ORIG */
	background-color: #2f91f5;
	color: #ffffff;
	/*background-color: #ffffff;*/
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpi2r9//38gYGAEESAAEGAAasgJOgzOKCoAAAAASUVORK5CYII=);*/
	/*border-top: 2px solid #2573eb;*/
	border-bottom: 2px solid #2f91f5;
	/*border-radius: 5px 5px 0px 0px;
	/*border-bottom: 1px solid #ffffff;*/
	

}

.Unselected{
	/*background-color: #ffffff; ORIG */
	/*background: -webkit-linear-gradient(#3c3b37,#3c3b37, #3c3b37, #2f91f5);*/
	background-color: #3c3b37;
	/*border-color: #3c3b37;*/
	color: #eaa00b;
	
	/*background-color: #d7d7d7;
	border-top: 2px solid #d7d7d7;*/
	/*border-top: 1px solid #d7d7d7; ORIG
	border-bottom: 1px solid #d7d7d7;   ORIG*/
	/*background-position: center;*/
}
.Unselected:hover{
	/*background-color: #d7d7d7; ORIG*/
	cursor: pointer;
	background-color: #4dafff;
	
	color: #000000;
	/*background-color: #ffffff;*/
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpi2r9//38gYGAEESAAEGAAasgJOgzOKCoAAAAASUVORK5CYII=);*/
	/*border-top: 2px solid #2573eb;*/
	border-bottom: 2px solid #4dafff;
	
	
}

.lmd-text-tab{
	margin-left: 5px;
	position: relative;
	bottom: 0.3em;
	font-size: 0.9em;
	/*color: #000000;*/
}

/*
.tab1{
	background-image: url('icons/accessories-text-editor.png');
}

.tab2{
	background-image: url('icons/accessories-text-editor.png');
	
}

.tab3{
	background-image: url('icons/accessories-text-editor.png');
}*/

.tty{
	color: rgb(64, 64, 64);
	font-family: courier;
	font-size: 0.9em;}

.tty_container{
	display: block;
	position: relative;
	width: 670px;
	height: 350px;	
	border: solid 1px #aaaaaa;
	overflow-y: scroll;
	overflow-x: auto;
	max-width: 670px; /*or whatever*/
	word-wrap: break-word;
}


.ExceptionAlert{
	background-color: #ffaa22 !important;
	cursor: pointer;
}

/* Scrolls */
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.CursorWaiting{
	cursor: wait !important;
}

.wrong_pass{
	background: #ffcd5a;
}

#msg_err{
	position: absolute;
	font-size: 1.3em;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0px 0px 5px #eaa00b;
	/*box-shadow: 1px 1px 1px;
	/*background-color: #ff0000;*/
	display: block;
	text-align: center;
	bottom: 150px;
	width: 100%;
	
}

#logout_button{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 120px;
	/*height: 10px;*/
	padding: 0px;
	margin: 0px;
	border-radius: 0px;
	font-family: "Ubuntu light", ubuntu;
	font-size: 0.9em;
	
}