.button-success,
.button-error,
.button-warning,
.button-secondary {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button-success {
    background: rgb(28, 184, 65);
}
.button-error {
    background: rgb(202, 60, 60);
    /* this is a maroon */
}

.button-warning {
    background: rgb(223, 117, 20);
    /* this is an orange */
}

.button-secondary {
    background: rgb(66, 184, 221);
    /* this is a light blue */
}

.center{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.left {
    text-align: left;
    margin-left: .5em;
}
.right {
    text-align: right;
}
.corner_img {
    padding-right: 1em;
    padding-top: 1em;
}
.highlight {
    background-color: yellow;
}
th:hover{
    cursor: pointer;
   background:rgb(119, 119, 119);

}
.clickable:hover {
    cursor: pointer;
    background-color:#AAA
}

.data_error {
    background: rgba(241, 43, 43, 0.486) !important;
}
.data_warn {
    background: rgb(255, 233, 44, 0.486) !important;
}
.data_good {
    background-color: rgb(67, 160, 71, .7) !important;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%
}
.header {
    padding-top: 10px;
    padding-left: 5px;
    background: rgb(255, 255, 255);
    -webkit-box-shadow:0px 1px 3px #535353;
    -moz-box-shadow:0px 1px 3px #535353;
    box-shadow:0px 1px 3px #535353;
}
.content {
    padding-top: 120px;
    padding-bottom: 30px;
}

/* Reset browser button defaults so pure-menu-link hover works identically
   on <button> (Sign Out) as it does on <a> (Home, Login). */
.pure-menu-item button.pure-menu-link {
    background: none;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-size: inherit;
    font-family: inherit;
    margin: 0;
}

.login-content {
    display: flex;
    justify-content: center;
}

.form-content {
    padding-left: 120px;
    padding-right: 120px;
}

.login-panel {
    max-width: 26rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: left;
}

.login-form {
    width: 100%;
}

.login-form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.login-form label {
    display: block;
    margin-bottom: 0.35rem;
}

.login-form input[type="text"],
.login-form input[type="password"] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 1.25rem;
}

.login-form .pure-button {
    margin-top: 0.5rem;
}