@charset "utf-8";
@import "reset.css";
@import "smoothness/jquery-ui-1.8.18.custom.css";

body {
    background-color: #b0a8cf;
    font-family: Arial;
}

body.body-login {
    background: #b0a8cf url('../images/bg-body-login.jpg') left bottom repeat-x;
}

html {
    height: 100%;
}

strong {
    font-weight: bold;
}

/**
 * Global CSS classes
 */
.css-align-center {
    text-align: center !important;
}

.css-align-right {
    text-align: right !important;
}

.css-display-none {
    display: none;
}

.css-margin-left-10 {
    margin-left: 10px;
}

.css-margin-right-10 {
    margin-right: 10px !important;
}

.css-padding-top-10 {
    padding-top: 10px !important;
}

.css-vertical-align-top {
    vertical-align: top;
}

.ui-datepicker {
    font-size: 12px;
}

/**
 * #container
 */
#container {
    margin: 30px auto 0 auto;
    width: 836px;
}

/**
 * #content
 */
#content {
    background: url('../images/bg-content.jpg') left top no-repeat;
    min-height: 63px;
    padding: 12px 65px 40px 158px;
}

#content a {
    color: #432d82;
    text-decoration: underline;
}

#content a:hover {
    text-decoration: none;
}

#content form {

}

#content form input.input-button, #timesheet-billable-time-line-item form input.input-button {
    background-color: #543d97;
    border: solid 1px #2d1a63;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
    padding: 5px 10px;
}

#content form input.input-text,
#content form textarea.input-text,
#timesheet-billable-time-line-item form input.input-text,
#timesheet-billable-time-line-item form textarea.input-text {
    background-color: #ede9fc;
    border: 1px solid #432d82;
    border-radius: 5px;
    color: #333;
    font-family: Arial;
    font-size: 13px;
    padding: 5px;
    margin-left: 2px;
}

#content form input.input-text-fixed,
#timesheet-billable-time-line-item form input.input-text-fixed {
    width: 220px;
}

#content form input.input-text.input-text-disabled,
#timesheet-billable-time-line-item form input.input-text.input-text-disabled {
    background-color: #ece9d8;
    border: solid 1px #bbbab1;
    color: #aca899;
}

#content form input.input-text.input-text-time,
#timesheet-billable-time-line-item form input.input-text.input-text-time {
    width: 99px;
}

#content form select.input-select,
#timesheet-billable-time-line-item form select.input-select {
    background-color: #ede9fc;
    border: 1px solid #432d82;
    border-radius: 5px;
    color: #333;
    font-family: Arial;
    padding: 4px;
}

#content form select.input-select.input-select-fixed,
#timesheet-billable-time-line-item form select.input-select.input-select-fixed {
    width: 211px;
}

#content form textarea.input-textarea-unresizable,
#timesheet-billable-time-line-item form textarea.input-textarea-unresizable {
    resize: none;
}

#content form .input-hgap-right,
#timesheet-billable-time-line-item form .input-hgap-right {
    margin-right: 10px;
}

#content h3,
#timesheet-billable-time-line-item h3 {
    color: #432580;
    font-size: 15px;
    font-weight: bold;
}

#content h5,
#timesheet-billable-time-line-item h5 {
    color: #333;
    font-size: 13px;
    font-weight: bold;
}

#content hr,
#timesheet-billable-time-line-item hr {
    background-color: #bcbdc1;
    border: none;
    border-radius: 5px;
    font-size: 0px;
    height: 12px;
    margin: 10px 0;
}

#content hr.small,
#timesheet-billable-time-line-item hr.small {
    border-radius: 0;
    height: 1px;
}

#content label {

}

#content label span,
#timesheet-billable-time-line-item label span {
    color: #da0f0f;
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
}

#content p,
#timesheet-billable-time-line-item p {
    color: #555;
    font-size: 12px;
    line-height: 17px;
    padding-bottom: 15px;
}

#content p.report-extra-info {
    color: #333;
    padding: 10px 0 0 0;
}

#content p.report-extra-info span {
    font-weight: bold;
}

#content span.options {
    font-size: 12px;
    float: right;
}

#content span.options a {
    text-decoration: none;
}

#content span.options a:hover {
    text-decoration: underline;
}

#content span.options img {
    vertical-align: middle;
}

#content span.options span {
    color: #999;
    margin: 0 5px;
}

#content table.table-break {
    margin-bottom: 30px;
}

#content table.table-form,
#timesheet-billable-time-line-item table.table-form {
    width: 100%;
}

#content table.table-form tr td,
#timesheet-billable-time-line-item table.table-form tr td {
    color: #333;
    font-size: 12px;
    padding: 4px 0;
}

#content table.table-form tr td p.table-list-item,
#timesheet-billable-time-line-item table.table-form tr td p.table-list-item {
    color: #333;
    line-height: 20px;
    padding: 0;
}

#content table.table-form tr td small,
#timesheet-billable-time-line-item table.table-form tr td small {
    color: #888;
    display: inline-block;
    font-size: 10px;
    margin-left: 10px;
}

#content table.table-form tr td small.error-message,
#timesheet-billable-time-line-item table.table-form tr td small.error-message {
    color: #da0f0f;
    font-weight: bold;
}

#content table.table-form tr td.table-cell-label,
#timesheet-billable-time-line-item table.table-form tr td.table-cell-label {
    width: 160px;
}

#content table.table-list {
    border-bottom: solid 1px #bcbdc0;
    border-left: solid 1px #bcbdc0;
    border-top: solid 1px #bcbdc0;
    font-size: 12px;
    text-align: left;
    width: 100%;
}

#content table.table-list tr td {
    border-right: solid 1px #bcbdc0;
    border-top: solid 1px #bcbdc0;
    padding: 7px;
}

#content table.table-list tr td span {
    color: #999;
    margin: 0 3px;
}

#content table.table-list tr td.highlight {
    background: red;
    color: #fff;
}

#content table.table-list tr td.warnhighlight {
    background: yellow;
    color: #000;
}

#content table.table-list tr th {
    background-color: #e8eaee;
    border-right: solid 1px #bcbdc0;
    font-weight: bold;
    padding: 7px;
}

#content table.table-list tr.table-row-odd td {
    background-color: #f7f8f9;
}

#content ul {
    padding: 0 0 15px 15px;
}

#content ul li {
    color: #555;
    font-size: 13px;
    line-height: 17px;
    list-style: square inside;

}

#content .error {
    background-color: #e42626;
    border: solid 2px #f33a3a;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 15px;
    padding: 15px;
}

#content .error p {
    color: #fff;
}

#content .error ul {
    padding: 0;
}

#content .error ul li {
    color: #fff;
}

#content .break {
    padding-bottom: 15px;
}

#content .break.break-2x {
    padding-bottom: 20px;
}

#content .break.break-3x {
    padding-bottom: 30px;
}

#content .filter-form,
#timesheet-billable-time-line-item .filter-form {
    padding: 10px 0 5px 0;
}

#content .filter-form form {

}

#content .filter-form form label,
#timesheet-billable-time-line-item .filter-form form label {
    font-size: 12px;
    margin-right: 5px;
}

#content .filter-form form input.input-button,
#timesheet-billable-time-line-item .filter-form form input.input-button {
    border-radius: 0;
    font-size: 11px;
    padding: 3px 6px;
}

#content .filter-form form select.input-select,
#timesheet-billable-time-line-item .filter-form form select.input-select {
    border-radius: 0;
    font-size: 11px;
    padding: 3px;
}

#content .filter-form.filter-form-1 {
    padding: 0 0 15px 0;
}

#content .last {
    padding-bottom: 0 !important;
}

/**
 * #content-wrap
 */
#content-wrap {
    background: url('../images/bg-content-wrap.jpg') left top repeat-y;
}

/**
 * #footer
 */
#footer {
    background: url('../images/bg-footer.jpg') left top repeat-y;
    font-size: 12px;
    padding: 15px 65px 10px 138px;
    text-align: center;
}

#footer a {
    color: #fff;
    font-size: 12px;
}

#footer a:hover {
    text-decoration: none;
}

#footer p {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 5px;
}

#footer p.last {
    padding-bottom: 0;
}

#footer span {
    color: #ddd;
    margin: 0 5px;
}

/**
 * #footer-bottom
 */
#footer-bottom {
    background: url('../images/bg-footer-bottom.jpg') left top no-repeat;
    font-size: 0;
    height: 11px;
}

/**
 * #footer-login
 */
#footer-login {
    margin: 40px auto 0 auto;
    width: 645px;
}

#footer-login a {
    color: #432d82;
    text-decoration: underline;
}

#footer-login a:hover {
    text-decoration: none;
}

#footer-login p {
    color: #111;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
}

#footer-login p span {
    margin: 0 5px;
}

/**
 * #header
 */
#header {
    background: url('../images/bg-header.jpg') left top no-repeat;
    height: 52px;
}

/**
 * #login
 */
#login {
    background: url('../images/bg-login.jpg') left top no-repeat;
    height: 301px;
    margin: 200px auto 0 auto;
    width: 645px;
}

#login .login-content {
    height: 223px;
    padding: 78px 20px 0 330px;
    position: relative;
}

#login .login-content a {
    color: #432d82;
    font-size: 15px;
}

#login .login-content form {

}

#login .login-content form input.input-button {
    background-color: #543d97;
    border: solid 1px #2d1a63;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px;
}

#login .login-content form input.input-text {
    background-color: #ede9fc;
    border: solid 1px #432d82;
    border-radius: 5px;
    color: #333;
    font-family: Arial;
    padding: 5px;
    width: 200px;
}

#login .login-content label {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 8px;
}

#login .login-content p {
    font-size: 15px;
    line-height: 19px;
    padding: 20px 0 0 0;
}

#login .login-content .form-input-row {
    padding: 0 0 10px 0;
}

#login .login-content .form-input-row.form-input-row-last {
    padding-bottom: 0;
}

#login .login-content .login-error {
    background-color: #e42626;
    border: solid 2px #f33a3a;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding: 7px 0;
    position: absolute;
    text-align: center;
    top: 30px;
    width: 208px;
}

#nav {
    padding: 0;
}

#nav hr {
    margin-bottom: 20px;
}

#nav .nav-main {

}

#nav .nav-main ul {
    overflow: auto;
    padding: 0;
    width: 613px;
}

#nav .nav-main ul li {
    background: url('../images/bg-nav-main-li.gif') left top no-repeat;
    float: left;
    height: 26px;
    list-style: none;
    margin-right: 5px;
    padding-left: 10px;
    text-align: center;
    width: 115px;
}

#nav .nav-main ul li a {
    background: url('../images/bg-nav-main-link.gif') right top no-repeat;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    padding: 0 15px 0 5px;
    text-decoration: none;
}

#nav .nav-main ul li.active {
    background-position: left bottom;
}

#nav .nav-main ul li.active a {
    background-position: right bottom;
}

#nav .nav-sub {
    font-size: 13px;
    line-height: 17px;
    padding-top: 10px;
}

#nav .nav-sub a {
    color: #432d82;
    text-decoration: none;
}

#nav .nav-sub a:hover {
    text-decoration: underline;
}

#nav .nav-sub a.active {
    color: #111;
    font-weight: bold;
}

#nav .nav-sub span {
    color: #111;
    margin: 0 5px;
}

/**
 * #utility-nav
 */
#utility-nav {
    background: url('../images/bg-utility-nav.jpg') left top no-repeat;
    height: 47px;
}

#utility-nav .utility-nav-content {
    color: #111;
    font-size: 12px;
    padding: 9px 0 0 158px;
    text-align: left;
}

#utility-nav .utility-nav-content a {
    color: #432d82;
    text-decoration: none;
}

#utility-nav .utility-nav-content a:hover {
    text-decoration: underline;
}

#utility-nav .utility-nav-content span {
    color: #999;
    margin: 0 5px;
}

/**
 * #wrap
 */
#wrap {

}

#wrap .wrap-bottom {
    background-color: #231f20;
    height: 40px;
}

#wrap .wrap-top {
    background-color: #432d82;
    height: 40px;
}

.pagination {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
}

.gray {
    background-color: #e1e1e1;
}

.white {
    background-color: #fff;
}

.main-goal-div {
    margin: 5px 0;
}

.goal-add, .goal-minus {
    vertical-align: top;
    width: 50px;
    cursor: pointer;
}

.goal-minus {
    margin-left: 4px;
}

.goal-count-container {
    vertical-align: top;
    margin-right: 5px;
    display: inline-block;
}
.main-goal-div .textarea {
    margin-left: 4px !important;
}