#primefacesmessagedlg {
	width: 200px !important;
}

body {
	margin: 0;
	font-family: arial, tahoma, helvetica, sunsans-regular, sans-serif;
}

.header {
	background-color: #fecc00;
	height: 55px;
	width: 100%;
}

#logo {
	position: relative;
	left: 10px;
}

.header-line {
	background-color: #d40910;
	height: 5px;
	top: 55px;
	width: 100%;
	position: absolute;
}

.header-title {
	position: relative;
	color: #d40910;
	top: -20px;
}

.top-link {
	color: #d40910;
	position: relative;
	top: 16px;
}

.top-link:hover {
	font-weight: bold;
}

.top-links-container {
	text-align: right;
	padding-right: 15px !important;
}

.ui-widget {
	font-size: 0.9em !important;
}

.label {
	font-weight: bold;
}

.nested-grid {
	padding: 0 !important;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.borderLess tr, .borderLess td, .borderLess tfoot {
	border: none !important;
}

.centered-column {
	text-align: center;
}

.right-column {
	text-align: right;
}

.float-right {
	float: right;
}

.black {
	color: black;
}

.red {
	color: red;
}

.red-with-background {
	color: #630a0a;
	background-color: #ffc4c4 !important;
}

.green-with-background {
	color: #065606;
	background-color: #b1ffb1 !important;
}

.grey-row>td {
	background-color: #e5e5e5;
}

.white-row>td {
	background-color: white;
}

.according-to-plan {
	border-style: solid;
	border-width: 1px;
	padding-right: 5px;
	border-radius: 5px;
	padding: 10px;
}

.according-to-plan-error {
	border-color: #630a0a;
	color: #630a0a;
	background-color: #ffc4c4;
}

.according-to-plan-severe-warn {
	border-color: #f16609;
	color: #f16609;
	background-color: #ffdac0;
}

.according-to-plan-warn {
	border-color: #cca400;
	color: #cca400;
	background-color: #ffff0040;
}

.according-to-plan-ok {
	border-color: #065606;
	color: #065606;
	background-color: #b1ffb1;
}
body .ui-breadcrumb {
    background: #cccccc;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    padding: 0.4rem;
    color: black;
    font-weight: bold;
}
body .ui-button {
    background: #F0F0F0;
    color: #222222;
    border: 1px solid #222222;
}
body .ui-button.ui-state-hover {
    background: #d3d3d3;
    color: #222222;
    border: 1px solid #222222;
}
.ui-datatable tbody td {
    border-color: inherit !important;
}
.ui-breadcrumb .ui-menuitem-link {
    text-decoration: underline;
    text-decoration-color: #495057;
}
    body .ui-datatable .ui-datatable-data > tr > td {
        padding: 4px 10px;
        border-width: 1px;
        border-style: solid;
        overflow: hidden;
}
body .ui-datatable thead th {
    padding: 4px 10px;
    border: 1px solid;
}
body .ui-datatable thead th{
    background: #f3f3f3;
}
body .ui-button.ui-button-text-only .ui-button-text {
    padding: 0.2rem 1rem;
}
body .ui-commandlink, body .ui-link {
    color: #d40910;
    text-decoration: underline;
}
body .ui-commandlink:hover, body .ui-link:hover {
    color: #d40910;
    text-decoration: underline;
}
body .ui-datatable .ui-datatable-data>tr {
    color: #000000;
}