/* 共通 */
body {
  margin-top: 60px;
}

.container{
  width:90%;
  margin:auto;
}

input {
  width:100%;
}

span.dormant {
  color: #CCC;
}
span.active {
  color: #D00;
}


/* テーブル関係 */
thead{
  background: #EEF;
}

.table>tbody>tr>td,
.table>thead>tr>th,
td,th {
  text-align:center;
  vertical-align:middle;
  padding:5px 0;
}

table tr:nth-child(even)
{
  background-color: rgba(140,155,250,0.1);
}

table tbody:hover{
  background-color:#F0FFE0;
}

.fixed{
  top:50px;
  position:fixed;
  width:auto;
  display:none;
  border:none;
  z-index: 100;
}

.table>thead>tr>th.tablestatus{
  background: #FFF;
  text-align: right;
  padding-right: 10px;
}

.tablesearch>.input {
  display: inline;
}
.tablesearch input {
  width: 80%;
}
.search-toggle th {
  background-color: #FEE;
}

.table-head-paginator {
  margin: 0;
}
.pagination>li>a {
  float: none;
}



.page-header {
  margin-top: 10px;
}

div.view>div {
  margin-top: 5px;
  margin-bottom: 5px;
}
div.view>div.col-sm-12 {
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #EEF;
}
div.panel-footer>div.pull-right,
div.panel-footer>div.pull-left {
  margin-top: 10px;
}








@media screen and ( max-width : 767px ) {
  div.view>div.col-sm-2,
  div.form div.col-sm-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #DDD;
  }
  div.form input,
  div.form select,
  div.form textarea {
    margin-top: 5px;
  }
  div.view>div.col-sm-12 {
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
  }
}
