/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

a.forget
{
	text-decoration:none;
	color: #ffffff;
}

a.forget:hover
{
	text-decoration:underline;
	color: #a73246;
}

.page-logo {
	margin-top: -12px;
}


.logo-default {
  margin: 0;
  width: 185px;
}

.label-normal
{
	margin-top: -5px;
}

.label-value
{
	font-size: 14px;
}



/*---------- INVOICE CONFIGURATION -----------*/

.invoice-body
{
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
}

.invoice-title
{
	font-size: 38px;
	font-weight: bold;
}

.invoice-company
{
	
	font-size: 24px;
}

.invoice-divider
{
	height: 20px;
	border-bottom: 4px solid #ff4133;
}

.invoice-detail
{
	margin-top: 20px;
	font-weight: normal;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.invoice-subtitle
{
	font-size: 16px;
	margin-top: 15px;
}



.invoice-content
{
	margin-top: 35px;
}

.invoice-table
{
	width: 900px;
	font-size: 14px;
}

.invoice-table-header
{
	text-align: left;
	padding-bottom: 2px;
	border-bottom: 1px solid #000000;
}

.invoice-table-bottom
{
	border-bottom: 2px solid #000000;
}

.invoice-table-col1
{
width: 550px;
}

.invoice-table-col2
{
width: 100px;
}

.invoice-table-col3
{
	width: 100px;

}

.invoice-table-col3
{
	width: 150px;

}

.invoice-line
{
	border-bottom: 1px dotted #000000;
	padding-bottom: 5px;
}

.invoice-note
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 70px;
}

.invoice-footnote
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 50px;
}

.notice
{
	color: #bc0054;
	font-weight: bold;
	font-style:italic;
}



/*-------------- Payroll -------------------- */
.payroll-table-col1
{
	width: 700px;
}

.payroll-table-col2
{
	width: 200px;
}

.payroll-numbers
{
	text-align: right;
	padding-right: 30px;
}


/*----------- Calendar ---------- */

.cal-table
{

	font-size: 12px;
	border-left: 1px solid #dddddd;
}

.cal-table th
{
	background: #dddddd;
	color: #666666;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
}

.cal-table td
{
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.cal-header
{
	text-align: center;
}

.cal-cell
{
	width: 40px;
	height: 40px;
	text-align: center;
	background: #ffffff;
}

.cal-green
{
	font-weight: normal;
	color: #60d368;
	
}

.cal-red
{
	font-weight: normal;
	color: #e85b5b;
	
}

.cal-names
{
	font-size: 11px;
	padding: 5px;
}

a.cal-green:hover
{
	text-decoration: none;
	color: #54c95c;
}

a.cal-red:hover
{
	text-decoration: none;
	color: #d75050;
}


/*----- Tooltip ----------*/
a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}



