﻿@charset "UTF-8";
@import url(http://weloveiconfonts.com/api/?family=entypo|fontelico);
.home {
  /*--------------------下面此區為頁籤的css區域*/
  /*--------------------下面此區為頁籤內容的css區域*/
  /*--------------------下面此區為聊天室的css區域*/ }
  .home .nav-tabs.tabs {
    position: relative;
    border-bottom: 0 none; }
  .home .nav-tabs.tabs li {
    text-align: center; }
  .home .nav-tabs.tabs li.active a {
    background: #908a78;
    border: none;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    height: 53px;
    margin-top: -3px; }
  .home .nav-tabs.tabs li a {
    display: block;
    height: 49px;
    line-height: 30px;
    background: #efe8d5;
    font-size: 20px;
    font-weight: 600;
    color: #908a78;
    text-transform: uppercase;
    margin-right: 0;
    border-radius: 10px 10px 0 0;
    border: none;
    position: relative;
    transition: all 0.5s ease 0s; }
  .home .nav-tabs.tabs li a:before {
    content: "";
    height: 70px;
    line-height: 90px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1; }
  .home .tab .nav-tabs.tabs li:last-child a:before {
    border: none; }
  .home .pana {
    font-size: 16px;
    color: #6f6c6c;
    line-height: 26px;
    border: #908a78 solid;
    /*background: #efe8d5;*/
    padding: 20px;
    border-radius: 0 10px 10px 10px;
    /*box-shadow:5px 5px 5px lightgray;*/ }
  .home .panc {
    border: solid;
    border-width: 2px;
    border-color: #ADADAD;
    border-radius: 5px;
    width: 260px;
    height: 440px;
    margin-bottom: 20px;
    background-color: #ffffff; }
  .home .panc img {
    margin-left: -5px;
    border-radius: 5px; }
  .home [class*="entypo-"]:before {
    font-family: 'entypo', sans-serif; }
  .home .X {
    font-size: 24px;
    color: gray;
    border: 0;
    font-weight: bold;
    margin-left: 5px;
    background: transparent; }
  .home .X:hover {
    color: lightslategray; }
  .home .chat {
    background: white;
    width: 300px;
    max-height: 450px;
    font-size: 14px;
    margin-left: 20px;
    position: fixed;
    right: 5%;
    bottom: 0;
    z-index: 999999999999999999999999;
    box-shadow: 2px 6px 6px 6px rgba(0, 0, 0, 0.09);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; }
  .home .chat-title {
    cursor: pointer;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #d8d8d8;
    font-weight: bold;
    font-size: 20px;
    width: 300px;
    height: 50px;
    padding-top: 10px;
    padding-left: 20px;
    right: 5%;
    z-index: 9999999999999999999999999; }
  .home .chat-body {
    padding-top: 10px;
    overflow-y: scroll;
    height: 340px;
    line-height: 20px;
    scrollbar-track-color: rgba(0, 0, 0, 0.3);
    scrollbar-highlight-color: rgba(0, 0, 0, 0.2);
    font-size: 20px; }
  .home .chat-body span {
    padding-left: 10px; }
  .home .chat-content {
    word-wrap: break-word;
    word-break: break-word; }
  .home .chat-body li {
    list-style: none;
    margin-bottom: 15px; }
  .home .chat-body img {
    border-radius: 50%;
    margin-left: 20px;
    margin-right: 10px;
    width: 32px;
    height: 32px; }
  .home #user-name {
    color: gray;
    font-weight: bold; }
  .home .chat-foot {
    background: #d8d8d8;
    width: 300px;
    height: 60px;
    text-align: center; }
  .home .chat-foot img {
    border-radius: 50%;
    margin-left: 10px;
    width: 32px;
    height: 32px; }
  .home .text-input {
    height: 25px;
    width: 190px;
    margin-left: 10px;
    border: none;
    border-bottom: gray 2px solid;
    background: transparent;
    font-size: 18px;
    outline: none; }
  .home .entypo-paper-plane {
    margin-top: 8px;
    border: none;
    background: transparent;
    font-size: 24px;
    outline: none;
    cursor: pointer;
    color: dimgray; }
  .home .entypo-paper-plane:hover {
    color: lightslategray; }
  .home ::-webkit-scrollbar {
    width: 12px;
    /* for vertical scrollbars */
    height: 12px;
    /* for horizontal scrollbars */ }
  .home ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3); }
  .home ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2); }

