﻿/*ícones Mosaico */
.mosaico_ico_acomp_solic {background-image: url('images/mosaico/solicitacoes.png');}
.mosaico_ico_alunos {background-image: url('images/mosaico/alunos.png');}
.mosaico_ico_classe {background-image: url('images/mosaico/classe.png');}
.mosaico_ico_historico {background-image: url('images/mosaico/historico.png');}
.mosaico_ico_matricula {background-image: url('images/mosaico/matricula.png');}
.mosaico_ico_trancamento {background-image: url('images/mosaico/trancamento.png');}
.mosaico_ico_turma {background-image: url('images/mosaico/turma.png');}
.mosaico_ico_vagas {background-image: url('images/mosaico/relatorio_vagas.png');}
.mosaico_ico_avl_curricular {background-image: url('images/mosaico/avaliacao_curricular.svg'); }
.mosaico_ico_atv_extracurricular {background-image: url('images/mosaico/atividade_extracurricular.svg');}

.bt_etiqueta {
    background: #DBDBDB url('images/Academico/etiqueta.png') no-repeat 3px center;
    padding-left: 26px !important;
    color: #333;
    border: none;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    font-size: 13px;
    font-family: inherit;
    display: inline-block;
    height: 37px;
    padding: 1px 12px 0 12px;
    overflow: visible;
    cursor: pointer !important;
    line-height: 18px;
    text-align: center;
    text-decoration: none !important;
}

.fileinput-button input {
    position: absolute;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    direction: ltr;
    cursor: pointer;
  }

    .bt_etiqueta:hover {background-color: #E8E8E8;}
.search_leitor span {
    left: 10px !important;
    top: 3px !important;
}

/* Popup estilo de etiqueta */
.estiloetiqueta_alinhar {
    background: rgba(0, 0, 0, 0) url('images/Academico/alinhar.png') no-repeat 0 0;
    width: 65px;
    height: 101px;
    display: block;
}

/* Adicionar scroll vertical em campos de DW marcados com scroll-y */
textarea[scroll-y] { 
  overflow-y: auto;
  resize: none;
}

.pacote-nao-grade { color: #FF0000 !important; }

.area-tela-scroll-popup{
    overflow: scroll !important;
    max-height:200px !important;
}

.mosaico_bloco:nth-child(9) {
    background: #A215B1;
}
.mosaico_bloco:nth-child(10) {
    background: #15B88D;
}

/* Blocos cujo conteúdo deve quebrar linha */
.mosaico_bloco:nth-child(7) > .mosaico_bloco_cont,
.mosaico_bloco:nth-child(9) > .mosaico_bloco_cont,
.mosaico_bloco:nth-child(10) > .mosaico_bloco_cont {
    height: 75px;
}
.mosaico_bloco:nth-child(7) > .mosaico_bloco_tit,
.mosaico_bloco:nth-child(9) > .mosaico_bloco_tit,
.mosaico_bloco:nth-child(10) > .mosaico_bloco_tit {
    line-height: normal;
}

.mosaico_bloco_tit {
    text-indent: 0 !important;
    margin-left: 10px;
    width: 95% !important;
}

/* Blocos que não devem mais ser largos */
.mosaico_bloco:nth-child(1), .mosaico_bloco:nth-child(7) {
    width: 130px !important;
}
