﻿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;
}

.fullWidth {
    width: 100%;
    min-height: 61px;
}
.fullWidthHalfHeight {
    width: 100%;
    min-height: 30px;
}
.parBlk {
    border: solid black 1px;
    width: 100%;
    font-size: 12px;
    padding: 5px;
}

.parBlk * {
    pointer-events: none
}

.parDtl {
    padding: 5px;
    width: 100%;
    font-size: 12px;
    border: solid black 1px;
    display: none;
}

.parHdr {
    font-size: 14px;
    font-weight: bold;
}

.parPaid {
    background-color: lightgreen;
}

.parOpen {
    background-color: lightcoral;
}

.parPend {
    background-color: yellow;
}

.parLodging {
    background-color:mediumpurple;
}
.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.penaltyLine {
    color: red;
}

.levyTitle {
    font-size: 14px;
    font-weight: bold;
}

.penaltyTitle {
    font-size: 14px;
    font-weight: bold;
    color: red;
}

.infoMark {
    height: 10px;
}

.searchList {
    overflow-y: auto;
    height: 800px;
}

.Left,
.Middle,
.Right {
    overflow-y: auto;
    height: 600px;
    padding: .5rem;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}

.Main {
    overflow: hidden;
}

/*Entirely optional – just wanted to remove the scrollbar on WebKit browsers as I find them ugly*/
    .Left::-webkit-scrollbar,
    .Middle::-webkit-scrollbar,
    .Right::-webkit-scrollbar { display: none; }
