@import 'cumquat/clear.css';
@import 'cumquat/structure.css';
@import 'cumquat/typography.css';
@import 'cumquat/common.css';
@import 'generic.css';
@import 'base_generic.css';


body, p, h1, h2, h3, h4, ol, ul, li, form, table, td, th, fieldset, pre {
    color: #415157;
}

a {
    color: #1a77a7;
}

h1.closed {
    text-decoration: line-through;
}
h1 .closed-label {
    color: #aaaaaa;
    text-decoration: none;
}

h1 .edit {
    font-size: 12px;
    font-weight: normal;
    color: #1a77a7;
}

h1 .link {
    font-size: 16px;
    font-weight: normal;
    color: #1a77a7;
    vertical-align: middle;
}

h2 .link {
    font-size: 12px;
    font-weight: normal;
    color: #1a77a7;
}

/* buttons */

.add-btn {
    background: transparent url('../images/add_btn.png') no-repeat left center;
    color: #000000;
    text-shadow: 0px 1px 1px #ffffff;
    padding: 7px 0 7px 40px;
    margin: 0 20px 0 10px;
}

.add-btn span {
    background: transparent url('../images/add_btn.png') no-repeat right center;
    padding: 7px 40px 7px 0;
    margin: 0 -15px 0 0;
}

#header {
    color: #ffffff;
}

#add-task {
    float: right;
}

#logo {
    padding: 0 0 0 50px;
}

/******** navigation ********/

#navigation-wrap {
    background-color: #101112;
}

#navigation {
    padding: 4px 0 6px 0;
}

#nav-icon {
    padding: 4px 15px 0 0;
    float: left;
}

#navigation ul, #subnav ul, #actions ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigation li, #subnav li, #actions li {
    float: left;
    display: inline;
    margin: 0;
}
#navigation ul {
    padding: 6px 0 0 0;
}
#navigation li {
    margin: 0 10px 0 0;
}
#navigation li img {
    margin: 0 10px 0 0;
}
#navigation li a {
    padding: 9px 15px;
    text-decoration: none;
    color: #ffffff;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    font-size: 11px;
}

#navigation a:hover, #navigation li.active a {
    background-color: #313638;
}

#navigation li.active a {
    font-weight: bold;
}

#nav-add-task a {
    background-color: inherit;
}

#nav-add-task a:hover {
    background-color: inherit;
    color: #ffffff;
}

/** nav search **/

#nav-search {
    float: right;
}

#nav-search-input {
width: 300px;
}

/** subnav **/

#subnav {
    padding: 12px 0 7px 20px;
    min-height: 18px;
    margin: 10px 0 0 0;
    clear: both;
}

#subnav li a {
    padding: 10px 25px;
    text-decoration: none;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    font-size: 11px;
    color: #ffffff;
}

#subnav li {
    margin-left: 1px;
}

#subnav li a:hover, #subnav li.active a {
    background-color: #dfe5e7;
    color: #313638;
}

#subnav li.active a {
    font-weight: bold;
}

/* user nav */

#user-nav {
    float: right;
    padding: 30px 30px 0 0;
    text-align: left;
}

#status-details {
    float: right;
}

#user-nav #status-content {
    float: right;
    display: inline;
    padding: 5px 30px 0 0;
}

#user-nav .logout {
    font-weight: normal;
    padding-top: 5px;
    padding-top: 5px;
    margin: 0 30px 0 0;
}

#user-nav a {
    color: #ffffff;
}

#user-nav .status-username {
    font-weight: bold;
    font-size: 24px;
    padding-top: 5px;
    color: #ffffff;
    margin: 0 20px 0 0;
}

#user-nav #status-avatar {
    border: 1px solid #575757;
    padding: 0;
    float: right;
    display: inline;
    padding: 1px;
}

#user-nav #status-avatar img {
    vertical-align: top;
}
/**** location ****/

#location {
    float: left;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    padding: 40px 30px 20px 30px;
    color: #ffffff;
}

#location a {
    color: #ffffff;
}

#location .location-edit, #location .location-link {
    font-size: 12px;
    font-weight: normal;
    color: #a9a9a9;
}

#location .location-edit a, #location .location-link a {
    color: #a9a9a9;
}
/*
#add-block {
    float: right;
    margin: 30px 30px 0 0;
}
*/
/**** actions ****/

#actions {
    text-align: left;
    padding: 10px 15px;
    background-color: #f1f4f5;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-width: 8px 8px 0 8px;
    border-color: #dfe5e7;
    border-style: solid;
}

#actions ul, #add-button {
    float: left;
    display: inline;
}

#actions ul {
    padding: 0 0 0 10px;
}

#actions li {
    padding: 5px 15px;
}

/***** content *****/

#content {
    text-align: left;
    padding: 20px 30px 60px 30px;
    background-color: #ffffff;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-width: 0 8px 8px 8px;
    border-color: #dfe5e7;
    border-style: solid;
}

#content-body {
    padding: 20px;
    margin-right: 25%;
    background-color: #ffffff;
}

#content-project {
    padding: 9px 0;
}

#content-project a {
    background-color: #28445a;
    color: #ffffff;
    padding: 11px 20px;
    text-decoration: none;
}

#content-project a:hover {
    background-color: #182b39;
}

/****** footer *******/

#footer {
    padding: 20px 20px;
    text-align: left;
    font-size: 11px;
    color: #ffffff;
}

#footer p {
    color: #ffffff;
    font-size: 11px;
}

#footer p img {
    vertical-align: bottom;
}

#footer a {
    color: #ffffff;
}

#footer-links a, #copyright-info {
    margin: 0 10px;
}

#footer-links {
    float: right;
}

#by {
    padding-left: 10px;
}

#by a {
    margin-left: 10px;
}



/******* tasks *******/

#projects #details-block {
    float: right;
    padding: 20px;
}


#projects #details-block tr {
    border-width: 0;
}
#projects #details-block th {
    font-weight: bold;
}
#projects #details-block td {
    padding: 2px 8px;
}
#projects #details-block .tags {
    margin: 0 0 20px 0;
}
#projects #details-block h3 {
    font-size: 14px;
}
#projects p.details {
    color: #888888;
    margin-bottom: 20px;
}
#projects h1 {
    padding-bottom: 0px;
}

#task-details {
    float: right;
    width: 200px;
    padding: 10px 20px 20px 20px;
    background-color: #f1f4f5;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

#task-details .tags p {
    line-height: 24px;
}

#task-content {
    margin-right: 280px;
}

#task-content h1 {
    line-height: 22px;
}

#task-content h1 span {
    margin-right: 10px;
    vertical-align: middle;
}

/***** tags ******/

.tags a {
    color: #ffffff;
    padding: 3px 10px;
    font-weight: normal;
    background-color: #61747a;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}
.tags a:hover {
    background-color: #748a91;
    text-decoration: none;
}

/***** messages *****/
div.message .avatar {
    float: left;
    padding: 20px 4px 4px 4px;
    vertical-align: text-bottom;
    line-height: 0;
}
div.message .content {
}
div.message .content h2 {
    padding: 0;
    line-height: 22px;
}
div.message .content .details {
    padding: 5px 0 20px 0;
    font-size: 11px;
    font-weight: normal;
    color: #888888;
    vertical-align: top;
    line-height: 11px;
}
div.message {
    border-width: 0 0 1px 0;
    border-color: #d9d9d9;
    border-style: solid;
    padding: 5px 0;
}
div.message-content {
    padding: 20px 100px;
}

#inbox .unread a, .list .unread a {
    font-weight: bold;
}

#inbox .unread .user a, .list .unread .user a {
    font-weight: normal;
}

/******* forms ********/


#id_title {
    width: 70%;
}

#id_tags {
    width: 70%;
}

#id_due_date {
    width: 80px;
}

#new-project-link, #new-project-cancel {
    margin-left: 10px;
}
#new-project-input {
    width: 53%;
}

.form-assign-to {
    padding-left: 20px;
}

.inline-form {
    margin: 20px 0;
    padding: 10px 30px 30px 30px;
    border: 2px solid #edd38d;
    background-color: #fff6df;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#task-form tr.project {
    border-width: 0 0 1px 0;
    border-color: #dfe5e7;
    border-style: solid;
}

#task-form tr.project td {
    padding-bottom: 20px;
}

#task-form tr.tags td {
    padding-top: 20px;
}

.task-order {
    float: right;
}

.task-order a {
    padding: 0 5px;
}

.task-order .reverse {
    color: #888888;
}

.task-order .reverse:hover {
    text-decoration: none;
}


/**** alerts ****/


div.warning, #alert-messages {
    margin: 10px 0 20px 0;
    padding: 15px 30px;
    border-style: solid;
    border-width: 2px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}


div.warning {
    border-color: #cff2b2;
    background-color: #f4ffe9;
}

#alert-messages {
    border-color: #d1ecff;
    background-color: #eef8ff;
    cursor: pointer;
}

#alert-messages ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#alert-message-close {
    float: right;
    cursor: pointer;
}


/**** profile *****/

#content-head {
    border-width: 1px;
    border-color: #d9d9d9;
    border-style: solid;
    padding: 10px;
}
#content-head #details {
    float: right;
}
#content-head #avatar {
    float: left;
    margin: 10px 30px 10px 10px;
    border: 1px solid #cccccc;
    background-color: #dddddd;
    padding: 4px;
    line-height: 0;
}

#content-head h1 {
    padding-bottom: 0;
}

#content-head p.status {
    font-style: italic;
}

#content-head p.status .time {
    font-size: 10px;
    font-style: normal;
}


/**** notes ****/

.note {
    clear: both;
    padding: 10px;
    border-width: 0 0 1px 0;
    border-color: #dfe5e7;
    border-style: solid;
}

.note-user {
    padding-bottom: 20px;
}

.note-user h4 {
    font-size: 12px;
    padding-top: 4px;
}

.note-user .avatar {
    float: left;
    margin-right: 20px;
}





/**** other ***/

#project-details {
    display: none;
}

.ui-dialog .ui-dialog-titlebar {
    display: none;
} 

.select-checkboxes {
    margin: 0 10px;
}


/**** quick add ****/

#quick-add {
    text-align: left;
    padding: 10px;
    background-color: #ffffff;
    border-width: 0 8px 1px 8px;
    border-color: #dfe5e7;
    border-style: solid;

}

#quick-add-input {
    width: 80%;
}

/**** maintenance ****/

#maintenance {
    margin: 15px 0 5px 0;
    padding: 10px 30px;
    background-color: #0072e2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#maintenance p {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
}


/****** lists *******/

table.list .loading-task td.title {
    font-size: 12px;
    font-weight: normal;
}
table.list td.title .error-text {
    font-size: 12px;
    font-weight: normal;
}

table.list td.status {
    width: 10%;
}

table.list td.check, table.list td.arrow {
    width: 6px;
    padding-right: 0;
}

table.list td.project a {
    font-size: 12px;
    font-weight: normal;
    color: #4b4b4b;
}

#dashboard table.list td.project {
    width: 100px;
}
#dashboard table.list td.due {
    width: 100px;
}

table.list td.checkbox {
    width: 16px;
}

table.list td.status {
    width: 70px;
}

table.list td.type {
    width: 70px;
}

table.list .project-count {
    color: #888888;
    font-size: 14px;
}
