﻿/* 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. */
.centerDiv {
    margin: auto;
    width: auto;
    padding: 10px;
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* 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: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}


/* Sticky header styles
-------------------------------------------------- */
.sticky-header {
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color:white;
}

.body-top-padding{
    padding-top: 150px;
}


.flex-row{
    flex-direction:row;
}

.pading-right20{
    padding-right: 20px;
}

.padding1rem{
    padding:1rem;
}

.info-label{
    padding:10px;
    font-weight: 700;
}

.rcorners1 {
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding-right: 10px;
    height: 50px;
    white-space:nowrap;
}

.bd-example-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

    .bd-example-modal-lg .modal-dialog .modal-content {
        background-color: transparent;
        border: none;
    }

.logoWrapper {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('../images/favicon.png');
    width: 67px;
    height: 60px;
}

@media (max-width: 540px) {
    .logoWrapper {
        background: url('../images/favicon.png');
        width: 67px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media (min-width: 550px) {
    .logoWrapper {
        background: url('../images/logo.png');
        width: 239px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

/* memnu styles
-------------------------------------------------- */
.menu_divider {
    border-bottom: 1px solid #f4f5f8;
    height: 0;
    margin: 5px 0;
}

.menu_layer {
    background-color: #212529 !important;
    color: white !important;
}

    .menu_layer_font_color_active {
        color: white !important;
    }

.menu_layer_font_color {
    color: wheat !important;
}

a.menu_layer_font_color:hover, a.menu_layer_font_color_active:hover {
    color: white !important;
}

.menu_mobile_button{
    background-color:white;
}

/* video style*/
.video-background {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}

    .video-foreground,
    .video-background iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
}

@media all and (max-width: 600px) {
    .vid-info {
        width: 56.25%;
        padding: .5rem;
    }

        .vid-info h1 {
            margin-bottom: .2rem;
        }
}

@media all and (max-width: 500px) {
    .vid-info .acronym {
        display: none;
    }
}


.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.panel-success {
    border-color: #abe7ed !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-success > .panel-heading {
    color: #27a4b0;
    background-color: #abe7ed;
    border-color: #abe7ed;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading {
    background: #eee;
}

.panel-body {
    padding: 15px;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

.panel-warning {
    border-color: #f9e491;
}

.panel-info {
    border-color: #e0ebf9;
}