#notification1{
	font-size: 12px;
	font-family: "Arial Narrow";
	height: auto; 
	overflow: scroll;
	align-content: center;
	align-items: center;

}

#select_year{
	height: 27px;
	font-size: 12px;
}

#select_month{
	height: 27px;
	font-size: 12px;
}

#select_year option{
	font-size: 12px;
	
}

#select_month option{
	font-size: 12px;
	
}

#btn_look_sale{
	background-color: #334480;
	border: none;
	color: white;
	padding: 10px;
}

#btn_look_sale:hover{
	background-color: #DFA60F;
}



#btn_look_sale:disabled{
	background-color: gray;
}




#table_notification1{
	font-family: "Arial Narrow";
}

#table_notification1 thead tr {
	background-color: #334480;
	color: white;
}

#table_notification1 thead tr th {
	text-align: center;
	font-size: 12px;
}


#table_notification1 tbody tr td {
	font-size: 12px;
}

#table_notification1 tbody tr .td_quota {
	text-align: center;
}

#table_notification1 tbody tr .td_sale {
	text-align: center;
}

#table_notification1 tbody tr .td_compliance {
	text-align: center;
}

::-webkit-scrollbar {
    display: none;
}

#table_notification1 tfoot tr {
	background-color: #334480;
	color: white;
}

#table_notification1 tfoot tr th {
	text-align: center;
	font-size: 12px;
}