.tour-tender-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ccc;
}
.tender-item-left {
    float: left;
    width: 15%;
}
.tender-owner-photo {
    text-align: center;
}
.tender-owner-photo img {
    width: 100%;
    border: solid 2px #ddd;
}
.owner-badges-container {
    text-align: center;
    margin-top: 5px;
}
.owner-point {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0px;
}
.tender-item-right {
    float: left;
    width: 85%;
    padding-left: 20px;
}
.tender-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0px;
}
.tender-details.margtop10 {
    border: solid 2px #ccc;
    padding: 10px;
}
.tender-details label {
    text-transform: initial;
    font-weight: initial !important;
    font-size: 14px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.details-container {
    font-size: 20px;
    float: left;
    width: 85%;
    padding-left: 15px;
}
.tender-owner-photo.global{
    float: left;
    width: 15%;
}
.tenderbid-item {
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.tenderbid-item-container {
    width: 80%;
    margin: 0px auto;
}
.tenderbid-left {
    float: left;
    width: 10%;
}
.tenderbid-photo img {
    width: 80%;
}
.tenderbid-right {
    float: left;
    width: 90%;
    padding-left: 10px;
}
.tenderbid-bidder-name a{
    float: left;
    font-size: 20px !important;
    font-weight: 700 !important;
}
.tenderbid-price {
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: green;
}
.tenderbid-desc {
    float: left;
    width: 75%;
}
.tenderbid-actions {
    float: right;
    width: 25%;
}
.tenderbid-actions a {
    width: 100%;
    margin-bottom: 10px;
}
.marketplace-left{
    padding: 0px;
}
.marketplace-right{
    padding: 0px;
}
.user-profile-photo{
    cursor: pointer;
}
.user-profile-photo img {
    max-width: 100%;
    margin: 0px 0px 12px;
    border: solid 2px #bbb;
}
.user-profile-details {
    text-align: center;
    font-weight: 700;
    margin: 0px;
}
/*.promote-container {
    width: 100%;
    max-width: 287px;
    padding: 0px 10px;
    margin: 0px auto;
    box-sizing: border-box;
}
.promote-photo {
    height: 170px;
    background-position: center center;
    background-size: 100% auto;
    border-radius: 5px;
}*/
.promote-container {
    width: 100%;
    box-sizing: border-box;
}
.promote-photo {
    /*height: 203px;*/
    background-position: center center;
    background-size: 100% auto;
}
.promote-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    margin-top: 6px;
    margin-bottom: 0px;
}
.promote-subtitle {
    line-height: 16px;
    font-size: 12px;
    color: rgb(144, 148, 156);
    margin-bottom: 0px;
}
.promote-item {
    padding-bottom: 12px;
    border-bottom: solid 1px #ddd;
}

.feed-row {
    clear: both;
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0px 15px 10px;
}
.feeder-photo {
    width: 50px;
    float: left;
    border: solid 1px rgb(54, 88, 153);
}
.feeder-photo img {
    width: 100%;
}
.feed-details {
    box-sizing: border-box;
    padding-left: 8px;
    margin-left: 50px;
}
.feed-title {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 19.3167px;
}
.feed-time {
    font-size: 12px;
    color: rgb(144, 148, 156);
    margin-bottom: 0px;
    line-height: 16.0833px;
}
.feed-content img {
    max-width: 100%;
    margin: 10px 0px 0px;
}
.feed-content > p {
    margin-bottom: 0px !important;
}
.load-more-container {
    text-align: center;
    font-weight: 700;
    font-size: 21px;
    color: #999;
    cursor: pointer;
}
.like-comment-button {
    margin-top: 10px;
    border-top: solid 1px #ccc;
    padding-top: 5px;
    margin-bottom: -5px;
}
.like-comment-container {
    margin: 0px -10px;
}
.button-block {
    font-weight: 700;
    color: rgb(127, 127, 127);
    padding: 5px 10px;
    cursor: pointer;
    font-size: 13px;
    position: relative;
}
.button-block.active{
    color: rgb(88, 144, 255);
}
.like-comment-post a {
    color: rgb(137, 143, 156);
}
.like-comment-post a:hover {
    text-decoration: underline;
}
.comment-left {
    width: 38px;
    float: left;
    border: solid 1px rgb(54, 88, 153);
}
.comment-left img {
    width: 100%;
}
.comment-right {
    margin-left: 38px;
    padding-left: 8px;
}
.comment-box {
    border: solid 1px rgb(221, 223, 226);
    padding: 10px 10px 10px 5px;
}
.comment-box .txtComment {
    height: 18px;
    border: none;
    resize: none;
    width: calc(100% - 18px);
    font-size: 12px;
    line-height: 16px;
}
.comment-box span {
    color: #aaa;
    float: right;
    font-size: 18px;
    position: relative;
}
.comment-box span input {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    overflow: hidden !important;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
.upload-photo-container {
    padding: 10px;
    border: solid 1px #ccc;
    margin-top: -1px;
    position: relative;
}
.upload-photo-container img {
    width: 40%;
}
.cancel-photo {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #bbb;
}
.comment-content {
    font-size: 12px;
    line-height: 16.0833px;
    margin: 0px;
}
.comment-user {
    font-weight: 700;
    text-transform: none;
    margin-bottom: 0px;
    font-size: 12px;
}
.comment-bottom {
    font-size: 9px;
    padding-top: 5px;
    line-height: 16.0833px;
}
.like-comment {
    font-size: 12px;
}
.comment-time {
    font-size: 12px;
    text-transform: none;
    font-weight: 400;
    color: rgb(144, 148, 156);
}
.comment-right img {
    max-width: 100%;
    margin-top: 5px;
}
.liked-counter {
    font-size: 12px;
}
.list-row {
    margin-top: 12px;
}
.list-row-left {
    width: 40px;
    float: left;
}
.list-row-left img {
    width: 100%;
}
.list-row-right {
    margin-left: 56px;
    padding-bottom: 12px;
    border-bottom: solid 1px #e9ebee;
}
.list-row-right p {
    font-size: 16px;
    line-height: 40px;
    margin: 0px;
}
.helper-link-container{
    font-size: 13px;
    color: rgb(144, 148, 156);
    padding: 0px 12px 12px;
}
.feedpost-container img {
    margin: 0px;
}
.feedpost-details {
    margin-top: 10px;
    padding-left: 10px;
    border-left: solid 2px rgb(204, 204, 204);
}
.feedpost-owner-left {
    float: left;
}
.feedpost-owner-name {
    font-size: 13px;
    font-weight: 700;
    line-height: 16.0833px;
    margin: 0px;
}
.feedpost-time {
    color: rgb(144, 148, 156);
    font-size: 12px;
    line-height: 16.0833px;
    margin: 0px;
}
.feedpost-owner-right p {
    margin: 0px;
    line-height: 25px;
    font-weight: 700;
}
.feedpost-owner-right {
    padding: 0px 8px;
    float: right;
    border: solid 1px rgb(206, 208, 212);
    background: rgb(246, 247, 249);
}
.feedpost-content {
    margin-top: 12px;
    color: rgb(102, 102, 102);
    font-size: 12px;
    line-height: 16.0833px;
}

.endorse-row {
    border: solid 1px #aaa;
    padding: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
.endorse-row.last{
    margin-bottom: 0px;
}
.endorse-left {
    float: left;
    width: 50px;
    vertical-align: middle;
}
.endorse-left img {
    width: 100%;
    margin-top: 2px;
}
.endorse-right {
    margin-left: 60px;
}
.endorse-right span{
    background: orange;
    padding: 1px 5px;
}
.endorse-right p {
    margin: 0px;
    line-height: 16.0833px;
    margin-top: 3px;
}
.default-endorsment-container {
    margin: 0px -5px;
}
.default-endorsement {
    padding: 8px 10px;
    border: solid 2px #aaa;
    border-radius: 10px;
    float: left;
    margin: 0px 5px 10px;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
}
.default-endorsement.active {
    background-color: #4c4cff;
    border-color: #9999ff;
    color: white;
}
.form-container {
    margin-top: 12px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.form-container .form-group {
    margin: 0px;
}
.custom-close-button {
    position: absolute;
    border: solid 2px white;
    border-radius: 50%;
    background-color: black;
    color: white;
    padding: 5px;
    top: -10px;
    right: -10px;
}
a[class^='show-more']{
    font-weight: 700;
    color: #1c3450;
}
.temp_feed{
    display: none;
}

.feed-image-conteiner {
    margin: 10px -2px -2px;
}
.multi-image {
    float: left;
    border: solid 2px white;
    box-sizing: border-box;
    background-position: center center;
    background-size: auto 100%;
    cursor: pointer;
    background-repeat: no-repeat;
}
.image-small {
    width: 33.33%;
    padding-top: 33.33%;
}
.image-half-width {
    width: 50%;
    padding-top: 50%;
}
.alert-agent-box {
    border: solid 2px #ffa500;
    padding: 5px 15px;
}
.alert-agent-box p {
    margin: 0px;
}
.promote-like-button {
    float: right;
    background-color: #3994d4;
    color: white;
    position: relative;
    padding: 3px 10px;
    font-weight: 700;
    width: 76px;
    text-align: center;
    margin-top: 6px;
}
.promote-like-button.active {
    background-color: #777;
}
.detail-text {
    float: left;
    width: calc(100% - 76px);
}
.promote-like-button label {
    font-size: 14px;
    text-transform: none;
    margin: 0px;
}
.promote-like-button.active a {
    cursor: unset;
}
@media(max-width: 1199px) {
    .marketplace-left{
        padding: 0px;
    }
    .marketplace-left .form-horizontal{
        margin-top: 20px;
    }
    .marketplace-right{
        margin-left: -15px;
    }
}
@media(max-width: 991px){
    .marketplace-left .form-horizontal input{
        margin-left: -15px;
    }
}