*,
*:after,
*:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 14px;
    color: #222222;
}

.page__main {
    margin: 60px auto 30px auto;
    width: 300px;
    padding: 15px;
    background: #f1f1f1;
    border-radius: 4px;
    box-shadow: 0 10px 7px -10px rgba(0,0,0, 0.5);
}


label {
    display: block;
    font-weight: 600;
    margin-bottom: 7px;
}

label.right {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-bottom: 0;
}

input:not([type="checkbox"]) {
    display: block;
    width: 100%;
    padding: 7px;
    border-radius: 4px;
    background: #ffffff;
}

input[type="text"],
input[type="password"],
input[type="email"] {
    border: 1px solid #dddddd;
}

.field {
    margin-bottom: 15px;
}

input[type="submit"] {
    cursor: pointer;
    background: #005489;
    font-weight: 600;
    color: #ffffff;
}
input[type="submit"]:hover {
    background: #0062ab;
}


#ForgotPassword {
    display: block;
    margin-top: 7px;
    text-align: center;
}

#MemberLoginForm_LostPasswordForm_action_forgotPassword {
    font-size: 12px;
}

#ForgotPassword a {
    text-decoration: none;
    font-size: 12px;
}

#ForgotPassword a:hover {
    font-weight: 600;
    color: #005489;
}

.page__wrapper > a {
    display: block;
    width: 270px;
    margin: 60px auto 0 auto;
}

#MemberLoginForm_LoginForm_error {
    margin-bottom: 15px;
}

.main__content {
    font-size: 12px;
    margin-bottom: 15px;
}

.main__content p {
    font-size: 12px;
}

img {
    display: block;
    width: 270px;
    height: auto;
}

#MemberLoginForm_LoginForm_Email_Holder label {
    color:transparent;
}
#MemberLoginForm_LoginForm_Email_Holder label:before {
    color: #000;
    content: "Login"
}

table.hours {
    border: 1px solid #a3a3a3;
    background: #fff;
    font-size: 14px;
    border-collapse: collapse;
}
table.hours td,
table.hours th {
    border: 1px solid #a3a3a3;
    padding: 4px;
}

table.hours th {
    font-weight: normal;
    background: #f3f3f3;
}
table.hours td {
    text-align: right;
}

th.cs {
    width: 60px;
    height: 200px;
    vertical-align: bottom;
}
.rot90 {
    width: 180px;
    margin: -10px 10px;
    display: block;
    transform-origin: 0 0;
    transform: rotate(-90deg);
    position: absolute;
    text-align: left;
    font-weight: normal;
    line-height: 110%;
}


table.border {
    background: #fff;
    border: 1px solid #000;
    border-collapse: collapse;
}

table.border td, table.border th {
    padding: 4px;
    border: 1px solid #000;
}

table.border th {
    background: #f3f3f3;
}

.filter {
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #ced5e1;
    border-top: 1px solid #ced5e1;
}

.filter select {
    border: 1px solid #ced5e1;
    padding: 4px;
}

sup {
    font-size: 0.5em;
}
