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;
}


/* 状態監視（トップページ） ======================================== */
ul.monitoring
{
	margin-bottom: 2px;
}

table.monitoring
{
	width:98%;
	height:98%;
	margin: auto;
}

.badge-vpp {
  background-color: #4cae4c;
}

.warn {
	letter-spacing: 2px;
	padding: 4px 3px 4px 6px;
	font-size: 9pt;
	font-weight: 550;
}

/* Executive02（専用ページ） ======================================== */
table.executive02
{
	width:98%;
	height:98%;
	margin: auto;
	color:white;
}

table.executive02 > tbody > tr > td{
  text-align: left;
}

table.executive02 > tbody > tr > td > span{
  letter-spacing: 1.3px;
  font-weight: normal;
  padding: 3px 4px 3px 6px;
}

.panel-executive02 {
	border-color:#059acc;
	border-width:3px;
	background-color:rgba(14, 45, 76, 0.5);
}

.panel-executive02-alert {
	border-color:#b90000;
	border-width:3px;
	background-color:rgba(76, 14, 14, 0.5);
}

.panel-heading-executive02 {
	background-color:rgba(14, 45, 76, 0.7);
	color:white;
	font-weight:500;
}

.panel-heading-executive02-alert {
	background-color:rgba(76, 14, 14, 0.7);
	color:white;
	font-weight:500;
}


.kw-panel-executive02 {
	margin:5px 0px 0px 5px;
	background-color:rgba(41, 41, 41, 0.7);
	border: 0px;
}

.kw-heading-executive02 {
	color: #909090;
	text-align: center;
	font-size: 15px;
	padding: 10px 0 0 0;
}

.kw-executive02 {
	padding: 0%;
	font-size:30px;
	font-weight:bold;
	color:white;
	text-align:center;
}

/* ONOFFスイッチ ======================================== */
.onoffswitch {
    position: relative; width: 55px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 17px; padding: 0; line-height: 17px;
    font-size: 11px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #3450C1; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 14px; height:14px; margin: 3.5px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 32px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 2px;
}


/* 全画面スイッチ ======================================== */
.dispswitch {
    position: relative; width: 55px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
