﻿@import url('css/site.css');
@import url('/plugins/dropify/css/dropify.min.css');
@import url('/plugins/duallistbox/bootstrap-duallistbox.min.css');
@import url('/plugins/icheck/custom.css');

html, body {
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
#scrollview {
    height: auto;
    position: absolute;
    top: 0;
    bottom: inherit;
    padding: inherit;
}

#scrollview-content {
    white-space: pre-wrap;
}

.options {
    padding: 5px;
    background-color: rgba(191, 191, 191, 0.15);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.caption {
    font-size: 12px;
    font-weight: 500;
}

.option {
    margin-top: 10px;
}

    .option > span {
        position: relative;
        top: 2px;
        margin-right: 10px;
    }

    .option > .dx-selectbox {
        display: inline-block;
        vertical-align: middle !important;
        max-width: 100%;
        width: 100%;
    }
.form {
    padding: 10px 0 0 10px;
}

.label {
    margin-bottom: 10px;
    font-size: 16px;
}

    .label:not(:first-child) {
        margin-top: 30px;
    }

#small-indicator, #medium-indicator, #large-indicator {
    vertical-align: middle !important;
    margin-right: 10px;
}

#button,
#button .dx-button-content {
    padding: 0;
}

    #button #button-indicator {
        height: 32px;
        width: 32px;
        display: inline-block;
        vertical-align: middle !important;
        margin-right: 5px;
    }


.dxbl-treeview .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-treeview-item-container:not(.dxbl-disabled):not(:disabled).dxbl-active::before {
    border-radius: inherit;
    background-color: #23bced !important;
}

.sidebar {
    z-index: 1032;
    width: 100%;
    height: 100%;
    background-color: #090841;
    overflow-y: auto;
    will-change: transform;
}

    .sidebar .js-sidebar-scroll {
        height: 100%;
        overflow-y: auto;
    }

        .sidebar .js-sidebar-scroll.full-height {
            height: 100%;
        }

.dxbl-treeview .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-btn {
    position: relative;
    display: flex;
    float: right;
}

    .dxbl-treeview .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-btn > svg.dxbl-image {
        display: flex;
        float: right;
        align-items: flex-end;
        display: inline-flex;
        float: right;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-content: flex-end;
        flex-wrap: wrap;
        justify-content: flex-end;
        display: inline-block;
    }

.chat-box-right {
    width: auto;
    background-color: #ffffff;
    display: block;
    border-radius: 3px;
    position: relative;
    height: 500px;
    margin-left: 0;
    margin-bottom: 10px;
}

    .chat-box-right .chat-list .media .media-left {
        position: relative;
    }

    .chat-box-right .chat-header {
        border-bottom: 1px solid #eff2f9;
        padding: 5px;
    }

        .chat-box-right .chat-header .media .media-body {
            margin-left: 15px;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        }

            .chat-box-right .chat-header .media .media-body h6 {
                font-size: 11px;
                color: #50649c;
                margin-bottom: 5px;
            }

            .chat-box-right .chat-header .media .media-body p {
                margin-bottom: 0;
                color: #50649c;
                font-size: 11px;
            }

        .chat-box-right .chat-header .chat-features {
            position: relative;
            top: -34px;
            float: right;
        }

            .chat-box-right .chat-header .chat-features a {
                color: #b6c2e4;
                font-size: 12px;
                margin-left: 12px;
            }

                .chat-box-right .chat-header .chat-features a:hover {
                    color: #4d79f6;
                }

    .chat-box-right .chat-body {
        padding: 3px;
        height: 100%;
    }

        .chat-box-right .chat-body .chat-detail {
            min-height: 100%;
        }

            .chat-box-right .chat-body .chat-detail .reverse {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: end;
                -ms-flex-align: end;
                align-items: flex-end;
            }

            .chat-box-right .chat-body .chat-detail .media .media-img {
                z-index: 5;
            }

            .chat-box-right .chat-body .chat-detail .media .media-body {
                margin-left: 14px;
            }

                .chat-box-right .chat-body .chat-detail .media .media-body .chat-msg {
                    max-width: 80%;
                    margin-bottom: 5px;
                    margin-left: -21px;
                }

                    .chat-box-right .chat-body .chat-detail .media .media-body .chat-msg:first-child p {
                        padding-left: 20px;
                    }

                    .chat-box-right .chat-body .chat-detail .media .media-body .chat-msg p {
                        padding: 4px;
                        background-color: #eff2f9;
                        color: #50649c;
                        display: inline-block;
                        margin-bottom: 0;
                        border-radius: 5px;
                    }

                .chat-box-right .chat-body .chat-detail .media .media-body.reverse {
                    margin-right: 0;
                    margin-left: 4px;
                }

                    .chat-box-right .chat-body .chat-detail .media .media-body.reverse .chat-msg {
                        max-width: 80%;
                        margin-bottom: 5px;
                        margin-right: -18px;
                    }

                        .chat-box-right .chat-body .chat-detail .media .media-body.reverse .chat-msg:first-child p {
                            padding-right: 10px;
                        }

                        .chat-box-right .chat-body .chat-detail .media .media-body.reverse .chat-msg p {
                            padding: 14px;
                            background-color: #f1f5fa;
                            color: #50649c;
                            display: inline-block;
                            margin-bottom: 0;
                            border-radius: 5px;
                        }

    .chat-box-right .chat-footer {
        border-top: 1px solid #eff2f9;
        padding: 5px;
        width: 100%;
        left: 0;
        bottom: 0;
    }

        .chat-box-right .chat-footer .media .media-body {
            margin-left: 10px;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        }

            .chat-box-right .chat-footer .media .media-body h6 {
                font-size: 12px;
                color: #50649c;
                margin-bottom: 5px;
            }

            .chat-box-right .chat-footer .media .media-body p {
                margin-bottom: 0;
                color: #50649c;
                font-size: 12px;
            }

        .chat-box-right .chat-footer .chat-features {
            position: relative;
            top: 8px;
            float: right;
        }

            .chat-box-right .chat-footer .chat-features a {
                color: #b6c2e4;
                font-size: 12px;
                margin-left: 12px;
            }

                .chat-box-right .chat-footer .chat-features a:hover {
                    color: #4d79f6;
                }

        .chat-box-right .chat-footer input.form-control {
            border: none;
        }

        .chat-box-right .chat-footer .chat-admin {
            position: absolute;
            top: -40px;
            border: 2px solid #50649c;
            border-radius: 50%;
        }

@media (min-width: 1016px) and (max-width: 1680px) {


    .chat-box-right {
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 767px) and (max-width: 1023.98px) {

    .chat-box-right {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 767px) {

    .chat-box-right {
        margin: 0;
        width: 100%;
    }
}

@media (max-width: 660px) {

    .chat-box-right {
        margin: 0;
        width: 100%;
    }
}

@media (max-width: 568px) {
    .chat-box-right {
        margin: 0;
        width: 100%;
    }
}
