input[type="text"],
input[type="number"],
select,
textarea,
input[type="password"] {
	width: 100%;
	font-size: 14px;
	background-color: #fff;
	padding: 10px 12px;
	color: #333;
	border-radius: 6px;
	border: 1px solid #d1d5db;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
	box-sizing: border-box;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input[type="text"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus,
input[type="password"]:focus {
	border-color: #62b4af;
	box-shadow: 0 0 0 3px rgba(98, 180, 175, 0.2);
	outline: none;
}

input,
button,
textarea,
select {
	outline: none;
}

.bt-new {
	background-color: #62b4af;
	border: 1px solid #549e99;
	color: #fff;
	border-radius: 6px;
	padding: 8px 16px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.2s ease;
	box-shadow: 0 2px 4px rgba(98, 180, 175, 0.2);
}

.bt-new:hover {
	background-color: #53a39e;
	border-color: #4b8f8b;
	box-shadow: 0 4px 6px rgba(98, 180, 175, 0.3);
}

.bt-new img,
.bt-action img {
	margin-right: 5px;
}

.bt-action-remove {
	background-color: #e53e3e;
	/* Standard red */
	border: 1px solid #c53030;
	border-radius: 6px;
	padding: 8px 16px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s ease;
	box-shadow: 0 1px 2px rgba(229, 62, 62, 0.2);
}

.bt-action-remove:hover {
	background-color: #c53030;
	box-shadow: 0 4px 6px rgba(229, 62, 62, 0.3);
}

.bt-action {
	background-color: #ffffff;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	padding: 8px 16px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	color: #374151;
	text-decoration: none;
	transition: all 0.2s ease;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bt-action.full {
	width: 100%;
}

.bt-link {
	background: none;
	border: none;
	text-decoration: underline;
}

.bt-action:hover {
	background-color: #f9fafb;
	border-color: #9ca3af;
	color: #111827;
	text-decoration: none;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.bt-info {
	background-color: #ffffff;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	padding: 6px 12px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	color: #374151;
	float: left;
	margin-right: 5px;
	transition: all 0.2s ease;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bt-info:hover {
	background-color: #f9fafb;
	border-color: #9ca3af;
}

.mark-bt-info {
	background-color: #ccc;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #ccc;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	position: absolute;
	margin-left: -14px;
	margin-top: -4px;
}

.invalid b {
	color: #012A49;
}

.bt-info.invalid {
	padding-left: 14px;
}

.mark-bt-info.red {
	background-color: #012A49;
	color: #012A49;
}

.bt-remove {
	background: none;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef473a', endColorstr='#e42012', GradientType=0);
	/* IE6-9 */
	border: none;
	padding: 7px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	color: #012A49;
}

.bt-remove:hover {
	color: #e42012;
	text-decoration: underline;
}

.bt-remove.full {
	background: #012A49;
	border: 1px solid #012A49;
	color: #fff;
	border-radius: 4px;
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	margin-right: 15px;
}

.checkbox {
	border: 1px solid #ccc;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	float: left;
	margin-right: 5px;
	cursor: pointer;
	margin-top: 2px;
	margin-bottom: 2px;
}

.checkbox.checked {
	background-color: #0b486b;
	background-image: url(../images/ico_checked.png);
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #0b486b;
}

.checkebox-group {
	margin-right: 10px;
	float: left;
}

.actions {
	display: inline-block;
}

.checkbox-text {
	padding-top: 2px;
	cursor: pointer;
	float: left;
	margin-right: 10px;
}

.abas .aba {
	padding: 1px;
	border-bottom: 5px solid #dfdfdf;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.abas .aba.selected {
	border-color: #79bd9a;
}

input.search {
	background-image: url(../images/ico_search.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	padding-left: 38px;
}

.field {
	padding-right: 10px;
	padding-bottom: 5px;
}

.field.done {
	padding-right: 0;
}

.modal-footer button {
	margin-left: 10px;
}

/*TODO: temp*/
.example {
	display: inline-block;
	width: 200px;
	margin: 10px;
}

.mark-select {
	width: 10px;
	border-radius: 2px;
	background-color: #cdcdcd;
	height: 26px;
	position: absolute;
	margin-left: -5px;
	margin-right: 10px;
}

.mark-select.green {
	background-color: #79bd9a;
}

.mark-select.red {
	background-color: #00AAFF;
}

.with-mark .select2-chosen span {
	padding-left: 15px;
}

.with-mark .result-with-mark {
	padding-left: 15px;
}

.with-mark .select2-results .select2-result-label .mark-select {
	height: 20px;
	border-radius: 0;
}

.edit-value-inner {
	background-color: #79bd9a;
	background-image: url(../images/ico_edit_inner.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 2px;
	width: 26px;
	height: 26px;
	position: absolute;
	margin-top: 5px;
	cursor: pointer;
}

.edit-value-inner:hover {
	background-color: #659c7f;
}

.bt-new.form-inline {
	margin-top: 20px;
}

.bt-new.form-inline img,
.bt-action.form-inline img {
	margin: 0;
}

.fileUpload {
	position: relative;
	overflow: hidden;
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.quadro {
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	padding: 10px;
}

.quadro img {
	width: 100%;
}

a:-webkit-any-link {
	text-decoration: none;
}

textarea.fontSmall {
	font-size: 12px;
}