﻿.btn.blue:not(.btn-outline){
    color: #FFF;
    background-color: #3fa8e1;
    border-color: #3fa8e1;
    cursor: pointer;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn.red:not(.btn-outline) {
    color: #fff;
    background-color: #e7505a;
    border-color: #e7505a;
    border: 0px;
    cursor: pointer;
}
.file_row_html {
    margin-bottom: 10px;
    padding: 10px 0;
}
.files_row_preview {
    margin-right: 10px;
    border: 1px dashed #e2e2e2;
    padding: 10px;
    width: 60px;
    overflow: hidden;
    text-align: center;
}
.files_row .mpreview {
    position: relative;
    width: 78px;
    top: -18px;
    text-align: right;
    display: none;
}
.files_row_preview img {
    max-width: 60px;
    max-height: 50px;
}
.btn, .btn-group, .btn-group-vertical, .caret, .checkbox-inline, .radio-inline {
    vertical-align: middle;
}
hr, img {
    border: 0;
}
.files_row .preview img {
    overflow: hidden;
}
.files_row .mpreview a {
    color: #bac3d0;
}
[class*=" fa-"]:not(.fa-stack), [class*=" glyphicon-"], [class*=" icon-"], [class^=fa-]:not(.fa-stack), [class^=glyphicon-], [class^=icon-] {
    display: inline-block;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
}
.progress {
    border: 0;
    background-image: none;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.progress {
    height: 20px;
    background-color: #fff;
    border-radius: 4px;
}
.progress {
    margin-bottom: 8px!important;
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-size: 40px 40px;
}
.progress-bar-success {
    background-color: #3ea9e2;
}
.progress-bar-striped, .progress-striped .progress-bar, .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: -o-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 {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}