﻿.mt-element-list .list-default.mt-list-head {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px;
}

    .mt-element-list .list-default.mt-list-head .list-title {
        margin: 0 0 0.7em 0;
        font-size: 18px;
    }

    .mt-element-list .list-default.mt-list-head .list-date {
        font-size: 12px;
    }

    .mt-element-list .list-default.mt-list-head .list-pending {
        margin-bottom: 10px;
    }

    .mt-element-list .list-default.mt-list-head .list-count {
        display: inline-block;
        padding: 3px 7px;
    }

        .mt-element-list .list-default.mt-list-head .list-count.last {
            margin-bottom: 0;
        }

    .mt-element-list .list-default.mt-list-head .list-label {
        display: inline-block;
        font-size: 12px;
    }

.mt-element-list .list-default.mt-list-container {
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #e7ecf1;
    padding: 15px;
}

    .mt-element-list .list-default.mt-list-container .mt-list-title {
        padding-bottom: 15px;
        font-size: 14px;
        font-weight: 700;
    }

    .mt-element-list .list-default.mt-list-container ul {
        margin-bottom: 0;
        padding: 0;
    }

        .mt-element-list .list-default.mt-list-container ul > .mt-list-item {
            list-style: none;
            border-bottom: 1px solid;
            border-color: #e7ecf1;
            padding: 25px 0;
            min-height: 45px;
        }

            .mt-element-list .list-default.mt-list-container ul > .mt-list-item:first-child {
                padding-top: 0;
            }

            .mt-element-list .list-default.mt-list-container ul > .mt-list-item:last-child {
                padding-bottom: 0;
                border: none;
            }

            .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-icon-container {
                border: 1px solid;
                border-color: #e7ecf1;
                border-radius: 50% !important;
                padding: 0.9em;
                float: left;
                width: 45px;
                height: 45px;
            }

                .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-icon-container > a {
                    color: #34495e;
                }

                    .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-icon-container > a:hover {
                        color: #26C281;
                        text-decoration: none;
                    }

                .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-icon-container.done {
                    border-color: #26C281;
                }

                    .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-icon-container.done > a {
                        color: #26C281;
                    }

                        .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-icon-container.done > a:hover {
                            color: #26C281;
                            text-decoration: none;
                        }

            .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-item-content {
                padding: 0 75px 0 60px;
            }

                .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-item-content > h3 {
                    margin-top: 0;
                    margin-bottom: 5px;
                    font-size: 16px;
                }

                    .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a {
                        color: #34495e;
                    }

                        .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a:hover {
                            color: #26C281;
                            text-decoration: none;
                        }

                .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-item-content > p {
                    margin: 0;
                }

            .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-datetime {
                text-align: right;
                float: right;
                width: 60px;
            }

.mt-element-list .list-default.ext-1.mt-list-container {
    padding: 15px 0 0 0;
}

    .mt-element-list .list-default.ext-1.mt-list-container .mt-list-title {
        padding: 0 15px 15px 15px;
    }

    .mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item {
        padding: 15px;
        border-left: 3px solid;
        border-color: #2F353B;
        border-bottom-color: #e7ecf1;
    }

        .mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item:hover {
            background-color: #e5e5e5;
        }

        .mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.done {
            border-color: #26C281;
            border-bottom-color: #e7ecf1;
        }

            .mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.done:hover {
                background-color: #96ebc8;
            }

        .mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item > .list-icon-container {
            border: none;
        }

.mt-element-list .list-default.group .list-toggle-container:hover, .mt-element-list .list-default.group .list-toggle-container:focus, .mt-element-list .list-default.group .list-toggle-container:active {
    text-decoration: none;
}

.mt-element-list .list-default.group .list-toggle-container .list-toggle {
    padding: 15px;
    background-color: #2F353B;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

    .mt-element-list .list-default.group .list-toggle-container .list-toggle.done {
        background-color: #26C281;
    }

.mt-element-list .list-simple.mt-list-head {
    padding: 15px;
}

    .mt-element-list .list-simple.mt-list-head .list-title {
        margin: 0;
        padding-right: 85px;
    }

    .mt-element-list .list-simple.mt-list-head .list-date {
        font-size: 12px;
        opacity: 0.8;
        float: right;
        width: 75px;
    }

.mt-element-list .list-simple.mt-list-container {
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #e7ecf1;
    padding: 15px;
}

    .mt-element-list .list-simple.mt-list-container ul {
        margin-bottom: 0;
        padding: 0;
    }

        .mt-element-list .list-simple.mt-list-container ul > .mt-list-item {
            list-style: none;
            border-bottom: 1px solid;
            border-color: #e7ecf1;
            padding: 15px 0;
        }

            .mt-element-list .list-simple.mt-list-container ul > .mt-list-item:first-child {
                padding-top: 0;
            }

            .mt-element-list .list-simple.mt-list-container ul > .mt-list-item:last-child {
                padding-bottom: 0;
                border: none;
            }

            .mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-icon-container {
                font-size: 14px;
                float: left;
            }

                .mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-icon-container > a {
                    color: #34495e;
                }

                    .mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-icon-container > a:hover {
                        color: #26C281;
                        text-decoration: none;
                    }

                .mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-icon-container.done {
                    color: #26C281;
                }

                    .mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-icon-container.done > a {
                        color: #26C281;
                    }

                        .mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-icon-container.done > a:hover {
                            color: #26C281;
                            text-decoration: none;
                        }

            .mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-item-content {
                padding: 0 75px 0 60px;
            }

                .mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-item-content > h3 {
                    margin: 0;
                    font-size: 18px;
                }

                    .mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a {
                        color: #34495e;
                    }

                        .mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a:hover {
                            color: #26C281;
                            text-decoration: none;
                        }

            .mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-datetime {
                text-align: right;
                float: right;
                width: 60px;
            }

.mt-element-list .list-simple.mt-list-head {
    padding: 15px;
}

    .mt-element-list .list-simple.mt-list-head .list-title {
        margin: 0;
        padding-right: 85px;
    }

    .mt-element-list .list-simple.mt-list-head .list-date {
        font-size: 12px;
        opacity: 0.8;
        float: right;
        width: 75px;
    }

.mt-element-list .list-simple.ext-1.mt-list-container {
    padding: 0;
}

    .mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item {
        padding: 15px;
        border-left: 3px solid;
        border-color: #34495e;
        border-bottom-color: #e7ecf1;
    }

        .mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item:hover {
            background-color: #e5e5e5;
        }

        .mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item.done {
            border-color: #26C281;
            border-bottom-color: #e7ecf1;
        }

            .mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item.done:hover {
                background-color: #96ebc8;
            }

.mt-element-list .list-simple.group .list-toggle-container:hover, .mt-element-list .list-simple.group .list-toggle-container:focus, .mt-element-list .list-simple.group .list-toggle-container:active {
    text-decoration: none;
}

.mt-element-list .list-simple.group .list-toggle-container .list-toggle {
    padding: 15px;
    background-color: #34495e;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

    .mt-element-list .list-simple.group .list-toggle-container .list-toggle.done {
        background-color: #26C281;
    }

.mt-element-list .list-news.mt-list-head {
    padding: 15px;
    text-align: center;
}

    .mt-element-list .list-news.mt-list-head .list-title {
        margin: 0;
    }

    .mt-element-list .list-news.mt-list-head .badge {
        margin-top: 5px;
    }

.mt-element-list .list-news.mt-list-container {
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #e7ecf1;
    padding: 15px 0;
}

    .mt-element-list .list-news.mt-list-container ul {
        margin-bottom: 0;
        padding: 0;
    }

        .mt-element-list .list-news.mt-list-container ul > .mt-list-item {
            list-style: none;
            border-bottom: 1px solid;
            border-color: #e7ecf1;
            padding: 15px;
            position: relative;
        }

            .mt-element-list .list-news.mt-list-container ul > .mt-list-item:first-child {
                padding-top: 0;
            }

            .mt-element-list .list-news.mt-list-container ul > .mt-list-item:last-child {
                padding-bottom: 0;
                border: none;
            }

            .mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-icon-container {
                font-size: 20px;
                position: absolute;
                right: 5px;
                top: 50%;
                margin-top: -10px;
            }

                .mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-icon-container a {
                    color: #2f353b;
                }

                    .mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-icon-container a:hover {
                        color: #32c5d2;
                    }

            .mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-item-content {
                padding: 0 25px 0 0;
            }

                .mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-item-content > h3 {
                    margin: 0;
                    font-size: 18px;
                    margin-bottom: 10px;
                }

                    .mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a {
                        color: #34495e;
                    }

                        .mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a:hover {
                            color: #32c5d2;
                            text-decoration: none;
                        }

            .mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-datetime {
                margin-bottom: 10px;
            }

.mt-element-list .list-news.ext-1.mt-list-head {
    position: relative;
    text-align: left;
}

    .mt-element-list .list-news.ext-1.mt-list-head .list-count {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        padding: 19px;
    }

.mt-element-list .list-news.ext-1 .list-thumb {
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
}

    .mt-element-list .list-news.ext-1 .list-thumb img {
        width: 100%;
    }

.mt-element-list .list-news.ext-1.mt-list-container {
    padding: 0;
}

    .mt-element-list .list-news.ext-1.mt-list-container ul > .mt-list-item {
        padding: 15px;
    }

        .mt-element-list .list-news.ext-1.mt-list-container ul > .mt-list-item > .list-datetime {
            padding-left: 90px;
        }

        .mt-element-list .list-news.ext-1.mt-list-container ul > .mt-list-item > .list-item-content {
            padding-left: 90px;
        }

        .mt-element-list .list-news.ext-1.mt-list-container ul > .mt-list-item:hover {
            background-color: #e5e5e5;
        }

        .mt-element-list .list-news.ext-1.mt-list-container ul > .mt-list-item:last-child {
            padding-bottom: 15px;
        }

.mt-element-list .list-news.ext-2.mt-list-head {
    position: relative;
    text-align: left;
}

    .mt-element-list .list-news.ext-2.mt-list-head .list-count {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        padding: 19px;
    }

.mt-element-list .list-news.ext-2 .list-thumb {
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
}

    .mt-element-list .list-news.ext-2 .list-thumb img {
        width: 100%;
    }

.mt-element-list .list-news.ext-2.mt-list-container {
    padding: 0;
}

    .mt-element-list .list-news.ext-2.mt-list-container ul > .mt-list-item {
        padding: 15px;
    }

        .mt-element-list .list-news.ext-2.mt-list-container ul > .mt-list-item > .list-datetime {
            padding-left: 90px;
        }

        .mt-element-list .list-news.ext-2.mt-list-container ul > .mt-list-item > .list-item-content {
            padding-left: 90px;
        }

            .mt-element-list .list-news.ext-2.mt-list-container ul > .mt-list-item > .list-item-content > h3 {
                font-size: 16px;
            }

                .mt-element-list .list-news.ext-2.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a:hover {
                    color: #F2784B;
                }

        .mt-element-list .list-news.ext-2.mt-list-container ul > .mt-list-item:hover {
            background-color: #e5e5e5;
        }

        .mt-element-list .list-news.ext-2.mt-list-container ul > .mt-list-item:last-child {
            padding-bottom: 15px;
        }

.mt-element-list .list-todo.mt-list-head {
    padding: 15px;
    position: relative;
}

    .mt-element-list .list-todo.mt-list-head .list-title {
        margin: 0;
    }

    .mt-element-list .list-todo.mt-list-head .list-head-count {
        margin-top: 5px;
    }

        .mt-element-list .list-todo.mt-list-head .list-head-count > .list-head-count-item {
            display: inline-block;
            margin-right: 15px;
        }

    .mt-element-list .list-todo.mt-list-head .list-count {
        position: absolute;
        top: 0;
        right: 0;
        padding: 29px;
        font-size: 16px;
    }

    .mt-element-list .list-todo.mt-list-head a {
        color: #fff;
    }

        .mt-element-list .list-todo.mt-list-head a:hover {
            text-decoration: none;
        }

.mt-element-list .list-todo.mt-list-container {
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #e7ecf1;
    position: relative;
}

    .mt-element-list .list-todo.mt-list-container .list-todo-line {
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 1px;
        top: 0;
        left: 25px;
        border-left: 1px solid;
        border-color: #e7ecf1;
    }

    .mt-element-list .list-todo.mt-list-container ul {
        margin-bottom: 0;
        padding: 0;
        position: relative;
        z-index: 5;
    }

        .mt-element-list .list-todo.mt-list-container ul > .mt-list-item {
            list-style: none;
            border-bottom: 1px solid;
            border-bottom-style: dashed;
            border-color: #e7ecf1;
            padding: 15px;
            position: relative;
        }

            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item:last-child {
                border: none;
            }

            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-icon {
                display: inline-block;
                margin-top: 0.7em;
                padding: 0.7em 0;
                vertical-align: top;
            }

            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item {
                margin-left: 15px;
                display: inline-block;
                vertical-align: top;
                width: 90%;
                position: relative;
            }

                .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item:after {
                    right: 100%;
                    top: 50%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                    border-color: rgba(47, 53, 59, 0);
                    border-right-color: #2f353b;
                    border-width: 8px;
                    top: 18px;
                }

                .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item > .list-toggle-container:hover, .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item > .list-toggle-container:focus, .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item > .list-toggle-container:active {
                    text-decoration: none;
                }

                .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item > .list-toggle-container .list-toggle {
                    padding: 15px;
                }

                    .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item > .list-toggle-container .list-toggle > .list-toggle-title {
                        display: inline-block;
                    }

                .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list {
                    border: 1px solid;
                    border-color: #e7ecf1;
                    padding: 0;
                    margin: 0;
                    position: relative;
                    border-top: none;
                    border-bottom: none;
                }

                    .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item {
                        list-style: none;
                        padding: 15px;
                        border-bottom: 1px solid;
                        border-color: #e7ecf1;
                    }

                        .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item a {
                            color: #2f353b;
                        }

                            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item a:hover {
                                text-decoration: none;
                                color: #e43a45;
                            }

                        .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item:last-child {
                            border-bottom: none;
                        }

                        .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-icon {
                            float: left;
                        }

                        .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-content {
                            padding: 0 45px 0 35px;
                        }

                            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-content > h4 {
                                margin-top: 0;
                                font-size: 14px;
                            }

                            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-content > p {
                                font-size: 13px;
                                margin: 0;
                            }

                        .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-status {
                            float: right;
                        }

                            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-status a {
                                color: #e5e5e5;
                            }

                            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-status .done:hover {
                                color: #26C281;
                            }

                            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-status .pending:hover {
                                color: #e43a45;
                            }

                        .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item.done > .task-status .done {
                            color: #26C281;
                        }

                    .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-footer {
                        padding: 15px;
                        text-align: center;
                    }

                        .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-footer a {
                            color: #2f353b;
                        }

                            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-footer a:hover {
                                text-decoration: none;
                            }

                            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-footer a.task-trash:hover {
                                color: #e43a45;
                            }

                            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-footer a.task-add:hover {
                                color: #26C281;
                            }

            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-icon-container {
                font-size: 20px;
                position: absolute;
                right: 5px;
                top: 50%;
                margin-top: -10px;
            }

                .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-icon-container a {
                    color: #2f353b;
                }

                    .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-icon-container a:hover {
                        color: #32c5d2;
                    }

            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-item-content {
                padding: 0 25px 0 0;
            }

                .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-item-content > h3 {
                    margin: 0;
                    font-size: 18px;
                    margin-bottom: 10px;
                }

                    .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a {
                        color: #34495e;
                    }

                        .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a:hover {
                            color: #32c5d2;
                            text-decoration: none;
                        }

            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-datetime {
                margin-bottom: 10px;
            }

.mt-element-list .list-default.mt-list-head.white {
    background-color: #ffffff;
    color: #666;
}

    .mt-element-list .list-default.mt-list-head.white .badge {
        background-color: white;
        color: #666;
    }

    .mt-element-list .list-default.mt-list-head.white.ext-1 .badge {
        background-color: #e6e6e6;
    }

    .mt-element-list .list-default.mt-list-head.white .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.white .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.white {
    background-color: #ffffff;
    color: #666;
}

.mt-element-list .list-todo .list-count.white {
    background-color: #ffffff;
    color: #666;
}

    .mt-element-list .list-todo .list-count.white:hover {
        background-color: #f2f2f2;
    }

.mt-element-list .list-todo .list-todo-line.white {
    border-color: #ffffff;
}

.mt-element-list .list-todo .list-todo-item.white:after {
    border-right-color: #ffffff !important;
}

.mt-element-list .list-todo .list-todo-item.white .list-toggle {
    background: #ffffff;
    color: #666 !important;
}

    .mt-element-list .list-todo .list-todo-item.white .list-toggle > .badge {
        color: #ffffff;
        background: #666;
    }

.mt-element-list .list-default.mt-list-head.default {
    background-color: #e1e5ec;
    color: #666;
}

    .mt-element-list .list-default.mt-list-head.default .badge {
        background-color: white;
        color: #666;
    }

    .mt-element-list .list-default.mt-list-head.default.ext-1 .badge {
        background-color: #c2cad8;
    }

    .mt-element-list .list-default.mt-list-head.default .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.default .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.default {
    background-color: #e1e5ec;
    color: #666;
}

.mt-element-list .list-todo .list-count.default {
    background-color: #e1e5ec;
    color: #666;
}

    .mt-element-list .list-todo .list-count.default:hover {
        background-color: #d1d7e2;
    }

.mt-element-list .list-todo .list-todo-line.default {
    border-color: #e1e5ec;
}

.mt-element-list .list-todo .list-todo-item.default:after {
    border-right-color: #e1e5ec !important;
}

.mt-element-list .list-todo .list-todo-item.default .list-toggle {
    background: #e1e5ec;
    color: #666 !important;
}

    .mt-element-list .list-todo .list-todo-item.default .list-toggle > .badge {
        color: #e1e5ec;
        background: #666;
    }

.mt-element-list .list-default.mt-list-head.dark {
    background-color: #2f353b;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.dark .badge {
        background-color: #464f57;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.dark.ext-1 .badge {
        background-color: #181c1f;
    }

    .mt-element-list .list-default.mt-list-head.dark .list-label {
        color: #acb5bd;
    }

    .mt-element-list .list-default.mt-list-head.dark .list-date {
        color: #acb5bd;
    }

.mt-element-list .list-todo.mt-list-head.dark {
    background-color: #2f353b;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.dark {
    background-color: #2f353b;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.dark:hover {
        background-color: #24282d;
    }

.mt-element-list .list-todo .list-todo-line.dark {
    border-color: #2f353b;
}

.mt-element-list .list-todo .list-todo-item.dark:after {
    border-right-color: #2f353b !important;
}

.mt-element-list .list-todo .list-todo-item.dark .list-toggle {
    background: #2f353b;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.dark .list-toggle > .badge {
        color: #2f353b;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.blue {
    background-color: #3598dc;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.blue .badge {
        background-color: #60aee4;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.blue.ext-1 .badge {
        background-color: #217ebd;
    }

    .mt-element-list .list-default.mt-list-head.blue .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.blue .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.blue {
    background-color: #3598dc;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.blue {
    background-color: #3598dc;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.blue:hover {
        background-color: #258cd3;
    }

.mt-element-list .list-todo .list-todo-line.blue {
    border-color: #3598dc;
}

.mt-element-list .list-todo .list-todo-item.blue:after {
    border-right-color: #3598dc !important;
}

.mt-element-list .list-todo .list-todo-item.blue .list-toggle {
    background: #3598dc;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.blue .list-toggle > .badge {
        color: #3598dc;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.blue-madison {
    background-color: #578ebe;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.blue-madison .badge {
        background-color: #7ca7cc;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.blue-madison.ext-1 .badge {
        background-color: #3f74a3;
    }

    .mt-element-list .list-default.mt-list-head.blue-madison .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.blue-madison .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.blue-madison {
    background-color: #578ebe;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.blue-madison {
    background-color: #578ebe;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.blue-madison:hover {
        background-color: #4682b5;
    }

.mt-element-list .list-todo .list-todo-line.blue-madison {
    border-color: #578ebe;
}

.mt-element-list .list-todo .list-todo-item.blue-madison:after {
    border-right-color: #578ebe !important;
}

.mt-element-list .list-todo .list-todo-item.blue-madison .list-toggle {
    background: #578ebe;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.blue-madison .list-toggle > .badge {
        color: #578ebe;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.blue-chambray {
    background-color: #2C3E50;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.blue-chambray .badge {
        background-color: #3e5871;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.blue-chambray.ext-1 .badge {
        background-color: #1a252f;
    }

    .mt-element-list .list-default.mt-list-head.blue-chambray .list-label {
        color: #aabed1;
    }

    .mt-element-list .list-default.mt-list-head.blue-chambray .list-date {
        color: #aabed1;
    }

.mt-element-list .list-todo.mt-list-head.blue-chambray {
    background-color: #2C3E50;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.blue-chambray {
    background-color: #2C3E50;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.blue-chambray:hover {
        background-color: #233140;
    }

.mt-element-list .list-todo .list-todo-line.blue-chambray {
    border-color: #2C3E50;
}

.mt-element-list .list-todo .list-todo-item.blue-chambray:after {
    border-right-color: #2C3E50 !important;
}

.mt-element-list .list-todo .list-todo-item.blue-chambray .list-toggle {
    background: #2C3E50;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.blue-chambray .list-toggle > .badge {
        color: #2C3E50;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.blue-ebonyclay {
    background-color: #22313F;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.blue-ebonyclay .badge {
        background-color: #344b60;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.blue-ebonyclay.ext-1 .badge {
        background-color: #10171e;
    }

    .mt-element-list .list-default.mt-list-head.blue-ebonyclay .list-label {
        color: #98b1c8;
    }

    .mt-element-list .list-default.mt-list-head.blue-ebonyclay .list-date {
        color: #98b1c8;
    }

.mt-element-list .list-todo.mt-list-head.blue-ebonyclay {
    background-color: #22313F;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.blue-ebonyclay {
    background-color: #22313F;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.blue-ebonyclay:hover {
        background-color: #19242e;
    }

.mt-element-list .list-todo .list-todo-line.blue-ebonyclay {
    border-color: #22313F;
}

.mt-element-list .list-todo .list-todo-item.blue-ebonyclay:after {
    border-right-color: #22313F !important;
}

.mt-element-list .list-todo .list-todo-item.blue-ebonyclay .list-toggle {
    background: #22313F;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.blue-ebonyclay .list-toggle > .badge {
        color: #22313F;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.blue-hoki {
    background-color: #67809F;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.blue-hoki .badge {
        background-color: #869ab3;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.blue-hoki.ext-1 .badge {
        background-color: #526781;
    }

    .mt-element-list .list-default.mt-list-head.blue-hoki .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.blue-hoki .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.blue-hoki {
    background-color: #67809F;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.blue-hoki {
    background-color: #67809F;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.blue-hoki:hover {
        background-color: #5c7391;
    }

.mt-element-list .list-todo .list-todo-line.blue-hoki {
    border-color: #67809F;
}

.mt-element-list .list-todo .list-todo-item.blue-hoki:after {
    border-right-color: #67809F !important;
}

.mt-element-list .list-todo .list-todo-item.blue-hoki .list-toggle {
    background: #67809F;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.blue-hoki .list-toggle > .badge {
        color: #67809F;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.blue-steel {
    background-color: #4B77BE;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.blue-steel .badge {
        background-color: #7093cc;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.blue-steel.ext-1 .badge {
        background-color: #395f9d;
    }

    .mt-element-list .list-default.mt-list-head.blue-steel .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.blue-steel .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.blue-steel {
    background-color: #4B77BE;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.blue-steel {
    background-color: #4B77BE;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.blue-steel:hover {
        background-color: #406bb0;
    }

.mt-element-list .list-todo .list-todo-line.blue-steel {
    border-color: #4B77BE;
}

.mt-element-list .list-todo .list-todo-item.blue-steel:after {
    border-right-color: #4B77BE !important;
}

.mt-element-list .list-todo .list-todo-item.blue-steel .list-toggle {
    background: #4B77BE;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.blue-steel .list-toggle > .badge {
        color: #4B77BE;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.blue-soft {
    background-color: #4c87b9;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.blue-soft .badge {
        background-color: #71a0c7;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.blue-soft.ext-1 .badge {
        background-color: #3b6d97;
    }

    .mt-element-list .list-default.mt-list-head.blue-soft .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.blue-soft .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.blue-soft {
    background-color: #4c87b9;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.blue-soft {
    background-color: #4c87b9;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.blue-soft:hover {
        background-color: #427aa9;
    }

.mt-element-list .list-todo .list-todo-line.blue-soft {
    border-color: #4c87b9;
}

.mt-element-list .list-todo .list-todo-item.blue-soft:after {
    border-right-color: #4c87b9 !important;
}

.mt-element-list .list-todo .list-todo-item.blue-soft .list-toggle {
    background: #4c87b9;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.blue-soft .list-toggle > .badge {
        color: #4c87b9;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.blue-dark {
    background-color: #5e738b;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.blue-dark .badge {
        background-color: #788da4;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.blue-dark.ext-1 .badge {
        background-color: #495a6d;
    }

    .mt-element-list .list-default.mt-list-head.blue-dark .list-label {
        color: #f2f4f6;
    }

    .mt-element-list .list-default.mt-list-head.blue-dark .list-date {
        color: #f2f4f6;
    }

.mt-element-list .list-todo.mt-list-head.blue-dark {
    background-color: #5e738b;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.blue-dark {
    background-color: #5e738b;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.blue-dark:hover {
        background-color: #54667c;
    }

.mt-element-list .list-todo .list-todo-line.blue-dark {
    border-color: #5e738b;
}

.mt-element-list .list-todo .list-todo-item.blue-dark:after {
    border-right-color: #5e738b !important;
}

.mt-element-list .list-todo .list-todo-item.blue-dark .list-toggle {
    background: #5e738b;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.blue-dark .list-toggle > .badge {
        color: #5e738b;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.blue-sharp {
    background-color: #5C9BD1;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.blue-sharp .badge {
        background-color: #84b3dc;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.blue-sharp.ext-1 .badge {
        background-color: #3782c3;
    }

    .mt-element-list .list-default.mt-list-head.blue-sharp .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.blue-sharp .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.blue-sharp {
    background-color: #5C9BD1;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.blue-sharp {
    background-color: #5C9BD1;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.blue-sharp:hover {
        background-color: #488fcb;
    }

.mt-element-list .list-todo .list-todo-line.blue-sharp {
    border-color: #5C9BD1;
}

.mt-element-list .list-todo .list-todo-item.blue-sharp:after {
    border-right-color: #5C9BD1 !important;
}

.mt-element-list .list-todo .list-todo-item.blue-sharp .list-toggle {
    background: #5C9BD1;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.blue-sharp .list-toggle > .badge {
        color: #5C9BD1;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.blue-oleo {
    background-color: #94A0B2;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.blue-oleo .badge {
        background-color: #b2bac7;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.blue-oleo.ext-1 .badge {
        background-color: #76869d;
    }

    .mt-element-list .list-default.mt-list-head.blue-oleo .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.blue-oleo .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.blue-oleo {
    background-color: #94A0B2;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.blue-oleo {
    background-color: #94A0B2;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.blue-oleo:hover {
        background-color: #8593a7;
    }

.mt-element-list .list-todo .list-todo-line.blue-oleo {
    border-color: #94A0B2;
}

.mt-element-list .list-todo .list-todo-item.blue-oleo:after {
    border-right-color: #94A0B2 !important;
}

.mt-element-list .list-todo .list-todo-item.blue-oleo .list-toggle {
    background: #94A0B2;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.blue-oleo .list-toggle > .badge {
        color: #94A0B2;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.green {
    background-color: #32c5d2;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.green .badge {
        background-color: #5cd1db;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.green.ext-1 .badge {
        background-color: #26a1ab;
    }

    .mt-element-list .list-default.mt-list-head.green .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.green .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.green {
    background-color: #32c5d2;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.green {
    background-color: #32c5d2;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.green:hover {
        background-color: #2ab4c0;
    }

.mt-element-list .list-todo .list-todo-line.green {
    border-color: #32c5d2;
}

.mt-element-list .list-todo .list-todo-item.green:after {
    border-right-color: #32c5d2 !important;
}

.mt-element-list .list-todo .list-todo-item.green .list-toggle {
    background: #32c5d2;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.green .list-toggle > .badge {
        color: #32c5d2;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.green-meadow {
    background-color: #1BBC9B;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.green-meadow .badge {
        background-color: #2ae0bb;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.green-meadow.ext-1 .badge {
        background-color: #158f76;
    }

    .mt-element-list .list-default.mt-list-head.green-meadow .list-label {
        color: #dcfaf4;
    }

    .mt-element-list .list-default.mt-list-head.green-meadow .list-date {
        color: #dcfaf4;
    }

.mt-element-list .list-todo.mt-list-head.green-meadow {
    background-color: #1BBC9B;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.green-meadow {
    background-color: #1BBC9B;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.green-meadow:hover {
        background-color: #18a689;
    }

.mt-element-list .list-todo .list-todo-line.green-meadow {
    border-color: #1BBC9B;
}

.mt-element-list .list-todo .list-todo-item.green-meadow:after {
    border-right-color: #1BBC9B !important;
}

.mt-element-list .list-todo .list-todo-item.green-meadow .list-toggle {
    background: #1BBC9B;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.green-meadow .list-toggle > .badge {
        color: #1BBC9B;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.green-seagreen {
    background-color: #1BA39C;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.green-seagreen .badge {
        background-color: #22cfc6;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.green-seagreen.ext-1 .badge {
        background-color: #147772;
    }

    .mt-element-list .list-default.mt-list-head.green-seagreen .list-label {
        color: #c7f6f3;
    }

    .mt-element-list .list-default.mt-list-head.green-seagreen .list-date {
        color: #c7f6f3;
    }

.mt-element-list .list-todo.mt-list-head.green-seagreen {
    background-color: #1BA39C;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.green-seagreen {
    background-color: #1BA39C;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.green-seagreen:hover {
        background-color: #178d87;
    }

.mt-element-list .list-todo .list-todo-line.green-seagreen {
    border-color: #1BA39C;
}

.mt-element-list .list-todo .list-todo-item.green-seagreen:after {
    border-right-color: #1BA39C !important;
}

.mt-element-list .list-todo .list-todo-item.green-seagreen .list-toggle {
    background: #1BA39C;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.green-seagreen .list-toggle > .badge {
        color: #1BA39C;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.green-turquoise {
    background-color: #36D7B7;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.green-turquoise .badge {
        background-color: #61dfc6;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.green-turquoise.ext-1 .badge {
        background-color: #24b699;
    }

    .mt-element-list .list-default.mt-list-head.green-turquoise .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.green-turquoise .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.green-turquoise {
    background-color: #36D7B7;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.green-turquoise {
    background-color: #36D7B7;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.green-turquoise:hover {
        background-color: #28cbab;
    }

.mt-element-list .list-todo .list-todo-line.green-turquoise {
    border-color: #36D7B7;
}

.mt-element-list .list-todo .list-todo-item.green-turquoise:after {
    border-right-color: #36D7B7 !important;
}

.mt-element-list .list-todo .list-todo-item.green-turquoise .list-toggle {
    background: #36D7B7;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.green-turquoise .list-toggle > .badge {
        color: #36D7B7;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.green-haze {
    background-color: #44b6ae;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.green-haze .badge {
        background-color: #67c6bf;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.green-haze.ext-1 .badge {
        background-color: #36918b;
    }

    .mt-element-list .list-default.mt-list-head.green-haze .list-label {
        color: #fbfefd;
    }

    .mt-element-list .list-default.mt-list-head.green-haze .list-date {
        color: #fbfefd;
    }

.mt-element-list .list-todo.mt-list-head.green-haze {
    background-color: #44b6ae;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.green-haze {
    background-color: #44b6ae;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.green-haze:hover {
        background-color: #3da39c;
    }

.mt-element-list .list-todo .list-todo-line.green-haze {
    border-color: #44b6ae;
}

.mt-element-list .list-todo .list-todo-item.green-haze:after {
    border-right-color: #44b6ae !important;
}

.mt-element-list .list-todo .list-todo-item.green-haze .list-toggle {
    background: #44b6ae;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.green-haze .list-toggle > .badge {
        color: #44b6ae;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.green-jungle {
    background-color: #26C281;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.green-jungle .badge {
        background-color: #41da9a;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.green-jungle.ext-1 .badge {
        background-color: #1e9765;
    }

    .mt-element-list .list-default.mt-list-head.green-jungle .list-label {
        color: #ecfbf5;
    }

    .mt-element-list .list-default.mt-list-head.green-jungle .list-date {
        color: #ecfbf5;
    }

.mt-element-list .list-todo.mt-list-head.green-jungle {
    background-color: #26C281;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.green-jungle {
    background-color: #26C281;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.green-jungle:hover {
        background-color: #22ad73;
    }

.mt-element-list .list-todo .list-todo-line.green-jungle {
    border-color: #26C281;
}

.mt-element-list .list-todo .list-todo-item.green-jungle:after {
    border-right-color: #26C281 !important;
}

.mt-element-list .list-todo .list-todo-item.green-jungle .list-toggle {
    background: #26C281;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.green-jungle .list-toggle > .badge {
        color: #26C281;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.green-soft {
    background-color: #3faba4;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.green-soft .badge {
        background-color: #5bc2bc;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.green-soft.ext-1 .badge {
        background-color: #318680;
    }

    .mt-element-list .list-default.mt-list-head.green-soft .list-label {
        color: #f0f9f9;
    }

    .mt-element-list .list-default.mt-list-head.green-soft .list-date {
        color: #f0f9f9;
    }

.mt-element-list .list-todo.mt-list-head.green-soft {
    background-color: #3faba4;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.green-soft {
    background-color: #3faba4;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.green-soft:hover {
        background-color: #389892;
    }

.mt-element-list .list-todo .list-todo-line.green-soft {
    border-color: #3faba4;
}

.mt-element-list .list-todo .list-todo-item.green-soft:after {
    border-right-color: #3faba4 !important;
}

.mt-element-list .list-todo .list-todo-item.green-soft .list-toggle {
    background: #3faba4;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.green-soft .list-toggle > .badge {
        color: #3faba4;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.green-dark {
    background-color: #4DB3A2;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.green-dark .badge {
        background-color: #71c2b5;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.green-dark.ext-1 .badge {
        background-color: #3d9082;
    }

    .mt-element-list .list-default.mt-list-head.green-dark .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.green-dark .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.green-dark {
    background-color: #4DB3A2;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.green-dark {
    background-color: #4DB3A2;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.green-dark:hover {
        background-color: #45a292;
    }

.mt-element-list .list-todo .list-todo-line.green-dark {
    border-color: #4DB3A2;
}

.mt-element-list .list-todo .list-todo-item.green-dark:after {
    border-right-color: #4DB3A2 !important;
}

.mt-element-list .list-todo .list-todo-item.green-dark .list-toggle {
    background: #4DB3A2;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.green-dark .list-toggle > .badge {
        color: #4DB3A2;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.green-sharp {
    background-color: #2ab4c0;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.green-sharp .badge {
        background-color: #46cbd7;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.green-sharp.ext-1 .badge {
        background-color: #218d96;
    }

    .mt-element-list .list-default.mt-list-head.green-sharp .list-label {
        color: #eefafb;
    }

    .mt-element-list .list-default.mt-list-head.green-sharp .list-date {
        color: #eefafb;
    }

.mt-element-list .list-todo.mt-list-head.green-sharp {
    background-color: #2ab4c0;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.green-sharp {
    background-color: #2ab4c0;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.green-sharp:hover {
        background-color: #25a0ab;
    }

.mt-element-list .list-todo .list-todo-line.green-sharp {
    border-color: #2ab4c0;
}

.mt-element-list .list-todo .list-todo-item.green-sharp:after {
    border-right-color: #2ab4c0 !important;
}

.mt-element-list .list-todo .list-todo-item.green-sharp .list-toggle {
    background: #2ab4c0;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.green-sharp .list-toggle > .badge {
        color: #2ab4c0;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.green-steel {
    background-color: #29b4b6;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.green-steel .badge {
        background-color: #3ed1d4;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.green-steel.ext-1 .badge {
        background-color: #208b8c;
    }

    .mt-element-list .list-default.mt-list-head.green-steel .list-label {
        color: #e5f9f9;
    }

    .mt-element-list .list-default.mt-list-head.green-steel .list-date {
        color: #e5f9f9;
    }

.mt-element-list .list-todo.mt-list-head.green-steel {
    background-color: #29b4b6;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.green-steel {
    background-color: #29b4b6;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.green-steel:hover {
        background-color: #249fa1;
    }

.mt-element-list .list-todo .list-todo-line.green-steel {
    border-color: #29b4b6;
}

.mt-element-list .list-todo .list-todo-item.green-steel:after {
    border-right-color: #29b4b6 !important;
}

.mt-element-list .list-todo .list-todo-item.green-steel .list-toggle {
    background: #29b4b6;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.green-steel .list-toggle > .badge {
        color: #29b4b6;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.grey {
    background-color: #E5E5E5;
    color: #333333;
}

    .mt-element-list .list-default.mt-list-head.grey .badge {
        background-color: white;
        color: #333333;
    }

    .mt-element-list .list-default.mt-list-head.grey.ext-1 .badge {
        background-color: #cccccc;
    }

    .mt-element-list .list-default.mt-list-head.grey .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.grey .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.grey {
    background-color: #E5E5E5;
    color: #333333;
}

.mt-element-list .list-todo .list-count.grey {
    background-color: #E5E5E5;
    color: #333333;
}

    .mt-element-list .list-todo .list-count.grey:hover {
        background-color: #d8d8d8;
    }

.mt-element-list .list-todo .list-todo-line.grey {
    border-color: #E5E5E5;
}

.mt-element-list .list-todo .list-todo-item.grey:after {
    border-right-color: #E5E5E5 !important;
}

.mt-element-list .list-todo .list-todo-item.grey .list-toggle {
    background: #E5E5E5;
    color: #333333 !important;
}

    .mt-element-list .list-todo .list-todo-item.grey .list-toggle > .badge {
        color: #E5E5E5;
        background: #333333;
    }

.mt-element-list .list-default.mt-list-head.grey-steel {
    background-color: #e9edef;
    color: #80898e;
}

    .mt-element-list .list-default.mt-list-head.grey-steel .badge {
        background-color: white;
        color: #80898e;
    }

    .mt-element-list .list-default.mt-list-head.grey-steel.ext-1 .badge {
        background-color: #cbd5da;
    }

    .mt-element-list .list-default.mt-list-head.grey-steel .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.grey-steel .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.grey-steel {
    background-color: #e9edef;
    color: #80898e;
}

.mt-element-list .list-todo .list-count.grey-steel {
    background-color: #e9edef;
    color: #80898e;
}

    .mt-element-list .list-todo .list-count.grey-steel:hover {
        background-color: #dae1e4;
    }

.mt-element-list .list-todo .list-todo-line.grey-steel {
    border-color: #e9edef;
}

.mt-element-list .list-todo .list-todo-item.grey-steel:after {
    border-right-color: #e9edef !important;
}

.mt-element-list .list-todo .list-todo-item.grey-steel .list-toggle {
    background: #e9edef;
    color: #80898e !important;
}

    .mt-element-list .list-todo .list-todo-item.grey-steel .list-toggle > .badge {
        color: #e9edef;
        background: #80898e;
    }

.mt-element-list .list-default.mt-list-head.grey-cararra {
    background-color: #fafafa;
    color: #333333;
}

    .mt-element-list .list-default.mt-list-head.grey-cararra .badge {
        background-color: white;
        color: #333333;
    }

    .mt-element-list .list-default.mt-list-head.grey-cararra.ext-1 .badge {
        background-color: #e1e1e1;
    }

    .mt-element-list .list-default.mt-list-head.grey-cararra .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.grey-cararra .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.grey-cararra {
    background-color: #fafafa;
    color: #333333;
}

.mt-element-list .list-todo .list-count.grey-cararra {
    background-color: #fafafa;
    color: #333333;
}

    .mt-element-list .list-todo .list-count.grey-cararra:hover {
        background-color: #ededed;
    }

.mt-element-list .list-todo .list-todo-line.grey-cararra {
    border-color: #fafafa;
}

.mt-element-list .list-todo .list-todo-item.grey-cararra:after {
    border-right-color: #fafafa !important;
}

.mt-element-list .list-todo .list-todo-item.grey-cararra .list-toggle {
    background: #fafafa;
    color: #333333 !important;
}

    .mt-element-list .list-todo .list-todo-item.grey-cararra .list-toggle > .badge {
        color: #fafafa;
        background: #333333;
    }

.mt-element-list .list-default.mt-list-head.grey-gallery {
    background-color: #555555;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.grey-gallery .badge {
        background-color: #6f6f6f;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.grey-gallery.ext-1 .badge {
        background-color: #3c3c3c;
    }

    .mt-element-list .list-default.mt-list-head.grey-gallery .list-label {
        color: #d5d5d5;
    }

    .mt-element-list .list-default.mt-list-head.grey-gallery .list-date {
        color: #d5d5d5;
    }

.mt-element-list .list-todo.mt-list-head.grey-gallery {
    background-color: #555555;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.grey-gallery {
    background-color: #555555;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.grey-gallery:hover {
        background-color: #484848;
    }

.mt-element-list .list-todo .list-todo-line.grey-gallery {
    border-color: #555555;
}

.mt-element-list .list-todo .list-todo-item.grey-gallery:after {
    border-right-color: #555555 !important;
}

.mt-element-list .list-todo .list-todo-item.grey-gallery .list-toggle {
    background: #555555;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.grey-gallery .list-toggle > .badge {
        color: #555555;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.grey-cascade {
    background-color: #95A5A6;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.grey-cascade .badge {
        background-color: #b1bdbd;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.grey-cascade.ext-1 .badge {
        background-color: #798d8f;
    }

    .mt-element-list .list-default.mt-list-head.grey-cascade .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.grey-cascade .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.grey-cascade {
    background-color: #95A5A6;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.grey-cascade {
    background-color: #95A5A6;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.grey-cascade:hover {
        background-color: #87999a;
    }

.mt-element-list .list-todo .list-todo-line.grey-cascade {
    border-color: #95A5A6;
}

.mt-element-list .list-todo .list-todo-item.grey-cascade:after {
    border-right-color: #95A5A6 !important;
}

.mt-element-list .list-todo .list-todo-item.grey-cascade .list-toggle {
    background: #95A5A6;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.grey-cascade .list-toggle > .badge {
        color: #95A5A6;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.grey-silver {
    background-color: #BFBFBF;
    color: #FAFCFB;
}

    .mt-element-list .list-default.mt-list-head.grey-silver .badge {
        background-color: #d9d9d9;
        color: #FAFCFB;
    }

    .mt-element-list .list-default.mt-list-head.grey-silver.ext-1 .badge {
        background-color: #a6a6a6;
    }

    .mt-element-list .list-default.mt-list-head.grey-silver .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.grey-silver .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.grey-silver {
    background-color: #BFBFBF;
    color: #FAFCFB;
}

.mt-element-list .list-todo .list-count.grey-silver {
    background-color: #BFBFBF;
    color: #FAFCFB;
}

    .mt-element-list .list-todo .list-count.grey-silver:hover {
        background-color: #b2b2b2;
    }

.mt-element-list .list-todo .list-todo-line.grey-silver {
    border-color: #BFBFBF;
}

.mt-element-list .list-todo .list-todo-item.grey-silver:after {
    border-right-color: #BFBFBF !important;
}

.mt-element-list .list-todo .list-todo-item.grey-silver .list-toggle {
    background: #BFBFBF;
    color: #FAFCFB !important;
}

    .mt-element-list .list-todo .list-todo-item.grey-silver .list-toggle > .badge {
        color: #BFBFBF;
        background: #FAFCFB;
    }

.mt-element-list .list-default.mt-list-head.grey-salsa {
    background-color: #ACB5C3;
    color: #FAFCFB;
}

    .mt-element-list .list-default.mt-list-head.grey-salsa .badge {
        background-color: #cacfd8;
        color: #FAFCFB;
    }

    .mt-element-list .list-default.mt-list-head.grey-salsa.ext-1 .badge {
        background-color: #8e9bae;
    }

    .mt-element-list .list-default.mt-list-head.grey-salsa .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.grey-salsa .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.grey-salsa {
    background-color: #ACB5C3;
    color: #FAFCFB;
}

.mt-element-list .list-todo .list-count.grey-salsa {
    background-color: #ACB5C3;
    color: #FAFCFB;
}

    .mt-element-list .list-todo .list-count.grey-salsa:hover {
        background-color: #9da8b8;
    }

.mt-element-list .list-todo .list-todo-line.grey-salsa {
    border-color: #ACB5C3;
}

.mt-element-list .list-todo .list-todo-item.grey-salsa:after {
    border-right-color: #ACB5C3 !important;
}

.mt-element-list .list-todo .list-todo-item.grey-salsa .list-toggle {
    background: #ACB5C3;
    color: #FAFCFB !important;
}

    .mt-element-list .list-todo .list-todo-item.grey-salsa .list-toggle > .badge {
        color: #ACB5C3;
        background: #FAFCFB;
    }

.mt-element-list .list-default.mt-list-head.grey-salt {
    background-color: #bfcad1;
    color: #FAFCFB;
}

    .mt-element-list .list-default.mt-list-head.grey-salt .badge {
        background-color: #dde3e6;
        color: #FAFCFB;
    }

    .mt-element-list .list-default.mt-list-head.grey-salt.ext-1 .badge {
        background-color: #a1b1bc;
    }

    .mt-element-list .list-default.mt-list-head.grey-salt .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.grey-salt .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.grey-salt {
    background-color: #bfcad1;
    color: #FAFCFB;
}

.mt-element-list .list-todo .list-count.grey-salt {
    background-color: #bfcad1;
    color: #FAFCFB;
}

    .mt-element-list .list-todo .list-count.grey-salt:hover {
        background-color: #b0bec6;
    }

.mt-element-list .list-todo .list-todo-line.grey-salt {
    border-color: #bfcad1;
}

.mt-element-list .list-todo .list-todo-item.grey-salt:after {
    border-right-color: #bfcad1 !important;
}

.mt-element-list .list-todo .list-todo-item.grey-salt .list-toggle {
    background: #bfcad1;
    color: #FAFCFB !important;
}

    .mt-element-list .list-todo .list-todo-item.grey-salt .list-toggle > .badge {
        color: #bfcad1;
        background: #FAFCFB;
    }

.mt-element-list .list-default.mt-list-head.grey-mint {
    background-color: #525e64;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.grey-mint .badge {
        background-color: #697880;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.grey-mint.ext-1 .badge {
        background-color: #3b4448;
    }

    .mt-element-list .list-default.mt-list-head.grey-mint .list-label {
        color: #d7dcde;
    }

    .mt-element-list .list-default.mt-list-head.grey-mint .list-date {
        color: #d7dcde;
    }

.mt-element-list .list-todo.mt-list-head.grey-mint {
    background-color: #525e64;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.grey-mint {
    background-color: #525e64;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.grey-mint:hover {
        background-color: #475156;
    }

.mt-element-list .list-todo .list-todo-line.grey-mint {
    border-color: #525e64;
}

.mt-element-list .list-todo .list-todo-item.grey-mint:after {
    border-right-color: #525e64 !important;
}

.mt-element-list .list-todo .list-todo-item.grey-mint .list-toggle {
    background: #525e64;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.grey-mint .list-toggle > .badge {
        color: #525e64;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.red {
    background-color: #e7505a;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.red .badge {
        background-color: #ed7d84;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.red.ext-1 .badge {
        background-color: #e12330;
    }

    .mt-element-list .list-default.mt-list-head.red .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.red .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.red {
    background-color: #e7505a;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.red {
    background-color: #e7505a;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.red:hover {
        background-color: #e43a45;
    }

.mt-element-list .list-todo .list-todo-line.red {
    border-color: #e7505a;
}

.mt-element-list .list-todo .list-todo-item.red:after {
    border-right-color: #e7505a !important;
}

.mt-element-list .list-todo .list-todo-item.red .list-toggle {
    background: #e7505a;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.red .list-toggle > .badge {
        color: #e7505a;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.red-pink {
    background-color: #E08283;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.red-pink .badge {
        background-color: #eaabac;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.red-pink.ext-1 .badge {
        background-color: #d6595a;
    }

    .mt-element-list .list-default.mt-list-head.red-pink .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.red-pink .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.red-pink {
    background-color: #E08283;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.red-pink {
    background-color: #E08283;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.red-pink:hover {
        background-color: #db6e6f;
    }

.mt-element-list .list-todo .list-todo-line.red-pink {
    border-color: #E08283;
}

.mt-element-list .list-todo .list-todo-item.red-pink:after {
    border-right-color: #E08283 !important;
}

.mt-element-list .list-todo .list-todo-item.red-pink .list-toggle {
    background: #E08283;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.red-pink .list-toggle > .badge {
        color: #E08283;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.red-sunglo {
    background-color: #E26A6A;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.red-sunglo .badge {
        background-color: #ea9595;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.red-sunglo.ext-1 .badge {
        background-color: #da3f3f;
    }

    .mt-element-list .list-default.mt-list-head.red-sunglo .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.red-sunglo .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.red-sunglo {
    background-color: #E26A6A;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.red-sunglo {
    background-color: #E26A6A;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.red-sunglo:hover {
        background-color: #de5555;
    }

.mt-element-list .list-todo .list-todo-line.red-sunglo {
    border-color: #E26A6A;
}

.mt-element-list .list-todo .list-todo-item.red-sunglo:after {
    border-right-color: #E26A6A !important;
}

.mt-element-list .list-todo .list-todo-item.red-sunglo .list-toggle {
    background: #E26A6A;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.red-sunglo .list-toggle > .badge {
        color: #E26A6A;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.red-intense {
    background-color: #e35b5a;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.red-intense .badge {
        background-color: #ea8686;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.red-intense.ext-1 .badge {
        background-color: #dc302e;
    }

    .mt-element-list .list-default.mt-list-head.red-intense .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.red-intense .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.red-intense {
    background-color: #e35b5a;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.red-intense {
    background-color: #e35b5a;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.red-intense:hover {
        background-color: #df4544;
    }

.mt-element-list .list-todo .list-todo-line.red-intense {
    border-color: #e35b5a;
}

.mt-element-list .list-todo .list-todo-item.red-intense:after {
    border-right-color: #e35b5a !important;
}

.mt-element-list .list-todo .list-todo-item.red-intense .list-toggle {
    background: #e35b5a;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.red-intense .list-toggle > .badge {
        color: #e35b5a;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.red-thunderbird {
    background-color: #D91E18;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.red-thunderbird .badge {
        background-color: #e9403b;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.red-thunderbird.ext-1 .badge {
        background-color: #ab1813;
    }

    .mt-element-list .list-default.mt-list-head.red-thunderbird .list-label {
        color: #fef3f2;
    }

    .mt-element-list .list-default.mt-list-head.red-thunderbird .list-date {
        color: #fef3f2;
    }

.mt-element-list .list-todo.mt-list-head.red-thunderbird {
    background-color: #D91E18;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.red-thunderbird {
    background-color: #D91E18;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.red-thunderbird:hover {
        background-color: #c21b15;
    }

.mt-element-list .list-todo .list-todo-line.red-thunderbird {
    border-color: #D91E18;
}

.mt-element-list .list-todo .list-todo-item.red-thunderbird:after {
    border-right-color: #D91E18 !important;
}

.mt-element-list .list-todo .list-todo-item.red-thunderbird .list-toggle {
    background: #D91E18;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.red-thunderbird .list-toggle > .badge {
        color: #D91E18;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.red-flamingo {
    background-color: #EF4836;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.red-flamingo .badge {
        background-color: #f37365;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.red-flamingo.ext-1 .badge {
        background-color: #e02612;
    }

    .mt-element-list .list-default.mt-list-head.red-flamingo .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.red-flamingo .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.red-flamingo {
    background-color: #EF4836;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.red-flamingo {
    background-color: #EF4836;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.red-flamingo:hover {
        background-color: #ed321e;
    }

.mt-element-list .list-todo .list-todo-line.red-flamingo {
    border-color: #EF4836;
}

.mt-element-list .list-todo .list-todo-item.red-flamingo:after {
    border-right-color: #EF4836 !important;
}

.mt-element-list .list-todo .list-todo-item.red-flamingo .list-toggle {
    background: #EF4836;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.red-flamingo .list-toggle > .badge {
        color: #EF4836;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.red-soft {
    background-color: #d05454;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.red-soft .badge {
        background-color: #db7c7c;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.red-soft.ext-1 .badge {
        background-color: #bd3434;
    }

    .mt-element-list .list-default.mt-list-head.red-soft .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.red-soft .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.red-soft {
    background-color: #d05454;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.red-soft {
    background-color: #d05454;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.red-soft:hover {
        background-color: #cb4040;
    }

.mt-element-list .list-todo .list-todo-line.red-soft {
    border-color: #d05454;
}

.mt-element-list .list-todo .list-todo-item.red-soft:after {
    border-right-color: #d05454 !important;
}

.mt-element-list .list-todo .list-todo-item.red-soft .list-toggle {
    background: #d05454;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.red-soft .list-toggle > .badge {
        color: #d05454;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.red-haze {
    background-color: #f36a5a;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.red-haze .badge {
        background-color: #f6958a;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.red-haze.ext-1 .badge {
        background-color: #f03f2a;
    }

    .mt-element-list .list-default.mt-list-head.red-haze .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.red-haze .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.red-haze {
    background-color: #f36a5a;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.red-haze {
    background-color: #f36a5a;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.red-haze:hover {
        background-color: #f15542;
    }

.mt-element-list .list-todo .list-todo-line.red-haze {
    border-color: #f36a5a;
}

.mt-element-list .list-todo .list-todo-item.red-haze:after {
    border-right-color: #f36a5a !important;
}

.mt-element-list .list-todo .list-todo-item.red-haze .list-toggle {
    background: #f36a5a;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.red-haze .list-toggle > .badge {
        color: #f36a5a;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.red-mint {
    background-color: #e43a45;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.red-mint .badge {
        background-color: #ea676f;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.red-mint.ext-1 .badge {
        background-color: #cf1c28;
    }

    .mt-element-list .list-default.mt-list-head.red-mint .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.red-mint .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.red-mint {
    background-color: #e43a45;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.red-mint {
    background-color: #e43a45;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.red-mint:hover {
        background-color: #e12430;
    }

.mt-element-list .list-todo .list-todo-line.red-mint {
    border-color: #e43a45;
}

.mt-element-list .list-todo .list-todo-item.red-mint:after {
    border-right-color: #e43a45 !important;
}

.mt-element-list .list-todo .list-todo-item.red-mint .list-toggle {
    background: #e43a45;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.red-mint .list-toggle > .badge {
        color: #e43a45;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.yellow {
    background-color: #c49f47;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.yellow .badge {
        background-color: #d0b36e;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.yellow.ext-1 .badge {
        background-color: #a48334;
    }

    .mt-element-list .list-default.mt-list-head.yellow .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.yellow .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.yellow {
    background-color: #c49f47;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.yellow {
    background-color: #c49f47;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.yellow:hover {
        background-color: #b7923b;
    }

.mt-element-list .list-todo .list-todo-line.yellow {
    border-color: #c49f47;
}

.mt-element-list .list-todo .list-todo-item.yellow:after {
    border-right-color: #c49f47 !important;
}

.mt-element-list .list-todo .list-todo-item.yellow .list-toggle {
    background: #c49f47;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.yellow .list-toggle > .badge {
        color: #c49f47;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.yellow-gold {
    background-color: #E87E04;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.yellow-gold .badge {
        background-color: #fb9724;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.yellow-gold.ext-1 .badge {
        background-color: #b66303;
    }

    .mt-element-list .list-default.mt-list-head.yellow-gold .list-label {
        color: #fff6ec;
    }

    .mt-element-list .list-default.mt-list-head.yellow-gold .list-date {
        color: #fff6ec;
    }

.mt-element-list .list-todo.mt-list-head.yellow-gold {
    background-color: #E87E04;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.yellow-gold {
    background-color: #E87E04;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.yellow-gold:hover {
        background-color: #cf7004;
    }

.mt-element-list .list-todo .list-todo-line.yellow-gold {
    border-color: #E87E04;
}

.mt-element-list .list-todo .list-todo-item.yellow-gold:after {
    border-right-color: #E87E04 !important;
}

.mt-element-list .list-todo .list-todo-item.yellow-gold .list-toggle {
    background: #E87E04;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.yellow-gold .list-toggle > .badge {
        color: #E87E04;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.yellow-casablanca {
    background-color: #f2784b;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.yellow-casablanca .badge {
        background-color: #f59c7b;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.yellow-casablanca.ext-1 .badge {
        background-color: #ef541b;
    }

    .mt-element-list .list-default.mt-list-head.yellow-casablanca .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.yellow-casablanca .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.yellow-casablanca {
    background-color: #f2784b;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.yellow-casablanca {
    background-color: #f2784b;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.yellow-casablanca:hover {
        background-color: #f06633;
    }

.mt-element-list .list-todo .list-todo-line.yellow-casablanca {
    border-color: #f2784b;
}

.mt-element-list .list-todo .list-todo-item.yellow-casablanca:after {
    border-right-color: #f2784b !important;
}

.mt-element-list .list-todo .list-todo-item.yellow-casablanca .list-toggle {
    background: #f2784b;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.yellow-casablanca .list-toggle > .badge {
        color: #f2784b;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.yellow-crusta {
    background-color: #f3c200;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.yellow-crusta .badge {
        background-color: #ffd327;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.yellow-crusta.ext-1 .badge {
        background-color: #c09900;
    }

    .mt-element-list .list-default.mt-list-head.yellow-crusta .list-label {
        color: #fffdf3;
    }

    .mt-element-list .list-default.mt-list-head.yellow-crusta .list-date {
        color: #fffdf3;
    }

.mt-element-list .list-todo.mt-list-head.yellow-crusta {
    background-color: #f3c200;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.yellow-crusta {
    background-color: #f3c200;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.yellow-crusta:hover {
        background-color: #daae00;
    }

.mt-element-list .list-todo .list-todo-line.yellow-crusta {
    border-color: #f3c200;
}

.mt-element-list .list-todo .list-todo-item.yellow-crusta:after {
    border-right-color: #f3c200 !important;
}

.mt-element-list .list-todo .list-todo-item.yellow-crusta .list-toggle {
    background: #f3c200;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.yellow-crusta .list-toggle > .badge {
        color: #f3c200;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.yellow-lemon {
    background-color: #F7CA18;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.yellow-lemon .badge {
        background-color: #f9d549;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.yellow-lemon.ext-1 .badge {
        background-color: #d5ab07;
    }

    .mt-element-list .list-default.mt-list-head.yellow-lemon .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.yellow-lemon .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.yellow-lemon {
    background-color: #F7CA18;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.yellow-lemon {
    background-color: #F7CA18;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.yellow-lemon:hover {
        background-color: #edbf08;
    }

.mt-element-list .list-todo .list-todo-line.yellow-lemon {
    border-color: #F7CA18;
}

.mt-element-list .list-todo .list-todo-item.yellow-lemon:after {
    border-right-color: #F7CA18 !important;
}

.mt-element-list .list-todo .list-todo-item.yellow-lemon .list-toggle {
    background: #F7CA18;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.yellow-lemon .list-toggle > .badge {
        color: #F7CA18;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.yellow-saffron {
    background-color: #F4D03F;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.yellow-saffron .badge {
        background-color: #f7dc6f;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.yellow-saffron.ext-1 .badge {
        background-color: #f1c40f;
    }

    .mt-element-list .list-default.mt-list-head.yellow-saffron .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.yellow-saffron .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.yellow-saffron {
    background-color: #F4D03F;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.yellow-saffron {
    background-color: #F4D03F;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.yellow-saffron:hover {
        background-color: #f3ca27;
    }

.mt-element-list .list-todo .list-todo-line.yellow-saffron {
    border-color: #F4D03F;
}

.mt-element-list .list-todo .list-todo-item.yellow-saffron:after {
    border-right-color: #F4D03F !important;
}

.mt-element-list .list-todo .list-todo-item.yellow-saffron .list-toggle {
    background: #F4D03F;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.yellow-saffron .list-toggle > .badge {
        color: #F4D03F;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.yellow-soft {
    background-color: #c8d046;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.yellow-soft .badge {
        background-color: #d4da6f;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.yellow-soft.ext-1 .badge {
        background-color: #adb52e;
    }

    .mt-element-list .list-default.mt-list-head.yellow-soft .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.yellow-soft .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.yellow-soft {
    background-color: #c8d046;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.yellow-soft {
    background-color: #c8d046;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.yellow-soft:hover {
        background-color: #c1c933;
    }

.mt-element-list .list-todo .list-todo-line.yellow-soft {
    border-color: #c8d046;
}

.mt-element-list .list-todo .list-todo-item.yellow-soft:after {
    border-right-color: #c8d046 !important;
}

.mt-element-list .list-todo .list-todo-item.yellow-soft .list-toggle {
    background: #c8d046;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.yellow-soft .list-toggle > .badge {
        color: #c8d046;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.yellow-haze {
    background-color: #c5bf66;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.yellow-haze .badge {
        background-color: #d3ce8b;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.yellow-haze.ext-1 .badge {
        background-color: #b4ad44;
    }

    .mt-element-list .list-default.mt-list-head.yellow-haze .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.yellow-haze .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.yellow-haze {
    background-color: #c5bf66;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.yellow-haze {
    background-color: #c5bf66;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.yellow-haze:hover {
        background-color: #beb754;
    }

.mt-element-list .list-todo .list-todo-line.yellow-haze {
    border-color: #c5bf66;
}

.mt-element-list .list-todo .list-todo-item.yellow-haze:after {
    border-right-color: #c5bf66 !important;
}

.mt-element-list .list-todo .list-todo-item.yellow-haze .list-toggle {
    background: #c5bf66;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.yellow-haze .list-toggle > .badge {
        color: #c5bf66;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.yellow-mint {
    background-color: #c5b96b;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.yellow-mint .badge {
        background-color: #d3ca90;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.yellow-mint.ext-1 .badge {
        background-color: #b6a747;
    }

    .mt-element-list .list-default.mt-list-head.yellow-mint .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.yellow-mint .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.yellow-mint {
    background-color: #c5b96b;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.yellow-mint {
    background-color: #c5b96b;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.yellow-mint:hover {
        background-color: #beb059;
    }

.mt-element-list .list-todo .list-todo-line.yellow-mint {
    border-color: #c5b96b;
}

.mt-element-list .list-todo .list-todo-item.yellow-mint:after {
    border-right-color: #c5b96b !important;
}

.mt-element-list .list-todo .list-todo-item.yellow-mint .list-toggle {
    background: #c5b96b;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.yellow-mint .list-toggle > .badge {
        color: #c5b96b;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.purple {
    background-color: #8E44AD;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.purple .badge {
        background-color: #a563c1;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.purple.ext-1 .badge {
        background-color: #703688;
    }

    .mt-element-list .list-default.mt-list-head.purple .list-label {
        color: #f9f5fb;
    }

    .mt-element-list .list-default.mt-list-head.purple .list-date {
        color: #f9f5fb;
    }

.mt-element-list .list-todo.mt-list-head.purple {
    background-color: #8E44AD;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.purple {
    background-color: #8E44AD;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.purple:hover {
        background-color: #7f3d9b;
    }

.mt-element-list .list-todo .list-todo-line.purple {
    border-color: #8E44AD;
}

.mt-element-list .list-todo .list-todo-item.purple:after {
    border-right-color: #8E44AD !important;
}

.mt-element-list .list-todo .list-todo-item.purple .list-toggle {
    background: #8E44AD;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.purple .list-toggle > .badge {
        color: #8E44AD;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.purple-plum {
    background-color: #8775a7;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.purple-plum .badge {
        background-color: #a294bb;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.purple-plum.ext-1 .badge {
        background-color: #6d5b8e;
    }

    .mt-element-list .list-default.mt-list-head.purple-plum .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.purple-plum .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.purple-plum {
    background-color: #8775a7;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.purple-plum {
    background-color: #8775a7;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.purple-plum:hover {
        background-color: #79659d;
    }

.mt-element-list .list-todo .list-todo-line.purple-plum {
    border-color: #8775a7;
}

.mt-element-list .list-todo .list-todo-item.purple-plum:after {
    border-right-color: #8775a7 !important;
}

.mt-element-list .list-todo .list-todo-item.purple-plum .list-toggle {
    background: #8775a7;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.purple-plum .list-toggle > .badge {
        color: #8775a7;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.purple-medium {
    background-color: #BF55EC;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.purple-medium .badge {
        background-color: #d083f1;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.purple-medium.ext-1 .badge {
        background-color: #ae27e7;
    }

    .mt-element-list .list-default.mt-list-head.purple-medium .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.purple-medium .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.purple-medium {
    background-color: #BF55EC;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.purple-medium {
    background-color: #BF55EC;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.purple-medium:hover {
        background-color: #b63ee9;
    }

.mt-element-list .list-todo .list-todo-line.purple-medium {
    border-color: #BF55EC;
}

.mt-element-list .list-todo .list-todo-item.purple-medium:after {
    border-right-color: #BF55EC !important;
}

.mt-element-list .list-todo .list-todo-item.purple-medium .list-toggle {
    background: #BF55EC;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.purple-medium .list-toggle > .badge {
        color: #BF55EC;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.purple-studio {
    background-color: #8E44AD;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.purple-studio .badge {
        background-color: #a563c1;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.purple-studio.ext-1 .badge {
        background-color: #703688;
    }

    .mt-element-list .list-default.mt-list-head.purple-studio .list-label {
        color: #f9f5fb;
    }

    .mt-element-list .list-default.mt-list-head.purple-studio .list-date {
        color: #f9f5fb;
    }

.mt-element-list .list-todo.mt-list-head.purple-studio {
    background-color: #8E44AD;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.purple-studio {
    background-color: #8E44AD;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.purple-studio:hover {
        background-color: #7f3d9b;
    }

.mt-element-list .list-todo .list-todo-line.purple-studio {
    border-color: #8E44AD;
}

.mt-element-list .list-todo .list-todo-item.purple-studio:after {
    border-right-color: #8E44AD !important;
}

.mt-element-list .list-todo .list-todo-item.purple-studio .list-toggle {
    background: #8E44AD;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.purple-studio .list-toggle > .badge {
        color: #8E44AD;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.purple-wisteria {
    background-color: #9B59B6;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.purple-wisteria .badge {
        background-color: #b07cc6;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.purple-wisteria.ext-1 .badge {
        background-color: #804399;
    }

    .mt-element-list .list-default.mt-list-head.purple-wisteria .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.purple-wisteria .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.purple-wisteria {
    background-color: #9B59B6;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.purple-wisteria {
    background-color: #9B59B6;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.purple-wisteria:hover {
        background-color: #8f4bab;
    }

.mt-element-list .list-todo .list-todo-line.purple-wisteria {
    border-color: #9B59B6;
}

.mt-element-list .list-todo .list-todo-item.purple-wisteria:after {
    border-right-color: #9B59B6 !important;
}

.mt-element-list .list-todo .list-todo-item.purple-wisteria .list-toggle {
    background: #9B59B6;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.purple-wisteria .list-toggle > .badge {
        color: #9B59B6;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.purple-seance {
    background-color: #9A12B3;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.purple-seance .badge {
        background-color: #c217e1;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.purple-seance.ext-1 .badge {
        background-color: #720d85;
    }

    .mt-element-list .list-default.mt-list-head.purple-seance .list-label {
        color: #f2cafa;
    }

    .mt-element-list .list-default.mt-list-head.purple-seance .list-date {
        color: #f2cafa;
    }

.mt-element-list .list-todo.mt-list-head.purple-seance {
    background-color: #9A12B3;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.purple-seance {
    background-color: #9A12B3;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.purple-seance:hover {
        background-color: #86109c;
    }

.mt-element-list .list-todo .list-todo-line.purple-seance {
    border-color: #9A12B3;
}

.mt-element-list .list-todo .list-todo-item.purple-seance:after {
    border-right-color: #9A12B3 !important;
}

.mt-element-list .list-todo .list-todo-item.purple-seance .list-toggle {
    background: #9A12B3;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.purple-seance .list-toggle > .badge {
        color: #9A12B3;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.purple-intense {
    background-color: #8775a7;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.purple-intense .badge {
        background-color: #a294bb;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.purple-intense.ext-1 .badge {
        background-color: #6d5b8e;
    }

    .mt-element-list .list-default.mt-list-head.purple-intense .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.purple-intense .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.purple-intense {
    background-color: #8775a7;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.purple-intense {
    background-color: #8775a7;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.purple-intense:hover {
        background-color: #79659d;
    }

.mt-element-list .list-todo .list-todo-line.purple-intense {
    border-color: #8775a7;
}

.mt-element-list .list-todo .list-todo-item.purple-intense:after {
    border-right-color: #8775a7 !important;
}

.mt-element-list .list-todo .list-todo-item.purple-intense .list-toggle {
    background: #8775a7;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.purple-intense .list-toggle > .badge {
        color: #8775a7;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.purple-sharp {
    background-color: #796799;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.purple-sharp .badge {
        background-color: #9486ad;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.purple-sharp.ext-1 .badge {
        background-color: #61527b;
    }

    .mt-element-list .list-default.mt-list-head.purple-sharp .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.purple-sharp .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.purple-sharp {
    background-color: #796799;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.purple-sharp {
    background-color: #796799;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.purple-sharp:hover {
        background-color: #6d5d8a;
    }

.mt-element-list .list-todo .list-todo-line.purple-sharp {
    border-color: #796799;
}

.mt-element-list .list-todo .list-todo-item.purple-sharp:after {
    border-right-color: #796799 !important;
}

.mt-element-list .list-todo .list-todo-item.purple-sharp .list-toggle {
    background: #796799;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.purple-sharp .list-toggle > .badge {
        color: #796799;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.purple-soft {
    background-color: #8877a9;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.purple-soft .badge {
        background-color: #a396bd;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.purple-soft.ext-1 .badge {
        background-color: #6e5c91;
    }

    .mt-element-list .list-default.mt-list-head.purple-soft .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.purple-soft .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.purple-soft {
    background-color: #8877a9;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.purple-soft {
    background-color: #8877a9;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.purple-soft:hover {
        background-color: #7a679f;
    }

.mt-element-list .list-todo .list-todo-line.purple-soft {
    border-color: #8877a9;
}

.mt-element-list .list-todo .list-todo-item.purple-soft:after {
    border-right-color: #8877a9 !important;
}

.mt-element-list .list-todo .list-todo-item.purple-soft .list-toggle {
    background: #8877a9;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.purple-soft .list-toggle > .badge {
        color: #8877a9;
        background: #ffffff;
    }

.mt-element-list .list-todo-item.white:after {
    border-right-color: #ffffff;
}

.mt-element-list .list-todo-item.white .list-toggle {
    background: #ffffff;
}

.mt-element-list .list-todo-item.default:after {
    border-right-color: #e1e5ec;
}

.mt-element-list .list-todo-item.default .list-toggle {
    background: #e1e5ec;
}

.mt-element-list .list-todo-item.dark:after {
    border-right-color: #2f353b;
}

.mt-element-list .list-todo-item.dark .list-toggle {
    background: #2f353b;
}

.mt-element-list .list-todo-item.blue:after {
    border-right-color: #3598dc;
}

.mt-element-list .list-todo-item.blue .list-toggle {
    background: #3598dc;
}

.mt-element-list .list-todo-item.blue-madison:after {
    border-right-color: #578ebe;
}

.mt-element-list .list-todo-item.blue-madison .list-toggle {
    background: #578ebe;
}

.mt-element-list .list-todo-item.blue-chambray:after {
    border-right-color: #2C3E50;
}

.mt-element-list .list-todo-item.blue-chambray .list-toggle {
    background: #2C3E50;
}

.mt-element-list .list-todo-item.blue-ebonyclay:after {
    border-right-color: #22313F;
}

.mt-element-list .list-todo-item.blue-ebonyclay .list-toggle {
    background: #22313F;
}

.mt-element-list .list-todo-item.blue-hoki:after {
    border-right-color: #67809F;
}

.mt-element-list .list-todo-item.blue-hoki .list-toggle {
    background: #67809F;
}

.mt-element-list .list-todo-item.blue-steel:after {
    border-right-color: #4B77BE;
}

.mt-element-list .list-todo-item.blue-steel .list-toggle {
    background: #4B77BE;
}

.mt-element-list .list-todo-item.blue-soft:after {
    border-right-color: #4c87b9;
}

.mt-element-list .list-todo-item.blue-soft .list-toggle {
    background: #4c87b9;
}

.mt-element-list .list-todo-item.blue-dark:after {
    border-right-color: #5e738b;
}

.mt-element-list .list-todo-item.blue-dark .list-toggle {
    background: #5e738b;
}

.mt-element-list .list-todo-item.blue-sharp:after {
    border-right-color: #5C9BD1;
}

.mt-element-list .list-todo-item.blue-sharp .list-toggle {
    background: #5C9BD1;
}

.mt-element-list .list-todo-item.blue-oleo:after {
    border-right-color: #94A0B2;
}

.mt-element-list .list-todo-item.blue-oleo .list-toggle {
    background: #94A0B2;
}

.mt-element-list .list-todo-item.green:after {
    border-right-color: #32c5d2;
}

.mt-element-list .list-todo-item.green .list-toggle {
    background: #32c5d2;
}

.mt-element-list .list-todo-item.green-meadow:after {
    border-right-color: #1BBC9B;
}

.mt-element-list .list-todo-item.green-meadow .list-toggle {
    background: #1BBC9B;
}

.mt-element-list .list-todo-item.green-seagreen:after {
    border-right-color: #1BA39C;
}

.mt-element-list .list-todo-item.green-seagreen .list-toggle {
    background: #1BA39C;
}

.mt-element-list .list-todo-item.green-turquoise:after {
    border-right-color: #36D7B7;
}

.mt-element-list .list-todo-item.green-turquoise .list-toggle {
    background: #36D7B7;
}

.mt-element-list .list-todo-item.green-haze:after {
    border-right-color: #44b6ae;
}

.mt-element-list .list-todo-item.green-haze .list-toggle {
    background: #44b6ae;
}

.mt-element-list .list-todo-item.green-jungle:after {
    border-right-color: #26C281;
}

.mt-element-list .list-todo-item.green-jungle .list-toggle {
    background: #26C281;
}

.mt-element-list .list-todo-item.green-soft:after {
    border-right-color: #3faba4;
}

.mt-element-list .list-todo-item.green-soft .list-toggle {
    background: #3faba4;
}

.mt-element-list .list-todo-item.green-dark:after {
    border-right-color: #4DB3A2;
}

.mt-element-list .list-todo-item.green-dark .list-toggle {
    background: #4DB3A2;
}

.mt-element-list .list-todo-item.green-sharp:after {
    border-right-color: #2ab4c0;
}

.mt-element-list .list-todo-item.green-sharp .list-toggle {
    background: #2ab4c0;
}

.mt-element-list .list-todo-item.green-steel:after {
    border-right-color: #29b4b6;
}

.mt-element-list .list-todo-item.green-steel .list-toggle {
    background: #29b4b6;
}

.mt-element-list .list-todo-item.grey:after {
    border-right-color: #E5E5E5;
}

.mt-element-list .list-todo-item.grey .list-toggle {
    background: #E5E5E5;
}

.mt-element-list .list-todo-item.grey-steel:after {
    border-right-color: #e9edef;
}

.mt-element-list .list-todo-item.grey-steel .list-toggle {
    background: #e9edef;
}

.mt-element-list .list-todo-item.grey-cararra:after {
    border-right-color: #fafafa;
}

.mt-element-list .list-todo-item.grey-cararra .list-toggle {
    background: #fafafa;
}

.mt-element-list .list-todo-item.grey-gallery:after {
    border-right-color: #555555;
}

.mt-element-list .list-todo-item.grey-gallery .list-toggle {
    background: #555555;
}

.mt-element-list .list-todo-item.grey-cascade:after {
    border-right-color: #95A5A6;
}

.mt-element-list .list-todo-item.grey-cascade .list-toggle {
    background: #95A5A6;
}

.mt-element-list .list-todo-item.grey-silver:after {
    border-right-color: #BFBFBF;
}

.mt-element-list .list-todo-item.grey-silver .list-toggle {
    background: #BFBFBF;
}

.mt-element-list .list-todo-item.grey-salsa:after {
    border-right-color: #ACB5C3;
}

.mt-element-list .list-todo-item.grey-salsa .list-toggle {
    background: #ACB5C3;
}

.mt-element-list .list-todo-item.grey-salt:after {
    border-right-color: #bfcad1;
}

.mt-element-list .list-todo-item.grey-salt .list-toggle {
    background: #bfcad1;
}

.mt-element-list .list-todo-item.grey-mint:after {
    border-right-color: #525e64;
}

.mt-element-list .list-todo-item.grey-mint .list-toggle {
    background: #525e64;
}

.mt-element-list .list-todo-item.red:after {
    border-right-color: #e7505a;
}

.mt-element-list .list-todo-item.red .list-toggle {
    background: #e7505a;
}

.mt-element-list .list-todo-item.red-pink:after {
    border-right-color: #E08283;
}

.mt-element-list .list-todo-item.red-pink .list-toggle {
    background: #E08283;
}

.mt-element-list .list-todo-item.red-sunglo:after {
    border-right-color: #E26A6A;
}

.mt-element-list .list-todo-item.red-sunglo .list-toggle {
    background: #E26A6A;
}

.mt-element-list .list-todo-item.red-intense:after {
    border-right-color: #e35b5a;
}

.mt-element-list .list-todo-item.red-intense .list-toggle {
    background: #e35b5a;
}

.mt-element-list .list-todo-item.red-thunderbird:after {
    border-right-color: #D91E18;
}

.mt-element-list .list-todo-item.red-thunderbird .list-toggle {
    background: #D91E18;
}

.mt-element-list .list-todo-item.red-flamingo:after {
    border-right-color: #EF4836;
}

.mt-element-list .list-todo-item.red-flamingo .list-toggle {
    background: #EF4836;
}

.mt-element-list .list-todo-item.red-soft:after {
    border-right-color: #d05454;
}

.mt-element-list .list-todo-item.red-soft .list-toggle {
    background: #d05454;
}

.mt-element-list .list-todo-item.red-haze:after {
    border-right-color: #f36a5a;
}

.mt-element-list .list-todo-item.red-haze .list-toggle {
    background: #f36a5a;
}

.mt-element-list .list-todo-item.red-mint:after {
    border-right-color: #e43a45;
}

.mt-element-list .list-todo-item.red-mint .list-toggle {
    background: #e43a45;
}

.mt-element-list .list-todo-item.yellow:after {
    border-right-color: #c49f47;
}

.mt-element-list .list-todo-item.yellow .list-toggle {
    background: #c49f47;
}

.mt-element-list .list-todo-item.yellow-gold:after {
    border-right-color: #E87E04;
}

.mt-element-list .list-todo-item.yellow-gold .list-toggle {
    background: #E87E04;
}

.mt-element-list .list-todo-item.yellow-casablanca:after {
    border-right-color: #f2784b;
}

.mt-element-list .list-todo-item.yellow-casablanca .list-toggle {
    background: #f2784b;
}

.mt-element-list .list-todo-item.yellow-crusta:after {
    border-right-color: #f3c200;
}

.mt-element-list .list-todo-item.yellow-crusta .list-toggle {
    background: #f3c200;
}

.mt-element-list .list-todo-item.yellow-lemon:after {
    border-right-color: #F7CA18;
}

.mt-element-list .list-todo-item.yellow-lemon .list-toggle {
    background: #F7CA18;
}

.mt-element-list .list-todo-item.yellow-saffron:after {
    border-right-color: #F4D03F;
}

.mt-element-list .list-todo-item.yellow-saffron .list-toggle {
    background: #F4D03F;
}

.mt-element-list .list-todo-item.yellow-soft:after {
    border-right-color: #c8d046;
}

.mt-element-list .list-todo-item.yellow-soft .list-toggle {
    background: #c8d046;
}

.mt-element-list .list-todo-item.yellow-haze:after {
    border-right-color: #c5bf66;
}

.mt-element-list .list-todo-item.yellow-haze .list-toggle {
    background: #c5bf66;
}

.mt-element-list .list-todo-item.yellow-mint:after {
    border-right-color: #c5b96b;
}

.mt-element-list .list-todo-item.yellow-mint .list-toggle {
    background: #c5b96b;
}

.mt-element-list .list-todo-item.purple:after {
    border-right-color: #8E44AD;
}

.mt-element-list .list-todo-item.purple .list-toggle {
    background: #8E44AD;
}

.mt-element-list .list-todo-item.purple-plum:after {
    border-right-color: #8775a7;
}

.mt-element-list .list-todo-item.purple-plum .list-toggle {
    background: #8775a7;
}

.mt-element-list .list-todo-item.purple-medium:after {
    border-right-color: #BF55EC;
}

.mt-element-list .list-todo-item.purple-medium .list-toggle {
    background: #BF55EC;
}

.mt-element-list .list-todo-item.purple-studio:after {
    border-right-color: #8E44AD;
}

.mt-element-list .list-todo-item.purple-studio .list-toggle {
    background: #8E44AD;
}

.mt-element-list .list-todo-item.purple-wisteria:after {
    border-right-color: #9B59B6;
}

.mt-element-list .list-todo-item.purple-wisteria .list-toggle {
    background: #9B59B6;
}

.mt-element-list .list-todo-item.purple-seance:after {
    border-right-color: #9A12B3;
}

.mt-element-list .list-todo-item.purple-seance .list-toggle {
    background: #9A12B3;
}

.mt-element-list .list-todo-item.purple-intense:after {
    border-right-color: #8775a7;
}

.mt-element-list .list-todo-item.purple-intense .list-toggle {
    background: #8775a7;
}

.mt-element-list .list-todo-item.purple-sharp:after {
    border-right-color: #796799;
}

.mt-element-list .list-todo-item.purple-sharp .list-toggle {
    background: #796799;
}

.mt-element-list .list-todo-item.purple-soft:after {
    border-right-color: #8877a9;
}

.mt-element-list .list-todo-item.purple-soft .list-toggle {
    background: #8877a9;
}

.mt-element-list .list-default.mt-list-container {
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #e7ecf1;
    padding: 15px;
}

    .mt-element-list .list-default.mt-list-container .mt-list-title {
        padding-bottom: 15px;
        font-size: 14px;
        font-weight: 700;
    }

    .mt-element-list .list-default.mt-list-container ul {
        margin-bottom: 0;
        padding: 0;
    }

        .mt-element-list .list-default.mt-list-container ul > .mt-list-item {
            list-style: none;
            border-bottom: 1px solid;
            border-color: #e7ecf1;
            padding: 25px 0;
            min-height: 45px;
        }

            .mt-element-list .list-default.mt-list-container ul > .mt-list-item:first-child {
                padding-top: 0;
            }

            .mt-element-list .list-default.mt-list-container ul > .mt-list-item:last-child {
                padding-bottom: 0;
                border: none;
            }

            .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-icon-container {
                border: 1px solid;
                border-color: #e7ecf1;
                border-radius: 50% !important;
                padding: 0.9em;
                float: left;
                width: 45px;
                height: 45px;
            }

                .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-icon-container > a {
                    color: #34495e;
                }

                    .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-icon-container > a:hover {
                        color: #26C281;
                        text-decoration: none;
                    }

                .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-icon-container.done {
                    border-color: #26C281;
                }

                    .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-icon-container.done > a {
                        color: #26C281;
                    }

                        .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-icon-container.done > a:hover {
                            color: #26C281;
                            text-decoration: none;
                        }

            .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-item-content {
                padding: 0 75px 0 60px;
            }

                .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-item-content > h3 {
                    margin-top: 0;
                    margin-bottom: 5px;
                    font-size: 16px;
                }

                    .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a {
                        color: #34495e;
                    }

                        .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a:hover {
                            color: #26C281;
                            text-decoration: none;
                        }

                .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-item-content > p {
                    margin: 0;
                }

            .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-datetime {
                text-align: right;
                float: right;
                width: 60px;
            }

.mt-element-list .list-default.ext-1.mt-list-container {
    padding: 15px 0 0 0;
}

    .mt-element-list .list-default.ext-1.mt-list-container .mt-list-title {
        padding: 0 15px 15px 15px;
    }

    .mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item {
        padding: 15px;
        border-left: 3px solid;
        border-color: #2F353B;
        border-bottom-color: #e7ecf1;
    }

        .mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item:hover {
            background-color: #e5e5e5;
        }

        .mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.done {
            border-color: #26C281;
            border-bottom-color: #e7ecf1;
        }

            .mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.done:hover {
                background-color: #96ebc8;
            }

        .mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item > .list-icon-container {
            border: none;
        }

.mt-element-list .list-default.group .list-toggle-container:hover, .mt-element-list .list-default.group .list-toggle-container:focus, .mt-element-list .list-default.group .list-toggle-container:active {
    text-decoration: none;
}

.mt-element-list .list-default.group .list-toggle-container .list-toggle {
    padding: 15px;
    background-color: #2F353B;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

    .mt-element-list .list-default.group .list-toggle-container .list-toggle.done {
        background-color: #26C281;
    }

.mt-element-list .list-simple.mt-list-head {
    padding: 15px;
}

    .mt-element-list .list-simple.mt-list-head .list-title {
        margin: 0;
        padding-right: 85px;
    }

    .mt-element-list .list-simple.mt-list-head .list-date {
        font-size: 12px;
        opacity: 0.8;
        float: right;
        width: 75px;
    }

.mt-element-list .list-simple.mt-list-container {
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #e7ecf1;
    padding: 15px;
}

    .mt-element-list .list-simple.mt-list-container ul {
        margin-bottom: 0;
        padding: 0;
    }

        .mt-element-list .list-simple.mt-list-container ul > .mt-list-item {
            list-style: none;
            border-bottom: 1px solid;
            border-color: #e7ecf1;
            padding: 15px 0;
        }

            .mt-element-list .list-simple.mt-list-container ul > .mt-list-item:first-child {
                padding-top: 0;
            }

            .mt-element-list .list-simple.mt-list-container ul > .mt-list-item:last-child {
                padding-bottom: 0;
                border: none;
            }

            .mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-icon-container {
                font-size: 14px;
                float: left;
            }

                .mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-icon-container > a {
                    color: #34495e;
                }

                    .mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-icon-container > a:hover {
                        color: #26C281;
                        text-decoration: none;
                    }

                .mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-icon-container.done {
                    color: #26C281;
                }

                    .mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-icon-container.done > a {
                        color: #26C281;
                    }

                        .mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-icon-container.done > a:hover {
                            color: #26C281;
                            text-decoration: none;
                        }

            .mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-item-content {
                padding: 0 75px 0 60px;
            }

                .mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-item-content > h3 {
                    margin: 0;
                    font-size: 18px;
                }

                    .mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a {
                        color: #34495e;
                    }

                        .mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a:hover {
                            color: #26C281;
                            text-decoration: none;
                        }

            .mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-datetime {
                text-align: right;
                float: right;
                width: 60px;
            }

.mt-element-list .list-simple.mt-list-head {
    padding: 15px;
}

    .mt-element-list .list-simple.mt-list-head .list-title {
        margin: 0;
        padding-right: 85px;
    }

    .mt-element-list .list-simple.mt-list-head .list-date {
        font-size: 12px;
        opacity: 0.8;
        float: right;
        width: 75px;
    }

.mt-element-list .list-simple.ext-1.mt-list-container {
    padding: 0;
}

    .mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item {
        padding: 15px;
        border-left: 3px solid;
        border-color: #34495e;
        border-bottom-color: #e7ecf1;
    }

        .mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item:hover {
            background-color: #e5e5e5;
        }

        .mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item.done {
            border-color: #26C281;
            border-bottom-color: #e7ecf1;
        }

            .mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item.done:hover {
                background-color: #96ebc8;
            }

.mt-element-list .list-simple.group .list-toggle-container:hover, .mt-element-list .list-simple.group .list-toggle-container:focus, .mt-element-list .list-simple.group .list-toggle-container:active {
    text-decoration: none;
}

.mt-element-list .list-simple.group .list-toggle-container .list-toggle {
    padding: 15px;
    background-color: #34495e;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

    .mt-element-list .list-simple.group .list-toggle-container .list-toggle.done {
        background-color: #26C281;
    }

.mt-element-list .list-news.mt-list-head {
    padding: 15px;
    text-align: center;
}

    .mt-element-list .list-news.mt-list-head .list-title {
        margin: 0;
    }

    .mt-element-list .list-news.mt-list-head .badge {
        margin-top: 5px;
    }

.mt-element-list .list-news.mt-list-container {
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #e7ecf1;
    padding: 15px 0;
}

    .mt-element-list .list-news.mt-list-container ul {
        margin-bottom: 0;
        padding: 0;
    }

        .mt-element-list .list-news.mt-list-container ul > .mt-list-item {
            list-style: none;
            border-bottom: 1px solid;
            border-color: #e7ecf1;
            padding: 15px;
            position: relative;
        }

            .mt-element-list .list-news.mt-list-container ul > .mt-list-item:first-child {
                padding-top: 0;
            }

            .mt-element-list .list-news.mt-list-container ul > .mt-list-item:last-child {
                padding-bottom: 0;
                border: none;
            }

            .mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-icon-container {
                font-size: 20px;
                position: absolute;
                right: 5px;
                top: 50%;
                margin-top: -10px;
            }

                .mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-icon-container a {
                    color: #2f353b;
                }

                    .mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-icon-container a:hover {
                        color: #32c5d2;
                    }

            .mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-item-content {
                padding: 0 25px 0 0;
            }

                .mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-item-content > h3 {
                    margin: 0;
                    font-size: 18px;
                    margin-bottom: 10px;
                }

                    .mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a {
                        color: #34495e;
                    }

                        .mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a:hover {
                            color: #32c5d2;
                            text-decoration: none;
                        }

            .mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-datetime {
                margin-bottom: 10px;
            }

.mt-element-list .list-news.ext-1.mt-list-head {
    position: relative;
    text-align: left;
}

    .mt-element-list .list-news.ext-1.mt-list-head .list-count {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        padding: 19px;
    }

.mt-element-list .list-news.ext-1 .list-thumb {
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
}

    .mt-element-list .list-news.ext-1 .list-thumb img {
        width: 100%;
    }

.mt-element-list .list-news.ext-1.mt-list-container {
    padding: 0;
}

    .mt-element-list .list-news.ext-1.mt-list-container ul > .mt-list-item {
        padding: 15px;
    }

        .mt-element-list .list-news.ext-1.mt-list-container ul > .mt-list-item > .list-datetime {
            padding-left: 90px;
        }

        .mt-element-list .list-news.ext-1.mt-list-container ul > .mt-list-item > .list-item-content {
            padding-left: 90px;
        }

        .mt-element-list .list-news.ext-1.mt-list-container ul > .mt-list-item:hover {
            background-color: #e5e5e5;
        }

        .mt-element-list .list-news.ext-1.mt-list-container ul > .mt-list-item:last-child {
            padding-bottom: 15px;
        }

.mt-element-list .list-news.ext-2.mt-list-head {
    position: relative;
    text-align: left;
}

    .mt-element-list .list-news.ext-2.mt-list-head .list-count {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        padding: 19px;
    }

.mt-element-list .list-news.ext-2 .list-thumb {
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
}

    .mt-element-list .list-news.ext-2 .list-thumb img {
        width: 100%;
    }

.mt-element-list .list-news.ext-2.mt-list-container {
    padding: 0;
}

    .mt-element-list .list-news.ext-2.mt-list-container ul > .mt-list-item {
        padding: 15px;
    }

        .mt-element-list .list-news.ext-2.mt-list-container ul > .mt-list-item > .list-datetime {
            padding-left: 90px;
        }

        .mt-element-list .list-news.ext-2.mt-list-container ul > .mt-list-item > .list-item-content {
            padding-left: 90px;
        }

            .mt-element-list .list-news.ext-2.mt-list-container ul > .mt-list-item > .list-item-content > h3 {
                font-size: 16px;
            }

                .mt-element-list .list-news.ext-2.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a:hover {
                    color: #F2784B;
                }

        .mt-element-list .list-news.ext-2.mt-list-container ul > .mt-list-item:hover {
            background-color: #e5e5e5;
        }

        .mt-element-list .list-news.ext-2.mt-list-container ul > .mt-list-item:last-child {
            padding-bottom: 15px;
        }

.mt-element-list .list-todo.mt-list-head {
    padding: 15px;
    position: relative;
}

    .mt-element-list .list-todo.mt-list-head .list-title {
        margin: 0;
    }

    .mt-element-list .list-todo.mt-list-head .list-head-count {
        margin-top: 5px;
    }

        .mt-element-list .list-todo.mt-list-head .list-head-count > .list-head-count-item {
            display: inline-block;
            margin-right: 15px;
        }

    .mt-element-list .list-todo.mt-list-head .list-count {
        position: absolute;
        top: 0;
        right: 0;
        padding: 29px;
        font-size: 16px;
    }

    .mt-element-list .list-todo.mt-list-head a {
        color: #fff;
    }

        .mt-element-list .list-todo.mt-list-head a:hover {
            text-decoration: none;
        }

.mt-element-list .list-todo.mt-list-container {
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #e7ecf1;
    position: relative;
}

    .mt-element-list .list-todo.mt-list-container .list-todo-line {
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 1px;
        top: 0;
        left: 25px;
        border-left: 1px solid;
        border-color: #e7ecf1;
    }

    .mt-element-list .list-todo.mt-list-container ul {
        margin-bottom: 0;
        padding: 0;
        position: relative;
        z-index: 5;
    }

        .mt-element-list .list-todo.mt-list-container ul > .mt-list-item {
            list-style: none;
            border-bottom: 1px solid;
            border-bottom-style: dashed;
            border-color: #e7ecf1;
            padding: 15px;
            position: relative;
        }

            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item:last-child {
                border: none;
            }

            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-icon {
                display: inline-block;
                margin-top: 0.7em;
                padding: 0.7em 0;
                vertical-align: top;
            }

            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item {
                margin-left: 15px;
                display: inline-block;
                vertical-align: top;
                width: 90%;
                position: relative;
            }

                .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item:after {
                    right: 100%;
                    top: 50%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                    border-color: rgba(47, 53, 59, 0);
                    border-right-color: #2f353b;
                    border-width: 8px;
                    top: 18px;
                }

                .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item > .list-toggle-container:hover, .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item > .list-toggle-container:focus, .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item > .list-toggle-container:active {
                    text-decoration: none;
                }

                .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item > .list-toggle-container .list-toggle {
                    padding: 15px;
                }

                    .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item > .list-toggle-container .list-toggle > .list-toggle-title {
                        display: inline-block;
                    }

                .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list {
                    border: 1px solid;
                    border-color: #e7ecf1;
                    padding: 0;
                    margin: 0;
                    position: relative;
                    border-top: none;
                    border-bottom: none;
                }

                    .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item {
                        list-style: none;
                        padding: 15px;
                        border-bottom: 1px solid;
                        border-color: #e7ecf1;
                    }

                        .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item a {
                            color: #2f353b;
                        }

                            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item a:hover {
                                text-decoration: none;
                                color: #e43a45;
                            }

                        .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item:last-child {
                            border-bottom: none;
                        }

                        .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-icon {
                            float: left;
                        }

                        .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-content {
                            padding: 0 45px 0 35px;
                        }

                            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-content > h4 {
                                margin-top: 0;
                                font-size: 14px;
                            }

                            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-content > p {
                                font-size: 13px;
                                margin: 0;
                            }

                        .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-status {
                            float: right;
                        }

                            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-status a {
                                color: #e5e5e5;
                            }

                            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-status .done:hover {
                                color: #26C281;
                            }

                            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-status .pending:hover {
                                color: #e43a45;
                            }

                        .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item.done > .task-status .done {
                            color: #26C281;
                        }

                    .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-footer {
                        padding: 15px;
                        text-align: center;
                    }

                        .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-footer a {
                            color: #2f353b;
                        }

                            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-footer a:hover {
                                text-decoration: none;
                            }

                            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-footer a.task-trash:hover {
                                color: #e43a45;
                            }

                            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-footer a.task-add:hover {
                                color: #26C281;
                            }

            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-icon-container {
                font-size: 20px;
                position: absolute;
                right: 5px;
                top: 50%;
                margin-top: -10px;
            }

                .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-icon-container a {
                    color: #2f353b;
                }

                    .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-icon-container a:hover {
                        color: #32c5d2;
                    }

            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-item-content {
                padding: 0 25px 0 0;
            }

                .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-item-content > h3 {
                    margin: 0;
                    font-size: 18px;
                    margin-bottom: 10px;
                }

                    .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a {
                        color: #34495e;
                    }

                        .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a:hover {
                            color: #32c5d2;
                            text-decoration: none;
                        }

            .mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-datetime {
                margin-bottom: 10px;
            }

.mt-element-ribbon {
    position: relative;
}

    .mt-element-ribbon .ribbon-content {
        margin: 0;
        padding: 25px;
        clear: both;
    }

        .mt-element-ribbon .ribbon-content.no-padding {
            padding-top: 0;
        }

    .mt-element-ribbon .ribbon {
        padding: 0.5em 1em;
        z-index: 5;
        float: left;
        margin: 10px 0 0 -2px;
        clear: left;
        position: relative;
        background-color: #bac3d0;
        color: #384353;
    }

        .mt-element-ribbon .ribbon.ribbon-right {
            float: right;
            clear: right;
            margin: 10px -2px 0 0;
        }

        .mt-element-ribbon .ribbon.ribbon-vertical-left {
            clear: none;
            margin: -2px 0 0 10px;
            padding-top: 1em;
            padding-bottom: 1em;
            width: 41px;
            text-align: center;
        }

        .mt-element-ribbon .ribbon.ribbon-vertical-right {
            clear: none;
            float: right;
            margin: -2px 10px 0 0;
            padding-top: 1em;
            padding-bottom: 1em;
            width: 41px;
            text-align: center;
        }

        .mt-element-ribbon .ribbon.ribbon-shadow {
            box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
        }

            .mt-element-ribbon .ribbon.ribbon-shadow.ribbon-right, .mt-element-ribbon .ribbon.ribbon-shadow.ribbon-vertical-right {
                box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.4);
            }

        .mt-element-ribbon .ribbon.ribbon-round {
            border-top-right-radius: 5px !important;
            border-bottom-right-radius: 5px !important;
        }

            .mt-element-ribbon .ribbon.ribbon-round.ribbon-right {
                border-top-right-radius: 0px !important;
                border-bottom-right-radius: 0px !important;
                border-top-left-radius: 5px !important;
                border-bottom-left-radius: 5px !important;
            }

            .mt-element-ribbon .ribbon.ribbon-round.ribbon-vertical-right, .mt-element-ribbon .ribbon.ribbon-round.ribbon-vertical-left {
                border-top-right-radius: 0px !important;
                border-bottom-right-radius: 5px !important;
                border-top-left-radius: 0px !important;
                border-bottom-left-radius: 5px !important;
            }

        .mt-element-ribbon .ribbon.ribbon-border:after {
            border: 1px solid;
            content: '';
            position: absolute;
            top: 5px;
            bottom: 5px;
            left: 5px;
            right: 5px;
        }

        .mt-element-ribbon .ribbon.ribbon-border-vert:after {
            border-top: none;
            border-bottom: none;
            border-left: 1px solid;
            border-right: 1px solid;
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 5px;
            right: 5px;
        }

        .mt-element-ribbon .ribbon.ribbon-border-hor:after {
            border-top: 1px solid;
            border-bottom: 1px solid;
            border-left: none;
            border-right: none;
            content: '';
            position: absolute;
            top: 5px;
            bottom: 5px;
            left: 0;
            right: 0;
        }

        .mt-element-ribbon .ribbon.ribbon-border-dash:after {
            border: 1px solid;
            border-style: dashed;
            content: '';
            position: absolute;
            top: 5px;
            bottom: 5px;
            left: 5px;
            right: 5px;
        }

        .mt-element-ribbon .ribbon.ribbon-border-dash-vert:after {
            border-top: none;
            border-bottom: none;
            border-left: 1px solid;
            border-right: 1px solid;
            border-left-style: dashed;
            border-right-style: dashed;
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 5px;
            right: 5px;
        }

        .mt-element-ribbon .ribbon.ribbon-border-dash-hor:after {
            border-top: 1px solid;
            border-bottom: 1px solid;
            border-left: none;
            border-right: none;
            border-top-style: dashed;
            border-bottom-style: dashed;
            content: '';
            position: absolute;
            top: 5px;
            bottom: 5px;
            left: 0;
            right: 0;
        }

        .mt-element-ribbon .ribbon.ribbon-clip {
            left: -10px;
            margin-left: 0;
        }

            .mt-element-ribbon .ribbon.ribbon-clip.ribbon-right {
                left: auto;
                right: -10px;
                margin-right: 0;
            }

        .mt-element-ribbon .ribbon > .ribbon-sub {
            z-index: -1;
            position: absolute;
            padding: 0;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

            .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before, .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:after {
                content: '';
                position: absolute;
                border-style: solid;
                border-color: transparent !important;
                bottom: -10px;
            }

            .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before {
                border-width: 0 10px 10px 0;
                border-right-color: #222 !important;
                left: 0;
            }

            .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:before, .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:after {
                content: '';
                position: absolute;
                border-style: solid;
                border-color: transparent;
                bottom: -10px;
            }

            .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:before {
                border-right-color: transparent !important;
            }

            .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:after {
                border-width: 0 0 10px 10px;
                border-left-color: #222 !important;
                right: 0;
            }

            .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-bookmark:after {
                border-left: 21px solid;
                border-right: 20px solid;
                border-bottom: 1em solid transparent !important;
                bottom: -1em;
                content: '';
                height: 0;
                left: 0;
                position: absolute;
                width: 0;
            }

        .mt-element-ribbon .ribbon:after {
            border-color: #62748f;
        }

        .mt-element-ribbon .ribbon > .ribbon-sub {
            background-color: #bac3d0;
            color: #384353;
        }

            .mt-element-ribbon .ribbon > .ribbon-sub:after {
                border-color: #62748f;
                border-left-color: #bac3d0;
                border-right-color: #bac3d0;
            }

        .mt-element-ribbon .ribbon.ribbon-color-default {
            background-color: #bac3d0;
            color: #384353;
        }

            .mt-element-ribbon .ribbon.ribbon-color-default:after {
                border-color: #9ca8bb;
            }

            .mt-element-ribbon .ribbon.ribbon-color-default > .ribbon-sub {
                background-color: #bac3d0;
                color: #384353;
            }

                .mt-element-ribbon .ribbon.ribbon-color-default > .ribbon-sub:after {
                    border-color: #62748f;
                    border-left-color: #bac3d0;
                    border-right-color: #bac3d0;
                }

        .mt-element-ribbon .ribbon.ribbon-color-primary {
            background-color: #007bff;
            color: #fff;
        }

            .mt-element-ribbon .ribbon.ribbon-color-primary:after {
                border-color: #286090;
            }

            .mt-element-ribbon .ribbon.ribbon-color-primary > .ribbon-sub {
                background-color: #007bff;
                color: black;
            }

                .mt-element-ribbon .ribbon.ribbon-color-primary > .ribbon-sub:after {
                    border-color: #122b40;
                    border-left-color: #007bff;
                    border-right-color: #007bff;
                }

        .mt-element-ribbon .ribbon.ribbon-color-info {
            background-color: #659be0;
            color: #fff;
        }

            .mt-element-ribbon .ribbon.ribbon-color-info:after {
                border-color: #3a80d7;
            }

            .mt-element-ribbon .ribbon.ribbon-color-info > .ribbon-sub {
                background-color: #659be0;
                color: #0c203a;
            }

                .mt-element-ribbon .ribbon.ribbon-color-info > .ribbon-sub:after {
                    border-color: #1d4f8e;
                    border-left-color: #659be0;
                    border-right-color: #659be0;
                }

        .mt-element-ribbon .ribbon.ribbon-color-success {
            background-color: #28a745;
            color: #fff;
        }

            .mt-element-ribbon .ribbon.ribbon-color-success:after {
                border-color: #27a4b0;
            }

            .mt-element-ribbon .ribbon.ribbon-color-success > .ribbon-sub {
                background-color: #28a745;
                color: #020808;
            }

                .mt-element-ribbon .ribbon.ribbon-color-success > .ribbon-sub:after {
                    border-color: #14565c;
                    border-left-color: #28a745;
                    border-right-color: #28a745;
                }

        .mt-element-ribbon .ribbon.ribbon-color-danger {
            background-color: #ed6b75;
            color: #fff;
        }

            .mt-element-ribbon .ribbon.ribbon-color-danger:after {
                border-color: #e73d4a;
            }

            .mt-element-ribbon .ribbon.ribbon-color-danger > .ribbon-sub {
                background-color: #ed6b75;
                color: #4f0a0f;
            }

                .mt-element-ribbon .ribbon.ribbon-color-danger > .ribbon-sub:after {
                    border-color: #a91520;
                    border-left-color: #ed6b75;
                    border-right-color: #ed6b75;
                }

        .mt-element-ribbon .ribbon.ribbon-color-warning {
            background-color: #F1C40F;
            color: #010100;
        }

            .mt-element-ribbon .ribbon.ribbon-color-warning:after {
                border-color: #c29d0b;
            }

            .mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-sub {
                background-color: #F1C40F;
                color: #010100;
            }

                .mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-sub:after {
                    border-color: #614f06;
                    border-left-color: #F1C40F;
                    border-right-color: #F1C40F;
                }

.mt-element-ribbon {
    position: relative;
}

    .mt-element-ribbon .ribbon-content {
        margin: 0;
        padding: 25px;
        clear: both;
    }

        .mt-element-ribbon .ribbon-content.no-padding {
            padding-top: 0;
        }

    .mt-element-ribbon .ribbon {
        padding: 0.5em 1em;
        z-index: 5;
        float: left;
        margin: 10px 0 0 -2px;
        clear: left;
        position: relative;
        background-color: #bac3d0;
        color: #384353;
    }

        .mt-element-ribbon .ribbon.ribbon-right {
            float: right;
            clear: right;
            margin: 10px -2px 0 0;
        }

        .mt-element-ribbon .ribbon.ribbon-vertical-left {
            clear: none;
            margin: -2px 0 0 10px;
            padding-top: 1em;
            padding-bottom: 1em;
            width: 41px;
            text-align: center;
        }

        .mt-element-ribbon .ribbon.ribbon-vertical-right {
            clear: none;
            float: right;
            margin: -2px 10px 0 0;
            padding-top: 1em;
            padding-bottom: 1em;
            width: 41px;
            text-align: center;
        }

        .mt-element-ribbon .ribbon.ribbon-shadow {
            box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
        }

            .mt-element-ribbon .ribbon.ribbon-shadow.ribbon-right, .mt-element-ribbon .ribbon.ribbon-shadow.ribbon-vertical-right {
                box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.4);
            }

        .mt-element-ribbon .ribbon.ribbon-round {
            border-top-right-radius: 5px !important;
            border-bottom-right-radius: 5px !important;
        }

            .mt-element-ribbon .ribbon.ribbon-round.ribbon-right {
                border-top-right-radius: 0px !important;
                border-bottom-right-radius: 0px !important;
                border-top-left-radius: 5px !important;
                border-bottom-left-radius: 5px !important;
            }

            .mt-element-ribbon .ribbon.ribbon-round.ribbon-vertical-right, .mt-element-ribbon .ribbon.ribbon-round.ribbon-vertical-left {
                border-top-right-radius: 0px !important;
                border-bottom-right-radius: 5px !important;
                border-top-left-radius: 0px !important;
                border-bottom-left-radius: 5px !important;
            }

        .mt-element-ribbon .ribbon.ribbon-border:after {
            border: 1px solid;
            content: '';
            position: absolute;
            top: 5px;
            bottom: 5px;
            left: 5px;
            right: 5px;
        }

        .mt-element-ribbon .ribbon.ribbon-border-vert:after {
            border-top: none;
            border-bottom: none;
            border-left: 1px solid;
            border-right: 1px solid;
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 5px;
            right: 5px;
        }

        .mt-element-ribbon .ribbon.ribbon-border-hor:after {
            border-top: 1px solid;
            border-bottom: 1px solid;
            border-left: none;
            border-right: none;
            content: '';
            position: absolute;
            top: 5px;
            bottom: 5px;
            left: 0;
            right: 0;
        }

        .mt-element-ribbon .ribbon.ribbon-border-dash:after {
            border: 1px solid;
            border-style: dashed;
            content: '';
            position: absolute;
            top: 5px;
            bottom: 5px;
            left: 5px;
            right: 5px;
        }

        .mt-element-ribbon .ribbon.ribbon-border-dash-vert:after {
            border-top: none;
            border-bottom: none;
            border-left: 1px solid;
            border-right: 1px solid;
            border-left-style: dashed;
            border-right-style: dashed;
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 5px;
            right: 5px;
        }

        .mt-element-ribbon .ribbon.ribbon-border-dash-hor:after {
            border-top: 1px solid;
            border-bottom: 1px solid;
            border-left: none;
            border-right: none;
            border-top-style: dashed;
            border-bottom-style: dashed;
            content: '';
            position: absolute;
            top: 5px;
            bottom: 5px;
            left: 0;
            right: 0;
        }

        .mt-element-ribbon .ribbon.ribbon-clip {
            left: -10px;
            margin-left: 0;
        }

            .mt-element-ribbon .ribbon.ribbon-clip.ribbon-right {
                left: auto;
                right: -10px;
                margin-right: 0;
            }

        .mt-element-ribbon .ribbon > .ribbon-sub {
            z-index: -1;
            position: absolute;
            padding: 0;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

            .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before, .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:after {
                content: '';
                position: absolute;
                border-style: solid;
                border-color: transparent !important;
                bottom: -10px;
            }

            .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before {
                border-width: 0 10px 10px 0;
                border-right-color: #222 !important;
                left: 0;
            }

            .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:before, .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:after {
                content: '';
                position: absolute;
                border-style: solid;
                border-color: transparent;
                bottom: -10px;
            }

            .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:before {
                border-right-color: transparent !important;
            }

            .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:after {
                border-width: 0 0 10px 10px;
                border-left-color: #222 !important;
                right: 0;
            }

            .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-bookmark:after {
                border-left: 21px solid;
                border-right: 20px solid;
                border-bottom: 1em solid transparent !important;
                bottom: -1em;
                content: '';
                height: 0;
                left: 0;
                position: absolute;
                width: 0;
            }

        .mt-element-ribbon .ribbon:after {
            border-color: #62748f;
        }

        .mt-element-ribbon .ribbon > .ribbon-sub {
            background-color: #bac3d0;
            color: #384353;
        }

            .mt-element-ribbon .ribbon > .ribbon-sub:after {
                border-color: #62748f;
                border-left-color: #bac3d0;
                border-right-color: #bac3d0;
            }

        .mt-element-ribbon .ribbon.ribbon-color-default {
            background-color: #bac3d0;
            color: #384353;
        }

            .mt-element-ribbon .ribbon.ribbon-color-default:after {
                border-color: #9ca8bb;
            }

            .mt-element-ribbon .ribbon.ribbon-color-default > .ribbon-sub {
                background-color: #bac3d0;
                color: #384353;
            }

                .mt-element-ribbon .ribbon.ribbon-color-default > .ribbon-sub:after {
                    border-color: #62748f;
                    border-left-color: #bac3d0;
                    border-right-color: #bac3d0;
                }

        .mt-element-ribbon .ribbon.ribbon-color-primary {
            background-color: #007bff;
            color: #fff;
        }

            .mt-element-ribbon .ribbon.ribbon-color-primary:after {
                border-color: #286090;
            }

            .mt-element-ribbon .ribbon.ribbon-color-primary > .ribbon-sub {
                background-color: #007bff;
                color: black;
            }

                .mt-element-ribbon .ribbon.ribbon-color-primary > .ribbon-sub:after {
                    border-color: #122b40;
                    border-left-color: #007bff;
                    border-right-color: #007bff;
                }

        .mt-element-ribbon .ribbon.ribbon-color-info {
            background-color: #659be0;
            color: #fff;
        }

            .mt-element-ribbon .ribbon.ribbon-color-info:after {
                border-color: #3a80d7;
            }

            .mt-element-ribbon .ribbon.ribbon-color-info > .ribbon-sub {
                background-color: #659be0;
                color: #0c203a;
            }

                .mt-element-ribbon .ribbon.ribbon-color-info > .ribbon-sub:after {
                    border-color: #1d4f8e;
                    border-left-color: #659be0;
                    border-right-color: #659be0;
                }

        .mt-element-ribbon .ribbon.ribbon-color-success {
            background-color: #28a745;
            color: #fff;
        }

            .mt-element-ribbon .ribbon.ribbon-color-success:after {
                border-color: #27a4b0;
            }

            .mt-element-ribbon .ribbon.ribbon-color-success > .ribbon-sub {
                background-color: #28a745;
                color: #020808;
            }

                .mt-element-ribbon .ribbon.ribbon-color-success > .ribbon-sub:after {
                    border-color: #14565c;
                    border-left-color: #28a745;
                    border-right-color: #28a745;
                }

        .mt-element-ribbon .ribbon.ribbon-color-danger {
            background-color: #ed6b75;
            color: #fff;
        }

            .mt-element-ribbon .ribbon.ribbon-color-danger:after {
                border-color: #e73d4a;
            }

            .mt-element-ribbon .ribbon.ribbon-color-danger > .ribbon-sub {
                background-color: #ed6b75;
                color: #4f0a0f;
            }

                .mt-element-ribbon .ribbon.ribbon-color-danger > .ribbon-sub:after {
                    border-color: #a91520;
                    border-left-color: #ed6b75;
                    border-right-color: #ed6b75;
                }

        .mt-element-ribbon .ribbon.ribbon-color-warning {
            background-color: #F1C40F;
            color: #010100;
        }

            .mt-element-ribbon .ribbon.ribbon-color-warning:after {
                border-color: #c29d0b;
            }

            .mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-sub {
                background-color: #F1C40F;
                color: #010100;
            }

                .mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-sub:after {
                    border-color: #614f06;
                    border-left-color: #F1C40F;
                    border-right-color: #F1C40F;
                }
