h2 {
	margin: 40px 0 20px;
}

.alert h2 {
	margin-top: 10px;
}

h3, a {
	color: #007bff;
}

h3.card-header {
	color: #000;
}

.alert h3 {
	color: inherit;
}

form {
	padding-bottom: 20px;
}

.form-select[disabled] {
    background-image: none;
	cursor: auto;
}

.btn-primary, .btn-primary:hover {
	background-color: #007bff;
	border-color: #007bff;
}

.fa-print {
	cursor: pointer;
}

.bootstrap-table .fixed-table-container .table td {
	vertical-align: top;
}

.mytable td:first-child {
	width: 50%;
}

.navbar-brand {
	text-align: left;
}

.offline-card h1, .navbar-brand {
    padding: 10px;
}

.offline-card .header > p, .offline-card .logo-icon {
	display: none;
}

.brand-logo img {
	max-width: 50%;
}

.btn.jmodedit, .icons .float-end {
	display: none;
}

.header {
	display: grid;
    grid-template-columns: 1fr 1fr;
    direction: rtl;
}

.itemid-195 .header {
	grid-template-columns: 1fr;
	background: #88b14b;
	direction: ltr;
}

.header .grid-child, .header .container-topbar {
	background: #88b14b;
}

.header .container-nav {
	background: none;
	grid-column: 1 / 3;
	direction: ltr;
}

.offline-card .header {
	display: block;
	background: #88b14b;
}

.container-topbar > * {
	float: right;
	font-size: 75%;
    padding: 10px;
}

.container-topbar ul {
	padding-right: 0;
}

.login-greeting {
	font-weight: bold;
}

.logout-button .btn {
	background: none;
    border: 0;
    padding: 0;
    text-decoration: underline;
	font-size: 100%;
}

.logout-button .btn:hover, .logout-button .btn:focus {
	background: none;
	border: 0;
	color: #0056b3;
    text-decoration: underline;
}

.fa.fa-check {
	color: green;
}

.fa.fa-times {
	color: red;
}

.form-floating>label.form-check-label {
	padding: 0 1.5rem;
	position: relative;
}

.small .form-check {
	min-height: 1rem;
    margin-bottom: 0;
}

#table tbody tr {
	cursor: pointer;
}

.multifield {
	border: 1px solid #ced4da;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
    max-width: 100%;
    padding: 0.625rem;
}

.multifield label {
	opacity: .65;
    -webkit-transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(.85) translateY(-0.5rem) translateX(-0.5rem);
}

.multifield .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin: 0;
}

.alert {
	font-size: 90%;
}

.alert li {
	display: grid;
	grid-template-columns: 1fr 5fr;
}

.alert li.first {
	padding-top: 15px;
}

.alert.alert-danger li, .alert.alert-warning li {
	grid-template-columns: 1fr 2fr 2fr 5fr;
}

.alert.alert-primary li {
	grid-template-columns: 1fr 2fr;
}

.alert.wide li, .alert li.wide {
	grid-template-columns: 1fr;
}

.alert li > div {
	padding: 0 0 0 10px;
}

.alert.alert-light {
	color: #000;
}

.formwrapper {
	position: relative;
}

#pageloader
{
  background: rgba( 255, 255, 255, 0.8 );
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9999;
}

#pageloader img
{
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

table tr[data-archive="1"] {
	background: #ccc;
}

table tr[data-archive="1"] i {
	opacity: .2;
}

.d-flex.flex-row-reverse > * {
	width: auto;
}

.numlist {
	text-align: center;
	padding: 10px 0 20px;
	color: #007bff;
	font-weight: bold;
}

.numlist .row > div > div:last-child {
	padding-top: 5px;
}

.numlist .numcircle {
	background: #007bff;
    padding: 5px 17px;
    border-radius: 45px;
    color: #fff;
    font-weight: bold;
    display: inline;
	font-size: 30px;
}

table tr[data-type="alert"] {
	color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

table tr[data-type="notice"] {
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

table tr[data-type="warning"] {
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.take_survey {
	background-color: #656f9d;
    background-image: -webkit-linear-gradient(90deg, #656f9d 0%, #27487d 100%);
    background-image: linear-gradient(0deg, #656f9d 0%, #27487d 100%);
    background-attachment: fixed;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
	color: #fff;
}

.take_survey.hcahps, .take_survey.hcahps .text-white {
	background: #fff;
	color: #000 !important;
}

.take_survey.hcahps form > div {
	text-align: left;
}

.take_survey.hcahps .navbar-brand {
	display: none;
}

.take_survey .contentpane {
	padding: 0;
}

.take_survey .header {
	display: block;
	background: #fff;
}

.take_survey .header .grid-child {
	background: #fff;
	align-items: center;
}

.take_survey .container-header .navbar-brand {
	text-align: right;
}

.take_survey form {
	margin: 0 auto;
	text-align: center;
}

.take_survey #image2 {
	float: left; 
	max-height:60px; 
	margin: .3125rem; 
	max-width: 50%;
}

.take_survey.hcahps #image2 {
	float: none;
	margin: .3125rem auto;
	display: block;
}

.take_survey.hcahps h1 {
	width: 100%;
}

.take_survey.hcahps h2 {
	background: #d2e2b4;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 10px;
	border-bottom: 2px solid #89b24c;
	border-top: 2px solid #89b24c;
	font-size: 1.5rem;
	margin: 0 0 2rem;
}

.take_survey.hcahps h3 {
	font-size: 1.5rem;
	color: #000;
	font-weight: normal;
}

.take_survey.hcahps main {
	text-wrap: pretty;
}

.form-switch {
	padding: 0 0 4rem;
}

.form-switch label {
	display: block;
}
  
.form-switch.form-switch-lg .form-check-input {
	height: 2rem;
	width: calc(3rem + 0.75rem);
	border-radius: 4rem;
	margin-left: -2rem;
}

.take_survey .btn-success, .take_survey .btn-check:checked+.btn, .take_survey .btn-check:checked+.btn:hover {
	background-color: #89b24c;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
	width: 100%;
	text-wrap: wrap;
}

.take_survey .btn-outline-success, .take_survey .btn-check+.btn:hover {
	background-color: #fff;
	color: #2e5798;
	font-weight: bold;
	font-size: 1.2rem;
	width: 100%;
	text-wrap: wrap;
	padding-top: 5px;
	padding-bottom: 5px;
}

.take_survey.hcahps .btn-outline-success, .take_survey.hcahps .btn-check+.btn:hover {
	color: #000;
}

.take_survey > .ui-widget {
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.take_survey .overlay {
	background: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 25%;
}

.take_survey .overlay svg {
    width: 50px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.table>:not(caption)>*>* {
	background-color: transparent;
}

.clearfix {
	clear: both;
}

.rateYoBox {
	max-width: 450px;
}

#locations > div, #providers > div {
	max-width: 45%;
}

.jq-ry-container {
	margin: auto;
}

.dot-checkbox .form-check-input {
  border-radius: 50%;
}

.dot-checkbox .form-check-input:checked {
  background-image: none;
  background-color: #010156;
  border-color: #010156;
}

.dot-checkbox .form-check-input:checked::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 5px auto;
  background-color: var(--form-check-bg);
  border-radius: 50%;
}

@media (max-width:500px) {
	.rateYoBox {
		max-width: 274px;
	}

	.take_survey .toprow .btn {
		font-size: 1rem;
		padding: 5px 10px;
	}

	.take_survey .toprow .progress {
		height: 30px !important;
	}

	#locations > div, #providers > div {
		max-width: 100%;
	}
}