
@import "https://fonts.googleapis.com/css?family=Fauna+One";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600";


	::-webkit-input-placeholder {font-size: 12px;}
  ::-moz-placeholder { font-size: 12px; } /* firefox 19+ */
  :-ms-input-placeholder { font-size: 12px; } /* ie */
  input:-moz-placeholder { font-size: 12px; }


body {
		background-color: #222;
		min-width: 1400px;
}

body, table{
	margin: 0px;
	overflow-y: scroll; 
	font-size: 12px;
	font-family: arial;
	/*font: 13px/1.55 'Open Sans',Helvetica,Arial,sans-serif;*/
}

input: focus {
	outline: none; 
}

input,textarea,select{
	background-position:right center;
	padding-right: 20px;
	border:1px solid #ccc; 
	padding:5px;
	font-family: arial;
	font-size: 12px;
}


textarea {
  resize: none;
  overflow: auto;
}

form { 
	margin-top: 0; 
	margin-bottom: 0; 
}


label {
    /*display: block;*/
    padding-left: 15px;
    text-indent: -15px;
}

label input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}


.btnPage{
	font-size: 12px !important;
	font-family: arial;
	
}

/**
a {
	text-decoration: none;
	color: #E4ECF4;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}
**/


.system_text_color{
	
	color: #00519e;
}

.header_line_color{
	
			/*border-bottom: 1px solid #00519e;	*/
			border-bottom: 1px solid #dedede;	
			color: #00519e;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

a.grey {
	color: #555555;
	text-decoration: none;
}

a.grey:hover{
	color: #000000;
	text-decoration: underline;
}

a.white {
	color: #fff;
	text-decoration: none;
}

a.white:hover{
	color: #fff;
	text-decoration: underline;
}

a.black {
	color: #111111;
	text-decoration: none;
}

a.black:hover{
	color: #000000;
	text-decoration: underline;
}


a.blue {
	color: #00519e;
	text-decoration: none;
}

a.blue:hover{
	color: #00519e;
	text-decoration: underline;
}



 a[data-tooltip]:before {
      position: absolute;
      left: 0;
      top: -40px;
      background-color: #ff0000;
      color: #ffffff;
      height: 30px;
      line-height: 30px;
      border-radius: 5px;
      padding: 0 15px;
      content: attr(data-tooltip);
      white-space: nowrap;
      display: none;
    }
    
    
        a[data-tooltip]:after {
      position: absolute;
      left: 15px;
      top: -10px;
      border-top: 7px solid #ff0000;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      content: "";
      display: none;
    }
	
	    a[data-tooltip]:hover:after, a[data-tooltip]:hover:before {
      display: block;
    }
    
       a {
      position: relative;
    }
    


/**
	.center{
		margin-left: -480px;
		left: 50%;
	  width: 960;
	}

@media only screen and (min-width: 1200px){
	.center{
		margin-left: -590px;
		left: 50%;
	  width: 1180px;
	}
}
**/

/**@media only screen and (min-width: 1400px){
	.center{
		margin-left: -690px;
		left: 50%;
	  width: 1380px;
	}
}
**/

/**.center{
		margin-left: -690px;
		left: 50%;
	  width: 1380px;
	}**/
	
.center{
		margin-left: -780px;
		left: 50%;
	  width: 1560px;
	}

h1 {
    font-size: 20px;
    font-weight: 300;
    line-height: 15px;
    /**text-shadow: 3px 3px rgba(0, 0, 0, 0.1);**/
}

h2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 5px;

}

.header_3 {
    font-size: 12px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
}

.header_6 {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 10px;

}

.text_1 {
    font-size: 12px;
    text-transform: none;
    

}




.shadow {
 
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=120, Strength=3);
	/*-moz-border-radius: 6px;*/
	/*-webkit-border-radius: 6px;*/
	/*border-radius: 6px;*/
	border: 1px solid #ccc;
}


.opacity {   
    opacity: 0.1;       /* modern browser */  
    -moz-opacity: 0.1;  /* older Mozilla browser */  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 in Standard Compliant Mode */  
    filter:alpha(opacity=50); /* IE5.x -7.0 */  
}  


.inputFields{

   margin: 0px;
   min-width: 50px;
   font-size : 12px; 
   -moz-border-radius: 0px;
	 -webkit-border-radius: 0px;
	 border-radius: 0px;

}


.notEditable{
	background-color: #efefef;
}



#notification{
  display: none;
  /*position: absolute;*/
  z-index: 999;
  margin: 0 auto;
  width: 100%;
  clear: left;
  padding: 10px 0px 10px 0px;
  text-align: center;
  font-size: 14px;
}


.attention{
	background-color: #FDD7D8;
	color: #F00;
	border-top: 1px solid #F00;
	border-bottom: 1px solid #F00;
}

.success{
	background-color: #E9FFD2;
	color: #6C3;
	border-top: 1px solid #6C3;
	border-bottom: 1px solid #6C3;
}

.waiting{
	background-color: #efefef;
	color: #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}




/* HEADER ******************************************************************************/


#app_line{
	position: relative;
	background-color: #333;
  height: 10px;
	width: 100%;
}

#app_header{
	position: relative;
	background: url("../images/header_blue.png") repeat-x;
	width: 100%;
	background-color: #00519e;
}

#app_header_in{
	position: relative;
  height: 40px;
  background-color: #ffffff;"
}


#app_header_in_logo{
  position: absolute;
  left: 20px;
	top: 8px;
	cursor:pointer;
}


#app_header_in_info{
	position: absolute;
	/*background-color: #ffffff;*/	
	right: 10px;
	top: 7px;
	min-width: 120px;
	float: right;
	cursor:pointer;
}


.app_header_in_info_box{
	
	background-color: #fff;
	min-height: 32px;
	margin-left: 10px;
	float: left;	
	padding: 2px;
	
	margin-top: -5px;
}


.app_header_in_info_box div{
	float: left;	
}


#app_header_in_info_box_user_info{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	font-size: 11px;
	min-width: 110px;
}

.app_header_in_info_box_user_image{
	height: 30px
}





/* CONTENT ******************************************************************************/



#app_area{
	position: relative;
	background-color: #ededed;
	width: 100%;
	background: url("../images/background.png");
}

#app_area_in{
	position: relative;
	background-color: #ffffff;
	min-height: 600px;
}

#app_area_in_navi{
	position: relative;
	width: 100%;
}

#app_area_in_content{
	position: relative;
	width: 100%;
}







/* FOOTER ******************************************************************************/

.app_footer{
	position: relative;
	width: 100%;
}

.app_footer_in{
	position: relative;
	background-color: #333;
	min-height: 60px;
	color: #777;
	text-align: center;
}


.app_footer_in a{
	
   color: #fff;	
	
}

.app_dev{
	position: relative;
	width: 100%;
	position: relative;
	min-height: 0px;
	color: #fff;
	text-align: left;
	font-size: 11px;
}






/* NAVIGATION ******************************************************************************/

#app_navi{
       position: relative;
	     width: 100%;
       height: 32px;
       border-top: 1px solid #ccc; 
       border-bottom: 1px solid #ccc;
       margin: 0px;
       background-color: #efefef;
}

#app_navi a{
		margin: 1px 0px 0px 1px;  

}

#app_area_name{

		margin-top: 1px; 
		margin-right: 12px; 
		float: right; 
		right: 20px;
    height: 28px;
		text-align: center;
		border: 1px solid #cdcdcd;
    text-decoration: none;
    display: inline-block;
		background: #E1E1E1;
    background: -webkit-linear-gradient(top, #f7f7f7, #d1d1d1);
    background: -moz-linear-gradient(top, #f7f7f7, #d1d1d1);
    background: -ms-linear-gradient(top, #f7f7f7, #d1d1d1);
    background: -o-linear-gradient(top, #f7f7f7, #d1d1d1);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#ffffff')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#ffffff');
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
}

#app_area_name_text{

			float: left;
			min-width: 160px;
			padding: 8px 6px 0px 6px;
			/*background-color: #00519e;
		  color: #fff;*/
		  height: 21px; 
		  

}

#app_area_name_image{

			float: left; 
			width: 25px; 
			padding: 2px 2px 2px 2px;
}


#app_loader_system{
		display: none; 
		margin-top: 8px; 
		margin-right: 20px; 
		float: right; 
		min-width: 20px;
}




subNavi ul li {
    display: inline;
    float: left;
}

subNavi ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
} 
subNavi ul a {
    display: block;
    padding: 5px 10px 5px 10px;
    color: #000;
}

subNavi ul a:hover {
    display: block;
    padding: 5px 10px 5px 10px;
    color: #000;
    background-color: #eee;
}

#subNavigation{
	height: 25px;
	overflow: hidden;
	background-color: #ddd;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
}








/* LOGIN ******************************************************************************/


#login{
	background-color: #F5F5F5;
	border: 1px solid #ddd;
	width: 300px;
	height: 240px;
	left: 50%;
	margin-left: -150px;
	margin-top: 100px;
	padding: 4px;
	position: relative;

}

#login div {
	padding: 5px;
}


#login_box{

	width: 300px;
	height: 240px;
	padding: 10px;
	position: relative;
	float: left;
	margin: 5px;
}


#login_box input{
	background-position:right center;
	padding-right: 20px;
	border:1px solid #ccc; 
	padding:5px;
}


#login_Authorization{
	height: 25px;
}



.loginAuthorizationMessage{
	background-color: #FDD7D8;
	color: #F00;
	height: 15px;
	border: 1px solid #F00;
	text-align: center;
	width: 260px;
}



.page_content{
	padding: 0px;
  overflow: hidden;
}

.page_footer{
	padding: 7px 10px 0px 15px;
	border-top: 1px solid #666;	
	background-color: #eee;
	min-height: 40px;
}


.page_group{
	
	/**border: 1px solid #999;  **/
	margin-bottom: 5px;
	float: left; 
	width:100%;
}




/* PAGE ******************************************************************************/


.page_group div{
	/**border: 1px solid #999; **/
	
	/*min-height: 150px;*/
	margin: 0px; 
	float: left; 
	padding: 0px;
	overflow:hidden;



}

.page_colum{
     width:50%; 
     min-height: 200px; 
     /*background-color: #efefef;*/
}

.page_colum_full{
     width:100%; 
     min-height: 200px; 
    /* background-color: #efefef;*/
}


.page_colum_three{
     width:33%; 
     min-height: 350px; 
     /*background-color: #efefef;*/
}

.form1 ul { list-style: none ;}
.form1 li { margin: 2px 2px 2px -20px;}






.page_content{
		padding: 0px;
	  overflow: hidden;
}

.page_group ul li  {
	text-transform: none;
}

.checkbox{
  height: 11px;
	margin-top: 2px;
}




li{
			font-size: 12px;
}

.page_header{
		font-size: 20px;
		padding: 0px 10px 0px 10px;
}
	
select option[default] {
    color: #333;
}




		/*TABLE */
		
			.table_header{
	  padding-top: 10px;
		width: 100%;
		color: #00519e;
	}
	.table_header div{
		
	  float: left;
	 
	}
	
	.table_row{
	
		width: 100%;
		/*background-color: blue;*/
	  min-height: 38px;
	}
	
	.table_row div{
		
	  float: left;
	 
	}
	
	.table_row_details{
	
		width: 100%;
		background-color: #dedede;
		min-height: 50px;
		display: none; 
	
	
	}
	
	.line{
		
		height: 1px;
		background-color: #dedede;
	}






	/* DASHBOARD*/
	
	
.dashboard_box{
	
	float: left; 
	margin: 2px;
  width: 11.7%;
}
	
.dashbord_statistic{
	
	cursor:pointer; 
	left: 10px; 
	padding: 2px; 
	min-height: 60px; 
	position: relative; 
	background-color: #efefef;
	
}	
	


.statistic_kpi{
	
	padding: 2px 5px; 
	margin:  0px 0px 0px 70px; 
	font-size: 30px; 
	position: absolute;
	
}


.statistic_info{
	
	padding: 5px 5px; 
	margin: 30px 0px 0px 70px;  
	font-size: 10px; 
	position: absolute; 
	line-height: 100%;
}

.statistic_img{
	padding: 5px; 
	float: left;
}


.dashboard_box:hover{
	
  opacity: 0.9;
}