body {
	margin: 0;
	font-family: 'Roboto', sans-serif;

}


/*SITE FRAME*/
.scrollable {
	max-height: 250px;
	overflow-y: auto;
}

.sb-nav a {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 10px 10px 15px;
	flex-wrap: nowrap;
	font-size: 1.3em;
}

.sb-nav a:hover {
	color: #fff;
	background-color: #000;
	flex-wrap: nowrap;
	text-decoration: none
}

nav.trigger {
	border-bottom: 1px solid #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #fff;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 44px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Roboto Condensed', sans-serif;

}


nav.trigger span.schoolname {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.5em;
}

.menu {
	margin-left: auto;
}


nav.sb-nav {
	text-align: center;
	position: fixed;
	top: 45px;
	left: 0;
	right: 0;
}


.sb {
	display: flex;
	height: 100%;
	min-height: 100vh;
	flex-direction: column
}

.sb-footer,
.sb-header {
	flex: none
}

header {
	display: flex;
	margin-top: 44px;
	justify-content: space-between;
}

header img.schoollogo-mob {
	margin: 10px;
	height: 50px;
	filter: invert(99);
}

.schoollogo {
	display: none;

}



.loggedin-info {
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: .9em;
	padding: 15px;
	display: flex;
}


.sign-out {
	display: none;
}

span.smallcare {
	font-size: .8em;
	text-transform: uppercase;
}


.loggedin-info a {
	color: #fff;
	font-size: .8em;
}

.loggedin-info a:hover {
	color: #000;
}

.avatar-frame img {
	object-fit: cover;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	border: 2px solid #fff;
	margin: 10px;
}

.sb-body {

	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
}



/* Add test-decoration underline to page links, but NOT buttons, or tabs or ...  */
.sb-content a:not(.btn) {
	text-decoration: underline;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,
.dropdown-menu>li>a {
	text-decoration: none !important;
}




.trigger {
	order: -2;
	color: #fff;
	display: flex;
}


.sb-nav {
	order: -1;
	z-index: 80;
}

.sb-ads,
.sb-nav {
	/*  padding: 1em;*/

	background: #333;
}


.sb-about {
	padding: 1em;

	background: #333;
}



.school_logo {
	margin-left: 20px;
}





footer.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: baseline;
	padding: 4px 10px;
	color: #464646;
	opacity: 0.2;
	background-color: rgba(255, 255, 255, 0);
	z-index: 90;
	font-size: .7em;

	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}


footer.footer:hover {
	opacity: 1;
	background-color: rgba(255, 255, 255, 1);
}

footer.footer .schoolbridge {
	/*margin-right: auto;*/
}

footer.footer .schoolbridge img {
	width: 136px;
}

footer.footer a {
	color: #464646;
}








/*BREADCRUMB*/






.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.text-strong {
	font-weight: bold;
}


div.ib_help {
	background-color: #92c2e2;
	padding: 10px;
	min-height: 100%
}

div.get-help {
	display: flex;
	background-color: #eee;
	border-radius: 3px;
	padding: 5px;
	justify-content: center;
	align-content: space-around;
}

.get-help>* {
	margin-left: 10px;
	align-self: flex-end;
	margin-right: 10px;
}


ul.help-toc {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

ul.help-toc li {
	list-style: none;
}


.help-toc a {
	display: inline-block;
	line-height: 18px;
	padding: 0.4045em 1.618em;
	display: block;
	position: relative;

}


a.select-parent {
	background-color: #9bc2e5;
	display: block;
	width: 100%;
	font-weight: 700;
	margin-left: -30px;
}

div.modal-body {
	background-color: #f6f6f6;
}






.btn-secondary {
	background-color: #8BB2D6;
	border-color: #8BB2D6;
	color: #fff;

}

.btn-secondary:hover {
	background-color: #6B87A2;
	border-color: #6B87A2;
	color: #fff;
}



*.popover {
	max-width: 600px;
}







.data-table {
	padding: 0 15px;
}

.data-table-header {
	font-size: 16px;
	font-weight: bold;
	position: sticky;
	top: 24px;
	z-index: 80;
}

.data-table-link {
	color: inherit;
	display: block;
	margin: 0 -15px;
	padding: 0 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.data-table-link:hover {
	display: block;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.13);
}


.data-table-link:hover .bg-custom {
	opacity: 0.7;
}

.data-table .data-table-row>div {
	padding-top: 8px;
	padding-bottom: 8px;
}


.datepicker {
	z-index: 999 !important;
}





.btn:active,
.btn:hover,
.btn:focus {
	color: inherit;
}













/* PERMISSION SLIP*/


div.ibdn-well {
	min-height: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: none;
	border-radius: none;
	box-shadow: none;
}

div.eotc-well {
	min-height: 20px;
	padding: 10px;
	background-color: #f5f5f5;
	border: none;
	border-radius: none;
	box-shadow: none;
}

div.eotc-well ul {
	padding: 1em;
}


.slip {
	filter: drop-shadow(1px 1px 2px hsla(0, 0%, 0%, .25));
}



.slip label {
	margin-top: 15px;
}

.slip-top {
	background-color: #fff;
	background-clip: padding-box;
	border-bottom: 3px dotted #fff;
	text-align: center;
	padding: .5em 0;
	position: relative;
	width: 100%;
	border-radius: 5px 5px 0px 0px;
}

.slip-bottom {
	background-color: #fff;

	padding: 10px;
	margin-bottom: 10px;
}

.slip-bottom .row {
	margin: 0;
}






/*Activity Registration*/


.activity-gallery {
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
}

.cont {
	flex-grow: 1;
	margin-right: 30px;
	margin-bottom: 20px;
}

.activity-box {
	position: relative;
	display: inline-block;
	object-fit: cover;
	text-align: center;


}

.activity-box a>img {
	width: 100%;
	z-index: -1;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	opacity: 1;
}



span.lab {
	position: absolute;
	display: block;
	color: #fff;
	top: 0;
	left: 0;
	padding: 3px;
	background: black;
	background: rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid #ccc;
	width: 100%;
}

span.lab-link {
	position: absolute;
	display: block;
	color: #fff;
	bottom: 0;
	left: 0;
	padding: 3px;
	background: black;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
}

.activity-gallery a:hover {
	opacity: 0.5;
	color: #fff;
	transition: .9s;
	text-decoration: none;
}

a img.img-sub {
	z-index: -1;
}


/*SPORT GRID*/

.sport-grid {
    display: grid;
    grid-gap: .5em;
    grid-template-columns: repeat(auto-fit, minmax(250px, 250px));
    grid-auto-rows: 250px;
/*    background-color: pink*/

}


a.sport-grid-sport {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 1em;
    padding: 1em;
    transition: .5s;
    text-decoration: none !important;
}



a.sport-grid-sport:hover {
    background-color: #b1c0c8;
    transform: scale(1.05);
    color: #fff;
    text-decoration: none;
}



.sport-image-block {
    background-size: cover;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 5px;
    border: 1px #ccc solid;
}


.reg-open-tag {
    text-transform: uppercase;
    background-color: #276FA6;
    border: 1px solid #fff;
    padding: .09rem .9rem;
    color: white !important;
    font-size: .8rem;
    align-self: flex-start;
    letter-spacing: 2px;
}

.sport-name {
    margin-top: .5rem;
    text-decoration: none;
}




@media only screen and (max-width: 480px) {


    .sport-grid {
        display: grid;
        grid-gap: 5px;
        grid-template-columns: repeat(2, .5fr);
        grid-template-rows: none;
        grid-auto-rows: 250px;
        //background-color: yellow;
        padding: 0;

    }

    .reg-open-tag {
    text-transform: uppercase;
    background-color: #276FA6;
    border: 1px solid #fff;
    padding: .09rem .5rem;
    color: white !important;
    font-size: .5rem;
    //align-self: flex-end;
    align-self: flex-start;
    letter-spacing: 2px;
}
}


/*//SPORT TABS*/

.sport-tabs {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;

}


a.sport-tab { 
	margin-bottom: .5em;
	border-radius: 0 !important;
	background-color: #276FA6 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	padding: 1em;
	text-decoration: none !important;
	transition: .5s;
}


a.sport-tab .reg-closed { 
	background-color: #222;

}

a.sport-tab:hover, a.sport-tab:focus { 
	color: #fff;
	text-decoration: none !important;
	background-color: #333 !important;

}

.sport-banner {
	height: 300px;
	width: 100%;
	background-size: cover;
	background-position: center;
	margin-bottom: 1em;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}



.sport-title {
	width: 100%;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8Xw8AAoMBgDTD2qgAAAAASUVORK5CYII=);
	background-filter: blur(5px);
	padding: 1em;
	font-size: 3rem;
	font-weight: 700;
	color: #000;
	 -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.sport-info-panel {
	background-color: #E6E7E7;
	padding: 1em;
	font-size: 1.5rem;
	margin-bottom: 1em;
}



.sport-info-panel hr {
 border-top: 5px solid ;
}

.draw-table {
	background-color: #fff
}


/*Admin functions*/


.flex-container {
	padding: 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
}

.flex-item {
	background-color: #eee;
	flex: 2;
	text-align: center;
	border: 1px solid #eee;
	padding: 5px;
	margin: 20px;
}


div.admin-functions {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-flow: wrap;
	padding: 10px;
}


.admin-functions>* {

	flex: 100%;
}


/*  .admin-functions h1
  {

	flex: none;

  }
*/


.admin_function_text {
	margin-right: auto;
}

div.admin-functions button {}


.admin-functions>* {
	align-self: center;
	flex: 100%;
}

.admin-functions-second>* {
	margin-right: 10px;
}


.admin-functions a {
	text-decoration: none;
	display: block;
	line-height: 1.2em;
}

.admin-functions p.main {
	display: none;
}



div.admin-functions a {
	order: -1
}



/*old Stuff*/







.btn-primary {
	background-color: #005596;
	border-color: #005596;
	color: #ffffff;
}





.meeting-folder a {
	min-height: 70px;
	height: 70px;
	vertical-align: middle;
}

.meeting-folder span {
	padding-top: 10px;
}

.meeting-folder a small {
	display: block;
	font-size: 11px;
	line-height: 12px;
	text-overflow: ellipsis;
}

.meeting-folder .meeting-badge {
	padding-top: 3px;
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}

.breadcrumb>li+li.pull-right::before {
	content: '';
}

#kb-tabs {}

#kb-tabs li a {
	padding: 3px 6px;
	background: #f1f1f1;
}

#kb-tabs li.active a {
	box-shadow: 0 2px 4px #dddddd
}

.logo-link {
	display: block;
}

.logo-link img {
	margin: 0 auto;
	width: auto;
	max-width: 200px;
	max-height: 200px;
}

.display-table {
	display: table;
	table-layout: fixed;
}

.display-cell {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.kb-article.article-420 .btn {
	min-height: 90px;
}

.kb-article.article-420 img {
	margin: 0 auto 15px auto;
	max-height: 195px
}

.tablesorter-default th,
.tablesorter-default thead td {
	font-weight: 700;
	color: #000;
	background-color: #fff;
	border-collapse: collapse;
	border-bottom: #ccc 2px solid;
	padding: 0
}

.tablesorter-default tfoot td,
.tablesorter-default tfoot th {
	border: 0
}

.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer;
	white-space: normal;
	padding: 4px 20px 4px 4px
}

.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc,
.tablesorter-default thead .tablesorter-headerSortUp {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
	border-bottom: #000 2px solid
}

.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc,
.tablesorter-default thead .tablesorter-headerSortDown {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
	border-bottom: #000 2px solid
}

.tablesorter-default thead .sorter-false {
	background-image: none;
	cursor: default;
	padding: 4px
}

.tablesorter-default tfoot .tablesorter-headerAsc,
.tablesorter-default tfoot .tablesorter-headerDesc,
.tablesorter-default tfoot .tablesorter-headerSortDown,
.tablesorter-default tfoot .tablesorter-headerSortUp {
	border-top: #000 2px solid
}

.tablesorter-default td {
	border-bottom: #ccc 1px solid;
	padding: 4px;
	vertical-align: top
}

.tablesorter-default .tablesorter-filter-row {
	background-color: #eee
}

.tablesorter-default .tablesorter-filter-row td {
	background-color: #eee;
	border-bottom: #ccc 1px solid;
	line-height: normal;
	text-align: center;
	-webkit-transition: line-height .1s ease;
	-moz-transition: line-height .1s ease;
	-o-transition: line-height .1s ease;
	transition: line-height .1s ease
}

.tablesorter-default .tablesorter-filter-row .disabled {
	opacity: .5;
	cursor: not-allowed
}

.tablesorter-default .tablesorter-filter-row.hideme td {
	padding: 2px;
	margin: 0;
	line-height: 0;
	cursor: pointer
}

.tablesorter-default .tablesorter-filter-row.hideme * {
	height: 1px;
	min-height: 0;
	border: 0;
	padding: 0;
	margin: 0;
	opacity: 0
}

.tablesorter-default input.tablesorter-filter,
.tablesorter-default select.tablesorter-filter {
	width: 95%;
	height: auto;
	margin: 4px auto;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #bbb;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height .1s ease;
	-moz-transition: height .1s ease;
	-o-transition: height .1s ease;
	transition: height .1s ease
}

.tablesorter .filtered {
	display: none
}

.tablesorter .tablesorter-errorRow td {
	text-align: center;
	cursor: pointer;
	background-color: #e6bf99
}

.dashboard-icon {
	display: block;
	color: #ffffff;
	padding: 10px 0;
	min-height: 160px;
}

.dashboard-icon img {
	object-fit: cover;
	/*border-radius: 20%;*/
	/*height: 80px;*/
	/*width: 80px;*/
	/*border: 2px solid #000;*/
	/*margin: 10px;*/
	/*background-color: #eee;*/
}


.dashboard-icon:hover {
	color: #ffffff;
	text-decoration: none;
	background: #ffffff;
	box-shadow: 0 2px 4px #dddddd;
}

.dashboard-icon img {
	display: block;
	margin: 0 auto;
	max-width: 130px;
	max-height: 80px;
}

.float-box {
	position: relative;
	float: left;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 180px;
}


@media (min-width: 568px) {
	.mobile-only {
		display: none;
	}
}







/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*BREAKPOINTS*/
/*******************************************************************************************/
/* Small devices - Phones only */
@media (max-width: 568px) {
	.breadcrumb-nav {
		display: none;
	}

	.breadcrumb {
		padding: 2px 16px;
	}

	.breadcrumb>li+li.active::before {
		content: '';
	}

	.breadcrumb>li+li.active {
		position: absolute;
		width: auto;
		white-space: nowrap;
		right: 0;
		padding-right: 10px;
		z-index: 1000;
		background: #f5f5f5;
	}


	.data-table-link {
		border: 1px solid #000;
		margin-bottom: 30px;
	}


	h1 {
		font-size: 1.3em;
		font-weight: 700;
	}

	h2 {
		font-size: 1.15384615em;
		font-weight: 700;
	}

	h2 {
		font-size: 1.15384615em
	}

	h3 {
		font-size: 1.13636364em
	}

	h4 {
		font-size: 1.11111111em
	}

	h5 {
		font-size: .9em
	}


	.footer {
		font-size: .7em
	}




}



/*******************************************************************************************/
/* Smaller Devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.breadcrumb-nav {
		display: none;
	}

	div.admin-functions a {
		order: -1
	}

	nav.sb-nav {
		display: flex;
		flex-direction: column;
		background-color: #333;
		border-left: 1px solid;
		text-align: center;
		border: 1px solid transparent;
	}






	div.admin-functions {
		justify-content: center;
		align-content: center;
	}

	.admin-functions>* {
		margin-left: 10px;
	}







}






/*******************************************************************************************/
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {


	.breadcrumb-nav {
		display: none;
	}


	nav.sb-nav {
		flex-direction: column;
		background-color: #333;
		border-left: 1px solid;
		text-align: center;
		border: 1px solid transparent;
	}




	div.admin-functions a {
		order: -1
	}

	.sb-body {
		flex-direction: row
	}




	.sb-content {
		flex: 1;
		padding: 0em;
		margin: 0
	}

	.sb-ads,
	.sb-nav {

		flex: 0 0 150px;
	}




.sport-tabs {
	display: flex;
	flex-direction: row;


}



.sport-tab { 
	margin: 1em;

}




/*	.sb-nav a i,
	.sb-nav a svg {
		display: block;
		width: 100%; height: 60px;
		font-size: 2em;
		text-align: center;
		margin: 0 auto;
	}


		.sb-nav a svg.svg-inline--fa.fa-w-16 {
			width: 1.2em;
		}*/

}








/*******************************************************************************************/
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.breadcrumb-nav {
		display: block;
	}


	.sb-nav,
	.trigger {
		position: relative !important;
		top: 0 !important;
	}


	.trigger {
		display: none !important;
	}

	.sb-nav {

		display: flex !important;
	}



	header {
		height: 120px;
		display: flex;
		margin-top: 0px;
		justify-content: space-between;
		align-items: center;
	}




	header img.schoollogo-mob {
		display: none;
	}

	.schoollogo {
		display: block;
		height: 70px;
		margin-left: 1em
	}




	.loggedin-info {
		margin-left: auto;
		color: #fff;
		font-family: "Roboto Condensed", sans-serif;
		font-size: 1.2em;
		border-left: 1px solid #fff;
		padding: 15px;
		display: flex;
		height: 100%;
	}


	.sign-out {
		display: inline;
	}


	.avatar-frame img {
		object-fit: cover;
		border-radius: 50%;
		height: 80px;
		width: 80px;
		border: 2px solid #fff;
		margin-right: 20px;
		margin-left: 20px;
	}

	.sb-nav a {
		font-size: 1em;
	}


	.admin-functions {
		width: 100%
	}

	.admin-functions>* {

		flex: none;
	}

	div.admin-functions {
		justify-content: flex-end;
	}

	div.admin-functions h1 {
		margin-right: auto;
	}

	div.admin-functions a {
		order: 2
	}

	.admin-functions p.main {
		display: inline-block;
		margin-right: auto;
		width: 100%;
	}


	.breadcrumb-nav {
		position: relative;
		position: sticky;
		top: 0;
		margin: 0;
		z-index: 70;
	}

	.breadcrumb {
		margin: 0;
		padding: 2px 8px 2px 175px;
		box-shadow: 2px 2px 4px #ddd;
		height: 24px;
		overflow: hidden;
		overflow-x: auto;
	}


	.breadcrumb>li+li.pull-right::before {
		content: '';
	}



}