/*********************************************************/
/*                 Template For Table                       */
/*********************************************************/
  
 

.table{width:90%;max-width:90%;margin-bottom:1rem}
.table td,
.table th{padding:.75rem;line-height:1.5;vertical-align:top;border-top:1px solid #eceeef}
.table thead th{vertical-align:bottom;border-bottom:2px solid #eceeef; background-color:#fcf26a}
.table tbody+tbody{border-top:2px solid #eceeef}
.table{background-color:#fff}
.table-sm td,.table-sm th{padding:.3rem}
.table-bordered{border:1px solid #eceeef}
.table-bordered td,.table-bordered th{border:1px solid #eceeef}
.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}
.table-striped tbody tr:nth-of-type(odd){background-color:#48b795}
.table-hover tbody tr:hover{background-color:#64b748}
.table-active,.table-active>td,.table-active>th{background-color:#48b795}
.table-hover .table-active:hover{background-color:#64b748}
.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:#e8e8e8}
.table-success,.table-success>td,.table-success>th{background-color:#dff0d8}
.table-hover .table-success:hover{background-color:#d0e9c6}
.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#d0e9c6}
.table-info,.table-info>td,.table-info>th{background-color:#d9edf7}
.table-hover .table-info:hover{background-color:#c4e3f3}
.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#c4e3f3}
.table-warning,.table-warning>td,.table-warning>th{background-color:#fcf8e3}
.table-hover .table-warning:hover{background-color:#faf2cc}
.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#faf2cc}
.table-danger,.table-danger>td,.table-danger>th{background-color:#f2dede}
.table-hover .table-danger:hover{background-color:#ebcccc}
.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#ebcccc}
.table-responsive{display:block;width:100%;min-height:.01%;overflow-x:auto}
.thead-inverse th{color:#fff;background-color:#373a3c}
.thead-default th{color:#55595c;background-color:#eceeef}
.table-inverse{color:#eceeef;background-color:#373a3c}
.table-inverse.table-bordered{border:0}
.table-inverse td,.table-inverse th,.table-inverse thead th{border-color:#55595c}
.table-reflow thead{float:left}
.table-reflow tbody{display:block;white-space:nowrap}
.table-reflow td,.table-reflow th{border-top:1px solid #eceeef;border-left:1px solid #eceeef}
.table-reflow td:last-child,.table-reflow th:last-child{border-right:1px solid #eceeef}
.table-reflow tbody:last-child tr:last-child td,.table-reflow tbody:last-child tr:last-child th,.table-reflow tfoot:last-child tr:last-child td,.table-reflow tfoot:last-child tr:last-child th,.table-reflow thead:last-child tr:last-child td,.table-reflow thead:last-child tr:last-child th{border-bottom:1px solid #eceeef}
.table-reflow tr{float:left}
.table-reflow tr td,.table-reflow tr th{display:block!important;border:1px solid #eceeef}