* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

.container {
    height: auto;
    min-height: 45.3%;
}

@font-face {
    font-family: 'Glyphicons Regular';
    src: url('../fonts/glyphicons-regular.eot');
    src: url('../fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/glyphicons-regular.woff') format('woff'),
    url('../fonts/glyphicons-regular.ttf') format('truetype'),
    url('../fonts/glyphicons-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Roboto', sans-serif !important;
}

.ui-datepicker-title {
    color: #000;
}

/********************************* Inicio do CSS do topo da página de login ********************************/
.navsuperior {
    background-color: #F5F5F5;
}

#brasao {
    text-align: center;
    max-width: 130px;
}

#brasao a {
    max-width: 100%;
}

#textotopo {
    font-size: 1.5em;
    color: #000;
}

@media (max-width: 770px) {
    .escondemobile {
        display: none;
    }

    .navsuperior {
        height: 250px;
        text-align: center;
    }

    #textotopo {
        text-align: center;
    }
}

@media (min-width: 770px) {
    .escondemobile {
        display: block;
    }

    .navsuperior {
        height: 150px;
    }

    #textotopo {
        float: left;
        text-align: left;
        margin-top: 3%;
    }
}

/************************************* Fim do CSS do topo da página de login ********************************/
.botaodireta {
    float: right;
}


/************************************ Rodapé *********************************************************/
footer {
    clear: both;
    width: 100%;
    background-color: #000;
    color: #FFF;
    bottom: 0px;
}

footer a {
    text-decoration: none;
    color: #FFF;
}

footer a:hover {
    color: #F00;
}

footer h4 {
    text-decoration: underline;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    #brasao_rodape img {
        float: center;
    }

    .endereco {
        float: center;
    }

    .desenvolvedor img {
        float: center;
    }

    .col-sm-3.text-right {
        text-align: left !important;
    }
}

@media (min-width: 768px) {
    #brasao_rodape img {
        float: right;
    }

    .endereco {
        float: left;
    }

    .desenvolvedor img {
        float: right;
    }
}

#brasao_rodape {
    width: 90px;
    height: 99px;
}

#brasao_rodape img {
    width: 100%;
    height: 100%;
}

.endereco {
    float: left;
    font-size: 1.0em;
    color: #FFF;
    text-align: left;
}

.desenvolvedor {
    width: 110px;
    height: 95px;
    border: none;
    float: right;
}

.desenvolvedor img {
    height: 100%;
}

.localizacao {
    width: 90px;
    border: none;
    color: #FF0014;
    font-size: 0.8em;
    text-transform: uppercase;
}

.localizacao a {
    color: #FF0014;
}

/************* Fim do rodapé **************/

small.small_file {
    color: #777;
}

.menu_bar {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
}

nav.navbar.navbar-static-top.navsuperior {
    display: flex;
    align-items: center;
}

.btn_contaiiner {
    padding: 10px;
}

.menu_brand {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .table_container {
        overflow-x: scroll;
    }
}

@media (max-width: 568px) {
    .btn_contaiiner {
        margin: 0 auto;
        padding: 0;
    }

    nav.navbar.navbar-static-top.navsuperior {
        flex-direction: column;
        padding-bottom: 20px;
        height: auto;
    }

    .menu_bar {
        margin-left: 0;
    }

}

@media (max-width: 400px) {
    .menu_brand {
        flex-direction: column;
    }
}


.container-fluid {
    width: 100%;
}


body {
    display: flex;
    flex-direction: column;
    height: unset;
    min-height: 100vh;
}

footer {
    margin-top: auto;
}


button.btn_busca_consulta {
    display: block;
    margin: 10px auto;
    color: #fff;
    border: none;
    padding: 5px 26px;
    /*margin: 10px 0;*/
    background: #189c42;
    font-weight: 500;
    border-radius: 2px;
}

.paginator {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.paginator_item {
    display: inline-block;
    margin: 0 10px;
    padding: 4px 12px;
    background: #189c42;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
}

.paginator_item:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: #30c15e;
}

.paginator_active,
.paginator_active:hover {
    background: #cccccc;
}

.pager-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.cont_form.form_consulta {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #fcfcfc;
    padding: 10px 50px 30px 20px;
    border-radius: 10px;
}

.msg_consulta-item {
    color: #856404;
    border-color: #ffeeba;
    background: #fff3cd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

h2.msg_consulta-mg {
    font-size: 1.5em;
    margin: 0;
    margin-left: 15px;
}

img.msg_consulta-img {
    height: 50px;
}


/*modal*/
.modal_box-container {
    background: rgb(0 0 0 / 82%);
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal_box-item {
    background: #fff;
    border-radius: 5px;
    padding: 2rem;
    position: relative;
}

.modal_box-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

span.modal_box-close {
    color: #fff;
    cursor: pointer;
    background: #fc0000;
    position: absolute;
    width: calc(30px + 14 * (100vw - 425px) / (1600 - 50));
    height: calc(30px + 14 * (100vw - 425px) / (1600 - 50));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bolder;
    right: -0.8rem;
    top: -1.3rem;
    z-index: 100002;
    font-size: calc(15px + 14 * (100vw - 50px) / (2500 - 50));
}


/*pagina_esic_home*/


.header_info-cont {
    display: flex;
    align-items: center;
}

.header_info-cont {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #fcfcfc;
    border-radius: 15px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.header_info-d1 {
    height: 100%;
    background: #609b6b;
    width: 8px;
    position: absolute;
    left: 0;
    z-index: 1000;
    top: 0;
}

.header_info-d2 {
    height: 100%;
    background: #fbc249;
    width: 8px;
    position: absolute;
    left: 8px;
    z-index: 1000;
    top: 0;
}

img.header_info-img {
    height: 100px;
    margin: 0 35px 0;
}

h2.header_info-h2 {
    margin: 0;
    font-size: calc(30px + 14 * (100vw - 425px) / (2500 - 50));
    font-weight: 900;
    color: #609b6b;
    border-bottom: 4px solid #fbc249;
    display: inline-block;
    margin-bottom: 20px;
}

.header_info-p {
    color: #6C6D71;
}

img.new_request-button_img {
    height: calc(20px + 14 * (100vw - 425px) / (2500 - 50));
    margin-right: 8px;
}

.new_request-button {
    font-family: 'Roboto', sans-serif !important;
    color: #fff;
    border: none;
    background: #609b6b;
    padding: 8px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: calc(9px + 14 * (100vw - 425px) / (2500 - 50));
    justify-content: center;
}

.new_request-button_email:visited {
    text-decoration: none;
    outline: none;
    color: #fff;
}

.new_request-button_email:hover {
    text-decoration: none;
    outline: none;
    color: #fff;
}

.new_request-button_email:link {
    text-decoration: none;
    outline: none;
    color: #fff;
}

.new_request-button_email {
    display: inline-flex;
}

h2.new_request-h2 {
    font-weight: 600;
    font-size: calc(17px + 14 * (100vw - 425px) / (2500 - 50));
}

hr.new_request-hr {
    width: 100%;
    margin: 10px 0;
}

.requests_control_header-cont {
    margin: 0 auto;
    margin-top: 1rem;
    font-family: 'Roboto', sans-serif !important;
    color: #fff;
    position: relative;
    border: none;
    background: #609b6b;
    border-radius: 5px;
    width: min-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

img.requests_control_header-img {
    height: calc(30px + 14 * (100vw - 425px) / (2500 - 50));
}

.requests_control_header-icon {
    background: #fbc249;
    padding: 14px;
    border-radius: 50%;
    right: -5px;
    position: absolute;
}

h2.requests_control_header-h2 {
    font-weight: 700;
    font-size: calc(11px + 14 * (100vw - 425px) / (2500 - 50));
    margin: 0;
}

.requests_control_header-cont_search {
    padding: 8px 85px 8px 30px;
}

label.requests_control-search_form_label {
    color: #8E9CA5;
    margin-top: 10px;

}

.form-control_search {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(142, 156, 165, 0.12);
    border-radius: 4px;
}

.requests_control-search {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #fcfcfc;
    border-radius: 15px;
    padding: 15px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.requests_control-cont {
    justify-content: space-between;
    display: flex;
    margin-top: 15px;
    align-items: baseline;
}

.requests_control-search {
    flex-basis: 30%;
}

.requests_control-rows {
    flex-basis: 68%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lista-pedidos_requests {
    margin-top: 20px;
}

.requests_control_header-cont {
    margin-bottom: 1rem;
}


.container_pg {
    width: 80%;
    margin: 0 auto;
}

.new_request-search_button {
    width: max-content;
    font-family: 'Roboto', sans-serif !important;
    color: #fff;
    border: none;
    background: #609b6b;
    padding: 8px 35px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    font-size: calc(9px + 14 * (100vw - 425px) / (2500 - 50));
    justify-content: center;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 10px;
}

.new_request-search_button:hover {
    text-decoration: none;
    color: #fff;
}

.new_request-search_button:link {
    text-decoration: none;
    color: #fff;
}

.new_request-search_button:focus {
    text-decoration: none;
    color: #fff;
}

.btn_index-cont {
    display: flex;
    justify-content: center;
    align-items: center;

}

form.form_pedidos_index {
    border-radius: 6.5px;
    border: solid 1px #e1dfdf;
    background: #fafafa;
    padding: 10px;
}

.field_index_search {
    margin: 15px 0;
}

.requests_control-rows_item {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #fcfcfc;
    border-radius: 15px;
    padding: 15px 35px;
}

.requests_control-rows_item.requests_control-rows_item_info {
    margin-top: 15px;
}

.requests_control-rows_item_contact-img {
    height: 50px;
    margin: 0 10px 0;
}

.requests_control-rows_item_contact-h2 {
    margin: 0;
    font-size: calc(20px + 14 * (100vw - 425px) / (2500 - 50));
    font-weight: 900;
    color: #609b6b;
    border-bottom: 4px solid #fbc249;
    display: inline-block;
    margin-bottom: 30px;

}

.info_control_rows_item-img {
    height: calc(20px + 14 * (100vw - 425px) / (2500 - 50));
}


h3.info_control_rows_item-h3 {
    font-size: calc(9px + 14 * (100vw - 425px) / (2500 - 50));
    color: #3F3F41;
    margin: 8px 0;
}

.span_ft_800 {
    font-weight: 800;
}

.space_margin_info {
    margin: 20px 0 !important;
}

img.more_info-img {
    height: calc(30px + 14 * (100vw - 425px) / (2500 - 50));
    margin-right: 10px;
}

.more_info-item {
    display: flex;
    align-items: center;
}

h2.more_info-h2 {
    font-size: calc(11px + 14 * (100vw - 425px) / (2500 - 50));
    margin: 0;
    color: #3F3F41;
}

.check_box-cont label {
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
    /* Accessible outline */
    /* Remove comment to use */
    /* &:focus-within {
         outline: .125em solid $primary-color;
    }
     */
}

.check_box-cont label input {
    position: absolute;
    left: -9999px;
}

.check_box-cont label input:checked + span {
    background-color: #d6e5d8;
}

.check_box-cont label input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em #609b6b;
}

.check_box-cont label span {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}

.check_box-cont label span:hover {
    background-color: #d6e5d8;
}

.check_box-cont label span:before {
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #609b6b;
}

.check_box-cont .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 20px;
}

hr.hr_status_header {
    margin: 0;
}

h2.steps_h2 {
    margin: 0 auto;
    font-size: calc(20px + 14 * (100vw - 425px) / (2500 - 50));
    font-weight: 900;
    color: #609b6b;
    border-bottom: 4px solid #fbc249;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: .5rem;
}

.recebimento-cont.check_box-cont {
    display: flex;
    flex-direction: column;
}

.font-800 {
    font-weight: 800 !important;
}


.info_steps-box {
    display: flex;
    align-items: center;
}

.info_steps-title {
    flex-basis: 50%;
}

.modal_info {
    z-index: 100000;
    height: auto;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.690196);
    padding-bottom: 5rem;
}

.comp_pg_legenda-h2_info {
    word-break: break-word;
}

.comp_pg-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.comp_pg-item {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #fcfcfc;
    border-radius: 15px;
    padding: 30px;
    position: relative;
    width: 100%;
}

.comp_pg_legenda-item {
    display: flex;
    align-items: center;
}

h2.comp_pg_legenda-h2 {
    font-size: calc(12px + 14 * (100vw - 425px) / (2500 - 50));
    margin: 0;
    color: #3F3F41;
    font-weight: 700;
    margin-right: 10px;
}

.comp_pg_legenda-h2_info {
    font-size: calc(11px + 14 * (100vw - 425px) / (2500 - 50));
    margin: 0;
    color: #3F3F41;
    margin-right: 10px;
}

h2.comp_pg-h2 {
    margin: 0;
    font-size: calc(20px + 14 * (100vw - 425px) / (2500 - 50));
    font-weight: 900;
    color: #609b6b;
    border-bottom: 4px solid #fbc249;
    display: inline-block;
    margin-bottom: 30px;
}

.h2_cont {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comp_pg_legenda-item {
    padding: 10px;

}

.comp_pg_legenda-item:not(:last-child) {
    border-bottom: 1px solid rgba(108, 109, 113, .2);
}

.legenda_btn-cont {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.legenda_btn-a {
    background: #609b6b;
    display: block;
    margin: 5px;
    padding: 10px 15px;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
}


a.legenda_btn-a_voltar {
    background: #406a48;

}

a.legenda_btn-a:hover {
    text-decoration: none;
    color: #ffff;
}

a.legenda_btn-a:link {
    text-decoration: none;
    color: #ffff;
}

a.legenda_btn-a:visited {
    text-decoration: none;
    color: #ffff;
}

.cont-scroll {
    overflow-x: scroll;
    width: 100%;
    max-height: 100vh;
}

form#contact {
    margin-bottom: 20px;
}

.body_hidden {
    overflow: hidden;
}

.modal_info {
    display: none;
}

.text_td {
    text-align: left;
}

.form-pesquisa {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

tr.mensagem_status {
    display: none;
}

.tr_mensagem {
    display: none;
}

.open_msg {
    display: table-row !important;
}

.mensagem_status {
    padding: 1rem;
    background: #ebebeb;
}

.slide_overflow {
    transform: translate(-23%, 0);
}

.status_min_width {
    min-width: unset !important;
}

button.btn_ver_msg {
    width: max-content;
    font-family: 'Roboto', sans-serif !important;
    color: #fff;
    border: none;
    background: #609b6b;
    padding: 8px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    font-size: calc(8px + 14 * (100vw - 425px) / (2500 - 50));
    justify-content: center;
    margin: 0 auto;
}

.message {
    font-size: calc(12px + 14 * (100vw - 425px) / (2500 - 50));
    padding: 1rem;
    border-radius: 5px;
    color: #fff;
}

.ajax_response .warning {
    text-shadow: 1px 1px #ae986b;
    background: #fbc249;
}

.ajax_response .error {
    text-shadow: 1px 1px #7c2323;
    background: #b82323;
}

.ajax_response .success {
    text-shadow: 1px 1px #425d47;
    background: #609b6b;
}

a.btn.btn-success.btn_login_pg {
    margin-right: 35px !important;
}

.width_auto {
    min-width: unset !important;
}

a.btn.btn-info.btn_home {
    border: solid 1px #487250;
    background: #609b6b;
    margin-right: .25rem;
}


/*DEFAULT LOAD*/
.ajax_load {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000000;
}

.ajax_load_box {
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-weight: 800;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.ajax_load_box_circle {
    border: 16px solid #e3e3e3;
    border-top: 16px solid #609b6b;
    border-radius: 50%;
    margin: auto;
    width: 80px;
    height: 80px;

    -webkit-animation: spin 1.2s linear infinite;
    -o-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


a.btn.btn-info.opbtn {
    position: relative;
}

ul.ul_op {
    display: none;
    right: 0;
    border-radius: 3px;
    position: absolute;
    background: #fafafa;
    border: 1px solid #b8b5b5;
    padding-left: 0;
    list-style: none;
    padding: 12px 0;
    margin-left: -12px;
    min-width: 150px;
}

a.a_op {
    font-family: 'Roboto', sans-serif !important;
    color: #fff;
    border: none;
    background: #609b6b;
    padding: 8px 35px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    FONT-WEIGHT: 600;
}

li.li_op {
    padding: 5px;
}

a.a_op:hover {
    text-decoration: none;
    color: #fff;
    background: #44694c;

}

button.btn.btn-info.opbtn {
    position: relative;
}

a.a_op:link {
    text-decoration: none;
    color: #fff;
}

a.a_op:visited {
    text-decoration: none;
    color: #fff;
}

ul.ul_op {
    top: 62%;
}


@media (max-width: 1366px) {
    .container_pg {
        width: 90%;
        margin: 0 auto;
    }

}

@media (max-width: 1280px) {
    .container_pg {
        width: 95%;
        margin: 0 auto;
    }

}

@media (max-width: 1000px) {
    .container_pg {
        width: 100%;
        padding: 0 1rem;
        margin: 0 auto;
    }

    .requests_control-search {
        padding: 15px 10px;
    }
}

@media (max-width: 800px) {
    div#brasao_rodape {
        margin: 0 auto;
    }

    .col-sm-3.sm_div {
        width: 100% !important;
        display: flex;
    }

    .desenvolvedor {
        margin: 0 auto;
        width: 110px;
        height: 95px;
        border: none;
        float: none;
    }

    .requests_control-cont {
        flex-direction: column;
    }

    .header_info-p {
        text-align: justify;
    }

    .btn_contact_box_cont {
        display: flex;
        flex-direction: column;
    }

    .requests_control-search {
        width: 100%;
        margin-bottom: 15px;
    }

    .new_request-search_button {
        font-size: calc(15px + 14 * (100vw - 425px) / (2500 - 50));
    }

    h3.info_control_rows_item-h3 {
        font-size: calc(15px + 14 * (100vw - 425px) / (2500 - 50));
        color: #3F3F41;
        margin: 8px 0;
    }

    h2.more_info-h2 {
        font-size: calc(15px + 14 * (100vw - 425px) / (2500 - 50));
        margin: 0;
        color: #3F3F41;
    }

    h2.requests_control_header-h2 {
        font-weight: 700;
        font-size: calc(18px + 14 * (100vw - 425px) / (2500 - 50));
        margin: 0;
    }

    button.new_request-button {
        font-size: calc(15px + 14 * (100vw - 425px) / (2500 - 50));
    }

}

@media (max-width: 620px) {
    .wizard ul, .tabcontrol ul {
        /*justify-content: unset !important;*/
    }
}

@media (max-width: 572px) {

    ul.ul_op {
        right: -140%;
    }

    a.btn.btn-success.btn_login_pg {
        margin-right: 0 !important;
    }

    form#contact {
        padding: 5px;
        padding-top: 15px;
    }

    .header_info-cont {
        flex-direction: column-reverse;
    }

    .header_info-legenda {
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    img.header_info-img {
        margin-top: 15px;
    }


}

@media (max-width: 400px) {
    .container_pg {
        width: 100%;
        padding: 0 .5rem;
        margin: 0 auto;
    }
}

/*pagina_esic_home fim*/


/*acessibilidade*/

body {
    --background_color: #609b6b;
    --ic_color: #fbc249;
}

.acessibilidade-cont {
    padding: 0 10px;
    background: var(--background_color);
}

.acessibilidade-item {
    align-items: center;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-end;
    padding: 10px 30px;
}

img.acessibilidade-img_brand {
    height: 30px;
    /*margin: 0 35px 0;*/
}

img.acessibilidade-options_img {
    height: 30px;
    margin: 0;
}

h2.acessibilidade_h2 {
    font-size: 17px;
}

button.acessibilidade-options_item {
    margin: 0 3px;
    background: var(--ic_color);
    border: none;
    border-radius: 2px;
}

h2.acessibilidade_h2 {
    margin: 0;
    color: #fcfcfc;
}

.acessibilidade-brand {
    display: flex;
    align-items: center;
}

.divider {
    background: #507657;
    width: 1px;
    height: 35px;
    margin: 0 10px;
}

span.category_name_step {
    line-height: 22px !important;
}

/*acessibilidade*/


.contrast .check_box-cont label input:checked + span {
    background: black;
}


.contrast,
.contrast nav,
.contrast div,
.contrast li,
.contrast ol,
.contrast header,
.contrast footer,
.contrast section,
.contrast main,
.contrast a,
.contrast aside,
.contrast #contact,
.contrast article {
    background: black !important;
    color: white !important;
}


.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6,
.contrast p,
.contrast label,
.contrast strong,
.contrast em,
.contrast cite,
.contrast q,
.contrast i,
.contrast b,
.contrast u,
.contrast span {
    color: white !important;

}

.contrast a,
.contrast .new_request-search_button span,
.contrast .new_request-button span,
.contrast .btn_panel_search span,
.contrast .btn_box-item h2,
.contrast .btn_login_pg {
    color: yellow !important;
}

.contrast button,
.contrast .btn,
.contrast .btn-sm,
.contrast .wizard > .actions a,
.contrast input[type=button],
.contrast input[type=reset],
.contrast input[type=submit] {
    background: black !important;
    color: yellow !important;
    border: 1px solid white !important;

}

.contrast img {
    filter: grayscale(100%) contrast(120%);
}

.contrast img.on-contrast-force-white {
    filter: brightness(0) invert(1);
}


.contrast input[type=text],
.contrast input[type=password],
.contrast input[type=url],
.contrast input[type=search],
.contrast input[type=email],
.contrast input[type=tel],
.contrast input[type=date],
.contrast input[type=month],
.contrast input[type=week],
.contrast input[type=datetime],
.contrast input[type=datetime-local],
.contrast select,
.contrast .table-striped > tbody > tr:nth-of-type(odd),
.contrast .requests_control_header-cont_search,
.contrast .requests_control_header-icon,
.contrast .new_request-search_button,
.contrast .btn_login_pg,
.contrast .form_pedidos_index,
.contrast .resultado,
.contrast button,
.contrast .table,
.contrast textarea,
.contrast input[type=number] {
    background: black !important;
    border: 1px solid white !important;
    color: white !important;
}

.contrast #contact {
    background: black !important;
    border: 1px solid white !important;

    color: white !important;
}

.acessibilidade-brand {
    border-top: 5px solid #fbc249;
    background: #4d7a55;
    padding: 5px;
    border-radius: 10px;
    border-bottom: 1px solid rgba(5, 58, 15, 0.27);
}

@media (max-width: 768px) {
    .acessibilidade-item {
        flex-direction: column;
    }

    .divider {
        background: #507657;
        height: 1px;
        width: 100%;
        margin: 10px 0;
    }
}


/*TOOLTIP*/
.tooltip {
    position: relative !important;

    box-sizing: border-box;
    opacity: 1 !important;
    display: unset !important;
}

.tooltip:after,
.tooltip:before {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 50%;
    box-sizing: border-box;
}

.tooltip:after {
    text-align: center;
    content: attr(data-tooltip);
    background: rgba(0, 0, 0, 0.8);
    top: 100%;
    margin-top: 22px;
    padding: 10px;
    color: #fff;
    line-height: 1.5;
    width: 150px;
    /*margin-left: -220%;*/
    left: -280%;
    border-radius: 4px;
}

.tooltip:before {
    content: "";
    top: 100%;
    margin-top: 12px;
    margin-left: -5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.8);
}

button.acessibilidade-options_item {
    outline: none;
}

.tooltip:hover:after,
.tooltip:hover:before {
    -webkit-transition: all 400ms ease 200ms;
    transition: all 400ms ease 200ms;
    visibility: visible;
    opacity: 1;
}

.tooltip:hover:after {
    margin-top: 15px;
}

.tooltip:hover:before {
    margin-top: 5px;
}


.demo:before,
.demo:after {
    font-size: 16px;
    letter-spacing: 0;
    text-transform: none;
    font-family: Arial, helvetica, sans-serif;
}


/*MOBILE MENU*/

img.mobile_menu-img {
    height: 120px;
}

.mobile_menu-cont {
    /*position: fixed;*/
    background: rgba(77, 122, 89, 0.95);
    left: 0;
    right: 0;
    top: 117px;
    bottom: 0;
    z-index: 10000;
}

h4.info_site {
    text-shadow: 2px 2px 1px rgb(54 89 63);
    font-size: 1.5em;
    color: #e6eee8;
}

a.mobile_menu-links_a {
    text-shadow: 1px 1px 1px rgba(54, 89, 63, 0.8);
    font-weight: 500;
    font-size: 1.2em;
    color: #e6eee8;

}

.img_close {
    height: 35px;
}

.mobile_menu-header {
    position: relative;
}

.close_menu {
    position: absolute;
    right: 10px;
    top: 15px;
}

.mobile_menu-links_item {
    justify-content: center;
    display: flex;
    background: rgba(77, 122, 89, 0.4);
    margin: 5px;
    padding: 6px;
}

hr.hr_mb_menu {
    border-color: rgba(255, 255, 255, 0.3);
    margin: 10px;
}

h2.mobile_menu-h2 {
    text-shadow: 1px 1px 1px rgba(54, 89, 63, 0.8);
    font-weight: 500;
    font-size: 1.2em;
    color: #e6eee8;
    margin: 10px;
}

.mb_cont {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
}

.mobile_menu-cont {
    height: 100%;
}

.mb_cont {
    overflow: hidden;
    height: 0;
}

img.img_menu {
    height: 40px;
}

.menu_btn {
    background: rgba(96, 155, 107, 0.1);
    border: 1px solid rgba(96, 155, 107, 0.3);
    border-radius: 7px;
    padding: 3px 5px;
    display: none;
    margin: 10px 20px;
}


@media (max-width: 768px) {
    .menu_btn {
        display: flex;
    }

    a.new_request-button.new_request-button_email {
        font-size: 14px;
    }

    h4.info_site {
        text-align: center;
        font-size: 18px;
        margin: 5px;
    }

    .info_site_mb {
        text-align: center;
        font-size: 18px;
        margin: 5px;
    }

    .btn_contaiiner {
        display: none;
    }
}


canvas#myChart {
    height: 22rem !important;
}

.wrapper_chart_home {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #fcfcfc;
    border-radius: 5px;
    padding: 25px 5px;
    position: relative;
    /*min-height: 25rem;*/
}

h2.icon-bar-chart {
    font-weight: 900;
    margin: 0 10px;
    color: #888;
}

hr.hr_chart {
    margin: 15px;
    opacity: .5;
    border-color: #888888;
}

img.img_chart {
    height: 30px;
    margin: 0;
}


/*painel*/


.container.container-pg_panel {
    display: flex;
    justify-content: space-between;
}


.btn_panel_search {
    font-family: 'Roboto', sans-serif !important;
    color: #fff;
    border: none;
    background: #609b6b;
    padding: 7px 12px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    justify-content: center;
    margin-left: 5px;
}

img.btn_panel_search {
    height: 21px;
    padding: 0;
}

form.form_pedidos_panel {
    display: flex;
    align-items: center;
    justify-content: center;
}

input.input-search_panel {
    border: none;
    padding: 5px;
    outline: none;
    flex: 1;
}

select.select_search_ano {
    border: none;
    padding: 5px;
    outline: none;
}

.input_search_panel {
    display: flex;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(142, 156, 165, 0.12);
    border-radius: 4px;
    margin: 5px;
    justify-content: space-between;
}

select.select_search_ano {
    border: none;
    padding: 5px;
    border-left: 1px solid rgba(142, 156, 165, 0.19);
}

hr.panel_request-hr {
    margin: 10px 15px;
}

img.requests_indicator-img {
    height: 60px;
}

.requests_indicator-info {
    display: flex;
    align-items: center;
}

.requests_indicator-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


h2.requests_indicator-h2 {
    margin: 0 10px;
    color: #888;
    font-weight: 900;
}

h2.requests_indicator-value_h2 {
    margin: 0 10px;
    color: #609b6b;
    font-weight: 900;
    font-size: 35px;
}

.requests_indicator-cont {
    padding: 15px 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #fcfcfc;
    border-radius: 5px;
    margin: 14px 0px;
}

img.btn_box-item_img {
    height: 50px;
}

a.btn_box-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #fcfcfc;
    border-radius: 5px;
    color: #888;
    font-weight: 900;
    padding: 10px;
    margin: 5px;
}

h2.btn_box-item_h2 {
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.btn_box-cont {
    display: flex;
    margin: 20px 0;
}


a.btn_box-item:hover {
    text-decoration: none;
    outline: none;
    color: #888;
}

a.btn_box-item:link {
    text-decoration: none;
    outline: none;
    color: #888;
}

a.btn_box-item:visited {
    text-decoration: none;
    outline: none;
    color: #888;
}

.btn_box-item_box {
    flex-basis: 25%;
}

.links_cont {
    margin-top: 25px;
}


.ultimas_sol-cont {
    flex-basis: 40%;
}

.main_sol-cont {
    flex-basis: 60%;
}

img.ic_ultimas-sol_info {
    height: 30px;
}


a.ultimas_sol-item:hover {
    text-decoration: none;
    outline: none;
    color: #888;

}

a.ultimas_sol-item:link {
    text-decoration: none;
    outline: none;
    color: #888;
}

a.ultimas_sol-item:visited {
    text-decoration: none;
    outline: none;
    color: #888;
}

span.span_upper {
    font-weight: 600;
    color: #4b4b4b;
    text-transform: capitalize;
}

a.ultimas_sol-item {
    display: flex;
    align-items: flex-start;
    padding: 0 15px;
    justify-content: space-between;
    border-radius: 4px;
    background: #fafafa;
    margin: 10px;
    padding-top: 15px;


}

.pendente_color_border {
    border-left: 3px solid #dd5765;
}

.pendente_color_hover:hover {
    background: rgba(221, 87, 101, .1);
}

.pendente_color {
    color: #dd5765;
}


.ultimas_sol_color_border {
    border-left: 3px solid #609b6b;
}

.ultimas_sol_color_hover:hover {
    background: rgba(96, 155, 107, .1);
}

.ultimas_sol_color {
    color: #609b6b;
}

h2.ultimas_sol-h2_protocolo_pendente {
    font-weight: 600;
    margin-top: 0;
    font-size: 16px;
}

.h2.ultimas_sol-h2_tipo {
    font-size: 16px;
}

h2.ultimas_sol-h2_tipo {
    font-size: 16px;
}

img.img_more {
    height: 15px;
}

.requests_indicator-h2 {
    text-transform: capitalize;
}

a.link_more {
    color: #888888;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 500;
}


a.link_more:hover {
    color: #666666;
    text-decoration: none;
}

a.link_more:link {
    color: #666666;
    text-decoration: none;
}

a.link_more:visited {
    color: #666666;
    text-decoration: none;
}

.container-pg_panel {
    margin: 0 auto;
    width: 95%;
    display: flex;
    justify-content: space-between;
}

.main_sol-cont {
    padding-right: 15px;
}

@media (min-width: 1800px) {
    .container-pg_panel {
        margin: 0 auto;
        width: 70%;
        display: flex;
    }
}

@media (max-width: 1280px) {
    .container-pg_panel {
        margin: 0 auto;
        width: 98%;
        display: flex;
    }
}


@media (max-width: 1080px) {
    .container-pg_panel {
        margin: 10px;
        width: unset;
        display: flex;
    }

    .main_sol-cont {
        padding-right: 0;
    }

    .container-pg_panel {
        flex-direction: column;
    }

    .main_sol-cont {
        flex-basis: 100%;
    }


    .ultimas_sol-cont {
        flex-basis: 100%;
    }

}

@media (max-width: 572px) {
    .menu_brand {
        flex-direction: column;
    }

    .btn_box-cont {
        flex-wrap: wrap;
    }

    .btn_box-item_box {
        padding-bottom: 10px;
        flex-basis: 50%;
    }

    form.form_pedidos_panel {
        flex-direction: column;
    }

    button.btn_panel_search {
        margin-top: 10px;
    }

}


td.text-center.btn_table_cont {
    min-width: 200px;
}

th.text-center {
    vertical-align: middle !important;
}

.field_label {
    margin: 0 5px;
}


a.mobile_menu-links_a:hover {
    text-decoration: none;
    color: #e6eee8;
    outline: none;
}

a.mobile_menu-links_a:link {
    text-decoration: none;
    color: #e6eee8;
    outline: none;
}

a.mobile_menu-links_a:visited {
    text-decoration: none;
    color: #e6eee8;
    outline: none;
}


.logo-header img {
    height: 100%;
}

.logo-header {
    height: 100px;
    margin-left: 35px;
}


.logo-footer img {
    height: 100%;
}

.logo-footer {
    height: 100px;
    margin-left: 35px;
}

@media(max-width: 768px){
    .logo-header {
        height: 70px;
        margin-left: 20px;
    }
}


@media(max-width: 568px){
    .media-middle-.logo-header {
        margin-left: 0;
        margin-top: 20px;
    }
}