/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins','微軟正黑體', sans-serif;
    background: #FFF;
    overflow: hidden;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #13adca;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 5px;
    font-size: 1.1em;
    display: block;
}

    #sidebar ul li a:hover {
        color: #0592ad;
        background: #fff;
    }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #0592ad;
    }

a[data-toggle="collapse"] {
    position: relative;
}

/* 當展開時旋轉箭頭 */
a[aria-expanded="true"]::after {
    transition: transform 0.3s ease;
    transform: rotate(180deg);
}

.lang-group {
    margin: 15px auto 0;
    text-align: center;
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 10px !important;
    background: #30b3cc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}


.header, .footer {
    min-height: 60px;
    padding: 0 15px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
}

.black-bg {
    background-color: #FFF;
    background-image: url('/App_Themes/Front/assets/images/login-bg.png');
    background-attachment: fixed;
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(85,85,85,1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(85,85,85,1);
    box-shadow: 0px 1px 5px 0px rgba(85,85,85,1);
}

/*.black-bg {
    background: #22242a;
    border-bottom: 1px solid #393d46;
}*/

a.logo {
    font-size: 24px;
    color: #f2f2f2 !important;
    float: left;
    margin-top: 15px;
}
a.logo > img {
   width:100px;
   height:auto;
   margin-left:10px;
}
    a.logo b {
        font-weight: 900;
    }

    a.logo:hover, a.logo:focus {
        text-decoration: none;
        outline: none;
    }

    a.logo span {
        color: #13adca;
    }


.sidebar-toggle-box {
    float: left;
    padding-right: 0px;
    margin-top: 24px;
    color: #797979;
}

    .sidebar-toggle-box .fa-bars {
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
    }

#sidebar {
    z-index: 1001;
    padding-top: 60px;
    height: 100%;
    position: fixed;
    /*overflow-y:scroll;*/
}

#content {
    padding-top: 60px;
    height: 100%;
    margin-left: 250px;
}

#container {
    width: calc(100%-250px);
    height: 95vh;
    overflow: hidden;
}

.sidebar-closed #content {
    margin-left: 0px;
}

.pull-right {
    float: right !important;
    margin-top: 20px;
}

ul.top-menu > li > a {
    color: #555 !important;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #555 !important;
    padding: 2px 6px;
    margin-right: 15px;
}

ul.components > li {
    margin-bottom: 10px;
}
.ui-autocomplete {
   z-index:99999;
}

#searchResultList {
    margin: 0;
    padding: 0;
    list-style: none;
}

#searchResultText {
    margin: 10px 0;
    font-weight: bold;
}

#searchResultList > li {
    list-style: none;
}

    #searchResultList > li > a {
        text-align: left;
    }

span.boothNo {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}

.north {
    left: 260px;
    top: 70px;
    position: fixed;
    z-index: 1000;
}

.north > img {
    max-width: 40px !important;
}

.pillarSwitch {
    left: 260px;
    bottom: 10px;
    position: fixed;
    z-index: 1000;
    visibility:hidden;
}
.pillarSwitch button {
    border:none;
    background:none;
}
.pillarSwitch button:focus {
    outline: 0;
}
.pillarSwitch img {
    max-width: 32px !important;
}
@media (max-width: 768px) {
    #content {
        margin-left: 0;
        padding:0;
    }
    #container {
        height:100vh;
    }
    .north {
        left: 10px;
    }
    .pillarSwitch {
        left: 10px;
    }
}


/* Bootstrap Modifications */
.modal-header {
    background: #4ECDC4;
}

.modal-title {
    color: white;
}

#unitBoothExhibitors ul {
    margin: 0;
    padding: 0;
}

#unitBoothExhibitors li {
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #EEE;
}
#unitBoothExhibitors li:hover {
    background-color:#b1eee9;
}
#unitBoothExhibitors li a {
    width:100%;
    display:inline-block;
}
    .left-menu {
    text-align: right;
    display:none;
}
#pavilionList {
    margin:0;
    padding:0;
    list-style:none;
}
    #pavilionList li {
        list-style: none;
    }
    #pavilionList li a {
        text-align: left;
    }
.left-menu > a {
    color: #EEE !important;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #666666 !important;
    padding: 2px 6px;
    margin-right: 15px;
    background-color: #333;
}

.category {
    margin: 5px;
}
.heading_title2 {
    display: none;
}
.categoryResult {
    margin:10px;
}


#categoryResultText {
    margin: 10px 0;
    font-weight: bold;
}

a.url {
    background: url(../image//home.png) no-repeat;
    background-size: 24px auto;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-indent: -9999px;
}

.boothTooltip {
    display: inline-block;
    background: #FF0;
    padding: 2px;
    position: absolute;
    z-index: 11000;
    font-size: 11px;
    width: auto;
    border: 1px solid #888;
    visibility: hidden;
    -webkit-box-shadow: 5px 5px 8px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 8px -3px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 8px -3px rgba(0,0,0,0.75);
}
.friendly_print {
    position: absolute;
    top: 14px;
    right: 8px;
}

@media (max-width: 480px) {
    a .logo span {
        font-size: 14px;
    }
    a.logo img {
        max-width:130px;
    }
    .top-menu {
        display:none;
    }
    .left-menu {
        display: block;
    }
    .heading_title1 {
        display:none;
    }
    .heading_title2 {
        display:inline-block;
        font-size:14px;
        font-weight:bold;
    }
    .friendly_print {
        visibility: hidden;
    }
}

@media print {
    #sidebar {
        /*visibility:hidden;*/
        display:none;
    }
    #container {
        height: auto;
    }

    #content {
        margin:0 auto;
    }
    .black-bg {
        background:none;
    }
    .zoom-navigation {
        visibility: hidden;
    }
    .pillarSwitch {
        visibility:hidden;
    }
    .north {
        left: 10px;
        top: 70px;
    }

    .modal {
        visibility: hidden;
    }
    .friendly_print {
        visibility:hidden;
    }
    #printingOverlay {
        visibility: hidden !important;
    }
    .overlay {
        visibility: hidden !important;
    }
    #myToolTip {
        visibility: hidden;
        display:none;
    }
}