.std-big-modal {
    width: 90vw;
    height: 80vh;
    overflow: auto;
    padding: 15px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .std-big-modal .options-menu-holder {
        position: relative;
    }

        .std-big-modal .options-menu-holder .i-state-controler {
            position: absolute;
            top: 0;
            right: 0;
        }

    .std-big-modal .tabs {
        background: linear-gradient(to bottom, rgba(246, 247, 251, 0) 0%, rgba(246, 247, 251, 0) 50%, #f6f7fb 51%, #f6f7fb 100%);
    }

    .std-big-modal .loading-state-controler {
        float: right;
    }

    .std-big-modal .tabs {
    }

        .std-big-modal .tabs li {
            margin-right: 0.5%;
        }

    .std-big-modal .primary-panel {
        width: 100%;
        min-height: 30px;
        display: block;
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #dee2e6;
    }

        .std-big-modal .primary-panel input {
            width: 100%;
            height: 25px;
            font-size: .775rem;
            display: inline-block;
            vertical-align: text-bottom;
        }

        .std-big-modal .primary-panel select {
            width: 100%;
            height: 25px;
            font-size: .775rem;
            display: inline-block;
            vertical-align: text-bottom;
        }

        .std-big-modal .primary-panel div {
            display: inline-block;
            height: 100%;
            margin-left: 0.5%;
            margin-right: 0.5%;
            vertical-align: middle;
        }

            .std-big-modal .primary-panel div.label {
                cursor: pointer;
            }

            .std-big-modal .primary-panel div.input {
                width: 20%;
            }

            .std-big-modal .primary-panel div.state-controller {
                display: inline-block;
                float: right;
            }

            .std-big-modal .primary-panel div.std-controller {
                display: inline-block;
                margin-left: 1%;
                margin-right: 1%;
                text-align: center;
            }

            .std-big-modal .primary-panel div.state-controller {
                display: inline-block;
                float: right;
            }

    .std-big-modal .secondary-panel {
        width: 100%;
        /*height: 85%;*/
        display: block;
        padding-bottom: 5px;
        padding-top: 5px;
    }

        .std-big-modal .secondary-panel.dynamic {
            height: auto;
        }

        .std-big-modal .secondary-panel .next-page {
            width: 100%;
            text-align: center;
            cursor: pointer;
            clear: both;
            font-size: 20px;
        }

        .std-big-modal .secondary-panel .overflow-area {
            max-height: 65vh;
            overflow-y: auto;
        }

            .std-big-modal .secondary-panel .overflow-area table {
                width: 100%;
                text-align: center;
            }

                .std-big-modal .secondary-panel .overflow-area table thead {
                    border-bottom: 1px solid #dee2e6;
                    background-color: #1374BB;
                    color: #FFFFFF;
                    font-weight: bold;
                }

                    .std-big-modal .secondary-panel .overflow-area table thead i {
                        color: #ffffff;
                    }

                    .std-big-modal .secondary-panel .overflow-area table thead tr td {
                        padding: 2px;
                    }


                .std-big-modal .secondary-panel .overflow-area table tbody tr:first-child {
                    border-top: 0;
                }

                .std-big-modal .secondary-panel .overflow-area table tbody tr {
                    border-top: 0.5px solid #dee2e6;
                }

                    .std-big-modal .secondary-panel .overflow-area table tbody tr td:first-child {
                        max-width: 90px;
                        text-align: center;
                        border-left: 0;
                        padding: 2px;
                    }

                    .std-big-modal .secondary-panel .overflow-area table tbody tr td {
                        border-left: 0.5px solid #dee2e6;
                        padding: 2px;
                    }

                        .std-big-modal .secondary-panel .overflow-area table tbody tr td.sku-description {
                            max-width: 500px;
                        }

                        .std-big-modal .secondary-panel .overflow-area table tbody tr td img {
                            max-height: 50px;
                            max-width: 80px;
                            transition: transform .2s;
                        }

                    .std-big-modal .secondary-panel .overflow-area table tbody tr:first-child td img:hover {
                        transform: scale(3) translate(15px, 15px);
                    }

                    .std-big-modal .secondary-panel .overflow-area table tbody tr:last-child td img:hover {
                        transform: scale(3) translate(15px, -15px);
                    }

                    .std-big-modal .secondary-panel .overflow-area table tbody tr td img:hover {
                        transform: scale(3) translateX(15px);
                    }

    .std-big-modal .footer-panel {
        width: 100%;
        /*height: 7%;*/
        display: block;
        padding-bottom: 5px;
        padding-top: 5px;
        border-top: 1px solid #dee2e6;
    }

        .std-big-modal .footer-panel button{
            margin: 0 2px 0 2px;
        }


        .std-big-modal .footer-panel .btn-green-set {
            display: inline-block;
            margin-right: 2%;
        }

            .std-big-modal .footer-panel .btn-green-set button {
                background-color: #26BA9A;
                color: #FFFFFF;
            }


        .std-big-modal .footer-panel .btn-blue-set {
            display: inline-block;
            margin-right: 2%;
        }

            .std-big-modal .footer-panel .btn-blue-set button {
                background-color: #1374BB;
                color: #FFFFFF;
            }
