﻿div.well div.controls-row div.span3 {
   margin-right: 20px;
}

/*.control-group div.controls {
   margin-top: 5px!important;
}*/

.control-group input[type = "button"] {
    margin-bottom: 10px;
}

#tabs.nav li.active{
   font-weight: bold;
}

#bottomlink {
   margin-top: 15px;
   font-size: 14px;
}
table.table {
   font-size: 12px;
}
.table-striped th 
{
   vertical-align: top;
}
.table-striped label  
{
   color: black;
   cursor: default;
   font-weight: bold;
}
#details {
   font-weight: bold;
}
.control-label-left {
   text-align: left;
}

.btnInline {
   display: inline;
    margin-bottom: 10px;   
}

.control-label label {
   font-weight: bold;
}

span.contact {
   width: 60px;
}
.searchBoxes input {
   text-transform: capitalize;
}
#ucase {
   text-transform: uppercase;
}

.jsReveal, .jsHidden {
	display: none !important;
}

.noDisplay {
	visibility: hidden;
}

.validation-summary-errors {
	border: 1px #ffaaaa solid;
	border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.validation-summary-errors, .validation-summary-errors ul li {
	font-size: 12px;
}

dl {
	font-size: 1.2em;
}

dd *, dd .address {
	font-size: 1.0em;
}

.ui-datepicker {
	font-size: 1.4em;
}

.notes {
	border: 1px gray dashed;
	padding: 0.2em;
	float: right;
	font-size: 0.8em;
	width: 320px;
}

.noteswide {
	border: 1px gray dashed;
	padding: 0.2em;
	font-size: 0.9em;
	margin-top: 6px;
	margin-bottom: 6px;
}

.address {
	font-size: 1.2em;
	margin-bottom: 0.8em;
}

.address span {
	display: block;
}

/*#fileUploadParent {
	overflow: hidden;
    position: relative;
}

#fileUploadInput {
	width: 0px;
	height: 0px;
	overflow: hidden;

    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

#progress {
	width: 120px;
	border: 1px black solid;
}

.bar {
    height: 18px;
    background: green;
}*/

.previewContainer {
	float: right;
	border: 1px #cccccc solid;
	padding: 0.5em;
}

.previewContainer p 
{
	margin: 0.5em;
	margin-bottom: 1em;
	font-style: italic;
}

#imagePreview {
	width: 200px;
	height: 200px;
	display: table-cell;
	vertical-align: middle;
	border: 1px #cccccc solid;
}

#imagePreview img {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	display: block;
}

.wellHeader {
  font-size: 21px;
  font-weight: normal;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.previewMaster {
	overflow: hidden;
}

.well > fieldset > div, .well > div {
	margin-bottom: 1.5em;
}

ul li 
{
	list-style-type: disc;
	list-style-position: inside;
}

#uploadStatus {
	font-style: italic;
}

#candidateTable img {
    margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	display: block;
}

.wider {
	width: 95%;
}

.field-validation-valid { display: inline; }
.D1Question {}