@charset "utf-8";

/* ======================================
 *
 * ERPS ECHO ROBOT PORTAL SERVICE
 * modal.css
 * --
 * モーダルダイアログ用スタイル
 *
 * 注意事項：
 * Styleを追記する場合は【追記）YYYY.MM.DD】のコメントを追加
 * id,class名は単語を繋げる場合「ハイフン（-）」で統一
 *
 *
====================================== */

/* ======================================
	モーダル関連
====================================== */
/*
	各パーツ
-------------------------------------- */
.modal-header{
	border-bottom: none;
	padding-bottom: 0;
}
h5.modal-title{
	font-size: 18px;
	font-weight: bold;
}
.setting-unit{
	width: 100%;
}
.setting-unit .label{
	float: left;
	width: 30%;
	font-weight: bold;
}
.setting-unit .setting{
	float: left;
	width: 70%;
}
.setting-unit .sub-setting p{
	float: left;
	width: 30%;
}
.setting-unit .sub-setting select{
	float: left;
	width: 40%;
}
.sub-setting{
	margin-bottom: 10px;
}
.modal-unit{
	margin-bottom: 15px;
}
.modal-footer{
	position: relative;
	overflow: hidden;
	display: inline;
	border-top: none;
	padding-top: 0;
}
.modal-footer ul{
	position: relative;
	left: 50%;
	float: left;
}
.modal-footer ul li{
	position: relative;
	left: -50%;
	float: left;
	list-style: none;
	margin: 0 5px;
}
.modal-footer ul li button{
	min-width: 110px;
	border-radius: 3px;
	padding: 4px 10px;
	font-size: 14px;
}
.modal-wide{
	max-width: 1000px;
}
.modal-semiwide{
	max-width: 800px;
}
.txt-blue{
	background-color: #eee;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 5px 10px 3px;
}
#keyword{
	width: 100%;
}
#keyword-left{
	float: left;
	width: 22%;
}
#keyword-center{
	float: left;
	width: 22%;
}
#keyword-right{
	float: left;
	width: 50%;
}
.keyword-spacer{
	float: left;
	width: 3%;
	text-align: center;
}
.keyword-ttl{
	background-color: #333a3b;
	border-radius: 4px;
	padding: 5px 10px 3px;
	color: #fff;
}
.keyword-left-frame{
	border: 1px solid #ccc;
	width: 100%;
	height: 240px;
	overflow: scroll;
	overflow-x: hidden;
	margin-top: 4px;
}
.keyword-center-frame{
	background-color: #fff5cb;
	border: 1px solid #ccc;
	width: 100%;
	height: 120px;
	overflow: scroll;
	overflow-x: hidden;
	margin-top: 4px;
}
.keyword-label{
	background-color: #eee;
	padding: 5px 10px 3px;
}
.keyword-detail{
	padding: 5px 10px 3px;
}
.keyword-center-frame ul{
	padding: 4px 0 0;
	width: 190px;
}
.keyword-center-frame ul li{
	padding-bottom: 4px;
}
.keyword-center-frame ul li span{
	float: left;
	width: 30px;
	text-align: center;
	padding-top: 3px;
}
.keyword-center-frame ul li input{
	float: left;
	width: 160px;
	background-color: #fffdf3;
}
.keyword-right-frame{
	border: 1px solid #ccc;
	width: 100%;
	height: 120px;
	overflow: scroll;
	overflow-x: hidden;
	margin-top: 4px;
}
.modal-body h6{
	font-weight: bold;
}


/*
	グループ設定
-------------------------------------- */
#search-box{
	margin-bottom: 15px;
}
#search-label{
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.search-label{
	display: table-cell;
	width: 44%;
	vertical-align: top;
	text-align: left;
}
.search-label span{
	font-weight: normal;
	padding-left: 10px;
}
.search-replace{
	display: table-cell;
	width: 12%;
	vertical-align: middle;
	text-align: center;
}
.search-replace ul li{
	padding: 5px 0;
}
#search-result{
	display: table;
	width: 100%;
}
.search-result{
	display: table-cell;
	width: 44%;
	height: 300px;
	background: #eee;
	padding: 10px 10px 0;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	vertical-align: top;
	text-align: left
}
.search-result ul{
	height:300px;
}
button.result-select,
button.results-select{
	margin-bottom: 10px;
}
.result-selected{
	background: #00bbdd!important;
    border: 1px solid #009ab6!important;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.5)!important;
    color: #fff!important;
}
.results-selected{
	background: #00bbdd!important;
    border: 1px solid #009ab6!important;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.5)!important;
    color: #fff!important;
}
.ui-state-default{
	border: 0!important;
	background: 0!important;
}
.search-result .ui-state-default{
	cursor: move;
	padding-right: 20px;
	background: url("../img/i_sort.svg") no-repeat 100% 30%!important;
}
.search-result-action{
	margin-top: 10px;
	float: right;
}
.search-result-action ul li{
	float: left;
	width: auto;
	margin-left: 10px;
}
#group-setting .modal-unit{
	margin-bottom: 0;
}

/*
	背景プレビュー
-------------------------------------- */
.display{
	width: 260px;
	height: 447px;
	background: rgba(0,0,0,1.0);
	border-radius: 3px;padding: 10px;
	margin: 0 auto;
}
.display-inner{
	width: 240px;
	height: 427px;
	background: rgba(255,255,255,1.0);

}
.display-top{
	display: block;
	width: 240px;
	height: 172px;
	background: rgba(0,0,0,0.5);
	text-align: center;
	vertical-align: middle;
}
.display-top p{
	padding-top: 72px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.display-bottom{
	position: relative;
	display: block;
	width: 240px;
	height: 254px;
}
.display-adv{
	position: absolute;
	top: 54px;
	left: 0;
	width: 240px;
	height: 135px;
	background: rgba(21,41,128,1.0);
}
.display-adv p{
	padding-top: 54px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

#preview-background {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#preview-adv-image{
	position:absolute;
}

#preview-adv-video{
	position:absolute;
}

/*
	受付詳細設定の全店舗一括変更
-------------------------------------- */
.modal-form .setting-unit{
	float: none!important;
}