/**
 * AdminLTE_wisi.css
 * AdminLTEの拡張
 *
 * Copyright 2017 wisi inc. All Rights Reserved.
 * edited 20171128 customized button for plaza
 *
 **/

/**
 * General
 *
 **/
html.wisi .fl{
	float:left;
}

html.wisi .fr{
	float:right;
}

html.wisi .nw{
	white-space:nowrap;
}

.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

/**
 * Typo
 *
 **/

em.large{
	font-style:normal;
	font-size: 1.2em;
	font-weight: bold;
}

/**
 * Reset
 *
 **/
html.wisi,
html.wisi body,
html.wisi h1,
html.wisi h2,
html.wisi h3,
html.wisi h4,
html.wisi h5,
html.wisi h6,
html.wisi .main-header .logo
{
	font-family:'メイリオ','ＭＳ Ｐゴシック',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif !important;
}

html.wisi h1{
	font-weight:400;
}


/**
 * Shadow
 * Trunceported from MDL
 *
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 *
 **/
html.wisi .mdl-shadow--2dp {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

html.wisi .mdl-shadow--3dp {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12); }

html.wisi .mdl-shadow--4dp {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

html.wisi .mdl-shadow--6dp {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }

html.wisi .mdl-shadow--8dp {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); }

html.wisi .mdl-shadow--16dp {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }

html.wisi .mdl-shadow--24dp {
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2); }



/**
 * Button
 *
 **/
html.wisi .btn{
	box-shadow: 1px 2px 1px rgba( 70, 70, 70, 0.4 );
	transition-duration:0.4s;
}

	/*マウスオーバー*/
	html.wisi .btn:hover{
		box-shadow:1px 2px 1px rgba( 70, 70, 70, 0.4 ),
		2px 2px 3px 30px rgba(255,255,128,0.08) inset;
	}


/**
 * Margin
 *
 **/
html.wisi .margin-bottom--2dp {
	margin-bottom:2px; }

html.wisi .margin-bottom--3dp {
	margin-bottom:3px; }

html.wisi .margin-bottom--4dp {
	margin-bottom:4px; }

html.wisi .margin-bottom--6dp {
	margin-bottom:6px; }

html.wisi .margin-bottom--8dp {
	margin-bottom:8px; }

html.wisi .margin-bottom--16dp {
	margin-bottom:16px; }

html.wisi .margin-bottom--24dp {
	margin-bottom:24px; }

html.wisi .margin-bottom--32dp {
	margin-bottom:32px; }

html.wisi .margin-bottom--64dp {
	margin-bottom:64px; }



/**
 * Table
 *
 **/
html.wisi .dataTable > tbody > tr:nth-child(even) > td,	/*テーブルの偶数番目の背景色を変化させる*/
html.wisi .dataTable > tbody > tr:nth-child(even) > th
{
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAFoEvQfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA1JREFUeNpjqJ57lR8ABYEB/dYRRVgAAAAASUVORK5CYII= );
}


/**
 * Text
 *
 **/
.text-annotation{
	font-size: 0.8em;
}


/**
 * ボックス
 *
 **/
.scroll-box{
	overflow:scroll;
	height:10em;
}


/**
 * ---------------------------------------------------------------------------------------------------------------------
 * プラグイン
 * ---------------------------------------------------------------------------------------------------------------------
 **/


/**
 * fileupload
 *
 **/
.has-error .fileinput-upload-button{	/*エラー時にアップロードボタンを非表示にする*/
	display: none;
}

.file-upload-indicator{	/*指さしボタンを非表示にする*/
	display: none;
}

/**
 * datepicker
 *
 **/
.dropdown-menu{
	z-index:2000 !important;
}



