index.css 5.33 KB
body {
	overflow: hidden;
}

.bc-adjust-list-input {
	/*border-style: solid;*/
	/*border-width: 2px;*/
	/*border-color: #f1586f;*/
	width: 600px;
	height: 38px;
	/*color: #12cada !important;*/

}

.bc-adjust-list {
	right: 500px;
	position: absolute;
	border: none;
	width: 709px;
	height: 40px;
	border-right-color: #0d638f;
	padding: 4px 0 0 0;
	z-index: 9999;
}

.relationshipGraph-tip { 
	border-radius: 6px !important;
	background: #192838 !important;
	width: 160px !important;
	color: #12cada !important;
	z-index: 100000 !important;
}

.relationshipGraph-tip:after {
	color: #192838 !important;	
}

.relationshipGraph-tip table tr td{
	padding: 3px;
}

.rect-cover,.rect-cover-statis {
	fill: rgba(255, 255, 255, 0);
}

.case_rect{
	fill: rgba(255, 255, 255, 0.2);
    stroke:#0099CC;
    stroke-width: 4px;
    rx: 5px;
    ry: 5px;
}

.c_close {
	fill: #f7466b;
	opacity: 0.5 ;
}

.c_close_so {
	fill:rgb(253, 253, 253);
}

.c_close_line_r,.c_close_line_l {
	stroke:#f7466b;
	opacity: 0.5 ;
	stroke-width:2; 
}

.c_close_cover,.r_left_cover,.r_right_cover,.r_center_cover {
	fill:rgba(253,253,253,0);
}

.test_r_center,.test_r_left,.test_r_right {
	fill:#0099CC
}

.test_r_center_solid,.test_r_left_solid,.test_r_right_solid {
	fill:#0099CC
}

.test_r_center_so, .test_r_left_so,.test_r_right_so{
	fill:rgb(253, 253, 253);
}


text.caseactive {
	fill: #03e1fd;
}


text.alert-danger {
	/* transform: scale(0.5,1); */
    font-weight: bolder;
    fill: #f9a3a9;
}

.relationshipGraph-up {
	/* fill: #2c5c7f; */
	/* fill: #304459; */
	fill: #233f5d; 
	stroke: #ffffff;
    stroke-width: 1px;
    pointer-events: all;
    cursor: default;
    rx:4;
    ry:4;
}

.relationshipGraph-up-text,.relationshipGraph-down-text {
	/* transform: scale(0.5,1); */
    font-weight: bolder;
    fill: #ffffff;
}

.relationshipGraph-up-circle-text,.relationshipGraph-down-circle-text {
   font-weight: bolder;
   fill: #2ab4c0;
}

.relationshipGraph-up-circle,.relationshipGraph-down-circle {
	/* stroke: #2ab4c0; */
	stroke: #17a8ee;
    stroke-width: 2px;
    fill: #ffffff;
}

.relationshipGraph-down {
	/* fill: #666; */
	/* fill: #3b414e; */
	fill: #31394a;
    cursor: default;
    stroke: #ffffff;
    stroke-width: 1px;
    pointer-events: all;
    rx:4;
    ry:4
}


.ganttSvgContainer {
    height: 720px;
    overflow: auto;
    /*position: relative;*/
}

#bcContainer {
	width: 100%;
	min-height: 100%;
	top: -160px;
	/*margin: 0px -100px 0px 0px;*/
}
#upDownContainer {
	width: 100%;
	height: 350px;
	/*margin: 10px 0px 0px 10px;*/
}

.gtt {
    height: 720px;
    width: 100%;
	overflow-y: auto;
}

.svg-chart {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#ganttSvg {
	width: 100%;
	margin: 10px 0px 0px 10px;
}


.rect_shift, .rect_Whours {
    /* fill:#225369; */
    fill : #093144;
    stroke-width: 0.5;
}

.statis_text {
    fill:#eee;
    /* transform: scale(0.4,0.5); */
    font-weight: bold;
}

.axis path,.axis line,.down path,.down line,.up path,.up line {
	fill: none;
    stroke: #304152;
    shape-rendering: crispEdges;
    opacity: 0.5;
    stroke-width: 1;
}

::selection {
	background:rgba(255, 255, 255, 0); 
}

.tipsdscontinue {
	width:100%;
	overflow: hidden;
}

.tipsdscontinue span {
	display:block; 
	float:left;
	font-size:x-small;
	line-height:10px;
	padding: 2px 8px 4px 8px;
}

.dscrp {
	width: 28%;
    height: 6px;
    padding: 8px 8px 8px 30px;
    float: left;
}

.sx {
	 background-color: #ff2949;
}

.xx {
	 background-color: #518fe3;
}

.tipso_bubble {
	border: 1px #E91E63 solid;
   /*  box-shadow: 10px 10px 5px #888888; */
    box-shadow: 4px 4px 2px #888888;
    background: #ffffff !important;
}
.tipso_arrow {
	    /* border-color: transparent #E91E63 transparent transparent  !important;	 */
}

 

.ganttSvgContainer::-webkit-scrollbar {
width:12px;
height:6px;
}
.ganttSvgContainer::-webkit-scrollbar-button    {
/* background-color:#FF7677; */
background:rgba(255, 255, 255, 0);
}
.ganttSvgContainer::-webkit-scrollbar-track     {
/* background:#FF66D5; */
background:rgba(255, 255, 255, 0);
}
.ganttSvgContainer::-webkit-scrollbar-track-piece {
/* background:#ff0000; */
background:rgba(255, 255, 255, 0);
}
.ganttSvgContainer::-webkit-scrollbar-thumb{
background:rgba(197, 196, 196, 0.81);
border-radius:10px !important;
}
.ganttSvgContainer::-webkit-scrollbar-corner {
/* background:#82AFFF; */
background:rgba(255, 255, 255, 0);
}
.ganttSvgContainer::-webkit-scrollbar-resizer  {
/* background:#FF0BEE; */
background:rgba(255, 255, 255, 0);
}

.gtt::-webkit-scrollbar {
width:12px;
height:6px;
}
.gtt::-webkit-scrollbar-button    {
/* background-color:#FF7677; */
background:rgba(255, 255, 255, 0);
}
.gtt::-webkit-scrollbar-track     {
/* background:#FF66D5; */
background:rgba(255, 255, 255, 0);
}
.gtt::-webkit-scrollbar-track-piece {
/* background:#ff0000; */
background:rgba(255, 255, 255, 0);
}
.gtt::-webkit-scrollbar-thumb{
background:rgba(197, 196, 196, 0.81);
border-radius:10px !important;
}
.gtt::-webkit-scrollbar-corner {
/* background:#82AFFF; */
background:rgba(255, 255, 255, 0);
}
.gtt::-webkit-scrollbar-resizer  {
/* background:#FF0BEE; */
background:rgba(255, 255, 255, 0);
}