@charset "utf-8";
/* -------------------------------------------------- */
/* base */
/* -------------------------------------------------- */
html,
body {
  width: 100%;
  min-width: 1280px;
  overflow: auto;
  position: relative;
}
body {
  background: #ffffff;
  color: #424242;
  line-height: 1.35;
}
a {
  text-decoration: none;
  color: #424242;
}
.layout-main-footer-nav a,
.mod-viewer-form a,
.mod-main-nav-paginate a {
  color: #002b80;
}
.ui-resizable-s {
  bottom: 0;
}
select::-ms-expand {
  display: none;
}
.is-hidden {
  font-size: 0;
}
/* -------------------------------------------------- */
/* layout */
/* -------------------------------------------------- */
.layout-content,
.layout-main-inner {
  width: 100%;
  display: table;
  table-layout: fixed;
}

/* -------------------------------------------------- */
/* form common parts*/
/* -------------------------------------------------- */
input[type=checkbox],
input[type=radio],
input[type=file] {
  display: none;
}
.mod-form-checkbox-text-after {
  margin: 0 8px 0 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.mod-form-checkbox-text-after:before {
  margin: 0 8px 0 0;
  padding: 0 0 0 12px;
  display: inline-block;
  content: "";
  position: relative;
  line-height: 12px;
  height: 12px;
  background: url(../images/input-checkbox.png) no-repeat 0 0 / auto auto;
  vertical-align: baseline;
}
input[type=checkbox]:checked + .mod-form-checkbox-text-after:before {
  background: url(../images/input-checkbox-checked.png) no-repeat 0 0 / auto auto;
}
.mod-form-checkbox {
  font-size: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  z-index: 10;
}
.mod-form-checkbox:after  {
	display: inline-block;
	content: "";
	position: relative;
	padding: 0 0 0 12px;
	line-height: 12px;
	height: 12px;
	background: url(../images/input-checkbox.png) no-repeat 0 0/auto auto;
	vertical-align: top;
}

input[type=checkbox]:checked + .mod-form-checkbox:after {
  background: url(../images/input-checkbox-checked.png) no-repeat 0 0 / auto auto;
}

/* -------------------------------------------------- */
/* modal */
/* -------------------------------------------------- */
#cboxClose {
  font-size: 13px;
  transition: all 0.3s ease;
  position: absolute;
  right: 20px;
  top: 16px;
  z-index: 1010;
}
#cboxClose:hover {
  opacity: 0.5;
}
#cboxClose:before {
  display: inline-block;
  content: "";
  position: relative;
  width: 15px;
  height: 15px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  top: -1px;
  left: 0;
  margin: 0 2px 0 0;
  vertical-align: middle;
  background-position: -80px -180px;
}
.layout-modal-header,
.layout-modal-content,
.layout-modal-content-s,
.layout-modal-footer {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}
.layout-modal-header {
  height: 50px;
  display: table;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 3px 3px 0 0;
}
.layout-modal-content {
  height: 430px;
  overflow: auto;
}
.layout-modal-content-s {
  height: 215px;
  overflow: auto;
}
.layout-modal-content-r {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  overflow: auto;
}
.layout-modal-footer {
  height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.layout-modal-header > h2,
.layout-modal-header > h3 {
  font-weight: normal;
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
}
/*.layout-modal-header > h2.mod-modal-header-device-error {
	color: #002b80;
}*/
.layout-modal-header > h2.mod-modal-header-search:before,
.layout-modal-header > h2.mod-modal-header-sort:before,
.layout-modal-header > h2.mod-modal-header-edit:before,
.layout-modal-header > h2.mod-modal-header-lock:before,
.layout-modal-header > h2.mod-modal-header-unlock:before,
.layout-modal-header > h2.mod-modal-header-device:before,
.layout-modal-header > h3.mod-modal-header-device:before,
.layout-modal-header > h2.mod-modal-header-upload:before,
.layout-modal-header > h2.mod-modal-header-add-file:before,
.layout-modal-header > h2.mod-modal-header-device-error:before,
.layout-modal-header > h2.mod-modal-header-download:before {
  display: inline-block;
  content: "";
  position: relative;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  top: -2px;
  left: 0;
  margin: 0 6px 0 0;
  vertical-align: middle;
}
.layout-modal-header > h2.mod-modal-header-progress-dialog:before {
  display: none;
  content: "";
  position: relative;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  top: -2px;
  left: 0;
  margin: 0 6px 0 0;
  vertical-align: middle;
}
.layout-modal-header > h2.mod-modal-header-search:before,
.layout-modal-header > h2.mod-modal-header-sort:before,
.layout-modal-header > h2.mod-modal-header-edit:before,
.layout-modal-header > h2.mod-modal-header-lock:before,
.layout-modal-header > h2.mod-modal-header-unlock:before,
.layout-modal-header > h2.mod-modal-header-device:before,
.layout-modal-header > h3.mod-modal-header-device:before,
.layout-modal-header > h2.mod-modal-header-upload:before,
.layout-modal-header > h2.mod-modal-header-add-file:before,
.layout-modal-header > h2.mod-modal-header-device-error:before,
.layout-modal-header > h2.mod-modal-header-download:before {
  background-image: url(../images/icon.png);
}
.layout-modal-header > h2.mod-modal-header-progress-dialog:before {
	background-image: none;
}
.layout-modal-header > h2.mod-modal-header-search:before {
  background-position: -120px -20px;
}
.layout-modal-header > h2.mod-modal-header-sort:before {
  background-position: -20px -198px;
}
.layout-modal-header > h2.mod-modal-header-edit:before {
  background-position: -40px -180px;
}
.layout-modal-header > h2.mod-modal-header-lock:before {
  background-position: -40px -80px;
}
.layout-modal-header > h2.mod-modal-header-unlock:before {
  background-position: -80px -140px;
}
.layout-modal-header > h2.mod-modal-header-device:before,
.layout-modal-header > h3.mod-modal-header-device:before {
  background-position: -40px -200px;
}
.layout-modal-header > h2.mod-modal-header-upload:before {
  background-position: -120px -100px;
}
.layout-modal-header > h2.mod-modal-header-add-file:before {
  background-position: -120px -140px;
}
.layout-modal-header > h2.mod-modal-header-device-error:before {
  background-position: -120px -180px;
}
.layout-modal-header > h2.mod-modal-header-progress-dialog:before {
  background-position: -120px -180px;
}
.layout-modal-header > h2.mod-modal-header-download:before {
  background-position: -80px -80px;
}

.layout-modal-content p {
  font-size: 13px;
  margin-top: 12px;
}
.layout-modal-content p:first-child {
  margin-top: 20px;
}

.layout-modal-button {
  text-align: right;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.layout-modal-button > p {
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.mod-modal-button a,
.mod-modal-button input[type=submit],
.mod-modal-button input[type=button],
.mod-modal-button input[type=reset] {
  -webkit-appearance: none;
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  font-size: 13px;
  border-radius: 6px;
  transition: all 0.3s ease;
  border: none;
  padding: 0 40px;
  box-sizing: border-box;
}
.mod-modal-button a {
  border: 1px solid #9e9e9e;
}
.mod-modal-button input[type=submit], .mod-modal-button input[type=button] {
  padding: 0 70px;
  background: #0044cc;
  color: #ffffff;
}
.mod-modal-button input.mod-modal-button-delete[type=submit] {
  background: #e50000;
}
.mod-modal-button input[type=reset] {
  border: 1px solid #9e9e9e;
  background-color: #ffffff;
}
.mod-modal-button a:hover,
.mod-modal-button input[type=submit]:hover,
.mod-modal-button input[type=reset]:hover,
.mod-modal-button input[type=button]:hover{
  opacity: 0.5;
  cursor: pointer;
}

.k-slider-selection {
  background-color: transparent !important;
}
.k-draghandle {
  border-color: #333333 !important;
}


.k-state-selected {
  background-color: #fff !important;
}

/* add less lee jaeho. */
.loadingPage {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ecf0f1;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loadingPage img {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


#modalPop {
  display: none;
}


 .k-nav-current {
	order: 2;
}

/* 角丸トル */
.k-event {
	border-radius: 0;
	background-color: #ffffff;
	border: none;
}

/* tooltip */
.k-widget.k-tooltip {
	background-color: #ffffff;
	border-radius: 3px;
	border: 1px solid #9e9e9e;
	box-shadow: 2px 0 7px rgba(0,0,0,0.2) !important;
	max-width:200px;
}

/* フキダシの三角形 */
.k-callout {
	display: none;
}

.k-tooltip-content {
	text-align: left;
	word-wrap: break-word;
	word-break: break-all;
}
.k-tooltip-content .tooltipTime {
	font-size: 10px;
}
.k-tooltip-content .tooltipTitle {
	font-size: 12px;
	font-weight: bold;
}
.k-tooltip-content .tooltipUser,
.k-tooltip-content .tooltipTel,
.k-tooltip-content .tooltipComment {
	font-size: 11px;
}
.k-tooltip-content .memoIcon {
	background-image:url(../images/icon-scheduler-comment-g.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	display: none;
}
.layout-content-column {
	overflow: hidden;
}

.k-event-actions {
}
.k-event-delete {
}
.k-si-close {
	display: none;
}
.k-resize-handle {
}
.k-event .k-resize-handle:after,.k-task-single .k-resize-handle:after {
	background-color: transparent;
}

/* -------------------------------------------------- */
/* scheduler modal 3-3 */
/* -------------------------------------------------- */
.k-edit-form-container .mod-modal-table {
	border: 1px solid #bdbdbd;
	margin-top: 16px;
}
.k-edit-form-container .mod-modal-table tr {
	border-bottom: 1px solid #bdbdbd;
}
.k-edit-form-container .mod-modal-table th,
.k-edit-form-container .mod-modal-table td {
	padding: 6px 20px;
}
.k-edit-form-container .mod-modal-table th {
	background-color: #e0e0e0;
}
.k-edit-form-container .mod-modal-table td .mod-form-text,
.k-edit-form-container .mod-modal-table td .k-datetimepicker,
.k-edit-form-container .mod-modal-table td .k-multiselect-wrap {
	margin-top: -1px;
	margin-bottom: -1px;
	margin-left: -15px;
}
.k-edit-form-container .mod-form-radio-text-after {
}
.k-window > div.k-popup-edit-form {
	padding-top: 0;
}
.k-edit-form-container .k-edit-field {
	float: inherit;
}
.k-radio-label {
	padding: inherit;
}
.k-radio-label:before {
	width: inherit;
	border-style: none;
}
.k-radio:checked+.k-radio-label:after {
	display: none;
}
.k-edit-field {
	padding: 0;
}
.k-edit-field .k-datetimepicker {
	border: none;
	border-radius: 6px;
	background-color: #e0e0e0;
}
.k-picker-wrap {
}
.k-input {
	background-color: transparent;
}
.k-state-hover {
	background: inherit;
}
.k-picker-wrap.k-state-default {
}
/* v3.1 2018.1Q add start */
.k-dropdown-wrap {
	background-image: none !important;
	border-style: none !important;
	text-align: center !important;
}
.k-input {
	font-size: 13px;
}
/* v3.1 2018.1Q add end */

.k-datetimepicker .k-picker-wrap {
	border: none;
	background: inherit;
	border-radius: 6px;
	background-color: #e0e0e0;
}
.k-datetimepicker .k-picker-wrap.k-state-focused {
	box-shadow: inherit;
}
.k-picker-wrap .k-input {
	padding: 4px 0 4px 10px;
	text-indent: 0;
}
.k-state-default > .k-select {
	border: none;
}

/* 装置 プルダウン */
.k-list-scroller {
}
.k-list-scroller .k-item {
}
/* hover */
.k-list-scroller .k-item.k-state-hover {
	background: inherit;
	background-color: #e0e0e0;
	border-color: transparent;
}
/* 選択時 */
.k-list-scroller .k-item.k-state-selected {
	background: inherit;
	background-color: #002266 !important;
	border-color: transparent;
}
.k-list-scroller .k-item.k-state-selected:hover {
	color: #ffffff;
}

.k-edit-form-container .k-edit-buttons {
	border: none;
	padding: 30px 30px 10px 30px;
	right: 0;
	bottom: 0;
}
.k-edit-form-container .k-edit-buttons .k-button {
	margin-right: 20px;
}
.k-edit-form-container .k-edit-buttons .k-button:last-child {
	margin-right: 0;
}

.k-window-titlebar.k-header{
	background:transparent;
}

.a-disabled:hover {
	cursor: default;
}

.sort th a.is-on,
.tablesorter-header-inner a.is-on,
.mod-download-history-table th a.is-on{
 	font-weight: bold;
  	color: #002b80;
}

/* 2016.8 [D-xx] ログイン：必須項目強調表示 */
.mod-input-required { margin-left: 0.2em; font-size: 18px; line-height: 18px; color: #e50000; }

.ui-state-highlight, .ui-state-default { border: none; background-color: #e0e0e0; color: #424242; }

/* ユーザーGrモーダル不具合対応 */
#cboxLoadedContent{-webkit-overflow-scrolling: auto;}

.loading {
  display: none;
  width: 100%;
  height: 100%;
  background: #000000;
  position: fixed;
  opacity: 0.7;
  top: 0px;
  left: 0px;
  z-index: 10000;
  cursor:wait;
}

.loading img {
  position: fixed;
  width: 32px; /*gif画像の幅*/
  height: 32px; /*ggif画像の高さ*/
  top: 50%;
  left: 50%;
  opacity: 0.5;
}


.loading p {

  position: fixed;
  top: 55%;
  left: 50%;
  margin: 0 0 0 -3px;
  font-size:9px;
  color:#FFFFFF;

}

/* v3.1 2018.3Q
 * Kendo UI Grid (TreeList) 共通CSS設定 add start */
/* 選択中 の色指定（ページボタン） */
.k-grid .k-state-selected{
	/* 明るさ・コントラスト修正 の#fff指定を上書くためimportant */
	background-color: #002b80 !important;
}
/* 選択中 の色指定（チェック行） */
.k-grid tbody .k-state-selected{
	/* 明るさ・コントラスト修正 の#fff指定を上書くためimportant */
	background-color: #c2d6f2 !important;
	color: black;
}

/* grid内のチェックボックス表示対応(KendoUI(Kendo UI v2020.2.513)バージョンアップ対応) */
.k-grid-header input[type=checkbox],
.k-grid-content input[type=checkbox]
 {
	display: inline !important;
}
.k-filter-row th,.k-grid-header th.k-header{
	text-align: center !important;
}

.k-grid tbody .k-state-selected a{
	/* 明るさ・コントラスト修正 の#fff指定を上書くためimportant */
	background-color: #c2d6f2 !important;
	color: black;
}
/* Kendoチェックボックスの色変更 */
/* v3.3 kendoバージョンアップによって適用対象要素が変更されたため修正 */
/*.k-grid .k-checkbox:checked+.k-checkbox-label::before{*/
.k-grid .k-checkbox:checked {
	background-color: #002b80;
	color: white;
}

/* 行マウスオーバーの色変更 */
.k-grid tr:hover,
.k-grid tr.k-alt:hover{
	background: #c2d6f2;
}

/* 明細部でのポインタ形状変更 */
.k-grid tbody tr,
.k-grid input.k-checkbox+label.k-checkbox-label{
	cursor : pointer !important;
}

/* ページングボタンの形状調整 四角に修正 */
.k-grid .k-pager-numbers,
.k-grid .k-pager-numbers .k-link,
.k-grid .k-pager-numbers .k-link:hover,
.k-grid .k-pager-numbers .k-state-selected{
 	border-radius: 0;
 	font-size: 13px;
 	line-height: 32px;
 	height: 32px;
}
.k-grid .k-pager-wrap .k-link {
	border-radius: 0 !important;
}

/* ページングボタン(圧縮表示)の位置調整 */
@media only screen and (max-width:1024px){	/* 圧縮条件はkendo準拠 */
	.k-grid ul.k-pager-numbers {
		left: 85px !important;
	}
}

/* 表示件数,総件数表示
 * ヘッダ,明細 各列 */
.k-grid .k-pager-info{
	font-size: 13px;
	display: inline !important;	/* アイコン位置対応KendoUI(Kendo UI v2020.2.513)バージョンアップ対応 */
}

/* セル境界線等の設定 */
.k-grid tr th.k-header,
.k-grid tr td{
	font-size: 13px;
	white-space: nowrap;
	border-color: white;
	border-width: 0 1px 1px 0 !important;
}

.k-grid tr th.k-header{
	height: 19px;
	text-align:left !important;
}

.k-grid tr td{
	height: 25px;
}

/* ヘッダー,フッター列 背景色変更 */
.k-grid .k-grid-header, /* カラム幅調整で<th>が居なくなった部分 */
.k-grid th.k-header{
	background-color: #cfcfcf;
	background-image: none; /* kendoSilverによるグラデーション演出を無効化 */
}

/* 数字列 */
.k-grid .kendo-col-no{
 	text-align: right;
}

/* 各種アイコン列 */
.kendo-col-checkBox,.kendo-col-tooltipIcon,.kendo-col-editButton,.kendo-col-deleteButton,.kendo-col-isFavorite,.kendo-col-isAttached,.kendo-col-isUploaded,.kendo-col-expires,.kendo-col-tooltipIconInst{
	text-align: center;
}
.kendo-col-isAttached > img,.kendo-col-isUploaded > img{
	vertical-align: middle;
}

 .k-grid-header .k-link .k-icon.k-i-sort-asc-sm,.k-grid-header .k-link .k-icon.k-i-sort-desc-sm{
 	margin-top: 0px!important;
 }

/* 配信情報一覧 メッセージ部改行 */
.kendo-col-newscontents {
	white-space: normal !important;
}

