/* added css for cadastre Popup */
.cadInfo .cadNum {
    font-weight: bold;
}
.cadInfo .featureCont {
    min-height: 200px;
    max-height: 200px;
    overflow-y: auto;
	margin-bottom: 16px;
	text-align: center;
}
.cadInfo .featureCont .first{
    width: 100px;
	font-weight: bold;
}
.cadInfo .featureCont table {
	text-align: left;
}
.cadInfo .featureCont td {
	border-bottom: 1px solid #ddd;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.cadInfo .ShowObjectLabel {
    position: relative;
    top: -3px;
    margin-left: 4px;
}
.cadInfo .cadNav {
	min-height: 60px;
}
.cadInfo .cadNav .cadCount {
    width: 75%;
    padding: 0px 10px 0px 10px;	
    text-align: center;
    float: left;
}
.cadInfo .cadNav .cadLeft {
    float: left;
    cursor: pointer;
	padding-left: 3px;
    color: #2372B9;
    font-weight: bold;
    font-size: large;
}
.cadInfo .cadNav .cadRight {
    position: absolute;
    right: 20px;
	padding-right: 3px;
    cursor: pointer;
    color: #2372B9;
    font-weight: bold;
    font-size: large;
}
.cadInfo .button:hover {
	background-color: #eee;
}
.cadInfo .button {
    padding: 4px;
    position: relative;
    cursor: pointer;
    border: solid 1px #eee;
    border-radius: 4px;
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
}
.cadInfo .operCont {
	position: relative;
	height: 34px;
}
.cadInfo .operCont a {
    left: 138px;
	padding: 0px;
    position: absolute;
}
.cadInfo .operCont svg {
    fill: #757575;
    height: 24px;
    width: 24px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 4px;
}
.cadInfo .notVisible {
    visibility: hidden;
}
.cadInfo button:hover {
	background-color: #eee;
}
.cadInfo button {
    padding: 8px;
    background-color: inherit;
    margin-left: 4px;
    position: relative;
    outline: none;
    cursor: pointer;
    border: solid 1px #eee;
    border-radius: 4px;
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
}
.cadInfo input {
    margin-top: 12px;
}