@charset "UTF-8";

body.body-login {
  background-color: #4b89da;
}

body.body-login div.card {
  background: rgba(255, 255, 255, 0.75);
}

div.loading {
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #f7f7f9;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  background-image: url('../img/ajax-loader.gif');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-standard {
  background-color: #4b89da;
}

.toast {
  position: absolute;
  top: 80px;
  right: 20px;
  z-index: 9999;
}

.col-form-label {
  font-weight: bold;
}

table.table-hover tbody tr.selectable-row:hover {
  background-color: #f1c40f40;
}

table tbody tr.selectable-row td.selectable-col {
  cursor: pointer;
}

table thead tr th.head-col,
table tbody tr td.head-col {
  width: 60px;
}

.text-notice {
  list-style: none;
  padding-left: 1.5em;
  margin-left: 0.5em;
}

.text-notice li {
  text-indent: -1.5em;
}

.text-notice li:before {
  content: "※";
  margin-right: 0.5em;
}
