/**************************
 *   DEFAULT BOOTSTRAP STYLES
 **************************/

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 10px 16px;
}


/*
.btn-help:hover,
.btn-help:active,
.btn-help.active,
.open .dropdown-toggle.btn-help {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e;
}
*/

/***********************
 *   CUSTON BTN VALUES
 *************************/

.btn {
	padding: 10px 12px;
	border: 0 none;
	border-radius: 14px;
	line-height: 1.33;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
//	text-transform: uppercase;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0 none;
}

/***********************
     Button for SAVE
 ***********************/

.btn-save {
	background: #52c810;
	color: #ffffff;
}
.btn-save:hover, .btn-save:active, .btn-save.active, .open > .dropdown-toggle.btn-save {
	background: #83ce59;
	color: #ffffff;
}

.btn-save.raised {
	color: #ffffff;
	margin-bottom: 3px;
	box-shadow: 0 3px 0 0 #4b9c1d;
}
.btn-save.raised:active, .btn-save.raised.active {
//	margin-bottom: -3px;
//	margin-top: 3px;
	box-shadow: none;
	transform: translateY(3px);
}

/***********************
     Button for HELP
 ***********************/

.btn-help {
	background: #ffffff !important;
	color: #00a000 !important;
}
.btn-help:hover, .btn-help:active, .btn-help.active, .open > .dropdown-toggle.btn-help {
	background: #99cc89 !important;
	color: #ffffff !important;
}

.btn-help.raised {
	box-shadow: 0 3px 0 0 #08ad00;
}
.btn-help.raised:active {
//	margin-bottom: -3px;
//	margin-top: 3px;
	box-shadow: none;
	transform: translateY(3px);
}

/***********************
     Button for RUN
 ***********************/

.btn-run {
	background: #f25454;
	color: #ffffff;
}
.btn-run:hover, .btn-run:active, .btn-run.active, .open > .dropdown-toggle.btn-run {
	background: #f26d6d;
	color: #ffffff;
}

.btn-run.raised {
	color: #ffffff;
	box-shadow: 0 3px 0 0 #bf4343;
}
.btn-run.raised:active, .btn-run.raised.active {
//	margin-bottom: -3px;
//	margin-top: 3px;
	box-shadow: none;
	transform: translateY(3px);
}

/***********************
     Button for RESET
 ***********************/

.btn-reset {
	background: #3399ff;
	color: #ffffff;
}
.btn-reset:hover, .btn-reset:active, .btn-reset.active, .open > .dropdown-toggle.btn-reset {
	background: #66b3ff;
	color: #ffffff;
}

.btn-reset.raised {
	color: #ffffff;
	box-shadow: 0 3px 0 0 #2a74bd;
}
.btn-reset.raised:active, .btn-reset.raised.active {
//	margin-bottom: -3px;
//	margin-top: 3px;
	box-shadow: none;
	transform: translateY(3px);
}
