/* Some Typography Style */
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
@font-face{font-family: 'titillium';font-weight:normal;font-style:normal;src:url("../webfonts/titillium.eot?#") format("eot"),url("../webfonts/titillium.woff") format("woff"),url("../webfonts/titillium.ttf") format("truetype"),url("../webfonts/titillium.svg#titillium") format("svg");}

h1, h2, h3, h4, h5, h6{
	text-align: left;
}
body {
	overflow-x: hidden;
	position: relative;
	font-family: 'Lato', Sans-serif;
	background-color: #ffffff;
}
a:hover{
	text-decoration: none;
}

.content-disabled {
	opacity: 0.4;
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Some Typography Style */
.text-red{
	color: #aa0000 !important;
}
.text-orange{
	color: #ff881f !important;
}
.text-color1 {
	color: #ff5600 !important;
}
.text-color2 {
	color: #09255b !important;
}
.text-color3 {
	color: #666 !important;
}
.text-color4 {
	color: #a6bfff !important;
}
.text-color5 {
	color: #3257b7 !important;
}
.text-color6 {
	color: #ff3546 !important;
}
.text-shadow{
	text-shadow: 2px 2px 2px rgba(0,0,0,.8);
}
.headline {
	font-size: 2rem;
	color: #09255b;
	padding: 1rem;
	text-shadow: 1px 2px 3px rgba(0,0,0,.4);
}
.my-6rem{
	margin-top: 6rem;
	margin-bottom: 6rem;
}
.text-clamp-1, .text-clamp-2, .text-clamp-3, .text-clamp-4, .text-clamp-5, .text-clamp-6 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-height: 1.6rem;
}
.text-clamp-1 {
	-webkit-line-clamp: 1;
	max-height: 1.6rem;
}
.text-clamp-2 {
	-webkit-line-clamp: 2;
	max-height: 3.2rem;
}
.text-clamp-3 {
	-webkit-line-clamp: 3;
	max-height: 4.8rem;
}
.text-clamp-4 {
	-webkit-line-clamp: 4;
	max-height: 6.4rem;
}
.text-clamp-5 {
	-webkit-line-clamp: 5;
	max-height: 8rem;
}
.text-clamp-6 {
	-webkit-line-clamp: 6;
	max-height: 9.6rem;
}

/* Color theme */
.bgLight{
	background-color: #f4f4fa;
}
.bgGray{
	background-color: #dddddd;
}
.bgWhite{
	background-color: #ffffff;
}
.bgSpecial{
	background-color: #f6dfd9;
}
.bgTableRow{
	background-color: rgba(0,0,0,.05);
}
.bgTableRow2{
	background-color: rgba(0,125,255,.25);
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}

.background-grey {
	background-color: #ddd;
}
.background-c2 {
	background-color: #ffead0;
}
.boxBorder{
	border: 1px solid #ebc798;
	border-radius: 1em;
	padding: 1em;
	background: #f9efd9;
}
.imgBorder{
	border: 1px solid #dddddd;
	border-radius: 1em;
}
.box-shadow{
	box-shadow: 1px 1px 10px 5px rgba(0,0,0,0.2);
}
.inline-info{
	display: inline-block;
	font-size: .7em;
	color: #454545;
	vertical-align: top;
	margin-left: .5rem;
}

.maincontent {
    width: 100%;
	padding: 0px;
	margin: 0px;
}
.rx-header{
	padding: 0;
	margin: 0;
	height: 140px;
}

/* Tables */
.table-sticky-header {
  text-align: left;
  position: relative;
  border-collapse: collapse; 
}
.table-sticky-header th {
  background: white;
  position: sticky;
  top: 0;
  box-shadow: 0px 0px 0px 1px rgb(220, 220, 220);
  z-index: 2;
}

.table-striped.tableBlue td, .table-striped.tableBlue th{
	border-color: #ffffff !important;
}
.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}
.table-striped.tableBlue thead tr {
	background-color: rgb(68, 114, 196);
}
.table-striped.tableBlue thead th {
	color: #ffffff;
}
.table-striped.tableBlue tbody tr {
    background-color: rgb(207, 213, 234);
}
.table-striped.tableBlue tbody tr:nth-of-type(2n+1) {
    background-color: rgb(233, 235, 245);
}

/* Navigation Menu */
.rx-navbar {
	display: block;
	background-color: #931D1F;
	width: 100%;
    clear:both;
	padding: 0;
	border-bottom: 5px solid #e93a1a;
}
.rx-navbar .container{
	align-items: normal;
}
.rx-navbar .navbar-header{
	margin: 0;
	padding: 0;
	z-index: 1000;
}
.rx-navbar .navbar-header .navbar-dealership-logo{
	float: left;
	margin-top: 14px;
	margin-right: 1rem;
}
.rx-navbar .navbar-header .navbar-dealership-link{
	display: block;
}
.rx-navbar .navbar-header .navbar-dealership-link img{
	height: 64px;
}
.rx-navbar .navbar-header .navbar-brand{
	padding: 0px;
	margin-top: 14px;
}
.rx-navbar .navbar-header .navbar-toggler{
	margin-top: 12px;
	float: right;
}
.rx-navbar .navbar-nav {
	padding: 0px;
	margin: 0px;
	height: 100%;
}
.rx-navbar .navbar-nav .nav-item {
	height: 80px;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.rx-navbar  .navbar-nav .nav-link {
	height: 100%;
	font-size: 1.2em;
	font-family: 'Lato', Sans-serif;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
}
.rx-navbar.navbar-expand-md .navbar-nav .nav-link {
	padding: 0 .6em;
}
.rx-navbar  .navbar-nav .nav-link .riskSelectionIcon{
	display: block;
	max-width: 48px;
	width: 100%;
	margin: 0 auto;
}
.rx-navbar .nav-tabs {
    border: 0;
}
.rx-navbar .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
}
.rx-navbar .nav-tabs .nav-item.show .nav-link,
.rx-navbar .nav-tabs .nav-link.active,
.rx-navbar .navbar-dark .navbar-nav .nav-link.active {
	opacity: 1;
    background-color: transparent;
    border: none;
}
.rx-navbar .nav-tabs .nav-item.show .nav-link:not(.active),
.rx-navbar .nav-tabs .nav-link:not(.active),
.rx-navbar .navbar-dark .navbar-nav .nav-link:not(.active) {
	opacity: .7;
}
.rx-navbar  .navbar-nav .nav-link:hover {
	opacity: 1;
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.rx-navbar .navbar .navbar-nav .nav-link:hover {
    border: none;
	opacity: 1;
}

.rx-navbar .risk-sub-links{
	display: flex;
	justify-content: center;
	padding: .6rem;
}
.rx-navbar .risk-sub-links .nav-item{
}
.rx-navbar .risk-sub-links .nav-link{
	line-height: 1.5;
	padding: 0 .5rem;
	color: #ffffff;
	font-size: 1.2em;
	font-family: 'Lato', Sans-serif;
	font-weight: 700;
	text-align: center;
}
.rx-navbar  .risk-sub-links .nav-link:hover {
	color: #ffbcbc;
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}
.rx-navbar .risk-sub-links i{
	font-size: 1.2rem;
	color: #ffffff;
	line-height: 1.5;
}

@media (min-width:768px) {
}
@media (max-width:991px) {
	.rx-header{
		height: 60px;
	}
	.rx-navbar .navbar-header .navbar-dealership-link img{
		height: 48px;
	}
	.rx-navbar .navbar-header .navbar-brand{
		padding: 0px;
		margin-top: 8px;
	}
}
@media (max-width:767px) {
	.rx-navbar .navbar-header{
		float: none;
		width: 100%;
		min-height: 55px;
	}
	.rx-navbar .navbar-header .navbar-dealership-link img{
		height: 36px;
	}
	.rx-navbar .navbar-header .navbar-brand{
		padding: 0px;
		margin: 8px;
	}
	.rx-navbar .navbar-nav .nav-link {
		font-size: 1.6em;
		line-height: 3em;
	}
}

/* Risk Selection Dropdown */
.riskSelectionLink {
}
.riskSelectionBtn {
	width: 1.8rem;
	height: 1.8rem;
	padding: 0;
	color: #fff;
	background-color: transparent;
	border-color: #ffffff;
}
.riskSelectionBtn:hover {
	background-color: #983d3f;
	border-color: #ffa9a9;
}
.riskSelectionBtn:focus,.show > .riskSelectionBtn {
	background-color: #983d3f !important;
	border-color: #ffa9a9 !important;
	box-shadow: 0 0 0 .2rem rgba(200,105,105,.5) !important;
}
.riskSelectionBtn:active {
	background-color: transparent;
	border-color: #ffa9a9;
}
.riskSelectionBtn::after {
	margin-left: .15em;
	margin-top: .15em;
}
.riskSelectionDropdown, .authSelectionDropdown {
	background-color: #931d1f;
	border-top-width: 0;
}
.riskSelectionDropdown .riskSelectionIcon{
	display: inline-block;
	width: 2.4rem;
	height: 2.4rem;
	margin-right: .6rem;
}
.riskSelectionDropdown .dropdown-item, .authSelectionDropdown .dropdown-item{
	font-size: 1.1rem;
	color: #ffffff;
}
.riskSelectionDropdown .dropdown-item:hover, .authSelectionDropdown .dropdown-item:hover{
	background-color: #983d3f;
	color: #ffa9a9;
}

.under-title {
	width: 80px;
	height: 12px;
	background: url(../images/under-title.png);
	background-position: center 0;
	display: block !important;
	margin: auto;
}
.under-title.light {
	background-position: center 12px;
}

/* riskAreaLinks */
.riskAreaLinks{
	margin: 1rem auto;
}
.riskAreaLinks li{
	padding-right: .8rem;
	padding-left: .8rem;
}
.riskAreaLinks li a{
	display: block;
	text-align: center;
	background-color: #808080;
	border-radius: 5px;
	border: 1px solid #cccccc;
	padding: .6rem;
	margin: 1rem auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.riskAreaLinks li a span{
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	
}
.riskAreaLinks li a:hover{
	background-color: #931D1F;
	text-decoration: none;
}
.riskAreaLinks li a:hover span{
	
}

/* Footer */
.footer {
	background: #252525 url('../images/rx_footer_bg.png');
	color: #ffffff;
}
.footer hr{
	border-color: rgba(255,255,255,.1);
}
.footer a{
	color: #fff;
}
.footer a:hover{
	color: #ff774d;
	text-decoration: none;
}
.footer .navi{
	background-color: rgba(255,255,255,.1);
}
.footer .divider{
	text-align: center;
	display: inline-block;
	width: 4rem;
	min-height: 2rem;
}
.footer .social li{
	margin: .5rem;
	display: inline-block;
}
.footer .social a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2rem;
	width: 3rem;
	height: 3rem;
	border-radius: 5px;
	background-color: #cccccc;
}
.footer .social a i{
	padding: 0;
	margin: 0;
	color: #404040;
}
.footer .social a:hover{
	background-color: #b92f2f;
}
.footer .social a:hover i{
	color: #ffffff;
}

/* Scroll Up */
.scrolltotop{
	text-align: center;
	vertical-align: middle;
	position: fixed;
	bottom: 32px;
	right: 20px;
	display: none;
	font-size: 2rem;
	line-height: 1.2;
	padding: .175rem 1rem;
}


/* Featurettes */
.featurette {
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.featurette .head-text{
	color: #5a3932;
	border-bottom: 1px solid #e9cdc9;
	margin-bottom: 1rem;
}
.featurette .head-text i{
	vertical-align: middle;
	margin-left: 0.5rem;
}
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Risk Tabs Navigation */
.riskTabsNav{
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: row;
	border-bottom: 1px solid #ff3546;
}
.riskTabsNav .nav-item{
	margin: 0 3px;
	border-radius: 5px 5px 0 0;
}
.riskTabsNav .nav-item .nav-link{
	background-color: #eee7e7;
	color: #ff3546;
	font-size: 1.2rem;
	font-weight: 700;
	padding: .5rem 1rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.riskTabsNav .nav-item .nav-link:hover{
	border: 1px solid transparent;
	background-color: #d03542;
	color: #ffffff;
}
.riskTabsNav .nav-item.show .nav-link, .riskTabsNav .nav-link.active {
	color: #ffffff;
	background-color: #ff3546;
	border: 1px solid transparent;
}
#Characteristic-tab{
	background-color: #eee7e7;
	color: #ff7521;
}
#Characteristic-tab.active{
	background-color: #f06e28;
	color: #ffffff;
}
#Characteristic-tab:hover{
	background-color: #d06f35;
	color: #ffffff;
}

/* Risks Table */
.diagnosis-activities-table, .riskContentTable{
	margin-top: 30px;
	text-align: center;
}
.diagnosis-activities-table tbody td, .riskContentTable tbody td{
	vertical-align: middle !important;
}
.diagnosis-activities-table.table-sticky-header th{
	top:133px;
}
.diagnosis-activities-table__head{
	position: relative;
	text-align: center;
	vertical-align: middle !important;
}
.diagnosis-activities-table__experience-head1{
	width: 33%;
}
.diagnosis-activities-table__experience-head2{
	padding-left: 30px;
	width: 17%;
}
.*diagnosis-activities-table__experience-head2::before{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-image: url('../images/rx_icon_best_performance.png');
	background-size: cover;
	position: absolute;
	top: calc(50% - 12px);
	left: 10px;
}
.diagnosis-activities-table__experience-head3{
	width: 33%;
}
.diagnosis-activities-table__experience-head4{
	width: 17%;
}

.diagnosis-activities-table__operational-head1, .diagnosis-activities-table__organizational-head1{
	width: 29%;
}
.diagnosis-activities-table__operational-head2, .diagnosis-activities-table__organizational-head2{
	width: 14%;
}
.diagnosis-activities-table__operational-head3, .diagnosis-activities-table__organizational-head3{
	width: 29%;
}
.diagnosis-activities-table__operational-head4, .diagnosis-activities-table__organizational-head4{
	width: 14%;
}
.diagnosis-activities-table__operational-head5, .diagnosis-activities-table__organizational-head5{
	width: 14%;
}

@media (max-width:991px) {
	.riskContentTable{
		margin-top: 22px;
	}
	.tableHead{
		padding-top: 28px !important;
	}
	.tableHead img{
		width: 45px;
		top: -22px;
		left: calc(50% - 22px);
	}
}
@media (max-width:767px) {
	.riskContentTable{
		margin-top: 15px;
	}
	.tableHead{
		padding-top: 20px !important;
	}
	.tableHead img{
		width: 30px;
		top: -15px;
		left: calc(50% - 15px);
	}
}
/* Value Boxes */
.valueBox{
	width: 100%;
	height: 100%;
	border-radius: 6px;
	border: 1px solid #ff0000;
	color: #ff3546;
	padding: 0;
	margin: 0;
}
.valueBox .boxIcon{
	padding: 5px;
}
.valueBox .boxTitle{
	padding: 5px;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}
.valueBox .boxVal{
	background-color: #ff3546;
	text-align: center;
	padding: .6rem 5px;
	font-size: 1.5rem;
	color: #ffffff;
}
.valueBox.riskPriorityBox{
	border-color: #3e8cdf;
}
.valueBox.riskPriorityBox .boxTitle{
	background-color: #3e8cdf;
	color: #ffffff;
	padding: 5px;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}
.valueBox.riskPriorityBox .boxVal{
	background-color: transparent;
	text-align: left;
	padding: .6rem 5px;
	font-size: 1rem;
	color: #003fa2;
}
.valueBox.riskPriorityBox .boxVal ul{
	padding-left: 1.2rem;
	margin:0
}
.valueBox.box2{
	border-color: #ff7521;
	color: #ff7521;
}
.valueBox.box2 .boxVal{
	background-color: #ff7521;
}
.valueBox.box3{
	border-color: #209900;
	color: #209900;
}
.valueBox.box3 .boxVal{
	background-color: #209900;
}
.valueBox.box4{
	border-color: #3555ff;
	color: #3555ff;
}
.valueBox.box4 .boxVal{
	background-color: #3555ff;
}
@media (max-width:767px) {
	.resultColumn{
		flex-direction: row;
	}
	.valueBox{
		margin: 5px;
	}
}
/* Sticky Value Boxes */
#diagnosisValueBoxes.stickTop{
	height: 153px;
}
#diagnosisValueBoxes.stickTop .valueBoxesWrapper{
	position: fixed;
	background-color: #ffffff;
	z-index: 1000;
	top: 0px;
	right: 0;
	left: 0;
}
#diagnosisValueBoxes.stickTop .valueBoxesWrapper .col-6{
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	margin-top: 5px !important;
	margin: 0 !important;
	padding: 5px !important;
}
#diagnosisValueBoxes.stickTop .valueBoxesWrapper .col-6 .valueBox{
}

/* Slider Styles */
.currentValue__mark {
	display: block;
	position: absolute;
	top: 42px;
	background: #1395e3;
	padding: 1px 3px;
	border-radius: 4px;
	color: #fff;
	margin-left: -10px;
	line-height: 1.2;
	white-space: nowrap;
}
.currentValue__mark::before{
	position: absolute;
	display: block;
	content: "";
	top: -8px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -4px;
	overflow: hidden;
	border: 4px solid transparent;
	border-bottom-color: #1395e3;
}
.rangeSlider-dual-side.irs--flat .irs-line {
    background-color: #3581ff;
}

/* JumboBox */
.jumboBox{
	position: relative;
	height: 100%;
	width: 100%;
	border: 1px solid #bbbbbb;
	border-radius: 1rem;
	padding: 1.4rem;
}
.jumboBox .title{
	font-size: 1.4rem;
	color: #333333;
	text-align: center;
}
.jumboBox .midRow{
	text-align: center;
}
.jumboBox .compareTexts{
	margin: 1.6rem 0;
	padding: 0;
	line-height: 1;
}
.jumboBox .compareTexts .jumboText{
	line-height: 1;
	font-weight: 700;
}
.jumboBox .compareTexts .largeText{
	line-height: 1;
	font-size: 2.5rem;
	font-weight: 700;
}
.jumboBox .compareTexts .subText{
	line-height: 1;
	font-size: 1.75rem;
	font-weight: 300;
}
.jumboBox .compareTexts .colorBest{
	color: #007bff;
}
.jumboBox .compareTexts .colorYou{
	color: #dc3545;
}
.jumboBox .compareTexts .colorAvg{
	color: #28a745;
}
.jumboBox .botRow{
	height: 2.8rem;
}
.jumboBox .botRow .content{
	position: absolute;
	bottom: 1.4rem;
	font-size: 1rem;
	line-height: 1.3rem;
	color: #6c757d;
	text-align: center;
	width: calc(100% - 2.8rem);
}
.jumboText{
	font-size: 6rem;
	line-height: 1.4;
}

.horizontalBarChart{
}
.horizontalBarChart .chartRow{
	margin: .25rem auto;
}
.horizontalBarChart .chartRow .title{
	display: inline-block;
	width: 43%;
	text-align: right;
	font-size: 1rem;
	color: #333333;
	white-space: nowrap;
}
.horizontalBarChart .chartRow .chartBar{
	display: inline-block;
	width: 53%;
	margin-left: 3%;
	padding-right: 3rem;
	white-space: nowrap;
	text-align: left;
}
.horizontalBarChart .chartRow .chartBar .bar{
	display: inline-block;
	height: 1rem;
	margin-bottom: -0.2rem;
	background-color: #005ace;
	border-radius: 3px;
}
.horizontalBarChart .chartRow .chartBar .value{
	font-size: 1rem;
	color: #333333;
	margin-left: .5rem;
}
.scrollableFrame{
	width: 100%;
	overflow-y: scroll;
}
.jumboBox .scrollableFrame{
	max-height: 12rem;
	border: 1px solid #cccccc;
	border-radius: 5px 0 0 5px;
	padding: .75rem;
}

/* Rating Star*/
.ratingStars {
}
.ratingStars ul {
	list-style-type:none;
	display: inline-block;
	margin: 0;
	padding:0;
	-moz-user-select:none;
	-webkit-user-select:none;
}
.ratingStars ul > li.star {
	display:inline-block;
}
.ratingStars ul > li.star > i.fa {
	font-size:1.2em;
	color:#ccc;
}
.ratingStars ul > li.star.hover > i.fa {
	color:#FFCC36;
}
.ratingStars ul > li.star.selected > i.fa {
	color:#FF912C;
}
.ratingStars .ratingBox{
	display: block;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.3;
	color: #ff0000;
}

/* Settings */
.settings-activities__title {
	text-align: left;
	font-weight: bold;
}
.settings-activities-subcat__header{
	text-align: left;
	font-weight: bold;
	color: #222222;
	background-color: rgba(0,125,255,.25);
}
.settings-activities-subcat__title {
	padding-left: 3rem !important;
	text-align: left;
}
.settings-activities-subcat__title::before {
	content: "\f192";
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: .25rem;
}

/* Diagnosis */
.performanceChange{
	color: #888888;
	font-weight: 700;
}
.performanceChange__up{
	color: #05ac05;
}
.performanceChange__up::before, .performanceChange__down::before{
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: .4rem;
}
.performanceChange__up::before{
	content: "\f106";
}
.performanceChange__down{
	color: #d91515;
}
.performanceChange__down::before{
	content: "\f107";
}
.experience-factor_name, .operational-factor_name, .organizational-factor_name{
	text-align: left;
}
.experience-factor_subname, .operational-factor_subname, .organizational-factor_subname{
	text-align: left;
}
.diagnosis-factor_name{
	text-align: left;
}
.diagnosis-factor_subname{
	text-align: left;
}
.diagnosis-factor_initial{
	text-align: left;
}
.diagnosis-factor_current{
	text-align: left;
}
.diagnosis-factor_best{
	text-align: center;
}

 
/* Monitoring */
.monitoringContentTable{
}
.monitoringContentTable .scrollableFrame{
	max-height: 4rem;
	padding: .75rem;
}

/* Prescription */
.prescriptionContent{
}
.task-group-image{
	display: inline-block;
	width: 3.2rem;
	height: 3.2rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 1rem;
	vertical-align: middle;
}
.task-group-experience .task-group-image{
	background-image: url('/images/rx_monitoring_icon_experience.png');
}
.task-group-operational .task-group-image{
	background-image: url('/images/rx_monitoring_icon_operational.png');
}
.task-group-organizational .task-group-image{
	background-image: url('/images/rx_monitoring_icon_organizational.png');
}
.prescriptionContent .addTaskLink{
	display: block;
	display: -webkit-box;
	padding: 14px 12px;
	margin: 1rem auto;
	border: 1px solid #cccccc;
	border-radius: 5px;
	box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.2);
	font-size: 16px;
	background-color: #ffffff;
	text-align: justify;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-height: 24px;
	height: 124px;
}	
.prescriptionContent .addTaskLink i{
	font-size: 1.8rem;
	margin-right: 1rem;
	vertical-align: bottom;
}
.prescriptionContent .addTaskLink:hover{
	text-decoration: none;
	background-color: #f5f5f5;
	color: #a27d23;
}
.prescriptionContent .textBoxGray{
	margin: 1rem auto;
	padding: 1rem;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
	border-radius: 6px;
	background-color: #6c757d;
	color: #fff;
	font-size: 1.2rem;
}
.prescriptionContent .taskCard{
	margin: 1rem auto;
	box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.2);
	font-size: 1rem;
	background-color: #ffffff;
	border-radius: 6px;
}
.prescriptionContent .taskCard__head{
	display: flex;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -.2px;
	word-break: break-word;
	align-items: start;
}
.prescriptionContent .taskCard__head .title{
	width: 100%;
	background-color: #f0f0f0;
	font-size: 1.2rem;
	color: #606060;
	border: 1px solid #ccc;
	border-radius: 6px 6px 0 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.prescriptionContent .taskCard .title:hover{
	background-color: #e0e0e0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.prescriptionContent .taskCard .title a{
	display: block;
	padding: 1rem;
}
.prescriptionContent .taskCard .title a.prescription_type1{
	color: #e3342f;
}
.prescriptionContent .taskCard .title a.prescription_type2{
	color: #38c172;
}
.prescriptionContent .taskCard .title a.prescription_type3{
	color: #6cb2eb;
}
.prescriptionContent .taskCard .title a span{
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	background-size: cover;
	margin-right: 1rem;
	vertical-align: middle;
}
.prescriptionContent .taskCard .title a.prescription_type1 span{
	background-image: url('../images/rx_monitoring_icon_experience.png')
}
.prescriptionContent .taskCard .title a.prescription_type2 span{
	background-image: url('../images/rx_monitoring_icon_operational.png')
}
.prescriptionContent .taskCard .title a.prescription_type3 span{
	background-image: url('../images/rx_monitoring_icon_organizational.png')
}
.prescriptionContent .taskCard .content{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1rem;
}
.prescriptionContent .taskCard .content .desc{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 24px;
	max-height: 72px;
	font-size: 1.2rem;
	padding-left: 1rem;
}
.prescriptionContent .taskCard .content .status{
	list-style: none;
	display: flex;
	margin: 0;
	padding: .5rem 0;
}
.prescriptionContent .taskCard .content .status li{
	font-size: .8rem;
	color: #33404f;
	margin-right: 1rem;
}
.prescriptionContent .taskCard .content .status li::before{
	font-size: .8rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #33404f;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: .3rem;
}
.prescriptionContent .taskCard .content .status li.priority_1::before{
	content: "\f06a";
	color: #6c757d;
}
.prescriptionContent .taskCard .content .status li.priority_2::before{
	content: "\f06a";
	color: #ffed4a;
}
.prescriptionContent .taskCard .content .status li.priority_3::before{
	content: "\f06a";
	color: #e3342f;
}
.prescriptionContent .taskCard .content .status li.progress_1::before{
	content: "\f28b";
	color: #6cb2eb;
}
.prescriptionContent .taskCard .content .status li.progress_2::before{
	content: "\f2f1";
	color: #6cb2eb;
}
.prescriptionContent .taskCard .content .status li.progress_3::before{
	content: "\f274";
	color: #6cb2eb;
}
.prescriptionContent .taskCard .content .status li.progress_4::before{
	content: "\f273";
	color: #6cb2eb;
}
.prescriptionContent .taskCard .content .status li.dueDate_calendar::before{
	content: "\f073";
	color: #6c757d;
}
.prescriptionContent .taskCard .content .status li.task_checkList::before{
	content: "\f46c";
	color: #38c172;
}
.prescriptionContent .taskCard .content .status li.task_notify::before{
	content: "\f0e0";
	color: #bbad33;
}
.prescriptionContent .taskCard__foot{
	display: flex;
	flex: 1 0 auto;
	justify-content: space-between;
	align-items: flex-end;
}
.prescriptionContent .taskCard__foot .bottom{
	position: relative;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 0 0 6px 6px;
	background-color: #6c757d;
	color: #fff;
	padding: 1rem;
}
.prescriptionContent .taskCard .bottom .btn{
	position: absolute;
	right: .5rem;
	top: calc(50% - 1rem);
	color: #dfdfdf;
	font-size: 1rem;
	float: right;
	border-radius: 5px;
	background-color: #999;
	padding: .2rem .6rem;
}
.prescriptionContent .taskCard .bottom .btn:hover{
	color: #fff;
}

.prescriptionContent .select-action-wrapper{
	position: relative;
	padding-right: 10.2rem;
	width: 100%;
}
#addYourAction{
	position: absolute;
	right: 4px;
	top: calc(50% - 1.2rem);
}
#actionCheckList {
	margin: 1rem auto;
}
#actionCheckList .actionCheckListItem{
	padding-right: 32px;
	padding-bottom: .5rem;
	min-height: 36px;
}
#actionCheckList .actionCheckListItem:hover{
	background-color: #e8e8e8;
}
#actionCheckList .actionCheckListItem a{
	position: absolute;
	right: 4px;
	top: calc(50% - 13px);
	padding: 3px 6px;
	font-size: 11px;
	color: #ffffff;
}
.additionalSources{
}
.additionalSources_action{
	font-size: 1.5rem;
	font-weight: 700;
	color: #202020;
}
.additionalSources_action img{
	display: block;
	width: 80%;
	max-width: 240px;
	margin: 8px auto;
	border-radius: 6px;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}
.additionalSources-link{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 1rem;
	border: 1px solid #cccccc;
	border-radius: 6px;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
	min-height: 8rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.additionalSources-link__title{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
	color: #ffffff;
}
.additionalSources-link--hrexpert{
	background-color: #28a745;
}
.additionalSources-link--marketing{
	background-color: #dc3545;
}
.additionalSources-link--operations{
	background-color: #ffc107;
}
.additionalSources-link--improvement{
	background-color: #17a2b8;
}
.additionalSources-link--hrexpert:hover{
	background-color: #218838;
	border-color: #1e7e34;
}
.additionalSources-link--marketing:hover{
	background-color: #c82333;
	border-color: #dc3545;
}
.additionalSources-link--operations:hover{
	background-color: #e0a800;
	border-color: #ffc107;
}
.additionalSources-link--improvement:hover{
	background-color: #138496;
	border-color: #17a2b8;
}


/* Date Picker */
.datepickerWrapper{
	position: relative;
	width: 100%;
}
.datepickerWrapper i {
	position: absolute;
	right: .6rem;
	top: calc(50% - .6rem);
	font-size: 1.2rem;
	color: #9ba0a4;
}


/* Characteristic Content */
.charFeaturette{
	padding: 2.4rem 0;
}
.charFeaturette .col-6{
	margin-bottom: .8rem;
}
.charFeaturette .title{
	color: #ff3546;
	font-weight: 700;
}
.charFeaturette .title hr{
	border-top: 6px solid #ff3546;
	border-radius: 6px;
}
.charFeaturette .field{
	height: 100%;
	padding: 1rem;
	border: 1px solid #cccccc;
	border-radius: 5px;
}

/* Bootstrap changes */
.input-group-prepend {
	margin-left: -1px;
	margin-right: 0;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.bootstrap-select .dropdown-toggle {
	border-color: #ddd;
}

/* Checkout Steps */
.set-checkout-steps {
	margin: 0 auto;
}
.set-checkout-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto 18px;
    list-style: none;
    padding: 0;
    color: #a0a0a0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 783px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}
.set-checkout-steps li {
	position: relative;
	z-index: 1;
}
.set-checkout-steps li:first-of-type {
	margin-left: 0;
}
.set-checkout-steps li.is-active {
	color: #931D1F;
}
.set-checkout-steps li.is-completed {
	color: #931D1F;
}
.set-checkout-steps li.is-active .set-checkout-steps__item, .set-checkout-steps li.is-completed .set-checkout-steps__item, .set-checkout-steps li.is-active::before, .set-checkout-steps li.is-completed::before {
	background-color: #931D1F;
}
.set-checkout-steps li::before {
	content: "";
	position: absolute;
	width: 180px;
	height: 3px;
	border-radius: 3.5px;
	background-color: #d0d0d0;
	top: 50%;
	right: 10px;
	z-index: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.set-checkout-steps li:first-of-type::before {
	content: unset;
}
.set-checkout-steps__item {
	position: relative;
	text-align: center;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	background-color: #d0d0d0;
	z-index: 1;
}
.set-checkout-steps__item::before {
	position: absolute;
	top: -25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: attr(data-title);
	white-space: nowrap;
}
.set-checkout-steps li.is-active .set-checkout-steps__item::before, .set-checkout-steps li.is-completed .set-checkout-steps__item::before {
	color: #931D1F;
}

/* Rx Index */
.rx-index-wrapper {
	width: 100%;
	min-height: 100vh;
	overflow-x: hidden;
	position: relative;
	background-color: #ffffff;
	margin: 0;
	padding-bottom: 80px;
}
.rrx-index-wrapper::before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background-image: url('../images/rx-home-bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.rx-index-header{
	position: inherit;
	padding: 0;
	margin: 0;
	height: 85px;
}
.rx-index-header .navbar-header .navbar-brand{
	padding: 0px;
	margin-top: 14px;
}
.rx-index-content {
    width: 100%;
	padding: 0px;
	margin: 0px;
}
.rx-index-footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.15);
	color: #222222;
}
.rx-index-riskarea{
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	margin: 1rem auto;
}
.rx-index-riskarea__total{
	text-align: center;
	margin-top: 2rem;
}
.rx-index-riskarea__total--text{
	font-size: 24px;
	font-weight: 800;
	color: #222222;
	vertical-align: middle;
}
.rx-index-riskarea__total--value{
	display: inline-block;
	font-size: 48px;
	font-weight: 700;
	color: #222222;
	margin-left: 2rem;
	margin-right: 2rem;
	vertical-align: middle;
}
.rx-index-riskarea__total--value .div-initial{
	color: rgb(198, 5, 5);
}
.rx-index-riskarea__total--value .div-current{
	color: rgb(75, 192, 192);
}
.rx-index-riskarea__column{
	padding: 0;
	margin: 0;
}
.rx-index-riskarea__barchart--legend{
	width: 100%;
	padding: 10px;
	text-align: center;
}
.rx-index-riskarea__barchart--legend .div-initial, .rx-index-riskarea__barchart--legend .div-current{
	display: inline-block;
	margin-right: 20px;
	font-size: 12px;
	color: #222222;
}
.rx-index-riskarea__barchart--legend .div-initial::before, .rx-index-riskarea__barchart--legend .div-current::before{
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	border-radius: 50%;
	background-color: rgb(198, 5, 5);
}
.rx-index-riskarea__barchart--legend .div-current::before{
	background-color: rgb(75, 192, 192);
}
.rx-index-riskarea__barchart--wrapper{
	padding-right: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #cccccc;
}
.rx-index-riskarea__barchart{
	position: relative;
	height: 300px;
	width: 100%;
}
.rx-index-riskarea__barchart--initial, .rx-index-riskarea__barchart--current {
	position: absolute;
	bottom: 0;
	left: 13%;
	width: 74%;
	border: 1px solid rgb(198, 5, 5);
	border-bottom: none;
	background-color: rgba(198, 5, 5, 0.7);
}
.rx-index-riskarea__barchart--current{
	left: 53%;
	background-color: rgba(75, 192, 192, 0.7);
	border-color: rgb(75, 192, 192);
}
.rx-index-riskarea__barchart--value{
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #484848;
	margin-top: -22px;
	text-align: center;
}
.rx-index-riskarea__link{
	padding: 15px;
}
.rx-index-riskarea__link a{
	display: block;
	text-align: center;
	background-color: #808080;
	border-radius: 5px;
	border: 1px solid #cccccc;
	padding: .6rem;
	margin: 1rem auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.rx-index-riskarea__link a span{
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	
}
.rx-index-riskarea__link a:hover{
	background-color: #931D1F;
	text-decoration: none;
}
.rx-index-riskarea__link a:hover span{
	
}

/* Rx Auth */
.rx-auth-wrapper{
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 100vh;
	overflow-x: hidden;
	position: relative;
	background-image: url('../images/rx-auth-bg.jpg');
	background-repeat: repeat;
	background-size: cover;
	background-attachment: fixed;
	margin: 0;
	padding-bottom: 80px;
}
.rx-auth-header{
	padding: 0;
	margin: 0;
	height: 85px;
}
.rx-auth-header .navbar-header .navbar-brand{
	padding: 0px;
	margin-top: 14px;
}
.rx-auth-content {
    width: 100%;
	padding: 0px;
	margin: 0px;
}
.rx-auth-footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.15);
	color: #ffffff;
}