/*
	Teal: #2B98C3
	Green: #6DAC06
*/

body
{
	font-family: 'Open Sans', sans-serif;
}

.align-right
{
	text-align: right;
}

.align-center
{
	text-align: center;
}

.no-margin-top
{
	margin-top: 0px;
}


.no-margin-bottom
{
	margin-bottom: 0px;
}

header
{
	background: url('../images/header.png');
	background-size: 100%;
	height: 120px;
	border-bottom: 2px solid #2B98C3;
	border-top: 2px solid #2B98C3;
	box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
}

header img
{
	height: 90px;
	margin-top: 15px;
	margin-bottom: 15px;
}

nav
{
	margin-bottom: 20px;
}

table.dataTable tr td:last-child, table.dataTable tr th:last-child
{
	text-align: right;
}

table .modal
{
	text-align: left;
}

/* Firefox displays focus effect on links, remove it for tabs */
.nav-tabs > .active > a, .nav-tabs > .active > a:hover
{ 
	outline: 0;
}

footer hr
{
	margin-bottom: 10px;
}

footer p
{
	color: #ccc;
	margin-top: 10px;
}

div.statement .container-fluid
{
	padding: 8px;
	border-bottom: 1px solid #ddd;
}

div.statement .container-fluid:last-child
{
	border-bottom: none;
}

div.statement .container-fluid:hover
{
	background: #f5f5f5;
}

div.statement label
{
	margin-top: 6px;
}

div.statement .form-group, div.statement .help-block
{
	margin-top: 0;
	margin-bottom: 0;
}

div.statement .fieldset
{
	margin-top: 5px;
}

.panel.bucket
{
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

div.block-item
{
	display: list-item;
	position: relative;
	margin-bottom: 25px;
}

div.block-item > *
{
	position: absolute;
	top: 0;
}

.panel-heading ol.breadcrumb
{
	margin: 0;
	padding: 0;
}

.table-align-headings-right th
{
	text-align: right;
}

table.dashboard a
{
	font-size: 140%;
}

span.child-name {
        border-color: #247ea2;
        color: #fff;
        background-color: #2b98c3;
}

.handsontable table thead th{
        background-color: #616161;
        color:white;
        border-right: #616161;
        font-weight: bold;
}