body{
	text-align:left;
}


.btn-action {
	font-size: 20px;
	
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	color: #000;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	color: white;
}

.table{
	font-size: 15px;
}

	.table th, .table td {
		vertical-align: middle;
	}

@keyframes slideInFromRight {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(0);
	}
}

.card {
	/* This section calls the slideInFromLeft animation we defined above */
	animation: 0.5s ease-out 0s 1 slideInFromRight;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #e3ebf6 !important;
}

.select2-container .select2-selection--single{
	height:38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height:36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
	margin-top:4px !important;
}

.staff_back {
	background-image: url("../images/background.jpg");
	background-position: initial;
	background-repeat: no-repeat;
	background-size: cover;
}

.login-staff {
	padding: 15px;
	width: 30%;
	margin: 15% auto;
	border: 1px solid white;
	background-color: rgba(255,255,255,0.5);
	border-radius:10px 10px;
	height:100%;
}

.scan {
	padding: 5px;
	font-size: 20px;
	width: 100%;
	margin: 20px auto 10px auto;
	opacity: 1;
	background-color: #0f8bc9;
	color:white;
}

.staff-link {
	text-decoration: underline;
	color: #1761fd !important;
}

.acc{
	display:none;
}

.staff{
	margin-bottom:5px;
}
.view td {
	padding: 0px 30px;
	border-top: 0px;
}

.viewHead{
	padding:10px;
	font-weight:bold;
	font-size:16px;
}

.link-active {
	text-decoration: underline;
	color: blue;
	float: right;
	line-height: 3;
}

.reg {
	padding: 30px 10%;
}

.reg_logo{
	padding:10px 10px 0px 10px;
}

.reg_title{
	font-weight:bold;
	line-height:0.5;
	color:navy;
	font-size:16px;
}

h4.modal-title, h5.modal-title {
	font-size: 18px;
}



.modal-dialog:not(.modal-dialog-scrollable) .modal-header {
	padding-bottom: 1rem;
}

.modal-dialog:not(.modal-dialog-scrollable) .modal-footer {
	padding-top: 1rem;
}

.float-right
{
	float: right;
}
.close {
	border: 0px;
	background: transparent;
	font-weight: bold;
}

.action_loc{
	position:absolute;
	right:50px;
}

.fc-event {
	cursor:default;
	text-align:left;
}


.digit-group{
	text-align: center;
}

	.digit-group input:focus-visible {
		border-bottom: 1px solid gray;
		outline: none;
	}

.digit-group input {
	width: 30px;
	height: 50px;
	background-color: transparent;
	border: none;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	font-weight: 200;
	color: black;
	margin: 0 2px;
	border-bottom:1px solid gray;
}

.digit-group .splitter {
	padding: 0 5px;
	color: black;
	font-size: 24px;
}

.choices {
	margin-bottom:0px;
}



.prompt {
	margin-bottom: 20px;
	font-size: 20px;
	color: black;
}

:root {
	--primary-color: #000;
}



.signature-pad {
	cursor: url(pen.png) 1 26, pointer;
	border: 2px solid var(--primary-color);
	border-radius: 4px;
}

.clear-button {
	color: var(--primary-color);
}

.submit-button {
	width: 100%;
	background-color: var(--primary-color);
	border: none;
	padding: 0.5rem 1rem;
	color: #fff;
	cursor: pointer;
	margin-top: 2rem;
}
#loading {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0.7;
	background-color: #fff;
	z-index: 99;
}

.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	left: 50%;
	position: absolute;
	top: 30%;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media (min-width: 768px) {
	.alert-body #notes {
		max-height: 300px;
		overflow-y: auto;
	}
}
