﻿body {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 0.9rem;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.username {
    float: right;
    color: #fff;
    padding: 15px !important;
    font-size: 18px;
    font-weight: 400;
}

.footer-copyright {
    margin-top:20px;
}

.pure-menu-toggle {
    color: #ffffff !important;
}

.field-validation-error {
    background-color: rgb(255, 230, 230);
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    color: rgb(209, 38, 38);
    width: 100%;
}
.tooltip-inner {
    background-color: black;
    text-align: left;
    max-width: 500px;
}

    .tooltip-inner .heading {   
        font-weight: 900 !important;
    }

    .tooltip-inner div {
        margin-bottom: 10px;
    }

td.nooverflow {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.heading-padder {
    margin-top: 10px;
}

.table th, .table td {
    padding: 0.5rem;
}