
@import "https://fonts.googleapis.com/css?family=Fauna+One";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600";
@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300italic,300,400italic,600,600italic,700,700italic";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";

	::-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;
	
}

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

}

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: #0072c6;
}


.system_text_info{
	color: #a4a4a4;
}

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

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: #0072c6;
	text-decoration: none;
}

a.blue:hover{
	color: #0072c6;
	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: -485px;
		left: 50%;
	  width: 970px;
	}
	.banner_details{
  	min-height: 500px;
  }
  
  
  
@media only screen and (min-width: 1300px){
	.center{
		margin-left: -640px;
		left: 50%;
	  width: 1280px;
	}
	    .banner_details{
  	min-height: 650px;
  }
}  


@media only screen and (min-width: 1440px){
	.center{
		margin-left: -700px;
		left: 50%;
	  width: 1400px;
	}
	    .banner_details{
  	min-height: 650px;
  }
}

@media only screen and (min-width: 1600px){
	.center{
		margin-left: -780px;
		left: 50%;
	  width: 1560px;
	}
	#app_area_in {
    min-height: 700px !important;
  }
  #login {
    margin-top: 200px !important;
  }
  
    .banner_details{
  	min-height: 680px;
  }
}

@media only screen and (min-width: 1875px){
	.center{
		margin-left: -900px;
		left: 50%;
	  width: 1800px;
	}
  #app_area_in {
    min-height: 800px !important;
  }
  #login {
    margin-top: 250px !important;
  }
  
  .banner_details{
  	min-height: 725px;
  }
}



@media only screen and (min-width: 2280px){
	.center{
		margin-left: -1130px;
		left: 50%;
	  width: 2260px;
	}
  #app_area_in {
    min-height: 950px !important;
  }
  #login {
    margin-top: 250px !important;
  }
  
  .banner_details{
  	min-height: 725px;
  }
}


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;
}

.shadow_light {
 
	box-shadow: 3px 3px 12px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 3px 3px 12px rgba(0, 0, 0, .2);
	-moz-box-shadow: 3px 3px 12px rgba(0, 0, 0, .2);
	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_gold.png") repeat-x;*/
	width: 100%;
	/*background-color: #0072c6;*/
}

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


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

.app_header_logo{
	height: 30px;
	
}

#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: 4px;
	font-size: 11px;
	min-width: 110px;
}

.app_header_in_info_box_user_image{
	height: 32px
}



/* 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;
	background-image: url('/images/background_intern.jpg');
	background-size: cover;

}

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

#app_area_in_content{
	position: relative;
	width: 100%;
	background-color: #fff;
}







/* 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: left;
		/*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: #0072c6;
		  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;
    padding-right: 2px;
}

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

subNavi ul a:hover {
    display: block;
    padding: 5px 10px 5px 10px;
    color: #fff;
    background-color: #0072c6;
    text-decoration: none;
}

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








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



#SSLCertificate{

	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 10px;
	padding: 4px;
	position: relative;
	text-align: center;
	padding-bottom: 10px;

}


#login{
	background-color: #ffffff;
	/*border: 1px solid #ddd;*/
	width: 500px;
	height: 250px;
	left: 50%;
	margin-left: -250px;
	margin-top: 150px;
	padding: 4px;
	position: relative;
	text-align: center;
	display: none;

}

#login_Authorization{
	background-color: #FDD7D8;
	/*border: 1px solid #ddd;*/
	width: 500px;
	height: 250px;
	left: 50%;
	margin-left: -250px;
	margin-top: -258px;
	padding: 4px;
	position: relative;
	text-align: center;

	color: #F00;
	z-index: 999;
	font-size: 16px;
    border: 1px solid #F00;

    text-transform: uppercase;

}

#login_overlay_error div {
	padding: 5px;
}


#login div {
	padding: 5px;
}


#login_box{

	width: 480px;
	height: 240px;
	padding: 10px;
	position: relative;
	float: left;
	margin: 5px;
	z-index: 998;
}


#login_box input{
	background-position:right center;
	padding-right: 20px;
	border: 1px solid #ccc;
       /* border-bottom: 1px solid #ccc;*/
	padding:8px;
	font-size: 12px;
}



#login_overlay_error{
	min-height: 1px;
	display: none;
}



.loginAuthorizationMessage{
   /** background-color: #FDD7D8;
    color: #F00;
    /* height: 15px; */
   /** border-top: 1px solid #F00;
    text-align: center;
    padding: 8px !important;
    /* width: 270; */
   /** margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px solid #F00;
    text-transform: uppercase;**/
        position: fixed;
    text-align: center;
    left: calc(50% - 100px);
    margin-top: 180px;
}

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

.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: 5px;
		width: 100%;
		color: #0072c6;
	}
	.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: 13.35%;
}
	
.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;
}




.scheduler_meeting_point_item_color{
		/*	float: left; 
			padding: 8px 4px 8px 4px; 
			width: 25px;
			height: calc(100% - 18px); */
		  height: 4px;
		  margin-right: 5px
}

.scheduler_meeting_point_item_box{
			float: left; 
			padding: 8px 4px 8px 4px; 
			width: 25px;
			padding: 8px 4px 8px 4px; 
		
}

.scheduler_meeting_point_item_name{
			/*float: left; */
			padding: 5px; 
			/*margin-top: 2px; */
		
}



