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-md-2.col-form-label {
    text-align: left;
  }
}

/* highchartsのグラフの高さがpaper-dashboardのcssで変更されてしまう問題の対応 */
svg.highcharts-root {
  height: auto !important;
}

/* サジェスト */
.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;
}
