﻿.leftborderleft {
    border-left: solid thin #ccc;
    border-top: solid thin #ccc;
    border-bottom: solid thin #ccc;
    padding: 10px;
}

.leftborderright {
    border-right: solid thin #ccc;
    border-top: solid thin #ccc;
    border-bottom: solid thin #ccc;
    padding: 10px;
}

.checkbox1 {
    position: absolute;
    top: -13px;
    left: -5px;
}

    .checkbox1 label {
        background: #fff;
    }

.rowError {
    background: #ffdcdc !important;
}

.TDSStatus {
    background: #02adb8;
    color: #fff;
    padding: 4px 8px;
    border-radius: 6px;
    margin-top: 2px;
    margin-right: 4px;
    font-size: 13px;
}

.panSet {
    margin-bottom: 1px;
    padding: 1px 10px;
    border-radius: 6px;
    font-weight: bold;
}
