
/* Global Properties */
.container {
	padding: 0 30px;
	width: 1200px;
}

body {
	-webkit-print-color-adjust: exact;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}
/* body { */
/*     font-family: "Lato",Helvetica,Arial,sans-serif; */
/* } */
.bg-black {
	background-color: #414141;
}
.bg-light-gray {
	background-color: #f5f5f5;
}
.bg-dark-blue {
	background-color: #0D3F6B;
}
.color-gray {
	color: #b5b5b5;
}
.container-w-100 {
	width: 100%;
}

.float-right {
	float: right;
}
.float-left {
	float: left;
}
.content-length {
	min-height: 1000px;
}
.margin-left-25 {
	margin-left: 25px;
}
.error-text {
	color: #800000;
	width: 100%;
	white-space: normal;
	float: left;
}
#inline-anchor {
	margin: 0;
	padding: 0;
}

.bold {
	font-weight: bold;
}

a {
	cursor: pointer;
}


.asncopy {
	font-size: 16px;
	font-weight: bold;
	color: #313936;
	margin-top: 20px;
	width: 100%;
	line-height: 1.5;
}



/* Main Shell */
/* Header */
#main-header-black {
	height: 40px;
	background-color: #414141;
}

#main-header-black .header-item {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: auto;
	padding-right: 5px;
	color: #FFFFFF;
	cursor: pointer;
	text-align: right;
	overflow: ellipsis;
}
.header-item:hover {
	text-decoration: underline;
}
.header-logo {
	margin: 5px;
	cursor: pointer;
}

.main-header-link {
	color: #035d84;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	margin-left: 40px;
}

/*  Bootstrap Style Overrides */
input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
	background-color: #000000;
	border-color: #000000;
}
.radio, .checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Footer */
.navhdr {
    font-size: 12;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 10px;
}

.navref {
	color: #F0F0F0;
}

#bot a {
	margin-left: 10px;
}
.footer-spacer {
	width:100px;
	float:left;
}
.trailtag {
	clear:both;
	position:relative;
	left:100px;
	padding-top:0px;
	font-size: 10px;
    color: #F0F0F0;
}
/* Global Form Content */
.styled-select select {
    background: transparent;
    margin: 0 auto 0;
    height: 100%;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
/*     color: #666666; */
    -webkit-appearance: none;
    cursor: pointer;
    padding-right: 20px;
}
.styled-select select option {
    color: black;
}
.styled-select {
	display: inline-block;
	margin: 0px 5px 5px 5px;
    justify-content: center;
    border: none;
    border-color: #bbbbbb;
    border-width: 1px;
    border-radius: 5px;
    height: 41px;
    overflow: hidden;
    background: url('../../img/select-arrow.PNG') no-repeat right #fefefe;
/*     background-position: 0 -5px; */
/*     box-shadow: 2px 2px 5px 1px #b2b2b2; */
}
.styled-select.form-error {
	border-color: #800000;
    box-shadow: 0px 0px 5px 1px #800000;
}
.styled-select:hover {
    background-color: #f8f8f8;
}
.styled-select.disabled {
	cursor: default;
    background: none;
    background-color: #ebebe4;
    margin: 0 0 5px 5px;
	float: left;
	width: 90%;
	border: solid;
    border-color: #FFFFFF;
    border-width: 1px;
    border-radius: 5px;
    height: 41px;
}
.styled-select.disabled select {
    cursor: default;
}
.styled-select:focus {
    outline: none;
}
.styled-select .select-placeholder {
	font-style: italic;
}
.select-organization {
	width: 300px;
	background-position: 272px -5px;
}

.select-state {
	width: 150px;
	background-position: 122px -5px;
}

.error-select {
	color: #ff0000;
}

.repeat-container {
	margin-top: 5px;
}

.checkbox-container {
	margin: 40px 0px 0px 0px;
}

/*
 * HOMEPAGE Content
 */

#home-page .orange-btn{
	display: block; text-align: center; background: #ED7D31; color: #fff; font-size: 16px; padding: 20px; border-radius: 5px;
}
#home-top-img-container {
	display: block;
	width: 1100px;
	height: 250px;
	margin: 0 auto 0;
	background-image: url('../../img/IGHealthrateBannerTOP.jpg');
	background-size:cover;
}

#home-top-landing-img-container {
	display: block;
	width: 1100px;
	height: 250px;
	margin: 0 auto 0;
	background-image: url('../../img/hero.jpg');
	background-size:cover;
}

#home-page .top-logo-text-container {
	display: block;
	width: 700px;
	margin: 0 0 0 400px;
	padding-top: 30px;
}

#home-page .home-logo {
	display: block;
	width: 200px;
	margin: 0 auto 0;
}

#home-page .home-img-text {
	background: none;
	color: black;
	padding: 10px;
	margin-left: 20px;
	width: 650px;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}

#home-page .home-img-text h1 {
	width: 100%!important;
}

#home-top-landing-img-container .top-logo-text-container{
	width: 550px;
	margin: 0;
}
#home-top-landing-img-container .home-img-text h1 {
	width: 100%!important;
	color: #fff;
}

#home-top-landing-img-container .home-img-text {
	padding: 20px;
	width: 520px;
}

#start-new-btn {
	display: block;
	margin: 0 auto 0;
	background-color: #8f1128;
	color: #ffffff;
	height: 30px;
	width: 200px;
	border: none;
	font-weight: 400;
}
#start-new-btn:hover {
	background-color: #c91837;
}

#home-page .home-blue-bar {
	margin: 0 auto 0;
	height: 40px;
	display: block;
	width: 1100px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
#home-page .home-tab-bar {
	margin: 0 auto 0;
	height: 40px;
	display: block;
	width: 1100px;
	text-align: center;
	background-color: #D8DAD9;
}
#home-page .tab-bar-anchor-container {
	padding-top: 6px;
	height: 40px;
	width: 220px;
	font-size: 14px;
	text-align: center;
	color: black;
	cursor: pointer;
}
#home-page .tab-bar-anchor-container:hover {
	text-decoration: underline;
	background-color: #b5b5b5;
}
#home-page .tab-bar-anchor {
	text-align: center;
	color: gray;
	cursor: pointer;
}

.tab-setting-container {
	display: block;
	width: 1100px;
	margin: 0 auto 0;
}

.tab-setting {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #D8DAD9;
}

#assessment-tab .tab-setting {
	margin-left: 95px;
}
#start-tab .tab-setting {
	margin-left: 310px;
}
#levels-tab .tab-setting {
	margin-left: 530px;
}
#competencies-tab .tab-setting {
	margin-left: 750px;
}
#coaching-tab .tab-setting {
	margin-left: 965px;
}

#assessment-tab {
	display: block;
	width: 1100px;
	margin: 0 auto 0;
}

#assessment-tab .tab-setting-container {
	height: 50px;
}

#assessment-tab .assessment-status-container{
	position: relative;
	width: 300px;
/* 	height: 200px; */
	display: block;
	margin-bottom: 5px;
}

#assessment-tab .assessment-desc-container{
	position: relative;
	width: 770px;
	display: block;
	padding-left: 30px;
	margin-bottom:5px;
}
#assessment-tab .desc-header-container{
	height: 30px;
	display: block;
	float: left;
}

#assessment-tab .desc-body-container{
	margin-top: 15px;
	margin-bottom: 8px;
	color: black;
	font-weight: 400;

}

#assessment-tab h2 {
	font-size: 22px;
	float: left;
	margin-top: 5px;
}

#assessment-tab h3 {
	font-size: 22px;
	float: left;
	margin-top: 5px;
	color: #0D3F6B;
}
#assessment-tab h4 {
	font-size: 18px;
	float: left;
	margin-top: 5px;
	color: #0D3F6B;
}
#assessment-tab .assessment-name {
	display: inline-block;
	max-width: 350px;
	font-size: 18px;
	white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
#assessment-tab .status-bar-back {
	position: absolute;
	width: 100%;
	height: 16px;
	background-color: #E7E8EA;
	border: inset;
	border-width: 0px;
	border-top-width: 1px;
	border-top-color: #c4c4c4;
	border-radius: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#assessment-tab .status-bar-front {
	position: absolute;
	height: 16px;
	border-radius: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #1a6093;
    box-shadow: 0px 2px 3px 1px #c4c4c4;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #3493DB),
		color-stop(0.98, #F0F0F0)
	);
	background-image: -o-linear-gradient(top, #3493DB 0%, #F0F0F0 98%);
	background-image: -moz-linear-gradient(top, #3493DB 0%, #F0F0F0 98%);
	background-image: -webkit-linear-gradient(top, #3493DB 0%, #F0F0F0 98%);
	background-image: -ms-linear-gradient(top, #3493DB 0%, #F0F0F0 98%);
	background-image: linear-gradient(to top, #3493DB 0%, #F0F0F0 98%);
}

#assessment-tab .continue-view-btn {
	display: block;
	margin: 60px auto 0;
	background-color: #135999;
	color: #ffffff;
	height: 35px;
	width: 160px;
	border: none;
	font-weight: 400;
}
#assessment-tab .continue-view-btn:hover {
	background-color: #1a7cd7;
}
#assessment-tab .desc-header-vbar {
	margin-left: 10px;
	margin-right: 10px;
	display: block;
	float: left;
	width: 1px;
	height: 30px;
	background-color: black;
}

#assessment-tab .desc-header-vbar-small {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 3px;
	display: block;
	float: left;
	width: 1px;
	height: 15px;
	background-color: black;
}


#start-tab .start-picture-container{
	position: relative;
	width: 400px;
	height: 200px;
	display: block;
	margin-bottom: 35px;
/* 	background-color: red; */
}

#login-screenshot {
	margin: 20px 0 0 30px;
	height: 250px;
	box-shadow: 3px 3px 5px 4px #c4c4c4;
}

#start-tab .start-desc-container{
	position: relative;
	width: 680px;
	display: block;
	padding-left: 30px;
/* 	background-color: yellow; */
}
#start-tab .desc-header-container{
	height: 70px;
	display: block;
	float: left;
/* 	background-color: red; */
}

#start-tab .desc-body-container{
	float-left;
	display: block;
	margin-top: 20px;
	color: black;
	font-weight: 400;

}

#start-tab h2 {
	display: block;
	font-size: 30px;
	color: #0D3F6B;
	float: left;
	margin-top: 5px;
}

#start-tab h3 {
	display: block;
	height: 40px;
	font-size: 24px;
	color: #0D3F6B;
	float: left;
	margin-top: 25px;
}

#levels-tab h2 {
	display: block;
	font-size: 30px;
	color: #0D3F6B;
	float: left;
	margin-top: 5px;
	margin-left: 35px;
}

#levels-tab h3 {
	margin: 20px auto 20px;
	width: 90%;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: black;
}

#levels-tab .level-descriptions-container {
	display: block;
	margin: 0 auto 0;
	width: 1050px;
	height: 750px;
}

#levels-tab .desc-header-container{
	height: 70px;
	display: block;
	float: left;
}
#levels-tab .level-container {
	position: relative;
	width: 205px;
	margin-right: 5px;
	height: 100%;
	float: left;
}

#levels-tab .level-header {
    color: #fff;
    display: block;
    height: 40px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    padding-top: 2px;
}

#levels-tab .level-text {
	padding-right: 5px;
	padding-left: 5px;
}

#levels-tab .level-divider {
	position: absolute;
	top: 50px;
	right: -20px;
	margin-left: 20px;
	margin-right: 20px;
	display: block;
	width: 1px;
	height: 90%;
	background-color: #b5b5b5;

}

#competencies-tab .desc-body-container{
	font-size: 16px;
	margin: 0 auto 0;
	width: 1050px;
	margin-top: 10px;
	margin-bottom: 30px;
	color: black;
	font-weight: 400;
}

#coaching-tab .desc-body-container{
	font-size: 16px;
	margin: 0 auto 0;
	width: 1050px;
	margin-top: 10px;
	margin-bottom: 30px;
	color: black;
	font-weight: 400;
}

/*
 * LOGIN Content
 */
.content-length {
	/*min-height: 1300px;*/
}
@media (max-width: 1200px) {
	.content-length {
		min-height: 2000px;
	}
}

.login-img-container {
	display: inline-block;
	float: left;
	background-image: url('../../img/hrlogin.jpg');
	background-size:cover;
	height: 350px;
	width: 640px;
	margin: 10px;
    margin-bottom: 60px;
}
.login-img-text {
	background: transparent;
	color: black;
	padding: 10px;
	opacity: 1;
	width: 641px;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	margin-left: 4px;
}

.login-overlay-spacer {
	padding-bottom: 10px;
	height: 355px;
}

.login-info-container {
	display: inline-block;
	float: left;
	width: 400px;
	margin: 20px;
}
.login-info-inner {
	/*height: 445px;*/
	padding-bottom: 30px;
}
.login-info-inner * {
	margin-left: 10px;
}
.login-info-inner .input-text-label {
	color: #111111;
	font-size: 18px;
	margin-top: 10px;
}
#remember-me-container {
	margin: 10px 0 10px 30px;
}

#sign-in-btn {
	background: #96C0E6;
	width: 70px;
	color: #035D84;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	-webkit-appearance: button;
	margin-bottom: 15px;
}
.login-field-label {
	margin-bottom: 0;
}
#profile-recover #verify-label {
	margin-right: 15px;
}
.login-info-inner #remeber-me-chk {
	margin-top: 10px;
	padding-bottom: 10px;
}

.login-info-inner #uid {
	width: 80%;
	margin-bottom: 0;
}
.login-info-inner #pwd {
	width: 80%;
	margin-bottom: 0;
}
.sign-in-header {
	background-color: #035D84;
	color: #FEFEFE;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 5px 0 5px 10px;
	line-height: 24px;
}
#login-body-left {
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 20px;
	text-align: left;
	width: 650px;
	float:left;
	border-right: solid;
	border-color: #888888;
	border-width: 2px;
}
#login-body-left p {
	color: black;
	font-size: 21px;
	line-height: 1.5;
	padding-right: 30px;
	font-family: "Lato",Helvetica,Arial,sans-serif;
}
#login-body-right {
	margin-top: 20px;
	text-align: left;
	width: 410px;
	float:left;
	padding-left: 30px;
}
#login-body-right p {
	color: black;
	font-size: 21px;
	line-height: 1.5;
	font-family: "Lato",Helvetica,Arial,sans-serif;
}
#login-body-right img {
	width: 400px;
	height: 337px;
	margin-left: -20px;
	margin-top: -15px;
}
.login-section-header {
	color: #035D84;
	font-size: 30px;
	padding: 10px 10px 10px 0;
}
#login-contact-container {
	width: 670px;
	background-color: #A22137;
	margin-left: -22px;
}
#login-contact-container p {
	padding: 10px 5px 10px 20px;
	color: #ffffff;
}

.login-vbar {
	background-color:
}

#healthrate-can-list-heading{
	color: black;
	font-size: 18px;
	font-weight: 500;
}
#healthrate-can-list{
	color: black;
	font-size: 18px;
	font-weight: 500;
}
#healthrate-can-list li{
	color: black;
	font-size: 14px;
	font-weight: normal;
	margin-left: 20px;
}
.login-section-img-header {
	display: block;
	color: black;
	width: 200px;
	font-size: 24px;
	margin: 0 auto 0;
}
#login-body-logo {
	display: block;
	margin: 0 auto 0;
	width: 280px;
}

/* Recover Content */
#recover-title {
	margin: 30px auto 0;
	width: 200px;
	text-align: center;
	font-size: 20px;
    font-weight: bold;
    color: #035D84;
}

#profile-recover .input-text-label {
	color: #111111;
	font-size: 16px;
	font-weight: 500;
	margin-top: 10px;
	margin-right: 10px;
}
#profile-recover .input-text-field {
	color: #111111;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 10px;
}
#profile-recover .input-text-field.form-error {
    border-color: #800000;
    border-width: 1px;
    box-shadow: 0px 0px 5px 1px #800000;
}
#profile-recover .heading {
	color: #111111;
	font-size: 16px;
	font-weight: 500;
}

#profile-recover a {
	color: #8b8b8b;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

#load-question-spinner {
	width: 100px;
	display: block;
	margin: 100px auto 0;
}

.loading-spinner-center {
	width: 10px;
	display: block;
	margin: 0 auto 0;
}

/* Congrats Content */

.congrats-text {
	color: #035d84;
	font-size: 30px;
	width: 400px;
	margin: 0 auto 0;
	text-align: center;
}

#congrats-cancel {
	margin-top: 60px;
	margin-left: 20%;
}
#congrats-login {
	margin-top: 60px;
	margin-right: 20%;
}
/* ADMIN Content */
.admin-use {
	position: absolute;
	left: 5%;
	font-weight: 500;
	font-size: 20px;
	color: #FF0000;
}
.main-hr-logo {
	display: block;
	margin: 20px auto 20px;
	height: 100px;
}

h1 {
	display: block;
	margin: 0 auto 50px;
	color: #96c0e6;
	font-size: 30px;
	font-weight: 500;
	width: 50%;
	text-align: center;
}
.admin-menu h2 {
	display: block;
	margin: 0 auto 10px;
	font-size: 18px;
	font-weight: 500;
	width: 25%;
	text-align: center;
	padding: 10px;
	color: #FF0000;

}

.admin-menu h3 {
	display: block;
	margin: 0 0 0 -10px;
	font-size: 24px;
	font-weight: 500;
	text-align: left;
	padding: 10px;
	color: #8b8b8b;

}

.admin-menu h4 {
	display: block;
	margin: 0 auto 50px;
	color: #8c2638;
	font-size: 30px;
	font-weight: 500;
	width: 50%;
	text-align: center;
}

.admin-menu sup {
	font-size: 50%;
	vertical-align: super;
}

.admin-menu-option {
	color: #8b8b8b;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
}

.admin-menu .option-heading {
	margin-left: 5px;
	color: #8b8b8b;
	font-size: 14px;
	font-weight: 500;
}

.admin-menu .warning-banner {
	display: block;
	margin: 0 auto 0;
	width: 375px;
	height: 200px;
	border: solid;
	border-color: #414141;
	border-radius: 10px;
}
.admin-menu .warning-pg {
	margin: 5px 5px 10px 5px;
	display: block;
	position: relative;
	margin-top: 10px;
	text-align: center;
}
.cancel-promote-publish-container {
	float: left;
	display: inline-block;
	width: 50%;
}
.cancel-promote-publish {
	margin: 0 auto 0;
	display: block;
	width: 110px;
	height: 30px;
	color: #FFFFFF;
	background-color: #8d1b29;
	border-color: #8d1b29;
	border: none;
	border-radius: 3px;
}
.instructions {
	line-height: 12px;
}
.instructions-pg {
	line-height: 14px;
}
.admin-menu .selected-display {
	display: block;
	margin: 0 0 20px 0;
	color: #8c2638;
	font-size: 18px;
	font-weight: 500;
	width: 100%;
	text-align: left;
}

.admin-menu table, th , td  {
  	border: 1px solid grey;
  	border-collapse: collapse;
  	padding: 5px;
}
.admin-menu table .table-rows:nth-child(odd)	{
  	background-color: #ececec;
}
.admin-menu table .table-rows:nth-child(even) {
  	background-color: #96c0e6;
}
.admin-menu table .table-rows:ACTIVE {
  	background-color: pink;
}
.selected-row {
	color: #FFFFFF;
	background-color: #800000;
}
.admin-menu .table-heading {
	background-color: #cccccc;
}
.admin-menu .fixed-table-header-container {
    max-height: 200px;
    background-color: #f5f5f5;
}
.admin-menu .fixed-table-container {
    max-height: 200px;
    background-color: #f5f5f5;
    position: relative;
    overflow-y: auto;
}
.admin-menu .fixed-table-container-inner {
	display: block;
    height: 100%;
}
.admin-menu .fixed-table-container-header-inner {
	width: 928px;
}
.admin-menu table {
	display: table;
	table-layout: fixed;
    width: 928px;
    background-color: #f5f5f5;
}
.admin-menu thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
.admin-menu tbody {
    overflow-x: hidden;
    overflow-y: auto;
}

.admin-menu .table-name {
	width: 109px;
}
.admin-menu .table-email {
	width: 299px;
}
.admin-menu .table-department {
	width: 160px;
}
.admin-menu .table-title {
	width: 180px;
}
.admin-menu .table-flag {
	width: 70px;
}

.admin-menu .undo-btn-container {
	height: 80px;
	padding-top: 30px;
}

.admin-menu .undo-field-btn {
	display: block;
	cursor: pointer;
	float: left;
}

.field-label {
	color: #8b8b8b;
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 500;

}
.field-label-principles {
	color: #8b8b8b;
	line-height: 12px;
	font-size: 16px;
	font-weight: 500;
	margin-left: -20px;
}
.field-label-indent {
	color: #8b8b8b;
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	margin-left: 30px;
}
.field-label-little {
	color: #8b8b8b;
	float: left;
	width: 100%;
	line-height: 12px;
	font-size: 16px;
	font-weight: 500;
	margin-left: 30px;
}
.form-text-field {
	margin: 0 0 5px 5px;
	float: left;
	width: 90%;
	border: solid;
    border-color: #FFFFFF;
    border-width: 1px;
    border-radius: 5px;
    height: 41px;
}
.form-text-field:focus {
	box-shadow: 0 0 5px 1px #808080;
}
.form-text-field.form-error {
    border-color: #800000;
    border-width: 1px;
    box-shadow: 0px 0px 5px 1px #800000;
}
.form-text-zip {
	width: 82%;
}
.form-text-half-width {
	width: 44%;
	margin-right: 5px;
}

textarea {
	width: 90%;
	resize: none;
	border: solid;
    border-color: #747474;
    border-width: 1px;
    border-radius: 5px;
}

.rich-text-container{
	margin-left: 30px;
	max-width: 920px;
}

.rich-text-container-marker{
	margin-left: 30px;
	max-width: 745px;
}
.competency-textarea {
	margin-left: 30px;
	margin-bottom: 30px;
	border: solid;
	border-width: 1px;
	border-color: #747474;
	border-radius: 4px;
}

.form-end-button {
	color: #8b8b8b;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	margin: 5px 5px 5px 60px;
	text-transform: uppercase;
}

.admin-menu .fa {
	margin-top: 15px;
}

.note-editor .fa {
	/* undo the above style for summernote */
	margin: 0;
}

.note-editor .btn {
	border: inherit;
	box-shadow: none;
	text-transform: inherit;
	transition: none;
	-o-transition: none;
	-webkit-box-shadow: none;
	-webkit-transition: none;
}

.note-editor .btn-group .btn:not(:first-of-type) {
	margin-left: -1px;
}

.note-editor .btn-default {
	border: 1px solid #ccc;
}

.note-editor .btn-default.active,
.note-editor .btn-default:hover {
	background-color: #ebebeb;
	border-color: #adadad;
}

/*
 * User Role List Content
 */

.role-list-container {
	background-color: #FFFFFF;
	border: solid;
	border-width: 1px;
	border-color: #747474;
	border-radius: 4px;
	display: table-cell;
	height: 150px;
	overflow-y: auto;
	overflow-x: auto;
	width: 100%;
	height: 600px;
}
@media (max-width: 768px) {
	.role-list-container {
		width: 85%;
	}
}
.role-list-container.form-error {
	border-color: #800000;
	box-shadow: 0px 0px 5px 1px #800000;
}
.role-list-container ul {
	  list-style-type: none;
}
.collapsibleList li{
/*   list-style-image:url('../../img/button.png'); */
  list-style-image: none;
  cursor:auto;
}

li.collapsibleListOpen{
  list-style-image:url('../../img/button-open.png');
  cursor:pointer;
}

li.collapsibleListClosed{
  list-style-image:url('../../img/button-closed.png');
  cursor:pointer;
}


.treeView{
  -moz-user-select:none;
  position:relative;
}

.treeView ul{
  margin:0 0 0 -1.5em;
  padding:0 0 0 1.5em;
}

.treeView ul ul{
  background:url('list-item-contents.png') repeat-y left;
}

.treeView li.lastChild > ul{
  background-image:none;
}

.treeView li{
  margin:0;
  padding:0;
  background:url('list-item-root.png') no-repeat top left;
  list-style-position:inside;
  list-style-image:url('button.png');
  cursor:auto;
}

.treeView li.collapsibleListOpen{
  list-style-image:url('button-open.png');
  cursor:pointer;
}

.treeView li.collapsibleListClosed{
  list-style-image:url('button-closed.png');
  cursor:pointer;
}

.treeView li li{
  background-image:url('list-item.png');
  padding-left:1.5em;
}

.treeView li.lastChild{
  background-image:url('list-item-last.png');
}

.treeView li.collapsibleListOpen{
  background-image:url('list-item-open.png');
}

.treeView li.collapsibleListOpen.lastChild{
  background-image:url('list-item-last-open.png');
}

/**
 * User Intro Page Styles
 */
#user-intro-spinner {
	margin-top: 15px;
}

/**
 * Assessment Page Styles
 */

#assessment-page {
	clear: both;
}

#assessment-page input[type=checkbox] {
	margin: 0;
}

#assessment-page .checkbox,
#assessment-page .radio-label {
	cursor: pointer;
}

#assessment-page .radio-label {
	margin: 10px 0 0;
}

#assessment-page .row {
	margin-left: -15px;
	margin-right: -15px;
}

#assessment-page .right-col-container {
	background-color: #f4f4f4;
	padding: 10px;
}

#assessment-page .info-text {
	color: #848484;
	margin: 0 40px;
}

#assessment-page .assessment-header {
	background-color: #024972;
	color: #fff;
	font-size: 28px;
	padding: 10px;
	text-align: center;
}

#assessment-page .assessment-table {
	color: #313936;
	margin-top: 20px;
	width: 100%;
	line-height: 1.5;
}

#assessment-page .assessment-table td {
	border: none;
	width: 1%;
}

#assessment-page .assessment-table td:first-of-type {
	border-right: 3px solid #fff;
	font-weight: bold;
}

#assessment-page .assessment-table thead tr td {
	background-color: #7c8c8c;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#assessment-page .assessment-table tr.active td {
	background: linear-gradient(180deg, #c3c3c3, #dadada 10px) no-repeat;
}

#assessment-page .assessment-table tr.active-levels {
	background-color: #dadada;
}

#assessment-page .assessment-table tr.active-levels td {
	vertical-align: top;
}

#assessment-page .assessment-table tr.active-levels td:not(:last-of-type) {
	border-right: 3px solid #fff;
}

#assessment-page .oldtooltip-inner {
	text-align: left;
    line-height: 1.5;
}

#assessment-page .level-info {
	font-size: 12px;
	margin-top: 5px;
	text-align: left;
	font-family: "Lato",Helvetica,Arial,sans-serif;
    line-height: 1.5;
}

#assessment-page .level {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#assessment-page .baseline-info {
	color: #035d84;
	font-size: 10px;
	margin-top: 10px;
}

#assessment-page .competency-note {
	width: 100%;
}

#assessment-page .btn-results {
	background-color: #035d84;
	border: 1px solid #000;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 0 30px;
	text-transform: uppercase;
}

#assessment-page .btn-results:disabled {
	background-color: #eee;
	border: 1px solid #ccc;
	color: #ccc;
}

#assessment-page .btn-marker {
	color: #313936;
	text-align: left;
}

/**
 * Competency Side Bar Styles
 */

#competency-side-bar .health-rate-logo {
	margin-top: 50px;
	max-width: 170px;
}

#competency-side-bar .competency-header {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 10px;
}

#competency-side-bar .competency-link {
	color: #035d84;
	display: block;
	line-height: 1.5em;
	margin-bottom: 10px;
	padding: 0 10px;
}

#competency-side-bar .competency-link .fa {
	color: #119404;
	position: absolute;
	margin-left: -30px;
	margin-top: 4px;
}

#competency-side-bar .active.competency-link {
	background-color: #b3b3b3;
	color: #fff;
	padding: 10px;
	position: relative;
}

#competency-side-bar .active.competency-link:before,
#competency-side-bar .active.competency-link:after {
	content:"";
	height: 50%;
	left: 100%;
	position: absolute;
	width: 10px;
}
#competency-side-bar .active.competency-link:before {
	background: linear-gradient(to right top, #b3b3b3 50%, rgba(0, 0, 0, 0) 50%);
	top: 0px;
}
#competency-side-bar .active.competency-link:after {
	background: linear-gradient(to right bottom, #b3b3b3 50%, rgba(0, 0, 0, 0) 50%);
	top: 50%;
}

/**
 * New Assessment Page Styles
 */

#new-assessment-page {
	clear: both;
	margin-bottom: 150px;
}

#new-assessment-page .health-rate-logo {
	max-height: 125px;
}

#new-assessment-page .heading {
	color: #035d84;
	font-size: 30px;
	line-height: 45px;
	text-align: center;
}

#new-assessment-page .form-group label {
	color: #8b8b8b;
	font-size: 23px;
}

#new-assessment-page .form-group input {
	border: 1px solid #a7a7a7;
	border-radius: 5px;
	box-shadow: none;
}

#new-assessment-page .form-group .form-error {
	border-color: #800000;
	border-width: 1px;
	box-shadow: 0px 0px 5px 1px #800000;
}

#new-assessment-page .invalid-error {
	color: #800000;
	font-style: italic;
}

/**
 * Assessment Detail Page Styles
 */

#assessment-detail-page {
	clear: both;
}

#assessment-detail-page .row {
	margin-left: -15px;
	margin-right: -15px;
}

#assessment-detail-page .right-col-container {
	background-color: #f4f4f4;
	page-break-after: always;
	page-break-inside: avoid;
}

#assessment-detail-page .padded-container {
	padding: 20px;
}

#assessment-detail-page .table-details {
	width: 100%;
}

#assessment-detail-page .table-details thead td {
	background-color: #7c8c8c;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#assessment-detail-page .table-details td {
	border: none;
}

#assessment-detail-page .table-details tbody tr:not(:last-of-type) td,
#assessment-detail-page .table-details thead td {
	border-bottom: 4px solid #fff;
}

#assessment-detail-page .table-details td:not(:last-of-type) {
	border-right: 4px solid #fff;
}

#assessment-detail-page .table-details tbody td:first-of-type {
	font-weight: bold;
	min-width: 130px;
	text-align: center;
}

#assessment-detail-page .table-details tbody td:nth-of-type(2) {
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	min-width: 80px;
	text-align: center;
}

#assessment-detail-page .notes {
	width: 100%;
}

#assessment-detail-page .bottom-navigation {
	margin-bottom: 20px;
	margin-top: 20px;
}

/**
 * Assessment Summary Page Styles
 */

#assessment-summary-page {
	clear: both;
}

#assessment-summary-page input[type=checkbox] {
	margin: 0;
}

#assessment-summary-page .checkbox {
	cursor: pointer;
}

#assessment-summary-page .section-heading {
	background-color: #aaa;
	color: #fff;
	font-size: 20px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

#assessment-summary-page .assessment-listbox {
	font-height: 20px;
	height: 250px;
	line-height: 20px;
	overflow-x: hidden;
	overflow-y: auto;
}

#assessment-summary-page .assessment-listbox div {
	color: #000;
	cursor: pointer;
	padding: 10px;
}

#assessment-summary-page .assessment-listbox .active {
	background-color: #cdcdcd;
}

#assessment-summary-page .competency-summary-container {
	margin: 0 -5px;
}

#assessment-summary-page .competency-summary {
	float: left;
	margin-bottom: 10px;
	min-height: 1px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	width: 20%;
}

#assessment-summary-page .competency-summary>div {
	background-color: #e2e3e6;
}

#assessment-summary-page .competency-summary .competency-name {
	display: table;
	width: 100%;
}

#assessment-summary-page .competency-summary h3 {
	color: #053d75;
	display: table-cell;
	font-size: 20px;
	height: 90px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

#assessment-summary-page .competency-summary span {
	border-bottom: 2px solid #441d24;
	color: #fff;
	display: block;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}

#assessment-summary-page .competency-summary a {
	color: #fff;
	display: block;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
}

#assessment-summary-page .competency-summary .level-1 a {
	background-color: #a94441;
}

#assessment-summary-page .competency-summary .level-2 a {
	background-color: #f9994f;
}

#assessment-summary-page .competency-summary .level-3 a {
	background-color: #f4d533;
}

#assessment-summary-page .competency-summary .level-4 a {
	background-color: #336b97;
}

#assessment-summary-page .competency-summary .level-5 a {
	background-color: #89c749;
}

#assessment-summary-page .graph-area {
	border: none;
	padding: 0;
	width: 100%;
}

#assessment-summary-page .colored-axis {
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px 0 0;
}

#assessment-summary-page .colored-axis div {
	height: 61px;
	line-height: 61px;
	padding: 0 10px;
}

#assessment-summary-page .colored-axis div:nth-of-type(1),
#assessment-summary-page .colored-axis div:nth-of-type(2) {
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
}

/**
 * Assessment Score Page Styles
 */

#assessment-score .heading {
	color: #fff;
	font-size: 24px;
	margin: 0;
	padding: 20px;
	text-align: center;
}

#assessment-score .sub-heading {
	background-color: #aaa;
	border-top: 4px solid #fff;
	color: #fff;
	font-size: 20px;
	margin: 0;
	padding: 10px;
}

#assessment-score .heading span {
	font-weight: bold;
	text-transform: uppercase;
}

#assessment-score .info-heading {
	padding: 10px;
}

#assessment-score .info-heading h3 {
	font-size: 30px;
	margin: 0;
}

#assessment-score .info-heading img {
	height: 35px;
}

#assessment-score .score-table {
	margin: 10px;
}

#assessment-score .score-table tr td {
	border: none;
	padding: 0 20px;
	vertical-align: top;
}

#assessment-score #loading-row {
	width: 827px;
	height: 161px;
}

#assessment-score .score-table tr td:first-of-type {
	border-right: 5px solid #c2c4c3;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
}

#assessment-score .score-table tr td:first-of-type span {
	display: block;
	font-size: 100px;
	font-weight: bold;
	line-height: 100px;
}

/**
 * Common styles
 */

.summernote-markup p,
.summernote-markup ul,
.summernote-markup ol{
	margin: 0;
}

.print-only {
	display: none;
}

@media print {
	.no-print, .no-print * {
		display: none !important;
	}
	.print-only {
		display: inherit;
	}
	.print-col-12 {
		width: 100%;
	}
	.no-print-background {
		background: none !important;
	}
	.container {
		padding: 0;
		width: inherit;
	}
	.level-badge-1:before,
	.level-badge-1:after,
	.level-badge-2:before,
	.level-badge-2:after,
	.level-badge-3:before,
	.level-badge-3:after,
	.level-badge-4:before,
	.level-badge-4:after,
	.level-badge-5:before,
	.level-badge-5:after{
		background: none !important;
	}
	.level-badge-1,
	.level-badge-2,
	.level-badge-3,
	.level-badge-4,
	.level-badge-5 {
		margin-right: 5px !important;
	}

	a:link:after, a:visited:after {
		content: "";
	}
}

#gray-header {
	position: relative;
	bottom: 0px;
	padding-top: 20px;
}



 /* Tooltip container */
.tooltip .ng-binding {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltiptext .ng-binding {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.oldtooltip {
	opacity: 1!important;
}

.btn-link {
	color: #093e77;
	font-size: 13px;
	text-transform: uppercase;
}

.btn-link:hover {
	background: none;
	text-decoration: underline;
}

.top-navigation {
	background: #fff;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	width: 100%;
}

.top-navigation a {
	color: #093e77;
}

.top-navigation .fa {
	color: #97989d;
}

.drop-shadow{
	position:relative;
}

.drop-shadow:after{
	border-radius: 100%;
	bottom: 0px;
	/*box-shadow: 0 0 15px rgba(0,0,0,0.2);*/
	content: "";
	height: 20%;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.no-margins {
	margin: 0;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.level-0 {
	background-color: #aaa;
}

.level-1 {
	background-color: #8f112a;
}

.level-2 {
	background-color: #f67a2b;
}

.level-3 {
	background-color: #f0c50b;
}

.level-4 {
	background-color: #094077;
}

.level-5 {
	background-color: #5a9f17;
}

.level-color-1 {
	color: #8f112a;
}

.level-color-2 {
	color: #f67a2b;
}

.level-color-3 {
	color: #f0c50b;
}

.level-color-4 {
	color: #094077;
}

.level-color-5 {
	color: #5a9f17;
}

.level-badge-1 {
	background-color: #8f112a;
	color: #fff;
	margin-right: 15px;
	padding: 3px 5px;
	position: relative;
	text-transform: uppercase;
}

.level-badge-1:before,
.level-badge-1:after {
	content:"";
	height: 50%;
	left: 100%;
	position: absolute;
	width: 10px;
}

.level-badge-1:before {
	background: linear-gradient(to right top, #8f112a 50%, rgba(0, 0, 0, 0) 50%);
	top: 0px;
}

.level-badge-1:after {
	background: linear-gradient(to right bottom, #8f112a 50%, rgba(0, 0, 0, 0) 50%);
	top: 50%;
}

.level-badge-2 {
	background-color: #f67a2b;
	color: #fff;
	margin-right: 15px;
	padding: 3px 5px;
	position: relative;
	text-transform: uppercase;
}

.level-badge-2:before,
.level-badge-2:after {
	content:"";
	height: 50%;
	left: 100%;
	position: absolute;
	width: 10px;
}

.level-badge-2:before {
	background: linear-gradient(to right top, #f67a2b 50%, rgba(0, 0, 0, 0) 50%);
	top: 0px;
}

.level-badge-2:after {
	background: linear-gradient(to right bottom, #f67a2b 50%, rgba(0, 0, 0, 0) 50%);
	top: 50%;
}

.level-badge-3 {
	background-color: #f0c50b;
	color: #fff;
	margin-right: 15px;
	padding: 3px 5px;
	position: relative;
	text-transform: uppercase;
}

.level-badge-3:before,
.level-badge-3:after {
	content:"";
	height: 50%;
	left: 100%;
	position: absolute;
	width: 10px;
}

.level-badge-3:before {
	background: linear-gradient(to right top, #f0c50b 50%, rgba(0, 0, 0, 0) 50%);
	top: 0px;
}

.level-badge-3:after {
	background: linear-gradient(to right bottom, #f0c50b 50%, rgba(0, 0, 0, 0) 50%);
	top: 50%;
}

.level-badge-4 {
	background-color: #094077;
	color: #fff;
	margin-right: 15px;
	padding: 3px 5px;
	position: relative;
	text-transform: uppercase;
}

.level-badge-4:before,
.level-badge-4:after {
	content:"";
	height: 50%;
	left: 100%;
	position: absolute;
	width: 10px;
}

.level-badge-4:before {
	background: linear-gradient(to right top, #094077 50%, rgba(0, 0, 0, 0) 50%);
	top: 0px;
}

.level-badge-4:after {
	background: linear-gradient(to right bottom, #094077 50%, rgba(0, 0, 0, 0) 50%);
	top: 50%;
}

.level-badge-5 {
	background-color: #5a9f17;
	color: #fff;
	margin-right: 15px;
	padding: 3px 5px;
	position: relative;
	text-transform: uppercase;
}

.level-badge-5:before,
.level-badge-5:after {
	content:"";
	height: 50%;
	left: 100%;
	position: absolute;
	width: 10px;
}

.level-badge-5:before {
	background: linear-gradient(to right top, #5a9f17 50%, rgba(0, 0, 0, 0) 50%);
	top: 0px;
}

.level-badge-5:after {
	background: linear-gradient(to right bottom, #5a9f17 50%, rgba(0, 0, 0, 0) 50%);
	top: 50%;
}

li
{
	list-style-type:none;
}

.hot
{
	cursor: pointer;
}

.ctlbtn
{
	font-size:30px;
	font-weight:bold;
	color:#111111;
}
