body {
		color: #fff;
		background: #39415f;
		font-family: 'Roboto', sans-serif;
	}
	
	
	
	
	.container-fluid{
		color: #000;
		border-radius: 3px;
    	margin-bottom: 15px;
        background: #fff;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
		margin: 30px;
	}


	
	h1, h6, p , td{
	
	color: #39415f;
}
	
	h1{
		text-align: center;
		
	}
	
	table th{
		text-align: center!important;
		vertical-align:middle!important;
	}
	
	table td:nth-child(5), table td:nth-child(6), table td:nth-child(7), table td:nth-child(8){
		text-align: center!important;
		
	}
	
	table td:nth-child(3){
		min-width:220px;
	}
	
	
	table th{
		padding-left: 5px!important;
		padding-right: 17px!important;
	}
	
	thead{
		font-size: 1.3em;
		background-color: #6D071A;
		color: #fff ;
	}
	
	.grena {background-color: #6D071A;}
	
	tbody{
		font-weight: 300!important;
	}
	
	i.fa.fa-search{
	
	display: inline-block;
	padding: .5em;
	color: #fff;
	background-color: #39415f;
	
	
	
}
input{
	
	padding: .16em;
	border: 2px solid #39415f;
	
}

.ceva{
	float: right;
}

.ceva li {
	list-style: none!important;
	float:left;
	height: 35px;
	
	
	
}

.btn{
	padding: 0.3em;
	color: #fff;
	background-color: #39415f;
	margin-right:1px;
	border: 0;
}

.btn:hover{
	background-color: #b84013;
}

#myInput2{
	display: none;
}

@media(max-width: 981px){
	
table td:nth-child(3){
		min-width:0!important;
	}	
	
.table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    
	font-size: 12px!important;
  }	
	
}


@media(max-width: 830px){
.table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    
	font-size: 9px!important;
  }	
	
}

@media(max-width: 767px){
	table td:nth-child(2), table td:nth-child(4), table td:nth-child(6), table td:nth-child(8),table th:nth-child(2), table th:nth-child(4), table th:nth-child(6), table th:nth-child(8), #myInput, .afara1{
		display: none!important;
		
	}
	
	#myInput2{
		
		display: block;
	}
	
	.table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
	font-size: 9px;
  }
  .container-fluid{
		
        padding: 0;
		margin: 0;
	}
  .ceva{
	  float: left;
  }
  h6{
	  padding: 0 25px;
  }
}

@media(max-width: 425px){
	.afara{
		visibility:hidden;
		
	}
	
	
	h1{
		font-size: 23px;
	}
}
	