    	.select2-dropdown{
    	
    		z-index: 3051;
    		
		}
		
		
		
		div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: 150px;
}




.iloader> .sk-spinner {
  display: none;
}
.iloader.sk-loading {
  position: relative;
}
.iloader.sk-loading:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.iloader.sk-loading > .sk-spinner {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2000;
}

.inmodal .modal-icon {
  font-size: 36px!important;
  color: #e2e3e3;
}