﻿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 {
    /*max-width: 280px;*/
    max-width: 100%;
}

.table-body {
    /*background-color: #EAEAEA;*/
    background-color: #eceff1;
}

    .table-body > thead > tr {
        background-color: #cfd8dc;
    }

.table-bodySvod {
    background-color: #EAEAEA;
    font-size: 9pt;
    border: 1px solid gray;
}

    .table-bodySvod > thead > tr {
        background-color: #cccccc;
        font-weight: bold;
        text-align:center;
    }

        .table-bodySvod > thead > tr > td {
            border: 1px solid gray;
        }

        .table-bodySvod > tbody > tr > td {
            border: 1px solid silver;
        }

.table-bodySvod > tbody > tr {
    text-align: right;
}

.tdSvod1 {
    font-weight: bold;
    background-color: #cccccc;
    border: 1px solid gray !important;
    text-align: left;
}

.tr_tdSvod1 {
    font-weight: bold;
    background-color: aliceblue;
    text-align: center;
}
