.shiftRowColor_Out{
  background-color: #0079BA;
  color: white;
}

.shiftRowColor_Rest {
  background-color: #c17a7a;
  color: white;
}


.centertext {
  text-align: center;
}


.bootstrap-table thead tr th, .bootstrap-table tbody tr th, .bootstrap-table tfoot tr th, .bootstrap-table thead tr td, .bootstrap-table tbody tr td, .bootstrap-table tfoot tr td {
    padding: 4px !important;
}


.datecontainer {
    width: 24px;
    height: 24px;
}

.weui-grid-col2 {
    width: 50%;
}



.weui-media-box__ft {
  text-align: right;
  color: #999999;
}
.weui-media-box .weui-media-box__ft {
  padding-right: 13px;
  position: relative;
}
.weui-media-box .weui-media-box__ft:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
          transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}

.pagetitle {
    min-height: 45px;
    text-align: center;
    background-color: rgb(0,203,140);
    color: white;
    padding-top: 9px;
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.pullrefresh {
    z-index: -1;
}
.navbar {
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}        

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.weui-cell_toolbar {
  padding: 0;
}

.weui-cell_toolbar .weui-btn {
    border-radius: 0px; 
}

.weui-bigimage {
  display: inline-block;
  padding: .15em .4em;
  min-width: 8px;
  border-radius: 18px;
  line-height: 1.2;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
}

.button-sp-area {
    margin: 0 auto;
    padding: 15px 0;
    width: 60%;
}

.hide{
    display:none;
}

.bootstrap-table table {
    width: 100%;
}

.bootstrap-table .f14 {
    font-size: 14px;
}

.bootstrap-table .f12 {
    font-size: 12px;
    font-weight :normal;
}

.bootstrap-table tbody td {
    /*border-left: 1px solid #dddddd;*/
}

.bootstrap-table table {
    margin-bottom: 0 !important;
    border-radius: 1px;
    /*border: 1px solid #dddddd;*/
}

.bootstrap-table tbody tr:first-child td {
    border-top: none;
}
.bootstrap-table thead tr th, .bootstrap-table tbody tr th, .bootstrap-table tfoot tr th, .bootstrap-table thead tr td, .bootstrap-table tbody tr td, .bootstrap-table tfoot tr td {
    padding: 8px;
    /* line-height: 1.428571429; */
    /* vertical-align: top; */
    border-top: 1px solid #dddddd;
}

