
#upload-files {
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    font-family: "PT Sans Narrow",sans-serif;
    margin: 0 auto 20px;
}
#uploaded-rows tr {
    font-size: 8px;
}
#uploaded-files-list th {
    font-size: 10px;
}
#drop {
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #7f858a;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
#drop a.btn-browse {
    background-color: #007a96;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
}
#drop a.btn-browse:hover {
    background-color: #0986a3;
}
table#files-list {
    width: 100%;
}
#drop input {
    display: none;
}
#upload-files #drop #files-list td.upload-button-sec {
    background-color: #f1f1f1;
    width: 30%;
}
#upload-files #drop #files-list td.upload-button-sec a img {
    vertical-align: middle;
}
#upload-files #drop #files-list td.upload_inactive {
    background-color: #363a41;
    height: 100px;
    width: 1%;
}
#upload-files #drop a.btn-browse {
    background-color: #363a41 !important;
}
#upload-files ul li a.update-button {
    background-color: #363a41;
    color: white;
    cursor: pointer;
    position: absolute;
    right: 5%;
    text-transform: uppercase;
    top: 34px;
}
#upload-files ul {
    border-bottom: 4px solid #363a41;
    list-style: outside none none;
}
#upload-files ul li {
    background-color: #f6f6f6;
    background-image: -moz-linear-gradient(center top , #f6f6f6, #f6f6f6);
    height: 75px;
    padding: 15px;
    position: relative;
}
#upload-files ul li input[name="file"], #upload-files ul li input[name="process"] {
    display: none;
}
#upload-files ul li p {
    font-size: 16px;
    font-weight: bold;
    left: 120px;
    overflow: hidden;
    position: absolute;
    white-space: normal;
    width: 60%;
    word-wrap: break-word;
}
#upload-files ul li i {
    color: #7f7f7f;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}
#upload-files ul li canvas {
    position: absolute;
    top: 15px;
}
#upload-files ul li span {
    background: rgba(0, 0, 0, 0) url("../img/icons.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 12px;
    position: absolute;
    right: 5%;
    top: 34px;
    width: 15px;
}
#upload-files ul li.working span {
    background-position: 0 -12px;
    height: 16px;
}
#upload-files ul li.error p {
    color: red;
}
#tzine-download {
    background-color: #257691;
    border-radius: 2px;
    border-top: 1px solid #26849c;
    box-shadow: 0 -1px 2px #1e5e74 inset;
    color: #fff !important;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin-top: 6px;
    opacity: 0.9;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #1e6176;
    text-transform: uppercase;
    width: 150px;
}
#tzine-download:hover {
    opacity: 1;
}
#tzine-actions {
    margin-right: -420px;
    position: absolute;
    right: 50%;
    text-align: right;
    top: 0;
    width: 500px;
}
#tzine-actions iframe {
    display: inline-block;
    float: left;
    height: 21px;
    margin-top: 11px;
    position: relative;
    width: 95px;
}
#upload-files ul li.details {
    border-bottom: 1px dotted #c1c1c1;
    height: 160px;
}
#upload-files ul li.error span {
    background-position: 0 -12px;
    height: 16px;
}
.table_bottom_border {
    border-bottom: 1px solid #f1f1f1;
}
.table_fonts {
    font-size: 12px;
    text-transform: none;
}
.mob-link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    padding: 0 !important;
}
.center {
    text-align: center;
}
.upload_file_heading {
    background: #363a41 none repeat scroll 0 0;
    border: 1px solid #c4c4c4;
    color: #fff!important;
    margin-top: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-top: 15px;
}
.associated_product {
    font-size: 12px;
    width: 20%;
}
.allowed_files .text-muted {
}
#Fileuploads {
    border-left: 1px solid #d4d4d4;
    padding-left: 10px;
    padding-top: 2%;
    text-align: left !important;
}
#drag-drop {
    border: 2px dashed #c4c4c4;
}
.bar {
    background: #64a536 none repeat scroll 0 0;
    height: 5px;
}
.percentage {
    color: #64a536;
    font-style: 12px;
}
.nob-counter {
    margin-left:-35px!important;
    width: auto!important;
}
.alert_sent, .alert_notsent {
    background: url("../img/icons.png") no-repeat scroll 0 0;
    height: 12px;
    width: 15px;
}
.alert_notsent {
    background-position: 1px -12px;
    height: 14px;
}
@media (min-width: 320px) and (max-width: 360px) {
#drop {
    border: 5px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #7f858a;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
#Fileuploads * {
    font-size: 72%;
    padding-left: 5px;
}
#upload-files #drop a.btn-browse {
    font-size: 72%;
}
#upload-files ul li p {
    font-size: 14px;
}
#upload-files ul li a.update-button {
    right: 8%;
    top: 120px;
}
#upload-files ul li p {
    left: 80px;
}
.download_file {
    display: none;
}
}
.alert_loader {
  background: url(../../views/img/spinner.gif) no-repeat scroll top center #fff;
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;

}
