/* module-key = 'com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources', location = 'css/talk.autocomplete.css' */
.gd-suggestions {
    padding: 0;
    margin: 0;
    border: 1px solid #BBB;
    background-color: #ffffff;
    color: #000000;
    position: absolute;
    z-index: 5000;
    white-space: nowrap;
    overflow: hidden;
}

.gd-suggestions ol {
    border-bottom: none;
    list-style: none;
    margin: 0;
    padding: 4px 0;
}

.gd-suggestions ol li {
    color: #535353;
    height: 24px;
    line-height: 24px;
    padding: 0 .3em;
    position: relative;
    margin: 2px 0;
    cursor: pointer;
}

.gd-suggestions ol li.gd-suggestion-active {
    color: #ffffff;
    background-color: #6699cc;
}

.gd-suggestions ol li img {
    height: 22px;
    left: 6px;
    position: absolute;
    top: .35em;
    width: 22px;
    border: 0;
}

.gd-suggestions .gd-no-results {
    font-style: italic;
    cursor: default;
}

.gd-mention .gd-suggestion {
    padding-left: 30px;
    padding-right: 10px;
}

.gd-suggestion-active a.link-suggestion {
    color: white;
}

a.link-suggestion {
    color: #535353;
    text-decoration: none;
}

.link-suggestion .gd-suggestion {
    padding-left: 20px;
}

.gd-suggestions .gd-suggestion-thumbnail {
    width: 16px;
    height: 16px;
}

/* module-key = 'com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources', location = 'css/talk.css' */
#main #content.gd-content-offset,
#main #content .gd-content-offset,
#main #personal-info-sidebar.gd-content-offset,
#main #blog-sidebar.gd-content-offset,
#zen-main.gd-content-offset,
.rw_content_section #rw_main_column #content.gd-content-offset,
.brikit-title-backdrop.gd-content-offset {
    margin-right: 280px;
    padding-right: 0;
}

#main #content #main-content .brikit-container-content.gd-content-offset {
    padding-right: 280px;
    margin-right: 0;
}

.gd-zen-main-offset {
    padding-right: 260px;
}

#talk-settings-dialog-item {
    position: relative;
}

#talk-settings-dialog-item span {
    background: url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/talk-settings.png") 0 0 no-repeat;
    padding-left: 20px;
    position: relative;
}

#talk-settings-dialog-item span:before {
    content: attr(data-count);
    position: absolute;
    left: 10px;
    top: 11px;
    font-size: 9px;
}

.talk-dialog-no-license {
    color: #ff0000;
    padding-top: 20px;
}

#zen-toolbar #talk-settings-dialog-item span {
    display: block;
    height: 16px;
    background-position: 0 0;
}

#rw_menu_bar #talk-settings-dialog-item span {
    background-position: 0 4px;
}

#talk-insert-pointer {
    display: inline-block;
}

li > span[talk-marker]:not(.talk-image) {
    display: block;
}

span[talk-marker] > ul, span[talk-marker] > ol {
    margin-top: 0;
}

#icon-talk-insert.gd-comment-icon-insert {
    background-image: url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/talk-add.png");
    position: absolute;
    z-index: 7;
    display: none;
    width: 24px;
}

.gd-comment-icon {
    background-image: url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/talk.png");
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 16px;
    display: inline-block !important;
    height: 16px;
    width: 16px;
    cursor: default;
    border-bottom: none !important;
    line-height: 20px;
}

.gd-reply .suggestion-label {
    font-weight: bold;
    font-style: italic;
}

.gd-reply.suggestion .gd-reply-html {
    margin-bottom: 0;
}

.gd-comment-icon.gray {
    background-image: url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/talk-gray.png");
}

.gd-comment-icon.blue {
    background-image: url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/talk-blue.png");
}

.gd-comment-icon.red {
    background-image: url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/talk-red.png");
}

.gd-comment-icon.green {
    background-image: url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/talk-green.png");
}

.gd-comment-icon.yellow {
    background-image: url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/talk-yellow.png");
}

.gd-comment-icon.talk-archived {
    background-image: url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/talk-archived.png");
}

.gd-comment-icon > span {
    position: relative;
    left: 12px;
    top: 6px;
    line-height: 9px;
    font-size: 9px;
    font-weight: normal;
    color: #333;
}

.gd-comment-icon span span:after {
    content: attr(data-count);
}

#icon-talk-insert.gd-comment-icon span {
    visibility: hidden;
}

.gd-comment-icon.gd-comment-icon-active {
    background-image: url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/talk-open.png");
}

.gd-comment-icon.gd-comment-icon-active.gray {
    background-image: url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/talk-open-gray.png");
}

.gd-comment-icon.gd-comment-icon-active.blue {
    background-image: url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/talk-open-blue.png");
}

.gd-comment-icon.gd-comment-icon-active.red {
    background-image: url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/talk-open-red.png");
}

.gd-comment-icon.gd-comment-icon-active.green {
    background-image: url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/talk-open-green.png");
}

.gd-comment-icon.gd-comment-icon-active.yellow {
    background-image: url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/talk-open-yellow.png");
}

.gd-comment-icon.gd-comment-icon-active.talk-archived {
    background-image: url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/talk-archived-open.png");
}

#gd-comments-messages .aui-message {
    z-index: 6;
    position: fixed;
    margin-right: 25px;
}

body.edit #gd-comments-messages .aui-message,
body.create #gd-comments-messages .aui-message {
    top: 150px;
}

.gd-error-container .aui-message {
    margin: 10px;
}

.gd-comments-sidebar {
    position: absolute;
    white-space: normal;
    text-align: left;
    overflow: visible;
}

body.profile #talk-shower,
body.profile #talk-hider {
    display: none;
}

#talk-show-hide-container {
    position: fixed;
    top: 50%;
    cursor: pointer;
    color: #707070;
    z-index: 5;
}

#talk-show-hide-container div {
    width: 16px;
    height: 16px;
    opacity: 0.4;
}

#talk-show-hide-container div:hover {
    opacity: 1;
}

#talk-hider {
    background: transparent url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/hide.png") 0 0 no-repeat;
}

#talk-shower {
    background: transparent url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/show.png") 0 0 no-repeat;
}

#talk-show-hide-container .talk-navigator {
    position: absolute;
}

#talk-up {
    top: -35px;
}

#talk-up, .talk-up {
    background: transparent url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/arrow-up.png") 0 0 no-repeat;
}

#talk-down {
    bottom: -35px;
}

#talk-down, .talk-down {
    background: transparent url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/arrow-down.png") 0 0 no-repeat;
}

.talk-star {
    background: transparent url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/fav-on.png") 0 0 no-repeat;
}

.talk-unstar {
    background: transparent url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/fav-off.png") 0 0 no-repeat;
}

.talk-color {
    background: transparent url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/color.png") 0 1px no-repeat;
}

.talk-color-dd {
    width: 75px;
    min-width: 75px;
    padding: 6px;
}

.talk-priority-dd {
    width: 54px;
    min-width: 54px;
    padding: 6px;
}

.aui-dropdown2.aui-style-default a.talk-a-color {
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 14px;
    line-height: 14px;
    padding: 0;
    text-align: justify;
    width: 14px;
    display: block;
    cursor: pointer;
}

.aui-dropdown2.aui-style-default a.talk-a-priority {
    padding: 0;
    display: block;
    cursor: pointer;
}

.talk-li-color, .talk-li-priority {
    float: left;
    height: 16px;
    padding: 2px;
    width: 16px;
}

.aui-dropdown2.aui-style-default.talk-color-dd ul,
.aui-dropdown2.aui-style-default.talk-priority-dd ul {
    margin: 0;
}

.brikit #talk-shower {
    right: 15px;
    position: relative;
}

.gd-comments {
    color: black;
    font-family: Arial,sans-serif,sans,serif;
    font-size: 13px;
}

.gd-pane-view:focus,
.gd-pane-view:active {
    outline: 0 none;
}

.gd-comments-layout .gd-pane-view {
    -moz-user-select: text;
    background-color: #FFFFFF;
    cursor: pointer;
    direction: ltr;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    position: absolute;
    z-index: 4;
    width: 240px;
}

.gd-comments-layout .gd-pane-view.new-invisible {
    display: none !important;
}

.gd-comments-layout .gd-pane-view.gray {
    background-color: #f8f8f8;
}

.gd-comments-layout .gd-pane-view.red {
    background-color: rgb(255, 243, 243);
}

.gd-comments-layout .gd-pane-view.green {
    background-color: rgb(238, 253, 239);
}

.gd-comments-layout .gd-pane-view.blue {
    background-color: rgb(240, 248, 255);
}

.gd-comments-layout .gd-pane-view.yellow {
    background-color: rgb(255, 255, 238);
}

.gd-comments-layout .gd-pane-view:hover {
    border-color: #C6C6C6 !important;
    background-color: #f8f8f8;
}

.gd-comments-layout .gd-pane-view.gray:hover {
    background-color: #f3f3f3;
}

.gd-comments-layout .gd-pane-view.red:hover {
    background-color: rgb(255, 236, 236);
}

.gd-comments-layout .gd-pane-view.green:hover {
    background-color: rgb(228, 251, 229);
}

.gd-comments-layout .gd-pane-view.blue:hover {
    background-color: rgb(230, 243, 255);
}

.gd-comments-layout .gd-pane-view.yellow:hover {
    background-color: rgb(255, 255, 228);
}

.gd-comments-layout .gd-pane-view.gd-pane-trimmed {
    border-top: none;
}

.gd-comments-layout .gd-pane-view.gd-comment-active.gd-pane-trimmed {
    border-top: none;
}

.gd-pane-view.gd-new-editor .gd-input-pane:not(.gd-no-license),
.gd-comment-active.gd-pane-view.gd-new-editor  > .gd-resolve-button {
    display: none;
}

.gd-pane-view.gd-new-editor .gd-reply-timestamp {
    visibility: hidden;
}

.gd-comment-active.editable.gd-new-editor .talk-restrictions {
    top: 2px;
}

.gd-pane-view .gd-after {
    display: none;
}

.gd-pane-view.gd-pane-trimmed .gd-after {
    display: block;
    height: 100%;
    width: 100%;
    max-height: 50px;
    position: absolute;
    z-index: 6;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.gd-tools-container {
    text-align: right;
    height: 24px;
    padding-left: 5px;
}

.gd-navigator-container {
    float: left;
    margin-top: 3px;
    color: #707070;
}

.gd-position-counter {
    margin-left: 5px;
    font-size: 12px;
}

body.profile .talk-archived .gd-navigator-container {
    display: block;
}

.talk-archived:not(.new-replies) .gd-navigator-container {
    display: none;
}

.gd-pane-view .talk-navigator {
    cursor: pointer;
    display: none;
}

.gd-pane-view.gd-comment-active .talk-navigator {
    display: inline-block;
}

.talk-restrictions {
    cursor: pointer;
    z-index: 6;
    width: 66px;
    display: inline-block;
    margin-top: 3px;
    padding-right: 5px;
}

.gd-comment-active .talk-restrictions {
    padding-right: 0;
}

.talk-read-only .talk-restrictions {
    cursor: default;
}

.talk-restriction-icon {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: text-top;
}

.talk-restricted {
    height: 16px;
    width: 16px;
    display: inline-block;
    background: transparent url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/lock.png") 0 0 no-repeat;
}

.gd-comment-active:not(.talk-archived) .talk-not-restricted {
    height: 16px;
    width: 16px;
    display: inline-block;
    background: transparent url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/unlock.png") 0 0 no-repeat;
    margin-right: 2px;
}

.talk-restrictions .talk-favorite-icon.talk-unstar,
.talk-restrictions .talk-color {
    display: none;
}

.gd-comment-active .talk-restrictions .talk-favorite-icon.talk-unstar,
.gd-comment-active:not(.talk-archived) .talk-restrictions .talk-color {
    display: inline-block;
}

.talk-restrictions .talk-favorite-icon {
    color: #707070;
}

.talk-permissions-dialog .aui-dropdown {
    width: 99% !important;
}

.talk-permissions-dialog .aui-dropdown .last a span {
    background-position: 6px;
}

.talk-permissions-dialog-buttons {
    padding-top: 10px;
}

.talk-cancel-permissions {
    margin-left: 10px;
}

.talk-action-status {
    height: 16px;
    width: 16px;
    float: right;
    display: none;
    margin-top: 7px;
}

.not-editable .remove-restriction {
    display: none;
}

.suggestion-lozenge {
    padding: 4px 6px;
    display: flex;
    align-items: center;
}

.suggestion-lozenge .assignee {
    margin-left: 5px;
    color: #0052cc;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.assign-container {
    display: flex;
    align-items: center;

    #assign-label-comment {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

#tasks-feature-discovery {
    width: 300px;
}

.gd-reply.gd-reply-first {
    border-top: medium none !important;
}

.gd-reply,
.gd-content-collapser,
.suggestion-lozenge {
    border-top: 1px solid #F0F0F0;
    padding: 7px;
    position: relative;
}

.gd-reply, .gd-content-collapser, .suggestion-lozenge  {
    border-top-color: rgb(230,230,230);
}

.gd-content-collapser {
    display: none;
}

.long-thread .gd-content-collapser {
    display: block;
}

.long-thread .gd-reply {
    display: none;
}

.long-thread .gd-reply:first-of-type,
.long-thread .gd-reply:last-of-type {
    display: block;
}

.gd-comment-active .gd-content-collapser {
    display: none;
}

.gd-comment-active.long-thread .gd-reply {
    display: block;
}

.gd-reply.new-reply {
    background-color: #ebf2f9;
}

.gd-comment-active .gd-reply.new-reply {
    background-color: #ffe9a8;
}

.gray:hover .gd-reply.new-reply {
    background-color: rgb(232,232,232);
}

.gray .gd-reply.new-reply {
    background-color: rgb(240,240,240);
}

.gray.gd-comment-active .gd-reply.new-reply {
    background-color: rgb(248,248,248);
}

.red:hover .gd-reply.new-reply {
    background-color: rgb(255, 223, 223);
}

.red .gd-reply.new-reply {
    background-color: rgb(255, 231, 231);
}

.red.gd-comment-active .gd-reply.new-reply {
    background-color: rgb(255, 243, 243);
}

.green:hover .gd-reply.new-reply {
    background-color: rgb(213, 242, 214);
}

.green .gd-reply.new-reply {
    background-color: rgb(221, 250, 222);
}

.green.gd-comment-active .gd-reply.new-reply {
    background-color: rgb(238, 253, 239);
}

.blue:hover .gd-reply.new-reply {
    background-color: rgb(216, 232, 255);
}

.blue .gd-reply.new-reply {
    background-color: rgb(224, 240, 255);
}

.blue.gd-comment-active .gd-reply.new-reply {
    background-color: rgb(246, 251, 255);
}

.yellow:hover .gd-reply.new-reply {
    background-color: rgb(255, 255, 213);
}

.yellow .gd-reply.new-reply {
    background-color: rgb(255, 255, 221);
}

.yellow.gd-comment-active .gd-reply.new-reply {
    background-color: rgb(255, 255, 235);
}

.gd-user-icon {
    position: absolute;
    left: 7px !important;
}

.gd-reply-author {
    font-weight: bold;
    margin-left: 32px;
}

.gd-reply-timestamp {
    color: #666666;
    font-size: 10px;
    margin: 3px 0 0 32px;
}

.gd-reply-collapsible {
    position: relative;
}

.gd-comment-active .gd-reply.collapsible.collapsed .gd-reply-collapsible,
.gd-pane-view:not(.gd-comment-active) .gd-reply.collapsible .gd-reply-collapsible {
    max-height: 105px;
    overflow: hidden;
}

.gd-reply .gd-long-reply-blur {
    display: none;
    height: 40px;
    width: 226px;
    position: absolute;
}

.gd-pane-view:not(.gd-comment-active) .gd-reply.collapsible .gd-long-reply-blur {
    display: block;
    bottom: 7px;
    background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.gd-pane-view:not(.gd-comment-active) .gd-reply.new-reply.collapsible .gd-long-reply-blur {
    display: block;
    bottom: 7px;
    background: -moz-linear-gradient(bottom, rgba(235,242,249,1) 0%, rgba(235,242,249,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(235,242,249,1) 0%,rgba(235,242,249,0) 100%);
    background: -ms-linear-gradient(bottom, rgba(235,242,249,1) 0%,rgba(235,242,249,0) 100%);
    background: linear-gradient(bottom, rgba(235,242,249,1) 0%,rgba(235,242,249,0) 100%);
}

.gd-pane-view:not(.gd-comment-active):hover .gd-reply.collapsible .gd-long-reply-blur {
    background: -moz-linear-gradient(bottom, rgba(248,248,248,1) 0%, rgba(248,248,248,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(248,248,248,1) 0%,rgba(248,248,248,0) 100%);
    background: -ms-linear-gradient(bottom, rgba(248,248,248,1) 0%,rgba(248,248,248,0) 100%);
    background: linear-gradient(bottom, rgba(248,248,248,1) 0%,rgba(248,248,248,0) 100%);
}

.gd-pane-view.gd-comment-active .gd-reply.collapsible.collapsed .gd-long-reply-blur {
    display: block;
    bottom: 25px;
    background: -moz-linear-gradient(bottom, rgba(252,250,198,1) 0%, rgba(252,250,198,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(252,250,198,1) 0%,rgba(252,250,198,0) 100%);
    background: -ms-linear-gradient(bottom, rgba(252,250,198,1) 0%,rgba(252,250,198,0) 100%);
    background: linear-gradient(bottom, rgba(252,250,198,1) 0%,rgba(252,250,198,0) 100%);
}

.gd-pane-view.gray:not(.gd-comment-active) .gd-reply.collapsible .gd-long-reply-blur {
    background: -moz-linear-gradient(top, rgba(248, 248, 248,0) 0%, rgba(248, 248, 248,1) 100%);
    background: -webkit-linear-gradient(top, rgba(248, 248, 248,0) 0%,rgba(248, 248, 248,1) 100%);
    background: -ms-linear-gradient(top, rgba(248, 248, 248,0) 0%,rgba(248, 248, 248,1) 100%);
    background: linear-gradient(top, rgba(248, 248, 248,0) 0%,rgba(248, 248, 248,1) 100%);
}

.gd-pane-view.gray:not(.gd-comment-active) .gd-reply.new-reply.collapsible .gd-long-reply-blur,
.gd-pane-view.gray.gd-comment-active .gd-reply.collapsible.collapsed .gd-long-reply-blur {
    background: -moz-linear-gradient(top, rgba(240, 240, 240,0) 0%, rgba(240, 240, 240,1) 100%);
    background: -webkit-linear-gradient(top, rgba(240, 240, 240,0) 0%,rgba(240, 240, 240,1) 100%);
    background: -ms-linear-gradient(top, rgba(240, 240, 240,0) 0%,rgba(240, 240, 240,1) 100%);
    background: linear-gradient(top, rgba(240, 240, 240,0) 0%,rgba(240, 240, 240,1) 100%);
}

.gd-pane-view.gray:not(.gd-comment-active):hover .gd-reply.new-reply.collapsible .gd-long-reply-blur {
    background: -moz-linear-gradient(top, rgba(232, 232, 232,0) 0%, rgba(232, 232, 232,1) 100%);
    background: -webkit-linear-gradient(top, rgba(232, 232, 232,0) 0%,rgba(232, 232, 232,1) 100%);
    background: -ms-linear-gradient(top, rgba(232, 232, 232,0) 0%,rgba(232, 232, 232,1) 100%);
    background: linear-gradient(top, rgba(232, 232, 232,0) 0%,rgba(232, 232, 232,1) 100%);
}

.gd-pane-view.gray:not(.gd-comment-active):hover .gd-reply.collapsible .gd-long-reply-blur {
    background: -moz-linear-gradient(top, rgba(243, 243, 243,0) 0%, rgba(243, 243, 243,1) 100%);
    background: -webkit-linear-gradient(top, rgba(243, 243, 243,0) 0%,rgba(243, 243, 243,1) 100%);
    background: -ms-linear-gradient(top, rgba(243, 243, 243,0) 0%,rgba(243, 243, 243,1) 100%);
    background: linear-gradient(top, rgba(243, 243, 243,0) 0%,rgba(243, 243, 243,1) 100%);
}

.gd-pane-view.red:not(.gd-comment-active) .gd-reply.collapsible .gd-long-reply-blur {
    background: -moz-linear-gradient(top, rgba(255, 243, 243,0) 0%, rgba(255, 243, 243,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 243, 243,0) 0%,rgba(255, 243, 243,1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 243, 243,0) 0%,rgba(255, 243, 243,1) 100%);
    background: linear-gradient(top, rgba(255, 243, 243,0) 0%,rgba(255, 243, 243,1) 100%);
}

.gd-pane-view.red:not(.gd-comment-active) .gd-reply.new-reply.collapsible .gd-long-reply-blur,
.gd-pane-view.red.gd-comment-active .gd-reply.collapsible.collapsed .gd-long-reply-blur {
    background: -moz-linear-gradient(top, rgba(255, 231, 231,0) 0%, rgba(255, 231, 231,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 231, 231,0) 0%,rgba(255, 231, 231,1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 231, 231,0) 0%,rgba(255, 231, 231,1) 100%);
    background: linear-gradient(top, rgba(255, 231, 231,0) 0%,rgba(255, 231, 231,1) 100%);
}

.gd-pane-view.red:not(.gd-comment-active):hover .gd-reply.new-reply.collapsible .gd-long-reply-blur {
    background: -moz-linear-gradient(top, rgba(255, 231, 224,0) 0%, rgba(255, 231, 224,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 231, 224,0) 0%,rgba(255, 231, 224,1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 231, 224,0) 0%,rgba(255, 231, 224,1) 100%);
    background: linear-gradient(top, rgba(255, 231, 224,0) 0%,rgba(255, 231, 224,1) 100%);
}

.gd-pane-view.red:not(.gd-comment-active):hover .gd-reply.collapsible .gd-long-reply-blur {
    background: -moz-linear-gradient(top, rgba(255, 236, 236,0) 0%, rgba(255, 236, 236,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 236, 236,0) 0%,rgba(255, 236, 236,1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 236, 236,0) 0%,rgba(255, 236, 236,1) 100%);
    background: linear-gradient(top, rgba(255, 236, 236,0) 0%,rgba(255, 236, 236,1) 100%);
}

.gd-pane-view.green:not(.gd-comment-active) .gd-reply.collapsible .gd-long-reply-blur {
    background: -moz-linear-gradient(top, rgba(238, 253, 239,0) 0%, rgba(238, 253, 239,1) 100%);
    background: -webkit-linear-gradient(top, rgba(238, 253, 239,0) 0%,rgba(238, 253, 239,1) 100%);
    background: -ms-linear-gradient(top, rgba(238, 253, 239,0) 0%,rgba(238, 253, 239,1) 100%);
    background: linear-gradient(top, rgba(238, 253, 239,0) 0%,rgba(238, 253, 239,1) 100%);
}

.gd-pane-view.green:not(.gd-comment-active) .gd-reply.new-reply.collapsible .gd-long-reply-blur,
.gd-pane-view.green.gd-comment-active .gd-reply.collapsible.collapsed .gd-long-reply-blur {
    background: -moz-linear-gradient(top, rgba(221, 250, 222,0) 0%, rgba(221, 250, 222,1) 100%);
    background: -webkit-linear-gradient(top, rgba(221, 250, 222,0) 0%,rgba(221, 250, 222,1) 100%);
    background: -ms-linear-gradient(top, rgba(221, 250, 222,0) 0%,rgba(221, 250, 222,1) 100%);
    background: linear-gradient(top, rgba(221, 250, 222,0) 0%,rgba(221, 250, 222,1) 100%);
}

.gd-pane-view.green:not(.gd-comment-active):hover .gd-reply.new-reply.collapsible .gd-long-reply-blur {
    background: -moz-linear-gradient(top, rgba(215, 242, 214,0) 0%, rgba(215, 242, 214,1) 100%);
    background: -webkit-linear-gradient(top, rgba(215, 242, 214,0) 0%,rgba(215, 242, 214,1) 100%);
    background: -ms-linear-gradient(top, rgba(215, 242, 214,0) 0%,rgba(215, 242, 214,1) 100%);
    background: linear-gradient(top, rgba(215, 242, 214,0) 0%,rgba(215, 242, 214,1) 100%);
}

.gd-pane-view.green:not(.gd-comment-active):hover .gd-reply.collapsible .gd-long-reply-blur {
    background: -moz-linear-gradient(top, rgba(228, 251, 229,0) 0%, rgba(228, 251, 229,1) 100%);
    background: -webkit-linear-gradient(top, rgba(228, 251, 229,0) 0%,rgba(228, 251, 229,1) 100%);
    background: -ms-linear-gradient(top, rgba(228, 251, 229,0) 0%,rgba(228, 251, 229,1) 100%);
    background: linear-gradient(top, rgba(228, 251, 229,0) 0%,rgba(228, 251, 229,1) 100%);
}

.gd-pane-view.blue:not(.gd-comment-active) .gd-reply.collapsible .gd-long-reply-blur {
    background: -moz-linear-gradient(top, rgba(240, 248, 255,0) 0%, rgba(240, 248, 255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(240, 248, 255,0) 0%,rgba(240, 248, 255,1) 100%);
    background: -ms-linear-gradient(top, rgba(240, 248, 255,0) 0%,rgba(240, 248, 255,1) 100%);
    background: linear-gradient(top, rgba(240, 248, 255,0) 0%,rgba(240, 248, 255,1) 100%);
}

.gd-pane-view.blue:not(.gd-comment-active) .gd-reply.new-reply.collapsible .gd-long-reply-blur,
.gd-pane-view.blue.gd-comment-active .gd-reply.collapsible.collapsed .gd-long-reply-blur {
    background: -moz-linear-gradient(top, rgba(224, 240, 255,0) 0%, rgba(224, 240, 255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(224, 240, 255,0) 0%,rgba(224, 240, 255,1) 100%);
    background: -ms-linear-gradient(top, rgba(224, 240, 255,0) 0%,rgba(224, 240, 255,1) 100%);
    background: linear-gradient(top, rgba(224, 240, 255,0) 0%,rgba(224, 240, 255,1) 100%);
}

.gd-pane-view.blue:not(.gd-comment-active):hover .gd-reply.new-reply.collapsible .gd-long-reply-blur {
    background: -moz-linear-gradient(top, rgba(216, 232, 255,0) 0%, rgba(216, 232, 255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(216, 232, 255,0) 0%,rgba(216, 232, 255,1) 100%);
    background: -ms-linear-gradient(top, rgba(216, 232, 255,0) 0%,rgba(216, 232, 255,1) 100%);
    background: linear-gradient(top, rgba(216, 232, 255,0) 0%,rgba(216, 232, 255,1) 100%);
}

.gd-pane-view.blue:not(.gd-comment-active):hover .gd-reply.collapsible .gd-long-reply-blur {
    background: -moz-linear-gradient(top, rgba(230, 243, 255,0) 0%, rgba(230, 243, 255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(230, 243, 255,0) 0%,rgba(230, 243, 255,1) 100%);
    background: -ms-linear-gradient(top, rgba(230, 243, 255,0) 0%,rgba(230, 243, 255,1) 100%);
    background: linear-gradient(top, rgba(230, 243, 255,0) 0%,rgba(230, 243, 255,1) 100%);
}

.gd-pane-view.yellow:not(.gd-comment-active) .gd-reply.collapsible .gd-long-reply-blur {
    background: -moz-linear-gradient(top, rgba(255, 255, 238,0) 0%, rgba(255, 255, 238,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 238,0) 0%,rgba(255, 255, 238,1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 238,0) 0%,rgba(255, 255, 238,1) 100%);
    background: linear-gradient(top, rgba(255, 255, 238,0) 0%,rgba(255, 255, 238,1) 100%);
}

.gd-pane-view.yellow:not(.gd-comment-active) .gd-reply.new-reply.collapsible .gd-long-reply-blur,
.gd-pane-view.yellow.gd-comment-active .gd-reply.collapsible.collapsed .gd-long-reply-blur {
    background: -moz-linear-gradient(top, rgba(255, 255, 221,0) 0%, rgba(255, 255, 221,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 221,0) 0%,rgba(255, 255, 221,1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 221,0) 0%,rgba(255, 255, 221,1) 100%);
    background: linear-gradient(top, rgba(255, 255, 2215,0) 0%,rgba(255, 255, 221,1) 100%);
}

.gd-pane-view.yellow:not(.gd-comment-active):hover .gd-reply.new-reply.collapsible .gd-long-reply-blur {
    background: -moz-linear-gradient(top, rgba(255, 255, 213,0) 0%, rgba(255, 255, 213,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 213,0) 0%,rgba(255, 255, 213,1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 213,0) 0%,rgba(255, 255, 213,1) 100%);
    background: linear-gradient(top, rgba(255, 255, 213,0) 0%,rgba(255, 255, 213,1) 100%);
}

.gd-pane-view.yellow:not(.gd-comment-active):hover .gd-reply.collapsible .gd-long-reply-blur {
    background: -moz-linear-gradient(top, rgba(255, 255, 228,0) 0%, rgba(255, 255, 228,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 228,0) 0%,rgba(255, 255, 228,1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 228,0) 0%,rgba(255, 255, 228,1) 100%);
    background: linear-gradient(top, rgba(255, 255, 228,0) 0%,rgba(255, 255, 228,1) 100%);
}

.gd-reply-html {
    color: #333333;
    padding-bottom: 3px;
    padding-top: 3px;
    word-wrap: break-word;
    margin-bottom: -10px;
}

.gd-reply-preview {
    margin-bottom: 0;
}

#talk-insert .gd-reply-preview {
    padding-top: 20px;
    margin-bottom: -15px;
}

.gd-reply-html p,
.gd-reply-html table,
.gd-reply-html h1,
.gd-reply-html h2,
.gd-reply-html h3,
.gd-reply-html h4,
.gd-reply-html h5,
.gd-reply-html h6,
.gd-reply-html blockquote,
.gd-reply-html .sectionColumnWrapper,
.gd-reply-html .aui-message {
    margin-top: 0;
    margin-bottom: 10px;
}

.gd-reply-html ul, .gd-reply-html ol {
    padding-left: 20px;
    margin-top: 0;
}

.gd-reply-html > ul, .gd-reply-html > ol {
    margin-bottom: 10px;
}

.gd-reply-html img {
    max-width: 226px;
    cursor: pointer;
}

.gd-pane-view .gd-reply-resolve-undo,
.gd-reply-edit,
.gd-reply-resolve-undo,
.gd-comment-active .gd-comment,
.gd-comment-active .gd-resolve {
    color: #1155CC;
}

.gd-inline-block {
    display: inline-block;
    position: relative;
}

.gd-reply .gd-reply-control {
    display: none;
}

.gd-reply-delete,
.gd-reply-edit,
.gd-reply-like,
.gd-reply-show-less,
.gd-reply-show-more,
.gd-comment-show-all {
    color: #3366CC;
    font-size: 11px;
    margin: 0 2px;
}

.talk-read-only .talk-favorite-icon {
    pointer-events: none;
    cursor: default;
}

.talk-read-only .gd-reply-like .gd-icon-like {
    display: none;
}

.gd-reply-like .gd-icon-like {
    background-size: 9px 9px;
    padding-left: 2px;
    background: transparent url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/like.png") no-repeat bottom;
}

.gd-reply-like:not(.liked) .aui-icon {
    opacity: 0.5;
}

#inline-dialog-gd-likes-users .contents {
    padding: 15px;
}

#inline-dialog-gd-likes-users .contents h2 {
    font-size: 18px;
    padding-bottom: 5px;
}

.gd-likes-dialog-body > ol > li {
    padding: 0 !important;
    border-bottom: none !important;
}

.gd-likes-dialog-body li .like-user-avatar {
    height: 24px !important;
    width: 24px;
}

.gd-reply-show-less,
.gd-reply-show-more {
    display: none;
    float: right;
    top: 3px;
}

.collapsible.collapsed .gd-reply-show-more {
    display: inline-block;
}

.collapsible .gd-reply-show-less {
    display: inline-block;
}

.collapsible.collapsed .gd-reply-show-less {
    display: none;
}

.gd-reply-delete:hover,
.gd-reply-edit:hover,
.gd-reply-like .aui-icon:hover,
.gd-reply-like .likes-value:hover,
.gd-reply-show-less:hover,
.gd-reply-show-more:hover,
.gd-comment-show-all:hover {
    cursor: pointer;
    text-decoration: underline;
}

.gd-input {
    position: relative;
    z-index: 6;
}

.gd-input-spinner {
    background: url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/loading.gif") no-repeat;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 16px;
}

.gd-input-textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border: 1px solid #C8C8C8;
    color: #999999;
    font-family: Arial,sans-serif;
    font-size: 13px;
    margin: 0;
    outline-width: 0 !important;
    overflow: hidden;
    padding: 4px;
    resize: none;
    width: 100%;
    border-radius: 3px;
    background-color: #FFFFFF!important;
}

.gd-input-textarea-markup {
    display: none;
}

.gd-input-buttons {
    display: none;
    /*todo временно отключаем*/
    /*text-align: right;*/
}

.gd-button {
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    margin-right: 16px;
    min-width: 54px;
    outline: 0 none;
    padding: 0 8px;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.gd-button-action {
    background-color: #4D90FE;
    background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
    border: 1px solid #3079ED;
    color: #FFFFFF;
}

.gd-button-standard {
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #F5F5F5, #F1F1F1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #444444;
}

.gd-input-cancel {
    margin: 2px 0;
    /*todo временно отключаем*/
    /*float: right;*/
    min-width: 0;
    /*todo временно отключаем*/
    /*padding-left: 0;*/
    border-bottom: none !important;
}

.gd-input-post {
    margin: 2px 7px 2px 0;
}

.gd-input-preview, .gd-input-edit {
    margin: 2px 7px 2px 0;
    padding: 0 6px;
    float: left;
    /*todo временно отключаем*/
    display: none;
}

.gd-input-buttons-post {
    font-weight: bold;
}

.gd-pane-view .gd-reply-resolve {
    border-top: 1px solid #FEEF9C;
    bottom: 0;
    left: 0;
    padding-top: 6px;
    position: relative;
    width: 100%;
}

.gd-pane-view .gd-reply-resolve-header {
    font-weight: bold;
    margin: 0 6px;
    padding: 2px 0;
}

.gd-pane-view .gd-reply-resolve-undo {
    color: #3366CC;
    cursor: pointer;
    font-weight: bold;
}

.gd-manage-button {
    display: none;
    font-size: 10px;
    padding-left: 2px;
    float: right;
}

.gd-manage-button > .gd-button {
    height: 17px;
    line-height: 17px;
    margin: 2px 2px 0 0;
}

#talk-insert .gd-input-pane {
    border-top: none;
}

.gd-input-pane {
    border-top: 1px solid #F0F0F0;
    display: none;
    padding: 7px;
}

.gray .gd-input-pane {
    border-top-color: rgb(230,230,230);
}

.red .gd-input-pane {
    border-top-color: rgb(255, 221, 221);
}

.green .gd-input-pane {
    border-top-color: rgb(211, 240, 212);
}

.blue .gd-input-pane {
    border-top-color: rgb(214, 230, 255);
}

.yellow .gd-input-pane {
    border-top-color: rgb(255, 255, 211);
}

.gd-input-pane .gd-input-spinner {
    right: 12px;
    top: 12px;
}

.gd-input-pane .gd-input-textarea {
    height: 26px;
}

.gd-button-action.gd-button-disabled {
    background: none repeat scroll 0 0 #a6c8ff;
    border-color: #98bcf6;
    cursor: default;
 }

.gd-button-standard.gd-button-disabled {
    opacity: 0.7;
    cursor: default;
}

.gd-button-standard.disabled {
    color: #999999;
    cursor: default;
}

.gd-comments-layout .gd-arrow-outer {
    border-top: none;
    border-bottom: 14px solid transparent;
    border-left: none;
    border-right: 14px solid #FFE764;
    left: -15px;
    top: -1px;
}

.gd-comments-layout .gd-arrow-outer {
    border-right: 14px solid #FFE572;
    display: none;
}

.gd-comments-layout .gray .gd-arrow-outer {
    border-right-color: rgb(224,224,224);
}

.gd-comments-layout .red .gd-arrow-outer {
    border-right-color: rgb(255, 215, 215);
}

.gd-comments-layout .green .gd-arrow-outer {
    border-right-color: rgb(205, 234, 206);
}

.gd-comments-layout .blue .gd-arrow-outer {
    border-right-color: rgb(208, 224, 255);
}

.gd-comments-layout .yellow .gd-arrow-outer {
    border-right-color: rgb(255, 255, 205);
}

.gd-comments-layout .gd-arrow-inner,
.gd-comments-layout .gd-arrow-outer {
    height: 0;
    position: absolute;
    width: 0;
}

.gd-comments-layout .gd-arrow-inner {
    border-top: none;
    border-bottom: 14px solid transparent;
    border-left: none;
    border-right: 14px solid #FFFCE9;
    left: -13px;
    top: 0;
}

.gd-comments-layout .gd-arrow-inner {
    border-right: 14px solid #FCFAC6;
    display: none;
}

.gd-comments-layout .gray .gd-arrow-inner {
    border-right-color: rgb(240, 240, 240);
}

.gd-comments-layout .red .gd-arrow-inner {
    border-right-color: rgb(255, 231, 231);
}

.gd-comments-layout .green .gd-arrow-inner {
    border-right-color: rgb(221, 250, 222);
}

.gd-comments-layout .blue .gd-arrow-inner {
    border-right-color: rgb(224, 240, 255);
}

.gd-comments-layout .yellow .gd-arrow-inner {
    border-right-color: rgb(255, 255, 221);
}

/* Active Talk Comments */
.gd-comment-active.gd-pane-view,
.gd-comment-active.gd-pane-view:hover {
    background: none repeat scroll 0 0 #FCFAC6 !important;
}

.gd-comment-active.gd-pane-view.gray,
.gd-comment-active.gd-pane-view.gray:hover {
    background-color: rgb(240, 240, 240) !important;
    border-color: rgb(224, 224, 224) !important;
}

.gd-comment-active.gd-pane-view.red,
.gd-comment-active.gd-pane-view.red:hover {
    background-color: rgb(255, 231, 231) !important;
    border-color: rgb(255, 215, 215) !important;
}

.gd-comment-active.gd-pane-view.green,
.gd-comment-active.gd-pane-view.green:hover {
    background-color: rgb(221, 250, 222) !important;
    border-color: rgb(205, 234, 206) !important;
}

.gd-comment-active.gd-pane-view.blue,
.gd-comment-active.gd-pane-view.blue:hover {
    background-color: rgb(224, 240, 255) !important;
    border-color: rgb(208, 224, 255) !important;
}

.gd-comment-active.gd-pane-view.yellow,
.gd-comment-active.gd-pane-view.yellow:hover {
    background-color: rgb(255, 255, 221) !important;
    border-color: rgb(255, 255, 205) !important;
}

.gd-comments-layout .gd-pane-view.gd-comment-active {
    cursor: default;
}

.gd-comments-layout .gd-comment-active.gd-pane-view {
    border: 1px solid #FFE764;
    border-top-left-radius: 0;
    box-shadow: 2px 2px 8px #CCCCCC;
    z-index: 5;
}

.gd-comments-layout .gd-comment-active.gd-pane-view,
.gd-comments-layout .gd-comment-active.gd-pane-view:hover {
    border-color: #FFE572 !important;
    border-radius: 0 3px 3px 3px;
}

.gd-comments-layout .gd-comment-active.gray.gd-pane-view,
.gd-comments-layout .gd-comment-active.gray.gd-pane-view:hover {
    border-color: rgb(224, 224, 224) !important;
}

.gd-comments-layout .gd-comment-active.red.gd-pane-view,
.gd-comments-layout .gd-comment-active.red.gd-pane-view:hover {
    border-color: rgb(255, 215, 215) !important;
}

.gd-comments-layout .gd-comment-active.green.gd-pane-view,
.gd-comments-layout .gd-comment-active.green.gd-pane-view:hover {
    border-color: rgb(205, 234, 206) !important;
}

.gd-comments-layout .gd-comment-active.blue.gd-pane-view,
.gd-comments-layout .gd-comment-active.blue.gd-pane-view:hover {
    border-color: rgb(208, 224, 255) !important;
}

.gd-comments-layout .gd-comment-active.yellow.gd-pane-view,
.gd-comments-layout .gd-comment-active.yellow.gd-pane-view:hover {
    border-color: rgb(255, 255, 205) !important;
}

.gd-comments-layout .gd-comment-active.gd-pane-view > .gd-arrow-inner,
.gd-comments-layout .gd-comment-active.gd-pane-view > .gd-arrow-outer {
    display: block;
}

.gd-comment-active.gd-pane-view .gd-reply-control {
    display: block;
    overflow: auto;
}

.gd-comment-active.gd-pane-view.talk-archived .gd-reply-control,
.gd-comment-active.gd-pane-view.talk-archived .gd-input-pane,
.gd-comment-active.gd-pane-view.talk-archived .gd-resolve-button {
    display: none;
}

.gd-comment-active.gd-pane-view .gd-reply,
.gd-comment-active.gd-pane-view > .suggestion-lozenge {
    border-top: 1px solid #FEEF9C;
}

.gd-comment-active.gray.gd-pane-view .gd-reply ,
.gd-comment-active.gray.gd-pane-view > .suggestion-lozenge {
    border-top-color: rgb(224,224,224);
}

.gd-comment-active.red.gd-pane-view .gd-reply,
.gd-comment-active.red.gd-pane-view > .suggestion-lozenge {
    border-top-color: rgb(255,215,215);
}

.gd-comment-active.green.gd-pane-view .gd-reply,
.gd-comment-active.green.gd-pane-view > .suggestion-lozenge {
    border-top-color: rgb(205,234,206);
}

.gd-comment-active.blue.gd-pane-view  .gd-reply,
.gd-comment-active.blue.gd-pane-view > .suggestion-lozenge {
    border-top-color: rgb(208,224,255);
}

.gd-comment-active.gd-pane-view .gd-resolve-button,
.gd-comment-active.gd-pane-view .gd-manage-button.suggestion {
    display: block;
    opacity: 1;
}

.gd-accept-button, .gd-reject-button,
.gd-resolve-button .gd-button {
    width: 20px;
    margin-right: 5px;
    min-width: 20px;
    padding: 0;
}

.gd-accept-button .aui-icon, .gd-reject-button .aui-icon {
    top: -1px;
}

.gd-comment-active.gd-pane-view .gd-restore-button {
    display: none;
}

.gd-comment-active.gd-pane-view.talk-archived .gd-restore-button {
    display: block;
}

.gd-button-standard:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.gd-button-action.gd-button-hover:not(.gd-button-disabled) {
    background-color: #357AE8;
    background-image: -moz-linear-gradient(center top , #4D90FE, #357AE8);
    border: 1px solid #2F5BB7;
}

.gd-button-standard.gd-button-hover {
    background-color: #F8F8F8;
    background-image: -moz-linear-gradient(center top , #F8F8F8, #F1F1F1);
    border: 1px solid #C6C6C6;
    color: #333333;
}

.gd-comment-active.gd-pane-view > .gd-input-pane {
    border-top: 1px solid #FEEF9C;
    display: block;
}

.gd-comment-active.gd-pane-view.gray > .gd-input-pane {
    border-top-color: rgb(224,224,224);
}

.gd-comment-active.gd-pane-view.red > .gd-input-pane {
    border-top-color: rgb(255,215,215);
}

.gd-comment-active.gd-pane-view.green > .gd-input-pane {
    border-top-color: rgb(205,234,206);
}

.gd-comment-active.gd-pane-view.blue > .gd-input-pane {
    border-top-color: rgb(208,224,255);
}

.gd-input-typing > .gd-input-textarea {
    color: #333333;
}

.gd-input-textarea:disabled {
    background-color: #EEEEEE !important;
}

.gd-input-typing > .gd-input-buttons {
    display: block;
}

#gd-shadow {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 7;
}

#gd-shadow tbody tr td {
    text-align: center;
    color: #FFFFFF;
}

#gd-shadow.bottom tbody tr td {
    vertical-align: bottom;
}

#gd-shadow.top tbody tr td {
    vertical-align: top;
}

#gd-shadow table {
    margin-left: 20px;
    width: 200px;
}

#gd-shadow table table.shadow-buttons-table {
    margin-left: 0;
    width: 100%;
}

#gd-shadow table table.shadow-buttons-table .loading {
    display: none;
    text-align: center;
    vertical-align: middle;
}

#gd-shadow table table.shadow-buttons-table .loading .uil-default-css {
    width: 85%;
    height: 16px;
    top: -3px;
}

.shadow-buttons-table .gd-button-standard {
    margin: 0;
}

#gd-shadow-description {
    font-weight: bold;
}

.gd-no-license, .gd-eval-expiring {
    color: #ff0000;
    font-size: 11px;
}

.gd-eval-expiring {
    padding-bottom: 5px;
}

#zen-header-back #header,
#zen-footer-back #zen-footer {
    z-index: 4;
}

#main #content.gd-content-offset .pageSection {
    margin-right: 0;
}

#messageContainer {
    z-index: 10;
    position: relative;
}

.theme-documentation #license-banner {
    z-index: 10;
}

.theme-documentation #header,
.sv-theme #header,
.theme-documentation #footer {
    position: relative !important;
    z-index: 10;
}

.theme-documentation #footer {
    background: inherit;
}

.contenteditor .gd-comments-sidebar {
    position: fixed;
}

.contenteditor.lighter-editor .gd-comments-sidebar {
    z-index: 1;
}

#license-banner,
#stp-licenseStatus-banner,
#header-precursor .cell,
.contenteditor #editor-notifications-container,
.contenteditor:not(.lighter-editor):not(.zen-theme) #editor-precursor .cell,
.contenteditor #rte-toolbar,
.contenteditor #savebar-container,
.contenteditor #rte-savebar {
    z-index: 10 !important;
}

.contenteditor #header {
    z-index: 11;
}

.contenteditor.lighter-editor #wysiwyg {
    z-index: 1;
}

.contenteditor #header,
#header-precursor .cell,
.contenteditor #editor-precursor .cell {
    position: relative !important;
}

.contenteditor #editor-precursor .cell {
    background-color: inherit;
}

.contenteditor[data-aui-version^="7"] #rte-savebar,
.contenteditor[data-aui-version^="8"] #rte-savebar {
    background-color: white;
}

#inline-dialog-talk-feature-discovery .contents ul {
    padding-left: 30px;
}

#cipe-diff {
    position: relative;
    z-index: 10;
}

#balsamiq_mockups_editor_iframe {
    z-index: 10;
}

.qr-notice-container {
    z-index: 5;
}

#inline-dialog-talk-fav-fd-end {
    z-index: 100000;
}

.talk-inline-insert {
    background: transparent url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/talk-settings.png") 0 0 no-repeat;
}

@-webkit-keyframes uil-default-anim { 0% { opacity: 1} 100% {opacity: 0} }@keyframes uil-default-anim { 0% { opacity: 1} 100% {opacity: 0} }.uil-default-css > div:nth-of-type(1){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: -0.5s;animation-delay: -0.5s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}.uil-default-css > div:nth-of-type(2){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: -0.4166666666666667s;animation-delay: -0.4166666666666667s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}.uil-default-css > div:nth-of-type(3){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: -0.33333333333333337s;animation-delay: -0.33333333333333337s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}.uil-default-css > div:nth-of-type(4){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: -0.25s;animation-delay: -0.25s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}.uil-default-css > div:nth-of-type(5){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: -0.16666666666666669s;animation-delay: -0.16666666666666669s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}.uil-default-css > div:nth-of-type(6){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: -0.08333333333333331s;animation-delay: -0.08333333333333331s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}.uil-default-css > div:nth-of-type(7){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: 0s;animation-delay: 0s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}.uil-default-css > div:nth-of-type(8){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: 0.08333333333333337s;animation-delay: 0.08333333333333337s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}.uil-default-css > div:nth-of-type(9){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: 0.16666666666666663s;animation-delay: 0.16666666666666663s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}.uil-default-css > div:nth-of-type(10){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: 0.25s;animation-delay: 0.25s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}.uil-default-css > div:nth-of-type(11){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: 0.33333333333333337s;animation-delay: 0.33333333333333337s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}.uil-default-css > div:nth-of-type(12){-webkit-animation: uil-default-anim 1s linear infinite;animation: uil-default-anim 1s linear infinite;-webkit-animation-delay: 0.41666666666666663s;animation-delay: 0.41666666666666663s;}.uil-default-css { position: relative;background:none;width:200px;height:200px;}

.talk-archived .talk-restrictions .talk-priority,
.talk-restrictions:not(.editable) .talk-priority {
    cursor: default;
}

.talk-priority-10 {
    background: transparent url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/priority-10.png") 0 0 no-repeat;
}

.talk-priority-20 {
    background: transparent url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/priority-20.png") 0 0 no-repeat;
}

.talk-priority-30 {
    background: transparent url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/priority-30.png") 0 0 no-repeat;
}
/* module-key = 'com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources', location = 'css/suggestion-higlights.css' */
.talk-suggestion.visible {
    cursor: pointer;
    background-color: #FCFAC6;
    border-radius: 3px;
}

.talk-suggestion.visible.gd-comment-icon-active {
    background-color: #FFE572;
}

.talk-suggestion.visible.gray {
    background-color: rgb(248, 248, 248);
}

.talk-suggestion.visible.gd-comment-icon-active.gray {
    background-color: rgb(240, 240, 240);
}

.talk-suggestion.visible.red {
    background-color: rgb(255, 231, 231);
}

.talk-suggestion.visible.gd-comment-icon-active.red {
    background-color: rgb(255, 215, 215);
}

.talk-suggestion.visible.green {
    background-color: rgb(238, 253, 239);
}

.talk-suggestion.visible.gd-comment-icon-active.green {
    background-color: rgb(221, 250, 222);
}

.talk-suggestion.visible.blue {
    background-color: rgb(240, 248, 255);
}

.talk-suggestion.visible.gd-comment-icon-active.blue {
    background-color: rgb(224, 240, 255);
}

.talk-suggestion.visible.yellow {
    background-color: rgb(255, 255, 221);
}

.talk-suggestion.visible.gd-comment-icon-active.yellow {
    background-color: #FFE764;
}

/* module-key = 'com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources', location = 'css/talk-permissions-view.css' */
#talk-no-permissions {
    display: none;
}

#talk-restrictions div {
    margin: 5px 0;
}

.restriction-icon {
    position: relative;
    top: 3px;
    height: 16px;
    width: 16px;
    margin-right: 5px;
}

.restriction-title {
    white-space: nowrap;
}

.remove-restriction {
    position: relative;
    top: 3px;
    height: 16px;
    width: 16px;
    float: right;
    cursor: pointer;
}

.remove-restriction-icon {
    background: transparent url("/s/v4hmdl/9111/1h7j1tb/6.0.2/_/download/resources/com.stiltsoft.confluence.talk.confluence-talk-plugin:talk-resources/images/delete.png") 0 0 no-repeat;
    height: 100%;
    display: block;
}
