/* Default CSS Stylesheet for a new Web Application project */

body, html,
body *,
html *
{
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
}

#frame_top::after 
{
    position: fixed;
    content: "";
    top: auto;
    bottom: 0;
    left: 299px;
    right: 0;
    height: 2px;
    background: #aaafb9;
}

#frame_nav::after 
{
    position: fixed;
    content: "";
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: 2px;
    background: #aaafb9;
}

.bg-gray 
{
    background-color: #dadddc;
}

input,
select 
{
    padding: 0.25em 0.5em;
    height: auto !important;
}

#frame_nav p
{
    font-size: 1.15em;
    font-weight: bold;
    color: #274463;
    margin: 1em 0 5px 0;
    text-decoration: underline;
}

a.side,
a.side:visited
{
    color: #2570e9 !important;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 0.25em;
    border-bottom: 3px solid transparent;
    border-radius: 3px;
    padding: 5px 5px 0;
    transition: color 300ms ease, background 300ms ease, border 300ms ease;
}

a.side:hover ,
a.side:focus-visible
{
    outline: 0;
    color: #002855 !important;
    text-decoration: none;
    background-color: rgba(70, 140, 255, .15);
    border-bottom-color: #0047ba;
}

table.table-form td
{
    padding-bottom: 0.5em;
}

table.table-data tr:nth-child(even) 
{
    background: rgba(0, 180, 160, .05);
    background: rgba(0, 40, 85, .05);
}

table.table-data-header tr:first-child *,
table.table-data td
{
    padding: 1em;
    border-spacing: 1.5em;
    border-collapse: separate;
} 

table.table-data-mixed td.details,
table.table-data-header tr:first-child *,
table.table-data thead td
{
    font-weight: bold;
    color: #ffffff;
    background-color: #55585a;
}

table.table-data-mixed h3 
{
    margin: 0 !important;
}

table.table-data-mixed td 
{
    background: #ffffff;
}

table.table-data-mixed td.details b 
{
    font-weight: bold;
}

table.table-data-mixed 
{
    border-collapse: collapse;
}

td.td-lable ,
td.td-lable
{
    width: 200px;
    text-align: right;
    vertical-align: top;
    padding-top: 0.25em;
}

td.td-lable span 
{
    font-weight: bold;
    padding-right: 3px;
}

td.td-field 
{
    padding-left: 10px;
    width: auto;    
}

td.td-width input,
td.td-width textarea 
{
    min-width: 50%;
}

a.btn,
input[type="button"],
input[type="submit"]
{
    color: #ffffff !important;
	width: auto !important;
    background: #0047ba;
    white-space: nowrap;
    padding: 0.5em 1.0em;
    border-radius: .5em;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 2px 3px rgba(70, 140, 255, .25);
    transition: all 300ms ease;
}

a.btn[disabled],
input[type="button"][disabled],
input[type="submit"][disabled] 
{
	opacity: .25;
	background-color: #000000;
	cursor: default;
}

a.btn:not([disabled]):hover,
a.btn:not([disabled]):focus-visible,
input[type="button"]:not([disabled]):hover,
input[type="button"]:not([disabled]):focus-visible,
input[type="submit"]:not([disabled]):hover,
input[type="submit"]:not([disabled]):focus-visible,
input[type="reset"]:not([disabled]):hover 
{
    cursor: pointer;
    color: #000000 !important;
    background-color: #468cff;
    outline: 0;
    text-decoration: none; 
    border-color: #002855;
}

input[type="reset"] 
{
    color: #0047ba !important;
    background: #ffffff;
    white-space: nowrap;
    padding: 0.5em 1.0em;
    border-radius: .5em;
    border: 1px solid #0047ba;
    margin-left: 1.0em;
    transition: all 300ms ease;
    box-shadow: 0px 0px 2px 3px rgba(70, 140, 255, .25);
}

p.instructions 
{
    font-size: 1.1em;
    font-weight: 600;
    font-style: italic;
    border-bottom: 3px solid #dadddc;
}

td p.level-label 
{
    font-weight: bold;
    margin-bottom: 0.5em;
}

hr.default 
{
    border: solid #c9d8ec;
    height: 1px;
}
/* WIT Issue */

#WITissue_container,
#hosted_client_wrapper 
{
    display: none;
}
.witissue-containers 
{
    display: none;
}

body[data-hosted="Yes"] #WITissue_container
{
    display: block;
}

body[data-hosted="No"] #WITissus_hsp 
{
    display: block;
}

#WITissue_other--error {
	visibility: hidden;
}

/* Global Hosted/Not Hosted classes */
body[data-hosted="No"] .hosted-client,
body[data-hosted="Yes"] .not-hosted-client {
	display: none;
}

/* ENTER NEW CALL RESPONSES */
body.response-uar,
body.enter-new-call-response {
	margin: 1em;
}

.response-row span:first-child {
	font-weight: bold;
	padding-right: 1em;
}

@media print {
	frame#frameset_content {
		display: none !important;
	}
}

/************************************/
H1, H2, h3, H4, H5, TH, THEAD, TFOOT
{
    /*COLOR: #737373;*/
    color: #274463;
    
}

H1	{	
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h3,
#pageTitle	{	
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:	27px !important;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #3c006e;
	}	
		
H4	{	
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	/*font-family: Arial, Helvetica, sans-serif;*/
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	/*font-family: Arial, Helvetica, sans-serif;*/
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

ul li	{	
	list-style-type:	square ;
	color: #c9d8ec;
	}	
ul li a:link 
{
	text-decoration: none; 
	color: #737373;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 11px;*/
	font-weight: bold;
}
ul li a:visited
{
	text-decoration: none; 
	color: #737373;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 11px;*/
	font-weight: bold;
}
ul li a:hover
{
	text-decoration: underline;
	color: #737373;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 11px;*/
	font-weight: bold;
}
ul li li	{	
	list-style-type:	disc;
	}	

ul li li li	{	
	list-style-type:	circle;
	}	
	
OL li	{	
	list-style-type:	decimal;
	}	

OL OL li	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL li	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

p 
{
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 12px; */
}

B.nowrap 
{
	white-space:nowrap;
}


td { 
	/*background-color: #FFFFFF;*/
	color: #000000;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 12px; */
	
}

td.search
{
	/*background-color: #F3F3F3;*/
	color: #007ac4
}
td.title
{
	font-weight: bold;
	/*font-size: medium;*/
	text-align: center;
	font-size: 1.5em;
	color: #274463;
	/*background-color: #F3F3F3;*/
	background-image: url(Images/conduent-logo.png);
	background-repeat:no-repeat;
	background-position: 5px 25px;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

td.calldetailstitle
{
	font-weight: bold;
	font-size: 27px;
	color: #274463;
	/*background-color: #F3F3F3;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
}

td.header { 
	/*background-color: #F3F3F3; */
	color: #007ac4;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
}

td.details { 
	background-color: #E6E6E6; 
	color: #000000;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

tr.header { 
	background-color: #000000; 
	color: #FFFFFF;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
}

tr.details { 
	background-color: #E6E6E6; 
	color: #000000;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

li { 
	list-style-type:none;
	line-height: 1.1;
}

li.nowrap { 
	list-style-type:none;
	line-height: 1.1;
	white-space:nowrap;	
}


A.table:link  
{
	text-decoration: underline;
	color: black;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 10px;*/
	font-weight: bold;
	
} 
A.table:visited { 
	text-decoration: underline;
	color: black;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 10px;*/
	font-weight: bold;
	
}
A.table:hover { 
	text-decoration: underline;
	color: black;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 10px;*/
	font-weight: bold;
	
}


A.bottom:link { 
	text-decoration: underline;
	color: black;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 10px;*/
}
A.bottom:visited { 
	text-decoration: underline;
	color: black;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 10px;*/
}
A.bottom:hover { 
	text-decoration: underline;
	color: black;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 10px;*/
}

A.gold:link { 
	text-decoration: none;
	color: #DCA93B;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 10px;*/
	font-weight: bold;
}
A.gold:visited { 
	text-decoration: none;
	color: #DCA93B;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 10px;*/
	font-weight: bold;
}
A.gold:hover { 
	text-decoration: underline;
	color: #DCA93B;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 10px;*/
	font-weight: bold;
}

.ManageUsersAlternating
{
    background-color:black;
}

.ManageUsersHyperlink
{
    color:Black;
    text-decoration:underline;
}

Label
{
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*font-size: 12px;*/
}

.image
{
    border-style:none;
}

.FAQ
{
    /*font-family: Arial, Helvetica, sans-serif;*/
    color: #c9d8ec;
    /*font-size:15px;*/
    
}
.required
{
    color:Red;
}