/* Patient Listing Styles (gallery listings) */

.patient-list-image {
	margin:5px;
}

.patient-single { 
	float: left;
	text-align: center
}

.patient-entry { 
	float:left;
	clear: both;
	width: 100%;
	border-top:1px dotted gray;
	padding-top:12px
}

.odd { float: left }

.even { float: right }

.patient-header {
	font-weight:bold
}

h3.patient-header { position: relative; line-height: normal; margin: 0 0 15px 0; padding: 0; font-size: 22px; }

.patient-content {
	margin: 18px 0 0 14px;
	float: left;
	width: 210px;
}

/* Removed per Vinny's request 
#patient-listing-sidebar {
	float:right;
	border:1px solid gray;
	padding:15px
}
*/

#patient-listing-sidebar ul {
	margin-top:10px;
	margin-left:0;
	list-style:none;
}

#patient-listing-sidebar ul li ul {
	margin:0 0 10px 25px;
}

h1.patient-listing-title {
	font-size:20px;
	font-weight:bold;
	margin-bottom:7px
}

.gallery-breadcrumb {
	margin-bottom:10px;
}

/* Single Patient View Styles */

.single-content {
	border-bottom: 1px dotted gray;
	padding-bottom: 15px;
	display: inline-block;
	width: 100%
}

#patient-listing .patient-entry p {
	margin-top:0;
	padding-top:0;
}

.single-patient-navigation {
	margin-bottom:30px
}

.single-patient-navigation-bottom {
	/*float: left;
	width: 650px;*/
	margin-top: 40px;
	margin-bottom: 50px
}

.patient-meta-info {
	margin-top:10px
}

img.patient-list-image { margin:3px }

/* Gallery page */

.procedure-parent {
	margin: 1em 1em 0 0;
	padding: 0;
}

.aoleft {
	float: left;
	width: 116px;
}

.aoright {
	float: left;
	width: 300px;
}

@media print {
        body {
		font: 12pt Georgia, "Times New Roman", Times, serif;
		line-height: 1.3;
		color:black;
	}
  .content, body, .content-bottom, body.sub { background: none !important}
  .navigation, 
  .procedures, 
  .sidebar, 
  .header, 
  .header_sub, 
  .feat_box, 
  .feat_proc,
  .footer, 
  .gallery-breadcrumb, 
  .post-edit-link, 
  .single-patient-navigation, 
  .single-patient-navigation-bottom,
  .r_sidebar_sub,
  .contact_sd,
  .nav,
  .banner_sub,
  .row1_sub {
  	display: none
  }
  .main, .content_sub, .content {
  	width:100%;
  }
  .single-content { margin-bottom:15px; }
}

.patient-print {
    padding: 5px 10px;
    background: rgb(165, 165, 165);
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px rgb(114, 114, 114);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    font-size: 10px;
    float:right;
    font-style: normal;
    text-decoration: none
}
.patient-print:hover {
    background: rgb(126, 126, 126);
    border: solid 1px rgb(114, 114, 114);
    text-decoration: none;
}
.patient-print:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

/* Adult check template */
.adult-check {
    width: 600px;
    margin: 0 auto;
    padding-bottom: 25px;
}

.adult-check form {
    margin-top: 10px;
}

/* Mobile Gallery CSS */
.mobile-procedure-heading {
    margin: 20px 0;
    font-weight:bold;
    font-size:24px
}

.mobile-header {
  font-size: 24px;
  margin: 0;
  padding: 6px 0 0 0;
  text-align: center;
}

.mobile-gallery-image-link {border: none !important}

.mobile-gallery-listing-wrapper { 
  text-align: center
}

.gallery li img {
  min-width:200px;
}