@charset "UTF-8";

/* =========================================================
 * ページ全体の定義
 * @ PAGE
 * ====================================================== */
 html,body,.wrapper{height:100%;}

#page-wrapper {min-height:100%;}

 body {
  color: #555;
  background: #fff;
  width: 100%;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','Osaka';
  font-size:12px;
}
.page-header{
  margin: 30px 0 20px;
  line-height:1.2;
}
.page-header .h_title{
  font-size:12px;
  font-weight:bold;
  color:#428e93;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.wrapper{
  position: static;
}
.defBt {
  background-color: #3d5a81;
  border-color: #3d5a81;
}
label{
  padding: 0.2em 0.6em 0.1em;
  font-weight:normal;
  margin-bottom: 0;
}
.navbar-top-links {
  padding: 7.5px;
}

button{
  outline:none;
}

/*ナビ*/
nav {
  font-size: 14px;
}

a.admintitle{
  display: inline-block;
  padding:7px;
}

nav .admintitle img{
  height: 36px;
  background: #49a1a6;
}
.sidebar ul li a.active {
  background-color: #eeeeee;
  font-weight: bold;
}
.navbar-default{
  border-style: none;
}
.navbar-toggle{
  background:#fff;
}

.sidebar .parent {
  font-size: 14px;
  font-weight: bold;
  padding: 8px 10px;
  background: #b5ccf2;
  color: #555;
}

/*フッター*/
footer {
  border-top: 1px solid #ccc;
  padding:0;
  width:100%;
  min-width:950px;
}
footer .copyright {
  font-size: 88%;
  text-align: center;
  padding: 32px 0px;
  width: 100%;
  z-index: 1;
}

/*ページング*/
.feed_page{
  text-align:center;
}
ul.pagination{
  margin:10px 0 0;
}
.resultHead .display_number{
  width:30%;
  text-align:right;
}
.pagination .active a{
  background-color:#337ab7!important;
  border-color:#337ab7!important;
}

/* 結果件数 */
.result_rows{
  margin-top:5px;
  margin-bottom:3px;
  font-size:16px;
}

/* 通常メッセージ(成功など) */
.message-list {
  padding-left: 15px;
  font-size: 14px;
}

/* エラーメッセージ */
.error-list {
  padding-left: 30px;
  font-size: 14px;
}
.error-list li {
  margin-bottom: 3px;
  list-style-type: disc;
}
.error-list li:last-child {
  margin-bottom: 0;
}
/* 一文だけの場合 */
.error.alert-danger{
  font-size: 14px;
  padding: 5px 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  position: absolute;
  top: -4px;
  right: 0;
}

/* テーブル */
.table-title{
  font-size: 18px;
  margin-bottom: 5px;
}
.table-title .cnt{
  color:#b22222;
  margin-left:10px;
  margin-right:5px;
}
th.main-th,
.main-th th{
  background: #1b4fa4!important;
  color: #fff!important;
  padding: 8px!important;
  text-align: center!important;
}
.main-th_center th{
  text-align: center!important;
}
.default-table th{
  text-align: left;
  vertical-align: middle !important;
  color: #555;
  font-weight: bold;
  background-color: #f9f9f9;
}
.default-table td{
  vertical-align: middle !important;
}
.default-table .hide-row th,
.default-table .hide-row td{
  background-color: #ccc;
}
.tmp_field{
  background:#faf3f7;
}
.sortable tr:hover{
  cursor: move;
}
span.option {
  font-size: 10px;
  background-color: #999;
  color: #fff;
  padding: 2px 4px 0;
  margin-left: 5px;
  border-radius: 2px;
}
.main_item th{
  width: 18%;
}

.main_medium_item th{
  width: 22%;
}

.main_item td{
  padding: 10px;
}
.table-inner td{
  padding: 0;
}

tr.delete td{
  background:#ccc;
}

.default-table td.no-record{
  text-align: center;
  color: #b22222;
  padding: 20px;
}

/* =========================================================
 * bootstrap上書き等
 * ====================================================== */
div.calwrap{
  display: inline-block;
  width: 128px;
  white-space: nowrap;
  padding-bottom:5px;
}
#accordion{
  margin-top:20px;
  margin-left:10px;
  margin-right:10px;
}
#accordion .panel-body{
  padding:10px;
}
.checkbox-inline{
  width:45%;
  margin-bottom: 5px;
}
.checkbox-inline + .checkbox-inline{
  margin-left:0;
  margin-bottom: 5px;
}
.checkbox{
  margin-top:0;
}
.searchBt{
  width:120px;
  background-color: #3D5A81;
  border-color:#3D5A81;
}
.searchBt:hover{
  background-color: #3D5A81;
  border-color:#3D5A81;
  opacity: 0.8;
}
.navbar-header{
  width: 100%;
  background: #1b4fa4;
}
.navbar-top-links{
  position: relative;
  float: right;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-header .msg-bar{
  position:absolute;
  top:0;
  left: 0;
  width:100%;
  height:50%;
  justify-content: center;
  align-items: center;
  background:#dff0d8;
  color:#3c763d;
  font-weight:bold;
  display:none;
}
.navbar-header .btn-logout{
  padding-left:4px;
  padding-right:4px;
}

@media (min-width: 768px) {
  #page-wrapper {
    margin: 0 0 0 180px;
  }
  .sidebar {
    width: 180px;
    margin-top: 51px;
  }
}

@media (max-width: 767px) {
  .table-responsive {
    border: none;
  }
  .navbar-header .btn-logout{
    padding-left:3px;
    padding-right:3px;
    font-size:11px;
    height:34px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning{
  background-color: #fbf2d1;
}

.panel-body.static_data label{
  font-weight:bold;
  padding:0;
}

@media (max-width: 767px) {
  .navbar-header .logged-in-btn{
    display: none;
  }
  .table-responsive > .table-bordered {
    border: 1px solid #ddd;
  }
}

/* -----------------------------------------------
 * フォーム関連
 * -------------------------------------------- */
.ui-datepicker select.ui-datepicker-year{
  color:#000;
  font-weight:normal;
  width: 38% !important; 
  margin-right:5px !important; 
}

div.required{
  position: relative;
}

div.required:after{
  content: "必須";
  display:inline-block;
  font-size: 12px;
  background-color: #e26074;
  color: #fff;
  padding: 12px 8px;
  margin: -2px 0 0 0;
  border-radius: 3px;
  position: absolute;
  margin-left: 10px;
  line-height: 0;
}

th .required:after{
  right: 0;
}

.checkbox-btn a{
  text-decoration: none;
  color: #333333;
}

input[type="checkbox"], 
input[type="radio"] {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  vertical-align: bottom;
  position: relative;
  top: -2px;
  cursor: pointer;
}

.ui-datepicker-trigger{
  width: 25px;
  height:25px;
  margin-left:5px;
  cursor: pointer;
}

.form-control{
  padding:3px;
  height:28px;
  font-size:16px;
}
.form-control.calendar{
  display: inline;
  ime-mode:disabled;
}

input[type="checkbox"], input[type="radio"]{
  margin-top:0;
}
.form-inline .form-control {
  display: inline-block;
}

input.date{
  vertical-align: middle;
  width: 110px;
  display: inline-block;
}
select.time{
  vertical-align: middle;
  width: 60px;
  display: inline-block;
}

.form-file-text{
  display: inline-block;
  background:#fff !important;
  width: 400px;
}