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

.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}




.btn-block{
    display:block;
    width:100%;
    padding-left:0;
    padding-right:0
}

.btn-block+.btn-block{
    margin-top:5px
}

input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{
    width:100%
}



.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{
    padding:5px
}

.table-bordered{
    border:1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{
    border:1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{
    border-bottom-width:2px
}

.table-striped>tbody>tr:nth-child(odd),.table-striped>tbody>tr:nth-child(odd)>th{
    background-color:#f9f9f9
}

.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{
    background-color:#f5f5f5
}


@-webkit-keyframes progress-bar-stripes{
	from{
		background-position:40px 0
	}

	to{
		background-position:0 0
	}

}

@keyframes progress-bar-stripes{
	from{
		background-position:40px 0
	}

	to{
		background-position:0 0
	}

}

.progress{
    overflow:hidden;
    height:20px;
    margin-bottom:5px;
    background-color:#f5f5f5;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow:inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar{
    float:left;
    width:0;
    height:100%;
    font-size:12px;
    line-height:20px;
    color:#fff;
    text-align:center;
    background-color:#428bca;
    -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition:width .6s ease;
    transition:width .6s ease
}

.progress-striped .progress-bar{
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size:40px 40px
}

.progress.active .progress-bar{
    -webkit-animation:progress-bar-stripes 2s linear infinite;
    animation:progress-bar-stripes 2s linear infinite
}

.progress-bar-success{
    background-color:#D98500;
}

.progress-striped .progress-bar-success{
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info{
    background-color:#5bc0de
}

.progress-striped .progress-bar-info{
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning{
    background-color:#f0ad4e
}

.progress-striped .progress-bar-warning{
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger{
    background-color:#d9534f
}

.progress-striped .progress-bar-danger{
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}


.buttongsyupload {
	display: inline-block;
    -moz-border-radius:5px;
    /* Webkit */
    -webkit-border-radius:5px;
    /* CSS 3 */
    border-radius:5px;
    background-color:#3d3d3d;
    border:none;
    color:#fff;
    font-family:arial;
    font-size:14px;
    
    /*margin:10px 5px 10px 0;
    margin-left:5px;*/
    padding:3px 5px;
    cursor: pointer;
    vertical-align: middle;
    box-shadow: 0 10px 4px rgba(255, 255, 255, 0.45) inset, 0 4px 4px rgba(255, 255, 255, 0.45);
}

.buttongsyupload:hover, .buttongsyupload:active, .buttongsyupload.big:hover, .buttongsyupload.big:active  {
    color: white;
    background-color:#D98500;
    
}

.buttongsyupload.big {
    -moz-border-radius:5px;
    /* Webkit */
    -webkit-border-radius:5px;
    /* CSS 3 */
    border-radius:5px;
    background-color:#3d3d3d; 
    border:none;
    color:#fff;
    font-family:arial;
    font-size:14px;
    
    /*margin:10px 5px 10px 0;
    margin-left:5px;*/
    padding:5px 7px; 
    margin-bottom: 5px;
    text-decoration: none;
    
}


.tableupload {
	/*border-collapse: collapse;
	border-spacing: 0px; */
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	width: 100%;
}
.tableupload td{
	border-bottom: 1px solid #DDD;
	padding: 3px
	
}

.tableupload td.last{
	width: 80px;
	text-align: right;
	
}

.fileupload-buttonbar {
	overflow: hidden;
	padding-top: 0px;
	margin-bottom: 10px;
}

.progress-extended {
	color: #999;
	font-size: 10px;
}

span.size, p.size {
    color: #999;
	font-size: 11px;
}

.fade{
	opacity:0;
	-webkit-transition:opacity .15s linear;
	transition:opacity .15s linear
}

.fade.in{
	opacity:1
}

.collapse{
	display:none
} 

.collapse.in{
	display:block
}

.collapsing{
	position:relative;
	height:0;
	overflow:hidden;
	-webkit-transition:height .35s ease;
	transition:height .35s ease
}  

.label-danger {
	color: red;
}


button::-moz-focus-inner {
    padding: 0;
    border: 0
}
