
.std-ftc-modal {
    /*width: 90vw;
    height: 80vh;*/
    min-width: 450px;
    overflow: auto;
    padding: 15px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-height: 95vh;
}

    .std-ftc-modal .primary-panel {
        width: 100%;
        min-height: 30px;
        display: block;
        padding: 5px 0 10px 0;
        border-bottom: 1px solid #dee2e6;
    }

        .std-ftc-modal .primary-panel .label {
            display: inline-block;
            text-align: left;
            margin: 0 10px 0 0;
            font-size: 1rem;
        }

        .std-ftc-modal .primary-panel .state-controller {
            display: inline-block;
            float: right;
            margin-left: 1%;
        }

    .std-ftc-modal .secondary-panel {
        width: 100%;
        padding: 5px 0 5px 0;
    }

        .std-ftc-modal .secondary-panel .label {
            text-align: left;
            margin: 5px 0 5px 0;
            font-size: 0.75rem;
        }

        .std-ftc-modal .secondary-panel .input input {
            height: 25px;
            display: block;
            padding: .375rem .75rem;
            line-height: 1.5;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: .25rem;
            transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        }

            .std-ftc-modal .secondary-panel .input input:focus {
                outline: none;
                border: 2px solid #1374BB;
            }

        .std-ftc-modal .secondary-panel .btn-controllers {
            padding: 10px 0 5px 0;
        }

        .std-ftc-modal .secondary-panel .warnings-holder {
            margin: 10px 0 0 0;
            padding: 5px;
        }


/*.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 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.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.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;
            }*/
