    .listTables tr td {
       font-weight: bolder;
       color:#555;
    }
.panels {
    width: 95%;
    margin: 5px auto 7px auto;
    background: #4caf50;
    border-radius: 7px;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 3px #acb0b3;
    padding: 20px 0;
}

.panels .headTitle {
    width: 100%;
    min-height: 40px;
    background: aliceblue;
    color: #27b;
    padding: 5px 12px 0 35px;
    font-weight: bold;
    box-sizing: border-box;
    margin-top: -20px;
    border-bottom: 1px solid #f3f3f3;
    display: flex;
    flex-wrap: wrap;
}

.headTitle span {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 27px;
    height: 27px;
    background-image:  var(--ICON);
    background-position: -237px -332px;
    cursor: pointer;
}

.field[type="text"], select, textarea,.field[type="date"],.field[type="time"] {
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ccc;
    outline: none;
    padding: 0 7px;
    color: #666;
    line-height: 40px;
    font-size: 11pt;
    font-family: BYekan;

}

.fldTitle {
    line-height: 18px;
    text-align: right;
    font-size: 9pt;
    font-weight: bold;
    color: #888;
}

.fldDes {
    font-size: 8pt;
    margin-right: 5px;
}
.fields {
    margin: 10px 30px 20px 20px
}

.fields p {
    color: #20507c;
    margin: 0;
}

.fields input {
    color: #555;
}

.field[type="radio"] {
    width: 20px;
    height: 20px;
    outline: none;
    padding: 0 5px;
    color: #444;
    line-height: 35px;
    font-size: 11pt;
    margin-left: 20px;
}
::placeholder {
    color: #aaa;
}


select{
    height: 40px;
}
.but {
    padding: 9px 10px 13px 10px;
    border-radius: 7px;
    cursor: pointer;
    text-align: center;
}
.butT {
    padding: 5px 10px 8px 10px;
    border-radius: 7px;
    cursor: pointer;
    text-align: center;
}
.but.but-gray {
    background: #f2f3f6;
    border: 1px solid #dedede;
    color: #555;
}

.but-gray:hover {
    background-color: #ececef;
    border: 1px solid #d2d2d2;
    color: #444;
}

.but.but-orange {
    background-color: #ff7800;
    color: white;
}

.but-orange:hover {
    background-color: #ec6500;
    color: white;
}

.but.but-blue {
    background-color: #1ac7f1;
    color: white;
}
.butT.but-blueW {
    background-color: white;
    color: #1ac7f1;
    border:1px solid #1ac7f1;
}
.but-blue:hover,.butT.but-blueW:hover {
    background-color: #01b3f1;
    color: white;
}

.but.but-green {
    background-color: var(--g3);
    color: white;
}

.but-green:hover {
    background-color: var(--g2);
    color: white;
}

.but.but-red {
    background-color: #bf5050;
    color: white;
}

.but-red:hover {
    background-color: #cf1010;
    color: white;
}

.comment{
    min-width: 545px;
    background-color: #fff;
}
.commRow {
    position: relative;
    width: 100%;
    min-height: 55px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #fff;

}

.commRow:nth-child(odd) {
    background-color: #f4f4f8;
}

.commRow > div {
    min-height: 55px;
}

.commRow * {
    display: inline-block;
    text-align: center;
}
.commRow > div:nth-child(2){
    position: absolute;
    left: 20px;
    top: 15px;
    width: 25px;
}
.commTitle {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.commTitle > div:nth-child(1),.commName > div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.commTitle > div:nth-child(1) {
    min-width: 40px;
    max-width: 40px;
}

.commTitle > div:nth-child(2) {
    width: 150px;
    max-height: 50px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.commName {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-width: 150px;
}

.commName > div {
    width: 100%;
    max-height: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.commName > div:nth-child(2) {
    flex-grow: 1;
    border-top: 1px solid #eee;
}
.commName > div:nth-child(1) {
    background-color: #c4effa;
}
.commName > div:nth-child(1) span {
    font-size: 9pt;
    margin: auto 5px;
    text-align: center;
    min-width: fit-content;
    max-width: fit-content;
}
.commTxt{
    width: available;
    padding-right:15px;
    padding-left: 15px;
    text-align: right;
    font-size: 10pt;
    margin-bottom: 10px;
}
.headTitle{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 12px 0 35px;
}


.headTitle span:nth-child(even){
    position: absolute;
    left: 10px;
    top: 5px;
    width: 27px;
    height: 27px;
    background-image:  var(--ICON);
    background-position: -237px -332px;
    cursor: pointer;
}
#commForm{
    width: 100%;
    display: none;
    padding: 10px;
    height: 195px;
    flex-direction: column;
    box-sizing: border-box;
}
#commForm.act{
    display: flex;
}
#commForm div:nth-child(1){
    width: 100%;
    height: 130px;
    float: right;
    flex-wrap: nowrap;
    margin-left: 0;
    left: 0;
}
#commForm textarea{
    width:100%;
    height: 100%;
}
#commForm div:nth-child(2){
    min-width: 100px;
    max-width: 700px;
    float: left;
    position: relative;
}
#commForm div:nth-child(2) > span{
    position: absolute;
    width: 80px;
    max-width: 80px;
    height: 23px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 5px 0 0 0 ;
}

