 /* New Copy To Clipboard function - multiple browser support */

#sbgui_c2c_modal_overide {
 		max-width:800px;
}

#sbgui_c2c_modal_body_overide {
 }


 
 #C2C_main {
	width: 625pt;
	height: 450pt;

 } 
 


.C2C_divHeading{
	text-align:center;
	padding-bottom: 10px;

}

.C2C_divHeading2{
	text-align:left;
	padding-bottom: 0px;

}

#C2C_MDselect {
	position: absolute;
	left: 5%;
	height: 94%;
	width: 32.5%;
}

#C2C_Preview {
	position: absolute;
	left: 42%;
	height: 74%;
	width: 50%;
} 


#C2C_content {					/* Textarea for preview */
	white-space: pre;	
	overflow: auto;
	background: transparent;
	resize: none;
	border: 1 solid black;
	width: 100%;
	outline: none;
	height: 82%;
	font-family:monospace;
	scrollbar-color: var(--tds-grey-100) var(--tds-grey-700);
}
#C2C_content::-webkit-scrollbar{
width:5px;
height:5px;
}
#C2C_content::-webkit-scrollbar-thumb{
	background:var(--tds-grey-500);
}
#C2C_content::-webkit-scrollbar-track{
	background:var(--tds-grey-100);
}

#C2C_ActionBtns {
	position: absolute;
	top: 76%;
	left: 42%;
	height: 22%;
	width: 50%;
}


fieldset {
  padding:10px;
  display:inline-block;
}

#btnC2C {
cursor: pointer;
}


.C2C-MsgText{
	text-align:center;
	font-size:12pt !important;
	font-weight:bold;
	padding-bottom: 10px;
}

#C2C_spanRowCnt{
	font-size:14pt;
	color: var(--tds-blue-400);
	
}

.C2C_checkbox{
	accent-color: var(--tds-blue-700);
}
