﻿.usercard{
    background:#f7f7f7;
}

.error
{
    color: #ec0606;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.LoadingImg {
    display: none;
}
	.LoadingImg.show {
		display: block;
		position: fixed;
		z-index: 10000;
		background-image: url('/Images/Loading.gif');
		background-color: #666;
		opacity: 0.4;
		background-repeat: no-repeat;
		background-position: center;
		left: 0;
		bottom: 0;
		right: 0;
		top: 0;
	}

#divLoading1 {
    display: none;
}

	#divLoading1.show {
		display: block;
		position: fixed;
		z-index: 10000;
		background-image: url('/Images/Loading.gif');
		background-color: #666;
		opacity: 0.4;
		background-repeat: no-repeat;
		background-position: center;
		left: 0;
		bottom: 0;
		right: 0;
		top: 0;
	}

#loadinggif.show {
	left: 50%;
	top: 50%;
	position: absolute;
	z-index: 10000;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;
}
div.content {
   width : 1000px;
   height : 1000px;
}
.NewActive{
    color:white;
}


