/*!
 * jQuery UI Resizable 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */.ui-resizable {
 position:relative
}
.ui-resizable-handle {
 position:absolute;
 font-size:.1px;
 display:block
}
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
 display:none
}
.ui-resizable-n {
 cursor:n-resize;
 height:7px;
 width:100%;
 top:-5px;
 left:0
}
.ui-resizable-s {
 cursor:s-resize;
 height:7px;
 width:100%;
 bottom:-5px;
 left:0
}
.ui-resizable-e {
 cursor:e-resize;
 width:7px;
 right:-5px;
 top:0;
 height:100%
}
.ui-resizable-w {
 cursor:w-resize;
 width:7px;
 left:-5px;
 top:0;
 height:100%
}
.ui-resizable-se {
 cursor:se-resize;
 width:12px;
 height:12px;
 right:1px;
 bottom:1px
}
.ui-resizable-sw {
 cursor:sw-resize;
 width:9px;
 height:9px;
 left:-5px;
 bottom:-5px
}
.ui-resizable-nw {
 cursor:nw-resize;
 width:9px;
 height:9px;
 left:-5px;
 top:-5px
}
.ui-resizable-ne {
 cursor:ne-resize;
 width:9px;
 height:9px;
 right:-5px;
 top:-5px
}
.feed-hidden {
 display:none
}
#feed-wrapper {
 animation:feed-slide .5s;
 -webkit-animation:feed-slide .5s;
 position:fixed;
 right:-204px;
 height:calc(100% - 110px);
 height:-webkit-calc(100% - 110px);
 top:105px;
 z-index:100000;
 text-align:top;
 vertical-align:top;
 padding:0;
 margin:0;
 text-align:left
}
#feed-wrapper.feed-preloaded-topic {
 animation:none!important;
 -webkit-animation:none!important
}
@-webkit-keyframes feed-slide {
 from {
  right:-230px
 }
 to {
  right:-204px
 }
}
@keyframes feed-slide {
 from {
  right:-230px
 }
 to {
  right:-204px
 }
}
#feed-wrapper.feed-open {
 right:0
}
#feed-wrapper .cmty-topic-cell-post a:hover {
 text-decoration:none
}
.feed-fullscreen #page-wrapper {
 display:none
}
#feed-left {
 position:relative;
 display:inline-block
}
#feed-tabs {
 padding:0;
 margin:0;
 position:absolute;
 float:right;
 width:30px;
 text-align:right;
 margin-left:auto;
 margin-right:0;
 top:30px;
 right:0;
 box-shadow:-3px 3px 3px rgba(40,40,40,.3)
}
@media (max-width:1290px) and (min-width:1270px) {
 #feed-tabs {
  top:180px
 }
}
@media (max-width:1040px) and (min-width:1020px) {
 #feed-tabs {
  top:180px
 }
}
@media (max-width:800px) {
 #feed-tabs {
  top:120px
 }
}
@media (max-width:767px) {
 #feed-tabs {
  top:180px
 }
}
.feed-tab {
 border-bottom:1px solid #aaa
}
.feed-tab:last-child {
 border-bottom:none
}
.feed-tab {
 background:#444;
 width:30px;
 color:#777;
 position:relative;
 left:0;
 padding-top:6px;
 font-size:16px;
 line-height:16px;
 height:30px;
 text-align:center;
 cursor:pointer
}
.feed-subfeed-new-topic {
 color:#fff
}
.feed-subfeed-button-selected {
 background-color:#fff;
 color:red;
 z-index:2;
 box-shadow:-3px 0 6px rgba(60,60,60,.3);
 left:-5px;
 width:35px
}
.feed-hide-page-feed #feed-page-tab {
 display:none
}
.feed-hide-page-feed #feed-bookmark-tab {
 border-bottom:none
}
.cmty-subfeed {
 height:100%;
 position:relative
}
.cmty-subfeed .cmty-topics-list .aops-scroll-bar {
 left:auto
}
.cmty-subfeed .cmty-topics-list .aops-scroll-inner {
 left:0
}
.feed-subfeed-header-right {
 float:right;
 margin-right:5px
}
.feed-subtitle {
 font-size:12px;
 padding-left:5px;
 padding-top:1px;
 height:20px;
 position:relative;
 width:95%;
 overflow:hidden;
 white-space:nowrap;
 text-overflow:ellipsis
}
#feed-wrapper .cmty-topics-list-title {
 display:none
}
.feed-subfeed-header {
 margin:2px 0 2px 0;
 height:26px;
 background-color:#1b365d;
 color:#fff;
 font-size:16px;
 padding-top:4px;
 padding-left:5px;
 cursor:pointer;
 line-height:16px
}
.feed-subfeed-title {
 font-weight:700;
 font-size:14px
}
.feed-resort {
 padding:0 4px;
 display:none
}
#feed-topic-list {
 display:inline-block;
 position:relative;
 height:100%;
 width:204px;
 background-color:#fff;
 top:0;
 z-index:1;
 vertical-align:top
}
#feed-wrapper.feed-open #feed-topic-list {
 box-shadow:-5px 5px 5px rgba(20,20,20,.3)
}
#feed-topic-list .cmty-topics-list {
 height:calc(100% - 30px);
 height:-webkit-calc(100% - 30px)
}
#feed-topic-list .cmty-subfeed-w-subtitle .cmty-topics-list {
 height:calc(100% - 50px);
 height:-webkit-calc(100% - 50px)
}
#feed-bookmark-filter {
 margin-left:5px
}
#feed-bookmark-filter label {
 font-weight:400;
 cursor:pointer;
 font-size:12px;
 margin-right:5px
}
#feed-bookmark-filter input {
 top:2px;
 left:1px;
 position:relative;
 margin-left:2px
}
.feed-no-bookmarks {
 background-color:#faa;
 width:100%;
 padding:5px
}
#feed-topic-list .aops-scrollbar-visible .aops-scroll-content {
 width:196px
}
#feed-topic-list .aops-scrollbar-not-visible .aops-scroll-content {
 width:205px
}
#feed-topic-list .cmty-topics-list .aops-scrollbar-visible .cmty-topic-list-popout {
 width:calc(100% - 9px);
 width:-webkit-calc(100% - 9px);
 left:0
}
#feed-topic-list .cmty-topic-cell-double {
 left:0;
 width:196px
}
#feed-topic-list .cmty-stunt-double-announcement {
 height:113px
}
#feed-topic-list .cmty-condensed-topic-list .cmty-stunt-double-announcement {
 height:60px
}
#feed-topic-list .cmty-stunt-double-announcement.focus-topic .cmty-topic-cell-close-topic {
 top:89px
}
#feed-topic {
 right:0;
 height:calc(100% - 260px);
 height:-webkit-calc(100% - 260px);
 background-color:#666;
 display:none;
 position:fixed;
 top:237px;
 z-index:3;
 box-shadow:-3px 3px 3px rgba(40,40,40,.3),-3px -3px 3px rgba(40,40,40,.3)
}
.feed-open #feed-topic {
 right:204px
}
.modal-page-overflow.aops-modal-open #feed-topic {
 right:204px
}
.feed-topic-forum {
 width:100%;
 height:30px;
 font-size:14px;
 color:#fff;
 padding:3px 8px 4px 8px;
 line-height:18px
}
.feed-topic-forum-left {
 float:left;
 font-size:20px;
 font-weight:700;
 width:92%;
 overflow:hidden;
 white-space:nowrap;
 text-overflow:ellipsis;
 line-height:25px;
 position:relative
}
.feed-topic-forum-left:hover {
 color:#fff
}
.feed-topic-forum-right {
 float:right;
 color:#eee
}
.feed-topic-top-right {
 display:inline-block;
 width:122px;
 text-align:right;
 vertical-align:top;
 position:relative;
 color:#eee;
 height:30px;
 padding-right:3px
}
#feed-topic .too-many-icons .feed-topic-top-right {
 width:147px
}
#feed-topic .too-many-icons .feed-topic-top-right .cmty-topic-bookmark {
 margin:0 7px
}
.feed-topic-forum-right {
 font-size:24px;
 color:#fff;
 line-height:24px
}
.feed-topic-forum-right .cmty-topic-close {
 margin-top:2px
}
#feed-topic .cmty-topic-subject {
 vertical-align:top;
 width:calc(100% - 122px);
 width:-webkit-calc(100% - 122px);
 padding-top:6px
}
#feed-topic .too-many-icons .cmty-topic-subject {
 width:calc(100% - 147px);
 width:-webkit-calc(100% - 147px)
}
.feed-topic-top-right a {
 color:#eee
}
.feed-topic-top-right a:visited {
 color:#eee
}
.feed-topic-top-right a:hover {
 text-decoration:none
}
#feed-topic .cmty-topic-posts-outer-wrapper .aops-scroll-bar {
 right:initial;
 left:0
}
#feed-topic .cmty-topic-jump {
 left:0;
 right:auto
}
#feed-topic .cmty-topic-posts-outer-wrapper .aops-scroll-inner {
 left:0;
 width:calc(100% + 30px);
 width:-webkit-calc(100% + 30px)
}
#feed-topic .cmty-topic-posts-outer-wrapper .aops-scrollbar-visible .aops-scroll-inner,
#feed-topic .cmty-topic-posts-outer-wrapper .aops-spoof-scrollbar-visible .aops-scroll-inner {
 left:11px;
 width:calc(100% + 11px);
 width:-webkit-calc(100% + 11px)
}
#feed-topic .cmty-topic-posts-outer-wrapper .aops-spoof-scrollbar-visible .aops-scroll-inner {
 width:515px!important
}
#feed-topic .cmty-topic-posts-outer-wrapper .aops-spoof-scrollbar-visible .aops-scroll-content {
 width:483px!important
}
#feed-topic .aops-spoof-scrollbar-visible .cmty-post-wrapper {
 width:483px
}
#feed-topic .cmty-topic-posts-outer-wrapper .aops-scroll-fade-top {
 left:10px
}
#feed-topic .cmty-topic-posts-outer-wrapper .aops-scroll-fade-bottom {
 left:10px
}
#feed-topic .cmty-post-body {
 width:339px
}
#feed-topic .cmty-tags-itembox-wrapper {
 display:none
}
#feed-topic .cmty-topic-moderate {
 display:none;
 margin-right:4px
}
.cmty-show-feed-tags #feed-topic .cmty-tags-itembox-wrapper {
 display:block
}
.feed-fullscreen #feed-topic .cmty-tags-itembox-wrapper {
 display:block
}
.feed-fullscreen #feed-topic .cmty-topic-moderate {
 display:inline-block
}
.feed-fullscreen #feed-topic .feed-topic-top-right {
 width:133px
}
.feed-fullscreen #feed-topic .too-many-icons .feed-topic-top-right {
 width:175px
}
.feed-fullscreen #feed-topic .cmty-topic-subject {
 width:calc(100% - 135px);
 width:-webkit-calc(100% - 135px)
}
.feed-fullscreen #feed-topic .too-many-icons .cmty-topic-subject {
 width:calc(100% - 177px);
 width:-webkit-calc(100% - 177px)
}
#feed-topic.ui-state-disabled {
 opacity:1;
 filter:Alpha(Opacity=35)
}
#feed-topic .cmty-bbcode-list {
 display:none
}
#feed-topic .cmty-bbcode-code {
 display:none
}
#feed-topic .cmty-bbcode-img {
 display:none
}
#feed-topic {
 width:500px
}
#feed-topic .cmty-topic-posts-outer-wrapper .aops-scroll-content {
 width:494px
}
#feed-topic .cmty-topic-posts-outer-wrapper .aops-scrollbar-visible .aops-scroll-content,
#feed-topic .cmty-topic-posts-outer-wrapper .aops-spoof-scrollbar-visible .aops-scroll-content {
 width:483px
}
.feed-fullscreen #feed-topic .cmty-topic-posts-outer-wrapper .aops-scroll-content {
 width:1224px
}
.feed-fullscreen #feed-topic .cmty-topic-posts-outer-wrapper .aops-scrollbar-visible .aops-scroll-content {
 width:1212px
}
@media (max-width:1270px) {
 .feed-fullscreen #feed-topic .cmty-topic-posts-outer-wrapper .aops-scroll-content {
  width:974px
 }
 .feed-fullscreen #feed-topic .cmty-topic-posts-outer-wrapper .aops-scrollbar-visible .aops-scroll-content {
  width:963px
 }
}
@media (max-width:1020px) {
 .feed-fullscreen #feed-topic .cmty-topic-posts-outer-wrapper .aops-scroll-content {
  width:884px
 }
 .feed-fullscreen #feed-topic .cmty-topic-posts-outer-wrapper .aops-scrollbar-visible .aops-scroll-content {
  width:873px
 }
}
@media (max-width:930px) {
 .feed-fullscreen #feed-topic .cmty-topic-posts-outer-wrapper .aops-scroll-content {
  width:794px
 }
 .feed-fullscreen #feed-topic .cmty-topic-posts-outer-wrapper .aops-scrollbar-visible .aops-scroll-content {
  width:783px
 }
}
@media (max-width:840px) {
 .feed-fullscreen #feed-topic .cmty-topic-posts-outer-wrapper .aops-scroll-inner {
  width:100%
 }
 .feed-fullscreen #feed-topic .cmty-topic-posts-outer-wrapper .aops-scroll-content {
  width:100%!important
 }
 .feed-follscreen #feed-topic .cmty-topic-posts-outer-wrapper .aops-scrollbar-visible .aops-scroll-content,
 .feed-follscreen #feed-topic .cmty-topic-posts-outer-wrapper .aops-spoof-scrollbar-visible .aops-scroll-content {
  width:100%!important
 }
}
@media (max-width:810px) {
 .feed-tab {
  display:none
 }
 #feed-global-tab {
  display:block
 }
 .feed-open .feed-tab {
  display:block
 }
}
@media (max-width:767px) {
 #feed-wrapper {
  top:77px
 }
}
@media (max-width:700px) {
 #feed-wrapper {
  display:none
 }
 .new-topic-btn {
  display:none!important
 }
 .open-feed-btn {
  display:none!important
 }
}
@media print {
 #feed-wrapper {
  display:none
 }
}
