﻿html {
	font-size: 0.750rem;
}

@media (min-width: 768px) {
	html {
		font-size: 0.875rem;
	}
}

@media (min-width: 1200px) {
	html {
		font-size: 1rem;
	}
}

main {
	padding-top: 5rem;
	min-height: calc(100vh - 1.8125rem);
}

mainexternal {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

body {
	font-family: Quicksand,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: 400;
}

footer p, footer a, footer div {
	font-size: 0.75rem;
	line-height: 0.5rem;
}

.photo {
	border-radius: 5px;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	max-height: 250px;
	max-width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}

#StatusMessage {
	top: 3rem !important;
	z-index: 1;
}

.box-shadow-top {
	box-shadow: 0 -.25rem .75rem rgba(0, 0, 0, .05);
}

.box-shadow-bottom {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.form-textarea {
	height: 100px;
}

.loadingRowHeight {
	height: 53px;
}

.qr-code {
	width: 200px;
	margin-bottom: 10px;
	border-radius: 5px;
}

#Message {
	height: 100px;
}

.vertical-center-container {
	position: relative;
	height: calc(100vh - 6.8rem);
}

.vertical-center {
	top: 50%;
	transform: translateY(-50%);
}

.w-33 {
	width: 33.3% !important;
}

.bg-grey {
	background-color: #5f5f5f;
}

.glass {
	opacity: 0.95;
}

/****************************
  * Responsive Page Layouts *
  ***************************/

.billstatus {
	width: 95px;
}

.recurringbillstatus {
	width: 30px;
}

.invoicestatus {
	width: 130px;
}

.creditstatus {
	width: 100px;
}

.recurringinvoicestatus {
	width: 55px;
}

.actions-x1 {
	width: 40px;
}

.actions-x2 {
	width: 76px;
}

.actions-x3 {
	width: 115px;
}

.actions-x3-xl {
	width: 136px;
}

#pagerTotalPages {
	width: 60px;
}

#pagerSize {
	width: 120px;
}

#pagerPageList {
	width: 110px;
}

@media (min-width: 768px) {
	.actions-x2 {
		width: 82px;
	}

	.actions-x3 {
		width: 125px;
	}

	.actions-x3-xl {
		width: 148px;
	}

	.billstatus {
		width: 115px;
	}

	.invoicestatus {
		width: 151px;
	}

	.creditstatus {
		width: 116px;
	}

	.recurringbillstatus {
		width: 35px;
	}

	.recurringinvoicestatus {
		width: 64px;
	}

	#pagerTotalPages {
		width: 70px;
	}

	#pagerSize {
		width: 140px;
	}

	#pagerPageList {
		width: 120px;
	}
}

@media (min-width: 1200px) {
	.actions-x2 {
		width: 89px;
	}

	.actions-x3 {
		width: 135px;
	}

	.actions-x3-xl {
		width: 160px;
	}

	.billstatus {
		width: 130px;
	}

	.invoicestatus {
		width: 172px;
	}

	.creditstatus {
		width: 132px;
	}

	.recurringbillstatus {
		width: 40px;
	}

	.recurringinvoicestatus {
		width: 69px;
	}

	#pagerTotalPages {
		width: 80px;
	}

	#pagerSize {
		width: 155px;
	}

	#pagerPageList {
		width: 140px;
	}
}

/**********************************
 **  Start Social Login Buttons  **
 **********************************/

.btn.btn-google, .btn.btn-microsoft, .btn.btn-github {
	min-width: 215px;
	margin-bottom: 10px;
	text-shadow: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	text-transform: none;
	font-size: 0.875rem;
	font-family: Roboto;
	font-weight: 500;
	background-color: white;
}

	.btn.btn-google span, .btn.btn-microsoft span, .btn.btn-github span {
		float: left;
	}

	.btn.btn-google:hover, .btn.btn-google:active, .btn.btn-microsoft:hover, .btn.btn-microsoft:active, .btn.btn-github:hover, .btn.btn-github:active {
		text-decoration: none;
		opacity: 0.75;
	}

/********************************
 **  End Social Login Buttons  **
 ********************************/
