@CHARSET "UTF-8";

A.button, INPUT[type='submit'], BUTTON {
	border-radius: 5px;
	background: #F18500;
	padding: 6px 13px 6px 13px;
	xborder: 2px solid #587497;
	border: none;
	color: white;
	font-size: 14px;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.1);
	-webkit-appearance: none;
	cursor: pointer;
	font-weight: 500;
	text-decoration: none;
	line-height: 1em;
	position: relative;
	padding-right: 20px;
	display: inline-block;
	margin-top: 5px;
	outline: none;
	font-family: Montserrat, Arial, sans-serif;
	top: -2px;
	left: -2px;
}

A.button:active, INPUT[type='submit']:active, BUTTON:active {
	box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	top: 0px;
	left: 0px;
}

A.button.blue, INPUT[type='submit'].blue, BUTTON.blue {
	background-color: #1F3D82;
}

A.button.grey, INPUT[type='submit'].grey, BUTTON.grey {
	background-color: #777;
}

A.button.large {
	font-size: 18px;
	padding-top: 7px;
}

A.button.small {
	font-size: 12px;
	padding:	 4px 8px 4px 8px;
}

A.button.small:after {
	display: none;	
}

A.button.green {
	color: #B0CB0A;
}

A.button.green:after {
	border-left-color: #B0CB0A;
}

A.button.green:hover {
	border-color: #B0CB0A;
}

A.button.green:hover:after {
	border-left-color: white;
}

A.button.blue:hover, INPUT[type='submit'].blue:hover, BUTTON.blue:hover {
	background-color: #485ba1;
}

A.button.grey:hover, INPUT[type='submit'].grey:hover, BUTTON.grey:hover {
	background-color: #999;
}

INPUT[type='submit'], BUTTON {
	padding: 7px 11px;
}

A.button.secondary, INPUT[type='submit'].secondary, BUTTON.secondary {
	background: #777777;
}

A.button:hover, INPUT[type='submit']:hover, BUTTON:hover {
	xbackground: #B0CB0A;
	background: #F4981C;
	color: white;	
}

A.button.disabled {
	pointer-events: none;
	background-color: rgba(0,0,0,0.1);
}

A.button:after {
	content: '';
	display: block;  
	position: absolute;
	xleft: 5px;
	top: 9px;
	right: 5px;
	width: 0;
	height: 0;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-left: 6px solid white;
	border-right: 4px solid transparent;

}

A.button.no-chevron, A.button.chevleft {
	padding-right: 13px;
}

A.button.no-chevron:after, A.button.chevleft:after {
	display: none;
}

A.button.chevleft {
	padding-left: 20px;
}

A.button.chevleft:before {
	content: '';
	display: block;  
	position: absolute;
	left: 5px;
	top: 9px;
	xright: 5px;
	width: 0;
	height: 0;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-left: 4px solid transparent;
	border-right: 6px solid white;

}


A.button.large:after {
	top: 12px;
}

.bar_button A.button {
	padding: 0px 20px 0px 6px;
	font-size: 12px;
	line-height: 8px;
	box-shadow: 0px 0px 0px;
	border: 0px;
	font-weight: 700;
}

.bar_button A.button:after {
	top: 5px;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-left: 7px solid white;
	border-right: 7px solid transparent;
	line-height: 1px;
	font-size: 1px;
}

A.button.circle {
	padding: 0px 7px;
	border-radius: 500px;
	font-weight: 700;
}

A.button.nochevron {
	padding-right: 12px;	
}

.buttons A.button.zoomin, .buttons A.button.zoomout {
	font-size: 20px;
	line-height: 20px;
	width: 30px;
	height: 30px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	padding-top: 5px;
	box-sizing: border-box;
}

A.button.circle:after, A.button.nochevron:after {
	border-bottom: 0px solid transparent !important;
	border-top: 0px solid transparent !important;
	border-left: 0px solid white !important;
	border-right: 0px solid transparent !important;
}
