﻿a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0366d6;
}

a.text-primary:hover {
    color: #488b99 !important;
}

.btn-primary {
    color: #fff;
    background-color: #488b99;
    border-color: #488b99;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus {
    background-color: #488b99;
    border-color: #488b99;
}

.btn-disable {
    background-color: #b7b7b7;
    border-color: #b7b7b7;
}

.btn-disable:hover, .btn-disable:not(:disabled):not(.disabled):active {
    background-color: #b7b7b7;
    border-color: #b7b7b7;
}

.text-primary {
    color: #488b99 !important;
}

.text-primary-dark {
    color: #5f797e !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.text-secondary {
    color: #4d595b;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 95px;
    color: #010101;
    overflow-x: hidden !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 95px; /* Vertically center the text there */
}

.index-card, .grey-card {
    background-color: #f0f0f0;
}

.index-card {
    opacity: .3;
}

.index-card:hover {
    opacity: 1;
}

.index-card-img {
    height: 100px;
    max-width: 80%;
}

table {
    margin: 0 !important;
    overflow: hidden;
    border-radius: 5px;
}

table > tbody > tr > th, table > tbody > tr > td {
    vertical-align: middle !important;
    border: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 30px;
}

table > thead > tr > th, table > tbody > tr > td {
    vertical-align: middle !important;
    border: 0 !important;
    color: white;
    background-color: #5f797e;
    height: 30px;
}

.table-blue, .table-light-blue, .table-green-blue {
    text-align: center;
    width: 80px;
}

.table-blue {
    background-color: #2472b9;
}

.table-light-blue {
    background-color: #00a9cb;
}

.table-green-blue {
    background-color: #53c3be;
}

.table-circle {
    width: 82px;
    height: 82px;
    position: absolute;
    background: inherit;
    border-radius: 50px;
    vertical-align: middle;
    top: -35px;
    margin-left: -12px;
    padding-top: 25px;
    border-bottom: 3px solid rgba(0,0,0,.125);
}

@font-face {
    font-family: BodoniURW;
    src: url(../fonts/Bodoni.woff);
}

.f-bodoni {
    font-family: BodoniURW !important;
}

@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf);
}

.f-roboto-light {
    font-family: Roboto-Light !important;
}

@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-Medium.ttf);
}

.f-roboto-medium {
    font-family: Roboto-Medium !important;
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
}

.f-roboto-regular {
    font-family: Roboto-Regular !important;
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
}

.f-roboto-bold {
    font-family: Roboto-Bold !important;
}

@font-face {
    font-family: MyriadPRO-Regular;
    src: url(../fonts/MYRIADPRO-REGULAR.woff);
}

.f-myriad-regular {
    font-family: MyriadPRO-Regular !important;
}