html, body {
    overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    user-select: none !important;
    -o-user-select: none !important;
    -ms-user-select: none !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    width: 100%;
    font-family: "Noto Sans", sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    background-color: transparent !important;
    letter-spacing: 1px
}

.container{
    background-color: whitesmoke;
}

a {
    color: #2866AB !important;
   # text-decoration: underline !important
}

a:hover, a:focus {
    opacity: 0.8
}

@keyframes send {
    0% {
        opacity: 0;
        top: 8px
    }
    100% {
        opacity: 1;
        top: 0
    }
}

.chat-box {
    width: auto;
    height: 100%;
    /*padding-bottom: 296px;為了要可以在鍵盤顯示時scroll到最後一個*/
   /* margin-bottom: 96px;*//*為了要可以在鍵盤顯示時scroll到最後一個*/
    overflow-x: hidden;
    z-index: 997
}
.chat-box-margin-bottom {
  
   margin-bottom: 120px;/*為了要可以在鍵盤顯示時scroll到最後一個*/
   
}
.chat-box-margin-bottom-2 {
  
   margin-bottom: 70px;/*為了要可以在鍵盤顯示時scroll到最後一個*/
   
}
.the-end{
	text-align: center;
	 display: block;
	 color:#B9B9B9;
}
 
.chat-textarea {
  padding-left:5px !important;
   width: 100% !important;
  
   line-height: 30px;
   #background-color: red;
   
}
.msg-size, .hotel-box .hotel-text, .hotel-box .hotel-photo, .tenant-box .tenant-text, .tenant-box .tenant-photo {
    min-width: 8px;
    max-width: 80%;
    height: auto
}

.hotel-msg-position, .hotel-box .hotel-text, .hotel-box .hotel-photo, .hotel-box .hotel-video, .hotel-box .hotel-voice {
    position: relative;
    top: 0;
    left: 48px
}

.tenant-msg-position, .tenant-box .tenant-text, .tenant-box .tenant-photo, .tenant-box .tenant-video, .tenant-box .tenant-voice {
    position: relative;
    top: 0;
    right: 0
}

.time, .hotel-box .hotel-time, .hotel-box .hotel-select-time, .tenant-box .tenant-time {
    font-size: 12px;
    color: #999
}

.date {
    border-radius: 16px;
    -o-border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    text-align: center;
    color: #4a4a4a;
    padding: 8px;
    display: block
}

.send, .time, .hotel-box .hotel-time, .hotel-box .hotel-select-time, .tenant-box .tenant-time, .hotel-box .hotel-text, .tenant-box .tenant-text {
    animation: send 0.5s
}

.list-box {
    width: 100%;
    border-bottom: 1px solid #ddd
}

.list-box:hover, .list-box:focus {
    background-color: #f2f2f2
}

.list-box a {
    color: #4a4a4a !important;
    text-decoration: none !important
}

.list-box a:hover, .list-box a:focus {
    opacity: 1
}

.list-box img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center center
}

.list-box tbody, .list-box tr, .list-box td {
    border: 0 !important;
    cursor: pointer
}

.list-box .name {
    max-height: 22px !important;
    font-size: 17px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 0 !important
}

.list-box .recently {
    color: #999;
    font-size: 12px;
    text-align: right
}

.list-box .msg {
    width: 60%;
    height: 48px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0 !important
}

.list-box .badge {
    width: 32px;
    height: 32px;
    letter-spacing: 0;
    background-color: #FF4545;
    border-radius: 50%;
    margin-right: 8px;
    float: right
}

.list-box .badge-none {
    width: 0;
    height: 0;
    background-color: #000;
    float: right
}

tbody + tbody {
    border: 0 !important
}

.table>tbody+tbody
{
    border-top: 0 !important;
}

.list-box + .list-box {
    border-bottom: 1px solid #ddd !important
}

.msg > td {
    height: 48px;
    overflow: hidden
}

.hotel-box {
    text-align: left;
    padding: 8px;
    position: relative
}

.hotel-box .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: url(http://cdn-obs.line-apps.com/line/r/lineq/c/d87c4931-afd8-4fb2-aaea-61f9c28ec457221e20t02fca944/200x200.rf);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 8px;
    top: 8px;
    display: inline-block
}

.hotel-box .hotel-text {
    border-radius: 16px;
    -o-border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    background-color: #e4e8eb;
    text-align: justify;
    color: #4a4a4a;
    border: 1px solid #e4e8eb;
    padding: 8px 12px;
    display: inline-block
}

.hotel-box .hotel-photo {
    border-radius: 16px;
    -o-border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px
}

.hotel-box .hotel-video {
    width: 80%;
    height: 100%
}

.hotel-box .hotel-time {
    margin-bottom: 8px;
    position: relative;
    top: 8px;
    left: 48px
}

.hotel-box .hotel-select-time {
    margin-bottom: 24px;
    position: relative;
    top: 24px;
    left: 0
}

.tenant-box {
    text-align: right;
    padding: 8px
}

.tenant-box .tenant-text {
    border-radius: 16px;
    -o-border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    background-color: #C2F5A8;
    text-align: justify;
    color: #4a4a4a;
    border: 1px solid #C2F5A8;
    padding: 8px 12px;
    display: inline-block
}

.tenant-box .tenant-photo {
    border-radius: 16px;
    -o-border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px
}

.tenant-box .tenant-video {
    width: 80%;
    height: 100%
}

.tenant-box .tenant-time {
    margin-bottom: 8px;
    position: relative;
    top: 8px;
    right: 0
}

.select-group {
    overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    position: relative;
    top: 40px;
    left: 0;
    overflow: hidden;
    overflow-x: scroll
}

.select-group ul {
    width: 299em;
    margin: 0;
    padding-left: 0
}

.select-group ul li {
    border-radius: 16px;
    -o-border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    width: 240px;
    list-style-type: none;
    text-align: justify;
    background-color: #e4e8eb;
    margin: 8px;
    margin-left: 0;
    float: left
}

.select-group ul li img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    width: 100%;
    display: block;
    margin: 0
}

.select-group ul li .title {
    max-height: 40px !important;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px
}

.select-group ul li .description {
    margin: 8px
}

.select-group ul li ol {
    list-style-type: none;
    padding: 0
}

.select-group ul li ol li {
    text-align: center !important;
    margin: 0;
    padding: 8px 0
}

.select-group ul li ol li a {
    text-decoration: none !important
}

.typing, .typing-table {
    width: 100%;
    background-color: #fff !important;
    border-top: 0.5px solid #9b9b9b;
    position: fixed;
    bottom: 0;
    z-index: 999
}

.typing button, .typing-table button {
    /*width: 52px;
    height: auto;
    background-color: transparent;
    border: 0;
    padding: 16px !important;
    padding: 0;
    display: inline-block;
    vertical-align: middle*/
}

.typing button:hover, .typing-table button:hover, .typing button:focus, .typing-table button:focus {
    opacity: 0.8
}

.typing button:disabled, .typing-table button:disabled {
    opacity: 0.4
}

.typing button .lnr, .typing-table button .lnr {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #694537
}

.typing textarea, .typing-table textarea {
    overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    max-height: 66px;
    font-size: initial;
    color: #4a4a4a;
    border: 0;
    padding: 0;
    position: relative;
    top: 7px;
    display: inline-block;
    resize: none
}

.typing .table, .typing-table .table {
    margin-bottom: 0
}

.typing .table td, .typing-table .table td {
    text-align: center;
    border: 0
}

.typing .table td .lnr, .typing-table .table td .lnr {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #9b9b9b
}

.typing .table td .selected, .typing-table .table td .selected {
    color: #694537 !important
}

.typing .tab-container, .typing-table .tab-container {
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999
}

.typing .tab-container ul, .typing-table .tab-container ul {
    overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    list-style: none;
    height: 156px;
    padding: 0;
    overflow-y: scroll
}

.typing .tab-container ul li, .typing-table .tab-container ul li {
    color: #4a4a4a;
    text-align: center;
    padding: 12px 0
}

.typing .tab-container ul li a, .typing-table .tab-container ul li a {
    text-decoration: none !important
}

.typing .tab-container .img-box, .typing-table .tab-container .img-box {
    overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    height: 156px;
    overflow-y: scroll
}

.typing .tab-container .img-box img, .typing-table .tab-container .img-box img {
    width: 100%;
    height: auto
}

.typing .tab-container .img-box img:hover, .typing-table .tab-container .img-box img:hover, .typing .tab-container .img-box img:focus, .typing-table .tab-container .img-box img:focus {
    opacity: 0.6
}

.typing-table #btn-left {
    left: 0
}

.typing-table #btn-right {
    right: 0
}

.hotel-list {
    width: 350px;
    height: 100%;
    border-right: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    display: inline-block
}

.hotel-list .navbar {
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: #fff !important;
    border-bottom: 0.5px solid #9b9b9b;
    border-radius: 0;
    margin-bottom: 0;
    padding: 8px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 99
}

.message {
    width: auto;
    height: 100%;
    border-right: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: inline-block
}

.message .navbar {
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: #fff !important;
    border-bottom: 0.5px solid #9b9b9b;
    border-radius: 0;
    margin-bottom: 0;
    padding: 8px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 99
}

.info-card {
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    display: inline-block
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #fff
}

::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
    border-radius: 8px
}
