html {
  height: 100%;
}

@media (min-width: 1000px) {
  .session_name {
    display: block !important;
  }
}

@media (max-width: 999px) and (min-width: 768px) {
  .session_name {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .session_name {
    display: block !important;
  }
}


/*
body {
  height: 100%;
  padding-top: 50px;
}
*/
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -40px;
  /* Pad bottom by footer height */
  padding: 0 0 40px;
}


/* Set the fixed height of the footer here */
#footer {
  height: 40px;
  background-color: #f5f5f5;
}


.container .credit {
  margin: 10px 0;
}

a {
	cursor: pointer;
}

/* glyphicon color ======================================== */
.glyphicon-color-yellow {
  color: #EDAE00;
}


/* ログイン ======================================== */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* 一覧 ======================================== */
/* 検索エリア */
.panel-group > .panel > .panel-heading {
  padding: 0;
}
.panel-group > .panel > .panel-heading a:active,
.panel-group > .panel > .panel-heading a:hover,
.panel-group > .panel > .panel-heading a:focus {
  text-decoration: none;
}
a.accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* ページャー */
.page {
  margin: 5px 0px;
}

/* テーブル */
.base_table {
  overflow: auto;
}

@media (min-width: 768px) {
  .table-responsive > .table {
    margin-bottom: 0px;
  }
}

/* 項目名 */
.table > thead > tr > th{
  text-align: center;
  white-space: nowrap;
}

/* ソートアイコン */
.sort_icon {
  color:#6495ED;
}

/* 値 */
.table > tbody > tr > td,
.table > tfoot > tr > td{
  text-align: center;
}

/* 選択 */
td.td_chk{
  width:47px;
}

/* アイコン 編集 */
td.td_update{
  width:47px;
}

/* アイコン 削除 */
td.td_delete{
  width:47px;
}

/* 一覧上部ボタン */
.list-button-upper {
  text-align: right;
  margin: 0 0 5px 0;
}

/* 一覧下部ボタン */
.list-button-lower{
  text-align: right;
  margin: 5px 0 5px 0;
}

/* 登録 ======================================== */
/* 必須マーク */
.attention
{
  color: #FF0000;
  padding-right: 3px;
  font-weight: normal;
}

/* list レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .form-horizontal .card .col-form-label {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .form-horizontal .card .col-md-3.col-form-label {
    text-align: left;
  }
}

/* highchartsのグラフの高さがpaper-dashboardのcssで変更されてしまう問題の対応 */
svg.highcharts-root {
  height: auto !important;
}

/* TEL FAX */
.has-success.form-group .inp-tel,
.has-success.form-group.no-border .inp-tel,
.has-danger.form-group .inp-tel,
.has-danger.form-group.no-border .inp-tel {
  max-width: 150px;
  padding-right: 10px;
}
.inp-tel
{
  max-width: 150px;
  padding-right: 10px;
}

/* 日付 */
.has-success.form-group .inp-date,
.has-success.form-group.no-border .inp-date,
.has-danger.form-group .inp-date,
.has-danger.form-group.no-border .inp-date {
  min-width: 105px;
  max-width: 150px;
  padding-right: 10px;
}
.inp-date
{
  min-width: 105px;
  max-width: 150px;
  display: inline;
  padding-right: 10px;
}

/* 金額 */
.has-success.form-group .inp-money,
.has-success.form-group.no-border .inp-money,
.has-danger.form-group .inp-money,
.has-danger.form-group.no-border .inp-money {
  max-width: 185px;
  text-align: right;
  padding-right: 10px;
}
.inp-money
{
  max-width: 185px;
  text-align: right;
  padding-right: 10px;
}
/* セレクトボックス20文字 */
.has-success.form-group .inp-select20,
.has-success.form-group.no-border .inp-select20,
.has-danger.form-group .inp-select20,
.has-danger.form-group.no-border .inp-select20 {
  max-width: 340px;
  padding: 5px 10px 5px 10px !important;
}
.inp-select20
{
  max-width: 340px;
  height:36px;
  padding: 5px 10px 5px 10px !important;
}
/* テキストボックス20文字 */
.has-success.form-group .inp-text20,
.has-success.form-group.no-border .inp-text20,
.has-danger.form-group .inp-text20,
.has-danger.form-group.no-border .inp-text20 {
  max-width: 340px;
}
.inp-text20
{
  max-width: 340px;
}

/* ラベル */
.inp-label
{
}

/* サジェスト */
.select2-container .select2-selection--single {
  height:36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height:36px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #dddddd;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    min-height: 31px;
}

/* dashboard ======================================== */
tr.check {
  background-color: #FFFFCC;
}

/* 売上・仕入 ======================================== */
.akaden {
  background-color: #FFBCBC;
}