﻿@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

body, p, b, a, i, td, select, textarea, select, input, button {
    font-family: "Open Sans";
}

h2{
    margin: 0;
    padding-top: 12px;
    padding-bottom: 6px;
}

td {
    vertical-align: top;
}

body, p, td, select, textarea, select, input, button {
    color: #000000;
}

h1, h2, h3 {
    font-family: "LFTEtica-Book.woff2", "Open Sans", sans-serif;
}

header, nav {
    background-color: #ffffff;
    color: #26524D;
}

.navbar-brand, .nav-link {
    color: #063f5c;
}

.navbar-brand {
    font-weight: bold;
}

label {
    width: 250px;
    display: inline-block;
    vertical-align: top
}

textarea {
    width: 500px;
    height: 150px;
}

html {
    height: 100%;
    font-weight: normal
}

@media (max-width:835px) {
    html {
        width: auto
    }
}

body {
    background: #ffffff;
    height: 100%
}

@media (max-width:835px) {
    body {
        width: 100%
    }
}

@media (max-width:992px) {
    body.hidden {
        overflow-y: hidden
    }
}

h1 {
    font-size: 36px;
    color: #063f5c;
    line-height: 1.27
}

@media (max-width:767px) {
    h1 {
        font-size: 24px
    }
}

h2 {
    font-size: 24px;
    color: #063f5c;
    line-height: 1.4
}

@media (max-width:767px) {
    h2 {
        font-size: 24px
    }
}

h3 {
    font-size: 18px;
    color: #063f5c;
    line-height: 26px;
}

@media (max-width:767px) {
    h3 {
        font-size: 20px
    }
}

p {
    font-size: 16px;
    margin-bottom: 18px
}

a {
    color: #063f5c;
    transition: all 0.2s;
    cursor: pointer;
    text-decoration: none;
}

    a:active, a:hover {
        color: #063f5c;
        text-decoration: underline;
    }

ul {
    display: block;
    width: auto;
    padding: 0
}

select, textarea {
    border-radius: 0;
    resize: none
}

table thead tr th {
    font-size: 16px;
    letter-spacing: 1px
}

table tr td {
    font-size: 16px;
    letter-spacing: 1px
}

    table tr td ol, table tr td ul {
        margin: 0 0 10px
    }

.inset {
    border: 2px solid #063f5c;
    padding: 10px;
}

.bigLink, .bigLinkDisabled {
    text-decoration: none;
    display: block;
    height: 100px;
    line-height: 100px;
    width: 300px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ffffff;
    background-color: #063f5c;
    margin: 20px;
    opacity: 0.7;
    color: #ffffff;
    border-radius: .35rem;
}

    .bigLink:hover {
        opacity: 1.0;
        text-decoration: none;
        color: #ffffff;
    }

.bigLinkDisabled {
    background-color: silver;
    opacity: 0.7;
    color: #000000;
}

.button, actions .ActiveButton, .actions button, .actions input[type=button], .actions input[type=submit], .actions input[type=reset] {
    -webkit-appearance: none;
    text-decoration: none;
    display: inline-block;
    height: 50px;
    width: 150px;
    text-align: center;
    vertical-align: middle;
    background-color: #063f5c;
    border: 0px solid white;
    padding: 10px;
    margin: 10px;
    opacity: 0.70;
    color: #ffffff;
    border-radius: .25rem;
}

    .button:hover, button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
        -webkit-appearance: none;
        text-decoration: none;
        opacity: 1.0;
    }

button:disabled,
button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}
.ActiveButton {
    opacity: 1.0;
}

.actions {
    text-align: right;
    padding: 10px;
    overflow: hidden;
}

    .actions button, .actions input[type=button], .actions input[type=submit], .actions input[type=reset] {
        float: right;
    }

    hr {
        border: 1px solid #063f5c;
    }

.nav-pills .nav-link.active {
    background-color: #063f5c;
}

.validation-summary-errors {
    font-weight: bold;
}

.validation-summary-errors, .field-validation-error {
    color: red;
}

.numberCircle {
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0px;
    background: blue;
    border: 2px solid blue;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    font: 16px Courier, sans-serif;
    font-weight: bold;
}

.ErrorBox {
    border: 2px solid #063f5c;
    padding: 5px;
}

.WarningIcon {
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 0px;
    background: yellow;
    border: 2px solid yellow;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font: 20px Arial, sans-serif;
    font-weight: bold;
}

.ErrorIcon {
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 0px;
    background: red;
    border: 2px solid red;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    font: 20px wingdings;
    font-weight: bold;
}

    .ErrorIcon + b {
        color: red;
    }

.ValidIcon {
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 0px;
    background: #063f5c;
    border: 2px solid #063f5c;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    font: 20px wingdings;
    font-weight: bold;
}

    .ValidIcon + b {
        color: #063f5c;
    }

.AdminOnly {
    background-color: #C0C0C0;
    padding: 10px;
}
