
.modal_excel_container .nav-tabs{
   margin-bottom: -1px;
}

.modal_excel_container .get_excel{
	padding: 5px 10px;}

.modal_excel_container .nav {
    align-items: baseline;
}

.modal_excel_container .nav-tabs .nav-item.show .nav-link, 
.modal_excel_container .nav-tabs .nav-link.active {
    color: #3dc150;
}

.modal_excel_container .nav-link{
    color: #202020;
}

.modal_excel_container .nav-link:focus, 
.modal_excel_container .nav-link:hover {
     color: #3dc150;
}


.get_excel{
	display: flex;
    align-items: flex-end;
}
.get_excel img{
		width: 27px;
		margin-right: 5px;
}

.download_excel{
	margin-left: auto;
}


.modal_excel_container{
 	min-height: 30vh;
	display: flex;
   flex-direction: column;
   justify-content: center;
	align-items: center;
}

.modal_excel_container .inner_container{
	display: flex;
   flex-direction: column;
	width: 100%;
	padding: 0 50px;
	overflow: auto;
}

.render_excel {
	width: 100%;
	table-layout: auto; /* Устанавливаем ширину колонок автоматически на основе содержимого */
	border-collapse: collapse;
 }


 .render_excel tr:nth-child(odd):not(.head) {
	background-color: #f7f7f7;
 }


 .render_excel tr:hover:not(.head) {
	background-color: #f1f1f1;
 }

 .render_excel tr.head td {
	opacity: 1;
 }


 .render_excel tr td {
	border: 1px solid #dddddd;
	padding: 8px;

 }
 .render_excel tr th {
	background-color: #f5f5f5;
	border: 1px solid #dddddd;
	padding: 8px;

 }
 
 
 
 
@media (max-width: 1366px) {  

 
					
}

 
 
 
 
 
 
 
 
 
 
 
 
 
 