.navbar {
  margin-bottom: 0;
  border: 0;
}

.navbar-default {
  background: linear-gradient(#000000, #3F568A);
  border-color: #e7e7e7;
}

.navbar-default .navbar-text {
  color: white;
}

.navbar-default .navbar-nav > li > a {
  color: white;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


.row-head {
  min-height: 100px;
  padding-top: 5px;
}

.row-head-col {
  min-height: 40px;
  padding-top: 5px;
}


.container-head {
}


.pd0022 {
    padding: 0px 2px 0px 2px;
}

.pd0000 {
    padding: 0px;
}

.btn-w100{
    text-align:center;
    padding:0px;
    width :100%;
    height: 33px;
}

/* 印刷ボタン */
.btn-print{
    text-align:center;
    color: white;
    padding:0px;
    width :100%;
    height: 35px;
    background-image: linear-gradient(to bottom, #0F5D8F, #468DBE, #0F5D8F);
}

/* CSV出力ボタン */
.btn-csv{
    text-align:center;
    color: white;
    padding:0px;
    width :100%;
    height: 35px;
    background-image: linear-gradient(to bottom, #679B34, #80C13F, #679B34);
}

/* 表示するボタン */
.btn-view{
    text-align:center;
    color: white;
    padding:0px;
    width :100%;
    height: 30px;
    background-image: linear-gradient(to bottom, #196182, #31A2D4, #196182);
}

.dropdown-menu {
    background-color: #3F568A;
}

.dropdown-menu > li > a {
  color: white;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: white;
  background-color: #3F568A;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: white;
  border-color: #f0f0f0;
}

/* テーブルの行をホバー */
.tr-line {
  height:40px;
}

.tr-line:hover {
  background-color: #f0f0f0;
}

/* テーブルの列ヘッダ */
.list-header {
  background-color: #003366;
  color: white;
  font-weight: 100;
}

.my-label-title {
    width :100%;
    background-color: transparent;
    font-weight: normal;
    color : #ffffff;
    height: 33px;
    padding: 7px 5px 0px 10px;
    margin-right : 3px;
    text-align: right;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.my-label-title2 {
    width :100%;
    background-color: transparent;
    font-weight: normal;
    color : #ffffff;
    height: 34px;
    padding: 0px 5px 0px 10px;
    margin-right : 3px;
    text-align: right;
    vertical-align: middle;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.my-label-title3 {
    width :100%;
    background-color: transparent;
    font-weight: 300;
    color : #ffffff;
    height: 32px;
    text-align: left;
    vertical-align: middle;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.my-label-title4 {
    width :100%;
    background-color: transparent;
    font-weight: 200;
    font-family: Meiryo;
    color : #ffffff;
    height: 33px;
    padding: 7px 5px 0px 10px;
    margin-right : 3px;
    text-align: left;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.my-label-info {
    width :100%;
    background-color: transparent;
    font-weight: normal;
    color : #ffffff;
    height: 20px;
    padding: 7px 5px 0px 10px;
    margin-right : 3px;
    text-align: right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

th, td {
  font-weight: 100;
  border-collapse: collapse;
  border: solid 1px #c0c0c0;
}


.custom-table{
    overflow:auto !important;
    table-layout:fixed !important;

}

.custom-table td {
    vertical-align:middle !important;
    height:40px;
    white-space: nowrap;

}

.custom-table th {
    white-space: nowrap !important;

}

.background-color-required {
  background-color: #fde9d9;
}


.btn-viewbig{
    text-align:center;
    color: white;
    padding:0px;
    width :100%;
    height: 45px;
    background-image: linear-gradient(to bottom, #196182, #31A2D4, #196182);
}

.btn-redbig{
    text-align:center;
    color: white;
    padding:0px;
    width :100%;
    height: 45px;
    background-image: linear-gradient(to bottom,#671818,#d13b3b,#671818);
}

.checkboxmessage input {
    vertical-align:middle;
    height:24px; 
    width:24px;
}
.checkboxmessage label {
    width :100%;
    background-color: transparent;
    font-weight: normal;
    color : #ffffff;
    
    padding: 0px 0px 0px 0px;
    margin-top:2px;
    margin-right : 3px;
    text-align: right;
}
