@charset "UTF-8";

/* #Imports
================================================== */
/* #Typography Variables
================================================== */
/* #Colour Variables
================================================== */
/* #Width Variables
================================================== */
/* 1232 */
/* 1025 */
/* 767 */
/*
* Set a rem font size with pixel fallback
*   -Usage: @include font-size(14px)
*/
/*
* Breakpoints
*   -Usage: @include bp-small {
*       -css
*     }
*/
/*
* SVG background images with PNG and retina fallback
*   -Usage: @include background-image('img_name');
*/
/*
* Animations and keyframes
*   -Usage:
* @include keyframes(slide-down) {
*   0% { opacity: 1; }
*   90% { opacity: 0; }
* }
* .element {
*   Animation Name / Duration / Repeating times (leave blank for once)
*   @include animation('slide-down 5s 3');
* }
*/
/*
* Transitions
*   -Usage:
* .element {
*   @include transition(color .3s ease);
* }
*/
/*
* Transforms
*/
/*
* Rotate mixin
*   -Usage: @include rotate(25);
*/
/*
* Cross browser opacity (IE5)
*   -Usage:  @include opacity(0.8);
*/
/*
* Cross browser inline-block (IE6)
*   -Usage:  @include inline-block;
*/
/*
* Cross browser border radius
*   -Usage:  @include border-radius(10px);
*/
/*
* Cross browser box-shadow
*   -Usage:  @include box-shadow(0, 1px, 2px, rgba(0, 0, 0, 0.2));
*/
/*
* Cross gradient
*   -Usage:  @include gradient(#000000, #dddddd);
*/
/*
* Col Builder
*   -Usage:  @include col(1, 3, 1em, top, $first: true)
*/
/*
* centerer
*   -Usage:  @include centerer(true, false);
*/
/*
* Aspect Ratio
*   -Usage:  @include aspect-ratio(16, 9);
*/
/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

input[type=button],
input[type=submit],
input[type=text],
input[type=search],
input[type=password],
select,
button,
textarea {
  margin: 0;
  cursor: pointer;
  outline: none;
  vertical-align: top;
}

input[type=submit] {
  border: none 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
  padding: 0;
}

input[type=text],
input[type=search],
select,
textarea {
  cursor: default;
}

button {
  border: none 0;
}

*:first-child+html input.button {
  overflow: visible;
  /* remove padding from left/right */
  width: auto !important;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  color: #fff;
  background-color: #328efd;
}

::selection {
  color: #fff;
  background-color: #328efd;
}

::-moz-selection {
  color: #fff;
  background-color: #328efd;
}

a {
  -webkit-tap-highlight-color: transparent;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

/* =============================================================================
   Typography
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 1em 40px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

#message-body ul{
  list-style: initial;
  padding-left: 20px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/*
 * Correct overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* Select styling in Firefox */
@-moz-document url-prefix() {
  select {
    padding: 0.8em 0.75em;
  }
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}

*:first-child+html input.button {
  overflow: visible;
  /* remove padding from left/right */
  width: auto !important;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* This stylesheet generated by Transfonter (http://transfonter.org) on September 22, 2016 10:48 AM */
/* DO NOT USE THESE FONTS COMMERCIALLY. THEY REQUIRE A LICENCE! WE ARE JUST USING THESE FOR DEVELOPMENT PURPOSES */
@font-face {
  font-family: 'Galaxie Polaris Med';
  src: url("fonts/GalaxiePolaris-Medium.eot");
  src: url("fonts/GalaxiePolaris-Mediumd41d.eot?#iefix") format("embedded-opentype"), url("fonts/GalaxiePolaris-Medium.woff2") format("woff2"), url("fonts/GalaxiePolaris-Medium.woff") format("woff"), url("fonts/GalaxiePolaris-Medium.ttf") format("truetype"), url("fonts/GalaxiePolaris-Medium.html#GalaxiePolaris-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Galaxie Polaris Bold';
  src: url("fonts/GalaxiePolaris-Medium.eot");
  src: url("fonts/GalaxiePolaris-Mediumd41d.eot?#iefix") format("embedded-opentype"), url("fonts/GalaxiePolaris-Bold.woff2") format("woff2"), url("fonts/GalaxiePolaris-Bold.woff") format("woff"), url("fonts/GalaxiePolaris-Bold.ttf") format("truetype"), url("fonts/GalaxiePolaris-Medium.html#GalaxiePolaris-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Galaxie Polaris Book';
  src: url("fonts/GalaxiePolaris-Book.eot");
  src: url("fonts/GalaxiePolaris-Bookd41d.eot?#iefix") format("embedded-opentype"), url("fonts/GalaxiePolaris-Book.woff2") format("woff2"), url("fonts/GalaxiePolaris-Book.woff") format("woff"), url("fonts/GalaxiePolaris-Medium.ttf") format("truetype"), url("fonts/GalaxiePolaris-Medium.html#GalaxiePolaris-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}

h1,
.h1,
div.letterhead div.col a.mega-link,
div.hero-banner div.container div.flexslider ul.slides li figure figcaption h2,
h2,
.h2,
h3,
.h3,
ul.page-links.intranet-links span,
.login-form form legend,
.reset-password-form section form h2,
h4,
.h4,
#Header2,
#Header3, .swal2-modal {
  font-family: "Galaxie Polaris Book", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.65;
  font-weight: normal;
}

h1,
.h1,
div.letterhead div.col a.mega-link,
div.hero-banner div.container div.flexslider ul.slides li figure figcaption h2,
h2,
.h2,
#Header2 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #232220;
}

@media only screen and (min-width: 47.938em) and (max-width: 64.063em) {

  h1,
  .h1,
  div.letterhead div.col a.mega-link,
  div.hero-banner div.container div.flexslider ul.slides li figure figcaption h2,
  h2,
  .h2,
  #Header2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media only screen and (min-width: 64.063em) {

  h1,
  .h1,
  div.letterhead div.col a.mega-link,
  div.hero-banner div.container div.flexslider ul.slides li figure figcaption h2,
  h2,
  .h2,
  #Header2 {
    font-size: 50px;
    font-size: 1.99rem;
    font-weight: bold;
  }
}

h3,
.h3,
ul.page-links.intranet-links span,
.login-form form legend,
.reset-password-form section form h2,
#Header3 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #151414;
}

@media only screen and (min-width: 47.938em) and (max-width: 64.063em) {

  h3,
  .h3,
  ul.page-links.intranet-links span,
  .login-form form legend,
  .reset-password-form section form h2,
  #Header3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media only screen and (min-width: 64.063em) {

  h3,
  .h3,
  ul.page-links.intranet-links span,
  .login-form form legend,
  .reset-password-form section form h2,
  #Header3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h4,
.h4,
#Header4 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (min-width: 47.938em) and (max-width: 64.063em) {

  h4,
  .h4,
  #Header4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 64.063em) {

  h4,
  .h4,
  #Header4 {
    font-size: 22px;
    font-size: 1.275rem;
    font-weight: bold;
  }
}

#Header2,
#Header3,
#Header4 {
  display: block;
}

#Header4 {
  font-family: "Galaxie Polaris Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

strong,
b {
  font-family: "Galaxie Polaris Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.45;
}

@media only screen and (min-width: 64.063em) {
  p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

a {
  text-decoration: none;
  color: #386E65;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}

a:hover {
  text-decoration: underline;
  color: #005c81;
}

/* =============================================================================
   Grid
   ========================================================================== */
body {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1.35;
  font-weight: normal;
  font-family: "Galaxie Polaris Book", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #000;
}

input,
textarea,
select {
  font-family: "Galaxie Polaris Book", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #000;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
  font-size: 0.875rem;
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
}

.btn {
  text-align: center;
  padding: 8px 16px;
}

.btn.solid.royal-blue,
.reset-password-form section form div.controls button.btn,
.btn-primary {
  color: #fff;
  background: #386E65;
  border: 1px solid #3FBAA9;
}
.btn.btn-secondary {
  color: #fff;
  background: #5a6268;
  border: 1px solid #5a6268 !important;
}

.btn.solid.royal-blue:hover,
.reset-password-form section form div.controls button.btn:hover,
.btn.solid.royal-blue:active,
.reset-password-form section form div.controls button.btn:active {
  background: #005c81;
  border: 1px solid #005c81;
}

.btn:hover {
  text-decoration: none;
}

/* #Cross Browser
================================================== */
.lt-ie8 * {
  behavior: url(boxsizing.html);
}

.header-information {
  position: absolute;
  color: #ffffff;
}

.checkbox {
  padding-left: 12px
}

.progress {
  height: 20px !important;
}

.progress-bar {
  background-color: #386E65;
}

.tooltip-arrow {
  border-color: #386E65 !important;
  color: #386E65 !important;
}

.tooltip-inner {
  background: #386E65 !important;
  color: white;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: rgb(240 242 244);
  opacity: 1;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #386E65;
  color: white;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #386E65;
  color: white;
}

.select2-close-mask {
  z-index: 2099 !important;
}

.select2-dropdown {
  z-index: 3051 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e1e9ee;
  border-radius: 0.25rem;
}

.select2-selection.select2-selection--single.is-invalid {
  border-color: #f1556c;
}

.btn-primary:hover {
  background-color: #308678;
  border-color: #2a8f7e;
}

.btn-primary:active {
  background-color: #1f6156 !important;
  border-color: #135449 !important;
}

.btn-primary:disabled {
  background-color: #64a79c !important;
  border-color: #64a79c !important;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.social-icon {
  color: #ffffff;
}

/*progressbar*/
.progressbar {
  counter-reset: step;
}

.progressbar li {
  list-style-type: none;
  float: left;
  font-size: 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
}

.progressbar.steps-2 li {
  width: 50%;
}

.progressbar.steps-3 li {
  width: 33.33%;
}

.progressbar.steps-4 li {
  width: 25%;
}

.progressbar.steps-5 li {
  width: 20%;
}

.progressbar li:before {
  width: 50px;
  height: 50px;
  content: counter(step);
  counter-increment: step;
  line-height: 46px;
  border: 1px solid #707070;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #eaeaea;
  position: relative;
  z-index: 50;
}

.progressbar li:after {
  width: 100%;
  height: 3px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 23px;
  left: -50%;
  z-index: 10;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: #386E65;
}

.progressbar li.active:before {
  border-color: #386E65;
  background-color: #386E65;
  color: #ffffff;
}

.progressbar li.active:after {
  background-color: #386E65;
}

.progressbar li.done {
  color: #64a79c;
}

.progressbar li.done:before {
  border-color: #64a79c;
  background-color: #64a79c;
  color: #ffffff;
}

.progressbar li.done+li:after {
  background-color: #64a79c;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #386E65;
  background-color: #386E65;
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  color: #fff;
  border-color: #64a79c;
  background-color: #64a79c;
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  color: #fff;
  border-color: #64a79c;
  background-color: #64a79c;
}

.iti {
  display: block !important;
}

.select2-selection__rendered {
  font-size: 14px;
}

.select2-container--disabled .select2-selection__rendered {
  color: #6c757d !important;
}

.select2-container--disabled .select2-selection__arrow {
  display: none !important;
}

.select2-container--disabled .select2-selection--single {
  background-color: #f0f2f4 !important;
}

input[type="file"] {
  display: none;
}

.file-name-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  ;
}

.modal {
  padding-bottom: 40px !important;
  z-index: 10000;
}

h1 {
  font-size: 24px;
  font-weight: 600;
  color: #386E65;
}

h2 {
  font-size: 20px;
  font-weight: 100;
  color: #386E65;
}

h3 {
  font-weight: 100;
  font-size: 18px;
}

.card-box {
  border: #386E65 1px solid;
  box-shadow: 0px 3px 5px #386E65;
}

a.nostyle:link {
  text-decoration: inherit;
  color: inherit;
  cursor: auto;
}

a.nostyle:visited {
  text-decoration: inherit;
  color: inherit;
  cursor: auto;
}

button {
  font-size: 16px !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.text-cyan {
  color: #386E65;
}

.text-danger {
  color: #D0342C !important;
}

.btn-delete {
  font-size: 0.875rem !important;
  padding-top: 11.5px !important;
  padding-bottom: 11.5px !important;
}

.fs-14{
  font-size: 14px !important;
}

.login-button {
  justify-content: left !important;
  padding-left: 30%;
}

.height-form-control{
  height: calc(1.5em + .9rem + 2px);
  font-size: .875rem !important;
}

.hg-38{
  height: 38px;
}

.btn-icon {
  font-size: 12px;
  height: 2rem;
}

a.btn {
  font-size: 16px !important;
}

.select2-dropdown {
  z-index: 100000 !important;
}

.role-select {
  min-width: fit-content;
  max-width: 200px;
}

.circle-btn {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  margin: 1.5px;
  font-size: 25px !important;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.green-btn-circle {
  border-color: #2BA84A;
  background-color: #2BA84A;
}

.white-btn-circle {
  border-color: #9b9b9b;
  background-color: #dadada;
}

.circle-btn-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-btn-anchor:hover .circle-btn {
  width: 53px;
  height: 53px;
  margin: 0px;
  color: #000;
  font-size: 26.5px !important;
  transition: all 0.2s;
}

.circle-btn-anchor:hover .green-btn-circle {
  background-color: #56c071;
  border-color: #56c071;
}

.circle-btn-anchor:hover .white-btn-circle {
  border-color: #797979;
  background-color: #838383;
}

.circle-button-container {
  width: fit-content;
  display: flex;
  align-items: center;
}

.circle-button-container p {
  margin: 0px;
  margin-left: 15px;
  color: #386E65;
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

table.table-bordered>tbody>tr>td,
table.table-bordered>thead>tr>th {
  border: 1px solid #9caba8;
}

table thead {
  color: #386E65;
  background-color: #ddebe9;
}

/* .toast {
  background-color: #386E65;
} */

#toast-container > div {
  opacity: 1 !important;
}

.clickable:hover {
  cursor: pointer;
}

.page-item.active .page-link {
  background-color: #386E65;
  border-color: #386E65;
}

.icon-refresh {
  display: flex;
  height: 38px;
  justify-content: center;
  align-items: center;
  width: 38px;
  background-color: #386E65;
  border-radius: 2px;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: none;
}

/*The home icon*/
.breadcrumb-item:first-child a {
  font-size: 18px;
}

.breadcrumb-item a{
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  opacity: .8;
}

.breadcrumb-item a i{
  padding-right: .6rem;
  font-size: .9em;
}

.breadcrumb-item a:hover{
  color: #386E65;
  opacity: 1;
}

#keyCodeControl,#certificateNumberControl{
  cursor: text;
}


@media only screen and (max-width: 1302px) {
  .login-button {
    justify-content: left !important;
    padding-left: 10%;
  }
}
