#notification2{
	font-size: 11px;
	font-family: "Arial Narrow";
	height: auto; 
	overflow: scroll;
	align-content: center;
	align-items: center;

}

#date_start{
	height: 27px;
	font-size: 11px;
}

#date_end{
	height: 27px;
	font-size: 11px;
}


#btn_look_documents{
	background-color: #334480;
	border: none;
	color: white;
	padding: 10px;
}


#btn_look_documents:disabled{
	background-color: gray;
}

#btn_look_documents:hover{
	background-color: #DFA60F;
}

#table_notification2{
	font-family: "Arial Narrow";
}

#table_notification2 thead tr {
	background-color: #334480;
	color: white;
}

#table_notification2 thead tr th {
	text-align: center;
	font-size: 11px;
}


#table_notification2 tbody tr td {
	font-size: 11px;
}

#table_notification2 tbody tr .td_cost {
	text-align: right;
}

#table_notification2 tbody tr .td_sale {
	text-align: right;
}

#table_notification2 tbody tr .td_margin {
	text-align: right;
}

#table_notification2 tbody tr .td_margin_p {
	text-align: center;
}

::-webkit-scrollbar {
    display: none;
}

#table_notification2 tfoot tr {
	background-color: #334480;
	color: white;
}

#table_notification2 tfoot tr th {
	text-align: center;
	font-size: 11px;
}