body {
		color: #fff;
		background-image: linear-gradient(to right, #015496, #bc2f42); 
		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: #1b2b59;
}
	
	h1{
		text-align: center;
		
	}
	
	
	
	

	
	thead{
		font-size: 1.3em;
		background-image: linear-gradient(to right, #015496, #bc2f42); 
		color: #fff ;
	}
	
	
	
	tbody{
		font-weight: 300!important;
	}
	
	i.fa.fa-search{
	
	display: inline-block;
	padding: .5em;
	color: #fff;
	background-color: #1b2b59;
	
	
	
}


th, td{
 vertical-align: middle !important;
}
input{
	
	padding: .16em;
	border: 2px solid #1b2b59;
	
}

.ceva{
	float: right;
}

.ceva li {
	list-style: none!important;
	float:left;
	height: 35px;
	
	
	
}

.btn{
	padding: 0.3em;
	color: #fff;
	background-color: #1b2b59;
	margin-right:1px;
	border: 0;
}

.btn:hover{
	background-color: #bc2f42;
}

#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(5), table td:nth-child(6), table th:nth-child(5), table th:nth-child(6), #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;
	}
}
	