﻿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: 1px solid #005CB7;
    background-color: #005CB9;
    text-align: center;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 421px;
}

.dashboard-AE-content {
    border: 1px solid #005CB7;
    text-align: left;
    height: 300px;
    width: 425px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dashboard-FN {
    /*border: thin solid #139449;*/ 
    background-color:#ffe8aa; 
    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;   
}

.backLightBlue {
    background-color: #cfe1f5;
    text-align: left;
    vertical-align: middle;
    height: 25px;
}

.grouping-title {
    color: black;
    background-color: #bde9ac;
    padding-left: 5px;
    padding-top: 7px;
    width: 100%;
    height: 30px;
    font-size: medium;
}

.grouping-title2 {
    color: black;
    background-color: #cfe1f5;
    padding-left: 5px;
    padding-top: 7px;
    width: 100%;
    height: 30px;
    font-size: medium;
    font-weight:bold;
}

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: #c5daef;
}

.generalAltRow {
    background-color: #d6d5d5;
}

/*.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;
	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;
}

.inset-blue {
    font-weight: bold;
    border-left: 3px solid #005CB9;
    padding-left: 20px;
    color: #005CB9;
    line-height: 20px;
    margin: 20px 0 20px 15px
}

#resource-feature-box {
    width: 260px;
    height: 125px;
    margin: 5px 5px 40px 5px;
    float: left;
    text-align: center;
    border: 3px solid #D6D6D6;
    padding: 8px;
}

    #resource-feature-box h4 {
        font-size: 18px;
    }

#resource-feature-box-pic {
    width: 240px;
    height: 77px;
    margin: 0px auto 9px auto;
    /*background-color: #005CB9;*/
    border: 1px solid #005CB9;
}

#feature-box-border-wrap { /*to categorize clinical vs tech? */
    width: auto;
    height: 180px;
    margin: 25px;
    padding: 5px;
}

service-item {
    text-align: center;
    padding: 20px;
    border: 1px solid #e6e9ee;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-item:hover {
    border: 1px solid #aab2bd
}

.service-item h1 i {
    font-size: 100px
}


.service-item-blue {
    text-align: center;
    padding: 20px;
    border: 2px solid #005CB9;
    font-size: 11px;
    color: #005CB9;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/*--------------------------------------------------------------------------------------*/
/*                     15 - SIDEBAR                                                     */
/*-------------------------------------------------------------------------------------*/
.sidebar .widget {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

    .sidebar .widget .top-search input {
        width: 198px
    }

    .sidebar .widget .flickr-widget li {
        width: 48px;
        height: 48px;
    }

.price-wrapp {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.sidebar h4.widget-title {
    color: #005CB9;
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.sidebar h4.widget-title i {
    color: #aab2bd;
    margin-right: 5px;
}

.sidebar ul.popular-tags {
    list-style: none;
    float: left;
    margin-top: 20px;
    width: 100%;
}

.sidebar ul.popular-tags li {
    float: left;
    margin-right: 5px;
    margin-bottom: 7px;
}

.sidebar ul.popular-tags li a i {
    margin-right: 5px;
    font-size: 12px;
    color: #FFF;
}

.sidebar ul.popular-tags li a {
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    font-size: 11px;
    padding: 4px 8px;
    background: #aab2bd;
    text-decoration: none;
    color: #FFF;
    border-radius: 2px;
}

ul.sidebar-nav {
    float: left;
    list-style: none;
    margin: 0px;
}

ul.sidebar-nav li {
    width: 100%;
    float: left;
    list-style: none;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #efefef;
}

ul.sidebar-nav li a {
    color: #a5a5a5;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    cursor: pointer;
    display: block;
}

ul.sidebar-nav li a i {
    margin-right: 5px
}

.feature-right-float-450 {
    float: right;
    height: auto;
    width: 450px;
    border: 1px solid #D6D6D6;
    clear: right;
    margin-left: 15px;
    margin-top: 15px;
}

.feature-left-float-300 {
    float: left;
    height: auto;
    width: 300px;
    border: 1px solid #D6D6D6;
    margin: 20px;
    font-size: 11px;
    color: #005CB9;
    text-align: center;
}

.headerText {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
