﻿main {
    background-color: #f3f3f3;
}

.discussion {
    padding-top: 40px;
}
    .discussion .container {
        position: relative;
    }
.user-options {
    padding: 0 !important;
}
    .user-options .option {
        width: 25%;
        float: left;
        text-align: center;
        border-left: 1px solid #d0d5d8;
        padding: 6px 0;
        color: #525c67;
    }
        .user-options .option:active,
        .user-options .option:hover {
/*            background-color: #217abd;
            color: #FFF;
            background-color: #e9edf1;*/
            color: #000;
            cursor: pointer;
        }
        .user-options .option.closed,
        .user-options .option.closed:active,
        .user-options .option.closed:hover {
            /*            background-color: #217abd;
            color: #FFF;
            background-color: #e9edf1;*/
            color: #ca4949;
            cursor: default;
        }
        .user-options .option.active {
            color: #217abd;
        }
    .user-options .option:first-of-type {
        border-left: 0;
    }
    .user-options .option span.text {
        padding-left: 5px;
        font-weight: 500;
    }
        .user-options .option br {
            display: none;
        }

.responses .new-post-break {
    border-bottom: 3px solid #2196f3;
    margin-bottom: 12px;
    margin-top: 20px;
    font-family: 'Poppins';
}
    .responses .new-post-break span {
        background-color: #2196f3;
        color: #FFF;
        font-weight: 500;
        padding: 4px 12px;
        padding-bottom: 1px;
        display: inline-block;
        text-transform: uppercase;
        font-size: 15px;
        border-radius: 2px 2px 0 0;
        letter-spacing: 0.2px;
    }

.response-options {
    margin: 30px 0 0 0;
    color: #282b2d;
}
    .response-options .bar {
        padding: 0;
    }
        .response-options .bar .left {
            float: left;
            padding: 0 2px;
            font-size: 24px;
            font-weight: 300;
            line-height: 46px;
            color: #484d50;
        }
        .response-options .bar .right {
            float: right;
        }


.admin-options {
    margin-top: 30px;
}
    .admin-options button {
        border: 0;
        background-color: #9aa5ad;
        color: #FFF;
        font-family: 'Poppins';
        font-size: 15px;
        font-weight: 300;
        padding: 5px 15px;
        border-radius: 3px;
        margin-right: 2px;
    }
        .admin-options button span.icon {
            margin-right: 4px;
            font-size: 14px;
        }
        .admin-options button:hover {
            background-color: #88929a;
        }
        .admin-options button.active {
            background-color: #217abd;
            color: #FFF;
            font-weight: 500;
        }
            .admin-options button.active:hover {
                background-color: #288cd8;
            }

.pages {
    padding-top: 20px;
}
    .pages ul {
        list-style: none;
        padding: 0;
    }
    .pages li {
        margin-right: 4px;
        font-size: 14px;
        display: inline-block;
    }
    .pages .btn {
        padding: 0 10px;
        line-height: 27px;
        vertical-align: unset;
        border: 0;
        border-radius: 3px;
    }
        .pages .btn:hover {
            cursor: pointer;
            background-color: #1774b8;
            color: #FFF;
        }
    .pages .input {
    }
        .pages .input input {
            line-height: 27px;
            border: 0;
            background: #dedede;
            width: 60px;
            text-align: right;
            padding: 0 6px;
            border-radius: 3px;
        }
    .pages .counter {
    }

pre {
    background-color: #f4f5f7;
    padding: 5px 10px;
}

#modals .modal.loginRequired {
    left: calc(50% - 250px);
    top: calc(50% - 140px);
    width: 500px;
    height: 238px;
}

    #modals .modal.loginRequired .modal-content {
        padding: 30px;
    }

        #modals .modal.loginRequired .modal-content p {
            font-size: 18px;
        }

        #modals .modal.loginRequired .modal-content button {
            border: 0;
            background-color: #217abd;
            color: #FFF;
            font-size: 16px;
            font-weight: 500;
            padding: 7px;
            border-radius: 3px;
            margin-top: 15px;
        }

            #modals .modal.loginRequired .modal-content button:hover {
                background-color: #2c93e0;
                cursor: pointer;
            }

#modals .modal.edit,
#modals .modal.reply {
    height: 480px;
    top: calc(50% - 240px);
    z-index: 10000;
}

#modals .modal.edit .modal-content,
#modals .modal.reply .modal-content {
    padding: 20px;
}
    #modals .modal.edit .modal-content textarea.post,
    #modals .modal.reply .modal-content textarea.post {
        background-color: #FFF;
        border: 1px solid #ddd;
        border-radius: 4px;
        width: 100%;
        max-width: none;
        padding: 9px 12px;
        height: 100%;
        max-height: unset;
        font-size: 16px;
        font-weight: 300;
        color: #000;
        /* margin-bottom: 20px; */
        outline: none;
        font-family: 'Poppins';
        box-shadow: none;
    }


@media (max-width: 991.98px) {
}

@media (max-width: 767.98px) {
}

@media (max-width: 575.98px) {
    main {
        background-color: #d0d5d8;
        padding-bottom: 0;
        /* margin-bottom: 5px; */
    }
    .discussion {
        padding-top: 0;
        background-color: #d0d5d8;
    }

        .discussion .container {
            margin: 0;
            padding: 0;
        }

        .discussion .discussions {
            background-color: #d0d5d8;
            padding-bottom: 1px;
        }

    .response-options {
        margin: 0;
    }

    .response-options .bar {
        padding: 0 11px;
    }
        .response-options .bar .left {
            float: left;
            padding: 0 2px;
            font-size: 20px;
            font-weight: 400;
            line-height: 46px;
        }

    .user-options .option br {
        display: block;
    }

    .responses .new-post-break {
        border: 0;
        margin: 10px;
    }

        .responses .new-post-break span {
            display: block;
            border-radius: 3px;
            padding: 4px 12px;
            text-align: center;
        }
    .admin-options {
        text-align: center;
        margin-top: 25px;
        margin-bottom: 10px;
    }
        .admin-options button {
            padding: 3px 8px;
        }
            .admin-options button span.icon {
                display: none;
            }
}

#discussionManageTags {
}

    #discussionManageTags .modal-header {
        background-color: #04b9fe;
        color: #FFF;
    }

        #discussionManageTags .modal-header button {
            color: #FFF;
        }

    #discussionManageTags .modal-body {
        padding: 0;
    }

    #discussionManageTags .input {
        border-bottom: 1px solid #ddd;
        padding: 20px;
        background-color: #eee;
    }

        #discussionManageTags .input input#tbxEnterTag {
            padding: 14px 14px;
            background-color: #FFF;
            font-size: 20px;
            border-radius: 8px;
            font-weight: 300;
            box-shadow: none;
            border: 1px solid #ddd;
            width: 100%;
            max-width: none;
        }

    #discussionManageTags .item {
        border-bottom: 1px solid #ddd;
        padding: 15px 24px;
        font-size: 20px;
        font-weight: 300;
    }

        #discussionManageTags .item:last-child {
            border-bottom: none;
        }

        #discussionManageTags .item .tag {
            line-height: 33px;
        }

    #discussionManageTags .current-tags .item .option {
    }


        #discussionManageTags .current-tags .item .option button {
        }