﻿body {
}

.siteMap a:focus {
    outline: none;
}

.login-control {
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    max-width: 550px;
    border: 1px solid #00ff21;
    background-color: lightcyan;
}

/* ヘッダ下にスペースを */
.header-space-lg {
    margin-top: 60px; /* ヘッダが2行になった場合の空白 */
}

.header-space-sm {
    margin-top: 10px; /* ヘッダが1行の場合の空白 */
}

/* Bootstrapグリッドシステムpadding左右の15pxを5pxに変更するガター */
.no-gutter > [class*="col-"] {
    /*padding-right: 5px;*/
    padding-left: 5px;
}

.box-style {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 2;
}

.box-style-bottom {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 2;
}

.box-style-right {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 2;
}

.box-style-full {
    border: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 2;
}

.box-style-lb {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 2;
}

.box-style-lrb {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 2;
}

.box-style-l {
    border-left: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 2;
}

.row-eq-height {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.box-label {
    padding-top: 0 !important; /* control-labelのpadding-top:7pxが邪魔 */
}

.box-text {
    max-width: 100%;
    width: 100% !important;
}

.radiolist td { /* RadioButtonListの項目間のスペース */
    padding-right: 7px;
}

.button-wide-box {
    margin: 0 auto;
}

.alert-message1 {
    color: #ff0000;
    font-size: 20px;
}

.alert-message2 {
    background-color: yellow;
    color: red;
    font-size: 12px;
    font-weight: bold;
    padding: 0 20px 0 20px;
}

.info-message1 {
    color: #337ab7;
    font-size: 14px;
}

.info-message2 {
    color: #FF0000;
    font-size: 11px;
}

.info-message3 {
    color: #FF0000;
}

.info-message4 {
    color: #5e5e5e;
    font-size: 20px;
}

.info-message5 {
    color: #FF0000;
    font-size: 13px;
}

.info-message6 {
    color: #333333;
    font-size: 12px;
}

.letter-space-large {
    letter-spacing: 0.12em;
}

.right-space {
    margin-right: 10px;
}

.table-center {
    margin: 0 auto;
    line-height: 1.8;
    font-size: 16px;
}

.big-checkbox {
    transform: scale(1.4);
}

.gridview-margin {
    padding: 0 !important;
}

.GridViewChild {
    margin-bottom: 0;
    width: 100%;
}

.GridViewChild2 {
    font-size: 12px;
}

    .GridViewChild2 td {
        border: solid 1px #337ab7 !important;
    }

    .GridViewChild2 th {
        background-color: #003399;
        border: solid 1px #337ab7 !important;
        font-weight: normal;
        color: #FFFFFF;
    }

.message-box {
    margin: 0 auto;
    padding: 20px;
    width: 600px;
    border: 1px solid #00ff21;
    /*    background-color: lightcyan; */
}

.underline {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.siteMap {
    margin: 0 auto;
    font-size: 20px;
}

    .siteMap ul {
        left: 50%;
    }

        .siteMap ul li {
            left: -50%;
        }

.table-noborder {
    border-color: #FFFFFF;
}

    .table-noborder td {
        border-color: #FFFFFF !important;
    }

.table-break {
    word-break: break-all;
}

.btn-small {
    font-size: 9px;
    padding: 2px 0 2px 0;
}

.btn-medium {
    font-size: 12px;
    padding: 4px;
}

.btn-success2 {
    color: yellow;
}

.text-mark {
    background-color: #ffcc99;
}

.text-unmark {
    color: darkgray;
}

.text-emphasis {
    color: #ff0000;
    font-weight: bold;
}

.text-noemphasis {
    color: #666666;
    font-weight: normal;
}

.box-center {
    margin: 0 auto;
}

.form-important {
    border: 1px solid #ff0000;
}

.form-important2 {
    border: 1px solid #ffd800;
}

.tb-border1 {
    margin-bottom: 10px;
}

    .tb-border1 td,
    .tb-border1 th {
        border: solid 1px #337ab7 !important;
        font-size: 12px;
        vertical-align: middle !important;
    }

.tb-cell1 {
    background-color: #D9EDF7;
}

.TotalRecords {
    font-size: 12px;
    color: #5e5e5e;
}

.ToolTips {
    cursor: help;
}

/* 表示中のページ番号 */
.PagerStyle {
    font-size: 16px;
}

    .PagerStyle span {
        text-decoration: none;
        color: orangered; /*background-color:Black;*/
        font-weight: bold;
        padding-left: 4px;
        padding-right: 4px;
    }

    /* ページ番号毎の間隔　*/
    .PagerStyle td {
        background-color: #EFEFEF;
        padding: 0.1em 0.2em 0.1em 0.2em;
    }

    /* 選択中のページ */
    .PagerStyle a {
        color: #330099;
        text-decoration: none;
        padding-left: 4px;
        padding-right: 4px;
    }

        /* マウスオーバーした文字(背景色が水色に反転) */
        .PagerStyle a:hover {
            color: White;
            background-color: #99CCFF;
            padding-left: 4px;
            padding-right: 4px;
        }

/* GridViewの行の罫線を変更する */
.gvUnderLine td {
    border-top: 1px solid #337ab7 !important;
}

/* メニューの無効化リンクのスタイル */
.MenuStyleDisabled {
    color: gray;
    cursor: not-allowed;
}

/* TextBoxコントロールの非表示化 */
.InVisibleText {
    visibility: collapse;
}

.LargeText {
    font-size: 18px;
}

.VeryLargeText {
    font-size: 24px;
}

.MediumText {
    font-size: 16px;
}

.MediumTextRed {
    font-size: 16px;
    color: #ff0000;
}

.SmallText {
    font-size: 14px;
}

.SmallTextRed {
    font-size: 14px;
    color: #ff0000;
}

.GrayText {
    color: #666666;
}
.RedText {
    color: #ff6666;
}
.BlueText {
    color: #337ab7;
}
.NavyText {
    color: #330099;
}

/* table内の行クリックで行全体の背景色を変える */
.trSelected {
    background-color: #E0FFFF !important;
}

.TextBoxBorderUnderline {
    border: none;
}

.alert-information {
    border-color: #ffaf4b;
    border-radius: 6px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefff4+0,faffbf+100 */
    background: rgb(254,255,244); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(254,255,244,1) 0%, rgba(250,255,191,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(254,255,244,1) 0%,rgba(250,255,191,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(254,255,244,1) 0%,rgba(250,255,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.textBoxMargin {
    margin: 3px 3px 7px 3px;
}

.textMemo {
    color: #337ab7;
}

.boxLink {
    background-color: white;
    display: block;
    border: 1px solid gray;
    padding: 5px;
    margin: 5px;
    width: 100px;
    height: 60px;
    text-align: center;
    vertical-align: auto;
}
a .boxLink {
    background-color: #f0f0ff;
    font-weight: bold;
}
a:hover .boxLink {
    background-color: skyblue;
    color: blue;
}

.hiddenControl {
    display: none;
}

@media screen and (min-width: 769px) {
    /* PCのみ */
    .fixedHeader tr.header {
        position: sticky;
        top: 50px;
        z-index: 100;
    }
}

.nolist {
    list-style: none;
}

/* 物件一覧の一括印刷チェックボタン用 */
.batch_print .btn span.glyphicon {
    opacity: 0;
}

.batch_print .btn.active span.glyphicon {
    opacity: 1;
}

.processingSpinner {
    font-size: 50px;
}

.hr-dark {
    border: 0;
    border-top: 1px solid #cccccc;
    margin-top: 0px;
    margin-bottom: 40px;
    display: block;
}

.ui-autocomplete {
/*    font-size: 0.95em !important; */
}
