
    @media print {
        .ui-layout-pane {
			overflow: visible !important;
        }
        .diagchart
         {
			overflow: visible !important;
			position:static !important;
			height:100%  !important;
			min-height:inherit !important;
			border:0px solid #BBB !important;
        }
}

.inc_contents {
height: 100%; 
width: 100%; 
min-height:450px;
background: #FFF; 
}

.xref-iframe {

}

a.xref-iframe:after {
content: url("../image/toggle.png");
}

.ui-layout-resizer { /* all 'resizer-bars' */ 
background: #DDD; 
}

.pane {
display:	none; /* will appear when layout inits */
}

.ui-layout-toggler { /* all 'toggler-buttons' */ 
background: #AAA; 
}

.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}


html, body {
height:		100%;
}

.ui-layout-pane { /* all 'panes' */ 
background: #fff; 
border: 0px;
padding: 0px; 
overflow: auto;
}

.confirmed {
background-color:#CCC !important;
}

.active {
background-color: #FFC !important;
}

.testblock-ans {
 cursor:pointer;
}
.yes-title, 
.no-title,
.choice-title {
 cursor:pointer;
}

.diagsection .diagchart {
/* HEIGHT */
height:		100%;
min-height:	500px;
/* HORIZONTAL CENTERING */
margin:		0 auto;
border:4px solid #BBB;
}
    .diagflow{
	height:100%  !important;
    }	
.testblock {
	margin:10px;
}
.ui-layout-resizer { /* all 'resizer-bars' */ 
	background: #DDD; 
}
.pane {
	display:	none; /* will appear when layout inits */
}

.ui-layout-toggler { /* all 'toggler-buttons' */ 
	background: #AAA; 
}

.ans {
	width: 100%; 
}
/*
.yes-title, .ok-title, .no-title, .ng-title, .choice-title {
  width: 10%;
}
*/
.yes-content, .ok-content, .no-content, .ng-content, .choice-content {
  width: 100%;
}

.inc_contents {
	height: 100%; 
	width: 100%; 
	background: #FFF; 
}
.xref-iframe {

}
a.xref-iframe:after {
	content: url("../image/toggle.png");
}

.flowchart {
padding:5px;
min-width:344px;
max-width:344px;
}
.tb-flow {
  width: 100%;
  display: table;
  min-height:20px;
  page-break-inside:avoid;
}

.ques-flow, .ans-flow, .arrow-flow {
display: table-cell;
}

.arrow-flow {
  min-width:40px;
  height: 30px;
  text-align:center;
}

.ques-flow, .ans-to {
  background-color: #D3EDFB;
  min-width:130px !important;
  max-width:130px !important;
  word-wrap: break-word;
}
.ques-flow {
  vertical-align: middle;
  border: 1px solid #999;
  padding:5px;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  border-radius: 0.5em;
  behavior: url(border-radius.htc); /* IE */
  cursor:pointer;
}


.ans-flow {
  width: 100%;
}

.ans-to, .ans-arrow{
  display:table-cell;
}
.ans-to{
  min-height: 30px;
  margin-bottom: 0.5em;
  border: 1px solid #999;
  margin-top : 10px;
  margin-left : 10px;
  padding:5px;
}

.ans-arrow{
  position:relative;
  margin-top: 30px;
  width:60px;
}
.ans-nextarrow {
  position:relative;
  height: 17px;
  padding-top: 5px;
  margin-left: 5px;
  width: 120px;
}
.nextarrow:before {
  content: "";
  position:absolute;
  border-top: 4px solid black;
  border-right: 4px solid black;
  top: 4px;
  left: 1px;
  width: 100px;
  height: 10px;
}
.nextarrow:after {
  content: "";
  position:absolute;
  width: 0;
  height: 0;
  left: 96px;
  top: 18px;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-top: 7px solid black;

}
.right-arrow{
  position:absolute;
  top:6px;
  left:8px;
}
.right-arrow:before{
  content: "";
  position: absolute;
  left: -2px;
  top: 0px;
  width: 40px;
  height: 0px;
  border-top: 4px solid black;
}
.right-arrow:after{
  content: "";
  position: absolute;
  top: -5px;
  left: 38px;
  width: 0px;
  height: 0px;
  border-top: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid rgba(0, 0, 0, 0);
  border-left: 7px solid black;
}

.ans-block {
  display: table;
  margin-bottom:10px;
}

.down-arrow:before {
  content: "";
  display: block;
  margin-left: 18px;
  width: 0px;
  height: 5px;
  border-left: 2px solid black;
  border-right: 2px solid black;
}
.down-arrow:after {
  content: "";
  display: block;
  margin-left: 13px;
  margin-bottom: 2px;
  width: 0;
  height: 0;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-top: 7px solid black;
}

.ui-resizable {
position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.nextarrow {
	padding-left:4px;
}

.diagsection-button-container {
    text-align: right;
    min-height: 10px;
}

#ca-opener,
#gd-opener,
#opener {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
	cursor:pointer;
	margin-top:5px;
	margin-bottom:5px;
}
#ca-opener span.ui-icon,
#gd-opener span.ui-icon,
#opener span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}

#testblock-end {
  /* text-align: center;*/
  /*font-size: 20pt;*/
  border: none;
  padding-left:10px;
  padding-top: 100px;
  padding-bottom:100px;
  /* background: none */
}

select.diagwi-select {
  margin-top: 0.4em;
  margin-left: 0.4em;
}

select.diagsection-select {
  margin-top: 0.4em;
}

