a.btn, table.table tbody td > a.btn  {
	display: inline-block;
	float: none;
	height: auto;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

table.table tbody td > a.btn:hover {
	color: #fff;
}

a.btn.btn-primary, a.btn.btn-success, a.btn.btn-danger {
	color: #fff;
}

a.btn.btn-sm, .btn-group-sm>a.btn {
	padding: 5px 10px !important;
	font-size: 12px !important;
	line-height: 1.5 !important;
	border-radius: 3px !important;
}

a.btn.btn-xs, .btn-group-xs>a.btn {
	padding: 1px 5px !important;
	font-size: 12px !important;
	line-height: 1.5 !important;
	border-radius: 3px !important;
}

a.btn.btn-lg, .btn-group-lg>a.btn {
	padding: 10px 16px !important;
	font-size: 18px !important;
	line-height: 1.33 !important;
	border-radius: 6px !important;
}

#fundraiser_box {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* START LANE LINE GRAPH */
.lane-line {
	background: url(/img/tum/images/fundraiser_back.jpg) no-repeat;
	background-position: -130px 0;
	background-size: auto 100%;
}

.lane-line.SEBg {
	background: url(/img/tum/images/non_swim/fundraiser_back.jpg) no-repeat;
	background-position: -130px 0;
  background-size: auto 100%;
}
	
#fundraiser_lane_line {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	font-weight: bold;
}
#fundraiser_lane_line > div {
	padding-left: 55px;
}

#lane_line_off {
	float: left;
	width: 118px;
	height: 18px;
	background-image: url(/img/tum/images/lane_white.png);
	background-repeat: no-repeat;
}

#lane_line_off.NonSwimming {
	background-image: url(/img/tum/images/non_swim/lane_white.png);
}

#lane_line_off_red {
	float: left;
	width: 118px;
	height: 18px;
	background-image: url(/img/tum/images/lane_white.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#lane_line_off_red.NonSwimming {
	background-image: url(/img/tum/images/non_swim/lane_white.png);
}
	
#lane_line_off_line {
	float: left;
	width: 118px;
	height: 18px;
	background-image: url(/img/tum/images/lane_white.png);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#lane_line_off_line.NonSwimming {
	background-image: url(/img/tum/images/non_swim/lane_white.png);
}

#lane_line_off_line_normal {
	float: left;
	width: 118px;
	height: 18px;
	background-image: url(/img/tum/images/lane_white.png);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#lane_line_off_line_normal.NonSwimming {
	background-image: url(/img/tum/images/non_swim/lane_white.png);
}
	
#lane_line_on {
	float: left;
	width: 118px;
	height: 18px;
	background-image: url(/img/tum/images/lane_blue.png);
	background-repeat: no-repeat;
}

#lane_line_on.NonSwimming {
	background-image: url(/img/tum/images/non_swim/lane_blue.png);
}

#lane_line_on_red {
	float: left;
	width: 118px;
	height: 18px;
	background-image: url(/img/tum/images/lane_blue.png);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
}

#lane_line_on_red.NonSwimming {
	background-image: url(/img/tum/images/non_swim/lane_blue.png);
}
	
#lane_line_on_line {
	float: left;
	width: 118px;
	height: 18px;
	background-image: url(/img/tum/images/lane_blue.png);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#lane_line_on_line.NonSwimming {
	background-image: url(/img/tum/images/non_swim/lane_blue.png);
}

#lane_line_on_line_normal {
	float: left;
	width: 118px;
	height: 18px;
	background-image: url(/img/tum/images/lane_blue.png);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#lane_line_on_line_normal.NonSwimming {
	background-image: url(/img/tum/images/non_swim/lane_blue.png);
}

#lane_line_none {
	float: left;
	width: 118px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d80000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

/* END LANE LINE GRAPH */


#fundraiser_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}
#fundraiser_header {
	width: 100%;
	display: table;
	border-bottom: 1px solid #dce2e8;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#fundraiser_header a:hover {
		/*
	color: #cc0000;
	text-decoration: underline;
	*/
}
.fundraiser_header_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
}
.fundraiser_header_link a:hover {
	color: #cc0000;
	text-decoration: underline;
}
#fundraiser_header_title {
	display: inline-block;
	float: left;
	padding-right: 10px;
}
#fundraiser_header_title_text {
	display: inline-block;
	float: left;
	max-width: 225px;
}
#fundraiser_header_buttons {

}
#fundraiser_header_info_wrap {
	margin-bottom: 10px;
}
#fundraiser_header_date {
	position: relative;
	background-color: #eee;
	width: 70px;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	margin: 5px 0;
	border: 1px solid #5fa8dc;
}
.month {
	display: block;
	width: 100%;
	background-color: #5fa8dc;
	height: auto;
}
.date {
	display: block;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	padding-top: 15px;
}

#fundraiser_header_date:before {
	content: '';
	position: absolute;
	bottom: -1px;
	right: 14px;
	width: 0;
	height: 0;
	border-bottom: 15px solid rgba(0,0,0,0.4);
	border-left: 15px solid transparent;
}

#fundraiser_header_date:after {
	content: '';
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 0;
	height: 0;
	border-top: 15px solid #ccc;
	border-right: 15px solid #fff;
}
#fundraiser_header_detail {
}
#fundraiser_header_social {
	float: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#fundraiser_header_search {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}
#sponsor_title {
}
#sponsor_links {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0171b2;
}
#sponsor_links a:hover {
	color: #cc0000;
	text-decoration: none;
}
.sponsor_links_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0171b2;
	text-decoration: none;
}
.sponsor_links_link a:hover {
	color: #cc0000;
	text-decoration: none;
}
#fundraiser_header_sponsors {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	display: table;
	width: 100%;
}
#three_column {
	float: left;
	padding-bottom: 3px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
/*#vertical_divider {*/
	/*border-left-width: 1px;*/
	/*border-left-style: solid;*/
	/*border-left-color: #dce2e8;*/
	/*width: 10px;*/
	/*padding-bottom: 3px;*/
	/*margin-left: 5px;*/
	/*margin-right: 5px;*/
/*}*/
#fundraiser_subtabs {
	margin-top: 8px;
	height: 30px;
}
#fundraiser_subtab_box, #fundraiser_promote_box {
	background-color: #FFF;
	margin-bottom: 10px;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	border: 1px solid #d2dcde;
	margin-top: -1px;
}
#fundraiser_inner_box {
	background-color: #FFF;
	margin-bottom: 10px;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d2dcde;
	border-top-color: #d2dcde;
	border-bottom-color: #d2dcde;
	border-left-color: #d2dcde;
}
#fundraiser_buttons {
	float: right;
	padding-top: 5px;
}
#fundraiser_text {
	padding-bottom: 10px;
}
#fundraiser_rankings {
	float: left;
	width: 170px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#ranking {
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
}
#ranking_header {
	display: table;
	width: 100%;
	padding-bottom: 3px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dce2e8;
}
#ranking_title {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
}
#ranking_columns {
}
#ranking_data{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	padding-right: 20px;
}
.ranking_highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
	font-weight: bold;
}
#fundraiser_promote_subtabs {
	margin-top: 8px;
	height: 30px;
}
#fundraiser_promote_box_landing {
	height: 200px;
	background-color: #FFF;
	padding: 8px;
	color: #0171b2;
	font-weight: bold;
	background-image: url(/img/tum/images/promote.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
/* END FUNDRAISER */

/* START PARTICIPANT */
#participant_header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dce2e8;
	padding-bottom: 10px;
	margin-bottom: 5px;
	color: #0171b2;
	font-weight: bold;
}
#participant_header2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dce2e8;
	padding-bottom: 2px;
	margin-bottom: 10px;
	color: #333;
}
#participant_header_left {
}
#participant_header_right {
}
#participant_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	padding-bottom: 5px;
	padding-top: 5px;
}
.participant_link a:link {text-decoration: none; color:#0073ae}
.participant_link a:visited {text-decoration: none; color:#0073ae}
.participant_link a:active {text-decoration: none; color:#0073ae}
.participant_link a:hover {text-decoration: none; color: #cc0000;}
/* END PARTICIPANT */

/* START PROMOTE */
#promote_header {
	width: 540px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dce2e8;
	padding-bottom: 10px;
	margin-bottom: 5px;
	color: #0171b2;
	font-weight: bold;
}
#promote_header2 {
	width: 540px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dce2e8;
	padding-bottom: 2px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#promote_content {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	padding-bottom: 5px;
	padding-top: 10px;
}
/* END PROMOTE */

/* START TABS */
.tab_lg_left {
	float: left;
	width: 3px;
	height: 24px;
}
.tab_lg_center_on {
	float: left;
	height: 19px;
	width: 195px;
	background-image: url(/img/tum/images/tab_back_on.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-align: center;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
.tab_lg_center_on a:hover {
	color: #ff0000;
	text-decoration: none;
}
.tab_lg_center_on_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-decoration: none;
}
.tab_lg_center_on a:hover {
	color: #ff0000;
	text-decoration: none;
}
.tab_lg_center_off {
	float: left;
	height: 19px;
	width: 194px;
	background-image: url(/img/tum/images/tab_back_off.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-align: center;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
.tab_lg_center_off a:hover {
	color: #cc0000;
	text-decoration: none;
}
.tab_lg_center_off_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-decoration: none;
}
.tab_lg_center_off a:hover {
	color: #cc0000;
	text-decoration: none;
}
.tab_lg_right {
	float: left;
	height: 24px;
	width: 3px;
}
.tab_lg_spacer {
	float: left;
	height: 24px;
	width: 4px;
	background-image: url(/img/tum/images/tab_spacer.gif);
}
/*.tab_sm_left {*/
	/*float: left;*/
	/*width: 2px;*/
	/*height: 22px;*/
/*}*/

.panel-tabs {
	float: left;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	margin-right: 3px;
	height: 30px;
	border: 1px solid #d2dcde;
	font-weight: bold;
	color: #555555;
	text-align: center;
	padding: 5px 12px 0;
}

.panel-tabs > a:focus {
	text-decoration: none;
}

.panel-tabs:first-child {
	margin-left: 7px;
}

.panel-tabs:last-child {
	margin-right: 0;
}

.tab_sm_center_off, .tab_sm2_center_off {
	background: #ddd;
	border-color: #ddd;
	border-bottom-color: #d2dcde;
}
.tab_sm_center_off a:hover, .tab_sm2_center_off a:hover {
	color: #cc0000;
	text-decoration: none;
}
.tab_sm_center_off_link, .tab_sm2_center_off_link {
	color: #555555;
	text-decoration: none;
}
.tab_sm_center_off a:hover, .tab_sm2_center_off a:hover {
	color: #ff0000;
	text-decoration: none;
}

/*.tab_sm_right {*/
/*float: left;*/
/*height: 22px;*/
/*width: 2px;*/
/*}*/
/*.tab_sm_spacer {*/
/*float: left;*/
/*height: 22px;*/
/*width: 4px;*/
/*background-image: url(/img/tum/images/tab_sm_spacer.gif);*/
/*}*/

.tab_sm_center_on, .tab_sm2_center_on  {
	background: #fff;
	border-bottom-color: #fff;
}
.tab_sm_center_on a:hover, .tab_sm2_center_on a:hover {
	color: #ff0000;
	text-decoration: none;
}
.tab_sm_center_on_link, .tab_sm2_center_on_link {
	text-decoration: none;
	font-size: 12px;
}
.tab_sm_center_on a:hover, .tab_sm2_center_on a:hover {
	color: #ff0000;
	text-decoration: none;
}

/* ------------------*/
.tab_sm_center_red_off {
            float: left;
            background: #ee3423;
            color: #fff;
}
.tab_sm_center_red_off a:hover {
            color: #444;
            text-decoration: none;
}
.tab_sm_center_red_off_link {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #fff;
            text-decoration: none;
}
.tab_sm_center_red_off a:hover {
            color: #444;
            text-decoration: none;
}
/* --------------------- */

/* END TABS */

/* START FORMS AND TABLES */
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;	
}
.form_lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0171b2;
	font-weight: bold;
}
.form_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bb0000;	
	text-decoration: underline;
}
.form_link a:hover {
	color: #ff0000;
	text-decoration: underline;
}
td#white {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d7e7eb;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}
td#blue {
	background-color: #effafd;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d7e7eb;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}
td#white_no_border {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}
td#blue_no_border {
	background-color: #effafd;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}
/* END FORMS AND TABLES */

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0073ae;
	font-weight: bold;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0073ae;
	font-weight: bold;
	text-decoration: none;
}
	
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0073ae;
	font-weight: bold;
}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #59677c;
	font-weight: bold;
}
.h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #272727c;
	font-weight: bold;
}
.h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4d5e64;
	font-weight: bold;
}
.h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.h8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.h9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


.sponsor_ad_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0073ae;
	font-weight: bold;
	text-decoration: none;
}

.sponsor_ad_link a:hover {
	color: #cc0000;
	text-decoration: none;
}

#promoVideo, #helpVideo {
	display: none;
	padding-top: 10px;
}

.form-group select {
	font-size: 14px !important;
}

.table-condensed td {
	font-size: 11px;
}

.photo-uploads {
	width: 100%;
}

.centerPiece {
	width: 100% !important;
}

.close {
	margin-right: 5px;
}

.participant_link a {
	margin-right: 8px;
}

#cke_message * {
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
}

.ui-accordion .ui-accordion-content {
	padding: 10px 5px;
}

.or-text {
	margin-top: 30px;
}

#modals {
	max-height: 100%;
	overflow: hidden;
}

#modals.let-overflow {
	overflow-y: scroll;
}

.sidebar-total.affix {
	width: 30.5%;
	right: 15px;
}
#divCC {
	margin-bottom: 30px;
}

.pagetitle {
	display: none;
}

#ama-main .modal-content {
	background: #fff;
}
#ranking_columns tr td:nth-child(2) {
	max-width: 77px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.processing-overlay {
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 100002;
}
.progress-wrap {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 50px;
	z-index: 100003;
	text-align: center;
	color: #fff;
}

select.ccType-readonly {
	-webkit-appearance: none;
}

.donate-profile {
	float: left;
	margin-right: 10px;
}

@media (max-width: 768px) {
	#fundraiser_box {
		padding-top: 70px;
	}

	#fundraiser_header_title {
		display: block;
		float: none;
		margin-bottom: 10px;
	}

	#fundraiser_header_title > img {
		display: block;
		margin: auto;
	}
	#fundraiser_header_title_text {
		text-align: center;
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.lead {
		margin: 10px;
	}
	.sidebar-total.affix {
		position: relative;
		width: 100%;
		right: 0;
		margin-bottom: 75px;
	}
	.left-submit-button {
		display: none !important;
	}
	.inner-content {
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 500px) {
	.row > .col-xxs {
		float: none;
		display: block;
		width: 100%;
	}
	#addCardInstructions {
		display: none;
	}
	.btn-green-outline {
		display: block !important;
		width: 100% !important;
	}
	.btn-no-fill {
		display: block;
		width: 100%;
	}
	.tableDisplay {
		display: table !important;
		padding-bottom: 30px;
	}
}

ul.tabs li a {
  font-size: 14.4px;
}

/*
  Bootstrap 3.4.1 modifies element colors.
  The following styles maintain the element colors from Bootstrap 3.2.0.
*/

a {
  color: #5fa8dc;
}
a:hover,
a:focus {
  color: #2b84c4;
}
.btn-default {
  color: #333333 !important;
  background-color: #ffffff !important;
  border-color: #cccccc !important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333 !important;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none !important;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff !important;
  border-color: #cccccc !important;
}
.btn-default .badge {
  color: #ffffff !important;
  background-color: #333333 !important;
}
.btn-primary {
  color: #ffffff !important;
  background-color: #5fa8dc !important;
  border-color: #4a9dd7 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff !important;
  background-color: #3591d3 !important;
  border-color: #297ebb !important;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none !important;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #5fa8dc !important;
  border-color: #4a9dd7 !important;
}
.btn-primary .badge {
  color: #5fa8dc !important;
  background-color: #ffffff !important;
}
.btn-success {
  color: #ffffff !important;
  background-color: #84c55f !important;
  border-color: #76be4c !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff !important;
  background-color: #69b140 !important;
  border-color: #599737 !important;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none !important;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #84c55f !important;
  border-color: #76be4c !important;
}
.btn-success .badge {
  color: #84c55f !important;
  background-color: #ffffff !important;
}
.btn-info {
  color: #ffffff !important;
  background-color: #26bcd6 !important;
  border-color: #22a9c0 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff !important;
  background-color: #1e96ab !important;
  border-color: #197b8c !important;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none !important;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #26bcd6 !important;
  border-color: #22a9c0 !important;
}
.btn-info .badge {
  color: #26bcd6 !important;
  background-color: #ffffff !important;
}
.btn-warning {
  color: #333333 !important;
  background-color: #f5e071 !important;
  border-color: #f3db59 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #333333 !important;
  background-color: #f2d641 !important;
  border-color: #efce20 !important;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none !important;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f5e071 !important;
  border-color: #f3db59 !important;
}
.btn-warning .badge {
  color: #f5e071 !important;
  background-color: #333333 !important;
}
.btn-danger {
  color: #ffffff !important;
  background-color: #ee3423 !important;
  border-color: #e62412 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff !important;
  background-color: #ce2010 !important;
  border-color: #ad1b0d !important;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none !important;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ee3423 !important;
  border-color: #e62412 !important;
}
.btn-danger .badge {
  color: #ee3423 !important;
  background-color: #ffffff !important;
}

/*
  End of styles preserving Bootstrap 3.2.0 element colors.
*/
