@font-face {
    font-family: 'Gnuolane Regular';
    src: url('/styles/fonts/gnuolane_rg-webfont.eot');
    src: url('/styles/fonts/gnuolane_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/styles/fonts/gnuolane_rg-webfont.woff2') format('woff2'),
         url('/styles/fonts/gnuolane_rg-webfont.woff') format('woff'),
         url('/styles/fonts/gnuolane_rg-webfont.ttf') format('truetype'),
         url('/styles/fonts/gnuolane_rg-webfont.svg#gnuolane_rg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ----------------------------------------
   TYPOGRAPHY
   ---------------------------------------- */
h1, h2, h3, h4 {
    font-family: 'Gnuolane Regular';
    text-transform: uppercase;
    line-height: 1;
}
h1 {
    font-size: 3.6rem;
    margin: 0.8rem;
}
h2 {
    font-size: 3rem;
    border-bottom: 2px solid #446;
    margin-top: 0;
    /*margin-right: -15px;*/
    color: #446;
}
h3.sub {
    color: #777;
}
h4 {
    font-size: 1.6rem;
}
h4.panel-heading {
    margin-top: 0;
    margin-bottom: 0;
}
.positive {
    color: #000;
}
.negative {
    color: #a00;
}
/*
#main h2 {
    font-size: 48px;
    text-transform: uppercase;
    margin: 0 -15px 20px -15px;
    padding-bottom: 5px;
}
#main .error h2 {
    text-transform: none;
    color: #a00;
    margin: 0;
}*/

/* ----------------------------------------
   LAYOUT
   ---------------------------------------- */
#main {
    margin-top: 70px;
    margin-bottom: 40px;
}
#main.inventory.index>h2, #main.ebay.index>h2, #main.amazon.index>h2 {
    display: none;
}
.list-group-item strong {
    display: inline-block;
    width: 100px;
}
.dropdown {
    float: right;
    margin: 0px 15px 0 0;
}
.dropdown.full {
    float: none;
    margin: -10px 0 0 0;
    text-align: center;
}
.dropdown button, .dropdown button:hover, .dropdown button:focus, .dropdown button:active {
    padding: 3px 12px;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.dropdown.full button {
    position: relative;
    z-index: 10;
}
.dropdown .dropdown-menu {
    min-width: auto;
    border-radius: 0;
    margin-top: 5px;
}
.dropdown.full ul {
    width: 100%;
    margin-top: -10px;
    padding: 0;
}
.dropdown.full ul li, ul#info-panel.right li {
    padding: 5px;
    background: none;
    border-top: none;
    border-bottom: none;
}
.dropdown.full ul li:first-of-type, ul#info-panel.right li:first-of-type {
    border-radius: 0;
}
.dropdown.full ul li:last-of-type {
    border-bottom: 1px solid #ccc;
}
.dropdown.full img.product-image {
    margin-top: 10px;
    margin-bottom: 0;
}
.dropdown.full a, ul#info-panel.right a {
    font-family: 'Gnuolane Regular';
    font-size: 1.5rem;
}
ul#info-panel.right {
    text-align: center;
}
#main.index .panel {
    font-family: 'Gnuolane Regular';
    text-align: center;
}
.panel-heading {
    font-size: 2.0rem;
    text-transform: uppercase;
}
.panel-body {
    font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
    ul#info-panel.right {
        width: 20%;
        float: right;
        margin-top: -10px;
        /*margin-right: -15px;*/
    }
    ul#info-panel.right li {
        border-left: 1px solid #555;
        border-right: 1px solid #555;
    }
    ul#info-panel.right li:last-of-type {
        border-bottom: 1px solid #555;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}
@media only screen and (max-width: 768px) {
    ul#info-panel.right {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-right: 0;
    }
    ul#info-panel.right li {
        border: none;
    }
}
.list-inline {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.list-inline .list-group-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
    border-left: none;
}
.list-inline .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-left: 1px solid #ddd;
}
.list-inline .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.list-inline strong {
    display: inline;
}

/* ----------------------------------------
   NAV BAR
   ---------------------------------------- */
nav h1 a.home {
    color: #000;
}
nav.navbar-default .navbar-nav>li>a {
    color: #337ab7;
}
nav.navbar-fixed-bottom {
    height: auto;
    min-height: auto;
}
nav.navbar-fixed-bottom ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
nav.navbar-fixed-bottom ul li {
    display: inline-block;
    font-family: 'Gnuolane Regular';
    font-size: 1.4em;
    text-transform: uppercase;
    border-right: 1px solid #ccc;
    padding: 0.3em;
    text-align: center;
    width: 24%;
}
nav.navbar-fixed-bottom ul li:last-of-type {
    border-right: none;
}
@media only screen and (max-width: 769px) {
    nav h1 .section {
        display: none;
    }
}
ul.dropdown-menu.scrollable-menu {
    overflow-y: scroll;
    height: 300px;
}
#notifications-dropdown {
    margin: 14px 5px;
}
#notifications-dropdown span.dropdown-toggle {
    color: #a00;
    font-size: 20px;
    cursor: pointer;
}
#notifications-dropdown ul.dropdown-menu {
    width: 400px;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    border: solid 2px #446;
    background-color: #333;
    text-align: center;
    font-family: 'Gnuolane Regular';
}
#notifications-dropdown ul.dropdown-menu>li span, #notifications-dropdown ul.dropdown-menu>li>a {
    display: block;
    background-color: #ccc;
    padding: 5px;
}
#notifications-dropdown ul.dropdown-menu>li.clear>a, #notifications-dropdown ul.dropdown-menu>li.clear:hover {
    background-color: #a00;
    background-image: none;
    color: #fff;
}
#notifications-dropdown ul.dropdown-menu ul {
    text-align: left;
    padding-left: 20px;
}
#notifications-dropdown ul.dropdown-menu ul>li {
    list-style: none;
    color: #fff;
    margin: 3px 0;
}

/* ----------------------------------------
   FORMS
   ---------------------------------------- */
legend {
/*    width: calc(100% + 15px);*/
    padding-top: 50px;
    padding-left: 5px;
    border-bottom: solid 1px #777;
    font-family: 'Gnuolane Regular';
    font-size: 2rem;
    color: #777;
}
legend:first-of-type {
    padding-top: 0;
}
legend .positive, legend .negative {
    float: right;
}
form fieldset h3 {
    font-size: 1.8rem;
    font-weight: normal;
    margin: 0;
    /*margin-right: -15px;*/
    text-transform: none;
}
form fieldset h3.highlight {
    background-color: #fafafa;
    padding: 5px;
}
form fieldset>h3.highlight:first-of-type {
    margin-top: -20px;
}
form fieldset .list-group-item-info>span, .alert-success>span {
    display: inline-block;
    width: 200px;
}
.input-group {
    margin-bottom: 4px;
}
.form-control.inline {
    display: inline-block;
}
label.short {
    width: 80px;
} 
.form-control.short {
    width: 60px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
}
/*.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}*/
.custom-checkbox {
    min-height: 1rem;
    padding-left: 0;
    margin-right: 0;
    cursor: pointer; 
}
.custom-checkbox .custom-control-input {
    display: none;
}
.custom-checkbox .custom-control-indicator {
    content: "";
    display: inline-block;
    position: relative;
    width: 30px;
    height: 10px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    vertical-align: middle;
    margin: 16px 0;
    box-shadow: none; 
}
.custom-checkbox .custom-control-indicator:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #f1f1f1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -2px;
    top: -4px;
    -webkit-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
    transition: left .3s ease, background .3s ease, box-shadow .1s ease; 
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #84c7c1;
    background-image: none;
    box-shadow: none !important; 
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:after {
    background-color: #84c7c1;
    left: 15px; 
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: none !important; 
}
input[type=submit]/*, button*/ {
    width: 100%;
    background-color: #eee;
    background-image: none;
    font-family: 'Gnuolane Regular';
    font-size: 1.75rem;
    font-weight: bold;
}
input[type=file] {
	display: block !important;
	right: 1px;
	top: 1px;
	height: 34px;
	opacity: 0;
    width: 100%;
	background: none;
	position: absolute;
    overflow: hidden;
    z-index: 2;
}
.form-control.file {
	display: block;
	border: 1px solid #d6d7d6;
	background: #FFF;
	border-radius: 4px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0px 10px 2px 10px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.form-control.file:before {
    cursor: pointer !important;
    /* inherit from boostrap btn styles */
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: color 0.2s ease;
    /* add more custom styles*/
    content: 'Browse';
    display: block;
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 2px;
    line-height: 20px;
    text-align: center;
}
.form-control.file:hover, .form-control.file:focus {
    color: #333;
    background-color: #f6f6f6;
    text-decoration: none;
    background-position: 0 -15px;
    transition: background-position 0.2s ease-out;
}
.form-control.file label span {
    font-weight: normal;
}

/* ----------------------------------------
   MODALS
   ---------------------------------------- */
.modal-content {
    border-radius: 0px;
}
.modal-header {
    padding: 10px;
    background-color: #eee;
}
.modal-dialog h1 {
    display: none;
}
.modal-footer {
    padding: 0 15px 15px 15px;
    border-top: none;
}
.modal-footer .btn {
    background-color: #fff;
    background-image: none;
}

/* ----------------------------------------
   TABLES
   ---------------------------------------- */
.table {
    margin-bottom: 0;
}
.table th, .table tr {
    font-size: 1.2rem;
}

/* ----------------------------------------
   HOMEPAGE
   ---------------------------------------- */
#homepage .col-md-4 .panel-heading a {
    margin-bottom: 0;
}

/* ----------------------------------------
   INVENTORY
   ---------------------------------------- */
#inventory h2 {
    border-bottom: none;
    font-size: 4em;
}
#inventory .panel-body {
    text-transform: uppercase;
    font-size: 4em;
}

/* ----------------------------------------
   EBAY - HOMEPAGE
   ---------------------------------------- */
#ebay-admin #products-donut .panel-body {
    height: 400px;
    width: 400px;
    margin-top: -70px;
    margin-bottom: -70px;
    margin-left: -2%;
    overflow: hidden;
}
#ebay-admin #products-donut .panel-body>div {
    margin-left: -20px;
    margin-top: -10px;
}
.ebay.index .row {
    text-align: center;
}
@media only screen and (min-width: 769px) {
    #ebay-admin #products-donut .panel-body {
        height: 400px;
        margin-top: -70px;
        margin-left: 15%;
        padding-bottom: 0;
    }
}
#ebay-admin #products-donut svg>rect {
    display: none;
}

/* ----------------------------------------
   PRODUCT VIEW
   ---------------------------------------- */
h3[data-toggle] {
    cursor: pointer;
}
img.product-image {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 3px;
}
ul.list-group.row.items {
    border: none;
    margin: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
ul.list-group.row.items li.list-group-item {
    position: relative;
    width: 47.5%;
    border-radius: 10px;
    float: left;
    margin-bottom: 5%;
}
@media only screen and (max-width: 769px) {
    ul.list-group.row.items li.list-group-item:nth-child(odd) {
        margin-right: 5%;
    }
}
@media only screen and (min-width: 769px) {
    ul.list-group.row.items li.list-group-item {
        width: 15.25%;
        margin-bottom: 1.25%;
        margin-right: 1.25%;
    }
}
ul.list-group.row.items li.list-group-item:before {
    content:     "";
    display:     block;
    padding-top: 100%;
}
ul.list-group.row.items li.list-group-item a {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
}
ul.list-group.row.items li.list-group-item img {
    display: block;
    max-width: calc(100% - 10px);
    max-height: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.col-md-4 a {
    display: inline-block;
    margin-bottom: 8px;
}
/*
ul.list-group.row.generate li.list-group-item {
  /*width: 200px;
  height: 185px;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 305px;
}
ul.list-group.row.generate li.list-group-item a {
  display: block;
  height: 175px;
}
*/
form#upload .list-group-item strong {
    width: auto;
}


/* ----------------------------------------
   EBAY - IMAGE UPLOAD
   ---------------------------------------- */
form#image .col-md-4 {
    padding-left: 0;
    padding-right: 5px;
}
form#image .col-md-4.right {
    padding-right: 0;
}

/* ----------------------------------------
   EBAY - SOLD ARCHIVE
   ---------------------------------------- */
.list-group.archive {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.list-group.archive li {
    border: none;
    padding: 46px 0;
    text-align: center;
}
.list-group.archive h3 .label {
    font-size: 60px;
}
.list-group.archive h3 .label a {
    color: #fff;
}

#profit legend {
    padding-left: 0;
}

#profit .list-group {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#profit .list-group-item {
    border: none;
    padding: 10px 0;
}
#profit .list-group-item strong {
    width: auto;
}

/* ----------------------------------------
   EBAY - MODALS
   ---------------------------------------- */
th.price, td.price {
    text-align: center;
}
.modal-dialog #ebay-list h1 {
    display: block;
}
.modal-dialog pre {
    height: 80%;
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}


/*
h1 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

nav h1, #main h1, #main h2, #main h3 {
  font-family: 'Gnuolane Regular';
  font-size: 30px;
  text-transform: uppercase;
  margin: 9px;
}

#main .error p {
    margin: 10px 0;
}
#main .error pre {
    margin: 0;
}
form .label.label-danger {
    display: inline-block;
    margin-top: 2px;
}


.alert h1, .alert h2, .alert h3 {
  font-family: 'Gnuolane Regular';
  margin: 0;
}


.homepage .col-md-4 {
    text-align: center;
}
img.icon {
    width: 100px;
}

.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}

*/
/*



/* ---------------------------------------- eBay Listings ---------------------------------------- * /
form#editor img, form#upload img, form#showcase img, form#profit img {
  width: 300px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  float: right;
}
form#showcase {
    text-align: center;
}
form#showcase img {
    float: none;
    width: auto;
}
form#editor a.pull-right {
  width: 300px;
  margin-top: 5px;
  clear: right;
    text-shadow: none;
}
form#editor .form-control {
  width: 600px;
}
form#editor .entry .form-control {
    width: 570px;
}
form#upload .form-control {
  width: 400px;
}
form#editor .entry .input-group:not(:first-of-type) {
    margin-top: 10px;
}
button.input-group-addon {
    padding: 9px 20px 9px 9px;
    color: white;
}
form#upload .alert, form#upload .list-group, form#upload .list-group-item {
    width: 600px;
}
form#upload .pull-right .list-group, form#upload .pull-right .list-group-item {
    width: 300px;
}
form#upload .alert span, form#upload .list-group-item span {
    display: inline-block;
    width: 150px;
}
form#upload .list-group-item.indented {
    padding-left: 30px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
pre, .alert.alert-charge {
  margin: 0 30px 30px 30px;
}
.alert-charge em {
    font-style: normal;
    color: #000;
}

.generate-form {
    text-align: center;
}
.generate-form input, .generate-form select {
    margin-bottom: 4px;
}


form#profit span.heading {
    color: #aaa;
    display: inline-block;
    width: 100px;
}
form#profit span.list_price {
    color: #ccc;
    padding-left: 100px;
}
form#editor .form-check-input {
    clear: both;
    display: block;
}
.modal-body .list-group-item strong {
    width: 100px;
    display: inline-block;
}
.modal-body th, .modal-body td {
    font-size: 12px;
}
.modal-body th.price, .modal-body td.price {
    text-align: center;
}

/* -------------------------------------------- Mobile ------------------------------------------- * /
@media only screen and (max-width: 768px) {
    body {
        font-size: 24px;
    }
    nav h1, #main h1, #main h2 {
      font-size: 48px;
    }

    #main h2 {
        font-size: 32px;
    }
    #main {
      margin-top: 140px;
    }
    form#editor .form-control {
        border: solid 2px #333;
        width: 330px;
        height: 48px;
    }
    form#editor .entry .form-control {
        width: 299px;
    }
    form#editor .entry .form-control {
        border-right: none;
    }
    form#editor textarea.form-control {
        height: 144px;
    }
    form#editor .entry .btn-add {
        font-size: 24px;
        border: solid 2px #333;
        border-left: none;
        height: 48px;
    }
    form#editor .form-check-input {
        -webkit-appearance: none;
        border: 2px solid #333;
        padding: 11px;
        border-radius: 3px;
        position: relative;
    }
    form#editor .form-check-input:active, form#editor .form-check-input:checked:active {
        border: 2px solid #ccc;
    }
    form#editor .form-check-input:checked {
        background-color: #5cb85c;
        color: #fff;
    }
    form#editor .form-check-input:checked:after {
        content: '\2714';
        font-size: 16px;
        position: absolute;
        top: 2px;
        left: 5px;
        color: #fff;
    }
    form#editor #action {
        width: 330px;
        font-size: 24px;
        font-weight: bold;
    }
}
*/