@charset "UTF-8";

/* 幅が1200px以上の場合、 containerを960に固定する*/
CSS@media (min-width: 1200px) {
    .container {
        max-width: 960px;
    }
}

/* 履歴入力画面のウィザード内で使用するボタンのスタイル */
button.wizard-button {
	font-size: 1.2em;  /*文字サイズ*/
	font-weight: bold; /*文字の太さをboldに指定*/
	width: 250px;      /*幅*/
}

/* 承認画面内で使用するボタンのスタイル */
button.approval-button {
	font-size: 1.2em;  /*文字サイズ*/
	font-weight: bold; /*文字の太さをboldに指定*/
	width: 150px;      /*幅*/
}

input.datetimepicker-size {
    width: 250px;      /*幅*/
}

/*ログインタイトルのスタイル*/
.login-title {
    max-width: 35rem;
    margin: 50px auto;
    color: #C1C1C1;           /*文字色グレー*/
    border: solid 1px #C1C1C1;/*線色グレー*/
    padding: 0.5em;           /*文字周りの余白*/
    border-radius: 0.5em;     /*角丸*/
    text-align: center;       /*テキスト中央揃え*/
}

/*機能タイトル*/
.box1 {
  position: relative;
  padding: .5em 1em .5em 1.5em;
  border: 1px solid #ccc;
  background-color: #fffff4;
  margin-top: .5em;
}
.box1::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #3498db;
  border-radius: 4px;
}

/*メンテナンス画面タイトル*/
.maintenance-title {
    color: #153c6e;
    margin: 0;
    font-weight: bold;
    text-align: center;
}

/*メンテナンス画面説明文*/
.maintenance-text {
    color: #505050;
    margin: 0;
}

/*メンテナンス画面説明文*/
.maintenance-date-text {
    color: #505050;
    margin: 0;
    font-weight: bold;
    text-align: center;
}


/*検索条件説明文のスタイル*/
.search-title {
  position: relative;/*相対位置*/
  padding: .3em 1em .3em 1.5em;
  color: #808080;/*文字色*/
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fffff4;
}

/*カードタイトルのスタイル*/
.card-title {
  color: #808080;   /*文字色*/
  font-size: 1.1em; /*フォントサイズ*/
}

/*ツールチップのサイズを変更*/
.tooltip-inner{
  max-width: 100%;
}

.label-title {
    margin-left: 25px;       /*左の余白*/
    margin-right: 25px;      /*右の余白*/
}

.label-input-title {
	font-size: large;        /*フォントサイズ*/
}

.label-input-title2 {
    margin-top: 0.5em;       /*上の余白*/
}

/*必須入力メッセージ用スタイル*/
.label-required {
    margin-left: .3em;        /*左の余白 1文字の30%*/
    color: #DD0000;           /*文字色赤*/
    font-size: .9em;          /*フォントサイズ 1文字の90%*/
    padding: 3px;             /*文字周りの余白*/
    background-color: #FFE4E1;/*背景色ピンク*/
}

.label-default {
    margin-left: 0.5em;        /*左の余白 1文字の50%*/
    margin-right: 0.5em;       /*右の余白 1文字の50%*/
}

.setume {
	color: #708090;
	font-size: .8em;
}

.siyo-kijun {
	font-size: .8em;
}

/*カラー*/
.icon_success {
	color: #5cb85c;
}
.icon_danger {
	color: #d9534f;
}
.icon_warning {
	color: #f0ad4e;
}
.icon_primary {
	color: #4f9bd4;
}


/*カレンダーの土・日スタイル設定*/
.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
    color: #f00;
}
.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
    color: #00f;
}

/*
Datatablesでセルのデータ右揃え
[text-right]を使用するとヘッダーまで中央揃えになるため
*/
.datatable_text_align_right
 {
    vertical-align: middle;
    text-align: right;
}

/*Bootstrapテーブルセルの文字配置変更*/
.table > tbody > tr > th,
.table > thead > tr > th {
    vertical-align: middle;
    text-align: center;
}

/*dataTableの行選択時に設定する行背景色*/
table.dataTable tbody tr.selected {
  background-color: #cce6fc;
}

/*Bootstrapカスタムコントロール（チェックボックス・ラジオボタン）サイズ変更*/
.custom-control-label::before
,.custom-control-label::after {
	-ms-transform: scale(1.25, 1.25);
	-webkit-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25);
}


/* 履歴入力画面の肥料農薬エラーメッセージスタイル */
#empty-message {
    color: #FF8C00;
    font-size: .8em;
	display:block;
}

/*数値入力時スピンボタン非表示*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*入力画面エラーメッセージ用スタイル*/
span[name*="error_message"]{
	color: #DD0000; 
	font-size: .8em;
	display:block;
}

/*画面マスクスタイル*/
#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #505050;
  opacity: 0.8;
  text-align: center;
  padding-top: 450px;
  color: #FFF
}

/*同一行における左寄せ・右寄せの設定*/
.inline-parent {
  position: relative;
}
.inline-parent .left {
  position: absolute;
  text-align: left;
}
.inline-parent .right {
  text-align: right;
}

/*pdfサイズ設定*/
iframe[src$=".pdf"] {
    width:100%;
    height:80vh;
}