a {
    text-decoration: none;
    color: darkgray;
}

.bfToolbarTopFixed {
    /* position: fixed; */
    /* top: 0;
    left: 0; */
    /* width: calc(100% - 2em); */
    /* text-align: right; */
    border: 0;
    opacity: 1;
    /* z-index: 10000; */
    background-color: black;
    color: white;
    padding: 0.5em 1em;
    margin: 0;
}

.bfToolbarBottomFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 2em);
    /* text-align: right; */
    border: 0;
    opacity: 0.1;
    z-index: 10000;
    background-color: black;
    color: white;
    padding: 1em 1em 1em 1em;
}

@keyframes blendin {
    from {
        opacity: 0.1;
    }
    to {
        opacity: 1;
    }
}

.bfToolbarBottomFixed:hover {
    opacity: 1;
    animation-name: blendin;
    animation-duration: 1s;
}

.bfToolbarMenuRightOriented {
    list-style: none;
    display: flex;
    flex-direction: row-reverse;
    margin: 0;
    padding: 0;
}

.bfToolbarMenuRightOriented li {
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0 0 0 1em;
}

.bfToolbarMenuLeftOriented {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}

.bfToolbarMenuLeftOriented li {
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0 1em 0 0;
}

.bfNavToolbar {
    display: flex;
    border: 0;
    opacity: 1;
    background-color: #eee;
    color: black;
    padding: 0.5em 1em;
    margin: 0;
    flex-flow: row wrap;
    justify-content: space-between;
}

.bfNavToolbarBottom {
    padding: 1.5em 1em;
    margin-top: 1em;
}

.bfNavToolbarItem {
    display: inline;
    flex-direction: row;
    font-size: 17px !important;
}

.bfNavToolbarItem label,
.bfNavToolbarItem input,
.bvNavToolbarItem a,
.bvNavToolbarItem span {
    font-size: 17px !important;
    display: inline !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.bfNavToolbarItem input {
	width: auto !important;
}

.bfNavToolbarItem a {
    color: blue !important;
}

.bfNavToolbarItem a:hover {
    color: blue !important;
    background-color: yellowgreen !important;
}

.bfNavToolbarItem a.bfNavLinkDisabled {
    color: grey !important;
    pointer-events: none !important;
}

.flex-container {
    /* We first create a flex layout context */
    display: flex;

    /* Then we define the flow direction 
       and if we allow the items to wrap 
     * Remember this is the same as:
     * flex-direction: row;
     * flex-wrap: wrap;
     */
    flex-flow: row wrap;

    /* Then we define how is distributed the remaining space */
    justify-content: space-around;

    padding: 0;
    margin: 0;
    list-style: none;
}

/* @media only screen and (min-width: 1024px) {
    .flex-container {
      min-width: 60em;
    }
  } */

.flex-item {
    background: white;
    padding: 2em 1em 2em 1em;
    width: 95%;
    /*height: 10em;*/
    /*overflow: hidden;*/
    margin-top: 10px;
    /* line-height: 150px; */
    color: black;
    font-weight: normal;
    font-size: 1em;
    text-align: center;
    display: flex;
    /*flex-flow: row wrap;*/
    border-bottom: solid 1px silver;
}

.image-div {
    background: white;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 30%;
    padding: 3px;
    text-align: left;
    height: 23em;
    vertical-align: middle;
    position: relative;
}

.image-gallery-div {
    display: none;
}

.info-div {
    background: white;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 65%;
    padding: 0 1em 1em 2em;
    text-align: left;
}

.lot-number {
    font-weight: bold;
    font-size: 2em;
}

.lot-specialinfo {
    border-bottom: solid 1px silver;
    /* border-top: solid 1px silver; */
    padding: 0 0 1em 0;
    margin: 0 0 1em 0;
}

.lot-description {
    border-bottom: solid 1px silver;
    border-top: solid 1px silver;
    padding: 1em 0 1em 0;
    margin: 0;
}

.lot-warnings {
    border-top: solid 1px silver;
    padding: 1em 0 1em 0;
    margin: 0;
}

.lot-estimate {
    border-bottom: solid 1px silver;
    font-weight: bold;
    font-size: 2em;
    padding: 0.5em 0 0.5em 0;
    color: black;
}

.lot-estimate__noreserve {
    color: red;
}

.lot-limit {
    font-weight: bold;
    font-size: 2em;
    padding: 0.5em 0 0.5em 0;
}

.lot-actions {
    border-top: solid 1px silver;
    padding: 1em 0 1em 0;
    margin: 0;
}

.lot-bid-form {
    border-top: solid 1px silver;
    padding: 1em 0 1em 0;
    margin: 0;
}

.lot-action-info {
    padding: 1em 0 1em 0;
}

.lot-action-link {
    border: 1px solid silver;
    padding: 0.5em;
    font-weight: bold;
    word-wrap: break-word;
}

.lot-action-link:hover {
    border: 1px solid silver;
    padding: 0.5em;
    background-color: silver;
    color: black;
    font-weight: bold;
}

.lot-action-flex-container {
    /* We first create a flex layout context */
    display: flex;

    /* Then we define the flow direction 
       and if we allow the items to wrap 
     * Remember this is the same as:
     * flex-direction: row;
     * flex-wrap: wrap;
     */
    flex-flow: row wrap;

    /* Then we define how is distributed the remaining space */
    /*justify-content: space-around;*/

    padding: 0;
    margin: 0;
    list-style: none;
}

.lot-action-flex-item {
    background: white;
    padding: 0;
    width: 30em;
    /*height: 10em;*/
    /*overflow: hidden;*/
    margin: 0;
    /* line-height: 150px; */
    color: black;
    font-weight: normal;
    font-size: 1em;
    text-align: center;
    display: flex;
    /*flex-flow: row wrap;*/
    /*border-bottom: solid 1px silver;*/
}

.image-div img {
    max-width: 100%;
    max-height: 23em;
    /* min-height: 100%; */
}

.image-div a .mainThumbIcon {
    opacity: 0.7;
}

.image-div a:hover .mainThumbIcon {
    opacity: 1;
}

.image-div a:hover .mainThumb {
    opacity: 0.7;
}
