/***********************************************************************************/
/** Misc ***************************************************************************/
/***********************************************************************************/
.center{text-align: center;}
.right {text-align: right;}
.left {text-align:left;}
.exp, .colbut {text-align: center;vertical-align: middle;}
.descr {vertical-align: middle;}
.maindesc {vertical-align: middle;padding-right: 15px; font-weight: bold;}
.value {text-align: right;vertical-align: middle;}

.eingabe, .datum, .anzahl {width:200px;text-align: left;font-size: 14px;}
.datum {width:80px;}
.anzahl {width:80px;text-align: right;}
.deckung {width:80px;text-align: right;font-size: 14px;}



.cf_table_wrapper input[type=number]
{
	width: 3em !important;
	float: left;
}



.is_temp_project
{
	background-color: #ffeacc;
}




#project_list .temporary_proj_color
{
	background: #f4e8e2;
}

/*input.datepicker,*/
input[name=prodcost],
input[name=bonusvalue],
input[name=bonusvalue],
.cust_numeric
{
	width: 7em !important;
	float: left;
}

input[name=contact]
{
	width: 22em !important;
	float: left;
}




/***********************************************************************************/
/** Select (Auswahl Kunde) *********************************************************/
/***********************************************************************************/
.project_select
{
	width: 400px;
	height:2em;
	float:left;
	margin-bottom: 10px;
}

.project_select .project_form_label
{
	width: 35%;
	margin:0 auto;	
	float:left;
	line-height: 2em;
	font-size: .8em;
	
	background-color: #8ebdf5;
    border-bottom: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    padding-left: 4px;
}

.project_select .project_customer
{
	width: 35%;
	margin:0 auto;
	float:left;
} 
.project_select .project_customer select
{
    width: 80%;
    height: 2em;
}
.project_select .project_customer input[type=submit]
{
	width: 19%;
	height: 2em;
	text-align: center;
	border-radius: 3px;
	border: 0px;
	color: white;
    background-color: #0058c0;
}



/***********************************************************************************/
/** Forms (Vorhaben,Benutzer) ******************************************************/
/***********************************************************************************/

.buttonBar
{
	height: 26px;
	display:inline-block;
	/*overflow:hidden;*/
	padding:0;
	margin:0;
	/*border: 1px solid purple;*/
}

/***********************************************************************************/
/* Kundenfelder ********************************************************************/
/***********************************************************************************/
.s-overlay
{
	position:absolute;
	top: 112px;
	left: 0;
    z-index: 2;
}

/***********************************************************************************/
/* Password **************************************************************************/
/***********************************************************************************/


#forgotPasswordForm div.error-msg
{
	width: 65%;
    margin: 0 auto;
    color: #ff7575;	
    height: 32px;
}

div.error-msg:not(#forgotPasswordForm div.error-msg) 
{
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	height: 32px; 
	float: left; 
	padding-left: 1em; 
	color: #ff7575;	
	position: relative;
    right: -100%;
    top: -2.7em;
}
div.error-msg .progress
{
	height: 10px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
	
div.error-msg p.sicher 
{
	color: #64aa00;
}
	
div.pwd-col-container div.error-msg 
{
	width: 100%;
	margin-left: 2%;
}
	
div.pwd-col-container div.error-msg div.balken 
{
	width: 88%
}
	
.ssl-btn 
{
	float: left;
	width: 71px;
	height: 115px;
	margin-right: 2em;
}
	
div.error-msg div.balken 
{
	height: 10px; 
	background-color: #dddddd; 
	width: 55%; 
	margin-top: 0.4em; 
	border-radius: 6px; 
	margin-bottom: 0.2em;
}
	
div.error-msg div.balken div.balken-fllng 
{
	height: 10px;  
	background-color: #e5550e; 
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
	
div.error-msg div.balken div.balken-fllng.f100 
{
	width: 100%;
	border-radius: 6px;
	background-color: #64aa00;
}
	
div.error-msg div.balken div.balken-fllng.f90 
{
	width: 90%;
}

div.error-msg div.balken div.balken-fllng.f80 
{
	width: 80%;
}
	
input#pwd-repeat 
{
	margin-bottom: 2em;
}
	
div.error-msg
{
	display: none;
}
	
.btn-grau 
{
	margin-top: 0.5em;
}

/*******************************************************************/
/****** DELETE DIALOG **********************************************/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 20em; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/*******************************************************************/
/************* jquery ui datepicker ********************************/

.ui-widget-header .ui-icon {
    background-image: url(../img/ui-icons_444444_256x240.png) !important;
}

/*******************************************************************/
