﻿/*body {
    padding-top: 10px;
    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: 400px;
}*/

    input[type=date] {
        max-width: 220px;
    }

.btn-group-xs > .btn, .btn-xs {
    padding: .5rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.btn-group-xxs > .btn, .btn-xxs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.h-scroll {
    height: 80vh; /* %-height of the viewport */
    position: fixed;
    overflow-y: scroll;
}


@media screen and (max-width: 992px) {
    .h-scroll {
        height:auto ;
        position: static;
        overflow-y: auto;
    }
}

tfoot {
    display: table-header-group;
}