﻿/*
    Theme Name: AuctionWorx - Default
    Author: RainWorx Software
    Description: The default AuctionWorx theme using the unmodified Bootstrap 3 CSS framework.

    CSS DIRECTORY
	1. Bootstrap 3 Theme Changes - Bootstrap specific rules for this theme
	2. AuctionWorx Specific CSS - Non-Bootstrap rules
*/


/********************************************/
/********* Bootstrap 3 Theme Changes ********/
/********************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Nunito:400,700);

body {
    font-family: "Open Sans", sans-serif;
    background: url(Images/Backgrounds/gray_jean.png) repeat; /* Background pattern from subtlepatterns.com */
    color: #555;
}

header {
    background-color: #FBFBFB;
    margin-bottom: 20px;
    padding: 0;
    -webkit-box-shadow: 0 4px 4px -2px rgba(0,0,0,.15);
    -moz-box-shadow: 0 4px 4px -2px rgba(0,0,0,.15);
    box-shadow: 0 4px 4px -2px rgba(0,0,0,.15);
}

@media (max-width: 768px) {
    header .container {
        padding: 0;
    }
}

@media (min-width: 600px) {
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
        max-width: 1500px;
    }
}

.dropdown.search {
    position: relative;
    float: right;
}

main .img-responsive {
    border: 7px solid #fff;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 1px 1px rgba(0,0,0,.15);
    border-radius: 3px;
}

footer .panel.panel-default {
    padding: 20px 20px 10px 20px;
}

/* Alerts */
.alert {
    padding: 10px;
}

.alert-danger {
    font-size: 85%;
    text-transform: uppercase;
}

.panel .alert {
    margin-bottom: 0;
}

.CheckoutButtonLocation .alert-success {
    border: 5px solid #fff;
}

/* Badge */
.badge {
    background-color: #d9d9d9;
    color: #919191;
}

/* Breadcrumbs */
.breadcrumb {
    background-color: #FBFBFB;
    color: #999;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 1px 1px rgba(0,0,0,.15);
    padding: 8px 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}

    .breadcrumb a, .breadcrumb a:hover {
        color: #999;
    }
/* Buttons */
.btn ~ .btn {margin-left: 5px;}

.social-buttons .btn { margin-left: 0px; }

.btn {
    font-family: "Nunito",sans-serif-serif;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 1px 1px rgba(0,0,0,.05);
}

.well .btn {
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.btn.btn-link {
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
/* Dropdown Menus */


.dropdown-menu {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    min-width: 158px;
    z-index: 1200;
}
/* Forms */
.checkbox input[type="checkbox"] {
    margin-left: 0;
    margin-right: 15px;
    position: relative;
}

label {
    font-weight: bold;
    font-size: smaller;
    text-transform: uppercase;
}

/* Lists */
.list-group-item .checkbox input[type="checkbox"] {
    margin-left: 0;
}

.list-group-item {
    background-color: transparent;
}

li > hr {
    margin: 5px 0;
    padding: 0;
}
/* Modals */
.modal-body {
    max-height: 350px;
    min-height: 100px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-height: 600px) {
    .modal-body {
        max-height: 550px;
    }
}

@media (min-height: 800px) {
    .modal-body {
        max-height: 750px;
    }
}

@media (min-height: 1000px) {
    .modal-body {
        max-height: 850px;
    }
}

@media (min-height: 1200px) {
    .modal-body {
        max-height: 1050px;
    }
}


/* NavBar */
.navbar {
    margin-bottom: 0;
}

.nav-primary .dropdown-menu {
    margin-top: -1px !important;
}

.nav-primary.navbar.navbar-default {
    background-color: #286090;
    border: 0;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text, .navbar-default .navbar-nav > li > a:focus {
    color: #f1f1f1;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
    }

.navbar-toggle {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .navbar-toggle:focus,
    .navbar-toggle.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .navbar-toggle:hover, .navbar-toggle:active {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .navbar-toggle:active:hover,
        .navbar-toggle.active:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

.navbar-text {
    margin-top: 16px;
}

.navbar-right {
    padding-right: 10px;
}

    .navbar-right .navbar-btn {
        margin-left: 10px;
        margin-right: 10px;
    }

.navbar-default .navbar-form {
    border-color: transparent;
    margin-top: 12px;
}

ul.navbar-nav > li:first-child > a {
    padding-left: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    z-index: 1400;
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #fff;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }
}

.navbar-nav > li > a {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: auto;
    }
}

@media (max-width:768px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #f1f1f1;
    }
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
            color: rgba(255,255,255,.75);
        }
ul.navbar-nav > li:first-child > a {
    padding-left: 15px;
}
}


/* Panels */

.panel.panel-default {
    border: 0;
    padding: 5px;
    background-color: #FBFBFB;
    color: #555;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 1px 1px rgba(0,0,0,.15);
}

.panel-default .panel-heading, .panel-default .panel-footer {
    background-color: transparent;
    border-color: #ebebeb;
    color: #999;
    padding: 10px 20px;
    margin: -5px -5px 5px -5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: smaller;
}

.panel-heading .dropdown-menu {
    text-transform: none;
}

.panel-footer .btn {
    text-transform: none;
}

.panel hr {
    margin: 10px 0;
}


/* Tables */
.table > tbody > tr > td {
    padding-right: 0;
}

.table > tbody > tr:first-child > td {
    border: 0;
}
/* Wells*/
.well {
    border: 0;
    padding: 5px;
    background-color: #FBFBFB;
    color: #999;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 1px 1px rgba(0,0,0,.15);
}

    .well.faq {
        color: #555;
    }

/******************************************/
/******** AuctionWorx Specific CSS ********/
/******************************************/

/* General Elements */
select {
    font-size: 16px;
    text-transform: capitalize;
}

.awe-hidden {
    display: none;
}

.help-tip {
    color: #000;
    display: none;
    margin-top: 5px;
}

.no-history {
    color: #777;
    font-style: italic;
    font-weight: bold;
    margin: 10px;
    text-align: center;
}

.pdficon {
    margin-right: 10px;
    vertical-align: middle;
}

.required:after {
    color: red;
    content: ' *';
}

/* NavBar */
.nav-secondary {
    padding: 10px 5px;
}

    .nav-secondary .nav-pills > li > a {
        padding: 5px 10px;
    }

        .nav-secondary .nav-pills > li > a:hover,
        .nav-secondary .nav-pills > li > a:focus {
            color: #fff;
            background-color: rgba(0,0,0,.2);
        }

@media (max-width: 768px) {
    .nav-secondary ul {
        display: none;
    }
}
/* Page/Section Title/Heading */
.section-title {
    font-weight: bold;
}

/* Header */
.logo {
    padding: 5px 0 10px 0;
    text-align: center;
}

    .logo img {
        margin: 0 auto;
    }

    .logo.small {
        float: left;
        margin-left: 15px;
        max-height: 55px;
        max-width: 160px;
        padding-bottom: 5px;
        padding-top: 5px;
    }


/* Primary Navigation */
@media (max-width: 767px) {
    .user-nav .navbar-text {
        margin: 0;
        padding: 10px 15px;
    }

    .user-nav li {
        overflow: hidden;
    }

    .user-nav .navbar-btn {
        margin-left: 15px;
    }
}


    /* Category & Region Dropdown Navigation */
    .menu-list {
        list-style: none;
        padding-left: 2px;
    }

    @media only screen and (min-width : 768px) {

        .menu-list.nav-pills li {
            width: 33%;
        }

        .browse-categories {
            min-width: 600px;
        }
    }

    @media only screen and (min-width : 992px) {

        .menu-list.nav-pills li {
            width: 25%;
        }

        .browse-categories {
            min-width: 800px;
        }
    }

    @media only screen and (min-width : 1200px) {

        .browse-categories {
            min-width: 1000px;
        }
    }

    @media only screen and (min-width : 1500px) {
        .menu-list.nav-pills li {
            width: 20%;
        }

        .browse-categories {
            min-width: 1300px;
        }
    }

    .menu-list.nav-pills li + li {
        margin-left: 0;
    }

    .menu-list.nav-pills > li > a {
        background-color: rgba(0, 0, 0, 0.025);
        margin: 3px;
    }

        .menu-list.nav-pills > li > a:hover {
            background-color: rgba(0, 0, 0, 0.085);
            margin: 3px;
        }

        .menu-list.nav-pills > li > a > .badge {
            margin-left: 10px;
        }


    /* Footer */
    #Time {
        font-size: larger;
        font-weight: 700;
    }

    .currency .form-inline .input-group > .form-control {width:150px;}

    @media (min-width: 992px) {
        footer .currency {
            text-align: right;
        }
    }

    /* Search */
    #awe-listing-search-category-container .form-group {
        margin-left: 0;
        margin-right: 0;
    }

    @media(min-width:768px) {
        input#FullTextQuery1:focus {
            width: 250px;
        }
    }
    /* Category, Region, My Account Menus for media max-width=767 */
    .categories .dropdown {
        margin-bottom: 10px;
    }

    .categories .dropdown-menu {
        width: 100%;
    }


    /* Listing Status Labels */
    .status-label > .label {
        float: right;
        font-size: unset;
        font-weight: normal;
    }

    .status-type {
        font-size: small;
        position: absolute;
        right: 5px;
        top: 5px;
    }

        .status-type .label {
            font-size: 12px;
        }

    .listing span[class*='label-'] {
        background-color: #fbfbfb;
    }

    .listing .label-primary {
        color: #286090;
    }

    .listing .label-info {
        color: #31b0d5;
    }

    .listing .label-success {
        color: #449d44;
    }

    .listing .label-danger {
        color: #c9302c;
    }

    .listing .label-warning {
        color: #ec971f;
    }

    .listing .label-default {
        color: #5e5e5e;
    }

    .listing .sold {
        background-color: #ccc;
        color: #fff;
        padding: 3px 10px;
        border-radius: 4px;
    }

    /* Listing & Event Display List and Grid - Home, Browse, Search Results */
    .listing {
        margin: 0 0 10px 0;
        min-height: 125px;
        padding: 0;
        position: relative;
    }

        .listing .title {
            font-size: 16px;
            margin-top: 0;
            padding-right: 65px;
        }

        .listing .subtitle {
            font-size: 14px;
            margin-top: 0;
        }

            .listing .title a, .listing .subtitle a {
                color: #555;
            }

        .listing.highlight .title a, .listing.highlight .subtitle a {
            color: #286090;
        }

        .listing .shipping {
            vertical-align: bottom;
        }

            .listing .shipping .btn {
                background-color: transparent;
                font-weight: normal;
                font-size: 10px;
                color: #999;
                text-shadow: 0 0 0 #fff;
                margin-left: 5px;
            }

        .listing .cta {
            bottom: 5px;
            right: 5px;
            position: absolute;
        }
        /*Call to action - contains 'bid now' button, etc.*/
        .listing .time {
            font-weight: bold;
            margin-bottom: 4px;
            text-align: right;
        }

        .listing .price {
            color: green;
            font-size: 16px;
            font-weight: bold;
        }

            .listing .price.ended {
                color: #999;
            }

        .listing .bids {
            margin: 0;
            padding: 3px 0 0 3px;
            text-align: right;
        }

            .listing .bids > .glyphicon {
                color: #ebebeb;
            }

            .listing .bids .btn {
                min-width: 100px;
            }

        .listing.grid {
            margin-bottom: 15px;
            position: relative;
        }

            .listing.grid img {
                margin: 0 auto; /* max-height: 250px; */
            }

            .listing.grid .title {
                font-size: 16px;
                margin-top: 5px;
                padding-right: 0;
            }

            .listing.grid .cta {
                position: relative;
                margin: 0;
                bottom: auto;
                right: auto;
            }

            .listing.grid .time {
                text-align: left;
            }

            .listing.grid .bids {
                border-radius: 0;
            }

                .listing.grid .bids a {
                    float: right;
                    right: 0;
                }

            .listing.grid .price {
                display: inline-block;
                padding-top: 5px;
                float: left;
            }

        .listing.event .subtitle {
            padding-bottom: 15px;
        }

        .listing.event .time {
            font-weight: bold;
            bottom: 5px;
            right: 5px;
            position: absolute;
        }

    @media (max-width: 768px) {
        .listing .img-container {
            max-width: 170px;
            padding-bottom: 45px;
            padding-right: 0;
        }

        .listing .title {
            font-size: 14px;
            padding-bottom: 20px;
            padding-right: 0;
        }

        .listing .subtitle {
            display: none;
        }

        .listing .shipping {
            display: none;
        }

        .listing .cta {
            text-align: right;
            width: 100%;
        }

        .listing .price {
            font-size: 14px;
        }

        .listing .cta .bids {
            border-top-left-radius: 0;
        }

        .listing .bids a {
            padding: 3px 5px;
        }

        .listing .seller {
            display: none;
        }

        .listing .time {
            font-size: smaller;
        }

            .listing .time .remaining {
                display: none;
            }

        .listing .status-type {
            display: none;
        }

        .listing.grid .title {
            padding-bottom: 0;
        }

        .listing.grid .cta {
            text-align: left;
            width: auto;
        }

        .listing.event .title {
            margin-bottom: 5px;
            padding-bottom: 0;
        }

        .listing.event p {
            padding-bottom: 10px;
        }
    }



    /* Shipping Option Display */
    table.shipping-modal {
        margin-bottom: 0;
    }

    .modal-footer.shipping-modal {
        margin-top: 0;
    }

    /* No Photo Placeholders */
    .no-photo {
        color: #ccc;
        background-color: rgba(0,0,0,0.05);
        height: 100%;
        padding: 25% 0 25% 0;
        text-align: center;
        width: 100%;
    }

        .no-photo p {
            font-weight: bold;
        }

        .no-photo span {
            color: #fff;
            font-size: 50px;
            opacity: 0.5;
        }

    .no-photo-thumbnail {
        border: 7px solid #fff;
        box-shadow: 0 0 1px 1px rgba(0,0,0,.15);
        -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.15);
        -moz-box-shadow: 0 0 1px 1px rgba(0,0,0,.15);
        border-radius: 3px;
        padding: 0;
        max-width: 150px;
    }

        .no-photo-thumbnail img {
            opacity: .05;
            position: relative;
        }

        .no-photo-thumbnail p {
            color: #ccc;
            font-weight: bold;
            margin-bottom:0;
            text-align: center;
        }

    @media (max-width: 500px) {
        .no-photo-thumbnail p {
            font-size: smaller;
        }
    }

    /* Listing Decorations */
    .listing-badge {
        position: absolute;
    }

        .listing-badge:before {
            color: #fff;
            border: 10px solid #337ab7;
            border-right-color: transparent;
            box-shadow: 0 5px 5px -5px #000;
            font-weight: bold;
            height: 0;
            line-height: 0;
            padding-right: 10px;
            position: absolute;
            top: -3px;
            left: -13px;
            z-index: 1;
        }

        .listing-badge:after {
            content: "";
            border: 4px solid #286090;
            border-left-color: transparent;
            border-bottom-color: transparent;
            position: absolute;
            top: 17px;
            left: -13px;
        }

    .highlight {
        background-color: #cee0eb !important;
    }

        .highlight .time {
            color: #555;
        }

    /* Listing/Lot Detail Page */
    img.full {
        margin: 0 auto 10px auto;
    }

    table.bidding td {
        width: 50%;
    }

    .video {
        border-width: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .description img {
        /* copied from standard bootstrap .img-responsive definition */
        display: block;
        height: auto;
        max-width: 100%;
    }

    .description {
        overflow: hidden;
    }

    .awe-listing-detail-title {
        margin-top: 0;
    }

    .awe-listing-detail-title-sm-xs {
        margin-top: 0;
    }

    .awe-alert-compact {
        padding: 5px;
    }


    @media only screen and (max-width: 600px) {
        #iFrameYouTube {
            height: 75%;
            margin: 0 auto;
            width: 75%;
        }
    }

/* listing/lot detail Q & A area*/
.listing-question {
    margin-bottom: 10px;
}

.question-label, .answer-label {
    font-weight: bold;
}

.question-text {
    padding-right: 10px;
}

.question-username-label, .question-username {
    font-size: small;
    font-style: italic;
}

.question-datetime {
    font-size: small;
    font-style: italic;
}

.listing-answer {
    margin-left: 25px;
}

.length-count {
    margin-left: 10px;
    margin-right: 10px;
}

#ListingQuestionInput {
    width: 100%;
    height: 100px;
}

#ListingAnswerInput {
    width: 100%;
    height: 100px;
}

.question-answer {
    padding: 10px;
    margin-bottom: 10px;
    background-color: rgba(0,0,0,.035);
}

.ListingQA .btn {
    margin-top: 10px;
}

    /* Listing & Event Display In My Account */
    .filter {
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        padding: 10px;
        margin-bottom: 10px;
        text-align: right;
    }

        .filter label {
            padding-right: 5px;
        }

    .myaccount .line-item {
        background-color: #fff;
        border: 1px solid #ebebeb;
        border-radius: 4px;
        margin-bottom: 10px;
        padding: 10px;
    }

        .myaccount .line-item > div {
            float: left;
        }

        .myaccount .line-item .item-data {
            max-width: 65%;
        }

        .myaccount .line-item .img-container {
            padding: 0 10px;
            width: 120px;
        }

    .myaccount .list, .myaccount .won-list {
        background-color: #fff;
        border: 1px solid #ebebeb;
        border-radius: 4px;
        margin-top: 10px;
        padding: 5px;
        position: relative;
    }

        .myaccount .list .btn-group {
            margin: 10px;
            position: absolute;
            top: 0;
            right: 0;
        }

        .myaccount .list .contact {
            margin: 10px;
            position: absolute;
            bottom: 0;
            right: 0;
        }

    .myaccount input.checkall {
        margin: 16px;
    }

    .myaccount input.row-selection-checkbox {
        margin: 5px;
    }

    .myaccount .heading {
        border-bottom: 2px #fff solid;
        border-top: 2px #fff solid;
        border-right: 1px solid transparent;
        border-left: 1px solid transparent;
        color: #999;
    }

    .myaccount .btn-group.pull-right {
        padding-left: 5px;
    }

    .myaccount > .panel > form > button {
        margin-top: 10px;
    }

    .summary {
        padding-left: 20px;
    }

        .summary.active {
            background-color: #337ab7;
        }

            .summary.active a {
                color: #fff;
            }

    .payment-method {
        border: 1px solid #ebebeb;
        padding: 5px;
        margin: 5px;
    }

    @media (max-width: 768px) {
        .myaccount .no-photo-thumbnail {
            background-color: #fff;
            font-size: 8px;
        }

        .myaccount .item-data {
            max-width: 100% !important;
            margin-top: 70px;
            float: none !important;
        }

        .myaccount .line-item .img-container {
            clear: both;
            height: 70px;
            width: 70px;
            position: absolute;
            top: 5px;
            left: 10px;
        }
        
        .myaccount .line-item .img-container p {
            display: none;
        }

        .myaccount .list img {
            margin-left: 0;
        }

        .myaccount .list .btn-group {
            margin: 10px;
            top: auto;
            bottom: 0;
            right: 0;
            position: absolute;
        }

        .myaccount .list .btn.invoice {
            float: right;
        }
    }

    /* My Account: Bidding Key */
    .key.winning {
        color: green;
        font-weight: bold;
        margin: 0 15px 0 0;
    }

    .key.winning-reserve {
        color: orange;
        font-weight: bold;
        margin: 0 15px 0 0;
    }

    .key.not-winning {
        color: red;
        font-weight: bold;
        margin: 0 15px 0 0;
    }

    /* My Account : Sale Report */
    #ReportResults .row:nth-child(4n+1), #ReportResults .row:nth-child(4n+2) {
        background-color: transparent;
    }

    #ReportResults .row:nth-child(4n+3), #ReportResults .row:nth-child(4n+4) {
        background-color: #ebebeb;
    }

    #ReportResults {
        padding-bottom: 0;
        padding-top: 0;
    }

    .awe-reports + .pagination {
        margin-top: 0;
        margin-bottom: 5px;
    }

    /* Create / Edit Listing & Image Uploading */
    div.ProgressBar {
        border: 1px solid black;
        display: -moz-inline-stack;
        display: inline-block;
        *display: inline;
        height: .75em;
        margin-left: 1em;
        margin-right: 1em;
        padding: 0;
        width: 100px;
        zoom: 1;
    }

        div.ProgressBar div {
            background-color: Green;
            font-size: 1pt;
            height: 100%;
            float: left;
        }

    span.asyncUploader object {
        left: 10px;
        position: relative;
        top: 5px;
    }

    .imagecontainer {
        border-top: 10px solid transparent;
        float: left;
        height: 170px;
        margin: 0 10px 10px 0;
        width: 150px;
    }

    .imagecontainer-highlight {
        background-color: #CCC;
        border: 1px solid grey;
        float: left;
        height: 170px;
        margin: 10px 10px 0 0;
        width: 150px;
    }

    .event-banner-container {
        border: 1px solid transparent;
        margin-bottom: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .imagecontainer > .btn-group {
        width: 151px;
    }

    .img-delete, .img-rotate-CW {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .img-delete {
        width: 75px;
    }

    .img-rotate-CW {
        width: 76px;
    }

    .img-busy {
        background-color: #000;
        filter: alpha(opacity=40); /* msie */
        opacity: 0.4;
    }

    .img-buttons-hide {
        display: none;
    }

    h3 .awe-additional-shipping {
        color: #fff;
    }

    .filecontainer {
        margin-top: 10px;
    }

    .form-text-static {
        padding-top: 3px;
    }

    /* Category Selector */
    #catlistboxes .form-group, #reglistboxes .form-group, #catlistboxes .form-control, #reglistboxes .form-control {
        display: inline-block;
        margin-bottom: 0;
        height: 150px;
    }

    #catlistboxes select, #reglistboxes select {
        margin: 0 5px 5px 0;
        float: left;
        width: auto;
    }

    .awe-category-group {
        display: inline-block;
    }

    /* Event Details */
    ul.eFilter {
        margin-bottom: 10px;
    }

    h1.event-title {
        font-size: 20px;
        font-weight: bold;
        margin-top: 0;
    }

        h1.event-title .label {
            float: right;
        }

    .event-banner img {
        margin: 0 auto 15px auto;
    }
.event-data .glyphicon-envelope {font-size: 19px;margin-right: 13px;margin-left: 2px;vertical-align: middle;}
.event-data .glyphicon-list-alt {font-size: 19px;margin-right: 14px;margin-left: 1px;vertical-align: middle;}
.event-data .data-card {
        border: 1px solid #ccc;
        background-color: #fff;
        border-radius: 4px;
        color: #555;
        margin-bottom: 10px;
        padding: 10px;
        text-align: center;
    }

        .event-data .data-card.small {
            padding: 5px 10px;
        }

        .event-data .data-card hr {
            margin: 0;
            padding: 0;
        }


    .event-media {
        float: left;
        margin-right: 10px;
    }
    /* Event Editing */
    .readonly {
        padding-top: 7px;
    }

    #EventID.form-control {
        height: 150px;
    }

    .myaccount #EventID.form-control {
        height: auto;
    }
    /* Event Closing Groups */
    .evui-mainContainer {
        padding: 10px;
        overflow: auto;
        overflow-x: scroll;
        width: 100%;
    }

    .evui-groupContainer {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        clear: both;
        float: left;
        margin-bottom: 15px;
        max-height: 115px;
        min-height: 50px;
        padding: 5px;
        white-space: nowrap;
    }

        .evui-groupContainer:hover {
            border-color: #999;
        }

        .evui-groupContainer:last-child {
            clear: both;
            text-align: center;
            width: 100%;
        }

            .evui-groupContainer:last-child .evui-group-label {
                width: 100%;
            }

    .evui-lotContainer {
        background-color: #B9D3EE;
        border-right: 5px solid #B9D3EE;
        cursor: pointer;
        display: inline-block;
        margin: 10px;
        padding: 5px;
        width: 200px;
        white-space: nowrap;
    }

    .evui-lotContainer-data .btn {
        padding: 0 5px;
    }

    .evui-groupLabel {
        background-color: #F8F8F8;
        font-weight: bold;
        padding: 5px;
    }

    .evui-newtarget {
        border: 1px dashed;
        margin: -10px;
        padding: 30px;
        z-index: 1;
    }

    .evui-quickLotMove {
        cursor: pointer;
    }

    .evui-quickmove-options {
        font-size: smaller;
        position: absolute;
        z-index: 9999;
    }

    /* Banners */
    .banner.top {
        margin-bottom: 10px;
        text-align: center;
    }

        .banner.top img {
            margin: 0 auto;
        }

    .banner.left img {
        margin-bottom: 10px;
    }

    .banner.bottom {
        clear: both;
        margin-bottom: 10px;
        text-align: center;
    }

    /* Feedback & Star Ratings */
    .stars-off {
        float: left;
        margin-bottom: 2px;
        width: 80px;
    }

    .stars-off, .stars-on {
        background: url(../Content/Images/General/jquery.ui.stars.gif) repeat-x 0 -32px;
        height: 16px;
        position: relative;
    }

    .stars-on {
        background-position: 0 -48px;
        position: absolute;
    }

    .stars-on-1 {
        width: 16px;
    }

    .stars-on-2 {
        width: 32px;
    }

    .stars-on-3 {
        width: 48px;
    }

    .stars-on-4 {
        width: 64px;
    }

    .stars-on-5 {
        width: 80px;
    }

    /* SiteMap */
    ul.sitemap li {
        list-style: none;
        margin-left: -20px;
        text-align: left;
        padding-top: 5px;
    }

    ul.sitemap a:hover {
        text-decoration: none;
    }

        ul.sitemap a:hover:after {
            content: " \e080";
            font-family: 'Glyphicons Halflings';
            font-size: smaller;
        }


    /* Validation */
    .input-validation-error {
        background-color: #f2dede;
        border-color: #b94a48;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        color: #b94a48;
    }

        .input-validation-error:focus {
            border-color: #953b39;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        }

    .validation-summary-errors /* The summary of validation errors - display at the top of a form */ {
        background-color: #f2dede;
        border: 1px solid #ebccd1;
        color: #a94442;
        font-size: 85%;
        padding: 5px;
        text-transform: uppercase;
        border-radius: 4px;
    }

        .validation-summary-errors li {
            display: block;
            padding: 5px;
            position: relative;
        }

    .field-validation-error {
        color: #8a1f11;
    }

    /* SignalR */
    #SignalRStatus {
        position: absolute;
        bottom: 0;
        right: 20px;
    }

    .SignalRStatus-connected {
        color: #3c763d;
    }

    .SignalRStatus-reconnect {
        color: #8a6d3b;
    }

    .SignalRStatus-stopped {
        color: #a94442;
    }

    .signalr-updatable {
        -webkit-transition: background-color 300ms linear;
        -moz-transition: background-color 300ms linear;
        -o-transition: background-color 300ms linear;
        transition: background-color 300ms linear;
    }

    .signalr-updating {
        background: #fe062e; /* IE */
        background: rgba(255,0,0,1); /* Everyone else */
    }

    .signalr-pulse {
        background-color: #cfe16e;
        border-radius: 14px;
        padding-bottom: 4px;
        padding-top: 4px;
    }

    /* Recaptcha */
    @media (max-width: 444px) {
        #recaptcha_challenge_image {
            display: block;
            float: left;
            width: 200px !important;
        }

        .recaptcha_table #recaptcha_image {
            background: none;
            margin: 0 !important;
            width: 200px !important;
        }

        .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r2_c2, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell {
            background: none !important;
        }

        #recaptcha_widget_div {
            border: 1px solid #ccc;
        }
    }

    /* Administration Access */
    .admin {
        margin-bottom: 5px;
        margin-top: -35px;
        z-index: 1000;
    }

        .admin .btn {
            float: right;
            margin-left: 10px;
            opacity: 0.70;
        }

            .admin .btn:hover {
                opacity: 0.90;
            }

    /* Under Maintenance */
    .maintenance {
        margin-top: 5%;
    }

/* jquery ui datepicker fix */
.ui-datepicker {
    z-index: 999 !important;
}
    