/**
 * reset
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
	margin: 0;
	padding: 0;
	outline: 0;
	background: transparent;
}

@-ms-viewport {
  width:device-width;
}

@viewport {
  width:device-width;
}

html, body {
	color: #000;
	font: 15px/1.7 "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 100%;
  background-color: white;
}

h2 {
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #004e9f;
  font-size: 16pt !important;
  margin-top:0px;
}

input[type="file"] {
  display: none;
}

table.tbody_hover tbody:hover{
	background-color: rgba(0,0,0,.075);
}

tbody{
  border-style:none !important;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  background-color: white;
}

iframe
{
  border: 0 !important;
}

label {
  margin-bottom: -0.5rem !important
}
#wrapper {
  min-height: 100vh; 
  position: relative;
  padding-bottom: 70px;
  box-sizing: border-box;
  background-color: white;
}

.table th {
  /*font-weight: bolder;*/
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
  font-weight: normal;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td,
.table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  vertical-align: middle;
}

.table-start-print{
  width: 300px; 
  table-layout: fixed;
  border: dotted 1px dimgray;
}

.table-start-print>tbody>tr>td{
  border: dotted 1px dimgray;
}

.inputTable>tbody>tr
{
  height: 44px;
}

.logo{
  width: 150px;
  height: 30px;
  vertical-align: baseline;
}

.remove_all_area{
	transition: all 0.2s;
}

.master-title-right{
  float: right;
  line-height: 50px;
}

.while
{
  margin-left: 10px;
  margin-right: 10px;
}

.remove_all{
  margin-bottom: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}

.navbar-brand{
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bolder;
  font-size: 14pt !important;
}

.clicked .remove_all {
  opacity: 1;
  visibility: visible;
}

.ui-datepicker { 
  z-index: 1000 !important; 
}

.form-control::placeholder{
  color: lightgray !important;
}

:-ms-input-placeholder {
  color: lightgray !important;
}

.overflow {
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overflowAccountId {
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overflowShukka {
  width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overflowOtodokeCode {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overflowOtodokeName {
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overflowOtodokeAddress {
  width: 340px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overflowIraininCode {
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.overflowIraininName {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overflowIraininRemarks {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overflowOtodokeCodeSearch {
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overflowOtodokeNameSearch {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overflowOtodokeAddressSearch {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overflowIraininCodeSearch {
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overflowIraininNameSearch {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overflowIraininAddressSearch {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overflowIraininRemarksSearch {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/*-----ログイン画面のスタイル-----*/
.login-container {
    position: relative;
    max-width: 300px;
    margin: 20px auto;
    padding: 20px 40px 40px;
    text-align: center;
    background: #fff;
    border: 1px solid rgb(95, 95, 95);
}

.form-box {
  margin-top: 20px;
}

.form-box input 
{
  width: 100%;
  padding: 10px;
  text-align: center;
  height: 40px;
  border: 1px solid #ccc;
  background: #fafafa;
  transition: 0.2s ease-in-out;
}

.form-box input:focus 
{
  outline: 0;
  background: #eee;
}

.form-box input[type="text"] 
{
  border-radius: 5px 5px 0 0;
}

.form-box input[type="password"] 
{
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

.loginBtn 
{
  margin-top: 30px;
}

.form-box
{
  padding: 10px 20px;
}

.login 
{
/* 画像ファイルの指定 */
/*background-image: url("");*/

 /* 画像を常に天地左右の中央に配置 */
background-position: center bottom;
 
/* 画像をタイル状に繰り返し表示しない */
background-repeat: no-repeat;

/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
background-attachment: fixed;
 
/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
background-size: cover;
 
/* 背景画像が読み込まれる前に表示される背景のカラー */
background-color: rgb(218, 218, 218);
}
/*-----ログイン画面のスタイル-----*/

/* 取消行 */
.line-del {
  background: #ffebf0;
  color: #ff6369;
  text-decoration: line-through;
}

.site-header{
  background: #fff;
  display: flex;
  padding: 20px;
  position: absolute;
  justify-content: space-between;
  width: 100%;
}
.site-header.fixed{
  position: fixed;
  top: 0;
}