/*
    detail actions
*/
.adv-contents>.details>.actions {
    height: 2.5em;
    font-size: 0.93em;
    padding: 0.5em 0.5em 0.5em 1.0em;
    background-color: #eee;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.adv-contents>.details>.actions>* {
    margin-right: 1.0em;
}
.adv-contents>.details>.actions>a {
}
.adv-contents>.details>.actions>span, .adv-contents>.details>.actions>.select {
    font-weight: bold;
}
.adv-contents>.details>.actions>.send-list::after {
    content: attr(data-count);
}
.adv-contents>.details>.actions>.adv-select {
    width: 12.0em;
}
.adv-contents>.details>.actions>.attachments {
    float: right;
    display: none;
}
.adv-contents>.details>.actions>.attachments>.files {
    display: none;
}
.adv-contents>.details>.actions>.files {
    float: right;
    display: none;
}
.adv-contents>.details>.actions>.files>.adv-icon {
    background-image: url(../imgs/files2.png);
}
.adv-contents>.details>.actions>.files>.adv-icon:hover {
    background-image: url(../imgs/files3.png);
}
.adv-contents>.details>.actions>.copy {
    float: right;
    display: none;
}
.adv-contents>.details>.actions>.copy>a {
    background-image: url(../imgs/copy.png);
}
.adv-contents>.details>.actions>.copy>a:hover {
    background-image: url(../imgs/copy2.png);
}
.adv-contents>.details>.actions>.info {
    float: right;
}
.adv-contents>.details>.actions>.info>a {
    background-image: url(../imgs/info.png);
}
.adv-contents>.details>.actions>.info>a:hover {
    background-image: url(../imgs/info2.png);
}
.adv-contents>.details>.actions>.info-view {
    position: absolute;
    width: 30.0rem;
    height: 7.0em;
    top: 25%;
    left: calc(50% - 15.0rem);
    background-color: #fff;
    display: none;
    z-index: 121;
    padding: 1.0rem;
    box-shadow: 5px 5px 10px;
}
.adv-contents.SP>.details>.actions>.info-view {
    width: 80%;
    left: 10%;
    top: 15%;
}
.adv-contents>.details>.actions>.info-view>div>span:first-child {
    display: inline-block;
    width: 4.0em;
    font-weight: bold;
}
.adv-contents>.details>.actions>.save {
    display: none;
}

/*
    detail
*/

.adv-contents>.details>.detail {
    background-color: #fff;
    height: calc(100% - 9.0em - 4px);
    border-top: 0;
    overflow: auto;
    padding: 0.5em 1.0em 0.5em 1.0em;
    display: none;
    border: solid 0.5em #eee;
    border-top: 0;
}
.adv-contents.SP>.details>.detail {
    padding: 0.5em;
}
.adv-contents>.details>.detail>* {
    margin: 0.25em 0 0.25em 0;
}
.adv-contents.PC>.details>.detail>label {
    margin-left: 0.25em;
}
.adv-contents.SP>.details>.detail>label {
    width: 7.0em;
}
.adv-contents.PC>.details>.detail>.adv-number.non-editable {
    text-align: left;
}
.adv-contents>.details>.detail>.adv-selection {
    display: inline-block;
}
.adv-contents>.details>.detail.content>.files {
    display: none;
    border-radius: 2px;
    border: solid 1px #ddd;
    padding: 0.5em;
    font-size: 0.93em;
}
.adv-contents>.details>.detail.content>.files.show {
    display: block;
}
.adv-contents>.details>.detail.content>.files>.files,
.adv-contents>.details>.detail.content>.files>.images {
    display: none;
}
.adv-contents>.details>.detail.content>.files>.files>div>.remove,
.adv-contents>.details>.detail.content>.files>.images>div>.remove {
    background-image: url(../imgs/batsu1.png);
    margin-left: 0.5em;
}
.adv-contents>.details>.detail.content>.files>.files>div>.remove:hover,
.adv-contents>.details>.detail.content>.files>.images>div>.remove:hover {
    background-image: url(../imgs/batsu2.png);
}
.adv-contents>.details>.detail.content>.files>.header {
    font-size: 0.86em;
    text-align: right;
}
.adv-contents>.details>.detail.content>.files>.header>.close {
    background-image: url(../imgs/batsu2.png);
    margin-left: 1.0em;
}
.adv-contents>.details>.detail.content>.files>.header>.attachments {
    background-image: url(../imgs/files3.png);
}
.adv-contents>.details>.detail.content>.files>.images {
    padding: 0.25em;
}
.adv-contents>.details>.detail.content>.files>.images>div {
    width: 8.0em;
}
.adv-contents>.details>.detail.content>.files>.images>div>img {
    display: block;
    width: 100%;
    border-radius: 2px;
}

/*
    two-columns
*/
.adv-contents.PC>.details>.two-columns>span:not(.adv-selection) {
    display: inline-block;
    margin: 0.25em 0.5em 0.25em 0.25em;
    width: 12.0em;
    vertical-align: middle;
    height: 1.7em;
    line-height: 1.7em;
}
.adv-contents.PC>.details>.two-columns>.label1 {
    width: 10.0em;
    display: inline-block;
    height: 1.7em;
    line-height: 1.7em;
    vertical-align: middle;
}
.adv-contents.PC>.details>.two-columns>.label2 {
    width: 10.0em;
    height: 1.7em;
    line-height: 1.7em;
    vertical-align: middle;
}
.adv-contents.PC>.details>.two-columns>.dtl-section {
    border-top: 1px solid #ddd;
    padding-top: 0.25em;
    font-weight: bold;
    color: #a9a9a9;
}
.adv-contents.PC>.details>.two-columns>.adv-input {
    width: 180px;
}
.adv-contents.PC>.details>.two-columns>.adv-number {
    width: 180px;
}
.adv-contents.PC>.details>.two-columns>.adv-number.money {
    width: 110px;
}
.adv-contents.PC>.details>.two-columns>.adv-select {
    width: 180px;
}
.adv-contents.PC>.details>.two-columns>.adv-selectmulti {
    width: 180px;
}
.adv-contents.PC>.details>.two-columns>.adv-selection {
    width: 180px;
}
.adv-contents.PC>.details>.two-columns>.adv-checkbox {
    width: 180px;
}
.adv-contents.PC>.details>.two-columns>.adv-textarea {
    width: 518px;
}
.adv-contents.PC>.details>.two-columns>.currency {
    width: 80px;
}
.adv-contents.PC>.details>.two-columns>.fit-to-width {
    width: 518px;
}
.adv-contents.PC>.details>.two-columns>.adv-datetime.adv-date+input {
    width: 2.0em;
}
.adv-contents.PC>.details>.two-columns>.adv-datetime.adv-date+input+span+input {
    width: 2.0em;
}

/*
    simple PC
*/
.adv-contents.PC>.details>.simple>p {
    margin: 0.2em;
}
.adv-contents.PC>.details>.simple>label {
    width: 12.0rem;
    text-align: left;
    margin-left: 0;
}
.adv-contents.PC>.details>.simple>.non-editable {
    margin-left: 0;
    padding-left: 0;
}

/*
    simple SP
*/
.adv-contents.SP>.details>.simple>label {
    display: block;
    width: auto;
}
.adv-contents.SP>.details>.simple>*:not(LABEL) {
    margin-left: 0.5em;
}

.adv-contents>.details>.detail>.message {
    position: absolute;
    background-color: InfoBackground;
    border-radius: 2px;
    border: solid 1px #ddd;
    padding: 0.5em 2.0em 0.5em 2.0em;
    left: 1.0em;
    top: 9.5em;
    opacity: 0.8;
    font-weight: bold;
    display: none;
    text-align: center;
}
.adv-contents>.details>.detail>.saveStart {
}
.adv-contents>.details>.detail>.saveEnd {
}
.adv-contents>.details>.detail>.saveError {
    color: #f00;
}