html {
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
	font-size: 12px;
}

.panel-body {
	padding: 5px;
  }
  
.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	padding-right: 0!important;
	padding-left: 0!important;
}

#footer {
	padding-top: 20px;
	color: #333;
	font-size: 10px;
	width: 950px;
	margin: 0 auto;
	height: 30px;
}

.ui-icon, .ui-widget-content .ui-icon {
	background-image: url(../../images/ui-icons_222222_256x240.png) !important;
  }

h3, h4 {
	font-size: 1.4em;
	line-height: 1;
}

a, a:visited, a:link {
	color: #5858a8;
}

input {
	color: #222; 
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

input[type="checkbox"] {
	margin-bottom: 0px;
	width: 1em;
}

#nav {
	height: 2.5em;
	border-bottom: thin solid #333;
}

#nav ul {
	margin: 0;
	list-style: none;
}

#nav * li {
	float: left;
	margin: 10px 10px 0 0;
}

#nav #active a {
	color: black;
	font-weight: bold;
}

#nav #login-menu {
	margin: 10px 0;
	float: right;
}

#flashMessage {
	background: #9cf;
	border: thin solid #eee;
}

.breadcrump {
	margin-bottom: 20px;
}

td, th {
	vertical-align: middle;
	margin: 0;
	padding-right: 0;
} 

.number_text {

	text-align: right;
	min-width: 55px;
	width:66px;
}

td {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.elipsis{
white-space:nowrap; 
overflow:hidden;
text-overflow:ellipsis; 
-o-text-overflow: ellipsis;
display:block;
}
.elipsis_s
{
	width:250px;
}
.elipsis_xs
{
	width:220px;
}
.no-ellipsis td {
	white-space: normal; 
	overflow: visible;
}

table * .odd {
	background: #eee;
}

table * .timeline {
	background-color: #333;
	border: none;
}

table * .highlight {
	background: #9cf;
}

table * .vert_highlight {
	background: #9fc;
}

table * img {
	float: left;
	margin: 0;
	margin-bottom: -5px;
}

table .button * img {
	float: none;
}

table * input {
	width: 95%;
}

label {
	display: block;
	width: 200px;
}

span.note a {
	text-decoration: none;
}

form input {
	margin-bottom: 10px;
}

span.button {
	padding-right: 20px;
	cursor: pointer;
	border: none;
}

span.button a {
	text-decoration: none;
}

div.subnav {
	float: right;
	margin-top: 14px;
}

th.number, td.number {
	text-align: right;
}

#project_milestones .open {
}

#project_milestones .closed img {
	margin-left: 27px;
}

#project_milestones .closed {
	background: #9f9;
}

td.total {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	font-style: normal;
	font-weight: bold;
	text-align: right;
}

td.total_vertical {
	border-left: 2px solid black;
	border-right: 2px solid black;
	font-style: normal;
	font-weight: bold;
	text-align: right;
}

tfoot {
	font-style: normal;
	font-weight: bold;
	text-align: right;
}

td.selected {
	cursor: pointer;
}

#project_milestones th.milestone {
	width: 52px;
}

div.hideable, div.title_bar {
	padding: 5px;
	background: #192C41;
	cursor: pointer;	
	height: 35px;
	padding-top: 8px;
}
div.submodule {
	padding: 5px;
	background: #9cf;
	cursor: pointer;	
	height: 35px;
	padding-top: 8px;
	font-weight: bold;
}



div.hideable.h4, div.title_bar {
	padding: 5px;
	background: #9cf;
	cursor: pointer;	
	height: 35px;
	padding-top: 8px;
}



div.title_bar {
	cursor: default;
	color: white;
}

div.hideable h3, div.title_bar h3 {
	margin: 0;
	color: #ccc;
	font-weight: lighter;
}

.bgTest {
    background-color: #FFEEFA;
}

div.hideable h4 {
	margin: 0;
	color: black;
	font-weight: lighter;
}


div.hideable * a, div.hideable * span, div.title_bar * a, div.title_bar * span {
	font-weight: normal;
	color: white;
}

div.milestone * img {
	padding: 0;
	margin: 0;
}

span.button img {
	margin: 0 2px -3px 0;
}

div.milestone, div.hideable, div.title_bar {
	clear: both;
	margin: 10px 0px;
}

div.milestone.closed {
	clear: both;
	margin-left: -10px;
	padding-left: 5px;
	border-left: 5px solid #333;
}

div.milestone.ipa_mcc.closed {
	clear: both;
	margin-left: -10px;
	padding-left: 5px;
	border-left: 5px solid #d00;
}


div.milestone.closing {
	clear: both;
	margin-left: -10px;
	padding-left: 5px;
	border-left: 5px dotted #333;
}

div.milestone.closing_negativ {
	clear: both;
	margin-left: -10px;
	padding-left: 5px;
	border-left: 5px dotted #FF0000;
}

div.milestone.closed_negativ, div.milestone.close_today_negativ {
	clear: both;
	margin-left: -10px;
	padding-left: 5px;
	border-left: 5px solid #FF0000;
}

div.milestone .title {
	padding: 5px;
	background: #eee;
	cursor: pointer;
	margin-bottom: 10px;	
}

div.milestone.denied {
	margin-right: -10px;
	padding-right: 5px;
	border-right: 5px solid #d00;
}

div.milestone .title.package.overview {
	margin-bottom: 0;
	padding-bottom: 0;
}

.title , h4 {
	margin: 0;
}

.title .due_date {
	margin-right: 25px;
}

img.timeline {
	background: #666;
}

div.title.acquisition {
	background: #EDEFFF;
}

img.timeline.acquisition {
	background: #99AAFF;
}

div.title.matching {
	background: #CCCCFF;
}

img.timeline.matching {
	background: #6666FF;
}

div.title.implementation {
	background:#CCFFFF;
}

img.timeline.implementation {
	background:#66FFFF;
}

div.title.annual {
	background:#DDFFF3;
}

img.timeline.annual {
	background:#FFFFFF;
}

img.timeline.monitoring {
	background:#fff;
}

span.info {
	width: 770px;
	float: left;
}
span.info_tech {
	width: 700px;
	float: left;
}

span.shortinfo {
	width: 570px;
	float: left;
}

span.label {
	width: 180px;
	float: left;
}

span.label_tech {
	width: 250px;
	float: left;
}

span.explanation {
	font-size: 11px;
	color: #888;
}

div.show div, #edit_general_information div, div.hide div {
	clear: both;
}

#edit_general_information div, #edit div, #milestone_details div {
	height: 2em;
}

#edit_general_information * input {
	padding: 0;
	margin: 0;
}

input.text {
	padding: 0;
	margin: 0;
}

input.date {
	width: 100px;
}

input.disabled {
	border: thin dotted grey;
	background: #fff;
}

select.scopes {
	width: 100%;
}

th.header { 
    background-image: url(../../images/small.gif);     
    cursor: pointer; 
    font-weight: bold;
	padding-left: 12px;
    background-repeat: no-repeat; 
    background-position: -5px center; 
}

th.headerSortUp {
	background-image: url(../../images/small_asc.gif);
}

th.headerSortDown {
	background-image: url(../../images/small_desc.gif);	
}

.on_hold, .on_hold * a {
	color: #999;
}

.concluded, .concluded * a {
	color: #939;
}

/* .acquisition, .acquisition * a {
	color: #699;
} */

.requesting_bank_garantee, .requesting_bank_garantee * a {
	color: #699;
  }

  .declined, .declined * a {
	color: #999;
  }

.unclear_status, .unclear_status * a {
	color: #f99;
}

.requesting_to_be_sold, .requesting_to_be_sold * a {
	color: #0fc;
}

.title h3, .hideable h3 {
	width: 80%;
}
h3 {
	font-size: 1.4em;
  }

  .title h4, .hideable h4 {
	width: 80%;
}
h4 {
	font-size: 1.4em;
  }
.hideable
{
	border-radius: 5px;
}
div.milestone, div.hideable, div.title_bar, div.sub_module, div.sub_2_module, div.sub_3_module, div.expenses-bar, div.credit-card-expenses-bar {
	clear: both;
	margin: 10px 0px;
	border-radius: 5px;
}

#vintages_sales * tr {
	line-height: 1.6em;
}

.title h3 {
	font-weight: normal;
}
.title h4 {
	font-weight: normal;
}


#vintages_overview * td, #vintages_overview * th, #vintages_sales * td, #vintages_sales * th, #sales_project * td, #sales_project * th {
	width: 50px;
	vertical-align: middle;
}

#vintages_sales * td * input {
	font-size: 1em;
	width: 40px; 
	border: none;
	background: #9cf;
	margin: 0;
}

tr.sell {
	background: #edefff;
}

tr.hide {
	display: none;
}

tr.show {
	display: table-row;
	height: 101%;
}

td .calendar_wrap img {
	padding: 0;
	margin: 0;
	margin-right: 15px;
	float: right;
}

.mandays_table td,.mandays_table th, .mandays_totals td {
	text-align: right;
	width: 60px;
}

.vintage_table td, .vintage_totals td {
	text-align: right;
	width: 60px;
}

.currencies select {
	width: 60px;
}

.dropdown_crop select {
	width: 90%;
}

#new_vintage_table * td {
	text-align: right;
	font-size: 9px;
}

#new_vintage_table * td:first-child, #new_vintage_table * th:first-child {
	font-size: 12px;
	text-align: left;
}

#new_vintage_table * th {
	text-align: right;
}

tr.available * {
	font-weight: normal;
	border: none;
}

.accounting {
	background-image: url(../../images/background.png);
}

#bookmark {
	cursor: pointer;
}

.ajax-loader {
	float:right;
	visibility:hidden;
}

#milestone_achievements * td {
	text-align: right;
}

#milestone_achievements * td:first-child {
	text-align: left;
}
.calculator
{
        width:180px;
        height:180px;
        background-color:#eeeeee;
        border:1px solid #CCCCCC;
        margin-left:2.5px;
        padding-left:2.5px;
        padding-bottom:2.5px;
}
.calculator td
{
        height:16.66%;
}
.calc_td_result
{
        text-align:center;
}
.calc_result
{
        width:90%;
        text-align:right;
}
.calc_td_calculs
{
        text-align:center;
}
.calc_calculs
{
        width:90%;
        text-align:left;
}
.calc_td_btn
{
        width:25%;
        height:100%;
}
.calc_btn
{
        width:80%;
        height:80%;
        font-size:10px;
}
.max_plevel_over
{
	background-color:#edc050;
	border-radius:3px;
	border:1px solid #edc050;
}
.min_plevel_over
{
	background-color:#e37060;
	border-radius:3px;
	border:1px solid #e37060;
	width:auto;
}
.max_plevel_below
{
	background-color:#9dd770;
	border-radius:3px;
	border:1px solid #9dd770;
}
.min_plevel_below
{
	background-color:#898989;
	border-radius:3px;
	border:1px solid #898989;
	width:auto;
}
.billable_hours  
{
	line-height: 1.2em;
	margin-bottom: 0.5em;
}
.billable_hours td{
	overflow: visible;
	text-align:right;
	font-weight:bold;
}
.billable_hours td span 
{
	padding-right:5px;
	cursor: pointer;
}
span[data-tooltip] {  
    position: relative;   
}  
  
span[data-tooltip]:after {  
  content: attr(data-tooltip);  
  position: absolute;  
  color: #fff;  
  top: -32px;  
  left: -26px;  
  padding: 5px 10px;  
  -webkit-border-radius: 5px;  
  -moz-border-radius: 5px; 
  background-color:#161616;
  border-radius:5px;
  white-space: nowrap;  
  visibility: hidden;  
}  

span[data-tooltip]:hover:after {  
  visibility: visible;  
}  


td[data-title] {  
    position: relative;   
}  
  
td[data-title]:after {  
  content: attr(data-title);  
  position: absolute;  
  color: black;  
  top: -32px;  
  left: -26px;  
  padding: 5px 10px;  
  -webkit-border-radius: 5px;  
  -moz-border-radius: 5px; 
  background-color:green;
  border-radius:5px;
  white-space: nowrap;  
  visibility: hidden;  
}  
  
td[data-title]:hover:after {  
  visibility: visible;  
}

th.left_border, td.left_border {
	border-right: 2px solid #CCC;
	width:66px;
}

th.left_border_number, td.left_border_number {
	border-right: 2px solid #CCC;
	text-align: right;
	min-width: 55px;
	width:66px;
}

.light {
    background-color: #000;
    box-shadow: 0 0 5px rgba(0,0,0, .8);
    overflow: hidden;
    padding: 0 0 4px;
    width: 40px;
}

.light span {
    border-radius: 50px;
    display: block;
    height: 30px;
    margin: 4px auto 0;
    opacity: .5;
    width: 30px;
}



/*! Light colours */
.red    { background-color: red; }
.orange { background-color: orange; }
.green  { background-color: green; }

/*! Active states */
.light span#active_liquidity_lack, .light span#active_non_budget, .light span#active_milestones_failure, .light span#active_milestones_lag, .light span#active_prod_difficulties, .light span#active_new_procedures, .light span#active_overdue_interest, .light span#active_declining_sales, .light span#active_additional_costs, .light span#active_compliance   { opacity: 1; }

.light .red#active_liquidity_lack, .light .red#active_non_budget, .light .red#active_milestones_failure,  .light .red#active_milestones_lag, .light .red#active_prod_difficulties, .light .red#active_new_procedures, .light .red#active_overdue_interest, .light .red#active_declining_sales, .light .red#active_additional_costs, .light .red#active_compliance   { box-shadow: 0 0 10px red; }
 
.light .orange#active_liquidity_lack, .light .orange#active_non_budget, .light .orange#active_milestones_failure, .light .orange#active_milestones_lag, .light .orange#active_prod_difficulties, .light .orange#active_new_procedures, .light .orange#active_overdue_interest, .light .orange#active_declining_sales, .light .orange#active_additional_costs , .light .orange#active_compliance    { box-shadow: 0 0 10px orange; }

.light .green#active_liquidity_lack, .light .green#active_non_budget, .light .green#active_milestones_failure, .light .green#active_milestones_lag, .light .green#active_prod_difficulties, .light .green#active_new_procedures, .light .green#active_overdue_interest, .light .green#active_declining_sales, .light .green#active_additional_costs, .light .green#active_compliance  { box-shadow: 0 0 10px green; }

/*! Active states */
.light span#active_co2_saved, .light span#active_yr_compliance, .light span#active_prosecutions, .light span#active_is_realistic, .light span#active_resources, .light span#active_loan { opacity: 1; }

.light .red#active_co2_saved, .light .red#active_yr_compliance, .light .red#active_prosecutions,  .light .red#active_is_realistic, .light .red#active_resources, .light .red#active_loan { box-shadow: 0 0 10px red; }
 
.light .orange#active_co2_saved, .light .orange#active_yr_compliance, .light .orange#active_prosecutions, .light .orange#active_is_realistic, .light .orange#active_resources, .light .orange#active_loan  { box-shadow: 0 0 10px orange; }

.light .green#active_co2_saved, .light .green#active_yr_compliance, .light .green#active_prosecutions, .light .green#active_is_realistic, .light .green#active_resources, .light .green#active_loan { box-shadow: 0 0 10px green; }

.tooltip_qp label{
    display:none;
}

.tooltip_qp:hover label {
	text-align: left;
	white-space: pre-wrap;
    display:block;
    position:fixed;
    overflow:hidden;
    z-index: 100;
    color: #fff;  
    background-color: #000;
    line-height: 15px;
    top: 5px;
    padding: 5px 5px;  
   -webkit-border-radius: 5px;  
   -moz-border-radius: 5px; 
   border-radius:5px;
   width:auto;
}


.info_logo { width:20px; cursor: pointer}


#main_nav
{
	height: 2.5em;
	border-bottom: thin solid #333;
	margin-bottom:10px;
	margin-top: 2px;
}

#main_nav ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	z-index: 6;
}

#main_nav ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-size:12px;
	line-height:30px;
	margin-right:10px;
	width: auto;
}

#main_nav ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#main_nav #active a {
	font-weight:bold;
	background:#ddd;
}

#main_nav ul li a:hover
{
	background:#f6f6f6;
}

#main_nav ul li#search:hover
{
	background:none;
}

#main_nav ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;
	border:thin black solid;
	z-index: 3;
}

#main_nav ul ul.user
{
	left: -180px;
}


#main_nav ul ul li
{
	float:none;
	width:300px;
}

#main_nav ul ul.user li
{
	float:none;
	width:200px;
}

#main_nav ul ul a
{
	line-height:100%;
	padding:5px 5px;
	margin-right: 0px;
}

#main_nav ul ul ul
{
	top:0;
	left:100%;
}

#main_nav ul li:hover > ul
{
	display:block;
}
#main_nav #login-menu {
	margin: 10px 0;
	float: right;
}
#main_nav ul li.home a
{
	color:#005697;
	font-weight:bold;
}

#main_nav ul li.static a
{
	color:#005697;
}