﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.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;
}

.homepagelogo{
    max-width: 100%;
}

.navbar {
    background-color: #25669d
}

span.navbar-brand {
    font-size: 18px;
}

.validation-summary-errors {
    background-color: lightpink;
    border: solid 1px red;
    padding-top: 15px;
    margin-bottom: 10px;
}

#addnewcontactmodal {
    padding: 1rem;
}

#project-list th {
    padding: 5px;
    white-space: nowrap;
}

#project-list td {
    padding: 5px;
    vertical-align: top;
}

#upcoming-milestones th {
    padding: 5px;
    white-space: nowrap;
}

#upcoming-milestones td {
    padding: 5px;
    vertical-align: top;
}

#company-list th {
    padding: 5px;
    white-space: nowrap;
}

#company-list td {
    padding: 5px;
    vertical-align: top;
}

#user-list th {
    padding: 5px;
    white-space: nowrap;
}

#user-list td {
    padding: 5px;
    vertical-align: top;
}

.overdue {
    color: red;
    font-weight: 500;
}

.upcoming {
    color: orange;
}

.project.inactive {
    color: red;
}

.current-notes-area {
    display: block;
    width: 100%;
    height: 155px;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    opacity: 1;
    overflow-y: auto;
}

.highlighted-note {
    background-color: #FFFF00;
    font-weight: bold;
    font-style: italic;
}

.milestone-note-row {
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}

.projectcontact.Green {
    color: #218838;
}

.projectcontact.Amber {
    color: orange;
}

.projectcontact.Red {
    color: #dc3545;
}