﻿* {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1em;
}

.custom-spin {
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.navbar-nav > li > a {
    font-size: .9em;
}


input.btn.btn-primary:focus {
    /*background-color: #002756 !important;*/
    background-image: linear-gradient(to bottom, #00407a 0%, #000d47 100%) !important;
    background-position: 0 0;
}

input.btn.btn-primary:hover {
    /*background-color: #002756 !important;*/
    background-image: linear-gradient(to bottom, #00407a 0%, #0D416F 100%);
    background-position: 0 0;
}

input.btn.btn-primary {
    text-align: left;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cccccc;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cccccc;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #cccccc;
    opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cccccc;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cccccc;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #cccccc;
    opacity: 1; /* Firefox */
}

.report-error:hover .report-error-left,
.report-error:hover .report-error-right,
.locations:hover .locations-left,
.locations:hover .locations-right {
    border-top: 25px solid #000D47 !important;
}

.hide-locations:hover .locations-left,
.hide-locations:hover .locations-right {
    border-bottom: 25px solid #000D47 !important;
}

.report-error:hover .report-error-mid,
.locations:hover .locations-mid,
.hide-locations:hover .locations-mid {
    background: #000D47 !important;
}

button.btn.btn-primary.dropdown-toggle:hover {
    background-image: linear-gradient(to bottom, #00407a 0%, #000d47 100%) !important;
    background-position: 0 0;
}

.dropdown-list-option {
    display: block;
    padding: 3px 20px;
    clear: both;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .navbar-nav > li:hover {
        background-color: #dddddd;
    }
    .top-image {
        float: right;
        max-width: 200px;
    }
    .top-text{
        text-align:left;
    }
    .clear-all {
        max-width: 200px;
        float: right;
    }
}

@keyframes click-wave {
    0% {
        height: 20px;
        width: 20px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

.provider-gender-image-div {
    border-radius: 100px;
    height: 100px;
    width: 100px;
    background-color: #005298;
    overflow: hidden;
    margin-right: 15px;
    min-width: 100px;
    min-height: 100px;
}

.provider-gender-image {
    min-width: 100px;
    min-height: 100px;
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 6.66666px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative !important;
    z-index: 1000;
}

    .option-input:hover {
        background: #9faab7;
    }

    .option-input:checked {
        background: #337ab7;
        top: 0px;
    }

        .option-input:checked::before {
            height: 20px;
            width: 20px;
            content: '✔';
            display: inline-block;
            font-size: 12px;
            text-align: center;
            line-height: 20px;
        }

        .option-input:checked::after {
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #337ab7;
            content: '';
            display: block;
            position: relative;
            z-index: 100;
        }

    .option-input.radio {
        border-radius: 50%;
    }

        .option-input.radio::after {
            border-radius: 50%;
        }

/*More button*/
div.more-wrapper {
    position: relative;
    width: 100%;
    text-align: center;
}

div.more {
    /*top: -5px;*/
    color: #000;
    padding: 5px;
    line-height: 1;
    width: 100%;
    top: 34px;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 0;
    display: inline-block;
    cursor: pointer;
    /* margin-left: auto; */
    /* margin-right: auto; */
}

    div.more.expanded {
        top: -23px;
    }

div.more-wrapper > div.more-content {
    display: none;
    background: #e7e7e7;
    margin-top: 25px;
}

    div.more-wrapper > div.more-content.expanded {
        display: block;
    }

div .more:before {
    content: "";
    position: absolute;
    border: none;
    top: -0px;
    bottom: -100%;
    width: 10%;
    left: 45%;
    right: 0px;
    z-index: -1;
    background: linear-gradient(#fff, #e7e7e7);
    box-shadow: inset 1px 1px 1px 1px #e7e7e7;
    transform: perspective(20em) rotateX(-60deg);
    transform: perspective(20em) rotateX(-60deg);
    transform-origin: top;
}

div.more:after {
    content: "Locations";
}

div.more.expanded:after {
    content: "Hide";
}

div.more.expanded:before {
    content: "";
    position: absolute;
    border: none;
    top: -0px;
    bottom: -100%;
    width: 10%;
    left: 45%;
    right: 0px;
    z-index: -1;
    background: linear-gradient(#fff, #e7e7e7);
    box-shadow: inset 1px 1px 1px 1px #e7e7e7;
    transform: perspective(20em) rotateX(60deg);
    -ms-transform-origin: top;
    -o-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
}
/*End more button*/

/*
		Logan Test Style end

	*/

.search-breadcrumb {
    margin-right: 15px;
}

@media(max-width:767px) {
    .type-listing > ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .row.is-flex {
        flex-wrap: wrap;
    }

    .breadcrumb-text {
        font-size: x-large !important;
        text-align: center;
        width: 100% !important;
    }

    .top-image{
        margin-top:-15px;
        margin-bottom:-15px;
        max-width:100%;
    }
    .nav {
        margin-left: 0px;
        padding-right: 0px;
        width: 100%;
        margin-right: 0px;
    }
    .clear-all {
        max-width: 100%;
        float:right;
        overflow:hidden;
    }
}

@media(min-width:768px) {
    .type-listing > ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    ul.column-list {
        columns: 2;
        list-style: disc;
        padding-left: 5px;
        list-style-position: inside;
        text-align: initial;
    }

    .search-breadcrumb {
        float: right !important;
        margin-right: 0px;
    }
}
/*
.addr-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
*/

.ng-map {
    width: 100%;
    height: 100%;
}

.map-effects {
    border: 2px solid #00529b;
    width: 100%
}

@media(max-width: 991px) {
    a.anchor-offset {
        display: block;
        position: relative;
        top: -250px;
        visibility: hidden;
    }

    .map-effects {
        height: 200px;
    }
}

@media(max-width:375px) {
    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.input-group {
    padding-top: 10px;
    width: 100%;
}

[uib-typeahead-popup] {
    width:100%;
}
.uib-typeahead-match{
    overflow:hidden;
}

.btn-group {
    width:100%;
    padding-top: 10px;
}

.well.row {
    padding-left: 0px;
    padding-right: 0px;
}

li.uib-typeahead-match:hover a {
    background-color: #00407a;
    background-image: -webkit-linear-gradient(top, #00529b 0%, #00407a 100%);
    background-image: -o-linear-gradient(top, #00529b 0%, #00407a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00529b), to(#00407a));
    background-image: linear-gradient(to bottom, #00529b 0%, #00407a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
    color: white;
}

.text-input {
    background-image: -webkit-linear-gradient(top, #00529b 0%, #265a88 100%);
    background-image: -o-linear-gradient(top, #00529b 0%, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00529b), to(#265a88));
    background-image: linear-gradient(to bottom, #00529b 0%, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #245580;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    color: #fff;
    background-color: #265a88;
    border-color: #2e6da4;
    /*display: inline-block;*/
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    /*-ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
*/
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .text-input:hover {
        background-image: linear-gradient(to bottom, #00407a 0%, #000d47 100%) !important;
        background-position: 0 0;
    }

.with-btn {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    text-align: left;
}

.criteria-btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*To override filter hiding when a user goes from mobile view to desktop view*/
@media(min-width: 992px) {
    #filters {
        display: block !important;
    }

    .mapDiv {
        /*position: fixed;
        position: sticky;
        top: 30%;*/
    }

    /*.resultsDiv {
        margin-left: 25%;
    }*/
    .map-effects {
        height: 400px;
    }
    /* .map-effects {
        box-shadow: 5px 4px 12px 0px #00529b;
    }*/
}

div.panel-body.darkBody {
    background: #eaeaea;
}

/*For selected provider results from the google map
*/
.selectedMarker {
    background-color: #eeeeee !important;
}

.fa-small {
    font-size: 65% !important;
    /* padding-bottom: 5px !important; */
    /* display: inline-table !important; */
    vertical-align: middle !important;
    padding-right: 3px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.vcenter {
    margin-top: auto;
    margin-bottom: auto;
}

img.fit {
    width: 2em;
    height: auto;
    object-fit: contain;
    background-position: center;
    /* width: 25px; */
    /* height: auto; */
    /* object-fit: contain; */
    /* background-position: center; */
    /* position: relative; */
    /* margin-top: auto; */
}

img.right {
    margin-left: auto;
}

.results2 .results-card + .results-card {
    margin-top: 25px;
}

#filters.in,
#filters.collapsing {
    display: block !important;
}

.inline-block {
    display: inline-block
}

dl.office-hours {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto; 
    padding: 0;
    margin: 0
}

    dl.office-hours > dt {
        float: left;
        width: 25%;
        overflow:hidden;
        /* adjust the width; make sure the total of both is 100% */
        padding: 0;
        margin: 0
    }

    dl.office-hours > dd {
        float: left;
        width: 75%;
        /* adjust the width; make sure the total of both is 100% */
        padding: 0;
        margin: 0
    }

.row.center-flex {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.is-flex {
    display: flex
}

.max-height-90 {
    max-height: 90px;
}

.overflow-y {
    overflow-y: auto;
}

.is-flex > .card > .panel, .row.center-flex > [class*='col-'] .panel {
    height: 100%
}

.row.is-flex {
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0;
    /* -webkit-flex-wrap: wrap; */
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    /* height: 100%; */
}

    .row.is-flex > [class*='col-'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -ms-flex: 1 0 0;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.row.is-inline-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

    .row.is-inline-flex > [class*='col-'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -ms-flex: 1 0 0;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.careTypeIcon {
    height: 3em;
    width: 3em;
}

.results-card > .panel {
    padding-top: 1em;
    width: 100%;
    border-radius: 0px;
    border: solid 1px #00529b;
    z-index: 1;
}

.results-card.hover > .panel {
    background: #d2d2d2
}

.border-bottom {
    border-bottom: 1px solid #d2d2d2
}

/*.results-card > .panel .border-right {
    box-shadow: 1px 0 0 #d2d2d2;
}*/

.results-card > .panel .border-top {
    border-top: 1px solid #d2d2d2;
}

.results-card {
    padding-top: 15px;
}

.panel.small-bottom-margin {
    margin-bottom: 0px;
}

.male {
    color: blue;
    opacity: 1;
}

.female {
    color: hotpink;
    opacity: 1;
}

.right-pad-10 {
    padding-right: 10px;
}

.left-pad-10 {
    padding-left: 10px;
}
/*.nav-center*/
.nav-tabs > .nav-center li, .nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    zoom: 1; /* hasLayout ie7 trigger */
    background: #e7e7e7;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
}

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        background-color: #00529b;
    }

    .nav-tabs > .nav-center li, .nav-pills > li .btn-text {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding: 5px;
    }

.nav-tabs > .nav-center li, .nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    zoom: 1; /* hasLayout ie7 trigger */
    background: #e7e7e7;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
}

    .nav-tabs > .nav-center li, .nav-pills > li.active {
        background: #00529b !important;
        color: white;
        border-bottom: none;
        border-top: none;
        border-right: none;
    }

        .nav-tabs > .nav-center li, .nav-pills > li.active:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 0;
            height: 0;
            border-top: solid 8px #00529b;
            border-left: solid 8px transparent;
            border-right: solid 8px transparent;
        }

.nav-tabs, .nav-pills {
    text-align: center;
}

.type-listing > ul > li > a {
    display: block;
}

.type-listing > ul.active {
    display: block
}

.type-listing > ul > li {
    font-size: 1.5em;
}

    .type-listing > ul > li .fa-li {
        color: #0092ce;
    }

        .type-listing > ul > li.fa-li:hover {
            color: #1AACE8
        }

    .type-listing > ul > li:hover {
        background-color: #e7e7e7;
        cursor: pointer
    }

.tab-content .tab-pane {
    display: none;
}

    .tab-content .tab-pane.active {
        display: block;
    }

.card {
    color: #005298;
}

a.card:hover {
    text-decoration: underline;
}

.card > .panel {
    border-radius: 15px !important;
}

    .card > .panel > .panel-body .panel-default {
        border-radius: 15px !important;
    }

    .card > .panel:hover > .panel-body {
        background-color: #d2d2d2;
        border-radius: 15px !important;
    }

    .card > .panel:hover {
        background-color: #d2d2d2;
    }

        .card > .panel:hover > .panel-body.bg-primary {
            background-color: #004784;
            border-radius: 15px !important;
        }

.box > .icon {
    text-align: center;
    position: relative;
}

    .box > .icon > .image {
        position: relative;
        z-index: 2;
        margin: auto;
        width: 100px;
        height: 100px;
        border: 8px solid transparent;
        line-height: normal; /*line height was 88px*/
        border-radius: 50%;
        background: #005298;
        vertical-align: middle;
    }

    .box > .icon:hover > .image {
        background: #001F65;
    }

    .box > .icon > .image * i, .box > .icon > .image * span, .box > .icon > .image * img {
        color: #fff;
    }

    .box > .icon > .image * img {
        vertical-align: initial !important;
        /* position: relative; */
        /* top: -10px; */
        height: 60px;
    }

    .box > .icon > .info {
        margin-top: -24px;
        background: #fafafa;
        border: 1px solid #e0e0e0;
        padding: 15px 0 10px 0;
    }

    .box > .icon:hover > .info {
        background: #fafafa;
        border-color: #e0e0e0;
        color: white;
    }

    .box > .icon > .info > h3.title {
        /*font-family: "Roboto",sans-serif !important;*/
        font-size: 1.4em;
        color: #222;
        font-weight: 500;
    }

    .box > .icon > .info > p {
        /*font-family: "Roboto",sans-serif !important;*/
        font-size: 1.1em;
        color: #666;
        line-height: 1.5em;
        margin: 20px;
    }

    .box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a {
        color: #222;
    }

    .box > .icon > .info > .more a {
        /*font-family: "Roboto",sans-serif !important;*/
        font-size: 1.2em;
        color: #222;
        line-height: 12px;
        text-transform: uppercase;
        text-decoration: underline;
    }

    .box > .icon:hover > .info > .more > a {
        color: #fff;
        padding: 6px 8px;
        background-color: #00428C;
    }

.network-link {
	color: white;
	text-decoration: underline;
}
	.network-link:hover {
		color: white;
		text-decoration: underline;
	}

.print-only{ 
    display: none; 
}

@media print {
    .no-print {
        display: none;
    }

    .panel {
        border: none;
        margin: 0;
        padding: 0;
    }

	label {
		display: inline; 
	}

	.form-control {
		display: inline; 
		width: 7em;
	}
}
