::placeholder {
    color: #f0f0f0;
    opacity: 0.5;
}

input[type="text"],input[type="password"],textarea,select {
	border-radius: 0px !important;
    border: none !important;
    box-sizing: border-box !important;
    /*background: transparent;*/
	background:#eeeeee !important;
    color: #000 !important;
	font-size: 14px !important;
	
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #000000 !important;
	
}

input[type="text"]:focus,input[type="password"]:focus,textarea:focus,select {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
	outline: none;
	opacity: 1;
	background:#fcfcd6;
}

input[type="text"]: disabled{
	color: #dddddd !important;
	background:#dddddd;
}

select{
	appearance:push-button !important;
	-webkit-appearance:push-button !important;
	-moz-appearance: push-button !important;
}

.scrollable-table{
	/*overflow-y: hidden !important;*/
	overflow:auto !important;
	width:100% !important;
}

.table2 {
  position: relative;
}

.th {
  position: sticky;
  top: 0; /* Don't forget this, required for the stickiness */
  
}

.header_label{
   color:#FFFFFF;
   cursor:pointer;
   font-family: tahoma;
}
