/*******************************************************************************
 *   PubMatic Inc. ("PubMatic") CONFIDENTIAL
 *   Unpublished Copyright (c) 2006-2014 PubMatic, All Rights Reserved.
 *
 *  
 *
 *   NOTICE:  All information contained herein is, and remains the property of PubMatic. The intellectual and technical concepts contained
 *
 *   herein are proprietary to PubMatic and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law.
 *
 *   Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained
 *
 *   from PubMatic.  Access to the source code contained herein is hereby forbidden to anyone except current PubMatic employees, managers or contractors who have executed 
 *
 *   Confidentiality and Non-disclosure agreements explicitly covering such access.
 *
 *  
 *
 *   The copyright notice above does not evidence any actual or intended publication or disclosure  of  this source code, which includes  
 *
 *   information that is confidential and/or proprietary, and is a trade secret, of  PubMatic.   ANY REPRODUCTION, MODIFICATION, DISTRIBUTION, PUBLIC  PERFORMANCE, 
 *
 *   OR PUBLIC DISPLAY OF OR THROUGH USE  OF THIS  SOURCE CODE  WITHOUT  THE EXPRESS WRITTEN CONSENT OF PubMatic IS STRICTLY PROHIBITED, AND IN VIOLATION OF APPLICABLE 
 *
 *   LAWS AND INTERNATIONAL TREATIES.  THE RECEIPT OR POSSESSION OF  THIS SOURCE CODE AND/OR RELATED INFORMATION DOES NOT CONVEY OR IMPLY ANY RIGHTS  
 *
 *   TO REPRODUCE, DISCLOSE OR DISTRIBUTE ITS CONTENTS, OR TO MANUFACTURE, USE, OR SELL ANYTHING THAT IT  MAY DESCRIBE, IN WHOLE OR IN PART.
 *******************************************************************************/
.fileUploadContent{
    font-family : Arial,sans-serif;
    font-size  : 13px;
    font-weight : normal;
    font-style : normal;
    color: #666666;
    background: #ffffff;
    padding: 20px;
    /*display: inline-block;*/
}

  .fileUploadContainer.linkMode{
    cursor: pointer;
    display: inline;
    overflow: hidden;
    position: relative;
    top: 0;
}

.fileUploadContainer.linkMode .fileBrowserLink {
    font-weight: bold;
    color: #017AA6;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
}


.fileUploadContainer.linkMode input{
    opacity: 0;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    filter: alpha(opacity = 0);
    top: 0;
}

.progressTextContainer {
    color: #666;
    font-size: 12px;
    margin: 5px;
}

.fileProgressBarContainer {
    height : 30px;
    width: 300px;
    margin-top: 10px;
    padding: 10px;
    display : block;
    background: none repeat scroll 0 0 #F5F5F5;
}

.cancelProgressText{
    font-weight: bold;
    font-size: 14px;
    float:right;
    cursor: pointer;
}

 .compProgressbar.fileProgressBar .container{
    height: 3px;
}
 .compProgressbar.fileProgressBar .status{
    height: 3px;
}

 .compProgressbar.fileProgressBar .alert-high {
    background-color: #0099FF;
}

 .compProgressbar .container{
    border: none;
}

