.nf-fu-progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
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);
}
.nf-fu-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;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.nf-fu-fileinput-button {
position: relative;
overflow: hidden;
display: inline-block;
margin-bottom: 10px;
}
.nf-fu-fileinput-button:focus {
background: #fff;
border-color: #919191;
color: rgb(104.2,104.2,104.2);
transition: all .5s;
}
.nf-fu-button-cancel {
float: right;
display: none;
}
.nf-fu-fileinput-button input {
position: absolute;
top: 0;
right: 0;
margin: 0;
opacity: 0;
-ms-filter: 'alpha(opacity=0)';
font-size: 200px !important;
direction: ltr;
cursor: pointer;
} @media screen\9 {
.nf-fu-fileinput-button input {
filter: alpha(opacity=0);
font-size: 100%;
height: 100%;
}
}.nf-next-previous,
.nf-breadcrumbs {
content: "";
list-style-type: none !important;
margin: 20px 0 !important;
padding: 0 !important;
}
.nf-next-previous::after,
.nf-breadcrumbs::after {
clear: both;
content: "";
display: block;
}
.nf-next-previous li,
.nf-breadcrumbs li {
content: "";
list-style-type: none !important;
margin: 0 !important;
padding: 0 !important;
}
.nf-next-previous li.nf-previous-item {
float: left;
}
.nf-next-previous li.nf-next-item {
float: right;
}
.nf-breadcrumbs li {
float: left;
}
.nf-breadcrumbs li a {
display: inline-block;
font-size: 16px;
margin-right: 16px;
margin-bottom: 10px;
text-decoration: none;
}
.nf-breadcrumbs li a .nf-breadcrumb-error {
background: red;
border-radius: 4px;
color: #fff;
padding: 2px 5px;
}
.nf-breadcrumbs li:last-child a {
margin-right: 0;
}
.nf-breadcrumbs li.active a {
font-weight: bold;
}
.nf-progress-container {
margin-top: 20px;
width: 100%;
border: 1px solid rgb(187, 187, 187);
}
.nf-progress {
height: 20px;
background-color: #329ad1;
}