@CHARSET "UTF-8";
.processed-row td {
	color: red;
	font-size: 11px;
	background-color: yellow;
}

.myclass {
	color: yellow;
	font-size: 11px;
	background-color: red;
}

.pdoneCss {
	background-color: lightgoldenRodYellow;
	border-color: red;
}

.resources-assigned .sch-gantt-label-right
{
    background:url(images/user.png) no-repeat left center !important;
    padding-left:20px;
    display:block;
}

.sch-assignment-cell
{
    color:#666;
}
#pj a{
	margin-left:10px;
}
.mylink{
	cursor:pointer;
}
.upload-icon {
    background: url("ext-gantt/examples/advanced/images/image_add.png") no-repeat;
}

.taskTip
{
	font-size:11px;
}

.sch-column-header:hover
{
    background-color: #AACCF6;
    background-image: -moz-linear-gradient(center top , #EBF3FD, #EBF3FD 39%, #D9E8FB 40%, #D9E8FB);
    border-left-color: #AACCF6;
    border-right-color: #AACCF6;
    cursor:pointer;
}

.taskTip td
{
	width:70px;
}

.x-grid-cell
{
    height: 28px;
}


@-webkit-keyframes glow {
	0% {
		-webkit-box-shadow: 0 0 8px rgba(255, 0, 0, 1);
	}
	100% {
		-webkit-box-shadow: 0;
	}
}

.sch-gantt-critical-chain .x-grid-row-selected .sch-gantt-item,
.sch-dependency-selected
{
	-webkit-animation-name: glow;
    -webkit-animation-iteration-count : infinite;
    -webkit-animation-duration: 0.8s;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;	
	-moz-box-shadow: 0 0 8px rgba(255, 0, 0, 1);
}


.togglebutton
{
	background: url(images/checkbox.gif) no-repeat 0 0 !important;
}


.x-btn-pressed .togglebutton
{
	background-position:0 -16px !important;
}

.action
{
	background: url(images/play.png) no-repeat 0 0 !important;
}

.sch-ganttpanel .x-table-layout-cell
{
	text-align:left;
}

.zoomfit
{
	background:url(images/zoom-fit.png) no-repeat left center !important;
}

.icon-fullscreen
{
	background:url(images/monitor.png) no-repeat left center !important;
}

.icon-collapseall
{
	background:url(images/up.png) no-repeat left center !important;
}

.icon-expandall
{
	background:url(images/down.png) no-repeat left center !important;
}

.percent
{
    margin:0 auto;
    width:18px;
    border:1px solid #3172D7;
    background:Aqua;
    border-radius:2px;
    height:9px;
    overflow:hidden;
    text-align:left;
}

.percent div
{
    background:blue;
    height:3px;
    margin-top:2px;
    overflow:hidden;
}

.percent25 div
{
    width:25%;
}

.percent50 div
{
    width:50%;
}

.percent75 div
{
    width:75%;
}

/* Ext layout bug correction */
.sch-ganttpanel .x-region-collapsed-right-placeholder
{
    border-top:0 none;
    border-bottom:0 none;
    padding-top:3px;
}

.sch-column-color .x-grid-cell-inner
{
    padding: 0;
}

.color-column-inner
{
    border-radius: 10px;
    height: 20px;
    margin-left: 15px;
    width: 20px;
    border: 1px solid #D0D0D0;
}

.id
{
    background-color: #F6F6F6 !important;
    background-image: -moz-linear-gradient(left center, #F6F6F6, #E9E9E9) !important;
    background-image: -webkit-linear-gradient(left, #F6F6F6, #E9E9E9) !important;
    background-image: linear-gradient(left, #F6F6F6, #E9E9E9) !important;
}

.gnt-color-palette {
    background-color: #E9F2FF;
    border: 1px solid #8EAACE;
    position: absolute;
    height: 95px;
    width: 152px;
}


.x-grid-inner-locked .x-panel-body
{
    /*background: #f7f7f7;*/
}

.x-grid-inner-locked .x-grid-cell
{
    border-color: transparent;
    /*background: transparent;*/
    color: #555;
}

.x-grid-inner-locked .x-grid-cell-inner
{
    line-height: 17px;
}

.x-tree-icon
{
    margin: 5px 5px 0 0;
}

.x-tree-icon
{
    margin-top: 2px;
}

.root-row .x-grid-cell-inner
{
    padding-left: 10px;
    font-size: 120%;
}

.root-row .x-grid-cell
{
    border-bottom: 1px solid #bbb;
}

.tipHeader
{
    white-space: nowrap;
}

.demo1 {
    background : whitesmoke url(images/pattern.png) repeat !important;
}
