.hide {
  display: none;
}

.text-white {
  color: #fff;
}

.kuroko-menu {
  background-color: #00c262;
  /*background-image: linear-gradient(180deg,#00c262 10%,#fff 100%); */
  background-size: cover;
}

.kuroko-bgcolor {
  background-color: #00c262;
  background-size: cover;
}

.kuroko-login-image {
  background: url('../img/hcconnect.png');
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}

.login-btn {
  background-color: #3b5998;
}

#login-status {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.kuroko-footer li {
  display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
	border-left:1px solid #999;
}

.kuroko-footer li.first {
  display: inline;
  list-style-type: none;
  margin-right: 6px;
  border-left: 0;
  padding-left: 0;
}

.kuroko-table-thead {
  background-color: #00c262;
  color: #fff;
  font-weight: bold;
}

.kuroko-pointer {
  cursor: pointer;
}

ul.kuroko-toastr-error {
  list-style: none;
  margin-left: -2em;
}

/* KUROKO Apps詳細情報表示 */
.apps-info {
  z-index: 999;
  position: fixed;
  top: 30px;
  margin-left: 10px;
  margin-right: auto;
}

.apps-info .card {
  /* height: 500px; */
}

#information {
  z-index: 999;
  position: fixed;
  top: 30px;
  margin-left: 10px;
  margin-right: auto;
}

.w600 {
  width: 600px;
}

.w700 {
  width: 700px;
}

.w800 {
  width: 800px;
}

.w900 {
  width: 900px;
}

.w1000 {
   width: 1000px;
}

.h200 {
  height: 200px;
}

.h400 {
  height: 400px;
}

.h500 {
  height: 500px;
}

.h600 {
  height: 600px;
}

.h700 {
  height: 700px;
}

.h800 {
  height: 800px;
}

.scroll-y {
  overflow-y: auto;
}

.apps-info div i {
  cursor: pointer;
}

.apps-info .card-body {
  overflow-y: auto;
}

.cursor-pointer {
  cursor: pointer;
}

/* ログインエラー表示 */
.apps-error {
  z-index: 999;
  position: fixed;
  bottom: 50px;
  margin-left: 10px;
  margin-right: auto;
}

/* Apps接続処理表示 */
.apps-connecting {
  z-index: 999;
  position: fixed;
  bottom: 50px;
  margin-left: 10px;
  margin-right: auto;
}

/* Apps切断処理表示 */
.apps-disconnecting {
  z-index: 999;
  position: fixed;
  bottom: 50px;
  margin-left: 10px;
  margin-right: auto;
}

/* Apps状態表示 */
.apps-status {
  z-index: 999;
  position: fixed;
  bottom: 50px;
  margin-left: 10px;
  margin-right: auto;
}

/* Apps接続先一覧表示 */
.access-list {
  z-index: 999;
  position: fixed;
  top: 30px;
  margin-left: 10px;
  margin-right: auto;
}

.access-list div i {
  cursor: pointer;
}

.access-list .card-body {
  overflow-y: auto;
}

/* Apps監視一覧表示 */
.monitor-list {
  z-index: 999;
  position: fixed;
  top: 30px;
  margin-left: 10px;
  margin-right: auto;
}

.monitor-list div i {
  cursor: pointer;
}

.monitor-list .card-body {
  overflow-y: auto;
}

/* お問い合わせ詳細表示 */
#inquiry-detail {
  z-index: 999;
  position: fixed;
  top: 30px;
  margin-left: 10px;
  margin-right: auto;
}

#inquiry-detail div i {
  cursor: pointer;
}

/* select2 custom style */
.select2-selection__rendered {
  line-height: 32px !important;
}

.select2-selection {
  height: 34px !important;
}

/* select2 invalid custom */
.is-valid .select2-dropdown,
.is-valid .select2-selection {
  border-color: #28a745;
}

.is-valid .select2-container--focus .select2-selection,
.is-valid .select2-container--open .select2-selection {
  border-color: #1e7e34;
}

.is-valid .select2-container--focus .select2-selection:focus,
.is-valid .select2-container--open .select2-selection:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.is-valid.select2-drop-active {
  border-color: #1e7e34;
}

.is-valid.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #1e7e34;
}

.is-invalid .select2-dropdown,
.is-invalid .select2-selection {
  border-color: #dc3545;
}

.is-invalid .select2-container--focus .select2-selection,
.is-invalid .select2-container--open .select2-selection {
  border-color: #bd2130;
}

.is-invalid .select2-container--focus .select2-selection:focus,
.is-invalid .select2-container--open .select2-selection:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.is-invalid.select2-drop-active {
  border-color: #bd2130;
}

.is-invalid.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #bd2130;
}

/* FAQ詳細情報表示 */
.detail-page {
  z-index: 999;
  position: fixed;
  top: 30px;
  margin-left: 10px;
  margin-right: auto;
}

.detail-page div i {
  cursor: pointer;
}

.detail-page .card-body {
  overflow-y: auto;
}

.word-break {
  word-break: break-word;
}

/* Appsリストでフォーカスしたい場合 */
.apps-forcus {
  background-color: #ffffcc;
}

.modal-top20 {
  top: 20%;
}
