﻿/* Set padding to keep content from hitting the edges */
.body {
    font-family: Arial, sans-serif !important;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.navbar-brand {
    height: auto;
}

.card-body {
    background: #F0F0F0;
}

.card {
    margin: 10px;
    border: none !important;
    background: #F0F0F0;
}

.card-header {
    background-color: white !important;
    border-bottom: none;
}

.projectType {
    color: #848484 !important;
    border-color: #848484 !important;
    background-color: #FFFFFF !important;
}

.btn:hover {
    font-weight: 700 !important;
}

.btn:active, .btn.active {
    background-color: #666666 !important;
    color: white !important;
}

.continueButton {
    background-color: rgb(228, 31, 24);
    color: white;
    border: none;
    border-radius: 0.25rem;
}

.darkerCardBody {
    background-color: #F0F0F0 !important;
}

.selected-language, .selected-unit, .selected-country {
    font-weight: bold !important;
}

input:invalid {
    border: 3px solid red !important;
}   