﻿.SearchWindow {
    position: fixed;
    top: 0px;
    left: 0px;
    /*background-color: rgba(136,136,136,0.9) !important;*/
    /*opacity: 0.3;*/
    width: CALC(100% - 0px);
    height: CALC(100% - 0px);
    z-index: 99999;
    overflow: hidden;
    /*margin: 20px 20px 20px 20px;*/
}

    /*.SearchWindow iframe {
        width: 96%;
        height: 90%;
        margin: 3% 2% 0% 2%;
        border-radius: 3vmin;
    }*/

.MinSearchWindow {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(136,136,136,0.9) !important;
    /*opacity: 0.3;*/
    width: CALC(100% - 0px);
    height: CALC(100% - 0px);
    z-index: 99999;
    overflow: hidden;
    /*margin: 20px 20px 20px 20px;*/
}

    /*.MinSearchWindow iframe {
        width: 70%;
        height: 70%;
        margin: 15% 15% 0% 15%;
        border-radius: 3vmin;
    }*/

.MainSearchWindow {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(136,136,136,0.9) !important;
    /*opacity: 0.3;*/
    width: CALC(100% - 0px);
    height: CALC(100% - 0px);
    z-index: 99999;
    overflow: hidden;
    /*margin: 20px 20px 20px 20px;*/
}

    /*.MainSearchWindow iframe {
        width: 100%;
        height: 100%;
        margin: 0% 0% 0% 0%;
    }*/

.NoneScroll {
    overflow: auto;
}

.SearchForm {
    background-color: #f6f6f6;
    background-image: url("../../static/img/FormImage.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
    .SearchForm .div {
        height: 28px !important;
        width: 100% !important;
    }

    .SearchForm > form > .masterHeader,
    .SearchForm .SearchHeader {
        height: 70px !important;
        width: 100% !important;
    }
    .SearchForm .masterHeader input,
    .SearchForm .masterHeader span {
        font-size: medium;
        height: 100%;
        width: 100%;
    }
    .SearchForm .masterHeader #td_Close{
        padding-right: 3vmin;
    }
    .SearchForm .InputFiled {
        width: 100%;
        background-color: #fafad2;
    }
    .SearchForm .KanaFiled td:nth-of-type(1) {
        width: 127px;
    }
    .SearchForm .KanaFiled td:nth-of-type(2) {
        width: calc(100% - 127px);
    }
    .SearchForm .KanaFiled input {
        width: 8.03%;
        margin-left: 0.15%;
        margin-right: 0.15%;
    }
    .SearchForm .KanaFiled span {
        text-align: right;
    }
    .SearchForm .InputFiled .row {
        height: 28px;
    }
    .SearchForm .InputFiled span {
        font-size: medium;
        line-height: 20px;
        margin-right: 5px;
    }
    .SearchForm .InputFiled input,
    .SearchForm .InputFiled select {
        font-size: medium;
        line-height: 20px;
        height: 100%;
    }
        .SearchForm .InputFiled .lbl_Title {
            vertical-align: middle;
            line-height: 20px;
        }
        .SearchForm .InputFiled .lbl_Title label {
            font-size: medium;
        }
            .SearchForm .InputFiled .lbl_Title input,
            .SearchForm .InputFiled .lbl_Title span {
                font-size: medium;
            }
        .SearchForm .InputFiled .lbl_Title input ,
        .SearchForm .InputFiled .lbl_Title label {
            height: 24px;
            line-height: 20px;
            vertical-align: middle;
            margin-right: 2px;
        }
            .SearchForm .InputFiled .lbl_Title input[type=radio] {
                font-size: medium;
                height: 20px;
                width: 20px;
            }

    .SearchForm .SearchResult tr {
        height: 28px;
    }
    .SearchForm .SearchResult.Double tr {
        height: 56px;
    }
    .SearchForm .SearchResult tr .half {
        height: 50%;
        box-sizing: border-box;
        line-height: 26px;
    }
    .SearchForm .SearchResult tr .half div {
        font-size: 0;
    }
    .SearchForm .SearchResult .Pager {
        height: 5vh;
    }
    .SearchForm .SearchResult td,
    .SearchForm .SearchResult th {
        border: solid 1px #a3a3a3;
        padding: 0;
        box-sizing: border-box;
        font-size: 0;
    }
    .SearchForm .SearchResult th, .SearchForm .SearchResult .Label {
        font-size: medium;
    }
    .SearchForm .SearchResult.S th, .SearchForm .SearchResult.S .Label {
        font-size: medium;
    }

    .SearchForm .SearchResult td *,
    .SearchForm .SearchResult th * {
        /*
        font-size: medium;
        */
    }
    .SearchForm .SearchResult.S td *,
    .SearchForm .SearchResult.S th * {
        /*
        font-size: medium;
        */
    }
    .SearchForm .SearchResult table td {
        border: none;
        padding: 5px;
    }
form.SearchForm {
    height: 100%;
    width: 100%;
}

.FRZHEADER {
    position: absolute;
    width: 100%;
    height: 23px;
    display: table;
    border: solid 1px #ffffff;
    /*position: absolute;*/
    /*width: 100%;*/
}

    .FRZHEADER TH:not(:last-child) {
        border-right: solid 1px #ffffff;
    }

.SEARCHLIST {
    width: Calc(100% - 4px);
    /*position: absolute;*/
    /*width: 100%;*/
}
    .SEARCHLIST TR TH:not(:last-child) {
        border-right: solid 1px #C0DCF1;
    }

    .SEARCHLIST TR:not(.FRZPAGER){
        border-bottom: solid 1px #507cd1;
    }

        .SEARCHLIST TR:not(.FRZPAGER) TD:not(:last-child) {
            border-right: solid 1px #507cd1;
        }

    .SEARCHLIST TR:nth-child(2) {
        border-top: solid 1px transparent;
    }

.FRZPAGER {
    position: absolute;
    width: 100%;
    height: 28px;
    top: calc(100% - 28px);
    clear: left;
}

    .FRZPAGER TR {
        border-bottom: none !important;
    }

        .FRZPAGER TR TD {
            border-right: none !important;
        }

.FRZFOOTER {
    position: absolute;
    width: 100%;
    height: 28px;
    top: calc(100% - 28px);
}

.SCROLLLIST {
    overflow: auto;
    height: 100%;
    width: 100%;
    background-color: #507cd1;
}


.SelecTR {
    /*background-image: none;
    position: relative;
    cursor: pointer;
    font-size: 1vmin;*/
    padding-left: 0px; /* ラベルの位置 */
    /*display:		inline-block;*/
    cursor: pointer;
    position: relative;
    height: 100%;
}

    .SelecTR:before {
        content: '+';
        height: 100% !important;
        width: 100%;
        display: inline-block;
        left: 0;
        top: 0;
        background-color: #33BF33 !important;
        border-radius: 0.2em;
        font-size: medium;
        text-align: center;
        color: #fff;
        position: absolute;
        border: solid 1px #888888;
        box-shadow: inset 0px 0px 3px 0px #363636;
        box-sizing: border-box;
        margin: 0%;
        line-height: 2.5vmin;
        transition: all 300ms 0s ease;
        padding-top: 2px;
    }

    .SelecTR input {
        height: 28px !important;
        width: 100%;
        background-color: transparent;
        border: none;
        position: absolute;
        left: 0;
        top: 0;
    }

    .SelecTR:focus-within:before,
    .SelecTR:hover:before {
        background-color: #3333CA !important;
        border: solid 1px #666;
    }

    .SelecTR > input:focus,
    .SelecTR > input:hover {
        border: none !important;
        background-color: transparent !important;
    }

    .SelecTR:before:focus,
    .SelecTR:before:hover {
        background-color: #3333CA !important;
        border: solid 1px #666;
    }

.SelectRow {
    /*background-image: none;
    position: relative;
    cursor: pointer;
    font-size: 1vmin;*/
    padding-left: 0px; /* ラベルの位置 */
    /*display:		inline-block;*/
    cursor: pointer;
    position: relative;
    height: 100%;
}

    .SelectRow:before {
        /*
        content: '+';
        font-size: medium;
        border-radius: 0.2em;
        text-align: center;
        color: #fff;
        box-shadow: inset 0px 0px 3px 0px #363636;
        line-height: 2.5vmin;

        padding-top: 2px;
        height: 100% !important;
        width: 100%;
        display: inline-block;
        left: 0;
        top: 0;
        background-color: transparent !important;
        position: absolute;
        border: solid 1px #888888;
        box-sizing: border-box;
        margin: 0%;
        transition: all 300ms 0s ease;
        */
    }

    .SelectCOM {
        width:0!important;
        border:none!important;
        padding:0!important;
        margin:0!important;
    }
    .SelectRow .SelectCOM input {
        height: 100% !important;
        width: 100%;
        background-color: transparent;
        border: none;
        position: absolute;
        left: 0;
        top: 0;
        background-image: none;
    }
.SelectRow:focus,
.SelectRow:hover {
    /*
        background-color: #3333CA !important;
        border: solid 1px #666;
        margin-bottom: 2px;
        */
}

    .SelectRow > .SelectCOM input:focus,
    .SelectRow > .SelectCOM input:hover {
        border: 1px solid rgba(100,230,200,0.8) !important;
        background-color: rgba(100,230,200,0.2) !important;
        cursor: pointer;
        box-sizing: border-box;
        margin-bottom: 2px;
        z-index: 99;
    }

    .SelectRow:before:focus,
    .SelectRow:before:hover {
        /*
        background-color: #3333CA !important;
        border: solid 1px #666;
        cursor: pointer;
        */
    }

.ListSelect {
    /*background-image: none;
    position: relative;
    cursor: pointer;
    font-size: 1vmin;*/
    padding-left: 0px; /* ラベルの位置 */
    /*display:		inline-block;*/
    cursor: pointer;
    position: relative;
    height: 100%;
    width: 100%;
}

    .ListSelect:before {
        content: '+';
        height: 100% !important;
        width: 100%;
        display: inline-block;
        left: 0;
        top: 0;
        background-color: #33BF33 !important;
        border-radius: 0.2em;
        font-size: medium;
        text-align: center;
        color: #fff;
        position: absolute;
        border: solid 1px #888888;
        box-shadow: inset 0px 0px 3px 0px #363636;
        box-sizing: border-box;
        margin: 0%;
        line-height: 2.5vmin;
        transition: all 300ms 0s ease;
        padding-top: 20%;
    }

    .ListSelect input {
        height: 100%;
        width: 100%;
        background-color: transparent;
        border: none;
        position: absolute;
        left: 0;
        top: 0;
    }

    .ListSelect:focus-within:before,
    .ListSelect:hover:before {
        background-color: #3333CA !important;
        border: solid 1px #666;
    }

    .ListSelect > input:focus,
    .ListSelect > input:hover {
        border: none !important;
        background-color: transparent !important;
    }

    .ListSelect:before:focus,
    .ListSelect:before:hover {
        background-color: #3333CA !important;
        border: solid 1px #666;
    }
.ListDelete {
    /*background-image: none;
    position: relative;
    cursor: pointer;
    font-size: 1vmin;*/
    padding-left: 0px; /* ラベルの位置 */
    /*display:		inline-block;*/
    cursor: pointer;
    position: relative;
    height: 100%;
    width: 100%;
}

    .ListDelete:before {
        content: '-';
        height: 100% !important;
        width: 100%;
        display: inline-block;
        left: 0;
        top: 0;
        background-color: #BF3333 !important;
        border-radius: 0.2em;
        font-size: medium;
        text-align: center;
        color: #fff;
        position: absolute;
        border: solid 1px #888888;
        box-shadow: inset 0px 0px 3px 0px #363636;
        box-sizing: border-box;
        margin: 0%;
        line-height: 2.5vmin;
        transition: all 300ms 0s ease;
        padding-top: 20%;
    }

    .ListDelete input {
        height: 100%;
        width: 100%;
        background-color: transparent;
        border: none;
        position: absolute;
        left: 0;
        top: 0;
    }

    .ListDelete:focus-within:before,
    .ListDelete:hover:before {
        background-color: #883333 !important;
        border: solid 1px #666;
    }

    .ListDelete > input:focus,
    .ListDelete > input:hover {
        border: none !important;
        background-color: transparent !important;
    }

    .ListDelete:before:focus,
    .ListDelete:before:hover {
        background-color: #883333 !important;
        border: solid 1px #666;
    }
