﻿/*html base*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html, body, form { min-height: 100%; height: 100%; width: 100%; font-size: 13px; background-color: #536567; }
body { line-height: 1.6; }
body, input, select, button { font-family: sans-serif; color: #333; }
strong, b { font-weight: 700; }
em, i { font-style: italic; }
ul { list-style-type: circle; }
ul { list-style-type: circle; }
p { margin: 0 0 10px 0;  }
a { color: #011c5a; }
a:visited { color: #464c59; }
a:hover { text-decoration: none; }
h1 { color: #18796f; font-size: 200%; line-height: 120%; padding: 10px 0 15px 0; font-weight:normal; margin: 0; font-family: 'Trebuchet MS'; }
h2 { color: #18796f; font-size: 150%; line-height: 120%; padding: 10px 0 10px 0; font-weight: normal; margin: 0; font-family: 'Trebuchet MS'; }
h2.small { color: #18796f; font-size: 150%; line-height: 150%; padding: 0 0 5px 0; font-weight: normal; margin: 0; font-family: 'Trebuchet MS'; }
h3 { color: #000000; font-size: 130%; line-height: 130%; padding: 5px 0 0 0; margin: 0; font-family: 'Trebuchet MS'; font-weight: normal; }
.screen-reader { position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; }
.ul-base { padding: 0; margin: 0; list-style-type: none; }
.nowrap { white-space: nowrap; }
.loginerror { color: #FFA9AA; font-size: 10pt; line-height: 1.0; }
.loginerror a { color: #FFA9AA !important; }
.loginerror2 { color: #AC0F0E; font-size: 10pt; }
.loginerror2 a { color: #AC0F0E !important; }

.eightpt { font-size:8pt; }
.ninept { font-size:9pt; }
.tenpt { font-size:10pt; }
.twelvept { font-size:12pt; }
.fourteenpt { font-size:14pt; }
.sixteenpt { font-size:16pt; }

/*new - subcontrols*/
.grid-parent:after { content: ""; display: table; clear: both; }
.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both; }
.large { font-size: 140%; line-height: 150%; }
.error { color: red; font-weight: bold; padding-top: 10px; }
.message { color:#7b0202; font-weight: bold; font-size: 140%; padding: 10px 0px; }
.bookingmessage { width: 90%; text-align: center; color:#B60000; font-weight: bold; font-size: 140%; padding: 10px 15px; background: #F8F9E3; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border:1px solid #E8E8EA; }
table.csstable { padding: 0; margin: 0; width: 100%; }
table.form { margin-top: 10px; }
table.form td { padding: 0px 10px 10px 0px; margin: 0px 10px 10px 0px; vertical-align: top; }
table.list tr.alt { background: #ECECEC; }
table.list td { padding: 5px 15px;  border: 1px solid #999; vertical-align: middle; }
table.list td.center { text-align: center; }
table.list td.right { text-align: right; }
.center { text-align: center; }
.asterisk { font-size: 130%; color: #FF0000; font-weight: bold; line-height: 1; }
input[type='radio'] { margin: 0px 5px; }
input[type='checkbox'] { margin: 0 5px 0 0; }
input.errorborder { border: 1px solid red !important; }
input.erroroutline { outline: 1px solid red; }
select.errorborder { border: 1px solid red; }
select { font-size: 98%; }
.clientlist-link { padding: 20px 90px 0 0; width: 360px; font-size: 110%; text-align: left; white-space: nowrap; display: inline-block; }
.nowrap { white-space: nowrap; }
p.sub-heading { font-weight: bold; color: #09545a; font-size: 125%; padding: 0 0 5px 0; margin: 0; }
.rsHeader h2 { color: white; }
.hidden { display: none; }
a.link-grey, a.link-grey:visited{ color: #787878; } 

/*new - buttons*/
.button { background: #0E7EA4; color: white; padding: 10px 15px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border:1px solid #0E7EA4; cursor: pointer; text-decoration: none; white-space: nowrap; }
.button-padding { background: #0E7EA4; color: white; padding: 20px 25px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border:1px solid #0E7EA4; cursor: pointer; text-decoration: none; white-space: nowrap; }
.button-padding-wrap { background: #0E7EA4; padding: 20px 25px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border:1px solid #0E7EA4; cursor: pointer; }
.button-padding-wrap a { color: white; cursor: pointer; text-decoration: none; }
.button-padding-wrap span { color: white; cursor: pointer; text-decoration: none; }
.button-wrapping-anchor { text-decoration: none; }
.arrowleft { background-image: url(../images/icnLeftArrow.gif); background-repeat: no-repeat; background-position: 7px 11px; padding: 8px 20px 8px 40px; display: inline-block; }
.arrowright { display: inline-block; padding: 8px 20px 8px 15px; }
.arrowright:before { content: url(../images/icnRightArrow.gif); float: right; margin: 0 -1.1em 0 0; padding: 0 15px 0 10px; pointer-events: none; width: 1em; }
.small { padding: 4px; }
.button a, a.button { color: white; text-decoration: none; text-align: center; }
.disabled { background: #CCCCCC; color: #666666; padding: 10px 15px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border:1px solid #666666; font-weight: bold; white-space: nowrap;  }
.iconprint { padding-left: 30px; text-decoration: none; color: #333; background: url(../images/icnPrint.gif) no-repeat; }
.iconregister { padding: 0px 10px 0px 20px; text-decoration: none; color: #333; font-weight: bold; background: url(../images/icnRegister.gif) no-repeat; }
.iconedit { padding: 5px 10px 5px 25px; background: url(../images/icnEdit.gif) no-repeat 0px 0px;  font-weight: bold; }
.iconschedule { padding: 5px 10px 5px 25px; background: url(../images/icnSchedule.gif) no-repeat 0px 0px;  font-weight: bold; }

/*clinics & map*/
.No-Clinics { font-weight:normal; font-size: 18px;  color:#7b0202; }
.clinics-cancel, a.clinics-cancel, a.clinics-cancel:visited { color: #787878; } 
.clinics-full { color: #930303; }
.controls { margin-top: 10px; border: 1px solid transparent; border-radius: 2px 0 0 2px; box-sizing: border-box; -moz-box-sizing: border-box; height: 32px; outline: none; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }
#pac-input { background-color: #fff; font-weight: 300; font-size: 14px; margin-left: 12px; padding: 0 11px 0 13px; text-overflow: ellipsis; width: 250px; }
.map-container-fit, map-container-full { padding: 20px 20px 0 0; height: 400px; width: 100%; }
.map-button { padding: 10px 0; }
.back-to-top { position: fixed; bottom: 2em; right: 0px; text-decoration: underline; color: #011c5a !important; background-color: white; font-size: 12px; padding: 1em; display: none; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border: 1px solid #ECECEC; }
.back-to-top:hover { text-decoration: none; }
.MapContent { padding: 0 0 20px 0; }
@media only screen and (min-width: 950px) {
    .map-container-fit { padding: 20px 0 0 20px; height: 400px; width: 360px; }
    .MapContent { padding: 0 0 20px 0; }    
    .map-top { padding-bottom: 15px; }
    .map-left { float: left; padding-right: 45px; }
    .map-right { float: right; text-align: right; }
    .map-left-max { float: left; padding-right: 10px; max-width: 375px; }
    .map-right-max { float: right; text-align: right; max-width: 325px; }
}

/*new - pods - homepods and registration*/
.pod-header { padding: 10px; font-weight: 700; background-color: #107DA4; color: #fff; text-align: center; }
.pod-copy { padding: 10px; }
@media only screen and (min-width: 700px) {
    .pod1 { width: 100%; float: left; margin: 10px 0 0 0; }
    .pod2 { width: 49%; float: left; margin: 10px 5px 0 0; }
    .pod3 { width: 32%; float: left; margin: 10px 5px 0 0; }
    .pod-header { border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; }
    .pod-copy { border: 1px solid #107DA4; border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; -webkit-border-radius: 0 0 6px 6px; }
}

/*misc*/
.provideritem { float: left; padding: 10px 40px; }
.photoright { float: right; margin: 8px; outline: 1px solid black inset; border: solid 1px black; }
.photobottom { margin: 8px; outline: 1px solid black inset; border: solid 1px black; }
.photoitem { display: inline-block; vertical-align: top;  }
.photoitem .caption { text-align: center; width: 200px; }

/*containers*/
.base-container { max-width: 1150px; margin-left: auto; margin-right: auto; display: block; }
.main-container { background-color: #fff; min-height: 100%; margin: 0 auto -200px; padding: 0 0 20px 0; }
.footer-container, .push-container { height: 200px; }
.copy-container { padding: 0 10px 5px 10px; }
.entry-container { padding: 0 10px 10px 10px; }
@media only screen and (min-width: 700px) {
    .base-container { padding: 0 10px 0; }    
    .content-container { width: 74%; float: left; }    
}

/*header*/
.header-container { padding: 5px 0; background-color: #107DA4; color: #fff; text-align: center;}
.header-logo { padding: 10px 0 0 10px; }
.header-logo a { display: block; font-size: 0; }
.header-title { padding: 0 10px 0; line-height: 1.2; font-size: 190%; font-family: 'Trebuchet MS'; }
.login-container { padding: 5px 0 10px 0;  }   
@media only screen and (min-width: 700px) {
    .header-container { margin: 0 0 10px 0; }
    .header-logo { float: left; }
    .header-title { float: left; padding: 25px 30px 10px; }
    .login-container { padding: 5px 0 0 0; float: right; text-align: left; padding-right: 120px; height: 110px; }    
}

/*login*/
.login-header { display: block; padding: 5px 20px 0 0; font-weight:normal; font-size: 18px; font-family: 'Trebuchet MS'; }
.login-form { vertical-align: middle; font-size: 0; }
.login-fields { display: inline-block; vertical-align: middle; line-height: 1.2; padding: 0 10px 0 0; font-size: 13px;  }
.login-button { display: inline-block; vertical-align: bottom; font-size: 13px; padding: 5px 0 0 0; }
.login-container input[type='submit'] { background-color: #286E88; border: 0; color: #fff; padding: 5px 15px 5px; margin: 0 20px 0 0; }
.login-container a { color: #AECFE2; padding: 0 10px; }
.login-container input[type='text'],
.login-container input[type='password'] { border: 0; background: #5b93ae; color: white; width: 120px; height: 25px; }
.login-container td { padding: 5px 0 0 0; }
td.login-label { color: #AECFE2; padding-right: 15px; vertical-align: middle }
.login-message { padding: 6px 20px 0 0; }
.login-upcoming { padding: 6px 0 0 0;  }
.login-personal, .login-cancel { padding: 6px 0 0 0; }
.login-name { display: inline-block; }
.logout { display: inline-block; }
.login-link { white-space: nowrap; display: inline-block; }
@media only screen and (min-width: 700px) {
    .login-header { display: inline; }
    .login-container a { padding: 0 20px 0 0; }
    .login-name { float: left; }
    .logout { float: right; }
    .login-message { float: left; }    
    .login-upcoming { float: right; text-align: right; }
    .login-personal { float: left; }    
    .login-cancel { float: right; text-align: right; }
    .login-links { width: 340px; }
}

/*nav*/

.nav-grey-container { padding: 45px 10px 60px 25px; margin: 0 0 15px 0; background-color: #ECECEC; }
@media only screen and (min-width: 700px) {    
    .nav-container { margin: 5px 5px 20px 0; width: 23%; float: left; }
    .nav-grey-container {  border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
}
li.nav-item { vertical-align: middle; font-size: 0; }
span.nav-text { width:90%; display: inline-block; vertical-align: middle; line-height: 1.2; padding: 0 10px 0 0; }
span.nav-arrow { width:10%; display: inline-block; vertical-align: middle;  }
span.nav-arrow a { font-size: 0; }
li.nav-border { margin: 15px 0 16px 0; border-bottom: 1px solid #C7C7C7; width: 95%; }

a.nav1 { text-decoration: none; color: #000; font-size: 13px; font-weight: bold; font-family: 'Trebuchet MS'; }
a.nav1:hover { text-decoration: underline; color: #8F1900; }
a.nav1On { color: #8F1900; }

a.nav2 { display: block; text-decoration: none; color: #000; font-size: 13px; vertical-align: middle; padding: 5px 0 0 15px; background: url(../images/miscNavOff.gif) no-repeat 0 12px; font-family: 'Trebuchet MS'; font-weight: normal; line-height: 1.6;  }
a.nav2first { margin-top: 10px; }
a.nav2:hover { text-decoration: underline; color: #8F1900; background: url(../images/miscNavOn.gif) no-repeat 0 12px; }
a.nav2On { color: #8F1900; background: url(../images/miscNavOn.gif) no-repeat 0 12px; text-decoration: underline; }

/*breadcrumb*/
.bread-container { padding: 15px 10px 5px 10px; }
@media only screen and (min-width: 700px) {    
    .bread-container { padding: 0 10px 5px 10px; }
}
.breadcrumb { padding: 0 0 0 0; }
.breadcrumb li { display: inline; }
.breadcrumb-spacer { font-size: 85%; vertical-align: top; padding: 0px 5px; }
li.breadcrumb, a.breadcrumb { font-size: 90%; color: #666666; text-decoration: none; vertical-align: top; padding: 5px; }
a.breadcrumb:hover { text-decoration: underline; }
.breadhome { margin: 0 5px 0 10px; }

/*footer*/
.footer-container { padding: 30px 0px 10px; background-color: #536567; color: #cfcfcf; text-align: center; }
.footer-container a { color: inherit; }
.footer-minor { padding: 0 30px 10px 0; }
.footer-minor li { display: inline; }
.footer-minor a { text-decoration: none; white-space:nowrap;  }
.footer-minor a:hover { text-decoration: underline; }
.footer-bar { padding: 0 20px; }
.footer-copy { padding: 10px 0 0; font-size: 95%; }
.footer-copy p { padding: 0 0 10px 0; }
.footer-copyright { padding: 0 0 20px; font-size: 95%; }
@media only screen and (min-width: 950px) {    
    .footer-left { padding-left: 30px; float: left; text-align: left; }
    .footer-right { padding-right: 70px; float: right; text-align: left; }    
}

/*tph home*/
.home-block1 { padding: 0px 0 0 0; }
.home-block2 ul { padding: 0 0 0 5px; margin: 0 0 15px 0; margin-left: 0; padding-left: 0; list-style: none; }
.home-block2 li { padding-left: 15px; background-image: url(../images/miscBullet.gif); background-repeat: no-repeat; background-position: 0 7px; }
.home-copy h1 { padding: 10px 0 10px 0; }
.home-copy p { padding: 10px 0 0 0; }
p.home-large { color: #18796f; font-size: 200%; line-height: 120%; padding: 10px 0 10px 0; font-weight:normal; margin: 0; font-family: 'Trebuchet MS'; }
.home-large { color: #18796f; font-size: 200%; line-height: 120%; padding: 0 0 15px 0; font-weight:normal; margin: 0; font-family: 'Trebuchet MS'; }
div .home-copy h2 { font-size: 200%; }
@media only screen and (min-width: 700px) {    
    .home-block1 { float: left; width: 53%; }
    .home-block2 { padding: 0px 0 0 0; float: left; width: 47%; }
    .home-block1 .home-copy { padding-right: 10px; }
    .home-block2 .home-copy { padding-left: 20px; border-left: 1px solid #C7C7C7; }
}

/*tph tiles - v1*/
.landing-container { text-align: center; width: 100%; float: left;  }
.landing-container img { display: block; margin-left: auto; margin-right: auto; padding: 5px 5px 0 0px; }
.tile-block { padding: 0 25px 0 25px; margin: 5px 5px 0 0; background-repeat: no-repeat; 
              text-align: left; max-width: 355px; 
              border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; white-space: nowrap; }
.tile-block:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.tile-block-content { display: inline-block; vertical-align: middle; white-space: normal; }
.tile-block a { color: white; text-decoration: none; font-family: 'Trebuchet MS'; font-size: 26px; line-height: 36px; display: block; }
.tile-block a:hover { text-decoration: underline; }
.tile-block .tile-large { font-size: 24px; line-height: 30px;  }
.tile-block .tile-medium { font-size: 20px; line-height: 20px;  }
.tile-block .tile-arrow { font-size: 14px; line-height: 24px; background: url(../images/iconHomeBullet.gif) no-repeat 5px 8px; padding-left: 18px; margin-left: -15px;  }
@media only screen and (min-width: 850px) {     
    .landing-container { display: table-cell; float: none; vertical-align: top; width: 50%; }
}

/*tph tiles - v2 home*/
.landing-container2 { text-align: center; width: 100%; float: left; }
.tile-block2 { padding: 0 30px 0 25px; margin: 5px 5px 0 0; background-repeat: no-repeat; text-align: left; max-width: 355px; height: 130px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; white-space: nowrap; }
.tile-block2:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.tile-block2-content { display: inline-block; vertical-align: middle; white-space: normal; }
.tile-block2 a { color: white; text-decoration: none; font-family: 'Trebuchet MS'; font-size: 26px; line-height: 36px; display: block; }
.tile-block2 a:hover { text-decoration: underline; }
.tile-block2 .tile-large { font-size: 22px; line-height: 30px;  }
.tile-block2 .tile-medium { font-size: 18px; line-height: 20px;  }
/*.tile-block2-blue { background-color: #107DA4;  }*/
@media only screen and (min-width: 850px) {     
    .landing-container2 { display: block; float: none; vertical-align: top; width: 100%; }
    .tile-block2 { display: table-cell; float: left; width: 48%;}
}

/*tph tiles - v2 landing pages*/
.landing-container3 { text-align: center; width: 100%; float: left; }
.tile-container3 { margin: 5px 5px 0 0; background-repeat: no-repeat; text-align: left; max-width: 355px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;  }
/*.tile-container3 { background-color: #107DA4;  }*/
.tile-block3 { padding: 10px 30px 10px 30px; height: 70px; white-space: nowrap; }
.tile-block3:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.tile-block3-content { display: inline-block; vertical-align: middle; white-space: normal; text-align: center; width: 100%; }
.tile-block3 a { color: white; text-decoration: none; font-family: 'Trebuchet MS'; font-size: 20px; line-height: 24px; display: block; }
.tile-block3 a:hover { text-decoration: underline; }
.tile-block3-body { padding: 10px 25px 10px 25px; width: 100%; min-height: 90px; background: #FFFFFF; border-radius: 4px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; }
/*.tile-block3-body {  border: 1px solid #107DA4;}*/
@media only screen and (min-width: 850px) {     
    .landing-container3 { display: block; float: none; vertical-align: top; width: 100%; }    
    .tile-container3 { display: table-cell; float: left; width: 48%;}
}

/*booking page*/
.clinic-info-block { padding: 20px 10px; margin: 0; background-repeat: no-repeat; text-align: left; max-width: 260px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; background: #F5F5F5; border: 1px solid #ECECEC; }
.booking-patient { font-size: 110%; height: 35px; font-weight: bold; }
.BookingAdd_popup_open { text-decoration: underline; cursor: pointer; }
#BookingAdd_popup { padding: 20px 60px 20px 40px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; background: #F5F5F5; border: 1px solid #ECECEC; }
.BookingAdd_popup_open { text-decoration: underline; cursor: pointer; }
.BookingInfoDate { font-weight: bold; font-size: 110%; white-space: nowrap; padding-top: 5px; width: 150px; }
.BookingInfoTime { font-weight: bold; font-size: 110%; white-space: nowrap; padding-top: 5px; width: 100px; }
.BookingInfoLinks { padding-top: 5px; }
.BookingInfoLinks a:visited {color: #011c5a; }
.ChangeTimeLinks { text-decoration: underline; cursor: pointer; color: #011c5a; }
#ChangeTime_popup { padding: 20px 40px 20px 30px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; background: #F5F5F5; border: 1px solid #ECECEC; }
.ViewAvailLinks { text-decoration: underline; cursor: pointer; color: #011c5a; }
.ViewAvail_popup { padding: 20px 40px 20px 30px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; background: #F5F5F5; border: 1px solid #ECECEC; max-width: 320px; }

/*forms*/
.padd-left { padding: 0 10px 10px 0; }
.form-field-reg { padding: 0 10px 10px 0;  }
.form-field-reg2 { padding: 0 10px 10px 0; }
.form-field-reg3 { padding: 0 10px 10px 0; }
.form-field { padding: 0 10px 10px 0; }
.padd-bott { padding: 0 0 10px 0; }
.contact-form .form-field { padding: 0 10px 10px 0;   }
.contact-us .form-field { padding: 0 10px 10px 0;   }
.contact-us .form-field2 { padding: 0 10px 10px 0;    }
@media only screen and (min-width: 700px) {
    .padd-left { float: left; }
    .form-field-reg { display: table-cell; width: 110px; }
    .form-field-reg2 { display: table-cell; width: 140px; }
    .form-field-reg3 { display: table-cell; width: 160px; }
    .form-field { display: table-cell; }
    .contact-form .form-field { display: table-cell; width: 90px;  }
    .contact-us .form-field { display: table-cell; width: 70px;  }
    .contact-us .form-field2 { display: table-cell;   }
}

/*forgot overlay*/
#Forgot_popup { padding: 20px 60px 20px 40px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; background: #F5F5F5; border: 1px solid #ECECEC; }
#ForgotSubmit_popup { padding: 20px 60px 20px 40px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; background: #F5F5F5; border: 1px solid #ECECEC; }
#ForgotSubmit_popup b { font-size: 120%; }

/* new */

.onetimeindent { padding-left: 0px; }
@media only screen and (min-width: 700px) {
    .onetimeindent { padding-left: 40px; }
    .clinics-links { float: left; }
}

@media print {
    .header-container, .footer-container, .ul-base {
        display: none;
    }
}

/* language drop down */

.LanguageDropDown {
    height: 24px;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.language_ddl {
  margin: 2px 15px 5px 15px;
}

.LanguageLabel {    
    height: 24px;
    background-color: #0E7EA4;
    color: white;
    font-weight: bold;
    font-size:9pt;
    border-radius: 4px;
    margin-right: 2px;
    padding: 2px 5px 2px 5px;
    float:left;
}
