:root {
    --light-text: #fff;
    --light-text-alternative: #333333;
    --light-yellow: #ffc662;
    --warning: #fcb035;
    --dark-blue: #3abfd5;
    --dark: rgba(0,0,0,0.8);
    --extra-light-gray: #f2f2f2;
    --light-gray: #B3B3B3;
    --mid-gray:  #999999;
    --dark-gray: #4D4D4D;
    --text-dark: #000;
    --primary: #3abfd5;
    --error: #dc3545;
}

.brmobile{
    display: none;
}

.form-control:focus{
    outline-width: 0!important;
    box-shadow: 0 0 0 0.2rem rgb(13 110 253 / 0%) !important;
    color: #000 !important;
}

/* NEWSLETTER INPUT */
#email{
    border: none;
    width: 40%;
    line-height: 1.9rem;
    text-overline: none;
    outline: none;
}
::placeholder {
    color: var(--primary);
}

.form-control-sp::placeholder {
    color: #fcb94c!important;
}

/* FOOTER AND COPYRIGHT LINKS */
.footer a {
    color: var(--light-text-alternative);
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 400;
}
.copyright a {
    color: var(--light-gray);
    text-decoration: none;
}
.copyright {
    background-color: var(--dark-gray);
    font-size: 0.63rem;
    color: var(--light-gray);
    text-decoration: none;
    text-align: center;
}
/*BULLETS*/
.bullets li {
    margin-bottom: 0.3rem;
    padding-left: 1rem;
    font-weight: 700;
    text-align: left;
}

/* BLOG */
.blog-squares {
    width: 70vw;
    margin: 0 auto;
    position: relative;
    height: 690px;
}
.read-plus {
    border: 2px solid var(--warning);
    border-radius: 20px 20px;
    width: fit-content;
    padding: 0.2rem 1rem;
    align-self: center;
    margin-bottom: 1rem;
}

/*PRODUCT PAGES */
.product-border {
    border: 2px solid var(--primary);
    /* width: fit-content;*/
    border-top: none;
    border-radius: 1px 1px 0.5rem 0.5rem;
}

.product-img {
    border-radius: 0.5rem;
    margin-top: -1.5rem;
}

.product-col {
    text-align: -webkit-center;
}
.product-col ul {
    max-width: 19rem;
}

/*EMRPRESAS*/
.productivity {
    border-radius: 4rem 4rem;
    background-color: var(--primary);
    color: var(--light-text);
    display: flex;
    margin-bottom: 2rem;
    padding: 1rem;
}

.productivity i, .advantages i {
    font-size: 3rem;
    padding: 0.5rem 2rem;
}
.productivity p, .advantages p {
    font-size: 0.8rem;
}
.advantages {
    padding: 1rem;
    border-radius: 4rem 4rem;
    border: 4px solid var(--warning);
    display: flex;
    margin-bottom: 2rem;
}


.price-card {
    padding: 3rem 1.5rem 2rem 2rem;
    border-radius: 0.5rem;
}
.price-card span {
    float: right;
}
.price-card a {
    text-decoration: none;
}

.option {
    border: 4px solid var(--light-text);
    padding-top: 1rem;
}
.option-2 {
    border: 4px dashed var(--light-text);
    border-top: none;
    padding: 1rem 3rem;
}

.option-title {
    color: var(--warning);
    background: var(--light-text);
    border-radius: 10px 10px;
    width: fit-content;
    padding: 0.2rem 1rem;
    font-weight: bolder;
    text-align: center;
    margin: -1rem auto;
}
.options-circle {
    background: var(--warning);
    color: var(--light-text);
    border-radius: 50%;
    padding: 1.8rem 1rem;
    width: 9rem;
    font-size: 0.9rem;
    margin: auto;
}
.options-circle2 {
    color: var(--warning);
    border: 4px dashed var(--primary);
    border-radius: 50%;
    padding: 2rem;
    font-size: 0.9rem;
    width: 9rem;
    margin: 1rem auto;
}

.yellow-circle {
    background: var(--warning);
    border-radius: 50%;
    text-align: center;
    width: fit-content;
    padding: 2rem 1rem;
    position: relative;
}

.blue-circle {
    border: 4px solid var(--primary);
    color: var(--primary);
    border-radius: 50%;
    text-align: center;
    width: fit-content;
    padding: 2rem 1rem;
    margin-top: -4rem;
    margin-left: 6rem;

}
.yellow-circle-mobile {
    background: var(--warning);
    border-radius: 50%;
    text-align: center;
    width: fit-content;
    padding: 0.5rem 0.5rem;
    position: relative;
}

.blue-circle-mobile {
    border: 4px solid var(--primary);
    color: var(--primary);
    border-radius: 50%;
    text-align: center;
    width: fit-content;
    padding: 0.5rem 0.5rem;
}
/* CLOCKS AND CAROUSEL */
.fa-clock {
    font-size: 7rem;
    align-self: center;
}

.clock-1 {
    background: linear-gradient(to bottom, var(--light-text) 80%, var(--warning) 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
}

.clock-2 {
    background: linear-gradient(to bottom, var(--light-text) 52%, var(--warning) 35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
}

.sp-carousel:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.7);
}
.sp-slide{
    z-index: 1;
    text-align: left;
    position: absolute;
    padding-bottom: 16vh;
}
.carousel-item{
    max-height: fit-content;
}


.overlay-carousel:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.6;
}
.carousel-height {
    max-height: 50rem;
}
.carousel-caption {
    z-index: 2;
    top: 33%;
    right: 50%;
    text-align: inherit;
}
.carousel-item.active.clock-carousel,
.carousel-item-next,
.carousel-item-prev {
    display: flex;
}
.indicators-sp li{
    background: var(--mid-gray);
    border: 0px solid var(--mid-gray);
}
ol.carousel-indicators.logo-indicator li{
    border: 2px solid var(--light-gray);
    background: var(--light-gray);
    margin-top: 10rem;
}


.tooltip-inner {
    font-size: 0.8rem;
    background: var(--extra-light-gray);
    color: var(--dark);
    margin-left: 1rem;

}

.tooltip{
    font-size: 0.8rem;
    background: var(--extra-light-gray);
    color: var(--dark);
    margin-left: 1rem;
    max-width: 350px;
}


.table-prime p{
    margin: 0px;
}

p.fas.fa-check.sp-primary {
    color: #3abfd5;
    font-size: 1.5rem;
    font-weight: 600;
    content: "\f00c";
}

p.fas.fa-check.sp-warning {
    color: var(--warning);
    font-size: 1.5rem;
    font-weight: 600;
    content: "\f00c";
}

p.fas.fa-check.gray-text.fw-400{
    font-weight: 600 !important;
    content: "\f00c";
}

p.fas.fa-check.sp-muted{
    color: var(--mid-gray);
    font-size: 1.5rem;
    font-weight: 600;
    content: "\f00c";
}

select#exampleSelect1, select#dc_productv2, select#dc_produto, select#dc_servico, select#dc_distrito, select#bh-sl-maxdistance{
    background-image: linear-gradient(
            45deg, transparent 50%, #fff 50%), linear-gradient(
            135deg, #fff 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    color: #fff;
    background-color: var(--warning);
}

select#dc_pais {
    background-image: linear-gradient(
            45deg, transparent 50%, #fff 50%), linear-gradient(
            135deg, #fff 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    color: #fff;
}

select#dc_pais, select#aproduct, select#ps_asexo, select#ps_parentesco, select#dc_concelho{
    background-image: linear-gradient(
            45deg, transparent 50%, #54c7da 50%), linear-gradient(
            135deg, #54c7da 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 20px) calc(1em + -5px), calc(100% - 15px) calc(1em + -5px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    color: #54c7da;
}

select#ps_ameiocontactoavclinica-0, select#ps_ameiocontactoavclinica-1, select#ps_ameiocontactoavclinica-2, select#ps_ameiocontactoavclinica-3, select#ps_ameiocontactoavclinica-4, select#ps_ameiocontactoavclinica-5, select#ps_ameiocontactoavclinica-6, select#ps_ameiocontactoavclinica-7{
    background-image: linear-gradient(
            45deg, transparent 50%, #54c7da 50%), linear-gradient(
            135deg, #54c7da 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 20px) calc(1em + -5px), calc(100% - 15px) calc(1em + -5px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    color: #54c7da;
    width: 21rem;
    padding-left: 5%;
}

select {
    position: relative;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 0;
    background: inherit;
    border-bottom: 1 px solid #fff;
}

#resultadosdirectorioclinico .google_map , body.mednetwork .bh-sl-map {
    width: 100%;
    height: 580px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    display:block;
}

#resultadosmediadores .google_map {
    height:490px;
}

div#system-message-container {
    display: none;
}

.error{
    border-bottom: 0.14rem solid #dc3545 !important;
}

.invalid-feedback{
    margin-top:.25rem;
    font-size:80%;
}

div#invalidCheckemailFeedback, div#invalidCheck3Feedback, div#invalidChecktelefoneFeedback{
    margin-bottom: 5%;
    margin-top: -3%;
}

div#invalidCheckidadeFeedback {
    margin-bottom: 5%;
    margin-top: -3%;
}

div#invalidCheckpessoasnumFeedback {
    margin-bottom: 2%;
    margin-top: -2%;
}

div#invalidCheckfuncionariosFeedback, div#invalidCheckfuncionarioslessFeedback{
    margin-bottom: 5%;
    margin-top: -3%;
}

.row.testimonials {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}



/* Dropdown Button */
.dropbtn {
    background: none;
    color: white;
    font-size: 0.9rem;
    border: none;
    margin-right: 0.5rem;
}

button.dropbtn {
    outline: none !important;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: gray;
    min-width: 160px;
    color: white;
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    margin-top: 2rem;
;
}
/*

!* Change the background color of the dropdown button when the dropdown content is shown *!
.dropdown:hover .dropbtn {background-color: #3e8e41;}
*/
.pagination {
    justify-content: center;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #2c2e36;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #2c2e36;
    border-color: #2c2e36;
}


.cards-options a {
    text-decoration: none;
    color: var(--dark);
}

input[type="date"]:before {
    color: transparent;
    background: none;
    display: block;
    font-family: 'FontAwesome';
    /* This is the calendar icon in FontAwesome */
    width: 15px;
    height: 20px;
    top: 12px;
    right: 6px;
    color: #999;
}

input[type="date"] {
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}

.default-submit {
    display: none;
}

input#aEmail, input#aNome, input#aTelefone{
    width: 87%;
    border: none;
}

.tooltip-sp {
    color: var( --mid-gray);
    font-size: 1rem;
}

/*.chevron-products {
    margin-right: 1.4rem;
}*/
.fal {
    font-weight: 300 !important;
}

.table {
    margin-left: -0.5rem;
    margin-right: 8rem;
}

.navbar-toggle {
    border: none;
    background: transparent !important;

&:hover {
     background: transparent !important;
 }

.icon-bar {
    width: 22px;
    transition: all 0.2s;
}
.top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.middle-bar {
    opacity: 0;
}
.bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

&.collapsed {
.top-bar {
    transform: rotate(0);
}
.middle-bar {
    opacity: 1;
}
.bottom-bar {
    transform: rotate(0);
}
}
}

.mobilephone{
    text-decoration: none;
    color: black;
}


.isaderente{
    padding-left: 25%;
}

.homenews{
    border-radius: 0.5rem;
}
.blog-card {
    border-radius: 25px;
    max-width: 21rem;
}
.agessim{
    width: 110%;
}

p.card-text {
    padding-left: 2%;
    padding-right: 2%;
}

i.fas.fa-file-download.fa-2x {
    color: #17a2b8;
}

.button-showmobile{
    display: none;
}

.radio-toolbar {
    margin: 10px;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border-radius: 4px;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 2px dashed #444;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #bfb;
    border-color: #4c4;
}


.buttonselect {
    float: left;
    margin: 0 5px 0 0;
    /*  width: 13rem;*/
    height: 40px;
    position: relative;
    z-index: 1;
}

.buttonselect label,
.buttonselect input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.buttonselect input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.buttonselect input[type="radio"]:checked + label {
    background: var(--warning);
    color: var(--light-text);
    border-radius: 4px;
    border: none;
}

.buttonselect input[type="radio"]:checked lable{
    background: var(--warning);
    color: var(--light-text);
    border-radius: 4px;
}

.buttonselect label {
    cursor: pointer;
    z-index: 90;
    line-height: 0rem;
}

.lh-xl {
    line-height: 2rem;
}

select#aproduct, select#ps_asexo, select#ps_parentesco {
    width: 24rem;
}

body.simuladoresseguros select#aproduct {
    width: 17rem;
}

select#ps_asexo, select#ps_parentesco{
    width: 17rem;
    font-size: 0.9rem !important;
}
@media(min-width: 768px){
    select#ps_asexo, select#ps_parentesco{
        width: 16rem;
    }
}
@media(min-width: 992px){
    select#ps_asexo, select#ps_parentesco{
        width: 13rem;
    }
}
input::placeholder{
    color: #3abfd5!important;
}

.form-control{
    display: initial!important;
    color: #000000 !important;
}
/*.empresas-input{
    padding: 1px;
}*/
.empresas-input::placeholder {
    color: var(--warning) !important;
}

body.simuladores table{
    margin-right: 0rem !important;
}

body.simuladoresssl table{
    margin-right: 0rem !important;
}

body.simuladoresseguros table{
    margin-right: 0rem !important;
}

body.simuladoresseguros a.carousel-control-prev.bg-transparent.w-aut{
    margin-left: -3%;
}

body.simuladoresseguros a.carousel-control-next.bg-transparent.w-aut {
    margin-right: -3%;
}

.pl-02 {
    padding-left: 0.5rem!important;
}


.pl-02-fields {
    padding-left: 0.7rem!important;
}

.pl-03 {
    padding-left: 0.7rem!important;
}

input#qs_anome, input#qs_anif{
    color: white;
    background : var(--primary);
}

.padless{
    margin-left: -1%;
}

.pl-2seg {
    padding-left: 0.8rem!important;
}

body.simuladoresssl input#aEmail, body.simuladoresssl input#aNome, body.simuladoresssl input#aTelefone {
    width: 92.8%;
    border: none;
}

input {
    font-size: 0.9rem;
}

.fullfield{
    width: 86%;
}

option {
    font-size: 0.9rem !important;
}

.offset-md-1s {
    margin-left: 5.333333%;
}

.multiprods{
    padding-left: 11%;
}

.invalid-feedbackdd{
    width: 100%;
    color: #dc3545;
    margin-top: 0.25rem;
    font-size: 80%;
}

.redssd{
	border: 2px solid #d42020;
}

div#invalidCheckaderetFeedback {
    padding-left: 9%;
}
.checkerr.error {
    margin-bottom: 0rem!important;
}

@media only screen and (max-width: 350px) {
    select#aproduct, select#ps_asexo, select#ps_parentesco {
        width: 17rem;
    }
}
@media only screen and (min-width: 400px) {
    body.simuladores .agessim{
        width: 103% !important;
    }

    body.homepage a.carousel-control-prev.bg-transparent.w-aut {
        margin-left: -1.5%!important;
    }
    body.homepage a.carousel-control-next.bg-transparent.w-aut{
        margin-right: -1.5%!important;
    }
}
@media only screen and (max-width: 400px) {
    .agessim{
        width: 108% !important;
    }
    body.simuladores .agessim{
        width: 117% !important;
    }
    body.simuladoresssl .agessim{
        width: 117% !important;
    }
    select#ps_ameiocontactoavclinica-0, select#ps_ameiocontactoavclinica-1, select#ps_ameiocontactoavclinica-2, select#ps_ameiocontactoavclinica-3, select#ps_ameiocontactoavclinica-4, select#ps_ameiocontactoavclinica-5, select#ps_ameiocontactoavclinica-6, select#ps_ameiocontactoavclinica-7 {
        width: 24rem;
    }

}

@media only screen and (max-width: 500px) {
    body.simuladoresseguros .agessim {
        width: 95%;
    }
    .brmobile{
        display: block;
    }
    body.simuladoresseguros select#aproduct {
        width: 21rem;
    }
    select#ps_asexo, select#ps_parentesco{
        width: 19rem !important;
    }

    .insuresvant{
        margin-left: 3%;
        margin-right: 3%;
    }

    .multiprods{
        padding-left: 11%;
    }
    select#ps_ameiocontactoavclinica-0, select#ps_ameiocontactoavclinica-1, select#ps_ameiocontactoavclinica-2, select#ps_ameiocontactoavclinica-3, select#ps_ameiocontactoavclinica-4, select#ps_ameiocontactoavclinica-5, select#ps_ameiocontactoavclinica-6, select#ps_ameiocontactoavclinica-7 {
        width: 24rem;
    }
}

@media only screen and (min-width: 600px) {
    body.homepage a.carousel-control-prev.bg-transparent.w-aut {
        margin-left: -6.5%!important;
    }
    body.homepage a.carousel-control-next.bg-transparent.w-aut{
        margin-right: -6.5%!important;
    }
    .agessim{
        width: 90% !important;
    }
}

@media screen and (max-width: 768px) {
    .button-hidemobile {
        display: none;
    }
    .button-showmobile{
        display: block;
    }

}

@media only screen and (min-width: 1000px) {
    .agessim{
        width: 103% !important;
    }
}
@media (min-width: 1400px){
    .container.phone-p {
        min-height: 67vh;
    }
    select#ps_asexo, select#ps_parentesco{
        width: 18rem;
    }
}

@media only screen and (min-width: 2000px){
    .agessim {
        width: 105% !important;
    }
}



.medical-network-dropdowns {
    color: var(--light-text) !important;
}

.med-net-input {
    color: var(--primary) !important;
    border-radius: 2rem;
}

body.mednetwork #dcgeoref_form #dc_pais,
body.mednetwork #dcgeoref_form #dc_distrito,
body.mednetwork #dcgeoref_form select.concelho,
body.mednetwork #dcgeoref_form #dc_produto,
body.mednetwork #dcgeoref_form #dc_servico,
body.mednetwork #dcgeoref_form #dc_productv2,
body.mednetwork #dcgeoref_form #bh-sl-maxdistance
{
    position: relative;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 2rem;

}


body.mednetwork .resultados-pesquisa-rede{
    background: transparent;
}

body.mednetwork .bh-sl-container .bh-sl-pagination-container .bh-sl-next-prev{
    font-weight: bold;
    padding: 5px 10px;
    background: linear-gradient(45deg, rgba(255, 198, 98, 1) 0%, rgba(252, 176, 53, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc662",endColorstr="#fcb035",GradientType=1);
    border-color: #fcb035 !important;
    color: #fff !important;
}

body.mednetwork .bh-sl-container .bh-sl-pagination-container ol .bh-sl-current{
    color:rgb(252, 176, 53) !important;
}


body.mednetwork .bh-sl-container .bh-sl-pagination-container ol li{
    color: #34a7c8;
    padding: 5px 10px;
    line-height: 20px;
    font-size: 14px;
    font-weight:bold;
}

body.mednetwork .bh-sl-container .bh-sl-loc-list{
    width:100% !important;
}
/* Marker Info Window */
body.mednetwork .infoheading h3 ,body.mednetwork .gm-style-iw h3{
    color:#00839C;
    font-size: 1.1em;
}


body.mednetwork .listagemprestadoresItemTitle {
    color:#00839C;
    font-weight: bold;
}

body.mednetwork .separador {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
}

body.mednetwork .listagemprestadores{
    margin-top: 12px;
    border-right: 2px solid #004D6D;
}

body.mednetwork .resultadosprestadoresItemContent ,body.mednetwork .totalprestadores{
    padding: 10px;
}

body.mednetwork .resultadosprestadoresItemContent .resultadosprestadoresItemTitle{
    font-weight: bold;
    text-transform: uppercase;
}

body.mednetwork .scrollit {
    position: relative;
    height: 494px;
    overflow-y: auto;
    overflow-x: hidden !important;
}

body.mednetwork #resultadosdirectorioclinico .mapdiv {
    position: relative;
    overflow:hidden;
}
body.mednetwork #resultadosdirectorioclinico .map-wrap {
    /*display: none;*/
    height: auto;
    margin-top: 12px;
}
body.mednetwork #resultadosdirectorioclinico .google_map , body.mednetwork .bh-sl-map {
    width: 100%;
    height: 580px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    display:block;
}

body.mednetwork .loading-div{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.56);z-index: 999;display:none;}
body.mednetwork .loading-div img {margin-top: 20%;margin-left: 50%;}
body.mednetwork .loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


body.mednetwork .bh-sl-container .bh-sl-loc-list ul li{
    border:none;
}

body.mednetwork .bh-sl-container .bh-sl-loc-list .list-details{
    float:none !important;
    width:100% !important;
    margin-left:0 !important;
    border-top:2px solid #fff !important;
}

body.mednetwork .bh-sl-container .bh-sl-loc-list .list-focus{
    border:1px solid rgb(252, 176, 53) !important;
    background:#fcb035;
}

body.mednetwork hr{
    display:none !important;
}

/* Pagination style */
body.mednetwork  .pagination{  margin: 10px;padding-bottom: 10px;padding-top: 10px;}
body.mednetwork  .pagination li{display: inline;padding: 6px 10px 6px 10px;border: 1px solid #ddd;margin-right: -1px;background: #FFFFFF;box-shadow: inset 1px 1px 5px #F4F4F4;}
body.mednetwork  .pagination li a{text-decoration:none;color: rgb(89, 141, 235);}
body.mednetwork  .pagination li.first {border-radius: 5px 0px 0px 5px;}
body.mednetwork  .pagination li.last {border-radius: 0px 5px 5px 0px;}
body.mednetwork  .pagination li:hover{background: #CFF;}
body.mednetwork  .pagination li.active{background: #F0F0F0;color: #333;}


.goradio div {
    clear: both;
    overflow: hidden;
}

.goradio label {
    width: 100%;
    border-radius: 3px;
    font-weight: normal;
}

.goradio input[type="radio"]:empty,
.goradio input[type="checkbox"]:empty {
    display: none;
}

.goradio input[type="radio"]:empty ~ label,
.goradio input[type="checkbox"]:empty ~ label {
    position: relative;
    text-indent: 2.25em;
    margin-top: 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.goradio input[type="radio"]:empty ~ label:before,
.goradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: -13px;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
    text-align: center;
}

.goradio input[type="radio"]:hover:not(:checked) ~ label,
.goradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.goradio input[type="radio"]:hover:not(:checked) ~ label:before,
.goradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.goradio input[type="radio"]:checked ~ label,
.goradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

.goradio input[type="radio"]:checked ~ label:before,
.goradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.goradio input[type="radio"]:focus ~ label:before,
.goradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.goradio-default input[type="radio"]:checked ~ label:before,
.goradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.goradio-primary input[type="radio"]:checked ~ label:before,
.goradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.goradio-success input[type="radio"]:checked ~ label:before,
.goradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.goradio-danger input[type="radio"]:checked ~ label:before,
.goradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.goradio-warning input[type="radio"]:checked ~ label:before,
.goradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.goradio-info input[type="radio"]:checked ~ label:before,
.goradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}


.bh-sl-pagination{
    display: flex;
    list-style-type: none;
    margin-top: 1rem;
    justify-content: end !important;
}
.bh-sl-pagination li {
    padding: 0.2rem 0.9rem;
    background: var(--light-text);
    border-radius: 1rem;
    cursor: pointer;
    font-weight: 400;
    color: var(--warning);
    margin: 0 0.2rem;
}
.list-content {
    margin-bottom: 1rem!important;
}

div#invalidCheckpessoasnum3Feedback {
    margin-bottom: 2%;
    margin-top: -2%;
}

.form-control.is-invalid, .was-validated .form-control:invalid{
    background-image : url(../images/cross2.svg);
}
.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    background-image: url(../images/cross2.svg);
}
.resultadosmediadoresItemContent {
    color: #3abfd5;
    margin-bottom: 1rem!important;
}
.resultadosmediadoresItemAgenceTitle{
    font-weight: 700 !important;
}
