

@font-face {
  font-family: 'Agenda_Medium';
  src: url('font/Agenda-Medium.ttf');
}
@font-face {
    font-family: 'Agenda_Light';
    src: url('font/Agenda-Light.ttf');
}

/* ================== ELEMENTOS GERAIS ================== */
body{
    font-family: 'Agenda_Medium' !important;
    background-color: rgb(253,253,253);
}

h1, h2, h3, h4, h5{
    font-family: 'Agenda_Medium' !important;
}

.navbar-cor{
    background-color: rgb(167,56,102);
    border-color: rgb(104,42,60) !important;
}

#barra-navegacao{
    font-family: 'Agenda_Light' !important;
}

.font-title{
    font-family: 'Agenda_Light' !important;
}

#barra-navegacao a, #barra-navegacao .glyphicon-adjust, #barra-navegacao .icone_notifi, #span_qtd{
    color: white !important;
    
}

ul.dropdown-menu, .dropdown-menu>li>a {
    background-color: rgb(167,56,102) !important;
}

.dropdown-menu>li>a:hover {
    background-color: rgb(104,42,60) !important;
}

.dropdown-toggle:focus{
     background-color: rgb(104,42,60) !important;
}

.divisor{
    background-color: white !important;
}

.menu-atual{
    background-color: rgb(104,42,60) !important;
}

.imagem-logo{
    width: 115px;
    height: 36px;
    margin-bottom: 6px;
    margin-left: 20px;
}

.nav-pills>li.active>a{
    background-color: rgb(167,56,102) !important;
}

.nav-pills>li>a{
    border: 1px solid rgb(167,56,102) !important;
}
input:checked + .slider{
    background-color: rgb(167,56,102) !important;
}

/* ================== ELEMENTOS ESPECÍFICOS ================== */
#btn_submit_index{
    font-size: 14px; 
    background-color: rgb(104,42,60); 
    border-radius: 3px; 
    padding: 7px; 
    color:white
}

#btn_professor_inicio, #btn_aluno_inicio{
    background-color: rgb(104,42,60) !important;
}

/* CRIAR TRABALHOS */
.progress-bar{ 
    background-color: rgb(167,56,102) !important;
}

#fluxo-abertura > div > div > span{
    border: 1px solid rgb(167,56,102) !important;
}

.div_btn_footer button{
     background-color: rgb(104,42,60) !important;
}

/* TRABALHOS */
#div-topo > .btn-cria-trabalho > a{
    background-color: rgb(104,42,60) !important;
}

#fluxo-abertura > .btn_iniciar_fluxo{
    background-color: rgb(104,42,60) !important;
}

#btn_criar_modelos, #btn_modal_modelos, #btn-criar-roteiro{
    background-color: rgb(104,42,60) !important;
}

/* PERGUNTAS FREQUENTES */
#modal-perguntas .page-accordion .accordion:hover, 
#modal-perguntas .page-accordion .active {
    background-color: rgb(167,56,102) !important;
}

/* RECUPERA SENHA */
#recupera .btn-enviar,
#confirma .btn-confirmar,
#troca_senha .btn-altera-senha{
   background-color: rgb(104,42,60) !important; 
}