.naimsfn-contentDetail {
    overflow: hidden;
    position: relative;
	box-sizing: content-box;
}

.naimsleftPanel {
    float: left;
    width: 300px;
    position: relative;
    z-index: 20;
    height:700px;
    box-sizing: content-box;
}

.naimsleftPanel .naimsrow {
    border-bottom: 1px solid #DDD;
	text-overflow: ellipsis;
	 box-sizing: content-box;
	
}

.naimsleftDataPanel {
    font-weight: bold;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    text-shadow: 0 1px 0 rgba(255,255,255,0.naims4);
    color: #130a0a !important;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0;
 
}


.naimsdataGroup {
    font-weight: bold;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    text-shadow: 0 1px 0 rgba(255,255,255,0.naims4);
    color: #ffffff !important;
    font-size: 13px;
    letter-spacing: 0;
    height:675px;
    
    //background-image: url(../img/gantt/grid.png);
    //background-repeat: repeat;
    
}


 .naimsname, .naimsdesc {
    float: left;
    height: 24px;
    width: 100%;
    background-color: #f6f6f6;
}

.naimsspacer {
    height: 99px;
}


.naimsgridCell{
    display: grid;
    //grid-template-columns: repeat(3, 1fr);
    //grid-template-rows: repeat(2, 1fr);
    //background-color: #ccc;
    text-align: center;
    width: 10px;
}

.naimsdataPanel {
    margin-left: 0;
    //background-image: url(../img/gantt/grid.png);
    //background-repeat: repeat;
    position: relative;
	overflow-x: auto;
    width: 1100px;	
  

   

}

.naimsheaderGroupRow {
	width: 2015px;
}

.naimsheaderRow {
    margin-right: -1px; 
}

.naimsbar .naimsfn-label {
    font-weight: bold;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    text-shadow: 0 1px 0 rgba(255,255,255,0.naims4);
    color: #ffffff !important;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0;
}


.naimsheadItemDuration {
    float: left;
    border-bottom: 1px solid #DDD;
    height: 24px;
    font-weight: 700;
    font-size: 13px;
    color: #000000;
    text-align: center;
	width: 2015px;
	box-sizing: content-box;
}

.naimsheadItemDay {
    float: left;
    border-bottom: 1px solid #DDD;
    height: 24px;
    font-weight: 700;
    font-size: 13px;
    color: #000000;
    text-align: center;
	width: 2015px;
	box-sizing: content-box;
}

.naimsheadItemHour {
    float: left;
    border-bottom: 1px solid #DDD;
    height: 24px;
    font-weight: 700;
    font-size: 13px;
    color: #000000;
    text-align: center;
	width: 83px;
	box-sizing: content-box;
}

.naimsheadItemMinute {
    float: left;
    border-bottom: 1px solid #DDD;
    height: 24px;
    font-weight: 700;
    /*
    font-size: 3px;
    */
    color: #000000;
    text-align: center;
	width: 20px;
	box-sizing: content-box;
}

.naimsganttOption {
	white-space:nowrap;
    background-color: orange;
    position: absolute;
    z-index: 9999;
}

.naimsganttOptionGreen {
	white-space:nowrap;
    background-color: green;
    position: absolute;
    z-index: 999;
}


.page-count {
			display: inline-block;
			background-color: #f2f2f2;
			color: #333;
			font-size: 14px;
			padding: 5px 10px;
			border-radius: 5px;
		}


/*
.page-count {
				background-color: transparent;
			  color: #4CAF50;
			  padding: 10px 20px;
			  border: none;
			  border-radius: 5px;
			  cursor: pointer;
		}		
	*/	
	
		
		