@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300i,400,400i,600,600i,700,700i&display=swap");
/* Material Icons */
@import url("https://cdn.materialdesignicons.com/7.4.47/css/materialdesignicons.min.css");
.mdi {
  /* required */
  font-family: "Material Design Icons";
  vertical-align: middle;
  /* Rules for sizing the icon. */
  /* Rules for using icons as black on a light background. */
  /* Rules for using icons as white on a dark background. */
}
.mdi-18 {
  font-size: 18px;
}
.mdi-20 {
  font-size: 20px;
}
.mdi-24 {
  font-size: 24px;
}
.mdi-30 {
  font-size: 30px;
}
.mdi-36 {
  font-size: 36px;
}
.mdi-48 {
  font-size: 48px;
}
.mdi.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.mdi.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
.mdi.md-light {
  color: rgb(255, 255, 255);
}
.mdi.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.alert.mdi::before,
.breadcrumb .mdi::before,
.btn.mdi::before,
.card-title.mdi::before,
.card-subtitle.mdi::before,
.card-link.mdi::before,
.dropdown-item.mdi::before,
.list-group-item.mdi::before,
.nav-link.mdi::before {
  font-size: 1.25em;
  line-height: initial;
  position: relative;
  top: 0.09rem;
}

.alert.mdi::before,
.breadcrumb .mdi:not(:empty)::before,
.btn.mdi:not(:empty)::before,
.card-title.mdi:not(:empty)::before,
.card-subtitle.mdi:not(:empty)::before,
.card-link.mdi:not(:empty)::before,
.dropdown-item.mdi:not(:empty)::before,
.nav-link.mdi:not(:empty)::before {
  margin-right: 0.25rem;
}

.list-group-item.mdi:not(:empty)::before {
  margin-right: 0.5rem;
}

.dropdown-item.mdi:not(:empty)::before {
  margin-left: -0.75rem;
}

.alert.mdi::before,
.list-group-item.mdi:not(:empty)::before {
  margin-left: -0.5rem;
}

.modal-title.mdi::before {
  font-size: 1.5em;
  line-height: 0.5;
  position: relative;
  top: 0.26rem;
  margin-right: 0.5rem;
}

/* Alert */
.alert-success {
  font-size: 18px;
  font-weight: bold;
}

/* ---------------------------------- Modal ---------------------------------- */
/* ---------------------------------- Helper ---------------------------------- */
.helper {
  color: #b7b7b7;
  font-size: 12px;
}

/* ---------------------------------- Helpbox ---------------------------------- */
.helpbox {
  cursor: pointer;
  color: #007D48;
  display: inline-block;
  margin-top: -10px;
  font-size: 20px;
}

/* ---------------------------------- Dropdown ---------------------------------- */
.dropdown-toggle.noarrow::after, .dropdown-toggle.noarrow::before {
  display: none;
}

.dropdown-title {
  font-size: 16px;
  padding: 5px 15px;
}
.dropdown-item {
  font-size: 13px;
  padding: 5px 15px;
}
.dropdown-item:hover {
  background-color: #007D48;
  color: #fff;
}
.dropdown-item:hover .mdi {
  color: #007D48;
}
.dropdown-item:active {
  color: #fff;
  background-color: #007D48;
}
.dropdown-item .mdi {
  margin-right: 8px;
}

/* ---------------------------------- HTML5 Tags ----------------------------------  */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/* ---------------------------------- Misc ---------------------------------- */
input[type=button], input[type=submit] {
  border-radius: 0;
}

::-webkit-input-placeholder {
  color: #5e5e5e;
}

:-moz-placeholder {
  color: #5e5e5e;
  opacity: 1;
}

::-moz-placeholder {
  color: #5e5e5e;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #5e5e5e;
}

/* ---------------------------------- Form Error ---------------------------------- */
select.error, input[type=text].error, input[type=password].error, input[type=email].error, input[type=tel].error, textarea.error, button.error {
  border: solid 1px #e72121;
}

.errormsg {
  clear: both;
  display: block !important;
  position: relative;
  font-weight: 200;
  font-size: 14px;
  margin-left: 0px;
  color: #fff;
  background-color: #e72121;
  border-radius: 2px;
  padding: 5px 15px;
  height: 38px;
  line-height: 29px;
  white-space: nowrap;
}
.errormsg .arrow {
  display: none;
  z-index: 1;
  position: absolute;
  top: -8px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e72121;
}

/* ---------------------------------- Responsive items ---------------------------------- */
table {
  max-width: 100%;
  height: auto;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
  height: auto;
}

/* ---------------------------------- Fluid Youtube Video ---------------------------------- */
.vdowrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.vdowrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------- Main ---------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
  background-color: #f5f5f5;
  font-size: 16px;
}
body:after {
  content: "desktop";
  display: none;
}

@media (max-width: 991px) {
  body:after {
    content: "tablet";
  }
}
@media (max-width: 766px) {
  body:after {
    content: "mobile";
  }
}
.left {
  float: left;
}

.right {
  float: right;
}

.clr {
  clear: both;
}

.point {
  cursor: pointer;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

.img-responsive {
  width: 100%;
  display: block;
}

.vdo-responsive {
  width: 100%;
  display: block;
}

.img-hidden {
  visibility: hidden;
}

.anchor {
  padding-top: 40px;
  margin-top: -40px;
}

.border {
  border: solid 1px red;
}

.container-fluid {
  max-width: 1200px;
}

/* ---------------------------------- Headers ---------------------------------- */
.headers, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "Open Sans";
  color: #000;
}

h1, .h1 {
  font-size: 27px;
  line-height: 36px;
  font-weight: 200;
}
h1.green, .h1.green {
  color: #007D48 !important;
}

h2, .h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

h3, .h3 {
  font-size: 16px;
}

h4, .h4 {
  font-size: 14px;
}

@media (max-width: 766px) {
  h1, .h1 {
    font-size: 18px;
  }
  h2, .h2 {
    font-size: 16px;
  }
  h3, .h3 {
    font-size: 14px;
  }
  h4, .h4 {
    font-size: 12px;
  }
}
button.focus,
button:focus,
button.active.focus button.active:focus,
button:active.focus,
button:active:focus {
  outline: none !important;
  box-shadow: none;
}

*.focus,
*:focus,
*.active.focus,
*.active:focus,
*:active.focus,
*:active:focus,
*.form-control:focus {
  outline-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-color: #878889;
}

/* Select 2 */
.select2-selection {
  min-height: 40px !important;
}

.select2-selection--multiple .select2-search__field {
  width: auto !important;
  height: 22px !important;
  margin-top: 8px !important;
}

.select2-selection__arrow {
  height: 40px !important;
}

.select2-selection--single .select2-selection__rendered {
  line-height: 38px !important;
}

.select2-selection--single, .select2-selection--multiple {
  border-color: #ced4da !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-image: linear-gradient(#E6E6E6, #E6E6E6);
  color: #061F5C;
}

.select2-close-mask {
  z-index: 2099;
}

.select2-dropdown {
  z-index: 3051;
}

.select2-search__field {
  text-indent: 5px;
  height: 40px !important;
}

/* Checkbox */
.checkbox label {
  font-size: 18px;
  font-weight: 200;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}

.checkbox label input[type=checkbox] {
  margin-right: 8px;
  cursor: pointer;
}

input[type=checkbox] {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  width: 13px;
  height: 13px;
  margin: 10px 0 0 0;
  position: relative;
  cursor: pointer;
}

input[type=checkbox]:after {
  content: "";
  text-align: center;
  line-height: 13px;
  position: absolute;
  cursor: pointer;
  margin: -1px 0 0 -2px;
  height: 15px;
  width: 15px;
  font-size: 13px;
  border: solid 1px #061F5C;
  background: #fff;
}

input[type=checkbox]:checked:after {
  background: #061F5C;
  content: "✓";
  color: #fff;
}

input[type=checkbox]:disabled:after {
  background: #A0A0A0 !important;
  border-color: #A0A0A0 !important;
}

/* Radiobutton */
.radio label {
  font-size: 18px;
  padding: 0px;
  margin: 0;
  cursor: pointer;
}

.radio label input[type=radio] {
  margin-right: 8px;
  cursor: pointer;
}

.form-check-label {
  margin-left: 5px;
}

input[type=radio]:after {
  width: 17px;
  height: 17px;
  border-radius: 17px;
  top: -3px;
  left: -2px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #061F5C;
}

input[type=radio]:checked:after {
  width: 17px;
  height: 17px;
  border-radius: 17px;
  top: -3px;
  left: -2px;
  position: relative;
  background-color: #061F5C;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 0px solid white;
}

/* Input */
input.focus,
input:focus,
input.active.focus,
input.active:focus,
input:active.focus,
input:active:focus,
input.form-control:focus {
  outline-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-color: #061F5C;
}

/* ---------------------------------- Datepicker ---------------------------------- */
.daterangepicker {
  left: 0;
  top: 0;
  margin: 0;
}
.daterangepicker .in-range {
  background-color: #82b5b9 !important;
  color: #000 !important;
}
.daterangepicker .today {
  background-color: #007D48 !important;
  color: #fff !important;
}
.daterangepicker .start-date, .daterangepicker .end-date {
  background-color: #007D48 !important;
  color: #fff !important;
}
.daterangepicker .btn {
  font-size: 12px !important;
}
.daterangepicker .btn-primary {
  background-color: #007D48;
  color: #fff;
  border-color: #007D48;
}
.daterangepicker .btn-primary:hover, .daterangepicker .btn-primary:active, .daterangepicker .btn-primary:focus {
  opacity: 0.7;
  background-color: #fff;
  color: #007D48;
  border-color: #007D48;
}

.datepicker:hover, .datepicker-notbeforetoday:hover, .daterangepicker:hover {
  cursor: pointer;
}

.ui-widget-header {
  background-color: transparent !important;
  border: none !important;
}
.ui-datepicker {
  z-index: 9;
  font-size: 16px;
}
.ui-datepicker-calendar {
  font-size: 12px !important;
}
.ui-datepicker-month {
  font-size: 12px !important;
}
.ui-datepicker-year {
  font-size: 12px !important;
}
.ui-datepicker-title {
  background-color: transparent !important;
}
.ui-datepicker-next, .ui-datepicker-prev {
  border: none;
}
.ui-datepicker-next-hover, .ui-datepicker-prev-hover {
  cursor: pointer;
  border: none !important;
  top: 2px !important;
}
.ui-datepicker-prev-hover {
  left: 2px !important;
}
.ui-datepicker-next-hover {
  right: 2px !important;
}
.ui-datepicker-month, .ui-datepicker-year {
  cursor: pointer;
  display: inline-block;
  padding: 2px 10px 2px 10px !important;
  line-height: 1.5;
  margin: 0 2px !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 16px 12px;
  border: 1px solid #c5c5c5 !important;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ui-state-default {
  padding: 5px !important;
  border-radius: 5px !important;
  background-color: transparent !important;
  border: none !important;
  text-align: center !important;
}
.ui-state-highlight {
  background-color: #007D48 !important;
  border-color: #007D48 !important;
  color: #fff !important;
}
.ui-state-active {
  background-color: #007D48 !important;
  border-color: #007D48 !important;
  color: #fff !important;
}

/* ---------------------------------- My items ---------------------------------- */
.myitems-header {
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 10px;
  background-color: #ccc;
  padding-left: 10px;
}
.myitems-item {
  line-height: 22px;
  padding-left: 10px;
  margin: 5px 0;
}
.myitems-item .mdi {
  font-size: 20px;
}
.myitems-item .mdi-check-bold {
  color: #007D48;
}
.myitems-item .mdi-timer-sand {
  color: #061F5C;
}

/* ---------------------------------- Hover effect ---------------------------------- */
.back {
  margin-bottom: 20px;
}
.back a {
  color: #007D48;
}

/* ---------------------------------- Hover effect ---------------------------------- */
.btn:hover {
  cursor: pointer;
  opacity: 0.8;
  color: #fff;
}

/* ---------------------------------- Buttons ---------------------------------- */
.btn {
  font-size: 14px;
  border-radius: 4px;
  border-width: 3px;
  margin-top: 5px;
}
.btn-micro {
  padding: 0px 10px !important;
}
.btn-small {
  padding: 5px 30px !important;
}
.btn-grey {
  padding: 10px 40px;
  background-color: #4c565c;
  border-color: #4c565c;
  color: #fff;
}
.btn-blue {
  padding: 10px 40px;
  background-color: #061F5C;
  border-color: #061F5C;
  color: #fff;
}
.btn-green {
  padding: 10px 40px;
  background-color: #007D48;
  border-color: #007D48;
  color: #fff;
}
.btn-orange {
  padding: 10px 40px;
  background-color: #ff9900;
  border-color: #ff9900;
  color: #fff;
}
.btn-link {
  color: #616161;
}
.btn-link:hover {
  text-decoration: none;
  color: #061f5c;
}

@media (max-width: 766px) {
  .btn {
    width: 100%;
  }
}
/* ---------------------------------- Header ---------------------------------- */
header {
  height: 134px;
  width: 100%;
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  position: relative;
}
header a {
  color: #061F5C;
}
header a:hover {
  color: #061F5C;
}
header nav {
  margin-top: 40px;
  font-size: 16px;
  letter-spacing: 0;
  display: inline-block;
}
header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header nav ul li {
  display: inline-block;
  padding: 0 10px;
  color: #061F5C;
  cursor: pointer;
}
header nav ul li a {
  opacity: 1;
}
header nav ul li a:hover {
  opacity: 0.7;
  color: #061F5C;
  text-decoration: none;
}
header nav ul li a.current {
  opacity: 0.7;
  color: #061F5C;
  cursor: default;
}
header nav ul .flexMenu-popup {
  z-index: 9999;
  padding: 10px 0 0 0 !important;
  text-align: left;
  background-color: #fff;
  margin: 0;
}
header nav ul .flexMenu-popup hr {
  margin: 5px 0;
}
header nav ul .flexMenu-popup li {
  line-height: 30px;
  color: #061F5C;
  white-space: nowrap;
  margin-bottom: 5px;
  display: block;
  cursor: pointer;
}
header nav ul .flexMenu-popup li:last-child {
  border: 0;
}
header nav ul .flexMenu-popup li.current {
  font-weight: bold;
  cursor: default;
}
header .topmenu {
  font-size: 14px;
  background-color: #f5f5f5;
  height: 30px;
  line-height: 30px;
  width: 100%;
}
header .topmenu nav {
  margin-top: 0px;
  font-size: 14px;
}
header .topmenu nav ul li {
  padding: 0 0 0 10px;
}
header .topmenu nav ul li a {
  opacity: 1;
  color: #061F5C;
}
header .topmenu nav ul li a:hover {
  opacity: 1;
  color: #061F5C;
  text-decoration: underline;
}
header .topmenu nav ul li a.current {
  opacity: 1;
  color: #061F5C;
  cursor: default;
}
header .logo {
  margin: 30px 0 0 0;
  cursor: pointer;
  display: inline-block;
}
header .ad {
  margin-top: 12px;
}

@media (max-width: 766px) {
  header {
    height: 75px;
  }
  header .logo {
    margin-top: 8px;
  }
  header .logo img {
    width: 100px;
  }
  header .ad {
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  header .logo {
    margin-top: 8px;
  }
  header .logo img {
    width: 100px;
  }
  header .ad {
    margin-top: 10px;
  }
  header nav {
    margin-top: 10px;
    font-size: 18px;
  }
}
/* ---------------------------------- Top Media ---------------------------------- */
.topmedia {
  margin-bottom: 35px;
  height: 290px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.topmedia .search {
  margin-top: 220px;
  position: relative;
}
.topmedia .search .btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.topmedia .search input[type=search] {
  height: 60px;
  font-size: 14px;
  padding-right: 120px;
}

@media (max-width: 766px) {
  .topmedia {
    margin-bottom: 25px;
    height: 250px;
    background-position: center left;
  }
  .topmedia .search {
    margin-top: 100px;
  }
}
/* ---------------------------------- Login ---------------------------------- */
.login {
  margin-top: 150px;
}
.login .logo {
  margin-bottom: 25px;
}
.login .logo img {
  max-height: 45px;
}

/* ---------------------------------- Breadcrumb ---------------------------------- */
.breadcrumb {
  padding: 0;
  background-color: transparent;
}
.breadcrumb a {
  color: #000;
}
.breadcrumb .divider img {
  margin-top: -4px;
}
.breadcrumb .active {
  color: #000;
  text-decoration: underline;
}

/* ---------------------------------- Main ---------------------------------- */
main {
  min-height: calc(100vh - 310px);
  padding-bottom: 60px;
}

/* ---------------------------------- Boxes ---------------------------------- */
.boxes {
  margin-bottom: 30px;
}
.boxes .headline {
  text-align: center;
  font-size: 22px;
  padding-bottom: 5px;
  margin-top: 30px;
}
.boxes .box {
  width: 100%;
  margin-top: 30px;
  cursor: pointer;
}
.boxes .box:hover {
  opacity: 0.7;
}

@media (max-width: 766px) {
  .boxes {
    margin: 0px;
    padding: 10px 5px 10px 5px;
  }
  .boxes .headline {
    margin-bottom: 15px;
  }
  .boxes .box {
    margin: 0px;
  }
  .boxes .row.flex div[class^=col] {
    padding: 5px;
  }
}
/* ---------------------------------- List item ---------------------------------- */
.item {
  margin: 15px 0;
  border: solid 1px #efefef;
  padding: 20px;
}
.item:hover {
  box-shadow: 0 0 15px #c0c0c0;
  cursor: pointer;
}
.item .image {
  margin-bottom: 20px;
}
.item .number {
  margin-bottom: 10px;
}
.item .bundle {
  margin-bottom: 10px;
}
.item .aip {
  margin-bottom: 10px;
}

/* ---------------------------------- Document ---------------------------------- */
.document {
  background-color: #f6f6f6;
  padding-top: 30px;
}
.document .context {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  min-height: calc(100vh - 340px);
}
.document .context .text {
  margin-top: 25px;
  font-size: 14px !important;
}
.document .context a, .document .context a:hover {
  color: #007D48;
}
.document .context .datatable {
  margin-top: 20px;
}

.form-control-medium {
  transform: scale(1.25);
  -ms-transform: scale(1.25);
  cursor: pointer;
  margin: 5px;
}

.form-control-large {
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  cursor: pointer;
  margin: 5px;
}

/* ---------------------------------- Footer ---------------------------------- */
footer {
  color: #fff;
  background-color: #4c565c;
  padding: 40px 0px 20px 0;
  min-height: 200px;
}
footer .h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
footer .quote {
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
}
footer .powered {
  font-size: 14px;
  color: #007D48;
  margin: 30px 0 10px 0;
}

@media (max-width: 766px) {
  footer {
    text-align: center;
  }
  footer .quote {
    margin-bottom: 20px;
  }
}