﻿/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebarCollapse {
    position: absolute;
    right: 10px;
    top: 19px;
    font-size: 2em;
    cursor: pointer;
    display: none;
    color:#fff;
}

#sidebar {
    width: 80%;
    position: fixed;
    top: 0;
    left: -80%;
    height: 100vh;
    z-index: 9999999999999;
    background: #FFF;
    color: #494949;
    transition: all 0.3s;
    overflow-y: auto;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

    #sidebar::-webkit-scrollbar {
        width: 5px;
    }

    #sidebar::-webkit-scrollbar-track {
        background: #f56100;
    }

    #sidebar::-webkit-scrollbar-thumb {
        background: #fff;
    }

        #sidebar::-webkit-scrollbar-thumb:hover {
            background: #ffc000;
        }

    #sidebar.active {
        left: 0;
    }

#dismiss {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 2px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    #dismiss:hover {
        background: #ffc000;
    }

        #dismiss:hover i {
            color: #fff;
        }

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

    .overlay.active {
        display: block;
        opacity: 1;
    }

#sidebar .sidebar-header {
    background: #ed9c1b;
}

    #sidebar .sidebar-header h3 {
        padding: 10px;
        color: #fff;
        letter-spacing: 0.5px;
    }

        #sidebar .sidebar-header h3 i {
            padding-right: 10px;
            color: #fff;
        }

#sidebar ul {
    margin: 0px;
    padding: 0px
}

    #sidebar ul li {
        border-bottom: solid 1px #dbdbdb;
        position: relative;
    }

        #sidebar ul li i.fa {
            right: 10px;
            top: 0px;
            position: absolute;
            cursor: pointer;
            line-height: 35px;
        }

        #sidebar ul li i.fa-minus:before {
            content: "\f068" !important;
        }

        #sidebar ul li a {
            padding: 0 15px;
            line-height: 35px;
            font-size: 1em;
            letter-spacing: 0.6px;
        }

            #sidebar ul li a:hover {
                color: #e85933;
            }

        #sidebar ul li ul {
            background: #ff9047;
            display: none;
        }

            #sidebar ul li ul li {
                border-bottom: solid 0px #dbdbdb;
                border-top: solid 1px #fcceb0;
            }

                #sidebar ul li ul li a {
                    padding-left: 25px;
                    color: #fff;
                }

                    #sidebar ul li ul li a:hover {
                        color: #494949;
                    }

        #sidebar ul li.active > a,
        a[aria-expanded="true"] {
            color: #fff;
            background: #6d7fcc;
        }

a[data-toggle="collapse"] {
    position: relative;
}

.modal-mps {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .8);
}

    .modal-mps #message-mps {
        top: 25%;
        left: 33.3%;
        position: absolute;
        width: 30%;
        background: #fff;
        box-shadow: 0px 1px 7px 2px rgba(66,66,66,0.64);
        -webkit-box-shadow: 0px 1px 7px 2px rgba(66,66,66,0.64);
        -moz-box-shadow: 0px 1px 7px 2px rgba(66,66,66,0.64);
    }

        .modal-mps #message-mps .content {
            font-size: 1.1em;
            color: #ff0000;
        }

    .modal-mps .close {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 3px;
        right: -8px;
        z-index: 10;
    }

        .modal-mps .close span {
            display: block;
        }

            .modal-mps .close span i {
                color: #fff;
                font-size: 1.9em;
                cursor: pointer;
            }

                .modal-mps .close span i:hover {
                    color: #ff9000;
                }

.modal-mps-content {
    padding: 0px;
}

    .modal-mps-content .modal-heading {
    }

        .modal-mps-content .modal-heading .avatar {
            position: relative;
        }

            .modal-mps-content .modal-heading .avatar img {
                display: block;
            }

        .modal-mps-content .modal-heading .caption {
            padding: 10px 15px;
            background: #2b8806;
            position: absolute;
            bottom: -20px;
            left: 7%;
            width: 86%;
        }

            .modal-mps-content .modal-heading .caption h3 {
                color: #fff6ed;
                font-size: 1.3em;
                font-weight: bold;
                letter-spacing: 0.5px;
                text-transform: uppercase;
                text-align: center;
                margin-bottom: 0px;
                line-height: 25px;
            }



    .modal-mps-content .modal-list-item {
        margin-top: 40px;
    }

        .modal-mps-content .modal-list-item .item {
            padding: 5px 30px;
        }

            .modal-mps-content .modal-list-item .item .note {
                padding-bottom: 10px;
            }

                .modal-mps-content .modal-list-item .item .note p {
                    color: #242424;
                    letter-spacing: 0.4px;
                    font-weight: bold;
                }

                    .modal-mps-content .modal-list-item .item .note p span {
                        color: #e83031;
                    }

                    .modal-mps-content .modal-list-item .item .note p i {
                        color: #109500;
                    }

        .modal-mps-content .modal-list-item .item-resutl {
            text-align: center;
            margin-bottom: 15px;
        }

        .modal-mps-content .modal-list-item .item .m-item-title {
            color: #0d0d0d;
            letter-spacing: 0.5px;
        }

        .modal-mps-content .modal-list-item .item .m-item-control {
        }

            .modal-mps-content .modal-list-item .item .m-item-control .text-control {
                width: 100%;
                height: 40px;
                border: solid 1px #cacaca;
                border-radius: 5px;
                outline: unset;
                padding: 0 5px;
            }

        .modal-mps-content .modal-list-item .m-item-resutl {
            text-align: center;
            /*padding-bottom: 15px;*/
        }

            .modal-mps-content .modal-list-item .m-item-resutl a {
                display: block;
                padding: 10px 15px;
                background: rgb(251,156,66);
                background: linear-gradient( 180deg, rgba(251,156,66,1) 0%, rgba(255,124,0,1) 49%, rgba(251,156,66,1) 100%);
                border-radius: 5px;
                font-size: 1.3em;
                text-transform: uppercase;
                color: #fff;
                letter-spacing: 0.5px;
                transition-duration: 0.3s;
            }

                .modal-mps-content .modal-list-item .m-item-resutl a i {
                    color: #fff;
                    font-size: inherit;
                    margin-left: 10px;
                }

                .modal-mps-content .modal-list-item .m-item-resutl a:hover {
                    background: rgb(53,96,246);
                    background: linear-gradient(180deg, rgba(53,96,246,1) 0%, rgba(0,56,255,1) 49%, rgba(53,96,246,1) 100%);
                }

        .modal-mps-content .modal-list-item .item .m-item-control .text-control::placeholder {
            color: #c1c1c1;
            opacity: 1; /* Firefox */
        }

        .modal-mps-content .modal-list-item .item .m-item-control .text-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #c1c1c1;
        }

        .modal-mps-content .modal-list-item .item .m-item-control .text-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #c1c1c1;
        }

.mps-form-mess {
    margin-top: 10px;
    border: solid 1px #FFF;
    background: #ff2f2f;
    color: #fff;
    padding: 15px;
    font-weight: bold;
    letter-spacing: 0.3px;
}

.mps-form-mess {
}

    .mps-form-mess .mess-title {
        text-align: center;
        color: inherit;
    }

    .mps-form-mess .icon {
        text-align: center;
    }

        .mps-form-mess .icon img, .mps-form-mess img {
            width: 30px;
            height: auto;
        }

    .mps-form-mess .content {
        color: #fff !important;
        font-weight: normal;
        text-align: center;
    }

@media only screen and (min-width: 1930px) {
}

@media only screen and (max-width: 1340px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 768px), (max-width: 991px) {
}

@media only screen and (max-width: 480px), (max-width: 768px), (max-width: 991px), (max-width: 1024px) {

    .modal-mps #message-mps {
        top: 30%;
        left: 2%;
        width: 96%;
    }

    .modal-mps #message-mps {
        top: 40%;
    }
}
