﻿@font-face {
    font-family: 'Roboto';
    src: url("Roboto.woff2") format('woff2')
}

body {
    padding-top: 100px;
}

.dx-link :not(.scafellWebNavBar) {
    font-family: Roboto, sans-serif !important;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
}

p, h1, h2, h3, h4, th, td {
    font-family: Roboto, sans-serif !important;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
}

.dx-widget {
    font-family: Roboto, sans-serif !important;
}

.dx-button-text,
.dx-texteditor-input,
.dx-field-item-content,
.dx-field-label,
.dx-tab-text,
.dx-texteditor-container,
.dx-menu-item-text,
.col-form-label,
.form-group,
.container,
.container-fluid {
    font-size: 16px;
    font-family: Roboto, sans-serif !important;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
}

.scafellWebNavBar {
    background-color: #030227;
}

.scafellWebNavBarSubMenuItem {
    background-color: #030227;
}

    .scafellWebNavBarSubMenuItem a {
        color: white;
    }

.scafellNavBar .dx-menu-item {
    font-size: 16px;
    color: white !important;
    background-color: #030227;
}

.dx-menu-item.dx-state-hover {
    background-color: #030227;
    color: darkcyan !important;
}

.ctrm3Logo {
    float: right;
}

.loginPartial {
    float: right;
}

.contactSupportPartial {
    text-align: center;
}

.spacer {
    margin-top: 40px; /* define margin as you see fit */
}

.loginButton {
    width: 10rem;
}

.formHelpTooltip {
    position: relative;
    float: right;
    top: -30px;
    left: 25px;
    height: 0;
}

.loggedOut {
    text-align: center;
}

.signout {
}

.logoPartial {
    text-align: right;
    margin-right: 70px;
}

.logoPartialCentre {
    text-align: center;
}

.lightText {
    color: white;
}

.bottom {
    position: fixed;
    bottom: 1rem;
}

.loginButton1 {
    display: flex;
    justify-content: space-between;
}

.loginLinks {
    display: flex;
    justify-content: space-between;
}

.rememberLogin {
    margin-left: .4rem;
}

.container {
    width: 450px;
    display: flex;
    flex-direction: column;
}

.loginForm {
    margin-top: 1rem;
}

.loginBody {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
}

.smallSpacer {
    margin-top: 20px;
}

.logoutBody {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
}

.danger {
    font-weight: normal;
    font-size: larger;
    color: darkred;
}

.hyperlink {
    color: white;
    text-underline: white;
}

.center {
    text-align: center;
}

.textHeader {
    font-weight: bold;
    font-size: large;
}

.forgottenPasswordItem {
    flex: 1;
    text-align: center;
}
