/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
	border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: 'texgyreadventorbold';
	src: url("../fonts/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.eot");
	src: url("../fonts/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.woff") format("woff"), url("../fonts/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.svg#texgyreadventorbold") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'texgyreadventorbold_italic';
	src: url("../fonts/texgyreadventor_bolditalic_macroman/texgyreadventor-bolditalic-webfont.eot");
	src: url("../fonts/texgyreadventor_bolditalic_macroman/texgyreadventor-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor_bolditalic_macroman/texgyreadventor-bolditalic-webfont.woff") format("woff"), url("../fonts/texgyreadventor_bolditalic_macroman/texgyreadventor-bolditalic-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor_bolditalic_macroman/texgyreadventor-bolditalic-webfont.svg#texgyreadventorbold_italic") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'texgyreadventoritalic';
	src: url("../fonts/texgyreadventor_italic_macroman/texgyreadventor-italic-webfont.eot");
	src: url("../fonts/texgyreadventor_italic_macroman/texgyreadventor-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor_italic_macroman/texgyreadventor-italic-webfont.woff") format("woff"), url("../fonts/texgyreadventor_italic_macroman/texgyreadventor-italic-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor_italic_macroman/texgyreadventor-italic-webfont.svg#texgyreadventoritalic") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'texgyreadventorregular';
	src: url("../fonts/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.eot");
	src: url("../fonts/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.woff") format("woff"), url("../fonts/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.svg#texgyreadventorregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'britannic-bold';
	src: url("../fonts/britannic/2F7DB2_0_0.eot");
	src: url("../fonts/britannic/2F7DB2_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/britannic/2F7DB2_0_0.woff2") format("woff2"), url("../fonts/britannic/2F7DB2_0_0.woff") format("woff"), url("../fonts/britannic/2F7DB2_0_0.ttf") format("truetype");
}

@font-face {
	font-family: 'diploma';
	src: url("../fonts/diploma.ttf") format("truetype");
}

@font-face {
	font-family: 'coronet';
	src: url("../fonts/coronet.ttf") format("truetype");
}

/* Archivo Narrow */
@font-face {
	font-family: 'archivo_narrowbold';
	src: url("../fonts/archivo-narrow/archivo_narrow_700-webfont.eot");
	src: url("../fonts/archivo-narrow/archivo_narrow_700-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/archivo-narrow/archivo_narrow_700-webfont.woff2") format("woff2"), url("../fonts/archivo-narrow/archivo_narrow_700-webfont.woff") format("woff"), url("../fonts/archivo-narrow/archivo_narrow_700-webfont.ttf") format("truetype"), url("../fonts/archivo-narrow/archivo_narrow_700-webfont.svg#archivo_narrowbold") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'archivo_narrowbold_italic';
	src: url("../fonts/archivo-narrow/archivo_narrow_700italic-webfont.eot");
	src: url("../fonts/archivo-narrow/archivo_narrow_700italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/archivo-narrow/archivo_narrow_700italic-webfont.woff2") format("woff2"), url("../fonts/archivo-narrow/archivo_narrow_700italic-webfont.woff") format("woff"), url("../fonts/archivo-narrow/archivo_narrow_700italic-webfont.ttf") format("truetype"), url("../fonts/archivo-narrow/archivo_narrow_700italic-webfont.svg#archivo_narrowbold_italic") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'archivo_narrowitalic';
	src: url("../fonts/archivo-narrow/archivo_narrow_italic-webfont.eot");
	src: url("../fonts/archivo-narrow/archivo_narrow_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/archivo-narrow/archivo_narrow_italic-webfont.woff2") format("woff2"), url("../fonts/archivo-narrow/archivo_narrow_italic-webfont.woff") format("woff"), url("../fonts/archivo-narrow/archivo_narrow_italic-webfont.ttf") format("truetype"), url("../fonts/archivo-narrow/archivo_narrow_italic-webfont.svg#archivo_narrowitalic") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'archivo_narrowregular';
	src: url("../fonts/archivo-narrow/archivo_narrow_regular-webfont.eot");
	src: url("../fonts/archivo-narrow/archivo_narrow_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/archivo-narrow/archivo_narrow_regular-webfont.woff2") format("woff2"), url("../fonts/archivo-narrow/archivo_narrow_regular-webfont.woff") format("woff"), url("../fonts/archivo-narrow/archivo_narrow_regular-webfont.ttf") format("truetype"), url("../fonts/archivo-narrow/archivo_narrow_regular-webfont.svg#archivo_narrowregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'coronet';
	src: url("../fonts/coronet-bold/coronet-bold.eot");
	src: url("../fonts/coronet-bold/coronet-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/coronet-bold/coronet-bold.woff2") format("woff2"), url("../fonts/coronet-bold/coronet-bold.woff") format("woff"), url("../fonts/coronet-bold/coronet-bold.ttf") format("truetype"), url("../fonts/coronet-bold/coronet-bold.svg#archivo_narrowregular") format("svg");
	font-weight: bold;
	font-style: normal;
}

/**
 * Colors
 */
.logged-in header, form.search-by-id-no .submit-btn input.search-by-id-submit, ul.fill-courses-dropdown li ul, .application-exists, .application-sent, .application-sent-error {
	transition: all 0.25s ease-in-out;
}

.back-create-buttons, form.search-by-id-no, form.filter-form, .custom-pagination, .certificate .full, .application-form .full, .report .full, .application-page .full, .certificate .certificate-codes, .application-form .certificate-codes, .report .certificate-codes, .application-page .certificate-codes, .modal-window-outer form .filter-inputs, .paginate, ul.pagination, .quotation-logo-table, .payment-info, .report .amp-logo-text, .application-page .amp-logo-text, .report .report-full, .application-page .report-full, .application-signatures, .pmts-header {
	display: flex;
	flex-flow: row wrap;
}

div.login-form .login-loading-animation, div.copyright .login-loading-animation {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.animated {
	animation-duration: 0.75s;
	animation-fill-mode: both;
}

@keyframes shake {
	from, to {
		transform: translate3d(0, 0, 0);
	}
	10%, 30%, 50%, 70%, 90% {
		transform: translate3d(-7px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		transform: translate3d(7px, 0, 0);
	}
}

.shake {
	animation-name: shake;
}

* {
	box-sizing: border-box;
}

html {
	font-size: 14px;
}

@media only screen and (max-width: 1700px) {
	html {
		font-size: 12px;
	}
}

body {
	font-family: Verdana, sans-serif;
	line-height: 1.6;
	position: relative;
	background-color: #3e94cc;
	background-image: url(../images/certificate-background.jpg);
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	height: initial;
}

body.logged-in {
	background-image: none;
	background: linear-gradient(to bottom, #3e94cc 0%, #284f96 30%);
}

@media screen {
	body {
		min-height: 100vh;
	}
}

.centered {
	text-align: center;
}

.long {
	margin-bottom: 40px;
}

.loader {
	position: absolute;
	z-index: 100;
	background: rgba(255, 255, 255, 0.7) url("../images/background-spinner.gif") center 50vh no-repeat;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}

a {
	color: #3e94cc;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Verdana, sans-serif;
}

header {
	width: 30%;
	min-height: 100vh;
	padding: 40px;
	background: white;
	color: #556a7b;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	background: white;
	float: left;
}

header .miami-header {
	text-align: center;
}

header .miami-header h1 {
	font-size: 1.3rem;
}

@media only screen and (max-width: 980px) {
	header {
		width: 50%;
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media only screen and (max-width: 770px) {
	header {
		width: 100%;
	}
}

header .toggle-menu {
	display: none;
}

.fa.fa {
	font-size: 0.9rem;
}

.logo {
	margin: 0 auto;
}

.logo > img {
	width: 100%;
}

.login-form, .copyright {
	width: 100%;
	margin: 0 auto;
}

form {
	margin-bottom: 21px;
}

form label {
	display: block;
	font-size: 1rem;
	padding-bottom: 8px;
}

form input {
	border: none;
	width: 100%;
	height: 45px;
	margin: 0 auto 28px;
	padding: 12px;
}

form input[type="text"], form input[type="password"] {
	background: #d4dbe1;
	border: 1px solid #7bb6dc;
}

form .rememberme {
	position: relative;
	display: flex;
	justify-content: space-between;
}

form .rememberme label {
	margin-top: 12px;
	display: block;
}

form .rememberme input[type="submit"] {
	width: 100px;
	height: 40px;
	margin: 0;
	background: #3e94cc;
	color: white;
}

form input[type="checkbox"] {
	width: 13px;
	height: 13px;
	top: -1px;
	margin-right: 10px;
}

.copyright {
	font-size: 0.9rem;
	line-height: 1.6;
	margin-top: 40px;
}

.clearfix, .copyright {
	width: 100%;
	clear: both;
}

.main {
	color: white;
	padding: 30px 30px 0;
	width: 60%;
	display: flex;
	align-content: stretch;
}

@media only screen and (max-width: 700px) {
	.main {
		padding: 0;
		width: 100%;
	}
}

.main > h1 {
	text-align: center;
	width: 100%;
	font-size: 2.6rem;
	letter-spacing: 2px;
	text-shadow: 0 0 12px #2b363f;
}

.logged-in header {
	float: none;
	position: relative;
	min-height: auto;
	width: 100%;
	height: 100%;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	box-shadow: 0 4px 8px rgba(111, 111, 111, 0.25);
	overflow-y: scroll;
}

.logged-in header.show-menu {
	left: 0;
}

.logged-in header h3 {
	padding-left: 22px;
	margin-bottom: 16px;
}

.logged-in .main {
	width: 100%;
}

.navigation {
	width: 60%;
}

@media only screen and (max-width: 980px) {
	.navigation {
		width: 100%;
	}
}

.click-logout {
	display: block;
}

.buttons {
	margin: 16px 0;
	display: flex;
	align-items: center;
}

.short-margin.short-margin {
	margin: 8px 0;
}

.align-right {
	text-align: right;
}

.align-center, .certificate .signature, .application-form .signature, .report .signature, .application-page .signature {
	text-align: center;
}

a.logout-button, a.new-certificate-button, a.duplicate-certificate-button, a.new-invoice-button, .print-button, .search-id-no-button, .change-office-button, a.view-button, .fill-form-randomly, .download-xls-button, .clear-data-button, .edit-button, .edit-quote-button, .acf-form-submit.acf-form-submit input[type="submit"], .acf-button {
	padding: 8px 22px;
	text-decoration: none;
	color: white;
	margin-left: 8px;
	display: inline-block;
}

.logout {
	min-width: 150px;
	width: 10%;
	height: 75px;
}

a.logout-button {
	background-color: #ed2121;
	padding: 12px 22px;
	display: block;
	height: 75px;
	margin: 0;
}

@media only screen and (max-width: 1280px) {
	a.logout-button {
		text-align: center;
		font-size: 12px;
		padding-top: 16px;
	}
}

a.logout-button:hover {
	background-color: #a80000;
}

a.new-certificate-button {
	background-color: #49C943;
}

a.new-certificate-button:hover {
	background-color: #3cbc36;
}

a.duplicate-certificate-button {
	background-color: #e5e328;
	color: #284f96;
}

a.duplicate-certificate-button:hover {
	background-color: #D3D13A;
}

a.new-invoice-button {
	background-color: #D37A4F;
	float: right;
}

a.new-invoice-button:hover {
	background-color: #ce6b3b;
}

.print-button, .search-id-no-button, .change-office-button, a.view-button {
	background-color: #3e94cc;
}

.print-button:hover, .search-id-no-button:hover, .change-office-button:hover, a.view-button:hover {
	background-color: #3287be;
}

.fill-form-randomly {
	background-color: #284f96;
}

.fill-form-randomly:hover {
	background-color: #234482;
}

.change-office-button {
	background-color: #7a91a3;
}

a.view-button {
	display: none;
}

p.small {
	font-size: 0.75em;
	letter-spacing: 1px;
}

.download-xls-button, .clear-data-button, .edit-button, .edit-quote-button {
	background-color: #D37A4F;
}

.download-xls-button:hover, .clear-data-button:hover, .edit-button:hover, .edit-quote-button:hover {
	background-color: #ce6b3b;
}

a.back-link {
	color: #D37A4F;
}

.main-content {
	width: 96%;
	min-height: 100vh;
	box-shadow: 0 4px 8px rgba(111, 111, 111, 0.25);
	overflow: hidden;
	margin: 0 auto;
	background-image: url("../images/pmts-watermark-logo.png");
	background-color: white;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
	color: #556a7b;
	margin-top: 40px;
}

@media only screen and (max-width: 1700px) {
	.main-content {
		width: 100%;
		margin-top: 0;
	}
}

.main-content h1 {
	text-align: center;
	margin-bottom: 8px;
}

.container.container.container {
	overflow-y: scroll;
	width: 100%;
}

ul.nav {
	border-left: 1px solid #C5CFD7;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	height: 75px;
	width: 100%;
}

ul.nav li {
	display: flex;
	justify-content: center;
	align-items: stretch;
	height: 100%;
	width: 100%;
}

ul.nav li a {
	padding: 12px 22px;
	display: block;
	color: #556a7b;
	height: 75px;
	width: 100%;
	text-decoration: none;
	background: white;
	border-right: 1px solid #C5CFD7;
	line-height: 1.1;
	text-align: center;
}

ul.nav li a:hover {
	color: white;
	background: #3f71cc;
	border-right: 1px solid #284f96;
}

ul.nav li a i._mi {
	display: block;
	margin: 0 0 7px;
}

ul.nav li.nav-button a {
	text-align: right;
}

ul.nav li.nav-button a i._mi {
	position: relative;
	top: 5px;
	margin-right: 0;
	margin-left: 18px;
}

ul.nav li.deactivated a {
	color: #C5CFD7;
}

ul.nav li.deactivated a:hover {
	color: #C5CFD7;
	background: white;
}

ul.nav li.current-menu-item a {
	color: white;
	background: #2d5aaa;
}

ul.nav li ul.sub-menu {
	padding: 0;
	position: absolute;
	top: 100%;
	white-space: nowrap;
	display: none;
}

ul.nav li ul.sub-menu li {
	display: block;
}

ul.nav li ul.sub-menu li a {
	background: #7bb6dc;
	color: white;
	border: none;
}

ul.nav li ul.sub-menu li a:hover {
	background: #3e94cc;
}

ul.nav li:hover ul.sub-menu {
	display: block;
}

a.deactivated {
	color: #C5CFD7;
	background: #e3e8ec;
}

a.deactivated:hover {
	background: #e3e8ec;
}

.back-create-buttons {
	justify-content: space-between;
}

.back-create-buttons .back-button-link a {
	display: none;
}

form.search-by-id-no {
	margin: 0;
	flex-flow: row nowrap;
	position: relative;
}

form.search-by-id-no span.error-message, form.search-by-id-no span.not-found-message {
	position: absolute;
	top: -50%;
	background: #c10000;
	color: white;
	padding: 0.5em 1em;
	font-size: 0.9em;
	display: none;
}

form.search-by-id-no input.search_by_id_passport {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

form.search-by-id-no .submit-btn {
	position: relative;
}

form.search-by-id-no .submit-btn input.search-by-id-submit.search-by-id-submit.search-by-id-submit {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	color: white;
	background: #3e94cc;
	padding: 0 20%;
}

form.search-by-id-no .submit-btn input.search-by-id-submit.search-by-id-submit.search-by-id-submit:hover {
	background: #3287be;
}

form.search-by-id-no .submit-btn span.search-spinner {
	display: none;
	position: absolute;
	left: 0;
	top: 12px;
	width: 100%;
	height: 20px;
	background: #3e94cc url("../images/search-spinner.gif") no-repeat top center;
}

.edit-application-form {
	display: none;
}

.italize {
	font-style: italic;
}

ul.authentic-certificate {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	font-size: 1.2rem;
	border-top: 1px solid #a2a2a2;
}

ul.authentic-certificate li {
	padding: 12px;
	border-bottom: 1px solid #a2a2a2;
	border-right: 1px solid #a2a2a2;
	border-left: 1px solid #a2a2a2;
	font-weight: bold;
}

ul.authentic-certificate li small {
	display: block;
	font-weight: normal;
}

ul.authentic-certificate li i.fa.fa-check {
	font-size: 1.4rem;
	color: #49C943;
}

@media only screen and (max-width: 700px) {
	.hide-on-mobile {
		display: none;
	}
}

.panama-reports-buttons {
	margin-top: 40px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

.panama-reports-buttons a.report-button {
	padding: 12px 18px;
	color: white;
	background: #7fb5d8;
	text-align: center;
	display: inline-block;
	width: 49%;
	font-weight: bold;
	border-radius: 16px 16px 0 0;
	transition: all 0.25s ease-out;
}

.panama-reports-buttons a.report-button.current-reports-page {
	background: #3e94cc;
}

.panama-reports-buttons a.report-button:hover {
	background: #3287be;
}

.view-section {
	display: block;
}

.edit-section {
	display: none;
}

.filter-by-date {
	display: flex;
	align-items: center;
}

.filter-by-date p {
	line-height: 1;
	display: inline-block;
	position: relative;
	margin: 0;
}

.filter-by-date p span.error {
	padding: 5px 8px;
	background: #C10000;
	color: white;
	position: absolute;
	right: 0;
	top: -150%;
}

.filter-by-date button {
	background: #284f96;
	padding: 4px 20px;
	color: white;
	border: none;
}

.filter-by-date input[type="text"] {
	border: none;
	border-bottom: 1px solid #C5CFD7;
}

a.admin {
	position: fixed;
	bottom: 0;
	right: 20px;
	width: 50px;
	height: 40px;
	background: white;
	display: flex;
	justify-content: center;
	align-content: center;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	box-shadow: 0 2px 4px #a7b6c2;
	transition: height 0.3s ease-in-out;
}

a.admin:hover {
	height: 50px;
}

a.admin i {
	margin-top: 10px;
	color: #0B5CC6;
	display: block;
}

div.login-form, div.copyright {
	position: relative;
}

div.login-form .status-message, div.copyright .status-message {
	border: 1px solid #D3D13A;
	background: #eae9a2;
	padding: 8px 2em;
	text-align: center;
	margin-bottom: 16px;
	display: none;
}

div.login-form .login-loading-animation, div.copyright .login-loading-animation {
	background: rgba(255, 255, 255, 0.7) url("../images/background-spinner.gif") center 30% no-repeat;
	display: none;
}

body.page-template-new_certificate form.acf {
	display: none;
}

.acf-field .acf-label label {
	font-size: 1.2rem;
	line-height: 1.6;
}

form.acf-form input {
	background: white;
	padding: 18px 24px;
	border: 1px solid #98aab8;
}

form.acf-form .course-date {
	width: 50%;
	float: left;
}

form.acf-form .instructor-field {
	clear: both;
}

.acf-form input[type="text"],
.acf-form input[type="password"],
.acf-form input[type="number"],
.acf-form input[type="search"],
.acf-form input[type="email"],
.acf-form input[type="url"] {
	height: 40px;
	padding: 8px 15px;
}

.hide-me {
	margin: 0;
	padding: 0;
}

.acf-form-submit.acf-form-submit {
	width: 400px;
	position: relative;
	margin: 16px 0;
}

.acf-form-submit.acf-form-submit input[type="submit"] {
	padding: 8px 12px;
	font-size: 1.1rem;
	color: white;
	display: block;
	background-color: #49C943;
	width: 200px;
}

.page-template-new_certificate-php.acf-form-submit.acf-form-submit input[type="submit"] {
	background-color: white;
}

.acf-input.acf-input {
	position: relative;
}

.acf-input.acf-input .acf-error-message {
	position: absolute;
	top: -105%;
	z-index: 1;
	margin: 0;
}

span.acf-spinner.acf-spinner.acf-spinner {
	position: absolute;
	top: 12px;
	left: 25px;
	width: 175px;
	background: #49C943 url(../images/create-new-cert-spinner.gif) no-repeat 50% 50%;
	z-index: 100;
}

.page-template-new_certificate-php span.acf-spinner.acf-spinner.acf-spinner {
	z-index: 0;
}

.acf-fields > .acf-field {
	padding: 0;
	margin-bottom: 32px;
	border-top: none;
}

.acf-field.acf-field {
	border-bottom: 1px solid #e3e8ec;
	border-top-width: 0;
	padding-bottom: 40px;
	margin-bottom: 40px;
	min-height: 110px;
}

.updated {
	padding: 10px 20px;
	background: #bcebba;
	border: 1px solid #49C943;
	width: 30%;
	margin-bottom: 32px;
}

.updated p {
	margin: 0;
}

.acf-field[data-width] + .acf-field[data-width] {
	border-left-width: 0;
}

li a {
	cursor: pointer;
}

ul.acf-radio-list li, ul.acf-checkbox-list li {
	width: 50%;
	display: inline-block;
}

ul.acf-radio-list li input, ul.acf-checkbox-list li input {
	width: inherit;
}

.acf-button {
	background: #49C943;
}

table.acf-table thead tr th {
	color: white;
	background: #3e94cc;
	font-weight: bold;
	padding: 1em 2em;
	font-size: 12px;
}

table.acf-table tr td.acf-field {
	vertical-align: middle;
	padding: 10px;
}

table.acf-table tr td.acf-field input {
	height: 30px;
}

.acf-field-message.acf-field-message.acf-field-message {
	border: none;
}

.acf-field-message.acf-field-message.acf-field-message .acf-label label {
	text-align: center;
	font-size: 1.5em;
}

.acf-label.acf-label.acf-label {
	margin-bottom: 0;
}

.acf-field.acf-field-text.acf-field-58839d6ee115e.acf-r0 {
	background: #3690ca;
}

.acf-field.acf-field-text.acf-field-58839d6ee115e.acf-r0 label {
	color: white;
}

.acf-field.acf-field-text.acf-field-58839d6ee115e.acf-r0 label .fa-id-card-o {
	font-size: 1.2em;
}

input.search {
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #b6c3cd;
	padding: 12px 20px;
	width: 100%;
	margin-bottom: 32px;
}

form.filter-form .filter-input-text {
	width: 20%;
}

table.system {
	font-size: 0.9rem;
	width: 100%;
	min-width: 750px;
	margin-bottom: 20px;
}

table.system thead {
	display: table-header-group;
}

table.system thead > tr {
	background-color: #3e94cc;
}

table.system th {
	font-weight: normal;
	color: white;
	text-align: center;
	padding: 8px 12px;
	border: 1px solid white;
}

table.system th.short-short-number {
	width: 1%;
}

table.system th.short-number {
	width: 2%;
}

table.system th.number {
	width: 5%;
}

table.system th.short-title {
	width: 10%;
}

table.system th.middle-title {
	width: 15%;
}

table.system th.title {
	width: 33%;
}

table.system th.sort {
	cursor: pointer;
}

table.system tr {
	background: white;
}

table.system tr:nth-child(even) {
	background: #f2f4f6;
}

table.system tbody > tr:hover {
	background: #e3e8ec;
}

table.system td {
	border: 1px solid #98aab8;
	padding: 8px;
}

table.system td.centered {
	text-align: center;
}

table.system td.align-right {
	text-align: right;
}

table.system td i.fa.fa {
	font-size: 1.4em;
}

table.system td i.fa-check-circle, table.system td i.fa-times-circle {
	padding: 8px 22px;
	/* color: white; */
}

table.system td.paid, table.system td.edit {
	padding: 0;
}

table.system td a.delete-form {
	color: #C10000;
}

table.system td.yes {
	color: #60d05b;
}

table.system td.no {
	color: #c10000;
}

table.system td.total {
	font-weight: bold;
	text-align: right;
}

table.system td.government-fee {
	border-bottom: 2px solid #556a7b;
}

table.system td.total-price {
	border-bottom: 3px solid #556a7b;
	font-weight: bold;
}

table.system td.nightly {
	background: #284f96;
	color: white;
}

table.system td.daily {
	background: #e5e328;
	color: #284f96;
}

table.system td.printly a {
	display: block;
	color: #284f96;
	font-size: 0.9em;
}

table.system td.printly p.warningly {
	color: #C10000;
	margin: 0;
}

table.system td > span.print-pending {
	background-color: #C10000;
	color: white;
}

table.system td a {
	color: #286a96;
	text-decoration: none;
	display: block;
}

table.system td a:hover {
	color: #225c82;
}

table.system td.edit i.fa.fa {
	color: #bf5f30;
}

table.system td a.edit-form {
	width: 100%;
	height: 100%;
	padding: 8px 18px;
	color: white;
}

table.system tfoot {
	border-top: 2px solid #556a7b;
	display: table-row-group;
}

.paginate a {
	color: white;
	text-decoration: none;
	margin-right: 20px;
	background: #36a930;
	padding: 2px 18px;
}

.search-student-form form {
	position: relative;
	width: 45%;
	margin: 15% auto;
	padding: 4em;
	background: white;
	border: 1px solid #d4dbe1;
	box-shadow: 0 0 12px #e3e8ec;
}

.search-student-form form input[type="text"] {
	font-size: 1.1em;
	text-align: center;
}

.search-student-form form input[type="submit"] {
	background: #3e94cc;
	margin-bottom: 16px;
	text-transform: uppercase;
	color: white;
	letter-spacing: 1px;
	font-size: 1.2em;
}

.search-student-form form .submit-btn {
	width: 100%;
	position: relative;
}

.search-student-form form .submit-btn span.search-spinner {
	display: none;
	position: absolute;
	top: 12px;
	width: 30%;
	height: 20px;
	background: #3e94cc url("../images/search-spinner.gif") no-repeat top center;
	left: 35%;
}

.search-student-form .error-message {
	display: none;
	background: #f15050;
	border: 1px solid #C10000;
	color: white;
	text-align: center;
	padding: 4px;
}

/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.custom-pagination .page-numbers {
	display: block;
	padding: 8px 12px;
}

.custom-pagination a.page-numbers {
	background-color: #3e94cc;
	border-radius: 18px;
	color: white;
	margin-right: 8px;
}

.certify, .participant-name, .attended, .course, .miami {
	text-align: center;
}

.course, .miami.miami h3 {
	font-family: "britannic-bold";
	text-transform: uppercase;
	font-style: normal;
}

.certificate-loader {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 200;
	background: #ffffff url("../images/background-spinner.gif") center 50vh no-repeat;
	border-top: 8px solid #284f96;
}

.certificate-loader h2 {
	margin-top: 10%;
	text-align: center;
}

.certify.certify {
	margin-top: 2rem;
	font-family: 'diploma';
	font-size: 38px;
}

.participant-name.participant-name {
	font-family: "coronet";
	font-size: 5rem;
	font-weight: bold;
	line-height: 1;
	margin: 32px 0;
	letter-spacing: -1px;
	text-transform: capitalize;
}

.miami.miami {
	margin-top: 8rem;
}

.miami.miami h3 {
	margin: 2px 0;
	font-size: 1.3rem;
	line-height: 1.1;
}

.miami.miami > p {
	margin: 2px 0;
}

.certificate, .application-form, .report, .application-page {
	position: relative;
	font-size: 1.2rem;
	padding: 0 36px;
}

@media only screen and (max-width: 700px) {
	.certificate, .application-form, .report, .application-page {
		padding: 0;
	}
}

.certificate .branch-logo, .application-form .branch-logo, .report .branch-logo, .application-page .branch-logo {
	position: absolute;
	width: 150px;
	height: 150px;
	right: 0;
	top: 0;
}

.certificate .branch-logo img, .application-form .branch-logo img, .report .branch-logo img, .application-page .branch-logo img {
	width: 100%;
	height: 100%;
}

.certificate .certificate-author-mask, .application-form .certificate-author-mask, .report .certificate-author-mask, .application-page .certificate-author-mask {
	background: #3cbc36;
	border-radius: 12px;
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.certificate .certificate-author, .application-form .certificate-author, .report .certificate-author, .application-page .certificate-author {
	border-radius: 12px;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 28px;
}

.certificate .certificate-author p.small, .application-form .certificate-author p.small, .report .certificate-author p.small, .application-page .certificate-author p.small {
	margin: 0;
	color: white;
	position: absolute;
	top: 4px;
	left: 8px;
}

.certificate .certificate-author p.small i, .application-form .certificate-author p.small i, .report .certificate-author p.small i, .application-page .certificate-author p.small i {
	margin-right: 4px;
}

.certificate .certificate-author p.small span.certificate-info.appear, .application-form .certificate-author p.small span.certificate-info.appear, .report .certificate-author p.small span.certificate-info.appear, .application-page .certificate-author p.small span.certificate-info.appear {
	display: inline;
	opacity: 1;
}

.certificate p, .application-form p, .report p, .application-page p, .certificate ul, .application-form ul, .report ul, .application-page ul, .certificate ol, .application-form ol, .report ol, .application-page ol {
	font-family: "texgyreadventoritalic";
	margin: 40px 0 32px;
}

@media screen and (max-width: 700px) {
	.certificate p, .application-form p, .report p, .application-page p, .certificate ul, .application-form ul, .report ul, .application-page ul, .certificate ol, .application-form ol, .report ol, .application-page ol {
		margin: 10px 0;
	}
}

.certificate .short.short, .application-form .short.short, .report .short.short, .application-page .short.short {
	margin-top: 0;
}

.certificate .boldies, .application-form .boldies, .report .boldies, .application-page .boldies, .certificate .undies, .application-form .undies, .report .undies, .application-page .undies, .certificate .overies, .application-form .overies, .report .overies, .application-page .overies, .certificate .signature, .application-form .signature, .report .signature, .application-page .signature {
	font-family: "texgyreadventorbold_italic";
}

.certificate .paddies, .application-form .paddies, .report .paddies, .application-page .paddies {
	margin-right: 12px;
}

.certificate .unpaddies, .application-form .unpaddies, .report .unpaddies, .application-page .unpaddies {
	font-family: "texgyreadventorbold_italic";
}

.certificate .undiesunpaddies, .application-form .undiesunpaddies, .report .undiesunpaddies, .application-page .undiesunpaddies {
	font-family: "texgyreadventorbold_italic";
	border-bottom: 1px solid #556a7b;
}

.certificate .undies, .application-form .undies, .report .undies, .application-page .undies {
	border-bottom: 1px solid #556a7b;
	display: inline-block;
	min-width: 125px;
	text-align: center;
	margin-left: 14px;
	padding: 0 20px 2px;
}

.certificate .undies.bottom, .application-form .undies.bottom, .report .undies.bottom, .application-page .undies.bottom {
	width: 175px;
}

.certificate .undies.start-date, .application-form .undies.start-date, .report .undies.start-date, .application-page .undies.start-date {
	margin-left: 45px;
}

.certificate .undies .register-code, .application-form .undies .register-code, .report .undies .register-code, .application-page .undies .register-code {
	text-transform: uppercase;
}

.certificate .passies, .application-form .passies, .report .passies, .application-page .passies {
	text-transform: uppercase;
}

.certificate .uppers, .application-form .uppers, .report .uppers, .application-page .uppers {
	text-transform: uppercase;
}

.certificate .resolution-p, .application-form .resolution-p, .report .resolution-p, .application-page .resolution-p {
	text-align: justify;
}

.certificate .resolution-p.short-bottom, .application-form .resolution-p.short-bottom, .report .resolution-p.short-bottom, .application-page .resolution-p.short-bottom {
	margin-bottom: 4px;
}

.certificate .half, .application-form .half, .report .half, .application-page .half {
	width: 50%;
}

.certificate .short-half, .application-form .short-half, .report .short-half, .application-page .short-half {
	width: 40%;
}

.certificate .long-half, .application-form .long-half, .report .long-half, .application-page .long-half {
	width: 60%;
}

.certificate .quarter, .application-form .quarter, .report .quarter, .application-page .quarter, .certificate .signature, .application-form .signature, .report .signature, .application-page .signature {
	width: 25%;
}

.certificate .thirds, .application-form .thirds, .report .thirds, .application-page .thirds {
	width: 33%;
}

@media only screen and (max-width: 900px) and (min-width: 751px) {
	.certificate .thirds, .application-form .thirds, .report .thirds, .application-page .thirds {
		width: 50%;
	}
}

@media only screen and (max-width: 750px) {
	.certificate .thirds, .application-form .thirds, .report .thirds, .application-page .thirds {
		width: 100%;
	}
}

.certificate .full, .application-form .full, .report .full, .application-page .full, .certificate .certificate-codes, .application-form .certificate-codes, .report .certificate-codes, .application-page .certificate-codes {
	justify-content: space-between;
}

.certificate .to-right, .application-form .to-right, .report .to-right, .application-page .to-right, .certificate .signature, .application-form .signature, .report .signature, .application-page .signature {
	float: right;
}

.certificate .three-stars, .application-form .three-stars, .report .three-stars, .application-page .three-stars {
	letter-spacing: 2px;
}

.certificate .qr-code, .application-form .qr-code, .report .qr-code, .application-page .qr-code {
	margin: 0;
	display: none;
}

.certificate .signature, .application-form .signature, .report .signature, .application-page .signature {
	margin-bottom: 40px;
	display: none;
}

.certificate-codes.certificate-codes .boldies.boldies, .certificate-codes.certificate-codes .certificate .undies, .certificate .certificate-codes.certificate-codes .undies, .certificate-codes.certificate-codes .application-form .undies, .application-form .certificate-codes.certificate-codes .undies, .certificate-codes.certificate-codes .report .undies, .report .certificate-codes.certificate-codes .undies, .certificate-codes.certificate-codes .application-page .undies, .application-page .certificate-codes.certificate-codes .undies, .certificate-codes.certificate-codes .certificate .overies, .certificate .certificate-codes.certificate-codes .overies, .certificate-codes.certificate-codes .application-form .overies, .application-form .certificate-codes.certificate-codes .overies, .certificate-codes.certificate-codes .report .overies, .report .certificate-codes.certificate-codes .overies, .certificate-codes.certificate-codes .application-page .overies, .application-page .certificate-codes.certificate-codes .overies, .certificate-codes.certificate-codes .certificate .signature, .certificate .certificate-codes.certificate-codes .signature, .certificate-codes.certificate-codes .application-form .signature, .application-form .certificate-codes.certificate-codes .signature, .certificate-codes.certificate-codes .report .signature, .report .certificate-codes.certificate-codes .signature, .certificate-codes.certificate-codes .application-page .signature, .application-page .certificate-codes.certificate-codes .signature {
	font-family: 'britannic-bold';
}

.certificate-codes.certificate-codes p {
	margin: 0;
}

.edit-certificate-form {
	display: none;
}

.search-student-form, .modal-window-outer {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.75);
}

div.close-button {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	padding-top: 4px;
	background: #C10000;
	color: white;
	text-align: center;
	position: absolute;
	right: -10px;
	top: -10px;
	cursor: pointer;
}

div.close-button:hover {
	background: #f40000;
}

.modal-window-outer .modal-window-inner {
	position: relative;
	background: white;
	width: 80%;
	margin: 15% auto;
	box-shadow: 0 0 12px #a7b6c2;
	padding: 3em;
}

.modal-window-outer form {
	margin-bottom: 0;
}

.modal-window-outer form input {
	margin: 0;
	background-color: #3e94cc;
}

.modal-window-outer form input[type='submit'] {
	color: white;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.modal-window-outer form .filter-inputs {
	justify-content: space-around;
}

.modal-window-outer form .filter-inputs input {
	width: 33%;
	margin-bottom: 32px;
	background-color: white;
}

.paginate p {
	margin-right: 20px;
	padding: 4px 0;
	border-bottom: 1px dotted #98aab8;
}

ul.pagination {
	list-style: none;
	padding: 0;
}

ul.pagination li a {
	display: block;
	padding: 4px 12px;
	border-radius: 4px;
	background: #529fd1;
	border: 1px solid #98aab8;
	margin-right: 12px;
	box-shadow: 0 1px 2px #C5CFD7;
}

.other-certificates {
	padding: 10px;
	display: none;
}

.application-form h2 {
	text-align: center;
}

.blackies {
	font-weight: bold;
	font-style: italic;
}

.reddy {
	background-color: #ff4242;
	color: white;
}

table.bst-table {
	width: 100%;
	margin-bottom: 20px;
}

table.bst-table thead tr > th {
	text-align: center;
}

table.bst-table tbody tr > td {
	border: 1px solid #6F6F6F;
	padding: 4px 12px;
}

ul.fill-courses-dropdown {
	list-style: none;
	display: inline-block;
	position: relative;
}

ul.fill-courses-dropdown li {
	padding: 8px 12px;
	color: white;
	background: #3e94cc;
	cursor: pointer;
}

ul.fill-courses-dropdown li ul {
	list-style: none;
	white-space: nowrap;
	position: absolute;
	top: 100%;
	left: 0;
	visibility: hidden;
	opacity: 0;
}

ul.fill-courses-dropdown li ul li {
	padding: 0;
}

ul.fill-courses-dropdown li ul li a {
	display: block;
	color: white;
	padding: 8px 12px;
}

ul.fill-courses-dropdown li ul li a:hover {
	background: #2d79aa;
}

ul.fill-courses-dropdown li:hover ul {
	visibility: visible;
	opacity: 1;
}

.quotation-logo-table {
	justify-content: space-between;
}

.quotation-logo-table h4.quote-number {
	display: inline-block;
	float: right;
	margin: 0;
	color: #C10000;
}

.quotation-logo-table .logo {
	width: 140px;
	margin: 0 40px 32px 0;
	float: left;
}

.quotation-logo-table .company-info {
	width: 600px;
	float: left;
	font-size: 0.8rem;
}

.quotation-logo-table .company-info h4 {
	font-size: 1.4rem;
	margin: 4px 0;
}

.quotation-logo-table .company-info p {
	margin: 4px 0;
	line-height: 1.2;
}

table.quote-info-table thead > tr {
	background: #f2f4f6;
}

table.quote-info-table tr {
	background: white;
	font-size: 0.8rem;
}

table.quote-info-table tr th {
	color: #556a7b;
	border: 1px solid #C5CFD7;
}

table.quote-info-table tr td {
	border: 1px solid #C5CFD7;
}

table.participant-info, table.referer-info {
	width: 45%;
}

table.participant-info {
	float: left;
}

table.referer-info {
	float: right;
}

.edit-quote-form {
	display: none;
}

.bank-info {
	margin: 40px;
}

.initial-report h1, .initial-report h2, .initial-report h3, .initial-report h4 {
	font-weight: 300;
}

.report-company-logo {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.report-company-logo .logo {
	width: 110px;
	height: 110px;
	margin: 0;
}

.report-company-logo table.report-table {
	font-size: 0.9rem;
}

.report-company-logo table.report-table tbody tr td {
	padding: 4px 8px;
	line-height: 1.1;
}

body.home .report-company-info {
	display: block;
}

body.home .report-company-info h1, body.home .report-company-info p {
	text-align: center;
}

body.home .report-company-info h1 {
	font-family: Geneva, Verdana, sans-serif;
	font-size: 1.5rem;
}

body.home .report-company-info p {
	font-size: 1.1rem;
}

.report-company-info h1 {
	text-align: left;
	font-size: 1.2rem;
	line-height: 1;
	margin-top: 0;
}

.report-company-info h2 {
	text-align: left;
	font-size: 1rem;
	line-height: 1;
	flex-grow: 1;
}

.report-company-info p {
	font-size: 0.8rem;
	line-height: 1.1;
	text-align: left;
	margin: 2px;
}

table.report-table {
	margin: 0;
}

table.report-table thead tr {
	background: #98aab8;
}

table.report-table tbody tr td {
	padding: 4px 14px;
	border: 1px solid #a7b6c2;
}

table.report-table tbody tr td.title {
	background: #C5CFD7;
	width: 40%;
}

table.report-table tbody tr td.darken-bg {
	background: #C5CFD7;
}

.report-company-info {
	text-align: center;
	flex-grow: 1;
}

.report-company-info h2 {
	margin: 8px 0;
}

.report-company-info p {
	line-height: 1.2;
	margin: 6px 0;
}

.report, .application-page {
	font-family: "Times New Roman", serif;
}

.report .amp-logo-text, .application-page .amp-logo-text {
	justify-content: space-between;
	align-items: center;
}

.report .amp-logo, .application-page .amp-logo {
	width: 75px;
}

.report .amp-logo img, .application-page .amp-logo img {
	width: 100%;
}

.report .amp-text, .application-page .amp-text {
	flex-grow: 1;
	color: #284f96;
}

.report .amp-text h3, .application-page .amp-text h3, .report .amp-text h4, .application-page .amp-text h4 {
	text-align: center;
	font-family: "Times New Roman", serif;
	font-variant: small-caps;
	line-height: 1;
	margin: 4px 0;
}

.report .amp-text h3 span.smaller, .application-page .amp-text h3 span.smaller, .report .amp-text h4 span.smaller, .application-page .amp-text h4 span.smaller {
	font-size: 0.9em;
}

.report .amp-text h3, .application-page .amp-text h3 {
	font-size: 1.8em;
}

.report .amp-text h4, .application-page .amp-text h4 {
	font-size: 1.4em;
}

.report .report-title-subtitle, .application-page .report-title-subtitle {
	text-align: center;
	padding: 0.5em 0;
	margin: 0.5em 0 1.5em;
	background-color: #182f5a;
	text-transform: uppercase;
	color: white;
}

.report .report-title-subtitle h1, .application-page .report-title-subtitle h1 {
	font-family: "Times New Roman", serif;
	font-size: 1.4em;
	margin: 4px 0;
	line-height: 1;
}

.report .report-title-subtitle h2, .application-page .report-title-subtitle h2 {
	font-family: "Times New Roman", serif;
	font-size: 1.2em;
	font-style: italic;
	margin: 4px 0;
	line-height: 1;
}

.report p, .application-page p {
	font-family: "Times New Roman", serif;
}

.report p.shorter, .application-page p.shorter {
	margin: 0;
}

.report p.translation-text, .application-page p.translation-text {
	font-size: 0.9;
	font-style: italic;
	line-height: 0.9;
}

.report .report-full, .application-page .report-full {
	margin-bottom: 2em;
	justify-content: flex-start;
}

.report .report-undies, .application-page .report-undies {
	flex-grow: 1;
	padding-left: 20px;
}

.report .half, .application-page .half {
	width: 50%;
}

.report span.undies, .application-page span.undies {
	font-family: "Times New Roman", serif;
	margin: 0;
	font-weight: bold;
}

.report table th, .application-page table th {
	text-transform: none;
	background-color: #284f96;
	font-size: 1.2em;
}

.report table td, .application-page table td {
	font-size: 1.1em;
}

.edit-report-form {
	display: none;
}

.application-for-print {
	display: none;
}

.application-form {
	overflow: hidden;
}

.translate-down.translate-down.translate-down {
	margin-top: 0;
}

.application-exists.application-exists {
	background-color: #ebe822;
	padding: 20px 40px;
	color: #284f96;
	display: none;
}

.application-exists.application-exists p {
	font-size: 1.1em;
	margin: 0;
}

.application-exists.application-exists p a {
	color: #678fd6;
	text-decoration: underline;
	font-style: italic;
}

.application-sent.application-sent {
	background-color: #3ab434;
	padding: 20px 40px;
	color: white;
	display: none;
}

.application-sent.application-sent p {
	font-size: 1.1em;
	margin: 0;
}

.application-sent-error.application-sent-error {
	background-color: #f40000;
	color: white;
	padding: 20px 40px;
	display: none;
}

.application-sent-error.application-sent-error p {
	margin: 0;
}

.application-sent-error.application-sent-error a {
	color: white;
	text-decoration: underline;
}

.application-page {
	position: relative;
}

.application-page h1, .application-page h2, .application-page h3, .application-page h4 {
	font-family: "Times New Roman", serif;
}

.application-page h1.short-short, .application-page h2.short-short, .application-page h3.short-short, .application-page h4.short-short {
	margin: 4px 0;
}

.application-page h1.top-short, .application-page h2.top-short, .application-page h3.top-short, .application-page h4.top-short {
	margin-top: 0;
}

.application-page .exam-answers ol {
	column-count: 3;
	column-gap: 155px;
	margin: 0;
	padding-left: 0;
	list-style-position: inside;
}

.application-page .exam-answers ol li {
	font-weight: bold;
}

.application-page .exam-answers ol li.wrong {
	font-style: italic;
}

.application-page ul, .application-page ol {
	margin: 4px 0;
	padding-left: 16px;
}

.application-page ul li, .application-page ol li {
	font-family: "Times New Roman", serif;
	color: black;
}

.application-page table.days, .application-page table.evaluation-score {
	width: 100%;
}

.application-page table.days th, .application-page table.evaluation-score th {
	text-transform: uppercase;
	text-decoration: underline;
	background: #e2e2e2;
	border: 3px double #afafaf;
}

.application-page table.days td, .application-page table.evaluation-score td {
	vertical-align: middle;
	border: 3px double #afafaf;
	line-height: 1;
	width: 16.66667%;
	height: 34px;
}

.application-page table.days td:last-child, .application-page table.evaluation-score td:last-child, .application-page table.days td:nth-last-child(2), .application-page table.evaluation-score td:nth-last-child(2) {
	background: #cdcdcd;
}

.application-page table.evaluation-score thead {
	padding: 8px;
	line-height: 1.1;
}

.application-page table.evaluation-score td {
	width: 18%;
	height: 50px;
}

.application-page table.evaluation-score td:last-child {
	width: 46%;
}

.application-page table.evaluation-score td:last-child, .application-page table.evaluation-score td:nth-last-child(2) {
	background: transparent;
}

.application-page table.evaluation, .application-page table.practical-eval {
	width: 100%;
}

.application-page table.evaluation th, .application-page table.practical-eval th {
	background: #e2e2e2;
	border: 3px double #afafaf;
	width: 10%;
	padding: 8px 0;
	vertical-align: middle;
	text-align: center;
}

.application-page table.evaluation th.info, .application-page table.practical-eval th.info {
	width: 50%;
}

.application-page table.evaluation td, .application-page table.practical-eval td {
	vertical-align: middle;
	border: 3px double #afafaf;
	line-height: 1;
	height: 40px;
}

.application-page table.practical-eval th.description {
	width: 47%;
}

.application-page table.practical-eval th {
	width: 10%;
}

.application-signatures {
	position: absolute;
	bottom: 0;
	left: 0;
	justify-content: space-between;
	width: 100%;
}

.general-director {
	background: url(../images/general-director-signature.svg) center center no-repeat;
	overflow: visible;
}

.applicant-signature, .general-director {
	width: 40%;
	text-align: center;
	margin-bottom: 16px;
}

.signature-line {
	border-bottom: 2px solid black;
	margin-top: 75px;
}

.pmts-header {
	justify-content: space-between;
}

.pmts-header .logo {
	width: 120px;
	margin: 12px 0;
}

.name-of-course {
	text-align: center;
	padding-top: 12px;
}

.codes {
	padding-top: 12px;
}

p.short-short {
	margin: 4px 0;
	line-height: 1;
}

p.super-short.super-short {
	margin: 2px 0;
}

table.student-info {
	width: 668px;
	border: 4px groove #626262;
	margin-bottom: 16px;
}

table.student-info td {
	border: 1px solid #6F6F6F;
	border-right: 2px medium solid #6F6F6F;
	border-bottom: 2px solid #6F6F6F;
	width: 135px;
	vertical-align: top;
}

table.student-info td:nth-child(odd) {
	width: 199px;
}

table.student-info td p {
	line-height: 1;
	margin: 4px 0;
	font-weight: bold;
	font-style: italic;
}

.days-title {
	margin-top: 16px;
	text-transform: uppercase;
	text-align: center;
}

.days-title h3 {
	line-height: 1;
	margin: 8px 0;
}

.days-title h4 {
	line-height: 1;
	margin: 8px 0;
}

.fc-view-container {
	background: white;
}

.fc-center h2 {
	font-size: 1.6rem;
}

.fc-day:hover {
	background: #f3f3f3;
}

@media only print and (color) {
	* {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
	body.logged-in {
		display: block;
		background: white;
	}
	h1, h2, h3, p {
		color: black;
		margin: 0.125in 0;
	}
	.not-for-print.not-for-print.not-for-print.not-for-print.not-for-print {
		display: none;
	}
	.main-content {
		display: block;
		background-image: none;
		margin: 0 auto;
		width: 8.5in;
		box-shadow: none;
	}
	.single-certificates.single-certificates.single-certificates .main-content.main-content.main-content {
		background-image: url(../images/pmts-letterhead-membrete.png);
		background-repeat: no-repeat;
		background-size: 8.5in 11in;
	}
	h2.course {
		font-size: 17pt;
		margin: 0.30in 0;
		line-height: 1.1;
	}
	h3 {
		font-size: 12pt;
		padding: 0;
	}
	p, ul, ol {
		font-size: 10pt;
		line-height: 1.5;
		margin: .125in 0;
	}
	.miami.miami {
		margin-top: 1.25in;
	}
	.miami.miami h3 {
		font-size: 14pt;
	}
	.miami.miami p {
		font-size: 10px;
	}
	p.attended {
		line-height: 1;
		margin: .133in 0;
	}
	.bank-info {
		margin: 0 0.5in 0 0;
	}
	.bank-info p {
		font-size: 8pt;
		line-height: 1.1;
		margin: .100in 0;
	}
	.no-print {
		display: none;
	}
	.logged-in header {
		display: none;
	}
	.logged-in .main {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.buttons {
		display: none;
	}
	.edit-certificate-form {
		display: none;
	}
	table {
		page-break-inside: avoid;
		color: black;
		position: relative;
	}
	table thead {
		display: table-header-group;
	}
	table thead th {
		font-size: 8pt;
		text-transform: uppercase;
		padding: 0.1in;
	}
	table tr {
		page-break-inside: avoid;
		-webkit-region-break-inside: avoid;
		page-break-after: always;
	}
	table td {
		color: black;
		font-size: 8pt;
		padding: 0.055in;
	}
	table td h2 {
		font-size: 12pt;
	}
	table td p {
		font-size: 10pt;
	}
	table td ul {
		font-size: 10pt;
	}
	table td.pass-fail {
		font-size: 11pt;
	}
	h3.certify.certify {
		margin-top: 1.25in;
		margin-bottom: 0;
		font-size: 24pt;
	}
	.participant-name.participant-name {
		font-size: 42pt;
		word-break: keep-all;
		white-space: nowrap;
		margin: 0.175in 0;
	}
	.participant-name.participant-name span.stars {
		font-size: 28pt;
	}
	.certificate, .application-form, .report, .application-page {
		padding: 0 0.5in;
		width: 8in;
		height: 10.55in;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}
	.certificate p, .application-form p, .report p, .application-page p {
		margin: 0.05in 0;
	}
	.certificate .branch-logo, .application-form .branch-logo, .report .branch-logo, .application-page .branch-logo {
		width: 1.25in;
		height: 1.25in;
		top: 1in;
	}
	.short.short {
		margin: 0 0 0.25in;
	}
	.undies.undies {
		font-size: 10pt;
		padding: 0  0.05in;
		margin-left: 0.05in;
	}
	.undies.undies.bottom {
		width: 1.65in;
		margin-left: 0.05in;
	}
	.spacey.spacey {
		margin-right: 0.100in;
	}
	.qr-code.qr-code.qr-code {
		display: block;
		position: absolute;
		bottom: 0.3in;
		left: 0.45in;
		width: 1in;
		height: 1in;
	}
	.qr-code.qr-code.qr-code canvas {
		width: 1in;
		height: 1in;
	}
	.signature.signature {
		background-repeat: no-repeat;
		background-position: center top;
		padding-top: 0.35in;
		display: block;
		width: 2.25in;
		margin: 0.25in 0;
	}
	.signature.signature p.short-margin {
		font-size: 9pt;
		margin: 0;
	}
	.signature-cert-codes {
		position: absolute;
		bottom: 0;
		width: 100%;
		padding-right: 1in;
		padding-top: 1in;
	}
	.certificate-codes.certificate-codes {
		clear: both;
	}
	.certificate-codes.certificate-codes p {
		font-size: 10pt;
		font-weight: normal;
		font-style: normal;
	}
	table.test-header {
		page-break-before: always;
	}
	hr.separator {
		display: none;
	}
	.the-test {
		display: block;
	}
	.the-test ul li {
		color: black;
	}
	.the-test .signature {
		margin-top: 0;
	}
	ul.answers {
		height: 1.8in;
	}
	ul.answers li {
		color: black;
		font-size: 10pt;
	}
	ul.answers li.test-score-result {
		padding-right: 40px;
	}
	ul.answers li span.answer {
		float: right;
		padding-right: 40px;
	}
	ol.general-equipment li {
		color: black;
		font-size: 10pt;
	}
	.quotation {
		width: 8in;
		height: 10in;
		margin: 0 auto;
	}
	.quotation p {
		font-size: 8pt;
	}
	.quotation .quotation-logo h4 {
		font-size: 10pt;
		margin: 0 0 0.1in 0;
	}
	.quotation .quotation-logo .logo {
		width: 1.25in;
	}
	.quotation .quotation-logo .company-info {
		width: 3in;
	}
	.quotation .quotation-logo .company-info p {
		font-size: 8pt;
		line-height: 1;
	}
	.quotation .quotation-logo .bank-info p {
		font-size: 8pt;
		line-height: 1;
	}
	.quotation .quotation-logo .bank-info h4 {
		margin-top: 0;
	}
	.quotation table.quote-info-table td {
		padding: 0.05in 0.1in;
	}
	.report, .application-page {
		height: 100%;
		position: relative;
	}
	.report h1, .application-page h1 {
		font-size: 14pt;
	}
	.report p, .application-page p {
		font-size: 9pt;
	}
	.report span.undies, .application-page span.undies {
		font-size: 9pt;
		min-width: 1.5in;
	}
	.report table th, .application-page table th {
		font-size: 9pt;
	}
	.report table td, .application-page table td {
		font-size: 9pt;
	}
	.report.report.report h1, .application-page h1, .report.report.report h2, .application-page h2 {
		color: white;
	}
	.report.report.report h1, .application-page h1 {
		font-size: 13pt;
	}
	.report.report.report h2, .application-page h2 {
		font-size: 12pt;
	}
	.report.report.report h3, .application-page h3 {
		font-size: 14pt;
		color: #284f96;
	}
	.report.report.report h4, .application-page h4 {
		font-size: 11pt;
	}
	.report.report.report p.shorter, .application-page p.shorter {
		color: black;
		font-size: 10pt;
	}
	.report.report.report .report-undies, .application-page .report-undies {
		padding-left: 0.125in;
	}
	.report.report.report span.undies, .application-page span.undies {
		min-width: 0.5in;
		padding: 0 0.25in;
		color: black;
	}
	.application-for-print {
		display: block;
	}
	.application-for-print .application-page {
		width: 8in;
		height: 10.5in;
		margin: 0 auto;
		page-break-before: always;
	}
	.application-for-print .application-page.gmdss-evaluation {
		height: 13.5in;
	}
	.application-for-print .application-page h1 {
		font-size: 16pt;
	}
	.application-for-print .application-page h3 {
		font-size: 12pt;
	}
	.application-for-print .application-page h4 {
		font-size: 10pt;
	}
	.application-for-print .application-page h1, .application-for-print .application-page h2, .application-for-print .application-page h3, .application-for-print .application-page h4 {
		color: black;
	}
	.application-for-print .application-page ul li {
		font-size: 9pt;
	}
	.application-for-print .application-page .pmts-header {
		min-height: 1.55in;
	}
	.application-for-print .application-page .exam-answers ol {
		margin-bottom: 0.225in;
	}
	.application-for-print .application-page .exam-answers ol li {
		margin: 0 0 0.125in;
	}
	.application-for-print .application-page .application-signatures {
		padding: 0 0.5in;
	}
	.application-for-print .application-page .name-of-course {
		width: 4.75in;
	}
	.application-for-print .application-page .name-of-course h3 {
		font-size: 11pt;
	}
	.application-for-print .application-page .name-of-course h3.course-full-name {
		line-height: 1.4;
	}
}

/*# sourceMappingURL=main.css.map */