﻿#sharefiltermodalurl {
    width: 100%;
    height: 8em;
}

#btnshareurl {
    margin-left:20px;;
}

.page-heading {
    border-bottom: 5px solid #ddd;
}

    .page-heading h1 {
        position: relative;
    }

.saleseriesprevious, .saleseriesnext {
    color: #094fa3;
}

    .saleseriesprevious i.fas, .saleseriesnext i.fas {
        font-size: 0.5em;
    }

.saleseries {
    margin: -40px 0 10px 0;
}

.multiselect {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 2px;
    padding: 0px;
    box-shadow: inset 0 0 5px 0 #ccc;
    background: #fff;
    height: auto;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    text-transform: none;
    letter-spacing: inherit;
    min-width: 250px;
    width: 100%;
    height: 22px;
    text-align: left;
    padding-left: 4px;
}

.multiselect-sex .multiselect {
    min-width: 50px;
}

.multiselect-type .multiselect {
    min-width: 175px;
}

.multiselect-native-select .dropdown-toggle::after {
  position: absolute;
  right: 5px;
  top: 7px;
  border-top: .4em solid;
  border-right: .2em solid transparent;
  border-bottom: 0;
  border-left: .2em solid transparent;
}

.multiselect-container > li.active {
    background-color: #ccc;
}

.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 0;
}

.multiselect-container > li > a > label > input[type=checkbox] {
    margin-bottom: 0;
}

.btn-group {
    width: 100%;
}

table.sale {
    background-color: white;
}

tr.withdrawn td.lotnumber span, tr.passedin td.lotnumber span, tr.sold td.lotnumber span {
    display: none !important;
}

@media print {
    tr.withdrawn td.location span {
        display: inline;
    }

    tr.withdrawn {
        text-decoration: line-through;
    }
}

.printstats {
    width: 80%;
    margin: 20px auto;
}

    .printstats table {
        width: 100%;
    }

#Extras {
  width: 100%;
}

.extras .fas, .info {
  color: #094fa3;
  cursor: pointer;
}

.extras .yellow {
    color: #fdbe50;
}

.extras .red {
    color: #aa0000;
}

.extras .black {
  color: #000000;
}

.modallink {
    cursor: pointer;
}

.cataloguenameinfo {
    cursor: pointer;
}

    .cataloguenameinfo:after {
        content: "\f4ad";
        color: #094FA3;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        margin-left: 0.5em;
    }

.btn-reset:before {
    content: "\f2f9";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 0.5em;
}

.btn-slideshow:before {
    content: "\f26c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 0.5em;
}

.btn-saleindex:before {
    content: "\f073";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 0.5em;
}

.btn-fullcatalogue:before {
    content: "\f0AC";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 0.5em;
}

.btn-fullcatalogue {
  background: #fdbe50;
  border: 0 #fdbe50;
  color: #856404;
}

.btn-fullcatalogue:hover {
  background: #fdbe50;
  border: 0 #fdbe50;
  color: #856404;
}

.btn-uploadmedia:before {
    content: "\f574";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 0.5em;
}

.buttons-colvis:before {
  content: "\f070";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 0.5em;
}

.btn-bonusscheme:before {
  content: "\f155";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 0.5em;
}

.btn-bonusscheme {
  background-color: #094fa3;
}

.btn-bonusscheme:hover {
  background-color: #094fa3;
}


.btn-export:before {
    content: "\f56d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 0.5em;
}

.photopopup {
    width: 100%;
}

.lotnumber a div.button {
    margin-bottom: 5px;
    min-width: 45px;
}

table.collapsed .lotnumber a div.button {
    margin-bottom: 30px;
}

.lotnumberannotation {
    text-align: right;
    font-size: 0.6em;
    position: absolute;
    right: 0;
    bottom: 0;
}

thead tr:first-child th {
    background: #094fa3;
    color: #fff;
    padding: 2px 4px;
    border-right: 2px solid #fff;
    text-align: center;
    text-transform: uppercase;
}

td {
    padding: 2px 4px;
    border-right: 2px solid #fff;
    height: 2rem;
    word-break: break-word;
}

tr.withdrawn {
    background-repeat: no-repeat;
    background-position: left bottom;
    /*background-image: url('data:image/svg+xml;utf8,<svg width="80" height="20" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"><text fill="#cccccc" font-family="arial" font-size="10px" stroke="#000000" stroke-width="0" text-anchor="left" x="5" y="18">WITHDRAWN</text></svg>');*/
}

    tr.withdrawn td {
        background-color: rgba(255, 0, 0, 0.1) !important;
    }

tr.passedin {
    background-repeat: no-repeat;
    background-position: left bottom;
    /*background-image: url('data:image/svg+xml;utf8,<svg width="80" height="20" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"><text fill="#cccccc" font-family="arial" font-size="10px" stroke="#000000" stroke-width="0" text-anchor="left" x="5" y="18">PASSED IN</text></svg>');*/
}

    tr.passedin td {
        background-color: rgba(0, 125, 0, 0.1) !important;
    }

div.skiplots {
    position: relative;
    height: 20px;
}

    div.skiplots:after {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1.5em;
        width: 500px;
        padding-left: 10px;
        background-color: red;
        color: white;
    }



th.filter-lotnumber input {
    line-height: 1.3;
    padding: 0;
    width: 100%;
}


th.filter-location select {
    width: 100%;
}

th.filter-colour select {
    width: 100%;
}

th.filter-bonusschemes select {
    width: 100%;
}

#filteroptions-price {
    display: none;
}

#sliderContainer-pricerange {
    width: 200px;
    margin-top: 10px;
    margin-left: 10px;
}

#minprice-2, #maxprice-2 {
    font-weight: normal;
    font-size: 0.7em;
}

.range-values div {
    width: 46%;
    display: inline-block;
    text-align: left;
}

    .range-values div:last-child {
        text-align: right;
    }

#sliderContainer-pricerange-2 {
    padding: 4px 4px 4px 10px;
}

    #sliderContainer-pricerange-2 .range-values {
        position: relative;
        padding: 4px 4px 4px 10px;
        height: 10px;
    }

    #sliderContainer-pricerange-2 .ui-slider .ui-slider-handle {
        width: 0.8em;
        height: 0.8em;
    }

    #sliderContainer-pricerange-2 .ui-slider-horizontal .ui-slider-handle {
        top: -0.05em;
    }

    #sliderContainer-pricerange-2 .range-values div:first-child {
        position: absolute;
        top: -6px;
        left: -8px;
    }

    #sliderContainer-pricerange-2 .range-values div:last-child {
        position: absolute;
        top: -6px;
        right: -4px;
    }

#statspanel, #filterpanel, #refreshpanel, #viewpanel, #saleindexpanel, #bonusschemepanel {
  top: 30.5px;
}

div.button {
    outline: none;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #094fa3;
    color: #fff;
    padding: 4px;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #094fa3;
    box-shadow: inset 0 0 0 0 #fff;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: 400;
    cursor: pointer;
}

.panelclosebutton {
    float: right;
    margin-top: -5px;
    margin-right: -5px;
    cursor: pointer;
}

div.button:hover, div.button:active {
    background: #fff;
    color: #094fa3;
}

@media only screen and (min-width: 768px) {

    #filterpanel select {
        width: auto;
    }

    #slider-pricerange-2 {
        min-width: 90px;
    }
}

@media only screen and (max-width: 576px) {
    .saleseriesprevious {
        left: 0;
        bottom: -40px;
    }

    .saleseriesnext {
        right: 0;
        bottom: -40px;
    }


    #filterpanel table td {
        display: block;
        margin: 5px 0;
    }

        #filterpanel table td input {
            width: 100%;
        }

    #filteroptions-price {
        display: none !important;
    }

        #filteroptions-price td:last-of-type {
            margin-bottom: 25px;
        }

    #sliderContainer-pricerange {
        margin-bottom: 25px;
    }
}
