/* GENERAL */

.panel {
    border: 1px solid #ccc;
}

hr {
    border-color: #ddd;
}

a {
    color: #9e6d1d;
}

a:hover {
    color: #CC7E0A;
}

.navbar-inverse .navbar-nav > li > a {
    color: #999;
}

.navbar-left li a:hover {
    color: #F39C12 !important;
}

.help-block {
    color: #DD2F18;
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 5px;
}

.help-note small {
    font-size: 12px;
}

h2 {
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 20px;
}

h1 {
    margin-top: 10px;
}

small {
    font-size: 90%;
}

.breadcrumb {
    background-color: #fff !important;
    border: 1px solid #ccc;
}

.breadcrumb > .active {
    color: rgb(99, 97, 97);
}


.important {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 0;
}

.green-box {
    background-color: #F7FFF8;
    border: 1px solid #397751;
    padding: 0px;
}

.green-box h2 {
    background-color: #609E78;
    border-bottom: 1px solid #397751;
    padding: 10px;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
}

.green-box .form-group {
    padding-left: 19px;
    padding-right: 19px;
}

.yellow-box {
    background-color: #FFF9F4;
    border: 1px solid #F78222;
    padding: 0px;
}

.yellow-box h2 {
    background-color: #F29E54;
    border-bottom: 1px solid #F78222;
    padding: 10px;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
}

.yellow-box .form-group {
    padding-left: 19px;
    padding-right: 19px;
}

.grey_background {
    background-color: #eee;
}

.full-container {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 10px;
}

@media screen and (min-width: 768px) {
    .big-pull-right {
        float: right;
    }
}

.padding-left-0 {
    padding-left: 0px;
}

.margin-left-2 {
    margin-left: 2px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-0 {
    margin-top: 0px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.padding-10 {
    padding: 10px;
}

.col-small-padding {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.grey-help {
    color: #737373 !important;
}

.subtitle {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.small-space {
    margin-bottom: 5px;
    margin-top: 5px;
}

/* MAIN TEMPLATE */

body {
    padding-top: 40px;
}

#main-logo {
    padding-top: 8px;
}

footer li {
    float: left;
    margin-bottom: 1.5em;
    margin-right: 1.5em;
}

footer p {
    clear: left;
    margin-bottom: 0;
}

#language-options {
    margin-top: 8px;
}

.login-btn-top {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    color: #FFF !important;
}

a.login-btn-top:hover, a.login-btn-top:focus {
    background-color: #2382C4 !important;
}

.logout-btn-top {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    color: #FFF !important;
}

a.logout-btn-top:hover, a.logout-btn-top:focus {
    background-color: #f05443 !important;
}

a.points-btn-top:hover, a.points-btn-top:focus {
    background-color: #1f9249 !important;
}

.points-btn-top {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    color: #FFF !important;
}

.register-btn-top {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    color: #FFF !important;
}

a.register-btn-top:hover, a.register-btn-top:focus {
    background-color: #D2850B !important;
}

.top-language {
    padding-top: 4px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
}

#top-language-en {
    padding-top: 0px !important;
}

#top-menu ul li {
    font-size: 13px;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .login-btn-top {
        margin-right: 10px;
    }

    .points-btn-top {
        margin-right: 10px;
    }

    #search-input {
        width: 200px;
    }
}

@media screen and (min-width: 1300px) {
    #top-menu ul li {
        font-size: 14px;
        font-weight: bold;
    }
}

@media screen and (max-width: 290px) {
    #main-logo img {
        width: 130px;
        margin-top: 7px;
    }

    h1 {
        margin-top: 10px;
    }
}

#top-bar {
    margin-left: 10px;
    margin-right: 40px;
}

#top-dashboard-small {
    display: none;
}

#top-logout-small {
    display: none;
}

@media screen and (max-width: 768px) {
    #top-bar {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 1280px) and (min-width: 768px) {

    #top-bar {
        margin-left: 0px;
        margin-right: 20px;
    }

    #main-logo img {
        height: 25px;
        margin-top: 4px;
    }

    #top-menu #search-input {
        width: 100px;
        font-size: 13px;
    }

    #top-bar .btn {
        font-size: 13px;
        font-weight: bold;
    }

    .login-btn-top {
        margin-right: 5px;
    }

    .logout-btn-top {
        margin-right: 0px;
    }

    .points-btn-top {
        display: none !important;
    }

    #top-dashboard-big {
        display: none;
    }

    #top-logout-big {
        display: none;
    }

    #top-register {
        display: none;
    }

    #top-dashboard-small {
        display: inline;
    }

    #top-logout-small {
        display: inline;
    }

    #top-login .btn {
        padding: 4px;
        margin-right: 0px;
        font-size: 12px;
    }
}

.ad-container {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
}

.max-width-full {
    max-width: 100%;
}

#fb-share-container {
    margin-bottom: 20px;
    display: block;
}


/* HOME PAGE */
.home-lead {
    font-size: 18px;
}

.home-catalog-action {
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 15px;
}

.home-item-box {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
    margin-bottom: 10px;
    background-color: #eee;
    border: 1px solid #ddd;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transition: all .2s ease-in-out;
}

.home-item-box:hover {
    transform: scale(1.05);
    border: 1px solid #ccc;
    background-color: white;
}

.home-item-box img {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 1px solid #ddd;
}

.home-item-name {
    display: block;
    color: #333;
    text-align: left;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
}

.home-news-title {
    color: #333;
    font-size: 13px;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .home-catalog-action {
        float: right;
    }
}

@media screen and (max-width: 767px) {
    .home-catalog-action {
        margin-left: 0px;
    }
}

@media screen and (max-width: 290px) {
    .home-item-box img {
        width: 98%;
    }
}


.market-item-home {
    width: 100%;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.main-market-item-img-home {
    width: 100%;
}

.market-item-name-home a {
    display: block;
    color: #333;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
}

.market-item-user-home {
    padding: 5px;
}

.market-item-transaction-home {
    padding: 5px;
}

.panel-body-market-home {
    padding: 5px;
}

/* LOGIN PAGE */
@media screen and (min-width: 290px) {
    #login-left-box {
        border-right: 1px solid #ddd;
    }
}

.login-subtitle {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}

#facebook-login-img {
    max-width: 225px;
    width: 100%;
}

#login-form-bottom fieldset {
    border: 0px;
}


/* CATALOG MAIN PAGE */
.category-cat-box {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
    margin-bottom: 10px;
    background-color: #eee;
    border: 1px solid #ddd;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transition: all .2s ease-in-out;
}

.category-cat-box:hover {
    transform: scale(1.05);
    border: 1px solid #ccc;
    background-color: white;
}

.category-cat-box img {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 1px solid #ddd;
}

.category-cat-box div {
    display: block;
    color: #333;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
}

/* CATEGORY PAGE */

.category-desc-box {
    font-weight: 400;
    line-height: 1.3;
    font-size: 14px;
    padding-bottom: 10px;
}

.category-desc-box img {
    max-width: 250px;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.category-desc-box p {
    margin-bottom: 0px;
}

.category-info-msg {
    font-size: 14px;
}


.category-subcat-box {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
    margin-bottom: 10px;
    background-color: #eee;
    border: 1px solid #ddd;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transition: all .2s ease-in-out;
}

.category-subcat-box:hover {
    transform: scale(1.05);
    border: 1px solid #ccc;
    background-color: white;
}

.category-subcat-box img {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 1px solid #ddd;
}

.category-subcat-box div {
    display: block;
    color: #333;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
}

.category-list-link {
    font: 12px arial, sans-serif;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    display: inline;
}


/* SUBCATEGORY PAGE */

.subcategory-desc-box {
    font-weight: 400;
    line-height: 1.3;
    font-size: 14px;
    padding-bottom: 10px;
}

.subcategory-desc-box img {
    max-width: 250px;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.subcategory-desc-box p {
    margin-bottom: 0px;
}

.subcategory-item-box {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 10px;
    background-color: #eee;
    border: 1px solid #ddd;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transition: all .2s ease-in-out;
}

.subcategory-item-box:hover {
    transform: scale(1.01);
    border: 1px solid #ccc;
    background-color: #f6f6f6;
}

.subcategory-item-box .collectible-images {
    position: relative;
}

.subcategory-item-box .collectible-images img {
    width: 49%;
}

.subcategory-item-name {
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}

.subcategory-item-name span {
    font-size: 13px;
    font-weight: normal;
}

.has_mkt_price_marker {
    position: absolute;
    top: -7px;
    left: -7px;
    background: transparent url(/media/images/icons/has_mkt_price.png) no-repeat;
    display: block;
    height: 32px;
    width: 32px;
}

.manage-helper {
    display: none;
}

.subcategory-manage-option {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}

.manage-helper {
    width: 100%;
    padding: 5px;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-top: 5px;
    margin-bottom: 20px;
    background-color: #F2E27B;
    border: 1px solid #E0C945;
}

.manage-helper-close {
    float: right;
}

.mng-hlp-text {
    margin-top: 15px;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}


/* ITEM PAGE */
.item-image img {
    width: 100%;
    margin-bottom: 10px;
}

.item-certified-container {
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.item-certified-container a {
    width: 50%;
    float: left;
}

.item-certified-container a img {
    width: 100%;
    padding: 0px 3px;
}

.item-certified-add {
    width: 100%;
    margin-top: 10px;
}

.btn-see-price {
    width: 100%;
    text-align: left;
}

.item-table-title {
    font-weight: bold;
    width: 200px;
}

.item-ebay-box {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 20px;
    text-align: center;
}

.item-ebay-box img {
    max-width: 100%;
}

.item-ebay-title {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}


/* MARKET INDEX PAGE */

.market-item-box {
    width: 250px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 10px;
    background-color: white;
    border: 1px solid #ccc;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transition: all .2s ease-in-out;
}

.market-item-box:hover {
    transform: scale(1.05);
    border: 1px solid #bbb;
}

.market-item-box-img {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 1px solid #ddd;
}

.market-ad-container {
    width: 250px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 10px;
    background-color: white;
    border: 1px solid #ccc;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.market-item-name a {
    display: block;
    color: #333;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
}

.market-item-user {
    padding: 10px;
}

.market-item-transaction {
    padding: 10px;
}

#market-add-button {
    margin-right: 12px;
}

/* MARKET ITEM DETAILS */
.market-item-added-info small {
    font-size: 12px;
}

.market-detail-image img {
    margin-bottom: 10px;
}

.market-detail-added-info {
    margin-bottom: 20px;
}

.btn-market-detail-contact {
    width: 100%;
    margin-bottom: 10px;
}

.market-detail-label {
    padding: 15px 20px;
    border-radius: 0.25em;
    color: #fff;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    float: left;
    margin-right: 10px;
}

.market-detail-subtitle {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}


/* MY ACCOUNT AREA */

.js-market-item-mine {
    width: 335px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 10px;
    background-color: white;
    border: 1px solid #ccc;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.market-item-buttons-mine {
    padding: 10px;
}

.tab-container-white {
    background-color: #FFF;
    padding: 10px;
    border: solid 1px #cccccc;
    border-top: none;
}

#account-main-img {
    margin-bottom: 15px;
}

/* LISTS */
.list-category-title {
    margin-top: 30px;
}

.list-category-title a {
    color: #333;
}

.list-subcategory-title {
    margin-bottom: 15px;
    margin-top: 20px;
}

.list-subcategory-title a {
    color: #555;
    font-weight: bold;
    font-size: 17px;
}

.list-estimate-box {
    text-align: center;
}


/* STATIC POPOVERS */
.static-popover {
    position: relative;
    display: block;
    margin: 20px;
    width: 100%;
}

.static-popover .popover-title {
    width: 100%;
}

.static-popover .popover-content {
    width: 100%;
}


/* SEARCH RESULTS */
#search-tabs-container .tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 15px;
}

#search-tabs-container .nav-tabs {
    margin-bottom: 0;
}

.search-total-results {
    font-size: 14px;
    color: #555;
    margin-top: 20px;
    font-weight: bold;
}

#search-tabs-container .nav-tabs li {
    font-weight: bold;
}

.search-item-box {
    padding-top: 2% !important;
    padding-bottom: 2% !important;
    padding-left: 2% !important;
    padding-right: 2% !important;
    text-align: center;
    margin-bottom: 20px;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: all .2s ease-in-out;
}

.search-item-box:hover {
    transform: scale(1.05);
    border: 1px solid #ccc;
    background-color: white;
}

.search-item-box img {
    width: 48%;
}

.search-item-name {
    display: block;
    color: #333;
    text-align: left;
    padding: 15px;
    font-size: 12px;
    font-weight: bold;
}

.img-with-ratio {
    width: 100%;
    height: auto;
    aspect-ratio: attr(width) / attr(height);
}


.btn-info {
    color: #333 !important;
}

.btn-warning {
    color: #252525 !important;
}

.btn-success {
    background-color: #3e833e;
    border-color: #316631;
}

.label-default {
    background-color: rgb(82, 80, 80);
}