﻿.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;
}



.grid-row {
    width: 100%;
    display: flex; 
}


.resizable-textbox {
    width: 100%;
    min-height: 160px;
    max-width: 300%; 
    resize: both;
    overflow: auto;
    box-sizing: border-box;
    padding: 6px;
    font-size: 14px;
    border: 1px solid #ccc;
}

.table input[type=text], .table textarea, .table select {
    max-height: 225px;
}