* {
    box-sizing: border-box;
}

body
{
    padding: 0;
    padding-top: 70px;
	/*color: #555;*/
	color: #6E6E6E;
	font: normal 10pt Arial,Helvetica,sans-serif;
}

#header {
    padding: 10px 0px 10px 0px;
    font-family: 'InterstateRegular','OpenSansRegular','Helvetica',arial,serif;
    /*color: #D71A5A;*/
	color: #999999;
}

#header > div#title {
    text-align: center;
    height: auto;
    border-bottom: 1px solid;
    font-size: 1.5em;
    line-height: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
}


#header > div {
    height: 100px;
    position: relative;
}

#logo {
    display: block;
    margin: auto;
    height: 100%;
}
#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}
div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

div#tree {
	max-height: 500px;
	overflow-y: auto;
}

/*.dataTable tr.even {
	background-color: rgba(243, 126, 119, 0.85);
	background-color: #0088cc;
	color: white;
}*/

th {
	text-align: left;
}

.unpaid {
	position: relative;
	min-height: 120px;
}

.paymentoverlay {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 10;
	text-align: center;

}

.paymentoverlay a{
	margin-top: 50px;
}

iframe[seamless] {
	width: 100%;
	border: none;
	padding: 0px;
	background-color: transparent;
	overflow: hidden;
	height: 500px;
}

nav > ul {
    width: 1170px;
    margin: auto;
}

.notifications.top-right {
    top: 50px;
}

.notifications.top-left {
    top: 50px;
}


td.button-column .glyphicon {
    font-size: 1.2em;
    margin-right: 8px;
}

/**
Fix for elfinder. Bootstrap sets input color to inherit.
Elfinder needs this to be initial.
*/
.elfinder-workzone input {
    color: initial;
}