/*BOOTSTRAP*/


/* END BOOTSTRAP*/

.ow_content_menu_wrap {
    /*position: fixed;*/
    width: 100%;
}

.ow_content_menu_wrap ul {
    /* 	list-style: none;
    margin: 0;
    padding: 0; */
    position: relative;
}

.ow_content_menu_wrap ul li {
    float: left;
}

.ow_content_menu_wrap li .ui-btn {
    display: block;
    margin: 0;
    border-right-width: 0;
}

body {
    color: inherit;
    background-color: inherit;
}

a:hover {
    cursor: pointer;
}

.drop-box {
    background: #F8F8F8;
    border: 2px dashed #DDD;
    width: 100%;
    height: 86px;
    text-align: center;
    padding-top: 25px;
    margin-left: 10px;

}

/** ui mention **/

textarea[ui-mention] {
    /*line-height: 1em;*/
    font-size: 1rem;

    padding: 4px 4px 6px 6px;
    border: 1px;
    font-family: helvetica;
    font-weight: normal;
    resize: none;
}

textarea[ui-mention] {
    /*min-height: 100px;*/
    width: 100% !important;
    border-left-style: none;
    display: block;
    z-index: 2;
    position: relative;
}

textarea[ui-mention][ui-mention] {
    background: transparent;
}

.mention-container {
    position: relative;
    cursor: pointer;
}

.mention-highlight {
    position: absolute;
    top: 3px;
    z-index: 1;
    color: transparent;
    white-space: pre-wrap;
    padding-left: 6px;
    font-family: helvetica;
    font-weight: normal;
    padding-top: 1px;
}

.mention-highlight span {
    border-radius: 3px;
    background: lightblue;
}

.ow_comments_input .ow_attachment_icons {
    z-index: 3;
}

.icon-btn {
    min-width: 33px;
    line-height: 36px;
    text-align: center;
    vertical-align: bottom;
    padding-right: 2px;
    padding-left: 2px;
    cursor: pointer;

}

.icon-btn:hover {
    background: #666666;
}

.status-display {
    width: 95% !important;
    height: auto !important;
    min-height: 44px !important;
    background: #848689;
    border-radius: 3px;
}

.status-txt {
    overflow: hidden;
    word-wrap: break-word;
    resize: none;
    padding-right: 28px
}

.status-text-row {
    padding-bottom: 10px;
}

.ext-comment-editor {
    background: #848689 repeat-x 0 0;
    padding: 4px;
    border: none;
    width: 100% !important;
    height: auto !important;
    min-height: 28px !important;
    border-radius: 3px;
}

.ext-comment-text {
    overflow: hidden;
    word-wrap: break-word;
    resize: none;
    padding-right: 28px
}

.status-form {
    padding-top: 8px;
}

.photo-cover-mark {
    position: absolute;
    top: 4px;
    right: 18px;
    color: #848689;
}

.photo-copy-icon {
    position: absolute;
    top: 4px;
    right: 34px;
}

.mark-active {
    color: green;
}

.tag-label {
    color: #fff;
    background: #428bca;
    border: 1px solid #357ebd;
    border-radius: 4px;

    margin: 2px;
    padding: 0 5px;
    display: inline-block;
    float: left;
    height: 26px;
    line-height: 25px;
}

.tag-item-container {
    margin-bottom: 8px;
}

.v-separator {
    width: 5px;
    height: 33px;
    margin: 0px 10px 15px;
    background-color: #cccccc;
    float: left;
}

.tag-description {
    padding-bottom: 39px;
}

.privacy-short-desc {
    padding: 8px;
}

/*# newsfeed-metadata*/
ul.ow_newsfeed {
    padding: 5px 0px 0px 5px;
}

.ow_newsfeed_avatar img {
    height: 45px;
    width: 45px;
}

.ow_newsfeed .ow_newsfeed_item {
    list-style-image: none;
    position: relative;
}

.ow_newsfeed_toolbar {
    float: none;
}

.ow_newsfeed .ow_comments_list {
    margin-bottom: 0px;
}

.ow_newsfeed_remove {
    position: absolute;
    top: 5px;
    right: 0px;
    display: none;
}

.ow_newsfeed_body:hover .ow_newsfeed_remove {
    display: block;
}

.ow_newsfeed_delimiter {
    border-bottom-width: 1px;
    height: 1px;
    margin-bottom: 7px;
}

.ow_newsfeed_doublesided_stdmargin {
    margin: 14px 0px;
}

.ow_newsfeed_likes {
    margin-bottom: 3px;
}

.ow_newsfeed_tooltip .tail {
    padding-left: 25px;
}

.ow_newsfeed_placeholder {
    height: 30px;
    background-position: center 5px;
}

.ow_newsfeed_view_more_c {
    text-align: center;
}

.ow_newsfeed_string {
    max-width: 600px;
}

.ow_newsfeed_item_content {
    float: left;
    min-width: 50px;
    width: 69%;
    max-width: 440px;
}

.ow_newsfeed_features {
    max-width: 450px;
    overflow: hidden;
    min-height: 62px;
}

.ow_newsfeed_feedback_counter {
    padding: 2px 5px;
}

.ow_newsfeed_activity_content {
    border-top-style: dashed;
    border-top-width: 1px;
    padding-top: 3px;
}

.ow_newsfeed_comments .ow_add_comments_form {
    margin-bottom: 0px;
}

#attachment_preview_statusTxt_oembed {
    margin-top: 8px;
}

/* The starting CSS styles for the enter animation */
.fade.ng-enter {
    transition: 0.5s linear all;
    opacity: 0;
}

/* The finishing CSS styles for the enter animation */
.fade.ng-enter.ng-enter-active {
    opacity: 1;
}

/* now the element will fade out before it is removed from the DOM */
.fade.ng-leave {
    transition: 0.5s linear all;
    opacity: 1;
}

.fade.ng-leave.ng-leave-active {
    opacity: 0;
}

.ellipsis-1line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ellipsis-2line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.slick_item_col {
    padding-left: 5px;
    padding-right: 5px;
}

.menu_bar_btn_top {
    margin-bottom: 15px;
    height: 33px;
}

.menu_bar_btn_top .div_btn_bar {
    float: left;
    margin-right: 1px;
}

.text-lg{
    font-size: 18px;
}