.field-limit {
	max-width: 80px;
}

#content {
	margin-top: 50px;
}

#container-menu {
	margin-top: 50px;
}

input:focus,
textarea:focus,
select:focus {
	border: 1px solid #FFCC00;
	background-color: #FFFFCC;
}

.default-modal-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 27px;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #39d96d !important;
	color: #fff !important;
	text-align: center;
	opacity: 1 !important;
	border-radius: 0 !important;
	z-index: 9999999;
}