﻿.medical-form {
    padding: 10px 20px;
    background: #efefef;
    color: black;
    page-break-before: always;
}

    .medical-form .flex {
        display: flex;
        align-items: center;
    }

    .medical-form .flex-1 {
        flex: 1;
    }

    .medical-form form {
        background: white;
        padding-top: 10px;
    }

    .medical-form .title {
        text-align: center;
    }

    .medical-form .customer-info {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        margin-top: 20px;
        margin-left: 10px;
    }

        .medical-form .customer-info input {
            width: 120px;
            height: 30px;
            margin-right: 20px;
        }

    .medical-form table {
        width: 100%;
        color: black;
    }

    .medical-form span {
        color: black !important;
    }

    /*    .medical-form table td {
        border-color: #2c0e0e !important;
    }*/

    .medical-form .form-line {
        display: flex;
        align-items: center;
    }

        .medical-form .form-line input {
            width: 80px;
            height: 30px;
            margin-right: 20px;
        }

    .medical-form .select-box {
        width: 150px;
        margin: 0 auto;
    }

    .medical-form .sign-box {
        display: flex;
        padding: 20px 20px 40px 20px;
        width: 94%;
    }

    .medical-form .sign-box-item {
        width: 50%;
        display: flex;
    }


    .medical-form .layui-table td {
        border-color: #8b7d7d !important;
    }


@media print {
    .medical-form .layui-edge {
        display: none;
    }

    .medical-form .customer-info input {
        width: 100px;
        height: 30px;
        margin-right: 20px;
    }

        .medical-form .customer-info input[name=sex] {
            width: 60px;
        }

        .medical-form .customer-info input[name=age] {
            width: 60px;
        }

    .medical-form input {
        border: none;
        outline: none;
    }

    .medical-form textarea {
        border: none;
        outline: none;
    }

    .medical-form .layui-table td {
        border-color: #8b7d7d !important;
    }
}