@charset "utf-8";

body {
    width: 100%;
    /*    position: absolute;*/
    font-size: 13px;
    font-family: Arial, sans-serif;
    line-height: 1em;
}

#main {
    margin: 40px 0 0 0;
}

#main h1 {
    margin: 0 0 0 0;
    padding: 10px 20px;
    font-weight: normal;
    font-size: 153.9%;
    background-color: #F3F3F3;
    border-bottom: 1px solid #DDD;
}

h2 {
    margin: 20px 0;
    font-size: 153.9%;
}

p {
    margin: 10px 0;
}

.nav-list {
    margin: 20px 0;
}

.nav-list > li > a {
    padding: 8px 15px;
    font-size: 116%;
}

.table {
    width: auto;
}

.table tbody td.id-cell {
    width: 24px;
    text-align: right;
}

.table tbody td.num-cell {
    text-align: right;
}

.table thead th {
    text-align: center;
}

.navbar .brand,
.navbar .nav > li > a {
    color: #DDD;
}

.navbar .nav > li > a {
    font-size: 108%;
}

#print-counter {
    font-weight: bold;
}

.navbar .username {
    vertical-align: middle;
    font-weight: bold;
    font-size: 108%;
}

.navbar .username i {
    vertical-align: middle;
}

.label.label-baby {
    background-color: #F9BAD1;
}

.label.label-toddler {
    background-color: #5BC0DE;
}

.label.label-co {
    background-color: #FFB0B0;
}

.label.label-plant {
    background-color: #18008F;
}

.label.label-business-staff {
    background-color: #008000;
}

.label.label-pattern-staff {
    background-color: #CFC42B;
}

.label.label-memo {
    background-color: #FFF;
    color: #000;
}

.alert {
    margin-bottom: 0;
}

.tooltip {
    font-size: 100%;
}

form ul.errors {
    margin: 0;
}

form ul.errors li {
    margin: 3px 0;
    list-style-type: none;
    color: #F00;
}

/**
 * 工程表関連
*/
.process-sheet {
    position: absolute;
    background-color: #DDD;
}

.process-sheet .pane {
    position: absolute;
    overflow: hidden;
}

.process-sheet .menu-pane {
    overflow: visible;
}

.process-sheet .menu-pane .button {
    display: inline-block;
}

.process-sheet .menu-pane .current-page {
    position: absolute;
    top: 6px;
    right: 6px;
}

.process-sheet .menu-pane .current-page .label {
    font-size: 100%;
}

.process-sheet .menu-pane .current-page .number {
    font-size: 108%;
    font-weight: bold;
}

.process-sheet .menu-pane .show-menu-button{
    margin: 5px;
}

#menu-content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;

    background-color: #F3F3F3;
}

#menu-content .total-tracs {
    margin: 5px 10px;
}

#menu-content div {
    margin: 10px 20px;
}

#menu-content h2 {
    margin: 20px 10px 10px 10px;
    font-size: 100%;
}

#menu-content #form-search {
    margin: 20px 5px;
}

#form-search {
    margin: 20px 0;
}

#form-search label {
    display: block;
}

#form-search .control-group {
    clear: both;
    margin: 5px 0;
}

#form-search .control-group .control {
    float: left;
    margin: 5px;
}

#form-search .control-group .control-actions {
    margin: 5px;
}

#form-search .control label {
    margin-bottom: 3px;
}

#form-search .form-date {
    width: 60px;
}

.process-sheet .processes-pane {
    position: absolute;
    overflow: scroll;
}

.process-sheet table {
    border-collapse: collapse;
    background-color: #FFF;
}

.process-sheet table td {
    border: 1px solid #CCC;
}

.process-sheet .calendar-table td {
    text-align: center;
    background-color: #F3F3F3;
    color: #888;
}

.process-sheet .calendar-table td div {
    height: 20px;
    line-height: 20px;
}

.process-sheet .calendar-table td.day div {
    width: 20px;
}

.process-sheet .calendar-table td.day.today div {
    background-color: #666;
    color: #FFF;
}

.process-sheet .calendar-table td.day.hover div {
    background-color: #36F;
    color: #FFF;
}

.process-table {
}

.process-table td.width1 th.width1 {
    width: 25px;
    font-size: 50%;
}
td.width2 th.width2 {
    width: 50px;
    font-size: 50%;
}
td.width3 th.width3 {
    width: 225px;
}
td.width4 {
    width: 300px;
}

.process-sheet .items-pane .item-detail {
    width: 240px;
    height: 201px;
    clear: both;
    overflow: auto;
}

.process-sheet .items-pane .temporary_no,
.process-sheet .items-pane .item-no-group,
.process-sheet .items-pane .delivery-date-group {
    padding: 5px;
    border-bottom: 1px solid #DDD;
    background-color: #F3F3F3;
}

.process-sheet .items-pane .item-no-group .item-no-baby,
.process-sheet .items-pane .item-no-group .item-no-toddler {
    margin: 2.5px 0;
}

.process-sheet .items-pane .delivery-date-b,
.process-sheet .items-pane .delivery-date-t {
    display: inline-block;
    width: 40%;
}

.process-sheet .items-pane .delivery-date {
    font-weight: bold;
}

.process-sheet .items-pane .temporary_no a {
    text-decoration: none;
    font-weight: bold;
    color: #36F;
}

.process-sheet .items-pane .temporary_no a:hover {
    color: #000;
}

.process-sheet .items-pane .item-no-group,
.process-sheet .items-pane .delivery-date-group {
    background-color: #F6F6F6;
}

.process-sheet .items-pane .item-detail-menu {
    margin: 0;
    background-color: #F6F6F6;
}

.process-sheet .items-pane .item-detail-menu li {
    display: inline-block;
    padding: 3px;
    font-weight: bold;
}

.process-sheet .items-pane .item-detail-menu li a {
    display: block;
    text-decoration: none;
    color: #36F;
}

.process-sheet .items-pane .item-detail-menu li a:hover {
    color: #000;
}

.process-sheet .items-pane .item-detail-menu li.active {
    background-color: #FFF;
}

.process-sheet .items-pane .item-detail-menu li.active a {
    color: #000;
}

.process-sheet .items-pane .item-detail .item-image {
    margin: 4px 0 0 2px;
    float: left;
    width: 100px;
    text-align: center;
}

.process-sheet .items-pane .item-detail .content {
    display: none;
}

.process-sheet .items-pane .item-detail .content.active {
    display: block;
}

.process-sheet .items-pane .item-detail table td,
.process-sheet .items-pane .item-detail table th {
    border: 0;
    padding: 5px 2px;
    white-space: nowrap;
}

.process-sheet .items-pane .item-detail table th {
    color: #008000;
}

.process-sheet .items-pane .item-detail .content-comment-write div {
    margin: 5px;
}

.process-sheet .items-pane .item-detail .content-comment-write div textarea {
    width: 180px;
}

.process-sheet .processes-table {
    table-layout: fixed;
    overflow: hidden;
}

.process-sheet .processes-table .process-cell {
    position: relative;
    width: 20px;
    height: 201px;
    background-color: #E5E5E5;
}

.process-sheet .processes-table .process-cell .top-cell,
.process-sheet .processes-table .process-cell .bottom-cell {
    position: absolute;
    background-color: #FFF;
    width: 20px;
    height: 100px;
}

.process-sheet .processes-table .process-cell .bottom-cell {
    background-color: #FBF7FF;
}

.process-sheet .processes-table .process-cell .top-cell.sat,
.process-sheet .processes-table .process-cell .bottom-cell.sat {
    background-color: #EFEFFF;
}

.process-sheet .processes-table .process-cell .top-cell.sun,
.process-sheet .processes-table .process-cell .bottom-cell.sun {
    background-color: #FEEECC;
}

.process-sheet .processes-table tr.lagging .top-cell,
.process-sheet .processes-table tr.lagging .bottom-cell {
    background-color: #FEE;
}

.process-sheet .processes-table .process-cell .top-cell.hover,
.process-sheet .processes-table .process-cell .bottom-cell.hover {
    background-color: #36F;
}

.process-sheet .processes-table .process-cell .top-cell {
    top: 0;
    left: 0;
}

.process-sheet .processes-table .process-cell .bottom-cell {
    bottom: 0;
    left: 0;
}

.process-sheet .processes-pane .process-itemset {
    position: absolute;
}

.process-sheet .processes-pane .process-itemset .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100px;
    background-color: #00F;
    border: 1px solid #FFF;
    overflow: hidden;
    text-align: center;
}

.process-sheet .processes-pane .process-itemset .item .lagging {
    padding: 10px 0;
    text-align: center;
    background-color: #F00;
    color: #FFF;
}

.process-sheet .processes-pane .process-itemset .item .complete {
    padding: 10px 0;
    text-align: center;
    background-color: #00F;
    color: #FFF;
}

.process-sheet .processes-pane .process-itemset.hover .item {
    border: 2px solid #CCF;
}

.process-sheet .processes-pane .comment {
    position: absolute;
    padding: 2px 5px;
    white-space: nowrap;

    border: 2px solid #DDD;
    background-color: #EEE;
    color: #555;
}

.process-sheet .processes-pane .comment.unread.bottom {
    border: 2px solid #14157D;
    background-color: #D9D6FF;
    color: #555;
}

.process-sheet .processes-pane .comment.unread.top {
    border: 2px solid #008000;
    background-color: #DFD;
    color: #555;
}

.process-sheet .processes-pane .comment .summary {
    line-height: 1.5em;
    font-size: 93%;
}

.process-sheet .processes-pane .comment .summary.more {
    display: none;
}

.process-sheet .processes-pane .comment:hover .summary.more {
    display: block;
}

.process-sheet .processes-pane .comment .more-info {
    margin-top: 3px;
    font-weight: bold;
    font-size: 77%;
}

.process-sheet .processes-pane .comment:hover .more-info {
    display: none;
}

.process-sheet .processes-pane .comment .all {
    display: none;
}

.process-sheet .processes-pane .comment .all ul li {
    list-style-type: none;
    margin: 5px;
}

.process-sheet .processes-pane .comment .all .date {
    margin: 5px;
    font-weight: bold;
}

.process-sheet .processes-pane .process-itemset.hover,
.process-sheet .processes-pane .comment.top.hover,
.process-sheet .processes-pane .comment.bottom.hover{
    z-index: 100;
    cursor: pointer;
    border-color: #36F;
}

.process-sheet .calendar-pane {
    position: absolute;
}

#scroll-left-margin {
    position: absolute;
    top: 0;
    left: 0;
    width: 99999px;
    height: 1px;
}

#scroll-top-margin {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 99999px;
}

/**
 * 追跡表関連
*/
.trac-controls {
    margin: 10px 0;
}

.trac-sheet,
#trac-history-list,
#trac-history-list ul {
    position: relative;
    margin: 20px 0;
    padding: 0;
}

#trac-history-list li {
    margin: 0;
    padding: 7px 0;
    list-style-type: none;
    font-size: 100%;
    border-top: 1px dashed #777;
}

.form-section .form-section h3 {
    margin: 0;
}

.form-section .form-section {
    margin: 20px 0;
    /* padding: 0; */
}

/*後半*/
.form-section-second{
  margin: 0 0 0 10px;
    padding: 10px;
    background-color: #99CC33;
    border: 1px solid #CCC;
    border-left: 10px solid #D66;
}

.form-section .form-section .form-section-inner {
    margin: 0 0 0 10px;
    padding: 10px;
    background-color: #F0F0F0;
    border: 1px solid #CCC;
    border-left: 10px solid #D66;
}

.form-section .form-section.kaken {
    background-color: #FEE;
    border-color: #F00;
}

.form-section .form-section.step1 {
    border-left: 10px solid #999;
}

.form-section .form-section.step2 {
    border-left: 10px solid #D66;
}

.form-section .form-section.step3 {
    border-left: 10px solid #6D6;
}

.form-section .form-section.step4 {
    border-left: 10px solid #66D;
}

.form-section .form-section.step1,
.form-section .form-section.step2,
.form-section .form-section.step4 {
    margin-left: 20px;
}


.form-section .form-section.step1 .form-section-inner,
.form-section .form-section.step2 .form-section-inner,
.form-section .form-section.step4 .form-section-inner {
    margin: 0;
    border-left: 0;
}

.form-section table {
    margin: 10px 0 0 0;
    border-collapse: collapse;
    background-color: #FFF;
    border: 1px solid #777;
}

.form-section thead {
    font-size: 100%;
}

.form-section tbody {
    font-size: 100%;
}

.form-section tbody th {
    width: 140px;
}

.form-section th,
.form-section td {
    padding: 5px 10px;
    border: 1px solid #DDD;
    text-align: center;
    vertical-align: middle;
}

.form-section table .pl {
    background-color: #BBD;
    color: #338;
}

.form-section table .va {
    background-color: #F9BAD1;
    color: #833;
}

.form-section table .va.green {
    background-color: #D7DF21;
}

.form-section table .va.orange {
    background-color: #F7931D;
}

.form-section tbody th.num {
    width: 16px;
}

.form-section th {
    background-color: #F7F7F7;
    color: #888;
}

.form-section td input[type="text"] {
    width: 200px;
}


#form-trac-basic .form-section .form-section {
    padding: 0 10px 10px 10px;
    background-color: #F0F0F0;
    border: 1px solid #CCC;
}


.trac-basic {
    padding: 0 10px 10px 10px;
    background-color: #F0F0F0;
    border: 1px solid #CCC;
}

#form-trac-basic .form-date {
    width: 90px;
}

.trac-basic .form-date {
    width: 90px;
}

#form-trac-basic td input,
#form-trac-basic td select {
    margin-bottom: 0;
}

.trac-basic td input,
.trac-basic td select {
    margin-bottom: 0;
}

#form-trac-process td input[type="text"] {
    width: 120px;
    margin-bottom: 0;
    padding: 4px 0;
    text-align: center;
}

#form-trac-process td .errors {
    list-style-type: none;
    padding: 5px;
    background-color: #FFF;
    color: #F00;
}

#form-trac-process .form-section td .color-bar {
    cursor: pointer;
    height: 12px;
    margin: 0 auto;
    padding: 4px 0;
    width: 120px;
    line-height: 12px;
    background-color: #00F;
    color: #FFF;
    border: 1px solid #FFF;
}

#form-trac-process .form-section td .color-bar.disabled {
    cursor: default;
}

#form-trac-sheet .trac-basic td input[type="text"] {
    margin-bottom: 0;
    padding: 4px 0;
}

#form-trac-sheet .trac-process td input[type="text"] {
    width: 120px;
    margin-bottom: 0;
    padding: 4px 0;
    text-align: center;
}

#form-trac-sheet td .errors {
    list-style-type: none;
    padding: 5px;
    background-color: #FFF;
    color: #F00;
}

#form-trac-sheet .form-section td .color-bar {
    cursor: pointer;
    height: 12px;
    margin: 0 auto;
    padding: 4px 0;
    width: 120px;
    line-height: 12px;
    background-color: #00F;
    color: #FFF;
    border: 1px solid #FFF;
}

#form-trac-sheet .form-section td .color-bar.disabled {
    cursor: default;
}

.message-box {
    background-color: #FFF;
    border-style: solid;
    border-width: 5px 0;
    border-color: #AAA;
}

.message-box p {
    margin: 10px 20px;
}

.message-box p.ok {
    color: #008000;
}

.message-box p.bad {
    color: #F00;
}

#cellinfo-dialog h1 {
    margin: 5px 0;
    font-size: 131%;
}

#cellinfo-dialog h2 {
    margin: 10px 0 10px 0;
    font-size: 123.1%;
}

#cellinfo-dialog ul.procs {
    margin: 0;
}

#cellinfo-dialog ul.procs li {
    list-style-type: none;
    margin: 8px 0;
    border: 1px solid #000;
}

#cellinfo-dialog ul.procs li span {
    display: inline-block;
    padding: 5px;
}

#cellinfo-dialog ul.procs li .lagging {
    background-color: #F00;
    color: #FFF;
}

#cellinfo-dialog textarea.error {
    background-color: #FEE;
    border: 1px solid #F00;
}

#color-dialog h2 {
    margin: 0;
    padding: 10px 0;
    font-size: 123.1%;
    clear: both;
}

#color-dialog .bg-color-section {
    width: 360px;
    float: left;
}

#color-dialog .proc-info {
    border-width: 1px;
    border-style: solid;
    padding: 5px;
}

#color-dialog .pallet .color {
    border: 5px solid #FFF;
    width: 24px;
    height: 24px;
    list-style-type: none;
    float: left;
}

#color-dialog .pallet .color:hover,
#color-dialog .pallet .color.selected{
    border-color: #F00;
}

#color-dialog hr {
    margin: 5px;
    clear: both;
}

#color-dialog .default-color-set {
    margin: 10px 0;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    clear: both;
}

#color-dialog .default-color-set:hover {
    cursor: pointer;
}

.comment-list ul {
    margin: 0;
}

.comment-list li {
    position: relative;
    margin: 2px;
    padding: 4px;
    list-style-type: none;
    border-width: 2px;
    border-style: solid;
}

.comment-list li.read {
    background-color: #F0F0F0;
    border-color: #DDD;
}

.comment-list li.unread.top {
    background-color: #DFD;
    border-color: #008000;
}

.comment-list li.unread.bottom {
    background-color: #D9D6FF;
    border-color: #14157D;
}

.comment-list li:hover {
    cursor: pointer;
    border-color: #36F;
}

.comment-list li .info {
    color: #888;
}

.comment-list li .text {
    margin-left: 8px;
    margin-bottom: 8px;
}

.comment-list li .controls {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
}

.comment-list .comment .edit-form {
    display: none;
    margin: 0;
}

.comment-list .comment .edit-form span.error {
    margin: 0 5px;
    color: #F00;
}

.items-pane .comment-list .comment .edit-form {
    margin: 0;
    padding: 5px;
}

.items-pane .comment-list .comment .edit-form input[type="text"],
.items-pane .comment-list .comment .edit-form select {
    width: 80%;
}

.items-pane .comment-list .comment .edit-form span.error {
    display: block;
    margin: 0;
}

.comment-list .comment:hover .controls {
    display: block;
}

#cellinfo-dialog {
    display: none;
}

#cellinfo-dialog .comment-list li {
    margin: 10px 0;
    padding: 10px;
    font-size: 108%;
}

#cellinfo-dialog .comment-list li .info {
    margin-bottom: 5px;
}

#cellinfo-dialog .comment-list .comment .pos-date {
    display: none;
}

#cellinfo-dialog #comment {
    width: 60%;
}

#process-sheet-paginator {
    position: absolute;
    line-height: 16px;
}

#process-sheet-paginator a {
    text-decoration: none;
    font-weight: bold;
    color: #36F;
}

#process-sheet-paginator .prev {
    position: absolute;
    left: 10px;
}

#process-sheet-paginator .next {
    position: absolute;
    right: 10px;
}

.trac-notfound {
    margin: 64px 32px;
}

.item-detail-body .item-image img {
    max-width: 100px;
    max-height: 80px;
}

.trac-sheet {
    width: 2000px !important;
}

.trac-sheet .detail-pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 425px;
    height: 357px;
    /*    background-color: #DDD;
        opacity: 0.7;*/
}

.trac-sheet .material-pane {
    position: absolute;
    top: 0;
    left: 425px;
    width: 1121px;
    height: 60px;
}

.trac-sheet .process-pane {
    position: absolute;
    top: 60px;
    left: 425px;
    width: 1121px;
    height: 290px;
}

/*追跡表後半項目配置*/
.trac-sheet .second-process-pane {
    position: absolute;
    top: 60px;
    left: 425px;
    width: 1121px;
    height: 290px;
}
/*追跡表後半項目配置*/

.trac-sheet .attr {
    position: absolute;
}

.trac-sheet .detail-pane .item-image {
    top: 170px;
    left: 200px;
}

.trac-sheet .detail-pane .item-image img {
    max-width: 160px;
    max-height: 160px;
}

.trac-sheet .detail-pane .material-plant {
    top: 16px;
    left: 40px;
}

.trac-sheet .detail-pane .sewing-plant {
    top: 24px;
    left: 210px;
}

.trac-sheet .detail-pane .client {
    top: 26px;
    left: 360px;
}

.trac-sheet .detail-pane .business-staff {
    top: 226px;
    left: 38px;
}

.trac-sheet .detail-pane .pattern-staff {
    top: 305px;
    left: 38px;
}

.trac-sheet .detail-pane .item-no {
    top: 79px;
    left: 38px;
}

.trac-sheet .detail-pane .commencement-no {
    top: 69px;
    left: 215px;
}

.trac-sheet .detail-pane .group-no {
    top: 98px;
    left: 205px;
}

.trac-sheet .material-pane .material {
    top: 32px;
    left: 32px;
}

.trac-sheet .process-pane .attr {
    font-size: 85%;
    width: 25px;
    height: 25px;
    border: 1px solid #F9BAD1;
    background-color: #FFF;
    opacity: 0.3;
}

.trac-sheet .second-process-pane .attr {
    font-size: 85%;
    width: 25px;
    height: 25px;
    border: 1px solid #F9BAD1;
    background-color: #FFF;
    opacity: 0.3;
}

.trac-sheet .second-process-pane .attr:hover {
    cursor: pointer;
}

.trac-sheet .process-pane .attr:hover {
    cursor: pointer;
}

.trac-sheet .gray-filter {
    position: absolute;
    top: 60px;
    left: 500px;
    background-color: #999;
    opacity: 0.3;
    width: 240px;
    height: 300px;
}

.trac-sheet .red-filter {
    position: absolute;
    top: 60px;
    left: 790px;
    background-color: #F00;
    opacity: 0.3;
    width: 685px;
    height: 300px;
}

.trac-sheet .green-filter {
    position: absolute;
    top: 60px;
    left: 500px;
    background-color: #008000;
    opacity: 0.3;
    width: 240px;
    height: 300px;
}

/*追跡表後半項目配置*/

/*本生産作成資料 F*/
.trac-sheet .second-process-pane .va_production_doc_sending_sch {
    top: 140px;
    left: 152px;
}
/*本生産作成資料 T*/
.trac-sheet .second-process-pane .va_production_doc_sending_com {
    top: 237px;
    left: 152px;
}

/*値札手配日 F*/
.trac-sheet .second-process-pane .va_discount_sch {
    top: 100px;
    left: 216px;
}

/*値札手配日 T*/
.trac-sheet .second-process-pane .va_discount_com {
    top: 197px;
    left: 216px;
}

/*生地検査書 I*/
.trac-sheet .second-process-pane .va_cloth_test_doc_obtained {
    top: 100px;
    left: 280px;
}

/*生地検査書 F*/
.trac-sheet .second-process-pane .pl_cloth_test_doc_sending_sch {
    top: 200px;
    left: 282px;
}

/*生地検査書 T*/
.trac-sheet .second-process-pane .pl_cloth_test_doc_sending_com {
    top: 255px;
    left: 282px;
}

/*原材料手配 I*/
.trac-sheet .second-process-pane .va_materials_arrange_com {
    top: 100px;
    left: 346px;
}
/*原材料手配 F*/
.trac-sheet .second-process-pane .pl_materials_arraived_sch {
    top: 200px;
    left: 348px;
}

/*原材料手配 T*/
.trac-sheet .second-process-pane .pl_materials_arraived_com {
    top: 255px;
    left: 348px;
}

/*中国副資材手配日 I*/
.trac-sheet .second-process-pane .va_china_auxiliary_arrange_com {
    top: 100px;
    left: 412px;
}

/*中国副資材手配日 F*/
.trac-sheet .second-process-pane .pl_china_auxiliary_arraived_sch {
    top: 200px;
    left: 414px;
}

/*中国副資材手配日 T*/
.trac-sheet .second-process-pane .pl_china_auxiliary_arraived_com {
    top: 255px;
    left: 414px;
}

/*日本副資材手配日 I*/
.trac-sheet .second-process-pane .va_japan_auxiliary_arrange_com {
    top: 100px;
    left: 478px;
}

/*日本副資材手配日 F*/
.trac-sheet .second-process-pane .pl_japan_auxiliary_arraived_sch {
    top: 200px;
    left: 480px;
}

/*日本副資材手配日 T*/
.trac-sheet .second-process-pane .pl_japan_auxiliary_arraived_com {
    top: 255px;
    left: 480px;
}

/*裁断作業 I*/
.trac-sheet .second-process-pane .va_production_permit_indication {
    top: 100px;
    left: 544px;
}
/*裁断作業 F*/
.trac-sheet .second-process-pane .pl_production_start {
    top: 200px;
    left: 544px;
}
/*裁断作業 T*/
.trac-sheet .second-process-pane .pl_cutting_process_done {
    top: 255px;
    left: 544px;
}

/*二次加工処理 F*/
.trac-sheet .second-process-pane .pl_addition_process_start {
    top: 97px;
    left: 612px;
}

/*二次加工処理 T*/
.trac-sheet .second-process-pane .pl_addition_process_done {
    top: 220px;
    left: 612px;
}

/*縫製作業 F*/
.trac-sheet .second-process-pane .pl_sewing_process_start {
    top: 97px;
    left: 679px;
}

/*縫製作業 T*/
.trac-sheet .second-process-pane .pl_sewing_process_done {
    top: 220px;
    left: 679px;
}

/*工場検品 F*/
.trac-sheet .second-process-pane .pl_inspection_start {
    top: 97px;
    left: 745px;
}

/*工場検品 T*/
.trac-sheet .second-process-pane .pl_inspection_done {
    top: 220px;
    left: 745px;
}

/*注文サンプル I*/
.trac-sheet .second-process-pane .va_confirming_sample_obtained {
    top: 100px;
    left: 810px;
}

/*注文サンプル F*/
.trac-sheet .second-process-pane .pl_confirmimg_sample_sending_sch {
    top: 200px;
    left: 810px;
}

/*注文サンプル T*/
.trac-sheet .second-process-pane .pl_confirmimg_sample_sending_com {
    top: 255px;
    left: 810px;
}

/*船積サンプル I*/
.trac-sheet .second-process-pane .va_shipping_sample_obtained {
    top: 100px;
    left: 876px;

}
/*船積サンプル F*/
.trac-sheet .second-process-pane .pl_shipping_sample_sending_sch {
    top: 200px;
    left: 876px;
}

/*船積サンプル T*/
.trac-sheet .second-process-pane .pl_shipping_sample_sending_com {
    top: 255px;
    left: 876px;
}

/*製品検査書 I*/
.trac-sheet .second-process-pane .va_inspection_report__obtained {
    top: 100px;
    left: 940px;
}

/*製品検査書 F*/
.trac-sheet .second-process-pane .pl_inspector_delivery_sch {
		top: 210px;
    left: 942px;
}

/*製品検査書 T*/
.trac-sheet .second-process-pane .pl_inspector_delivery_com {
		top: 260px;
    left: 942px;
}

/*船積日 F*/
.trac-sheet .second-process-pane .va_shipping_sch {
    top: 100px;
    left: 1004px;
}

/*船積日 T*/
.trac-sheet .second-process-pane .pl_shipping_com {
    top: 220px;
    left: 1004px;
}

/*ハリマ搬入日 F*/
.trac-sheet .second-process-pane .va_harima_arrived_sch {
    top: 80px;
    left: 1067px;
}

/*ハリマ搬入日 T*/
.trac-sheet .second-process-pane .va_harima_arrived_com {
    top: 127px;
    left: 1067px;
}

/*店頭納期*/
.trac-sheet .second-process-pane .va_store_delivery_sch {
    top: 185px;
    left: 1067px;
}

/*追跡表後半項目配置*/

/* 追跡表項目配置 */
.trac-sheet .process-pane .va_first_cloth_sending_sch {
    top: 86px;
    left: 28px;
}

.trac-sheet .process-pane .va_first_cloth_sending_com {
    top: 142px;
    left: 29px;
}

.trac-sheet .process-pane .pl_first_cloth_sending_sch {
    top: 209px;
    left: 29px;
}

.trac-sheet .process-pane .pl_first_cloth_sending_com {
    top: 254px;
    left: 29px;
}

.trac-sheet .process-pane .va_first_sample_estimate_sch_1 {
    top: 68px;
    left: 172px;
}

.trac-sheet .process-pane .va_first_sample_estimate_com_1 {
    top: 68px;
    left: 215px;
}

.trac-sheet .process-pane .va_first_sample_estimate_sch_2 {
    top: 181px;
    left: 172px;
}

.trac-sheet .process-pane .va_first_sample_estimate_com_2 {
    top: 182px;
    left: 215px;
}

.trac-sheet .process-pane .va_first_sample_minimarker_sch_1 {
    top: 107px;
    left: 171px;
}

.trac-sheet .process-pane .va_first_sample_minimarker_com_1 {
    top: 106px;
    left: 215px;
}

.trac-sheet .process-pane .va_first_sample_minimarker_sch_2 {
    top: 221px;
    left: 171px;
}

.trac-sheet .process-pane .va_first_sample_minimarker_com_2 {
    top: 221px;
    left: 215px;
}

.trac-sheet .process-pane .va_first_sample_pattern_sch_1 {
    top: 145px;
    left: 171px;
}

.trac-sheet .process-pane .va_first_sample_pattern_com_1 {
    top: 145px;
    left: 216px;
}

.trac-sheet .process-pane .va_first_sample_pattern_sch_2 {
    top: 258px;
    left: 173px;
}

.trac-sheet .process-pane .va_first_sample_pattern_com_2 {
    top: 258px;
    left: 214px;
}

.trac-sheet .process-pane .va_first_sample_doc_sending_sch {
    top: 97px;
    left: 261px;
}

.trac-sheet .process-pane .va_first_sample_doc_sending_com {
    top: 143px;
    left: 262px;
}

.trac-sheet .process-pane .pl_first_sample_sending_sch {
    top: 207px;
    left: 264px;
}

.trac-sheet .process-pane .pl_first_sample_sending_com {
    top: 253px;
    left: 264px;
}

.trac-sheet .process-pane .va_first_sample_testbed {
    top: 171px;
    left: 321px;
}

.trac-sheet .process-pane .va_order_sheet_sending_com {
    top: 104px;
    left: 377px;
}

.trac-sheet .process-pane .va_finish_instructions_sending_com {
    top: 107px;
    left: 440px;
}

.trac-sheet .process-pane .va_to_kaken_1 {
    top: 239px;
    left: 383px;
}

.trac-sheet .process-pane .va_to_kaken_2 {
    top: 238px;
    left: 443px;
}

.trac-sheet .process-pane .va_fix_sample_doc_sending_sch {
    top: 96px;
    left: 508px;
}

.trac-sheet .process-pane .va_fix_sample_doc_sending_com {
    top: 143px;
    left: 508px;
}

.trac-sheet .process-pane .pl_fix_sample_sending_sch {
    top: 208px;
    left: 506px;
}

.trac-sheet .process-pane .pl_fix_sample_sending_com {
    top: 255px;
    left: 507px;
}

.trac-sheet .process-pane .va_nofix_estimate_and_minimarker_sch_1 {
    top: 69px;
    left: 644px;
}

.trac-sheet .process-pane .va_nofix_estimate_and_minimarker_com_1 {
    top: 69px;
    left: 680px;
}

.trac-sheet .process-pane .va_nofix_estimate_and_minimarker_sch_2 {
    top: 184px;
    left: 644px;
}

.trac-sheet .process-pane .va_nofix_estimate_and_minimarker_com_2 {
    top: 186px;
    left: 678px;
}

.trac-sheet .process-pane .va_nofix_measure_cloth_sch_1 {
    top: 107px;
    left: 645px;
}

.trac-sheet .process-pane .va_nofix_measure_cloth_com_1 {
    top: 108px;
    left: 680px;
}

.trac-sheet .process-pane .va_nofix_measure_cloth_sch_2 {
    top: 221px;
    left: 644px;
}

.trac-sheet .process-pane .va_nofix_measure_cloth_com_2 {
    top: 221px;
    left: 679px;
}

.trac-sheet .process-pane .va_nofix_all_pattern_sch_1 {
    top: 147px;
    left: 645px;
}

.trac-sheet .process-pane .va_nofix_all_pattern_com_1 {
    top: 149px;
    left: 678px;
}

.trac-sheet .process-pane .va_nofix_all_pattern_sch_2 {
    top: 257px;
    left: 644px;
}

.trac-sheet .process-pane .va_nofix_all_pattern_com_2 {
    top: 257px;
    left: 679px;
}

.trac-sheet .process-pane .va_production_doc_sending_sch {
    top: 98px;
    left: 727px;
}

.trac-sheet .process-pane .va_production_doc_sending_com {
    top: 162px;
    left: 729px;
}

.trac-sheet .process-pane .va_confirmimg_cloth_indication {
    top: 83px;
    left: 797px;
}

.trac-sheet .process-pane .va_confirmimg_cloth_obtained {
    top: 134px;
    left: 797px;
}

.trac-sheet .process-pane .pl_confirmimg_cloth_sending_sch {
    top: 207px;
    left: 797px;
}

.trac-sheet .process-pane .pl_confirmimg_cloth_sending_com {
    top: 255px;
    left: 798px;
}

.trac-sheet .process-pane .va_produced_cloth_obtained {
    top: 105px;
    left: 864px;
}

.trac-sheet .process-pane .pl_produced_cloth_sending_sch {
    top: 208px;
    left: 863px;
}

.trac-sheet .process-pane .pl_produced_cloth_sending_com {
    top: 255px;
    left: 865px;
}

.trac-sheet .process-pane .va_confirming_sample_obtained {
    top: 105px;
    left: 933px;
}

.trac-sheet .process-pane .pl_confirmimg_sample_sending_sch {
    top: 208px;
    left: 933px;
}

.trac-sheet .process-pane .pl_confirmimg_sample_sending_com {
    top: 255px;
    left: 933px;
}

.trac-sheet .process-pane .va_production_permit_indication {
    top: 105px;
    left: 999px;
}

.trac-sheet .process-pane .pl_production_start {
    top: 225px;
    left: 999px;
}

.trac-sheet .process-pane .va_shipping_sample_obtained {
    top: 106px;
    left: 1066px;
}

.trac-sheet .process-pane .pl_shipping_sample_sending_sch {
    top: 208px;
    left: 1064px;
}

.trac-sheet .process-pane .pl_shipping_sample_sending_com {
    top: 255px;
    left: 1065px;
}

.trac-sheet .process-pane .va_cloth_test_doc_indication {
    display: none;

}

.trac-sheet .process-pane .va_cloth_test_doc_obtained {
    display: none;

}

.trac-sheet .process-pane .pl_cloth_test_doc_sending_sch {
    display: none;

}

.trac-sheet .process-pane .pl_cloth_test_doc_sending_com {
    display: none;

}

.trac-sheet .process-pane .va_pattern_meeting_sch {
    display: none;

}

.trac-sheet .process-pane .va_pattern_meeting_com {
    display: none;

}

.trac-sheet .process-pane .va_business_talk_sch {
    display: none;

}

.trac-sheet .process-pane .va_business_talk_com {
    display: none;

}

.trac-sheet .process-pane .va_kaken_size_spec_sch {
    display: none;

}

.trac-sheet .process-pane .va_kaken_size_spec_com {
    display: none;

}

.trac-sheet .process-pane .va_sample_confirming_result_report_sch {
    display: none;

}

.trac-sheet .process-pane .va_sample_confirming_result_report_com {
    display: none;

}

/* 追跡表項目配置 */

.admin-trac-list-menu {
    width: 210px;
}

.admin-trac-list-content {
    margin-left: 220px;
}

.admin-table tbody tr.checked,
.admin-table tbody tr.checked th,
.admin-table tbody tr.checked td {
    background-color: #EFE;
}

.pagination-control {
    margin: 10px 20px;
}

.processes-pane .loading {
    margin: 16px;
}

.trac-sheet-list {
    margin: 10px 0;
}

.trac-sheet-list > li {
    position: relative;
    width: 1546px;
    list-style-type: none;
    margin: 10px 0;
    display: flex;
}

.trac-sheet-list > li > img {
    max-width: 100%;
}

.trac-sheet-list > li .controls {
    display: none;
    position: absolute;
    top: 10px;
    left: 1490px;
}

.trac-sheet-list .testimage:hover .controls {
    display: block;
}

.trac-sheet-list .testimage:hover .controls > div {
    margin: 5px 5px 20px 5px;
}

.trac-sheet-list .number {
    background-color: #F9BAD1;
    padding: 5px 10px 0 10px;
    font-weight: bold;
    width: 1526px;
}

.testimage {
    display: inline-block;
}

.trac-sheet-list .comment {
    float: right;
    margin-left:20px;
}
/*後半*/
.trac-sheet-list .secondnumber {
    background-color: #99CC33;
    padding: 5px 10px 0 10px;
    font-weight: bold;
    width: 1527px;
}

.trac-sheet .label1,
.trac-sheet .label2,
.trac-sheet .label3 {
    display: table-cell;
    position: absolute;
    width: 40px;
    height: 180px;
    text-align: center;
}




.trac-sheet .label1-txt,
.trac-sheet .label2-txt,
.trac-sheet .label3-txt {
    position: absolute;
    top: 0;
    left: 0;
}

.trac-sheet .label1 {
    bottom: 10px;
    right: 10px;
}

.trac-sheet .label2 {
    bottom: 10px;
    right: 10px;
}

.trac-sheet .label3 {
    bottom: 10px;
    left: 140px;
}

/*追跡表後半*/
.trac-sheet .label4,
.trac-sheet .label5,
.trac-sheet .label6 {
    display: table-cell;
    position: absolute;
    width: 40px;
    height: 180px;
    text-align: center;
}


.trac-sheet .label4 {
    bottom: 9px;
    left: 173px;
}

.trac-sheet .label5 {
    bottom: 10px;
    left: 1500px;
}

.trac-sheet .label6 {
    bottom: 9px;
    left: 173px;
}

.trac-sheet .label1.hide,
.trac-sheet .label2.hide,
.trac-sheet .label3.hide {
    display: none;
}

.trac-sheet-comment {
    border-color: #008000;
    max-width: 430px;
}

.trac-sheet-comment th label {
    font-weight:bold;
}

.trac-sheet-comment .unread {
    background-color: #DFD;
}

.trac-sheet-comment .unread label {
    background-color: #DFD;
    border-color: #008000;
    margin:2px;
    cursor:pointer;
}

.trac-sheet-comment .read {
    background-color: #F0F0F0;
}

.trac-sheet-comment .read label {
    background-color: #F0F0F0;
    border-color: #DDD;
    margin:2px;
    cursor:pointer;
}

.bottom-search-form {
    margin: 10px 0 0 0;
    background-color: #F3F3F3;
    border: 1px solid #DDD;
}

.bottom-search-form h2,
.bottom-search-form #form-search {
    margin: 20px;
}

.alert-messages {
    position: fixed;
    left: 0;
    right: 0;
    top: 47px;
    z-index: 700;
}

.alert-messages .alert {
    position: relative;
    margin: 4px auto;
    width: 500px;
}

.comment-form-container.type-top {
    margin: 10px 0;
    padding: 0px 10px;
    background-color: #DDFFDD;
    border: 5px solid #999;
}

.comment-form-container.type-bottom {
    margin: 10px 0;
    padding: 0px 10px;
    background-color: #D9D6FF;
    border: 5px solid #999;
}

.processes-table td.process:hover {
    background-color: #FFFF00;
    cursor: pointer;
}
.processes-table td.pl {
    background-color: #DDA0DE;
}

.processes-table td.va {
    background-color: #FAFAD1;
}

.processes-table td.input {
    background-color: #A6BEED;
}

.processes-table td.minus {
    background-color: #FFB6C1;
}

.processes-table td.both {
    background-color: #FFD700;
}

.processes-table td.none {
    background-color: #FFFFFF;
}

/* 削除予定 */
#NEWDESIGN  td input[type="text"] {
    width: 200px;
    text-align: center;
    font-size: 153.9%;
    font-weight: bold;
}

#NEWDESIGN .form-section td .color-bar {
    width: 200px;
    padding: 5px 0;
}

#itemName {
    width: 300px;
}

.nowrap{
    white-space: nowrap;
}

.alert-comment-input{
    margin-bottom: 0px!important;
    width: calc(100% - 60px);
}