/** CUSTOM ******/

.display-none {
	display: none;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
.color-black {
	color: black;
}
.color-blue {
	color: blue;
}
.color-green {
	color: green;
}
.color-purple {
	color: purple;
}
.color-red {
	color: red;
}
.color-orange {
	color: orange;
}
.ff {
	float: left;
}
.fs-12px {
	font-size: 12px;
}
.fs-15px {
	font-size: 15px;
}
.margion-30px {
	margin: 30px;
}
.margin-bottom-30px {
	margin-bottom: 30px;
}
.margin-left-0 {
	margin-left: 0;
}
.margin-left-2px {
	margin-left: 2px;
}
.margin-left-8px {
	margin-left: 8px;
}
.margin-top--10px {
	margin-top: -10px;
}
.margin-top-10px {
	margin-top: 10px;
}
.margin-top-15px {
	margin-top: 15px;
}
.margin-top-20px {
	margin-top: 20px;
}
.margin-top-30px {
	margin-top: 30px;
}
.margin-top-60px {
	margin-top: 60px;
}
.padding-margin-none {
	margin: 0;
	padding: 0;
}
.pointer {
	cursor: pointer;
}
.position-relative {
	position: relative;
}
.text-align-left {
	text-align: left;
}
.text-align-right {
	text-align: right;
}
.text-align-center {
	text-align: center !important;
}
.text-upper {
	text-transform: uppercase;
}
.vertical-align-middle {
	vertical-align: middle !important;
}
.width-80p {
	width: 80%;
}
.width-60p {
	width: 60%;
}
.width-40p {
	width: 40%;
}
.width-20p {
	width: 20%;
}
.width-800px {
	width: 800px;
}
.width-850px {
	width: 850px;
}

/** BOOTSTRAP - YFORMS ******/

div.flash-message {
	margin-top: 20px;
	margin-bottom: 25px;
}
div.form .errorSummary {
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid;
	border-color: #eed3d7;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.form .errorSummary .close {
	line-height: 20px;
	position: relative;
	right: -21px;
	top: -2px;
}
div.form .errorSummary p {
	padding: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}
div.grid-view tr.filters select {
	font-size: 11px;
	margin-bottom: 0;
	height: 22px;
}

div.link-pager li.btn a {
	border: none !important;
	height: 28px !important;
	font-weight: normal !important;
	padding: 0 !important;
}
div.link-pager li.btn-selected a, div.link-pager li.btn-previouspage a, div.link-pager li.btn-nextpage a {
	color: #fff !important;
}