﻿@font-face {
    font-family: OpenSans-Semibold;
    src: url('../open-sans-fonts/open-sans/Semibold/OpenSans-Semibold.ttf') format('truetype'), url('../open-sans-fonts/open-sans/Semibold/OpenSans-Semibold.woff');
}

/* 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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 40px;
    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
-------------------------------------------------- */
.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 */
}

.table1 td {
    padding: 0.30rem;
}

.table1 thead {
    background-color: slategrey;
    color: white;
    font-size: 13px;
    font-weight: 500;
}

.table1 tbody {
    font-size: 12px;
    font-weight: 500;
    vertical-align: middle;
}

table1 tbody tr:hover {
    background-color: #13326b;
    color: #ffffff;
    text-shadow: 1px 2px #000000;
    box-shadow: 0px 0px 10px #ff0000;
    -webkit-box-shadow: 0px 0px 10px #ff0000;
    -moz-box-shadow: 0px 0px 10px #ff0000;
}

.title-sm {
    color: #00a4b9;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 10px;
}

.title-md {
    color: #00a4b9;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.title-lg {
    color: #00a4b9;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

.title-lg-blue {
    color: #038ac3;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.title-lg-black {
    color: black;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

.borderleftRed {
    border-left-width: 2px;
    border-left-color: red;
    border-left-style: solid;
}

.borderleftStealblue {
    border-left-width: 2px;
    border-left-color: steelblue;
    border-left-style: solid;
}

label {
    font-weight: 500;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.redman {
    color: red;
    font-weight: bold;
}

.strongLabel {
    font-weight: 500 !important;
    vertical-align: middle !important;
}

.table {
    width: 100%;
    margin-bottom: 0px;
    color: #212529;
}

a {
    text-decoration: none !important;
}

.tabelHilighted tbody tr.highlight td {
    background-color: #D8F0F3;
    /*background-color: lightblue;*/
    /*background-color: lightgreen;*/
}

.font-xxsmall {
    font-size: 11px;
    font-weight: 500;
}

.font-xsmall {
    font-size: 12px;
    font-weight: 500;
}

.font-small {
    font-size: 13px;
    font-weight: 500;
}

.font-medium {
    font-size: 14px;
    font-weight: 500;
}

.font-large {
    font-size: 20px;
    font-weight: 500;
}

.font-xlarge {
    font-size: 24px;
    font-weight: 500;
}

.font-xxlarge {
    font-size: 30px;
    font-weight: 500;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.CRCColor {
    background-color: #06849a;
}
