/** Add css rules here for your application. */

/** Header Panel **/

.upload-header {
  font-size: 22px;
  font-weight: bold;
  color: #777777;
  margin: 5px 0px 20px;
  text-align: left;
}

.upload-message {
  font-size: 14px;
  text-align: left;
}

.upload-HeaderView {
	margin-bottom: 10px;
}	

/** Trigger Panel **/

.upload-uploadButton {
	width: 66px;
	height: 27px;
	font-size: 12px;
	font-family: sans-serif;
	color: #000000;
}

/** Progress Panel **/

.upload-fileUploadTitle {
	margin-left: 5px;
	font-size: 12px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CBCBCB;
	width: 382px;
}

.upload-ProgressPanel {
	height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.upload-progressRoundedSpacing {
	margin-top: 10px;
	margin-bottom: 10px;
}

.upload-progressMainPanel {
	margin-left: 5px;
	margin-right:5px;
}

/** Progress Panel - File Items **/

.upload-fileItemMainPanel-In-Progress {
	background-color: #ffffff;
}

.upload-fileName {
	font-size: 12px;
	margin-left:5px;
	margin-right:5px;
	width: 300px;
}

.upload-deleteIcon {
	margin-left: 5px;
	cursor: pointer;
}

.upload-fileTopPanel {
	margin-top: 5px;
	width: 379px;
}

.upload-statusLabel {
	font-size: 10px;
	margin-left:5px;
	margin-right:5px;
	width: 300px;
}

.upload-progress-panel {
	
	width: 215px;
}


/** Progress Bar **/

.gwt-ProgressBar-shell {
  background-color: #CCCCCC;
  height: 20px;
  overflow: hidden;
}

.gwt-ProgressBar-shell .gwt-ProgressBar-bar {
  background-color: #999999;
}
.gwt-ProgressBar-shell .gwt-ProgressBar-text {
  padding: 3px;
  margin: 0px;
  font-size:11px;
  color: white;
}

.bb-textBox {
	font-size: 11px;
	font-family: Arial;
}


.bb-button-green-enabled {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	border-style: none;
	padding-left: 2px;
	padding-right: 2px;
	cursor: pointer;
	color: White;
}

.bb-button-green-disabled {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	border-style: none;
	color: #959595;
	background-color: #CCCCCC;
	padding-right: 2px;
}

.bb-button-black-enabled {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	border-style: none;
	padding-left: 2px;
	padding-right: 2px;
	cursor: pointer;
	color: White;
	background-color: #000000;
	padding-right: 2px;
}

.bb-button-black-disabled {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	border-style: none;
	padding-left: 2px;
	padding-right: 2px;
	color: #959595;
	background-color: LightGrey;
	padding-right: 2px;
}


.bb-BrightGreenBackground { /* Bright Green */
	background-color: #5DE100;
}


.bb-marginBottom5{
	margin-bottom: 5px;
}

.bb-popup {
	font-size: 11px;
	font-family: Arial;
	background-color: #FFFFFF;
	border: DimGray solid 1px;
	cursor: pointer;
	overflow-x: hidden;
}

/** Text Styles **/

.bb-textBlack {
	color: black;
}

.bb-textRed {
	color: red;
}

.bb-textGrey {
	color: #999999;
}

.bb-textOrange {
	color: #FF9900;
}

.bb-textGreen {
	color: #33FF00;
}

.bb-textDarkGreen {
	color: #279D2D;;
}



.bb-textWhite {
	color: White;
}

.bb-text-darkest-grey {
	color: #808080;
}

.bb-textLightGrey {
	color: #CCCCCC;
}

.bb-text-front-grey {
	color: #F2F2F2;
}

.bb-MarginLeft5 {
	margin-left: 5px;
}