/*
primary logo color: #e2071e
secondary logo color: #fd3815
black logo color: #000
gray logo color: #666

green dial: #009933
yellow dial: #FF9933
red dial: #CC0033
dark gray dial: #666666
light gray dial: #CCCCCC
*/

html {
	box-sizing:border-box;
}

*, *:before, *:after {
	box-sizing:inherit;
}

[v-cloak] {
	display: none;
}

/* Add search cancel button */
[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: searchfield-cancel-button;
}

a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
	cursor: pointer;
}

.wrapper {
	max-width:1200px;
	margin:0 auto;
}

.terms {
	font-size: .75em;
	margin: 8px 8px 8px 0;
}

.logo {
	text-align:center;
	margin: 8px 8px 20px 8px;
}

.logo img {
	max-width:100%;
}

.center {
	text-align: center;
}


.header-nav {
	background:#eee;
	border-top:1px solid #0d0d0d;
	border-bottom:1px solid #0d0d0d;
}

.header-nav ul {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	background:#eee;
}

.header-nav li {
	float:left;
	border-right:1px solid #ccc;
}

.header-nav li:first-child {
	border-left:1px solid #ccc;
}

.header-nav .header-nav-right {
	float:right;
	border-right:none;
}

.header-nav li a {
	display:block;
	padding:10px;
	text-align:center;
	color:inherit;
	text-decoration:none;
}

.header-nav li a.menu-active {
	background:#e2071e;
	color:white;
}

.header-nav li a.menu-active:hover {
	background:#fd3815;
}

.header-nav li a:hover:not(.menu-active), .header-nav li .menu-item:hover:not(.menu-active) .menu-item-button {
	background:#ddd;
}

.header-nav li.menu-item {
	display: inline-block;
}

.header-nav .menu-item-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	z-index: 99;
}

.header-nav .menu-item-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.header-nav .menu-item-content  a:hover {background-color: #f1f1f1}

.header-nav .menu-item:hover .menu-item-content {
	display: block;
}

.ticker {
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.ticker a {
	color:#000;
	text-decoration:none;
}

.tickercontainer {
	background:#a0d8f3;
	padding: 0;
}

.prospect-tables {
	background-color:#eee;
	padding: .5em .5em .5em .5em;
	visibility: hidden;
}

.prospect-tables a {
	color:#000;
	text-decoration:none;
}

.separator {
	padding:10px;
	/*background-color: #ffffff;*/
}

.prospect-tables .title {
	color: red;
	font-size: 2em;
	font-weight: bold;
	text-align: left;
	margin: .25em .25em .25em .25em;
}

.prospect-tables .sm-title {
	color: black;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin: .25em .25em .5em .25em;
}

#prospects, #customers {
	display: block;
}

.jump-score {
	clear: both;
	float: left;
	display: block;
	margin-top: 10px;
}

.jump-page {
	float: right;
	display: block;
	margin-top: 10px;
}

.jump-page input, .jump-score input {
	width: 4em;
}

.hospital {
	border:15px solid #eee;
	/*line-height: 2em;*/
	margin: 0;
	text-align: center;
	font-weight: bold;
}

.hospital .name {
	font-size: 2.5em;
	margin: .15em 1em .15em 1em;
}

.hospital .city {
	font-size: 1.5em;
	margin: .15em 1em .15em 1em;
}

.hospital .evaluating {
	color: red;
	text-transform: uppercase;
	font-size: 1.5em;
	margin: .15em 1em .15em 1em;
}

.hospital .filter-container{
	max-width:80%;
	margin: auto;
	margin-bottom: 10px;
	font-size: 1.8em;
	text-align: left;
}

@media (max-width: 700px) {
	.hospital .filter-container {
		font-size: 1.4em;
	}
}

@media (max-width: 500px) {
	.hospital .filter-container {
		font-size: 1.2em;
	}
}

.hospital .data {
	color: red;
	text-transform: uppercase;
	text-align: left;
	font-weight: bolder;
	margin: .15em 0 .15em 0;
	width: 25%;
	float: left;
}

.hospital .edit {
	width: 75%;
	margin: .1em 0 .1em 0;
	display: inline-block;
}

.hospital .edit-text {
	/*background-color: red;*/
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-size: .5em;
	font-weight: bold;
	width: 12%;
	margin: .1em .1em .1em .1em;
	display: inline-block;
}

.hospital .filter-row {
	margin: auto;
	padding: 0;
	font-size: .9em;
	text-align: left;
	clear: both;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
}

.hospital .filters {
	margin: .15em 0 .15em 0;
	padding-right: .15em;
	width: 48%;
}

.hospital .attribute {
	margin: .15em 0 .15em 0;
	padding-left: .15em;
	color: #666;
	width: 48%;
	font-size: 0.75em;
}

.hospital-edit {
	color: red;
	cursor: pointer;
}

.hospital-edit-cancel {
	color: red;
	cursor: pointer;
	display: none;
}

.hospital-edit-input {
	display: none;
	font-size: .75em;
}

.hospital-edit-input select {
	max-width: 85%;
}

.hospital .response-score {
	margin: .15em 0 .15em 0;
	padding-left: .15em;
	color: #666;
	width: 4%;
}

.score-container {
	max-width: 90%;
	margin: auto;
	padding: 0;
	clear: both;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.score {
	margin: 0;
	flex: 1 2 50%;
}

.facility-history-link {
	margin: 10px 0;
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
}

.facility-history-link-chart {
	width: 100px;
	vertical-align: middle;
}

.facility-details-link {
	margin: 10px 0;
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
}

.hospital-history-chart__container {
	height: 600px;
	width: 1200px;
}

.facility-history-zoom-control {
	margin: 20px 0;
	text-align: center;
}

.two-column-left {
	float: left;
	width: 50%;
}
.two-column-right {
	float: right;
	width: 50%;
}

.three-column-left {
	float: left;
	width: 33%;
}
.three-column-right {
	float: right;
	width: 33%;
}
.three-column-center {
	display: inline-block;
	width: 33%;
}

/*Reports*/
.report {

}

.report .title {
	color: red;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 1em .25em .25em .25em;
}

.selection-section {
	border-bottom: 1px solid #0d0d0d;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: baseline;
}


#product-type-selector, #subscription-selector, #user-selector {
	color: #666;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin: 1em .25em 1em .25em;
	min-width: 100px;
}

.report-actions {
	border-bottom: 1px solid #0d0d0d;
}

.action-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow:hidden;
}

.action-nav li {
	float:left;
	padding: 10px 10px 10px 10px;
	border-right:1px solid #ccc;
}

[class^="icon-"], [class*=" icon-"] {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background-size:contain;
}

.icon-print {
	background-image: url('/images/print.png');
}

.icon-pdf {
	background-image: url('/images/pdf.png');
}

.icon-excel {
	background-image: url('/images/excel.png');
}

.icon-unflagged {
	background-image: url('/images/unflagged.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.icon-flagged {
	background-image: url('/images/flagged.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.icon-suppress {
	background-image: url('/images/suppress-icon-disabled.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.icon-suppressed {
	background-image: url('/images/suppress-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.icon-push {
	background-image: url('/images/push-icon-disabled.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.icon-pushed {
	background-image: url('/images/push-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.icon-open {
	background-image: url('/images/open-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.icon-unacknowledged {
	background-image: url('/images/unack-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.icon-underline {
	border-bottom: 5px solid lime;
}

.watchlist-actions {
	flex: 0 0 25%;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
}

.watchlist-button {
	height: 64px;
	margin: 5px;
	display: inline-block;
	flex: 0 0 64px;
	cursor: pointer;
}

.watchlist-button-label {
	margin: auto;
	text-align: left;
	flex: 1 0 calc(100% - 94px);
}

.suppressed-button-text {
	color: #d2232a;
}

.pushed-button-text {
	color: #25418f;
}

.open-button-text {
	color: #0c9448;
}

.disabled-button-text {
	color: #a7a9ac;
}

#idcomet-alert-button {
	width: 64px;
	height: 64px;
	background-image: url('/images/idcomet_alert.png');
	background-repeat: no-repeat;
}

#suppressed-button {
	width: 64px;
	height: 64px;
	background: url('/images/watch_buttons_enabled.png') 0 0;
}

#pushed-button {
	width: 64px;
	height: 64px;
	background: url('/images/watch_buttons_enabled.png') 0 -73px;
	background-repeat: no-repeat;
}

#small-pushed-button {
	width: 32px;
	height: 32px;
	background: url('/images/small_watch_buttons_enabled.png') 0 -36px;
	background-repeat: no-repeat;
}

#open-button {
	width: 64px;
	height: 64px;
	background: url('/images/watch_buttons_enabled.png') 0 -146px;
}

#status-filters {
	float: right;
	clear:both;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
}

table.dataTable tbody tr.highlight {
	background-color: #BBBBBB;
}

#distribute-report {
	float: right;
	clear:both;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: column;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
}

#distribute-button {
	flex: auto;
	width: 64px;
	height: 64px;
	background: url('/images/mail-button.png');
}

.distribute-text {
	flex: auto;
	color: #d2232a;
	font-weight: bold;
	font-size: .7em;
}

#suppressed-button-disabled {
	width: 64px;
	height: 64px;
	background: url('/images/watch_buttons_disabled.png') 0 0;
}

#pushed-button-disabled {
	width: 64px;
	height: 64px;
	background: url('/images/watch_buttons_disabled.png') 0 -73px;
}

#small-pushed-button-disabled {
	width: 32px;
	height: 32px;
	background: url('/images/small_watch_buttons_disabled.png') 0 -36px;
}

#open-button-disabled {
	width: 64px;
	height: 64px;
	background: url('/images/watch_buttons_disabled.png') 0 -146px;
}

.report-content {
	border: 0;
}

#report-filters {
	max-width: 100%;
	margin: auto;
	padding: 0;
	clear: both;
	border-bottom: 1px solid #0d0d0d;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
}

#report-filters .report-filter {
	padding: 12px 5px 12px 5px;
}

.report-tables {
	visibility: hidden;
}

@media print {
	body * {
		visibility: hidden;
	}
	#section-to-print, #section-to-print * {
		visibility: visible;
	}
	#section-to-print {
		position: absolute;
		left: 0;
		top: 0;
	}
}

.report-date-range {
	margin: 10px 0;
	text-align: center;
}


footer {
	margin-top:10px;
	text-align:center;
	font-size:.8em;
}

.footer-block {
	display:inline-block;
	margin:5px;
	color:#999;
	vertical-align:top;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

body .title {
	text-align:center;
}

em {
	color: red;
}

a {
	color:#e2071e;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* Full-width input fields */
.input--full-width {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
}

/* Set a style for all buttons */
.rxbutton {
	background-color: #009933;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
}

/* Extra styles for the cancel button */
.cancelbtn {
	color: white;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: auto;
	padding: 10px 18px;
	background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
	text-align: center;
	margin: 24px 0 12px 0;
	position: relative;
}

.container {
	padding: 16px;
}

.login-bottom-container {
	padding: 16px;
	background-color: #f1f1f1;
}

.forgot-password {
	float: right;
	padding-top: 16px;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
	border: 1px solid #888;
	max-width:600px;
}

/* The Close Button (x) */
.close {
	position: absolute;
	right: 25px;
	top: 0;
	color: #000;
	font-size: 2em;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: red;
	cursor: pointer;
}

/* Add Zoom Animation */
.animate {
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
	from {-webkit-transform: scale(0)}
	to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
	from {transform: scale(0)}
	to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
	span.psw {
		display: block;
		float: none;
	}
	.cancelbtn {
		width: 100%;
	}
}

/* Tooltips */
[data-tooltip]:before {
	/* needed - do not touch */
	display: inline;
	position: relative;
	opacity: 0;
	z-index: 98;
}

[data-tooltip]:hover:before {
	/* needed - do not touch */
	opacity: 1;
	content: attr(data-tooltip);
	position: absolute;
	width: 220px;
	padding: 5px 0;
	border-radius: 6px;
	box-shadow: 2px 2px 1px silver;
	background-color: #333;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-transform: none;
	margin-top: -40px;
	margin-left: 6px;
	z-index: 98;
}

.changed {
	background-color: lightyellow;
}

#table-buttons {
	text-align: center;
}

#table-buttons button {
	display: inline-block;
}

.info, .success, .warning, .error, .validation {
	border-radius: 5px;
	border: 1px solid;
	margin: 10px 10px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('/images/info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('/images/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/images/warning.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('/images/error.png');
}

.validation {
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('/images/error.png');
}

.suppress {
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/images/suppress.png');
	cursor: pointer;
}

.user-selection-section {
	border-bottom: 1px solid #0d0d0d;
	display: flex;
	/*flex-flow: row wrap;*/
	/*align-content: space-between;*/
	/*justify-content: space-between;*/
}

.user-selection-item{
	width: 25%;
	margin: .5%
}
.user-selection-item:nth-child(3n){
	margin-right: 25%;
}

#create-region-button, #create-territory-button, #create-user-button,
#user-edit-selector-label, #user-edit-selector {
	visibility: hidden;
}

.selection-item {
	display: inline-block;
	margin: 5px 10px 5px 10px;
}

.table-buttons {
	background-color:#eee;
	padding: .5em .5em .5em .5em;
	visibility: hidden;
}

#edit-members {
	display: none;
}

#member-header,
#member-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
}

#member-header .title {
	margin: 5px 10px 0 10px;
	padding: 5px 0 0 0;

}

#members,
#available,
#move {
	border: 3px solid #eee;
	flex: 1;
	overflow-y: auto;
	max-height: 306px;
}

#members > ul,
#available > ul {
	list-style-type: none;
	margin: 5px 10px 0 10px;
	padding: 5px 0 0 0;
}

#members li,
#available li {
	margin: 0 2px 2px 2px;
	padding: 3px;
	font-size: 0.8em;
	cursor: pointer;
}

.ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-state-assigned {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-state-unassigned {
	border: 1px solid #69da47;
	background: #88ffa3;
	color: #777620;
}

.selected {
	background-color: #A2D3F6;
}

#move {
	cursor: pointer;
}

.ui-accordion .ui-accordion-header {
	background: #e6e6e6;
	color: black;
	font-size: 0.8em;
	border-radius: 4px;
	border: 1px solid #d3d3d3;
	padding: 3px;
	-webkit-margin-before: .3em;
	-webkit-margin-after: .3em;
}

.ui-accordion .ui-accordion-content {
	padding-top: 0;
	padding-bottom: .25em;
}

div.accordion-section ul {
	list-style: none;
	-webkit-padding-start: 10px;
}

#loaderBox {
	z-index:999;
	opacity:0.9;
	display:none;
	border-radius:0.25em;
	width:140px;
	height:140px;
	padding:10px;
	margin: -2.5em 0 0 -2.5em;
	background-color:#ffffff;
	border:1px solid #cdcdcd;
	position:fixed;
	top:45%;
	left:50%
}

#loader {
	position: absolute;
	z-index: 1;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #009933;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-moz-keyframes spin {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.clickable {
	cursor: pointer;
}



.report-title {
	text-align: center;
	color: red;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px;
}

.report-table {
	width: 100%;
	border-collapse: collapse;
}
.report-table--brand-changes {
	width: unset;
	margin: 20px 0;
}

.report-table__caption {
	font-weight: bold;
}

.report-table__header--sortable:hover {
	cursor: pointer;
	background: #eee;
}
.report-table__header--sorted-asc::after {
	margin-left: 8px;
	content: "▲";
}
.report-table__header--sorted-desc::after {
	margin-left: 8px;
	content: "▼";
}

.report-table tbody tr:nth-child(odd) {
	background: #eee;
}

.report-table thead th,
.report-table thead td {
	padding: 10px;
	border-bottom: 1px solid #111;
}

.report-table tbody th,
.report-table tbody td,
.report-table tfoot th,
.report-table tfoot td {
	padding: 8px 10px;
}

.report-table--number {
	text-align: right;
}


/* common form styles begin */
.rxanalytics-block {
	display: flex;
	align-items: center;
	margin: 20px 0;
}

.rxanalytics-block--center {
	justify-content: center;
}

.rxanalytics-form__label {
	display: inline-block;
	min-width: 100px;
	font-weight: bold;
}

.rxanalytics-form__input {
	width: 300px;
}

.rxanalytics-form__textarea {
	height: 100px;
	width: 300px;
}

.rxanalytics--tooltip {
	text-decoration: underline dotted;
}
/* common form styles end */
