﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.head-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
/*
    max-width: 280px;
*/
}

* {
    font-family: "Meiryo";
}

h1 {
    font-family: "Meiryo";

    padding: 5px 5px 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
h2 {
    font-family: "Meiryo";
    color: #ffffff;
    background-color: #102040;

    padding: 5px 5px 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
h3 {
	font-family: "Meiryo";
    color: #ffffff;
    background-color: #102040;

    padding: 5px 5px 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
h4 {
	font-family: "Meiryo";
    color: #ffffff;
    background-color: #102040;

    padding: 5px 5px 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.h4 {
	font-family: "Meiryo";
    color: #ffffff;
    background-color: #102040;

    padding: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    margin-top:10px;
    margin-bottom: 25px;
    height:30px;
}

.footer{
    text-align: center;  
}

th > input[type="radio"] {
    padding:0px;
    margin:0px;
    display:none;   
    border-style: none;
    font:inherit;
    color:inherit;
    background-color:inherit;
}

.label-button {
     border-style: none;
     font:inherit;
     color:inherit;
     background-color:inherit;
 /*    color: #fff;*/
}

.label-radio {
    padding:0px;
    margin:0px;
    border-style: none;
    font:inherit;
    color:inherit;
    background-color:inherit;
}
.p0-r2{
    padding: 0px 2px 0px 0px;
}
.btn-w100{
    text-align:center;
    padding:0px;
    width :100%;
    height: 33px;
}
.btn-a{
    text-align:center;
    padding-top:6px;
    width :100%;
    height: 33px;
}



.my-label{
    font-weight: 100;
    background-color: #446688;
    color : #ffffff;
    height: 33px;
    padding: 7px 0px 0px 10px;
    margin-right : 3px;
    width :100%;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.my-label-nr{
    width :100%;
    font-weight: 100;
    background-color: #4488cc;
    color : #ffffff;
    height: 33px;
    padding: 7px 0px 0px 10px;
    margin-right : 3px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.my-label-ft{
    font-weight: 100;
    background-color: #ffffff;
    color : #000000;
    height: 33px;
    padding: 7px 0px 0px 0px;
    margin-right : 3px;
    width :100%;
    text-align:center;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.empty-label{
    font-weight: 100;
    background-color: #ffffff;
    color : #000000;
    height: 33px;
    padding: 7px 0px 0px 10px;
    margin-right : 3px;
    width :100%;
}
input[readonly] {
  background-color: #d0f0ff !important;
  cursor: default;
}
input[readonly].disabled {
  background-color: #eeeeee !important;
  cursor: default;
}



select[readonly] {
  background-color: #d0f0ff !important;
  cursor: default;
}
select[readonly].disabled {
  background-color: #eeeeee !important;
  cursor: default;
}




.table-header {
	font-weight: normal;
	color: #ffffff;
    background-color: #446688;
}
.nr {
    background-color: #4488cc !important;
}


.table-header > tr > th {
    text-align:center;
    vertical-align:top;
    font-weight:900;
}
.tbody-input {
}
.tbody-input > tr > td {
    padding: 2px !important;
}

.search-container {
    background-color: #003366;
    margin: 0;
    padding: 5px 0px 5px 0px;
    border-top: 1px solid #8888cc;
}


.my-label-kara {
    width :100%;
    background-color:transparent;
    font-weight: normal;
    color : #ffffff;
    height: 31px;
    text-align:center;
    vertical-align: middle;
    padding: 4px 0px 0px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  color:white;
  font-size:x-large;
  font-weight:bold;
}

#loading {
    display: table;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color:#003366;
    opacity: 0.7;
}