﻿/*-----------------------List----------------------*/
.listview .head-tabs {
    background-color: var(--firstBack);
    border-bottom: 1px solid #eaeaea;
    height: 75px;
    line-height: 75px
}

    .listview .head-tabs a {
        margin-right: 84px;
        float: left;
        display: block
    }

        .listview .head-tabs a.active {
            color: #6cf;
            font-weight: bold
        }

.list-head {
    width: 100%;
    height: 39px;
    line-height: 39px
}

    .list-head .mast {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        height: 100%;
    }

        .list-head .mast .filters {
            border-top: 1px solid #eaeaea;
            border-bottom: 1px solid #eaeaea;
        }

            .list-head .mast .filters button {
                -webkit-border-radius: 0;
                border-radius: 0;
                float: left;
                cursor: pointer;
                width: 58px;
                height: 38px;
                color: #666;
                border-left: 1px solid var(--darkBorderColor);
                font-size: 16px
            }

                .list-head .mast .filters button.active {
                    background-color: var(--firstFocus);
                    color: var(--white)
                }

                .list-head .mast .filters button:first-of-type {
                    font-size: 13px
                }

        .list-head .mast .search {
            border-top: 1px solid #eaeaea;
            border-bottom: 1px solid #eaeaea;
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -o-box-flex: 1;
            box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: box;
            display: flex;
            -webkit-box-orient: horizontal;
            -moz-box-orient: horizontal;
            box-orient: horizontal;
            border-left: 1px solid var(--darkBorderColor);
            background-color: var(--white);
        }

            .list-head .mast .search .icon {
                font-size: 13px;
                text-align: center;
                color: #ccc;
                padding-left: 13px;
                padding-right: 13px
            }

                .list-head .mast .search .icon.disabled {
                    font-size: 13px;
                    text-align: center;
                    color: #ccc;
                    padding-left: 13px;
                    padding-right: 13px;
                    background-color: #f9f9f9
                }

            .list-head .mast .search .input {
                -webkit-box-flex: 1;
                -moz-box-flex: 1;
                -o-box-flex: 1;
                box-flex: 1;
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
            }

            .list-head .mast .search .input input[name=search] {
                width: 100%;
                height: 36px;
                display: block;
                font-size: 16px
            }
                .list-head .mast .search .input.disabled {
                    -webkit-box-flex: 1;
                    -moz-box-flex: 1;
                    -o-box-flex: 1;
                    box-flex: 1;
                    -webkit-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                }

            .list-head .mast .search .input.disabled input[name=search] {
                width: 100%;
                height: 38px;
                display: block;
                font-size: 16px;
                background-color: #f9f9f9
            }

        .list-head .mast .sorting {
            border: 1px solid #eaeaea;
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: box;
            display: flex;
            width: 129px;
            color: #666
        }

            .list-head .mast .sorting .btn {
                float: right;
                border-right: 1px solid var(--darkBorderColor);
                -webkit-border-radius: 0;
                border-radius: 0;
                display: block;
                width: 100%;
                height: 38px;
            }

        .list-head .mast .pagination {
            height: 100%;
            width: 100%;
            border-bottom: 1px solid #eaeaea
        }

            .list-head .mast .pagination .previous-button {
                float: left;
                border-left: 1px solid var(--darkBorderColor);
                -webkit-border-radius: 0;
                border-radius: 0;
                display: block;
                width: 116px;
                height: 38px;
            }

                .list-head .mast .pagination .previous-button button {
                    background-color: var(--firstFocus);
                    color: var(--white);
                    width: 100%;
                    height: 100%;
                    font-size: 16px
                }

            .list-head .mast .pagination .items {
                font-size: 14px;
                color: 1px solid var(--darkBorderColor)
            }

                .list-head .mast .pagination .items button {
                    -webkit-border-radius: 0;
                    border-radius: 0;
                    display: block;
                    float: left;
                    cursor: pointer;
                    width: 58px;
                    height: 38px;
                    color: #666;
                    border-left: 1px solid var(--darkBorderColor);
                    font-size: 16px;
                }

                    .list-head .mast .pagination .items button.active {
                        color: var(--firstFocus)
                    }

            .list-head .mast .pagination .next-button {
                float: right;
                border-right: 1px solid var(--darkBorderColor);
                -webkit-border-radius: 0;
                border-radius: 0;
                display: block;
                width: 116px;
                height: 38px;
            }

                .list-head .mast .pagination .next-button button {
                    background-color: var(--firstFocus);
                    color: var(--white);
                    width: 100%;
                    height: 100%;
                    font-size: 16px
                }

.list-body {
    zoom: 1;
    padding-top: 25px;
    position: relative;
    margin-top: 50px
}


    .list-body:before, .list-body:after {
        content: "";
        display: table
    }

    .list-body:after {
        clear: both
    }

    .list-body .item {
        position: relative;
        zoom: 1;
        background-color: var(--white);
        border: 1px solid var(--darkBorderColor);
        margin-bottom: 13px;
    }

        .list-body .item:before, .list-body .item:after {
            content: "";
            display: table
        }

        .list-body .item:after {
            clear: both
        }

        .list-body .item .details {
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: box;
            display: flex;
            -webkit-box-align: stretch;
            -moz-box-align: stretch;
            -o-box-align: stretch;
            -ms-flex-align: stretch;
            -webkit-align-items: stretch;
            align-items: stretch;
            -webkit-box-orient: horizontal;
            -moz-box-orient: horizontal;
            -o-box-orient: horizontal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            height: 52px;
        }

            .list-body .item .details .title {
                -webkit-box-flex: 1;
                -moz-box-flex: 1;
                -o-box-flex: 1;
                box-flex: 1;
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
                display: -webkit-box;
                display: -moz-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: box;
                display: flex;
                -webkit-box-align: center;
                -moz-box-align: center;
                -o-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                padding-left: 15px;
                border-bottom: 1px dotted var(--darkBorderColor);
                font-weight: bold;
                color: #6c757d;
            }

                .list-body .item .details .title .modified {
                    position: absolute;
                    font-size: 13px;
                    margin-left: 250px;
                }

            .list-body .item .details .context {
                display: -webkit-box;
                display: -moz-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: box;
                display: flex;
                -webkit-box-align: center;
                -moz-box-align: center;
                -o-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                -webkit-box-pack: center;
                -moz-box-pack: center;
                -o-box-pack: center;
                -ms-flex-pack: center;
                width: 150px;
                border-bottom: 1px dotted var(--darkBorderColor);
            }
          
                .list-body .item .details .context .task-status {
                    padding-left: 4px;
                    font-size: 0.8em;
                    display: inline-block;
                    -webkit-justify-content: left;
                    justify-content: left;
                    text-align: left;
                    width: 50px;
                }

                .list-body .item .details .context .task-stats {
                    display: inline-block;
                    font-size: 0.9em;
                    -webkit-justify-content: center;
                    justify-content: center;
                    text-align: center;
                    width: 80px;
                }

[class^="col-"] .task-stats {
    display: inline-block;
    font-size: 0.8em;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    width: 80px;
}
        .list-body .item .subitems {
            padding-top: 13px;
            color: #666
        }

            .list-body .item .subitems .subitem {
                float: left;
                border: 1px solid var(--darkBorderColor);
                width: 260px;
                line-height: 39px;
                margin-left: 10px;
                margin-bottom: 10px;
                font-size: 14px;
                cursor: pointer;
            }

                .list-body .item .subitems .subitem:hover {
                    background-color: #f9f9f9
                }

                .list-body .item .subitems .subitem div {
                    float: left;
                    text-align: center
                }

                .list-body .item .subitems .subitem .status {
                    width: 69px;
                    border-right: 1px solid var(--darkBorderColor);
                    font-size: 16px
                }
/*($columns * $column-width) + ($gutters * $gutter-width)*/
                .list-body .item .subitems .subitem .full {
                    width: 236.4px
                }

                .list-body .item .subitems .subitem .shared-first {
                    width: 181px
                }

                .list-body .item .subitems .subitem .shared-second {
                    width: 58px
                }

                .list-body .item .subitems .subitem.secondFocus .status {
                    color: #fc3
                }

                .list-body .item .subitems .subitem.firstFocus .status {
                    color: #66b8ff;
                }

.list-body .item .name-sub-item {
    padding-left: 15px;
    font-size: 14px;
    background-color: #66b8ff;
    margin-right: 22px;
    line-height: 39px;
    margin-bottom: 13px;
    width: 208px;
    float: right
}

        .list-body .item .name-label {
            color: var(--white)
        }

            .list-body .item .name-label .value {
                float: right
            }

        .list-body .item .share-button-row {
            width: 100%;
            float: right
        }

            .list-body .item .share-button-row button {
                background-color: var(--firstFocus);
                color: var(--white);
                width: 100px;
                height: 40px;
                font-size: 16px;
                margin-right: 20px;
                margin-bottom: 10px;
                float: right
            }

    .list-body .no-items {
        position: relative;
        background-color: var(--white);
        border: 1px solid var(--darkBorderColor);
        margin-bottom: 13px;
        height: 51px;
        line-height: 51px;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px
    }


        .list-body .no-items:before, .list-body .no-items:after {
            content: "";
            display: table
        }

        .list-body .no-items:after {
            clear: both
        }

#created-list .list-body .mast, #shared-list .list-body .mast {
    padding-bottom: 30px
}

#created-list .list-body .item .details .context button[name=context], #shared-list .list-body .item .details .context button[name=context] {
    font-size: 6px;
    color: #666;
    width: 100%;
    height: 100%
}


#created-list .list-body .item .subitems .published .status, #shared-list .list-body .item .subitems .published .status {
    color: #66b8ff;
}

#created-list .list-body .item .subitems .draft .status, #shared-list .list-body .item .subitems .draft .status {
    color: #fc3
}

#assigned-list .list-body .mast, .individual .list-body .mast {
    padding-bottom: 30px
}

#assigned-list .list-body .item .details .date, .individual .list-body .item .details .date {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-right: 15px;
    border-bottom: 1px dotted var(--darkBorderColor)
}

#assigned-list .list-body .item .details .context, .individual .list-body .item .details .context {
    border-left: 1px solid var(--darkBorderColor);
    border-bottom: 1px solid var(--darkBorderColor);
    color: var(--firstFocus);
    font-weight: bold;
    font-size: 20px
}

#assigned-list .list-body .item .details .context {
    justify-content:center;
    width: 84px;
    text-align:center;
}

#assigned-list .list-body .item .subitems .subitem {
    width:310px;
}
#assigned-list .list-body .item .subitems button[name=more], .individual .list-body .item .subitems button[name=more] {
    float: left;
    height: 39px;
    line-height: 39px;
    margin-left: 26px;
    font-size: 14px;
    color: #666
}

#assigned-list .list-body .item button[name=collapse], .individual .list-body .item button[name=collapse] {
    display: none;
    width: 100%;
    height: 34px
}

    #assigned-list .list-body .item button[name=collapse]:hover, .individual .list-body .item button[name=collapse]:hover {
        background-color: var(--firstBack)
    }

#assigned-list .list-body {
    padding-top: 25px
}

    #assigned-list .list-body:before, #assigned-list .list-body:after {
        content: "";
        display: table
    }

    #assigned-list .list-body:after {
        clear: both
    }


    #assigned-list .list-body .item {
        background-color: var(--white);
        border: 1px solid var(--darkBorderColor);
        margin-bottom: 13px
    }
        #assigned-list .list-body .item:before, #assigned-list .list-body .item:after {
            content: "";
            display: table
        }

        #assigned-list .list-body .item:after {
            clear: both
        }

        #assigned-list .list-body .item .details .status {
            float: left;
            color: #ccc
        }

        #assigned-list .list-body .item .details .link, #created-list .list-body .item .details .link, #shared-list .list-body .item .details .link {
            padding-top: 15px;
            width: 230px;
            color: #ccc;
            border-bottom: 1px dotted var(--darkBorderColor)
        }

            #assigned-list .list-body .item .details .link .icon, #created-list .list-body .item .details .link .icon, #shared-list .list-body .item .details .link .icon {
                float: left;
                margin-right: 13px
            }

            #assigned-list .list-body .item .details .link .value, #created-list .list-body .item .details .link .value, #shared-list .list-body .item .details .link .value {
                float: left
            }

.individual {
    position: relative
}

@media (max-width:375px) {
    .list-head .mast .sorting {
       width:16px;
    }

    #assigned-list .list-body .item .subitems .subitem {
        width: 268px;
    }

    .list-body .item .subitems .subitem .full {
        width: 155px
    }

    .list-body .item .subitems .subitem .shared-first {
        width: 155px
    }

    .list-body .item .subitems .subitem .shared-second {
        width: 40px
    }
}

    /*-----------------------End List----------------------*/
