@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
/*TODO, PERF:should be able to get rid of this soon too once we're no longer using bootstrap anywhere*/

/*
	necessary .net core elements pulled out from site.css when switching to new theme,
	as well as some mike hardy hard codes to just make things work.
*/

#blazor-error-ui {
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

	#blazor-error-ui .dismiss {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}


.my-reconnect-modal > div {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	overflow: hidden;
	background-color: #fff;
	opacity: 0.8;
	text-align: center;
	font-weight: bold;
	padding-top:5px;
}

.my-reconnect-modal .loader {
	max-width: 45px;
}


.debugOn {
	display: inherit;
	margin: 10px 0 100px 0;
	padding: 4px;
	border: 1px solid #3a0647;
	background: #353535;
	color: white;
	font-size: 12px;
}

/*test*/
/*.components-reconnect-hide > .show {
	display: block;
}*/

.components-reconnect-hide > div {
	display: none;
}

.components-reconnect-show > div {
	display: none;
}

.components-reconnect-show > .show {
	display: block;
}

.components-reconnect-failed > div {
	display: none;
}

.components-reconnect-failed > .failed {
	display: block;
}

.components-reconnect-rejected > div {
	display: none;
}

.components-reconnect-rejected > .rejected {
	display: block;
}


.debug {
	display: none;
}


/*check icons on Upload page*/
.icon {
	width: 16px;
	height: 16px;
}

/*turn off the ... more on all pages since currently not using */
.btn-more {
	display: none !important;
}

.nav-email {
	font-size: 10px;
	color: #f7f7f7;
}

.login-panel {
	max-width: 500px;
	background: #ddd;
	border: 2px solid #ccc;
	padding: 20px;
}

.body-logged-out {
	background-color: #2D0E4F;
}

.form-description {
	font-size: 0.9em;
	font-style: italic;
}

/*
.invite-member {
	margin-top: 15px;
}

	.invite-member .fam {
		font-weight: bold;
		font-size: 1.2em;
	}

.invite-page .alert {
	margin-top: 20px;
}

.e-toast-container .e-toast {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.btn-trim {
	padding-top: 0.2rem;
	padding-right: 0.5rem;
	padding-bottom: 0.2rem;
	padding-left: 0.5rem;
}*/



/*grid tweaks*/
/*.room-name {
	margin-left: 15px;
}*/

/*for admin page*/
.btn.btn-form.btn-orange {
	background-color: #EB8E16;
	color: #fff;
	margin: 0px;
}

.btn.btn-form.btn-tight {
	max-width: 250px;
	padding: 12px;
}

/*config page*/
.config-page {
	flex-direction: row;
	width: 100%;
}
.config-page .alert {
	margin-top:15px;
}
	.config-page h2 {
		margin-top:20px;
		font-size: 30px;
		line-height: 37px;
		font-weight: 300;
	}
	
	/*copied from bootstrap, text-danger used on a lot of Identity pages for input validation*/
	.alert-danger, .text-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}


/*InviteList page*/
#page-admin .inner-page .page-content.invitelist-page .tab-content {
	display: block; /*get rid of flex which is causing it not to expand*/
}

	.invitelist-page h3 {
		display: inline;
	}

.invitelist-page .room {
	margin-top: 20px;
	background-color: #FDFDFD;
	padding:15px;
}

	.invitelist-page button {
		position: relative;
		top: -5px;
	}

	.invitelist-page .alert {
		margin-top: 35px;
	}

	.invitelist-page .row {
		margin-top: 5px;
	}

	.invitelist-page .send-button {
		margin-top: 15px;
		margin-left:15px;
	}
	.invitelist-page .sent-cell {
		text-align:center;
	}
	.invitelist-page .sent-cell div {
		font-size:0.8rem;
	}

.data-index .nav-link {
	padding: 1rem 1rem 0 1rem;
}
.data-index .item-info {
	padding: 0 0 0 1rem;
}

/* Admin/Organization Page */
.org-page .room {
	margin-top: 10px;
}

.org-page {
	max-width: 100%;
}

/*Notify page*/
.notify-page {
	margin-top: 25px;
	max-width: 800px;
}

	.notify-page button {
		margin-top: 10px;
	}

	.notify-page .btn-right {
		margin-left: 15px;
	}

	.notify-page .sent-to {
		margin-top: 20px;
	}

	.notify-page .sent-to-title {
		font-weight: bold;
		margin-bottom: 0;
	}

	.notify-page hr {
		margin: 3px 0;
	}

/* Families page */
.families-page th {
	font-weight: bold;
}

.families-page .dot {
	font-weight: bold;
}

.families-page .icon-key {
	padding:15px 0;
}

.families-page .icon-key span {
	margin-left: 15px;
}

/* /admin/users and others */
.data-page .form-content {
	width:100%;
}


/* /Admin/Detail pages */
.detail-user-page label {
	font-weight:bold;
}


/*==== Schedule page (hacks until my addtions are themed) */
/*stole from bootstrap, used for room select*/
.schedule-page .form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.schedule-page .select-container {
	margin-top: 5px;
}

/*==== END Schedule page */

/*==== REPORT Page ====*/
.report-page table thead {
	font-weight: bold;
}

.report-page table td {
	padding: 3px 4px;
	border-bottom: 1px solid #CBCBCB;
}

.report-page table .text-center {
	text-align: center;
}
/*==== END REPORT Page ====*/
/*==== MOVE TO SCSS ====*/
/* move to _button.scss */
.btn-green {
	background-color: #5EF38C;
	color: #292936;
}

/* for admin pages */
.btn.btn-form.btn-blue {
	border-radius: 9px;
	padding: 3px 15px;
	width: inherit;
	font-weight: normal;
	font-size: 1rem;
	background-color: #4B67C5;
	color: #fff;
}


/*reduce gap in header*/
#page-admin .inner-page #main-header .bottom, #page-no-user .inner-page #main-header .bottom {
	min-height: 0;
}

/*==== FAQ ====*/
.faq-page a:hover {
	text-decoration: underline;
}
/*change the scss version from 16 to 20*/
.faq-page .img-button {
	max-height: 20px !important;
}
/*remove the bullet for some lists*/
#page-admin .inner-page .page-content #faq-container .faq-box ul.no-bullets li:before {
	content: "";
}
/*up the font*/
#page-admin .inner-page .page-content #faq-container .faq-box ul li {
	font-size: 16px;
}
#page-admin .inner-page .page-content #faq-container h2 {
	margin-top: 45px;
	margin-bottom: 10px;
}
/*==== END FAQ ====*/



/* move to _page_user_screen.scss: &.yellow, etc.*/
#page-user-screen #main-header .header-box.header-box-center .img-container.green:after {
	background-color: #5EF38C;
}

#page-user-screen #main-header .header-box.header-box-center .img-container.grey:after {
	background-color: #A8A8A8;
}

#page-user-screen #main-header .header-box.header-box-center .img-container.red:after {
	background-color: #F35E5E;
}

/* remove down arrow from Scheduler date */
.calendar .calendar-header .btn-date:after {
	display: none;
}
/* another color for schedule */
.calendar .calendar-table tbody td .event-container .event.purple {
	background-color: #9056DB;
}

/*==== END MOVE TO SCSS ====*/
