﻿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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    display: block;
}

textarea {
    width: 100%;
}

    input[type="checkbox"], input[type="radio"], input[type="button"] {
        width: auto;
        display: inline;
    }

table {
    width: 100%;
}

ul {
    list-style: none;
}

thead tr td {
    font-weight: bold;
}

tbody tr td input {
    width: auto;
}

ul li span {
}

    ul li span.name {
        color: gray;
    }

    ul li span.value {
        font-weight: bold;
    }

ul li.different {
    border-style: solid;
    border-width: 1px;
    padding: 6px;
}

    ul li.different span {
        opacity: 1;
        font-weight: bold;
    }

.status-circle {
    width: 16px;
    height: 16px;
    background-color: lightgray;
    border-radius: 8px;
}

    .status-circle.True {
        background-color: green;
    }

    .status-circle.False {
        background-color: red;
    }

.form-control.date-picker {
    width: 90%;
}

.jumbotron.filter {
    padding-top: 1px;
    padding-bottom: 1em;
}

.btn-group.comment {
    margin-bottom: 0.5em;
}

    .btn-group.comment span.content {
        vertical-align: text-top;
    }

.btn.comment {
    padding: 2px;
    padding-right: 4px;
    margin-right: 0.5em;
}

/*
table.dataTable > thead .sorting:before, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc_disabled:before {
    display:none;
}
table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after
{
   display:none;
}
    */

.clickable{
    cursor:pointer;
}

.clickable:hover{
    font-weight:bold;
}

tr.even td{
    background-color:transparent;
}

table.dataTable td, table.dataTable th {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}