@charset 'utf-8';

/**
 * Style CSS
 */

/**--------------------------------------------------------------------------**
 * layout wrapper
 *---------------------------------------------------------------------------*/
.layout-container {}
.main-container {}
.main-content {}
.global-header {}
.global-footer {}

/*  */
div.page-title,
header.page-title {
	border-radius: 4px;
	background: #e9e9e9;
	background: linear-gradient(#e9e9e9, #fff);
	box-shadow: 0 1px 1px 1px #999999;
	width: auto;
	margin:  0.2em 0 0.6em 0;
	padding: 0.5em 0 0.5em 0.7em;
}
div.page-title h3,
div.page-title h4,
header.page-title h3,
header.page-title h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin: auto;
	color: #333;
	padding: 0 0 0 .3em;
}
div.page-title h3,
header.page-title h3 {
	border-left: 5px #666666 solid;
}
div.page-title.category1,
header.page-title.category1 {
	border: solid 1px #ddd;
	background: #eee;
	background: linear-gradient(#fff, #eee);
	box-shadow: 0 1px 2px #666666;
	padding: 0.4em 0 0.4em 0.6em;
	margin-top: 20px;
}
div.page-title.category1 h4,
header.page-title.category1 h4 {
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: none;
	padding: 0 0 0 .5em;
	color: #333;
	border-left: 8px #2ea7e2 double;
}

/**--------------------------------------------------------------------------**
 * 検索条件
 *---------------------------------------------------------------------------*/
.filter-box {
	background-color: #f2f2f2;
	width: auto;
	margin: 0.2em 0 0.5em 0;
	border-radius: .4em;
}
.filter-box h4 {
	border: 1px solid #b3b3b3;
	background-color: #ebebeb;
	border-radius: 2px;
	font-size: 1em;
	margin: 1px auto;
	padding: 0.2em 0 0.2em 0.8em;
	cursor: pointer;
}
.filter-box h4:hover {
	background-color: #d9d9d9;
}
.filter-box > .container {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: auto;
}
.filter-box.filter-off > .container {
	display: none;
}
.filter-box .form-group .filter-item {
	padding-left: 5pt;
	padding-right: 5pt;
}

/**--------------------------------------------------------------------------**
 * テーブル
 *---------------------------------------------------------------------------*/
.table-index > thead th,
.table-index > thead th a,
.table-detail > tbody > tr > th.highlight {
	text-align: center;
	background-image: url(../img/layout/pattern02.png);
	background-color: #ff9900;
	background: url(../img/layout/pattern02.png) repeat, linear-gradient(to bottom, #00a5e2 0%, #0098d0 87%);
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
}
.table.table-inbox,
.table.table-bottom-content { margin-bottom: 0; }
/* 一覧フォーマット */
.table.table-index > tbody > tr > td { vertical-align: middle; }
.table-index .text { text-align: left; }
.table-index .date { text-align: center; }
.table-index .name { text-align: center; }
.table-index .status { text-align: center; }
.table-index .check { text-align: center; }
.table-index .select { text-align: center; }
.table-index .link { text-align: center; }
.table-index .button { text-align: center; }
.table-index .number { text-align: right; }
.table-index .hide-line { display: none; }
.table-index thead th .glyphicon.glyphicon-chevron-up { color: #cdfcab; }
.table-index thead th .glyphicon.glyphicon-chevron-down { color: #ebe571; }
.table.table-index > thead > tr > th { vertical-align: middle; }
.table.table-index label { margin-bottom: 0; }
.table.table-index .check-block {
	padding: 0;
	cursor: pointer;
}
.table.table-index > tbody > tr > td.empty-rows,
.table.table-index > tfoot > tr > td.empty-rows {
	padding: 1.5em;
	text-align: center;
}
.table.table-index .check-block input[type=checkbox] {
	width: 18pt;
	height: 18pt;
}
.table.table-index .check.selected { background-color: #ffc200; }
.table.table-index .check.selected:hover { background-color: #ffe500; }
.table.table-index .select-block label { display: block; }
/* 自動行リンク時のカーソル */
.line-link-cursor { cursor: pointer; }

/* 詳細フォーマット */
.table-detail > tbody > tr > th {
	text-align: right;
	background-color: #f9f9f9;
	box-shadow: inset 0 0 10px #f0f0f0;
}
.table-detail > tbody > tr > th.highlight {
	box-shadow: none;
	vertical-align: middle;
}
.table-detail > tbody > tr > th.highlight.vertical { text-align: right; }
.table-detail > tbody > tr > th.highlight.minor {
	background: #b9b9b9 url(../img/layout/pattern02.png) linear-gradient(to bottom, #b9b9b9 0%, #a0a0a0 87%) repeat;
}
.table-detail > tbody > tr > td.point { text-align: center; }
.table-detail > tbody > tr > td.button { text-align: center; }

/* 調査設定関連 */
.research-box {

}
.research-box .research-inbox {
	padding-left: 3px;
	padding-right: 3px;
}

/**--------------------------------------------------------------------------**
 * ページネート
 *---------------------------------------------------------------------------*/
.row .paginate-wrap {
	text-align: right;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
.row .paginate-wrap .total-count {
	text-align: center;
	background-color: #00A5E2;
	color: #fff;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

/**--------------------------------------------------------------------------**
 * 一覧
 *---------------------------------------------------------------------------*/
.list-accessory {
	text-align: right;
	height: 36px;
	padding: 4px 0.1em;
	width: 100%;
}
.list-accessory > .list-number {
	display: inline-block;
	height: 28px;
	padding: 6px .6em;
	font-size: 1.2em;
	font-weight: normal;
}
.list-accessory > .pagination {
	display: block;
	float: left;
	margin: 0;
}
.list-accessory > .pagination > li > a,
.list-accessory > .pagination > li > span {
	padding: 4px 12px;
}

/**--------------------------------------------------------------------------**
 * スマホ対応一覧
 *---------------------------------------------------------------------------*/
.list-of-simple {
	margin: auto auto .7em auto;
}
/* パネル */
.panel.list-of-simple {
	border-radius: 2px;
}
.panel.list-of-simple > .panel-heading,
.panel.list-of-simple > .panel-body,
.panel.list-of-simple > .panel-footer {
	padding: .5em .8em;
}
.panel.list-of-simple > .panel-heading,
.panel.list-of-simple > .header-of-item {
	background-color: #f2f2f2;
	background: linear-gradient(to bottom, #f2f2f2 0%, #e6e6e6 87%);
	border-color: #ddd;
	font-weight: bold;
	color: #333;
	text-shadow: 0 1px 2px #fff;
	font-size: 1.05em;
}
.panel.list-of-simple > .panel-heading > .panel-title {
	font-size: 1.05em;
	font-weight: bold;
	text-shadow: 0 1px 2px #fff;
}
.panel.list-of-simple > .panel-heading .label {
	padding: .15em .4em .2em;
}
.panel.list-of-simple .body-of-message > .btn {
	margin-top: .4em;
	padding: .2em;
}
.panel.list-of-simple .body-of-message {
	margin-top: .5em;
	min-height: 3em;
	padding: .4em;
	background-color: #fafafa;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(80,80,80,.05);
	line-height: 1.25;
}

.panel.list-of-simple .no-margin-body {
    min-height: 3em;
    padding: .4em;
    background-color: #fafafa;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(80,80,80,.05);
    line-height: 1.25;
}

/**--------------------------------------------------------------------------**
 * フォーム
 *---------------------------------------------------------------------------*/
.form-result .glyphicon-ok { color: #00db00; }
.form-result .glyphicon-remove { color: #ff4f26; }
.form-result .glyphicon-pencil { color: #f0a500; }
.form-horizontal > .form-group > * {
	padding-left: 5px;
	padding-right: 5px;
}
.table-form .input-sm {
	height: 28px;
	padding-top: 4px;
	padding-bottom: 4px;
}
input.number,
input.numeric {
	text-align: right;
	ime-mode: disabled;
}
input.number.num5, input.numeric.num5 { width: 5em; }
input.number.num10, input.numeric.num10 { width: 10em; }
input.text {
	text-align: left;
	ime-mode: active;
}
.ui-datepicker .ui-datepicker-title select {
	color: black;
	width: auto;
	font-size: 95%;
	border-radius: 0.3em;
	margin: auto 0.2em;
}
/* 入力欄を目立たせる（背景うすピンク系）*/
.input-emphasis {
	background-color: #FCC;
	border: 1px solid #999;
	box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}

/**--------------------------------------------------------------------------**
 * ボタン
 *---------------------------------------------------------------------------*/
.buttons {
	margin-top: 1em;
	margin-bottom: 1em;
}
.buttons.buttons-sm {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.buttons.buttons-xs {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
.buttons.buttons-center {
	text-align: center;
}
.buttons.buttons-center .btn {
	margin: auto 1.5pt;
}
@media (max-width: 767px)  {
	.buttons.buttons-center .btn-blk-xs-2 { width: 16.66666667%; }
	.buttons.buttons-center .btn-blk-xs-3 { width: 25%; }
	.buttons.buttons-center .btn-blk-xs-4 { width: 33.33333333%; }
	.buttons.buttons-center .btn-blk-xs-6 { width: 50%; }
	.buttons.buttons-center .btn-blk-xs-8 { width: 66.66666667%; }
	.buttons.buttons-center .btn-blk-xs-10 { width: 83.33333333%; }
	.buttons.buttons-center .btn-blk-xs-full { width: 100%; }
}
.page-title .buttons {
	padding: 0.2em 0;
	margin: auto;
}
.btn-of-col,
.row .btn-of-col {
	padding-left: .5em;
	padding-right: .5em;
}

.item-required {
	color: #FF0000;
}

.warning-icon{
	color: orange;
}

.ui-helper-hidden-accessible {
	display: none;
}

/**--------------------------------------------------------------------------**
 * フラッシュメッセージ
 *---------------------------------------------------------------------------*/
.page-flash-message .alert {
	margin-bottom: 0.5em;
	font-size: 1.4em;
	font-weight: bold;
}

/**--------------------------------------------------------------------------**
 * セレクトボックス（ドロップダウン）
 *---------------------------------------------------------------------------*/
.select-xs {
    width: 200px;
}

.select-background-pink {
    background-color: #ffc37e;
}

/**--------------------------------------------------------------------------**
 * コピーライト
 *---------------------------------------------------------------------------*/
.global-footer .copyright .footer-content {
	text-shadow: 0 0 3px #0020a8;
	background-color: #001662;
}

/**--------------------------------------------------------------------------**
 * メッセージ関連
 *---------------------------------------------------------------------------*/
.message-default-hide-row {
	display: none;
}
.alert.inbox {
	padding: .7em;
	margin: .4em auto;
}
.label.label-message-status {
	font-size: .9em;
	font-weight: normal;
}
.glyphicon.message-reply {
	color: #aa00ff;
	font-size: 1.1em;
}
.glyphicon.message-sender {
	color: #0000ff;
	font-size: 1.1em;
}
.glyphicon.message-receiver {
	color: #ffa500;
	font-size: 1.1em;
}
.glyphicon.message-paperclip {
	color: #5BC0DE;
}
.clickable-panel {
	cursor: pointer;
}
.survey-link{
	color: #848484;
}
.message-subject-row{
	cursor: pointer;
}

/**--------------------------------------------------------------------------**
 * FAQ関連
 *---------------------------------------------------------------------------*/
.faq-default-hide-row {
    display: none;
}

/**--------------------------------------------------------------------------**
 * icon関連
 *---------------------------------------------------------------------------*/
.icon-default-margin {
    margin: 0 .2em;
}

/**--------------------------------------------------------------------------**
 * カレンダー関連
 *---------------------------------------------------------------------------*/
.sunday {
	color: #ff0000;
}
.saturday {
    color: #0000ff;
}
.weekday {
    color: #000000;
}
div.sunday {
    background-color: #ffdddd;
}
div.saturday {
    background-color: #ddddff;
}
div.weekday {
    background-color: #eeeeee;
}

/**--------------------------------------------------------------------------**
 * マイラベル関連
 *---------------------------------------------------------------------------*/
.label.label-color0 { background-color: #cc5252; }
.label.label-color1 { background-color: #cc9c54; }
.label.label-color2 { background-color: #b4cc52; }
.label.label-color3 { background-color: #6ccc54; }
.label.label-color4 { background-color: #52cc83; }
.label.label-color5 { background-color: #52cccc; }
.label.label-color6 { background-color: #5283cc; }
.label.label-color7 { background-color: #6a52cc; }
.label.label-color8 { background-color: #b452cc; }
.label.label-color9 { background-color: #cc529b; }


.message-icon-monitor { color: #ff9900; }
.message-icon-checker { color: #12B312; }
.message-icon-from-to { color: #A9BCF5; }

/**--------------------------------------------------------------------------**
 * グラフ関連
 *---------------------------------------------------------------------------*/
.graph-guide {
	display: block;
	width: 322px;
	height: 80px;
}
.grid-guide {
	display: block;
	width: 322px;
	height: 150px;
}
.grid-title-presentation {
	text-align: center;
	font-size: 16px;
}
.grid-div-presentation {
	margin: 0px;
	padding: 4px;
	border: 1px solid #ccc;
	border-radius: 16px;
	box-sizing: content-box;
	background-color: #eee;
}
.grid-multiple {
	margin: 0 0 50px;
}
