﻿
.input_field_err {
    /*font-family: verdana, helvetica, sans-serif;
    FONT-SIZE: 12px;
    LINE-HEIGHT: 14px;
    FONT-WEIGHT: normal;
    border-width: 1px;
    border-style: solid;
    border-color: #a5a5a5;
    padding: 2px;
    color: red; */
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: red;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.text_red {
    /*font-family: verdana, helvetica, sans-serif;
    FONT-SIZE: 12px;
    LINE-HEIGHT: 14px;
    FONT-WEIGHT: normal;*/
    color: red; 
}

.hide {
    display: none;
}


@media print {
    .print-min-height-img {
        min-height: inherit;
        height: auto !important;
        padding-bottom: 15px;
    }
    .print-min-height-details {
        min-height: inherit;
        height: auto !important;
        padding-bottom: 15px;
    }

}

@media print {
    [class*="col-sm-"] {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .visible-xs {
        display: none !important;
    }

    .hidden-xs {
        display: block !important;
    }

    table.hidden-xs {
        display: table;
    }

    tr.hidden-xs {
        display: table-row !important;
    }

    th.hidden-xs,
    td.hidden-xs {
        display: table-cell !important;
    }

    .hidden-xs.hidden-print {
        display: none !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
   
}

/*BEGIN - Used in Password progress strenght validation */
    meter {
        /* Reset the default appearance */
        -moz-appearance: none;
        appearance: none;
        margin: 0 auto 1em;
        width: 100%;
        height: 0.5em;
        /* Applicable only to Firefox */
        background: none;
        background-color: rgba(0, 0, 0, 0.1);
    }

    meter::-webkit-meter-bar {
        background: none;
        background-color: rgba(0, 0, 0, 0.1);
    }

    /* Webkit based browsers */
    meter[value="1"]::-webkit-meter-optimum-value {
        background: red;
    }

    meter[value="2"]::-webkit-meter-optimum-value {
        background: yellow;
    }

    meter[value="3"]::-webkit-meter-optimum-value {
        background: orange;
    }

    meter[value="4"]::-webkit-meter-optimum-value {
        background: green;
    }

    /* Gecko based browsers */
    meter[value="1"]::-moz-meter-bar {
        background: red;
    }

    meter[value="2"]::-moz-meter-bar {
        background: yellow;
    }

    meter[value="3"]::-moz-meter-bar {
        background: orange;
    }

    meter[value="4"]::-moz-meter-bar {
        background: green;
    }

 /*END - Used in Password progress strenght validation */

/*Carousel tiles transition - BEGIN */
/* move tile by tile - override position and transform in 3.3.x */
.carousel-inner .item.left.active {
    transform: translateX(-33%) !important;
}

.carousel-inner .item.right.active {
    transform: translateX(33%) !important;
}

.carousel-inner .item.next {
    transform: translateX(33%) !important;
}

.carousel-inner .item.prev {
    transform: translateX(-33%) !important;
}

.carousel-inner .item.right,
.carousel-inner .item.left {
    transform: translateX(0) !important;
    transition: 800ms !important;
}

@media screen and (max-width: 991px) {
    .carousel-inner .item.left.active {
        transform: translateX(-50%) !important;
    }

    .carousel-inner .item.right.active {
        transform: translateX(50%) !important;
    }

    .carousel-inner .item.next {
        transform: translateX(50%) !important;
    }

    .carousel-inner .item.prev {
        transform: translateX(-50%) !important;
    }

    .carousel-inner .item.right,
    .carousel-inner .item.left {
        transform: translateX(0) !important;
        transition: 800ms !important;
    }
}

@media screen and (max-width: 768px) {
    .carousel-inner .item.left.active {
        transform: translateX(-100%) !important;
    }

    .carousel-inner .item.right.active {
        transform: translateX(100%) !important;
    }

    .carousel-inner .item.next {
        transform: translateX(100%) !important;
    }

    .carousel-inner .item.prev {
        transform: translateX(-100%) !important;
    }
    .carousel-inner .item.right,
    .carousel-inner .item.left {
        transform: translateX(0) !important;
        transition: 800ms !important;
    }
}




#divBanner .carousel-inner .item.left.active {
    transform: translateX(-100%) !important;
    z-index: 100;
}

#divBanner .carousel-inner .item.right.active {
    transform: translateX(100%) !important;
    z-index: 100;
}

#divBanner .carousel-inner .item.next {
    transform: translateX(50%) !important;
}

#divBanner .carousel-inner .item.prev {
    transform: translateX(-50%) !important;
}

#divBanner .carousel-inner .item.right,
#divBanner .carousel-inner .item.left {
    transform: translateX(0) !important;
    transition: 1800ms !important;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}
/*Carousel tiles transition - END */

.arrow-btn-max-width{
    width:73px !important;
}

.center-item {
    position: absolute;
    margin: auto;
    /*top: 0;*/
    right: 0;
    /*bottom: 0;*/
    left: 0;
}

/* Thick black border */
hr.blackLine {
    border: 0.5px solid rgba(0, 0, 0, .5);
}

.tile-size {
    min-height:290px !important; max-height:350px !important;max-width:350px!important;position:relative!important;
}

.break-word {
    overflow-wrap: break-word;
}

@media screen and (max-width: 768px) {
    .tile-align-text {
        text-align: center;
    }

    /*Do not display thumbnail image in tablet and cell phone */
    /*table img {
        display: none;
    }*/

}

/* Show ellipsis if text is longer then column width*/
td1 {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis {
    /*max-width: 0;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (min-width: 769px) {

    .tile-align-text {
        text-align: left;
    }
}


#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    /* right: 30px; */
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: #074a75;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    transition: all 0.5s ease;
    right: 2em;
    width: 3em;
    height: 3em;
    text-align: center;
}

@media screen and (max-width: 992px) {
    #topBtn {
        display: none;
        position: fixed;
        bottom: 20px;
       /* right: 10px; */
        z-index: 99;
        font-size: 15px;
        border: none;
        outline: none;
        background-color: #074a75;
        color: white;
        cursor: pointer;
        padding: 10px;
        border-radius: 4px;
        right: 0.8em;
        width: 3em;
        height: 3em;
        text-align: center;
    }

    .space-tiles-sm-screen{
        padding-bottom:15px;
    }


}
#topBtn:hover {
    background-color: #555;
}

.link-text {
    text-decoration: none !important;
    color: black !important;
}

.tile-stories {
    padding-right: 15px;
    padding-left: 15px;
    min-height: 144px;
    background-color: #eee;
}

.tile-artist-focus {
    padding: 30px 15px;
    background-color: #eee;
}

.line-blue {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #3F589D;
}

.line-gray {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.display-table-parent {
    display: table;
    width: 100%;
    max-width: 455px;
}

.display-table-cell {
    display: table-cell;
}

.table {
    border-spacing: 2px;
    border-collapse: inherit;    
}
.table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

.table > tbody > tr > td, .table > thead > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

.table-hover > tbody > tr:hover {
    background-color: #cccccc;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 0px solid #ddd;
}

.btn-nowrap {
    white-space: nowrap !important;
}

.gray-border-top {
    border-style: solid;
    border-width: thin;
    border-color: #ddd;
    border-bottom-style: none;
}
.gray-border-bottom {
    border-style: solid;
    border-width: thin;
    border-color: #ddd;    
}

.space-tile-bottom {   
    
    margin-bottom: 30px !important;
}

.div-vAlign-Bottom {
    padding: 0px;
    position: absolute;
    bottom: 0px;
    min-width: 100%;
    align-content: center;
}


.col-margin-space {
    margin-left:15px; 
    margin-right:15px;
}
.image-margin-md div{
    margin: 15px;
}
.image-margin-md div:first-child {
    margin-top: 0;
}
.image-margin-md div:last-child {
    margin-bottom: 0;
}

.space-top{
    padding-top: 10px;
}

.no-top-space {
    padding-top: 0px !important;
}


@media screen and (max-width: 992px) {
     
    .div-vAlign-Bottom {
        padding: 0px;
        position: inherit;
        bottom: 0px;
        min-width: 100%;
        align-content: center;
    }

    .tile-artist-description {        
        background-color: #fff;
        padding-top: 15px;
        border-color: white;
    }

    .tile-artist-bottom {
        position: relative;
        bottom: 0px;
        width: 100%;
        padding: 9px;
    }

    .tile-stories-color {
       /* background-color: #eee; */
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .stories-buttom-space {
        padding-top: 10px !important;
    }

    .artist-fill-width
    {
        padding-top: 10px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .image-margin-md div{
        margin:0;
    }

    .divAlign-Bottom {
        padding: 0px;
        position: relative;
        bottom: 5px;
        width: 90%;
        align-content: center;
    }
}

@media screen and (min-width: 992px) {

    .margin-left-btn {
        margin-left: 15px !important;
    }

    .tile-artist-description {
        height: 376px;
        background-color: #fff;
        padding-top: 15px;
        border-color: white;
    }

    .tile-artist-bottom {
        position: absolute;
        bottom: 0px;
        width: 100%;
        padding: 9px;
    }

    .tile-stories-color {
        background-color: #fff;
    }

    .stories-buttom-space {
        padding-top: 55px !important;
    }

    .artist-fill-width {      
        padding-right: 0px;      
    }

    .divAlign-Bottom {
        padding: 0px;
        position: absolute;
        bottom: 5px;
        width: 90%;
        align-content: center;
    }

    .warning-msg-ChangePassword-valign {
        padding-top:70px;
    }

}

    .artist-text-color {
        color: gray !important;
    }


    /* POP-UP BEGIN*/
    .popover {
        max-width:100%;
    }
    .PopoverGrey {
        background-color: #555;
    }
    .PopoverGrey.top .arrow:after {
        border-top-color: #555;
    }
    .PopoverGrey.right .arrow:after {
        border-right-color: #555;
    }
    .PopoverGrey.bottom .arrow:after {
        border-bottom-color: #555;
    }
    .PopoverGrey.left .arrow:after {
        border-left-color: #555;
    }
    /* The actual popup */

    .text-pad {
        padding-right: 15px;
        padding-left: 15px;
    }

    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

    .icon-middle {
        position: absolute;
        top: 7px;
        right: -27px;
    }

    /* Add animation (fade in the popup) */
    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }
    /*POP-UP END*/

    .image-tile {
        /*height: 278px;*/
        max-height:278px;
        width: auto;
        /*max-width: 350px;*/
    }

    .glyphicon-chevron-left {
        left: 48% !important;
        margin-left: -10px;
        top: 40% !important;
        font-size: 25px !important;
    }

    .glyphicon-chevron-right {
        right: 48% !important;
        margin-left: -10px;
        top: 40% !important;
        font-size: 25px !important;
    }

    .glyphicon-chevron-left-preview {
        left: 48% !important;
        margin-left: -10px;
        top: 60% !important;
        font-size: 25px !important;
    }

    .glyphicon-chevron-right-preview {
        right: 48% !important;
        margin-left: -10px;
        top: 60% !important;
        font-size: 25px !important;
    }

    .arrow-valign-center-highlights {
        top: 37% !important;
    }

    .dropdown-menu-noborder {
        border: 0px solid rgba(0, 0, 0, .15) !important;
    }

    .text-size {
        font-size: 209%;
    }
    .med-text-size {
        font-size: 124%;
    }
    .sml-text-size {
        font-size: 74%;
    }
    .sml-font-size {
        font-size: 10px;
    }
    /*.xs-font-size {
        font-size: 10px;
    }*/

    .full-width {
        width: 100%;
    }

    .font-bold {
        font-weight: bold;
    }

    .font-normal {
        font-weight: normal;
    }

    .font-red {
        color: red !important;
    }

    /* hightlight row - used on BiddingHotlist*/
    .highlight-item {
        background-color: #ffff99 !important;
        color: green !important;
    }

    /*ArtIndex section*/
    .align-content-tile-center {
          /*display: flex !important;*/ 
        flex: 0 0 100%;
        justify-content: center; /* align horizontal */
        align-items: center; /* align vertical */
    }


    .preview-location-tile {
        background-color: #eee;
        padding: 15px 15px 0 15px;
        min-height: 110px;
    }

    .artist-template-tile {
        background-color: #eee;
        padding: 15px 15px 0 15px;
        min-height: 238px;
    }

    .live-auctions-tile {
        background-color: #eee;
        padding: 15px;
    }
    /*wanted works*/
    .height-adj-md-0 {
        /*min-height:400px;*/
        max-height: 550px;
    }
    .width-adj img{
        max-width:unset;
    }
    .holder-img {
        width:100%;
        object-fit:cover;
        min-height: 120px;
    }
    div.holder-txt {
        color: white;
        background: #93AFC2;
        font-size: medium;
        padding: 20px 10px 10px 10px;
        line-height: 1.5;
        letter-spacing: 1px;
    }
    .holder-txt.live-auctions-tile {
        background-color: #eee;
        color:#000;
    }
    .match-parent {
        overflow: hidden;
    }

    .match-parent div {
        padding-bottom: 9999px;
        margin-bottom: -9999px;
    }

    #WantedWorks p {
        margin: 0 0 2px;
    }

    #WantedWorks p span {
        border-radius: 25px;
        padding: 2px 4px;
        margin: -2px -4px;
        transition: background-color .4s ease-in;
        background-color: initial;
    }

    #WantedWorks .be-bold {
        background-color: lightgoldenrodyellow;
    }

    table#bid_inc tr:nth-child(even) {
        background-color: #eee !important;
        font-size: inherit !important;
    }

    table#bid_inc tr:nth-child(odd) {
        background-color: #fff !important;
        font-size: inherit !important;
    }

    table#bid_inc, table#bid_inc th {
        border: 1px solid black;
    }

    table#bid_inc, table#cat_terms {
        width: 100%;
    }

    table#bid_inc tr th {
        font-family: AlrightSans-Medium !important;
        font-weight: normal;
        width: 50%;
    }

    table#cat_terms tr th {
        font-family: AlrightSans-Medium !important;
        font-weight: normal;
        padding: 10px 10px 10px 15px;
    }

    table#cat_terms tr:nth-child(even) {
        background-color: #fff;
    }

    table#cat_terms tr:nth-child(odd) {
        background-color: #eee;
        font-size: large;
    }
    table#contact-us {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .sectionFooterSpaceM {
        margin-top: 0px;
        margin-bottom: 25px;
    }
    .sectionTopSpaceM {
        margin-top: 25px;
        margin-bottom: 0px;
    }

    .imgLine-space {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    img {
        min-height:1.042px;
    }
    .btn.download {
        background-color:#DDDDDD;
        color: #333;
    }
    b a {
        color:#333;
    }
    .row.no-pad {
        margin-right: 0;
        margin-left: 0;
    }

    .row.no-pad > [class*='col-'] {
        padding-right: 0;
        padding-left: 0;
    }
    .row.small-pad {
        margin-right: -5px;
        margin-left: -5px;
    }

    .row.small-pad > [class*='col-'] {
        padding-right: 5px;
        padding-left: 5px;
    }
    div.aligned-bottom {
        position: absolute;
        bottom: 0;
    }
    .blue-overlay {
        position: absolute;
        width: 30%;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(14,38,99,0.5);
    }
    .email_join {
        width: 100%;
        display:flex;
    }
    .email_join input {
        max-width: unset;
        flex-grow: 2;
        border-radius: 4px 0 0 4px
    }
    .email_join a {
        border-radius: 0 4px 4px 0
    }
    table#bid-price tr th {
        padding: 15px 15px 15px 0;
    }
    table#bid-price, table#bid-price tbody, table#bid-price tr {
        width: 100%;
    }
    table#bid-price tr th:nth-child(1) {
        width: 15%;
    }
    table#bid-price tr th:nth-child(2) {
        width: 35%;
    }
    table#bid-price tr th:nth-child(3) {
        width: 50%;
    }
    table.bid_hist tr:nth-child(odd) {
        background-color: #eee !important;
        font-size: inherit !important;
    }
    table.bid_hist tr:nth-child(even) {
        background-color: #fff !important;
        font-size: inherit !important;
    }
    table.bid_hist td:nth-child(2) {
        border: solid white;
        border-width: 0 1px 0 1px;
    }
    table.bid_hist, table.bid_hist tbody, table.bid_hist tr {
        width: 100%;
    }
    table.bid_hist td{
        width: 33%;
    }
    .overf-hide {
        overflow:hidden;
    }
    .overf-hide img {
        width:100%;
        min-height:100%;
        min-width:100%;
        margin-left: 50%; 
        transform: translateX(-50%);
    }
    @media screen and (max-width: 992px) {
        .overf-hide img {
            width: unset;
            min-height: unset;
            min-width: unset;
            max-height:400px;
            max-width:100%;
        }
    }
    /*registration table*/
    table#reg-prices thead tr td, table#reg-prices thead tr th {
        padding-left: 3px;
    }

    table#reg-prices tr td, table#reg-prices tr th {
        border: 1px solid #dddddd;
        padding: 3px;
    }

    table#reg-prices, table#reg-prices tr {
        width: 100%;
    }

    table#reg-prices tr td:nth-child(1) {
        width: 4%;
        padding: 5px 0 0 0;
    }

    table#reg-prices tr td:nth-child(1) input {
        width: 100%;
        margin: auto;
    }

    table#reg-prices tr td:nth-child(2) {
        width: 85%;
    }

    table#reg-prices tr td:nth-child(3) {
        width: 11%;
        text-align: right;
    }

    table#reg-prices tbody tr:nth-child(odd) {
        background-color: #eee !important;
        font-size: inherit !important;
    }

    table#reg-prices tbody tr:nth-child(even) {
        background-color: #fff !important;
        font-size: inherit !important;
    }

    table label {
        font-weight: normal;
    }

    .RadioBox tr td:first-child {
        vertical-align: top;
    }

    .RadioBox tr td label {
        padding-left: 10px;
        vertical-align: top;
    }

    span.sectionFooterSpaceM {
        display: inline-block;
    }

    .greyBorder {
        border: 1.5px solid #eee;
    }
    .text_hanging {
        margin-left: 16px;
        text-indent: -16px;
    }
    #PropColl td, #PropColl th {
        padding: 10px;
        vertical-align: top;
    }
    ul.no-bul {
        list-style-type: none;
    }

    ul.no-bul li {
        margin: 10px 0;
    }
    table input+label {
        margin-left: 20px;
    }/*input is formated in jquery*/
    .sliding{
        display: none;
    }

    @media (max-width: 992px){
        .navbar-nav .open .dropdown-menu.DropEarly {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
    }
    .tblCareers {
        width:100%;
    }
    /*
    .tblCareers td {
        border: 1px solid black;
        padding: 2px 5px;
        background-color: #eee;
    }
    .tblCareers th {
        border: 1px solid black;
        padding: 15px 5px;
    }*/
    .GreyAlternateSub{
        padding:25px;
        margin-bottom:10px;
    }
    .GreyAlternate:nth-of-type(2n+1) .GreyAlternateSub{
        background-color:#eee;
    }
    .imgLine-space-bottom{
        margin-bottom: 20px;
    }
    
    .lot-details-font-sm {
        font-size: 10.5pt;
    }
    .lot-details-font-md {
        font-size: 11pt;
    }
    .lot-details-font-lg {
        font-size: 14pt;
    }
    @media (max-width: 500px) {
        .scrollOnMobile {
            overflow: hidden;
        }

        .scrollOnMobile > div {
            overflow: scroll;
            -ms-overflow-style: none; /* Internet Explorer 10+ */
            scrollbar-width: none; /* Firefox */
        }

        .scrollOnMobile::-webkit-scrollbar {
            display: none; /* Safari and Chrome */
        }
    }
    /*end of wanted works*/
    .live-auction-buttons-top {
        padding-top: 40px;
    }

    .background-gray {
        background-color: #eee;
    }

    .background-white {
        background-color: #fff !important;
    }

    .lotDetails-button {
        background-color: #ddd;
        width: 100%;
    }

    .no-padding {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .max-width {
        width: 550px;
        /* width: 100%;*/
    }

    .space-tile-preview-desc {
        padding-top: 15px;
    }

    .btn-upcoming {
        background-color: #ddd;
        /* color: white; */
        font-size: 11px;
        /*font-weight: bolder;*/
        height: 44px;
        width: 92px;
    }

    .btn-default:hover {
        /* color: #333; */
        color: white;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    /* Align left Banners Text */
    .bottom-left {
        position: absolute;
        bottom: 8px;
        left: 16px;
    }

    /* Define Text Over Images on Banner */
    .text-block {
        position: absolute;
        bottom: 0px;
        right: 20px;
        left: 0px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Set Banner Text Color*/
    .text-strong {
        color: white !important;
    }

    .text-animate-bottom {
        animation: animatebottom 1.5s
    }


    .btn-join-color {
        color: #eee;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-join-space {
        width: 15% !important;
        white-space: nowrap;
        vertical-align: middle;
    }
    /*Auctions Begin*/

    .btn {
        white-space: normal;
        word-break: normal !important;
        max-width: 400px;
    }

    .upcoming-auctions-tile {
        background-color: #eee;
        padding: 9px;
        min-height: 255px
    }

    .space-btn {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .space-btn-bottom {
        padding-bottom: 10px;
    }

    @media screen and (max-width: 992px) {

        .btn-noleftpadding {
            padding-left: 0px;
        }
    }

    .centered-right {
        position: absolute;
        right: 16px;
        top: 50%;
    }

    .text-centered {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .text-centered-right {
        position: absolute;
        bottom: 30%;
        right: 0px;
        width: 35%;
        top: 40%;
        background-color: rgba(0, 0, 0, 0.3);
        padding-left: 20px;
        padding-right: 20px;
    }

    .auction-headings {
        font-family: AlrightSans-Medium !important;
        color: white;
        letter-spacing: 0.05em;
        font-variant: small-caps;
    }

    .auction-text {
        font-family: AlrightSans-Regular;
        color: white;
        letter-spacing: 0em;
        font-variant: normal;
    }

    .auction-live-tile-gray {
        padding-top: 0px;
        padding-bottom: 25px;
        height: 90px;
        background-color: #eee;
    }

    .auction-tile-gray {
        padding-top: 0px;
        padding-bottom: 25px;
        background-color: #eee;
    }

    .lots-live-tile-gray {
        padding-top: 10px;
        padding-bottom: 25px;
        width: 380px;
        height: 278px;
        background-color: #eee;
    }

    .lot-details-tile-gray {
        height: 950px;
        background-color: #eee;
    }


    .preview-location-text-space {
        padding-bottom: 15px;
    }

    .online-text-space {
        padding-bottom: 5px;
    }

    .online-title-box {
        min-height: 90px;
        background-color: #eee;
        padding: 25px 15px 15px 15px;
    }

    .ho2-box-font {
        font-size: 14px !important;
    }


    @media screen and (min-width: 992px) {
        .online-col-space {
            padding-right: 0px;
        }

        .online-align-left {
            padding-left: 0px;
        }
    }

    @media screen and (min-width: 921px) {

        .online-auctions-tile {
            background-color: #eee;
            padding: 15px;      
           /* min-height: 580px; */
            /*min-height: 385px;*/
        }
    }

    @media screen and (max-width: 920px) {

        .online-auctions-tile {
            background-color: #eee;
            padding: 15px;
        }

        .btn-ship-top {
            margin-top: 15px !important;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .btn-space-ship {
            margin-top: 10px;
            margin-bottom: 10px;
        }
    }

    .auction-banner {
        padding-top: 0px;
        padding-bottom: 15px;
    }

    .banner-image-size1 {
        min-height: 260px;
    }

    /*PAGINATION BEIGN*/
    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
    }

        .pagination a.active {
            background-color: gray;
            color: white;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }

    /*PAGINATION END*/

    .carousel-caption {
        right: 3.5% !important;
        left: 3.5% !important;
        bottom: 20px;
        height: 100px; /*30%;*/
        background-color: rgba(248, 247, 246, 0.9) !important;
        text-align: left;
        padding-left: 10px;
        padding-top: 45px !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0);
    }

    .preview-location-arrow {
        margin-top: 50% !important;
    }

    @media screen and (min-width: 992px) {

        .carousel-caption-preview {
            bottom: 20px;
        }

        .space-tile-bottom {
            padding-bottom: 15px;
        }

        .btn-hotlist-size {
            max-width: 250px;
        }
    }

    @media screen and (max-width: 992px) {

        .carousel-caption-preview {
            bottom: 0px;
        }

        .text-centered-right {
            position: absolute;
            bottom: 10%;
            right: 0px;
            width: 90%;
            top: 40%;
        }

        .preview-text-block {
            position: absolute;
            bottom: 0px;
            right: 20px;
            left: 15px;
            width: 100%;
            height: 50%;
            background-color: rgba(248, 247, 246, 0.4);
            padding-left: 20px;
            padding-right: 20px;
        }

        .space-bottom {
            padding-bottom: 30px;
        }

        .space-tile-bottom {
            padding-bottom: 15px;
        }

        .btn-hotlist-size {
            max-width: 315px;
        }
    }


    /*Auctions End*/

    @keyframes animatebottom {
        from {
            bottom: -300px;
            opacity: 0
        }

        to {
            bottom: 0;
            opacity: 1
        }
    }

    .menu {
        font-family: AlrightSans-Regular !important;
        color: gray;
        letter-spacing: 0.05em;
        font-variant: small-caps;
        font-weight: normal;
    }

    .subMenu {
        font-family: AlrightSans-Medium !important;
        color: rgb(65,64,66);
        letter-spacing: 0em;
        font-variant: small-caps;
    }

    .headings {
        font-family: AlrightSans-Medium !important;
        color: black;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        padding-top: 10px;
    }

    .smallCaps {
        font-family: AlrightSans-Medium !important;
        color: black;
        letter-spacing: 0.05em;
        font-variant: small-caps;
        text-transform: lowercase;
        padding-top: 10px;
    }


    .subHeading {
        font-family: AlrightSans-Medium !important;
        color: rgb(65,64,66);
        letter-spacing: 0.05em;
        font-variant: small-caps;
    }

    .text {
        font-family: AlrightSans-Regular;
        color: black;
        letter-spacing: 0em;
        font-variant: normal;
    }

    .text-light {
        font-family: AlrightSans-light;
        color: black;
        letter-spacing: 0em;
        font-variant: normal;
    }

    .text-med {
        font-family: AlrightSans-Medium;
        color: black;
        letter-spacing: 0em;
        font-variant: normal;
    }

    .text-center {
        text-align: center;
    }

    .navbar-brand {
        height: 0;
        padding-right: 0;
    }

        .navbar-brand img {
            display: unset;
            margin-bottom: 30px;
        }

    /* Site.css Begin */
    /* CHANGING BREAKPOINT OF BOOTSTRAP 3 NAVIGATION BAR*/
    @media (max-width: 1199px) {
        .navbar-brand {
            height: 0;
            padding: 0;
        }

            .navbar-brand img {
                display: unset;
                margin-bottom: 30px;
                margin-left: 15px;
            }

        ul.nav {
            margin-left: 0;
            margin-bottom: 0;
            margin-top: 0;
        }

        .navbar-header {
            float: none !important;
        }

        .nav.navbar-right {
            float: none !important;
        }

        .navbar-right .open .dropdown-toggle {
            margin-bottom: 0px;
        }

        .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .navbar-right li:last-of-type div {
            margin-top: -7.5px;
            margin-bottom: 30px;
        }

        .navbar-right li:last-of-type a {
            position: unset;
        }

        .navbar-toggle {
            display: block;
        }

        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }

            .navbar-collapse.collapse {
                display: none !important;
            }

                .navbar-collapse.collapse.in {
                    display: block !important;
                }

        .navbar-nav {
            float: none !important;
            margin: 7.5px -15px;
        }

            .navbar-nav > li {
                float: none !important;
            }

                .navbar-nav > li > a {
                    padding-top: 10px !important;
                    padding-bottom: 10px;
                }

        .nav .inner-addon .glyphicon {
            padding-bottom: 0;
        }

        .nav .inner-addon {
            margin-left: 16px;
            margin-right: 10px;
        }


        .navbar-form {
            padding: 10px 15px;
            margin-top: 8px;
            margin-right: -15px;
            margin-bottom: 8px;
            margin-left: -15px;
            border-top: 1px solid transparent;
            border-bottom: 1px solid transparent;
            -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
            width: auto;
            float: none !important;
        }
    }
    /* Move down content because we have a fixed navbar that is 50px tall */
    #MainForm {
        padding-top: 36px;
        background-color: white;
        padding-bottom: 0px;
    }
    /* Wrapping element */
    /* Set some basic padding to keep content from hitting the edges */
    .body-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Set widths on the form inputs since otherwise they're 100% wide */
    input,
    select,
    textarea {
        max-width: 280px;
    }

    .scrollable-menu {
        height: auto;
        max-height: 270px;
        overflow-x: hidden;
    }

    .search-results {
        font-size: 16px;
    }

.btn-live-footer {
    width: 100%;
    height: 100px;
    background-color: #eee;
    border-color: #fff;
    padding-top: 0px;
}

.btn-live-footer-middle {
    width: 100%;
    height: 100px;
    background-color: #eee;
    border-color: #fff;
    padding-top: 40px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 992px) {
    .jumbotron {
            margin-top: 20px;
        }

        .body-content {
            padding: 0;
        }

        /*set space after each section ex: AUCTIONS - BUY- SELL - EXPLORE */
        .sectionFooterSpace {
            padding-top: 0px;
            padding-bottom: 40px;
        }

        .sectionFooterSpace-Auction {
            padding-top: 0px;
            padding-bottom: 25px;
        }

        .navbar-collapse {
            padding-right: 20px;
            padding-left: 0px;
        }

        /* Set space between menu logo and menu items */
        .imageMenuSpace {
            margin-left: 18px;
            margin-top: 45px;
        }

        .divAlignBottom1 {
            padding: 0px;
            position: absolute;
            bottom: 0px;
        }

        /* Set space between menu items */
        .dropup, .dropdown {
            padding-right: 5px;
        }

        /* Set space for banner carousel */
        .banner {
            padding-top: 0px;
            padding-bottom: 40px
        }

        /* Set space for image line */
        .lineSpace {
            padding-top: 0px;
            padding-bottom: 15px;
        }

        .lineSpace-Preview-Location {
            padding-top: 0px;
            padding-bottom: 20px;
        }

        /* Menu Items configuration BEGIN*/
        .navbar {
            position: relative;
            min-height: 50px;
            margin-bottom: 12px;
            border: 1px solid transparent;
        }

        /*@media (min-width: 992px) {
            .container {
                width: 945px !important;
            }
        }
        @media (min-width: 1200px) {
            .container {
                width: 1150px !important;
            }
        }
        @media (min-width: 1250px) {
            .container {
                width: 1200px !important;
            }*/
        }

        @media screen and (min-width: 992px) {

            /*Align Menu items at the bottom*/
            .navbar-nav > li > a {
                padding-top: 25px;
                padding-bottom: 15px;
            }

            .lastNode {
                padding-left: 0px;
            }
        }

        @media only screen and (max-width: 600px) {

            .lastNode {
                padding-left: 25px;
            }
        }


        .dropdown-submenu {
            position: relative;
        }

            .dropdown-submenu > .dropdown-menu {
                top: 0;
                left: 100%;
                margin-top: -6px;
                margin-left: -1px;
                -webkit-border-radius: 0 6px 6px 6px;
                -moz-border-radius: 0 6px 6px 6px;
                border-radius: 0 6px 6px 6px;
            }

            .dropdown-submenu > a:after {
                display: block;
                content: " ";
                float: right;
                width: 0;
                height: 0;
                border-color: transparent;
                border-style: solid;
                border-width: 5px 0 5px 5px;
                border-left-color: #cccccc;
                margin-top: 5px;
                margin-right: -10px;
            }

            .dropdown-submenu:hover > a:after {
                border-left-color: #555;
            }

            .dropdown-submenu.pull-left {
                float: none;
            }

                .dropdown-submenu.pull-left > .dropdown-menu {
                    left: -100%;
                    margin-left: 10px;
                    -webkit-border-radius: 6px 0 6px 6px;
                    -moz-border-radius: 6px 0 6px 6px;
                    border-radius: 6px 0 6px 6px;
                }


        /*Set Menu background transparent*/
        .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
            background-color: rgba(0, 0, 0, .0001) !important;
            border-color: #337ab7;
            /*font-weight: bold;*/
        }

        .nav > li > a:hover, .nav > li > a:focus {
            text-decoration: none;
            background-color: rgba(0, 0, 0, .0001) !important;
            /* font-weight: bold; */
        }

        /*Menu links*/
        a {
            color: #6c757d;
        }

        .inner-addon {
            position: relative;
        }

            /* style glyph */
            .inner-addon .glyphicon {
                position: absolute;
                padding: 10px;
                pointer-events: none;
            }

        /* align glyph */
        .left-addon .glyphicon {
            left: 0px;
        }

        .right-addon .glyphicon {
            right: 0px;
        }

        /* add padding  */
        .left-addon input {
            padding-left: 30px;
        }

        .right-addon input {
            padding-right: 25px;
        }

        .container1 {
            padding-right: 0px !important;
            padding-left: 0px !important;
            /*   width: 1200px !important; */
        }

        /*Master Page*/

        .carousel-inner img {
            /* width: 100%;
    height: 100%; */
        }

        .carousel-indicators li {
            width: 10px;
            height: 10px;
            border-radius: 100%;
            background-color: #ccc;
            border: #ccc;
        }

        .carousel-indicators .active {
            background-color: #555;
        }

        input#search1 {
            background-image: url(bg.jpg);
            background-repeat: no-repeat;
            text-indent: 20px;
        }

        /*Menu Items Configuration END*/


        /*CAROUSEL Configuration BEGIN*/

        .carousel-inner .item div a img {
            margin: 0 auto;
        }

        .carousel-inner > .item {
            -webkit-transition: -webkit-transform 6s ease-in-out !important;
            -o-transition: -o-transform 6s ease-in-out !important;
            transition: transform 6s ease-in-out !important;
        }

        @media only screen and (max-width: 992px) {
            .carousel-inner .item.left.active {
                transform: translateX(-50%);
            }

            .carousel-inner .item.right.active {
                transform: translateX(50%);
            }

            .carousel-inner .item.next {
                transform: translateX(50%)
            }

            .carousel-inner .item.prev {
                transform: translateX(-50%)
            }

            .carousel-inner .item.right,
            .carousel-inner .item.left {
                transform: translateX(0);
            }
        }

        @media only screen and (min-width: 992px) {
            .carousel-inner .item.left.active {
                transform: translateX(-100%);
            }

            .carousel-inner .item.right.active {
                transform: translateX(100%);
            }

            .carousel-inner .item.next {
                transform: translateX(100%)
            }

            .carousel-inner .item.prev {
                transform: translateX(-100%)
            }

            .carousel-inner .item.right,
            .carousel-inner .item.left {
                transform: translateX(0);
            }
        }


        @media (max-width: 1199px) {

            .carousel-control.left, .carousel-control.right {
                background-image: none;
            }

            .arrow-margin-left {
                margin-left: -98px;
            }

            .arrow-margin-right {
                margin-right: -98px;
            }
        }


        /*Brings the arrows close to the pictures during page size transition*/
        @media (min-width: 786px) and (max-width: 864px) {

            .arrow-margin-left {
                margin-left: -45px !important;
            }

            .arrow-margin-right {
                margin-right: -45px !important;
            }
        }

        @media (min-width: 1200px) {

            .carousel-control {
                position: absolute;
                top: 0;
                bottom: 0;
                /*left: 55px;*/
                width: 5%;
                font-size: 20px;
                color: #fff;
                text-align: center;
                text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
                background-color: rgba(0, 0, 0, 0);
                filter: alpha(opacity=50);
                opacity: .5;
            }

                .carousel-control.left {
                    left: 15px;
                }

                .carousel-control.right {
                    right: 15px;
                }

            .arrow-margin-left {
                margin-left: -55px !important;
            }

            .arrow-margin-right {
                margin-right: -55px !important;
            }
        }
        /*CAROUSEL Configuration END*/


        /*Index BEGIN*/
        @media only screen and (min-width: 992px) {

            .auctionSpace {
                padding-top: 100px;
            }
        }

        @media only screen and (max-width: 600px) {

            .sectionFooterSpace {
                padding-bottom: 30px;
            }
        }

        .lineHeaderSpace {
            padding-top: 15px;
            padding-bottom: 25px
        }

        /*Index END*/


        /* style used to show preview tumbnail */
        a.ez img {
            border: 0
        }

        a.ez:hover {
            background: #ffffff;
            text-decoration: none;
        }

        a.ez span {
            display: none;
            padding: 2px 3px;
            margin-left: 25px;
            transform:translateY(-50%);
            text-align: center;
        }

        a.ez span.showHover, a.ez:hover span {
            display: inline;
            position: absolute;
            background: #ffffff;
            border: 1px solid #cccccc;
            color: #6c6c6c;
            box-shadow: 2px 2px 3px #888;
            z-index: 150;
        }

@media only screen and (max-width: 767px) {
    .tile-size {
        max-width: 100% !important;
    }
}
    /* end */

    /* Site.css End*/