﻿body {
    font-family: Verdana, Arial, sans-serif;   
    -webkit-font-smoothing: antialiased; 
}

a:hover {
    text-decoration: none;
    color: white;
}

#top-menu-insecure-nav {
    background-color: #005CB9; 
    border-left: 1px solid white;    
    padding-bottom: 0px;
    margin-bottom: 0px;  
}

#top-menu-insecure-nav li {
    border-right: 1px solid #0094ff;
}

#top-menu-insecure li:hover {
    background-color: #e7e7e7;    
}

#top-menu-insecure li:hover a {    
    color: black;
}

#top-menu-insecure a {
    color: white;
    font-size: 13px;
    font-weight: 400;
}

#secure-menu-content {
    background: #CFE1F5;
}

#left-menu {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;    
    background-color: #CFE1F5;
}

#left-menu .list-group-item{
    background-color: #CFE1F5;
    text-align: center;
    border-bottom: 4px solid white;
}

#left-menu a {
    text-decoration: none;
    color: #005DAB;
    font-size: small;
    font-weight: bold;
}

#breadcrumb-bar {
    margin-bottom: 10px;
}

#secure-top-menu {
    background-color: #EEA904;        
}

#secure-top-menu li {
    border-right: 3px solid white;
}

#secure-top-menu a {
    color: white;
    text-align: center;  
    font-size: small;
    font-weight: bold; 
    background-color: #EEA904 
}

#content {
    padding-left: 20px;   
    background: white;   
    padding-bottom: 10px;  
}

footer {
    margin-top: 0px;
    color: white;    
}

footer a {
    color: white;
}

#footer-row-1 {
    background:#EEA904;
    line-height:10px;
}

#footer-row-2 {
    text-align:center;
    background: #005CB9;
    padding-bottom: 15px;
}

#footer-row-3 {
    background: #292f38;
    font-size: 12px;
    padding-top:5px;
    padding-bottom:5px;
}

.dashboard-crumb {
    background-color:#a4d65d;
    vertical-align:middle;
}
.dashboard-crumb-content-right {
    color:white;
    padding-top:10px;
    text-align:right;
}

.dashboard-AE {
    border: thin solid #139449; 
    background-color:#a4d65d;
    text-align:center;
    color:#005cb9;
    padding-top:5px;
    padding-bottom:5px;
    width:468px;
}

.dashboard-AE-content {
    border: thin solid #139449; 
    text-align:left;
    height:300px;
    width:440px;
    overflow-y:auto;
    overflow-x:hidden;
}

.dashboard-FN {
    /*border: thin solid #139449;*/ 
    background-color:#bde9ac; 
    text-align:left;
    color:black;
    padding-top:10px;
    padding-bottom:10px;
    color:#005DAB;
}

.dashboard-content-bottom {
    border-right:1px solid #005DAB;
    padding-left:10px;
    padding-right:20px;
    list-style-type: none;
}

.dashboard-content-bottom-labelsize-title {
    color:#005DAB;
    font-size:medium;       
}

.dashboard-content-bottom-labelsize-desc {
    font-size:small;
    color:black;   
}

.grouping-title {
    color: black;
    background-color: #bde9ac;
    padding-left: 5px;
    padding-top: 5px;
    width: 100%;
    height: 30px;
    font-size: medium;
}

.grouping-title2 {
    color: black;
    background-color: #cfe1f5;
    padding-left: 5px;
    padding-top: 5px;
    width: 100%;
    height: 30px;
    font-size: medium;
}

.grouping-title3 {
    color: black;
    background-color: #bde9ac;
    padding-left: 5px;
    padding-top: 5px;
    width: 100%;
    height: 30px;
    font-size: medium;
}

a.hoveritems:visited {
    color: #005FB9;
    text-decoration: none;
}

a.hoveritems:hover {
    color: #005FB9;
    text-decoration: underline;
}

.modal {
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.backLightGreen {
    background-color: #add461;
    text-align: left;
    vertical-align: middle;
    height: 25px;
}

.generalRow {
    background-color:#deebb8;
}

.generalAltRow {
    background-color:#d6d4d4;
}

.borderWhite {
    border:1px solid white;
    width:130px;
    padding:5px;
}

.borderBlack {
    border:1px solid black;
    width:130px;
    padding:5px;
}

.menu-padding {
    padding-left:12px;
    padding-right:12px;
}

.fill-background-content {
    height: 1100px;
}

.line-spacing-content {
    line-height:17pt;
}

div.vertical-line{
  width: 1px;
  background-color: #005DAB;
  height: 100%;
  float: left;
}

.Registry_CheckBoxHeaders {
    width: 75px;
    font-weight: normal;
}

.Registry_CheckBoxContent {
    width: 75px;
    text-align:center;
}

.Registry_Content {
    text-align:left;
    font-weight: normal;
}

#loading
{
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.8);
    z-index:1000;
}
  
#loadingcontent
{
    display:table;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
  
#loadingspinner
{
    display: table-cell;
    vertical-align:middle;
    width: 100%;
    text-align: center;
    font-size:larger;
    padding-top:80px;
}

tr.highlighted td {
    background: #CFE1F5;
}

.main-AE {
    /*border: thin solid #139449;*/ 
    background-color:#d8e4f6;
    text-align:left;
    color:#005cb9;
    padding-top:5px;
    padding-bottom:5px;
    /*width:468px;*/
}

.main-AE-content {
    border-top: thick solid white; 
    border-right: thick solid white; 
    border-bottom: thick solid white;
    background-color:#d8e4f6;
    text-align:left;
    /*height:300px;*/
    /*width:300px;*/
    overflow-y:auto;
    overflow-x:hidden;
}

.contactDiv {
	width:353px;
	font-size:0.9em;
	height:auto;
	margin:0px 0px 0px 12px;
	float:left;
	line-height:1.5em;
	padding:5px;
	border:4px solid #CFE1F5; /*#005DAB;*/
    text-align:left;
} 


.contactDiv h1{
	/*color:#FFF;*/
    color:black;
	font-size:1.3em;
	line-height:1.1em;
	/*background-color:#005DAB;*/
    background-color:#CFE1F5; 
    font-weight:bold;
	display:block;
	height:40px;
	width:auto;
	padding-top:10px;
	text-align:center;
	margin:-5px -5px 0px -5px;
}

#bodyCopy, #bodyCopyNarrow {
	color:#000;	
	font-size:0.85em;
	height:auto;
	float:left;
	line-height:1.5em;
	padding:5px;
	list-style-type:circle;
	margin-top:0px 10px 10px 15px;
	background-color:#FFF;
}

#bodyCopy {
    width:100%;
} 


.clinicalInset { 
	width:255px;
	height:auto;
	padding:5px;
	margin:0px 0px 10px 15px;
	float:right;
	border-top: 10px solid #A4AFDD;
	border-left: 2px solid #A4AFDD;
	border-bottom: 10px solid #A4AFDD;
    border-right: 2px solid #A4AFDD;
	line-height:1.25em;
}


.clinicalInset h1  { 
	font-size:1.2em;
	background-color: #E8EBF9;
	color:#005DAB;
	font-weight:bold;
	height:auto;	
	padding-top:5px;
	margin:-5px -5px 0px -5px;
	padding-left:10px;
}

.clinicalInset h2  { 
	font-size:.9em;
	margin:-2px 0px 0px 10px;
}

.clinicalInset h2 a, a:visited {
	text-decoration:none;
	font-weight:bold;
}

.clinicalInset h2 a:hover {
	text-decoration:underline;
	font-weight:bold;
}

.clinicalInset h3  { 
	font-size:1em;
}

.clinicalInset h3 a, a:visited {
	text-decoration:none;
	font-weight:bold;
}

.clinicalInset h3 a:hover {
	text-decoration:underline;
	font-weight:bold;
}


.clinicalInset h6  { 
	font-size:.9em;
	color:#666;
	font-style:italic;
	font-weight:normal;
	margin-bottom:15px;
}

#bodyCopy h1, #bodyCopyNarrow h1 {
	font-size:1.2em;
	line-height:1.6em;
	color:#005DAB;
	padding:3px 0px;
} 


#bodyCopy h2, #bodyCopyNarrow h2 {
	font-size:1.1em;
	line-height:2em;
	color:#005DAB;
	margin-top: 20px;
} 


#bodyCopy ul {
	margin-top:0px;
	list-style-type:disc;
}


#bodyCopy h6 {
font-size:.8em;
color: #666;
}

.clinicalZebraBlue { 
	width:600px;
	height:auto;
	background-color: #A4AFDD; /*#EDF0F8;*/
	padding:5px 5px 10px 5px;
	margin:0px;
	border:2px solid #EDF0F8;
}

.clinicalZebraWhite { 
	width:600px;
	height:auto;
	background-color:#FFF;
	padding:5px 5px 10px 5px;
	margin:0px;
	border:2px solid #EDF0F8;
}

.clinicalZebraBlue a, .clinicalZebraWhite a {
	font-weight:normal;
}

.contactDivCHN {
	width:353px;
	font-size:0.9em;
	height:auto;
	margin:0px 0px 0px 12px;
	float:left;
	line-height:1.5em;
	padding:5px;
	border:1px solid white;
    text-align:left;
} 


.contactDivCHN h1{
	/*color:#FFF;*/
    color:black;
	font-size:1.3em;
	line-height:1.1em;
	/*background-color:#005DAB;*/
    background-color:white;
    font-weight:bold;
	display:block;
	height:40px;
	width:auto;
	padding-top:10px;
	text-align:center;
	margin:-5px -5px 0px -5px;
}

.announceZebraBlue {
	width: 780px;
	float: left;
	background-color: #EDF0F8;
	padding: 5px;
	margin: 0px 5px 15px 0px;
	border: 4px solid #EDF0F8;
}

.announceZebraWhite {
	width: 780px;
	float: left;
	background-color: #FFF;
	padding: 5px;
	margin: 0px 5px 15px 0px;
	border: 4px solid #EDF0F8;
}