
/** link color in tooltips */
.x-tip-body-default a{
	color: #15C;
	text-decoration: underline;
}

/*  set tdCls: 'wrapGridContent'on grid column for text to wrap */
.wrapGridContent .x-grid-cell-inner {
    white-space: normal;
}
.x-grid-cell-aligntop  {
    vertical-align:top !important;
}

.heos-details-tip td:first-child {
  padding-right: 5px;
  vertical-align: top;
}

.full-width {
	width: 100%;
}

#msg-div .msg .x-box-mc {
    font-size:14px;
    text-align: center;
}

#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:450px;
    z-index:20000;
}

#msg-div .msg {
    padding-bottom: 2px;
    padding-top: 2px;
}

#msg-div .msg .x-box-tl, #msg-div .msg .x-box-tr, #msg-div .msg .x-box-bl, #msg-div .msg .x-box-br {
    background-image: url(../images/waf/dropin/corners.png);
}

#msg-div .msg .x-box-bc, #msg-div .msg .x-box-tc {
    background-image: url(../images/waf/dropin/tb.png);
}

#msg-div .msg .x-box-ml {
    background-image: url(../images/waf/dropin/l.png);
}

#msg-div .msg .x-box-mr {
    background-image: url(../images/waf/dropin/r.png);
}

/* project social */
.batch-social-holder{
	min-width:200px;
}
.batch-social-parent{
	display:inline-block;
}
.batch-social-parent:hover > .batch-social-holder{
	padding-top:3px;
	padding-right:3px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	border-radius:5px 5px 0px 0px;
}
.batch-social-parent:hover .batch-project-social{
	display:block;
	z-index:999;
	padding-top:3px;
}

.batch-project-social{
	position:absolute;
	display:none;
	background-color: #FFFFFF;
	border:1px solid #ccc;
	border-radius:0px 5px 5px 5px;	
}

.batch-project-social .batch-social-holder{
	padding:3px 3px 3px 0px;
}

.batch-project-social .project-id{
	vertical-align:top;
	overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    max-width:75px;
    display:inline-block;	
}

.batch-project-social .favoff{
	background-position-y:2px;
}

.batch-social .fav,.batch-social .ux-liked, .batch-project-social .fav,.batch-project-social .ux-liked,.batch-project-social span.project-id{
	margin-left:10px;
}

.batch-project-social.pad-less .fav,.batch-project-social.pad-less .ux-liked,.batch-project-social.pad-less span.project-id{
	margin-left:4px;
}

.batch-project-social.pad-less .project-id{
	max-width:60px;
}

.socialoptions .batch-social{
	float:left;
}


/* Liked */

.batch-liked{
	float:left;
	margin-left:10px;
}

.batch-liked .ux-liked, a.ux-liked{
	font-size:14px;
	cursor:pointer;
	vertical-align:top;
	text-decoration:none;
}

.ux-liked-cnt {
	height:14px;
	color: #888;
	margin-left:2px;
	text-align:center;
	font-size:11px;
	display:inline-block;
	min-width:20px;
	vertical-align:top;
}

.ux-liked.fa-thumbs-o-up {
	color:#CDCDCD !important;
}

.ux-liked.fa-thumbs-up {
	color:#62ABDB !important;
}


/* Favorite */
div.fav{
	float:left;
	margin-left:10px;
}
.fav{
	height:16px;
	width:16px;
	display:inline-block;
	cursor:pointer;
}
.fav.fa {
	font-size:12px;
}
.fav.fa-star {
	color:#FFCC66;
}
.fav.fa-star-o {
	color:#CDCDCD;
}
/* End Favorite */

/* Comment Counter */
.ux-commentcounter{
	font:normal 11px 'Helvetica Neue',Arial,sans-serif;
	display:inline-block;
	margin:0;
	padding:0;
	float:left;
	height:16px;
	min-width:40px;
	text-align:center;
}

.ux-commentcounter-edit{
	display:inline-block;
	float:left;
	height:16px;
	cursor:pointer;
	background:url(../images/extjs/comment_add.png) no-repeat 0px -2px;
	width:18px;
}

.ux-commentcounter-count {
	height:14px;
	color: #888;
}

/* End Comment Counter */

/**********  extjs button that looks like link button ************/
.extlinkButton, .extlinkButton .x-btn-default-small {
    background-image: none !important;
    background-color: transparent  !important;
    border-style: none  !important;
}

.extfilelinkButton .x-form-file-button{
    cursor:pointer;
}

.extfilelinkButton .x-form-file-btn .x-btn-wrap .x-btn-button{
    background-image: none !important;
    background-color: transparent  !important;
    border-style: none  !important;
}
.extlinkButton .x-form-file-input{
    cursor:pointer !important;
    width: 50px;
}
 
 .extlinkButton a, .extlinkButton .x-btn-inner, .extlinkButton .x-btn-default-small, .extlinkButton.fa  {
    color:#3382C5 !important;
}
 
.ux-share-reaction{
	color : #3382C5;
	cursor:pointer;
}


/*********** rounded text field **************/
.extRoundedText{
	border-radius:10px;
 	-moz-border-radius:10px;
 	-webkit-border-radius:10px;	
 	padding : 1px 1px 1px 3px;
}


/******* icon classes *********/
.icon-node-excel{
	width:16px;
    background-image:url('../images/icons/excel.png');
}

.icon-node-notepad{
	width:16px;
    background-image:url('../images/icons/notepad.png');
}

.icon-node-sdf{
	width:16px;
    background-image:url('../images/icons/sdf.png');
}

.icon-node-protocol{
	width:16px;
    background-image:url('../images/icons/protocol16.png');
}

.upload-icon{
	background: url('../images/icons/upload.png') no-repeat 0 0 !important;
}

.link-icon{
	background: url('../images/icons/link.png') no-repeat 0 0 !important;
}

.select-all{
	background: url('../images/icons/selectall.png') no-repeat 0 0 !important;
}

.select-none{
	background: url('../images/icons/selectnone.png') no-repeat 0 0 !important;
}

.x-tool-select-all{
 	background: url('../images/icons/selectall.png') no-repeat 0 0 !important;
}

.x-tool-select-none{
 	background: url('../images/icons/selectnone.png') no-repeat 0 0 !important;
}

.folder-info-16{
 	background: url('../images/icons/folderinfo16.png') no-repeat 0 0 !important;
}

div.extGroupHeaderToolbar{
	float:right;
}

div.extGroupHeaderToolbar a{
	margin-left:10px;
	font-size:smaller;
	color:#3764a0;
}

div.treecontrols input[type="button"]{
	background-color:transparent !important;
	background-position:center;
	background-repeat:no-repeat !important;	
	width:16px;
	border:0;
	height: 16px;
	margin-left:3px;
	cursor:pointer;
}

.tree-node-description{
	color:#999;
}

.showAsLabel input{
	background:none;
	border:0px;
}

.x-tip {
    width: auto !important;
    max-width:500px;
}
.x-tip-body {
    width: auto !important;
}
.x-tip-body span {
    width: auto !important;
}
