﻿.kt-portlet {
    height: calc(100vh - 156px);
    min-height: 270px;
}

@media (min-width: 769px) {
    .kt-aside__brand {
        padding: 0 15px;
    }

    .kt-header-menu {
        margin-left: 0;
    }

    .kt-aside--fixed.kt-aside--minimize .kt-wrapper,
    .kt-aside--fixed .kt-wrapper {
        padding-left: 0;
    }

    .kt-header--fixed.kt-subheader--fixed.kt-subheader--enabled .kt-wrapper {
        padding-top: 65px;
    }
}

#main {
    margin: 0 auto;
    padding-top: calc(50vh - 220px);
    width: 374px;
    height: 240px;
}

.line_1 {
    width: 343px;
    height: 7px;
    border: 1px solid #efefef;
    border-bottom: none;
    margin-left: 15px;
}

.line_2 {
    width: 357px;
    height: 7px;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    margin-left: 8px;
}

.code {
    width: 372px;
    border: 1px solid #d8d8d8;
    min-height: 230px;
}

.title {
    display: flex;
    align-items: center;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #ececec;
}

.font-size {
    font-size: 30px;
    vertical-align: bottom;
}

.extract {
    margin: 0 15px;
    font-size: 1.2rem;
}

.extract-text {
    margin: 0 10px;
    font-size: 1.3rem;
    color: #333;
}

.extract-warning {
    margin: 0 10px;
    font-size: 1.2rem;
}

    .extract-warning span {
        display: inline-block;
        margin-top: 10px;
        font-size: 1rem;
        color: #00a550;
    }

.code .display-flex {
    padding: 30px 0 10px 20px;
}

.form-group_input {
    overflow: hidden;
    padding: 0 7px 0 10px;
}

    .form-group_input .form-control {
        width: calc(100% - 96px);
        float: left;
        margin-right: 10px;
    }

    .form-group_input .form-text {
        margin-bottom: 0.25rem;
    }

.fa-exclamation-triangle {
    color: rgba(255, 184, 34, 0.4);
}


@media (max-width: 500px) {
    #main {
        width: 100%;
    }

    .line_1 {
        width: calc(100% - 28px);
    }

    .line_2 {
        width: calc(100% - 14px);
    }

    .code {
        width: 100%;
    }
}
.msg1 {
    top: 20px;
    z-index: 999
}

