
hr.title_line {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}


.tbl-custom {
  width: 95%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #FFF;
  table-layout: auto;
}

.tbl-width60{
  width: 60%;
}

thead tr{
  border-bottom: 3px solid #ddd;
}

thead tr{
  border-bottom: 3px solid #ddd;
}


tbody tr{
  border-bottom: 1px solid #ddd;
}

th{
  font-size: 1.1em;
}

 th, td{
  padding: 5px 5px 5px 5px;  
}

 tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.c1{
  width: 150px;
  min-width: 50px;
}


/*
.tbl-custom caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
.tbl-custom td {
  border-right: 1px solid #ddd;
  padding: 4px 8px 4px 8px;
  line-height: 25px;
  vertical-align: top;
  border-top: 1px solid #ddd;
  vertical-align: middle;	
}
.td-title, .td-title-request {
	background-color: #e6f4f1;
	font-weight: bold;
	text-align: right;
}
.td-title-request {
	border-left: 3px solid #dd4b39;
}

.tbl-custom tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.tbl-custom tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}


.table th {
	background-color: #f7af01;
	color: #FFF;
}

.tbl-custom tbody tr:hover{
	background-color: #FFC947;	
	background-color: #59C594;
}

*/