﻿@import url(sheets/variables.css);
@import url(sheets/typography.css);
@import url(sheets/buttons.css);
@import url(sheets/cards.css);
@import url(sheets/tables.css);
@import url(sheets/modals.css);
@import url(sheets/forms.css);

@import url(sheets/xl/tables.css);

html {
	font-size: 16px;
}

/*
	Utilities
*/
.overflow-hidden {
	overflow: hidden !important;
}

.title-font {
	font-family: titleFont !important;
}

.title-font-semi-bold {
	font-family: titleFontBold !important;
	font-weight: 600;
}

.title-font-bold {
	font-family: titleFontBold !important;
	font-weight: 700;
}

.content-font {
	font-family: contentFont !important;
}

.gap-2 {
	gap:.5rem;
}

.gap-3 {
	gap:1rem;
}

/* UI/Text Scaling */
.card-header {
	font-size: 1.2rem;
}

.card-body {
	font-size: 1rem;
}

.card-footer {
	font-size: 0.8rem;
}

/* Forms */

.form-group {
	display: flex;
	position: relative;
}

.form-control {
	font-family: contentFont !important;
}

.faux-form-label.bmd-label-static,
.form-label.bmd-label-static {
	font-family: ctaFont !important;
	margin-left: -10px !important;
	top: -21px;
}

.faux-form-label.bmd-label-static {
	margin-left: 10px !important;
}

/* Cards */

.card-title {
	letter-spacing: 1.2px;
}

.card-subtitle {
	letter-spacing: 0.5px;
}

.bmd-label-static {
	line-height: 11px !important;
}

/* Modals */
.modal.fade {
	padding: 0 !important;
	width: 98vw;
	margin-left: 1vw;
	margin-right: 1vw;
}

/*
	Action Bar
*/
.action-bar .action-group input[type="image"].btn {
	height: 25px;
	width: 25px;
	padding: 5px;
}

h1, h2, h3, .card-header .card-title, .content-group-header, .nav-link p {
	font-weight: bold;
	text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
.card .card-header,
.card .card-header a:not(.wr-btn) {
	font-family: 'titleFontBold' !important;
	text-rendering: optimizeLegibility;
}

.card.card-collapse .card-header h5 a i {
	transition: all .3s ease-in-out;
}

.card.card-collapse .card-header h5 a.collapsed i {
	transform: rotate(180deg);
}

.card-header .subtitle {
	font-family: 'contentFont' !important;
}

html {
	font-size: 16px;
}

a[href] {
	font-family: 'CtaFont';
}

.btn {
	font-family: 'CtaFont';
	width: fit-content !important;
}

.step-btn {
	font-family: Calibri;
	font-weight: bold;
}

.admin-footer a,
.admin-footer p {
	font-size: 16px !important;
	font-family: titleFontBold !important;
	font-weight: 600 !important;
}

.separator {
	height: 25px;
	width: 1px;
	border-left: 1px solid lightgray;
}

.modal-body.templates-modal {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.nav.nav-pills {
	background: #f5f5f5;
	padding: 0.5rem;
	border-radius: 5px;
}

	.nav.nav-pills .nav-link {
		background-color: #ffffff;
		margin-right: 0.5rem;
		border-radius: 5px;
		font-family: "Roboto", "Helvetica", "Arial", sans-serif;
		font-weight: 300;
	}

		.nav.nav-pills .nav-link.active {
			background-color: #dd2222 !important;
			margin-right: 0.5rem;
			border-radius: 5px;
			color: #ffffff !important;
		}

.throbber-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

#cmpTemplateEdit_cmpGenericModuleTemplateItemsListActions_updSelf {
	top: 3.5rem !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	/* Modals */
	.modal.fade {
		padding: 0 !important;
		width: calc(100% - 310px);
		margin-left: 310px;
	}
}

.char-count {
	position: absolute;
	top: -25px;
	right: 0;
	font-family: ctaFont;
	color: gray;
	font-size: 0.9rem;
}

.bootstrap-switch{
	margin-top:7px;
}


.cta-font {
	font-family: ctaFont !important;
}