﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-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;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 0;
    }
    .navbar {
        position: static !important;
    }
}

/* 追加 */

input:focus, input:active,
a:focus, a:active,
button:focus, button:active {
    outline-color: #5d4e9f;
}

.navbar-navright {
    padding-top: 18px;
    right: 0;
    left: auto;
    float: right !important;
}

.navbar-navleft {
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-brandfont {
  font-weight: bold; 
  font-size: 18px;
  line-height: 20px;
}

.pagetitle {
    font-weight: bold; 
    font-size: 20px;
    margin-top: 8px;
    margin-right: 20px;
    padding:10px 30px 10px 30px;
    color: #5d4e9f;
}

a.navbar-brandright:focus,
a.navbar-brandright:hover {
    color: #ffffff;
    opacity: 0.8;
}

input[type="text"] {
     margin: 1px 0px 1px 1px;
     padding: 3px 2px 5px 2px;
}

input[type="password"] {
     margin: 1px 0px 1px 1px;
     padding: 3px 2px 5px 2px;
}

select {
     margin: 1px 0px 1px 1px;
     padding: 3px 2px 5px 2px;
}

table.bodytable {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

table.Key {
    vertical-align:middle;
}

table.Main {
    border-collapse: separate; 
    border-spacing: 1px; 
    border-top: 1px solid #ccc; 
    vertical-align:middle;
}

table.Main td {
    border-bottom: 1px solid #ccc; 
}

table.MainCenter {
    border-collapse: separate; 
    border-spacing: 1px; 
    border-top: 1px solid #ccc; 
    vertical-align:middle;
    text-align:center;
}

table.MainCenter td {
    border-bottom: 1px solid #ccc; 
}

table.wakunone td {
    border-bottom: none; 
}

.fontmess {
   color: #5d4e9f;
}

td.Name {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background-color: #5d4e9f;
    border-bottom: 1px solid #ccc; 
}

td.searchconditions {
    margin-top: 0px;
    margin-bottom: 0px;
}

.orbutton {
    background: #5d4e9f;
    font-size: 11pt;
    font-weight: bold;
    padding: 5px 12px;
    color: #fff;
    border-style: none;
    box-shadow: 2px 2px 3px 1px #666;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.orbutton:focus,
.orbutton:hover {
    opacity: 0.8;
}


.orbutton2 {
    background: #5d4e9f;
    font-size: 10.5pt;
    font-weight: bold;
    padding: 2px 12px;
    color: #fff;
    border-style: none;
    box-shadow: 2px 2px 3px 1px #666;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.orbutton2:focus,
.orbutton2:hover {
    opacity: 0.8;
}

/*2020/11/02_追加_ボタン白と青の位置揃え*/
.orbutton3 {
    background: #5d4e9f;
    font-size: 11pt;
    font-weight: bold;
    padding: 5px 12px;
    color: #fff;
    border-style: none;
    box-shadow: 2px 2px 3px 1px #666;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 2px;
}

.orbutton_white {
    background: #f8f8f8;
    font-size: 11pt;
    font-weight: bold;
    padding: 5px 12px;
    color: #000000;
    border-style: solid;
    border-width: 1px;
    box-shadow: 2px 2px 3px 1px #666;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.orbutton_white:focus,
.orbutton_white:hover {
    opacity: 0.8;
}

.menubutton {
    margin: 4pt;
    width: 300px;
    background: #5d4e9f;
    font-size: 11pt;
    font-weight: bold;
    padding: 5px 12px;
    color: #fff;
    border-style: none;
    box-shadow: 2px 2px 3px 1px #666;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
 
.menubutton:focus,
.menubutton:hover {
    opacity: 0.8;
}

.headerright {
    padding: 15px 15px;
    right: 0;
    left: auto;
    float: right;
    font-weight: bold;
    font-size: 12pt;
    color: #ffffff;
}

.orfooter {
    background: #757575;
    height: 36px;
}

.copyright {
    color: #ffffff;
    padding-top: 8px;
}

.labelinfo {
    padding-top: 2px;
    padding-left: 6px;
    height: 30px;
    border-color: white;
    background-color: whitesmoke;
    border-style: outset;
}

.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

.blockline {
    background-color: #5d4e9f;
    height: 6px;
    margin-top: 5px; 
    margin-bottom: 5px; 
}

.labeltitle {
    margin-top: 120px;
    padding-top: 20px;
    font-size: 16pt;
    color: #5d4e9f;
    font-weight: bold;
}

.orgrid {
}

.orgrid thead {
    background-color: #5d4e9f;
    display:block;
}

.orgrid tbody{
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
}

.orgrid th ,
.orgrid td {
    font-size: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    border: solid;
    border-color: white;
    border-top-width : 0px;
    border-bottom-width : 0px;
    border-left-width : 1px;
    border-right-width : 1px;
}

.tableinquiry tbody{
    height: 345px;
}

.tabledetails tbody{
    height: 295px;
}

.tablehin tbody{
    height: 245px;
}

.tabledate{
    height:60px;
    border: solid;
    border-color: #5d4e9f;
    border-width : 1px;
}

.tableboderwhite th,
.tableboderwhite td {
    border:2px solid;
    border-color: white;
}

.labeldisplayleft {
    text-align: left;
    padding-left: 4px;
}

.labeldisplayright {
    text-align: right;
    padding-right: 4px;
}

.labeldisplaycenter{
    text-align: center;
}

.labelfontnotp
{
    font-family: 'MS Gothic';
}

.width-1
{
    width: 20px;
}

.width-2
{
    width: 28px;
}

.textbox
{
    width: 84px;
}

/*2020/10/26_追加*/
.width-9 {
    width: auto;
}

.width-10
{
    width: 90px;
}

.width-12
{
    width: 100px;
}

.width-14
{
    width: 138px;
}

.width-22
{
    width: 200px;
}

.width-max
{
    width: 300px;
}

/*2020/10/26_追加*/
.textbox {
    height: 30px;
    width: 80px;
    margin-top: 1px;
    margin-right: 0px;
    margin-bottom: 1px;
}

#FreezeScreen {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #666;
    z-index: 999;
    opacity: 0.5;
}

#Content {
    visibility: hidden;
}

/*2020/10/26_追加*/
.wrapColumn {
    word-break:break-all;
}