.btn-anexar {
	width: 149px;
	height: 30px;
	margin: 0px;
	margin-top: -11px;
	margin-left: 5px;
	font-family: 'Poppins', sans-serif !important;
	display: block;
	padding: 0px;
	text-decoration: none;
	background: transparent;
	border: 1px solid #bfbfbf;
	padding: 5px 25px;
	background-color: #000;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}

.btn-anexar:hover {
	cursor: pointer;
}

.btn-anexar:active {
	position: relative;
	top: 1px;
	color: #222222;
}

.label_anexo {
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	font-size: 15px;
	text-align: center;
	color: #999494;
}

.input-group-addon {
	border: none !important;
}

.anexo_thumb {
	width: 50px;
	height: auto;
	margin-bottom: 20px;
}

.anexo_thumb_r {
	width: 80px;
	height: auto;
	margin-bottom: 10px;
}

.anexo_wrapper {
	text-align: -moz-center;
	text-align: -webkit-center;
}

div.anexo {
	text-align: center;
}

@media all and (min-width:451px) and (max-width: 800px) {
	.anexo_thumb {
		width: 50px;
		height: auto;
	}

	.anexo_thumb_r {
		width: 50px;
		height: auto;
	}

	.btn-anexar {
		width: 100%;
		height: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
		font-size: 11px;
		margin: 0;
	}

	div.anexo {
		width: 30%;
	}
}

@media all and (min-width:0px) and (max-width: 450px) {
	.anexo_thumb {
		width: 50px;
		height: auto;
	}

	.anexo_thumb_r {
		width: 50px;
		height: auto;
	}

	.btn-anexar {
		width: 100%;
		height: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
		font-size: 11px;
		margin: 0;
	}

	div.anexo {
		width: 100%;
		padding: 10px !important;
	}
}