.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th, .table-responsive-stack .custom-select {
   display:block;
   /*font-size: 0.875rem!important;*/
   font-size: 1rem!important;
   /*flex-grow | flex-shrink | flex-basis*/
   -ms-flex: 1 1 auto;
    flex: 1 1 auto; 
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}

/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 992px) {
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      /*border-bottom: 1px solid #eee;*/
      display:block; /*margin-bottom: 1rem;*/
      
   }
   /*  IE9 FIX   */
   .table-responsive-stack tr, .table-responsive-stack td {
      /*float: left\9;*/
	  text-align: center;
      width:100%;
   }

	.table-responsive-stack td.mobile-view-td {
		  text-align: center;
		  width:30%; display: inline-block;
	   }
}

.table .thead-custom th {
  color: #000;
  background-color: #fff;
  border-color: #eee; font-weight: bold;
}
.card-footer-stack {
    padding: 0.75rem 1.25rem;
    background-color: #fff;
	/*border-top: 0px solid rgba(0, 0, 0, 0.125); */
	border-top: 2px solid #eee!important;
	/*border-bottom: 1px solid #eee!important;*/
	text-align: center; 
	/*font-size: 90%; */
	font-weight: bold; 
	line-height: 1.5; 
}