BODY {
 
	background:#ffffff;
	background-attachment:fixed; 
	background-position: top left; 
	background-repeat: no-repeat;
	background-repeat:repeat-x;
	text-align: center;
	margin:0px;
	font-size:  15px ;
	font-family: century gothic, arial;
	COLOR: #333333;
}

A {
	COLOR: #fff;
	CURSOR: hand;
	font-size:  15px ;
	font-family: century gothic, arial;
	TEXT-DECORATION: none;
}
A:hover {
	
	TEXT-DECORATION: none
}

A:active {
	COLOR: #fff
}


#div_loading
{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	z-index:1000;
	visibility:visible;
	background:rgba(0,0,0,0.8);
	
}


.top_bar{
    background:#09091a;
    height:50px;
    
    width:100%;
	
}

.top_bar_logo{
    float:left;
    padding:15px;
    
}

.top_bar_title{
    float:left;
    padding:15px;
    
    position:absolute;
    visibility:hidden;
}


.top_bar_menu{
    float:left;
    
    
}

#menu_panel{
	
	
	position:absolute;
	background:rgba(34,34,51,0.98);
	width:100%;
	
	
	
	overflow:scroll;
	-moz-transition: .25s;
	-webkit-transition:  .25s;
	-o-transition: .25s;
	transition: .25s;
	height:500px;
	
	top:-500px;
	right:0px;
	z-index:1000;
    
    
}


.top_bar_setting{
    
    position:fixed;
    bottom:0px;
    right:0px;
	visibility:hidden;
    
}


.top_bar_setting_inner
{
	visibility:visible;
}

.top_bar_mobile_menu
{
    position:fixed;
    top:0px;
    right:0px;
	padding:12px;
	color:#fff;
}





.tab_content
{
	
	left:?px;
	top:?px; width:?px;
	height:300px;
	z-index:1;
	visibility:hidden;	
	
}

.tab_active
{
	
	border-bottom:2px solid #1fbad6;
	padding:15px;
	height:18px;
	min-width:100px;
	width:auto;
	overflow:hidden;
	float:left;
	background:#ECF0F1;
	
}

.tab_active_text
{
	color:#000;
	max-width:130px;
	width:auto;
	overflow:hidden;
	margin:0px 10px 0px 0px;
}


.tab_inactive
{
	
	background:#DADFE1;
	border-bottom:2px solid #DADFE1;
	padding:15px;
	height:18px;
	min-width:100px;
	width:auto;
	float:left;
	bottom:0px;
}
.tab_inactive_text
{
	color:#fff;
	max-width:130px;
	width:auto;
	overflow:hidden;
	margin:0px 10px 0px 0px;
}


.tab_close_button
{
	float:right;
	color:#6C7A89;
}

.div_tab_container
{
	
	
	width:100%;
	height:50px;
	overflow:scroll;
	background:#BDC3C7;
	
	
}

#div_tab
{
	
	background:#ecf0f1;
	width:1000px;
	
	
	
	
}



.color_white
{
	color:#fff;
}


.color_black
{
	color:#000;
}


.color_blue
{
	color:#1fbad6;
}

.color_red
{
	color:#e74c3c;
	
}

.color_grey
{
	color:#95a5a6;
	
}

.color_green
{
	
	color:#1ABC9C;
}



.color_purple
{
	
	color:#8E44AD;
}




.bg_blue
{
	background:#3498db;
}

.bg_red
{
	background:#e74c3c;
	
}

.bg_grey
{
	background:#95a5a6;
	
}

.bg_green
{
	
	background:#2ecc71;
}






.loading_panel{
	background:#333333;
	border:solid 1px #333333;
	width:100%; 
	height:100%;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;"
}



.login_system_name
{
	
	color:#000;
	font-size:30px;
}


.login_title
{
	
	color:#000;
	font-size:20px;
}

.login_panel
{
	float:left;
	margin-top:10%;
	width:90%;
	margin-left:2%;
	padding:3%;
	
	
}
.login_label
{
	
	color:#000;
	float:left;
}



.message_box_green {
	position:fixed;
	background:#16a085;
	border:0px solid #000;
	text-align:left;
	
	width:90%;
	padding:2%;
	height:100px;
	z-index:1000;
	left:3%;
	bottom:3%;
	color:#fff;
	font-size:15px;
	-moz-box-shadow: 2px 2px 10px #888;
	-webkit-box-shadow: 2px 2px 10px #888;
	box-shadow: 2px 2px 10px #888;
		
	-moz-transition: .25s;
	-webkit-transition:  .25s;
	-o-transition: .25s;
	transition: .25s;
	
				
	
}

.message_box_red {
	
  	position:fixed;
	
	background:#c0392b;
	border:0px solid #000;
	text-align:left;
	width:90%;
	padding:2%;
	height:100px;
	z-index:1000;
	left:3%;
	bottom:3%;
	color:#fff;
	font-size:12px;
	-moz-box-shadow: 2px 2px 10px #888;
	-webkit-box-shadow: 2px 2px 10px #888;
	box-shadow: 2px 2px 10px #888;
	
	-moz-transition: .25s;
	-webkit-transition:  .25s;
	-o-transition: .25s;
	transition: .25s;
		
}


.message_box_yellow {
	
	position:fixed;
  	
	background:#16a085;
	border:0px solid #000;
	text-align:left;
	width:90%;
	padding:2%;
	height:100px;
	z-index:1000;
	left:3%;
	bottom:3%;
	color:#fff;
	font-size:12px;
	-moz-box-shadow: 2px 2px 10px #888;
	-webkit-box-shadow: 2px 2px 10px #888;
	box-shadow: 2px 2px 10px #888;
		
}




.dialog_box{
	position:absolute;
	z-index:100;
	visibility:hidden;
}


.dialog_box_arrow{
	content:'' ;
	width: 0;
	height: 0;
	position:relative;
	left:50%;
	bottom: 0;
	margin-left:0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #BDC3C7;
	
}


.dialog_box_content{

	position:relative;
	width: 100%;
	height: 100;
	text-align:left;
	padding:10px;
	background:#BDC3C7;
	border-radius:5px;
	color:#fff;
	
}


