@charset "utf-8";html, 
body,
div.itemHeader h2.itemTitle,
div.catItemHeader h3.catItemTitle,
div.userItemHeader h3.userItemTitle,
div.tagItemHeader h2.tagItemTitle,
div.genericItemHeader h2.genericItemTitle {
   font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
/*-----------------------------------------------------------------------------------*/
/* STICKY MENU */
/*-----------------------------------------------------------------------------------*/
.bt_header_inner {
	z-index: 42;
	position: relative;
}
.bt_sticky_menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	animation:thedrop 1s 1;
	-moz-animation:thedrop 1s 1;
	-webkit-animation:thedrop 1s 1;
	background: #ccc;
	z-index: 99999;
}
.calendar thead td.title {
    background: rgba(0, 157, 220,1) !important;
}
#baform-5 .ba-form input:focus,
#baform-5 .ba-form textarea:focus,
#baform-5 .ba-form select:focus,
#baform-5 .ba-form input[type="radio"]:checked + span:after,
#baform-5 .ba-form input[type="checkbox"]:checked + span:after,
#baform-5 .ba-form input[type="radio"]:hover + span:before,
#baform-5 .ba-form input[type="checkbox"]:hover + span:before,
#baform-5 .ba-form .ba-input-image:hover input + img + span,
#baform-5 .ba-form .ba-input-image input:checked + img + span {
    border-color: rgba(0, 157, 220, 1) !important;
}
#baform-5 .ba-form .ba-input-image:hover {
    border: 2px solid rgba(0, 157, 220, 1);
}
.calendar thead td.title:after {
    border-color: rgba(0, 157, 220,1) !important;
}
.calendar thead td.title,
.calendar thead tr:first-child {
    background: rgba(0, 157, 220,1) !important;
}
#baform-5 .ba-form .slider-handle:active,
#baform-5 .ba-form .slider-handle:hover {
     box-shadow: 0px 0px 0px 10px rgba(0, 157, 220,0.3) !important;
     -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 157, 220,0.3) !important;
}
#baform-5 .ba-form input[type="radio"]:checked + span:after,
#baform-5 .ba-form input[type="checkbox"]:checked + span:after,
#baform-5 .ba-form .slider-handle,
.calendar .daysrow .day.selected {
    background: rgba(0, 157, 220, 1) !important;
}
#baform-5 .ba-form .slider-track,
#baform-5 .ba-form .ba-input-image input:checked + img + span {
    background-color: rgba(0, 157, 220, 1) !important;
}
.calendar thead .weekend {
    color: rgba(0, 157, 220, 1) !important;
}
