/*! 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: .67em 0; }

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

/**
 * 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: -.5em; }

sub {
  bottom: -.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: .35em .625em .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 {
  transition: all .25s ease-in-out; }

.back-create-buttons, form.search-by-id-no, form.filter-form, .custom-pagination, .certificate .full, .report .full, .certificate .certificate-codes, .report .certificate-codes, .modal-window-outer form .filter-inputs, .paginate, ul.pagination, .quotation-logo-table, .payment-info, .report .amp-logo-text, .report .report-full {
  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: .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; }

.clearfix, .copyright {
  clear: both; }

* {
  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: #4476c4;
  background-image: url(../images/ipmarine-certificate-system-background.jpg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  height: initial; }
  body.logged-in {
    background-image: none; }
  @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, .7) url('../images/background-spinner.gif') center 50vh no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none; }

a {
  color: #5784CA;
  text-decoration: none; }

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

header {
  width: 30%;
  padding: 40px;
  background: white;
  color: #556a7b;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  background: white;
  float: left; }
  @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: .9rem; }

.logo {
  max-width: 150px;
  margin: 0 auto 32px; }
  .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 #91afdc; }
  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: #5784CA;
      color: white; }
  form input[type='checkbox'] {
    width: 13px;
    height: 13px;
    top: -1px;
    margin-right: 10px; }

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

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

.main {
  color: white;
  padding: 10px 30px 0;
  width: 60%;
  display: flex;
  align-content: stretch; }
  .main > h1 {
    text-align: center;
    width: 100%;
    font-size: 2.6rem;
    letter-spacing: 2px;
    text-shadow: 0 0 12px #6a8499; }

.logged-in header {
  float: none;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row; }
  .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%; }

.buttons {
  margin: 16px 0 48px; }
  .buttons a.back-link {
    margin-right: 20px; }
  .buttons div.prev-next-links {
    float: right; }

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

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

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

a.logout-button, a.new-certificate-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: 4px 22px;
  text-decoration: none;
  color: white;
  margin-left: 8px;
  display: inline-block; }

a.logout-button {
  background-color: #ed2121;
  padding: 12px 22px; }
  a.logout-button:hover {
    background-color: #a80000; }

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

.print-button, .search-id-no-button, .change-office-button, a.view-button {
  background-color: #5784CA; }
  .print-button:hover, .search-id-no-button:hover, .change-office-button:hover, a.view-button:hover {
    background-color: #4476c4; }

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

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

a.view-button {
  display: none; }

.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;
  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%; } }
  .main-content h1 {
    text-align: center;
    margin-bottom: 8px; }

.logout {
  margin: 0 40px 0 0; }
  .logout a {
    margin: 0; }

ul.nav {
  border-left: 1px solid #C5CFD7;
  list-style: none;
  float: left;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
  position: relative; }
  ul.nav li {
    display: table-cell; }
    ul.nav li a {
      display: block;
      color: #556a7b;
      padding: 12px 22px;
      text-decoration: none;
      background: white;
      border-right: 1px solid #C5CFD7;
      text-align: center; }
      ul.nav li a:hover {
        color: white;
        background: #91afdc;
        border-right: 1px solid #5784CA; }
      ul.nav li a i._mi {
        margin-right: 12px; }
    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: #5784CA; }
    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: #91afdc;
          color: white;
          border: none; }
        ul.nav li ul.sub-menu li a:hover {
          background: #5784CA; }
    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: .5em 1em;
    font-size: .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: #5784CA;
      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: #4476c4; }
    form.search-by-id-no .submit-btn span.search-spinner {
      display: none;
      position: absolute;
      left: 0;
      top: 12px;
      width: 100%;
      height: 20px;
      background: #5784CA url('../images/search-spinner.gif') no-repeat top center; }

table {
  page-break-inside: auto;
  position: relative;
  width: 100%;
  margin-bottom: 12px; }
  table thead {
    display: table-header-group; }
    table thead th {
      font-family: 'texgyreadventorbold_italic';
      text-transform: uppercase;
      font-size: .9rem; }
  table tr {
    page-break-inside: avoid;
    -webkit-region-break-inside: avoid;
    page-break-after: always; }
  table td {
    font-family: 'texgyreadventoritalic';
    padding: 4px;
    border: 1px solid #4476c4;
    font-size: .9rem; }
    table td.centered {
      text-align: center; }

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, .7) url('../images/background-spinner.gif') center 30% no-repeat;
    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; }

.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-spinner.gif) no-repeat 50% 50%;
  z-index: 100; }

.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: #5784CA;
  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; }

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: .9rem;
  width: 100%;
  margin-bottom: 32px; }
  table.system thead {
    display: table-header-group; }
  table.system thead > tr {
    background-color: #5784CA; }
  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.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 a {
      color: #335ea2;
      text-decoration: none;
      display: block; }
      table.system td a:hover {
        color: #2d538e; }
    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: #5784CA;
    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: #5784CA 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: #5784CA;
  border-radius: 18px;
  color: white;
  margin-right: 8px; }

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

.course {
  font-family: 'britannic-bold';
  text-transform: uppercase;
  font-style: normal; }

.certify.certify {
  margin-top: 8rem;
  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; }

.certificate, .report {
  position: relative;
  font-size: 1.2rem;
  padding: 0 36px; }
  @media screen and (min-width: 1200px) {
    .certificate, .report {
      margin: 0 48px; } }
  .certificate p, .report p, .certificate ul, .report ul, .certificate ol, .report ol {
    font-family: 'texgyreadventoritalic';
    margin: 40px 0 32px; }
  .certificate .short.short, .report .short.short {
    margin-top: 0; }
  .certificate .boldies, .report .boldies, .certificate .undies, .report .undies, .certificate .overies, .report .overies, .certificate .signature, .report .signature {
    font-family: 'texgyreadventorbold_italic'; }
  .certificate .paddies, .report .paddies {
    margin-right: 12px; }
  .certificate .unpaddies, .report .unpaddies {
    font-family: 'texgyreadventorbold_italic'; }
  .certificate .undiesunpaddies, .report .undiesunpaddies {
    font-family: 'texgyreadventorbold_italic';
    border-bottom: 1px solid #556a7b; }
  .certificate .undies, .report .undies {
    border-bottom: 1px solid #556a7b;
    display: inline-block;
    text-align: center;
    margin-left: 14px;
    padding: 0 20px 2px; }
    .certificate .undies.bottom, .report .undies.bottom {
      width: 175px; }
    .certificate .undies.start-date, .report .undies.start-date {
      margin-left: 45px; }
  .certificate .uppers, .report .uppers {
    text-transform: uppercase; }
  .certificate .resolution-p, .report .resolution-p {
    margin-bottom: 12px;
    text-align: justify; }
  .certificate .overies, .report .overies, .certificate .signature, .report .signature {
    border-top: 1px solid #556a7b; }
  .certificate .half, .report .half {
    width: 50%; }
  .certificate .quarter, .report .quarter, .certificate .signature, .report .signature {
    width: 25%; }
  .certificate .full, .report .full, .certificate .certificate-codes, .report .certificate-codes {
    justify-content: space-between; }
  .certificate .to-right, .report .to-right, .certificate .signature, .report .signature {
    float: right; }
  .certificate .three-stars, .report .three-stars {
    letter-spacing: -1px; }
  .certificate .signature, .report .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 .report .undies, .report .certificate-codes.certificate-codes .undies, .certificate-codes.certificate-codes .certificate .overies, .certificate .certificate-codes.certificate-codes .overies, .certificate-codes.certificate-codes .report .overies, .report .certificate-codes.certificate-codes .overies, .certificate-codes.certificate-codes .certificate .signature, .certificate .certificate-codes.certificate-codes .signature, .certificate-codes.certificate-codes .report .signature, .report .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, .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: #5784CA; }
    .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: #6a92d0;
    border: 1px solid #98aab8;
    margin-right: 12px;
    box-shadow: 0 1px 2px #C5CFD7; }

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

ul.fill-courses-dropdown {
  list-style: none;
  display: inline-block;
  position: relative; }
  ul.fill-courses-dropdown li {
    padding: 8px 12px;
    color: white;
    background: #5784CA;
    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: #396ab5; }
    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: .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: .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; }

.report {
  font-family: 'Times New Roman', serif; }
  .report .amp-logo-text {
    justify-content: space-between;
    align-items: center; }
  .report .amp-logo {
    width: 75px; }
    .report .amp-logo img {
      width: 100%; }
  .report .amp-text {
    flex-grow: 1;
    color: #284f96; }
    .report .amp-text h3, .report .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, .report .amp-text h4 span.smaller {
        font-size: .9em; }
    .report .amp-text h3 {
      font-size: 1.8em; }
    .report .amp-text h4 {
      font-size: 1.4em; }
  .report .report-title-subtitle {
    text-align: center;
    padding: .5em 0;
    margin: .5em 0 1.5em;
    background-color: #182f5a;
    text-transform: uppercase;
    color: white; }
    .report .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 {
      font-family: 'Times New Roman', serif;
      font-size: 1.2em;
      font-style: italic;
      margin: 4px 0;
      line-height: 1; }
  .report p {
    font-family: 'Times New Roman', serif; }
  .report p.shorter {
    margin: 0; }
  .report p.translation-text {
    font-size: .9;
    font-style: italic;
    line-height: .9; }
  .report .report-full {
    margin-bottom: 2em;
    justify-content: flex-start; }
  .report .report-undies {
    flex-grow: 1;
    padding-left: 20px; }
  .report .half {
    width: 50%; }
  .report span.undies {
    font-family: 'Times New Roman', serif;
    margin: 0;
    font-weight: bold; }
  .report table th {
    text-transform: none;
    background-color: #284f96;
    font-size: 1.2em; }
  .report table td {
    font-size: 1.1em; }

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

.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 {
    display: block;
    background: white; }
  h1, h2, h3, p {
    color: black;
    margin: .1in 0; }
  .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 {
    padding: 0;
    background-repeat: no-repeat;
    background-size: 8.5in 6in; }
  h2.course {
    font-size: 16pt;
    margin: .15in 0;
    line-height: 1.25; }
  h3 {
    font-size: 15pt;
    padding: 0; }
  p, ul, ol {
    font-size: 10pt;
    line-height: 1.5;
    margin: .5in 0; }
  p.attended {
    line-height: 1;
    margin: .133in 0; }
  p.bank-info {
    font-size: 10pt;
    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; }
  h3.certify.certify {
    margin-top: 1.75in;
    margin-bottom: 0;
    font-size: 12pt; }
  .course-id-3309 h3.certify.certify {
    font-size: 17pt; }
  .participant-name.participant-name {
    font-size: 36pt;
    word-break: break-all;
    margin: .115in 0; }
    .participant-name.participant-name span.stars {
      font-size: 24pt; }
  .certificate, .report {
    padding: 0 .75in;
    width: 8in;
    height: 6.5in;
    margin: 0 auto;
    overflow: hidden;
    position: relative; }
    .certificate p, .report p {
      margin: .1in 0;
      line-height: 1.5; }
    .certificate.big-size h1, .big-size.report h1 {
      font-size: 34pt; }
    .certificate.big-size h2, .big-size.report h2 {
      font-size: 16pt; }
    .certificate.big-size h3.certify.certify, .big-size.report h3.certify.certify {
      font-size: 14pt; }
    .certificate.big-size p, .big-size.report p {
      margin: .165in 0;
      font-size: 10pt;
      line-height: 1.1; }
    .certificate.course-id-3640 h3.certify, .course-id-3640.report h3.certify {
      font-size: 16pt; }
    .certificate.course-id-3640 h1.participant-name.participant-name, .course-id-3640.report h1.participant-name.participant-name {
      font-size: 34pt;
      margin: .15in 0; }
    .certificate.course-id-3640 h2.course, .course-id-3640.report h2.course {
      font-size: 14pt;
      margin: .15in 0; }
    .certificate.course-id-3640 p, .course-id-3640.report p {
      font-size: 11pt;
      margin: .15in 0; }
    .certificate.course-id-3640 span.undies.undies, .course-id-3640.report span.undies.undies {
      font-size: 10pt; }
    .certificate.course-id-3428 h3.certify, .course-id-3428.report h3.certify {
      font-size: 14pt;
      margin-top: 1.15in; }
    .certificate.course-id-3428 p.attended, .course-id-3428.report p.attended {
      font-size: 10pt;
      margin: 0; }
    .certificate.course-id-3428 h2.course, .course-id-3428.report h2.course {
      font-size: 12pt;
      margin: .125in 0; }
    .certificate.course-id-3428 span.undies, .course-id-3428.report span.undies {
      font-size: 10pt; }
  .course-id-3309 .certificate p, .course-id-3309 .report p {
    font-size: 10pt;
    line-height: 1.5; }
  .small-size.small-size.small-size {
    font-size: 7pt;
    line-height: 1.2; }
  .short.short {
    margin: .15in 0; }
  .undies.undies {
    font-size: 10pt;
    padding: 0  .05in;
    margin-left: .05in;
    text-transform: uppercase; }
    .undies.undies.bottom {
      width: 1.65in;
      margin-left: .05in; }
  .spacey.spacey {
    margin-right: .100in; }
  .signature.signature {
    display: block;
    font-size: 10pt;
    width: 2.25in;
    margin-bottom: 0; }
  p.short-margin.short-margin {
    margin: .05in 0; }
  .signature-cert-codes {
    position: absolute;
    bottom: .25in;
    width: 100%;
    padding-right: 1in; }
  .course-id-3309 .signature-cert-codes {
    bottom: 0; }
  .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: 10pt; }
    .quotation .quotation-logo h4 {
      font-size: 10pt;
      margin: 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: 10pt;
        line-height: 1; }
    .quotation .quotation-logo .bank-info p {
      font-size: 10pt;
      line-height: 1; }
    .quotation .quotation-logo .bank-info h4 {
      margin-top: 0; }
    .quotation table.quote-info-table td {
      padding: .05in .1in; }
  .report {
    height: 100%;
    position: relative; }
    .report h1 {
      font-size: 14pt; }
    .report p {
      font-size: 10pt; }
    .report span.undies {
      font-size: 10pt;
      min-width: 1.5in; }
    .report table {
      color: black; }
      .report table th {
        font-size: 10pt;
        border: 1px solid black; }
      .report table td {
        font-size: 10pt;
        border: 1px solid black; }
  .report.report.report h1, .report.report.report h2 {
    color: white; }
  .report.report.report h1 {
    font-size: 13pt; }
  .report.report.report h2 {
    font-size: 12pt; }
  .report.report.report h3 {
    font-size: 14pt;
    color: #284f96; }
  .report.report.report h4 {
    font-size: 11pt; }
  .report.report.report p.shorter {
    color: black;
    font-size: 10pt; }
  .report.report.report .report-undies {
    padding-left: .1in; }
  .report.report.report span.undies {
    min-width: .5in;
    padding: 0 .25in;
    color: black; }
  table {
    page-break-inside: auto;
    color: black;
    position: relative; }
    table thead {
      display: table-header-group; }
      table thead th {
        font-size: 7.5pt;
        text-transform: uppercase;
        font-weight: bold; }
    table tr {
      page-break-inside: avoid;
      -webkit-region-break-inside: avoid;
      page-break-after: always; }
    table td {
      color: black;
      font-size: 7pt;
      padding: 0 .05in;
      border: 1px solid black; } }
