.table-wrapper {
}
.table-scroll {
  height:150px;
  overflow:auto;  
  /*margin-top:20px;*/
}
.table-wrapper table {
  width:100%;
    
}

.table-wrapper table thead th .text {
  position:absolute;   
  top:-20px;
  z-index:2;
  height:20px;
  width:35%;
}
a.md-default-theme:not(.md-button), a:not(.md-button){
	color: white;
}

.bootstrap-dialog.type-primary .modal-header{
	    background-color: #46CA42
}

.box-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}
.box-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}
.box-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}
.box-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}
.btn-custom:active:focus {
  color: #ffffff; 
  background-color: #161617; 
  border-color: #494F57;
}

.btn-action, .btn-primary {
	background-color:#161617;
	background-image:linear-gradient(to bottom, #24C774 0%, #00FF5F 100%);
}
