.btnSelectFilesShow {
    background-image: url('../images/BtnSearchFiles.png') !Important;
    width: 100px !important;
    height: 26px !important;
    margin-left: 10px;
    margin-top: 2px;
    display: block;
    float: left;
    /*border: 1px solid #a7a7a7;*/
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.btnSelectFilesDisabled {
    background-image: url('../images/BtnSearchFilesDisabled.png') !Important;
    width: 100px !important;
    height: 26px !important;
    margin-left: 10px;
    margin-top: 2px;
    display: block;
    float: left;
    /*border: 1px solid #a7a7a7;*/
    cursor:default;
    border-radius: 5px;
    box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}

.btnSelectFilesHide {
    width: 100px !important;
    height: 26px !important;
    padding: 0 0 0 27px;
    margin-left: 10px;
    margin-top: 2px;
    display: none;
    float: left;
}

.btnSelectFilesShow:hover {
    box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}

.btnUploadFilesShow {
    background-image: url('../images/BtnUploadFiles.png') !Important;
    width: 100px !important;
    height: 26px !important;
    margin-left: 10px;
    margin-top: 2px;
    display: block;
    float: left;
    /*border: 1px solid #a7a7a7;*/
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}

.btnUploadFilesHide {
    width: 100px !important;
    height: 26px !important;
    padding: 0 0 0 27px;
    margin-left: 10px;
    margin-top: 2px;
    display: none;
    float: left;
}

.btnUploadFilesShow:hover {
    box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}

.btnCancelFilesShow {
    background-image: url('../images/BtnCancelUpload.png') !Important;
    width: 100px !important;
    height: 26px !important;
    margin-left: 10px;
    margin-top: 2px;
    display: block;
    float: left;
    /*border: 1px solid #a7a7a7;*/
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}

.btnUCancelFilesShow:hover {
    box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}

.btnCancelFilesHide {
    width: 100px !important;
    height: 26px !important;
    padding: 0 0 0 27px;
    margin-left: 10px;
    margin-top: 2px;
    display: none;
    float: left;
}

.uploadFilesPanel {
    height: calc(100% - 75px);
    /*padding:5px;*/
    margin-left: 10px;
    background-color: transparent;
    float: left;
    width: 100%;
    overflow-y: auto;
}

.fileUploadBarContainer {
    width: calc(100% - 26px);
    height: 20px;
    margin-bottom: 15px;
    border: solid 1px #b0b0b0;
    border-radius:3px;
    text-align: right;
}

.fileUploadBar {
    background-color: #007d8f;
    background-image: url('../images/UploadProgress.png') !Important;
    background-repeat:repeat-x;
    display: block;
    /*float:left;*/
}

.progessPercentValue {
    display: block;
    float: left;
    width: 40px;
    margin-top: 2px;
    color:#deecfc;
}

.panelUploadMessage {
    border: solid 1px #b0b0b0;
    border-radius: 3px;
    width: calc(100% - 86px);
    text-align:left;
    margin-bottom:10px;
    margin-top:10px;
    display:block;
    float:left;
    height:30px;
    background-color:#fffff1;
}

.lblUploadMessage{
    font-size:1em;
    background-color:transparent;
    margin-top:6px;
    width:100%;
    display:block;
    float:left;
    font-weight:800;
}

.panelUploadSpeed {
    border: solid 1px #b0b0b0;
    border-radius: 3px;
    width: 49px;
    text-align:right;
    margin-bottom:10px;
    margin-left:10px;
    margin-top:10px;
    display:block;
    float:left;
    height:30px;
    background:#fffff1 url('../Images/Speed.png');
    background-repeat: no-repeat;
    background-position:0px 0px;
}

.lblUploadSpeed{
    font-size:1.2em;
    background-color:transparent;
    margin-top:6px;
    margin-right:3px;
    width:80%;
    display:block;
    float:left;
    font-weight:800;
    color:black;
}
/* ------------------------------------------------ */

.btnSelectedFilesDisabled {
    background-image: url('../images/BtnSearchUploadFileDisabled2_EN.png') !Important;
    width: 104px !important;
    padding: 0 0 0 27px;
    margin-left: 10px;
    float: left;
    display: none !important;
}

.btnImageLogoUploadShow2 {
    background-image: url(../Images/BtnUpload.png) !Important;
    background-repeat: no-repeat;
    height: 26px;
    width: 104px;
    padding: 0 0 0 27px;
    margin-left: 10px;
    display: inline-block !Important;
}

.btnImageLogoUploadHide2 {
    background-image: url(../Images/BtnUpload.png) !Important;
    width: 104px;
    padding: 0 0 0 27px;
    margin-left: 10px;
    display: none !Important;
}

.btnImage2PanelShow2 {
    width: 114px !Important;
    height: 28px !Important;
    float: left;
    display: block;
}

.btnImage2PanelHide2 {
    width: 114px !Important;
    height: 26px !Important;
    float: left;
    display: none;
}


#ContentPlaceHolderSectionID_FileCustomerLogoUploadWrapper2 {
    height: 26px !Important;
    width: 114px !Important;
    cursor: pointer !important;
    float: left;
    display: inline-block;
    background-color: #d9d9d9;
    filter: none !important;
    -webkit-box-shadow: inset 0 -6px 6px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
    -moz-box-shadow: inset 0 -6px 6px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
    box-shadow: inset 0 -6px 6px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #a7a7a7;
    color: #000000;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    margin-left: 5px;
}

    #ContentPlaceHolderSectionID_FileCustomerLogoUploadWrapper2 [disabled] {
        height: 26px !Important;
        width: 114px !Important;
        cursor: default !important;
        float: left;
        display: inline-block;
        background-color: #e9e9e9;
        filter: none !important;
        -webkit-box-shadow: inset 0 -6px 6px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
        -moz-box-shadow: inset 0 -6px 6px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
        box-shadow: inset 0 -6px 6px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #a7a7a7;
        color: #707070;
        font-weight: 600;
        text-align: left;
        text-decoration: none;
    }

    #ContentPlaceHolderSectionID_FileCustomerLogoUploadWrapper2:hover {
        background-color: #C2E1E6;
        cursor: pointer !important;
    }

    #ContentPlaceHolderSectionID_FileCustomerLogoUploadWrapper2:active {
        background-color: #d9d9d9;
        cursor: pointer !important;
    }

#ContentPlaceHolderSectionID_FileCustomerLogoUpload2 {
    opacity: 0;
    width: 105px;
    padding-left: 10px;
    font-size: 1.05em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.FileCustomerLogoUploadDisabled2 {
    background-image: url('../images/BtnSearchUploadFileDisabled2_EN.png') !Important;
}

.FileCustomerLogoUploadEnabled2 {
    background-image: url('../images/BtnSearchUploadFile2_EN.png') !Important;
}

/* ------------------------------------------------------ */
.progressbarClass {
    width: 300px;
    height: 21px;
}

.progressbarlabelClass {
    width: 300px;
    height: 21px;
    position: absolute;
    text-align: center;
    font-size: small;
    background-color: lightblue;
}
