﻿.hidden {
    display: none;
}

.show {
    display: inline;
}

.style1 {
    width: 72px;
    text-align: right;
}

.style2 {
    width: 234px;
    text-align: left;
}

.style3 {
    width: 100%;
}

.style4 {
    width: 100%;
    border: 1px solid #FFCC00;
}

.style5 {
    text-align: center;
    font-weight: bold;
    font-size: large;
}

body {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    text-align: center;
}

.style6 {
    width: 322px;
}

body /* Internet Explorer */ {
    text-align: center;
}

body /* Mozilla Firefox alignment */ {
    /*text-align: -moz-center;*/
    text-align: center;
}

.ProgressBar {
    margin: 0px;
    border: 0px;
    padding: 0px;
    width: 100%;
    height: 2em;
}

.style7 {
    color: #FF0000;
}

.divPickupFiles {
    position: relative;
    display: block;
    height: 21px;
    width: 84px;
    overflow: hidden;
}

.pickupFiles {
    display: block;
    width: 220px;
    position: absolute;
    text-align: right;
    top: 0px;
    right: 0px;
    cursor: pointer;
    font-size: 28px;
    opacity: 0;
    z-index: 2;
}

.text-success {
    color: green;
}

.text-danger {
    color: red;
}


.well-upload {
    min-height: 20px;
    max-height: 400px;
    height:auto;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}

.table-upload td {
    border-top: none !important;
    padding-bottom: 0px !important;
}

.table-upload tr {
    border-top: 1px solid #e3e3e3;
}

    .table-upload tr:first-child {
        border-top: 0;
    }



.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.upload-block {
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 5px !important;
}

.divScroll {
    max-height: 360px;
    min-height: 150px;
    /*overflow: auto;*/
    /*overflow: hidden;*/
    overflow-y: auto;
}
