@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    font-size: 150% !important;
  }
}

.template-download .name, .template-upload .name{
	text-align:left;
	padding:0;
	margin:0;
}

.template-download td {
  padding: 0;
  vertical-align: middle;
}

#addFiles_btn{
height:100px;
background:#fff;
}

#addFiles_btn span{
margin:auto !important;
flex: 0 1 auto !important;
padding: 6px !important;
}


a.secondary{
    color: #FFF;
	text-decoration:none;
}

pre{
	background-color: transparent;
	word-break: normal;
}

html {
  box-sizing: content-box;
}
#menu a{
	text-decoration: none;
}

.tooltip:not(.bs-tooltip){
	opacity: 1;
	font-size:17px;
	position: inherit;
	z-index: 0;
	display: inline-block;
}

.tooltip:not(.bs-tooltip):hover{
	text-decoration:none;
}
