/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.6
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

.btn {
	margin: 0px;
}


.btn-primary.sidebar {
    color: #fff;
    padding: 15px;
    background-color: #64739d;
    border-color: #1a213e;
    line-height: 1.5;
    text-transform: uppercase;
    white-space: normal;
    margin-bottom: 10px;
    font-size: 16px;
}

.btn-primary.sidebar:hover {
	background-color: #182957;
}



.featured-box {
    background: #F5F5F5;
    background-color: transparent;
    background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 4%);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.featured-box .box-content {
    border-radius: 8px;
    border-top: 3px solid #e1aa11;
    border-top-width: 4px;
    padding: 30px 30px 10px 30px;
}




/*====== Sponsorship Gallery ======= */

.sponsorshipGallery .itemPrice {
    background: #f5f5f5;
}

.sponsorshipGallery .sponsorshipType {
    background: #0c4874;
    color: white;
}

.sponsorshipGallery span.itemsLeft {
    color: rgb(88, 95, 105);
}


/* ==== filter bar styles ====*/

.filterSearchBar {
    background: #0c4874;
    background-color: #0c4874 !important;
}

.filterSearchBar .btn-group.bootstrap-select.show-tick {
    border: 2px solid #fff;
}

.filterSearchBar input#ctl00_ContentPlaceHolder1_btnSearch {
    color: #0c4874;
    border: 1px solid #e6ebf5;
}

.filterSearchBar .input-group .form-control {
    border-color: #0c4874;
    border-right: 2px solid #0c4874;
}



.filterMenu button.btn.dropdown-toggle.btn-default {
    color: white;
}


.filterSearchBar .sortTxt {
    color: white;
}

.filterSearchBar #btnreset {
    color: white;
    border: 2px solid #fff;
}



/*===== Modal Styles ======*/

#ctl00_ContentPlaceHolder1_divSponsorshipItemDetails h4#divPrice {
    color: #0c4874;
}


h4#divPrice {
    color: #0c4874;
}


.modal-body .sponsorshipType {
    color: #0c4874;
}

@media (min-width: 768px) {
    .sponsorshipGallery .itemPrice {
        background: #f5f5f5;
    }
}



@media (max-width: 992px) {

    ul.list-inline.filterMenu {
        background: #0c4874;
    }
}



/*======== Sold out items ========== */

.SoldOut .sponsorshipType {
    background: rgba(140, 140, 140, 0.35);
}

.SoldOut span.itemsLeft {
    color: rgba(199, 39, 39, 0.29);
}


.SoldOut .itemPrice {
    color: #ccc !important;
    background: #fff;
}

.SoldOut .thumbnail.sponsorshipGallery {
    border-color: #fafafa;
}

.SoldOut h5 {
    color: #ccc;
}

ul.list-inline.filterMenu .dropdown-menu a {
    color: white !important;
    background: #1f55a2;
}


.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 11px !important;
    top: 7px;
}


.box-style-2:hover .default-bg {
    background-color: #ffffff;
    border: 1px solid #1d3663;
}

.default-bg {
    background-color: #1d3663;
    color: #ffffff;
}

.box-style-2:hover .default-bg * {
    color: #1d3663;
}




/* Footer Styles */

.footer {
    background-color: #1d3663;
    border-top: 6px solid #872a36;
}


#footer-container {
    background-color: #dfdfdf;
}

#footer-container a {

    color: #1d3663 !important;
}


#footer-container .container {
    background-color: #dfdfdf;
}



@media (min-width: 992px) {
    .content-expand {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .content-expand {
        width: 100%;
        padding-right: 15px;
        padding-left: 10px;
        float: left;
    }
  }