.social-articles-content input[type="checkbox"] {
    display: none;
}

.social-articles-content input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../images/check_radio_sheet.png) left top no-repeat;
    cursor: pointer;
}

.social-articles-content input[type="checkbox"]:checked + label span {
    background: url(../images/check_radio_sheet.png) -19px top no-repeat;
}

.social-articles-content input[type="radio"] {
    display: none;
}

.social-articles-content input[type="radio"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../images/check_radio_sheet.png) -38px top no-repeat;
    cursor: pointer;
}

.social-articles-content input[type="radio"]:checked + label span {
    background: url(../images/check_radio_sheet.png) -57px top no-repeat;
}

.get-started {
    margin: 20px 0;
    color: #666;
    font-size: 11px;
    text-align: center;
}

.get-started a {
    color: #666;
}

#wysihtml5-editor-toolbar {
    width: 680px;
    margin: 0 auto;
}

#wysihtml5-editor-toolbar header {
    display: block;
    /*border-radius: 4px;*/
    width: 680px;
    background: #eee;
    position: relative;
    z-index: 1;
    text-align: left;
    background-image: linear-gradient(bottom, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
    background-image: -o-linear-gradient(bottom, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
    /*box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);*/
    font-size: 0;
    border: solid 1px #c1c1c1;
}

.commands {
    border-left: 1px solid #ddd;
    display: inline-block;
}

.wysihtml5-sandbox {
    -webkit-box-shadow: transparent 0px 0px 0px 0px !important;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 0px 0px !important;
    border-radius: 0px !important;
    margin-left: 1px !important;
    border: solid 1px #c1c1c1 !important;
}

[data-wysihtml5-command],
[data-wysihtml5-action],
.fore-color {
    position: relative;
    border-right: 1px solid #ddd;
    border-left: 1px solid #fff;
    list-style: none;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    height: 40px;
    width: 68px;
}

[data-wysihtml5-command]::after,
[data-wysihtml5-action]::after,
.fore-color::after {
    content: "";
    background-image: url(../images/spr_toolbar_icons_r1.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

[data-wysihtml5-command]:hover,
[data-wysihtml5-action]:hover,
.fore-color:hover {
    background-image: linear-gradient(bottom, rgb(229, 240, 226) 0%, rgb(255, 255, 255) 100%);
    background-image: -o-linear-gradient(bottom, rgb(229, 240, 226) 0%, rgb(255, 255, 255) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(229, 240, 226) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(229, 240, 226) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(229, 240, 226) 0%, rgb(255, 255, 255) 100%);
}

[data-wysihtml5-command="bold"]::after {
    background-position: 24px center;
}

[data-wysihtml5-command="italic"]::after {
    background-position: -48px center;
}

[data-wysihtml5-command="insertUnorderedList"]::after {
    background-position: -115px center;
}

[data-wysihtml5-command="insertOrderedList"]::after {
    background-position: -197px center;
}

[data-wysihtml5-command="formatBlock"][data-wysihtml5-command-value="h1"]::after {
    background-position: -344px center;
}

[data-wysihtml5-command="formatBlock"][data-wysihtml5-command-value="h2"]::after {
    background-position: -428px center;
}

[data-wysihtml5-command="createLink"]::after {
    background-position: -271px center;
}

[data-wysihtml5-command="insertImage"]::after {
    background-position: -513px center;
}

.fore-color::after {
    background-position: -741px center;
}

[data-wysihtml5-command="insertSpeech"]::after {
    background-position: -596px center;
}

[data-wysihtml5-action="change_view"]::after {
    background-position: -670px center;
}

.fore-color ul {
    display: none;
    position: absolute;
    z-index: 2;
    top: 40px;
    right: -1px;
    left: -2px;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    overflow: hidden;
}

.fore-color li {
    display: block;
    margin: 3px;
    width: auto;
    border: 0;
    height: 15px;
}

.fore-color li::after {
    display: none;
}

.fore-color:hover ul {
    display: block;
}

.fore-color [data-wysihtml5-command-value="silver"] {
    background: silver !important;
}

.fore-color [data-wysihtml5-command-value="gray"] {
    background: gray !important;
}

.fore-color [data-wysihtml5-command-value="maroon"] {
    background: maroon !important;
}

.fore-color [data-wysihtml5-command-value="red"] {
    background: red !important;
}

.fore-color [data-wysihtml5-command-value="purple"] {
    background: purple !important;
}

.fore-color [data-wysihtml5-command-value="green"] {
    background: green !important;
}

.fore-color [data-wysihtml5-command-value="olive"] {
    background: olive !important;
}

.fore-color [data-wysihtml5-command-value="navy"] {
    background: navy !important;
}

.fore-color [data-wysihtml5-command-value="blue"] {
    background: blue !important;
}

.fore-color .wysihtml5-command-active {
    outline: 1px solid #666;
    outline-offset: 1px;
}

.wysihtml5-commands-disabled .fore-color ul {
    display: none;
}

.wysihtml5-action-active,
.wysihtml5-command-active {
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.2);
    background: #eee !important;
}

.wysihtml5-commands-disabled [data-wysihtml5-command],
.wysihtml5-commands-disabled .fore-color {
    opacity: 0.4;
    cursor: default;
    background-image: none !important;
}

[data-wysihtml5-dialog] {
    color: #333;
    font-size: 14px;
    text-align: left;
    border-radius: 4px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 5px 10px;
    background: #FFFBE0;
    position: absolute;
    width: 99%;
    text-align: center;
    top: 45px;
    z-index: 10;
}

[data-wysihtml5-dialog] input {
    color: #333;
    border: 1px solid #ccc;
    padding: 3px;
    width: 300px;
}

[data-wysihtml5-dialog] input:focus {
    outline: 0;
    border: 1px solid #666;
}

[data-wysihtml5-dialog-action] {
    padding: 4px;
    color: #fff;
    cursor: pointer;
}

[data-wysihtml5-dialog-action="save"] {
    background: #007200;
}

[data-wysihtml5-dialog-action="cancel"] {
    background: #999;
}

#wysihtml5-editor-toolbar .section {
    width: 100%;
    margin-top: 30px;
    float: left;
}

.textarea-container {
    width: 680px;
    margin: 0 auto;
}

#wysihtml5-editor {
    width: 680px;
    background: transparent;
    height: 300px;
    border: 0;
    resize: none;
    white-space: pre;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px;
    word-wrap: normal;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.4);
    outline: 0;
}

a.fork {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}

.buttons-container {
    text-align: right;
    float: left;
    width: 680px;
    margin-right: 5px;
}

.buttons-container label {
    margin-right: 10px
}

.buttons-container #publish-save {
    vertical-align: middle;
    margin-right: 5px;
}

.edit-controls {
    top: 0;
    right: 0;
    position: absolute;
    margin-top: 2px;
    display: none;
}

.title-input {
    width: 671px;
    margin-bottom: 20px !important;
    height: 27px;
    background: white !important;
    border: solid 1px #c1c1c1 !important;
}

.post-image-container {
    width: 100%;
    margin-bottom: 20px !important;
    min-height: 150px;
    background: white;
    border: solid 1px #c1c1c1;
    float: left;
    position: relative;
    margin-top: 15px;
}

.editor-container {
    float: left;
    position: relative;
}

.upload-controls, .uploading {
    margin: 0 auto;
    text-align: center;
    width: 300px;
    margin-top: 45px;
}

.upload-controls input {
    margin-bottom: 10px;
}

.upload-controls label, .uploading label, .messages-container label {
    display: block;
    padding-top: 2px;
    background: #f5f5f5;
    padding-bottom: 2px;
    border-radius: 4px;
    font: italic 12px "Droid Serif", Georgia, "Times New Roman", Times, serif;
    line-height: 2em;
}

.image-preview-container {
    width: 100%;
    text-align: center
}

#image-container {
    max-width: 100%;
}

.options {
    float: left;
    width: 100%;
    position: relative;
    height: 55px;
    margin-bottom: 0px;
    margin-top: 15px;
}

.options-content {
    float: left;
    position: relative;
    width: 33%;
}

.article-data .title a {
    color: #414B52 !important;
}

.article-data .title a:hover {
    color: #21759B !important;
}

.options-content .title {
    color: #fff;
    background: rgb(66, 66, 66);
    margin-bottom: 2px;
    padding-left: 2px;
    padding-right: 10px;
    font-size: 11px;
    font-weight: bold;
}

.post-status-container {
    width: 190px !important;
    /*float: right;*/
    margin-right: 10px;

}

.categories-selector, .tags-selector {
    width: 203px;
    float: left;
    background: white !important;
    /*border-radius: 4px !important;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);*/
    border: solid 1px #c1c1c1 !important;
    font-weight: bold;
    font-size: 12px;
    padding-left: 7px;
    /*height:26px;
    padding-top:9px;*/
    height: 22px;
    padding-top: 6px;
    margin-top: 2px;

}

.category-list-container, .tags-list-container {
    width: 200px;
    float: left;
    background: #ffffff;
    position: absolute;
    z-index: 10;
    top: 47px;
    padding-left: 10px;
    padding-top: 10px;
    border: solid 1px #C1C1C1;
    display: none;
    left: 0px;
    max-height: 213px;
    overflow-y: auto;
}

.tags-content {
    height: 180px;
    float: left;
    width: 200px;
    overflow: auto;
}

.tags-ready {
    float: left;
    height: 33px;
    width: 195px;
    text-align: right;
}

.picker, .picker-t {
    width: 17px;
    height: 35px;
    background: url(../images/right-row.png);
    background-position: -10px 35px;
    position: absolute;
    z-index: 11;
    left: 190px;
    top: 16px;
    cursor: pointer;
}

.white-picker, .white-picker-t {
    width: 14px;
    height: 28px;
    position: absolute;
    z-index: 12;
    left: 195px;
    top: 20px;
    cursor: pointer;
    display: none;
    background: #fff;
}

.error-field {
    box-shadow: 0 0 4px 1px rgba(253, 9, 0, 0.8) !important;
}

#uploading {
    display: none;
}

.messages-container {
    float: left;
    text-align: center;
    width: 98%;
    background: #ffffff;
    border-radius: 4px;
    padding: 10px;
    display: none;
}

.messages-container #save-message {
    padding: 10px 70px;
}

.messages-container label {
    margin-bottom: 15px;
}

#save-waiting {
    width: 660px;
    height: 55px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 15;
    margin-bottom: -30px;
}

#error-box {
    width: 285px;
    height: 17px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 16;
    margin-bottom: -6px;
    background: rgba(255, 48, 40, 0.8);
}

#error-box label {
    background: transparent;
}

#post-maker-container {
    position: relative;
    float: left;
    /*padding: 0 12.9%;*/
}

.article-container {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 20px;
}

.article-content {
    width: auto;
    min-height: 130px;
    float: left;
    border-bottom: 2px solid #F2F0F0;
    background: white;
    margin-left: 0px;
    padding-top: 15px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .17);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .17);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .17);
    -webkit-background-clip: padding-box;
}

#articles-container {
    min-height: 300px;
}

.article-image {
    width: 85px;
    height: 80px;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    position: relative;
}

.article-image img {
    max-width: 100%;
    max-height: 100%;
    border: 0px solid #f5f5f5;
}

.article-categories {
    width: 100%;
    height: 30px;
    float: left;
    margin-bottom: 2px;
    padding-left: 20px;
    font-size: 11px;
}

.article-data {
    float: left;
    width: 65%;
    min-height: 105px;
    margin-top: 5px;
    margin-left: 10px;
    position: relative;
}

.article-data h3 {
    font-size: 20px !important;
    margin-top: 5px !important;
    margin-bottom: 0.1em !important;
}

.read-more {
    width: 85px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 15px;
}

.more-articles-button-container {
    margin: 0 auto;
    margin-top: 20px;
    width: 188px;
}

#more-articles-loader {
    display: none;

}

.myself .publish, .reference-status .publish {
    background: #279B27;
}

.myself .pending, .reference-status .pending {
    background: #F9FF62;
}

.myself .draft, .reference-status .draft {
    background: #FC6464;
}

.article-status {
    float: left;
    width: 100%;
    height: 28px;
    padding-top: 1px;
    padding-left: 5px;
    font-size: 18px;
    margin-top: 2px;
    /*border-radius: 4px;*/
}

.post-status-container .publish {
    background: #279B27;
    color: white;
}

.post-status-container .pending {
    background: #F9FF62;
    color: #6F6F6F;
}

.post-status-container .draft {
    background: #FC6464;
    color: #FFFFFF;
}

.post-status-container .new-post {
    background: #6AD5DA;
    color: #444343;
}

.article-metadata {
    display: inline-block;
    padding: 0 !important;
    width: 22%;
    margin: 0 15px !important;
    height: 80px;
    float: right;
}

.article-metadata .article-likes {
    margin-right: 15px;
}

.author-options {
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 25px !important;
    margin-right: 0px !important;
}

.author-options .edit, .author-options .delete {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
    margin-right: 10px;
    border-radius: 4px;
    background: url(../images/edit-icons.png) no-repeat;
    /*float: left;*/
}

.sponsor-link {
    display: inline-block !important;
    visibility: visible !important;
    width: 43px;
    height: 47px;
    border-radius: 4px;
    background: url(../images/edit-icons.png) -218px -2px no-repeat;
}

div.sponsor-link {
    background: url(../images/edit-icons.png) -154px -2px no-repeat;
}

.article-sponsor {
    display: block !important;
    width: 45px !important;
    height: 50px;
    margin-bottom: 5px;
    margin-right: 14px;
    border-radius: 4px;
    background: url(../images/patrocinados-icons.png) -150px -2px no-repeat;
    position: absolute;
    top: -1px;
    right: 0;
}

.deleting {
    background: url("../images/bp-ajax-loader.gif") no-repeat !important;
    background-position: 5px 6px !important;
}

.social-loader {
    background: url("../images/bp-ajax-loader.gif") no-repeat;
    width: 30px !important;
    height: 14px !important;
    float: right;
    margin-top: 8px !important;
    display: none;
}

.social-delete {
    float: right;
    margin-right: 10px !important;
}

/*.author-options .edit:hover, .author-options .delete:hover {*/
/*background: url(../images/edit-icons.png) no-repeat;*/
/*}*/

.author-options .delete {
    background-position: -77px -6px;
}

.author-options .edit {
    background-position: 0px -6px;
}

.article-likes, .article-sponsor, .article-comments, .date {
    float: left;
    width: 100%;
    height: 25px;
    margin-bottom: 5px;
    color: #A0A5A9;
    font: italic 11px "Droid Serif", Georgia, "Times New Roman", Times, serif;
    text-align: right;
}

.article-likes, .article-sponsor, .article-comments {
    line-height: 29px;
    width: 31%;
    height: 20px;
    text-align: right;
    float: right;
}

.date {
    height: 10px !important;
    text-align: left !important;
    margin-bottom: 12px;
    margin-top: 2px;
}

.article-likes .likes-text, .article-likes .likes-count {
    float: right;
    margin: 0 0 0 7px;
}

.article-likes .likes-text {
    line-height: 28px;
}

.article-likes .likes-count {
    font-weight: bold;
    font-size: 26px;
    text-shadow: 0 1px 0 white;
    line-height: 1;
}

.publish-container {
    display: block;
    width: auto;
    padding: 0;
}

.pending-container {
    display: none;
}

.draft-container {
    display: none;
}

#post_title {
    font-size: 20px;
}

#display-errors {
    border-radius: 3px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    background: #FDAFAF;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}

#display-errors span {
    float: left;
    margin-bottom: 2px;
    margin-left: 5px;
    width: 100%;
}

.notification {
    /*height: 20px !important;*/
    /*width: 320px !important;*/
    margin-top: -30px !important;
    padding-bottom: 5px !important;
    padding-left: 15px !important;
    /*font-size: 1em !important;*/
    color: #4B4B4B !important;
    text-shadow: none !important;
    font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif !important;
    font-size: 11px !important;
}

.notification a {
    display: inline !important;
    font-size: 1em !important;
    padding: 0 !important;
}

.social-articles-content .item-container .the-post-content {
    width: 50%;
}

.entry-title a {
    color: #414b52;
}

.entry-title a:hover {
    color: #21759B;
}

#wp-admin-bar-bp-notifications-default {
    width: 300px;
}

.item-container-sponsored {
    background: rgb(255, 255, 189);
    /*margin-top: -15px;*/
}

.sponsor-time {
    font-size: 1em;
    height: 15px;
    position: absolute;
    bottom: 17px;
    color: #9E9E9E;
    font-style: italic;
    font-family: Times;
    font-weight: bold;
    right: 27px;
    bottom: 10px;
}

.dialog-text {
    font-size: 0.9em;
    margin: 5px 0 10px;
}

#paypal_submit {
    margin: 2% 23%;
}

#wp-social-invitations-personal-li, #notifications-personal-li {
    display: none;
}

#post-maker-container #post_title {
    width: 100%;
    font-size: 15px;
}

.buddypress .social-articles-content #item-body .item-list-tabs#subnav {
    display: inline-block;
    border: 0;
    margin: 5px 0 -27px 0;
    float: right;
    padding: 0;
    z-index: 9999;
    position: relative;
}

#new-personal a#new {
    font-family: GothamHTF-Book;
    color: white;
    border-radius: 3px;
    padding: .65em .5em .5em 2.5em;
    background: #339dc3 url('../images/new-article.jpg') 6px 6px no-repeat;
    float: right;
    margin-top: -40px;
    line-height: 1.5em;
    background-size: 20px;
    border: 1px solid #797979;
}

#new-personal a#new:hover {
    border: 1px solid rgb(0, 101, 153);
    color: rgb(189, 233, 255);
}

#new-personal a#new-book {
    font-family: GothamHTF-Book;
    border-radius: 3px;
    padding: .6em 1em;
    float: right;
    margin-top: -10px;
}

#new-personal-li {
    margin-right: 0;
}