/* 共通のヘッダーCSS */
body{
    margin: 0;
    padding: 0;
    height: 99vh;
    padding-top: 5px;
}
.imgContainer{
    margin-left: 2%;
    width: 16%;
}
.logo{
    width: 90%;
}
.redirectLogo{
    cursor: pointer;
}
.header {
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-bottom: 6vh;
    height: 10vh;
}

.errorMes {
    color:red;
    width: 70%;
    margin-left: 15%;
    text-align: left;
}

.setPwdTable tr,
.resetPwdTable tr,
.loginTable tr {
    border-bottom: 1px solid #ebebec;
}

#confirmPassword,
#password,
#userId {
    height: 70%;
}

.returnButton,
.setPwdButton,
.resetButton {
    text-align: center;
    position: relative;
    background-color: #e88a2a;
    border-radius: 4px;
    color: #000;
    line-height: 85px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 1px 3px 0 #c86118;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    cursor: pointer;
    transform: translateX(-50%);
    left: 50%;
    padding-left: 35px;
    padding-right: 35px;
    border: none;
    width: 200px;
    font-size: 16px;
}

.returnButton:hover,
.setPwdButton:hover,
.resetButton:hover,
.loginButton:hover {
    background-color: #fdd0a2;
    box-shadow: 1px 3px 0 #e88a2a;
}

.setPwdTable,
.resetPwdTable {
    height: 300px;
}

/* ログイン画面CSS */
.loginTable {
    width: 700px;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
}
.iOSloginTable {
    height: 310px;
    margin-right: auto;
    margin-left: auto;
}

.loginButton {
    text-align: center;
    position: relative;
    background-color: #e88a2a;
    border-radius: 4px;
    color: #000;
    line-height: 85px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 1px 3px 0 #c86118;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    cursor: pointer;
    transform: translateX(-50%);
    left: 50%;
    padding-left: 35px;
    padding-right: 35px;
    width: 200px;
    font-size: 16px;
    border: none;
}

.errorMsg {
    color: red;
}
/* パスワード再設定画面CSS */
.resetMailAddress {
    border-bottom: none;
}

.resetUserId {
    display: inline;
    width:100%;
}

.resetAlert {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

/* パスワード設定画面CSS */

/* 建物一覧画面 */
/* 検索バー */
.searchContainer {
    width: 45%;
    margin-left: 5%;
}

.searchBox {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    background-color: white;
}

#searchCategory {
    padding: 8px 10px;
    border: none;
    border-right: 1px solid #ccc;
    outline: none;
    font-size: smaller;
    cursor: pointer;
}

#searchInput {
    border: none;
    padding: 8px 10px;
    font-size: smaller;
    flex: 1;
    outline: none;
}

#searchButton {
    background-color: white;
    border: none;
    padding: 8px 0px;
    cursor: pointer;
}

#searchButton:hover {
    background-color: #e6e6e6;
}

.searchIcon{
    width: 30%;
}

.userMenuBox{
    position: relative;
    display: inline-block;
    width: 90%;
}

.userInfo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#userName {
    color: #707070;
}

#userIcon {
    margin-left: 2%;
    width: 10%;
    border-radius: 50%;
    border: 1px solid #ddd;
    cursor: pointer;
}

.dropdownMenu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    overflow: hidden;
    z-index: 1000;
    width: 45%;
}

.buildItem,
.menuItem {
    padding: 10px 12px;
    color: #333;
    font-size: 14px;
    border-left: 4px solid transparent;
    cursor: pointer;
}
.buildItem:hover,
.menuItem:hover {
    background-color: #f0f0f0;
    border-left: 7px solid #D9D9D9;
    border-radius: 4px;
}

.main {
    display: flex;
    height: 83vh;
    position: relative;
}
.spaceContainer{
    width: 3%;
}
.menuContainer{
    position: absolute;
    left: 2%;
    top: -5%;
}
.menuIcon{
    width: 30%;
    cursor: pointer;
}
.subContainer {
    width: 20%;
    position: relative;
    overflow: hidden;
    transition: width 0.5s ease;
}

.subContainer.close {
    width: 0; 
}

.licenseArea{
    max-height: 70%;
    overflow-y: auto;
}
.supportArea{
    height: 15%;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.isSelected {    
    background-color: #FAE4CE;
    border-radius: 4px;
    color: #707070;
    font-size: large;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    padding: 0% 5%;
}

.licenseList {
    list-style: none;
    padding-left: 0;
}

.licenseItem {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2%;
    color: #707070;
}
.licenseItem span {
    border-left: 7px solid #eceae8;
    border-radius: 4px;
    padding: 0% 3%;
    cursor: pointer;
    margin-left: 2%;
}
.licenseItem span:hover {
    border-left: 7px solid #D9D9D9;
    border-radius: 4px;
}

.supportMenu{
    width: 68%;
    margin-top: auto;
}
#information{
    margin-bottom: 5%;
}
.licenseTitleArea{
    width: 70%;
}
.licenseTitle{
    padding: 0% 3%;
    color: #333;
    border-left: 7px solid #D9D9D9;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}
.searchSubTitle{
    width: 60%;
}
.supportItem{
    padding: 0% 5%;
    color: #333;
    border-left: 7px solid #D9D9D9;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}
.supportItem:hover {
    background-color: #f0f0f0;
}
.mainContainer{
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.searchTitle{
    display: none;
    color: #707070;
}
#settingsArea{
    display: none;
    height: 98%;
}

#buildingArea{
    height: 100%;
    display: block;
}
.buildingList{
    position: relative;
    margin-bottom: 3%;
}
.topArea{
    display: flex;
    width: 100%;
}
.clientName{
    width: 95%;
    color: #707070;
    font: normal normal bold 20px/23px Arial;
    border-left: 7px solid #F9DEC3;
    border-radius: 4px;
    padding-left: 1%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.buttonArea{
    width: 16em;
    display: flex;
    align-items: center;
    position: relative;
}
.noAdminQrButton{
    margin-left: 6.5em;
}
.qrButton {
    margin-right: 15%;
    background-color: #e88929;
    color: #ffffff;
    border: none;
    height: 3em;
    padding: 0em 1em;
    border-radius: 5px;
    font-size: smaller;
    cursor: pointer;
    transition: background-color 0.3s;
    white-space: pre-line;
}
.adminButton {
    margin-right: 2%;
    background-color: #e88929;
    color: #ffffff;
    border: none;
    height: 3em;
    padding: 0em 1em;
    border-radius: 5px;
    font-size: smaller;
    cursor: pointer;
    transition: background-color 0.3s;
}
#QRcodeArea{
    display: none;
    position: absolute;
    top: 90%;
    right: 15%;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    overflow: hidden;
    z-index: 1000;
    width: 100%;
}
#qrTextArea,
#qrImageArea{
    font-size: smaller;
    text-align: center;
    color: #707070;
}
#qrImage{
    margin-top: 5%;
    width: 60%;
}

.buildTable {
    width: 100%;
    border-collapse:collapse;
}

.buildTh img {
    width: 15px;
    height: 10px;
    cursor: pointer;
    padding-left: 5px;
}
.isSort {
    text-align: left;
    color: #5f6266;
    font-size: smaller;
}
.isNotSort {
    text-align: left;
    color: #A6A6A6;
    font-size: smaller;
}
#span_0 {
    cursor: pointer;
}
#span_1,
#span_2 {
    cursor: pointer;
    margin-left: 30%;
}
#span_3 {
    margin-left: 30%;
}
.buildingThRow,
.buildingRow {
    position: relative;
    display: flex;
    width: 95%;
    margin-left: 2%;
}
.buildingRow:hover {
    background-color: #f4f4f4;
}
.buildingCell {
    border-bottom: 1px solid #e0e0e0;
    display: flex;
	align-items: center;
}
#th0,
#cell0 {
    width: 45%;
}
#th1{
    width: 10%;
}
#cell1 {
    position: relative;
    width: 10%;
}
#th2,
#cell2 {
    width: 30%;
}
#th3,
#cell3 {
    width: 15%;
}

.iconFile {
    height: 1em;
    cursor: pointer;
}

.buildMenu{
    position: absolute;
    right: 80%;
    top: 70%;
    width: 150%;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    overflow: hidden;
    z-index: 1000;
}
.userAuth,
.lastUpdate{
    margin-left: 30%;
    color: #707070;
}

.buildLink{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 2%;
}

.exceptionMessage{
    color:#c00000;
    margin-left: 2%;
}

.exceptionMessage a{
    text-decoration: underline;
    color:#c00000;
}

.mainException{
    font-weight: bold;
}
#footerContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40%;
}
#footerCopyRight{
    text-align: center;
    color: #707070;
}

#returnTop{
    text-decoration: underline;
    color: #707070;
    text-align: center;
}
#returnTop span{
    cursor: pointer;
}
/* 建物横断検索画面 */
.searchTitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchDiv {
    display: flex;
    justify-content: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    height: 35px;
}

.searchBtn {
    background-color: #e88a2a;
    height: 2.5em;
    line-height: 1.5em;
    padding: 0em 1em;
    margin-left: 10px;
    border-radius: 5px;
}

.searchTable {
    width: 100%;
    margin-top: 5%;
}

/* .searchTable tr th {
    
} */

.searchSubject {
    text-align: center;
}

.backBtn {
    background-color: #4D4D4D;
    color: #ffffff;
    position: absolute;
    left: 83%;
    top: 2%;
    border-radius: 5px;
    width: 15%;
}
.backBtn a {
    color: #ffffff;
}

.head{
    display: flex;
    border-bottom: 2px solid #c86118;
    text-align: left;
    font-weight: bold;
}

.searchResultRow{
    display: flex;
}

.searchResult_0,
.searchLicense{
    width: 15%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchResult_1,
.searchBuilding{
    width: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchResult_2,
.searchFolder{
    width: 10%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchResult_3,
.searchFloor{
    width: 10%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchResult_4,
.searchPoint{
    width: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchResult_5,
.searchHotSpot{
    width: 15%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchResult_6,
.searchLink{
    width: 10%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.searchMask{
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #C6C6C6;
    opacity: 0.8;
}
.sk-circle .sk-child {
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    top: 35%;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background-color: #E88929;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
/* パスワード設定完了後の画面 */
.completeDiv {
    margin-top: 3em;
    text-align: center;
}
.completeText {
    width: 70%;
    margin-left: 15%;
    text-align: left;
}