﻿@font-face {
  font-family: DINWeb Medium;
  src: url("DINWeb-Medium.eot");
  src: local("DINWeb Medium"), url("DINWeb-Medium.woff") format("woff"), url("DINComp-Medium.ttf") format("truetype");
}
@font-face {
  font-family: DINWeb Bold;
  src: url("DINWeb-Bold.eot");
  src: local("DINWeb Bold"), url("DINWeb-Bold.woff") format("woff"), url("DINComp-Bold.ttf") format("truetype");
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
:root {
  --Icon-color-normal: #333333;
  --Icon-color-hover: #00b463;
  --Icon-color-white: white;
  --Icon-color-green: #00b463;
}
.SVGSpriteIcon {
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}
.SVGSpriteIcon use {
  opacity: 1;
  --SVG-Icon-Colour-1: var(--Icon-color-normal);
}
.SVGSpriteIcon.FilteringIcon {
  width: 22px;
  height: 23px;
}
.SVGSpriteIcon.CrossIcon {
  width: 18px;
  height: 18px;
}
.SVGSpriteIcon.CrossIcon.Small {
  width: 16px;
  height: 16px;
}
.SVGSpriteIcon.CrossIcon.Tiny {
  width: 10px;
  height: 10px;
}
/*-----------------------------------------------------------------------------------------------*\
  MAIN
\*-----------------------------------------------------------------------------------------------*/

html,
body,
#aspform {
  height: 100%;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
#whole-page-container {
  min-width: 950px;
}
@media (max-width: 1000px) {
  #whole-page-container {
    min-width: 100%;
    max-width: 100%;
    display: block;
  }
}
.container {
  margin: 0 auto;
  width: 950px;
}
@media (min-width: 1230px) {
  .container {
    width: 1100px;
  }
}
@media (min-width: 1330px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1000px) {
  .container {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
}
@media (max-width: 1000px) {
  .display-none-mobile {
    display: none !important;
  }
}
#content_container {
  min-height: calc(100vh - 277px);
}
.block-clear {
  display: block;
  clear: both;
}
/* styling of text boxes, inputs etc.*/

input,
textarea,
search,
input[type=text],
input[type=search],
input[type=url],
input[type=tel],
input[type=email],
input[type=password],
input textarea,
input[type=file],
input[type=checkbox] {
  -webkit-border-radius: 0;
  background-color: white;
}
input[type=checkbox] {
  background-color: white;
  border: 1px solid #333333;
}
input[type=checkbox]:hover {
  background-color: #d1efe1;
}
input[type=checkbox]:active {
  background-color: #00b463;
}
input[type=checkbox]:focus {
  background-color: #00b463;
  border: 1px solid #333333;
}
/* Common classes */

.green {
  color: #00b463;
}
.grey {
  color: #777777;
}
.small {
  font-size: 85%;
}
.clear {
  clear: both;
}
.hidden-force {
  display: none !important;
}
.hidden {
  display: none;
}
.green-line {
  background: #00b463;
  height: 2px;
}
.black-line {
  background: #636363;
  height: 2px;
}
input.button {
  background: #333333 url(/Images/button-arrow.png) center right no-repeat;
}
.loading,
.loading_grey,
.loading_small {
  background: center center no-repeat;
  height: 16px;
  width: 16px;
}
.loading {
  background-image: url(/Images/load.gif);
  display: none;
}
.loading_grey {
  background-image: url(/Images/load-grey.gif);
  display: inline-block;
}
.loading_small {
  background-image: url(/Images/load-black-on-green.gif);
  width: 16px;
  display: inline-block;
}
.loading-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 32px;
  background: url("../Images/Icon-Loading-Content.gif") no-repeat center center;
  border: 1px solid #aaaaaa;
}
.open .loading_small {
  background-image: url(/Images/load-grey-on-white.gif);
}
.error {
  color: red;
  display: block;
  margin-bottom: 20px;
  margin-top: 8px;
}
.error:empty {
  display: none;
}
.error.NoMargin {
  margin: 0;
}
.error.BigMarginTop {
  margin-block-start: 20px;
}
.back-to-top {
  text-align: right;
}
@media (max-width: 1000px) {
  .back-to-top {
    display: none;
  }
}
.back-to-top a {
  cursor: pointer;
  text-decoration: none;
}
.bigicontext {
  color: white;
  display: inline-block;
  font: normal 25px Arial, Helvetica, sans-serif;
  margin: 3px 0 29px 0;
  letter-spacing: -1px;
}
.bigicontext:hover {
  color: #00b463;
}
.bigcalltext,
.bigcallcontext {
  color: white;
  display: inline-block;
  font: normal 25px Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
}
.contactdropdownbody {
  font: normal 14px Arial, Helvetica, sans-serif;
  line-height: 17px;
  margin: 0 0 0 39px;
}
.directions {
  color: white;
  font-size: 14px;
  font-style: normal;
  margin-left: 38px;
}
.directions:hover {
  color: #00b463;
}
.icocall {
  background: url(../Images/sprite-contact.png) 0 0 no-repeat;
  margin-top: 0;
  margin-right: 9px;
  width: 33px;
  height: 24px;
}
.icoemail {
  background: url(../Images/sprite-contact.png) 0 -24px no-repeat;
  display: block;
  float: left;
  height: 19px;
  width: 27px;
}
.icocontact {
  background: url(../Images/sprite-contact.png) 0 -43px no-repeat;
  display: block;
  float: left;
  height: 26px;
  width: 19px;
}
.icohours {
  background: url(../Images/sprite-contact.png) 0 -69px no-repeat;
  display: block;
  float: left;
  height: 25px;
  margin-top: 3px 0 0 0;
  width: 25px;
}
.icoaddress {
  background: url(../Images/sprite-contact.png) 0 -94px no-repeat;
  display: block;
  float: left;
  margin-top: 3px;
  height: 25px;
  width: 25px;
}
.contact-col1 {
  float: right;
  width: 203px;
}
.contact-col2 {
  float: left;
  width: 390px;
}
.menuContactDirections {
  margin: 10px 0 0 0;
}
.emailholder .bigicontext {
  margin-bottom: 10px;
  margin-left: 12px;
  line-height: 18px;
}
.contactform-link {
  margin-left: 12px;
  line-height: 20px;
}
.client-greentitle {
  font-size: 20px;
  margin-bottom: 4px;
}
#contactEmail {
  float: left;
  width: 348px;
}
#contactPhone {
  float: right;
  width: 164px;
}
#hoursContainer {
  margin-top: 30px;
}
#addressContainer {
  margin-top: 56px;
}
/* Collapsable menu */

.collapsible_title {
  background: #333333 url("../Images/Block-Expand.png") no-repeat right center;
  color: white;
  font-size: 20px;
  font-family: DinWeb Medium;
  line-height: 1.35;
  padding: 12px 36px 8px 16px;
  user-select: none;
  cursor: pointer;
  width: 100%;
  border-block-end: 1px solid #333333;
}
@media (max-width: 480px) {
  .collapsible_title {
    font-size: 17px;
  }
}
.collapsible_title:hover,
.collapsible_title.active {
  background-color: #00b463;
  background-repeat: no-repeat;
  background-position: right center;
}
.collapsible_title:hover:hover,
.collapsible_title.active:hover {
  color: white;
  outline: none;
}
.collapsible_title:hover:before,
.collapsible_title.active:before {
  color: #333333;
  padding-right: 2px;
}
.collapsible_title:hover {
  background-image: url("../Images/Block-Expand-Black.png");
  border-color: #00b463;
}
.collapsible_title.active {
  cursor: default;
  background-image: url("../Images/Block-Contract-Black.png");
  border-color: white;
}
.collapsible_title.active + .collapsible_content {
  display: flex;
}
.collapsible_content {
  display: none;
  flex-wrap: wrap;
  grid-gap: 1px;
  width: 100%;
}
.collapsible_content .collapsible_title,
.collapsible_content .collapsible_content {
  width: 100%;
  margin-left: 0px;
}
.collapsible_content > * {
  width: 100%;
}
.collapsible_content .usp {
  font-family: "DINWeb Medium", Arial, sans-serif !important;
  font-weight: normal !important;
  font-size: 21px !important;
  line-height: 1.3 !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 20px !important;
}
.ParentNodeList {
  flex-wrap: wrap;
  grid-gap: 1px;
  width: 100%;
}
.ParentNodeList > .ParentNode {
  width: 100%;
}
.ParentNodeList > .ParentNode > .collapsible_title {
  padding-left: 46px;
}
.ChildNodeArea {
  flex-wrap: wrap;
  grid-gap: 1px;
  width: 100%;
  padding-inline-start: 0px;
}
.ChildNodeArea > .ChildNodeList {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1px;
  width: 100%;
}
.ChildNodeArea > .ChildNodeList > li {
  width: 100%;
}
.ChildNodeArea > .ChildNodeList > li > .collapsible_title {
  padding-left: 76px;
}
.ChildNodeArea > .ChildNodeList > li > .collapsible_title {
  padding-left: 76px;
}
.ChildNodeArea .collapsible_content {
  padding-left: 0 !important;
}
.ChildNodeArea .collapsible_content li {
  font-size: 100%;
  line-height: 120%;
}
.ChildNodeArea .collapsible_content .cust_info_area {
  display: none;
}
#tabs {
  display: flex;
  flex-wrap: wrap;
  margin-block-end: 2px;
  grid-gap: 2px;
}
#tabs li {
  margin: 0;
  padding: 9px 14px 7px 14px;
  line-height: 1.3;
  overflow: hidden;
  color: black;
  background-color: #b7e4d0;
}
@media (max-width: 1000px) {
  #tabs li {
    font-size: 12px;
    flex-grow: 2;
    margin: 0;
    padding: 11px 10px 9px 10px;
  }
}
@media (max-width: 480px) {
  #tabs li {
    font-size: 11px;
  }
}
@media (max-width: 380px) {
  #tabs li {
    font-size: 12px;
    padding: 11px 9px 9px 9px;
  }
}
#tabs li.open {
  cursor: default;
  color: white;
  background-color: #00aa52;
  border-block-start-color: #00aa52;
}
#tabs li:not(.open) {
  cursor: pointer;
}
#tabs li:not(.open):hover {
  color: white;
  background-color: #00aa52;
}
#tabs li:not(.open):hover .loading_small {
  opacity: 0 !important;
}
#tabs li:not(.open) .loading_small {
  width: 16px;
  background-image: url(/Images/load-grey.gif);
}
#tabs li span {
  vertical-align: middle;
}
#tabs li .loading_small {
  display: none !important;
}
#tabs li .CountWrapper {
  display: inline-block;
  min-width: 5ch;
  font-family: monospace;
  vertical-align: baseline;
}
.priority_block {
  text-transform: uppercase;
}
.critical .priority_block {
  background: red;
  color: white;
}
.urgent .priority_block {
  background: #a22adf;
  color: white;
}
.high .priority_block {
  background: yellow;
}
.normal .priority_block {
  background: white;
}
.low .priority_block {
  background: lightgray;
}
.no_priority .priority_block {
  background: white;
}
.PagingControl {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  margin-top: 20px;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1000px) {
  .PagingControl {
    margin-top: 30px;
    margin-bottom: 24px;
    text-align: left;
    justify-content: flex-start;
    grid-gap: 16px;
  }
}
.PagingControl div {
  display: inline;
}
.PageNumber {
  display: inline;
  line-height: 1;
  color: black;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .PageNumber {
    font-size: 120%;
    color: #111111;
  }
}
.PageNumber:not(:last-child):after {
  content: ",";
}
@media (max-width: 1000px) {
  .PageNumber:last-child {
    padding-right: 0%;
  }
}
.PageNumber:hover,
.NextPageButton:hover,
.PreviousPageButton:hover {
  color: #00b463;
  cursor: pointer;
}
.PreviousPageButton,
.NextPageButton {
  font-size: 28px;
  margin-top: -4px;
  line-height: 1;
  color: black;
  text-decoration: none;
}
.FirstPage,
.LastPage {
  padding: 0 !important;
}
.FirstPage:after,
.LastPage:after {
  content: "" !important;
}
.CurrentPage {
  font-weight: bold;
  color: #00b463;
}
.PagingEllipsis:nth-of-type(1) {
  padding: 0 5px;
}
.PagingEllipsis:nth-of-type(2) {
  padding: 0;
}
/* --- Validation Styles --- */

.ValidationTrue,
.ValidationCross {
  display: none !important;
}
header {
  display: flex;
  position: sticky;
  min-height: 106px;
  background-color: white;
}
@media (max-width: 1000px) {
  header {
    width: 100%;
    top: 0;
    height: 60px;
    min-height: unset !important;
    border-bottom: 1px solid #333333;
    z-index: 90;
  }
}
header #header-container {
  display: flex;
  grid-gap: 32px;
}
@media (max-width: 1000px) {
  header #header-container {
    padding-inline: 20px;
  }
}
@media (max-width: 380px) {
  header #header-container {
    grid-gap: 24px;
  }
}
#headerlogo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  align-self: center;
  margin-right: auto;
  text-decoration: none;
  width: 221px;
  height: 68px;
}
@media (max-width: 1000px) {
  #headerlogo {
    width: 120px;
    height: 37px;
  }
}
#headerlogo .logo {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
#header_nav {
  flex-grow: 2;
  display: flex;
  justify-content: flex-end;
  grid-gap: 20px;
}
@media (max-width: 1000px) {
  #header_nav {
    align-items: center;
  }
}
#header_nav #private_menu {
  display: flex;
  grid-gap: 12px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1000px) {
  #header_nav #private_menu {
    align-items: center;
  }
}
#header_nav #public_nav {
  display: flex;
  grid-gap: 12px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
#header_nav .user_menu > ul {
  display: flex;
  align-items: center;
  grid-gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 699px) {
  #header_nav .user_menu > ul {
    grid-gap: 22px;
  }
}
@media (max-width: 380px) {
  #header_nav .user_menu > ul {
    grid-gap: 16px;
  }
}
#header_nav .user_menu > ul > li {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 699px) {
  #header_nav .user_menu > ul > li.log-in-menu-link-wrapper a {
    font-size: 0;
  }
}
#header_nav .user_menu > ul > li.log-in-menu-link-wrapper .UserIcon {
  width: 14px;
  height: 20px;
}
@media (max-width: 699px) {
  #header_nav .user_menu > ul > li.contact-icon-wrapper a {
    font-size: 0;
  }
}
@media (min-width: 700px) {
  #header_nav .user_menu > ul > li.contact-icon-wrapper .TelephoneIcon {
    margin-block-start: -2px;
  }
}
@media (max-width: 699px) {
  #header_nav .user_menu > ul > li.team-viewer-icon-wrapper a {
    font-size: 0;
  }
}
#header_nav .user_menu > ul > li.team-viewer-icon-wrapper .team-viewer-icon {
  flex-shrink: 0;
  display: block;
  background-image: url('/images/teamviewer-1-desktop.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
@media (max-width: 699px) {
  #header_nav .user_menu > ul > li.user-profile-menu-link-wrapper a {
    font-size: 0;
  }
}
#header_nav .user_menu > ul > li.user-profile-menu-link-wrapper .UserProfileIcon {
  width: 24px;
  height: 20px;
}
@media (max-width: 699px) {
  #header_nav .user_menu > ul > li.log-out-icon-wrapper a {
    font-size: 0;
  }
}
#header_nav .user_menu > ul > li.log-out-icon-wrapper .log-out-icon {
  background-image: url('/images/log-out-desktop.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
#header_nav .user_menu > ul > li.rmm-spacer {
  display: none;
}
@media (max-width: 1000px) {
  #header_nav .user_menu > ul > li.rmm-spacer {
    display: flex;
    flex-shrink: 0;
  }
}
@media (min-width: 1001px) {
  #header_nav .user_menu > ul > li.rmm-spacer #MobileMenuBtn,
  #header_nav .user_menu > ul > li.rmm-spacer #mobileMenu {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  #header_nav .user_menu > ul > li.rmm-spacer .MenuIconMadeFromSpans {
    flex-shrink: 0;
    display: block;
    position: relative;
    vertical-align: middle;
    width: 23px;
    height: 17px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    cursor: pointer;
    overflow: hidden;
  }
  #header_nav .user_menu > ul > li.rmm-spacer .MenuIconMadeFromSpans:after,
  #header_nav .user_menu > ul > li.rmm-spacer .MenuIconMadeFromSpans:before {
    display: none !important;
  }
  #header_nav .user_menu > ul > li.rmm-spacer .MenuIconMadeFromSpans span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 0px;
    opacity: 1;
    right: 0;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    background: #333333;
    will-change: transform;
  }
  #header_nav .user_menu > ul > li.rmm-spacer .MenuIconMadeFromSpans span.MenuIconMadeFromSpansSpan1 {
    top: 0px;
  }
  #header_nav .user_menu > ul > li.rmm-spacer .MenuIconMadeFromSpans span.MenuIconMadeFromSpansSpan2 {
    top: 7px;
  }
  #header_nav .user_menu > ul > li.rmm-spacer .MenuIconMadeFromSpans span.MenuIconMadeFromSpansSpan3 {
    top: 14px;
  }
  #header_nav .user_menu > ul > li.rmm-spacer .MenuIconMadeFromSpans:hover,
  #header_nav .user_menu > ul > li.rmm-spacer .MenuIconMadeFromSpans:focus {
    outline: none;
  }
  #header_nav .user_menu > ul > li.rmm-spacer .MenuIconMadeFromSpans:hover span,
  #header_nav .user_menu > ul > li.rmm-spacer .MenuIconMadeFromSpans:focus span {
    background: #00b463;
  }
  #header_nav .user_menu > ul > li.rmm-spacer .MenuIconMadeFromSpans.IsActive span.MenuIconMadeFromSpansSpan1 {
    top: 7px !important;
    transform: rotate(135deg) !important;
  }
  #header_nav .user_menu > ul > li.rmm-spacer .MenuIconMadeFromSpans.IsActive span.MenuIconMadeFromSpansSpan2 {
    opacity: 0 !important;
    transform: translateX(30px) !important;
  }
  #header_nav .user_menu > ul > li.rmm-spacer .MenuIconMadeFromSpans.IsActive span.MenuIconMadeFromSpansSpan3 {
    top: 7px !important;
    transform: rotate(-135deg) !important;
  }
}
@media (max-width: 1000px) {
  #header_nav .user_menu > ul > li.rmm-spacer #mobileMenu {
    display: block;
    left: 0;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 910;
    width: 101%;
    margin-left: 0px;
    background-color: #333333;
  }
  #header_nav .user_menu > ul > li.rmm-spacer #mobileMenu a {
    display: block;
    background-color: #333333 !important;
    color: white !important;
    border-bottom: 1px solid white !important;
    padding-inline: 20px !important;
    padding-top: 14px !important;
    padding-bottom: 11px !important;
    font-family: "DINWeb Medium" !important;
    font-size: 23px !important;
    letter-spacing: -0.03em !important;
    text-decoration: none !important;
  }
  #header_nav .user_menu > ul > li.rmm-spacer #mobileMenu a:hover {
    background: #00aa52 !important;
    color: white !important;
  }
}
#header_nav .user_menu > ul > li .Menu-Icon,
#header_nav .user_menu > ul > li .SVGSpriteIcon {
  order: 99;
}
#header_nav .user_menu a {
  display: flex;
  grid-gap: 8px;
  align-items: center;
  flex-shrink: 0;
  font-size: 13px;
  color: black;
  text-decoration: none;
}
#header_nav .user_menu a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #009552;
}
#header_nav #mainmenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1000px) {
  #header_nav #mainmenu {
    display: none !important;
  }
}
#header_nav #mainmenu > ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header_nav #mainmenu > ul > li {
  display: inline-flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header_nav #mainmenu a {
  color: #333333;
  cursor: pointer;
  display: flex;
  line-height: 1;
  font-size: 20px;
  font-family: "DINWeb Bold", Arial, Helvetica, sans-serif;
  padding: 12px;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media (min-width: 1001px) {
  #header_nav #mainmenu a {
    font-size: 17px;
  }
}
@media (min-width: 1230px) {
  #header_nav #mainmenu a {
    font-size: 20px;
  }
}
@media (min-width: 1330px) {
  #header_nav #mainmenu a {
    font-size: 22px;
    padding-inline: 16px;
  }
}
#header_nav #mainmenu a:hover {
  background: #333333;
  color: white;
  text-decoration: none;
}
/*|||||||||||||||||||||||||||||||||| End |||||||||||||||||||||||||||||||||*/

#subject,
#subtitle,
.subtitle,
#subtitle_nopad {
  background: #333333;
  color: white;
}
#subject {
  display: flex;
  align-items: center;
  padding-block-start: 8px;
  padding-block-end: 6px;
  padding-inline: 20px;
}
#subtitle,
.subtitle {
  padding: 10px 20px;
  padding-block-end: 7px;
}
#subtitle h2,
.subtitle h2 {
  font-size: 20px;
  margin-block-start: 0;
  margin-block-end: 0;
}
#subsubtitle,
.subsubtitle {
  background: #00aa52;
  color: white;
  padding: 10px 20px;
  padding-block-end: 7px;
  margin-bottom: 20px;
}
#subsubtitle h3,
.subsubtitle h3 {
  font-size: 18px;
  margin-block-start: 0;
  margin-block-end: 0;
}
#main-container {
  padding: 25px 0 5px;
  width: 950px;
}
@media (min-width: 1230px) {
  #main-container {
    width: 1100px;
  }
}
@media (min-width: 1330px) {
  #main-container {
    width: 1200px;
  }
}
@media (max-width: 1000px) {
  #main-container {
    display: block;
    position: relative;
    width: 100%;
    padding-inline: 20px;
  }
}
.top {
  background: url("../Images/top-arrow.png") no-repeat scroll right top transparent;
  color: #009552;
  cursor: pointer;
  font-size: 11px;
  padding: 8px 13px 0 0;
  line-height: 40px;
}
.top:hover {
  text-decoration: none;
  color: black;
}
#footer {
  margin-block-start: 26px;
}
#footer-company {
  background: #00aa52;
  color: white;
  padding: 26px 20px 20px 20px;
}
#footer-company a {
  color: white;
  text-decoration: none;
}
#footer-company a:hover {
  color: white;
  text-decoration: underline;
}
#footer-company .container {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 16px;
}
#footer-company h3 {
  margin: 0;
}
@media (max-width: 480px) {
  #footer-company h3 {
    font-size: 20px;
  }
}
#footer-company .Slogan {
  margin-inline-end: auto;
}
#footer-copyright {
  background: #333333;
  color: white;
  font-size: 12px;
  padding: 26px 20px 20px 20px;
}
#footer-copyright a {
  color: white;
}
#footer-copyright a:hover {
  color: #00b463;
}
#two_column_wrapper {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 280px;
}
@media (max-width: 1000px) {
  #two_column_wrapper {
    grid-template-columns: 1fr;
    grid-gap: 26px;
  }
}
#col_left {
  width: 100%;
}
@media (max-width: 1000px) {
  #col_left {
    order: 0;
  }
}
#col_right {
  width: 100%;
}
@media (max-width: 1000px) {
  #col_right {
    order: 1;
    padding-block-start: 26px;
    border-block-start: 2px solid black;
  }
}
#col_right h3 {
  font-size: 20px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
#col_right a:hover {
  text-decoration: underline;
}
.log_new_event {
  cursor: pointer;
}
#important_docs li {
  margin-bottom: 10px;
}
.ico_pdf {
  background: url(../Images/Icon-PDF.png) center no-repeat;
  float: left;
  height: 40px;
  width: 40px;
}
.ico_file {
  background: url(../Images/Icon-File.png) center no-repeat;
  float: left;
  height: 40px;
  width: 30px;
}
.doc_name {
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin-left: 5px;
}
#last_updated {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 2px;
}
#last_updated:empty {
  margin-block-start: -10px;
  margin-block-end: 16px;
  padding-block-end: 16px;
  border-block-end: 1px solid #cccccc;
}
#last_updated li {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding-bottom: 0px;
  width: 100%;
}
#last_updated li > a {
  display: flex;
  width: 100%;
  position: relative;
}
#last_updated li a {
  color: #777777;
  text-decoration: none;
}
#last_updated li a:hover {
  text-decoration: none;
}
#last_updated li a:hover .priority_block {
  border-color: black;
}
#last_updated li a:hover .event_list_right {
  border-color: black;
  background-color: #ddf4e9;
  color: black;
}
#last_updated li a:hover .event_info {
  color: black;
}
#last_updated li a .priority_block {
  flex-shrink: 0;
  width: 12px;
  border: 1px solid #aaaaaa;
}
#last_updated li a .event_list_right {
  flex-grow: 2;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 2px;
  padding: 6px 8px;
  padding-block-start: 8px;
  border: 1px solid #aaaaaa;
  border-inline-start: none;
}
#last_updated li a .event_title {
  color: black;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  word-break: break-word;
  word-wrap: break-word;
  width: 100%;
  margin: 0;
}
#last_updated li a .event_info {
  font-size: 12px;
  width: 100%;
  margin: 0;
}
#last_updated h4 a {
  color: black;
}
#last_updated .last_updated_more {
  background: #efefef;
  padding: 20px;
  text-transform: lowercase;
}
#last_updated .last_updated_load {
  display: inline-block;
  width: 100%;
}
#last_updated .loading {
  display: inline-block;
  float: left;
}
.validate_container {
  float: left;
  width: 480px;
}
.custom_file_upload {
  overflow: hidden;
  position: relative;
}
.custom_file_upload input[type="text"] {
  width: 205px;
}
.custom_file_upload input[type=button] {
  float: right;
  height: 38px;
}
.custom_file_upload.hover {
  cursor: pointer;
}
.custom_file_upload.hover input[type=button] {
  background: white;
  color: #333333;
}
#MainContent_uc_CMSEvent1_CMSEventContent #A1 {
  display: inline-block;
  vertical-align: middle;
  margin-inline-start: 5px;
}
@media (max-width: 799px) {
  #MainContent_uc_CMSEvent1_CMSEventContent #A1 {
    display: block;
    margin: 0;
    margin-block-start: 10px;
  }
}
#login_video_container {
  display: none !important;
  margin: 0;
  margin-block-start: 64px;
}
@media (max-width: 1000px) {
  #login_video_container {
    display: block;
    width: 100%;
    margin-block-start: 42px;
  }
}
@media (max-width: 1000px) {
  #instructional_video {
    width: 100% !important;
  }
}
#instructional_video_container {
  width: 100%;
}
.video_tutorial_chapters {
  display: inline-block;
  columns: 2;
  column-gap: 16px;
  margin: 16px 0 0 0;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .video_tutorial_chapters {
    columns: unset;
  }
}
.video_tutorial_chapters li {
  margin-bottom: 9px;
}
.video_tutorial_chapters li .ItemText {
  display: inline;
  color: #111111;
  cursor: pointer;
}
.video_tutorial_chapters li .ItemText:hover {
  color: #009552;
  text-decoration: underline;
}
#login_error {
  color: red;
  font-weight: bold;
}
input#login_submit {
  background-position: 90px center;
  padding-left: 14px;
  text-align: left;
  width: 110px;
}
#warning {
  font-size: 13px;
  color: #00000088;
}
@media (max-width: 1000px) {
  #warning {
    display: block;
  }
}
#event-type-dropdown {
  display: none;
}
.FiltersOuterWrapper {
  position: relative;
}
#event_filter {
  display: none;
  background: #eeeeee;
  border: 1px solid #aaaaaa;
  overflow: hidden;
  padding: 10px;
  grid-gap: 10px;
  position: relative;
  transition: height 400ms, padding 400ms;
  margin-block-end: 2px;
}
#event_filter.open {
  display: flex;
}
#event_filter label {
  font-size: 13px;
}
@media (max-width: 640px) {
  #event_filter label {
    font-size: 12px;
  }
}
button.IconButton.filter_toggle-logged-events {
  flex-shrink: 0;
  width: 40px;
  height: 26px;
  margin-block-start: 2px;
  margin-inline-end: -6px;
}
button.IconButton.filter_toggle-logged-events:hover .SVGSpriteIcon use {
  --SVG-Icon-Colour-1: var(--Icon-color-hover);
}
button.IconButton.filter_toggle-logged-events.open .SVGSpriteIcon use {
  --SVG-Icon-Colour-1: var(--Icon-color-green);
}
button.IconButton.filter_toggle-logged-events.open .SVGSpriteIcon.CrossIcon {
  display: block !important;
  position: absolute;
  top: 14px;
  right: 4px;
}
button.IconButton.filter_toggle-logged-events .SVGSpriteIcon use {
  --SVG-Icon-Colour-1: var(--Icon-color-white);
}
#filter_dropdown_container {
  display: flex;
  flex-wrap: wrap;
  padding-inline-end: 160px;
}
#filter_dropdown_container.FiltersGroupWrapper {
  display: grid;
  align-items: flex-start;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1329px) {
  #filter_dropdown_container.FiltersGroupWrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  #filter_dropdown_container.FiltersGroupWrapper {
    padding-inline-end: 0;
  }
}
@media (max-width: 800px) {
  #filter_dropdown_container.FiltersGroupWrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 360px) {
  #filter_dropdown_container.FiltersGroupWrapper {
    grid-template-columns: 1fr;
  }
}
#event_filter_overlay {
  background-color: #ffffff99;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 7;
  transition: height 400ms;
}
#loading_filter {
  animation: rotate 2s infinite linear;
  border: 10px solid #00b463;
  border-right-color: transparent;
  border-radius: 50px;
  height: 50px;
  margin: 70px auto;
  width: 50px;
}
.event_full_text_warning {
  font-weight: lighter;
}
#other_event_checkbox {
  cursor: pointer;
  line-height: 28px;
  margin-top: 30px;
  display: block;
}
#event_sort {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  position: relative;
  background: #333333;
  height: 40px;
  margin-block-end: 2px;
  padding: 0 10px;
  padding-inline-start: 23px;
}
@media (min-width: 1001px) {
  #event_sort {
    position: sticky;
    inset-block-start: 0;
    z-index: 10;
  }
}
@media (max-width: 1000px) {
  #event_sort {
    height: unset;
    padding-block: 6px;
    padding-inline-start: 10px;
  }
}
#event_sort_overlay {
  background: rgba(51, 51, 51, 0.6);
  display: none;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
}
#sort_params {
  display: inline-flex;
  flex-grow: 2;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  margin: 0;
  padding-inline-start: 4px;
}
@media (max-width: 1000px) {
  #sort_params {
    display: flex;
    height: unset;
    padding: 0;
    grid-gap: 10px 16px;
  }
}
#sort_params li {
  position: relative;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  grid-gap: 6px;
  inset-inline-start: -16px;
}
@media (max-width: 1000px) {
  #sort_params li {
    font-size: 13px;
    inset-inline-start: 0;
    inset-inline-end: 0;
    width: unset;
    flex-grow: unset;
  }
}
.sort_triangles {
  float: left;
  display: inline-block;
  width: 10px;
}
.sort_asc,
.sort_desc {
  border-style: solid;
  border-right-color: transparent;
  border-left-color: transparent;
  width: 0;
  display: block;
  height: 2px;
}
.sort_asc {
  border-width: 0 5px 5px 5px;
  border-bottom-color: white;
  width: 0;
  display: block;
}
.sort_desc {
  border-width: 5px 5px 0 5px;
  border-top-color: white;
  margin-top: 5px;
}
.ResultPerPageWrapper {
  position: relative;
  margin-top: 16px;
}
#rpp_overlay {
  background: rgba(250, 255, 255, 0.6);
  display: none;
  height: 45px;
  position: absolute;
  width: 100%;
}
.desc .sort_desc {
  border-top-color: #00b463;
}
.asc .sort_asc {
  border-bottom-color: #00b463;
}
.NoEventsToDisplay {
  font-size: 20px;
  padding: 32px;
  border: 1px solid #aaaaaa;
  text-align: center;
}
.DuoFormWrapper {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
@media (max-width: 799px) {
  .DuoFormWrapper {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.DuoFormWrapper > .FormWrapper {
  margin-block-end: 0;
}
.FormWrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  grid-gap: 16px;
  width: 100%;
  max-width: 100%;
  margin-block-end: 20px;
}
.FormWrapper:last-child {
  margin-block-end: 0;
}
.FormWrapper.SmallForm {
  width: 320px;
}
@media (max-width: 480px) {
  .FormWrapper.SmallForm {
    width: 100%;
  }
}
.FormWrapper.MediumSmallForm {
  width: 400px;
}
@media (max-width: 480px) {
  .FormWrapper.MediumSmallForm {
    width: 100%;
  }
}
.FormWrapper.MediumForm {
  width: 480px;
}
@media (max-width: 520px) {
  .FormWrapper.MediumForm {
    width: 100%;
  }
}
.FormWrapper .FormPanelWrapper {
  width: 100%;
}
.FormWrapper > p,
.FormWrapper ul,
.FormWrapper ol {
  width: 100%;
}
.FormInlineGroupWrapper {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 16px 20px;
  width: 100%;
}
.FormInlineGroupWrapper.SearchWrapperWithFullTextSearch {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media (max-width: 1000px) {
  .FormInlineGroupWrapper.SearchWrapperWithFullTextSearch {
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 767px) {
  .FormInlineGroupWrapper.SearchWrapperWithFullTextSearch {
    grid-template-columns: 1fr;
  }
}
.FormInlineGroupWrapper.SearchWrapperWithFullTextSearch #event_full_text_CheckboxWrapper {
  margin-block-start: 27px;
}
@media (max-width: 767px) {
  .FormInlineGroupWrapper.SearchWrapperWithFullTextSearch #event_full_text_CheckboxWrapper {
    margin-block-start: 0;
  }
}
.FormInlineGroupWrapper.Column_2fr_2fr_1fr {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
}
@media (max-width: 752px) {
  .FormInlineGroupWrapper.Column_2fr_2fr_1fr {
    grid-template-columns: 1fr;
  }
}
.FormInlineGroupWrapper .FormInput {
  display: inline-flex;
  width: unset;
  margin: 0;
}
.FormInput {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.FormInput.RightAuto {
  margin-inline-end: auto;
}
.FormInput.HasFullTextCheckbox .CheckboxWrapper {
  margin-block-start: 10px;
}
@media (min-width: 480px) {
  .FormInput.HasFullTextCheckbox .CheckboxWrapper {
    position: absolute;
    inset-block-start: 1px;
    inset-inline-end: 1px;
    margin: 0;
  }
  .FormInput.HasFullTextCheckbox .CheckboxWrapper label {
    grid-gap: 5px;
  }
  .FormInput.HasFullTextCheckbox .CheckboxWrapper label input[type="checkbox"] {
    order: 1;
  }
  .FormInput.HasFullTextCheckbox .CheckboxWrapper label .LabelText {
    order: 0;
  }
}
.FormInput label {
  display: block;
  width: 100%;
  margin: 0;
  margin-block-end: 2px;
}
.FormInput .MultiInputWrapper {
  display: grid;
  grid-gap: 6px;
  width: 100%;
}
.FormInput .MultiInputWrapper.IsContactTitleInput {
  grid-template-columns: 1fr 2fr;
}
.FormInput .MultiInputWrapper.IsContactTitleInput .Title {
  width: 100%;
}
.FormInput .MultiInputWrapper.IsContactTitleInput .Other {
  width: 100%;
}
.FormInput .MultiInputWrapper.IsContactTitleInput .Other input[type="text"] {
  display: none;
}
.FormInput .InputWrapper {
  position: relative;
  width: 100%;
}
.FormInput .InputWrapper input[type="text"],
.FormInput .InputWrapper input[type="search"],
.FormInput .InputWrapper input[type="url"],
.FormInput .InputWrapper input[type="tel"],
.FormInput .InputWrapper input[type="email"],
.FormInput .InputWrapper input[type="password"],
.FormInput .InputWrapper input[type="file"],
.FormInput .InputWrapper select,
.FormInput .InputWrapper textarea {
  width: 100%;
}
.FormInput input[type="text"],
.FormInput input[type="search"],
.FormInput input[type="url"],
.FormInput input[type="tel"],
.FormInput input[type="email"],
.FormInput input[type="password"],
.FormInput input[type="file"],
.FormInput select,
.FormInput textarea,
.FormInput .FormInputAsDiv,
.FormInput .FormInputTextAreaAsDiv {
  width: 100%;
  margin: 0;
}
.FormInput.CheckboxWrapper {
  line-height: 1;
}
.FormInput.CheckboxWrapper.Bold label .LabelText {
  font-weight: bold;
}
.FormInput.CheckboxWrapper.remember_me_wrapper {
  margin-block-start: 8px;
}
.FormInput.CheckboxWrapper label {
  display: flex;
  grid-gap: 6px;
  float: none;
  width: 100%;
  line-height: 1;
  user-select: none;
  font-size: 13px;
  margin: 0;
}
@media (max-width: 640px) {
  .FormInput.CheckboxWrapper label {
    font-size: 12px;
  }
}
.FormInput.CheckboxWrapper label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #00aa52;
  cursor: pointer;
}
.FormInput.CheckboxWrapper label .LabelText {
  margin: 0;
  font-weight: normal;
  line-height: 1.35;
  cursor: pointer;
}
@media (max-width: 640px) {
  .FormInput.CheckboxWrapper label .LabelText {
    margin-block-start: 1px;
  }
}
.FormButtonAlignRightWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  margin-block-end: 16px;
}
.FormButtonAlignRightWrapper:last-child {
  margin-block-end: 0;
}
.FormButtonAlignRightWrapper input {
  margin: 0;
}
.FormLabelAndTextWrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.FormLabelAndTextWrapper label {
  width: unset;
  margin-inline-end: auto;
}
.FormLabelAndTextWrapper .RightSideText {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  margin-block-end: 1px;
  line-height: 1;
}
@media (max-width: 640px) {
  .FormLabelAndTextWrapper .RightSideText {
    font-size: 12px;
  }
}
.FormLabelAndTextWrapper .ForgottenPasswordLink {
  font-size: 85%;
}
#content_other_events .filters {
  margin-bottom: 2px;
  padding: 20px;
  background: #eeeeee;
  border: 1px solid #aaaaaa;
}
.event_list > li {
  background-color: white;
  border: 1px solid #aaaaaa;
  margin-bottom: 2px;
  padding-bottom: 0 !important;
  position: relative;
}
.event_list > li.active,
.event_list > li.active .priority_block {
  border-color: black;
}
.event_list > li.active {
  cursor: default;
  background-color: #00aa52 !important;
}
.event_list > li.active > .event_details {
  background-color: inherit !important;
}
.event_list > li.active > .event_details > h4 {
  color: white;
}
.event_list > li.active > .event_details > .DetailsDataWrapper .event_number,
.event_list > li.active > .event_details > .DetailsDataWrapper .event_status,
.event_list > li.active > .event_details > .DetailsDataWrapper .event_updated,
.event_list > li.active > .event_details > .DetailsDataWrapper .event_updatedby,
.event_list > li.active > .event_details > .DetailsDataWrapper .event_scheduled,
.event_list > li.active > .event_details > .DetailsDataWrapper .event_priority,
.event_list > li.active > .event_details > .DetailsDataWrapper .event_customer_contact {
  color: white;
}
.event_list > li.active > .event_details > .DetailsDataWrapper .event_number .mobile-cell-label,
.event_list > li.active > .event_details > .DetailsDataWrapper .event_status .mobile-cell-label,
.event_list > li.active > .event_details > .DetailsDataWrapper .event_updated .mobile-cell-label,
.event_list > li.active > .event_details > .DetailsDataWrapper .event_updatedby .mobile-cell-label,
.event_list > li.active > .event_details > .DetailsDataWrapper .event_scheduled .mobile-cell-label,
.event_list > li.active > .event_details > .DetailsDataWrapper .event_priority .mobile-cell-label,
.event_list > li.active > .event_details > .DetailsDataWrapper .event_customer_contact .mobile-cell-label {
  color: #ffffffcc;
}
.event_list .priority_block {
  border-right: 1px solid #aaaaaa;
  float: left;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
}
.DetailsDataWrapper {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px 16px;
}
@media (max-width: 1000px) {
  .DetailsDataWrapper {
    display: grid;
    grid-gap: 5px 14px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .DetailsDataWrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .DetailsDataWrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .DetailsDataWrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .DetailsDataWrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 380px) {
  .DetailsDataWrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  .DetailsDataWrapper > div,
  .DetailsDataWrapper > span {
    width: unset;
    flex-grow: unset;
  }
}
.mobile-cell-label {
  display: none;
  font-size: 11px;
  margin-bottom: 1px;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1000px) {
  .mobile-cell-label {
    display: block;
  }
}
.event_number,
.event_status,
.event_updated,
.event_updatedby,
.event_scheduled,
.event_priority,
.event_customer_contact {
  font-size: 12px;
}
@media (min-width: 1330px) {
  .event_number,
  .event_status,
  .event_updated,
  .event_updatedby,
  .event_scheduled,
  .event_priority,
  .event_customer_contact {
    font-size: 14px;
  }
}
.event_details {
  cursor: pointer;
  margin-left: 10px;
  padding: 13px 16px 11px 16px;
  padding-inline-end: 54px;
}
@media (max-width: 1000px) {
  .event_details {
    padding-block: 10px;
    padding-inline: 12px;
  }
}
.event_details:hover {
  background-color: #ddf4e9;
}
.event_details h4 {
  display: flex;
  width: 100%;
  font-size: 19px;
  margin-bottom: 4px;
}
.event_details .event_number,
.event_details .event_status,
.event_details .event_updated,
.event_details .event_updatedby,
.event_details .event_scheduled,
.event_details .event_priority,
.event_details .event_customer_contact {
  color: #888888;
}
@media (max-width: 1000px) {
  .event_details .event_number,
  .event_details .event_status,
  .event_details .event_updated,
  .event_details .event_updatedby,
  .event_details .event_scheduled,
  .event_details .event_priority,
  .event_details .event_customer_contact {
    color: black;
  }
}
.event_number {
  width: 60px;
}
@media (min-width: 1330px) {
  .event_number {
    width: 64px;
  }
}
.event_status {
  text-transform: capitalize;
  width: 114px;
}
@media (min-width: 1330px) {
  .event_status {
    width: 134px;
  }
}
.event_updated {
  width: 106px;
}
@media (min-width: 1330px) {
  .event_updated {
    width: 122px;
  }
}
.event_updatedby {
  flex-grow: 2;
}
.event_scheduled {
  width: 102px;
}
@media (min-width: 1330px) {
  .event_scheduled {
    width: 116px;
  }
}
.event_priority {
  width: 58px;
}
@media (min-width: 1330px) {
  .event_priority {
    width: 68px;
  }
}
.event_customer_contact {
  width: 110px;
}
@media (min-width: 1330px) {
  .event_customer_contact {
    width: 122px;
  }
}
.event_notes_attachments {
  background: #eeeeee;
  display: none;
  margin-left: 10px;
}
.event_notes_container {
  border-top: 1px solid black;
  border-bottom: 1px solid #aaaaaa;
}
.FormInputTextAreaAsDiv {
  background: none repeat scroll 0 0 white;
  border: 1px solid #aaaaaa;
  cursor: default;
  font-size: 14px;
  height: 150px;
  min-height: 150px;
  overflow-y: scroll;
  padding: 8px;
  position: inherit;
  resize: vertical;
}
.event-detail-container #event-body.show {
  height: auto !important;
  min-height: 150px;
}
.event_update_notes .loading_grey {
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
  line-height: 37px;
}
.event_update_notes .green {
  margin-right: 10px;
  float: right;
}
.event_update_notes h4 {
  float: left;
}
.event_notes_container,
.event_update_notes {
  padding: 20px;
  position: relative;
  zoom: 1;
}
.event_notes_container.FormWrapper,
.event_update_notes.FormWrapper {
  margin-block-end: 0;
}
.event_notes_update_button {
  float: right;
  margin-top: 10px;
}
.event_moreinfo {
  float: right;
}
.event_add_note {
  padding: 20px;
}
.new_note {
  width: 875px;
}
.event_attachment_container {
  float: right;
  margin-top: 10px;
  width: 512px;
}
.event_attachments {
  border-top: 1px solid #aaaaaa;
  padding: 20px;
  position: relative;
  zoom: 1;
}
.event_attachment {
  float: left;
  line-height: 30px;
  width: 299px;
}
.event_attachment .ico_holder {
  background: #333333;
  float: left;
  height: 30px;
  margin-right: 10px;
  width: 20px;
}
#search_event,
#clear_filter {
  display: inline-block;
  width: 116px;
}
@media (min-width: 1001px) {
  #search_event,
  #clear_filter {
    position: absolute;
    right: 10px;
  }
}
#clear_filter {
  background: #999999;
  margin-inline-end: auto;
}
@media (min-width: 1001px) {
  #clear_filter {
    margin-inline-end: 0;
    top: 10px;
  }
}
#clear_filter:hover {
  background: white;
}
@media (min-width: 1001px) {
  #search_event {
    bottom: 10px;
  }
}
#log_new_event_loading {
  background: rgba(253, 253, 253, 0.9);
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 125px 0;
  z-index: 1;
}
#log_new_event_loading p {
  font-size: 28px;
}
#subtitle_nopad.Flex {
  display: flex;
}
@media (max-width: 700px) {
  #subtitle_nopad.Flex {
    flex-wrap: wrap;
  }
}
#subtitle_nopad.Flex #current_release {
  flex-grow: 2;
}
@media (max-width: 700px) {
  #subtitle_nopad.Flex #current_release {
    width: 100%;
  }
}
#subtitle_nopad.Flex #erp_version_select {
  width: 222px;
}
@media (max-width: 700px) {
  #subtitle_nopad.Flex #erp_version_select {
    width: 100%;
  }
}
#current_release {
  padding: 20px;
  padding-block-end: 14px;
}
#current_release h3 {
  text-transform: uppercase;
  margin-block-end: 0;
}
#current_release span {
  font-family: "DINWeb Medium";
  font-size: 80%;
  text-transform: uppercase;
  color: #00b463;
}
#erp_version_select {
  flex-shrink: 0;
  padding: 20px;
  border-inline-start: 1px solid white;
}
@media (max-width: 700px) {
  #erp_version_select {
    padding: 0 20px;
    padding-block-end: 20px;
    border-inline-start: none;
  }
}
.release_info {
  display: none;
}
.release_info:first-child {
  display: block;
}
#upgrade_instructions_container {
  margin-top: 20px;
}
#TeamViewer_links {
  float: none;
  width: 260px!important;
  height: 140px!important;
  position: relative;
  margin-bottom: 20px;
}
#TeamViewer h2 {
  font-size: 220%;
  color: #009552;
}
#TeamViewer h3 {
  font-family: "DINWeb Medium";
  font-size: 170%;
  margin-block-start: 26px;
}
#TeamViewer h4 {
  font-family: "DINWeb Medium";
  font-weight: normal;
}
.user-profile-list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1px;
  margin: 0;
}
.user-profile-list > li {
  width: 100%;
  padding: 0;
}
.collapsible_content #contact_details,
.collapsible_content #tel_info,
.collapsible_content #online_info {
  margin: 10px 0 10px 0;
}
.collapsible_content #contact_details td,
.collapsible_content #tel_info td,
.collapsible_content #online_info td,
.collapsible_content #contact_details th,
.collapsible_content #tel_info th,
.collapsible_content #online_info th {
  vertical-align: top;
  padding: 5px 10px 5px 10px;
  text-align: left;
  word-break: break-word;
  word-wrap: break-word;
}
.collapsible_content #contact_details th,
.collapsible_content #tel_info th,
.collapsible_content #online_info th {
  padding-left: 20px;
  width: 200px;
}
.collapsible_content #chng_pass_container {
  padding: 20px;
}
@media (max-width: 1000px) {
  .collapsible_content table {
    width: auto;
    font-size: 90%;
  }
  .collapsible_content #contact_details {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 24px;
  }
  .collapsible_content #contact_details th {
    display: inline-block;
    width: 40%;
    padding-left: 0;
    padding-right: 8px;
    padding-top: 15px;
    padding-bottom: 0;
  }
  .collapsible_content #contact_details td {
    display: inline-block;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 0;
  }
  .collapsible_content #tel_info {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 24px;
  }
  .collapsible_content #tel_info th {
    display: inline-block;
    width: 40%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 0;
  }
  .collapsible_content #tel_info td {
    display: inline-block;
    width: 40%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 0;
  }
  .collapsible_content #online_info {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .collapsible_content #online_info th {
    display: block;
    width: 40%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 0;
  }
  .collapsible_content #online_info td {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2px;
    padding-bottom: 0;
  }
}
.contact_details_subtitle {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  background: #efefef;
  color: #111111;
  padding: 10px 16px 8px 16px;
}
@media (max-width: 1000px) {
  .contact_details_subtitle {
    padding-inline: 15px;
    padding-block: 12px;
  }
}
.contact_details_subtitle h2 {
  order: 0;
  flex-grow: 2;
  font-size: 20px;
  margin: 0;
}
@media (max-width: 1000px) {
  .contact_details_subtitle h2 {
    font-size: 100%;
    font-family: arial, sans-serif;
    letter-spacing: 0px !important;
  }
}
.contact_details_subtitle .edit_info {
  order: 1;
  flex-shrink: 0;
  margin-block-end: 2px;
}
@media (max-width: 1000px) {
  .contact_details_subtitle .edit_info {
    margin-block-end: 0;
  }
}
@media (max-width: 480px) {
  .contact_details_subtitle .edit_info {
    font-size: 12px;
  }
}
#lock_user_message {
  word-wrap: break-word;
  word-break: break-word;
}
#password_error,
#password_success {
  display: none;
  width: 100%;
  margin: 0;
}
.ValidationError {
  color: red;
  display: block;
}
#support_users_container {
  background: white;
}
#user_add_container {
  margin-block-start: 20px;
  padding-block-start: 20px;
  border-top: 2px solid black;
}
#button_container,
.button_container {
  text-align: right;
}
#remove_cancel {
  float: left;
  margin-top: 24px;
}
.yesno {
  width: 80px;
}
@media (max-width: 1000px) {
  .TableOverflowWrapper {
    overflow: auto;
    width: 100%;
    max-width: calc(100vw - 40px);
  }
  .TableOverflowWrapper > table {
    width: 100%;
  }
}
tr.SubHeader.Grey > th,
tr.SubHeader.Grey > td {
  background-color: #eeeeee;
}
tr.SubHeader.Light > th,
tr.SubHeader.Light > td {
  background-color: #d1ede3;
}
tr.SubHeader > th,
tr.SubHeader > td {
  background-color: #b7e4d0;
}
.existing_users {
  width: 100%;
}
.existing_users td,
.existing_users th {
  padding: 8px 14px;
}
.existing_users td.align-left,
.existing_users th.align-left {
  text-align: left;
  width: 200px;
}
.existing_users th {
  border-bottom: 1px solid white;
  background: #eeeeee;
}
.StandardTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.StandardTable.HasBorders > thead:first-child > tr > th {
  border-block-start: 1px solid #dddddd;
}
.StandardTable.HasBorders th,
.StandardTable.HasBorders td {
  border-block-end: 1px solid #dddddd;
  border-inline-end: 1px solid #dddddd;
}
.StandardTable.HasBorders th:first-child,
.StandardTable.HasBorders td:first-child {
  border-inline-start: 1px solid #dddddd;
}
.StandardTable.DarkHeader > thead:first-child > tr > th {
  color: white;
  background-color: #333333;
  border-block-start-color: #333333;
  border-block-end-color: #333333;
  border-inline-end-color: #666666;
}
.StandardTable.DarkHeader > thead:first-child > tr > th:first-child {
  border-inline-start-color: #333333;
}
.StandardTable.DarkHeader > thead:first-child > tr > th:last-child {
  border-inline-end-color: #333333;
}
.StandardTable.BigCellPadding th,
.StandardTable.BigCellPadding td {
  padding: 8px 14px;
}
.StandardTable th,
.StandardTable td {
  padding: 7px 10px 5px 10px;
  line-height: 1.35;
}
.StandardTable th.ColumnPrice,
.StandardTable td.ColumnPrice {
  white-space: nowrap;
}
.StandardTable th.Column_Per,
.StandardTable td.Column_Per {
  white-space: nowrap;
}
.StandardTable > tbody > tr.MainHeader > th,
.StandardTable > thead > tr > th {
  text-align: start;
  color: black;
  background: #eeeeee;
  border-bottom: none;
}
@media (min-width: 1001px) {
  .StandardTable > tbody > tr.MainHeader > th,
  .StandardTable > thead > tr > th {
    position: sticky;
    inset-block-start: 0;
    z-index: 10;
  }
}
.action_remove_user,
.action_pass_reset,
.action_change_role,
.action_assign_role,
.action_unlock_user,
.action_lock_user {
  background: url(/Images/sprite-user-mod-2.png);
  border: none;
  color: transparent;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  padding: 0;
  text-indent: -9in;
  cursor: pointer;
}
.remove_user_popup {
  display: none;
}
.action_remove_user {
  background-position: 0 -44px;
  height: 16px;
  width: 18px;
}
.action_remove_user:hover {
  background-position: 21px -44px;
}
.action_pass_reset {
  background: url(/Images/Icon-Mod-Reset-sprite.png);
  height: 22px;
  width: 22px;
}
.action_pass_reset:hover {
  background-position: -22px 0;
}
.action_change_role {
  background-image: url("../Images/Icon-Mod-ChangeUserRole-2-sprite.png");
  height: 24px;
  width: 30px;
}
.action_change_role:hover {
  background-position: -30px 0;
}
.action_assign_role {
  background-image: url("../Images/Icon-Mod-Add-UserRole-sprite.png");
  height: 20px;
  width: 22px;
}
.action_assign_role:hover {
  background-position: -22px 0;
}
.action_unlock_user {
  background-image: url("../Images/Icon-Padlock-Closed.png");
  height: 22px;
  width: 17px;
}
.action_unlock_user:hover {
  background-image: url("../Images/Icon-Padlock-Open.png");
  background-position: -17px 0;
}
.action_lock_user {
  background-image: url("../Images/Icon-Padlock-Open.png");
  height: 22px;
  width: 17px;
}
.action_lock_user:hover {
  background-image: url("../Images/Icon-Padlock-Closed.png");
  background-position: -17px 0;
}
/*------MODULES PAGES------*/

#pnl_ModulesInstalled {
  margin-top: 5px;
}
#pnl_ModulesNotInstalled {
  margin-top: 30px;
}
#pnl_ModulesInstalled,
#pnl_ModulesNotInstalled {
  width: 100%;
}
.node_desc {
  border: 1px solid #aaaaaa;
  border-top: none;
  padding: 20px;
  width: 100%;
  overflow: hidden;
}
.col-lgr {
  display: none !important;
}
.col-lgr:empty {
  display: none;
}
.extra_resources {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
  border: 1px solid #aaaaaa;
  border-top: 1px solid white;
  font-size: 100%;
  letter-spacing: 0px;
  margin-block-start: -2px;
  width: 100%;
  padding: 20px;
  padding-block-start: 0;
  overflow: hidden;
}
.extra_resources .node_resource {
  width: 100%;
}
.extra_resources .node_resource:empty {
  display: none;
}
.extra_resources .cust_resource {
  width: 100%;
}
.extra_resources .cust_resource:empty {
  display: none;
}
.node_resource {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#CurrentlyAttached {
  margin-top: 16px;
}
.ReadOnlyAttachmentList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 16px;
  width: 100%;
  margin: 0;
}
.ReadOnlyAttachmentList:empty {
  display: none;
}
.ReadOnlyAttachmentList > li {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  width: unset;
  font-size: inherit !important;
  line-height: inherit !important;
}
@media (max-width: 640px) {
  .ReadOnlyAttachmentList > li {
    width: 100%;
  }
}
.ReadOnlyAttachmentList > li.attachment_intro {
  width: 100%;
}
.ReadOnlyAttachmentList > li.HasLargerIcon > a {
  padding: 12px;
  padding-inline-end: 14px;
}
.ReadOnlyAttachmentList > li.FullWidth {
  width: 100%;
}
.ReadOnlyAttachmentList > li.FullWidth > a {
  width: 100%;
}
@media (min-width: 641px) {
  .ReadOnlyAttachmentList > li.FullWidth:last-child:first-child {
    width: unset;
  }
  .ReadOnlyAttachmentList > li.FullWidth:last-child:first-child > a {
    width: unset;
  }
}
.ReadOnlyAttachmentList > li > a {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  text-decoration: none;
  padding: 6px 10px;
  background-color: white;
  border: 1px solid #aaaaaa;
}
@media (max-width: 640px) {
  .ReadOnlyAttachmentList > li > a {
    width: 100%;
  }
}
.ReadOnlyAttachmentList > li > a:hover {
  text-decoration: none;
  background-color: #ddf4e9;
  border-color: #333333;
}
.ReadOnlyAttachmentList > li > a:hover .attachment_filename {
  text-decoration: none;
}
.ReadOnlyAttachmentList > li > a:hover .attachment_download_text {
  color: #009552;
  text-decoration: none;
}
.ReadOnlyAttachmentList > li .AttachmentRight {
  display: block;
}
.ReadOnlyAttachmentList > li .attachment_filename {
  display: block;
  flex-grow: 2;
  color: black;
  font-weight: bold;
  word-break: break-word;
  word-wrap: break-word;
  white-space: normal;
  font-size: inherit;
  width: 100%;
  margin-bottom: -4px;
}
@media (max-width: 480px) {
  .ReadOnlyAttachmentList > li .attachment_filename {
    font-size: 13px;
  }
}
.ReadOnlyAttachmentList > li .attachment_download_text {
  font-size: 13px;
}
.ReadOnlyAttachmentList > li .attachment_icon_wrapper {
  flex-shrink: 0;
  min-width: 20px;
}
.ReadOnlyAttachmentList > li .attachment_icon {
  flex-shrink: 0;
  display: block;
  max-width: 20px;
}
.ReadOnlyAttachmentList > li .attachment_icon.ico_pdf {
  max-width: unset;
}
#browser_select a {
  background: url(/Scripts/ie/background_browser.gif);
  display: block;
  float: left;
  font-size: 12px;
  height: 122px;
  margin-right: 10px;
  text-align: center;
  width: 120px;
}
#browser_select a:hover {
  color: black;
}
#browser_select .browser_ico {
  height: 100px;
  margin: 0 auto;
  margin-bottom: 4px;
  width: 100px;
}
#browser_select #download_ie .browser_ico {
  background: url(/Scripts/ie/browser_ie.gif);
}
#browser_select #download_ff .browser_ico {
  background: url(/Scripts/ie/browser_firefox.gif);
}
#browser_select #download_gc .browser_ico {
  background: url(/Scripts/ie/browser_chrome.gif);
}
#browser_select #download_op .browser_ico {
  background: url(/Scripts/ie/browser_opera.gif);
}
#browser_select #download_sf .browser_ico {
  background: url(/Scripts/ie/browser_safari.gif);
}
.event-detail-info {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 6px;
  align-items: flex-start;
  width: 100%;
  padding: 0 20px 4px 20px;
}
@media (max-width: 1000px) {
  .event-detail-info {
    padding: 0;
  }
}
.event-detail-info > li {
  word-break: break-word;
  word-wrap: break-word;
}
.event-detail-info > li:nth-child(odd) {
  font-weight: bold;
}
.event-detail-info > li.PriorityLabelWrapper {
  padding-top: 4px;
}
.event-detail-info > li h4 {
  margin: 0;
  font-weight: normal;
}
@media (max-width: 480px) {
  .event-detail-info > li h4 {
    font-size: 19px;
  }
}
.event-detail-info select {
  margin: 0;
}
.event-detail-info #change_priority {
  margin-left: 10px;
}
.event-detail-info .priority_block {
  display: inline-flex;
  align-items: center;
  border: 1px solid black;
  height: 30px;
  padding: 2px 4px;
  text-transform: uppercase;
}
#UpdateButton {
  float: right;
}
#change_priority {
  margin-left: 16px;
}
#change_priority:hover {
  text-decoration: underline;
}
#event_detail_priority_select {
  display: none;
}
#SummaryPoints {
  list-style-type: square;
}
#SummaryPoints ul {
  margin-left: 20px;
}
#SummaryPoints ul li {
  list-style-type: square;
  margin-bottom: 10px;
  width: 100%;
}
#SummaryPoints ul li:last-child {
  margin-bottom: 0;
}
.get-in-touch-box-header-area {
  display: none;
}
.get-in-touch-box-content-area {
  display: none;
}
.Iframe16by9AspectRatio {
  display: flex;
  justify-content: center;
  align-items: center;
  height: unset;
  width: 100%;
  position: relative;
  margin: 0;
  padding-top: 56.25%;
  color: #999999;
  background-color: transparent;
  border: 1px solid #00aa52;
  box-sizing: border-box;
}
.Iframe16by9AspectRatio .VideoOverlayContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #111111;
  z-index: 4 !important;
  cursor: pointer;
}
.Iframe16by9AspectRatio .VideoOverlayContainer img {
  display: block;
  height: 100%;
  width: 100%;
}
.Iframe16by9AspectRatio .VideoOverlayContainer .DFLogoForVideo {
  position: absolute;
  z-index: 3;
  top: -16px;
  left: -16px;
  height: 110px;
  width: 110px;
  padding: 20px;
  background-color: #111111;
  border-radius: 50%;
  box-sizing: border-box;
}
.Iframe16by9AspectRatio .VideoOverlayContainer .DFLogoForVideo img {
  display: block;
  width: 100%;
}
.Iframe16by9AspectRatio .VideoOverlayContainer .VideoOverlayTitle {
  position: absolute;
  z-index: 2;
  padding: 10px 20px 8px 106px;
  color: white;
  background-color: #00aa52;
  box-sizing: border-box;
  top: 0;
  left: 0;
  font-size: 17px;
  width: 100%;
  max-width: 100%;
  text-align: left;
}
@media (max-width: 480px) {
  .Iframe16by9AspectRatio .VideoOverlayContainer .VideoOverlayTitle {
    font-size: 13px;
  }
}
.Iframe16by9AspectRatio img.cke_iframe,
.Iframe16by9AspectRatio iframe {
  position: absolute !important;
  z-index: 3 !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.PlayButtonWrapper {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 60px;
  box-sizing: border-box;
}
@media (max-width: 1249px) {
  .PlayButtonWrapper {
    width: 60px;
    height: 43px;
  }
}
.PlayButtonWrapper img {
  display: block;
  width: 100%;
}
