  ﻿
/* 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;
}

.body-content {
    margin-top: 25px;
}

/*
------------------------------------------------------------------------------------- */






/* For use in CMS 
----------------------------------- */

table {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
}

th {
    background-color: #e8e7e7;
    text-align: center;
}

td, th {
    font-size: 1rem;
    padding: 8px;
    border: 1px solid #c6c4c4;
}

table.dataTable.compact thead th {
    padding: 5px 15px;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    width: 150px;
}

.loading {
    padding: 10px;
    text-align: center;
    min-height: 100px;
    width: 100%;
    z-index: 100;
    display: block;
}

    .loading .fa {
        font-size: 8rem;
    }

.cat-picker {
    margin: 0;
}

.myDataTable td {
    padding: 5px 15px !important;
}


.indiv-table {
    margin: 20px 0;
}

    .indiv-table .display-label-data {
        min-width: 150px;
        background-color: #e8e7e7;
    }

    .indiv-table .display-field {
        padding: 8px 15px;
        text-align: left;
        min-width: 400px;
    }

i.fa.fa-exclamation-triangle {
    color: #cd4a50;
    margin-right: 12px;
    font-size: 22px;
}

#searchData {
    padding: 5px 10px;
}