/* info_tag */

.attachments {
    border-radius: 15px;
    border: 1px solid lightgray;
    background-color: lightcyan;
    padding: 0 8px 0 8px;
    margin-right: 5px;
}

h5, h6 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

span.created {
    /*margin-left: 2rem;*/
}

td.description {
    padding-left: 2rem;
}

a {
    text-decoration: none;
}

/*a.table_tags {*/
/*    color: #222;*/
/*}*/

table.todo {
    width: 100%;
}

span.blue {
    color: #0066cc;
}

span.selected {
    color: #0066cc;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    font-weight: bolder;
    /*background-color: #f0f0ff;*/

}

info-tag {
    padding: 2px;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
}

/*info-tag {*/
/*    font-weight: bolder;*/
/*    text-decoration: underline;*/
/*    text-decoration-color: #0066cc;*/
/*    text-decoration-thickness: 1px;*/
/*}*/



.b_hrefs {
    text-decoration: none;
    margin-left: 0.5em;
}

p, li, ul {
    margin-bottom: 0;
}

.open-todos ul,
.finished-todos ul {
    list-style: none;
    text-align: left;
    word-wrap: break-word;
}

h2.title {
    word-wrap: break-word;
}

th.todolist-title,
tr td.todolist-title {
    width: 50%;
    word-break: break-word;
}


tr.sa_tags {
    border-bottom: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
    padding: 5px;
}

tr.is_open {
    background-color: #e4f4ff;
}

tr.is_finished {
    background-color: #f3f3f3;
}

tr.is_outdated {
    background-color: #ffeeee;
}

tr.is_next_day {
    background-color: #c3ffc3;
}

tr.is_near {
    background-color: #d7ffd7;
}

tr.is_hot {
    background-color: #e2ffe2;
}

tr.is_info {
    background-color: rgba(0, 255, 140, 0.02);
    border-bottom: 0;
}


th.created, th.assigned, th.goal_at, th.finished_at {
    display: none;
    word-wrap: break-word;
}

td {
    padding: 0 7px;
}

td.created, td.assigned, td.goal_at, td.finished_at {
    display: none;
    word-wrap: break-word;
    border-bottom: 0;
}

td.description {
    position: relative;
    border-bottom: 0;
}

/*td.tags {*/
/*    padding-top: 5px;*/
/*    padding-bottom: 5px;*/
/*}*/

p.cell_view {
    display: block;
    margin-block-start: 0.2em;
    margin-block-end: 0;
    font-weight: bold;
}

span.finished_at {
    display: inline;
    font-weight: bold;
    alignment: right;
}

span.assigned_to {
    display: inline;
    font-weight: bold;
    color: darkslategrey;
}

span.list_key {
    font-weight: bolder;
    color: #0066cc;
    margin-right: 1em;
}

span.list_item {
    margin-right: 1em;
    text-decoration: underline;
    text-decoration-color: #d0d0d0;
    text-decoration-thickness: 3px;

}

.finished-todos li {
    color: #aaa;
    padding-left: 5pt;
    text-decoration: line-through;
}

.container {
    /*max-width: 1200px;*/
    max-width: 1500px;
}

.header {
    margin-top: 6rem;
    text-align: center;
}

.value-img {
    display: block;
    text-align: center;
    margin: 2.5rem auto 0;
}

.heading-font-size {
    font-size: 1.2rem;
    color: #999;
    letter-spacing: normal;
}

.navbar {
    display: none;
}

span.marked:hover {
    background-color: lightyellow;
}

span.is_outdated {
    color: rgb(169, 10, 104);
    font-weight: bold;
}

span.is_near {
    color: rgb(53, 154, 0);
    font-weight: bold;
}

span.is_next_day {
    color: rgb(0, 91, 51);
    font-weight: bolder;
}

span.sa_tag {
    text-decoration-thickness: 0.2em;
    text-decoration-line: underline;
    text-decoration-color: #c3ffc3;
}

span.sa_tag:hover {
    background-color: #c3ffc3;
}

.valign {
    vertical-align: middle;
}

.add_tag, .add_text_tag, .add_assigned {
    cursor: grab;
    padding: 0 5px;
}


div.dates {
    /*position: absolute;*/
    float: right;
    top: 0;
    /*margin: 0 .3em .3em;*/
    margin: 0;
    /*right: 0;*/
}

/* Larger than phone */
@media (min-width: 550px) {

    .header {
        /*margin-top: 18rem;*/
    }

    .value-props {
        margin-top: 9rem;
        margin-bottom: 7rem;
    }

    .value-img {
        margin-bottom: 1rem;
    }

    .example-grid .column,
    .example-grid .columns {
        margin-bottom: 1.5rem;
    }

    .docs-section {
        padding: 6rem 0;
    }

    td.goal_at, th.goal_at,
    td.finished_at, th.finished_at {
        display: table-cell;
    }


    p.cell_view {
        display: none;
    }

}


/* Larger than tablet */
@media (min-width: 750px) {


    .navbar + .docs-section {
        border-top-width: 0;
    }

    .navbar,
    .navbar-spacer {
        display: block;
        width: 100%;
        height: 6.5rem;
        background: #fff;
        z-index: 99;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .navbar-spacer {
        display: none;
    }

    .navbar > .container {
        width: 100%;
    }

    .navbar-list {
        list-style: none;
        margin-bottom: 0;
    }

    .navbar-item {
        position: relative;
        float: left;
        margin-bottom: 0;
    }

    .navbar-item:last-child {
        float: right;
        /*font-weight: bold;*/
    }

    .navbar-link {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: .2rem;
        margin-right: 15px;
        margin-bottom: 0;
        padding: 0;
        text-decoration: none;
        line-height: 6.5rem;
        color: #222;
    }

    .navbar-value {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: .2rem;
        /*margin-right: 15px;*/
        margin-bottom: 0;
        padding: 0;
        text-decoration: none;
        line-height: 6.5rem;
        color: #222;
    }

    .navbar-link.active {
        color: #33C3F0;
    }

    .has-docked-nav .navbar {
        position: fixed;
        top: 0;
        left: 0;
    }

    .has-docked-nav .navbar-spacer {
        display: block;
    }

    /* Re-overriding the width 100% declaration to match size of % based container */
    .has-docked-nav .navbar > .container {
        width: 80%;
    }

    span.navbar-mark {
        color: #0066cc;
        font-weight: bolder;
    }

    td.created, th.created,
    td.assigned, th.assigned {
        display: table-cell;
    }

    select {
        display: inline-block;
        border-width: 0;
        border-bottom-width: 2px;
    }

    p.cell_view {
        display: none;
    }

}


/*th {*/
/*    background-color: #0066cc;*/
/*}*/

