﻿*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@page {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
/* 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. */

/*INICIO alertas----------------------------------------------------*/
.alerta {
    display: flex;
    justify-content: center;
    padding: 10px;
    border: 1px solid gray;
    border-radius: 3px;
    margin: 10px;
    font-size: 14px;
}

.sucesso {
    display: flex;
    justify-content: center;
    border-color: #87c940;
    color: black;
    background-color: #a0d468;
}

.error {
    display: flex;
    justify-content: center;
    border-color: #e8273b;
    color: black;
    background-color: #ed5565;
}

.atencao {
    display: flex;
    justify-content: center;
    border-color: #f4a911;
    color: black;
    background-color: #f6bb42;
}
/*FIM alertas----------------------------------------------------*/

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.container_header_index {
    margin: 0;
    display: flex;
    justify-content: center;
    /*background-color: #743862;*/
}

.brasao_pequeno{
    display:none;
}

.navbar-sead {
    padding: 0 !important
}

    .navbar-sead .navbar-top {
        height: 80px;
       /* background-color: #363636*/
    }

    .navbar-sead .navbar-bottom {
        height: 58px;
        /*background-color: #d5242e;*/
        /*border-top: 2px solid #dee2e6*/
    }

    .navbar-sead img {
        width: 460px;
        height: auto;
        margin: 0 auto; /* Centraliza horizontalmente */
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 100px;
        /*position: absolute;
        top: 30px;
        left: 200px*/
    }

    .navbar-sead .container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .navbar-sead .navbar-top, .navbar-sead .navbar-bottom {
        width: 100%;
    }



/*.layoutavaliacao{
    display: flex;
    justify-content: space-around;
    padding: 0;
    
}

.bandeira {
    width: 150px;
    height: 112px;
    position: relative;
}

@media screen and (max-width: 600px) {
    .bandeira {
        width: 100%;
        height: 30px;
    }
    .icone_do_aviso {
        display: none;
    }
}*/
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}



.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
-------------------------------------------------- */

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #f0f0f0;
    font-family: 'Arial Rounded MT';
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 35px; /* Vertically center the text there */
    background-color: #363636;
}

.container-footer {
    display: flex;
    justify-content: center;
    color: white;
}

select {
    background-color: white;
    color: #000099;
    border-radius: 30px;
}

#filtrar {
    border-radius: 30px;
    background-color: #0099ff;
    margin: 10px 10px;
}

form {
    background-color: #fff;
}

    form[method=get] {
        margin: 10px 0;
        border-radius: 30px;
    }

.flex-row {
    display: flex;
    margin: 20px 0;
}

.card {
    border-radius: 15px;
    background-color: #0099ff;
    width: 100%;
    margin: 0 5px;
    color: #fff;
    box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.3);
}

.card-subtitle {
    margin: 10px 0 0 0;
}

#avaliacao_servico {
    margin-top: 40px;
}

#grafico-card {
    background-color: #fff;
    height: auto;
    box-shadow: 5px 3px 1px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 5px 3px 1px rgba(50, 50, 50, 0.2);
}

    #grafico-card h5 {
        color: #0099ff;
    }

#grafico {
    display: flex;
    justify-content: center;
    height: 300px;
}

#grafico-pizza {
    display: flex;
    justify-content: space-around;
    height: 600px;
}


#azul {
    color: #fff;
    height: 150px;
}

#estrelas {
    display: flex;
}

    #estrelas label {
        display: flex;
        color: #777;
    }

    #estrelas input[type=radio] {
        display: none;
    }

    #estrelas label i.fa {
        font-size: 2.5rem;
        align-self: center;
    }

        #estrelas label i.fa:before {
            content: '\f005';
            color: #FC0;
        }

    #estrelas input[type=radio]:checked ~ label i.fa:before {
        color: #CCC;
    }

form h6 {
    color: #000099;
    margin: 5px 10px
}

.text-right input[type=submit] {
    border-radius: 30px;
}

#justificativa div {
    margin: 10px 0;
}

textarea {
    margin: 10px 10px;
    width: 100%;
}

.justificativa-desactive {
    border-radius: 30px;
    background-color: #f0f0f0;
    color: #000;
}

.justificativa-active {
    border-radius: 30px;
    background-color: #ffc107;
}

#justificativa .btn:hover {
    background-color: #ffc107;
}

#justificativa label {
    cursor: pointer;
}

#justificativa {
    display: none;
}

.show {
    display: inline-block;
}

#justificativa input[type=checkbox] {
    visibility: hidden;
}

#botao_enviar_avaliacao {
    display: flex;
    justify-content: end;
}

.botao-criar-avaliacao {
    display: flex;
    justify-content: end;
}

/*FOOTER*/
.container-footer {
    white-space: normal;
}

/*Site de Detalhes visualizacao */
#dadosMediaProtocolo {
    margin-bottom: -20px;
}


/*-------------------------Estrelas da média--------------------------------*/
.star {
    font-size: x-large;
    width: 14px;
    display: inline-block;
    color: gray;
}

    .star:last-child {
        margin-right: 0;
    }

    .star:before {
        content: '\2605';
    }

    .star.on {
        color: gold;
    }

    .star.half:after {
        content: '\2605';
        color: gold;
        position: absolute;
        margin-top: -36px;
        margin-left: -7px;
        width: 10px;
        overflow: hidden;
    }

@-moz-document url-prefix() {
    .star.half:after {
        content: '\2605';
        color: gold;
        position: absolute;
        margin-top: 0px;
        margin-left: -20px;
        width: 10px;
        overflow: hidden;
    }
}
/*        --------------------MEDIA SCREENS-----------------------*/
@media only screen and (max-width: 1024px) {

    .navbar-sead img {
        left: 160px
    }
}

@media screen and (max-width: 820px) {
    .navbar-sead img {
        left: 120px
    }

    #dadosMediaProtocolo {
        margin-bottom: -10px;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 16px;
    }

    .navbar-sead img {
        left: 100px
    }

    .navbar-nav {
        display: block;
        flex-direction: column;
        width: 100%;
    }

    .nav-link .btn {
        width: 100%;
    }

    #grafico {
        
        height: 250px;
    }

    #grafico-pizza {
        
        height: 600px;
    }
}

@media screen and (max-width: 600px) {
    .navbar-sead img {
        left: 80px
    }

    .navbar-nav {
        display: block;
        flex-direction: column;
        width: 100%;
        
    }

    .nav-link .btn {
        width: 100%;
    }

    .container-footer {
        white-space: normal;
        font-size: 14px;
        text-align: center;
    }

    #tabela_govbr {
        padding-bottom: 50px !important;
    }

    .brasao_pequeno {
        display: block;
        width: 150px !important;
        margin-left: 0 !important;
    }

    .navbar {
        background-color: white !important;
    }

    .brasao_normal{
        display:none;
    }

}

@media screen and (max-width: 480px) {
    .navbar-sead img {
        left: 40px
    }

    .navbar-nav {
        display: block;
        flex-direction: column;
        width: 100%;
    }

    .nav-link .btn {
        width: 100%;
    }

    #grafico-pizza {
        height: 400px;
    }

    /*.star {
        width: 16px;
    }
        .star.half:after {
            margin-left: -16px;
            width: 8px;
        }
*/

}

@media screen and (max-width: 350px) {
    .star {
        font-size: larger;
        width: 12px;
        display: inline-block;
        color: gray;
    }



        .star:before {
            content: '\2605';
        }

        .star.on {
            color: gold;
        }

        .star.half:after {
            content: '\2605';
            color: gold;
            position: absolute;
            margin-left: -6px;
            margin-top: -29px !important;
            width: 9px;
            overflow: hidden;
            -webkit-appearance: none;
        }
    /*Propriedades para o navegador Firefox*/
    @-moz-document url-prefix() {
        .star.half:after {
            content: '\2605';
            color: gold;
            position: absolute;
            margin-top: 0px !important;
            margin-left: -17px;
            width: 9px;
            overflow: hidden;
            -webkit-appearance: none;
        }
    }
}
