﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

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

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

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

/* 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 {
    font-family: "Roboto", sans-serif;
    height: 100%;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.d-flex {
    display: flex;
}

.justify-content-around {
    justify-content: space-around;
}

.bg-teal {
    background-color: #00B2A9;
}

.color-white {
    color: #fff;
}

.color-teal {
    color: #00B2A9;
}

.font-weight--md {
    font-weight: 500 !important;
}

.font-weight--bold {
    font-weight: 700 !important;
}

.br-3 {
    border-radius: 3px;
}

.br-10{
    border-radius: 10px;
}

.color-light-gray {
    color: #7B7B7B;
}

.color-dark-gray {
    color: #222222;
}

.color-gray {
    color: #626262;
}

.w-50{
    width: 50% !important;
}

.bg-gray{
    border: 1px solid #7B7B7B;
}

.bg-light-gray {
    border: 2px solid #F1F1F1;
}

.event-box {
    box-shadow: 0px 16px 24px 2px rgba(0,0,0,0.14), 0px 6px 30px 5px rgba(0,0,0,0.12), 0px 8px 10px -7px rgba(0,0,0,0.2);
}

.text--md-lg{
    font-size: 1.25rem;
}

.f-14{
    font-size: 14px;
}

.f-12{
    font-size: 12px;
}

.f-10{
    font-size: 10px;
}

input.input-validation-error,
textarea.input-validation-error,
.btn-group.input-validation-error {
    border: 1px solid #dc3545;
}

.valid+.field-validation-error {
    display: none;
}

::-webkit-input-placeholder {
    color: #7B7B7B !important;
}

.form-control{
    border-radius: .15rem !important;
}

.submit-btn:hover {
    color: #fff;
    background-color: #008c85;
}


::-webkit-input-placeholder {
    color: #AAAAAA !important;
}

::-moz-placeholder {
    color: #AAAAAA !important;
}

:-ms-input-placeholder {
    color: #AAAAAA !important;
}

::-ms-input-placeholder {
    color: #AAAAAA !important;
}

::placeholder {
    color: #AAAAAA !important;
}

.event-desc-box img {
    max-width: 100%;
}

div.multiselect-container.dropdown-menu.show {
    text-overflow: ellipsis;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 350px;
}