/* Willoughby Vet Hospital portal.css */

html {
background: #015087;
}

p  {
padding: 0;
}

h1, h2, h3, h4, .Head, .SubHead {
z-index: 0;
}

#menu ul li ul li a {
z-index:999;
}

p.slogan {
font-family: Georgia, Serif;
font-style: italic;
font-size: 16px;
text-align: center;
}

#dnn_LogoPane p img {
min-width: 0%;
}

table.table-staff td img, table.table-staff td h3 {
text-align: center;
}

table.table-staff td p img, table.table-staff td img {
padding: 0;
margin: 0;
max-width: none;
}


.maximumFileUploadInfo {
    max-width: 350px;
    word-wrap: break-word;
	}

.fluid-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        border: none;
}

#dnn_ctr5769_Feedback_txtBody {
height: 150px;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    float: none;
    width: auto;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#header, body {
background: #333;
}

th {
  font-size: inherit;
}

.DNN_Documents table td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: middle;
  border-top: 1px solid #DDD;
}
.DNN_Documents .SizeCell {
  text-align: left;
}
.DNN_Documents td.TitleHeader,
.DNN_Documents td.SizeHeader,
.DNN_Documents td.DownloadHeader {
  font-size: 14px;
}

table.table-staff td {
padding: 10px 5px;
}

table.table-staff h3 {
margin-top: 5px;
}

table.table-staff td img {
max-width: 200px;
height: auto;
}

#dnn_TaglinePane p {
margin: 5px 0;

}

#dnn_LogoPane img {
max-height: 175px;
margin: 15px auto 0;
}


.HeaderQuote {
margin-top: 10px;
}

.list-unstyled li {
list-style-type: inherit;
margin: 1.2em auto;
}

.btn {
font-weight: bold;
}

a.btn-primary:link, a.btn-primary:visited {
color: #fff;
}



#dnn_TaglinePane p.Street {
margin-top: 10px;
font-size: 18px;
}

.Phone {
    font-size: 24px;
    font-weight: bold;
}

.ContactActions ul {
margin-left: 28%;
}

.ContactActions ul li {
margin-right: 10px;
}

.checkbox {
margin-top: 5px;
}

.dnnFormItem {
min-height: 0;
line-height: inherit;
}

#AppointmentForm input[type="radio"] {
float: none;
}

.dnnFormItem .checkbox label {
width: auto;
max-width: 100%;
text-align: left;
display: block;
}

.dnnFormItem label em {
display: block;
font-weight: normal;
}

input#CHECKMEDS, input#CHECKFOOD {
margin-left: 0;
}

#PrescriptionForm ul.dnnActions, #AppointmentForm ul.dnnActions {
border-top: none;
margin: 0;
padding: 0;
}

#PrescriptionForm .dnnActions li, #AppointmentForm .dnnActions li {
margin-left: 32%;
}

.dnnFormRequired .riTextBox {
border-radius: 0 3px 3px 0;
}

@media only screen and (min-width:768px) {


table.table-staff td img, table.table-staff td h3 {
text-align: left;
}

p img {
min-width: 0%;
margin: 5px;
}

}


@media only screen and (max-width: 767px) {
#dnn_ContentPane .Normal p img {
display: block;
margin: 10px auto;
}

#dnn_TaglinePane p {
text-align: center;
}

.pull-left, .pull-right {
width: 100%;
text-align: center;
}

#dnn_LogoPane img {
margin: 10px auto;
}

#dnn_LogoPane h3 {
color: #fff;
text-align: center;
}

.dnnForm {
min-width: 0;
}

.ContactActions ul {
margin-left: 0;
}

.ContactCaptcha, #PrescriptionForm .dnnActions li, #AppointmentForm .dnnActions li {
margin-left: 9%;
}

#PrescriptionForm .dnnFormItem textarea, #AppointmentForm .dnnFormItem textarea {
width: 95%;
}
}

