﻿.login_background {
	/*background-image: URL(../../Images/new-york-city-streets.jpg);*/
	background-image: URL(../../Images/city_streets.jpg);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../Images/city_streets.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../Images/city_streets.jpg', sizingMethod='scale')";
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.VueworksFloatingWindow {
	display: inline-block;
	width: 35%;
	min-width: 400px;
	min-height: 300px;
	background-color: #fff;
	/*box-shadow: 0px 0px 30px 5px #f6941e;*/
	border-radius: 5px;
	border: 1px solid #c2c5c5;
}

.ErrorLabel {
	color: #ff0000;
}

.LoginButton {
	float: none;
	text-decoration: none;
	width: 140px;
	height: auto !important;
}

.ProjectName {
	font-size: larger !important;
	font-weight: bold;
	color: #7f7f7f;
	text-align: center;
}


#warning {
	font-weight: bold;
}

.VersionNumber {
	font-size: small;
	margin-bottom: 10px;
	color: #717171;
}

#copyright {
	text-align: center;
	margin-top: 30px;
	font-size: x-small;
	color: #717171;
}

.ui-autocomplete {
	max-height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
}

html .ui-autocomplete {
	height: 150px;
}

.ui-autocomplete.ui-menu {
}

a:link {
	color: #717171;
	text-decoration: none;
}

a:link:hover {
	color: #717171;
	/*text-decoration: underline;*/
}

a:link:visited {
	color: #717171;
	/*text-decoration: underline;*/
}

input {
	border-radius: 2px;
	padding-left: 2px;
	font-weight: normal;
}


table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

td {
	/*font-weight: normal;*/
	vertical-align: middle;
}

.projectListButton {
	float: none;
	text-decoration: none;
	width: 75%;
	height: auto !important;
}
