#reauth-selector-window .users-list 
{
}

#reauth-selector-window .users-list table
{ 
    width: 100%;
    border-spacing: 0;
}

#reauth-selector-window .users-list tr td
{
    border-bottom: 1px solid #EEE;
    padding: 0;
}

#reauth-selector-window .users-list tr td.nick a .online
{
    position: absolute;
    background-color: #8ac176;
    border-radius: 50%;    
    width: 4px;
    height: 4px;
    margin-top: 4px;
    margin-left: 5px;
}

#reauth-selector-window .users-list 
{
    font-size: 10px;
    margin: 10px 0 20px;
}

#reauth-selector-window .users-list .new-notices
{
    background-repeat: no-repeat;
    background-position: 0, 0;
    font-weight: bold;
    float: right;
    padding-right: 10px;
    min-width: 18px;
    text-align: center;
    cursor: pointer;
}
#reauth-selector-window .users-list .new-messages
{
    background-repeat: no-repeat;
    background-position: 0, 0;
    font-weight: bold;
    float: right;
    padding-right: 10px;
    min-width: 18px;
    text-align: center;
}

#reauth-selector-window .users-list .comments 
{
    text-align: right;
    padding-right: 5px;
}

#reauth-selector-window .users-list .comments .waiting
{
    background: url(../images/icons/clock-small.png) no-repeat 0 center;
    padding-left: 15px;
    padding-right: 10px;
    float: right;
}

#reauth-selector-window .users-list .comments .posted
{
    float: right;
}

#reauth-selector-window .users-list .nick a
{
}

#reauth-selector-window .users-list .current a,
#reauth-selector-window .users-list .current
{
    font-weight: bold;
    color: #C00;
}

#reauth-selector-window .users-list td.ava
{
    line-height: 0;
    width: 32px;
}

#reauth-selector-window .users-list td.profile a
{
    display: block;
    background: url(../images/icons/user.png) no-repeat center center;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

#reauth-selector-window .users-list td.nick 
{
    padding-left: 4px !important;
}

#reauth-selector-window.users-list td.nick .info
{
    font-size: 9px;
    line-height: 1.1em;
    display: block;
    color: #888;
}

#reauth-selector-window .reauth-group-name
{
    font-size: 14px;
    font-weight: bold;
}

#wall_widget #wall_add_form .time .when,
#comments_widget #comments_add_form .time .when
{
    background: url("../images/icons/clock-small.png") no-repeat 2px center;
    padding: 0 0 0 18px;
    margin-top: 6px;
    font-weight: bold;
    overflow: hidden;
    margin-left: 0;
}


.myreauth-new-topic .time-controls,
#wall_widget #wall_add_form .time-controls,
#comments_widget #comments_add_form .time-controls
{
    overflow: hidden;
}


.myreauth-new-topic .time-controls .btn-delayed-publish-rewind,
#wall_widget #wall_add_form .time-controls .btn-delayed-publish-rewind,
#comments_widget #comments_add_form .time-controls .btn-delayed-publish-rewind
{
    float: left;
    margin-right: 9px;
    font-weight: normal;
    border: 1px solid #EEE;
    border-radius: 3px;
    padding: 2px 5px;
    background-color: #ccc;
    cursor: pointer;
    margin: 10px 5px;
}

.myreauth-new-topic .time-controls .btn-delayed-publish-rewind.pos,
#wall_widget #wall_add_form .time-controls .btn-delayed-publish-rewind.pos,
#comments_widget #comments_add_form .time-controls .btn-delayed-publish-rewind.pos
{
    background-color: #c9d6c2;
}

.myreauth-new-topic .time-controls .btn-delayed-publish-rewind.neg,
#wall_widget #wall_add_form .time-controls .btn-delayed-publish-rewind.neg,
#comments_widget #comments_add_form .time-controls .btn-delayed-publish-rewind.neg
{
    background-color: #d6c2c2;
}

#wall_widget #entries_list .delayed-entry,
#comments_widget #comments_list .delayed-comment
{
	padding: 5px;
    background-color: #fcf9cf;
    border-bottom: solid 1px #c9c674;
}

.myreauth-new-topic .delayed-post-time,
#comments_widget #comments_list .delayed-comment .date
{
	background: url("../images/icons/clock-small.png") no-repeat 2px center;
	padding: 0 0 0 18px;
}

#comments_widget #comments_add_form .time span,
.myreauth-new-topic .delayed-post-time span
{
    font-weight: normal;
    margin-left: 15px;
}

.myreauth-new-topic .delayed-post label span
{
    font-weight: bold;
    display: block;
}

.myreauth-new-topic .delayed-post-time
{
    margin-top: 10px;
    font-weight: bold;
}

#wall_widget #entries_list .delayed-entry .group,
#comments_widget #comments_list .delayed-comment .group
{
	float: right;
	font-size: 9px;
    color: #AAA;
}

.publish-plan
{
    border-collapse: collapse;;
}

.publish-plan tr td
{
    border: 1px solid  #EEE;
    padding: 5px;
}

.publish-plan tr td .comments
{
    background: url("../images/icons/comment-small.png") no-repeat 0px center;
    padding-left: 20px;
}

.publish-plan tr td .contentItems
{
    background: url(../images/icons/file.png) no-repeat 0px center;
    padding-left: 20px;
}

.myreauth-publish-plan-page .go
{
    clear: both;
}

.myreauth-publish-plan-page .delayedComment .go a
{
    float: right;
    text-decoration: none;
    border-radius: 5px;
    background-color: #EEE;
    padding: 5px;
}

.myreauth-publish-plan-page .delayedComment .created
{
    float: right;
    margin-right: 5px;
}

.myreauth-new-topic .userinfo
{
    padding: 10px 15px 15px 15px;
    border: solid 1px #B3C2C9;
    margin-bottom: 12px;
    position: relative;
    background-color: #FAFAFA;
}

.myreauth-new-topic .userinfo .avatar,
.myreauth-new-topic .userinfo .nick
{
    text-align: center;
    font-weight: bold;
}

.myreauth-new-topic .userinfo .user-info
{
    text-align: center;
    color: #777;
}





.myreauth-publish-plan-page .newDate
{
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #EEE;
    margin-top: 20px;
}

.myreauth-publish-plan-page .newDate span
{
    font-size: 21px;
    color: #888;
}

.myreauth-publish-plan-page .delayedComment
{
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 10px;
    border-bottom: 1px solid #EEE;
}

.myreauth-publish-plan-page .delayedComment .comments_count
{
    background: url(../images/icons/comment-small.png) no-repeat 0px center;
    padding-left: 20px;    
    margin: 20px 0 5px 10px;
}

.myreauth-publish-plan-page .delayedComment .pubTime
{
    width: 110px;
    float: left;
    font-size: 12px;
    padding-left: 10px;
}

.myreauth-publish-plan-page .delayedComment .pubTime .plan
{
    background: url(../images/icons/clock-small.png) no-repeat 0 center;
    padding-left: 15px;
}

.myreauth-publish-plan-page .delayedComment .pubTime .created
{
    font-size: 11px;
    color: #AAA;
    margin-top: 5px;
}


.myreauth-publish-plan-page .delayedComment .commentSection
{
    margin-left: 60px;
}

.myreauth-publish-plan-page .delayedComment .commentSection .head
{
    float: left;
    width: 100px;
    text-align: center;
}

.myreauth-publish-plan-page .delayedComment .commentSection .comment
{
    padding: 10px;
    background-color: #FFF;
    float: left;
}

.myreauth-publish-plan-page .delayedComment .contentSection
{
    margin-left: 80px;
    overflow: hidden;
}

.myreauth-publish-plan-page .delayedComment .contentSection .head
{
    float: left;
    width: 100px;
    text-align: center;
}

.myreauth-publish-plan-page .delayedComment .contentSection .content
{
    padding: 0 10px;
    background-color: #FFF;
    float: left;
}

.myreauth-publish-plan-page .delayedComment .contentSection .content .title
{
    font-size: 21px;
    font-weight: bold;
}


.myreauth-publish-plan-page .delayedComment .groupName
{
    float: right;
    font-size: 9px;
    color: #AAA;
}

.myreauth-publish-plan-page .showplan-menu
{
    overflow: hidden;
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #EEE;
}

.myreauth-publish-plan-page .showplan-menu li
{
    float: left;
    font-size: 16px;
    font-weight: bold;
}

.myreauth-publish-plan-page .showplan-menu li.active a
{
    border-color: #7293b6;
    color: #000;
}

.myreauth-publish-plan-page .showplan-menu li a:hover
{
    border-color: #EEE;
    color: #000;
}

.myreauth-publish-plan-page .showplan-menu li a
{
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    display: block;
    border-bottom: 3px solid transparent;
    padding: 0 10px;
    color: #95a5a6;
}

.myreauth-publish-plan-page .showplan-menu li a .count
{
    color: #AAA;
    font-weight: normal;
}


#comments_list .comment.myreauth-user-comment
{
    background-color: #fffde9;
}

.content_list_item .info_bar .delayed-comments-count
{
    background: url(../images/icons/clock-small.png) no-repeat 0 center;
    padding-left: 15px !important;    
}


#reauth-selector-window .clear-self-notifications
{
    background: url(https://cdn3.iconfinder.com/data/icons/discovery/24x24/actions/edit-clear.png) no-repeat 0 center;
    line-height: 24px;
    display: block;
    padding-left: 27px;
    margin-top: 10px;
}




.myreauth-preview-notices
{
    padding: 20px;
    background-color: #FAFAFA;
}

.myreauth-preview-notices .caption
{
    font-size: 18px;
    margin-bottom: 10px;    
}

.myreauth-preview-notices .caption span
{
    font-weight: bold;
}


.myreauth-preview-notices .preview-notice
{
    border-bottom: 1px solid #EEE;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.myreauth-preview-notices .preview-notice.preview-notice-comment.reply 
{
    background-color: #d5ffc4;
    padding: 10px 10px 10px 0;
}

#pm_notices_list .item.reply
{
    background-color: #d5ffc4;    
}

.myreauth-preview-notices .preview-notice:last-child
{
    border:none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.myreauth-preview-notices .preview-notice.preview-notice-comment .author
{
    float: left;
    width: 120px;
    font-weight: bold;
    text-align: center;
}


.myreauth-preview-notices .preview-notice.preview-notice-comment .content
{
    margin-left: 120px;
}


.myreauth-preview-notices .preview-notice.preview-notice-comment .notice-content
{
    color: #888;
    margin-bottom: 10px;
}

.myreauth-preview-notices .preview-notice.preview-notice-comment .notice-preview
{
    background-color: #FFF;
    padding: 10px;
}

.myreauth-preview-notices .preview-notice.preview-notice-comment .content .action a
{
    opacity: 0.8;
    display: inline-block;
    margin-top: 10px;
    background-color: #efbebf;
    padding: 2px 5px;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
}

.myreauth-preview-notices .preview-notice.preview-notice-comment .content .action a:hover
{
    opacity: 1;
}

#reauth-selector-window .buttons
{
    clear: both;
}

#reauth-selector-window .group-stat-btn
{
    display: block;
    background-color: #EEE;
    color: #000;
    text-decoration: none;
    text-align: center;
    padding: 0 10px;
    line-height: 24px;
    height: 24px;
    margin: 10px; 
    border-radius: 4px;
}

.myreauth-stat-widget #all-stats-btn,
#reauth-selector-window .buttons .button a
{
    display: block;
    background-color: #EEE;
    color: #000;
    text-decoration: none;
    text-align: center;
    padding: 0 10px;
    line-height: 32px;
    height: 32px;
    margin: 10px 0 10px 10px; 
    border-radius: 4px;
}

.myreauth-stat-widget #all-stats-btn:hover,
#reauth-selector-window .buttons .button a:hover
{
    background-color: #CCC;
}

#reauth-selector-window .back-to-first-user
{
    display: block;
    background-color: #d74a4a;
    color: #FFF;
    margin: 10px;
    padding: 0 5px;
    text-decoration: none;    
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}

.myreauth-preview-notices .myreath-button-login-as
{
    display: block;
    background-color: #2980b9;
    color: #FFF;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 10px;
    border-radius: 4px;    
}

.myreauth_content_item_preview #category-path
{
    overflow: hidden;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.myreauth_content_item_preview #category-path li
{
    float: left;
    margin-right: 10px;
}

.myreauth_content_item_preview #category-path li a
{
    color: #AAA;
}

.myreauth_content_item_preview .topic_not_pub
{
    padding: 10px;
    background-color: #FFA;
    margin: 10px 0;
}

.myreauth-stat-widget
{
    margin: -20px -5px 0;
}

.myreauth-stat-widget h3,
.myreauth-stat-widget h2
{
    font-weight: bold;
}

.myreauth-stat-widget h2
{
    margin: 0;
}

.myreauth-stat-widget h3 span
{
    padding: 5px;
}

.myreauth-stat-widget h4 span
{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
}

.myreauth-stat-widget .sammery-info
{
    font-size: 12px;
}

.gray-widget
{
    background-color: #FAFAFA !important;
}


.myreath-stat-wrapper
{
    margin: 20px -10px 10px;
}

table.myreath-stat
{
    width: 100%;
    border: 0 none;
    border-collapse: collapse;
    padding: 0;
}

table.myreath-stat th
{
    border-bottom: 1px solid #d2cdd9;
    padding: 5px 0;
    background-color: #EEE;
}


table.myreath-stat tr:nth-child(even) td
{
    background-color: #f9f9f9;
}

table.myreath-stat td
{
    border-bottom: 1px solid #F1EEF5 !important;
    padding: 5px 0;
    text-align: center;
}

.show-all-postsByComments
{
    margin-top: 20px;
}

.show-all-postsByComments span
{
    font-size: 16px;
    border-bottom: 1px dashed rgba(215, 74, 74, 0.3);
    color: #d74a4a;
    cursor: pointer;
}

.postsByComments-block ul.posts-list
{
    list-style-type: none;
    padding: 0 10px 0 0;
    margin: 0;
}

.postsByComments-block ul.posts-list li
{
    margin-bottom: 10px;
}
