﻿span.actionLink {
    display: inline-block;
    margin: 0 2px;
}

    span.actionLink:not(:first-child):before {
        content: "|";
        margin-right: 7px;
    }


input[type=dateTime], input[type=date] {
    height: 25px;
    max-width: 210px;
}

table.dataTable {
    width: 100% !important;
}

fieldset > div > div.helpButton {
    margin-top: -33px !important;
}

span.dropdown-wrapper {
    margin: 0;
}

.tableColumn50 {
    width:50px;
}
.tableColumn65 {
    width: 65px;
}
.tableColumn75 {
    width: 75px;
}
.tableColumn85 {
    width: 85px;
}
.tableColumn100 {
    width: 100px;
}
.tableColumn105 {
    width: 105px;
}
.tableColumn125 {
    width: 125px;
}
.tableColumn200 {
    width: 200px;
}
.tableColumn250 {
    width: 250px;
}
.tableColumn300 {
    width: 300px;
}
.detentionRadioButtonLbl {
    margin: 0 10px 0 2px;
}

.displayNone {
    display:none;
}

.dataTables_wrapper .dataTables_info {
    padding-left:10px;
}

input#allBox {
    margin-top:5px;
}

.whiteSpacePreWrap {
    white-space: pre-wrap;
}

.searchParamDate {
    min-width: 210px !important;
    width: 100% !important;
    max-width: unset !important;
}

.MaxHeightUnset {
    max-height: unset;
}

.MaxHeightMoreLessBtn {
    font-weight: bold;
    float: right;
}
