@charset "UTF-8";

.logo-image-phone{
    height: 60px;
}

#sp-header .logo {
    height: 60px;
    display: flex;
    justify-content: left;
}

#sp-header {
    height: 60px;
    background: rgba(255,255,255,0.5);
    position: fixed;
}

#offcanvas-toggler {
    height: 60px;
    line-height: 60px;
}

.sp-megamenu-parent > li {
    line-height: 60px;
}

.sp-megamenu-parent > li a {
    border-right: 1px solid #8ba1bb;
}

.sp-megamenu-parent > li:last-child a {
    border-right: 0;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #5704db;
    font-weight: bold;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 10px;
}

.d-block {
    display: none!important;
}


#controlbar-bg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 27%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
}

div.controlbar {
    /* filter: contrast(23%); */
    /* -webkit-filter: contrast(23%); */
    bottom: 5%;
    width: 6%;
    height: 8.2%;
    z-index: auto;
    position: fixed;
}

.pc_show {
    display: block;
}
.mobile_show {
    display: none;
}

/*
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin:0 0 5px 0;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #9449e9;
}
*/

#system-message {
    margin-top: 60px;
}


/*參觀者登入畫面 START*/
.com-adm-showroom.view-login #sp-component{
    background: url(/images/login_bg3.jpg?1) top center no-repeat;
    background-size: cover;
    background-color: #633d94;
}

.btn-semi {
    background-color: #633d94;
    color: #fff;
}

.login-area {
    margin-top: 50px;
    background-color: #fff;
    margin-bottom: 50px;
    padding: 30px;
    width: 100%;
    padding: 30px;
    width: 100%; 
    display: table;
    position: relative;
    z-index: 1;
}

.login-area h3{
    color: #633d94;
    margin-bottom: 30px;
}
.login-area .memo{
    color: #999;
    text-align: left;
    margin-bottom: 30px
}
.container-inner1 {
    padding: 0 120px
}
#logo50 {
    width: 120px; 
    position: absolute; 
    left: 30px;
}

.login-left, .login-right {
    display: table-cell;
    width: 50%;
    padding: 30px;
}
.login-left {
    border-right: 1px solid #aaa;
}

.login-right {
    text-align: center;  
    vertical-align: middle;
}
.login-area-inner {
    display: block;
}
.login-btn {
    text-align: center;
}
.sponsor_image {
    margin-top: 50px;
     margin-bottom: 100px; 
    z-index: 1; 
    position: relative; 
    margin-left: auto;  
    margin-right: auto;
}
.myPosition .ui-state-default .ui-icon {
    top: 0;
    background-position: center;
}
.ui-button-icon-only .ui-button-text {
    /*display: none;*/
}

input:focus, textarea:focus, button:focus{
    outline: none;
}

a {
    cursor: pointer;
}

#boothModal .modal-content, #boothModalJ .modal-content {
    overflow: initial !important;
}
#boothModal .modal-body {
    overflow: auto;
}

#objlist-tbl tr, #briefcase-tbl tr {
    display: table-row !important;
}
#objlist-tbl tr td:nth-child(1), #briefcase-tbl tr td:nth-child(1) {
    display: table-cell !important;
    min-width: 100px;
}
#objlist-tbl tr td:nth-child(2), #briefcase-tbl tr td:nth-child(2) {
    width: auto !important;
    display: table-cell !important;
}
#objlist-tbl.dataTable thead th, #briefcase-tbl.dataTable thead th {
    text-align: center;
}
#objlist-tbl.dataTable thead th:nth-child(2), #briefcase-tbl.dataTable thead th:nth-child(2) {
    text-align: left;
}
#objlist-tbl.dataTable thead th:nth-child(3), #briefcase-tbl.dataTable thead th:nth-child(3) {
    text-align: center;
}
#objlist-tbl tr td:nth-child(3), #briefcase-tbl tr td:nth-child(3) {
    text-align: center;
    /*vertical-align: top;*/
}

#objlist-tbl td input:checked:before, #briefcase-tbl td input:checked:before, #special-tbl td input:checked:before {
    top: -8px !important;
    left: 0 !important;
}
#objlist-tbl td input:before, #briefcase-tbl td input:before, #special-tbl td input:before {
    top: -8px !important;
    left: 0 !important;
}
#yt-player iframe, #yt-player video {
    height: calc(100% - 10px) !important;
}
.modal-header {
    position: relative;
}
.modal-body {
    padding: 0;
    height: 100%;
    display: block;
    position: relative;
    overflow: auto;
}
.dataTables_wrapper {
    width: 100%;
}
.info-card .rep-job-info .info-item {
    width: auto !important;
    font-size: 80%;
    white-space: nowrap;
}
#dialog_div {
    width: auto !important;
}
#chat_div {
    width: auto !important;
}
@media (max-width:991px) {
    .container1 {
        max-width: 100%;
        width: 100%;
        padding:0;
    }
    .container-inner1 {
        padding: 0 60px;
    }
    #logo50 {
        display: none;
    }
    .login-area {
        display: block;
    }
    
    .login-left, .login-right {
        display: flex;
        width: 100%;
    }

    .login-left {
        border-right: 0;
        border-bottom: 1px solid #aaa;
    }
    .login-btn {
        text-align: left;
    }

    #main_content {
        margin-top: 110px;
    }

    #sp-top2 {
        position: absolute;
    }
   
    .pc_show {
        display: none;
    }
    .mobile_show {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    #boothModal .modal-content {
        overflow: initial !important;
    }
}


@media (max-width: 576px) {
    .container-inner1 {
        padding: 0 10px;
    }
    .sponsor_image {
        width: 80%;
    }
    .attending {
        display: none;
    }
}