/* #styleBold #allmenu {
    margin-left: 10px !important;
} */

.row-content {
    border-left: 2px solid #222222; 
    border-right: 2px solid #222222;
}

.main-widget {
    position: relative;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin: 0 auto;
}

.main-widget .header {
    background: #F5F5F5;
    display: flex;
    padding: 20px 12px;
}

    .main-widget .header img {
        height: 74px;
        margin-right: 30px;
    }

    .main-widget .header h4 {
        font-size: 30px;
        position: relative;
        top: 21px;
    }

    .main-widget .title {
        padding: 14px 12px 12px 12px;
        color: #696969;
        font-size: 28px;
        border-bottom: 1px solid #E5E5E5;
    }

        .main-widget .title .btn.btn-req-a-db {
            background: #d8821d;
            color: #ffffff;
            top: -3px;
        }

            .main-widget .title .btn.btn-req-a-db::before {
                background: #c07315;
            }

            .main-widget .title .btn.btn-req-a-db i {
                margin-right: 4px;
            }

.main-widget .content {
    padding: 0;
}

    .main-widget .content .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-widget .content .widget {
        position: relative;
        width: 100%;
        padding: 12px 12px 0 12px;
        margin-bottom: 20px;
    }

        .main-widget .content .widget .heading {
            /* color: #ad6716; */
            color: #575757;
            font-size: 22px;
            border-bottom: 1px solid #dddddd;
            padding-bottom: 2px;
            margin-bottom: 10px;
        }

        .main-widget .content .widget ul {
            padding: 0;
            margin: 0;
            list-style-type: none;
        }

            .main-widget .content .widget ul li {
                position: relative;
                margin-bottom: 10px;
                padding-left: 20px;
                cursor: context-menu;
            }

                .main-widget .content .widget ul li:last-child {
                    margin-bottom: 0;
                }

                .main-widget .content .widget ul li::before {
                    content: '';
                    position: absolute;
                    top: 10px;
                    left: 0;
                    width: 8px;
                    height: 2px;
                    background: #9A9A9A;
                    transition: width 0.2s ease-in-out;
                }

                .main-widget .content .widget ul li:hover::before {
                    width: 12px;
                }

                .main-widget .content .sec {
                    position: relative;
                    width: 100%;
                    padding: 12px 12px 12px 12px;
                }

                    .main-widget .content .sec .header {
                        width: 100%;
                        padding: 8px 12px 8px 12px;
                        background: #E1E1E1;
                    }

                        .main-widget .content .sec .header h4 {
                            font-size: 20px;
                            color: #6A236A;
                            top: 0;
                        }

                    .main-widget .content .sec .body {
                        width: 100%;
                        border: 1px solid #E1E1E1;
                    }

                        .main-widget .content .sec .body .widget {
                            margin-bottom: 12px !important;
                        }

.modal-dialog .modal-header {
    padding: 8px 12px 8px 12px;
    background: #e4e4e4;
    border-radius: 4px 4px 0 0;
}

@media only screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    .row-content .col-lg-8 {
        padding-left: 0;
        padding-right: 0;
    }

    .main-widget {
        box-shadow: none;
    }

    .nav-tabs {
        margin: 0 12px;
    }

    .row-content .container:first-child {
        padding: 0;
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .modal-dialog {
        margin-left: calc((100% - 350px) / 2);
    }
}

@media only screen and (max-width: 600px) {
    .main-widget {
        box-shadow: none;
    }

        .main-widget .header h4 {
            top: 0;
        }

        .main-widget .title {
            font-size: 22px;
        }

            .main-widget .title .btn.btn-req-a-db {
                font-size: 13px;
                padding: 5px 8px;
            }

        .main-widget .content {
            margin-bottom: 20px;
        }
}

@media only screen and (max-width: 500px) {
    .modal-dialog {
        max-width: 300px !important;
        margin-left: calc((100% - 310px) / 2);
    }
}