html, body {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background: #eaeaea;
    margin: 0px;
}

#content {
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12px;    
}

#login {
    width: 500px;
    height: 240px;
    border-radius: 25px;
    border: solid 1px #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    padding: 10px;
    box-shadow: 10px 10px 5px #aaaaaa;
    background: #ffffff;
}

#login table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 10px;
}

#login table tr td {
    padding: 10px;
}

#login table tr:last-child td {
    text-align: center;
}

#login #login_warning {
    color: #ff0000;
    font-weight: bold;
    font-size: 12px;
}

#login #login_error {
    color: #ff0000;
    font-weight: bold;
    font-size: 15px;
}

#navigation {
    font-family: Arial, Helvetica, sans-serif;
}

#navigation ul {
    z-index: 100000;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 100px;
    width: 100%;
}

#navigation li {
    float: left;
}

#navigation li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
#navigation li a:hover {
    background-color: #111;
}

#navigation .active {
    background-color: #4CAF50;
}

#datatablelist, #iplantablelist {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12px;
}

#datalist {
    font-size: 12px;
}

#datalist thead, #iplandatalist thead {
    text-align: left;
}

#datalist tbody tr:nth-child(odd), #iplandatalist tbody tr:nth-child(odd) { 
    background-color: #eeeeee; 
}

#iplandatalist tbody td:nth-child(4)::after, #iplandatalist tbody td:nth-child(7)::after {
	content: "%";
}

#changepassword {
    width: 500px;
}

#changepassword #password_error {
    color: #ff0000;
    font-weight: bold;
    font-size: 15px;
}

#updatemessage {
    color: #ff0000;
    font-weight: bold;
    font-size: 15px;
}

#usertable thead {
    text-align: left;
}

#usertable tbody tr:nth-child(odd) { 
    background-color: #eeeeee; 
}

fieldset {
    background: #ffffff;
}

#userlist {
    width: 850px;
}


#userlist th {
	white-space: nowrap
}

#edituserlist {
    width: 400px;
}

#edituserlist table tr td {
    padding: 5px;
}

#logo {
    z-index: 100000;
    position: fixed;
    top: 0px;
    padding-top: 0px;
    background: #65ac1e;
    width: 100%;
}

#content {
    padding-top: 120px;
}
