/*
 * ipStyle_Synviz_Chrome.css
 * スタイルシート定義ファイル[SynViz表示用]
 */
/* 2020/11/30 CG Du UPDATE1:03-13開発【バグ #11438 【管理画面】⇒【編集パターン設定】パターン名が一覧に表示できない】 */
/* 2021/03/09 CG Han UPDATE2:03-13対応【#10870　Chrome対応】ソース内の変更箇所は冒頭に(Commented by xxx、Added by xxx、changed by xxx,Edited by xxx)を記載(xxx:CG,Ayushi) */
/* 2021/04/28 CG Han UPDATE3:04-00対応【#12397　Chrome対応】上フレームのスクロールボタン表示が左右とも変。 */

.HEADERBG
{
	BACKGROUND-COLOR:silver;
}

TH
{
    FONT-SIZE: 12px;
    COLOR: black;
	BACKGROUND-COLOR: lightgrey;
	/*Added by CG(Vamshi)*/
	white-space: normal;
	text-overflow: hidden;
}

.TH_Chrome
{
    FONT-SIZE: 12px;
    COLOR: black;
	BACKGROUND-COLOR: lightgrey;
	/*Added by CG(Vamshi)*/
	white-space: nowrap;
}

.TH_GREY
{
    FONT-SIZE: 12px;
    COLOR: black;
	BACKGROUND-COLOR: #E8E8E8;
    HEIGHT:24px;
}

.TH_RED
{
    FONT-SIZE: 12px;
    COLOR: black;
	BACKGROUND-COLOR: #FFCCFF;
    HEIGHT:24px;
}

.TH_RED_Chrome
{
    FONT-SIZE: 12px;
    COLOR: black;
	BACKGROUND-COLOR: #FFCCFF;
    HEIGHT:24px;
    whitespace: nowrap;
}

.MNU_G
{
    WIDTH: 140px;
	HEIGHT: 23px;
    cursor:pointer;
}

.MNU_G_Chrome{
	WIDTH: 140px;
	HEIGHT: 32px;
    cursor:pointer;
}
.BTN_G
{
	/*Modified by CG(70px -> 80px)(Vamshi)*/
    WIDTH: 80px;
	HEIGHT: 23px;
    cursor:pointer;
}

.BTN_G_DISABLED
{
	/*Modified by CG(70px -> 80px)(Vamshi)*/
    WIDTH: 80px;
	HEIGHT: 23px;
    cursor:default;
}

.BTN_S
{
    /* 2020/11/30 CG Du UPDATE1:03-13開発【バグ #11438 【管理画面】⇒【編集パターン設定】パターン名が一覧に表示できない】 */
	/* WIDTH: 65px;*/
    WIDTH: 70px;
    /* 2020/11/30 CG Du UPDATE1:03-13開発【バグ #11438 【管理画面】⇒【編集パターン設定】パターン名が一覧に表示できない】 */
	HEIGHT: 23px;
    cursor:pointer;
}

.BTN_S_DISABLED {
    /* 2020/11/30 CG Du UPDATE1:03-13開発【バグ #11438 【管理画面】⇒【編集パターン設定】パターン名が一覧に表示できない】 */
	/* WIDTH: 65px;*/
    WIDTH: 70px;
    /* 2020/11/30 CG Du UPDATE1:03-13開発【バグ #11438 【管理画面】⇒【編集パターン設定】パターン名が一覧に表示できない】 */
	HEIGHT: 23px;
}

.SCRL
{
	overflow-y: scroll;
	/*height: 34px;*/
	height: 25px;
	width: 100%;
	text-align: left;
}

.SCRL_Field{
	overflow-y: scroll;
	height: 28px;
	width: 100%;
	text-align: left;
}

.divoff {
	background: url(../img/portal/viz_navi_off.gif) no-repeat center;
	font-size:12px;
	color:gray;
	height:38px;
	width:100px;
	border-width: 1px; border-style: solid;
	border-color:white gray lightgrey white;
	cursor:pointer;
	vertical-align:middle;
}

.divon {
	background: url(../img/portal/viz_navi_on.gif) no-repeat center;
	font-size:12px;
	color:white;
	height:38px;
	width:100px;
	border-width: 1px; border-style: solid;
	border-color:white gray lightgrey white;
	cursor:pointer;
	vertical-align:middle;
}

.prev {
	display:block;
	width:18px;
	height:18px;
	/* 2021/04/28 CG Han UPDATE3:04-00対応【#12397　Chrome対応】上フレームのスクロールボタン表示が左右とも変。 Start*/
    /*background:url(../img/common/left.png) no-repeat center;*/
	background:url(../img/common/left.png) no-repeat;
    /* 2021/04/28 CG Han UPDATE3:04-00対応【#12397　Chrome対応】上フレームのスクロールボタン表示が左右とも変。 End*/
	float:left;
	margin:9px 0px;
	cursor:pointer;
	font-size:1px;
}

.next {
	display:block;
	width:18px;
	height:18px;
    /* 2021/04/28 CG Han UPDATE3:04-00対応【#12397　Chrome対応】上フレームのスクロールボタン表示が左右とも変。 Start*/
    /*background:url(../img/common/right.png) no-repeat center; */
	background:url(../img/common/right.png) no-repeat;
    /* 2021/04/28 CG Han UPDATE3:04-00対応【#12397　Chrome対応】上フレームのスクロールボタン表示が左右とも変。 End*/
	float:left;
	margin:9px 0px;
	cursor:pointer;
	font-size:1px;
}
