/*
 * jquery-filestyle
 * doc: http://markusslima.github.io/jquery-filestyle/
 * github: https://github.com/markusslima/jquery-filestyle
 *
 * Copyright (c) 2015 Markus Vinicius da Silva Lima
 * Version 1.5.1
 * Licensed under the MIT license.
 */
.jfilestyle {
	display: inline-block;
	padding: 0px;
	position: relative;
	border-collapse: separate;
}

div.jfilestyle label, div.jfilestyle input {
	font-family: sans-serif;
}

div.jfilestyle input {
	border: 1px solid #c0c0c0;
	background: #d9d9d9;
	margin: 0px -5px 0px 0px;
	vertical-align: middle;
	padding: 7px 14px;
	font-size: 14px;
	border-radius: 4px;
	color: #8d8d8d;
	cursor: default;
    line-height: normal;
}

div.jfilestyle label {
    color: white !important;
    font-family: 'Cabin', sans-serif;
	font-size: 16px;
	font-style: normal !important;
	font-weight: 500;
	letter-spacing: 0.025em;
    line-height: 40px;
    text-align: center !important;
    text-transform: uppercase;
    background: #AB1B2E;
    margin: 0 !important;
    padding: 0 15px;
    display: inline-block;
    zoom: 1; 
    *display: inline;
}

div.jfilestyle.jfilestyle-corner input:first-child {
	border-right: 0;
}

div.jfilestyle.jfilestyle-corner input:last-child {
	border-left: 0;
}

div.jfilestyle.jfilestyle-corner input:first-child,
div.jfilestyle.jfilestyle-corner span:first-child>label {
	border-radius: 4px 0 0 4px;	
}

div.jfilestyle.jfilestyle-corner input:last-child,
div.jfilestyle.jfilestyle-corner span:last-child>label {
	border-radius: 0 4px 4px 0;	
}

div.jfilestyle label[disabled] {
	pointer-events: none;
	opacity: 0.6;
	filter: alpha(opacity=65);
	cursor: not-allowed;
}

div.jfilestyle label:hover {
	cursor: pointer;
	opacity: 0.9;
}

div.jfilestyle .count-jfilestyle {
	color: white;
	font-size: 10px;
	line-height: 20px !important;
	width: 20px; height: 20px;
	background: black;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	zoom: 1; 
	*display: inline;
	vertical-align: middle;
}