﻿/*Custom styles form SuperNop Solutions Auction Plugin*/

/*=====================================================    
    SMALLER MOBILE DEVICES
=====================================================*/
@media screen and (max-width:480px) {
    .is-countdown {
        height: 45px;
        width: 250px;
    }

    .data-table {
        width: 280px;
    }

    .sncwatchlist span {
        font-size: 10px;
    }

    .fieldset .inputs label {
        width: 240px !important;
    }

    .snctable .field-header {
        min-width: 58px !important;
        line-height: 20px !important;
    }

    .sncwatchlist {
        left: 0px !important;
    }
}

/*=====================================================    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE
=====================================================*/
@media screen and (max-width:768px) and (min-width:481px) {
    .is-countdown {
        height: 38px;
        width: 300px;
    }

    .fieldset .inputs label {
        width: 240px !important;
    }
}

/*=====================================================    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE
=====================================================*/
@media screen and (max-width:940px) and (min-width:769px) {
    .is-countdown {
        height: 38px;
        width: 300px;
    }

    .fieldset .inputs label {
        width: 240px !important;
    }
}

/*=====================================================    
    ALL LARGE SCREEN DEVICES
=====================================================*/
@media screen and (min-width:941px) {
    .is-countdown {
        height: 48px;
        width: 300px;
    }

    .product-item .is-countdown {
        width: 210px !important;
    }

    .fieldset .inputs label {
        width: 280px !important;
    }
}

.field-header {
    border-bottom: 3px solid #d7d7d7;
}

.sncbacklink {
    font-weight: bold;
    float: right;
}

.field-header {
    line-height: 30px !important;
    border: 1px solid #ddd;
}

.snctable td {
    font-weight: normal !important;
    text-align: center;
}

.data-table td {
    border: 1px solid #ddd !important;
    padding: 10px !important;
}

.snc-button {
    background-color: #eaeaea;
    border: medium none;
    color: #666;
    display: block;
    font-size: 14px;
    padding: 12px 15px 12px 20px;
    width: auto;
    display:inline;
}

.sncwatchlist {
    background: url("/Plugins/SuperNop.Plugin.Widgets.Auction/Content/images/watchlist.jpg") no-repeat scroll 0 0;
    left: 5px;
    position: relative;
    top: 15px;
}

    .sncwatchlist span {
        left: 20px;
        position: relative;
    }

.data-table .title {
    width: 38% !important;
}

.auction-bid-box .title {
    clear: both;
    color: #5C5B5B;
    font-size: 1.1em;
    font-weight: 700;
    padding: 5px;
    text-align: left;
}

.auction-bid-box {
    width: 45%;
}

.data-table .title {
    width: 45%;
}

.margintop5 {
    margin-top: 5px !important;
}

.margintop15 {
    margin-top: 15px !important;
}

.margintop10 {
    margin-top: 10px !important;
}

.hidden {
    display: none !important;
}

.total-bids {
    color: #ccc;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.align-center {
    text-align: center !important;
}

.last-bid-price {
    margin: 0 5px 0 0;
    font-size: 16px;
    color: #666;
}
