table.blue {
  font-family: Tahoma, Geneva, sans-serif;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #1C6EA4;
  text-align: center;
}
table.blue td, table.blue th {
  border: 1px solid #9AACCA;
  padding: 3px 2px;
  text-align: center;
}
table.blue tbody td {
  font-size: 13px;
  font-family: "Tahoma";
  font-weight: lighter;
  padding: 5px;
}
/* table.blue tr:nth-child(even) {
  background: #DBF5C7;
} */
table.blue tr.group td.group {
  background: #CED6E5;
  font-size: 14px;
  font-weight: bold;  
}
table.blue thead {
  background: #5A77A8;
  border-bottom: 5px solid #FFFFFF;
}
table.blue thead th {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  height: 30px;
  border-left: 2px solid #FFFFFF;
}
table.blue thead th:first-child {
  border-left: none;
}

table.blue tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  background: #DBF5C7;
  background: -moz-linear-gradient(top, #e4f7d5 0%, #def6cc 66%, #DBF5C7 100%);
  background: -webkit-linear-gradient(top, #e4f7d5 0%, #def6cc 66%, #DBF5C7 100%);
  background: linear-gradient(to bottom, #e4f7d5 0%, #def6cc 66%, #DBF5C7 100%);
  border-top: 3px solid #444444;
}
table.blue tfoot td {
  font-size: 14px;
}
table.blue tfoot .links {
  text-align: right;
}
table.blue tfoot .links a{
  display: inline-block;
  background: rgb(26, 90, 164);
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

td input {
  padding: 2px;
  font-size: 12px;
}

.rgt {
  
  text-align: right;
}

div.comicBlue {
  font-family: Tahoma, Geneva, sans-serif;
  border: 2px solid #F4F4F4;
  background-color: #EEEEEE;
  width: 100%;
  border-collapse: collapse;
}
.divTable.comicBlue .divTableCell, .divTable.comicBlue .divTableHead {
  border: 1px solid #FFFFFF;
  padding: 4px ;
}
.divTable.comicBlue .divTableBody .divTableCell {
  font-size: 11px;
  color: #211B21; 
}
.divTable.comicBlue .divTableRow:nth-child(even) {
  background: rgb(199, 228, 245);
}
.divTable.comicBlue .divTableHeading {
  background: rgb(26, 90, 164);
}
.divTable.comicBlue .divTableHeading .divTableHead {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.comicBlue .tableFootStyle {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: rgb(26, 90, 164);
}
.comicBlue .tableFootStyle {
  font-size: 14px;
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
form.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

.divTableCell input, .divTableCell select {
  padding: 3px;
  font-size: 12px;
  width: 100%;
  /* height: 24px; */
}
.divTableCell label{
  font-weight: normal;
}
.inf { 
  width:100%; 
}
.divTableRow .divTableCell{
  vertical-align: -webkit-baseline-middle;
}

.divTable.comicBlue .divTableCell .cl { 
  font-size: 14px;
}

.divTableCell .form-control{
  height: unset;
  height: 20px;
}

.divTableCell input[type=text].form-control{
  padding: 5;
  height:25
}

.divtableCell button {
  font-size: 12px;
  height: 25px;
  padding: 0;
  text-align: center;
  width:100%;
}