﻿.loader {
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
    margin-left: 0px;
}

    .loader:before {
        display: block;
        position: absolute;
        content: "";
        left: -200px;
        width: 200px;
        height: 4px;
        background-color: #005e92;
        animation: loading 2s linear infinite;
    }

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

body {
    margin: 0px;
    background-color: #f4f4f3;
    overflow-x: hidden !important;
}

a {
    text-decoration: none !important;
}

.highlight {
    background-color: yellow !important;
}

div.total-paginacao {
    padding: 10px 20px;
}

div.row.paginacao {
    margin-top: 30px;
}

.tituloPagina, .TituloPagina .tituloPagina {
    font-weight: bold;
    font-size: 18px;
    display: block;
    color: #29548E;
}

    .subTituloPagina, .TituloPagina .subTituloPagina {
        font-size: 12px;
        font-style: italic;
        color: gray;
        display: block;
        padding-bottom: 5px;
    }

.container {
    width: 100%;
}

.row.topo div hr {
    height: 2px;
    background: #29548E;
    margin: 0;
}

div.icons {
    padding: 0 15px;
    width: 5%;
}

    div.icons a {
        font-weight: bold;
    }

.box {
    /*background: #fafafa;*/
    margin: 0px 0px 15px 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .box h5 {
        font-size: 15px;
    }

    .box .box-content {
        padding: 10px 15px;
    }

    .box:hover {
        box-shadow: #ccc 7px 5px 0px -3px;
    }

    .box .box-header {
        font-weight: 500;
        background: #535353;
        color: #f0f0f0;
        padding: 0px 15px;
        margin: 0;
        border-radius: 5px 5px 0 0;
    }

        .box .box-header .icons {
            float: right;
            margin: 0;
            background-color: #979797;
            border-radius: 0px 5px 0 0;
        }

            .box .box-header .icons .fa {
                font-size: 15px;
                text-decoration: none;
                color: #fff;
                padding: 10px;
                border-right: 1px dashed #ccc;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

                .box .box-header .icons .fa:last-child {
                    border-right: none;
                }

        .box .box-header.invertido {
            color: #535353;
            background: white;
            border-bottom: 1px solid #dadada;
        }

            .box .box-header.invertido .icons {
                background-color: #fafafa;
                border-right: none;
                border-left: 1px dashed #ccc;
            }

                .box .box-header.invertido .icons a {
                    text-align: center;
                }

                .box .box-header.invertido .icons .fa {
                    color: #535353;
                }

                    .box .box-header.invertido .icons .fa:hover {
                        color: #3969af;
                    }

            .box .box-header.invertido h5 {
                font-weight: bold;
                text-transform: uppercase;
                color: #29548E;
            }

dl {
    margin-top: 0;
    margin-bottom: 5px;
}

    dl.horizontal dt, dl.horizontal dd {
        float: left;
        margin-right: 5px;
    }

div.descricao {
    padding-top: 10px;
}

    div.descricao textarea {
        min-height: 80px;
    }

    div.descricao label {
        color:  #535353;
        margin-left: 5px;
    }

div.box.avaliador {
    display: flex;
}

div.box-left {
    width: 30%;
    border-right: 1px solid #ccc;
    background: #3868af;
    color: white;
    border-radius: 5px 0px 0px 5px;
}

div.box-right {
    width: 70%;
    text-align: center;
}

div.ocupacao {
    padding: 12px;
    margin: 0 30px;
}

div.opcao-ocupacao {
    padding: 10px;
    display: flex;
}

div.opcao-nome {
    position: relative;
    top: 4px;
    left: 15px;
}

    div.opcao-nome span {
        font-weight: bold;
    }

.icone-ocupacao {
    width: 100%;
    padding: 30px 0px 0px 0px;
    border-radius: 10px;
    text-align: center;
    display: inline-grid;
}

    .icone-ocupacao i {
        font-size: 60px;
    }

    .icone-ocupacao span {
        font-size: 20px;
        padding: 5px 0 0 0;
    }

.check-ocupacao {
    position: absolute;
    z-index: 1;
    background: rgba(41, 84, 142, 0.62);
    width: 85%;
    border-radius: 10px;
    bottom: 23px;
    min-height: 30px;
}

    .check-ocupacao svg {
        position: relative;
        top: 3px;
        left: 10px;
        float: left;
    }

    .check-ocupacao .icon {
        width: 25px;
        height: 25px;
    }

div .feedback {
    text-align: center;
    padding: 20px 0;
}

    div.feedback a {
        font-size: 35px;
        padding: 0 30px;
        margin: 0 30px;
    }

        div.feedback a i {
            top: -1px;
            position: relative;
        }

.check-feedback {
    position: absolute;
    z-index: 1;
    padding: 20px 27px;
    background: rgba(41, 84, 142, 0.62);
    border-radius: 10px;
    width: 100px;
    left: 50%;
    left: calc(50% - 50px);
}

.icone-feedback {
    width: 100%;
    padding: 15px 0px;
    /*background: #ffffff;*/
    border-radius: 10px;
}

.icones-feedback {
    text-align: center;
    padding: 0px 80px;
    width: 20%;
    margin: 0 auto;
}

    .icones-feedback a.pessimo {
        color: #ec0c0c;
    }

        .icones-feedback a.pessimo:hover i {
        }

    .icones-feedback a.ruim {
        color: #fda400;
    }

        .icones-feedback a.ruim:hover i {
        }

    .icones-feedback a.regular {
        color: #fbcf1f;
    }

        .icones-feedback a.regular:hover i {
        }

    .icones-feedback a.bom {
        color: #5e5ede;
    }

        .icones-feedback a.bom:hover i {
        }

    .icones-feedback a.excelente {
        color: green;
    }

        .icones-feedback a.excelente:hover i {
        }

    .icones-feedback a {
    }

        .icones-feedback a i {
            font-size: 45px;
            display: block;
            margin-bottom: 0px;
        }

    .icones-feedback label {
        font-weight: normal;
        font-size: 15px;
    }

.btn {
    background: #fff;
    border-radius: 0;
    color: #535353;
    border: 2px solid #ddd;
    padding: 10px 25px;
    font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
    margin: 10px 0px 0px 0px;
    font-weight: bold;
    width: 30%;
}

    .btn .fa {
        margin-right: 15px;
    }

    .btn.disabled {
        pointer-events: unset !important;
        cursor: not-allowed;
        opacity: 0.6;
    }

img.brasao-pesquisa {
    height: 80px;
    display: inline-block;
    position: relative;
    bottom: 20px;
}

.nav-titulo {
    display: inline-block;
    margin: 0px 25px;
}

    .nav-titulo .nav-titulo-1,
    .nav-titulo .nav-titulo-2 {
        display: block;
        text-align: center;
        width: 220px;
    }

    .nav-titulo .nav-titulo-1 {
        font-size: 13px ;
        font-weight: lighter;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .nav-titulo .nav-titulo-2 {
        font-weight: bold;
        font-size: 47px;
        letter-spacing: 2px;
        text-transform: uppercase;
        line-height: 48px;
        top: 3px;
        position: relative;
    }


.botao {
    margin-top: 30px;
}

.brasao-wrap {
    margin: 20px 0;
}

.mensagem {
    margin: 20px 0;
}

    .mensagem p {
        font-size: 20px !important;
        margin: 15px 0;
    }

        .mensagem p:first-child {
            font-size: 30px !important;
        }

.dot {
    height: 25px;
    width: 25px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-block;
}

.mensagem-inicial {
    padding-top: 20px;
    color: gray;
    display: block;
    text-align: center;
}

    .mensagem-inicial span {
        font-size: 22px;
    }

.sugestao textarea {
    min-height: 100px;
}

div.row.paginacao-avaliador {
    padding-top: 20px;
}
