﻿﻿ /* Basic CSS */
body {
    font-size: 0.875rem;
}

.valid.modified:not([type=checkbox]) {
    border: 1px solid #26b050;
    outline: 0;
}

.font14 {
    font-size: 0.875rem;
}

.content {
    height: calc(100% - 86px);
    padding-top: 1.5rem;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@media print {
    html, body {
        display: none;
    }
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-custom {
    background-color: #305676 !important;
}

.sidebar-custom {
}
/* Modify brand and text color */

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #ffffff;
}



.bg {
    /* The image used */
    background-image: url("../images/Background.jpg");
    /* Full height */
    height: 100%;
    opacity: 0.65;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.caption {
    position: relative;
    left: 0px;
    top: 20%;
    width: 80%;
    text-align: center;
    color: #000;
}

.fieldguideheader {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 16px;
    letter-spacing: 6px;
}

.dropdownFont {
    color: dimgrey !important;
}

.coromred {
    color: #bf1e2e;
}

.coromlightbrown {
    color: #d0c7aa;
}

.coromdarkblue {
    color: #305676;
}

.coromlightblue {
    color: #adc1d9;
}

a.coromhome {
    color: #000000;
}

    a.coromhome:hover {
        color: #bf1e2e;
    }

.mt-10 {
    margin-top: 10px;
}

.td40 {
    width: 40%;
}

.td20 {
    width: 20%;
}

.td15 {
    width: 15%;
}
