.tabContainer {
	z-index:0; 
	clear: both;
}

.tabContainer .tab .leftpane, .tabContainer .tab .task-leftpane {
  float: left; 
  height: 602px; 
  padding-right: 10px;
  display: inline-table;
}

.tabContainer .tab .leftpane .addbutton {
  margin: 7px 0px;
}

.tabContainer .tab .rightpane {
  position: relative; 
  overflow: auto; 
}

.dijitContentPane {
  display: block;
}

.urologistLookup .dijitDialogCloseIcon {
	display: none;
}

.verticalbar {
  border: 0px;
  margin-left:5px;
  margin-right:5px;
  vertical-align:text-top
}

.icons {
  border: 0px;
  vertical-align:text-top
}

.caseNumber{
	width: 70px;
}

.stethoscope-32 {
  background: url(../images/32_Stethoscope.png) top center no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}

.syringe-32 {
  background: url(../images/32_Syringe.png) top center no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}

.skalpell-32 {
  background: url(../images/32_Skalpell.png) top center no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}

.pills-32 {
  background: url(../images/32_Pills.png) top center no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}

.prescription-32 {
  background: url(../images/32_Prescription.png) top center no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}

.xRay-32 {
  background: url(../images/32_XRay.png) top center no-repeat;
  background-size: 16px 16px;
  width: 24px;
  height: 24px;
}

.testTubes-32 {
  background: url(../images/32_TestTubes.png) top center no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}

.dijitFolderOpened, 
.dijitFolderClosed {
  background-position: -352px center;
}

.datePart, #searchFrm .datePart.dijitTextBox { 
  width: 25px;
}

.fourDigitDatePart, #searchFrm .fourDigitDatePart.dijitTextBox {
  width: 45px;
}

td.questionLabel {
	width:64%;
}

td.answerInput, td.answerLabel {
	max-width:30px;
	text-align:center;
}

td.answerInput * {
	margin:1px 0px;
}

.edit-patient-bypass-req-chkbox{
	float: left; margin-right: 6px;
}

.patientDetailsHeader .value, .label .value {
	font-weight: bold;
}

.patientDetailsHeader {
  font-style: italic;
  padding: 12px 25px 12px;
/*  border-top: 2px solid #e4eff1;
  padding: 15px 15px; */
}

.patientStatus {
	font-weight: bold;
}

.fieldrequiredlabel {
	padding: 0 25px;
}

.right {
	float: right;
}

/* div.searchNavContainer {
	margin-right:400px;
}
 */
ul.searchNavList {
	margin:0px;
	padding-left:30px;
}

ul.searchNavList li {
	display:inline-block;
	vertical-align:middle;
}

/* ul.searchNavList li img {
	height:22px;
	width:22px;
	background-position:0 0;
	background-repeat:none;	
} */

span.searchNavCountText {
	padding-right:5px;
}

.summaryQuestions {
	width:25%;
	margin:25px 0px 0px 0px;
	display:inline-block;
	vertical-align:top;
}

.summaryAnswers {
	width:64%;
	margin:25px 0px 0px 5%;
	padding:0px;
	display:inline-block;
	vertical-align:top;
	overflow-x:scroll;
}

.summaryAnswers div.oneToManyHeader, .summaryAnswers div.oneToManyCell {
	width:300px;
}

.summaryAnswers div.oneToManyHeader {
	border-left:1px solid lightgray;
	position:relative;
}

.summaryAnswers div.oneToManyHeader > a {
	position:absolute;
	top:10px;
	right:10px;
}

.summaryAnswers li {
	display:table-cell;
}

.pane-collection .summaryAnswers .question-container {
	height:100%;
}

.pane-collection .summaryAnswers .question-container {
	height:100%;
	overflow:initial;
	margin:0px;
}

.pane-collection .summaryAnswers .question-container .label {
	width:0%;
}

.pane-collection .summaryAnswers .question-container .answer {
	width:100%;
	height:100%;
}

.summaryAnswers div.oneToManyCell span {
	height:100%;
	overflow-y:hidden;
}

div.oneToManyHeader {
	height:70px;
	border-bottom: 1px solid #32afef;
	padding:2px;
	font-weight:bold;
}

.summaryQuestions div.oneToManyHeader {
	height:71px;
	border:0px;
}

div.oneToManyCell {
	height:80px;
	padding:2px;
}

.summaryQuestions div.oneToManyCell {
	height:81px;
}

.summaryAnswers div.oneToManyCell {
	border-bottom: 1px solid #32afef;
	border-left:1px solid #32afef;
}

div.oneToManyCell.lastOneToManyCell {
	border-bottom:0px;
}

.summaryAnswers li.firstOneToManyEntry div.oneToManyCell, .summaryAnswers li.firstOneToManyEntry div.oneToManyHeader {
	border-left:0px;
}

#parent_activeLinks, #addPatientActivity {
	width:500px;
}

.addPatientActivityDescriptionContainer .dijitValidationTextBox {
	width:100%;
	height:50px;
}

.patientPageControls > * {
	display:inline-block;
	vertical-align:top;
}

.patientPortal{
	padding-bottom: 12px;
}

.patientPageControls {
	text-align:right;
	
}