@import 'steps.css';
@import 'informacoes-medicas.css';
@import 'dados-pessoais.css';
@import 'dados-dependentes.css';
@import 'aceites.css';
@import 'bens-valores.css';
@import 'confirmacao-aceitacao.css';
@import 'frame-validar-etapa.css';
@import 'nova-home.css';
@import 'aguardando-triagem.css';
@import 'laudos-medicos.css';
@import 'agendamentos-presenciais.css';




/*tela de loading*/

.c-loader {
  animation: is-rotating 1s infinite;
  border: 6px solid #e5e5e5;
  border-radius: 50%;
  border-top-color: #0c326f;
  height: 50px;
  width: 50px;
}

@keyframes is-rotating {
  to {
    transform: rotate(1turn);
  }
}



.container-feedback-sign {
    text-align: center;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.title-sign {
    color: #373737;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

/* Tela home */

#homepage-box { 
  margin: auto;
  width: 90%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
  padding: 25px 50px;
}

.homepage-box {
    margin: auto;
    width: 90%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
    padding: 25px 50px;
}

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

.box-home-info {
    margin-left: 50px;
}

@media (max-width: 600px) {
    .div-box-home {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .box-home-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 0px;
    }

    .info-text {
        text-align: center;
    }
}

/* KPI Visualizador */

.container_home {
  display: flex;
}

.square_home {
  display: flex;  
  width: 240px;
  height: 220px;
  margin-right: 15px;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000045;
  border-radius: 4px;
  opacity: 1;
  flex-direction: column;
  align-items: center;
  margin-left: 1%;
margin-top: 2%;
}

.decrição_filtros_kpi{
  text-align: left;
  font: normal normal 600 16px/18px Rawline;
  letter-spacing: 0px;
  color: #565656;
  opacity: 1;
  padding-left: 3%;
  padding-right: 4%;
  
}

.imagem_filtro_kpi_home{
    margin-bottom: 20px;
    width: 200px;
}

.valores_filtros_kpi_home{
    margin-bottom: 17px;
    width: 200px;
    height: 28px;
    display: flex;
    justify-content: flex-start;
    margin-left: 3%;
}

.titulo_filtro_kpi_home{
    margin-top: 5px;
}

.square_home_sucundaria{
    display: flex;
    margin-top: 19px;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
}

.valoes_pesquisa_home_kpi{
    font: normal normal bold 32px/23px Rawline;
letter-spacing: 0px;
color: #4A4A4A;
opacity: 1;
}

/* Container de pesquisa  */

.container_home_pesquisa{
    display: flex;
    margin-top: 30px;
}

.btn_pesquisa_home{
    display: flex;
    align-items: center;
    height: 123px;
}

.div_btn_limpar_pesquisa_home{
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.div_btn_filtrar_pesquisa_home{
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 15px;
}

span.k-dropdown-wrap.k-state-default {
    height: 38px;
    border: 1px solid #cccccc;
}

.k-dropdown-wrap > span.k-input.ng-scope {
    line-height: 1.2;
    text-indent: 0;
}

b.asterisco {
    font-size: 30px;
    line-height: 0px;
    color: red;
    font-weight: 900;
}

#main-nav-bar.crn-navigator-horizontal {
    position: initial !important;
}

#main-view.container-fluid {
    padding-top: 20px !important;
}

.k-checkbox:checked+.k-checkbox-label:before, .k-checkbox:indeterminate+.k-checkbox-label:before, .k-checkbox:checked+.k-checkbox-label:after, .k-checkbox:indeterminate+.k-checkbox-label:after {
    background: #0B326F !important;
}

.k-link,
.k-icon:hover {
    cursor: pointer !important;
}

td.aprovado {
  color: #78A82F !important;
}
td.desaprovado {
  color: red !important;
}

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