
.navbar {
    background-color: lightslategray;
    font-size: 1em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: white;
    padding: 8px 5px 8px 5px;
}

.grey_box {
    width:100%;
    height:10px;
    background: lightslategray;
    margin-bottom:20px;
}

.text_link {
    font-size: medium;
}

.text_link_disabled {
    color:gainsboro;
}

.fee_values {
    padding-right:0; 
    text-align:center;
}



.message {
    font-weight: 600;
    text-align: left;
    font-size: large;
    color: rgb(60, 45, 45);
}

.message-footer {
    font-weight: 100;
    color: lightslategray;
    font-size: 1em;
}

.navbar a {
    text-decoration: none;
    color: inherit;
}

.navbar-brand {
    font-size: 1.2em;
    font-weight: 600;
}

.navbar-item {
    margin-left: 30px;
}

/*
.col, .col-4, .col-5 {
    /*padding-right:0px;
    /*margin-right: 0px;
} 
*/



.body-content {
    padding: 5px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.customer_label {
    /*color:darkslategray; */
    font-size: small;
    font-weight: 200;
    /* padding-top: 5px; */
    padding-right: 0;
    padding-bottom: 0;
    margin-right: 0px;
}

.form-group {
    margin-bottom: 5px;     /* Reduce spacing between form elements */
}

.fa-edit:hover {
    font-weight: 900;
    color: blue;
}

.fa-edit {
    font-weight: 200;
    color: black;
}

.srch-results {
    color: black;
}

.date_picker {          /* Reduce spacing around date picker icon */
    padding-right: 0px;
    text-align: left;
    font-size: small;
}