@CHARSET "ISO-8859-1";

.ui-filter-column .ui-column-customfilter .custom-filter {
		        width: 100%;
		    }
		 .ui-datatable-odd {
			background-image: none;
		    background-color: #ffffff !important;
		}
		
		.ui-datatable-odd:HOVER {
			background-image: none;
		    background-color: #F1F8E9 !important;
		}
		
		.ui-datatable-even:HOVER {
		    background-image: none;
		    background-color: #F1F8E9 !important;
		}
		
		.mybtn {
			background-image: none !important;
		    background-color: #1976D2 !important;
		    color: #ffffff !important;
		}
		
		.mybtn:HOVER {
			background-image: none !important;
		    background-color: #1565C0 !important;
		}
		.ui-button .ui-button-text {
			padding: 0.5em 1em !important;
		}
		
		body .ui-progressbar .ui-progressbar-value {
		    border: 0 none !important;
		    margin: 0 !important;
		    background: #007ad9 !important;
		}
		
		.ui-filter-column .ui-column-customfilter .custom-filter {
		        width: 100%;
		    }
		 .ui-datatable-odd {
			background-image: none;
		    background-color: #ffffff !important;
		}
		
		.ui-datatable-odd:HOVER {
			background-image: none;
		    background-color: #F1F8E9 !important;
		}
		
		.ui-datatable-even:HOVER {
		    background-image: none;
		    background-color: #F1F8E9 !important;
		}
		
		.mybtn {
			background-image: none !important;
		    background-color: #1976D2 !important;
		    color: #ffffff !important;
		}
		
		.ui-fileupload-choose {
		   	padding: 0px 15px !important;
		}
		
		.mybtn:HOVER {
			background-image: none !important;
		    background-color: #1565C0 !important;
		}
		.ui-button .ui-button-text {
			padding: 0.3em 0.6em !important;
		}
		
		body .ui-progressbar .ui-progressbar-value {
		    border: 0 none !important;
		    margin: 0 !important;
		    background: #007ad9 !important;
		}
		.ui-tabs .ui-tabs-panel {
			padding: 0.8 !important;
		}
		
		.mytable {
			
		}
		
		.mytable td {
			border-color: #cccccc !important;
		}
		
		#body-id {
			width:100%;
			height: 100%;
			background: #E3F2FD;
		}
		
		td {
    		font-size: 12px !important;
		}
		
		.mylink {
			font-size: 12px;
			color: #1565C0 !important;
		}
		
		.mylink:HOVER {
			text-decoration: underline;
			font-size: 12px;
			color: #0D47A1 !important;
		}