﻿.dataTables_filter {
    text-align: center !important;
}

body {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px !important;
    max-width: 2000px !important
}

.dataTables_wrapper {
    font-size: 15px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 1px;
    padding-right: 1px;
}

/* 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;
}*/
.center {
    text-align: center;
}

html, body {
    height: 100%;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
        vertical-align:top !important
    }

    body {
        /*display: table;*/
        /*table-layout: fixed;*/
        padding-top: 10px;
        padding-bottom: .1cm;
        padding-left: 10px;
        padding-right: 10px;
        /*height: auto;*/
    }
}
