/*
 * 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;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	position: relative;
	border-collapse: separate;
	width: 100%;
}

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

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

div.jfilestyle label {
	display: inline-block;
	border: 1px solid #404040;
	background: #404040;
	padding: 9px 14px 10px 14px;
	color: #FFF;
	vertical-align: middle;
	line-height: normal;
	text-align: center;
	margin: 0px;
	font-size: 11px;
	width: 40%;
	text-transform: uppercase;
	border-radius: 0;
    font-weight: normal;
}

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: 0;
}

div.jfilestyle.jfilestyle-corner input:last-child,
div.jfilestyle.jfilestyle-corner span:last-child>label {
	border-radius: 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: 1;
	background-color:#444;
}

div.jfilestyle .count-jfilestyle {
	background: #303030;
	color: #fff;
	border-radius: 50%;
	padding: 1px 5px;
	font-size: 12px;
	vertical-align: middle;
}
