/*-----------------------------------------------------------------------------\
 * Buttons CSS
 *
 * Based Off:
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
\-----------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
 * Buttons
 *----------------------------------------------------------------------------*/

.btn {
	background-color: #DDD;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	text-decoration: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none;
}
.btn:active,
.btn.active {
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	outline: 0;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	-webkit-box-shadow: none;
	box-shadow: none;
	filter: alpha(opacity=65);
	opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn.btn-default {
	background-color: #fff;
	border-color: #ccc;
	color: #333;
}
.btn.btn-default:focus,
.btn.btn-default.focus {
	background-color: #e6e6e6;
	border-color: #8c8c8c;
	color: #333;
}
.btn.btn-default:hover {
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333;
}
.btn.btn-default:active,
.btn.btn-default.active,
.open > .dropdown-toggle.btn.btn-default {
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333;
}
.btn.btn-default:active:hover,
.btn.btn-default.active:hover,
.open > .dropdown-toggle.btn.btn-default:hover,
.btn.btn-default:active:focus,
.btn.btn-default.active:focus,
.open > .dropdown-toggle.btn.btn-default:focus,
.btn.btn-default:active.focus,
.btn.btn-default.active.focus,
.open > .dropdown-toggle.btn.btn-default.focus {
	background-color: #d4d4d4;
	border-color: #8c8c8c;
	color: #333;
}
.btn.btn-default:active,
.btn.btn-default.active,
.open > .dropdown-toggle.btn.btn-default {
	background-image: none;
}
.btn.btn-default.disabled:hover,
.btn.btn-default[disabled]:hover,
fieldset[disabled] .btn.btn-default:hover,
.btn.btn-default.disabled:focus,
.btn.btn-default[disabled]:focus,
fieldset[disabled] .btn.btn-default:focus,
.btn.btn-default.disabled.focus,
.btn.btn-default[disabled].focus,
fieldset[disabled] .btn.btn-default.focus {
	background-color: #fff;
	border-color: #ccc;
}
.btn.btn-default .badge {
	background-color: #333;
	color: #fff;
}
.btn-primary {
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #fff;
}
.btn-primary:focus,
.btn-primary.focus {
	background-color: #286090;
	border-color: #122b40;
	color: #fff;
}
.btn-primary:hover {
	background-color: #286090;
	border-color: #204d74;
	color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-color: #286090;
	border-color: #204d74;
	color: #fff;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	background-color: #204d74;
	border-color: #122b40;
	color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary .badge {
	background-color: #fff;
	color: #337ab7;
}
.form .btn.btn-success,
.btn.btn-success {
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: #fff;
}
.form .btn.btn-success:focus,
.form .btn.btn-success.focus,
.btn.btn-success:focus,
.btn.btn-success.focus {
	background-color: #449d44;
	border-color: #255625;
	color: #fff;
}
.form .btn.btn-success:hover,
.btn.btn-success:hover {
	background-color: #449d44;
	border-color: #398439;
	color: #fff;
}
.form .btn.btn-success:active,
.form .btn.btn-success.active,
.btn.btn-success:active,
.btn.btn-success.active {
	background-color: #449d44;
	border-color: #398439;
	color: #fff;
}
.form .btn.btn-success:active:hover,
.form .btn.btn-success.active:hover,
.form .btn.btn-success:active:focus,
.form .btn.btn-success.active:focus,
.form .btn.btn-success:active.focus,
.form .btn.btn-success.active.focus,
.btn.btn-success:active:hover,
.btn.btn-success.active:hover,
.btn.btn-success:active:focus,
.btn.btn-success.active:focus,
.btn.btn-success:active.focus,
.btn.btn-success.active.focus {
	background-color: #398439;
	border-color: #255625;
	color: #fff;
}
.form .btn.btn-success:active,
.form .btn.btn-success.active,
.btn.btn-success:active,
.btn.btn-success.active {
	background-image: none;
}
.form .btn.btn-success.disabled:hover,
.form .btn.btn-success[disabled]:hover,
.form fieldset[disabled] .btn.btn-success:hover,
.form .btn.btn-success.disabled:focus,
.form .btn.btn-success[disabled]:focus,
.form fieldset[disabled] .btn.btn-success:focus,
.form .btn.btn-success.disabled.focus,
.form .btn.btn-success[disabled].focus,
.form fieldset[disabled] .btn.btn-success.focus,
.btn.btn-success.disabled:hover,
.btn.btn-success[disabled]:hover,
fieldset[disabled] .btn.btn-success:hover,
.btn.btn-success.disabled:focus,
.btn.btn-success[disabled]:focus,
fieldset[disabled] .btn.btn-success:focus,
.btn.btn-success.disabled.focus,
.btn.btn-success[disabled].focus,
fieldset[disabled] .btn.btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn.btn-success .badge {
	background-color: #fff;
	color: #5cb85c;
}
.btn.btn-info {
	background-color: #5bc0de;
	border-color: #46b8da;
	color: #fff;
}
.btn.btn-info:focus,
.btn.btn-info.focus {
	background-color: #31b0d5;
	border-color: #1b6d85;
	color: #fff;
}
.btn.btn-info:hover {
	background-color: #31b0d5;
	border-color: #269abc;
	color: #fff;
}
.btn.btn-info:active,
.btn.btn-info.active,
.open > .dropdown-toggle.btn.btn-info {
	background-color: #31b0d5;
	border-color: #269abc;
	color: #fff;
}
.btn.btn-info:active:hover,
.btn.btn-info.active:hover,
.open > .dropdown-toggle.btn.btn-info:hover,
.btn.btn-info:active:focus,
.btn.btn-info.active:focus,
.open > .dropdown-toggle.btn.btn-info:focus,
.btn.btn-info:active.focus,
.btn.btn-info.active.focus,
.open > .dropdown-toggle.btn.btn-info.focus {
	background-color: #269abc;
	border-color: #1b6d85;
	color: #fff;
}
.btn.btn-info:active,
.btn.btn-info.active,
.open > .dropdown-toggle.btn.btn-info {
	background-image: none;
}
.btn.btn-info.disabled:hover,
.btn.btn-info[disabled]:hover,
fieldset[disabled] .btn.btn-info:hover,
.btn.btn-info.disabled:focus,
.btn.btn-info[disabled]:focus,
fieldset[disabled] .btn.btn-info:focus,
.btn.btn-info.disabled.focus,
.btn.btn-info[disabled].focus,
fieldset[disabled] .btn.btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn.btn-info .badge {
	background-color: #fff;
	color: #5bc0de;
}
.btn.btn-warning {
	background-color: #f0ad4e;
	border-color: #eea236;
	color: #fff;
}
.btn.btn-warning:focus,
.btn.btn-warning.focus {
	background-color: #ec971f;
	border-color: #985f0d;
	color: #fff;
}
.btn.btn-warning:hover {
	background-color: #ec971f;
	border-color: #d58512;
	color: #fff;
}
.btn.btn-warning:active,
.btn.btn-warning.active,
.open > .dropdown-toggle.btn.btn-warning {
	background-color: #ec971f;
	border-color: #d58512;
	color: #fff;
}
.btn.btn-warning:active:hover,
.btn.btn-warning.active:hover,
.open > .dropdown-toggle.btn.btn-warning:hover,
.btn.btn-warning:active:focus,
.btn.btn-warning.active:focus,
.open > .dropdown-toggle.btn.btn-warning:focus,
.btn.btn-warning:active.focus,
.btn.btn-warning.active.focus,
.open > .dropdown-toggle.btn.btn-warning.focus {
	background-color: #d58512;
	border-color: #985f0d;
	color: #fff;
}
.btn.btn-warning:active,
.btn.btn-warning.active,
.open > .dropdown-toggle.btn.btn-warning {
	background-image: none;
}
.btn.btn-warning.disabled:hover,
.btn.btn-warning[disabled]:hover,
fieldset[disabled] .btn.btn-warning:hover,
.btn.btn-warning.disabled:focus,
.btn.btn-warning[disabled]:focus,
fieldset[disabled] .btn.btn-warning:focus,
.btn.btn-warning.disabled.focus,
.btn.btn-warning[disabled].focus,
fieldset[disabled] .btn.btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn.btn-warning .badge {
	background-color: #fff;
	color: #f0ad4e;
}
.form .btn.btn-danger,
.btn.btn-danger {
	background-color: #d9534f;
	border-color: #d43f3a;
	color: #fff;
}
.form .btn.btn-danger:focus,
.form .btn.btn-danger.focus,
.btn.btn-danger:focus,
.btn.btn-danger.focus {
	background-color: #c9302c;
	border-color: #761c19;
	color: #fff;
}
.form .btn.btn-danger:hover,
.btn.btn-danger:hover {
	background-color: #c9302c;
	border-color: #ac2925;
	color: #fff;
}
.form .btn.btn-danger:active,
.form .btn.btn-danger.active,
.btn.btn-danger:active,
.btn.btn-danger.active {
	background-color: #c9302c;
	border-color: #ac2925;
	color: #fff;
}
.form .btn.btn-danger:active:hover,
.form .btn.btn-danger.active:hover,
.form .btn.btn-danger:active:focus,
.form .btn.btn-danger.active:focus,
.form .btn.btn-danger:active.focus,
.form .btn.btn-danger.active.focus,
.btn.btn-danger:active:hover,
.btn.btn-danger.active:hover,
.btn.btn-danger:active:focus,
.btn.btn-danger.active:focus,
.btn.btn-danger:active.focus,
.btn.btn-danger.active.focus {
	background-color: #ac2925;
	border-color: #761c19;
	color: #fff;
}
.form .btn.btn-danger:active,
.form .btn.btn-danger.active {
	background-image: none;
}
.btn.btn-danger.disabled:hover,
.btn.btn-danger[disabled]:hover,
fieldset[disabled] .btn.btn-danger:hover,
.btn.btn-danger.disabled:focus,
.btn.btn-danger[disabled]:focus,
fieldset[disabled] .btn.btn-danger:focus,
.btn.btn-danger.disabled.focus,
.btn.btn-danger[disabled].focus,
fieldset[disabled] .btn.btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn.btn-danger .badge {
	background-color: #fff;
	color: #d9534f;
}
.btn-link {
	border-radius: 0;
	color: #337ab7;
	font-weight: normal;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
	background-color: transparent;
	color: #23527c;
	text-decoration: underline;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.3333333;
	padding: 10px 16px;
}
.btn-sm,
.btn-group-sm > .btn {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.4;
	padding: 5px 10px;
}
.btn-xs,
.btn-group-xs > .btn {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 1px 5px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}