/* ======================================

    ProcMonitor.css
    　予実詳細モニターのスタイル

======================================== */

/*---------------------------------

  トップメニュー

---------------------------------*/
.top-menu {
	position: relative;
	height: 32px;
	width: calc(100% - 40px);
    margin: 10px 0 5px 20px;
}

.proc-calendar-text {
    float: left;
    margin-left: 10px;
    font-size: 28px;
    line-height: 34px;
}

/* 
    ボタン
------------------------- */
.top-menu:nth-child(1) .anchor-back {
	float: left;
    display: inline-block;
}

.top-menu .proc-search {
    float: right;
    margin-right: 10px;
}

/*---------------------------------

  プロセス表示

---------------------------------*/
.monitor-updatepanel {
    height: calc(100% - 10px);
}

.div-procgroupinfo-content {
	height: 200px;
	width: calc(100% - 40px);
    min-width: 1255px;
	background-color: #222222;
	margin: 10px 0px 15px 20px;
	box-sizing: border-box;
    border-left: solid 10px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-right: solid 1px;
	border-radius: 10px;
    position: relative;
}

/* 
    Check!
------------------------- */
.procgroupinfo-check {
	position: absolute;
	text-align: left;
	top: 133px;
	left: 5px;
	background-color: rgba(220,20,6,1.0);
	padding: 2px 10px 1px 10px;
	text-align: center;
}

.procgroupinfo-back {
    float: left;
    height: 100%;
    width: 905px;
	background-color:#444;
}

/* 
    プロセス情報タイトル
------------------------- */
.procgroupinfo-title {
    width: 280px;
    height: 90px;
}
.procgroupinfo-title::after {
    border-width: 44px 10px 44px 0px;
}

.procgroupinfo-title-content {
    display: inline-block;
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    font-size: 18px;
}
.procgroupinfo-title-content:nth-child(1) {
    font-size: 13px;
}

/* 
    プロセス情報
------------------------- */
#divProcGroupInfo {
    float: left;
    height: 100%;
    width: 280px;
}

.procgroupinfo-sub {
    padding: 3px 0 0 5px;
}

.procgroupinfo-sub > div {
    height: 25px;
    font-size: 16px;
}

.procgroupinfo-sub-title {
    display: inline-block;
    width: 80px;
}

.procgroupinfo-sub-content {
    display: inline-block;
}

/* 
    チャート領域
------------------------- */
#divProcGroupInfoChart {
    float: left;
    height: 100%;
    width: 350px;
    padding: 0 5px;
    overflow: hidden;
}

.procgroupinfo-chart {
    float: left;
    overflow: hidden;
    width: 170px;
}

#divProcGroupInfoChart .procgroupinfo-chart:nth-child(2) {
    margin-left: 10px;
}

#divProcGroupInfoChart .para-daughnut-data-percent {
    font-size: 15px !important;
}
#divProcGroupInfoChart .para-daughnut-data-quantity {
    font-size: 15px !important;
}
#divProcGroupInfoChart .div-daughnut-data-text p {
    line-height: 20px !important;
}
#divProcGroupInfoChart .div-daughnut-data-text {
    top: calc(50% - 14px) !important;
}
#divProcGroupInfoChart .div-daughnut-header {
    font-size: 16px !important;
}
#divProcGroupInfoChart .div-daughnut-footer {
    font-size: 13px !important;
}

/* 
    集計情報領域
------------------------- */
#divProcGroupInfoAgg {
    float: left;
    height: 100%;
    width: 310px;
    font-size: 16px;
    padding: 0 5px;
}
.div-procgroupinfo-content #divProcGroupInfoAgg {
    width: 255px;
}

.procgroupinfo-agg-title {
    display: inline-block;
    width: 130px;
    vertical-align: middle;
    white-space: nowrap;
    /*overflow: hidden;*/
}

.procgroupinfo-agg-content {
    display: inline-block;
    /*overflow: hidden;*/
    white-space: nowrap;
    width: 100px;
    vertical-align: middle;
}

/* 
    工数グラフ領域
------------------------- */
#divProcGroupInfoGraph {
    float: left;
    height: 100%;
    width: calc(100% - 1007px);
}

.procgroupinfo-graph {
    height: 100%;
    width: 100%;
}

/* 
    ボタン
------------------------- */
.right-button-area {
	float: left;
	width: 92px;
    margin-left: 10px;
}

#divProcGroupInfoContent .group-setting {
    margin-top: 10px;
}

.anchor-group-setting {
    display: inline-block;
}

.div-procgroupinfo-content .group-setting {
    margin-top: 10px;
}

/*---------------------------------

  ジョブ一覧

---------------------------------*/
/* 
    メッセージ
------------------------- */
.div-nodata-message {
    display: flex;
    height: 100%;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.nodata-message {
	text-align: center;
	font-size: 24px;
    display: inline-block;
}

/* 
    一覧
------------------------- */
#divProcList {
    overflow-x: hidden;
	overflow-y: auto;
    height: calc(100% - 344px + 50px); /* 100% - コントロールのoffset + ヘッダーの高さ */
}

.proc-list {
    position: relative;
	height: 125px;
	width: calc(100% - 40px);
    min-width: 1255px;
	/*background-color: #222222;*/
	margin: 10px 0px 15px 20px;
	box-sizing: border-box;
    border-left: solid 10px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-right: solid 1px;
	border-radius: 10px;
}
.proc-list.visible-scrollbar {
    width: calc(100% - 20px);
}

/* 
    ジョブ情報
------------------------- */
#divProcInfo {
    float: left;
    height: 100%;
    width: 285px;
}

.procinfo-back {
    float: left;
    height: 100%;
    width: 905px;
	background-color:#444;
}

/* 
    ジョブ情報タイトル
------------------------- */
#divProcInfo .title-ribbon {
	width: 280px;
}

.procinfo-title-content {
    display: inline-block;
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    font-size: 18px;
}
.procinfo-title-content:nth-child(1) {
    margin-top: 8px;
}

.proclist-status-btn {
	margin-left:4px;
	width:273px;
	height:42px;
	border:solid 1px #68d5db;
	border-radius: 6px;
	background-color:#222222;
    margin: 5px;
    position: relative;
}

/* 
    ステータス表示
------------------------- */
.btn-status {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.div-status-text {
    margin: 0 0 0 54px;
    width: 120px;
    overflow: hidden;
}

.div-status-text span {
    display: block;
    margin-top: 8px;
    margin-left: 20px;
    font-size: 18px;
}
.div-status-text span.status-stop-text {
    margin-top: 0;
}

.btn-status-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background-color: rgba(50, 50, 50, 0.75) ;*/
    background: rgba(50, 50, 50, 0.75);
    background-image: radial-gradient(#444 20%, transparent 0), radial-gradient(#444 20%, transparent 0);
    background-position: 0 0, 6px 6px;
    background-size: 12px 12px;

	border-radius: 6px;
}

/* 
    状態アイコン
------------------------- */
.comp,
.stop,
.start,
.off,
.pause {
	background-size: 32px;
    background-repeat: no-repeat;
    background-position: 20px 4px;
}
.comp {
	background-image: url('.././images/comp4_mini.png');
}
.stop {
	background-image: url('.././images/stop_mini.png');
}
.start {
	background-image: url('.././images/start_mini.png');
}
.off {
	background-image: url('.././images/off_mini.png');
}
.pause {
	background-image: url('.././images/pause_mini.png');
}

/* テキストスクロール */
.text-scroll {
    margin-left: 54px;
    width: 120px;
    text-align: center;
    overflow: hidden;
}
.text-scroll span{
    display: inline-block;
    padding-left: 100%;
    white-space: nowrap;
    animation: scrollAnime 5s linear infinite;
}
@keyframes scrollAnime{
    0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
}

/* 
    集計情報領域
------------------------- */
#divProcInfoAgg1,
#divProcInfoAgg2 {
    float: left;
    height: 100%;
    font-size: 15px;
    padding: 0 5px;
}
#divProcInfoAgg1 {
    width: 345px;
}
#divProcInfoAgg2 {
    width: 255px;
}

.anchor-proc-detail {
    display: inline-block;
}

#divProcInfoAgg1 .procinfo-agg-title {
    display: inline-block;
    width: 80px;
    vertical-align: middle;
}
#divProcInfoAgg2 .procinfo-agg-title {
    display: inline-block;
    width: 92px;
    vertical-align: middle;
}

.procinfo-agg-content {
    display: inline-block;
    /*overflow: hidden;*/
    white-space: nowrap;
    vertical-align: middle;
}
#divProcInfoAgg1 .procinfo-agg-content {
    width: 165px;
}
#divProcInfoAgg2 .procinfo-agg-content {
    width: 140px;
}

/* 
    工数グラフ領域
------------------------- */
#divProcInfoGraph {
    float: left;
    height: 100%;
    width: calc(100% - 1007px);
}

.procinfo-graph {
    height: 100%;
    width: 100%;
}

#divProcList .proc-setting {
    margin-top: 10px;
}
#divProcList .proc-detail {
    margin-top: 5px;
}

.anchor-proc-setting {
    display: inline-block;
}

/*---------------------------------

  モーダルダイアログ

---------------------------------*/
/* 
    工程検索ダイアログ
------------------------- */
.modal-search {
    height: 500px;
    width: 1100px;
}
/* 
    ステータス変更ダイアログ
------------------------- */
.modal-status {
    height: 160px;
    width: 900px;
}
/* 
    プロセス設定ダイアログ
------------------------- */
.modal-process-edit {
    width: 600px;
    height: 335px;
}
/* 
    ジョブ設定ダイアログ
------------------------- */
.modal-job-edit {
    width: 600px;
    height: 335px;
}