/* Force consistent scrollbar gutter so viewport width doesn't shift between
   short pages (e.g. lookup initial state) and tall pages (homepage).
   - overflow-y: scroll  → classic scrollbars (Windows / macOS "Always show")
   - scrollbar-gutter: stable → overlay scrollbars (macOS default, Chrome/FF 94+) */
html {
    overflow-y: scroll;
    scrollbar-gutter: stable;
}

* {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

a:hover, span:hover, li:hover, button:hover {
    text-decoration: none;
}

/* BebasNeue removed: site uses Oswald only */

.modal-open {
    position: initial !important;
}

.uppercase {
    text-transform: uppercase;
}

h1 {
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #111;
}

h2 {
    font-size: 28px;
    font-weight: 400;
}

h3 {
    font-size: 22px;
    font-weight: 400;
}

.hero-title {
    font-size: 60px;
    font-weight: 500;
}

/* Shared container for all public interior pages */
.tss-page-container {
    padding-top: 55px;
    padding-bottom: 40px;
}

.tss-page-container h1 {
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 24px 0;
}

.tss-page-container p,
.tss-page-container li,
.tss-page-container label {
    font-size: 16px;
}

h1.tss-app-page-title {
    margin: 0 0 24px 0;
    text-align: center;
}

input[type=text] {
    font-size: 16px;
}

input[type=number] {
    font-size: 16px;
}

.hidden {
    display: none;
}

.alert-danger {
    margin-top: 50px;
    text-align: center;
}

.heading {
    letter-spacing: 1.1px;
    /*text-align: center;*/
    color: #313232;
}

.tss-app-navbar {
    position: sticky;
    top: 0;
    z-index: 1030; /* above most content; below modals */
    /* Keep height consistent across app pages (some pages don't load grayscale.css) */
    min-height: 73px !important;
    margin-bottom: 0 !important;
    border: none !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.tss-app-navbar .navbar-brand,
.tss-app-navbar .navbar-nav > li > a {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px;
    color: #111 !important;
}

/* Let Font Awesome icons render instead of inheriting Oswald */
.tss-app-navbar .fa,
.tss-app-navbar .fas,
.tss-app-navbar .far,
.tss-app-navbar .fab,
.tss-app-navbar [class*="fa-"] {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome" !important;
}

.tss-app-navbar .navbar-brand {
    height: 73px;
    display: inline-flex;
    align-items: center;
}

.tss-app-navbar .navbar-nav > li > a {
    height: 73px;
    display: inline-flex;
    align-items: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 16px !important;
}

.tss-app-navbar .navbar-nav > li.active > a,
.tss-app-navbar .navbar-nav > li.active > a:hover,
.tss-app-navbar .navbar-nav > li.active > a:focus {
    color: #1e8d20 !important;
    box-shadow: inset 0 -3px 0 #1e8d20;
    background: transparent !important;
}

.navbar .dropdown-menu > li.active > a,
.navbar .dropdown-menu > li.active > a:hover,
.navbar .dropdown-menu > li.active > a:focus {
    background-color: #1e8d20 !important;
    color: #fff !important;
}

.tss-app-navbar .navbar-nav-brand {
    margin-top: 0 !important;
}

.tss-app-navbar .container-fluid {
    padding-bottom: 0 !important;
}

.tss-app-navbar .navbar-nav > li > a:hover,
.tss-app-navbar .navbar-nav > li > a:focus {
    color: #000 !important;
    text-decoration: none;
}

.input-error {
    border: 1px solid red;
}

.label-error {
    color: red;
}

#results-banner {
    min-height: 100px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07);
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
}

#results-banner img {
    height: 80px;
}

#results-banner .heading {
    font-size: 25px;
    line-height: 100px;
    vertical-align: middle;
}

#results-banner .name {
    font-size: 25px;
    line-height: 100px;
    vertical-align: middle;
    white-space: nowrap;
    overflow-x: hidden;
}

#results-banner .pic {
    line-height: 100px;
    vertical-align: middle;
}

.content-bottom {
    border: 3px solid black;
    padding: 10px;
}

.category-container {
    border: 1px solid #4A346F;
    padding: 5px;
    margin-bottom: 10px;
}

.shoe-summary {
    border: 1px solid #4A346F;
    padding: 20px;
    text-align: center;
}

.sub-include-toggle {
    margin-right: 30px;
}

.self-center {
    margin: 5px auto;
}

.top5 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top20 {
    margin-top: 20px;
}

.top30 {
    margin-top: 30px;
}

.btm5 {
    margin-bottom: 5px;
}

.btm10 {
    margin-bottom: 10px;
}

.btm15 {
    margin-bottom: 15px;
}

.btm20 {
    margin-bottom: 20px;
}

.btm30 {
    margin-bottom: 30px;
}

.btn-group {
    padding-right: 20px;
}

.sub-heading {
    font-size: 20px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navbar * {
    font-family: 'Oswald', sans-serif !important;
}

.navbar {
    min-height: 50px;
}

.navbar p {
    color: #777;
    font-size: 18px;
}

#mynav ul li a {
    font-size: 16px;
}

.navbar-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-top: -5px;
}

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

.navbar-nav-brand {
    margin-top: 10px;
}

.navbar-default .navbar-toggle {
    margin-top: 11px;
}

.navbar-collapse ul li.mobile-menu-item {
    display: none;
}

.navbar ul li {
    font-size: 18px !important;
}

/* Medium  / Mobile devices */

@media (max-width: 767px) {

    .navbar-collapse {
        clear: both;
        padding-top: 30px;
        border: none !important;
        width: 100%;
        margin-left: 5px;
    }

    .navbar-collapse ul li.mobile-menu-item {
        display: block;
    }

    .navbar-nav {
        margin-left: 10px !important;;
    }

    .navbar-collapse ul li {
        clear: both;
    }

}

.icon-square {
    display: inline-block;
    height: 60px;
    width: 60px;
    background-size: contain;
}

.upper-icon {
    background-image: url("../images/sil1_0.72003ea2ee58.png");
}

.upper-icon:hover, a[aria-expanded="true"] .upper-icon {
    background-image: url("../images/sil1_1.24248d8bb675.png");
}

.midsole-icon {
    background-image: url("../images/sil2_0.5632f544b28f.png");
}

.midsole-icon:hover, a[aria-expanded="true"] .midsole-icon {
    background-image: url("../images/sil2_1.7d37a32033fa.png");
}

.bottom-icon {
    background-image: url("../images/sil3_0.1e086cfb72b2.png");
}

.bottom-icon:hover, a[aria-expanded="true"] .bottom-icon {
    background-image: url("../images/sil3_1.68d7beb26eb4.png");
}

.interior-icon {
    background-image: url("../images/sil4_0.057e88fd9cc7.png");
}

.interior-icon:hover, a[aria-expanded="true"] .interior-icon {
    background-image: url("../images/sil4_1.df035ad53584.png");
}

.misc-icon {
    background-image: url("../images/sil5_0.1d710b013bb3.png");
}

.misc-icon:hover, a[aria-expanded="true"] .misc-icon {
    background-image: url("../images/sil5_1.e6d1d0daf6ca.png");
}

.key-icon {
    background-image: url("../images/key_icon_sq.7f0d8020cbba.png");
}

.key-icon:hover, a[aria-expanded="true"] .key-icon {
    background-image: url("../images/key_icon_hova.49aae6090ea9.png");
}

.panel-heading {
    min-height: 75px;
}

.panel-info > .panel-heading {
    background-color: white;
    color: black;
    border-color: black;
    vertical-align: middle;
}

.panel-info {
    border-color: #c3c3c3;
}

.panel-heading .panel-title {
    color: #777777;
    line-height: 50px;
    margin-left: 25px;
    font-size: 22px;
}

.container-fluid {
    padding-bottom: 15px;
}

.panel-body {
    /*border-top: 1px #c3c3c3 solid;*/
    padding: 0px 0px 0px 0px;
}

.major {
    background-color: #5dfd5d !important;
}

.middle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
}

.grade-metric-table-header {
    padding-bottom: 25px;
    padding-top: 12px;
    color: #9a9a9a;
    font-size: 12px;
}

.grade-metric-table-content {
    min-height: 60px;
}

.grade-metric-table-header.input-box {
    padding-bottom: 10px;
}

#stock_image {
    height: auto;
    max-width: 185px;
}

#finalize-grade-container-box #stock_image,
#results-pane #stock_image {
    position: relative;
    display: block;
}

#finalize-grade-container-box small,
#results-pane small {
    text-transform: capitalize;
    text-align: center;
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 11px;
}

#finalize-grade-container-box strong,
#results-pane strong {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: black;
}

#display_image {
    max-height: 300px;
    max-width: 300px;
}

.modal-content {
    border-radius: 0px;
}

.modal-heading {
    font-size: 50px;
    letter-spacing: 0.9px;
    text-align: center;
    color: #313232;
}

.shoe-modal-field label {
    font-size: 17px;
    color: #213347;
    height: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
}

#shoe_form_modal label.label-error {
    color: red;
}

#shoe_form_modal input.form-control {
    border-radius: 0px;
}

#modal-submit.add-shoe {
    font-size: 16pt;
}

#shoe_form_modal input[type=number] {
    width: 95%;
    height: 54px;
}

#shoe_form_modal input[type=text] {
    width: 95%;
    height: 54px;
}

#shoe_form_modal select {
    width: 95%;
    height: 54px;
}

/*#GENERAL #id_image {
    width: 120px;
    height: 120px;
}*/

#upload_preview {
    background-color: #F1F1F1;
    border: 1px solid #979797;
    width: 120px;
    height: 120px;
    border-radius: 8px;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

.form-btn {
    height: 85px;
    width: 305px;
    cursor: pointer;
    color: #ffffff;
    line-height: 85px;
    vertical-align: middle;
}

.form-btn-text {
    font-size: 20px;
    color: #ffffff;
}

.form-btn-small {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    display: inline-block;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    height: 44px;
    cursor: pointer;
    color: #ffffff;
    line-height: 40px;
    vertical-align: middle;
    background-color: #1e8d20;
    border-radius: 0;
    border: none;
}

#modal-dismiss {
    height: 85px;
    width: 305px;
    font-size: 20px;
    line-height: 85px;
    vertical-align: middle;
}

.form-btn-default {
    background-color: #313232;
    border: none;
}

.form-btn-danger {
    background-color: #1e8d20;
    border: none;
}

.form-btn-info {
    background-color: #017dff;
    border: none;
}

#shoe-form-errors {
    color: #1e8d20;
}

#shoe-form-msg {
    font-size: 20px;
    letter-spacing: 0.4px;
    color: #111111;
}

.row {
    margin-left: 0px;
}

table {
    table-layout: fixed;
}

td {
    width: 100%;
}

.grade-subject-label {
    min-width: 191px;
    padding-left: 15px;
    width: 20%;
}

/*.slider-handle {
    background: black;
    border: 2px solid white;
}

.slider-selection {
    background: black;
}*/

#thumbs-frame {
    min-height: 80px;
}

.shoe-thumb-frame {
    height: 75px;
    width: 75px;
    float: left;
    margin: 2px 5px;
    border: 1px solid #4A346F;
    cursor: pointer;
}

.shoe-image {
    width: 100%;
}

.wings-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.wings-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.wings-5 {
    margin-left: 15px;
    margin-right: 15px;
}

.wings-5 {
    margin-left: 20px;
    margin-right: 20px;
}

:focus {
    outline: none;
}

.left-label, .right-label {
    display: none;
}

.ui-widget-header {
    background: white;
    color: black;
    text-transform: uppercase;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    border-radius: none;
}

.ui-widget-overlay {
    background: #000 !important;
}

#id_year option {
    font-size: 14px;
}

select.form-control {
    border: 0;
    -webkit-appearance: menulist;
    outline: 1px inset #7d7d7d;
    outline-offset: -1px;
}

select.form-control.input-error {
    border: 3px solid red;
}

.border-none {
    border: none;
}

#add_year_btn, #copy_link {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    width: 100%;
    padding-top: 2px;
    height: 44px;
    cursor: pointer;
    color: #ffffff;
    line-height: 40px;
    vertical-align: middle;
    background-color: #1e8d20;
    border-radius: 0;
    border: none;
}

#edit-page-save-grade select#id_year {
    border: 0;
    -webkit-appearance: menulist;
    outline: 1px inset #7d7d7d;
    outline-offset: -1px;
}

#edit-page-save-grade .form-control {
    border-radius: 0;
    height: 44px;
    border: solid 1px #7d7d7d;
    font-size: 16px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

#edit-page-save-grade input:focus {
    border: solid 1px #7d7d7d;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/*#calculate, .btn.save {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 305px;
  	height: 83px;
  	background-color: #1e8d20 !important;
	font-family: 'Open Sans';
  	font-size: 20px;
  	letter-spacing: 0.4px;
  	text-align: center;
	margin-bottom: 73px;
	vertical-align: baseline;
}*/

#edit-page-save-grade #id_notes {
    height: auto;
}

#main-content {
    /*margin-bottom: 77px;*/
}

#save_grade_container label {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #252525;
}

#save_grade_container label.label-error {
    color: red;
}

.btn-info {

    border: 1px solid #1e8d20;
    color: #1e8d20;
    background-color: transparent;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    border: 1px solid #1e8d20;
    outline: 0;
    color: #000;
    background-color: #1e8d20;
}

.btn-primary {
    background-color: #1e8d20;
    border-color: #1e8d20;
    border-radius: 0px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #166b17;
    border-color: #166b17;
}

.btn-cta {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background: #1e8d20;
    border: none;
    padding: 14px 32px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.15s ease;
    text-decoration: none;
}

.btn-cta:hover {
    background: #166b17;
    color: #fff;
    text-decoration: none;
}

.page-header.finalize-header {
    height: 200px
}

.finalize-container {
    margin-top: 50px;
}

.finalize-container .container {
    max-width: 740px;
}

.finalize-container .finalize-label {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

#finalize-buttons .form-btn {
    width: 234px;
}

#grade-seal {
    width: 161px;
    height: 161px;
    background-image: url("../images/holo-seal.203d155c291c.png");
    background-position: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;

}

.grade-box {
    min-height: 206px;
    margin-bottom: 25px;
}

.grade-box img {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}


.fair-market-value {
    font-size: 20px;
}

.finalize-container .row {
    border-bottom: 1px #c3c3c3 solid;
    margin-bottom: 25px;
}

#grade-seal h1 {
    line-height: 161px;
    color: black;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 3px;
}

#grade-id-info {

    width: 90%;
    height: auto;
    min-height: 269px;
    padding-top: 20px;
    padding-bottom: 20px;
    word-wrap: break-word;
    margin-left: auto;
    margin-right: auto;

}

#grade-id-info.rounded {
    background: #F1F1F1;
    border-radius: 8px;
}

#grade-id-info p {
    font-size: 18px;
    text-align: left;
    margin-bottom: 0px;

}

#grade-id-info.rounded p {
    text-align: center;
}

#grade-id-info h2 {

    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2px;
}

.grade-bar {
    border: 1px solid #D7D7D7;
    width: 90%;
    height: 8px;
    border-radius: 4px;
}

.graded-bar {
    border-radius: 4px;
    height: 6px;
    position: relative;
    top: 0px;
}

.graded-bar.grade-0 {
    width: 5%;
    background-color: red;
}

.graded-bar.grade-1 {
    background: #FF4200
}

.graded-bar.grade-2 {
    background-color: #FF8000
}

.graded-bar.grade-3 {
    background-color: #FFAF00;
}

.graded-bar.grade-4 {
    background-color: #F8D31C;

}

.graded-bar.grade-5 {
    background-color: #F3FF00
}

.graded-bar.grade-6 {
    background-color: #c9eb00
}

.graded-bar.grade-7 {
    background-color: #c4eb00
}

.graded-bar.grade-8 {
    background-color: #84eb00
}

.graded-bar.grade-9 {
    background-color: #6eeb00
}

.graded-bar.grade-10 {
    background-color: #00d11e;
}

#grade-id-info .calc_grade_mark {
    font-size: 18px;
    font-weight: bold;
    font-family: Helvetica;
    text-align: center;
}

#grade-id-info .calc_grade_pp {
    font-size: 11px;
}

#grade-id-info .calc_grade_slash {
    font-size: 13px;
}

.grade-bar-score-number {
    margin-bottom: 15px;
    width: 100%;
}

.row.buttonbox {
    margin-top: 60px;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: none !important;

}

/*.buttonbox #calculate {
    float: right;
}*/

.buttonbox #calculate.save-for-later {
    background-color: #dadada;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.loading-spinner {
    display: block;

    margin-left: 50px;
    margin-top: 30px;
}

.spinner-frame {
    top:-18px;
    left:0px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../images/loader-spinner.a1c5ab2a0490.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.upld-icon {
    position: relative;
    margin-top: 10px;
    background-color: #F1F1F1;
    border: 1px solid #979797;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    /* camera icon placeholder removed — image deleted */
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

#BOX.upld-icon {
    padding: 10px;
}

.finalize-container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.upld-lbl {
    font-size: 20px;
    margin-top: 5px;
    text-transform: capitalize;
}

.row.no-border {
    border: none;
}

input[type="file"].id_image_upld {
    display: none;
}

#grade-lookup-box {
    width: 100%;
    margin-top: 16px;
    padding-bottom: 10px;
    padding-top: 30px;

}

#grade-lookup-box #tss-searchbox-lookup {
    border: 1px solid #999;
    max-width: 557px;
    height: 47.8px;
    background-color: white;
    position: relative;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

#grade-lookup-box-term {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#grade-lookup-box-term #tss-searchbox-lookup-term {
    border: 1px solid #999;
    max-width: 557px;
    height: 47.8px;
    background-color: white;
    position: relative;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

#grade-lookup-box #tss-searchbox .glyphicon-search {
    color: #959595;
    height: 22px;
    width: 22px;
    position: absolute;
    color: black;
    left: 10px;
    top: 40%;
}

#grade-lookup-box input[type="text"]#tss-shoe-search-grade {
    background-color: transparent;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    letter-spacing: 0.3px;
    color: #959595;
    height: 100%;
    line-height: normal;
    box-sizing: border-box;
    padding: 10px 0 10px 30px; /* vertically center placeholder/text */
    width: 80%;
}

#grade-lookup-box-term input[type="text"]#tss-shoe-search-term {
    background-color: transparent;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    letter-spacing: 0.3px;
    color: #959595;
    height: 100%;
    line-height: normal;
    box-sizing: border-box;
    padding: 10px 0 10px 30px; /* vertically center placeholder/text */
    width: 80%;
}

#grade-lookup-box input::-moz-selection {
    background-color: #1e8d20;
}

#grade-lookup-box input::selection {
    background-color: #1e8d20;
}

#grade-lookup-box-term input::-moz-selection {
    background-color: #1e8d20;
}

#grade-lookup-box-term input::selection {
    background-color: #1e8d20;
}

#grade-lookup-box button {
    position: absolute;
    right: 0px;
    height: 100%;
}

#grade-lookup-box-term button {
    position: absolute;
    right: 0px;
    height: 100%;
}

.tss-lookup-alert {
    max-width: 557px;
    margin: 12px auto 0 auto;
    text-align: center;
    font-size: 16px;
}

.tss-lookup-alert p {
    margin: 0;
}

.gradelookup-nav {
    border: 1px solid #777;
    font-weight: bold;
}

#myModal .modal-body {
    padding-left: 50px;
    padding-right: 50px;
}

#myModal img.shoe-result-prod {
    max-width: 150px;
    height: auto;
}

img.shoe-grading-state {
    max-width: 200px;
    height: auto;
}

img.shoe-grading-state-cards {
    max-height: 300px;
    width: auto;
}

img.auth-angle {
	max-width: 200px;
	height: auto;
	-webkit-filter: invert(100%);
	        filter: invert(100%);
}

img.shoe-grading-state-10 {
    max-width: 600px;
    height: auto;
    width: inherit;
}

img.shoe-grading-state-gif {
    max-width: 600px;
    height: auto;
}

#myModal img.shoe-stock-img-result {
    width: auto;
    max-width: 190px;
    height: auto;
}

#myModal p, #myModal small {
    color: #777;
}

#results-image-viewer {
    z-index: 4;
    top: 0px;
    left: -145px;
    position: absolute;
    height: auto;
    width: auto;
    max-width: 350px;
}

#results-image-viewer img {
    max-width: 350px;
    width: auto;
    height: auto;
}

#results-image-viewer-close {
    cursor: pointer;
    position: absolute;
    color: black;
    font-size: 50px;
    top: -3px;
}

#grader-notes {
    font-size: 12px;
    color: #777;
}

body.modal-open {
    position: fixed;
}

#results-pane #image-form .upld-icon {
    cursor: default;
}

#results-pane .images-print-view {
    display: none;
}

#none-print-image-form img {
    width: 100%;
    margin-bottom: 20px;
}

#results-pane .row {
    margin-right: 0px;
    margin-left: 0px;
}

#grade-seal-printable {
    display: none;
}

#edit-grade-shoe-image {
    max-width: 85px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#fk-seal-number {
    color: black;
    top: 76%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 56px;
    position: relative;
}

.freemium-dash-holder {
    height: 1000px;
    display: block;
    float: none;
    overflow: auto;
}

/* Grid */

#posts {
    margin: 15px auto 0;
}

.post {
    min-height: 195px;
    margin: 0 0 50px;
    text-align: center;
    width: 90%;
}

.post strong {
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    width: 150px;
    display: inline-block;
    white-space: normal;
    clear: both;
    width: 90%;

}

.post small {
    display: inline-block;
    width: 150px;
    display: inline-block;
    white-space: normal;
    text-transform: capitalize;
    clear: both;
    width: 90%;
}

.grade-masonry-value {
    border: 3px solid #1e8d20;
    color: #1e8d20;
    width: 36px;
    height: 36px;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 50%;
    font-weight: bold;
    display: inline-block;
}

.post.panel {
    padding-bottom: 15px;
    padding-top: 15px;
}

.post img {
    padding: 0 15px;
    width: 100%;
}

#grid.container .post img {
    padding: 0;
}

/* center container with CSS */
#grid.container {
    margin-left: auto;
    margin-right: auto;
}

#grade-seal-freemium {
    border: 6px solid #1e8d20;
    padding-top: 15px;
    border-radius: 50%;
    width: 136px;
    height: 136px;
    margin-left: auto;
    margin-right: auto;

}

#unofficial-grade {
    color: #1e8d20;
    position: absolute;
    left: 34%;
    top: 44%;
    z-index: -12;
    font-size: 19px;
    -ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
    transform: rotate(30deg);
    opacity: 0.5;

}

#link-to-copy {
    display: block;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 305px;
    color: silver;
    height: 30px;
}

/* Mobile devices */

@media (min-width: 300px) {
    #grid > #posts .post {
        width: 100%;
    }

    #grid > #posts .post.cs2 {
        width: 100%;
    }

    .post img {
        padding: 0;
    }
}

/* Medium devices */

@media (min-width: 768px) {
    #grid {
        margin-left: 8%;
    }

    #grid > #posts .post {
        width: 217px;
    }

    #grid > #posts .post.cs2 {
        width: 100%;
    }

    .post img {
        padding: 0;
    }
}

/* Medium devices */

@media (min-width: 992px) {
    #grid > #posts .post {
        width: 217px;
    }

    #grid > #posts .post.cs2 {
        width: 100%;
    }
}

/* Large devices */

@media (min-width: 1200px) {
    #grid > #posts .post {
        width: 217px;
    }

    #grid > #posts .post.cs2 {
        width: 742px;
    }
}

@media (min-width: 1300px) {
    #grid {
        left: -50px;
        padding-left: 50px;
        padding-right: 50px;
        position: relative;
    }

    #grid.container {
        left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

#grade-lookup-btn {
    z-index: 10;
    position: absolute;
    left: 0;
}

@media only print {
    body {
        -webkit-print-color-adjust: exact;
    }

    body.modal-open .navbar,
    body.modal-open .container,
    body.modal-open #grade-lookup-btn {
        display: none
    }

    body.modal-open .shoe-stock-img-result {
        position: relative;
        float: none;
        display: block;
        width: 80%;
        padding: 0 20px 0 0;
    }

    body.modal-open .grade-box {
        float: none;
        width: 45%;
        display: inline-block;
        vertical-align: top;
        padding: 0 20px 0 0;
    }

    body.modal-open {
        position: relative;
    }

    body.modal-open .modal-dialog {
        position: relative;
        width: 100%;
    }

    #none-print-image-form img {
        height: 167px;
        width: auto;
        display: inline-block;
        vertical-align: top;
        padding: 0 20px 0 0;
        margin-top: 20px;

    }

    #none-print-image-form > img:not(#GENERAL) {
        display: none;
    }

    #image-form .images-print-view {
        display: block;
    }

    #grade-seal-printable {
        display: block;
        width: 161px;
        height: 161px;
        position: absolute;
        z-index: 0;

    }

    #grade-seal h1 {
        margin-left: 8px;
        width: 161px;
        position: absolute;
        z-index: 10;
    }

    .modal-footer {
        display: none;
    }

    .modal-header {
        display: none;
    }

    .finalize-label {
        font-weight: bold;
    }

    .modal-content {
        -webkit-box-shadow: none;
                box-shadow: none;
        border: none;
    }

    .graded-bar {
        -webkit-box-shadow: inset 0 0 0 1000px black;
                box-shadow: inset 0 0 0 1000px black;
        -webkit-print-color-adjust: exact;
        background-color: black !important;
    }

}

.no-padding {
    padding-left: 0px !important;
    /*padding-right: 0px !important;*/
}



@media (min-width: 768px){
    #helpModal .modal-dialog {
        width: 768px;
    }

}

.intro-body ul {
  list-style-type: none;
}
/* Cart icon in nav — vertically center icon + badge */
.tss-app-navbar .nav-cart-item > a {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

/* Cart badge in nav */
.nav-cart-count {
    background: #1e8d20;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 3px;
    vertical-align: middle;
    font-family: Arial, sans-serif;
    line-height: 1;
}
