﻿html, body {
    background-color: #ffffff;
}

.div-reVisit-record {
    min-width: 700px;
    overflow: auto;
}

.pop-content ul li {
    float: left;
    margin-bottom: 16px;
    min-width: 280px;
    width: 50%;
}

.text-align-right {
    text-align: right;
}
.textareaContent {
    margin-top: 15px;
}

.pop-content-save {
    height: 38px;
    line-height: 38px;
    width: 120px;
    background: #2ABD9F;
    border-radius: 23px;
    margin: auto;
    text-align: center;
    color: #fff;
    margin-top: 26px;
}

.pop-content ul li label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    float: left;
    font-weight: normal;
    min-width: 67px;
    margin-top: 6px;
}

.pop-content ul li .selectNew {
    border: none;
    line-height: 2rem;
    width: 50%;
}

.pop-content input {
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    text-indent: 0;
    padding-left: 10px;
    box-sizing: border-box;
    color: #999;
    font-style: normal;
    outline: none;
    height: 32px;
    line-height: 32px;
    width: 200px;
}

.pop-content ul li .selectNew input {
    border: 1px solid #d2d2d2;
    background: url(../../../Images/arrowD.png) no-repeat;
    background-position: 96%;
}

.div-textArea {
    width: 100%;
}

.textarea-hint {
    min-width: 68px;
    display: inline-block;
    float: left;
}

.textAreaContent {
    display: inline-block;
    height: 100px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.divReturnVisitTemplate {
    position: absolute;
    max-width: 450px;
    border: 1px solid #d7d7d7;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}

    .divReturnVisitTemplate ul > li {
        padding-bottom: 7px;
        cursor: pointer;
        font-size: 14px;
    }
