﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 20px;
    padding-right: 20px;
}

/* 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;
}

.field-validation-error {
    color: red;
}

.input-validation-error {
    border: 2px solid red !important;
}

.form-control-justified {
    min-width: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    vertical-align: middle;
    text-align: center;
}
.overlay-img {
    width: 150px;
    height: 150px;
    margin: auto;
}

#report {
    width: 100% !important;
    border: 1px solid #dddddd !important;
}

    #report thead tr th {
        padding: 5px;
        background-color: darkgray;
        border-bottom: 1px solid #dddddd !important;
        border-right: 1px solid #dddddd !important;
        font-size: small !important;
    }


    #report tbody tr td {
        border-top: 1px solid #dddddd;
        border-bottom: 0px solid #0026ff !important;
        border-right: 1px solid #dddddd;
        border-left: 0px solid #dddddd !important;
        padding: 5px !important;
        background-color: #ffffff;
        font-size: small !important;
    }

    #report tbody tr:first-child td {
        border-top: 0px none #0026ff !important;
    }

    #report tbody tr td:last-child {
        border-right: 0px solid #dddddd !important;
    }

.highlight-cell {
    background-color: silver !important;
}