body {
	padding-top: 60px;
}

ng-hide {
	display: none;
}

.loader {
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	width: 200px;
	height: 36px;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.container {
	height: 300px;
	width: 500px;
	margin: 150px auto;
}

.popUpErrorMsg {
	color: #F70E0E;
}

.modalPopUp {
	background: #428bca
}

.gridpopup {
	cursor: pointer;
}
.errorRestrict {
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	curson: initial;
	cursor: pointer;
	white-space: nowrap;
}

.errorRestrict a {
	color: #F30909;
}


.serverErrorContent { 
	color: #F30909;
	font-size: 14px;
	font-weight: initial;
}

.modalPopUp h3 {
	height: 19px;
	margin: -8px 0px 0px 0px;
	font-size: 18px;
	font-style: normal;
	color: #FA1212;
}

.text-error {
	color: #E01E1E
}

.box {
	border: 1px solid #A3A3A3;
	text-align: center;
	float: left;
	height: 155px;
	width: 158px;
	cursor: pointer;
	box-shadow: 1px 1px 4px 1px #CCCCCC;
	margin-left: 30px;
}

.option1 {
	clear: both;
	display: block;
	height: 158px;
	margin: 10px auto 0;
	padding: 0;
	width: 158px;
	border: none;
}

.box1 {
	border: 1px solid #A3A3A3;
	text-align: left;
	height: 47px;
	width: 392px;
	cursor: pointer;
	box-shadow: 1px 1px 4px 1px #CCCCCC;
	margin-left: 30px;
}

.box2 {
	border: 1px solid #A3A3A3;
	text-align: left;
	height: 47px;
	width: 300px;
	cursor: pointer;
	box-shadow: 1px 1px 4px 1px #CCCCCC;
	margin-left: 30px;
}

.container-left {
	height: 500px;
	width: 500px;
	float: right;
	margin-right: 10px;
}

.container-right {
	height: 500px;
	width: 200px;
	margin-left: 520px;
}

.wrapper1 {
	margin: 0px auto !important;
	width: 800px;
}

.searchBox {
	width: 299px;
	height: 44px;
}

[class*="icon-"].glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings' !important;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.pickerButton {
	padding: 4px 12px;
}

.text-error {
	color: #E01E1E;
}