﻿.ui-autocomplete{
	z-index: 2147483647
}
.ui-datepicker{
	width: 17em;
	padding: .2em .2em 0;
	z-index:9999 !important
}

.error {
	background: none repeat scroll 0 0 rgb(251, 227, 228);
	border: 1px solid #fbc2c4;
	color: #8a1f11;
	border-radius: 2px;
}

.text-default, .text-default a, .text-default a:focus, .text-default:active, .text-default:focus, .text-default:hover {
	color: #000000;
}

.pagination > li > a, .pagination > li > span {
	margin-right: 0px;
	border-radius: 0px;
}

.has-error .form-control {
	border-color: #CC0000;
	border-top-color: rgb(204, 0, 0);
	border-right-color: rgb(204, 0, 0);
	border-bottom-color: rgb(204, 0, 0);
	border-left-color: rgb(204, 0, 0);
	color: #CC0000;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (min-width: 320px) {
	.center-on-mdl {
		text-align: center;
	}

	.center-on-mdr {
		text-align: center;
	}

	.header-text {
		font-size: 10px;
		line-height: 100%;
	}

	.title-text {
		font-size: 11px;
		line-height: 100%;
	}

	.subtitle-text {
		font-size: 11px;
		line-height: 100%;
	}

	.label-text {
		font-size: 10px;
		line-height: 100%;
	}
}

@media (min-width: 768px) {
	.header-text {
		font-size: 14px;
		line-height: 100%;
	}

	.title-text {
		font-size: 13px;
		line-height: 100%;
	}

	.subtitle-text {
		font-size: 12px;
		line-height: 100%;
	}

	.label-text {
		font-size: 12px;
		line-height: 100%;
	}
	.xs-font{
		font-size: 12px;
	}
}
@media (min-width: 991px){
	.xs-font{
		font-size: 11px;
	}

}
@media (min-width: 1024px){
	.xs-font{
		font-size: 12px;
	}

}
@media (min-width: 1200px) {
	.center-on-mdl {
		text-align: left;
	}

	.right-on-mdr {
		float: right !important;
	}

	.header-text {
		font-size: 15px;
		line-height: 100%;
	}

	.title-text {
		font-size: 15px;
		line-height: 100%;
	}

	.subtitle-text {
		font-size: 14px;
		line-height: 100%;
	}

	.label-text {
		font-size: 13px;
		line-height: 100%;
	}
	.xs-font{
		font-size: 12px;
	}
}
