﻿@font-face {
    font-family: SFProDisplay;
    src: url(/fonts/SFProDisplay-Regular.woff);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


body {
    font-family: SFProDisplay;
    font-size: 16px;
    background: #709ab3;
}

.navbar-default .container {
    background-color: #fff;
    border-color:#fff;
}

.listaIndex {
    font-size: 15px;
}

.cadastro {
    background-color: #fff;
    border-radius: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.botaoVoltarGravar {
    padding-top: 20px;
}

.cabecalho{
    text-align: center;
    font-weight: normal;
    font-size: 26px;
}

.nomeCadastro{
    font-weight: normal;
    font-size: 18px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gridStyle {
  border:solid 1px #CCCCCC;
  margin-right:-1px;
  padding:5px;
  text-align:center;
}

.gridStyleBackgroundDark{
  background:#EEEEEE
}

.filtroCPR, .filtroCNAB, .filtroNNumero {
    display: none;
}

.presenca {
    font-weight: normal;
    font-size: 26px;
    height: 48px;
    margin-top: 8px;
}

.grupoPresenca {
    background-color: lightgray;
    padding-bottom: 10px;
}

.hideSpinBox {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.filtroMembroContainer {
    background-color: lightgray;
    border: silver solid 1px;
    width: auto;
    padding-right: 30px;
    padding-top: 15px;
    border-radius: 10px;
}

/* Alterações no bootstrap - Início */
.navbar {
    border-radius: 12px;
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 12px;
}
.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-size: 16px;
}
.mega-dropdown-menu {
    border-radius: 12px;
}

/* Alterações no bootstrap - Fim */
