﻿body {
    padding-top: 50px;
    padding-bottom: 00px;
    font-family: sans-serif !important;
}

/* 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;*/
}
@font-face {
    font-family: 'ds-digi';
    src: url('fonts/ds-digi.ttf') format('truetype');

}
@font-face {
    font-family: 'digital';
    src: url('fonts/wwDigital.ttf') format('truetype');
}
@font-face {
    font-family: 'led-calculator';
    src: url('fonts/LEDCalculator.ttf') format('truetype');
}
.modal-content {
    background-color: #1f1f1f;
    color:#fff;
}
.modal-header {
    border-bottom: 1px #444 solid !important;
    border-radius: 5px 5px 0px 0px;
    background-color: #1F1F1F !important;
}

.modal-footer {
    border-top: 1px #444 solid !important;
    background-color: #1F1F1F !important;
}