﻿body {    
    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 {
    max-width: 280px;
}

.nec-btn-space {
    margin-top: 10px;
    margin-right: 10px;
}
.nec-index-space {
    padding: 15px;
}

.nec-font-size {
    font-size: 30px;
    font-weight: 220;
}

@media (min-width: 768px) {
    .nec-font-size {
        font-size: 60px;
        font-weight: 400;
    }

    .nec-index-space {
        padding: 40px;
        padding-left: 60px;
        padding-right: 60px;
    }
}

dl.dl-horizontal > dt, dl.dl-horizontal > dt {
    padding-bottom: 10px;
}

.table > thead > tr:not(:first-child) > th,
.table > tbody > tr > td {
    border-top: 1px solid #dddddd;
}

.table > tbody > tr:first-child > td {
    border-top: 1px solid #323232;
}

.required-field label:after,
.required-field .input-group span.input-group-addon:after {
    color: #e32;
    content: ' *';
    display: inline;
    font-size: 18px;
}

span.nec-indicator {
    font-size: 18px;
    color: #e32;
}

.nec-importerror {
    color: #D8000C;
    background-color: #FFD2D2;
}

.nec-bg-lightgrey {
    background-color: #EEEEEE;
}

.nec-w-6 {
    width: 6rem;
}


.nec-w-8 {
    width: 8rem;
}


.nec-w-10 {
    width: 10rem;
}


.nec-w-12 {
    width: 12rem;
}

.nec-text-info {
    color: #087990;
}

.nec-text-warning {
    color: #967103;
}