/**
* All of the CSS for your public-facing functionality should be
* included in this file.
*/
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* Buttons */
/*--------------------------------------------------------------*/

.pk-button-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.pk-button-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.pk-button-primary:focus, .pk-button-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

 .pk-button-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.pk-button-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}

.pk-button-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* Tabs */
/*--------------------------------------------------------------*/

/* Collapsibles */
/*--------------------------------------------------------------*/

/* Progress */
/*--------------------------------------------------------------*/
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}

/* Separators */
/*--------------------------------------------------------------*/
