﻿@media (max-width: 767px) {
    .full-width-mobile {
        width: 100%;
    }
}
@font-face {
	font-family: 'Brandon Grotesque';
	src: url('/fonts/BrandonGrotesque-Regular.woff2') format('woff2'), url('/fonts/BrandonGrotesque-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('/fonts/BrandonGrotesque-Black.woff2') format('woff2'), url('/fonts/BrandonGrotesque-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

.btn-table-action {
    padding: 5px 10px;
}

.btn-table-action i {
    font-size: 0.800rem;
}

/* SELECT 2 -- Need some !important to override defaults on select2 */
.select2-container--default .select2-selection--multiple {
    border: 1px solid #e4e7ea !important;
}

.select2-selection {
	min-height: 35px;
	margin: 0;
	padding: 2px 5px;
	width: 100%;
	border: 1px solid #e4e7ea !important;
}

.select2-selection__arrow {
	top: 4px !important;
	right: 7px !important;
}

.whitespace-pre{
	white-space:pre;
}

.line-seperator{
	margin-bottom: 10px;
	border-bottom: solid 1px #d1d1d1;
	padding-top: 10px;
}

.ui-menu-item{
	font-size:13px;
}

/* Full Calendar Responsive */
@media (max-width: 767px) {
	.fc-toolbar h2 {
		font-size: 1.3em !important;
		margin: 10px 0px !important;
	}

	.fc-toolbar.fc-header-toolbar {
		display: block;
	}

	.fc-right .btn-group {
		width: 100% !important;
	}

	.fc-right .btn-group .btn {
		width: 25% !important;
	}
}

.yellow-gradient {
	background: -webkit-linear-gradient(left, #fcd009, #f15d28);
	background: -o-linear-gradient(right, #fcd009, #f15d28);
	background: -moz-linear-gradient(right, #fcd009, #f15d28);
	background: linear-gradient(to right, #fcd009, #f15d28);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.enrolment-header {
	color: #2264af;
/*	font-family: 'Brandon Grotesque', sans-serif;
	letter-spacing: 0.075em;
	text-align: center;*/ 
}

.enrolment-body {
	color: #5fb6b3;
	font-family: 'Brandon Grotesque', sans-serif;
	line-height: 1.3;
	letter-spacing: 0.05em;
}

.shift-button {
	background-color: #f3e312;
	color: #ed117f;
	font-family: 'Brandon Grotesque', sans-serif;
	border: none;
	border-radius: 12px;
	padding: 10px 20px;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	letter-spacing: 0.075em;
}

.shift-button-inverted {
	background-color: #ed117f;
	color: #f3e312;
	font-family: 'Brandon Grotesque', sans-serif;
	border: none;
	border-radius: 12px;
	padding: 10px 20px;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	letter-spacing: 0.075em;
}

.shift-enrolment-header {
	color: #ed117f;
	font-family: 'Brandon Grotesque', sans-serif;
	letter-spacing: 0.075em;
	font-size: 22px;
	font-weight: bold;
}

.bg-agreement{
	background-color:#bbe5f6;
}

.validation-summary-errors {
	color: #c92424;
	background-color: #fdf2f2;
	border-color: transparent;
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 3px;
	font-weight: 500;
}
