:root {
    --main-color: #a67e00;
    --primary: #a67e00;
    --input-shadow: #a67e005e;
    --pane-padding: 5px 42px;
}

body {
    background: #f3f1e4;
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444444;
}

ul {
    margin: 0;
}

.bg-steel {
    background-color: #00151f;
}

.site-header .navbar-nav .nav-link {
    color: var(--main-color);
}

.site-header .navbar-nav .nav-link:hover {
    color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
    font-weight: 500;
}

.content-section {
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
}

.article-title {
    color: #444444;
}

a.article-title:hover {
    color: #428bca;
    text-decoration: none;
}

.article-content {
    white-space: pre-line;
}

.article-img {
    height: 65px;
    width: 65px;
    margin-right: 16px;
}

.article-metadata {
    padding-bottom: 1px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
    color: #333;
    text-decoration: none;
}

.article-svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.account-img {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
}

.account-heading {
    font-size: 2.5rem;
}

.main_div {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding: 20px;
}

.card-deck {
    width: 100%;
}

.card {
    background: #ffffff;
}

ul {
    padding: 0;
    list-style-type: none;
}

.pdmt_card {
    background: #f3f1e4;
    padding: 30px;
}

.card ul li {
    padding-bottom: 15px;
}

.card_address {
    margin: 10px 0;
}

h5.card-title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.card_address row p {
    margin: 0;
}

form>div {
    margin-bottom: 10px;
}

table.provider-results td,
table.provider-results th {
    border-style: dashed;
    border-color: #d4d4d4;
    border-top: none;
    border-bottom: none;
    border-width: revert;
}

table.provider-results td:first-of-type,
table.provider-results th:first-of-type {
    border-left: none;
}

table.provider-results td:last-of-type,
table.provider-results th:last-of-type {
    border-right: none;
}

table.provider-results thead th {
    vertical-align: middle;
}

table.provider-results tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

td.Speciality-col {
    max-width: 230px;
}

#form1 select {
    padding: 2px 2px;
}

#form1 input,
#form1 select {
    border: 1px solid #c2a140;
    border-radius: 5px;
}

table.provider-results thead,
table.provider-results tbody {
    border-bottom: 1.5px solid #a0a0a0;
}

.submit-btn {
    margin-top: -5px;
    line-height: 1;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    top: -2px;
    cursor: pointer;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.provider-list-filter th .arrow.h-invisible {
    visibility: hidden;
}

.provider-list-filter th:hover .arrow.h-invisible {
    visibility: visible;
}

.provider-list-filter thead th a {
    color: #212529;
    text-decoration: none;
}

.tag {
    display: inline-flex;
    width: auto;
    background-color: #979797;
    -webkit-border-radius: 3px 4px 4px 3px;
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px 4px 4px 3px;
    border-left: 1px solid #979797;
    /* This makes room for the triangle */
    margin-left: 19px;
    position: relative;
    color: white;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 28px;
    padding: 0 10px 0 0px;
    margin-top: 5px;
    text-align: center;
    font-weight: 100 !important;
}


/* Makes the triangle */

.tag:before {
    content: "";
    position: absolute;
    display: block;
    left: -14px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #979797;
}


/* Makes the circle */

.tag:after {
    content: "";
    background-color: white;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    left: -7px;
    top: 13px;
}

.tag .tag__star {
    width: max-content;
    float: left;
}

.tag .tag__star input {
    position: absolute;
    opacity: 0;
}

.pdmt_card .tag input.chk {
    zoom: 1.5;
    top: 4px;
}

.pdmt_card .tag input.chk:checked+.tag__star__icon {
    color: var(--main-color);
}

.detail-fieldset {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.pdmt_card_contact_table {
    margin-left: -15px;
}

.pdmt_card_contact_table td {
    word-break: break-all;
}

.pdmt_card .referal_btn {
    max-width: 220px;
}

.pdmt_card label {
    font-weight: bold;
}

.btn-primary {
    color: #fff;
    border-color: var(--primary);
    background-color: var(--primary);
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: var(--primary);
    border-color: var(--primary);
    background-color: #fff;
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem var(--input-shadow);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem var(--input-shadow);
}

.form-control {
    border-color: var(--primary);
}

.table td,
.table th {
    border-top: 1px solid var(--primary);
}

.table td {
    /* break the overloading word */
    word-break: break-all;
}

.option-table .table tr>td:first-of-type {
    padding-left: 0;
}

.option-table .table tr label {
    font-weight: initial !important;
}

.option-table .checkbox label::before,
.option-table .checkbox label::after {
    margin-top: -3px;
}

input[type=checkbox],
input[type=radio] {
    height: initial;
}

.btn-width-lg {
    width: 200px;
}


/* checkboxes start */

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-top: 5px;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    margin-top: 5px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled+label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
    background-color: var(--primary);
    border-color: var(--primary);
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"]+label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked+label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked+label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"]+label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"]+label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"]+label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"]+label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::after {
    background-color: #5cb85c;
}

.tag__star__icon {
    top: 5px;
    position: relative;
    top: 3px;
}

.practice-type-label {
    color: #a67e00;
    border-radius: 0.25em;
    border: 1px solid #a67e00;
    padding: 0px 10px;
}

.font-small {
    font-size: 13px;
}

.practice-type-icon {
    font-size: 16px;
    font-weight: bold;
}


/* start read more feature */

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state~.read-more-trigger:before {
    content: 'Show more';
}

.read-more-state:checked~.read-more-trigger:before {
    content: 'Show less';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: .9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: .25em;
    float: right;
}

table.provider-results td:last-of-type,
table.provider-results th:last-of-type {
    max-width: 350px;
}


/* end read more feature */

.read-more-iconnotes {
    display: none;
}

.read-more-iconnotes+.iconnotes-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.read-more-iconnotes:checked+.iconnotes-label {
    white-space: initial;
}
.specialty-list {
    display: none;
}

.read-more-state:checked~.specialty-list {
    display: block;
}