@charset "utf-8";

/****************************************/
/*	CSS Document 						*/
/*	Agiss 16G 1.1  						*/
/*										*/
/*	Abrupta Servis s.r.o.				*/
/*	stylesheet.buttons.css				*/
/*	buttons version 1.0.0  				*/
/*										*/
/*	edit: 2018-04-08					*/
/****************************************/

/* + ! Buttons */
.btn {
	display:inline-block;
	position:relative;
	text-align:center;
	overflow:visible;
	cursor:pointer;
	white-space:nowrap;
	margin-bottom:0;
	background-color:transparent;
	border-color:#000;
	border-width:.1em;
	border-style:solid;
	color:#000;
	margin-right:1em;
	transition:all .4s;
}

.btn:only-of-type,
.btn:last-child {
	margin-right:0;
}

.btn:hover {
	background-color:transparent;
	border-color:#111;
	transition:all .4s;
}

.btn:focus {
	outline:none!important;
}

.btn:disabled {
	cursor:not-allowed;
}

.btn > a {
	position:relative;
	display: block;
	text-decoration:none;
	color:#000;
	z-index:1;
	transition:all .4s;
}

.btn:hover > a {
	color:#111;
	transition:all .4s;
}

.btn.large > a {
	padding:.6em 2em;
	font-size:1em;
	line-height:1.5em;
	min-width:12em;
}

.btn.standard > a {
	padding:.4em 1.5em;
	font-size:1em;
	line-height:1.4em;
	min-width:8em;
}

.btn.small > a {
	padding:.4em 1.0em;
	font-size:.9em;
	line-height:1.2em;
	min-width:6em;
}

.btn.text {
    border: none;
}
.btn.text > a {
	padding:.1em 0;
	font-size:.9em;
	line-height:1em;
}

.btn.rounded {
	-webkit-border-radius:.3em;
	border-radius:.3em;
}

.btn.pill {
	-webkit-border-radius:1.4em;
	border-radius:1.4em;
}

.btn.block {
	display:block;
	width:100%;
	overflow:hidden;
	white-space:normal;
}

.btn.shadow {
}

.btn.primary {
    background-color: fuchsia;
    border-color: fuchsia;
}
.btn.primary:hover > a:before {
    content: "";
    display: block;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .1;
    z-index: 0;
}

/* -   Buttons */
/*
     FILE ARCHIVED ON 10:44:31 Feb 19, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:43:29 Apr 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.63
  exclusion.robots: 0.044
  exclusion.robots.policy: 0.034
  esindex: 0.011
  cdx.remote: 48.401
  LoadShardBlock: 106.48 (3)
  PetaboxLoader3.datanode: 73.543 (4)
  PetaboxLoader3.resolve: 96.684 (2)
  load_resource: 98.745
*/