.ux-header-text {
	cursor: pointer !important;
	text-decoration: none !important;
}

.ux-header-text:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.ux-tip {
    color: #8f8f8f !important;   
}

.tb-text-nb {
    color: red;
}        

.linkButton {
	border: none;
    background: none;    
}  
.linkButton span {
    cursor: pointer;
    text-decoration: underline;
}
.linkButton .x-btn-inner {
    color: blue;
}

.unSelect {
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
}

.marginCenter {
    margin: 15px;
}

.marginTop {
    margin: 15px 15px 0px 15px;
}
  
.actionColumnMiddle {
    vertical-align: middle;
}

.ux-click-text{
    text-decoration:underline;
    color:blue !important;
    cursor: pointer !important;
}

.url-title-line-height {
	line-height:36px; 
    min-height:36px;
    margin-bottom:0;
    margin-top:0;
    padding-top:0;
    word-break: break-all;
}

.cursor-auto {
	cursor: auto !important;
}