/* You can add global styles to this file, and also import other style files */
// @import '~material-design-icons/iconfont/material-icons.css';
@import '~@angular/material/prebuilt-themes/indigo-pink.css';
@import '~highlight.js/styles/github.css';
@import './assets/css/templatestyle/templatestyle.scss';
@import './assets/css/menu.scss';

body {
    background: white;
    font-size: 14px;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

code {
    font-family: 'Lucida Console', Consolas, Monaco, 'Andale Mono',
        'Ubuntu Mono', monospace;
}


markdown {
    blockquote {
        padding: 0 1em;
        color: rgba(0, 0, 0, 0.535);
        border-left: 0.25em solid rgba(0, 0, 0, 0.11);
    }

    table {
        border-spacing: 0;
        border-collapse: collapse;
        margin-bottom: 16px;

        th,
        td {
            padding: 6px 13px;
            border: 1px solid #ddd;

            &[align="left"] {
                text-align: left;
            }

            &[align="center"] {
                text-align: center;
            }

            &[align="right"] {
                text-align: right;
            }
        }

        tr:nth-child(2n) {
            background-color: rgba(0, 0, 0, 0.03);
        }
    }

    ul {
        list-style-type: inherit;
        padding-left: 40px !important;
    }

    li {
        list-style-type: inherit;
    }

    ul ul,
    ol ul {
        list-style-type: circle;
    }
}




.f-cmp-pager-selected-list-wrapper {
    position: absolute;
    left: 1rem;
    z-index: 900;
    bottom: 2rem;

    .selected-list--content {
        border-radius: 0.125rem;
        position: absolute;
        padding-bottom: 0.5rem;
        left: 0;
        bottom: 0;
        width: 28.125rem;
        background-color: #fff;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);

        .selected-list--arrow {
            display: block;
            position: absolute;
            left: 1.125rem;
            bottom: -0.25rem;
            width: 0.625rem;
            height: 0.625rem;
            background: 0 0;
            border-style: solid;
            border-width: 0.3125rem;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.08);
            transform: translateX(-50%) rotate(45deg);
            border-color: transparent #fff #fff transparent;
        }


        .selected-list--title {
            padding: 0.45rem 0.875rem;
            position: relative;

            .selected-list--close {
                position: absolute;
                right: 0.75rem;
                top: 50%;
                color: rgba(0, 0, 0, 0.25);
                font-size: 0.75rem;
                cursor: pointer;
                width: 1.25rem;
                height: 1.25rem;
                line-height: 1.25rem;
                text-align: center;
                margin-top: -0.6rem;
            }
        }

        .selected-list--main {
            overflow-y: auto;
            max-height:290px;
            .selected-list--item {
                cursor: pointer;
                position: relative;
                border-top: 1px solid #e9e9e9;
                padding: 0.5rem 0.875rem 0.5rem 2.5rem;

                .list-icon {
                    position: absolute;
                    left: 0.875rem;
                    top: 0.75rem;
                    font-size: 0.875rem;

                    &.list-error {
                        color: #F5222D;
                    }

                    &.list-warning {
                        color: #FAAD14;
                    }

                    p {
                        margin-bottom: 0;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                    .list-title {
                        font-size: 0.875rem;
                        color: rgba(0, 0, 0, 0.75);
                        line-height: 1.375rem;
                    }

                    .list-msg {
                        font-size: 0.75rem;
                        color: rgba(0, 0, 0, 0.45);
                        line-height: 1.25rem;
                    }

                }
            }
        }
    }
}
