﻿@import url('histRecDocBtn.css');

#historyDateSearchFrm .formRow {
    padding-bottom: 12px;
}

#historyDateSearchFrm label {
    padding-right: 6px;
}

#dateEntryFields label {
    margin-right: 15px;
}

.historyCodeSelect .scrollBox {
    max-height: 300px;
    overflow-y: scroll;
}

.historyCodeSelect ul {
    margin-left: 0px;
    padding-left: 0px;
}

.historyCodeSelect li {
    list-style: none;
    margin-left: 0px;
}

.historyCodeSelect {
    background-color: #FDFDFD;
    border: 1px solid #CCCCCC;
    border-radius: 14px;
    margin-left: -4px;
    padding: 10px 0px 10px 12px;
}

    .historyCodeSelect input {
        margin-right: 4px;
    }

.btnBar {
    margin-top: 8px;
}


