﻿
div#uploadForm input, textarea{
    margin:0 0 15px 0;
}

div#uploadForm label{
    vertical-align: top;
    display: inline-block;
    width: 120px;
}

div.multiUploadContainer{
    float:left;
    margin: 0 50px 0 0;
}

.multiUploadContainer{
    border: 1px solid black;
    padding: 20px;
    margin:10px;
    background: #ccc;
}


#wrapper {
	margin: 100px auto;
	width: 50%;
}

fieldset {
	border: 0;
}

.formRow {
	overflow: auto;
	border-bottom: 1px #bcbcbc solid;
	padding: 5px 0;
	max-width: 100%;
}

.formRow label {
	padding: 4px;
	margin: 0 3px 0 0;
	border-right: 1px #bcbcbc solid;
}


/* Drag & Drop file uploading */

.droppable {
	border: #121a3f 1px solid;
	border-radius: 3px;
	background: var(--branding-color1);
	color: white;
	padding: 20px;
	margin: 5px 0px;
	clear: both;
	font-size: 12px;
	text-align: center;
}

.droppable.hover {
	background: #006BAE;
}

.uploadList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.uploadItem {
	overflow: hidden;
	border-bottom: #BCBCBC 1px solid;
	margin: 0 10px;
	padding: 3px;
}

.uploadItem span {
	overflow: hidden;
	width: 150px;
	float: left;
	display: block;
}

a.addInputRow,
a.delInputRow,
.uploadItem a {
	display: inline-block;
	background: url(/images/add16.png) no-repeat;
	height: 16px;
	width: 16px;
	text-indent: -999px;
    margin-top: 2px;
    margin-left: 3px;
}

.uploadItem a {
	float: right;
	display: block;	
	background-image: url(/images/btn-delete16.png);
}

a.delInputRow {
	background-image: url(/images/btn-delete16.png);
}

.progress {
	margin: 5px 0;
	height: 15px;
	border-radius: 3px;
	background: #545A74;
}

.genderDiv {
  background-color: #fff;
  padding-top: 4px;
  border: 1px solid #6E7072;
  color: #6E7072;
  height: 20px;
}

#country{
  -moz-appearance: none !important;
  /*border: 0 !important;*/
  -webkit-appearance: none;
  background: url('/images/arrow_down_grey.png') 258px 6px  no-repeat #fff !important;
  
}