@charset "UTF-8";

body {
  padding-top: 10px !important;
  background: url(../img/main_bg.gif) repeat center top #efefef !important;
}

div.alert span.icon {
  float: left;
  margin-top: 5px;
  width: 24px;
}
div.alert div {
  margin-left: 26px;
}
div.alert .topErrorDisplay:before {
  padding-right: 5px;
  /* fa fa-times */
  content: "\f00d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}


.input-number {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  display: inline !important;
}

.input-number {text-align: right !important;}
.input-date, .input-number {ime-mode:disabled;}

/* ページネーションのスタイル */
.pagination > .disabled {
  display: none;
}

.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.list-group-item.checklist {
  margin-bottom: -1px;
}

.bootbox-body {
  max-height: 300px;
  overflow-y: auto;
}

.text-danger {
  color: #b94a48 !important;
}
.bg-danger {
  background-color: #f2dede !important;
}
