html {
  font-size: 12px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    height:100%;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    height: 100%;
}

.font-500 {
    font-weight: 500;
}

.font-700 {
    font-weight: 700;
}

.navbar-brand img {
    max-height: 30px;
}

.font-xs {
    font-size: 8px;
}

.font-sm {
    font-size: 10px;
}

.font-m {
    font-size: 12px;
}

.btn-xs {
    padding: 3px 6px;
    font-size: 10px;
}

.subheader {
    background-color:#eeeeee;
    color:#757575;
    padding: 10px 15px 10px 30px;
}

.btn-action {
    padding: 0.2rem 0.3rem;
}


#pageloader {
    background: rgba( 255, 255, 255, 0.8 );
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

    #pageloader img {
        left: 50%;
        margin-left: -32px;
        margin-top: -32px;
        position: absolute;
        top: 50%;
    }

.gs-form-label {
    font-size:12px;
}

.gs-address {
    background-color:#eee;
    border-radius:3px;
    padding:10px;
}

.gs-card-display-pessoa {
    background-color:#eee;
    border-radius:3px;
    padding:10px;
    margin-bottom: 20px;
}