﻿#header
{
    width: 940px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

#title
{
    width: 282px;
}

#signinbox
{
    float: right;
    color: #465A6B;
    text-align: right;
}

#content
{
    min-height: 460px;
    background-color: #EFEFEF;
    margin-bottom: -30px;
    padding-bottom: 30px;
    padding-top: 20px;
    -webkit-box-shadow: inset 0px 5px 16px 0px rgba(119,119,119,0.5);
    -moz-box-shadow: inset 0px 5px 16px 0px rgba(119,119,119,0.5);
    box-shadow: inset 0px 5px 16px 0px rgba(119,119,119,0.5);
}

#bluetitle
{
    background-color: #e8eefa;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

#footer
{
    border-top: 1px solid #DDD;
    font-size: 0.9em;
    color: #fff;
    text-align: center;
    background-color: #053D57;
}

#footer a
{
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

#footer a:hover
{
    color: #F2682F;
}

#footer #inner
{
    width: 900px;
    margin: 0 auto;
    padding: 20px 30px;
}

#footer #links
{
    margin-bottom: 10px;
    font-size:17px;
}

#footer #copyright
{
    margin-bottom: 10px;
}

#footer #twitter a
{
    padding-left: 20px;
    padding-top: 1px;
    background: url(/Content/images/twitter.gif) no-repeat 0 0;
}

#footer #twitter a:hover
{    
    background-position: 0 -34px;
}

.textcontent
{
    margin-top: 20px;
}

.practice
{
    margin-top: 20px;
    -webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 2px;
    -moz-box-shadow: rgba(0,0,0,0.4) 0 1px 2px;
    box-shadow: rgba(0,0,0,0.4) 0 1px 2px;
    border: 1px solid #efefef;
}

.notification{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin:15px 0;
}

.notification_close_btn{
    cursor: pointer;
}

.notification_close_btn img{
    vertical-align:middle;
}

.notification a{
    color: #000;
    font-weight: bold;
}

.notification p{
    vertical-align: middle;
    display: table-cell;
}

.notification_green{
    background-color: #D2F8D8;
    border: 2px solid #5DE575;
    padding: 10px;
}

.notification_maint {
    /* display: none; */
    -webkit-border-radius: 170px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius: 50%px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 170PX;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #053d57;
    /* margin-bottom: -5px; */
}

.notification_blue {
    color: white;
    float: right;
    width: 680px !important;
    height: 250px;
}

.notification_body {
    /*padding-left:100px;*/
    text-align: center;
    font-size: larger;
    padding: 5px;
}

h1
{
    font-weight: normal;
    font-size: 20px;
    color: #465A6B;
}

.stripeh1
{
    width: 940px;
    margin: 10px auto;
}

.user_block
{
}

#user_blocks
{
    margin-top: 30px;
    margin-bottom: 30px;
}

.user_block img
{
    float: right;
}

.gradientlink
{
    background: #f6f6f6;
    margin: 3px;
    text-decoration: none;
    padding: 20px 0 20px 20px;
    display: block;
    color: #333;
    -webkit-box-shadow: 0px 0px 15px 4px rgba(119,119,119,0.25);
    -moz-box-shadow: 0px 0px 15px 4px rgba(119,119,119,0.25);
    box-shadow: 0px 0px 15px 4px rgba(119,119,119,0.25);
}

.gradientlink:hover
{
    background-color: #fdfdfd;
    background:-webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f8f8f8));
    background: -moz-linear-gradient(top, #fdfdfd, #f8f8f8);
    -webkit-box-shadow: 0px 0px 15px 4px rgba(119,119,119,0.25);
    -moz-box-shadow: 0px 0px 15px 4px rgba(119,119,119,0.25);
    box-shadow: 0px 0px 15px 4px rgba(119,119,119,0.25);
}

#searchdiv
{
    margin: 20px auto;
}

#searchdiv h1{
    font-weight:bold;
}

#searchbox
{
    height: 80px;
    margin:0;
}

#searchbox input
{
    padding: 0 10px;
    width: 671px;
    height: 62px;
    font-size: 20px;
    border: 2px solid #b4b4b4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#searchsubmit
{
    height: 66px;
    width: 100%;
    background-color: #FF7E14;
    border: 1px solid #FF7E14;
    color: #fff;
    text-shadow: 0 -1px 0 #FF7E14;
    padding: 7px 18px;
    font-size: 20px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#searchsubmit:hover{
    background-color: transparent;
    border: 2px solid #FF6A07;
    color: #ff6a07;
    transition: 0.5s;
}
 
.searchsubmit_hover
{
    background-position: 0 -38px !important;
}

#searchresults
{
    margin-top: 20px;
}

#searchresults h1
{
    text-align: center;
}

#searchresults .practice
{
    overflow: hidden;
    margin-left: 0;
}

#searchresults .practice:last-child
{
    border: 0;
}

#searchresults .practicelink
{
    background: #f6f6f6;
    margin-bottom: 0;
    text-decoration: none;
    color: #333;
    display: block;
    height: 200px;
    padding: 10px;
}

#searchresults .practicelink:hover
{
    background-color: #fdfdfd;
    background:-webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f8f8f8));
    background: -moz-linear-gradient(top, #fdfdfd, #f8f8f8);
}

#searchresults .practicename
{
    text-decoration: none;
    font-weight: bold;
    color: #465A6B;
    font-size: 16px;
    display: block;
}

#searchresults .practicename:hover
{
    text-decoration: underline;
}

#searchresults .practiceurl
{
    margin-top: 5px;
    text-decoration: none;
    color: #465A6B;
    font-size: 12px;
    display: block;
}

#searchresults .practiceurl:hover
{
    text-decoration: underline;
}

#searchresults p
{
    margin-bottom: 0;
}

#searchresults .practiceaddress
{
    margin-top: 5px;
}

#searchresults .practicephone
{
    margin-top: 5px;
}

#searchresults .doctornames
{
    margin-top: 10px;
}

#searchresults .doctornames a
{
    color: #3B5998;
    text-decoration: none;
}

#searchresults .doctornames a:hover
{
    text-decoration: underline;
}

#searchresults .practicemap
{
    float: right;
    border: 1px solid #DDD;
    height: 198px;
}

.ozdocs_service h3
{
     margin-bottom: 15px;
     color: #465A6B;
     font-size: 19px;
}

.ozdocs_service p
{
    line-height: 1.5em;
}

.ozdocs_service ul
{
    list-style: none;
}

.ozdocs_service li
{
    margin-bottom: 15px;
}

#vtab {
    margin: 30px auto;
    width: 360px;
}
#vtab > ul > li {
    width: 69px;
    height: 69px;
    background-color: #fff !important;
    list-style-type: none;
    display: block;
    text-align: center;
    margin: auto;
    border: 1px solid #fff;
    position: relative;
    border-right: none;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
#vtab > ul > li.tab_appointment {
    background: url('/Content/images/appts.png') no-repeat center center;
}
#vtab > ul > li.tab_prescription {
    background: url('/Content/images/prescription.png') no-repeat center center;
}
#vtab > ul > li.tab_testresult {
    background: url('/Content/images/testresults.png') no-repeat center center;
}
#vtab > ul > li.tab_referral {
    background: url('/Content/images/referral.png') no-repeat center center;
}
#vtab > ul > li.tab_econsult {
    background: url('/Content/images/eConsults.png') no-repeat center center;
}
#vtab > ul > li.tab_getstarted {
    background: url('/Content/images/getstarted.png') no-repeat center center;
}
#vtab > ul > li.selected {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    border: 1px solid #ddd;
    border-right: none;
    z-index: 10;
    background-color: #fafafa !important;
    position: relative;
}
#vtab > ul {
    float: left;
    width: 69px;
    text-align: left;
    display: block;
    margin: auto 0;
    padding: 0;
    position: relative;
    top: 0;
}
#vtab > div {
    background-color: #fafafa;
    margin-left: 69px;
    border: 1px solid #ddd;
    height: 380px;
    padding: 22px;
    position: relative;
    z-index: 9;
}
#vtab > div > h4 {
    color: #800;
    font-size: 1.2em;
    border-bottom: 1px dotted #800;
    padding-top: 5px;
    margin-top: 0;
}

.readable
{
    font-size: 110%;
    line-height: 22px;
}

.ui-autocomplete
{
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.highlight { font-weight: bold; }

.ui-autocomplete-loading
{
    background: white url('/Content/images/ui-anim_basic_16x16.gif') 97% center no-repeat;
}

.watermark 
{
    color: #777;
}

#loginbox_border
{
    border: #C3D9FF 1px solid;
}

#loginbox
{
    background-color: #e8eefa;
    margin: 3px;
}

#loginbox .header
{
    border-bottom:1px solid #606059;
    text-align: center;
    padding: 8px 0;
    margin: 0 10px 20px 10px;
}

#loginbox .input
{
    width: 90%;
    margin: 0 auto 10px auto;
}

#loginbox .input label
{
    width: 90px;
    float: left;
    text-align: right;
    font-size: 12px;
    color: #404E5B;
    margin-top: 4px;
}

#loginbox .input input
{
    margin-left: 10px;
    width: 180px;
}

#loginbox .submit
{
    width: 80%;
    margin: 0 auto;
    text-align:right;
    padding-bottom: 10px;
}

.yellow_link
{
	color: #FF7E14 !important;
	font-weight: bold;
	text-decoration: none;
}

.yellow_link:hover
{
	text-decoration: underline;
}

h2
{
    font-size: 19px;
    color: #465A6B;
}

#serviceslist
{
    list-style: none;
}

#serviceslist li
{
    height: 40px;
    margin-bottom: 3px;
    margin-left: 5px;
}

#serviceslist li img
{
    width: 40px;
    height: 40px;
}

#serviceslist li span
{
    position: relative;
    top: -15px;
    padding-left: 10px;
    line-height: 40px;
}

#services a
{
    display: block;
}

#services img
{
    padding-left: 40px;
    float: left;
}

#services span
{
    padding-left: 20px;
    line-height: 59px;
}

.practice-point
{
    margin-bottom: 25px;
}

.practice-point h4
{
    font-size: 15px;
    margin-bottom: 10px;
}

.practice-point p
{
    margin-bottom: 10px;
}

.practice-point a
{
    color: #036;
}

#login_box_header
{
    width: 236px;
}

#login_box
{
    -moz-border-radius-topleft:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    position: absolute;
    display:none;
    background-color:#e8eefa;
    width:210px;
    z-index:100;
    border:1px solid #9FA9B2;
    text-align:left;
    padding:12px;
    margin-top:5px;
    margin-right: 0px;
    margin-bottom: 0px;
    color:#789;
    font-size:11px;
}

#login_box input[type=text], #login_box input[type=password]
{
    display:block;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #ACE;
    font-size:13px;
    margin:0 0 5px;
    padding:5px;
    width:203px;
}

#signinbox p
{
    margin-bottom: 7px;
}

#signinbox input[type=text]
{
    width: 170px;
    padding: 10px 16px;
    border-radius: 4px;
    border: 2px solid #b4b4b4;
}
#signinbox input[type=password]
{
    width: 170px;
    padding: 10px 16px;
    border-radius: 4px;
    border: 2px solid #b4b4b4;
}

#signinbox a
{
    color:#6AC;
}

#signinbox p.forgot, #signinbox p.complete
{
    clear:both;
    margin:5px 0;
}

#signin_submit
{
    background-color: #FF7E14;
    border: 2px solid #FF7E14;
    color: #fff;
    text-shadow: 0 -1px 0 #FF7E14;
    padding: 7px 18px;
    font-weight: bold;
    font-size: 12px;
    height: 39px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#signin_submit:hover{
    background-color: transparent;
    border: 2px solid #FF6A07;
    color: #ff6a07;
    transition: 0.5s;
}

.validation-summary-errors
{
    color: Red;
}

.forgotPassword
{
    margin-right: 10px;
    font-size: 12px;
}