body {
	color: #000000;
	background-color: #ffffff;
	margin: 0;
	font-family: sans-serif;
	
}

body:before {
    content: ".";
    background-color: #fafafa;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -9999;
    background-image: url(images/labor03.jpg);
    opacity: 0.5;
    filter: grayscale(1);
    background-position: center;
    background-size: cover;
    top: 0;
}


div.header {
    background-color: #fff;
    height: 70px;
    margin: 20px 0 5px 0;
    background-image: url(images/nngyk_logo_pfz.png);
    background-repeat: no-repeat;
    border: 1px solid #e7e8df;
    background-size: 200px;
    background-position: 15px center;
    font-size: 45px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-weight: 100;
    color: #42b760;
    text-align: right;
    padding-right: 15px;
}


div.headerHolder {
	background-color: #ffffff;
	color: #000000;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

.user div.menu {
    padding-top: 9px;
}

div.menu {
    background-color: #42b760;
    color: #fff;
    height: 40px;
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 10px;
    box-sizing: border-box;
}


div.content {
	background-color: #ffffff;
	color: #000000;
	height: 674px;
	margin: 2px 0;
	border: 1px solid #e7e8df;
	position: relative;
	padding: 15px;
}

div.contentHolder {
	background-color: #ffffff;
	color: #000000;
	height: 680px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

.error {
	font-weight: bold;
	color: red;
}
.warning {
	 font-weight: bold;
	 color: cornflowerblue;
 }

.success {
	font-weight: bold;
	color: green;
}


.oszr-menu {
	float: left;
}

.user .oszr-menu td.gwt-MenuItem {
    max-width: unset;
}

.oszr-menu td.gwt-MenuItem {
    padding-right: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid #fff;
    margin-right: 10px !important;
    display: inline-block;
    word-break: break-word;
    max-width: 110px;
    text-align: center;
}

.oszr-menu td.gwt-MenuItem:last-child {
    border-right: 0px;
}

.user .oszr-menu-right .gwt-MenuItem {
    margin-top: -4px;
}

.oszr-menu td.gwt-MenuItem:hover {
    color: #000;
}

.oszr-menu-right .gwt-MenuItem {
    background-color: #008c3a;
    padding: 6px 20px;
    border-radius: 25px;
    margin-top: 5px;
    display: block;
    font-weight: bold;
}

.oszr-menu-right {
	float: right;
	cursor: pointer;
}

.clickable {
	cursor: pointer;
}

.gwt-target {
	margin: 2px 0;
}

.indicator-control-row {
	height: 30px;
}

.indicator-control-label {
	width: 150px;
}

.indicator-control-select-type {
	max-width: 600px;
}

.indicator-control-radio {
	width: 120px;
	display: inline-block;
}

.indicator-control-checkbox {
	margin-right: 15px;
}

.indicator-control-radio label, .indicator-control-checkbox label {
	padding-left: 2px;
}

.kolodetail-row {
	height: 24px;
	padding: 2px 0px;
}

.kolodetail-label {
	width: 300px;
}


.kolodetail-nested {
	padding-left: 20px;
	width: 280px;
}

.kolodetail-section {
	font-weight: bold;
}

.kolodetail-editor {
	width: 250px;
}

.kolodetail-panel {
	border: 1px solid darkgray;
	margin-bottom: 4px;
	padding: 0px 4px 4px;
}

.kolodetail-container a {
	text-decoration: none;
	color: black;
}

.kolodetail-container .content {
	border: none;
	height: auto;
}


.kolodetail-header {
	text-align: center;
	padding: 2px 0px;
	margin-bottom: 4px;
	border-bottom: 1px solid lightgray;
}

.kolodetail-button {
	margin-left: 300px;
}

.break-word {
	word-wrap: break-word;
}