﻿html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: メイリオ,"Meiryo UI",sans-serif;
    margin: 0 0 0 0;
}

.UpdatingPanel {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: Alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.40;
    background-color: white;
    z-index: 1;
}

.tabpanel {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
    border: 0px solid #C0c0c0;
}

#TreeView {
    /*height: 100%;
	overflow:auto;*/
}

.updatingimg {
    position: absolute;
    filter: Alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.00;
    top: 50%;
    left: 50%;
}

input {
    font-size: 1em;
}

    input[type="text"] {
        margin: 0px 0px 0px 0px;
        border: 1px solid #C0c0c0;
        outline-color: #C0c0c0;
    }

.ControlMainContainer {
    width: 100%;
    height: 100%;
}

.TreeViewContainer {
    float: left;
    border: 1px solid #C0c0c0;
    height: 100%;
    width: 25%;
}

.GridViewContainer {
    float: left;
    border: 1px solid #C0c0c0;
    width: 74%;
    height: 100%;
    display: none;
}

.AddressMainContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    min-height: 380px;
}

.AddressFrameContainer {
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
}

.AddressDisplayContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
}

.SelectAddressBookContainer {
    float: left;
    height: 35px;
    width: 100%;
    /*overflow: auto;*/
    border: 1px solid #C0c0c0;
    background-color: white;
    box-sizing: border-box;
}

#addressBookChoice {
    max-width: 60%;
    border-color: #C0c0c0;
    outline-color: #C0c0c0;
}

.AddressContainer {
    width: 100%;
    height: calc(100% - 40px);
    box-sizing: border-box;
}

.AddressTreeViewContainer {
    /*float:left; border:1px solid #C0c0c0; width: 25%; height: 100%; overflow:auto;*/
    float: left;
    width: 25%;
    height: 100%;
    border: 1px solid #C0c0c0;
    border-top-style: none;
    border-right-style: none;
    overflow: auto;
    box-sizing: border-box;
}

.AddressGridViewContainer {
    /*float:left; border:1px solid #C0c0c0; width:74%; display:none; overflow:auto;*/
    float: left;
    border: 1px solid #C0c0c0;
    border-top-style: none;
    width: 75%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.AddressSearchContainer {
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
}

.AddressCopyContainer {
    float: left;
    border: 1px;
    width: 100%;
}

    .AddressCopyContainer table {
        border-spacing: 0px 2px;
    }

.AddressLabelContainer {
    float: left;
    width: 50%;
    height: auto;
    margin-top: 5px
}

.AddressTextContainer {
    width: 100%;
    height: auto;
}

.AddressButtonContainer {
    user-select: none;
    float: left;
    width: 48%;
    height: auto;
    text-align: right;
    padding: 5px 5px 5px 5px;
}

.AddressTextArea {
    height: 40px;
    width: 100%;
    resize: none;
    border-color: #C0c0c0;
    outline-color: #C0c0c0;
    box-sizing: border-box;
}

.AddressSpanButton {
    cursor: pointer;
    float: right;
    width: 60px;
    font-size: 9pt;
    text-align: center;
    background-color: #DEDEDE;
    background-color: #F0F0F0;
    padding: 5px 12px 5px 12px;
    margin: 0 5px 0px 5px;
    border: solid 1px #ACACAC;
}

    .AddressSpanButton:hover {
        background-color: #E5E5E5;
    }

    .AddressSpanButton:active {
        background-color: #F5F5F5;
    }

.SearchConditionContainer {
    width: 100%;
    font-size: small;
    height: 50px;
}

    .SearchConditionContainer table {
        float: left;
        margin: 0 10px 0px 10px;
        width: 100%
    }

        .SearchConditionContainer table tbody tr td {
            padding: 1px 5px 1px 5px;
        }

            .SearchConditionContainer table tbody tr td input {
                padding: 1px 1px 1px 1px;
            }

.SearchButton {
    float: left;
}

    .SearchButton input {
        padding: 8px 12px 8px 12px;
    }

.SearchControlMainContainer {
    width: 100%;
    height: calc(100% - 100px);
    border: 1px solid #C0c0c0;
    display: none;
    float: left;
    box-sizing: border-box;
}

.SearchResultContainer {
    width: 100%;
    height: 100%;
    float: left;
}

.SearchResultUpdatingimg {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: Alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.40;
    background-color: white;
}

.t-grid {
    overflow: hidden;
}

.t-grid-content {
    max-height: 99%;
    min-height: 100px;
}

.t-pager-wrapper .t-status {
    display: none;
}

.t-pager-wrapper .t-pager {
    display: inline;
}

.t-alt {
    background-color: #fff;
}

.t-grid-content .t-alt {
    background-color: #f0f0f0;
}

    .t-grid-content .gridchecked,
    .t-grid-content .gridchecked .t-alt,
    .t-grid-content .t-alt .t-state-selected .gridchecked,
    .t-grid-content .t-alt .t-state-selected .gridchecked,
    .t-grid-content .t-alt .gridchecked {
        background-color: #ffd176;
    }


.t-widget {
    border-color: #688caf;
    font-size: small; /* 12px base, if there are no inherited font-sizes (MVC default) */
    background-color: #fff;
}


.t-grid-content tr:hover {
    background-color: #d6e5f3;
}

.t-grid-content tr.t-no-data:hover {
    background-color: White;
}

.t-header,
.t-grid-header {
    border-color: #688caf;
    background: #c3d8f1 url('Images/Control/sprite.png') repeat-x 0 -368px;
}

.t-panelbar .t-state-hover {
    background-image: none;
}

.t-icon {
    background-image: url('Images/Control/sprite.png');
}

.t-editor .t-tool-icon {
    background-image: url('Images/Control/editor.png');
}

.t-expand {
    background-position: 0 -160px;
}

.t-collapse {
    background-position: 0 -176px;
}

.t-rtl .t-expand {
    background-position: -64px -160px;
}

.t-plus, .t-plus-disabled {
    background-position: 0 -256px;
}

.t-minus, .t-minus-disabled {
    background-position: -16px -256px;
}

.t-rtl .t-plus, .t-rtl .t-plus-disabled {
    background-position: 0 -272px;
}

.t-rtl .t-minus, .t-rtl .t-minus-disabled {
    background-position: -16px -272px;
}

.t-arrow-up {
    background-position: -16px -160px;
}

.t-arrow-down {
    background-position: -16px -176px;
}

.t-state-disabled .t-arrow-up {
    background-position: -32px -160px;
}

.t-state-disabled .t-arrow-down {
    background-position: -32px -176px;
}

.t-state-hover .t-arrow-up {
    background-position: -48px -160px;
}

.t-state-hover .t-arrow-down {
    background-position: -48px -176px;
}

.t-numerictextbox .t-arrow-up {
    background-position: -16px -162px;
}

.t-numerictextbox .t-arrow-down {
    background-position: -16px -178px;
}

.t-arrow-up-small {
    background-position: 0 -304px;
}

.t-arrow-down-small {
    background-position: -16px -304px;
}

.t-arrow-first {
    background-position: 0 -192px;
}

.t-arrow-prev {
    background-position: -16px -192px;
}

.t-arrow-next {
    background-position: -32px -192px;
}

.t-arrow-last {
    background-position: -48px -192px;
}

.t-state-disabled .t-arrow-first {
    background-position: 0 -208px;
}

.t-state-disabled .t-arrow-prev {
    background-position: -16px -208px;
}

.t-state-disabled .t-arrow-next {
    background-position: -32px -208px;
}

.t-state-disabled .t-arrow-last {
    background-position: -48px -208px;
}

.t-state-hover .t-arrow-first {
    background-position: 0 -224px;
}

.t-state-hover .t-arrow-prev {
    background-position: -16px -224px;
}

.t-state-hover .t-arrow-next {
    background-position: -32px -224px;
}

.t-state-hover .t-arrow-last {
    background-position: -48px -224px;
}

.t-filter {
    background-position: 0 -240px;
}

.t-clear-filter {
    background-position: -16px -240px;
}

.t-refresh {
    background-position: -32px -240px;
}

.t-icon-calendar {
    background-position: -48px -240px;
}

.t-icon-clock {
    background-position: -64px -336px;
}

.t-edit {
    background-position: 0 -336px;
}

.t-delete {
    background-position: -16px -336px;
}

.t-insert, .t-update {
    background-position: -32px -336px;
}

.t-cancel {
    background-position: -48px -336px;
}

.t-group-delete {
    background-position: 0 -288px;
}

.t-maximize {
    background-position: -16px -288px;
}

.t-restore {
    background-position: -32px -288px;
}

.t-close {
    background-position: -64px -288px;
}

.t-insert-top {
    background-position: 0 -320px;
}

.t-insert-middle {
    background-position: -16px -320px;
}

.t-insert-bottom {
    background-position: -32px -320px;
}

.t-add {
    background-position: -48px -320px;
}

.t-denied {
    background-position: -64px -320px;
}

.t-widget,
.t-link:link,
.t-link:active,
.t-link:visited,
.t-popup {
    color: #000;
}

.t-separator {
    border-color: #ebf1f9;
    background-color: #a0b2c7;
}

.t-state-default {
    border-color: #688caf;
}

.t-active-filter {
    background-color: #c0d9ef;
}

.t-state-hover {
    background-color: #d6e5f3;
    border-color: #688caf;
}

.t-state-active {
    background-color: #fff;
    border-color: #688caf;
}

span.t-state-selected {
    background-color: #ffd176;
}

.t-state-error {
    border-style: ridge;
    border-color: #f00;
    background-color: #ffc0cb;
}

.t-state-disabled,
.t-state-disabled .t-link {
    color: #8d8d8d;
}

.t-toolbar,
.t-grouping-header,
.t-widget .t-pager-wrapper,
.t-grid-footer,
.t-widget .t-status {
    border-color: #5d8cc9;
    background-color: #d6e5f3;
}

.t-tabstrip li.t-state-active {
    border-bottom-color: #fff;
}

.t-grid td {
    border-color: #ddd;
    border-right: 1px solid #d6e5f3;
}


.t-treeview .t-drop-clue {
    background-image: url('Images/Control/sprite.png');
    background-position: 0 -358px;
}

.t-treeview .t-state-selected {
    border-color: #a79d87;
}

.t-treeview-lines .t-top,
.t-treeview-lines .t-mid,
.t-treeview-lines .t-bot {
    background-image: url('Images/Control/treeview-nodes.png');
}

.t-treeview-lines .t-item {
    background-image: url('Images/Control/treeview-line.png');
}

.t-treeview-lines .t-last {
    background-image: none;
}

#s_clip_copy_button.hover {
    background-color: #DEEEFC;
}

#s_clip_copy_button.active {
    background-color: #C6E1FC;
}


/************************2014/04/15 小嶋追記②************************/
#gray_panel0 {
    background: #8eb2c4;
    width: 100%;
    height: 999999px;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 50;
    opacity: 0.4;
    filter: alpha(opacity=40); /* ie lt 8 */
    -ms-filter: "alpha(opacity=40)"; /* ie 8 */
    -moz-opacity: 0.4; /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.4; /* Safari 1.x */
    zoom: 1;
}

#gray_panel1 {
    background: #000;
    width: 100%;
    height: 999999px;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 50;
    opacity: 0.0;
    filter: alpha(opacity=0); /* ie lt 8 */
    -ms-filter: "alpha(opacity=0)"; /* ie 8 */
    -moz-opacity: 0.0; /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.0; /* Safari 1.x */
    zoom: 1;
}

#searchDetailPopup {
    background: #FFF;
    width: 80%;
    position: fixed;
    top: 20px;
    display: none;
    z-index: 51;
    border: 1px solid silver;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}


#addressBookPartial {
    font-size: 14px;
    padding: 3px 3px 3px 10px;
    margin: 0px 0px 0px 0px;
    border: 0px;
}

    #addressBookPartial .open-addressbook {
        cursor: pointer;
    }

.SearchDetailTable {
    font-size: small;
}

    .SearchDetailTable tbody tr td {
        min-width: 110px;
        padding-left: 10px;
    }

.SearchDetailCustomTable {
    font-size: small;
}

    .SearchDetailCustomTable tbody tr td {
        min-width: 110px;
        padding-left: 10px;
    }

.chkLabel {
    position: relative;
    top: -2px;
}

/************************2014/04/15 小嶋追記②************************/

/* Tree ************************************************/
.ui-chart-legend-item-text, .ui-chart-piechart-container, .ui-sparkline, .ui-widget {
    font-family: メイリオ,"Meiryo UI",sans-serif !important;
}

.ui-widget {
    font-size: 13px;
}

.ui-igtree ul {
    margin: 2px 0 0 0;
}

.ui-igtree li {
    line-height: normal;
}

    .ui-igtree li.ui-igtree-expander {
        line-height: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .ui-igtree li > span.ui-igtree-expander {
        cursor: pointer;
    }

    .ui-igtree li > span.ui-icon:before {
        line-height: 16px;
    }

.ui-igtree img {
    width: 20px;
    height: 24px;
}

.ui-igtree a {
    position: absolute;
    color: #000;
    margin: 1px 0px 1px 1px !important;
    padding: 2px 4px 2px 3px !important;
}

    .ui-igtree a.ui-state-focus,
    .ui-igtree a.ui-state-active,
    .ui-igtree a.ui-state-hover {
        padding: 1px 4px 2px 2px !important;
    }

.ui-iggrid-filterbutton.ui-icon, .ui-igtree-expander.ui-icon {
    margin-left: 0;
    margin-top: 0;
}

.ui-igtree-expander {
    left: 2px;
    top: 3px;
    width: 10px;
    height: 16px;
}

.ui-igtree-parentnode {
    padding-left: 20px;
}

.ui-widget-content .ui-state-active {
    /*    background: #ffd176 !important;*/
    background: #c3defe !important;
}

.ui-igtree-node-nochildren {
    margin-left: 20px;
}

/* Grid ************************************************/
.ui-iggrid-headertable {
    border-bottom: 1px solid #C0c0c0 !important;
}

.ui-widget-header,
.ui-widget-header.ui-state-default {
    /*border-color: #5d8cc9;
    background-color: #d6e5f3;*/
    /*    background: #d6e5f3;*/
    background: transparent;
    /*    border-bottom: 1px solid #999 !important;*/
    color: #000;
}

.ui-iggrid .ui-widget-content {
    background-color: white;
}

.ui-iggrid .ui-iggrid-footer {
    border-bottom-style: none !important;
}

.ui-iggrid .ui-iggrid-footer, .ui-iggrid .ui-iggrid-toolbar {
    /*    background-color: #d6e5f3;*/
    background-color: transparent;
}

.ui-iggrid th.ui-state-active, .ui-iggrid th.ui-state-focus, .ui-iggrid-sortableheader:focus {
    background: #d6e5f3;
}

.ui-iggrid th.ui-state-hover {
    background: #afd8ff;
}

.ui-iggrid th.ui-iggrid-rowselector-class {
    border-left-style: none !important;
}

    .ui-iggrid th.ui-iggrid-rowselector-class > .ui-icon {
        display: none;
    }

.ui-iggrid-rowselector-header .ui-igcheckbox-normal,
.ui-iggrid-rowselector-class .ui-igcheckbox-normal {
    left: -7px;
    position: relative;
}

.ui-iggrid th .ui-icon, .ui-iggrid th.ui-widget-header .ui-icon {
    color: #000;
}

.ui-iggrid th,
.ui-iggrid th.ui-state-default {
    border-right: 1px solid #C0c0c0;
}

    .ui-iggrid th:last-child,
    .ui-iggrid th.ui-state-default:last-child {
        border-right-style: none;
    }

.ui-iggrid-header.ui-widget-header {
    border-bottom-style: none !important;
}

.ui-iggrid-header.ui-state-active .ui-icon, .ui-iggrid-header.ui-state-active.ui-state-hover .ui-icon {
    color: #000;
}

.ui-widget-content {
    color: #000;
}

.ui-iggrid td.ui-state-active,
.ui-iggrid th.ui-iggrid-rowselector-class.ui-state-active {
    /*    background: #ffd176 !important;*/
    background: #c3defe !important;
}

.ui-state-hover {
    background: #d6e5f3 !important;
}

.ui-iggrid tr.ui-ig-altrecord {
    background-color: white;
}

.ui-iggrid th.ui-iggrid-rowselector-class.ui-state-active,
.ui-iggrid .ui-ig-altrecord th.ui-iggrid-rowselector-class.ui-state-active,
.ui-iggrid .ui-ig-altrecord td.ui-state-active,
.ui-iggrid td.ui-state-active {
    border-color: #ddd;
    border-right: 1px solid #d6e5f3;
}

.ui-iggrid .ui-iggrid-tablebody td {
    border-width: 0.5px;
}

.ui-iggrid .ui-iggrid-header, .ui-iggrid table tbody td, .ui-iggrid table th {
    padding: 4px;
}

.ui-iggrid-scrolldiv {
    background-color: transparent;
}

.ui-iggrid-canceltextselection {
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
}

.ui-iggrid .ui-iggrid-footer .ui-iggrid-paging-item .ui-iggrid-page.ui-state-default,
.ui-iggrid .ui-iggrid-footer .ui-iggrid-paging-item.ui-state-default {
    border: 1px solid #ACACAC;
    background-color: #F0F0F0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #ACACAC;
    /*    background-color: #c3defe;*/
    background-color: #fafafa;
}

.display-picture #GridView_headers .ui-iggrid-rowselector-header {
    border-right-color: transparent;
}

.display-picture .ui-iggrid-rowselector-class.ui-iggrid-selectedcell.ui-state-active {
    border-right-color: transparent !important;
}

.display-picture #GridView .addressPhoto {
    border-left-color: transparent;
}
/*#GridView .ui-iggrid-rowselector-class {
	padding: 2px;
}*/
#GridView .addressPhoto {
    padding-left: 0px;
}

#GridView_hscroller_container {
    border-bottom: 1px solid #C0c0c0 !important;
}

.img-avatar-bg {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAVRSURBVGhDzZpNSKNHGMcnMX4Hv9FFonipIlg/DoVWxF1vPQRjCCs99LKHQgs9FFrooe1h6S576Z66hz30UGgPRVZiaKALPXioS4UW9CD4DRUXTEHwK+iiMfb/n8ybRpO8ed95k938YHbmmdc37/PMPDPzzMy6RJGIRCLvXl1d3XG73R3Ifai6hcRcQI65XK4Y8pcQ/0W+0NTUtDAxMZHgcydoGzA/P19zfHx8B8UQ0vtIUlmrwIh9ZM+RIufn58+np6fj8oFNbBsAxT2Hh4cfokUfIbGVi8FhMpm8j155il55peosYcsAuIkf2SOkAVlRZNArW2iU+4FA4GdVVRBLBszMzHirq6t/QnEqVVNyFioqKu76/f6YkvNS0IDZ2Vmfx+P5DcWStLoJL9Ejwampqb+VnBO3ynPCmQUt8ReKr1t54oM7zc/NzX2g5Jzk7QEqj+x3JK+seINggN8LBoM/KvEaOQ2g27DlizjLOAKu9Aq6TGBwL6qqNFkuxAFLny8X5Ql0qYERYTasqkqTZYCabd6Ez5vCBkXDhrkOqSrJNRdS8/yvKUkPfEh0d3cLLEoyIbQQR0dH4uDgQOzu7opEwln0gJ74BDPTUyX+bwAtQ2iwhKJ26zc2Norh4WGZ5+L09FQsLy+L/X1GEXrAgBhCj7eM0CPtQgwPkGkr39zcLMbHx/MqT+rq6sTo6Kjo6OhQNfahK8HNv1BiygAGZnjAEEELusnIyIh0HysMDg6KyspKJWnxeTQalZOMNIBRJS1jWYeenh7h9VpfLmpra0Vvb6+StPBiLMmwxnAhhsTatLS0qJJ1WltbVUkPNLjU2TCA8bw2Zn6fj4aGBssulwsM5jGuWW4VMtjajNxEx585brDaK8k+ML6mqqrK74Yl3FU5gnO8XU5OThyvCTDiNhrCrT+nKbhQ2UXnnRzcYg84ch+ys7MjLi4ulFQYfFNsb28ryRE+DmLHQdvZ2ZlYWVlRUmE2NjaK1wP4x3EPEMY56+vrsnXzYbQ8DSgSPhdmoV0WUrJzOKX29/fL0MKYnThYEaqI1dVVrQFvhgtbtj8xmjmVFp36+no5XXLGKQXo0Rh7IIyy1mkDw4fOzk4ZnFFRulAsZn6Q0NbWJsMIBGRib29P/j17R5Nl9sD36IFPVYVlurq6xNDQkFQ8EypDxdjq8Xhc+j0NZaKhNCATPl9bWxObm5uqxjp4N0oDvoYB36o6S/T19clUTDgJLC1xO2KLH7gOLCjBEgzciq08YY/6fPbmkmQy+cLNU2IYYWmLRHfhjqtUDAwMCMQ3SjIHOicQS0Xd6oibp8QF4R7XTtxvFyrf3t6uJHPg9ouTk5P7xgiMqNwUnbDZLla/AfeROksDeD6PrOBcVsrWN7DyDboPsmcsSwO4w4dFD1k2w+O5diRTEqzsETAWnwSDwX9kWdYA+PcTZLKyzKGnpBs7bQBvRnhLosSyBe7zmINXidmHuwgt/kA2lpLKCyi/hUH+duY1VLoHDOCDd5HxNrHciF9eXgZv3qFlGcBrHVgaRFHr1rBUQKd7oVAoa9eUZQDhtQ5e+EiJ5cAD6CSnzZvkNIDghV94MwJDbF17loAHgUDgG1XOouDJEs+NYEQYS/frvvCI023ytbxB3h4w4LUOBs87KJreFhYTKL6Fbeh7hZQnls/21P3Bx/jxr0rYG4f4/ceYKr+zemNv+3AyHA43YSn/DB/6EobUqGpH4LcSDA9QfJi5SFlB+3SV5/M84oYRISgwZtcYKo13FlVU+cyIbeyibUAmPCXmQSsUug2R7sWtlZFT2fR/t2EOpV9wM2K3tbMR4j8qgBc6qZP/LQAAAABJRU5ErkJggg==);
    background-position: center;
    background-repeat: no-repeat;
}

.img-avatar {
    border: none;
    height: 32px;
    width: 32px;
    min-width: 32px;
    margin-right: 3px;
    border-radius: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    background-size: 32px;
}

.searchDetailPopup .btn-contain {
    display: flex;
    font-size: 12px;
}

    .searchDetailPopup .btn-contain input {
        margin-right: 5px;
        height: 30px;
        align-self: center;
    }

.error-message {
    padding: 15px;
}


