/* 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. */

/* Interaction matrices */

.InteractionMatrixContainer {
    border: 30px solid black;
    border-image: url(/media/BorderThick3.png) 180;
    margin-bottom: 20px
}

.FancyBorder {
    border: 30px solid black;
    border-image: url(/media/BorderThick3.png) 180;
}


.InteractionMatrixTable {
    text-align: center;
    margin: 50px auto;
}

.InteractionMatrixTable td, .InteractionMatrixTable th {
    padding: 5px
}

.RightCellBorder {
    border-right: 1px solid black;
}

.DownCellBorder {
    border-bottom: 1px solid black;
}

.InnerMatrixCell {
    border: 1px dashed black;
}

/* Charts */
.SetChartsContainer {
    border: 30px solid black;
    border-image: url(/media/BorderThick3.png) 180;
    margin-bottom: 10px
}



.HistoryChartContainer {
    border: 30px solid black;
    min-width: 1050px;
    border-image: url(/media/BorderThick3.png) 180;
    margin-bottom: 10px
}


.HistoryChartWrapper {
    height: 550px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.SetChartCanvas {
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}

/*Hovercards*/
.HoverCardDiv {
    opacity: 0;
    margin: auto;
    bottom: 10px;
    right: 10px;
    position: fixed;
}

.tablerow:hover th .HoverCardDiv {
    opacity: 1;
}

/* Navlinks */

.clickable {
    cursor: pointer;
}

a.nav-link.active {
    border-radius: 2px;
    background: #e5e5e5;
}

/*Tables*/
.TableTopBorder {
    border-top: 3px solid black;
}

.TableBottomBorder {
    border-bottom: 3px solid black;
}

.TableCardIcon {
    opacity: 0;
    width: 40px;
}

/*Layout*/
.dropdownIcon {
    position: absolute;
    margin-top: 2px;
    margin-left: 3px;
}

.dropDownLink {
    padding-left: -6px;
}

/*Cards*/
allcards {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

card-border {
    display: block;
    border: 30px solid black;
    border-image: url(/media/BorderThick3.png) 180;
    margin: 3px;
}

card {
    display: block;
    margin: -10px -30px -30px -30px;
    width: 350px;
    padding: 0px 5px 5px 5px;
    pointer-events: none;
}

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;
}

body {
    min-width: 768px;
}

@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;
    line-height: 60px; /* Vertically center the text there */
}


/*Defaults*/

@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');



html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

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

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}