.condition-area-product {
	margin: 15px 0 10px;
}

.column-product-name {
	width: 465px !important;
	max-width: 465px;
}

.column-process-name-in-product {
	width: 250px !important;
	max-width: 250px;
}

.column-plantype-name {
	width: 90px !important;
	max-width: 90px;
}

.column-report-template-name-in-product {
	width: 200px !important;
	max-width: 200px;
}

.column-item-in-product {
	width: 50px !important;
	max-width: 50px;
}

.panel-body-product-edit {
	min-height: 31.7em !important;
}

.product-add-process-tr {
    width: 100% !important;
}

.product-add-process-label {
    width: 15%;
    text-align: center;
    font-weight: 400;
}

.input-product-name {
    max-width: 100% !important;
}

.label-product-name {
	vertical-align: top;
	padding-top: 5px;
}
.select-process,
.select-template {
	width: 100% !important;
}

.select-ref-process {
	width: 35% !important;
	max-width: 35% !important;
}

.column-btn-delete {
	padding-left: 4px !important;
	padding-right: 4px !important;
}

.column-product-process-condition {
	width: 548px !important;
}

.modal-md {
	width:800px !important;
}

.search-btn {
	padding:4px 12px !important;
}

#select-corporate {
	position:static;
}

#loading-spin {
	position:absolute;
	top:100px;
	left:120px;
}

.corporate-help-message {
	padding-left:10px;
	font-size:11px;
}

.product-add-corporate-label {
    padding: 3px 8px;
    margin: 0 !important;
    font-weight: 400;
    font-size: small;
}

.product-list-column-width-number {
    width: 5%;
    max-width: 5%;
}

.product-list-column-width-product {
    width: 60%;
    max-width: 60%;
}

.product-list-column-width-button {
    width: 35%;
    max-width: 35%;
}

.product-create-column-width-group {
    width: 15%;
    max-width: 15%;
}

.product-create-column-width-number {
    width: 5%;
    max-width: 5%;
}

.product-create-column-width-process {
    width: 32%;
    max-width: 32%;
    border-bottom: 1px !important;
}

.product-create-column-width-category {
    width: 10%;
    max-width: 10%;
    border-bottom: 1px !important;
}

.product-create-column-width-template {
    width: 26%;
    max-width: 26%;
    border-bottom: 1px !important;
}

.product-create-column-width-button {
    width: 7%;
    max-width: 7%;
}

.product-create-column-width-move {
    width: 5%;
    max-width: 5%;
}

.product-list-overflow {
    max-width: 0px !important;
}

.product-title {
    width: 100%;
    padding: 12px 15px 9px;
    margin-bottom: 5px;
    text-align:center;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    background-color: #f4f4f4;
}

.product-label {
    color:#808080;
}

.product-btn-area {
    padding-bottom: 10px;
}

.product-btn-area .left {
    float: left;
    width: 50% !important;
    padding-bottom: 10px;
}

.product-btn-area .right {
    float: right;
    padding-bottom: 10px;
}

.product-member-selected {
    padding: 6px 8px !important;
    font-weight: 400 !important;
    color: #fff;
    background-color: #6c757d !important;
}

/*----工程選択一覧のテーブルおよびセルのベーススタイル-----*/
.process-select-grid-check {
    width: 80px;
    height: 45px;
}

.process-select-grid-process-name {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
