﻿@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;0,800;1,400&display=swap");
[v-cloak] {
    display: none;
}

body {
    font-family: "Open Sans", sans-serif;
}

a {
    color: #11324D;
}

h2 {
    border-left: 3px solid;
    padding: 5px;
    padding-left: 10px;
    background: #eee;
}

#bg-right {
    position: absolute;
    top: 56px;
    z-index: -1;
    right: 0;
    display: none;
}

@media screen and (min-width: 1860px) {
    #bg-right {
        display: block;
    }
}

/* Table */
.table .thead-brand-primary {
    border: 1px solid;
}

.table .thead-brand-primary th {
    color: #fff;
}

th, td {
    vertical-align: middle !important;
}

/* Forms and Buttons*/
.btn-brand-primary {
    color: #fff;
}

.btn-brand-primary:hover {
    background-color: #fff;
}

.btn-brand-primary:focus {
    box-shadow: none;
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
}