body {
    background-color: white;
    color: #214177;
}

.error {
	color:#e13838;
}

table th {
	background-color: #82A6CB;
	color: #214177;
}

table tr td {
	color: #214177;
}

.myLabel {
    color: #214177;
    padding-bottom: 6px;
    padding-top: 6px;
}

#btndelete {
	background-image: url("../img/delete.png");
	background-size: cover;
	background-color: transparent; 
	border: none;
	width: 16px;
	height: 16px;
	color: transparent;
	cursor: pointer;
}

#PageTitle {
    border: 1px black;
    border-radius: 5px;
    background-color: #4eb363;
    color: white;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

#PageTitleP {
    border: 1px black;
    border-radius: 5px;
    background-color: #4eb363;
    color: white;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

#PageTitleT {
    border: 1px black;
    border-radius: 5px;
    background-color: #bdaf74;
    color: white;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

div.logoOLD {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    border: 0px solid #73AD21;
    z-index: 100;
}


div.loggeduser {
    position: relative;
    top: 10px;
    left: 10px;
    padding: 2px,2px,2px,2px;
    border: 0px solid #73AD21;
}
