﻿.dash-box {
	border: 1px solid #D5D5D5;
    margin-bottom: 26px;
    min-height: 80px;
    background-color: #FFFFFF;
    height: 330px;
}

.dash-box-rect{
    margin: 15px 0;
    margin-bottom: 20px;
    min-height: 80px;
    padding: 8px;
    background-color:#F4F9FF;
}

.halfleft
{
	float: left;
}

.halfright
{
	float: right;
	width: 285px;
}

.dash-box-header 
{
	padding: 8px 4px 12px 4px;
	color: #578cbb;
	background-color: #F4F4F4;
	border-bottom: 1px solid #D5D5D5;
}

.dash-box-header .title
{
    font-size: 16px;
    font-weight: bold;
    margin: 0,0,5px,0;
    padding:10px,0px,2px,2px;
}

.dash-box-header .title-number
{
    font-size: 14px;
    font-weight: bold;
    margin: 0,0,0,0;
    padding: 20px, 10px, 0, 0
  }

.dash-box-header .title-text
{
    font-size: .9em;
    margin: 0,0,1px,0;
    padding: 2px;
    color: #000000;
}

.dash-box-header a
{
	float:right;
    text-transform:lowercase;
}

.dash-box-header .wrap 
{
	float:right;
    background: none repeat scroll 0 0 #E1D3FF;
    border: 1px solid #DCDCDC;
    padding: 1px;
    text-align:center;
}

.dash-chartArea
{
	height: 230px;
	padding: 10px;	
}

.dash-table {
    font-size: 85%;
    width:100%;
}

.dash-table  a {
    color: #404040;
}

.dash-table  a:hover {
	color:#578cbb;
}

.dash-table th 
{
    border-bottom: 1px solid #D8D8D8;
    color: #404040;
    font-weight: normal;
    padding: 0.2em 0.1em;
    text-align: left;
    font-weight:900;
}

.huni
{
	width: 100%;
}

.padThis 
{
	padding-right: 10px;
}

.grid-container 
{
	background: none repeat scroll 0 0;
	overflow-y: auto;
	overflow-x: hidden;
	float: left;
	height: 270px;
	padding: 0 5px;
	width: 275px;
}

#loading 
{
	width: 100%;
	height: 400px;
	text-align: center;
	display: block;
	background: url('https://images.paysimple.com/paysimple/image/big-ajax-loader.gif') no-repeat center;
}

#dash-invoice-loading 
{
	width: 100%;
	height: 250px;
	text-align: center;
	display: none;
	background: url('https://images.paysimple.com/paysimple/image/ajax-indicator.gif') no-repeat center;
}

#dialog-invoice-loading
{
	width: 100%;
	height: 450px;
	text-align: center;
	display: none;
	background: url('https://images.paysimple.com/paysimple/image/ajax-indicator.gif') no-repeat center;
}

a.popup 
{
	background: url('https://images.paysimple.com/paysimple/image/popup_arrow.gif')  no-repeat center left;
	padding-left:6px; 
}

/* Overlay */
#simplemodal-overlay {background-color:#EEEEEE; }
/* Container */
#simplemodal-container 
{
		height:500px; 
		width:740px; 
		background-color:#FBFBFB; 
		border:1px solid #AAABAC; 
		padding:12px;
}

#ddlSettlementDateRange
{
	width: 90px;
	margin-left: 10px;
}