﻿/*.container, .container-fluid {
    margin-top: 15px;
}*/
tr > td.media-left {
    width: 72px !important;
    height: 30px;
    padding: 0 10px;
    background-color: #eee;    
}
.table .media .media-body > span {
   color: #999;
}

.table .media .media-body span strong {
    color: #777;
}

/*Offers*/
.dbOfferImage {
    width:70px;
    max-width: 70px;
    max-height: 70px;
    border-radius: 10%;
    /*box-shadow:-1px 2px 3px #888888;*/
}


.corner-ribbon {
    width: 500px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -275px;
    font-size: 3.2em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 100px;
    color: #aaa;
}

.ShowMoreItems {
    margin-top:5px;
}

.post-dash-date {
    margin-top: -20px;
}

.offers-sent-dash-date {
    margin-top: -40px;
}

.post-condition {
    font-size: 100%;
}

.offers-default-img {
    width: 25px;
    height: 25px;
    border-radius: 10%;
}
.light-weight-label {
    font-weight: 100;
}

.offer-action {
    max-width: 124px;
    min-width: 120px;
}

.offer-declined {
    text-decoration: line-through;
    color: #8a8181;
}
.modal-footer {
    padding: 5px;
}

.view-post-offer {
    font-size: 11pt;
}



/*Offers Received Tab */
.parent-offer-received div .panel-body {
    padding-top: 0px;   /*too fat of a space at top*/
}
.parent-offer-received > div.panel-heading {
    padding-top: 5px !important;
}
.parent-offer-received {
    border: none;
}
.offers-received-dashboard td {
    border-bottom: 2px;
    border-bottom-color: whitesmoke;
    border-bottom-style:solid;
    padding: 3px;
}

/*END: Offers Received Tab*/

.mobile-offer-sent-date > font {
    font-size:  8pt;
}
.mobile-offer-received-date > font {
    font-size:  7pt;
}

#tabPosts .panel-body {
    padding-left:0px;
    padding-right:0px;
}

#listPosts {
    padding-left:0px;
    padding-right:0px;
    height: auto !important;
}


/*Counter-Offers*/
.offer-show-responses {
    padding-left: 0px;
}

.media.placeholder td {
    padding: 3px;
}
/*END: Counter-Offers*/

/*ViewProfile - Active Posts*/
.active-post-image {
    width:50px;
    max-width: 30px;
    border-radius: 10%;
    /*box-shadow:-1px 2px 3px #888888;*/
}
/*.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding-top: 0;
    padding-bottom: 0;
}*/

.posts-profile:hover {
    cursor:pointer;
}

#tblCompletedDeals > tbody > tr > td.media-body > span > span.label-info {
    padding: .1em .6em .2em;
}

.m-2 {
    margin :2px
}

.media-body > .badge-label {
    margin-right: 5px;
}
/*Initialize desktop hover*/
@media (min-width: 1200px) {
    .button-action-group { /*Hide Initially*/
        display: none;
    }
}
/*Offer details image*/
/*#carousel-existing-images > div {
    max-height: 250px;
}*/


/*#listActivePosts {
    max-height: 316px;
}*/
/*END: ViewProfile - Active Posts*/
