﻿/* hint and addrow are used to show additional hint information below the main row*/
tr {
    padding-bottom: 0px;  
}
 
.table td{
    border-style: none;
}

.table-striped tbody tr.text-danger td {
    color: #dc3545;
}

tr.custom-text-info td {
    color: #fd7e14 !important;
    /*#17a2b8 */
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 6px;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 768px;
    }
} 

/* 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;
}

.card {
    margin-bottom: 15px;
    min-width: 500px;
}

.card-header a:not(.btn):hover {
    text-decoration: underline;
}

.card-header a {
    text-decoration: none;
}

span.right {
    float: right;
    color: grey;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.btn {
    margin-bottom: 10px;
}

.login {
    margin-top: 20px;
    width: 240px;
}

    .login .form-control {
        margin-top: 10px;
    }
