/* RAMON start */

table.fileList {
    display: block;  
/* 	list-style-type: disc;  
	-webkit-margin-before: 1em;  
	-webkit-margin-after: 1em;  
	-webkit-margin-start: 0px;  
	-webkit-margin-end: 0px;  
	-webkit-padding-start: 40px; */ 
    width: 100%;
}

table.fileList thead{
 	background-color: #eaeaea;
    color: #0165a3;
}

table.fileList thead tr th{
	padding: 5px 10px;
}

table.fileList tbody tr.ng-scope td {
    text-align: left;
    width: 27em;
    border-bottom: #eaeff0;  
	border-bottom-style: ridge;
    border-width: 1px;	
	padding: 5px 10px;
}

/* RAMON end */


.table-image-preview {
    border: 1px solid gray;
}
.icon-remove {
background-image: url("../img/remove.png");
}
.ng-table th.sortable div:after,
.ng-table th.sortable div:before {
  border-color: #000 transparent;
}
.ng-table th.sortable div:before {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}
.ng-table th.sortable.sort-desc,
.ng-table th.sortable.sort-asc {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.ng-table th.sortable.sort-desc div:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}
.ng-table th.filter .input-filter {
  margin: 0;
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ng-table + .pagination {
  margin-top: 0;
}

@media only screen and (max-width: 800px) {
  .ng-table-responsive {
    border-bottom: 1px solid #999999;
  }
  .ng-table-responsive tr {
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
  }
  .ng-table-responsive td {
    border-bottom: 1px solid #eeeeee;
  }
}
