﻿
/* DEFAULTS
----------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
    background-color: #e9eef2;
    margin: 0;
    padding: 0;
    color: #555;
}

.small {
    font-size: 12px; /* 75% of the baseline */
}

.large {
    font-size: 20px; /* 125% of the baseline */
}

a:link, a:visited {
    color: #003e7c;
}

a:hover {
    color: #5b9acb;
    text-decoration: none;
}

a:active {
    color: #003e7c;
}

img {
    border-style: none;
}

p {
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #555555;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.8em;
    color: #000;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-weight: 500;
}

h2 {
    font-size: 1.5em;
    color: #496077;
    font-weight: 500;
    padding: 3px;
    margin: 10px 0 10px 0;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #dcdce9;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}


.h1_page_header {
    font-size: 1.6em;
    color: #496077;
    font-weight: 500;
    padding: 3px;
    margin: 10px 0 10px 0;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #dcdce9;
}

.h_page_header {
    color: #496077;
    font-weight: 500;
    padding: 3px;
    margin: 10px 0 10px 0;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #dcdce9;
}

.h1_npi {
    width: 95%;
    float: left;
}

.h2_taxonomy {
    font-size: 1.2em;
    color: #496077;
    font-weight: bold;
    padding: 3px;
    margin: 10px 0 10px 0;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #dcdce9;
}

.img_npi_icon {
    top: 50%;
    float: left;
    margin: 0 5px 0 0;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    max-width: 1170px; /* width of content*/
    min-width: 240px;
    position: relative;
    padding: 0;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #d9e0e5;
    word-wrap: break-word;
}

@media (min-width:576px) {
    .page {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .page {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .page {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .page {
        max-width: 1140px;
    }
}


.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background-image: url(https://healthprovidersdata.com/images/header_bg_sm.png);
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 800px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.spacer {
    clear: both;
    width: 100%;
    min-height: 10px;
}

.spacer-100 {
    clear: both;
    width: 100%;
    min-height: 100px;
}

.spacer-200 {
    clear: both;
    width: 100%;
    min-height: 200px;
}

.spacer-300 {
    clear: both;
    width: 100%;
    min-height: 300px;
}

.spacer-400 {
    clear: both;
    width: 100%;
    min-height: 400px;
}

.font-size-8 {
    font-size: 10px;
}

.font-size-10 {
    font-size: 10px;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #334252;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #334252;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #334252;
                color: #cfdbe6;
                text-decoration: none;
            }




.main-menu {
    width: 100%;
    clear: both;
    background-color: #2b5c83;
}

/*.main-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

.main-menu li
{
float: left;
margin: 0;
}

.main-menu li a
{
height: 2em;
line-height: 2em;
float: left;
display: block;
color: #FFF;
text-decoration: none;
text-align: center;
font-weight:bold;
text-transform:uppercase;
padding:5px 3px 0 2px;
font-size:12px;
margin-left:15px;
margin-right:5px;
}*/

#navigation_breadcrumb {
    margin: 0;
    padding: 0 10px 0 10px;
    line-height: 1.7em;
    font-size: 14px;
    background-color: #334252;
    color: #FFFFFF;
    clear: both;
    float: left;
    width: 100%;
    max-width: 100%;
}

    #navigation_breadcrumb a {
        color: #FFFFFF;
    }


.nav-menu-npi ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-menu-npi li {
    float: left;
    margin: 0 0.2em 0 0;
    text-transform: uppercase;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .nav-menu-npi li {
        margin: 0 0.2em 0 0;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .nav-menu-npi li {
        margin: 0 0.2em 0 0;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .nav-menu-npi li {
        margin: 0 0.2em 0 0;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .nav-menu-npi li {
        margin: 0.2em;
        width: 100%;
        clear: both;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .nav-menu-npi li {
        margin: 0.2em;
        width: 100%;
        clear: both;
    }
}


.nav-menu-npi li a {
    height: 2em;
    line-height: 2em;
    float: left;
    padding: 0 10px 0 10px;
    display: block;
    border: none;
    color: #FFF;
    text-decoration: none;
    text-align: center;
}


.nav-menu-npi-selected {
    background: #334252;
    border-color: #334252;
}

.nav-menu-npi-not-selected {
    background-color: #516A83;
    border-color: #516A83;
}


#nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#nav-menu li {
    float: left;
    margin: 0 0.15em 0 0;
    text-transform: uppercase;
}

    #nav-menu li a {
        background-color: #516A83;
        height: 2em;
        line-height: 2em;
        float: left;
        padding: 0 15px 0 15px;
        display: block;
        border: 0.1em solid #516A83;
        color: #FFF;
        text-decoration: none;
        text-align: center;
    }


.nav-menu-states li a {
    width: 2.2em !important;
}

.nav-menu-cities li a {
    width: 2.2em !important;
}

.nav-menu-selected {
    background: #516A83 !important;
    color: #FFF !important;
    border-bottom: none !important;
}

.nav-menu-not-selected {
    background: #fff !important;
    font-weight: lighter !important;
    color: #555 !important;
    border-bottom: none !important;
}


#nav-menu-paging ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#nav-menu-paging li {
    float: right;
    margin: 0 0.10em 0 0;
}

    #nav-menu-paging li a {
        background-color: #516A83;
        height: 2em;
        line-height: 2em;
        float: left;
        padding: 0 15px 0 15px;
        display: block;
        border: 0.1em solid #516A83;
        color: #FFF;
        text-decoration: none;
        text-align: center;
    }

.nav-menu-paging li a {
    width: 2em !important;
}

.nav-menu-selected-paging {
    background: #334252 !important;
    color: #fff !important;
}

.nav-menu-not-selected-paging {
    background: #516A83 !important;
    font-weight: lighter !important;
    color: #fff !important;
    text-decoration: underline;
}



.search-selected {
    background: #516A83 !important;
    color: #FFF !important;
    border-bottom: none !important;
    font-size: 11px;
}

.search-not-selected {
    background: #fff !important;
    font-weight: lighter !important;
    color: #555 !important;
    border-bottom: none !important;
    font-size: 11px;
}

/* Hide from IE5-Mac \*/
#nav-menu li a {
    float: none
}
/* End hide */

#nav-menu {
    width: 100%
}

/* FORM ELEMENTS   
----------------------------------------------------------

fieldset
{
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #ccc;
}

fieldset p 
{
	margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
}

fieldset label.inline 
{
	display: inline;
}

legend 
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input.textEntry 
{
	width: 320px;
	border: 1px solid #ccc;
}

input.passwordEntry 
{
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo
{
	width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.summary_title {
    color: #333333;
    clear: left;
    background-color: #e6f0f8;
    width: 30%;
    margin-bottom: 3px;
    padding: 3px 0 3px 5px;
    float: left;
    display: block;
    vertical-align: top;
}

.summary_value {
    min-width: 65%;
    clear: right;
    margin-bottom: 3px;
    padding: 3px 0 3px 5px;
    float: left;
    display: block;
    vertical-align: top;
}


.tb_table_search_results {
    border-width: 1px;
    border-spacing: 2px;
    border-style: outset;
    border-color: #CCCCCC;
    border-collapse: collapse;
    width: 100%;
    padding: 5px;
    empty-cells: show;
}


.th_header_search_results {
    border-width: 1px;
    border-spacing: 2px;
    border-style: outset;
    border-color: #CCCCCC;
    border-collapse: collapse;
    padding: 5px;
    color: #FFF;
    background-color: #516A83;
    font-weight: bold;
    empty-cells: show;
    height: 18px;
}

.th_header_search_results_sortby {
    text-align: right;
    background-color: #334252;
}

.td_cell_value_search_results {
    border-width: 1px;
    border-spacing: 2px;
    border-style: outset;
    border-color: #CCCCCC;
    border-collapse: collapse;
    vertical-align: text-top;
    padding: 3px 5px 3px 5px;
    empty-cells: show;
}

.td_cell_value_search_results_alt {
    border-width: 1px;
    border-spacing: 2px;
    border-style: outset;
    border-color: #CCCCCC;
    border-collapse: collapse;
    vertical-align: text-top;
    padding: 3px 5px 3px 5px;
    empty-cells: show;
}




.tb_table {
    border: 1px solid #CCCCCC;
    width: 100%;
    empty-cells: show;
    border-collapse: separate;
    border-spacing: 1px 1px;
    margin-bottom: 20px !important;
}



.th_header {
    border: 1px solid #CCCCCC;
    color: #FFF;
    background-color: #516A83;
    font-weight: 500;
    empty-cells: show;
    border-collapse: separate;
    border-spacing: 1px 1px;
}

.th_header_gray {
    border: 1px solid #CCCCCC;
    color: #FFF;
    background-color: #868485;
    font-weight: 500;
    empty-cells: show;
    border-collapse: separate;
    border-spacing: 1px 1px;
}

.td_cell_value {
    border: 1px solid #CCCCCC;
    padding: 3px 5px 3px 5px;
    empty-cells: show;
    border-collapse: separate;
    border-spacing: 1px 1px;
}

.td_cell_value_alt {
    border: 1px solid #CCCCCC;
    padding: 3px 5px 3px 5px;
    background-color: #EEEEEE;
    empty-cells: show;
    border-collapse: separate;
    border-spacing: 1px 1px;
}

.td_title {
    color: #333333;
    width: 30%;
    margin-bottom: 3px;
    padding: 3px 0 3px 5px;
    vertical-align: top;
    font-weight: 500;
}

.td_value {
    width: 65%;
    margin-bottom: 3px;
    padding: 3px 0 3px 5px;
    vertical-align: top;
}

.td_NPI_Summary_title {
    width: 210px;
    margin-bottom: 3px;
    padding: 3px 0 3px 5px;
    vertical-align: top;
    font-weight: bold;
}

.td_NPI_Summary_value {
    width: 350px;
    margin-bottom: 3px;
    padding: 3px 0 3px 5px;
    vertical-align: top;
}

.td_NPI_Summary_ad {
    width: 320px;
    margin-bottom: 3px;
    padding: 3px 15px 3px 0;
    vertical-align: top;
}

.td_NDC_Summary_title {
    width: 210px;
    margin-bottom: 3px;
    padding: 3px 0 3px 5px;
    vertical-align: top;
    font-weight: bold;
}

.td_NDC_Summary_value {
    width: 350px;
    margin-bottom: 3px;
    padding: 3px 0 3px 5px;
    vertical-align: top;
}

.td_NDC_Summary_ad {
    width: 320px;
    margin-bottom: 3px;
    padding: 3px 15px 3px 0;
    vertical-align: top;
}


.td_NDC_Summary_value ul {
    padding: 0;
    margin: 0;
}

.td_NDC_Summary_value li {
    float: left;
    margin: 0 0 0 15px;
    clear: both;
}


.td_HCPCS_Summary_title {
    width: 210px;
    margin-bottom: 3px;
    padding: 3px 0 3px 5px;
    vertical-align: top;
    font-weight: bold;
}

.td_HCPCS_Summary_value {
    width: 350px;
    margin-bottom: 3px;
    padding: 3px 0 3px 5px;
    vertical-align: top;
}

.td_HCPCS_Summary_ad {
    width: 320px;
    margin-bottom: 3px;
    padding: 3px 15px 3px 0;
    vertical-align: top;
}


.td_HCPCS_Summary_value ul {
    padding: 0;
    margin: 0;
}

.td_HCPCS_Summary_value li {
    float: left;
    margin: 0 0 0 15px;
    clear: both;
}




.td_ICD_Summary_title {
    width: 210px;
    margin-bottom: 3px;
    padding: 3px 0 3px 5px;
    vertical-align: top;
    font-weight: bold;
}

.td_ICD_Summary_value {
    width: 350px;
    margin-bottom: 3px;
    padding: 3px 0 3px 5px;
    vertical-align: top;
}

.td_ICD_Summary_ad {
    width: 320px;
    margin-bottom: 3px;
    padding: 3px 15px 3px 0;
    vertical-align: top;
}

.td_center {
    text-align: center;
}


.blockquoute {
    padding: 0 0 0 15px;
}


.Search_Wrapper {
    background-color: #516A83;
    width: 100%;
    clear: both;
    min-height: 40px;
    margin: 20px 0 20px 0;
    color: #FFF;
}

.NPI_LookUp {
    padding: 20px;
}

.NPI_LookUp_provider_name {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.25);
    width: 80%;
    height: 33px;
    vertical-align: middle;
    margin: 0;
}

.switch_text {
    color: #868485;
    line-height: 30px;
    font-size: 18px;
    padding: 0 5px 0 5px;
}

.NPI_LookUp_provider_location {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.25);
    width: 230px;
    height: 33px;
    vertical-align: middle;
    margin: 0;
}

.NPI_LookUp_provider_advanced {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.25);
    width: 200px;
    height: 20px;
    vertical-align: middle;
    margin: 0 0 0 20px;
    color: #868485;
}

.NPI_LookUp_provider_search {
    position: relative;
    left: -4px;
    top: 2px;
    color: #fff;
    margin: 0 0 0 5px;
    width: 92px;
    line-height: 30px;
    height: 33px;
    padding: 0 1em;
    background: rgb(233,92,51);
    background: -moz-linear-gradient(to top,rgba(233,92,51,1),rgba(229,59,44,1));
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(233,92,51,1)),color-stop(100%,rgba(229,59,44,1)));
    background: -webkit-linear-gradient(to top,rgba(233,92,51,1),rgba(229,59,44,1));
    background: -o-linear-gradient(to top,rgba(233,92,51,1),rgba(229,59,44,1));
    background: -ms-linear-gradient(to top,rgba(233,92,51,1),rgba(229,59,44,1));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95c33',endColorstr='#e53b2c',GradientType=0 );
    background: linear-gradient(to top,rgba(233,92,51,1),rgba(229,59,44,1));
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
}

.NPI_LookUp_provider_clear {
    position: relative;
    left: -4px;
    top: 2px;
    color: #fff;
    margin: 0 0 0 5px;
    width: 92px;
    line-height: 30px;
    height: 33px;
    padding: 0 1em;
    background: rgb(204,204,204);
    background: -moz-linear-gradient(to top,rgb(204,204,204),rgb(170,170,170));
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(204,204,204)),color-stop(100%,rgb(170,170,170)));
    background: -webkit-linear-gradient(to top,rgb(204,204,204),rgb(170,170,170));
    background: -o-linear-gradient(to top,rgb(204,204,204),rgb(170,170,170));
    background: -ms-linear-gradient(to top,rgb(204,204,204),rgb(170,170,170));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95c33',endColorstr='#e53b2c',GradientType=0 );
    background: linear-gradient(to top,rgb(204,204,204),rgb(170,170,170));
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
}


.NPI_LookUp_provider_advanced_search {
    position: relative;
    top: 10px;
    color: #fff;
    padding: 0 1em;
    margin: 0 0 0 10px;
    width: 92px;
    line-height: 20px;
    height: 23px;
    padding: 0 1em;
    background: rgb(233,92,51);
    background: -moz-linear-gradient(to top,rgba(233,92,51,1),rgba(229,59,44,1));
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(233,92,51,1)),color-stop(100%,rgba(229,59,44,1)));
    background: -webkit-linear-gradient(to top,rgba(233,92,51,1),rgba(229,59,44,1));
    background: -o-linear-gradient(to top,rgba(233,92,51,1),rgba(229,59,44,1));
    background: -ms-linear-gradient(to top,rgba(233,92,51,1),rgba(229,59,44,1));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95c33',endColorstr='#e53b2c',GradientType=0 );
    background: linear-gradient(to top,rgba(233,92,51,1) 0%,rgba(229,59,44,1));
    border: 1px solid rgba(0,0,0,0.1);
}


.NPI_LookUp_invalid {
    border: 1px solid #FF0000 !important;
}

.NPI_LookUp_invalid_ddl {
    border: 1px solid #FF0000 !important;
    color: #FF0000 !important;
}

.Search_Results {
    width: auto;
    margin: 20px 0 20px 2px;
}

.No_Search_Results {
    background-color: #dddadb;
    font-weight: bold;
    line-height: 30px;
    height: 33px;
    font-size: 18px;
    padding-left: 5px;
    text-transform: uppercase;
}

#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #F5F5F5;
    filter: alpha(opacity=5);
    opacity: 0.05;
    z-index: 9000;
}

#processMessage {
    position: fixed;
    top: 40%;
    left: 44%;
    padding: 10px;
    width: 180px;
    height: 65px;
    z-index: 9001;
    background-color: #FFF;
    border: solid 2px #8f9091;
    text-align: center;
    line-height: 65px;
}


.state-dir-item {
    line-height: 2em;
    width: 220px;
}

.state-dir-item {
    padding: 3px;
}

    .state-dir-item a {
        padding: 3px;
        color: #003e7c;
    }

.taxonomy-dir-item {
    line-height: 1.7em;
    width: 920px;
}

    .taxonomy-dir-item li {
        margin-left: 15px;
    }

.div_homepage_location {
    font-size: 1.3em;
    color: #333;
    font-weight: normal;
    padding: 3px;
    margin: 10px 0 10px 0;
    min-width: 60%;
    clear: both;
    border-bottom: 1px solid #dcdce9;
    float: left;
}

.div_homepage_taxonomies {
    float: left;
    clear: both;
    width: 97%;
}


.changelocation_button {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #BBB;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 4px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
    margin: 0 0 0 10px;
    float: right;
}

    .changelocation_button:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
        background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
        background-color: #dfdfdf;
    }

    .changelocation_button:active {
        position: relative;
        top: 1px;
    }

.changelocation_button_cancel {
    color: #868485 !important;
}

.ddl_changelocation {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.25);
    width: 150px;
    height: 20px;
    vertical-align: middle;
    margin: 0 20px 0 0;
    color: #333;
}



th.headerSortUp {
    background-image: url(https://healthprovidersdata.com/images/asc.gif);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

th.headerSortDown {
    background-image: url(https://healthprovidersdata.com/images/desc.gif);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

th.header {
    cursor: pointer;
    text-decoration: underline;
}


/* Listing
----------------------------------------------------------*/

.city_taxonomy {
    width: 530px;
    padding: 20px 0 30px 0;
    float: left;
    margin: 0;
}

.health_provider_listing {
    border-bottom: 1px dotted #e5e6e6;
    min-height: 100px;
    width: 530px;
    padding-bottom: 10px;
    line-height: 1.24;
}

.provider_name {
    font-size: 1.4em;
    font-weight: 500;
    padding: 0;
    margin: 15px 0 5px 0;
    width: 97%;
    clear: both;
    border-bottom: none;
}

    .provider_name a {
    }

.provider_name {
    color: #009933;
}

.provider_url a {
    color: #009933;
    text-decoration: none;
}


.clia_listing {
    border-bottom: 1px dotted #e5e6e6;
    min-height: 100px;
    width: 100%;
    padding-bottom: 10px;
    line-height: 1.24;
}

.clia_name {
    font-size: 1.4em;
    font-weight: 500;
    padding: 0;
    margin: 15px 0 5px 0;
    width: 97%;
    clear: both;
    border-bottom: none;
}

    .clia_name a {
    }

.clia_name {
    color: #009933;
}

.clia_url a {
    color: #009933;
    text-decoration: none;
}

.taxonomy_listing {
    border-bottom: 1px dotted #e5e6e6;
    min-height: 100px;
    width: 730px;
    padding-bottom: 10px;
    line-height: 1.24;
}

.taxonomy_name {
    font-size: 1.4em;
    font-weight: 500;
    padding: 0;
    margin: 15px 0 5px 0;
    width: 97%;
    clear: both;
    border-bottom: none;
    color: #009933;
}

.cliataxonomy_name a {
}


.taxonomy_url a {
    color: #009933;
    text-decoration: none;
}


.NDC_listing {
    border-bottom: 1px dotted #e5e6e6;
    min-height: 100px;
    width: 730px;
    padding-bottom: 10px;
    line-height: 1.24;
}

.NDC_name {
    font-size: 1.4em;
    font-weight: 500;
    padding: 0;
    margin: 15px 0 5px 0;
    width: 97%;
    clear: both;
    border-bottom: none;
    color: #009933;
}

    .NDC_name a {
    }



.NDC_url a {
    color: #009933;
    text-decoration: none;
}


.HCPCS_listing {
    border-bottom: 1px dotted #e5e6e6;
    min-height: 100px;
    width: 730px;
    padding-bottom: 10px;
    line-height: 1.24;
}

.HCPCS_name {
    font-size: 1.4em;
    font-weight: 500;
    padding: 0;
    margin: 15px 0 5px 0;
    width: 97%;
    clear: both;
    border-bottom: none;
    color: #009933;
}

    .HCPCS_name a {
    }



.HCPCS_url a {
    color: #009933;
    text-decoration: none;
}


.icd_url a {
    color: #009933;
    text-decoration: none;
}

.icd9-list {
    font-size: large;
    font-weight: bold;
}

    .icd9-list a {
    }

.icd9-list-groups {
    padding: 5px;
    border-bottom: 1px dashed #e5e6e6;
}

.icd10-list {
    padding: 5px 5px 0 5px;
    font-weight: bold;
}

    .icd10-list a {
        text-decoration: none;
        padding: 0 5px 5px 5px;
    }

.icd10-list-groups {
    padding: 5px;
    border-bottom: 1px dashed #e5e6e6;
}

.hcpcs-list {
    padding: 5px 5px 0 5px;
    font-weight: bold;
}

    .hcpcs-list a {
        text-decoration: none;
        padding: 0 5px 5px 5px;
    }

.hcpcs-list-groups {
    padding: 5px;
    border-bottom: 1px dashed #e5e6e6;
}

.ndc-list {
    padding: 5px 5px 0 5px;
    font-weight: bold;
}

    .ndc-list a {
        text-decoration: none;
        padding: 0 5px 5px 5px;
    }

.ndc-list-groups {
    padding: 5px;
    border-bottom: 1px dashed #e5e6e6;
}


.gv_row_style {
    background-color: #F7F6F3;
    color: #333333;
}

.gv_alt_row_style {
    background-color: #fff;
    color: #333333;
}

.gv_ad_row_style {
    background-color: #fff;
    color: #333333;
    height: 160px;
    min-height: 140px;
    margin: 30px;
    text-align: left;
    border-top: 1px solid #F7F6F3;
    border-bottom: 1px solid #F7F6F3;
}

.code-generic-listing {
    margin-top: 7px;
    margin-bottom: 7px;
    border-bottom: dashed 1px #808080;
    padding: 5px;
}

.code-generic-listing-title {
    font-weight: bold;
}

.code-generic-listing-value {
}

.code-generic-ul {
    display: inline;
    margin: 0;
    padding: 0;
}

.code-generic-li {
    display: inline;
}

.span-footer {
    font-size: 8px;
    line-height: 14px;
}

/* Ad Styles  
----------------------------------------------------------*/

.adsense_horizontal {
    clear: both;
    padding-top: 15px;
    text-align: left;
    width: 100%;
}

.adsense_top_content {
    margin-right: 30px;
    padding: 10px;
    padding-top: 0;
    background-color: #ffffff;
    min-width: 350px;
}

.adsense_top_300_250 {
    padding-top: 20px;
    padding-bottom: 5px;
    text-align: center;
    width: 98%;
    clear: both;
}

.adsense_728_90 {
    clear: both;
    padding-top: 15px;
    text-align: center;
    width: 100%;
}

.adsense_728_15 {
    clear: both;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 98%;
}

.adsense_global_728_15 {
    clear: both;
    padding: 7px 0 3px 10px;
    width: 970px;
    background-color: #e1e1e2;
    margin: 0;
    text-align: left;
}

.adsense_dir_taxonomy_160_600 {
    padding: 20px 0 30px 0;
    width: 170px;
    clear: none;
    float: right;
}

.adsense_dir_taxonomy_468_60 {
    padding: 0 0 20px 0;
    width: 530px;
    clear: none;
    float: left;
}

.adsense_search_results_468_60 {
    padding: 20px 0 30px 0;
    width: 530px;
    clear: none;
    float: left;
}

.adsense_dir_taxonomy_336_280_top {
    width: 750px;
    padding: 10px 0 30px 0;
    float: left;
    margin: 0;
}

.adsense_dir_taxonomy_336_280 {
    width: 750px;
    padding: 20px 0 30px 0;
    float: left;
    margin: 0;
}

.adsense_search_results_336_280 {
    width: 750px;
    padding: 0 0 20px 0;
    float: left;
    margin: 0;
}

.google_search_wrapper {
    width: 100%;
    background-color: #e1e1e2;
    text-align: right;
    clear: both;
    margin: 0;
    padding: 5px 0 1px 0;
    min-height: 40px;
}

.google_search {
    min-height: 40px;
}

.google_search_textbox {
    width: 140px;
    line-height: normal !important;
    margin-right: 5px;
}

.google_search_button {
    line-height: normal !important;
}

.HiddenField {
    visibility: hidden;
}




/* Homepage Styles  
----------------------------------------------------------*/

.row-wrapper {
    width: 98%;
    clear: both;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    overflow: auto;
}

.row-item {
    width: 330px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: inline-block;
}

.cell-home-header {
    width: 270px;
    border: 1px dotted #334252;
    padding: 3px 0 3px 0;
    background-color: #334252;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-transform: capitalize;
}

    .cell-home-header a {
        color: #fff;
        text-decoration: none;
    }

.cell-home-content {
    width: 250px;
    border: 1px dotted #CCCCCC;
    border-bottom: none;
    background-color: #FFF;
    padding: 10px;
    height: 110px;
    text-align: justify;
    overflow: hidden;
}

.cell-home-button {
    width: 250px;
    border: 1px dotted #CCCCCC;
    border-top: none;
    background-color: #FFF;
    padding: 10px;
    overflow: hidden;
}

.search-button-home {
    position: relative;
    left: -4px;
    top: 2px;
    color: #fff;
    margin: 20px 0 0 5px;
    width: 250px;
    line-height: 30px;
    height: 33px;
    padding: 0 1em;
    text-align: center;
    background: rgb(2,86,25);
    background: -moz-linear-gradient(to top,rgba(2,86,25,1),rgba(2,86,25,1));
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(2,86,25,1)),color-stop(100%,rgba(2,86,25,1)));
    background: -webkit-linear-gradient(to top,rgba(2,86,25,1) 0%,rgba(2,86,25,1));
    background: -o-linear-gradient(to top,rgba(2,86,25,1),rgba(2,86,25,1));
    background: -ms-linear-gradient(to top,rgba(2,86,25,1),rgba(2,86,25,1));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95c33',endColorstr='#e53b2c',GradientType=0 );
    background: linear-gradient(to top,rgba(2,86,25,1),rgba(2,86,25,1));
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

/* Map Styles  
----------------------------------------------------------*/

.map {
    width: 100%;
    height: 350px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

/* Article Styles  
----------------------------------------------------------*/

.article-wrapper {
    margin: 0;
    clear: both;
    padding: 0;
}

.article {
    margin: 10px;
    padding: 5px;
    float: left;
    width: 730px;
}

.article-content-home {
    border: 1px solid #e5e6e6;
    padding: 0;
    margin: 0;
    overflow: auto;
    width: 100%;
}

.article-content {
    text-align: justify;
    text-justify: inter-word;
}

.article-sidebar {
    float: right;
    width: 170px;
    margin: 170px 0 0 0;
    text-align: center;
    padding: 5px 0 5px 0;
    border: 1px solid #e5e6e6;
}

.article-sidebar-links {
    float: right;
    width: 170px;
    margin: 0;
    text-align: left;
    padding: 0;
    border: 1px solid #e5e6e6;
}

.article-sidebar-title {
    float: right;
    width: 170px;
    font-size: larger;
    font-weight: bold;
    background-color: #334252;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    margin: 25px 0 0 0;
    height: 22px;
    border: 1px solid #334252;
}

.article-sidebar-list {
    list-style: none;
    margin: 7px 5px 7px 5px;
    padding: 0px;
}

.article-sidebar-rss {
    float: right;
    width: 170px;
    margin: 0;
    text-align: center;
    padding: 30px 0 30px 0;
}

.article-title-home {
    font-size: 20px;
    font-weight: bold;
    background-color: #334252;
    color: #FFF;
    margin: 20px 0 0 0;
    float: left;
    width: 100%;
}

    .article-title-home a {
        color: #FFF;
        text-decoration: none;
    }

.article-title {
    font-size: 26px;
    font-weight: bold;
    background-color: #334252;
    color: #FFF;
    margin: 0 0 5px 0;
    float: left;
    width: 100%;
    padding: 4px;
}

.article-summary-social {
    background-color: #fff7ed;
    padding: 7px;
    margin: 0 0 10px 0;
}

.article-summary {
    text-transform: capitalize;
    text-align: justify;
    text-justify: inter-word;
}

.article-social-share {
    text-align: right !important;
}

.article-img {
    margin: 0 10px 10px 0;
}





/* Footer Styles  
----------------------------------------------------------*/

.footer {
    max-width: 1170px; /* width of content*/
    min-width: 240px;
    position: relative;
    padding: 0;
    margin: 25px auto;
    color: #fff;
    text-align: right;
    line-height: normal;
    background: #334252;
    overflow: auto;
    border: 1px dotted #fff;
}


@media (min-width:576px) {
    .footer {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .footer {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .footer {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .footer {
        max-width: 1140px;
    }
}

.footer-row {
    padding: 25px;
    margin: auto;
}

.footer a {
    color: #fff;
}

.footer-links {
    line-height: 2em;
}

.footer-links-site {
    line-height: 2em;
    font-size: 10px;
}

.footer-icons {
    line-height: 2em;
    margin: 10px 0 0 0;
}



.pull-right {
    float: right
}

.pull-left {
    float: left
}


/*
 Tree structure using CSS:

*/

.tree, .tree ul {
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

    .tree li {
        margin: 0;
        padding: 0 12px;
        position: relative;
    }

        .tree li::before, .tree li::after {
            content: '';
            position: absolute;
            left: 0;
        }

        /* horizontal line on inner list items */
        .tree li::before {
            border-top: 1px solid #999;
            top: 10px;
            width: 10px;
            height: 0;
        }

        /* vertical line on list items */
        .tree li:after {
            border-left: 1px solid #999;
            height: 100%;
            width: 0px;
            top: -10px;
        }

    /* lower line on list items from the first level because they don't have parents */
    .tree > li::after {
        top: 10px;
    }

    /* hide line from the last of the first level list items */
    .tree > li:last-child::after {
        display: none;
    }

.icd-highlight {
    background-color: #fcfce3;
    font-weight: bold;
    font-style: normal;
}


.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-right-40 {
    margin-right: 40px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-40 {
    margin-left: 40px;
}

.bg-hpd {
    background-color: #334252 !important;
}

.bg-white {
    background-color: #fff !important;
}

.card-deck .card {
    min-width: 220px;
}

.badge-hpd {
    color: #fff;
    background-color: #334252;
}

.pagination-inline-block {
    display: inline-block !important;
}

.btn-hpd {
    color: #fff;
    background-color: #334252;
    border-color: #334252;
}

.min-height-50 {
    min-height: 50px !important
}

.min-height-300 {
    min-height: 300px !important
}

.bg-white {
    background-color:#fff;
}


/*
 * No More Tables
 */

@media only screen and (max-width: 767px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables tfoot,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 5px;
            white-space: normal;
            text-align: left;
            font-weight: bold;
            font-size: 10px;
        }

        /*
	Label the data
	*/
        #no-more-tables td:before {
            content: attr(data-title);
        }
}

@media only screen and (max-width : 480px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables tfoot,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        font-size: 10px;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 48%;
            padding-right: 5px;
            white-space: normal;
            text-align: left;
            font-weight: bold;
            font-size: 10px;
        }

        /*
	Label the data
	*/
        #no-more-tables td:before {
            content: attr(data-title);
        }
}
