﻿/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 10px;
}

/* 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;
}

img.logo {
    height: auto;
    width: 30px;
}

#to-pagetop {
    position: fixed;
    right: 10px;
    bottom: 5px;
    display: none;
}

#to-pagetop a {
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    display: block;
    background-color: #004a7f;
    color: #fff;
    /* 角を丸めるスタイル */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* マウスカーソルを合わせた時 (ホバー時) のアニメーション */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#to-pagetop a:hover {
    /* 背景色と前景色 */
    background-color: #adddff;
    color: #003459;
}

/* search hit highlights */
span.keyword {
    background-color: yellow;
}

h4 {
    margin-top: 10px;
}

div.SchCond {
    margin-top: 10px;
}

div.commandContainer {
    margin: 10px 5px;
}
div.searchResultPager {
    text-align: right;
    margin-right: 1.0em;
    font-size: 110%;
}

.searchResultTbl .oddColor {
    background-color: #EEEFD6;
}

.searchResultTbl .evenColor {
    background-color: #E3F1E9;
}

.cateItemGrp > span {
    display: inline-block;
    min-width: 15em;
    height: 1.2em;
    margin: 3px;
    padding: 2px;
}

/* drill downs */
.drillContainer {
    width: 98%;
    background-color: #EEEFD6;
    padding: 5px;
    overflow: hidden;
}

.drillBox {
    border: 1px dashed;
    padding: 3px;
    margin-bottom: 0.25em;
    /* margin-left: 2px; */
    float: left;
}

.drillLabel {
    background-color: #1e87f0;
    color: white;
    padding: 2px;
    font-weight: bold;
    font-size: 95%;
    margin-bottom: 2px;
}

.drillItem {
    font-size: 85%;
    margin-left: 2em;
    text-indent: -1em;
}

.drillCmd {
    font-size: 90%;
    margin-left: 1em;
    text-align: right;
}

.errors {
    /* background-color:#EFC1C4; */
    background-color: #F0F0F0;
    border: 5px #CC0000 double;
    margin: 0 auto;
    font-weight: bold;
    padding: 4px;
}

.message {
    margin: 5px 2px;
    color: red;
    font-weight: bold;
}

img.intro {
    width: 250px;
    height: auto;
    vertical-align: middle;
}

img.details {
    width: auto;
    height: 100%;
}

.no-wrap {
    display: inline-block;
    margin-right: 0.75em;
}

.sortSelected {
    font-weight: bold;
}