/*
 * jquery-filestyle
 * http://dev.tudosobreweb.com.br/jquery-filestyle/
 *
 * Copyright (c) 2013 Markus Vinicius da Silva Lima
 * Version 0.1.3
 * Licensed under the MIT license.
 */
.jquery-filestyle {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin: 0 0 0px;
  padding: 0;
}



div.jquery-filestyle label,
div.jquery-filestyle input[type=text][disabled] {
	font-family: sans-serif;
}

div.jquery-filestyle input[type=text][disabled] {
	border: 1px solid #d1d1d1;
	background: #f9f9f9;
	margin: 0;
  vertical-align: middle;
  padding: 7px;
  margin-bottom: 10px;
  font-size: 14px;
  height: 16px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

div.jquery-filestyle label {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
	border: 1px solid #d1d1d1;
	background: #ffffff;
	margin-right: 5px;
	margin-left: 0;
	padding: 5px 12px;
	color: #0662ba;
  vertical-align: middle;
  line-height: 20px;
  text-align: center;
  margin: 0 5px 5px 0;
  font-size: 14px;
  width: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

div.jquery-filestyle label:hover {
	background: #f4f4f4;
	cursor: pointer;
}


/**
 * Themes
 */

/* blue */
div.jquery-filestyle.blue label {
	background: #E1E1E1;
	border: 1px solid #AAA;
	color: #000;
	/*text-shadow: -1px -1px 1px #000;*/
	border-radius: 4px;
}

div.jquery-filestyle.blue label:hover {
	background: #d2d2d2;
	border: 1px solid #AAA;
	/*text-shadow: -1px -1px 1px #000;*/
	border-radius: 4px;
}

/* grey */
div.jquery-filestyle.grey label {
	background: #05abe0;
	border: 1px solid #049ccc;
	color: #ffffff;
	text-shadow: -1px -1px 1px #FFF;
}

div.jquery-filestyle.grey label:hover {
	background: #049ccc;
	border: 1px solid #048cb8;
	text-shadow: -1px -1px 1px #FFF;
}


/* green */
div.jquery-filestyle.green label {
	background: #299a0b;
  border: 1px solid #238509;
  color: #ffffff;
  text-shadow: -1px -1px 1px #195f06;
}

div.jquery-filestyle.green label:hover {
	background: #238509;
	border: 1px solid #1e7208;
	text-shadow: -1px -1px 1px #195f06;
}

/* orange */
div.jquery-filestyle.orange label {
	background: #fe7f00;
	border: 1px solid #ea7500;
	color: #ffffff;
	text-shadow: -1px -1px #c16000;
}

div.jquery-filestyle.orange label:hover {
	background: #ea7500;
	border: 1px solid #d66b00;
	text-shadow: -1px -1px 1px #c16000;
}

/* red */
div.jquery-filestyle.red label {
	background: #d00404;
	border: 1px solid #be0303;
	color: #ffffff;
	text-shadow: -1px -1px #960202;
}

div.jquery-filestyle.red label:hover {
	background: #be0303;
	border: 1px solid #aa0303;
	text-shadow: -1px -1px #960202;
}

/* black */
div.jquery-filestyle.black label {
	background: #484848;
	border: 1px solid #3d3d3d;
	color: #ffffff;
	text-shadow: -1px -1px #282828;
}

div.jquery-filestyle.black label:hover {
	background: #3d3d3d;
	border: 1px solid #333333;
	text-shadow: -1px -1px #282828;
}

/* Icons */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

.noclick {
	background: #f5f5f5 !important;
}
.noclick:hover{
	background: #f5f5f5 !important;
}
