/* ФОРМА КОММЕНТИРОВАНИЯ ВСЕГО МАТЕРИАЛА */


.xcom-allaround-form-errors-list {
    display: none;
    background: #ff2e46;
    border: 0;
    color: white;
    font-weight: bold;
    line-height: 20px;
    font-size: 13px;
    padding: 10px 35px 10px 14px;
    margin-bottom: 10px;
    /*margin-left: -70px;*/
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.xcom-allaround-form-success-list {
    display: none;
    /*background: #2e46ff;*/
    background: #d8ef9d;
    color: #8eb42d;
    border: 0;
    font-weight: bold;
    line-height: 20px;
    font-size: 13px;
    padding: 10px 35px 10px 14px;
    margin-bottom: 10px;
    /*margin-left: -70px;*/
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


.xcom-allaround-form-hidden-on-start {
    display: none;
}

/* ЗАГРУЗЧИК ФАЙЛОВ */
.xcom-allaround-form-files-thumb-delete-btn {
    display: none;
    line-height: 30px;
    margin: -30px 0 0 0;
    background: #0D9ED9;
    opacity: 0.8;
    text-decoration: none;
    cursor: pointer;
}

.xcom-allaround-form-files-thumb:hover .xcom-allaround-form-files-thumb-delete-btn {
    display: block;
    transition: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -o-transition: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -moz-transition: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -webkit-transition-disabled: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
}

.xcom-allaround-form-files-thumb-delete-btn:hover {
    text-decoration: underline;
    background: red !important;
    transition: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -o-transition: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -moz-transition: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -webkit-transition-disabled: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
}

.xcom-hidden-iframes-list {
    display: none;
}


/* БОЛЬШОЙ ПОЛНЫЙ ПРОФИЛЬ */


.xcom-big-profile-comments-list-wrapper,
.xcom-big-profile-settings-wrapper {
    overflow-y: scroll;
    height: 600px;
}

.xcom-big-profile-comments-list-showmore-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 10px;
    color: #0d9ed9;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    background: none;
    transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
    -webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}

.xcom-big-profile-comments-list-showmore-wrapper:hover {
    text-decoration: none;
    color: #2B587A;
    background: #E1E7ED;
    transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
    -webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}

.xcom-big-profile-settings-avatar-delete-btn {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: -30px 0 0 0;
    text-align: center;
    color: white;
    background: #0D9ED9;
    font-weight: bold;
    opacity: 0.8;
    text-decoration: none;
    cursor: pointer;
}

.xcom-big-profile-settings-avatar:hover .xcom-big-profile-settings-avatar-delete-btn {
    display: block;
    transition: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -o-transition: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -moz-transition: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -webkit-transition-disabled: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
}

.xcom-big-profile-settings-avatar-delete-btn:hover {
    text-decoration: underline;
    background-color: red !important;
    transition: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -o-transition: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -moz-transition: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -webkit-transition-disabled: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
}

.xcom-big-profile-settings-avatar-update-btn {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 70px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    color: white;
    background: #0D9ED9;
    font-weight: bold;
    opacity: 0.8;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
}

.xcom-big-profile-settings-avatar:hover .xcom-big-profile-settings-avatar-update-btn {
    display: block;
    transition: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -o-transition: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -moz-transition: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -webkit-transition-disabled: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
}

.xcom-big-profile-settings-avatar-update-btn:hover {
    text-decoration: underline;
    background-color: #00807c !important;
    /*color: #0D9ED9;*/
    transition: background-color, color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -o-transition: background-color, color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -moz-transition: background-color, color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -webkit-transition-disabled: background-color, color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
}

.xcom-big-profile-settings-info-errors-list {
    display: none;
    background: #ff2e46;
    border: 0;
    color: white;
    font-weight: bold;
    line-height: 20px;
    font-size: 13px;
    padding: 10px 35px 10px 14px;
    margin-bottom: 10px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.xcom-big-profile-settings-info-errors-list li {
    margin-bottom: 10px;
    margin-left: 0;
}

.xcom-big-profile-settings-info-success-list {
    display: none;
    background: #d8ef9d;
    color: #8eb42d;
    border: 0;
    font-weight: bold;
    line-height: 20px;
    font-size: 13px;
    padding: 10px 35px 10px 14px;
    margin-bottom: 10px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.xcom-big-profile-settings-info-success-list li {
    margin-bottom: 10px;
    margin-left: 0;
}

/* ДРЕВОВИДНОЕ ПРЕДСТАВЛЕНИЕ КОММЕНТАРИЕВ */


.xcom-tree-view-comment-rating-minus,
.xcom-tree-view-comment-rating-plus {
    position: relative;
    display: inline-block;
    line-height: 22px;
    height: 22px;
    width: 22px;
    vertical-align: middle;
    background: #f0f0f0;
    color: #bfbfbf;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0;
    font-weight: bold;
    /*font-size: 14px;*/
    font-size: 12px;
    transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
    -webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}

.xcom-tree-view-comment-rating-minus.xcom-already,
.xcom-tree-view-comment-rating-plus.xcom-already {
    background: #0dcaf0;
    color: white;
    transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
    -webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}

.xcom-tree-view-comment-rating-minus:hover,
.xcom-tree-view-comment-rating-plus:hover {
    background: #0dcaf0;
    color: white;
    transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
    -webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}

.xcom-tree-view-comment-text-short {
    cursor: pointer;
}

.xcom-tree-view-comment-text-short:hover {
    border-bottom: 2px solid #0dcaf0;
    transition: all 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -webkit-transition-disabled: all 0.2s cubic-bezier(1, 1, 1, 1) 0s;
}

/* ФОРМА КОММЕНТИРОВАНИЯ ВНУТРИ ДЕРЕВА КОММЕНТАРИЕВ */


.xcom-tree-view-comment-form-errors-list {
    display: none;
    background: #ff2e46;
    border: 0;
    color: white;
    font-weight: bold;
    line-height: 20px;
    font-size: 13px;
    padding: 10px 35px 10px 14px;
    margin-bottom: 10px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.xcom-tree-view-comment-form-success-list {
    display: none;
    background: #d8ef9d;
    border: 0;
    color: #8eb42d;
    font-weight: bold;
    line-height: 20px;
    font-size: 13px;
    padding: 10px 35px 10px 14px;
    margin-bottom: 10px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.xcom-tree-view-comment-form-errors-list li,
.xcom-tree-view-comment-form-success-list li {
    border: 0 !important;
    margin: 0 0 10px 20px !important;
    padding: 0 !important;
    list-style: disc !important;
}

/* ЗАГРУЗЧИК ФАЙЛОВ */
.xcom-tree-view-comment-form-files-thumb-delete-btn {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    text-align: center;
    color: white;
    background: #0D9ED9;
    font-weight: bold;
    opacity: 0.8;
    text-decoration: none;
    cursor: pointer;
}

.xcom-tree-view-comment-form-files-thumb-delete-btn:hover {
    text-decoration: underline;
    background: red !important;
    transition: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -o-transition: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -moz-transition: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -webkit-transition-disabled: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
}

.xcom-tree-view-comment-form-files-thumb:hover .xcom-tree-view-comment-form-files-thumb-delete-btn {
    display: block;
    transition: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -o-transition: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -moz-transition: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
    -webkit-transition-disabled: background-color 0.2s cubic-bezier(1, 1, 1, 1) 0s;
}