/*@import url("https://p.typekit.net/p.css?s=1&k=jqc5bts&ht=tk&f=139.173.175&a=86728861&app=typekit&e=css");*/

@font-face {
    font-family: "proxima-nova";
    src: url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

@font-face {
    font-family: "proxima-nova";
    src: url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
}

@font-face {
    font-family: "proxima-nova";
    src: url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

.tk-proxima-nova {
    font-family: "proxima-nova",sans-serif;
}

.tk-proxima-nova-condensed {
    font-family: "proxima-nova-condensed",sans-serif;
}

.tk-proxima-nova-extra-condensed {
    font-family: "proxima-nova-extra-condensed",sans-serif;
}

.banner-demo-top-buffer {
    position: fixed;
    top: 75px;
    z-index: 120;
    width: 100%;
}

.banner-body {
    text-align: left;
    font-family: proxima-nova, sans;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
}

.btn-onboarding {
    min-width: 190px;
    color: #fff;
    white-space: nowrap;
    background: linear-gradient(165deg, #05f 0%, #584ade 100%);
    border-radius: 2rem;
    padding: .6rem 2rem;
    font-weight: 700;
    transition: background .2s;
}

.btn-onboarding .btn-onboarding-arrow {
    margin-left: .5rem;
    transition: all .2s;
    display: inline-block;
}

.btn-onboarding:hover, .btn-onboarding:active {
    color: #fff;
    background: linear-gradient(165deg, #0050f0 0%, #4c3ddc 100%);
}

.btn-onboarding:hover .btn-onboarding-arrow, .btn-onboarding:active .btn-onboarding-arrow {
    transform: translate3d(5px, 0, 0);
}

.onboarding-banner {
    text-align: center;
    max-width: 1220px;
    margin-left: 15px !important;
    margin-right: 15px !important;
    background-color: #fff;
    border: 1px solid #cfdbe2;
    border-radius: .3125rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 3rem auto;
    padding: .75rem .5rem .75rem 1rem;
    font-size: .9375rem;
    line-height: 1;
    display: flex;
    position: relative;
}

@media (min-width: 992px) {
    .onboarding-banner {
        flex-direction: row;
        align-items: baseline;
        padding: .75rem 1rem .75rem 2rem;
    }
}

.onboarding-banner .onboarding-headline {
    font-size: 1.875rem;
}

.onboarding-banner .onboarding-banner-features {
    color: #707070;
    margin: 1rem 0;
    font-size: 1.4rem;
}

@media (min-width: 992px) {
    .onboarding-banner .onboarding-banner-features {
        margin: 0 1rem;
    }
}

.onboarding-banner .onboarding-headline .onboarding-headline-hilight {
    color: #05f;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
}

.onboarding-banner .btn-onboarding {
    font-size: 1.4rem; /*.9375rem;*/
}

.onboarding-banner:after {
    content: "";
    width: 5px;
    background: linear-gradient(165deg, #05f 0%, #584ade 100%);
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.align-items-center {
    align-items: center !important;
}


@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right-color: #0000;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
    display: inline-block;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    opacity: 0;
    background-color: currentColor;
    border-radius: 50%;
    animation: spinner-grow .75s linear infinite;
    display: inline-block;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border, .spinner-grow {
        animation-duration: 1.5s;
    }
}

.d-block {
    display: block !important;
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
}

.w-100 {
    width: 100% !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.onboarding-carousel .carousel-controls {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

    .onboarding-carousel .carousel-controls .rn-carousel-indicator {
        bottom: 1rem;
    }

        .onboarding-carousel .carousel-controls .rn-carousel-indicator span {
            width: 10px;
            height: 10px;
            background-color: #707070;
            border: 0;
            border-radius: 50%;
            transition: all .2s;
        }

            .onboarding-carousel .carousel-controls .rn-carousel-indicator span.active {
                width: 1.5rem;
                background-color: #262262;
                border-radius: 10px;
                transition: all .2s;
            }

    .onboarding-carousel .carousel-controls .carousel-control-prev, .onboarding-carousel .carousel-controls .carousel-control-next {
        width: 1rem;
    }

.onboarding-carousel .carousel-item-img {
    height: 300px;
    justify-content: center;
    align-items: center;
    display: flex;
}

    .onboarding-carousel .carousel-item-img img {
        max-height: 100%;
    }

.onboarding-carousel .carousel-item-3 .carousel-item-img {
    padding: 1rem 0;
}

.onboarding-modal .modal-body {
    padding: 1.25rem 1.5rem 2.5rem;
}

@media (min-width: 992px) {
    .onboarding-modal .modal-dialog {
        min-width: 600px;
    }
}

.onboarding-skip {
    color: #707070;
    opacity: .7;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: underline;
    display: inline-block;
}

ul#carouselOnboarding[rn-carousel] {
    height:400px;
}

.onboarding-headline {
    text-align: center;
    font-size: 2.875rem;
}

    .onboarding-headline .onboarding-headline-hilight {
        color: #05f;
        text-transform: uppercase;
        font-style: italic;
        font-weight: 700;
    }

.onboarding-description {
    color: #262262;
    text-align: center;
    font-size: 1.5rem;
}

    .onboarding-description .onboarding-description-title {
        margin-bottom: .5rem;
        font-size: 2rem;
        font-weight: 700;
    }

@media (max-width: 991.98px) {
    .onboarding-description .onboarding-description-title {
        min-height: 50px;
        justify-content: center;
        align-items: center;
        display: flex;
    }
}

.onboarding-description .onboarding-description-text {
    margin-bottom: 4.375rem;
}

@media (max-width: 991.98px) {
    .onboarding-description .onboarding-description-text {
        min-height: 80px;
        justify-content: center;
        display: flex;
    }
}

.onboarding-modal .modal-content {
    border-radius: 2.25rem !important;
}

.provider-directory {
}

.alert-danger a.text-white:hover {
    color: white !important;
}

.provider-directory.font-lg,
.provider-directory.font-lg .gm-style .gm-style-iw,
.provider-directory.font-lg .pagination-sm > li > a {
    font-size: 115%;
}

/*.provider-directory.font-lg h1 {
    font-size: calc(36px * 1.15);
}*/

.provider-directory.font-lg h4,
.provider-directory.font-lg .panel .panel-heading {
    font-size: calc(18px * 1.15);
}

.provider-directory.font-lg .btn,
.provider-directory.font-lg .panel .panel-heading .btn {
    font-size: calc(13px * 1.15);
}

.provider-directory.font-lg .btn-group-search {
    margin-top: calc(26px * 1.15);
}

.provider-directory.font-lg .form-control {
    font-size: 130%;
    height: calc(35px * 1.15);
    padding: 4px 16px;
}

.provider-directory.font-xl,
.provider-directory.font-xl .gm-style .gm-style-iw,
.provider-directory.font-xl .pagination-sm > li > a {
    font-size: 130%
}

/*.provider-directory.font-xl h1 {
    font-size: calc(36px * 1.3);
}*/

.provider-directory.font-xl h4,
.provider-directory.font-xl .panel .panel-heading {
    font-size: calc(18px * 1.3);
}

.provider-directory.font-xl .btn,
.provider-directory.font-xl .panel .panel-heading .btn {
    font-size: calc(13px * 1.3);
}

.provider-directory.font-xl .btn-group-search {
    margin-top: calc(26px * 1.3);
}

.provider-directory.font-xl .form-control {
    font-size: 130%;
    height: calc(35px * 1.3);
    padding: 4px 16px;
}

.provider-directory .form-group .custom-label {
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
}

.provider-directory .form-group .custom-label .checkbox {
    display: inline-block;
    margin: 0;
}

.provider-directory .p0-h {
    padding-top: 0;
    padding-bottom: 0;
}

.provider-directory .top-nav {
    color: #fff;
    padding: 5px 10px;
}

.provider-directory .main-header {
    background-size: cover;
    background-position: 50%;
    margin-bottom: 20px;
    padding: 10px 0;
    height: 300px;
}

.provider-directory .main-header .logo-left {
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    height: 80px;
    width: 200px;
}

.provider-directory .main-header .logo-right {
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    height: 80px;
    width: 200px;
}

.provider-directory .main-content {
    margin-top: -240px;
    position: relative;
}

@media (min-width: 768px) {
    .provider-directory .main-content {
        margin-top: -220px;
    }
}

.provider-directory .option {
    border: 0;
    padding: 0;
    margin-bottom: 48px;
}

.provider-directory .option .legend {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.provider-directory .option .legend .step {
    float: left;
    border-width: 1px;
    border-style: solid;
    border-radius: 30px;
    padding: 0 10px;
}

.provider-directory .option .legend .title {
    margin-left: 40px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.provider-directory select.input-lg {
    padding-top: 0;
}

.provider-directory select.form-control {
    width: 100% !important;
}

.provider-directory .btn-lg {
    font-size: 18px !important;
}

.provider-directory .nav-tabs {
    margin-bottom: 20px !important;
}

.provider-directory .nav-tabs > li {
    margin-right: 0;
    margin-bottom: -1px;
}

.provider-directory .section-tab {
    min-height: 68px;
}

.provider-directory .section-tab-xs {
    min-height: 52px;
}

.provider-directory .section-tab .icon {
    float: left;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    padding: 5px 3px;
}

.provider-directory .section-tab .title {
    margin: 0 0 0 42px;
    padding-top: 8px;
    text-align: left;
}

.provider-directory .form-search {
    margin-bottom: 20px;
}

.provider-directory .btn-group-search {
    margin-top: 26px;
    width: 100%;
}

.provider-directory .btn-group-search .btn-search {
    width: calc(100% - 38px);
}

.provider-directory .btn-group-search .btn-advanced-search {
    width: 38px;
}

.provider-directory .panel.panel-default .panel-heading.panel-heading-default-background {
    background-color: #cfdbe2 !important;
}

.provider-directory .list-group-item {
    border: 1px solid #e4eaec !important;
}

.provider-directory a.list-group-item:hover {
    background-color: #fafbfc !important;
}

.provider-directory ul.inline-list {
    display: inline;
    margin: 0;
    padding: 0;
}

.provider-directory ul.inline-list li {
    display: inline;
    list-style-type: none;
}

.provider-directory ul.inline-list li:not(:first-child):before {
    content: " | ";
}

.provider-directory ul.pagination {
    margin-top: 0;
}

.provider-directory fieldset .form-group {
    margin-bottom: 15px !important;
}

.provider-directory dt {
    margin-top: 10px;
}

.provider-directory .address-wrapper em {
    float: left;
    padding-top: 4px;
}

.provider-directory .address-wrapper .address-indent {
    margin-left: 22px;
}

.provider-directory .detail-icon {
    height: 18px;
}

.panel-heading {
    border-bottom: 1px solid;
}

.map {
    border: 1px solid #d3d3d3;
}

.navlink {
    color: #fff !important;
}

.navlink :hover {
    color: #fff !important;
    text-decoration: underline;
}

.custom-checkbox-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 10px);
}

.provider-directory .btn-success {
    background-color: #20865D !important;
}

.provider-directory #skiptocontent a {
	padding:10px;
	position: absolute;
	top:-40px;
	left:0px;
	color:white;
	-webkit-transition: top 1s ease-out, background 1s linear;
	z-index: 100;
}

.provider-directory #skiptocontent a:focus{
	position:absolute;
	left:0px;
	top:0px;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}

/* font color for nav-pills */
.provider-directory .nav.nav-pills a {
    color: #656565;
}
.provider-directory .nav.nav-pills .active a {
    color: white;
}

/* Keyboard navigation - generic */
.provider-directory .nav.nav-pills a:focus,
.provider-directory .nav.nav-pills a:hover,
.provider-directory .list-group-item:focus,
.provider-directory .pagination > li > a:focus
{
    background-color: #f5f5f5 !important;
}

.provider-directory .top-nav .btn-outline.active:focus,
.provider-directory .top-nav .btn-outline.active:hover
{
    background-color: #DFDFDF !important;
}

.provider-directory .btn.btn-success:focus,
.provider-directory .btn.btn-success:hover
{
    background-color: #186145 !important;
} 

.provider-directory .nav-tabs > li > a:focus,
.provider-directory input:focus,
.provider-directory select:focus 
{
    outline: dotted 1px #66AFE9 !important;
}

.provider-directory .c-checkbox input[type=checkbox]:focus + span
 {
    outline: dotted 1px #66AFE9 !important;
    border-color: #5996BB;
    display: inline-block;
}

.provider-directory .panel-heading a:focus, 
.provider-directory .panel-heading a:hover {
    text-decoration: underline !important;
}

.mso_ppn {
    background-color: #dde6e9 !important;
    color: #448d92!important;
}

.help-icon {
    width:26px;
    height:26px;
}
@import url("/css/iphone.css");
@import url("/css/ipad.css");
@import url("/css/galaxy.css");
@import url("/css/galaxy-tablet.css");
@import url("/css/laptop.css");
@import url("/css/surface.css");
@import url("/css/pixel.css");
/**
    Override Angle default styles
    Brings clarity by adding independent styles required for MVC projects
*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.page header {
    margin: 0 -15px;
    padding: 10px 15px;
}

.page section {
    margin-bottom: 80px;
}

.page footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;

    padding: 20px;
    color: #c9d7f1;
}

.brand-logo-custom {
    padding: 4px 0;
    height: 48px;
}

.centered-panel-wrapper {
    margin: 40px auto;
    max-width: 375px;
}

.centered-panel-wrapper.centered-panel-wrapper-xl {
    max-width: 1024px;
}

.form-inputs-custom-width .form-control {
    max-width: 300px;
}

.login .form-container .register-instructions {
    margin-top: 70px;
}

.contact-us {
    padding-right: 20px;
}

.registration .provider-info td {
    vertical-align: top;
}

.registration .provider-info dl {
    margin-bottom: 0;
}

.registration dt,
.changeforgotpassword dt {
    font-weight: normal;
}

.registration dd,
.changeforgotpassword dd {
    margin-left: 40px;
}

.registration .form-group ul,
.changeforgotpassword dd .form-group ul {
    padding-left: 20px;
}

.top-buffer-20 {
    margin-top: 20px;
}

.panel-footer ul.pagination.pull-right {
    margin-top: -5px;
}

.panel > .list-group .list-group-item {
    /*border-top-width: 1px !important;*/
    /*border-top-style: solid !important;*/
}

.panel.no-bg {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.list-group-scroller {
    max-height: 615px;
    overflow-y: scroll;
}

ul.dropdown-menu-custom-content {
    cursor: default;
}

ul.dropdown-menu-custom-content li.custom-content {
    width: 300px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: default;
}

ul.dropdown-menu-custom-content li.custom-content .form-group {
    height: 60px;
}

ul.dropdown-menu-custom-content li.custom-content .form-group.invalid {
    height: 75px;
}

ul.dropdown-menu-custom-content li.custom-content .form-group .form-control-slider {
    /*border: 0;
border-radius: 0;*/
    border: none;
}

ul.dropdown-menu-custom-content li.custom-content .form-group .form-control-slider .bs-slider {
    width: 195px;
    padding: 0 15px;
}

ul.dropdown-menu-custom-content li.custom-content .form-group .form-control-slider .bs-slider .slider-horizontal {
    -moz-min-width: 165px;
    -ms-min-width: 165px;
    -o-min-width: 165px;
    -webkit-min-width: 165px;
    min-width: 165px;
}

ul.dropdown-menu-custom-content li.custom-content .form-group .form-control-slider .slider-track {
    width: 165px;
}

ul.dropdown-menu-custom-content li.custom-content .form-group .datepicker-container ul {
    left: -80px !important;
}

.custom-header-tabs {
    font-size: 18px !important;
    text-transform: capitalize;
}

.custom-header-tabs a:focus {
    text-decoration: none;
}

.custom-header-tabs a.close-tab:hover {
    text-decoration: none;
}

.custom-header-tabs a.active {
    text-decoration: none;
    cursor: default;
}

.custom-header-tabs a.active:hover {
    color: inherit;
}

.custom-nav-tabs {
    margin-bottom: 20px !important;
}

.custom-nav-tabs-no-border {
    margin-bottom: -1px !important;
}

.custom-nav-tabs em.block {
    display: block;
}

.custom-header-tabs button.close-tab {
    float: none;
    font-size: inherit;
}

.custom-nav-tabs .close-tab {
    font-size: inherit;
    position: absolute;
    top: -18px;
    right: -10px;
    padding: 5px;

}

.beneficiary-header, .record-info-header {
    margin-top: -30px;
    padding: 15px 0 0 15px;
    border-radius: 2px;
}

.beneficiary-header .h3, .record-info-header h3 {
    margin-top: 0;
    text-transform: capitalize;
}

.beneficiary-header > div.row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
}

.beneficiary-header > div.row > label > span{
    font-weight: normal;
    float: left;
    padding-top: 2px;
    line-height: 1.2;
    text-transform: capitalize;
}

.beneficiary-header > div.row > label:nth-child(2) {
    line-height: 26px;
    margin-bottom: 0;
}

.beneficiary-header-btn {
    color: #5996bb;
    border-radius: 20px;
    font-weight: bold;
    padding-left: 6px;
    padding-right: 6px;
    margin: -8px 0 0 10px;
}

.beneficiary-header-btn > i {
    color: white;
    background-color: #5996bb;
    border-radius: 100%;
    padding: 5px;
    margin-left: 5px;
}

.beneficiary-header-btn > span.badge {
    color: white;
    background-color: #2ecc71;
    margin: -30px 0 0 -15px;
}

    @media (max-width: 992px) {
        .beneficiary-header > h3 > span {
        position: relative;
        float: none;
        margin-left: 0;
        display: inline-block;
    }
}

.advanced-search-summary {
    font-weight: normal;
}

.advanced-search-summary-download-button {
    font-weight: normal;
    margin-bottom: 30px;
}

.filter-panel .panel-heading h4 {
    margin: 0;
}

.filter-panel .panel-body ul.list-group {
    margin: 20px 0 0 0;
}

.filter-panel ul li span.filter-count-size {
    font-size: 100%;
}

.list-division::after {
    content: '|';
    margin-left: 10px;
}

.list-division:first-child::after {
    content: '';
}

.list-division:last-child::after {
    content: '';
}

.sweet-alert h2, .swal2-container h2 {
    line-height: normal !important;
    margin-bottom: 25px !important;
    font-size: 25px !important;
}

ul.validation-message-group {
    display: block;
    clear: both;
    list-style-type: disc;
}

.height-reset {
    height: auto !important;
}

@media (min-width: 992px) {
    .clinical-view .menu-container, .menu-content-view .menu-container {
        height: auto !important;
        visibility: visible !important;
        display: block;
    }

    .clinical-view .menu-toggle-button, .menu-content-view .menu-toggle-button {
        display: none;
    }
}

ul.two-col-list {
    list-style-type: none;
    counter-reset: section;
    width: 100%;
    margin-left: -20px;
}

ul.two-col-list li {
    padding-left: 20px;
    position: relative;
}

ul.two-col-list li:before {
    counter-increment: section;
    content: counter(section) ".";
    margin: 0 0 0 -34px;
    text-align: right;
    width: 2em;
    display: inline-block;
    position: absolute;
    height: 100%;
}

@media (min-width: 992px) {
    ul.two-col-list {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    }
}

.smart-paper-section .panel-wrapper {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.smart-paper-section .panel-heading {
    font-size: 16px !important;
}

.smart-paper-section .panel-wrapper dt {
    font-weight: normal;
}

.smart-paper-section .panel-wrapper dd {
    font-weight: bold;
}

.smart-paper-section .section-subtitle {
    font-size: 12px;
    margin: -20px 15px 0 15px;
    float: right;
}

.smart-paper-section .dl-horizontal {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 500px) {
    .smart-paper-section .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
    }

    .smart-paper-section .dl-horizontal dd {
        margin-left: 180px;
    }
}

.smart-paper-section .dl-horizontal dt, .profile-dialog .dl-horizontal dt {
    overflow: visible;
    white-space: normal;
}

.profile-dialog .dl-horizontal dt {
    width: 50%;
}

.eservice-header {
    font-size: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 5px;
}

.service-wizard {
    min-height: 100px;
}

.service-wizard .summary-panel {
    padding-top: 0;
}

.service-wizard .summary-panel a,
.service-wizard .summary-panel a:hover,
.service-wizard .summary-panel a:focus {
    color: inherit;
    text-transform: none;
}

.service-wizard .summary-panel a.disabled,
.service-wizard .summary-panel a.disabled:hover,
.service-wizard .summary-panel a.disabled:focus {
    text-decoration: none;
    cursor: not-allowed;
}

.service-wizard .summary-panel dl {
    margin-bottom: 10px;
}

.service-wizard .summary-panel dl dd {
    margin-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.service-wizard .guidelines .table .checkbox {
    width: auto;
}

.section-header {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}

.section-footer {
    margin-bottom: 20px;
}

.input-group-search .input-group-addon {
    background-color: #ffffff;
}

.panel-search-results {
    margin-top: -12px;
}

.margin-none {
    margin: 0 !important;
}

.padding-none {
    padding: 0 !important;
}

.padding-0 {
    padding: 0;
}

.border-none {
    border: none !important;
}

.ml-40{
    margin-left:40px !important;
}
.block{
    display:block;
}
.city:after {
    content: ', ';
}

.comma-separated-list > li {
    display: inline;
}

.comma-separated-list li:after {
    content: ',';
    margin-right: 5px !important;
}

.comma-separated-list li:last-child:after {
    content: '';
}

/* Comment to add left padding to the Sidebar Menu*/
.sidebar-subnav > li > a {
    padding-left: 42px !important;
}

.space-before:before {
    content: ' ';
}

.comma-before:before {
    content: ', ';
}

.hyphen-before:before {
    content: ' - ';
}

.bar-after:after {
    content: ' | ';
}

.centered-dialog > .modal-dialog {
    position: fixed !important;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.right-dialog > .modal-dialog {
    left: 30%;
}

.modal-open {
    padding-right: 0 !important;
}

.modal-400px {
    width: 400px !important;
}

.disabled-cursor {
    cursor: not-allowed !important;
}

.pointer-cursor {
    cursor: pointer !important;
}

.default-cursor {
    cursor: default !important;
}

.service-additional-info .priority-options {
    margin-top: 15px;
}

.service-additional-info .nav-pills {
    margin-top: 20px;
}

.service-additional-info .tab-content {
    margin-top: 15px;
}

#service-review .section-header {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.list-division-no-label {
    padding: 0;
}

.list-division-no-label li {
    display: inline;
}

.list-division-no-label-li::before {
    content: ' | ';
}

.list-division-no-label-li:first-child::before {
    content: '';
}

.media.address {
    margin-top: 10px;
}

.media.address .address-icon {
    font-size: 40px;
    font-weight: bolder;
}

.media .list-unstyled > li {
    margin-bottom: 8.5px;
}

.review-min-table {
    min-height: 200px;
}

.nob {
    border: none !important;
}

.table-border-top {
    border-top: 1px solid #eeeeee;
}

.table-border-bottom {
    border-bottom: 1px solid #eeeeee;
}

.table-font-bold {
    color: #888;
    font-weight: bold;
}

#service-review .table > thead > tr > th {
    padding: 10px 8px !important;
}

#service-review .section {
    /*height: 191px !important;*/
}

#service-review div.div-table-scroll {
    overflow-y: scroll;
}

#service-review .panel-body {
    padding-right: 0 !important;
    padding-top: 0 !important;
}

#service-review ul {
    margin-bottom: 3.5px !important;
}

/*TODO Add whirl.css from official template and remove this section. This css is for the loading*/
.whirl {
    position: relative;
}

.whirl:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #999;
    opacity: .6;
}

.whirl:after {
    z-index: 2;
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    -webkit-transition: all .75s ease 0s;
    transition: all .75s ease 0s;
    border-radius: 100%;
    border-top: 4px solid #555;
    -webkit-animation: standard .75s infinite linear;
    animation: standard .75s infinite linear;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.whirl.no-overlay:before {
    content: none;
    display: none;
}

@-webkit-keyframes standard {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes standard {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.whirl.bar.follow:after {
    -webkit-animation: bar-follow 1s infinite linear;
    animation: bar-follow 1s infinite linear;
}

@-webkit-keyframes bar-follow {
    0% {
        -webkit-box-shadow: inset 40px 0 0 rgba(0, 0, 0, .5);
        box-shadow: inset 40px 0 0 rgba(0, 0, 0, .5);
    }

    100% {
        -webkit-box-shadow: inset -40px 0 0 rgba(0, 0, 0, .5);
        box-shadow: inset -40px 0 0 rgba(0, 0, 0, .5);
    }
}

@keyframes bar-follow {
    0% {
        -webkit-box-shadow: inset 40px 0 0 rgba(0, 0, 0, .5);
        box-shadow: inset 40px 0 0 rgba(0, 0, 0, .5);
    }

    100% {
        -webkit-box-shadow: inset -40px 0 0 rgba(0, 0, 0, .5);
        box-shadow: inset -40px 0 0 rgba(0, 0, 0, .5);
    }
}

.whirl.bar:after {
    height: 20px;
    width: 40px;
    border-radius: 0;
    border: none;
    -webkit-animation: bar 1s infinite linear;
    animation: bar 1s infinite linear;
}

@-webkit-keyframes bar {
    from {
        -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .5);
        box-shadow: inset 0 0 0 rgba(0, 0, 0, .5);
    }

    to {
        -webkit-box-shadow: inset 80px 0 0 rgba(0, 0, 0, .5);
        box-shadow: inset 80px 0 0 rgba(0, 0, 0, .5);
    }
}

@keyframes bar {
    from {
        -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .5);
        box-shadow: inset 0 0 0 rgba(0, 0, 0, .5);
    }

    to {
        -webkit-box-shadow: inset 80px 0 0 rgba(0, 0, 0, .5);
        box-shadow: inset 80px 0 0 rgba(0, 0, 0, .5);
    }
}

.whirl.blade:after {
    height: 20px;
    width: 20px;
    margin: -10px 0 0 10px;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 4px solid #e74c3c;
    opacity: 1;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.whirl.double-up:after {
    border-right: 4px solid #e74c3c;
    border-top: 4px double #e74c3c;
    border-left: 4px double #e74c3c;
    border-bottom: 4px double #e74c3c;
}

.whirl.duo:after {
    border-right: 4px solid #333;
    border-left: 4px solid #333;
    border-top: 4px solid #f1c40f;
    border-bottom: 4px solid #f1c40f;
}

.whirl.helicopter:after {
    height: 10px;
    width: 40px;
    margin: -10px 0 0 -20px;
    border: none;
    border-radius: 0;
    opacity: 1;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background-color: #8e44ad;
}

.whirl.line.back-and-forth.grow:after {
    -webkit-animation: line-back-and-forth 1s infinite linear, line-back-and-forth-grow 1s infinite linear;
    animation: line-back-and-forth 1s infinite linear, line-back-and-forth-grow 1s infinite linear;
}

@-webkit-keyframes line-back-and-forth-grow {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    25% {
        -webkit-transform: scaleY(2);
        transform: scaleY(2);
    }

    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    75% {
        -webkit-transform: scaleY(2);
        transform: scaleY(2);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes line-back-and-forth-grow {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    25% {
        -webkit-transform: scaleY(2);
        transform: scaleY(2);
    }

    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    75% {
        -webkit-transform: scaleY(2);
        transform: scaleY(2);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.whirl.line.back-and-forth:after {
    -webkit-animation: line-back-and-forth 1s infinite linear;
    animation: line-back-and-forth 1s infinite linear;
}

@-webkit-keyframes line-back-and-forth {
    0% {
        width: 10px;
    }

    50% {
        width: 50px;
    }

    100% {
        width: 10px;
    }
}

@keyframes line-back-and-forth {
    0% {
        width: 10px;
    }

    50% {
        width: 50px;
    }

    100% {
        width: 10px;
    }
}

.whirl.line.grow:after {
    -webkit-animation: line .75s infinite linear, line-grow .75s infinite linear;
    animation: line .75s infinite linear, line-grow .75s infinite linear;
}

@-webkit-keyframes line-grow {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    50% {
        -webkit-transform: scaleY(2);
        transform: scaleY(2);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes line-grow {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    50% {
        -webkit-transform: scaleY(2);
        transform: scaleY(2);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.whirl.line:after {
    height: 20px;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: inset -10px 0 0 rgba(0, 0, 0, .5);
    box-shadow: inset -10px 0 0 rgba(0, 0, 0, .5);
    -webkit-animation: line .75s infinite linear;
    animation: line .75s infinite linear;
}

@-webkit-keyframes line {
    from {
        width: 10px;
    }

    to {
        width: 50px;
    }
}

@keyframes line {
    from {
        width: 10px;
    }

    to {
        width: 50px;
    }
}

.whirl.ringed:after {
    border-right: 4px solid #e74c3c;
    border-top: 4px solid #2ecc71;
    border-left: 4px solid #2ecc71;
    border-bottom: 4px solid #2ecc71;
    opacity: 1;
}

.whirl.shadow.oval.left:after, .whirl.shadow.oval:after {
    -webkit-animation: spin-shadow .25s infinite linear;
    animation: spin-shadow .25s infinite linear;
    border: none;
    border-radius: 40% 100%;
}

@-webkit-keyframes spin-shadow {
    0% {
        -webkit-box-shadow: inset 5px 5px 5px rgba(0, 0, 0, .5);
        box-shadow: inset 5px 5px 5px rgba(0, 0, 0, .5);
    }

    25% {
        -webkit-box-shadow: inset -5px 5px 5px rgba(0, 0, 0, .5);
        box-shadow: inset -5px 5px 5px rgba(0, 0, 0, .5);
    }

    50% {
        -webkit-box-shadow: inset -5px -5px 5px rgba(0, 0, 0, .5);
        box-shadow: inset -5px -5px 5px rgba(0, 0, 0, .5);
    }

    100% {
        -webkit-box-shadow: inset 5px -5px 5px rgba(0, 0, 0, .5);
        box-shadow: inset 5px -5px 5px rgba(0, 0, 0, .5);
    }
}

@keyframes spin-shadow {
    0% {
        -webkit-box-shadow: inset 5px 5px 5px rgba(0, 0, 0, .5);
        box-shadow: inset 5px 5px 5px rgba(0, 0, 0, .5);
    }

    25% {
        -webkit-box-shadow: inset -5px 5px 5px rgba(0, 0, 0, .5);
        box-shadow: inset -5px 5px 5px rgba(0, 0, 0, .5);
    }

    50% {
        -webkit-box-shadow: inset -5px -5px 5px rgba(0, 0, 0, .5);
        box-shadow: inset -5px -5px 5px rgba(0, 0, 0, .5);
    }

    100% {
        -webkit-box-shadow: inset 5px -5px 5px rgba(0, 0, 0, .5);
        box-shadow: inset 5px -5px 5px rgba(0, 0, 0, .5);
    }
}

.whirl.shadow.oval.right:after {
    -webkit-animation: spin-shadow .25s infinite linear;
    animation: spin-shadow .25s infinite linear;
    border: none;
    border-radius: 100% 40%;
}

@keyframes spin-shadow {
    0% {
        -webkit-box-shadow: inset 5px 5px 5px rgba(0, 0, 0, .5);
        box-shadow: inset 5px 5px 5px rgba(0, 0, 0, .5);
    }

    25% {
        -webkit-box-shadow: inset -5px 5px 5px rgba(0, 0, 0, .5);
        box-shadow: inset -5px 5px 5px rgba(0, 0, 0, .5);
    }

    50% {
        -webkit-box-shadow: inset -5px -5px 5px rgba(0, 0, 0, .5);
        box-shadow: inset -5px -5px 5px rgba(0, 0, 0, .5);
    }

    100% {
        -webkit-box-shadow: inset 5px -5px 5px rgba(0, 0, 0, .5);
        box-shadow: inset 5px -5px 5px rgba(0, 0, 0, .5);
    }
}

.whirl.shadow:after {
    -webkit-animation: spin-shadow .25s infinite linear;
    animation: spin-shadow .25s infinite linear;
    border-radius: 100%;
    border: none;
}

@keyframes spin-shadow {
    0% {
        -webkit-box-shadow: inset 5px 5px 5px rgba(0, 0, 0, .5);
        box-shadow: inset 5px 5px 5px rgba(0, 0, 0, .5);
    }

    25% {
        -webkit-box-shadow: inset -5px 5px 5px rgba(0, 0, 0, .5);
        box-shadow: inset -5px 5px 5px rgba(0, 0, 0, .5);
    }

    50% {
        -webkit-box-shadow: inset -5px -5px 5px rgba(0, 0, 0, .5);
        box-shadow: inset -5px -5px 5px rgba(0, 0, 0, .5);
    }

    100% {
        -webkit-box-shadow: inset 5px -5px 5px rgba(0, 0, 0, .5);
        box-shadow: inset 5px -5px 5px rgba(0, 0, 0, .5);
    }
}

.whirl.sphere.horizontal:after, .whirl.sphere:after {
    border-radius: 100%;
    -webkit-animation: sphere .5s infinite;
    animation: sphere .5s infinite;
    border: none;
    height: 40px;
}

@-webkit-keyframes sphere {
    from {
        -webkit-box-shadow: inset 45px 0 10px rgba(0, 0, 0, .5);
        box-shadow: inset 45px 0 10px rgba(0, 0, 0, .5);
    }

    to {
        -webkit-box-shadow: inset -45px 0 10px rgba(0, 0, 0, .5);
        box-shadow: inset -45px 0 10px rgba(0, 0, 0, .5);
    }
}

@keyframes sphere {
    from {
        -webkit-box-shadow: inset 45px 0 10px rgba(0, 0, 0, .5);
        box-shadow: inset 45px 0 10px rgba(0, 0, 0, .5);
    }

    to {
        -webkit-box-shadow: inset -45px 0 10px rgba(0, 0, 0, .5);
        box-shadow: inset -45px 0 10px rgba(0, 0, 0, .5);
    }
}

.whirl.sphere.vertical:after {
    border-radius: 100%;
    -webkit-animation: sphere-v .5s infinite;
    animation: sphere-v .5s infinite;
    border: none;
    height: 40px;
}

@-webkit-keyframes sphere-v {
    from {
        -webkit-box-shadow: inset 0 45px 10px rgba(0, 0, 0, .5);
        box-shadow: inset 0 45px 10px rgba(0, 0, 0, .5);
    }

    to {
        -webkit-box-shadow: inset 0 -45px 10px rgba(0, 0, 0, .5);
        box-shadow: inset 0 -45px 10px rgba(0, 0, 0, .5);
    }
}

@keyframes sphere-v {
    from {
        -webkit-box-shadow: inset 0 45px 10px rgba(0, 0, 0, .5);
        box-shadow: inset 0 45px 10px rgba(0, 0, 0, .5);
    }

    to {
        -webkit-box-shadow: inset 0 -45px 10px rgba(0, 0, 0, .5);
        box-shadow: inset 0 -45px 10px rgba(0, 0, 0, .5);
    }
}

.whirl.traditional:after {
    border-right: 4px solid #777;
    border-top: 4px solid #777;
    border-left: 4px solid #999;
    border-bottom: 4px solid #bbb;
}

/* User Avatar Top-Navbar*/
.user-avatar {
    position: relative;
    display: block;
    white-space: nowrap;
    border-radius: 500px;
    margin-bottom: 0px;
    margin-left: 10px;
    width: 30px;
    margin-top: -5px;
    margin-right: 5px;
}

.user-full-name {
    display: block;
    margin-right: 45px;
    margin-bottom: -11px;
    margin-top: -10px;
    text-align: right;
}

.user-full-name span {
    display: block;
}

.user-action-menu-icon {
    text-align: center;
    width: 18px;
}

.user-avatar img {
    width: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.user-avatar i {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    margin: 2px;
    border-style: solid;
    border-width: 2px;
    border-radius: 100%;
    margin: 1px;
}

i.active-role {
    width: 10px;
    height: 10px;
    margin: 0px;
    display: inline-block;
    border-radius: 100%;
    border-width: 1px;
    border-style: solid;
}

i.right {
    right: 0;
    left: auto;
}

i.bottom {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

i.left {
    top: auto;
    bottom: 0;
}

@media screen and (min-width: 1280px) and (max-width: 1400px)
{
    .w-media {
        min-width: 200px;
        width: 200px !important;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1500px)
{
    .w-media {
        min-width: 250px;
        width: 250px !important;
    }
}

.w-250 {
    min-width: 250px;
    width: 250px;
}

.user-action-menu-item {
    display: block;
    white-space: nowrap;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-action-menu-subitem {
    display: block;
    white-space: nowrap;
    width: 180px;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.action-bar {
    float: left;
    margin: 0;
    padding: 10px 0;
}

ul.action-bar > li {
    float: left;
}

ul.action-bar > li > a {
    padding-top: 0;
}

ul.action-bar > li > a > span.icon-wrapper {
    border: 2px solid;
    border-radius: 20px;
    padding: 6px 1px 6px 3px;
    margin-right: 4px;
}
.icon-wrapper{
    border: 2px solid;
    border-radius: 20px;
    padding: 6px 1px 6px 3px;
    margin-right: 4px;
}
.no-decoration{
    text-decoration:none !important;
}
h4.section-error {
    margin-top: 0;
    margin-bottom: 15px;
}

.image-viewer-container {
    position: relative;
    background-color: #3D3D3D;
}

.image-viewer-container .panzoomwidget {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.image-viewer-container .pan-zoom-frame {
    background-color: #3D3D3D;
}

.media-left, .media-right {
    padding-top: 2px;
}

.table-full-width td.cell-overflow {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uib-timepicker .uib-time input {
    padding: 6px 12px !important;
}

.uib-timepicker a.btn {
    padding-top: 0;
    padding-bottom: 0;
}

.uib-timepicker .uib-increment a.btn {
    margin-top: -8px;
}

.min-calendar {
    -moz-min-width: 100px;
    -ms-min-width: 100px;
    -o-min-width: 100px;
    -webkit-min-width: 100px;
    min-width: 100px;
}

#clinical-upload .bootstrap-filestyle {
    margin-left: 15px;
}

div#clinical-date input {
    -moz-min-width: 110px;
    -ms-min-width: 110px;
    -o-min-width: 110px;
    -webkit-min-width: 110px;
    min-width: 110px;
}

.vertical-middle {
    vertical-align: middle;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.select2-wrapper .form-control.select2-container {
    height: 35px;
}

.select2-wrapper .form-control .select2-choice {
    border-radius: inherit;
}

.select2-wrapper .select2-container .select2-choice {
    height: 35px;
    cursor: default;
    background-color: none;
    background-image: none;
    padding: 10px 20px;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

.select2-wrapper .select2-container .select2-choice .select2-arrow {
    display: none;
}

.select2-wrapper .select2-dropdown-open .select2-choice {
    background: none;
}

.select2-wrapper .select2-default {
    color: #3a3f51 !important;
}

.select2-wrapper .select2-container.select2-container-disabled {
    background-color: #edf1f2;
}

.select2-wrapper .select2-container.select2-container-disabled .select2-choice {
    cursor: not-allowed;
}

.allow-overflow {
    overflow: visible !important;
}

.active-health-indicator {
    width: 100%;
    z-index: 20;
}

.beneficiary-lookup-tabs .nav {
    margin-bottom: 15px;
}

.beneficiary-lookup-tabs .nav > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.beneficiary-lookup-tabs .nav > li.disabled > a {
    color: inherit;
}

.beneficiary-lookup-tabs .nav > li.disabled > a:hover,
.beneficiary-lookup-tabs .nav > li.disabled > a:focus {
    color: inherit !important;
}

.filter-panel fieldset {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom-style: solid;
}

.filter-panel fieldset legend {
    font-size: 14px !important;
    font-weight: bold;
    padding-right: 1em;
    padding-left: 1em;
    border-bottom: 0;
    padding-top: 15px;
    margin-bottom: 10px;
}

/*------------->Globals*/

.modal-xl {
    width: 80% !important;
}

/*TODO: Verificar clases que deben estar dendtro de este media query*/
@media (min-width: 992px) {

    .encounter-menu.ui-scrollpoint {
        position: fixed;
        top: 8%;
    }

    .disposition-time.uib-timepicker {
        position: absolute;
        top: -20px;
    }

    /*This percent is a copy of the one used by bootstrap.*/
    .encounter-content.ui-scrollpoint {
        margin-left: 25%;
    }

    .pdf-viewer-modal .pdfjs {
        height: 300px !important;
    }

    .pdf-viewer-modal .pdfjs .toolbar {
        z-index: 999 !important;
    }

    .uib-timepicker-modal {
        position: absolute;
        top: 5px;
    }

    .f-checkbox {
        padding: 2px;
        border: 1px solid #ccc;
        border-radius: 2px;
        color: transparent;
    }

    .f-checkbox.bg-primary {
        border: 1px solid #5996bb;
    }

    #physical-findings .c-checkbox input[type=checkbox]:checked + span {
        background-color: #5996bb !important;
        cursor: not-allowed !important;
    }

    #care-plan .c-checkbox input[type=checkbox]:checked + span {
        background-color: #5996bb !important;
        cursor: not-allowed !important;
    }

    a.procedures-list-type:hover,
    #encounter-types-list > a:hover,
    .select-item-list > a:hover {
        background-color: #5996bb !important;
        color: white !important;
    }

    a.procedures-list-type:hover .search-result-main-icon,
    a.procedures-list-type:hover .search-result-main-data,
    #encounter-types-list > a:hover .search-result-main-icon,
    #encounter-types-list > a:hover .search-result-main-data {
        color: white !important;
    }

    #encounter-types-list > a, .select-item-list > a {
        -moz-transition-property: background border-radius;
        -o-transition-property: background border-radius;
        -webkit-transition-property: background border-radius;
        transition-property: background border-radius;

    }

    .dd {
        max-width: none;
    }

    .accordion {
        border-top-color: #bbd8e8;
    }

    .accordion .panel-heading {
        border: 1px solid #BBD8E8;
    }

    .accordion .panel-body {
        padding-bottom: 0;
        padding-top: 0;
        background-color: #BBD8E8;
    }

    .accordion .accordion-child-margin {
        margin-left: 15px;
    }

    .accordion-danger {
        border-top-color: #f05050;
    }

    .accordion-danger .panel-heading {
        border: 1px solid #f05050;
    }

    .accordion-danger .panel-body {
        padding-bottom: 0;
        padding-top: 0;
        background-color: #f05050;
    }

    .btn-transparent {
        background-color: transparent;
    }

    .btn-transparent:hover {
        background-color: transparent;
        border-color: transparent;
    }

    .time.uib-timepicker {
        position: absolute;
        top: -22px;
    }
}

.col-sm-text-right {
    text-align: right;
}

@media (max-width: 768px) {
    .col-sm-text-right {
        text-align: left;
    }
}

#moop .progress {
    border-color: #d3d3d3 !important;
    height: 35px;
    padding: 2px;
    background: #f2f2f2;
    box-shadow: inset 0 0 0 2px #fff;
}

#moop .progress-bar {
    display: flex;
    align-items: center;
}

#moop .progress-bar span {
    display: inherit;
    padding-right: 1rem;
    padding-left: 1rem;
    min-width: 8rem;
    margin-left: auto;
    color:#000;
    font-weight: bold;
}

#moop .progress-bar.progress-bar-danger {
    background-color: #f05050;
}

#moop .progress-bar.progress-bar-warning {
    background-color: #ff820e;
}

#moop .progress-bar.progress-bar-success {
    background-color: #27c24c;
}

#moop .progress-bar.progress-bar-basic {
    background-color: #f2f2f2;
}

#moop .progress-bar.progress-bar-success span,
#moop .progress-bar.progress-bar-danger span,
#moop .progress-bar.progress-bar-warning span {
    color:#fff;
}

#moop .bar-labels {
    display: flex;
    justify-content: space-between;
}

.light-block-ui-message {
    display: inline-block;
    text-align: left;
    color: #656565;
    padding: 20px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e1e2e3;
    font-size: 18px;
    /* needed for IE */
    background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba */
    background: rgba(255, 255, 255, .9);
}

#administration-group-dialog .panel-container {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 3px;
}

.hoverable {
    cursor: pointer;
}

.overflowHidden {
    overflow: hidden !important;
}

table tr td.actions .action {
    margin: 0 5px;
}

/*-----------rows----------*/

.row .divisor {
    border-bottom: 1px solid #d3d3d3;
}

.row .centered-title {
    text-align: center;
    font-weight: bold;
}

.row .context-selector {
    padding: 10px;
    color: #000;
    font-weight: bold;
    /*border: 1px solid #d3d3d3;*/
    text-align: center;
    background-color: rgba(211, 211, 211, 0.57);
}

.row .context-selector:hover {
    cursor: pointer;
}

.row .context-selector.active {
    background: #5996bb;
    color: #fff;
    cursor: default;
    border: none;
}

.row label.text-primary.title {
    font-size: 16px;
    color: #5996bb;
}

/*-------tree list (one level)--*/
.tree-list-container,
.tree-list {
    height: 400px;
    overflow-y: auto;
    position: relative;
}

.tree-list {
    border: 1px solid #d3d3d3;
}

.tree-list-container {
    height: 403px;
}

.tree-list-container .loading-overlay,
.tree-list-container .item-overlay {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
    position: absolute;
    z-index: 999;
    opacity: 1;
    transition: all .5s;
}

.tree-list-container .loading-overlay > div {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

.tree-list-container .loading-overlay > div.icon-container {
    padding-top: 58px;
    position: absolute;
    width: 100%;
}

.tree-list-container .loading-overlay > div.alert {
    margin: 125px 10px 0 10px;
    border-radius: 0;
}

.tree-list section[data-part="contents"] {
    padding: 10px;
}

.tree-list section[data-part="contents"] div.document-list {
    overflow: hidden;
    transition: height .3s;
}

.tree-list section[data-part="contents"] div.document-list header {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    background: #467d9e;
    color: #fff;
    padding: 3px;
}

.tree-list .title {
    height: 30px;
    background: #00A8C7;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.tree-list .parent-item label {
    /*font-weight: bold;*/
}

.tree-list .parent-item label.icon {
    position: absolute;
    right: 0;
    top: 4px;
    color: #5996bb;
}

.tree-list .repeater.item.isChild {

    display: none;
    border-left: 1px dashed #5996bb;
    padding-left: 5px;
}

.tree-list .repeater.parent-item.isChild {

    border-left: 1px dashed #5996bb;
    padding-left: 5px;
}

.tree-list .item {
    margin-left: 10px;
    position: relative;
}

.tree-list .parent-item {
    position: relative;
}

.tree-list .parent-item .checkbox {
    margin-top: 10px;
    padding-bottom: 3px;
    padding-right: 10px
}

.tree-list .item .checkbox {
    padding: 5px 0 !important;
    margin: 0 !important;
}

.tree-list .blocking-overlay {
    width: 100%;
    height: 100%;
    /*background: rgba(255, 0, 0, 0.42);*/
    position: absolute;
    z-index: 999;
}

.hideOverlay {
    opacity: 0 !important;
    z-index: -1 !important;
}

.tree-list .parent-item .checkbox.bottom-border {
    border-bottom: 1px solid #d3d3d3;
}

.tree-list .parent-item.children-selected .checkbox.bottom-border {
    /*border-bottom: 1px solid #5996bb !important;*/
}

.tree-list .parent-item.children-selected .c-checkbox span {
    border-color: #5996bb !important;
}

.tree-list .c-checkbox span > i {
    width: 100%;
    Height: 100%;
    position: relative;
    top: -3px;
    color: #fff;
}

.tree-list .c-checkbox span > i.full {
    color: #fff;
    background-color: #5996bb;
}

.tree-list .c-checkbox span > i.partial {
    color: #5996bb;;
}

.tree-list-container .alert {
    background-color: #d66969;
    color: #fff;
}

.fa-check.disabled-check {
    background-color: lightgrey !important;
    border: none !important;
}

.ImageLeft {
    float: left;
    margin: 10px;
}

.HelpImage {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.HelpSearch {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    margin: 0 auto;
}

.HelpRow {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    float: left;
    padding: 20px 0;
}

.HelpBlock {
    width: 100px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.event-map iframe {
    width: 100%;
    height: 400px;
}

.support {
    background-image: url("/img/support_background.jpg");
    background-size: cover;
    background-position: center center;
    height: 500px;
}

.popover {
    max-width: 800px;
    -webkit-box-shadow: 0 0 11px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.75);
    min-width: 500px !important;
    border-radius: 10px !important;
}

.popover.left {
    min-width: 526px !important;
}

.pager {
    margin: 0px !important;
}

.pager li > a, .pager li > span {
    padding: 0px !important;
    border: 0px !important;
}

.tree-list .fa.centered-icon {
    margin: 0 auto;
}

select::-ms-expand {
    display: none;
}

.pager .next > a, .pager .next > span {
    float: none !important;
}

.datepicker-container > input {
    min-width: 115px;
}

.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}

/*This styles add three point to the end of selected value if it is too long*/
.dropdown .selected-value {
    display: inline-block;
    width: 90%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.dropdown i.dropdown-arrow {
    float: right;
    padding: 4px;
    font-size: 17px;
}

.dropdown button {
    text-align: left;
    padding-left: 18px !important;
}

.dropdown-menu-settings li a {
    padding: 7px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.52857143;
    color: #5f5f5f;
    white-space: nowrap;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:hover .text-muted {
    color: #fff;
    background-color: #5996bb;
}

.dropdown-menu li.green a:hover,
.dropdown-menu li.green a:hover .text-muted {
    color: #fff;
    background-color: rgba(105, 173, 121, 0.95);
}

/*Global style for select elements, this styles change the default look of the down caret icon. */
select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2218.2%22%20height%3D%2216%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20style%3D%22fill%3A%23333333%3Bfill-opacity%3A1%22%20d%3D%22M1408%20704q0%2026-19%2045l-448%20448q-19%2019-45%2019t-45-19l-448-448q-19-19-19-45t19-45%2045-19h896q26%200%2045%2019t19%2045z%22%2F%3E%3C%2Fsvg%3E") !important;
    padding-right: 35px !important;
    background-repeat: no-repeat !important;
    background-position: 97.5% center !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

select::-ms-expand {
    display: none;
}

select.form-control.custom-min-width {
    min-width: 100px;
}

/*---- titles-----*/
.line-title {
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 4px;
    font-weight: bold;
    margin-bottom: 10px;
}

/*-----Table by Divs-------*/
section [data-part="table-header"] {
    float: left;
    background-color: #5996bb;
    width: 100%;
    padding: 10px;
    font-weight: bold;
}

section [data-part="table-list"] {
    float: left;
    width: 100%;
    border: 1px solid #d3d3d3;
}

section [data-part="table-list"] > div.row {
    margin: 0 !important;
    padding: 10px;
}

section [data-part="table-list"] > div.row > div {
    float: left;
}

section [data-part="table-list"] > div.row > div > .fa-caret-down,
section [data-part="table-list"] > div.row > div > .fa-caret-up {
    position: relative;
    top: -4px;
    transition: .1s all;
}

section [data-part="table-list"] > div.row > div > .fa-caret-down:hover,
section [data-part="table-list"] > div.row > div > .fa-caret-up:hover {
    cursor: pointer;
    color: #5996bb;
    top: 0;
}

section [data-part="table-list"] > div.row > div[data-part="row-expansion"] {
    height: 0;
    width: 100%;

    transition: .2s height ease-out;
    overflow: hidden;
    position: relative;
}

section [data-part="table-list"] > div.row > div[data-part="row-expansion"] > div[data-part="addresses"] {
    height: 100%;
    overflow: auto;
    padding-top: 20px;
    width: 99%;
}

section [data-part="table-list"] > div.row > div[data-part="row-expansion"] > div[data-part="addresses"] > div[data-part="address-card"] {
    height: 200px;
    width: 220px;
    float: left;
    margin: 0 0 10px 10px;
    padding: 10px;
    background-color: #467d9e;
    position: relative;
    color: #fff;
    transition: .2s all;
}

section [data-part="table-list"] > div.row > div[data-part="row-expansion"] > div[data-part="addresses"] > div[data-part="address-card"]:hover {
    cursor: pointer;
    transform: perspective(200px) rotateY(5deg);
}

section [data-part="table-list"] > div.row > div[data-part="row-expansion"] > header {
    text-align: center;
    padding: 10px;

}

section [data-part="table-list"] > div.row > div[data-part="row-expansion"] > div[data-part="addresses"] > div[data-part="address-card"] > section[data-part="primary-badge"] {
    position: absolute;
    top: -17px;
    left: 3px;
    padding: 1px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
}

section [data-part="table-list"] > div.row > div[data-part="row-expansion"] > div[data-part="bottom-border"] {
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    position: absolute;
    bottom: 0;
}

section [data-part="table-list"] > div.row > div[data-part="row-expansion"] > div[data-part="addresses"] > div[data-part="address-card"] > div[data-part="contacts"] {
    padding: 5px;
    text-align: center;
}

section [data-part="table-list"] > div.row > div[data-part="row-expansion"] > div[data-part="addresses"] > div[data-part="address-card"] > section[data-part="meta-data"] > div {
    padding: 2px;
    text-align: center;
}

#address-dialog .modal-footer {
    border: none !important;
}

[data-part="schedule"] > [data-part="date"] {
    padding: 5px 10px;
    float: left;
}

[data-part="schedule"] > [data-part="date"] > header {
    background-color: #5996bb;
    color: #fff;
    padding: 3px 10px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}
.home-badge {
    color: black !important;
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 16px !important;
}

.HelpImageTag {
    width: 1150px;
}

.HelpImagediv {
    width: 607px;
    left: 300px;
    margin: 0 auto;

}

.HelpSearchText {
    top: 165px;
    height: 46px;
    float: left;
    width: 550px;
    border: 1px solid #d3d3d3;
    padding: 5px;
}

.HelpSearchList {
    top: 50px;
    height: 46px;
    float: left;
    position: absolute;
    color: #f05050;
}

.HelpSearchButton {
    width: 56px;
    height: 46px;
    float: left;
    border: 1px solid #d3d3d3;
}

.HelpModuleWidth {
    width: 15%;
    padding: 20px;
}

.HelpModuleCursor {

    cursor: pointer;
    color: #3a3f51;
    transition: .3s all;

}

.HelpModuleCursor:hover {
    transform: scale(1.1);
    color: #5996bb;
}

.HelpSupport {
    padding-left: 0;
    border-left-width: 20px;
    height: 39px;
}

.NoBorder {
    border: none !important;
}

.noBackground {
    background: none !important;
}

.HelpSearchError {
    margin-left: 225px;
    border-left-width: 100px;
    padding-left: 100px;
}

dd,
.word-wrap {
    word-wrap: break-word;
}

.select-bottom-gap {
    margin-bottom: 15px;
}

.weight-input {
    width: 76px !important;
}

.home.panel.panel-default {
    /*border-top: 1px;*/
}

.home.list-group-item {
    padding: 10px !important;
    border: none;
}

.home.panel > .list-group .list-group-item {
    /*border-top-style: none !important*/
}

.home.panel .list-group-item:first-child {
    border-radius: 0 !important;
}

.content-wrapper,
.content-wrapper > h3, .content-wrapper > .content-heading {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.modal-footer {
    border-top: none;
}

.modal-header {
    border-bottom: none;
}

.nav.sidebar-subnav {
    border-left: 0;
}

.topnavbar .navbar-header {
    background-color: #fff !important;
}

.panel-disabled {
    background-color: rgba(89, 150, 187, 0.38);
    cursor: not-allowed;
}

.swal2-content .note {
    font-size: 16px;
    text-align: justify;
    padding: 25px;
}

h3.home {
    background: none !important;
}

/*tabs*/

.nav-tabs > li {
    margin: 0 3px 0 0;
}

/* list group items */

.list-group-item:last-child,
.list-group-item:first-child {
    /*border-radius: 0;*/
}

.list-group-item {
    background-color: transparent !important;
    border: none !important;
}

.search-results .list-group-item {

    padding: 13px !important;

}

/*rows*/
.row.actions {
    padding: 10px 0;
}

/*override checkmark*/

.fa-check:before {
    content: "\f00c";
    position: relative;
    top: 2px;
}

.page-header-option {
    font-size: 15px;
    padding-top: 29px;
    padding-bottom: 5px;
}

.page-header-option-menu {
    border-top: 3px solid #d3d3d3;
}

.page-header-item:hover > .page-header-option {
    color: #ffffff !important;
    background-color: #5996bb;
}

.page-header-item:hover > .page-header-option-menu {
    display: block;
}

.close-tab {
    opacity: 1 !important;
    text-shadow: none !important;
}

.fa-circle.fa-stack-1x {
    color: #000;
}

.fa-times-circle.fa-stack-1x {
    color: #e6ddd4;
}

/*stack icons*/
.fa {
    position: relative;
}

.save-stack-center {
    left: 1px;
}

.complete-stack-center {
    top: -2px;
    right: -1px;
}

.form-control-feedback {
    position: absolute !important;
}

/*Tabs*/
.tab > span.active {
    border-bottom: 3px solid #dcab7e;
}

.service-wizard-tab:not(.btn-primary) {
    background-color: transparent;
}

.home .star-badge {
    margin-top: 0 !important;
}

.vitals-number {
    width: 100px !important;
}
/*Sort*/
.sort,
.sort-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.sort-selected{
  -webkit-box-shadow: none;  
  box-shadow: none;
  cursor: pointer;
}
.sort-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.52857143;
  color: #5f5f5f;
  white-space: nowrap;
  text-decoration: underline;
}
.sort-menu > li > a:hover,
.sort-menu > li > a:focus {
  text-decoration: underline;
  color: #2f3342;
  background-color: #fafbfc;
}
.sort-menu > .active > a,
.sort-menu > .active > a:hover,
.sort-menu > .active > a:focus {
  color: #5f5f5f;
  text-decoration: none;
  outline: 0;
  font-weight: bold;
  background-color: #fff;
  cursor: default;
}

.popover {
    z-index: 1000 !important;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-top-7 {
    padding-top: 7px;
}

.font-size-34 {
    font-size: 34px !important;
}

.font-size-60 {
    font-size: 60px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.font-40 {
    font-size: 40%;
}

.font-100 {
    font-size: 100%;
}

.container-horizontal-scrollbar {
    display: block;
    overflow-x: auto;
}

.margin-right-3 {
    margin-right: 3px;
}

.inline-block {
    display: inline-block !important;
}

.padding-3 {
    padding: 3px !important;
}

.padding-19 {
    padding: 19px;
}

.padding-5 {
    padding: 5px !important;
}

.overflow-x-auto {
    overflow-x: auto;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.label-background-gray {
  background-color: #777;
}

.radiology .swal2-content{
    text-align:justify !important;
}

.lab-history .chart {
    padding-bottom: 55px;
    /*padding-bottom: 28px;*/
}

.lab-history .results {
    max-height: 255px;
    overflow: auto;
}

.lab-history .flot-x-axis .flot-tick-label {
    white-space: nowrap;
    transform: translate(-42px, 20px) rotate(-60deg);
}

.overflow-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis; 
}

.font-weight-normal {
    font-weight: normal !important;
}

.width-100 {
    width: 100%;
}

.buttons-footer {
    padding-bottom: 5px;
    text-align: center;
}

.width-200 {
    width: 200px;
}

width-auto{
    width: auto;
}

.grid-header .vertical-middle-align {
    vertical-align: middle;
}

.grid .grid-header th {
    color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 5px 7px !important;
}

.padding-top-12 {
    padding-top: 12px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-left-38 {
    padding-left: 38px;
}

.container-input-message {
    display: inline-block;
}

.choice-control-required {
    border: 1px solid #f05050 !important;
}

.grid-panel-heading {
    padding: 10px 10px;
}

.grid-panel-heading .badge {
    margin: 0px 0px 2px 3px;
}

.tab-subtitle {
    font-size: 18px;
    font-weight: normal !important;
    padding-top: 2px;
}

.tab-subtitle-color {
    color: #5F5F5F;
}

.table-column-overflow {
    max-width: 0;
    word-wrap: break-word;
}

.grid-secondary-title {
    font-weight: normal;
    padding-top: 2px;
}

.panel-body-thin {
    padding: 5px 15px;
}

.media-body-label {
    color: #2A78E4;
}

.add-colon::after {
  content: ":";
}

.list-group .list-group-item.sub-item {
    padding-left: 30px;
}

.label-padding-left-5 {
    padding-left: 5px !important;
}

.banner {
    position:fixed;
    margin-top:0em;
    background-color: rgb(0, 128, 128);
    height: 35px;
    border-radius:1px;
    width: 100%;
}

    .banner span {
        /*font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1600 - 300)));*/
        font-size: x-large;
        font-weight: bold !important;
        color: white;
        align-content: center;
    }

.banner button
{
    color:white;
    background-color:blueviolet;
    font-size: 18px;
    padding: 0px 20px;
    border-width: 0px;
}

    .banner i {
        color: #dcab7e;
    }

.banner a {
    text-decoration:underline;
    text-decoration-color:white;
}

    .banner a:hover {
        text-decoration-color: #dcab7e;
    }

.banner-top-buffer {
    position: fixed;
    top: 58px;
    z-index: 120;
    height: 35px;
    background-color: white;
}

.section-mt { 
    margin-top: 80px !important;
}

.innovaChat-icon {
    width: 25px;
    height: 25px;
    margin-top: -3px;
}

.mt-10 {
    margin-top: 10px !important;
}

.sk-circle {
    margin: auto !important;
}

.text-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ui-select-custom-toogle .ui-select-toggle > .caret {
    right: 13px !important;
    border-top: 5px dashed !important;
    border-right: 5px solid transparent !important;
    border-left: 5px solid transparent !important;
}

.custom-table-hover-blue tbody tr:hover td, tbody tr:hover th  {
    background-color: steelblue !important;
    color: white !important;
}

body.modal-open {
    overflow: hidden;
}

.filter-container {
    margin-right: 0;
    margin-left: 0;
}

.filter-container  label:first-child {
    margin-right: 10px;
}

.filter-container label {
    margin-top: 1px;
}

select.select-sml {
    width: 55px;
    padding-right: 0 !important;
}

.inline-filters {
    margin-top: 10px;
}

.fa-sml {
    font-size: 1.2em !important;
}
 .row-margin {
     margin-bottom: 10px;
 }

.left-side-border {
    border-left: 1px solid #e4eaec
}

.blue-hr {
    border-top-color: #5996bb;
    margin-top: 0;
}

.blue-label {
    font-size: 20px;
    margin-top: 4px;
    color: #5996bb;
}

label.pull-left {
    margin-top: 7px;
    margin-right: 10px;
}

.entries-label {
    margin-top: 7px;
    margin-left: 10px;
}

.btn-wdt-md {
    width: 100px;
}

.nav-tabs > li.active > .blue-tab,
.nav-tabs > li.active > .blue-tab:hover {
    background-color: #5996bb;
    color: white;
    border: 1px solid #5996bb;
}

.nav-tabs > .active > a.blue-tab,
.nav-tabs > .active > a.blue-tab:hover {
    border-bottom: 1px solid #5996bb;
}

.blue-tab-content {
    border-color: #5996bb;
    border-radius: 0 0 4px 4px;
    border-width: 1px;
}


div.click-able-widget:hover {
    cursor: pointer;
    opacity: .9;
}

a.div-widget {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}

div.position-relative {
    position: relative;
}

.dropdown-submenu {
    position: relative;
}
   
.dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
 }

.dropdown-submenu:hover > .dropdown-menu {
        display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.document-input {
position: absolute !important;
padding: 6px 16px;
}

.document-name {
width: 93%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.flag-message {
    border: solid 1px #f0504f;
    background-color: #fef4f4;
    color: #f0504f;
    display: table;
    margin-bottom: auto;
}

.flag-message-row {
    display: table-row;
}

.flag-message-icon {
    display: table-cell;
    padding-right: 0.5em;
}

    .flag-message-icon > p {
        margin: 0 0 0 0;
        padding-top: 0.5em;
    }

        .flag-message-icon > p > em {
            font-size: 2em;
        }

.flag-message-text {
    display: table-cell;
    vertical-align: top;
}

.flag-message-text > p {
    margin: 0 0 0 0;
}

.flag-message-text-title {
    font-size: 16px;
    font-weight: bold;
}

.flag-message-text-msg {
    color: #5d5a5a;
    text-decoration: underline;
}

.persistency-list-icons {
    display: flex;
    justify-content: space-around;
}

.persistency-list-icons em{
    vertical-align: middle;
    font-size: 24px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pb-0{
    padding-bottom: 0 !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pl-0{
    padding-left: 0 !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.mt-0{
    margin-top: 0 !important;
}

.mt-7 {
    margin-top: 7px !important;
}

.mr-0{
    margin-right: 0 !important;
}

.ml-0{
    margin-left: 0 !important;
}

.mr-2 {
    margin-right: 2px;
}

.ml-2 {
    margin-left: 2px;
}

.mb-0{
    margin-bottom: 0 !important;
}

.mb-5{
    margin-bottom: 5px !important;
}

.mb-10{
    margin-bottom: 10px !important;
}

.mb-15{
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-15{
    margin-left: 15px !important;
}

.margin-top-45 {
    margin-top: 45px;
}

.unsupported-browser-header-color {
    color: #234471;
}

.unsupported-browser-text-color {
    color: #5E91DB;
}

.unsupported-browser-bg-color {
    background-color: #F2F5FC;
}

.unsupported-browser-image{
    width:100px;
    height:100px;
}

a.unsupported-browser-link:link {
    text-decoration: none;
}

a.unsupported-browser-link:visited {
    text-decoration: none;
}

a.unsupported-browser-link:hover {
    text-decoration:none;
}


@media screen and (max-width: 1535px) {
    .quality-statement-form {
        width: 33.33333333% !important;
        padding-right: 0 !important;
    }

    .quality-statement-memberexp {
        width: 33.33333333% !important;
    }

    .quality-statement-stars {
        width: 33.33333333% !important;
    }

    .quality-statement-group-checkbox {
        margin-left: 0 !important;
        width: 100% !important;
    }
}

.census-barchart  div.flot-tick-label {
    inline-size: 50px;
}

.btn-settingsredirect {
    width: 140px;
    color: #fff !important;
    white-space: nowrap;
    background: linear-gradient(165deg, #05f 0%, #584ade 100%);
    border-radius: 2rem;
    padding: 0.6rem 2rem;
    font-weight: 700;
    transition: background .2s;
    font-size: 1.4rem;
}
    .btn-settingsredirect:hover, .btn-settingsredirect:active {
        color: #fff;
        background: linear-gradient(165deg, #0050f0 0%, #4c3ddc 100%);
    }

.img-icon-size{
    width: 15px;
}

.text-dark-gray {
    color: darkgrey;
}

.attestation-label{
    font-size: 14px;
    font-family: 'Source Sans Pro';
}

.ui-select-match-text {
    overflow: hidden;
    text-overflow: ellipsis;
}

.procedure-delivery-fade {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.procedure-delivery-fade.ng-hide {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.delivery-status-icon {
    position: relative;
    width: 50px;
    height: 50px;
}

.icon-map-marker{
    width: 50%;
    display: flex;
}

.main-circle {
    width: 95%;
    height: 95%;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    align-items: center;
    justify-content: center;
}

.svg-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
}

.flex-align-center {
    display: flex;
    align-items: center;
}

.fa.transition {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.rotate-in {
    transform: rotate(0deg);
}

.fa-minus.rotate-in{
    transform: rotate(180deg);
}

.purple-fill {
    color: #8d40e6;
}

.green-fill {
    color: #21c75b;
}

.yellow-fill {
    color: #ffb100;
}

.cyan-fill {
    color: #40CFE6;
}

.btn-default-custom {
    border-color: #467d9e !important;
    padding: 6px 10px !important;
    font-weight: 700;
}
    .btn-default-custom:focus {
        color: #467d9e !important;
        background-color: #fff !important;
    }

    .btn-default-custom:hover, .btn-default-custom:active, .dropdown.open > .btn-default-custom:focus {
        color: #fff !important;
        background-color: #467d9e !important;
    }


    .bnt-content-container {
        display: flex;
    }
.dropdown button.btn-default-custom {
    padding-left: 10px !important;
}
#landing-wrapper { 
    margin: -20px;
}

.font-weight-semibold {
    font-weight: 600;
}

.landing-text-primary {
    color: #007bff !important;
}

.page-full-bg {
    background-image: url("../img/landing/header-bg.png");
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 140%;
    padding-bottom: 3rem;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .page-full-bg {
        background-image: url("../img/landing/header-bg@2x.png");
    }
}

@media (min-width: 992px) {
    .page-full-bg {
        min-height: 768px;
        background-position: 0 0;
        background-size: 100%;
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .page-full-bg {
        min-height: 860px;
    }
}

@media (min-width: 1537px) {
    .page-full-bg {
        min-height: 920px;
    }
}

@media (min-width: 1601px) {
    .page-full-bg {
        min-height: 1080px;
    }
}

@media (min-width: 1921px) {
    .page-full-bg {
        min-height: 1510px;
        height: 100vh;
    }
}

.page-waves-bg-desktop {
    display: none;
    position: relative;
}

@media (min-width: 992px) {
    .page-waves-bg-desktop {
        display: block;
    }
}

.page-waves-bg-desktop > img {
    z-index: -1;
    position: absolute;
    top: -290px;
    left: 0;
}

.page-waves-bg-mobile {
    margin: 0 -2rem;
    display: block;
    position: relative;
}

@media (min-width: 992px) {
    .page-waves-bg-mobile {
        display: none;
    }
}

.page-waves-bg-mobile > img {
    z-index: -1;
    position: absolute;
    top: -200px;
    left: 0;
}

.header-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (min-width: 992px) {
    .header-wrapper {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 1200px) {
    .header-wrapper {
        padding-left: 120px;
        padding-right: 120px;
    }
}

.header-wrapper .header {
    height: 50px;
    /*background: #fff;*/
    justify-content: center;
    align-items: center;
    margin-left: -2rem;
    margin-right: -2rem;
    font-size: 13px;
    display: flex;
}

@media (min-width: 992px) {
    .header-wrapper .header {
        height: 90px;
        background: none;
        margin: 0;
    }
}
.img-fluid {
    height: auto;
    max-width: 100%;
}

.header-wrapper .header-item {
    color: #9190ae;
    cursor: pointer;
    transition: color .2s;
}

    .header-wrapper .header-item:hover {
        color: #262262;
        text-decoration: none;
    }

    .header-wrapper .header-item + .header-item {
        margin-left: 2rem;
    }

.header-wrapper .header-item-featured {
    color: #262262;
}

.logo {
    width: 200px;
    height: 70px;
    margin: 310px auto 2rem;
}

@media (min-width: 768px) {
    .logo {
        margin-top: 600px;
    }
}

@media (min-width: 992px) {
    .logo {
        width: 250px;
        height: 90px;
        margin: 0 0 60px;
    }
}

.cta-text {
    color: #262262;
    text-align: center;
}

@media (min-width: 992px) {
    .cta-text {
        text-align: left;
    }
}

.cta-text-main {
    max-width: 550px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
}

@media (min-width: 992px) {
    .cta-text-main {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .cta-text-main {
        font-size: 58px;
        line-height: 68px;
    }
}

.cta-text-description {
    max-width: 620px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 25px;
}

@media (min-width: 992px) {
    .cta-text-description {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .cta-text-description {
        font-size: 20px;
        line-height: 35px;
    }
}

.cta-buttons {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .cta-buttons {
        margin-left: 0;
        margin-right: 0;
    }
}

.cta-buttons .cta-login, .cta-buttons .cta-register {
    min-width: 190px;
    display: block;
}

.cta-buttons .cta-login {
    margin-bottom: 1.5rem;
    font-size: 1em;
}

.cta-buttons .cta-register {
    margin-bottom: 1rem;
    font-size: 1em;
}

.cta-buttons .cta-register-text {
    text-align: center;
    font-size: 15px;
}

.btn-cta-primary {
    color: #fff;
    white-space: nowrap;
    text-align: center;
    background: #05f linear-gradient(165deg, #05f 0%, #584ade 100%);
    border-radius: 2rem;
    padding: 1em 2em;
    font-weight: 700;
    line-height: 1;
    transition: background .2s;
}

    .btn-cta-primary:hover, .btn-cta-primary:active {
        color: #fff;
        background: linear-gradient(165deg, #0050f0 0%, #4c3ddc 100%);
    }

.btn-cta-secondary {
    color: #656565;
    white-space: nowrap;
    text-align: center;
    background: none;
    border: 1px solid #656565;
    border-radius: 2rem;
    padding: 1em 2em;
    font-weight: 700;
    line-height: 1;
    transition: background .2s;
}

    .btn-cta-secondary:hover, .btn-cta-secondary:active {
        color: gray;
    }

.features {
    text-align: center;
    margin-top: -60px;
    padding: 60px 2rem 110px;
    position: relative;
}

@media (min-width: 992px) {
    .features {
        margin-top: -100px;
        padding-top: 100px;
    }
}

.features-title-top {
    color: #0153fe;
    font-size: 20px;
}

@media (min-width: 768px) {
    .features-title-top {
        font-size: 29px;
    }
}

.features-title {
    color: #262262;
    margin-bottom: 90px;
    padding: 0 3rem;
    font-size: 23px;
}

@media (min-width: 992px) {
    .features-title {
        padding: 0;
        font-size: 32px;
    }
}

.features .features-boxes {
    width: 100%;
    flex-direction: column;
    place-content: stretch space-between;
    align-items: center;
    margin: 0 auto;
    display: flex;
}

@media (min-width: 992px) {
    .features .features-boxes {
        flex-direction: row;
    }
}

@media (min-width: 1200px) {
    .features .features-boxes {
        justify-content: center;
    }
}

.features .features-boxes .features-box {
    min-height: 285px;
    background: #fff;
    border: 1px solid #eaecf4;
    border-radius: 20px;
    flex: 1;
    margin-bottom: 40px;
    padding: 40px;
    position: relative;
}

@media (min-width: 992px) {
    .features .features-boxes .features-box {
        margin-bottom: 0;
    }

        .features .features-boxes .features-box + .features-box {
            margin-left: 40px;
        }
}

@media (min-width: 992px) {
    .features .features-boxes .features-box {
        max-width: 430px;
    }
}

.features .features-boxes .features-box-featured {
    z-index: 1;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 0;
    left: 10px;
    transform: translate(0, -70%);
}

@media (min-width: 992px) {
    .features .features-boxes .features-box-featured {
        width: 5rem;
        height: 5rem;
    }
}

.features .features-boxes .features-box-icon {
    margin-bottom: 1rem;
}

.features .features-boxes .features-box-title {
    color: #262262;
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: 600;
}

.features .features-boxes .features-box-desc {
    font-size: 18px;
}

.footer-wrapper {
    background-color: #0000;
    background-image: linear-gradient(#262262 0%, #1735a0 100%);
    padding-top: 90px;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: -80px;
}

    .footer-wrapper:after {
        content: "";
        height: 10px;
        background-color: #262262;
        background-image: linear-gradient(0deg, #0153fe 0% 100%);
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
    }

    .footer-wrapper .footer {
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        display: flex;
    }

@media (min-width: 992px) {
    .footer-wrapper .footer {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }
}

.footer-wrapper .footer .footer-image {
    height: 400px;
    width: 100%;
    z-index: 100;
    text-align: center;
    margin-top: -250px;
    position: relative;
    overflow: hidden;
    /*margin-left: -100px;*/
}

@media (min-width: 992px) {
    .footer-wrapper .footer .footer-image {
        height: 520px;
        width: auto;
        margin-top: -200px;
    }
}

.footer-wrapper .footer .footer-text {
    color: #fff;
    text-align: center;
}

@media (min-width: 992px) {
    .footer-wrapper .footer .footer-text {
        text-align: left;
    }
}

.footer-wrapper .footer .footer-text-top {
    margin-bottom: 1rem;
    padding: 0 5rem;
    font-size: 30px;
    font-weight: 700;
}

@media (min-width: 992px) {
    .footer-wrapper .footer .footer-text-top {
        margin: 0;
        padding: 0;
        font-size: 32px;
    }
}

.footer-wrapper .footer .footer-text-mid {
    margin-bottom: 1.5rem;
    padding: 0 5rem;
    font-size: 23px;
}

@media (min-width: 992px) {
    .footer-wrapper .footer .footer-text-mid {
        padding: 0;
        font-size: 32px;
    }
}

.footer-wrapper .footer .footer-text-bottom {
    padding: 0 3rem;
    font-size: 15px;
    line-height: 18px;
    position: relative;
}

@media (min-width: 992px) {
    .footer-wrapper .footer .footer-text-bottom {
        padding: 0 0 1.5rem;
        font-size: 18px;
        line-height: 30px;
    }
}

.footer-wrapper .footer .footer-text-bottom:after {
    content: "";
    width: 80px;
    height: 3px;
    background: #0153fe;
    margin: 2rem auto;
    display: block;
    position: relative;
}

@media (min-width: 992px) {
    .footer-wrapper .footer .footer-text-bottom:after {
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

.footer-wrapper .footer-bottomline {
    color: #fff;
    flex-direction: column;
    align-items: center;
    display: flex;
}

@media (min-width: 992px) {
    .footer-wrapper .footer-bottomline {
        flex-direction: row;
        padding: 0 120px;
    }
}

.footer-wrapper .footer-bottomline a {
    color: #fff !important;
}

.footer-wrapper .footer-bottomline .footer-phone {
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .footer-wrapper .footer-bottomline .footer-phone {
        margin: 0;
        margin-right: 10px;
    }
}

@media (min-width: 992px) {
    .footer-wrapper .footer-bottomline .footer-copy {
        margin-left: auto;
    }
}

.provider-directory.ases .top-nav {
    background-color: #97BD4F;
}

.provider-directory.ases .header-text,
.provider-directory.ases .top-nav .btn-outline:hover,
.provider-directory.ases .top-nav .btn-outline:focus,
.provider-directory.ases .top-nav .btn-outline.active {
    color: #444;
}

.provider-directory.ases .top-nav .btn-outline {
    border-color: #617934 !important;
}

.provider-directory.ases .main-header  {
    background-image: url("../img/provider-directory/ASES-background.png");
}

.provider-directory.ases .main-header .logo-left {
    background-image: url("../img/provider-directory/ASES-logo.png");
}

.provider-directory.ases .main-header .logo-right {
    background-image: none;
}

.provider-directory.ases .option .legend .step,
.provider-directory.ases .option .legend .title,
.provider-directory.ases .section-tab .icon {
    border-color: #97BD4F;
}

.provider-directory.ases .nav-tabs > li.active .theme-color, 
.provider-directory.ases .text-primary{
    color: #385BAD !important;
}

.provider-directory.ases .btn-primary, 
.provider-directory.ases .c-checkbox input[type=checkbox]:checked + span, 
.provider-directory.ases .pagination > li.active a {
    
    background-color: #385BAD !important;
    border-color: #385BAD !important;
}

.provider-directory.ases .nav.nav-pills .active > a,
.provider-directory.ases .label-primary  {
    background-color: #385BAD !important;
}

.provider-directory.ases #skiptocontent a {
	color:#444 !important;
}

/* Keyboard navigation - theme specific */
.provider-directory.ases .btn.btn-primary:focus,
.provider-directory.ases .btn.btn-primary:hover,
.provider-directory.ases .nav.nav-pills .active > a:focus,
.provider-directory.ases .nav.nav-pills .active > a:hover,
.provider-directory.ases .pagination > li.active a:focus,
.provider-directory.ases .pagination > li.active a:hover
{
    background-color: #29437E !important;
} 
.provider-directory.imd .top-nav {
    background-color: #385BAD;
}

.provider-directory.imd .header-text {
    color: #FFF;
}
.provider-directory.imd .top-nav .btn-outline:hover,
.provider-directory.imd .top-nav .btn-outline:focus,
.provider-directory.imd .top-nav .btn-outline.active {
    color: #656565;
}

.provider-directory.imd .main-header {
    background-image: url("../img/provider-directory/background.png");
}

.provider-directory.imd .main-header > div.backdrop {
    position: absolute;
    height: 300px;
    width: 100%;
    margin-top: -10px;
    padding-top: 10px;
    background: linear-gradient(rgba(255, 255, 255, 0.6), #ededed);
}

.provider-directory.imd .main-header .logo-left {
    background-image: url("../img/provider-directory/innovamd-logo.png");
}

.provider-directory.imd .main-header .logo-right {
    background-image: none;
}

.provider-directory.imd .option .legend .step,
.provider-directory.imd .option .legend .title,
.provider-directory.imd .section-tab .icon {
    border-color: #385BAD;
}

.provider-directory.imd .nav-tabs > li.active .theme-color, 
.provider-directory.imd .text-primary {
    color: #385BAD !important;
}

.provider-directory.imd .btn-primary, 
.provider-directory.imd .c-checkbox input[type=checkbox]:checked + span, 
.provider-directory.imd .pagination > li.active a {
    background-color: #385BAD !important;
    border-color: #385BAD !important;
}

.provider-directory.imd .nav.nav-pills .active > a,
.provider-directory.imd .label-primary  {
    background-color: #385BAD !important;
}

/* Keyboard navigation - theme specific */
.provider-directory.imd .btn.btn-primary:focus,
.provider-directory.imd .btn.btn-primary:hover,
.provider-directory.imd .nav.nav-pills .active > a:focus,
.provider-directory.imd .nav.nav-pills .active > a:hover,
.provider-directory.imd .pagination > li.active a:focus,
.provider-directory.imd .pagination > li.active a:hover
{
    background-color: #29437E !important;
} 
 
.provider-directory.mmm .top-nav {
    background-color: #016A70;
}

.provider-directory.mmm .header-text {
    color: #FFF;
}
.provider-directory.mmm .top-nav .btn-outline:hover,
.provider-directory.mmm .top-nav .btn-outline:focus,
.provider-directory.mmm .top-nav .btn-outline.active {
    color: #656565;
}

.provider-directory.mmm .main-header {
    background-image: url("../img/provider-directory/background.png");
}

.provider-directory.mmm .main-header > div.backdrop {
    position: absolute;
    height: 300px;
    width: 100%;
    margin-top: -10px;
    padding-top: 10px;
    background: linear-gradient(rgba(255, 255, 255, 0.6), #ededed);
}

.provider-directory.mmm .main-header .logo-left {
    background-image: none;
}

.provider-directory.mmm .main-header .logo-right {
    background-image: url("../img/provider-directory/innovamd-logo.png");
}

.provider-directory.mmm .option .legend .step,
.provider-directory.mmm .option .legend .title,
.provider-directory.mmm .section-tab .icon {
    border-color: #016A70;
}

.provider-directory.mmm .nav-tabs > li.active .theme-color,
.provider-directory.mmm .text-primary{
    color: #016A70 !important;
}

.provider-directory.mmm .btn-primary, 
.provider-directory.mmm .c-checkbox input[type=checkbox]:checked + span, 
.provider-directory.mmm .pagination > li.active a {
    
    background-color: #016A70 !important;
    border-color: #016A70 !important;
}

.provider-directory.mmm .nav.nav-pills .active > a,
.provider-directory.mmm .label-primary  {
    background-color: #016A70 !important;
}

/* Keyboard navigation - theme specific */
.provider-directory.mmm .btn.btn-primary:focus,
.provider-directory.mmm .btn.btn-primary:hover,
.provider-directory.mmm .nav.nav-pills .active > a:focus,
.provider-directory.mmm .nav.nav-pills .active > a:hover,
.provider-directory.mmm .pagination > li.active a:focus,
.provider-directory.mmm .pagination > li.active a:hover
{
    background-color: #015054 !important;
} 

.provider-directory.vital .top-nav {
    background-color: #00676C;
}

.provider-directory.vital .header-text {
    color: #fff;
}

.provider-directory.vital .top-nav .btn-outline:hover,
.provider-directory.vital .top-nav .btn-outline:focus,
.provider-directory.vital .top-nav .btn-outline.active {
    color: #00676C;
}

.provider-directory.vital .top-nav .btn-outline {
    border-color: #fff !important;
}

.provider-directory.vital .main-header {
    background-image: url('../img/provider-directory/banner-ases.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 60px;
    color: #363636;
}

    .provider-directory.vital .main-header .logo-left {
        background-image: url('../img/provider-directory/ases-mmm-logo.png');
        width: 150px;
        height: 150px;
        margin-top: -20px;
    }

    .provider-directory.vital .main-header .logo-right {
        background-image: url('../img/provider-directory/ases-vital-logo.png');
        width: 150px;
        height: 150px;
        margin-top: -20px;
    }

    .provider-directory.vital .main-header div h1,
    .provider-directory.vital .main-header div h2,
    .provider-directory.vital .main-header div h3 {
        margin-top: 45px;
    }
    .provider-directory.vital .main-header .logo-right {
    }

.provider-directory.vital .option .legend .step,
.provider-directory.vital .option .legend .title,
.provider-directory.vital .section-tab .icon {
    border-color: #00676C;
}

.provider-directory.vital .nav-tabs > li.active .theme-color,
.provider-directory.vital .text-primary {
    color: #385BAD !important;
}

.provider-directory.vital .btn-primary,
.provider-directory.vital .c-checkbox input[type=checkbox]:checked + span,
.provider-directory.vital .pagination > li.active a {
    background-color: #385BAD !important;
    border-color: #385BAD !important;
}

.provider-directory.vital .nav.nav-pills .active > a,
.provider-directory.vital .label-primary {
    background-color: #385BAD !important;
}

.provider-directory.vital #skiptocontent a {
    color: #444 !important;
}

/* Keyboard navigation - theme specific */
.provider-directory.vital .btn.btn-primary:focus,
.provider-directory.vital .btn.btn-primary:hover,
.provider-directory.vital .nav.nav-pills .active > a:focus,
.provider-directory.vital .nav.nav-pills .active > a:hover,
.provider-directory.vital .pagination > li.active a:focus,
.provider-directory.vital .pagination > li.active a:hover {
    background-color: #29437E !important;
}

.provider-directory.vital footer {
    color: black;
}

    .provider-directory.vital footer div {
        padding-left: 0 !important;
    }

        .provider-directory.vital footer div ul {
            list-style: none;
            padding-left: 0 !important;
        }

            .provider-directory.vital footer div ul a {
                text-decoration: underline !important;
            }

.provider-directory.vital div.footer-logo {
    background-image: url('../img/provider-directory/ases-footer-logo.png');
    height: 100px;
    width: 275px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
    margin-left: -20px;
}

.provider-directory.vital img.footer-button-logo {
    content: url('../img/provider-directory/ases-button.png');
    max-width: 100%;
}

.provider-directory.vital div.innova-footer {
    margin-top: 15px;
}

#maincontent {
    min-height: 450px;
}
/* ----------- Galaxy Tab 2 ----------- */

/* Portrait */
@media (device-width: 800px) and (device-height: 1280px) and (orientation: portrait) {
    .content-wrapper {
        padding: 170px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 170px;
    }
}

/* Landscape */
@media (device-height: 800px) and (device-width: 1280px) and (orientation: landscape) {
    .content-wrapper {
        padding: 55px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 60px;
    }
}

/* ----------- Galaxy Tab S ----------- */

/* Portrait */
@media (device-width: 800px) and (device-height: 1280px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .content-wrapper {
        padding: 170px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 170px;
    }
}

/* Landscape */
@media (device-height: 800px) and (device-width: 1280px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 60px;
    }
}
/* ----------- Galaxy S5 ----------- */

/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 65px;
    }
}

/* Landscape */
@media screen and (device-height: 360px) and (device-width: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 65px;
    }
}


/* ----------- Galaxy S6, S7 ----------- */

/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-min-device-pixel-ratio: 4) and (orientation: portrait) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 65px;
    }
}

/* Landscape */
@media screen and (device-height: 360px) and (device-width: 640px) and (-webkit-min-device-pixel-ratio: 4) and (orientation: landscape) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 65px;
    }
}

/* ----------- Galaxy S8 y S8+ ----------- */

/* Portrait */
@media screen and (device-width: 360px) and (device-height: 740px) and (-webkit-min-device-pixel-ratio: 4) and (orientation: portrait) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 65px;
    }
}

/* Landscape */
@media screen and (device-height: 360px) and (device-width: 740px) and (-webkit-min-device-pixel-ratio: 4) and (orientation: landscape) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 65px;
    }
}
/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait */
@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
    .content-wrapper {
        padding: 165px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 170px;
    }
}

/* Landscape */
@media only screen and (device-height: 768px) and (device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
    .content-wrapper {
        padding: 115px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 115px;
    }
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait */
@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .content-wrapper {
        padding: 165px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 170px;
    }
}

/* Landscape */
@media only screen and (device-height: 768px) and (device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .content-wrapper {
        padding: 115px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 115px;
    }
}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait */
@media only screen and (device-width: 834px) and (device-height: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .content-wrapper {
        padding: 115px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 115px;
    }
}

/* Landscape */
@media only screen and (device-height: 834px) and (device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .content-wrapper {
        padding: 115px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 115px;
    }
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait */
@media only screen and (device-width: 1024px) and (device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .content-wrapper {
        padding: 115px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 115px;
    }
}

/* Landscape */
@media only screen and (device-height: 1024px) and (device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 60px;
    }
}
/* ----------- iPhone 4 and 4S ----------- */

/* Portrait Landscape */
@media only screen and (device-width: 320px) and (device-height: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 66px;
    }
}

/* Landscape */
@media only screen and (device-height: 320px) and (device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }
    
    .banner-top-buffer {
        top: 66px;
    }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait */
@media only screen and (device-width: 320px) and (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 66px;
    }
}
/* Landscape */
@media only screen and (device-height: 320px) and (device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 66px;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait */
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 66px;
    }
}

/* Landscape */
@media only screen and (device-height: 375px) and (device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 66px;
    }
}
/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait */
@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 66px;
    }
}

/* Landscape */
@media only screen and (device-height: 414px) and (device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 66px;
    }
}


/* ----------- iPhone X ----------- */

/* Portrait */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
       top: 66px;
    }
}

/* Landscape */
@media only screen and (device-height: 375px) and (device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .content-wrapper {
        padding: 163px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 170px;
    }
}
/* ----------- iPhone XS, Max, XR ----------- */

/* Portrait */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 65px;
    }
}

/* Landscape */
@media only screen and (device-height: 414px) and (device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .content-wrapper {
        padding: 110px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 110px;
    }
}
@media only screen and (device-width:800px) and (device-height : 600px) {
    .content-wrapper {
        padding: 165px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 169px;
    }
}

@media only screen and (device-width:1024px) and (device-height : 768px) {
    .content-wrapper {
        padding: 115px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 113px;
    }
}

@media only screen and (device-width:1152px) and (device-height : 864px) {
    .content-wrapper{
        padding: 115px 20px 20px 20px;
    }
}

@media only screen and (device-width:1280px) and (device-height : 768px) {
    .content-wrapper{
        padding: 60px 20px 20px 20px;
    }
}

@media only screen and (device-width:1280px) and (device-height : 800px) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }
}

@media only screen and (device-width:1280px) and (device-height : 1024px) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }
}

@media only screen and (device-width:1366px) and (device-height : 768px) {
    .content-wrapper{
        padding: 60px 20px 20px 20px;
    }
}


@media only screen and (device-width:1440px) and (device-height : 900px) {
    .content-wrapper {
        padding: 55px 20px 20px 20px;
    }
}


@media only screen and (device-width:1600px) and (device-height : 1200px) {
    .content-wrapper{
        padding: 60px 20px 20px 20px;
    }
}


@media only screen and (device-width:1680px) and (device-height : 1050px) {
    .content-wrapper{
        padding: 60px 20px 20px 20px;
    }
}


@media only screen and (device-width:1920px) and (device-height : 1200px) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }
}


@media only screen and (device-width:1920px) and (device-height : 1080px) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }
}


@media only screen and (device-width:2650px) and (device-height : 1440px) {
    .content-wrapper {
    padding: 60px 20px 20px 20px;
    }
}

@media only screen and (device-width:3000px) and (device-height : 2000px) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }
}


@media only screen and (device-width:2256px) and (device-height : 1504px) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }
}


@media only screen and (device-width:3240px) and (device-height : 2160px) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }
}


@media only screen and (device-width:4500px) and (device-height : 3000px) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }
}

/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }
}

@media screen and (min-width: 834px) and (max-width: 1154px) {
        .banner-top-buffer {
            top: 115px;
        }
        .section-mt {
            margin-top: 135px !important;
        }
}

@media screen and (min-width: 768px) and (max-width: 833px) {
    .banner-top-buffer {
        top: 170px;
    }
    .section-mt {
        margin-top: 160px !important;
    }
}

/* --------------- Pixel 2XL ----------------- */
/* Portrait */
@media screen and (device-width: 411px) and (device-height: 823px) and (-webkit-device-pixel-ratio: 3.5) and (orientation: portrait) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 66px;
    }
}

/* Landscape */
@media screen and (device-height: 411px) and (device-width: 823px) and (-webkit-device-pixel-ratio: 3.5) and (orientation: landscape) {
    .content-wrapper {
        padding: 110px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 115px;
    }
}

/* --------------- Pixel ----------------- */
/* Portrait */
@media screen and (device-width: 411px) and (device-height: 731px)and (orientation: portrait) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 66px;
    }
}

/* Landscape */
@media screen and (device-width: 731px) and (device-height: 411px) and (orientation: landscape) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 66px;
    }
}
/* ----------- Microsoft Surface ----------- */

/* Portrait */
@media only screen and (device-width : 768px) and (device-height : 1366px) and (orientation: portrait) {
    .content-wrapper {
        padding: 170px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 170px;
    }
}

/* Landscape */
@media only screen and (device-height : 768px) and (device-width : 1366px) and (orientation: landscape) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 60px;
    }
}

/* ----------- Microsoft Surface Pro, Pro 2 ----------- */
/* Portrait */
@media only screen and (device-width : 1080px) and (device-height:1920px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
    .content-wrapper {
        padding: 115px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 115px;
    }
}

/* Landscape */
@media only screen and (device-height : 1080px) and (device-width:1920px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 60px;
    }
}


/* ----------- Microsoft Surface Pro 3 ----------- */
/* Portrait */
@media only screen and (device-width:1440px) and (device-height : 2160px) and (orientation: portrait) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 60px;
    }
}


/* Landscape */
@media only screen and (device-height:1440px) and (device-width : 2160px) and (orientation: landscape) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 60px;
    }
}


/* ----------- Microsoft Surface Pro 4, Pro 5, Pro 6 ----------- */
/* Portrait */
@media only screen and (device-width:1824px) and (device-height : 2736px) and (orientation: portrait) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 60px;
    }
}

/* Landscape */
@media only screen and (device-height:1824px) and (device-width : 2736px) and (orientation: landscape) {
    .content-wrapper {
        padding: 60px 20px 20px 20px;
    }

    .banner-top-buffer {
        top: 60px;
    }
}


