﻿.entry {
    background-color:white;
}
.entry table th,td {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.entry table th {
    border-right: 1px solid #e4e4e4;
    background-color:#fbfbf9;
    max-width:50%;
}
.entry img {
    cursor: pointer;
}
.entry #Age {
    max-width:70px;
}
.entry #ConfirmNote {
    white-space: pre-wrap;
}
.require {
    color:red;
    font-size:smaller;
}

/* placeholder */
.form-control::placeholder {
    color: #cccccc;
}
.form-control::-webkit-input-placeholder {
    color: #cccccc;
}
.form-control::-moz-placeholder {
    color: #cccccc;
}
.form-control:-moz-placeholder {
    color: #cccccc;
}
.form-control::-ms-input-placeholder {
    color: #cccccc;
}
.form-control:-ms-input-placeholder {
    color: #cccccc;
}
input:focus::placeholder {
    color: transparent;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-ms-input-placeholder {
    color: transparent;
}
input:focus:-ms-input-placeholder {
    color: transparent;
}

/* for js */
.stateEdit {}
.stateConfirm {}
.stateComplete {}
.stateNotComplete {}
.stateFatal {}
.btnSendGroup {}
.hide { display: none; }
.disEvent { pointer-events: none; }
