.table a { color: rgb(36, 36, 36); }
	.table tbody tr.highlight td { 
			background-color: #B4C5CD; 
		}

	.table tbody tr.highlight td a{ color:rgb(36, 36, 36);}

.table tbody tr td img:hover{
 	   	filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg) brightness(95%) contrast(80%);
}



#myInput { 
  	background-image: url( '/rendeletek/images/searchicon.png'); 
  	background-position: 10px 12px; 
  	background-repeat: no-repeat; 
    padding-left :40px ; 
    width:500px;
}   


.alert {
    position:fixed; 
    top: 4px; 
    left: 0px; 
    width: 100%;
    z-index:9999; 
    border-radius:0px
}

/*********************************************************************************/
/* UpScroll Button Style                                                         */
/*********************************************************************************/
.UpScrollButton {
  position: fixed;
  bottom:  10px;
  right:   140px;
  width:  32px;
  height: 20px;
  background: url('/rendeletek/images/uparrow.png') no-repeat;
  display: none;
  z-index: 1200;
}