/* Some resets on common elements */
div.clear {
    clear: both;
}

#file-upload,
#file-upload * {
    font-family: 'GloberRegular'!important;
    font-size: 13px;
	line-height: 15px;
}

#file-upload h1, #file-upload h2, #file-upload h3, #file-upload h4, #file-upload h5, #file-upload h6,
#view-upload h1, #view-upload h2, #view-upload h3, #view-upload h4, #view-upload h5, #view-upload h6,
#recent-uploads h1, #file-upload h2, #file-upload h3, #file-upload h4, #file-upload h5, #file-upload h6
{
    border: 0;
    font-weight: inherit;
}

#file-upload h1,
#view-upload h1,
#recent-uploads h1 {
    font-weight: bold;

    font: 20px arial, helvetica, sans-serif;
    color: #013e77;
    margin: 0;
}

#file-upload h2,
#file-upload h3,
#recent-uploads h2,
#recent-uploads h3,
#view-upload h2,
#view-upload h3
{
    font: 17px arial, helvetica, sans-serif;
    color: #000;
    margin-top: 5px;
}

#file-upload h3,
#view-upload h3,
#recent-uploads h3 {
    font-size: 16px;
}

#file-upload a {
	text-decoration: underline;
}

/* Don't show the file upload progress panel if there is no progress happening. */
#file-upload .upload-progress {
    display: none;
}

#file-upload.uploading form {
    display: block;
}

/** Show the progress panel if there is progress to be shown. */
#file-upload.uploading .upload-progress {
    display: block;
}

#file-upload .upload-target {
    display: none;
}

#file-upload.show-upload-target .upload-target {
    display: block;
}

/* Form tabular styles */
#file-upload form fieldset {
    overflow: hidden;
    background-color: #EFEFEF;
    padding: 20px;

    border-radius: 10px;
}

#file-upload form fieldset h2 + p {
	margin: 0 0 20px 0;
}

#file-upload form div.half.first-half {
    margin: 0;
    padding: 0;
    float: left;
    width: 57%;
}

#file-upload form div.half.notifications {
    margin: 0;
    padding: 0;
    float: left;
    width: 43%;
}

#file-upload form div.half.notifications > div {
    border-left: 1px solid black;
    padding-left: 20px;
}

#file-upload form div.half.notifications > div h3 {
    font-weight: bold;
    font-family: 'GloberRegular'!important;
    font-size: 13px;
    margin-top: 0;
    padding-top: 0;
}

#file-upload form div.half.first-half > ul > li {
    padding-left: 10px;
}

#file-upload form div.half.first-half ul label span {
/*     display: block; */
    float: left;
    padding-left: 0;
    padding-bottom: 8px;
    margin-left: -10px;
    width: 130px;
	margin-right: 15px;

}

#file-upload form div.half.first-half ul#submission-methods li {
    padding-top: 8px;
}

#file-upload form div.half.first-half ul#submission-methods li:first-child {
    padding-top: 0;
}

#file-upload form div.half.notifications ul {
    margin: 0;
    padding: 0;
}

#file-upload form div.half.notifications.hide-remove-button a[href*=remove-value] {
    display: none;
}

#file-upload form div.half.alone-right {
    margin-left: 50%;
}

#file-upload form div.upload-button-box {
    margin-top: 24px;
	width: 57%;
}

#file-upload form div.upload-button-box input[type=submit] {
    float: right;
	/*border: 1px solid #cfcfcf;*/
    color: #FFF;
	margin-right: 30px;
    font-weight: bold;
    padding: 5px 20px;
    /*background: transparent url(/media/appresources/images/btn/btn_green.gif) 0 0 repeat-x;*/
    background-color:#5da200;
}
.wrapper #file-upload form div.upload-button-box input.med-green{
	font-family: Museo,Helvetica,Helvetica Neue,Arial,sans-serif !important;
	background-color: #229c52 !important;
    color: #ffffff !important;
    border: 1px solid #888888 !important;
    border-radius: 2px;
    font-weight: bold;
    font-size: 12px !important;
}
.wrapper #file-upload form div.upload-button-box input.med-green:hover{
	background-color: #ffffff !important;
    color: #229c52 !important;
    border: 1px solid #229c52 !important;
}
#file-upload #submission-methods img {
	display: inline;
}

#recent-uploads-wrapper form div.pick-date-range input[type=submit] {
	/*border: 1px solid #cfcfcf;*/
	color: #FFF;
	font-weight: bold;
	padding: 5px 20px;
	/*background: transparent url(/media/appresources/images/btn/btn_green.gif) 0 0 repeat-x;*/
	background-color:#5da200;
}

.file-upload-dialog h1, .file-upload-dialog p {
	margin-bottom: 3px
}

.file-upload-dialog form.dialog {
	display: inline;
}

.file-upload-dialog form.dialog input[type=submit],
.file-upload-dialog button.dismiss {
	/*border: 1px solid #cfcfcf;*/
	color: #FFF;
	font-weight: bold;
	padding: 5px 20px;
	/*background: transparent url(/media/appresources/images/btn/btn_green.gif) 0 0 repeat-x;*/
	background-color:#5da200;
	margin-right: 5px;	
}
 

#file-upload ul li {
    overflow: hidden;
    padding-top: 16px;
}

#file-upload ul li:first-child {
    padding-top: 0;
}

#file-upload ul li label span:first-child {
    display: inline-block;
    float: left;
    width: 45px;
    padding-left: 20px;
    font-weight: bold;
    color: #000;
}

#file-upload ul li label + ul {
    overflow: hidden;
}

#file-upload ul li label + ul li {
    margin-left: 0;
}

#file-upload ul li label + ul li label{
	color: #000000;
}

#file-upload ul li a[href*=remove-value] {
    display: inline-block;
    margin-left: 10px;

}

#file-upload ul li a[href*=remove-value] span {
    color: white;
    font-weight: bold;
    display: inline-block;
    font-size: 0.8em;
    width: 1.5em;
    height: 1.5em;
    border: 1px solid black;
    background-color: red;
    line-height: 1.5em;
    text-align:center;
    border-radius: 3px;
}

#file-upload ul li label + ul li a[href*='#about'],
#file-upload ul li label + ul li > span {
    display: inline-block;
}

#file-upload ul li.add-cc a {
    display: block;
    margin-left: 160px;
}

/* Dialogs */

.file-upload-dialog {
	background: none repeat scroll 0 0 padding-box #FFFFFF;
	border: 3px solid #888 !important;
	border-color: #888!important;
	border-style: solid;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	outline: 0 none;
	border-radius: 3px 3px 3px 3px;
	padding: 20px 30px;
}

.file-upload-dialog .content {
	margin: auto;
	padding: 10px;	
}

.file-upload-dialog-close-icon {
	cursor: pointer;
	opacity: 0.7;
	padding: 17px;
	position: absolute;
	right: 0;
	top: 0;
	width: 11px;
	background: url("/media/appresources/css/images/close-x.png") no-repeat scroll center center transparent;
	content: "";
	height: 11px;
	position: absolute;
}


.file-upload-dialog .content .file-upload-status-throbber {
    display: inline-block;
    background: transparent url("/media/appresources/css/images/load-anim.gif") center right no-repeat;
    padding-right: 58px;
    line-height: 48px;
}

#file-upload h2,
#recent-uploads-wrapper h2,
#recent-uploads h2 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: bold;
}

#file-upload select[name*=fileFormatId] {
    width: 60%;
}

#file-upload h3,
#recent-uploads h3 {
    font-size: 1.2em;
    margin: 0.6em 0;
}

div.medMyMedlineMid {
    width: auto;
}

#file-upload .bad-email {
	text-align: right;
	display: block;
	color: red;
	padding-right: 59px;
	margin-top: 4px;
}

#file-upload .half.notifications input.validateEmailAddress {
	width: 180px;
	
}
