.main_chat {
    background-color: #313335;
    background: -webkit-gradient(linear, left top, left bottom, from(#313335), to(#454649));
    background: -moz-linear-gradient(top, #313335, #454649);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#313335', endColorstr='#454649');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#313335', endColorstr='#454649');
    max-width: 100%;
    width: 100%;
    max-height: 100px;
    overflow-y: scroll;
    border: 2px solid #48494c;
    color: #e7e7e7
}

.chat_info {
    overflow: hidden;
    position: inherit;
    display: inline;
    color: red
}

.chat_ava {
    display: inline-block
}

.scroll-btn, .toggle-pagination {
    display: none
}

.chat_ava img {
    width: 15px;
    height: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.chat_form_bgr {
    background-color: #313335;
    background: -webkit-gradient(linear, left top, left bottom, from(#313335), to(#454649));
    background: -moz-linear-gradient(top, #313335, #454649);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#313335', endColorstr='#454649');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#313335', endColorstr='#454649');
    height: 34px;
    width: 100%
}

.chat_msg {
    background: #191919;
    margin-top: 5px;
    color: #969696;
    border: none;
    width: 60%;
    padding: 3px
}

.main_chat::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #fefefe
}

.main_chat::-webkit-scrollbar {
    width: 12px;
    background-color: #fefefe;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px
}

.main_chat::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
 
.scroll-btn {
    height: 30px;
    width: 30px;
    border: 2px solid #2c3e50;
    border-radius: 50%;
    background-color: #34495e;
    position: fixed;
    bottom: 45px;
    right: 15px;
    opacity: .5;
    z-index: 9999
}

.scroll-btn .scroll-btn-arrow {
    height: 8px;
    width: 8px;
    border: 3px solid;
    border-right: none;
    border-top: none;
    margin: 12px 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    color: #fff
}

.notouch .scroll-btn:hover {
    opacity: .8
}

.down_pic {
    background: #2ECC71;
    padding: 2px;
    color: #fff !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.down_pic:hover {
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer !important
}

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 365px;
    padding: 10px 0px
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 365px;
    height: 31px
}

.jcarousel-skin-tango .jcarousel-item {
    width: 75px;
    height: 31px
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 0px
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../img/next-horizontal.png) no-repeat
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../img/prev-horizontal.png)
}

.jcarousel-skin-tango .jcarousel-next-horizontal:focus, .jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover {
    cursor: default;
    background-position: -96px 0
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../img/prev-horizontal.png) no-repeat
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../img/next-horizontal.png)
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:focus, .jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover {
    cursor: default;
    background-position: -96px 0
}
 

a .vote-btn {
    -webkit-transition: background-color 50ms linear;
    -moz-transition: background-color 50ms linear;
    -o-transition: background-color 50ms linear;
    transition: background-color 50ms linear
}

.upvote .vote-btn {
    background: url(../img/vote-sprite.png) -4px -68px no-repeat #ddd;
    border: 1px solid #ddd
}

.upvote:hover .vote-btn {
    background: url(../img/vote-sprite.png) -4px -3px no-repeat #ddd;
    border: 1px solid #ddd
}

.upvoted .upvote .vote-btn {
    background: url(../img/vote-sprite.png) -4px -68px no-repeat #f55641;
    border: 1px solid #f55641
}

.downvote .vote-btn {
    background: url(../img/vote-sprite.png) -36px -4px no-repeat #ddd;
    border: 1px solid #ddd
}

.downvote:hover .vote-btn {
    background: url(../img/vote-sprite.png) -36px -68px no-repeat #ddd;
    border: 1px solid #ddd
}

.vote-number {
    font-weight: 700;
    display: block;
    color: #acacac
}

.upvoted .vote-number {
    color: #f55641
}

.downvoted .vote-number {
    color: #003868
}

.vote-btn {
    display: block;
    width: 25px;
    height: 25px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.downme, .upme {
    height: 16px;
    width: 16px;
    cursor: pointer;
    display: inline-block
}

.home-vote {
    position: relative;
    top: inherit;
    right: inherit;
    margin-top: 10px;
    margin-right: 30px;
    padding-left: 15px
}

.downme {
    background: url(../img/vote_down.png)
}

.upme {
    background: url(../img/vote_up.png)
}
  

.emojione {
    font-size: inherit !important;
    height: 2ex !important;
    width: 2.1ex !important;
    min-height: 20px !important;
    min-width: 20px !important;
    display: inline-block !important;
    margin: -.6ex .15em .2ex !important;
    line-height: normal !important;
    vertical-align: middle !important;
    max-width: 100% !important;
    top: 0 !important;
    background-image: none !important
}

.emojionearea, .emojionearea.form-control {
    display: inline-block;
    width: auto
}