.wid100per{
	width: 100%;
}
.light_gray_bg{
    background: #fdfdfd;
    padding: 15px;
    border:1px solid #f0f0f0;
}
.infosection{
	font-size: 14px;
}
.margtop_15px{
	margin-top: 15px;
}
.marg_25_r{
	margin-right: 25px;
}
.infosection_blk{
	color: #000;
	padding: 5px 0 0 0;
}
.infosection_blk span{
	color: #7f7f7f;
	padding-left: 5px;
}
.addnewlink{
	color: #ff7149!important;
	cursor: pointer;
	float: right;
	padding:5px 10px;
	border:1px solid #ff7149;
	font-size: 14px;
	border-radius: 3px;
}
.addnewlink:hover{
	color: #FFF!important;
	border:1px solid #ff7149;
	background: #ff7149;
	border-radius: 3px;
}

.removenewlink{
	color: #c1bfbf!important;
	cursor: pointer;
	float: right;
	padding:5px 10px;
	border:1px solid #d1d1d1;
	font-size: 14px;
	border-radius: 3px;
	margin-right:10px;
}
.removenewlink:hover{
	color: #FFF!important;
	border:1px solid #d1d1d1;
	background: #d1d1d1;
	border-radius: 3px;
}


.editserver{
	width: 26px;
	height: 26px;
	line-height: 22px;
	border:1px solid #ff7149;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #ff7149;
	margin-right: 10px;
	text-align: center;
	cursor: pointer;
	margin-top: -2px;
}
.editserver:hover{
	background: #ff7149;
	color: #FFF;
}	
.deleteServer{
	width: 26px;
	height: 26px;
	line-height: 22px;
	border:1px solid #808080;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #808080;
	text-align: center;
	cursor: pointer;
	margin-top: -2px;
	margin-right: 10px;
}
.deleteServer:hover{
	background: #808080;
	color: #FFF;
}	


.deleteHelpdesk {
    width: 26px;
    height: 26px;
    line-height: 22px;
    border: 1px solid #808080;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #808080;
    text-align: center;
    cursor: pointer;
    margin-top: -2px;
    margin-right: 10px;
}
.deleteHelpdesk:hover{
	background: #808080;
	color: #FFF;
}
.edithelp {
    width: 26px;
    height: 26px;
    line-height: 22px;
    border: 1px solid #ff7149;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ff7149;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    margin-top: -2px;
}	
.not-active {
   pointer-events: none;
   cursor: default;
}
