html {
	height: 100%;
    font: normal 12pt Roboto, sans-serif;
}

body {
	height: 100%;
    margin: 0;
}

a {
    color: rgb(109, 180, 63); /* the color from the top-right quarter of the logo diamond */
    text-decoration: none;
}

.label-input-label {
    color: GrayText;
}

th.goog-tablesorter-sorted img {
    background-image: url('../img/sort-asc.png');
    width: 16px;
    height: 16px;
}

th.goog-tablesorter-sorted-reverse img {
    background-image: url('../img/sort-desc.png');
    width: 16px;
    height: 16px;
}

table {
    border: 0;
    border-spacing: 3px;
}

input[type=text], input[type=password], input[type=email], input[type=number], textarea {
    font-family: Arial, Helvetica, sans-serif;
}

.goog-menuitem-content, .ac-row {
    text-align: left;
}

.missing-mandatory {
    border: 2px solid #ff0000 !important;
}

.invalid-userInput {
    border: 2px solid #ff0000 !important;
}