/* -------------------------------------------------
HCPro 2016 Style 
Main Style Sheet
Overule former style for later main css

2016.03.23

A: #0072C6;
border:#dadada;
Text: #555 #999
light-blue: #CDE6F7
header blue: #EBF3FA



---- Material Design ---

Action Blue: #4686F1


Card Header Text: #222;

Table Header: #787878
table row seperator: #E6E6E6
Table row selected: #F5F5F5

Input Label: #A3A3A3
Input bottom Line: #DFDFDF

------------------------------------------------- */ 

@charset: utf-8;
@import url('normalize.css')
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700,500);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);



/* -------------------------------------------------
Generell
------------------------------------------------- */ 
html {
    -ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
    text-size-adjust: none;
    box-sizing: border-box;
}

body {
    height: 100%;   
    font-weight: 400;
    color: #000;
    font-size: 16px;
	font-family: "Roboto", sans-serif;   
    overflow-x: hidden;
	position: relative;
    background:#fff;
	margin:0;
	padding:0;
}

*, h1, h2, h3 {
    padding: 0;
    margin: 0;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    display: inline-block;
    border: 0;
    max-width: 100%;
}

 ul, li {
	 margin:0;
	 padding:0;
 }
 
.clearer {
    clear:      both;
    font-size:  1px;
    height:     1px;   
} 
 
.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

a {
	text-decoration:none;
}
 
/* -------------------------------------------------
Structure
------------------------------------------------- */ 
#app_maincontainer {
	font-size: 12px;	
}

#app_titlebar {
    color: #555;		
	height: 30px;
	line-height: 30px;	
}

#app_ribbontab {	
    margin-top: 5px;
	   
}

#app_ribbonband {      
    height: 48px;
	border-bottom: 1px solid #dadada;
	margin-top: 5px;	
}

#app_content {
    clear: both;	
	padding-top: 10px; 
	background-color: #fafafa;
	background-color: #eeeeee;
}

/* -------------------------------------------------
Menu - General
--------------------------------------------------- */ 
.mnu_drop {
	position: relative;
	font-size: 12px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	cursor: pointer;
	padding:0 18px;
	display:inline-block;
}

.mnu_drop i{
	margin-left: 15px;	
}

.mnu_drop:hover {
	background: #ebebeb;
}

.mnu_drop ul {
  position: absolute;
  left: 0;
  top: 45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25), 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  z-index:999;
  background-color: #fff;
}
.mnu_drop ul li {
  display: block;
  width: 100%;
}
.mnu_drop ul li a {
  width: 100%;
  padding: 0.2em 18px;
  display: inline-block;
  white-space: pre;
  box-sizing: border-box;
  color: #6b6b6b;
}

.mnu_drop ul li a:hover {
  background: #ebebeb;
}

.mnu_drop:hover ul {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* -------------------------------------------------
DropDown
--------------------------------------------------- */ 
.dropdown {
	background: #fff;
    display: inline-block;    
    padding: 0.9em 12px;    
    /*background: url(../images/icon_small_arrow_down.png) no-repeat right 5px center;*/
    cursor: pointer;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    cursor: pointer;    
}

.dropdown:hover {
	background: #ebebeb;
}

.dropdown i{
	margin-left: 15px;	
}

.dropdown ul {  
	background: #fff;    
    background-color: #fff;   
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25), 0 2px 8px 0 rgba(0, 0, 0, 0.16);
    position: absolute;
    z-index: 10;
    display: none;
	transition: all 0.3s ease;
	left:0;
	top:3em;
	width:100%;
}

.dropdown ul li {
  display: block;
  width: 100%;
}

.dropdown ul li a {
  width: 100%;
  padding: 0.5em 18px;
  display: inline-block;
  white-space: pre;
  box-sizing: border-box;
  color: #6b6b6b;
}

.dropdown ul li a:hover {
  background: #ebebeb;
}
/* special adjustments */
.State{
	width: 145px;
	/*border-right: 1px solid #e6e6e6;*/
}

.Classification{	
	width: 145px; 
}

/* -------------------------------------------------
Flat Action Button
------------------------------------------------- */ 

.flat-button {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	cursor: pointer;
	padding:6px 10px;
	display:inline-block;
	color: #4686F1;
	margin:5px 0 5px 5px;
	border-radius: 1px;
}

.flat-button:hover {
	background: #4686F1;
	color: #fff;
}


input.flat-button{
	border: none;
	background: transparent;
}



/* -------------------------------------------------
Ico - based on awesome font
------------------------------------------------- */ 
i.action {		
	color: #4686F1 !Important;
	cursor:pointer;
}

i.removeaction {		
	color:	#CF3C1F !Important;
	cursor:pointer;
}

.grd_title i , .grd_sort_title i, .grd_filter_title i{	
	padding:4px 5px;
	font-size: 0.95em;		
}

.grd_result_row i , .grd_result_row_out i, .grd_head_row i {	
	padding:3px 4px;
	font-size: 1.2em;
    width: 20px;
	text-align:center;
}

i.action:hover, i.removeaction:hover{
	background: #CDE6F7;	
	
}

.grd_tbl_head_sort_current i,
.grd_tbl_head_sort i {    
    padding:3px 8px;
}


.hcp-green {
	color:	#427D21;
}

.hcp-red {
	color:	#CF3C1F;
}

.hcp-yellow {
	color:	#F5CC00;
}

.hcp-purple {
	color:	#B302C7;
}

.hcp-grey {
	color:	#E6E6E6;
}

/* -------------------------------------------------
Titlebar
------------------------------------------------- */ 
#tib_title{
    float:      left;   
    margin: 	1px 0 2px 6px;
}

#tib_title span {    
    font-weight:700;   
    padding:    0 10px 0 10px;   
}  

#tib_title img {
	vertical-align:middle;	
	margin-top: -1px;
}

#tib_user {
    float:      right;        
}

#tib_user ul {    
    list-style: none;
}

#tib_user li {  
    float:      left;   
}

#tib_user a,#tib_user span {    
    color:      #999;    
    display:    block;
    padding:    2px 7px 4px 7px;   
    text-decoration:none;    
}

#tib_user a {    
    color:      #555;       
}


#tib_user a:hover {       
    background: #CDE6F7;
	color: #0072C6;	
}

/* -------------------------------------------------
Ribbon / Tab
------------------------------------------------- */ 

#rit_list {    
    width: 100%;
    background: #fff;
    line-height: normal;   
	border-bottom: 1px solid #dadada;	
}

#rit_list ul {
   
    padding:    0 0 0 10px;
    list-style: none;
}

#rit_list li {    
    margin: 0;
    padding: 0 1px 0 1px;
    margin-bottom: -1px;
	color:#555;	
	display:inline-block;
}

#rit_list a, #rit_current {
	display:    block;
    float:      none;
    padding:    10px 12px;
    text-decoration:none;   
    white-space:nowrap; 
    text-decoration: none;	
	text-transform: uppercase;
	background:#fff;
	color: #555;
	font-weight: 500;
	font-size: 14px;	
	font-family: "Roboto Condensed", sans-serif;
}
    
#rit_current {	
	border-bottom: 3px solid #4686F1;
	color: #4686F1;	
} 
 
#rit_list a:hover, #rit_list a:hover span {
    color: #4686F1;
    cursor:pointer;
} 
 
/* -------------------------------------------------
Ribbon / Band
------------------------------------------------- */ 

#rib_left {
    float:      left;  
    margin:     1px 0 0 10px;                
}

#rib_right {
    float:      right;  
    margin:     1px 10px 0 0;
    background: url(../images/main/bg_ribbon_itemsep.png) left no-repeat;
    height: 42px;
}

#rib_left ul {
    margin:     0;
    padding:    0;
    list-style: none;
}

#rib_left li {
    float:      left;              
    height:     42px;       
}

.rip_item {
    padding:    0 1px 0 0;
    margin:     0;       
}

.rip_item_sep {
    margin:     0 10px 0 0;
    padding:    0 10px 0 0;       
	border-right: 1px solid #dadada;
}

#rib_left div {
    margin:     10px 0 0 0;
}

.rib_ico {	
   margin:      0 5px 0 0px;
   padding:     3px 4px 3px 4px;   
   cursor:		pointer;  
}

.rib_ico:hover  {   
	background: #CDE6F7;
	color: 		#0072C6;		
}

.rib_txt {
    border:     1px solid silver;
    font-size:  12px;
    font-family: "Roboto",sans-serif;
    padding:    3px 0 3px 4px;
    margin:     0 0 0 5px;   
    color:      rgb(48,48,48);    
}

.rib_lbl {
    margin:     0 0 0 2px;  
    padding:    0;
    color:      rgb(60,60,60);    
}

.rib_info 
{
    margin:     6px 0 0 0;
    padding:    0 0 0 10px;
    text-align: right;
    color:      rgb(60,60,60);    
}

/* -------------------------------------------------
Grid
----------------------------------------------------
	General
------------------------------------------------- */ 

.grd_full_row {
	/*border-bottom: 2px solid #dadada;*/
}

.grd_container {	     
}

.grd_border {    
    /*border-bottom: 1px solid #E4E4E4;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.45);*/
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25), 0 2px 8px 0 rgba(0, 0, 0, 0.16);
	border-radius: 2px;
}

.grd_frame 
{       
	padding: 0 10px 15px 10px;
}

.grd_content {   
    background: #fff;	
	padding-bottom: 15px;
	/*border-radius needs to be equal to grd_border */
	border-radius: 2px;
}

.grd_data 
{
    padding: 0 0 2px 0;
}

.grd_tbl_default 
{
   width: 100%;   
}

/* -------------------------------------------------
Grid
----------------------------------------------------
	Title
------------------------------------------------- */  

.grd_title {    
	/*border-bottom: 1px solid #dadada;	*/
}

.grd_sort_title span{	
	margin: 0 10px 0 0;
}

.grd_filter_title {
    background:rgb(247,190,87);
    border-bottom: 1px solid rgb(139,144,151);
}

.grd_sort_title {   
    position: relative;
}

.grd_title, .grd_filter_title, .grd_sort_title 
{    
    padding: 0 0 0 7px;
    font-size: 19px;
	font-weight:500;
	color: #222;
	font-family: "Roboto Condensed", sans-serif;
	height: 45px;
    line-height: 45px;
}

.grd_sort_title .currentSort{
	font-size:12px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}

.grd_sort_box{
	position:absolute;
	font-size: 12px;
}


.grd_title span, .grd_filter_title span 
{    
    
}

.grd_title img, .grd_filter_title img
{    
    margin: -4px 2px -4px 2px;
    padding: 3px 4px 3px 4px;   
    cursor: pointer;
    vertical-align: top; 
}

.grd_title img:hover
{
    background: #CDE6F7;
	color: 		#0072C6;;
}

.grd_filter_title img:hover
{
    padding: 2px 3px 2px 3px;    
    cursor: pointer;
    border: 1px solid rgb(139,144,151);
    background: url(../images/main/bg_ribbon_ico_hover.png) repeat-x;
}

.grd_filter_row
{
    border-bottom: 1px solid rgb(165,172,181);
    background:rgb(247,190,87) url(../images/main/bg_grid_filter.png) repeat-x bottom;
    background:rgb(252,200,97);
}


.grd_filter_row th, .grd_filter_row td
{
   padding: 3px 2px 4px 6px;   
   text-align: left;
   color:rgb(92,85,58);
   white-space:nowrap;   
}

/* -------------------------------------------------
Grid
----------------------------------------------------
	Head Row
------------------------------------------------- */ 

.grd_head_row {    
	border-bottom: 1px solid #dadada;
    color: #787878;
	color:#999;
    padding: 2px 0 2px 0;	
}

.grd_head_row th {
    /*border-left: 1px solid #dadada; */
   padding: 10px 2px 10px 7px;
   text-align:left;
   font-weight:400;         
}

.grd_head_row .grd_tbl_colone {
   border-left: none;
   padding-left: 7px;    
}

.grd_tbl_head_sort img {
    margin:0 0 0 0;
    padding:0 0 0 0;        
}

.grd_tbl_head_ico {
    display: block;    
}

.grd_tbl_head_sort_current,
.grd_tbl_head_sort:hover {    
    /*background: rgb(245,247,249) url(../images/main/bg_grid_table_head1_hover.png) repeat-x bottom;*/
    cursor:pointer;      
}

.grd_tbl_head_sort {
    cursor:pointer;
}

/* -------------------------------------------------
Grid
----------------------------------------------------
	Result Row
------------------------------------------------- */ 
.grd_result_row, .grd_result_row_out, .grd_result_row_bold
 {
    background: rgb(255,255,255);
    border-bottom: 1px solid #e6e6e6;      
}

.grd_result_row:hover, .grd_result_row_bold:hover
{    
	background: #F5F5F5;
}

.grd_result_row td, 
.grd_result_row_out td {
   padding: 10px 2px 10px 7px;  
   vertical-align:top;   
}

.grd_result_row_bold td {
   padding: 10px 2px 10px 7px;  
   vertical-align:top;  
}

.grd_result_row a, .grd_result_row td 
{
    color: rgb(0,0,0);
    text-decoration:none;
}

.grd_result_row_out a:hover
{
    color: rgb(130,131,132);
    text-decoration: underline;
}

.grd_result_row_out a, .grd_result_row_out td 
{
    color: rgb(130,131,132);
    text-decoration:none;
}

.grd_result_row_bold
{
    font-weight: bold;
}

.grd_result_row_bold a:hover
{
    color: rgb(0,0,0);
    text-decoration: underline;
}

.grd_result_row_bold a, .grd_result_row_bold td 
{
    color: rgb(0,0,0);
    text-decoration:none;
}


.grd_result_row a:hover
{
    color: rgb(0,0,0);
    text-decoration: underline;
}


.grd_result_subgrid 
{
    padding: 0;   
    margin:  0;
}

.grd_result_subgrid td {
   padding: 0px 4px 5px 0px;  
   vertical-align:top;   
}

.grd_result_subgrid td span {
   color: rgb(130,131,132); 
}


/* -------------------------------------------------
Content Layout
----------------------------------------------------
	3 columns
------------------------------------------------- */ 

.thr_col {
    width:      100%;   
}

.thr_left
{
	float: left;
	width: 33%;		
}

.thr_center
{
	float: left;
	width: 33%;
	margin-left: 0.5%;
}

.thr_right
{
	float: right;
	width: 33%
}

/* ----  2 columns ---- */

.two_col {
    width:      100%;
    margin: 0 0 5px 0;
}

.two_left {
    float:      left;
    width:      49.7%;
}

.two_right {
    float:right;
    width:49.8%;
}

/* -------------------------------------------------
Content Panels // Former Shadowed Panels
------------------------------------------------- */

.cp_container {   
    margin:  0 0 2px 0;
    padding: 0;
}

.cp_frame {
    margin:  0 0 0 15px;
    padding: 0;
    /*border: 1px solid #dadada;*/
}

.cp_content {   
    /*background: rgb(255,255,255);*/
    padding: 0;      
}

.cp_content h1
{
    font-size: 19px;
    font-weight: 500;
    color: #222;
    font-family: "Roboto Condensed";
    margin-top:0;
	margin-bottom: 8px;
}

.cp_content a
{
    color: rgb(0,0,0);
    text-decoration:none;
}

.cp_content a:hover
{
    color: rgb(0,0,0);
    text-decoration: underline;
}


/* -------------------------------------------------
Text field area layout 
------------------------------------------------- */

.lyt_container {
    padding: 2px 8px 4px 8px;
    color: #999;
	margin: 6px;
	color:#A3A3A3;
	font-size: 12px;	
	
}

.lyt_tbl {
    border: none;
	color: #A3A3A3;
	color: #999;
	font-size: 12px;
}

.shp_container .lyt_tbl {    
	color: #222;	
}



.lyt_tbl td{
    padding: 0 5px 10px 0;
    vertical-align:top;         
}


.dia_data .lyt_tbl td{
     padding: 0px 5px 8px 0;            
}



.lyt_tbl td div{
    padding-right: 2px; 
}

.lyt_separator td div {       
   
    height:2px;  
    margin:0;
    padding: 0; 
	/*border-bottom: 1px solid #e6e6e6;	*/
}

.lyt_tbl_info {
    color: rgb(165,172,181);
}

/* -------------------------------------------------
Text field
------------------------------------------------- */

.txt_def {
    font-size: 12px;
    font-family: "Roboto",sans-serif;
    padding: 6px 2px 6px 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    color: #222;
    background: transparent;
    border: none;
    border-bottom: 1px solid #C8C8C8;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
	font-weight:400;
}
	
.txt_def_locked {
    font-size: 12px;
    font-family: "Roboto",sans-serif;
    padding: 6px 2px 6px 0px;
    margin-bottom: 6px;
    width: 100%;
    color: #A3A3A3;
    background: transparent;
    border: none;
    border-bottom: 1px dotted #DFDFDF;
}

.txt_def:focus {	
	border-bottom: 2px solid #4686F1;    
	padding: 6px 2px 5px 0px;
}

.txt_icon
{
    margin: 12px 5px 0 0;
    padding: 3px 4px 3px 4px;    
    cursor: pointer;
}

.txt_icon:hover
{    
    padding: 2px 3px 2px 3px;    
    cursor: pointer;
    border-top:     1px solid rgb(241,202,88);
    border-left:    1px solid rgb(244,209,81);
    border-right:   1px solid rgb(244,209,81);
    border-bottom:  1px solid rgb(246,216,75); 
    background: url(../images/main/bg_ribbon_ico_hover.png) repeat-x;
}

/* -------------------------------------------------
Register (Content)
------------------------------------------------ */

.reg_container {    
    margin:   0 0 3px 0;	
}

.reg_frame 
{
    margin:  5px 0 5px 0;     
}

.reg_border {    
    /*border-bottom: 1px solid #E4E4E4;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.45);*/
	
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25), 0 2px 8px 0 rgba(0, 0, 0, 0.16);
	border-radius: 2px;
}

.reg_tab_container {
    /*float: left;*/
    width: 100%;    
    line-height: normal;
	border-bottom: 1px solid #dadada;
	background-color: #eeeeee;	
}	

.reg_tab_container ul {
    padding:    0 0 0 10px;
    list-style: none;    
}

.reg_tab_container li {
    /*float: left;*/
    margin: 0;
    padding: 0 1px 0 1px;
    margin-bottom: -1px;
	color:#555;
	display: inline-block;
 }
 
 .reg_tab, .reg_tab_selected {
    display:    block;
    float:      none;
    padding:    10px 12px;
    text-decoration:none;   
    white-space:nowrap; 
    text-decoration: none;	
	text-transform: uppercase;	
	color: #555;
	font-weight: 500;
	font-size: 14px;	
	font-family: "Roboto Condensed", sans-serif;         
}

 .reg_tab_selected {
	border-bottom: 3px solid #4686F1;
	color: #4686F1;    
} 

.reg_tab:hover {
    color: #4686F1;
    cursor:pointer;   
}

.reg_content 
{ 
    padding: 0px 10px 0px 10px;
    background-color: #fff; 
}

.reg_content  .grd_frame {
    padding: 0 0 15px 0;
}


/* -------------------------------------------------
Project Person Box
------------------------------------------------- */

.box strong, .box b{		
	font-weight: 500;
}

.box{	
	margin: 10px 15px 10px 5px; 
	width: 296px;
	position: relative;
	min-height: 280xpx;
	background: #fff;
	color: #222;	
	display: inline-block;
	vertical-align: top;
	border-radius: 2px; 
	/*box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.45);*/
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25), 0 2px 8px 0 rgba(0, 0, 0, 0.16);
	font-size:12px;
}

.box i {
	color: #787878;
	font-size: 1.2em;
}

.box span.action {		
	cursor:pointer;
}

.box span.action:hover {		
	color: #4686F1;
	
}

.box h2{	 
	font-size: 15px;
	font-family: "Roboto Condensed", sans-serif;    
    font-weight: 400;
    color: #222;
    padding: 3px 12px;
    line-height: 30px;
    height: 41px;
	border-top: 4px solid #E6E6E6;
    border-bottom: 1px solid #e6e6e6;
	border-radius: 2px 2px 0 0; 
}

/* BOX TOP-COLOR */
.box h2.hcp-green {	
	border-top: 4px solid #427D21;
}

.box h2.hcp-red {
	border-top: 4px solid #CF3C1F;
}

.box h2.hcp-yellow {
	border-top: 4px solid #F5CC00;
}

.box h2.hcp-purple {
	border-top: 4px solid #B302C7;
}

.box h2.hcp-grey {
	border-top: 4px solid #E6E6E6;
}

.box h2.hcp-hired {
	border-top: 4px solid #00C7B0;
}

.box h2 a{
	color: #222;
	padding-left: 0px;
}

.box h2 a:hover{
	color: #4686F1;
}

.box p{		
	padding: 6px 12px;	
	position: relative;
	height: auto;
	border-bottom: 1px solid #e6e6e6;
}


/* BOX STRUKTUR */
/* ICONS */
.box a.add{
	background: url("../images/add.jpg") no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	position: absolute; 
	right: 0;
	top: 0;
}

.box a.add:hover{
	background: url("../images/add_grey.jpg") no-repeat;
}

.box  p a.add{
	/*position: absolute; 
	right: 0;
	top: 0;*/
}

.box i.add{	
	width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;    
    line-height: 25px;
}


.box span.clock{
	background: url("../images/icon_small_clock.png") no-repeat;
	height: 11px;
	display: inline-block;
    padding-left: 15px;
}

/* BOX KONTAKT */
.box p.contact{	
	height: 45px;
}

/* BOX COMPANY */
.box p.company{
	height: 60px;
}

.box p.company span{
	color: rgb(45,45,45);
}

/* BOX AUFGABEN */
.box p.tasks{
	height: 30px;
}

.box p.tasks a.edit{
	width: 10px;
	height: 10px;
}

.box .tasks span {
	padding: 5px;
	margin-left:-5px;
}

/* BOX NOTIZEN */
.box p.note{
	color: #222;
	height: 93px;
}

.box p.note{
	padding-right: 30px;
}

.box p.note a.edit{
	width: 10px;
	height: 10px;
}
.box span.note{	
	height: 10px;
    padding-left: 0px;
	color: #A3A3A3
}

.box span.note_more{
    cursor: pointer;
}

/* BOX FOOTER */
.box .footer{	
	border-top: 1px solid #e6e6e6;
	display: block; 
	text-align:right;
}


.box .modifieddate {
    /*display:none;*/
}

.inactive{
      opacity: 0.5
}

.contactItem{
    display: block;
}

.contactItem i {
    margin-right: 5px;
    font-size: .95em;
}

/* -------------------------------------------------
ZIELFIRMENLISTE
------------------------------------------------- */

#zfl{
	background: #fff; 
	padding: 2px; 
	height: auto;
	font-size: 11px;	
}

#zfl .box {
	margin: 10px 5px 10px 15px;

}

.zfl_container {	
	/*border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.45);*/
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25), 0 2px 8px 0 rgba(0, 0, 0, 0.16);
    border-radius: 2px;
	margin-bottom: 20px;	
}

.zfl_header{		 
	color: #222; 
	padding: 0 0 0 0px;    
    color: #222;   
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 5px;	
}

.zfl_header .company{
	background: rgb(255,255,255); 
	float: left; 
	padding: 4px 8px; 
	color: #222; 
	min-width: 350px; 
	border-right: 1px solid #e6e6e6;
	min-height: 57px;
	margin-left: 10px;
}

.zfl_header .company  a{
	font-size: 19px;
	font-family: "Roboto Condensed", sans-serif;
	color: #222;
	font-weight: 500;	
}

.zfl_header .company  a:hover{
	color: #4686F1;	
}

.zfl_header .company  span{
	font-size: 12px;
}

.zfl_header .contact{
	background: rgb(255,255,255); 
	min-height: 57px;
	float: left; 
	padding: 4px 12px; 
	color: #222; 
	width: calc(100% - 395px);	
}

.zfl_footer{
	margin: 20px 15px 10px 2px; 
	padding: 6px 12px;
	height: 54px; 
	background: #fff; 
	color: #A3A3A3; 
	position: relative;	
}

.zfl_footer span{
	display: inline-block; 
	padding: 6px 8px;
}

.zfl_footer span b{
	font-weight: 500; 
}

.zfl_footer ul.zfl_nav{
	position: absolute; 
	right: 0; 
	top: 0;	
}

.zfl_footer ul.zfl_nav .flat-button{
	/*margin: 0 0 7px 5px;*/
}



.zfl_footer ul li{
	display: inline-block;
}

.zfl_footer ul li a.first{
	display: block; 
	vertical-align: center; 
	background: rgb(248,248,248) url(../images/icon_small_arrow_down.png) no-repeat right 5px center; 
	width: 120px; 
	vertical-align: center; 
	padding: 0 12px;
	text-decoration: none;
	color: rgb(45,45,45);
}

.zfl_footer ul li a.entfernen{
	display: block; 
	background: rgb(190,190,190); 
	color: rgb(255,255,255); 
	font-size: 13px; 
	text-align: center; 
	width: 97px; 
	text-decoration: none; 
	font-weight: bold;
    cursor: pointer;
}

.zfl_footer ul li a.zielperson_add {
	display: inline-block; 
	background: rgb(0,158,224); 
	color: rgb(255,255,255); 
	font-size: 13px; 
	text-align: center; 
	width: 120px; 
	text-decoration: none; 
	font-weight: bold; 
	line-height: normal; 
	vertical-align: middle; 
	padding: 3px 0;
    cursor: pointer;
}


/* -------------------------------------------------
Dialog Version 2010
------------------------------------------------- */

#dia_lock 
{
    position: absolute;
    z-index:    900;
    top:        0px;
    left:       0px;
    height:     100%;
    width:      100%;
    background: url(../images/main/bg_lock.png);
    visibility: hidden;
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0% 0%;
}

/* ie 6 */
* html #dia_lock  {
  background: url(../images/main/bg_lock_ie6.gif);  
}

#dia_container 
{
    top:        170px;
    left:       0px;
    position:   absolute;
    z-index:    910;   
}

#dia_content 
{ 	
	width:100%;
	background: #fff;
	color: #222;
	display: inline-block;
	vertical-align: top;
	border-radius: 2px;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25), 0 5px 12px 0 rgba(0, 0, 0, 0.16);

    
	font-size: 12px;
}

#dia_title 
{
    font-size: 15px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    color: #222;
    padding: 0 12px;
    line-height: 41px;
    height: 41px;   
    border-bottom: 1px solid #e6e6e6;
    border-radius: 2px 2px 0 0;  
	cursor:move;	
}

#dia_content  h2
{
    font-size: 15px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    color: #222;
    padding: 0 12px;
    line-height: 41px;
    height: 41px;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 2px 2px 0 0;
    cursor: move;
}



.dia_slide 
{
    margin:0;
    padding:0;	
}

#dia_info 
{    
    padding: 10px 10px 6px 10px;    
}

#dia_info h1 
{
    font-size: 125%;    
    margin-top:0;
}

.dia_data 
{
    background: #fff;
    padding: 4px 10px 12px 10px;
}

.dia_data  .grd_container
{
    margin: 0px -10px -12px -10px;
}

.dia_data .grd_frame {
    padding: 0;
}

.dia_data .grd_content {
    overflow:scroll;
	border-top: 1px solid #e6e6e6;
}



.dia_action 
{
    background: #fff;	
	display: block;
	text-align: right;
	padding: 6px 12px;
	position: relative;
	height: auto;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}

.dia_action img, .dia_imgbutton
{
    background: url(../images/buttons/bg_dialog_button.png) left top no-repeat;
    padding: 0 0 0 0;
    margin:0 0 0 8px;
    cursor: pointer;
}

.dia_action img:hover, .dia_imgbutton:hover
{
    background: url(../images/buttons/bg_dialog_button_hover.png) left top no-repeat;    
}


/* ----  Dialog Box ---- */
#prg_lock 
{
    position: absolute;
    z-index:    990;
    top:        0px;
    left:       0px;
    height:     100%;
    width:      100%;
    background: url(../images/main/bg_lock.png);    
}

/* ie 6 */
* html #prg_lock  {
  background: url(../images/main/bg_lock_ie6.gif);  
}

#prg_container 
{
    top:        170px;
    left:       0px;
    position:   absolute;
    z-index:    992;   
}

/* DDL width FIX */
#diaNewProject_ProType
{
    width: 104%;
}

/* -------------------------------------------------
Dialog Version 2015
------------------------------------------------- */
.popup, #lockscreen, .popup_result {
    display: none;   
    z-index: 4;
    font-size: 12px;
}

.popup input {	
	font-size: 12px;
}

#lockscreenProgress, #lockscreen  {
    display: none;    
    z-index: 4;
    font-size: 12px;
    width: 380px;
    padding: 10px 20px;
	background: #fff;
}

#progressbar {
    background-color: #f3f3f3;
    border: 0;
    height: 4px;
    /*border: 1px solid #FFF;*/
    width: 100%;
	background-color: #CDE6F7;
	margin-bottom: 10px;	
}

.loader {
  width: 100%;
  height: 4px;
  background-color: #CDE6F7;
  /*top: 0;
  left:0;
  margin: -40px -300px;*/
  position: relative;
}

.loader:after {
  content: "";
  position: absolute;
  background-color: #4686F1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 300px;
  animation-name: slide;
  animation-duration: 2s;
  animation-easing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes slide {
  0% {
    right: 300px;
    left: 0px;
  }
  5% {
    left: 0px;
  }
  50% {
    right: 0px;
    left: 300px;
  }
  55% {
    right: 0px;
  }
  100% {
    right: 300px;
    left: 0px;
  }
}



.popup_box, .popup_result_box {
    width:100%;
	background: #fff;
	color: #222;
	display: inline-block;
	vertical-align: top;
	border-radius: 2px;
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25), 0 5px 12px 0 rgba(0, 0, 0, 0.16);
	font-size: 12px;
	/*position:relative;*/
	height: auto;
}

.popup_box h2, .popup_result_box h2 {
	font-size: 15px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    color: #222;
    padding: 0 12px;
    line-height: 41px;
    height: 41px;   
    border-bottom: 1px solid #e6e6e6;
    border-radius: 2px 2px 0 0;  
	cursor:move;
    background-color: #fff;
}

.popup_box p, .popup_result_box p {
	background: rgb(255,255,255);
	color: #222;
	border-radius: 2px;
}

.popup_box_content {
	background: #fff;	
}

.popup_box_content p {	
	padding: 10px 12px 6px 12px;
	color: #A3A3A3;	
}

.popup_box_content span {	
	color: #222;	
}

.popup_box_content .note, .popup_box_content.clock {	
	color: #A3A3A3;	
}

.popup_box_content i {
	color: #787878;
	font-size: 1.2em;
}

.popup_box_content textarea {    
    height: 100px;
}

.popup_box .footer, .popup_result_box .footer {
    border-top: 1px solid #e6e6e6;
    display: block;
    text-align: right;
    padding: 6px 12px;
    position: relative;
    /*height: auto;
    border-bottom: 1px solid #e6e6e6;*/
	height:54px	
}

.popup_selectTaskType,
.popup_selectContactType {
	width:100%;
	
}

.popup_background, #lockscreen_background {
    display: none;
    z-index: 2;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #000000;
}

.popup_selectTaskDate {   
    min-height: 30px;
    background: #fff;
	width: 100%;
	padding: 5px 5px 15px 0;	
}

.xdsoft_datetimepicker {
	height:230px;
}

.popup_selectContactType img {
    position: relative;
    left: 205px;
    top: 2px;
    cursor: pointer;
	display:none;
}



#popup_ContactValue, #popup_companyName, #popup_applicantName, #popup_employeeName{
    width: calc(100% - 14px);
    margin: 4px 2px 4px 0px;
    padding: 5px;
}

.popup_selectTaskDate img {
    position: relative;
    left: 61px;
    top: 2px;
    cursor: pointer;
}

.popup_selectTaskType img {
    position: relative;
    left: 225px;
    top: 2px;
    cursor: pointer;
}



.ExclusionPopup {
    background: rgb(255,255,255);
    width: 150px;
    margin: 0 -1px 0 0;
    padding: 4px 0px 4px 0px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.30);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    position: absolute;
    z-index: 10;
    display: none;
}


/*
    .StatePopup a, .ClassificationPopup a{
        display: block;
        padding: 4px 20px;
        color: #000;
        text-decoration: none;
    }
*/
        .StatePopup a:hover, .ClassificationPopup a:hover, .ExclusionPopup a:hover {
            background-color: #eee;
        }
		
		

         .Exclusion{
             cursor: pointer;
         }
 .ExclusionPopup a{
        display: block;
        padding: 0px 20px;
        color: #000;
        text-decoration: none;
        line-height: 32px;
 }
    .ExclusionPopup a:hover {
                    background-color: #eee;
    }
	
	


.tag-editor input{
    font-size: 14px !important;
}































 