@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

:root {
	--color-primary: #013c5a;
	--color-secondary: #537d9c;
	--color-text: #023c5b;
	--color-link: #2a72fc;
	--color-light: #e5eeff;
}
#admin-welcome {
	background-image: url('/_images/bccc/bcc-welcome.svg');
}
#admin-welcome .navbar-brand img {
    width: 100px
}
html, body {
	font-family: 'Questrial', sans-serif;
}
.btn {
	font-size: 15px;
	line-height: 18px;
	padding: 0.25rem 1rem;
}
.btn-primary {
	background-color: var(--color-text) /*!important*/;
	border-color: var(--color-text) /*!important*/;
}
.btn-secondary {
	background: white;
	text-align: left;
	transition: opacity ease 200ms, border-color ease 200ms, color ease 200ms;
	border-color: var(--color-text);
	color: var(--color-text);
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
	background: white !important;
	opacity: 1 !important;
	color: var(--color-link) !important;
	border-color: var(--color-text);
}
.btn-secondary.disabled, .btn-secondary:disabled {
	background: white;
	border-color: var(--color-secondary);
	color: var(--color-secondary) !important;
	cursor: default !important;
	opacity: .65 !important;
}


.card-body .btn-secondary span {
  font-size: 10px;
  padding: 2px 4px;
  background: var(--color-text);
  color: white;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: top;
  text-shadow: none !important;
}
.card-body .btn-secondary:hover span, .card-body .btn-secondary:active span, .card-body .btn-secondary:focus span {
	background: var(--color-link);
}

.btn-link {
	color: var(--color-link) !important;
	text-decoration: none !important;
}
a {
	color: var(--color-link);
}

#toTop {
    padding: 10px 15px;
    color: #fff;
    position: fixed;
    bottom: 30px;
    right: calc(50% - 15px);
    display: none;
    border: none;
    background: darkgrey;
    border-radius: 50px;
    box-shadow: 0 27px 24px 0 rgb(0 0 0 / 20%), 0 40px 77px 0 rgb(0 0 0 / 22%);
    cursor: pointer;
    z-index: 999999;
    opacity: 0.8;
}

/* header */

header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 20;
}
.dropdown-item.active, .dropdown-item:active {
	background: var(--color-link) !important;
	color: white;
    outline: none;
}
.dropdown-item:focus, .dropdown-item:hover {
	background: var(--color-light);
}
.logo-brand img {
	height: 50px;
}
#top-search .input-group .hover-over {
    position: absolute;
    z-index: 15;
    opacity: 0.5;
    padding: 11px 15px;
}
#top-search .input-group input {
	background: #f5f6fa;
	border: none;
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;		
}
#top-search .input-group button[data-toggle="dropdown"] {
	background: #e6e9f4;
	border: none;
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;	
}
#top-search .btn {
	color: var(--color-text);
	font-size: 13px;
	font-weight: bold;
}
.user-dropdown > button {
	white-space: nowrap;
	text-decoration: none !important;
}
.user-dropdown > button > span {
	color: var(--color-text);
}
.user-dropdown > button > span > i {
	color: grey;
}
.user-dropdown > button > .badge, .person-block > .badge {
    color: white;
    border-radius: 50%;
}
.user-dropdown > button > .badge {
    width: 40px;
    height: 40px;	
}
.user-dropdown > button > .badge-info, .person-block > .badge-info {
    line-height: 20px;
    font-weight: 100;
    font-size: 16px;
    text-align: center;	
    background: #57b8ff;
}
.user-dropdown > button > .badge-info {
	padding: 10px 0;
}
.person-block > .badge-info {
 	padding: 15px 0;
}
.user-dropdown > button > .badge-icon, .person-block > .badge-icon  {
	padding: 0;
	background: white;
}
.person-block > .badge-icon > .img-contain {
	padding: 5px;
}
/*.user-dropdown > button > .badge-icon img, .person-block >*/ .badge-icon img, .Hi5Form .hi5-image-preview img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.Hi5Form .hi5-image-preview img {
	margin-bottom: 4px;
}
.Hi5Form .hi5-image-preview {
	padding-left: 1rem;
	margin-bottom: 0;
}
.badge-icon img.img-cover {
	object-position: top;
}
.dropdown.user-dropdown button > span {
    vertical-align: middle;
}
a.header-login.btn.nav-link {
    padding: 1rem 1rem 0.5rem;
}


.sidenav {
    position: sticky;
    top: 85px;
    margin: 10px;
}
.sidenav > a {
	display: block;
	padding: 15px;
	text-decoration: none !important;
	white-space: nowrap;
	color: var(--color-text);
	font-weight: bold;
	font-size: 13px;
	border-left: 3px solid white;
}
.sidenav > a > span {
    vertical-align: middle;
    padding-top: 1px;
}
.sidenav > a.active {
	background: var(--color-light);
	border-left: 3px solid var(--color-link);
	color: var(--color-link);
}
.sidenav > a > i {
	margin-right: 15px;
	opacity: 0.5;
	font-size: 16px;
	vertical-align: middle;
}
.sidenav > a.active > i {
	opacity: 1;
}
@media (max-width: 991px) {
	.sidenav {
		margin:0;
	}
	.sidenav > a {
		text-align: center;
	}
	.sidenav > a > i {
		margin-right: 0;
	}
}

/* dashboard */

.dashboard {
	font-size: 13px;
}
.dashboard .card-body {
    font-size: 1rem;
    line-height: 1.33;
    /*overflow-x: auto;*/
}
.dashboard .btn-link {
	font-weight: bold;
	font-size: 13px;
	text-decoration: none !important;
	margin: 10px 0;
	line-height: 13px;	
	min-height: 13px;
	background-color: #f5f5f5;
}
.dashboard .btn-link:hover, .dashboard .btn-link:active, .dashboard .btn-link:focus {
	background-color: var(--color-light);
}
.dashboard .card-header {
	color: color-mix(in srgb, var(--color-text) 66%, transparent 34%);
	font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0;
}
.dashboard .card-body h3 {
	font-weight: 900;
	font-size: 2rem;
	padding-top: 8px;
}
.dashboard .btn-link > i {
	font-size: 13px;	
}
.dashboard .btn-link > h4 > i {
	font-size: 18px;	
	opacity: 0;
	transition: opacity ease 100ms;
}
.dashboard .btn-link:hover > h4 > i, .dashboard .btn-link:active > h4 > i, .dashboard .btn-link:focus > h4 > i {
	opacity: 1;
}
.dashboard .card-footer  {
	line-height: 13px;	
	min-height: 13px;
}
.dashboard .btn-secondary i, .dashboard .btn-secondary span {
	opacity: 0.5;
}
.dashboard .btn-secondary i {
	font-size: 80%;
}
.dashboard .dashboard-icon {
	height: 50px;
	width: 50px;
	float: right;
	border-radius: 25px;
	background: var(--color-light);
	color: var(--color-link);
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	padding: 13px;
}
.card-stats {
	font-weight: bold;
	color: var(--color-text);
	line-height: 15px;
    font-size: 0.9rem;
}
.card-stats span {
	display: inline-block;
	padding: 0 5px;
	font-size: 15px;
}
.card-stats span i {
	font-size: 13px;
}
.person-block {
	transition: background-color ease 200ms;
	padding: 9px;
	border-radius: 9px;
	position: relative;
}
.person-block > .badge {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	object-fit: cover;
	float: left;
}
.person-block > .person-detail {
	width: calc(100% - 60px);
	display: inline-block;
	float: left;
	padding: 5px 20px;
}
a.person-block > .person-detail {
	width: calc(100% - 80px);
}
.person-block > i {
	width: 30px;
	display: inline-block;
	float: left;
	color: var(--color-text);
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	transition: opacity ease 200ms;
	opacity: 0;	
    position: absolute;
    top: 50%;
    transform: translateY(-50%);	
}
.person-block:hover > i, .person-block:focus > i, .person-block:active > i {
	opacity: 1;	
}
.person-block > .person-detail {
	color: #212529;
	transition: color ease 200ms;
}
.person-block > .person-detail > strong {
	/*color: var(--color-text);*/
	color: color-mix(in srgb, var(--color-text) 66%, transparent 34%);
}
a.person-block:hover, a.person-block:active, a.person-block:focus {
	background-color: var(--color-light);
	text-decoration: none !important;
}
a.person-block:hover > i, a.person-block:active > i, a.person-block:focus > i {
	color: var(--color-link);
}
a.person-block:hover > .person-detail, a.person-block:active > .person-detail, a.person-block:focus > .person-detail {
	color: #212529;
}

/* dashboard: member location */

.dashboard td > img {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	/*object-fit: cover;*/
}
.dashboard thead th {
	border-top: none;
}
.dashboard tbody td {
	vertical-align: middle;
	font-weight: bold;
	font-size: 15px;
}
.dashboard thead th, .dashboard tbody th, .dashboard tbody td, .dashboard tfoot th {
	padding: 0.5rem;
	min-width: 30px !important;
}
#regions_loading {
	text-align:center;
}
#regions_loading > i {
	font-size: 48px;
	opacity: 0.25;
	position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
}
#member-breakdown {
	margin: auto;
}
.h-scroll {
	overflow-x: auto;
	max-width: 100%;
	padding: 20px 0;
}
#member-breakdown-legend {
	display: block;
    width: 160px;
    margin-top: 1rem;
}
#member-breakdown-legend label {
	padding: 0 10px;
    vertical-align: text-top;
    line-height: 1.2;
}
#member-breakdown-legend > div {
	display:block;
}
@media (min-width: 1200px) {
	#member-breakdown-legend label {
    	width: calc(100% - 20px);
	}
}
@media (max-width: 1199px) {
	#member-breakdown-legend {
		width: auto;
    	text-align: center;
	}
	#member-breakdown-legend > div {
		display:inline-block;
	}
}

/* user card */

.user-card {
	padding-left: 150px;
	position: relative;
	padding-bottom: 10px;
	min-height: 150px;
}
@media (max-width: 1199px) {
	.user-card {
    	padding-left: 20px;
    	padding-top: 120px;
	}
	.user-card .float-right {
	    top: 20px;
	    position: absolute;
	    right: 20px;
	}
}
.user-card > img, .user-card > .badge {
	width: 90px;
	height: 90px;
	border-radius: 45px;
	object-fit: cover;
	position: absolute;
	left: 30px;
	top: 20px;
	padding: 0;
}
.user-card a > h4,.user-card a > p {
	color: var(--color-text);
}
.user-card > .badge-info {
	font-size: 30px;
	line-height: 40px;
	padding: 25px 0;
}
.member-status {
	font-size: 13px;
	color: var(--color-text);
}
.member-since-status {
	font-size: 14px;
}
.member-status .badge, .person-detail > .badge-success {
	font-size: 12px;
    line-height: 16px;
    border-radius: 10px;
    padding: 3px 10px 2px;
    font-weight: bold;
    margin-right: 8px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
}
.member-status > span {
    vertical-align: middle;
}
.member-status .badge-info {
	background-color: var(--color-link);
}
ul.contact-info {
    list-style-type: none;
    padding-left: 35px;
}
ul.contact-info > li {
	position: relative;
	padding-top: 2px;
    padding-bottom: 0;
}
ul.contact-info > li i {
	position: absolute;
	left: -30px;
	top: 5px;
	opacity: 0.5;
	font-size: 16px;
	width: 16px;
    text-align: center;	
}
ul.contact-info > li > a {
	color: var(--color-text) !important;
	text-decoration: none !important;
}
ul.contact-info > li > a:hover, ul.contact-info > li > a:active, ul.contact-info > li > a:focus {
	color: var(--color-link) !important;
	text-decoration: underline !important;
}
.contact-block {
	display: inline-block;
    width: calc(50% - 35px);
    margin: 20px 30px 20px 0;
    min-width: 200px;
    vertical-align: top;
}
@media (max-width: 1199px) {
	.contact-block {
		width: 100%;
	}
}



/* table view */

.tile-nav .dropdown-toggle::after {
	display: none;
}
.dropdown-accordion .panel-heading .menu-item, .tile-nav ul li .menu-item {
    background: white;
    color: #222;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 20px;
}
.tile-nav ul li .menu-item {
    display: block;
    padding: 10px 15px;
    border: none;
    box-shadow: none;
    width: 100%;
    text-align: left;
}
.dropdown-accordion .panel-heading .menu-item:hover, .tile-nav ul li .menu-item:hover {
    background: #f5f5f5;
    color: #000;
}
.tile-nav .dropdown-menu {
    border: none;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    width: 200px;
}
.dropdown-accordion .panel-title {
	text-transform: none !important;
}
.tile-nav .dropdown-menu .panel-group > .panel:not(:last-child) {
    border-bottom: none;
}
.tile-nav .dropdown-menu .panel-group .panel.panel-default, .tile-nav ul li {
    border-top: 1px solid #ddd;
}
.btn-success.disabled, .btn-success:disabled, .btn-success {
	background-color: var(--color-text) !important;
	border-color: var(--color-text) !important;
}
.Hi5-column-caption .glyphicon {
    line-height: 16px;
}
.Hi5Table .sort-caption > span {
    background-color: var(--color-text);
    border-radius: 9px;
}
.Hi5Table > thead > tr > th {
	border-top: none;
}
.Hi5Table > thead > tr > th:hover {
	background-color: var(--color-light);
}
.btn-group > ul.dropdown-menu li a, .btn-group > ul.dropdown-menu li a, .btn-group > ul.dropdown-menu li button {
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.25;
    -webkit-appearance: none;
    background: white;
    border: none;
    width: 100%;
    text-align: left;
    display: block;
    clear: both;
    text-decoration: none !important;
    font-weight: bold;
    color: var(--color-text);
}

.btn-group > ul.dropdown-menu li i {
    color: var(--color-text);
    opacity: 0.5;
    height: 16px;
    /*width: 16px;*/
    vertical-align: text-bottom;
	
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    width: 20px;    
}
.btn-group > ul.dropdown-menu li span {
    background: var(--color-text);
    color: white;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 3px;
    text-transform: uppercase;
    vertical-align: text-top;
    text-shadow: none !important;
    opacity: 0.5;
}

.btn-group > ul.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    min-width: 300px;
    box-shadow: 0 27px 24px 0 rgb(0 0 0 / 20%), 0 40px 77px 0 rgb(0 0 0 / 22%);
    margin-top: 0;
    border-radius: 0;
}
.table_wrap > .panel {
    text-align: right;
}

/* filters */

.filter-row .selectize-input:not(.focus) {
    max-height: 28px;
    line-height: 34px !important;
}
.filter-row .dropdown-select-btn button.dropdown-toggle::after {
    top: 11px;
    right: 11px;
}
.Hi5Filters .btn-remove-filter {
    padding: 1px 5px;
}
.filter-row .dropdown-select-btn button {
    padding-right: 40px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.Hi5Filters .selectize-control {
	margin: 0;
	float:left;
	width: 100%;
}
.Hi5Filters .form-control {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 15px;
    line-height: 23px;
    padding: 1px 0.5rem 2px;
    min-height: 28px;
	padding-right: 25px !important;
	padding-left: 5px;
    outline: none !important;
    box-shadow: none !important;	
}
.selectize-control.multi .selectize-input {
	padding: 5px 6px 2px 6px !important;
    min-height: 38px;	
}
.Hi5Filters .selectize-control.multi .selectize-input {
    margin: 0 !important;
    min-height: 23px;
    padding: 0 16px 0 0 !important;
    border-radius: 0;
	line-height: 23px !important;
}
.table-filters-loading i { 
	font-size: 20px;	
}
.table-filters-loading {
    height: 24px;
    line-height: 24px;
}
.selectize-input .item {
    line-height: 24px;
}
.Hi5Filters .selectize-input > input {
	height: 23px;
}
legend .dropdown-menu .glyphicon {
    font-size: 16px;
    padding: 0 5px 0 0;
    color: #555;
    vertical-align: text-bottom;
}
.btn-group > ul.dropdown-menu li button:hover, .btn-group > ul.dropdown-menu li a:hover {
	background-color: var(--color-light);
}

.Hi5Table .sort-btns .btn {
	background-color: var(--color-text);
}
.Hi5Table > thead.sticky > tr > th {
    top: 70px;
}
.Hi5Table .sort-caption {
    top: 5px;
}
.Hi5Table > thead > tr > th > div > span {
    line-height: 16px;
    font-size: 13px;
}


/* modal */

.modal {
	z-index: 7000;
}
.modal-header {
	min-height: 45px;
}
.modal-header, .mce-window-head {
	padding: 10px 20px !important;
}
.modal-header, .mce-window-head {
    color: var(--color-secondary) !important;
    background: var(--color-primary) !important;
    font-weight: bold !important;
    line-height: 24px !important;
    border-radius: 0;
    border-bottom: none !important;
    border-top: none !important;
}
.mce-window-head .mce-title {
	color: white !important;
}
.modal-body .control-label {
	text-align: left;
	float: left;
}
.mce-foot {
	background: none !important;
	border: none !important;
}
.modal-content {
	border-radius: 0 !important;
}
.modal-title {
    padding: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    margin: 0;
    line-height: 24px;
    padding-top: 3px;
}
.modal-header .close {
    background: transparent !important;
    position: absolute;
    color: white;
}
.modal-body > fieldset > .row {
    padding-bottom: 0;
    margin-bottom: 0 !important;
}
.modal-content, .mce-window {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border:none !important;
}
.modal-body div.form-group {
    width: 100%;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
    margin-bottom: 0 !important;
}
.modal-body .text-large .control-label {
    font-size: 16px;
    margin: 0;
    padding: 6px 0 0 0;
    font-weight: bold;
}
.modal-header .close {
	text-shadow: none;
    display: block;
	right: 15px;
    outline: none !important;
    box-shadow: none !important;
}
button.close > i {
    top: 0;
}
.modal-header h4 {
    color: white;
    margin: 0;
    opacity: 0.9;
    max-width: calc(100% - 50px);
}
.modal-footer {
    justify-content: flex-start;
    border-top: none;    
}
.Hi5Table td img {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	object-fit: cover;
	outline: 1px solid #ddd;
	object-position: top;
}
.Hi5Table .filetype {
	display: none !important;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: #f5f6fa;
}
.table-hover tbody tr {
	transition: background-color ease 100ms;
}
.table-hover tbody tr:hover {
	background-color: var(--color-light);
}
.table-hover tbody tr:nth-of-type(odd):hover {
	background-color: var(--color-light);
}
.Hi5Table td {
	border: none;
	line-height: 1.2;
}
.Hi5Table > thead > tr > th > div {
	border-color: var(--color-text);
}
.Hi5Table > thead > tr > th > div > span {
	color: var(--color-text);
}

/* broadcasts */

.panel-body h4 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.25rem;
}

section.option-buttons {
	text-align: center;
	padding: 0 1rem;
}
section.option-buttons button {
    padding: 20px;
    box-shadow: none !important;
    border: none;
    background: none;
    font-weight: bold;
    color: #666;
    font-size: 14px;
    border-radius: 12px;
    height: 150px;
    line-height: 2rem;
	margin: 5px;
    width: calc(100% - 10px);    
}
section.option-buttons button[disabled]:not(.no-click) {
	opacity: 0.5;
	cursor: not-allowed;
}
@media (max-width: 1199px) {
	section.option-buttons button {
		max-width: 150px;	
	}
	.col-lg-4.col-md-auto {
	    display: inline-block;
	    width: 140px;
	}	
}
section.option-buttons button:not(.no-click):hover {
	background-color: var(--color-light);
}
section.option-buttons img {
	width:60px;
	margin:0 0 5px 0;
	padding:0;
	opacity: 0.5;
}
section.option-buttons button.btn-status-done {
	background: #eefbee;
}
section.option-buttons button.btn-status-done:not(.no-click):hover {
	background-color: #e6f3e6;
}
section.option-buttons button .btn-label {
	white-space: nowrap;
}

section.option-buttons button .btn-status-label {
	display: none;
	color: forestgreen;
	text-transform: uppercase;
}
section.option-buttons button.btn-status-done .btn-status-label, section.option-buttons button:not(.btn-status-done) .btn-status-label.status-required  {
	display: block;
}
section.option-buttons button.btn-status-done .btn-status-label.status-required {
    display: none;
}
section.option-buttons button .btn-status-label.status-required {
	color: var(--color-link);
}
body.sticky #sticky-trigger {
	position: sticky;
	top: 0;
	z-index:100;
	
}

body.sticky #sticky-stacked {
	position: sticky;
	top: 142px;
	z-index:100;
}
.panel-body > h4 {
	max-width: 100%;
}
#submit-section {
	margin: 5px 0 20px 0;
}
#submit-section .btn:not(.complete) .when-complete, #submit-section .btn:not(.active) .when-active {
	display: none;
}
iframe.loading {
	visibility: hidden;
}
#preview-tabs iframe {
	float: left;
}
#preview-tabs {
    position: relative;
}
#preview-tabs textarea {
	display: none;
}
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
#preview-tabs img.show_when_loading {
    display: block;
    padding: 2rem;
    opacity: 0.4;
	display: block;
    padding: 7rem 0;
    opacity: 0.4;
    margin: auto auto;
    width: 80px;    
}
#preview-tabs:not(.loading) img.show_when_loading {
	display: none;
}
#add-on-fields, #send-test-add-on-fields, #schedule-add-on-fields {
	display: none;
}
#submit-section:not(.has-edits) .when-has-edits, #submit-section.has-edits .when-no-edits {
	display:none;
}
.anchor-offset {
	top: -120px;
	position: absolute;
}
.manage-sections-btns {
	display: block;
    text-align: center;
    padding: 1rem;
    background: #f5f6fa;
    clear: both;
    padding: 0;
    border: 2px solid #f5f6fa;
}
.manage-sections-btns .btn-manage-toggle:not(.active) .when-active {
	display:none;
}
.manage-sections-btns .btn-manage-toggle.active .when-inactive {
	display:none;
}
.manage-sections-btns:before, .manage-sections-btns:after {
    display: table;
    content: " ";
    clear: both;
}
.manage-sections-btns button {
    border: none;
    appearance: none;
    box-shadow: none !important;
    height: 50px;
    padding: 0 1rem;
    font-size: 13px;
    font-weight: bold;    
    opacity: 0.6;
    transition: opacity ease-in-out 100ms;
    min-width: 65px;
    background: transparent;
    color: #666;
    border-radius: 0 !important;
}
.manage-sections-btns button .btn-label {
    letter-spacing: -0.5px;
    font-size: 12px;
}
.manage-sections-btns button:hover, .manage-sections-btns button:active, .manage-sections-btns button:focus {
	opacity: 1;
}
button.btn-manage-toggle {
    border-left: 1px solid rgba(0,0,0,0.15) !important;
}
.manage-sections-btns button img {
	width: 32px;
    height: 32px;
}
#lang-toggle button {
    font-size: 16px;
}
#lang-toggle .dropdown-menu {
	top: 42px;
    right: 0 !important;
    left: auto;
}
.manage-sections-btns button:not(.pull-right) {
	float:left;
}
#lang-toggle {
	display: inline-block;
	text-align: center;
}
#submit-section button[disabled] {
    background: white !important;
    color: black !important;
    cursor: not-allowed !important;
}
section.option-buttons img {
	width: 30px;
}
section.option-buttons button .btn-label {
    line-height: 16px;
}
section.option-buttons button {
    padding: 15px;
    height: 100px;
}
.Hi5Form div.form-group, .Hi5Form .form-group > label {
    display: block;
    width: 100%;
}
.Hi5Form .form-group {
    padding-bottom: 0.5rem;
}
#submit-section {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
    padding: 0.5rem 0;
}
.Hi5Form span.help-block {
    opacity: 0.9;
    line-height: 1rem;
    display: block;
    background: rgba(83, 125, 156,0.2);
    padding: 8px 12px;
    margin: 2px 0;
    border-radius: 3px;
    color: var(--color-primary);
}
@media (min-width: 576px) {
	.modal-dialog {
	    max-width: 600px;
	}
}

/* selectize */

.filter-row .selectize-control.multi .selectize-input > div {
	padding: 2px 6px;
    font-size: 13px;
    line-height: 18px;
    -webkit-line-clamp: 1;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 250px;
    box-sizing: border-box;
    margin-top: 1px;
    margin-bottom: 0;
}
.selectize-control.multi .selectize-input > div {
	float: left;
    background: #888;
    color: #eee;	
    padding: 2px 6px;
	margin-bottom: 2px;
	line-height: 23px;
	max-width: calc(100% - 15px);
}
.selectize-control.multi .selectize-input > div.active {
    background: #666;
    color: white; 
}
.selectize-input {
    min-height: 38px;
}
.selectize-input > input {
    position: absolute;
    vertical-align: top;
    /*line-height: 24px !important;*/
    height: 24px;    
}
.selectize-control.multi .selectize-input > input {
	float: left;
}
.selectize-control.single .selectize-input:after {
    top: 19px;
    right: 12px;
}


.form-group label span.label.label-success {
    color: white;
    background: var(--color-secondary);
    padding: 3px 6px;
    vertical-align: middle;
}
.Hi5Form .modal-body {
    padding-bottom: 0;
}
.Hi5Form .modal-footer .btn {
    padding: 6px 12px;
    min-width: 100px;	
}
.Hi5Form .modal-body .grid_input td, .Hi5Form .modal-body .grid_input th {
	padding: 3px;
	border-top: none;
}
.Hi5Form .modal-body .grid_input th {
    line-height: 16px;
    padding: 6px 0 3px 6px;
    font-size: 14px;
}
.Hi5Form .grid_input .form-group .form-control.selectize-control {
	height: 38px;
}
.Hi5Form .modal-body .grid_input td:not(.form-group), .Hi5Form .modal-body .grid_input th.delete_column {
	min-width: 36px;
	width: 36px;
}
.Hi5Form .modal-body .grid_input .btn.Hi5GridDeleteRow {
	padding: 0;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin: 4px 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
    border: none;
}
.alert.alert-info > p:last-of-type {
    margin-bottom: 0;
}
.Hi5Form .checklist label, .radio input[type="radio"], .checkbox input[type="checkbox"] {
    vertical-align: middle;
}
.table thead th {
	border-top: none;
    padding-bottom: 0;
}
th.narrow {
    width: 100px;
}
table.profile-data {
	margin-bottom:0;
}
table.profile-data thead th {
	border: none;
	background: #f5f6fa;
	padding: 1rem;
	color: #212529;
    text-transform: uppercase;
    font-size: 0.8rem;	
}
table.profile-data tbody th {
	padding: 1.5rem 1rem 0.5rem;
	border-top: none;
	border-bottom: 2px solid #dee2e6;
	line-height: 1;
}	
table.profile-data tbody td {	
	padding: 0.6rem 1rem 0.4rem;
	border: none;
    font-weight: normal;
    line-height: 1.25;
}
table.profile-data > tbody a {
    opacity: 0;
    transition: opacity ease-in-out 100ms;
    display: inline-block;
    /*right: 5px;
    position: absolute;*/
}
table.profile-data > tbody > tr > td > a {
	top: 10px;
}
table.profile-data > tbody > tr > th > a {
	top: 22px;
}
table.profile-data.loading > tbody > tr {
	cursor: wait;
}
table.profile-data.event-sessions:not(.loading) > tbody > tr, table.profile-data.group-members:not(.loading) > tbody > tr:not(.noclick), tr[data-toggle="modal"] {
	cursor: pointer;
}
table.profile-data:not(.loading) > tbody > tr:hover {
	background: var(--color-light);
}
table.profile-data:not(.loading) > tbody > tr:hover a {
	opacity: 1;
}
table.event-sessions {
    margin: 0 0 1.5rem;
}
table.event-sessions td, table tr[valign="top"] > td {
	vertical-align: top;
}
.modal-dialog.wide-modal {
	width: 1000px;
    max-width: 1000px;
}
.hover-light {
	transition: background-color ease 100ms;
	border-radius: 4px;
	line-height: 24px;
}
.hover-light:hover {
	background-color: #f5f6fa;
}
.external_link:after {
	opacity: 0;
	transition: opacity ease-in-out 100ms;
}
.external_link:hover:after, .external_link:active:after, .external_link:focus:after {
	opacity: 1;
}
.pager li a, .pager li button {
    border-radius: 15px;
    height: 31px;
    min-width: 70px;
    border: 1px solid #ced4da;
    display: inline-block;
    transition: background-color ease-in-out 100ms;
}
.pager li a:hover, .pager li button:hover, .pager li a:active, .pager li button:active, .pager li a:focus, .pager li button:focus {
	text-decoration: none;	
	background-color: var(--color-light);
}
.pager {
    margin: 0 auto 3rem;
    min-height: 0;
    display: block;
    text-align: center;
    float: none !important;
}
.filter-row .selectize-input:not(.focus) {
	max-height: 23px;
    line-height: 23px !important;
}
.collapse.in {
    display: block !important;
}
.Hi5Table.row-clicker:not(.click-init) > tbody > tr {
	cursor: wait;
}
.Hi5Table.row-clicker.click-init:not(.no-click) > tbody > tr {
	cursor: pointer;
}
.Hi5Table.row-clicker .Hi5-button-column .tile-nav {
	display: none;
}
.Hi5Table.row-clicker.click-init > tbody .Hi5-button-column a {
	float: right;
	opacity: 0;
	transition: opacity ease-in-out 100ms;
	display: inline-block;
	margin-right: 16px;
    height: 16px;
}
.Hi5Table.row-clicker.click-init > tbody > tr:hover .Hi5-button-column a {
	opacity: 1;
}
.Hi5Table td {
    padding: 12px 5px;
}
legend.table-header > div > .btn {
    background: var(--color-text);
    color: white !important;
}
legend.table-header .dropdown-toggle::after {
	vertical-align: middle;
}
.card.dashboard .nav.nav-pills > li > a {
	min-width: 70px;
    border: 1px solid var(--color-secondary);
    border-left: none;
    display: inline-block;
    color: var(--color-secondary);
    padding: 4px 8px 1px;
    text-align: center;
    text-decoration: none !important;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px;
}
.card.dashboard .nav.nav-pills > li:first-of-type > a {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;	
	border-left: 1px solid var(--color-secondary);
	padding-left: 15px;
}
.card.dashboard .nav.nav-pills > li:last-of-type > a {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-right: 15px;
}
.card.dashboard .nav.nav-pills > li.active > a {
	color: white;
    background: var(--color-secondary);
}
.form-group.submit-group button {
    margin-right: 0;
    padding: 8px 20px;
    border-radius: 5px !important;
}
.popover-body .button-group {
    text-align: center;
    padding: 15px 20px 10px;
    display: block;
    margin: auto;
    width: 210px;
    white-space: nowrap;
    height: 55px;
}
.popover-body .button-group .confirm-dialog-btn-confirm {
    float: left;
}
.popover-body .button-group .confirm-dialog-btn-abort {
    float: right;
}
.popover-body button.btn.btn-small {
    line-height: 20px;
    padding: 5px 25px;
    text-decoration: none !important;
    text-transform: uppercase;
}
#admin-welcome .bg-white a {
    background: var(--color-primary);
}
.modal-content .form-group {
    padding-bottom: 0.5rem;
}
.breadcrumb {
    background: white;
    padding: 0;
	margin-bottom: 15px;
}
li.breadcrumb-item a, li.breadcrumb-item.active span, .breadcrumb::before {
    color: inherit;
    font-size: 14px;
    line-height: 25px;
}
.breadcrumb::before {
    content: "\f101";  /* fa-angles-right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;  /* Needed for solid icons */
    margin-right: 8px;
}
.table-fixed {
    table-layout: fixed;
    width: 100%;
}
.form-control:focus {
	border-color: var(--color-text);
}
/*table.table.loading, tbody.loading {
    opacity: 0.1;
}*/
.session-details tbody {
	transition: opacity ease 200ms;
}
.session-details tbody.loading {
	opacity:0.2;
}
.session-details tbody.loading .btn-attend {
	cursor: wait;
}
.session-details tbody:not(.loading) .btn-attend.btn-attend-init {
	cursor: pointer;
	transition: color ease 200ms;
}
.session-details tbody:not(.loading) .btn-attend:hover, .session-details .btn-attend:focus, .session-details .btn-attend:active {
	color: #28609d !important;
}
.session-details .btn-attend-not-invited {
    min-width: 20px !important;
    width: 20px !important;
    opacity:0;
    transition: opacity ease 200ms, color ease 200ms;
}
.session-details tr:hover .btn-attend-not-invited {
	opacity:1;
}
.session-details .btn-attend-not-invited:hover {
	color: #28609d !important;
}
.btn.btn-primary.btn-file {
    border-radius: .25rem;
}
.input-group-addon {
    background: var(--color-light);
    border: 1px solid #ccc;
    padding: 0 10px;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.dropdown-toggle::after {
    vertical-align: middle;
    margin-left: 0.5rem;
}
.filter-row {
    min-height: 40px;
}
.filter-row .form-control:after {
	display: block;
    clear: both;
    content: "";
}
.Hi5Filters .slider {
    height: 20px;
	border-radius: 10px;
}
.Hi5Filters .slider:before {
    height: 14px;
}
.Hi5Filters .slider div > span {
    height: 14px !important;
    line-height: 16px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.Hi5Filters input[type="date"] {
    height: 24px;
    margin-top: 0;
}
.Hi5Filters .filter-row .form-group i {
    line-height: 23px;
}
th.Hi5-button-column:hover {
    background: none !important;
}
legend.clearfix.table-header .btn {
    height: 28px;
}
.card-header .badge.badge-info {
    font-size: 12px;
    line-height: 16px;
    border-radius: 10px;
    padding: 3px 10px 2px;
    font-weight: bold;
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.95);
    background: var(--color-link);
}
.card-header .small {
	font-size: 14px;
    line-height: 18px;
}
input[type="radio"] {
	accent-color: var(--color-link);
}
.Hi5Form .checklist {
    display: inline-block;
    padding: 10px 0 10px 20px;
}
.radio input[type="radio"]:checked + label {
	font-weight: bold;
}
.modal-content .Hi5Form .form-group:not(.text-center).submit-group {
    text-align: left;
}
.dashboard .report-data {
    background: #e5eaed;
    padding: 8px;
    min-height: 32px;
    border-radius: 3px;
    max-width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 8px;
    line-height: 20px;
	min-height: 36px;    
}
.dashboard .report-label {
	font-weight: bold;
    font-size: 12px;
    line-height: 0.75rem;
    display: block;
    padding: 8px 1px 1px;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--color-text) 66%, transparent 34%);
}
.dashboard .report-checkbox {
    background: #e5eaed;
    height: 36px;
    border-radius: 3px;
    width: 36px;
    font-size: 24px;
    font-weight: bold;
    line-height: 16px;
    padding: 0;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-shrink: 0;
}
.dashboard .report-checkbox-cell {
    display: flex;
    padding-top: 21px;
    margin-bottom: 8px;
}
.dashboard .report-checkbox-cell .report-label {
	padding: 0 8px;
	align-content: center;
}
.dashboard strong {
	color: color-mix(in srgb, var(--color-text) 66%, transparent 34%);
}
table.table.attendance-filters td {
    font-weight: normal;
}
table.table.attendance-filters th {
    text-transform: uppercase;
    font-size: 12px;
    white-space: nowrap;
}
table.table.attendance-filters tfoot th {
	font-size: 15px;
}
.table tfoot th {
    vertical-align: top;
    border-top: 2px solid #dee2e6;
}
tr[valign="middle"] td, tr[valign="middle"] th {
	vertical-align: middle !important;
	line-height: 1.2;
}
table.table.attendance-filters input[type="checkbox"], .event-sessions input[type="checkbox"] {
	width: 16px;
	height: 16px;
	accent-color: var(--color-secondary);
	vertical-align: middle;
	
}
table.table.attendance-filters tbody span[data-target] {
	padding-left: 8px;
    height: 18px;
    line-height: 18px;
	display: inline-block;
	width: 85px;
	vertical-align: middle;
	padding-top: 2px;
}
table.table.attendance-filters thead th span[data-target] {
	vertical-align: middle;
	padding-top: 6px;
    display: inline-block;
    width: 85px;
}
.session-details tbody .btn-attend i {
    color: lightgray;
}
.attendance-filters span[data-target] {
	cursor: pointer;
}
.table thead th[valign="top"] {
	vertical-align:top !important;
}
#remove-filters-btn {
    font-size: 13px;
    padding: 2px 8px;
}
span.badge {
    font-size: 12px;
    vertical-align: middle;
    line-height: 16px;
    padding: 4px 10px 2px;
    text-transform: uppercase;
    margin-right: 8px !important;
    border-radius: 10px;
    vertical-align: bottom;
}
span.badge.badge-danger {
	background: firebrick;
}
span.badge.badge-warning {
	background: #CD853F;
    color: white;
}
span.badge i {
    vertical-align: top;
    margin: 0 3px;
}
a > strong.fee-year {
    width: calc(100% - 150px);
    display: inline-block;
	text-transform: uppercase;
    font-size: 13px;    
    line-height: 16px;
    vertical-align: top;
    padding-top: 4px;        
}
a > strong.fee-amount {
	width: 120px;
	display: inline-block;
	text-align: right;
	padding-right: 10px;
	color: #212529;
    font-size: 15px;
    font-weight: normal;	
}
div > strong.fee-year {
    width: calc(100% - 125px);
    display: inline-block;
	text-transform: uppercase;
    font-size: 13px;    
    line-height: 16px;
    vertical-align: top;
    padding-top: 4px;    
}
div > strong.fee-amount {
	width: 120px;
	display: inline-block;
	text-align: right;
	color: #212529;
    font-size: 15px;
    font-weight: normal;
    white-space: nowrap;
}
div > strong.fee-data {
	width: 120px;
	display: inline-block;
	text-align: right;
	color: #212529;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    vertical-align: top;
    padding-top: 3px;
}
.alert-badge {
	display: inline-block;
    border: 1px solid #aaa;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 8px 12px 6px 36px;
    margin-right: 12px;
    position: relative;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
}
.alert-badge::before {
	content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 14px;
}
.alert-warning .alert-badge::before {
	background-color: #9f803e;
}
.alert-danger .alert-badge::before {
	background-color: firebrick;
}
.alert.alert-warning {
    background: #fceadc;
    border-color: #f9d4c1;
}
.dashboard .alert-warning strong {
    color: #9f803e;
}
.reporting-year {
	text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    font-size: 12.8px;
    padding: 6px 0;
    letter-spacing: 0.5px;
    margin-bottom: 12px;    
}