﻿
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif');

body {
    color: #16253F;
    font-family: Noto Sans,Cambria Sans,Arial;
    font-size: 1em;
    line-height: 1.4;
    padding-top: 50px;
    background-color: white;
    background-image: url('../css/navy.png');
    xbackground-image: url('../css/aluminum.jpg');
    xbackground-image: url('../css/waves.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.jumbotron {
    background-color: #e0e0e0;
}

.dlapcontenttxt {
    font-family: Noto Sans,Cambria Sans,Arial;
}

.dlaptitletxt {
    font-family: Noto Serif,Arial;
}

footer {
    width: 100%;
    bottom: 0;
    position: fixed;
}

.hidden {
    visibility: hidden;
}

.redirectlink
{
    color: darkblue;
}

#redirPanel {
    padding: 10px;
}

.validationfail{
    margin-top: 20px;
}

.hasborder{
    border: 1px solid blue;
}

.no-padding{
    padding: 0 !important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.midalign {
    vertical-align: middle;
}

.DLAdisclaimer {
    color: white;
}

.dlainput {
    border: 0px solid grey;
    height: 33px;
}

.dlabutton {
    top: 0;
    margin: 0;
    background-color: #0073cf;
}

.dlabuttonlg {
    top: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-size: larger;
    font-family: Noto Sans,Cambria Sans,Arial;
    width: 250px;
    background-color: #0073cf;
}

.dlaelbowroom {
    margin-left: 20px;
}
.btn {
    vertical-align: unset;
}

.DLAhelp {
    color: white;
    margin-top: 10px;
}

.dlapred {
    border-color: #e62a4f;
    color: #e62a4f;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #e62a4f;
    border-color: #e62a4f;
}
