.btnDisabled {
	opacity: 0.5;
	color: rgb(193, 193, 193);
	background-color: #c0c0c0;
	border-color: #c0c0c0;
}

.inputDisabled {
	background: none;
	border: none;
}

.disabledArea {
	opacity: .5;
}

.textBtn {
	color: #333;
	font-family: Arial, sans-serif;
	font-weight: normal;
}



.smallText {
	font-size: 10px;
	line-height: 12px;
}


/*margins*/

.noMargin {
	margin: 0;
}

.noPadding {
	padding: 0;
}

.marginTop {
	margin-top: 8px;
}

.marginLeft {
	margin-left: 8px;
}

.marginRight {
	margin-right: 8px;
}

.marginBottom {
	margin-bottom: 8px;
}

.marginBottomSmall {
	margin-bottom: 4px;
}

.upperCase {
	text-transform: uppercase;
}


.dateSelector .marginRight {
	margin-right: 0;
}

.overflowHidden {
	overflow: hidden;
}


/*align*/

.textRight {
	text-align: right;
}