@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');

html {
  font-size: 14px;
}

@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%;
}

body {
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    background-color: #f5f5f5;
}

a {
    color: #03475b;
    text-decoration: none;
}

.page-content-wrapper {
    padding: 20px 0px 20px 0px;
}

.page-header-wrapper {
    padding-top: 15px;
    border-bottom: 1px solid #ddd;
}

h4, h3, h2, h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    border: none;
    color: #03475b;
    margin-top: 5px;
}

table th {
    font-weight: 500;
    background-color: #fcfcfc;
    color: #03475b;
}

.ad-f-w-500 {
    font-weight: 500;
}

.ad-f-w-600 {
    font-weight: 600;
}