/*/
 name Favourite/ version 4.1/ description Responsive and customizable Joomla!3 template/ demo http://demo.favthemes.com/favourite/ author FavThemes/ author URL https://www.favthemes.com/ copyright Copyright (C) 2012-2017 FavThemes.com. All Rights Reserved./ license Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)*/
/*/
/////////////////////////////////////////////////////////////////////////////////// custom style////////////////////////////////////////////////////////////////////////////////
/*/
#fav-headerwrap {
     background: rgb(245, 245, 245);
}
#fav-slidewrap {
     padding-top: 0px !important;
     padding-bottom: 0px !important;
}
.bcfjdatepicker {
     min-height: 19px !important;
}
#bcfj .quickedit .input-append button {
     padding: 6px 10px 6px 12px;
}
.chronoform input.btn {
     height: 52px;
}
.favslider-carousel .favth-carousel-indicators {
     margin: 0px auto 0px !important;
}
p.chrono_credits {
     font-size: 8px;
}

.bfbs3-btn-primary {
	// background-color: #eeb700;
    background-image: -webkit-linear-gradient(top,#eeb700 0,#ce9e00 100%);
    background-image: -o-linear-gradient(top,#eeb700 0,#ce9e00 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#eeb700),to(#ce9e00));
    background-image: linear-gradient(to bottom,#eeb700 0,#ce9e00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeb700', endColorstr='#ffce9e00', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    
	border-color: #e5af00;
}

.bfbs3-btn-primary:focus,.bfbs3-btn-primary:hover {
    background-color: #ce9e00;
    background-position: 0 -15px;
    
    border-color: #d8a602;
}

.bfbs3-btn-primary.bfbs3-active,.bfbs3-btn-primary:active {
    background-color: #ce9e00 !important;
    border-color: #000000
}

div.calendar-container button.js-btn.btn {
	padding: 10px;
}

.bfQuickMode a {
    color: #ce9e00;
    text-decoration: none;
}

.calendar-container table tbody td.day.selected {
    background: #896a02;
    color: #fff;
    border: 0;
}

.calendar-container table tbody td.day:hover {
	cursor: pointer;
	background: #b28800;
	color: #fff;
}
