@charset "UTF-8";
/* GLOBAL CSS stylesheet - Risk Toolbox */

#col_left, #col_middle {float:left}
#col_right {float:right}

#content table {background-color:#ffffff}

#nav_top a, #footer a {color:#dedede}

#nav_top a:hover, #nav_content a:hover {color:#666666}

#nav_top li, #footer li {display:inline} 
	
/* schedule a demo */

#demo_bkgrnd {
	background-image:url(../images/demo.png);
	background-repeat:no-repeat;
}  

/* restyled and consolidated CSS sheet August 2017 */

/* RESET */
div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

blockquote, q {quotes:none}
blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none;
}

ul {list-style-type:none}


/* GLOBAL */

.clear {clear:both}

.divider {background-color:#f0f0f0}

hr {
	color:#f0f0f0;
	background-color:#f0f0f0;
	border-width:1px;
	margin:1px;
	padding:0;
}

img {border-width:0}

input {
	height:20px;
	font-size:13px;
}

input, select, label {vertical-align:middle}

label {margin:0 0 0 -3px}

XX.mirror {	/* only shown on mirror sites, controlled by ENVIRONMENT constant */
	background-image:url(../images/Mirror_Watermark.png);
	z-index: 9999;
}

.required {color:#c82520}

.save_button {
	border-radius: 1.5em;
	background-color: #1EB9C1;
	border-width:0;
	color: #ffffff;
	padding: 3px 7px 3px 7px;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	display: inline-block;
	font-size: 12px;
}

textarea {
	font-family:sans-serif;
	font-size:13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	/*color:#1eb9c1;*/
	font-size:12px;
	font-weight:normal;
	text-align:left;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 5px;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.6);
    box-shadow:0px 0px 5px rgba(0, 0, 0, 0.6);
}

#tooltip h3, #tooltip div { margin: 0}




/* FONTS */
.a, .b, .aa {font-size:13px}
.c, .d, .f, .g, .l, .bb {font-size:13px}
.b, .c, .d, .e, .f, .g, .h, .j, .k, .l, .m, .p, .q, .s, .t {font-weight:bold}
.d, .bb {
	letter-spacing:.1em;
	text-align:left;
	vertical-align:middle;
	text-transform:uppercase;
}
.e, .f, .l, .m, .t {color:#c82520}
.g {border:1px solid #000000;padding:5px;vertical-align:top}
.h {font-size:16px}
.i, .j, .m, .n, .q {font-size:10px}
.k {border-bottom:2px solid #000000}
.l {padding:0 0 5px 5px;margin:0 0 5px 5px}
a.m, .f, .n, .o, .z {text-decoration:underline}
.f, .o, .p, .r, .t, .w, .cc {font-size:12px}
.o, .p, .s, .cc, .bb {color:#333366}
.r, .zz {color:#000000}
.t, .cc {padding:0 0 0 15px}
.v {color:#999999}
.x {color:#666666}
.y {color:#c82520;font-size:12px;font-weight:bold}
.aa {color:#545454}
.review { color:#0033ff }

table {font-size:13px}


/* HEADER */
#header {margin:0}

#group_name {font-size:12px}

#group_name, #system_owner {
	color:#232323;
	font-weight:600;
	text-transform:uppercase;
}

#system_owner {font-size:14px}
	
.title {
	color:#1eb9c1;
	font-size:11px;
	text-align:center;
	vertical-align:middle;
}

/* NAVIGATION */
#menu {
	background-color:#efefef;
	font-size:12px;
	text-align:center;
	letter-spacing:.12em;
	margin:5px 0 10px 0;
	padding:5px 0 5px 0;
}

#menu a {
	color:#232323;
	font-weight:700;
}
#menu a:hover {color:#1eb9c1}

#menu li {
	display:inline;
	padding:0 3px 0 5px;
}

.focus {
	color:#1eb9c1;
	font-weight:bold;
}

#login, #logout {
	color:#c82520;
	display:inline;
}


/* CONTENT */
#container {
	width:100%;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left; /*hack for ie to center web page - part 2 */
}

#content {
	background-color:#ffffff;
	z-index:9999;
}

/* font-awesome */
#content a .fa {
	color:#999999;
}

#content a:hover .fa {
	color:#1ebc91;
}


#content a {
	font-weight:bold;
	color:#222222;
}

#content a:hover {color:#1eb9c1}

#content p {
	padding:0 20px 0 10px;
}

#content ul, #content ol {padding:0 0 0 40px}

/* FOOTER */
#copyright {
	float:right;
	display:inline;
	color:#aaaaaa;
}

#copyright, #footer {font-size:.7em}

#footer {
	width:100%;
	margin-left:auto; 
	margin-right:auto;
	margin-top:-5px;
	padding:5px 0 0 0;
}


/*for COI_print_view.php */
.left_border {border-left:1px solid #333333}

.right_border {
	border-right:1px solid #333333;
	vertical-align:middle;
	text-align:center
}

.print_coi td {padding:0 3px 0 3px}


/* SUPPORT PAGES */

.support_box {
	float:left;
	width:225px;
	padding:10px;
}