/*csslint important:false*/

/* ==========================================================================
   Pure Base Extras
   ========================================================================== */

/**
 * Extra rules that Pure adds on top of Normalize.css
 */

/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */
.btn {
	font-size: 12px;
}

.input-group-btn {
	/*font-size: unset;*/
}

.hidden,
[hidden] {
	display: none !important;
}

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
	max-width: 100%;
	height: auto;
	display: block;
}

/*csslint outline-none:false*/

.pure-button {
	font-family: inherit;
	font-size: 100%;
	padding: 5px 8px;
	color: #444; /* rgba not supported (IE 8) */
	color: rgba(0, 0, 0, 0.80); /* rgba supported */
	border: 1px solid #999; /*IE 6/7/8*/
	border: none rgba(0, 0, 0, 0); /*IE9 + everything else*/
	background-color: #E6E6E6;
	text-decoration: none;
	border-radius: .25rem;
	display: inline-block;
	line-height: normal;
	cursor: pointer;;
}

.pure-button-input {
	padding: 11px 10px 11px;
	border-bottom: 1px solid #c8c8c8;
}

.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
	text-decoration: none;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
	background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
	background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.05) 0%, rgba(0,0,0, 0.10));
	background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
	background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));*/
}

.pure-button:focus {
	outline: 0;
}

.pure-button-active,
.pure-button:active {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.20) inset;
	border-color: #000 \9;
}

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
	border: none;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=40);
	-khtml-opacity: 0.40;
	-moz-opacity: 0.40;
	opacity: 0.40;
	cursor: not-allowed;
	box-shadow: none;
}

.pure-button-hidden {
	display: none;
}

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pure-button-blue,
.pure-button-primary,
.pure-button-selected,
a.pure-button-blue,
a.pure-button-primary,
a.pure-button-selected {
	background-color: #007bff;
	color: #ffffff;
	border: solid 1px #007bff;
	transition: ease-in-out 0.2s;
}

.pure-button-blue:hover,
.pure-button-blue:focus,
.pure-button-primary:hover,
.pure-button-primary:focus,
.pure-button-selected:hover,
.pure-button-selected:focus,
a.pure-button-blue:hover,
a.pure-button-primary:hover,
a.pure-button-selected:hover {
	background-color: #0069d9;
	color: #ffffff;
	border-color: #0062cc;
}

.pure-button i {
	/*margin-right: 4px;*/
}

/*---------------------------------------------------------*/
.pure-button-gold,
a.pure-button-gold {
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
	radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
	color: #fff;
	transition: background 1s ease;
}

.pure-button-gold:hover,
.pure-button-gold:focus,
a.pure-button-gold:hover {
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
	radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
	color: #ffffff;
	text-decoration: none;
}

.pure-button-gold:visited,
a.pure-button-gold:visited {
	color: #ffffff;
}

.pure-button-gold:active,
a.pure-button-gold:active {
	color: #ffffff;
}

.pure-button-gold:focus,
a.pure-button-gold:focus {
	color: #ffffff;
}

/*---------------------------------------------------------*/
.pure-button-green,
a.pure-button-green {
	background-color: #28a745 !important;
	color: #ffffff !important;
	border: solid 1px #28a745 !important;
	transition: ease-in-out 0.2s;
}

.pure-button-green:hover,
.pure-button-green:focus,
a.pure-button-green:hover {
	background-color: #218838 !important;
	color: #ffffff !important;
	border-color: #1e7e34;
}

/*---------------------------------------------------------*/
.pure-button-black,
a.pure-button-black {
	background-color: #100720;
	color: #ffffff;
	border: solid 1px #100720;
	transition: ease-in-out 0.2s;
}

.pure-button-black:hover,
.pure-button-black:focus,
a.pure-button-black:hover {
	background-color: #535857;
	color: #ffffff;
	border-color: #535857;
}

/*---------------------------------------------------------*/
.pure-button-orange,
a.pure-button-orange {
	background-color: #e65100;
	color: #fff;
	border: solid 1px #e65100;
	transition: ease-in-out 0.2s;
}

.pure-button-orange:hover,
.pure-button-orange:focus,
a.pure-button-orange:hover {
	background-color: #cc4902;
	color: #ffffff;
	border-color: #cc4902;
}

.pure-button-orange i {
	color: #ffffff;
}

/*---------------------------------------------------------*/
.pure-button-red,
a.pure-button-red {
	background-color: #F7161C;
	color: #fff;
	border: solid 1px #F7161C;
	transition: ease-in-out 0.2s;
}

.pure-button-red:hover,
.pure-button-red:focus,
a.pure-button-red:hover {
	background-color: #d61318;
	color: #ffffff;
	border-color: #d61318;
}

/*---------------------------------------------------------*/
.pure-button-purple,
a.pure-button-purple {
	background-color: #7858A6;
	color: #fff;
	border: solid 1px #673ab7;
	transition: ease-in-out 0.2s;
}

.pure-button-purple:hover,
.pure-button-purple:focus,
a.pure-button-purple:hover {
	background-color: #4e2b8c;
	color: #ffffff;
	border-color: #4e2b8c;
}

/*---------------------------------------------------------*/
.pure-button-pink,
a.pure-button-pink {
	background-color: #e91e63;
	color: #fff;
	border: solid 1px #e91e63;
	transition: ease-in-out 0.2s;
}

.pure-button-pink:hover,
.pure-button-pink:focus,
a.pure-button-pink:hover {
	background-color: #c21751;
	color: #ffffff;
	border-color: #c21751;
}

/*---------------------------------------------------------*/
.pure-button-ligre,
a.pure-button-ligre {
	background-color: #2eb300;
	color: #fff;
	border: solid 2px #2eb300;
	transition: ease-in-out 0.3s;
}

.pure-button-ligre:hover,
.pure-button-ligre:focus,
a.pure-button-ligre:hover {
	background-color: #ffffff;
	color: #2eb300;
}

/*---------------------------------------------------------*/
button.pure-15px,
span.pure-15px,
input.pure-15px,
a.pure-15px {
	font-size: 15px !important;
}

a.pure-15px .fa {
	font-size: 15px;
}

button.pure-14px,
span.pure-14px,
input.pure-14px,
a.pure-14px {
	font-size: 14px !important;
}

a.pure-14px .fa {
	font-size: 14px;
}

button.pure-12px,
span.pure-12px,
input.pure-12px,
a.pure-12px {
	font-size: 12px !important;
}

a.pure-12px .fa {
	font-size: 12px;
}

button.pure-11px,
span.pure-11px,
input.pure-11px,
a.pure-11px {
	font-size: 11px !important;
}

a.pure-11px .fa {
	font-size: 11px;
}

button.pure-10px,
span.pure-10px,
input.pure-10px,
a.pure-10px,
a.pure-10px .fa {
	font-size: 10px;
}

button.pure-9px,
span.pure-9px,
input.pure-9px,
a.pure-9px,
a.pure-9px .fa {
	font-size:9px;
}


.button-green,
a.button-green {
	color: #2e7d32;
}

.pure-followbutton {
	margin-bottom: 3px;
	width: 130px;
	text-align: center;
}

.ui-helper-reset {
	font-size: 13px !important;
}

.btn-default {
	background-image: unset;
	border-radius: 0.25rem;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
	border-left: unset;
}

.button-login {
	padding: 8px;
	margin-top: 20px !important;
	margin-bottom: 10px !important;
}
