/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*.navbar {
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}*/

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #007bff
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #0066CC;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px !important;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    font-family: "Open Sans";
    font-weight: 400;
}


.content-disabled {
    color: #C0C0C0 !important;
}

.chip {
    display: inline-block;
    padding: 0 20px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    border-radius: 20px;
    font-weight: bold;
}

    .chip span {
        margin-left: -15px;
        margin-right: -15px;
        float: left;
        height: 50px;
        width: 50px;
        border-radius: 50%;
    }

.chip-red {
    background-color: #D4145A;
    color: white;
}

.top-nav {
    height: 75px;
    margin-bottom: 0 !important;
}

.top-nav-icon {
    color: black;
    margin-right: 30px;
    padding-right: 40px;
}

#tline {
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    height: 5px;
    background-color: #0066CC;
}

#bline {
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    height: 1px;
    background-color: #c0c0c0;
}

.menu {
    font-size: 15px;
    font-weight: 600;
    background-color: rgba(153, 153, 153, 0.1);
    margin-bottom: 10px;
}

#menu-icon {
    text-decoration: none;
    color: black
}

.nav-link {
    color: black
}

a.nav-link.active {
    color: #0066CC;
}

#sidebar {
    margin-top: 10px;
    will-change: transform;
    transition: transform 250ms;
}

    #sidebar li {
        padding: 16px !important;
        font-size: 16px;
        font-weight: 600;
        /*color: #3C4D6A;*/
        /*border-block: 1px solid #c0c0c0;*/
    }

.sidebar-nav {
    /*display: block;*/
    background-color: white;
    float: left;
    width: 270px;
    list-style: none;
    margin: 0;
    padding: 0;
}


.nav-item a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-item:hover {
    background-color: #F7FAFD;
}

a.nav-link-side {
    color: #3C4D6A !important;
}


    a.nav-link-side.active,
    button.nav-link-side.active {
        color: #0066CC !important;
        font-size: 16px;
        font-weight: 600;
        border-right: 2px solid #0066CC;
    }

.nav-link-side:hover, .nav-link-side:focus {
    text-decoration: none;
}

.nav-link-side {
    color: black;
    text-decoration: none;
}

#wrapper.active {
    padding-left: 10%;
}

    #wrapper.active #sidebar-wrapper {
        left: 10%;
    }

.banner {
    height: 30vh;
    margin-bottom: 20px;
}

.banner-mobile {
    width: 70vw;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1
}

.banner-img {
    width: 70vw;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
}

.btn-trocaSenha {
    position: absolute;
    top: 130px;
    left: 40px;
}

.filtro {
    text-align: -webkit-right;
}

.btn-responsive {
    margin-left: 20px;
    margin-right: 20px;
}

.recaptcha {
    color: rgba(0,0,0,.50);
}

@media screen and (max-width: 500px) {

    /*.footer div {
        left: -10vw !important;
        margin-left: 20px;
    }*/

    .banner-img {
        display: none
    }

    .banner-mobile {
        width: 100%;
        position: absolute;
        height: auto;
    }

    .btn-trocaSenha {
        top: 20px;
        left: 20px;
    }

    .filtro {
        position: static
    }

    .chip-responsive {
        position: absolute;
        bottom: 12vh;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 501px) {

    .banner-img {
        width: 100%;
        position: absolute;
    }

    .banner-mobile {
        display: none;
    }
}

@media screen and (max-width:767px ) {
    .bg {
        background-image: url('../Imagens/bg-parceiro-mobile.png') !important;
    }

    .footer div {
        left: 20vw;
    }

    footer #footer-logo {
        display: none;
    }

    .grecaptcha-badge {
        visibility: hidden;
    }

    .logo-login {
        display: none;
    }

    #title-login {
        font-size: 34px !important;
        top: 35px !important;
        right: 10px !important;
        color: #059C2F !important;
    }

    #card-login {
        left: 0px !important;
        top: 0vh !important;
    }

    .chip-responsive {
        position: absolute;
        bottom: 12vh;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .btn-atendimento {
        position: absolute;
        left: 410px;
        bottom: 65px;
    }

    .btn-trocaSenha {
        top: 20px;
        left: 20px;
    }

    /* .card-titleMobile {
        position: absolute;
        left: 100px;
        bottom: 170px;
    }*/

    .card-titleAtendimento {
        position: absolute;
        left: 70px;
        bottom: 15px;
    }

    .heading {
        align-content: center;
    }

    .filtro {
        position: static
    }

    .card-iconMobile {
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
    }

    .card-responsive {
        display: block !important;
    }

    .iconSinistro {
        margin-right: 45px;
    }

    .btn-responsive {
        display: block !important;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }



    #collapseOne .card-body div {
        margin: 0px !important;
        text-align: center
    }
}


@media screen and (min-width: 768px) {
    .recaptcha {
        display: none;
    }

}


@media screen and (max-width: 992px) {
    .menu, .breadcrumb, .breadcrumb-home, .breadcrumb-item {
        display: none !important;
    }

    .sidebar-nav {
        position: absolute;
        z-index: 1;
    }

    #sidebar {
        width: 150%;
        margin-left: -55px;
        margin-top: -15px;
    }
}

@media screen and (min-width: 993px) {
    navbar-toggler {
        display: none;
    }

    #card-login {
        left: 48vw !important;
    }
}

@media screen and (min-width: 1024px) {
    .banner-img {
        width: 63vw;
        position: absolute;
        height: auto;
    }

    .banner-mobile {
        display: none;
    }
}

@media screen and (max-width: 1065) {
    .card-responsive {
        display: block !important;
    }
}

@media screen and (min-width:1260px) {

    .banner {
        height: 40vh;
    }

    #card-login {
        left: 42vw !important;
    }
}

@media screen and (min-width:1400px) {

    .banner {
        height: 40vh;
    }

    #card-login {
        left: 38vw !important;
    }
}

@media screen and (min-width: 1366px) {

    .banner-img {
        width: 69vw;
        position: absolute;
    }

    .banner {
        height: 50vh;
    }

    .banner-mobile {
        display: none;
    }
}

@media screen and (min-width: 1440px) {
    .banner-img {
        width: 70vw;
        position: absolute;
    }

    .banner-mobile {
        display: none;
    }
}

@media screen and (min-width: 1441px) {
    .banner-img {
        width: 95%;
        left: 2vw;
        position: absolute;
    }

    .banner {
        height: 45vh;
    }

    .banner-mobile {
        display: none;
    }
}

@media screen and (min-width: 1600px) {
    .banner-img {
        width: 85%;
        left: 5vw;
        position: absolute;
    }

    .banner {
        height: 50vh;
    }

    .banner-mobile {
        display: none;
    }
}

@media screen and (min-height: 900px) {
    .banner {
        height: 45vh;
    }
}

@media screen and (min-height: 1000px ) {
    .banner {
        height: 40vh;
    }
}

@media screen and (min-height: 1200px) {
    .banner {
        height: 20vh;
    }
}

.icons {
    color: #0066CC;
    padding-left: 10px;
}

.subtitle {
    color: #13223C;
    font-size: 18px;
    font-weight: 600;
}

.phone {
    color: #13223C;
    font-size: 24px;
    font-weight: 600;
}

.title {
    color: #0066CC;
    font-weight: 700;
    font-size: 32px
}

.card-list {
    background: rgba(153, 153, 153, 0.1);
}

.card-title {
    color: #13223C;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 30px;
}

.card-home {
    border-radius: 8px;
}

.card-img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#card-login {
    background: rgba( 255,255,255, 0.9);
    /*opacity: 0.8;*/
    border-radius: 16px;
    position: relative;
    left: 42vw;
    bottom: 35px;
}

.label-geral {
    font-weight: 600;
    font-size: 14px;
}

.label-detalhe {
    font-weight: 600;
    font-size: 20px;
}

.sub-profile {
    color: #13223C;
    font-size: 15px;
    font-weight: 600;
}

#sub-login {
    color: #13223C;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

#sub-fc {
    margin-top: 10px;
    padding-bottom: 15px;
}

#sub-home {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #0066CC;
    font-size: 18px;
    font-weight: 600;
}

#segurodetalhe {
    margin-top: 30px;
    margin-bottom: 20px;
}

#cobertura {
    padding-top: 20px;
}

.thead-detalhe {
    background-color: cornflowerblue;
    color: white;
    font-size: 15px;
}

.table-detalhe {
    border-radius: 5px !important;
    border: 1px solid black;
}

#clausula {
    padding-top: 15px;
}


.spacer {
    margin-top: 7%;
}


.bg {
    background-image: url('../Imagens/bg-parceiro.png');
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

#title-login {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    position: relative;
    top: 220px;
    right: 50px;
}

.logo-login {
    position: relative;
    top: 160px;
    left: 30px;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem 0rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff !important;
    border-radius: 0.25rem;
    font-weight: bold;
    font-size: 12px;
}

.breadcrumb-home {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
    font-weight: bold;
    opacity: 0.5;
    z-index: 1;
    width: 100%;
    color: #000 !important;
    position: absolute;
    left: 0px;
    font-size: 12px;
    height: 56px;
}

/*.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}*/

.label-destaque {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}

.label-destaque-valor {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}



.grecaptcha-badge {
    visibility: hidden;
}

.api-title {
    font-weight: bold;
}

.api-description {
    font-size: large;
}

.api-url {
    font-family: monospace;
}

.api-controller {
    color: #0066CC;
    font-size: 16px;
    font-weight: 600;
}

.api-verb-post {
    background-color: #E8F6F0;
    border-color: #49cc90;
}

.api-verb-get {
    background-color: #ebf3fb;
    border-color: #61affe;
}

.api-verb-delete {
    background-color: #fae7e7;
    border-color: #f93e3e;
}

.api-verb-put {
    background-color: #fbf1e6;
    border-color: #fca130;
}

.api-schema {
    background: rgba(0,0,0,.05) !important;
}

.footer-align {
    text-align: center
}

footer {
    background-color: #44464b;
    padding-top: 60px;
    color: #fcfcfc;
    padding-bottom: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}


    footer a {
        color: #fcfcfc;
        font-weight: 500
    }

        footer a:active, footer a:focus, footer a:hover {
            color: #fcfcfc;
            text-decoration: none
        }

    footer .footer-title {
        color: #fff;
        margin-bottom: 20px;
        font-weight: 700
    }

    footer .footer-sitemap-list li {
        margin-bottom: 10px
    }

        footer .footer-sitemap-list li .pill.pill-accent {
            color: #000;
            margin-left: 10px;
            font-weight: 600
        }

    footer #footer-logo {
        height: 75px;
    }

    footer .copyright-container {
        font-size: 12px;
        padding-top: 15px;
        padding-bottom: 30px;
        text-align: center
    }

    footer #footer-legal {
        padding-left: 15%;
        text-align: center
    }

    footer .footer-desktop {
        margin-left: 9%;
        margin-right: 9%
    }

    footer #footer-social > * {
        margin: 0 15px
    }

    footer #footer-social > :first-child {
        margin-left: 0
    }

    footer .footer-legal-links > *, footer .footer-other-options > * {
        margin: 0 15px
    }

    footer .footer-other-options {
        border-left: 1px solid #fff;
        margin-left: 5px;
        padding-left: 5px
    }

    footer .footer-highlight-dis {
        border-radius: 2px;
        background-color: #0c3;
        color: #000;
        font-size: 11px;
        font-weight: 700;
        line-height: 12px;
        padding: 0 5px;
        margin-left: 4px
    }

    footer ul.footer-legal-links li {
        list-style: none;
        display: inline-block;
        padding-left: 0
    }


.card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}

.field-icon {
    float: right;
    margin-right: 15px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.api-toggle:hover .api-dropdown {
    display: block
}

