/* ======================================

    GroupMonitor.css
    　工程予実モニターのスタイル

======================================== */

/*---------------------------------

  トップメニュー

---------------------------------*/
#top-menu {
	position: relative;
	height: 32px;
	width: calc(100% - 40px);
    margin: 10px 0 5px 20px;
}

#top-menu-left {
    float: left;
	width: 745px;
	height: 32px;
}

#top-menu-right {
    float: right;
	width: 559px;
	height: 32px;
    position: relative;
}

/* 
    ページコントロール
------------------------- */
#divPager {
    position: absolute;
	top: 0px;
	left: 33px;
}

/* 
    カレンダー
------------------------- */
.order-calendar {
    float: left;
}
.order-calendar-text {
    float: left;
    margin-left: 10px;
    font-size: 28px;
    line-height: 34px;
}

/* 
    ボタン
------------------------- */
.order-search {
	position: absolute;
	top: 0px;
	left: 202px;
}

.order-upload {
	position: absolute;
	top: 0px;
	left: 294px;
}

.csvDownloadButton  {
	position: absolute;
	top: 0px;
	left: 386px;
}

.system-setting {
	position: absolute;
	top: 0px;
	left: 478px;
}

/*---------------------------------

  グループ一覧

---------------------------------*/
/* 
    メッセージ
------------------------- */
.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;
}

#order p {
	margin:0px;
}

.order-content {
	position: relative;
	height: 220px;
	width: calc(100% - 20px);
	/*background-color: #222222;*/
	margin: 10px 0px 15px 0px;
	box-sizing: border-box;
    border-left: solid 10px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-right: solid 1px;
	border-radius: 10px;
	overflow: hidden;
}
.order-content.visible-scrollbar {
    width: 100%;
}

.order-title {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
    width: 250px;
}

.orderinfo-title-content {
    display: inline-block;
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}
.orderinfo-title-content:nth-child(1) {
    font-size: 13px;
}
.orderinfo-title-content:nth-child(3) {
    font-size: 18px;
}

.order-back {
	position: absolute;
	height: 218px;
	width: 280px;
	top: 0px;
	left: 0px;
	background-color: #444;
	z-index: 0;
}

.order-value {
	width: 320px;
	position: absolute;
	text-align: left;
	top: 52px;
	left: 5px;
	font-size: 13px;
	overflow: hidden;
}

/* 
    凡例
------------------------- */
#divGroupInfo {
    position: absolute;
    height: calc(100% - 50px - 10px);
    width: 270px;
    top: 50px;
    z-index: 2;
    font-size: 15px;
    padding: 5px;
}
#divGroupInfo div {
    width: 170px;
}
#divGroupInfo div:nth-child(1) {
    margin-top: 36px;
}
#divGroupInfo div:nth-child(2) {
    margin-top: 38px;
    font-size: 12px;
}
.groupinfo-sub-title {
    display: inline-block;
    width: 105px;
    opacity: 0.5;
}

.proc-link {
	position: absolute;
	height: 150px;
	width: 160px;
	top: 10px;
	z-index: 2;
	background-color: transparent;
}

/* 
    チャート領域
------------------------- */
.proc-graph {
	position: absolute;
	height: 130px;
	width: 130px;
	z-index: 2;
}

.one {
    top: 55px;
	left: 120px;
}

.proc-next
{
	position: absolute;
	height: 150px;
	width: 40px;
	top: 15px;
	background-size: 60% 60%;
	background-image: url('.././images/next3.png');
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 155px;
}

/* 
    ボタン
------------------------- */
.order-right-btn {
	position: relative;
	width: 80px;
	margin-left: auto;
	margin-right: 10px;
	z-index: 2;

}

#graph-prev {
	position: absolute;
	top: 10px;
	left: 0px;
}

#graph-next {
	position: absolute;
	top: 55px;
	left: 0px;
}

.group-edit {
	position: absolute;
	top: 120px;
	left: 0;
}

/*---------------------------------

  プロセス一覧

---------------------------------*/
.out-graph {
	width : calc( 100% - 380px );
	height : 180px;
	left : 280px;
	overflow-x : scroll;
	overflow-y : hidden;
	margin-bottom :  -50px; /* maximum width of scrollbar */
    padding-top: 8px;
  	padding-bottom :  50px; /* maximum width of scrollbar */
	position : absolute;
}

.in-graph {
	height: 150px;
	overflow: hidden;
}

/* 
    チャート領域
------------------------- */
.order-content > .proc-graph .para-daughnut-data-percent {
    font-size: 16px !important;
}
.order-content > .proc-graph .para-daughnut-data-quantity {
    font-size: 16px !important;
}
.order-content > .proc-graph .div-daughnut-data-text p {
    line-height: 20px !important;
}
.order-content > .proc-graph .div-daughnut-data-text {
    top: calc(50% - 14px) !important;
}
.order-content > .proc-graph .div-daughnut-footer,
.order-content > .proc-graph .div-daughnut-header {
    font-size: 13px !important;
}

#out_graph .para-daughnut-data-percent {
    font-size: 18px !important;
}
#out_graph .para-daughnut-data-quantity {
    font-size: 18px !important;
}
#out_graph .div-daughnut-data-text p {
    line-height: 24px !important;
}
#out_graph .div-daughnut-data-text {
    top: calc(50% - 18px) !important;
}
#out_graph .div-daughnut-header {
    font-size: 16px !important;
}
#out_graph .div-daughnut-footer {
    font-size: 14px !important;
}

.monitor-updatepanel {
    height: calc(100% - 10px);
}

#divListItemContent {
    overflow-y: auto;
    height: calc(100% - 37px);
    width: calc(100% - 20px);
    margin-left: 20px;
}

/*---------------------------------

  モーダルダイアログ

---------------------------------*/
/* 
    グループ検索ダイアログ
------------------------- */
.modal-search {
    height: 380px;
    width: 1100px;
}

/* 
    データ登録ダイアログ
------------------------- */
.modal-upload {
    height: 160px;
    width: 850px;
}

/* 
    グループ設定ダイアログ
------------------------- */
.modal-group-edit {
    width: 600px;
    height: 335px;
    background-color: #222222;
}

/* 
    カレンダーダイアログ
------------------------- */
.modal-filecalendar {
    width: 1100px;
    height: 480px;
}

/* 
    システム設定ダイアログ
------------------------- */
.modal-system-setting {
    width: 1000px;
    height: 377px;
}