.col-box-form-input{
	margin-bottom: 20px;
}
.col-box-form-input .form-group label{
	color: #333;
	font-size: 14px;
	font-family: Poppins-SemiBold;
}
.col-box-form-input .form-group select, .col-box-form-input .form-group input{
	height: 40px;
	border-radius: 0px;
}
.col-box-form-input .form-group select::-moz-placeholder,
.col-box-form-input .form-group select::-webkit-input-placeholder,
.col-box-form-input .form-group input::-moz-placeholder,
.col-box-form-input .form-group input::-webkit-input-placeholder{
	color: #7f7e7b;
	font-size: 14px;
	font-family: Poppins-Regular;
}
.col-box-form-input button{
	color: #FFF;
	font-size: 14px;
	font-family: Poppins-Regular;
	background-color: #1a81c4;
	border-radius: 0px;
	border:  1px solid transparent;
	width: 100%;
	float: left;
	padding: 10px 0px;
}
.col-box-form-input button:hover,
.col-box-form-input button:active,
.col-box-form-input button:focus{
	color: #FFF;
	transition: 0.5s;
	border-color: #FFF;
	background-color: #1a81c4;
}
/* BTNS */
.row-btns-csv-print{
	margin-top: 15px;
	margin-bottom: 30px;
}
.btn-exporting-csv, .btn-exporting-print{
	color: #FFFFFF;
	font-size: 14px;
  	font-family: Poppins-Regular;
	padding:  10px 15px;
	background-color: #1a81c4;
	border:  1px solid transparent;
	border-radius: 0px;
}
.btn-exporting-csv:hover,
.btn-exporting-print:hover,
.btn-exporting-csv:active,
.btn-exporting-print:active,
.btn-exporting-csv:focus,
.btn-exporting-print:focus{
	color: #fff;
	background-color: #1a81c4;
	border-color: #fff;
	transition: 0.5s;
}
/* TABLE */
.table-downloads-interna{
	background-color: #1a81c4;
}
.thead-downloads tr th{
	color: #FFFFFF;
	font-size: 14px;
	font-family: Poppins-SemiBold;
	font-weight: lighter;
	padding-left: 15px;
}
.tbdoy-downloads tr{
	background-color: #FFF ;
} 
.tbdoy-download tr:nth-of-type(odd){
	background-color: #f9f9f9;
}
.tbdoy-downloads tr td section{	
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	float: left;
}
.td-download section a{
	font-size: 18px;
	font-weight: lighter;
	font-family: Poppins-Light;
	color: #333;
	padding: 0px;
}
.td-download section a i{
	color: #1a81c4;	
}
.td-download section a:hover{
	color: #1a81c4;
}

@media screen and (max-width: 767px) {
	.col-box-form-input, .col-box-form-input .form-group{
		margin-bottom: 5px;
	}
	.col-box-table-downloads .table-responsive{
		padding-left: 0px;
		padding-right: 0px;
	}

	.btn-exporting-csv, .btn-exporting-print{
		width: 100%;
		float: left; 
	}
	.col-box-btn-print{
		padding-left: 0px;
	}
}