.hidden {
  display: none;
}

a, p{
	font-weight:normal;
}

label{
	margin-top:1em;
}

input[type=submit]{
	margin-top:2em;
	max-width: 166px;
	min-width: 100px;
	margin-left:10px;
}

input[type='file']{
	border:none;
	padding:0;
}

.form-input-wrapper input:first-child{
	margin-top: 8px;
}

#searchNPI{
	margin:0 auto;
	width:50%;
	padding:20px;
}

#searchNPI input[type=submit]{
	margin:-2px 0 0 6px;
	padding:4px 12px;
}

#searchNPI label a{
	font-weight:bold;
}

#searchNPI label{
	margin-right:6px;
}

#searchNPI .instructions{
	margin-top: 20px;
	width:75%;
}

.resultschoice{
	width:50%;
	margin:20px auto;
	border:2px solid #357ebd;
	border-radius: 10px;
	padding:0 20px 30px 20px;
}

.resultschoice.hidden{
	display:none;
}

.resultschoice.error{
	border-color:#952715;
	padding-top:20px;
}

.resultschoice.empty{
	border-color:black;
	padding-top:20px;
}

.choiceButtons{
	float:right;
	margin:4px 0 -10px 0;
}

/**** added by Don, feel free to move/change as needed ****/
a.check-button, a.select-button {
  background-color: #f2f2f2;
	color: #777777;
	text-decoration: none;
	padding: 12px;
	margin-bottom: 12px;
	font-weight: bold;
	display: block;
	width:90%;
}

a.select-button {
  /*border-right: 15px solid #2c6d9c;*/
  /*border-right: 15px solid #000;*/
}

a.select-button.disabled {
  display: none;
}
a.check-button:hover, a.select-button:hover {
  background-color: #d9d9d9;
  text-decoration: none;
  color: #777777;
}

a.check-button.checked, a.select-button.selected {
  background-color: #2c6d9c;
	color: #fff;
	text-decoration: none;
}
#chooseLocations p{
	margin-left:16px;
	font-size:85%;
}
#chooseLocations.hidden {
  display: none;
}
/**** End of added by Don ****/
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
.file-upload-item {
  margin: 10px;
}
.file-upload-item .progress {
  margin: 0 0 -6px;
  display: inline-block;
  width: 150px;
  transition: all 1s ease;
  visibility: hidden;
}
.file-upload-item.uploading .progress {
  visibility: visible;
}
.file-upload-item .remove-file {
  visibility: visible;
}
.file-upload-item.uploading .remove-file {
  visibility: hidden;
}
.file-upload-item .file-upload-name {
  margin-right: 10px;
}

.image-upload-preview {
  padding: 5px;
  border: 1px solid #999;
  margin-bottom: 5px;
  margin-top: 5px;
}

.field-note {
  font-size: 11px;
  color: #666;
}

.field-note strong {
  font-weight: bold;
}


.hidden {
  display: none;
}

.form-overlay {
  position: absolute;
  height: 110%;
  width: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  margin-left: -10px;
  margin-top: -10px;
  -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
  text-align: center;
}

.form-overlay .spinner {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -16px;
}