/*
 * 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;
}

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 {
	display: inline-block;
	border: 1px solid #c0c0c0;
	background: #ffffff;
	padding: 7px 14px;
	color: #0662ba;
	vertical-align: middle;
	line-height: normal;
	text-align: center;
	margin: 0px;
	font-size: 14px;
	width: auto;
	border-radius: 4px;
    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: 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 {
	background: #303030;
	color: #fff;
	border-radius: 50%;
	padding: 1px 5px;
	font-size: 12px;
	vertical-align: middle;
}

.jfilestyle {
	width:100%;
}

#form label.mylabel {
	float: left;
    width: 50%;
    padding: 20px 0px;
	background:#16a085;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	border:0px;
    cursor: pointer;
	font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
	border-bottom:3px solid #0c574c;
	border-style: solid;
    -webkit-appearance: none;
    font-size: 1rem;
	border-radius:0px;
}

button:hover, .button:hover, #form label.mylabel:hover {
	background:#0c574c;
}

.jfilestyle input[type="text"] {
    width: 50% !important;
    float: right;
    background-color: rgba(255,255,255,0);
    border: none;
    color: #fff;
    /* line-height: 62px; */
    height: 62px;
	box-shadow:none;
}