/* default classes */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
@font-face {
	font-family: 'proximaNova';
	src: url('../fonts/kalinga.eot');
	src: url('../fonts/kalinga.eot?#iefix') format('embedded-opentype'), url('../fonts/kalinga.woff') format('woff'), url('../fonts/kalinga.ttf') format('truetype'), url('../fonts/kalinga.svg#kalingaregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Arimo';
    src: url('../fonts/Arimo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/Merriweather-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OldStandard';
    src: url('../fonts/OldStandard-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PT_Serif';
    src: url('../fonts/PT_Serif-Web-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansPro';
    src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Vollkorn';
    src: url('../fonts/Vollkorn-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Thrive';
    src: url('../fonts/FSThriveElliotWeb-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family:'proximaNova';
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	opacity: 0;
}

.body {
	font-family:'proximaNova';
	font-size: 10pt;
	font-style: normal;
	color: #000000;
}
body.all-loaded {
    opacity: 1;
}
.bodyBold{
	font-weight: bold;
}

h1 {
	font-size: 24px;
}

.heading1{
	font-size: 24px;
	font-weight: bold;
}

h2 {
	margin: 0;
	padding:0;
	font-weight:normal;
}

.heading2{
	font-size: 18px;
	/*color: #5e93c7;*/
}

h3 {
	padding: 12px 0 1px 59px;
	margin: 0 0 1px 0;
	outline: 0;
	color: #4F4F4F;
	font-weight: normal;
	cursor: pointer;
}


h4 {
	font-size: 15px;
	color: #2e2e2e;
	margin: 0;
}

h5 {
	text-align: center;
	margin-left: 15px;
	color: #666;
	font-size: 16px;
	font-weight: normal;
}

h3.menu {
	color: #ffffff;
}

a.menu {
	font-size: 10px;
	color: #004080;
}/*ul.menu*/

p.description {
	font-size: 12px;
	color: #808080
}
p.chart {
	font-size: 11px;
	color: #555555
}
p.legend {
	font-size: 10px;
	color: #555555
}
p.blue, p.blue a {
	font-size: 15px;
	color: #007df4
}

input {
	border-color: #0f0f0f;
	border-width: 1px;
	border-style: solid;
	border-radius: 6px;
	text-indent: 5px;
}

li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*	height: 25px; */
	margin-bottom: 10px;
}

ul li a {
	color: #000000;
}

a {
	text-decoration: none;
}

/* end default classes */

/**
 * Container of the all page
 */
/* added for r1412*/
#loadcontain {
	position: fixed;
}

.pagewrapper {
	min-height: 100%;
	height: 100%;
}

.templatepagewrapper {
	/*width: 1024px;*/
	width: 1180px;
	background: #FFFFFF;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.templatepagewrapper > table {
	width: 100%;
}

.pagecontainer {
	/*max-width: 1096px;*/
	margin: 0 auto;
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
}

/**
 *  Header of the template
 */
.templateheader {
	margin-left: 10px;
	margin-top: 10px;
}

.container2{
	clear: left;
	float: left;
	width: 100%;
	overflow: hidden;
	display:table;
	/*background: #ffa7a7;*/
	background-image: -ms-linear-gradient(top, #EFF8FA 0%, #FCF2ED 108%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(top, #EFF8FA 0%, #FCF2ED 108%, #FFFFFF 100%);
	background-image: -o-linear-gradient(top, #EFF8FA 0%, #FCF2ED 108%, #FFFFFF 100%);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 123%, from(#EFF8FA), to(#FFFFFF), color-stop(.5,#FCF2ED));
	background: -moz-linear-gradient(top, #EFF8FA 0%, #FCF2ED 108%, #FFFFFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EFF8FA', EndColorStr='#FCF2ED'); /* Added to resolve IE8 issues*/
}

.col1{
	display: table-cell;
	vertical-align: top;
	background: #f1f1f1;
	max-width: 240px;
	min-width: 240px;
	width: 240px;
	overflow: hidden;
	moz-box-shadow: 4px 0 8px -4px #666;
	-webkit-box-shadow: 4px 0 8px -4px #666;
	box-shadow: 4px 0 8px -4px #666;
	white-space: nowrap;
	/*position: relative;*/
}

.col2{
	display: table-cell;
	vertical-align: top;
	max-width: 940px;
	min-width: 940px;
	width: 940px;
	overflow: hidden;
	width: 100%;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center center;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-attachment: fixed;
	z-index: 1;
}

.left-section {
	/*width: 100%;*/
	margin-top:80px;
	height: auto !important;
	padding-bottom: 10px;
	overflow-y: hidden;
    overflow-x: hidden;
}

.right-section {
	height: auto !important;
    overflow-y: hidden;
    overflow-x: hidden;
}

.logo {
	margin-top: 35px;
	margin-left:auto;
	margin-right:auto;
	width:256px;
	height:44px;
	background-image: url("../images/LOGO.PNG");
    background-repeat: no-repeat;
    background-size: auto;
	position:absolute;
	left:0px;
}

#userNameLogin, #helpCenterItem {
	display: block;
}

.myulstyle {
	list-style-type: none;
}

.sidebarleftmargin {
	margin-left: -15px;
}
.navCatIcon{
	float: left;
	color: #1e90ff;
}
.navigationMenu-header{
	padding:5px;
	font-size:16px;
	color: #0079f3;
}

.navigationMenu .divider{

}
.ngMenu-item{
	margin-left:10px;
}
.ngMenu-icon{
	display:table-cell;
	vertical-align:middle;
}
.ngMenu-text{
	display:block;
	vertical-align:middle;
	/*max-width:150px;*/
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*text-indent:10px;*/
}

.left-section .on .navCatIcon{
	color: #FFFFFF;
}

.left-section ul li a {
    color: #000000;
}

.on h3 {
	text-decoration: none;
	background-color: #5fa4e9;
	color: #FFFFFF
}

ul li .on{
	margin-left: -40px;
}

.selected {
	background-color: #5fa4e9;
	color: #FFFFFF;
	height: 25px;
	/*text-indent: 60px;*/
	display: block;
	padding-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.navigationMenu .navigationCategory{
	color: #0079f3;
	padding: 5px 0;
	font-size: 16px;
}
.navigationMenu .selectedItem,.navigationMenu .on{
	background-color: #5fa4e9;
	color: #FFFFFF;
}

a.selectedItem,a.on {
	padding-left: 25px;
}
.navigationMenu .on .fa{
	color: #FFFFFF;
}

/* Divider for Features over Side bar */
.sideBarDivider {
	background-color: #CCCCCC;
	height: 1px;
    /*width: 100%;*/
	left: 0;
    /*position: absolute;*/
}

div#pointsEarnedTotal{
	display:none !important;
}

/* Style top bar for the content on each section */
section.right-section  table#tableHeaderContent {
	width: 100% !important;
}

#tableHeaderContent {
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #c6c9c9;
}
.topNavigationBar {
	background: #ECEEED;
}
.tableHeaderRow, .contentTableHTML {
	background: none !important;
}

#bottonBackDiv, #bottonHelpDiv, #topbarNameDiv {
	text-align: center;
}

#bottonBackDiv, #bottonHelpDiv {
	width: 88px;
}

#bottonBackDiv {
	padding-left: 10px;
}

#topbarNameDiv {
	width: 602px;
}

/*bottons of the topbar for each item selected*/
#bottonBack, #bottonHelp {
	display: none;
	cursor: pointer;
}

.topbar a, .warningClick {
	cursor: pointer;
}

.headerTopbar {
	text-align:center;
	display: inline-block;
}

/**
 * Header for the all sections
 */
.sectionHeader {
	padding-top:10px !important;
	padding-bottom:10px !important;
	background-color :#D3D3D3;
}

.SectionHeader {
	text-align: center;
	height: 40px;
	line-height: 40px;
	background :#D3D3D3;
	border-top: 1px solid #B4B4B4;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
}

.SectionHeader h2 {
	text-align:center;
	margin: 0;
	color :#4F4F4F;
	font-weight: bold;
	margin-left:0 !important;
}


.content {
	display: initial !important; /* added for r1412 */
	min-height: 792px;
}

.contentTable{
	height: auto;
	/*border: 1px solid #b4b4b4;*/
}

.contentHTML {
	position: relative;
	padding: 0px;
	min-height: 100%;
	background-repeat: no-repeat;
}

/* End Style top bar for the content on each section */

/**
 * Container template footer
 */
.templatefooter {
	width: 778px;
	bottom: 0;
	background: lightgrey;
	height: 32px;
}

.level_graph {
	position: relative;
    margin-left: auto;
    margin-right: auto;
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin: auto;
}

footer {
	padding: 17px 0;
	margin: 0 auto;
	/*position: absolute;*/
    width: 100%;
    left: 0;
    bottom: 0;
}
footer img {
	float: right;
}

.version{
	float: right;
	font-size: 13px;
    color: #5ea4e9;
}

.privacyLinksColor{
	color: #5ea4e9;
	text-decoration: none;
}

.templatecontainer {
	width: 256px;
}

.help-container{
 cursor: pointer;
}

/* left sidebar menu  */
#sidebar, #myAcionPlanItem {
	display: none;
}

#sidebar li {
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	background-image: url(../commons/images/navbar-heading.png);
}

#sidebar a {
	line-height: 30px;
	padding-left: 10px;
	text-decoration: none;
	word-wrap: break-word;
}
#sidebar a:hover {
	color: rgb(0,0,0);
	text-decoration: none;
	background-color: rgb(204,204,204);
}
/* end left sidebar menu  */

/**
 * Hide logout dialog and information buttom
 */
#logoutDialog, #bopup, #infoBTN {
	display: none;
}

/**
 * placeholder doesn't support
 */
input[type='text'].placeholder {
	color: #a9a9b1;
}

/**
 * Clear the template section(left menu and content.)
 */
.clearPage {
	clear: both;
}

.alignCenter {
	text-align: center !important;
}

.alignLeft{
	text-align: left !important;
}

.alignRight{
	text-align: right !important;
}

.contentTableInformation {
	max-height: 600px;
	overflow: auto;
}
.sidebarContent {
	width: 260px;
	padding: 0;
	background: url(../commons/images/sidebar-bgnd.png);
}

.loginButton {
	background-color: #5ea4e9;
	border-style: solid !important;
	border-color: #c5c6c9 !important;
	border-width: 1px !important;
	color: #ffffff;
	outline: none;
}
.userDetails {
	color: #a7a7a7;
	font-size: 20px;
	text-align: center;
}

.segmentedControl {
	display: flex;
}

.segmentedControl ul {
 float: left;
 margin: 5px;
 padding: 0px;
 background: #F1F7F7;
 border: 1px solid #5ea4e9;
    -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 11px;
}

.segmentedControl ul li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	padding: 5px 0;
	white-space: nowrap;
    margin-bottom: 0px;
	outline: none;
	background-color: #ffffff;
}
.segmentedControl ul li:last-child a {
 border: none;
}
.segmentedControl .selectedSegment {
 background-color: #1e90ff;
 color:#ffffff;
}

.segmentedControl .selectedSegment a {
 font-family: 'proximaNova';
 text-decoration: none;
 color: #ffffff;
 font-size: 18px;
 border-right: 1px solid #babbbc;
 width: 165px;
 display: block;
 text-align: center;
}

.segmentedControl .deselectedSegment a {
 font-family: 'proximaNova';
 text-decoration: none;
 color: #5d5d5d;
 font-size: 18px;
 border-right: 1px solid #babbbc;
 width: 165px;
 display: block;
 text-align: center;
}

.segmentedControl ul li a:hover {
 color: #1e90ff;
 outline: none;
}
.segmentedControl ul li.ui-tabs-active a {
 outline: none;
 background: none;
}
.segmentedControl ul li a:focus {
 outline: none;
 background: none;
}
.tableRow{
	display:table-row;
}
.tableCell{
	display:table-cell !important;
	vertical-align: middle !important;
}

.table_wrap {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
}

.contentBlock, .recommendedContentBlock, .emphasisBlock
{
	margin:10px auto;
	padding:10px;
	background: rgba(255,255,255,0.6);
    border: 1px solid #d9dada;
	border-radius: 11px;
    -moz-box-shadow: 0 0 2px 0 #d9dada;
    -webkit-box-shadow: 0 0 2px 0 #d9dada;
    box-shadow: 0 0 2px 0 #d9dada;

}
.help-container{
	cursor: pointer;
}

.listBlock
{
	background:rgba(255,255,255,0.6);
	/*border: 1px solid #ccc;*/
}
.listBlock ul,.listBlock li{
	margin:0;
	padding:0;
}
.listBlock .listRow
{
	padding:10px;
}
.listRow:hover {
	/*background-color: rgb(204,204,204);*/
}
.listBlock .divider
{
	background-color:#cccccc;
	height:1px;
	width:100%;
}

/*
 * table style for Notification items
 */
.tableInformation tr, .staticTableInformation tr{
	cursor: pointer;
}

.textNameItem {
	float: left;
	margin: 0;
	padding: 0;
}

.textInformationItem {
	clear: both;
	margin: 0;
}

.textTd {
	text-align: center;
}
/*=====End=======*/



.buttonUI {
	background: none !important;
	background-image: none !important;
	border: none !important;
	padding: 0px 10px;
	font-size: 18px;
	outline: none;
	/*optional*/
	cursor: pointer;
}

.buttonUIGrayed{
    border: none;
    background: none;
    font-size: 18px;
    padding: 5px 20px;
    color: #939393 !important;
}

.ui-datepicker .ui-datepicker-header{
	background: #5ea4e9 !important;
	color: white !important;
}

.ui-datepicker-calendar{
	background-color: #FFFFFF !important;
}

.ui-widget-content{
	border :none !important;
	background :none !important;
}
.ui-dialog-content {
	min-height: 60px !important;
	/*height: auto !important;
	max-height: 500px !important;*/
	overflow: hidden !important;
}
.ui-dialog-buttonpane{
	border: none !important;
	background: transparent !important;
}
button.ui-button ,.ui-widget-header{
	background: none !important;
	background-image: none !important;
	border: none !important;
	outline: none;

	/*optional*/
	cursor: pointer;
}

.buttonDisable{
	background: none !important;
	border: none !important;
	padding: 0px 10px;
	font-size: 18px;
	outline: none;

	/*optional*/
	color: rgb(207, 204, 204) !important;
    cursor: auto;
}

button.ui-button.errorWarning {
	background: none !important;
	color: #cd0a0a !important;
	cursor: pointer !important;
	font-size: 18px !important;
	border: none !important;
	outline: none;
}

.ui-progressbar-value {
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(#00cd27, #6df19b) !important;
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(#00cd27, #6df19b) !important;
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(#00cd27, #6df19b) !important;
	/* IE 10 */
	background: -ms-linear-gradient(#00cd27, #6df19b) !important;
	/* Opera 11.10+ */
	background: -o-linear-gradient(#00cd27, #6df19b) !important;
	/*IE*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cd27', endColorstr='#6df19b') !important;
}

.errorWarning {
	border: none !important;
    border-radius: 0px !important;
    background: none !important;
    color: #cd0a0a !important;
    /*border-bottom: 2px solid #cd0a0a !important;*/
}
.errorDivider{
 background-color:#cd0a0a !important;
 height:1px !important;
 width:100% !important;
}
.no-close .ui-dialog-titlebar-close {
	display: none;
}

table.ui-datepicker-calendar tr {
	background: none !important;
}

table.ui-datepicker-calendar tr td a.ui-state-default.ui-state-highlight {
	color: #fff !important;
}

table.ui-datepicker-calendar tr td a.ui-state-default {
	background: #ebebeb !important;
	border: 1px solid #ccc !important;
	color: #8f8f8f !important;
}

table.ui-datepicker-calendar tr td a.ui-state-default.ui-state-active {
	background: #d4d4d4 !important;
}

.overlayView {
	text-align: center;
	background-image: url('/static/images/overlay.png');
	height: 330px;
	width: 270px;
}
.overlayViewContentArea {
	padding-top: 15px;
	padding-left: 25px;
	height: 280px;
	width: 220px;
}

.overlayViewAmount {
	font-size: 40px;
	color: #00AF00;
}
.overlayViewAmountType {
	font-size: 16px;
	padding-bottom: 10px;
}

.overlayViewDescription {
	font-size: 20px;
}

.overlayViewPhone {
	position: absolute;
	width: 220px;
	bottom: 26px;
	font-size: 20px;
}
.overlayViewPhone a {
	color: #007df4 !important;
}

.textColor{
	color: #5ea4e9;
}
.fa
{
	color: #5ea4e9;
}
.chevronIcon,.checkmarkIncompleteIcon,.radioIncompleteIcon{
	color:#6e6e6e;
}
.checkmarkCompleteIcon,.radioCompleteIcon{
    color: #00AF00;
}

.loadingSpinner{
	color: #6e6e6e !important;
}

/*  common for index,incentives,points*/
.circle {
	display: block;
	width: 125px;
	height: 125px;
	margin: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	 /*behavior: url(../css/PIE/PIE.htc); Added to resolve IE8 issues*/
}
.circleImage {
	display: block;
	width: 125px;
	height: 125px;
	margin: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 99em;
	-moz-border-radius: 99em;
	border-radius: 99em;
	border: 5px solid #eee;
	-webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
	position: relative;
	 /*behavior: url(../css/PIE/PIE.htc); Added to resolve IE8 issues*/
}
/*.circle:after {
	content: "";
	position: absolute;
	z-index: -1;
	!*-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.8);*!
	bottom: 0px;
	width: 99px;
	height: 117px;
	-moz-border-radius: 100%;
	border-radius: 100%;
	left: 9%;
	right: 10%;
}*/

.fullImage {
	border-radius: inherit;
	display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
/*.fullImage:after {
	content: "";
	position: absolute;
	z-index: -1;
!*	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.8);*!
	bottom: 0px;
	width: 99px;
	height: 117px;
	-moz-border-radius: 100%;
	border-radius: 100%;
	left: 9%;
	right: 10%;
}*/
.clear {
    clear: both;
}
.clearfix {
    display: inline-block;
}

.subjectBlock
{
    padding:10px;
}
.subjectDivider{
	padding: 0 !important;
}
.subjectBlock .divider, .articleDivider{
	width: 100%;
	height: 1px;
	background-color: #000;
}

.subject
{
    font-size:24px;
    font-weight:bold;
}
.contentDivider {
    background-color: #cccccc;
    height: 1px;
    width: 100%;
}
.figuresValue, .highlightNumber{
	text-align: center;
	color: #5EA4E9;
    font-weight: bold;
    font-size: 40px;
	font-family: Arial;
}

.figuresValueSmall{
	text-align: center;
	color: #5EA4E9;
    font-weight: bold;
    font-size: 20px;
	font-family: Arial;
}

.figuresLabel{
	text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    color: black;
    font-weight: normal;
    font-size: 20px;
}

.circleLarge {
	display: block;
	width: 300px;
	height: 300px;
	/*padding: 2px;*/
	margin: 9px auto 5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	/*-webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);*/
	/*box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);*/
	position: relative;
}

.link{
	color: #09F !important;
	cursor: pointer !important;
}
.linkDivider{
	background-color: #09F;
}

.headerLink{
	color: #09F;
	cursor: pointer;
}
.headerTitle{
	font-size:24px;
	font-weight:bold;
	color: #4F4F4F;
}

.linkInactive{
	color: rgb(207, 204, 204);
	cursor: auto;
}

.bodyEmphasis {
	color: #4f4f4f;
	font-size: 16pt;
	font-weight: bold;
}
.ui-tabs {
	padding:0px !important;
	position: static !important;
	background: none !important;
}
.ui-tabs .ui-tabs-panel{
	padding:0px !important;
}

.questionnaireBody {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 20px;
	font-size: 16px;
}

.questionnaireHeading1 {
	font-size:24px;
	color:#FFFFFF;
}

.questionnaireHeading2 {
	font-size:16px;
	color: #F1C40F;
}

.questionnaireFiguresLabel {
	margin-left: 15px;
    text-align: left !important;
    font-size: 24px;
}

.questionnaireBodyBold {
	font-weight: bolder;
	font-size: 16px;
}

/*from wellness.css for actionPlanRisk*/
.sourceText {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #006DCC;
	font-size: 12px;
}
.videoThumbnail{
	border: 1px solid black;
    border-radius: 15px;
    padding: 10px;
}
/*end*/

input[type="text"],
input[type="password"],
.uneditable-input {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

input[type="text"]:focus,
input[type="password"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

select,
input[type="text"],
input[type="password"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  line-height: 20px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

select{
	height: 2.5em;
}

.errorAccount{
	color: #ff0000;
}

.popUp {
 background-color : white !important;
}
.popUp .divider {
 background-color:#5ea4e9 !important;
 height:1px !important;
 width:100% !important;
}
.popUp .header{
 color : #5ea4e9 !important;
 font-family : Arial !important;
 font-style : normal !important;
 font-size : 20px !important;
 font-weight : bold !important;
 }

.ui-datepicker table{
	background: #FFFFFF;
}

.field {
	color: #000000;
}

.field .placeholder {
	color: #cccccc;
}
/*tooltip style*/
.tooltip{
	font-size:12px !important;
	border:1px solid #B4B4B4 !important;
	line-height: 20px !important;
	color: #424242 !important;
	background: #fbfbfb !important;
}
.fixed {
    position: fixed;
    bottom: 0px;
}

.col1.navigationMenu.fixed {
	position: fixed;
}

.col1.navigationMenu {
	position: relative;
	z-index: 10;
}

.blockText {
	min-width: 70px;
	height: auto;
	text-align: center;
	margin-left: 15px;
	margin-right: 20px;
	padding: 5px;
}

.session_security_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index:1001;
    opacity:.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
}

.session_security_modal {
    position: fixed;
    top: 25%;
    left: 25%;
    width: 50%;
    padding: 16px;
    background: #fff;
    color: #333;
    z-index:1002;
    overflow: auto;
    text-align: center;
	font-family: 'proximaNova';
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
}

.stickyFooter {
	position: fixed;
    bottom: 0;
    padding: 10px;
    width: 920px;
}
.bannerBlock{
	border-width: 1px;
	border-style: solid;
}
.bannerBlock .divider{
	height:60px;
	content:"";
	width:1px;
	display:inline-block;
	background-color:#CCCCCC;
}

.hidden{
	display: none;
}

/* copied from WellnessUI.js */
.checkmarkIncompleteIcon::before{
	font-family: FontAwesome;
	display: inline-block;
	content: "\f096";
	width: 1.4em;
}

/* copied from WellnessUI.js */
.checkmarkCompleteIcon::before{
	font-family: FontAwesome;
	content: "\f046";
	display: inline-block;
	width: 1.4em;
}

.unknownSection {
	margin-top: 5px;
}