/*
 * 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: 0;
	padding: 0;
	position: relative;
	border-collapse: separate;
}

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

div.jfilestyle input {
	border: 1px solid #dbdcdc;
	background: #f5f5f5;
	margin: 0px -5px 0px 0px;
	vertical-align: middle;
	padding: 0 30px;
	font-size: 13px;
	border-radius: 0;
	color: #252424;
	cursor: default;
    line-height: 55px;
    height: 55px;
}

div.jfilestyle label {
	display: inline-block;
	border: 1px solid #dbdcdc;
	background: #fff;
	padding: 0 30px;
	color: #666;
	vertical-align: middle;
	height: 55px;
	line-height: 55px;
	text-align: center;
	margin: 0px;
	font-size: 13px;
	width: auto;
	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: 0.9;
}

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