html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  max-height: 999999px;
  box-sizing: border-box;
}
*:active,
*:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
textarea,
input[type="submit"] {
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.blink {
  width: 100%;
  height: 60px;
  background-color: orangered;
  padding: 5px;
  text-align: center;
  line-height: 50px;
  display: block;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
html,
body {
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  float: left;
}
body {
  height: 100%;
}
* {
  box-sizing: border-box;
}
html,
p {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 15px;
  line-height: 27px;
  color: #323131;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
b,
strong {
  font-weight: 400;
  color: #2f2f2f;
}
h1 {
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 30px;
  padding-bottom: 20px;
}
h2 {
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 20px;
  padding-bottom: 20px;
  color: #231f20;
  font-weight: bold;
}
::-moz-selection {
  background: #919191;
  color: #fff;
}
::selection {
  background: #919191;
  color: #fff;
}
header {
  background-color: #f8f9fa;
  padding: 1rem;
}
.container {
  margin-top: 1rem;
}
.intro100 {
  width: 100%;
  float: left;
  height: auto;
  background: #292c35;
}
.intro {
  width: 1200px;
  margin: 140px auto 30px auto;
}
.intro h1,
.intro p {
  color: #fff;
  max-width: 100%;
}
.intro h1 a,
.intro p a {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .intro {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .intro {
    margin-top: 30px;
  }
}
.soft100 {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.soft {
  width: 1200px;
  margin: 30px auto;
  float: left;
}
.softwareboxholder {
  width: 100%;
  float: left;
  background: #f7f7f7;
  padding: 15px;
  border: 1px solid #efefef;
  margin-bottom: 30px;
}
.softwareboxholder li,
.softwareboxholder p {
  font-size: 13px;
  line-height: 22px;
}
.softwareboxholder b {
  font-weight: 600;
  color: #000;
}
.softwareboxholder li {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
.softwareboxholder li:first-child {
  padding-top: 0;
}
.softwareboxholder li:last-child {
  border: 0;
}
.softwareboxholder li a {
  color: #292c35;
}
.softwareboxholder li a:hover,
.softwareboxholder li a:active {
  opacity: 0.6;
}
.softwareboxholder .buttonoholder {
  width: 100%;
  float: left;
  margin: 10px 0;
  text-align: center;
}
.softwareboxholder .button {
  border: 1px;
  background: #292c35;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 200ms ease all;
  transition: 200ms ease all;
  -o-transition: 200ms ease all;
  -moz-transition: 200ms ease all;
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  float: none;
  padding: 10px 20px;
}
.softwareboxholder .button:hover,
.softwareboxholder .button:active {
  background: #0c0e12;
}
@media only screen and (max-width: 1199px) {
  .soft {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.softimage {
  float: left;
  width: 15%;
  text-align: center;
  padding: 10px 20px;
}
.softimage img {
  max-width: 100%;
}
.softdescript {
  float: left;
  width: 50%;
  padding: 10px 20px;
}
.softextra {
  float: left;
  width: 35%;
  padding: 10px 20px;
  border-left: 1px solid #e0e0e0;
}
@media only screen and (max-width: 768px) {
  .softimage {
    width: 50%;
  }
  .softdescript {
    width: 50%;
  }
  .softextra {
    float: none;
    width: 100%;
    border-left: none;
    border-top: 1px solid #e0e0e0;
  }
}
.mainmenu100 {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
}
.mainmenu {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 70px;
}
.mainmenu > a {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.logo {
  display: block;
}
.menu-topbar-icons {
  display: none;
}
.menu-overlay {
  display: none;
}
@media only screen and (max-width: 768px) {
  .menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 998;
  }
}
.menu-collapse {
  display: flex;
  flex: 1;
  align-items: center;
  height: 70px;
}
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #454140;
  margin: 5px 0;
  -webkit-transition: 200ms ease all;
  transition: 200ms ease all;
  -o-transition: 200ms ease all;
  -moz-transition: 200ms ease all;
}
.mainmenu ul.realmenu {
  order: 2;
  flex: 1;
  display: flex;
  align-items: center;
  list-style: none;
  height: 70px;
  margin: 0;
  padding: 0;
}
.mainmenu ul.extramenu {
  order: 3;
  display: flex;
  align-items: center;
  list-style: none;
  height: 70px;
  margin: 0;
  padding: 0;
}
.mainmenu ul.extramenu > li {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 70px;
  border-left: 1px solid #e0e0e0;
}
.mainmenu ul.extramenu > li:last-child {
  border-right: 1px solid #e0e0e0;
}
.mainmenu ul.extramenu a {
  color: #737373;
  margin: 0;
  padding: 0 5px;
  text-decoration: none;
}
.mainmenu ul.extramenu a.portallogout {
  color: #d54141;
}
.mainmenu ul.extramenu a:hover,
.mainmenu ul.extramenu a:active {
  color: #fa0e72;
}
.mainmenu ul.extramenu a:hover.portallogout,
.mainmenu ul.extramenu a:active.portallogout {
  color: #737373;
}
.mainmenu ul.realmenu > li {
  display: flex;
  align-items: center;
  font-family: 'Montserrat', arial, sans-serif;
  position: relative;
  height: 70px;
}
.mainmenu ul.realmenu > li > a {
  text-decoration: none;
  color: #454140;
  font-size: 14px;
  padding: 0 15px;
  height: 70px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.mainmenu ul.realmenu > li > a:hover,
.mainmenu ul.realmenu > li > a:active {
  color: #fa0e72;
}
.mainmenu ul.realmenu > li.active > a {
  color: #FA0F73;
  box-shadow: inset 0 -3px 0 #FA0F73;
}
.menu-header {
  cursor: default;
}
.sub-menu-parent {
  position: relative;
}
.sub-menu-parent .arrow {
  display: inline-block;
  font-size: 0.75em;
  margin-left: 5px;
  transition: transform 0.15s ease;
}
.sub-menu-parent > a i {
  margin-left: 5px;
  transition: transform 0.2s ease;
}
.sub-menu-parent:hover .arrow,
.sub-menu-parent:active .arrow,
.sub-menu-parent.active .arrow {
  transform: rotate(180deg);
}
.sub-menu-parent:hover > a i,
.sub-menu-parent:active > a i,
.sub-menu-parent.active > a i {
  transform: rotate(180deg);
}
.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 70px;
  left: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-6px);
  z-index: 1000;
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0s linear 0.15s;
}
.sub-menu li {
  display: block;
  height: auto;
  border-bottom: 1px solid #e0e0e0;
}
.sub-menu li:last-child {
  border-bottom: 0;
}
.sub-menu li a {
  display: block;
  height: auto;
  padding: 10px 20px;
  margin: 0;
  color: #454140;
  font-size: 13px;
  font-family: 'Montserrat', arial, sans-serif;
  white-space: nowrap;
  text-decoration: none;
}
.sub-menu li a:hover,
.sub-menu li a:active {
  background: #f7f7f7;
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .mainmenu {
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .mainmenu100 {
    height: auto;
  }
  .mainmenu {
    position: relative;
    height: auto;
    padding: 0 15px;
    align-items: center;
  }
  .mainmenu > a {
    padding: 12px 10px;
  }
  .menu-topbar-icons {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 4px;
  }
  .menu-topbar-icons a {
    padding: 8px 10px;
    font-size: 18px;
    color: #737373;
    text-decoration: none;
  }
  .menu-topbar-icons a.portallogout {
    color: #d54141;
  }
  .menu-topbar-icons a:hover {
    color: #fa0e72;
  }
  .hamburger {
    display: block;
    margin-left: 0;
    margin-right: 4px;
  }
  .menu-collapse {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    height: auto;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
  .mainmenu.menu-open .menu-collapse {
    display: flex;
  }
  .mainmenu ul.extramenu {
    display: none;
  }
  .mainmenu ul.realmenu {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .mainmenu ul.realmenu > li {
    display: block;
    height: auto;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
  }
  .mainmenu ul.realmenu > li > a {
    display: block;
    height: auto;
    padding: 12px 15px;
    white-space: normal;
  }
  .mainmenu ul.realmenu > li.active > a {
    color: #FA0F73;
    box-shadow: none;
    border-left: 3px solid #FA0F73;
    padding-left: 12px;
  }
  .sub-menu-parent:focus .sub-menu,
  .sub-menu-parent:focus-within .sub-menu,
  .sub-menu-parent:hover .sub-menu {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
  .sub-menu-parent.open > a i {
    transform: rotate(180deg);
  }
  .sub-menu-parent.open .sub-menu {
    display: block;
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    min-width: 0;
    background: #f7f7f7;
    transition: none;
  }
  .sub-menu-parent.open .sub-menu li {
    display: block;
    height: auto;
    border-bottom: 1px solid #e0e0e0;
  }
  .sub-menu-parent.open .sub-menu li:last-child {
    border-bottom: 0;
  }
  .sub-menu-parent.open .sub-menu li a {
    padding: 10px 15px 10px 28px;
    white-space: normal;
  }
}
.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:focus-within .sub-menu,
.sub-menu-parent:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}
.loginpage {
  background: linear-gradient(to bottom, #292c35 50%, #fff 50%);
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.loginbox {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 768px;
  height: 300px;
  padding-left: 200px;
}
.loginbox #btnPasswordForget {
  color: #454140;
  font-size: 12px;
}
.loginbox .orb {
  position: absolute;
  left: -143px;
}
.loginbox h1 {
  color: #fff;
}
.loginbox p {
  color: #fff;
}
.loginbox .pnlLogin {
  padding-top: 40px;
}
.loginbox .inputbox {
  border: 1px solid #a6a6a6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 9px 10px;
  font-size: 13px;
  line-height: 16px;
  margin-right: 10px;
}
.loginbox .inputbutton {
  border: 1px;
  background: #292c35;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 200ms ease all;
  transition: 200ms ease all;
  -o-transition: 200ms ease all;
  -moz-transition: 200ms ease all;
  cursor: pointer;
  text-decoration: none;
  line-height: 16px;
  padding: 9px 30px;
  font-size: 13px;
}
.loginbox .inputbutton:hover,
.loginbox .inputbutton:active {
  background: #0c0e12;
}
.loginbox .inputerror {
  border: 1px solid #c46262;
  background: #f6eaea;
}
.loginbox .loginerror {
  text-align: left;
  display: block;
  float: left;
  padding: 6px 15px;
  font-size: 13px;
  line-height: 22px;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #e66666;
  border: 1px solid #d54141;
  color: #fff;
  margin-top: 10px;
}
.loginbox .loginerror a {
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .loginbox {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    padding: 40px 20px 30px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .loginbox .orb {
    position: static;
    display: block;
    margin: 0 auto 25px;
  }
}
@media only screen and (max-width: 640px) {
  .loginpage {
    background: linear-gradient(to bottom, #292c35 55%, #fff 55%);
  }
  .loginbox .pnlLogin .inputbox {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    box-sizing: border-box;
  }
  .loginbox .pnlLogin .inputbutton {
    display: block;
    width: 100%;
  }
}
div.form-group {
  margin-bottom: 25px;
  float: left;
  width: 100%;
}
div.form-group label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
div.form-group input.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #212121;
}
div.form-group input.form-control.required {
  background-image: url('/img/required.png');
  background-repeat: no-repeat;
  background-position: top right;
  padding-right: 1.8rem;
}
div.form-group .drpdwn-box {
  width: 50%;
  height: 29px;
  border: 1px solid #212121;
}
div.form-group input.half {
  width: 50%;
}
.wwijziginput {
  padding-top: 0;
}
.wwijziginput .inputbox {
  border: 1px solid #a6a6a6;
  width: 18%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 9px 10px;
  font-size: 13px;
  line-height: 16px;
  float: left;
  margin-right: 10px;
}
.wwijziginput .inputbutton {
  border: 1px;
  background: #292c35;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 200ms ease all;
  transition: 200ms ease all;
  -o-transition: 200ms ease all;
  -moz-transition: 200ms ease all;
  cursor: pointer;
  text-decoration: none;
  line-height: 16px;
  padding: 9px 30px;
  font-size: 13px;
  float: left;
}
.wwijziginput .inputbutton:hover,
.wwijziginput .inputbutton:active {
  background: #0c0e12;
}
.wwijziginput .inputbutton :disabled {
  background: #d3d3d3;
  color: #a9a9a9;
  cursor: not-allowed;
  border: 1px solid #c0c0c0;
  opacity: 0.6;
}
.wwijziginput .inputerror {
  border: 1px solid #c46262;
  background: #f6eaea;
}
.wwijziginput .loginerror {
  clear: left;
  text-align: left;
  float: left;
  padding: 6px 15px;
  font-size: 13px;
  line-height: 22px;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #e66666;
  border: 1px solid #d54141;
  color: #fff;
  margin-top: 10px;
}
.wwijziginput .loginerror a {
  color: #fff;
  font-weight: 700;
}
.wwijziginput table tr {
  padding-bottom: 0.5rem;
  display: block;
}
.wwijziginput table td {
  text-align: left;
  vertical-align: middle;
}
.wwijziginput table td:first-child {
  width: 200px;
}
.wwijziginput table td:nth-child(2) {
  width: 400px;
}
.wwijziginput table .inputbox {
  width: 100% !important;
}
@media only screen and (max-width: 768px) {
  .wwijziginput table tr {
    display: flex;
    flex-direction: column;
  }
  .wwijziginput table td:first-child,
  .wwijziginput table td:nth-child(2) {
    width: 100%;
  }
  .wwijziginput .inputbox {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 8px;
    box-sizing: border-box;
  }
  .wwijziginput .inputbutton {
    float: none;
  }
}
.backtoportal {
  border: 1px;
  background: #292c35;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 200ms ease all;
  transition: 200ms ease all;
  -o-transition: 200ms ease all;
  -moz-transition: 200ms ease all;
  cursor: pointer;
  text-decoration: none;
  line-height: 27px;
  padding: 6px 30px;
  font-size: 13px;
  float: left;
}
.backtoportal:hover,
.backtoportal:active {
  background: #0c0e12;
}
.saveuserbutton {
  border: 1px;
  background: #292c35;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 200ms ease all;
  transition: 200ms ease all;
  -o-transition: 200ms ease all;
  -moz-transition: 200ms ease all;
  cursor: pointer;
  text-decoration: none;
  line-height: 16px;
  padding: 9px 30px;
  font-size: 13px;
  float: left;
}
.saveuserbutton:hover,
.saveuserbutton:active {
  background: #0c0e12;
}
.button404 {
  border: 1px;
  background: #292c35;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 200ms ease all;
  transition: 200ms ease all;
  -o-transition: 200ms ease all;
  -moz-transition: 200ms ease all;
  cursor: pointer;
  text-decoration: none;
  line-height: 16px;
  padding: 9px 30px;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
}
.button404:hover,
.button404:active {
  background: #0c0e12;
}
.loginerror {
  margin: 1rem 0;
  clear: both;
  text-align: left;
  display: block;
  float: left;
  padding: 1rem 1.5rem;
  font-size: 14px;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background: #e66666;
  border: 1px solid #d54141;
}
.error-red {
  margin: 1rem 0;
  clear: both;
  text-align: left;
  display: block;
  float: left;
  padding: 1rem 1.5rem;
  font-size: 14px;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  width: 100%;
  max-width: 561px;
  color: #fff !important;
  margin-bottom: 1rem;
}
.error-red b {
  float: left;
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: inherit;
}
.error-red a {
  color: inherit;
}
.error-red label,
.error-red span {
  display: block;
  float: left;
  width: 100%;
  padding-left: 14px;
  position: relative;
  color: inherit;
}
.user-created {
  margin: 1rem 0;
  clear: both;
  text-align: left;
  display: block;
  float: left;
  padding: 1rem 1.5rem;
  font-size: 14px;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background: #40ea28;
  border: 1px solid #1eb40a;
}
.document {
  float: left;
  width: 100%;
}
.od-categorie {
  float: left;
  width: 30%;
  height: auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e0e0;
}
.od-categorie ul li,
.od-categorie ul {
  width: 100%;
  float: left;
}
.od-categorie ul li a {
  text-decoration: none;
  outline: none !important;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
  font-size: 14px;
  padding: 10px;
  display: block;
  width: 92%;
  margin: 0 4%;
  color: #454140;
  font-family: 'Montserrat', arial, sans-serif;
  position: relative;
}
.od-categorie ul li a:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 13px;
  background: url('/img/arrow.png') no-repeat center center;
  -webkit-transition: 200ms ease all;
  transition: 200ms ease all;
  -o-transition: 200ms ease all;
  -moz-transition: 200ms ease all;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
.od-categorie ul li a:hover {
  opacity: 0.6;
}
.od-categorie ul li ul.jstree-children a:after {
  display: none;
}
.od-categorie ul li.jstree-open a:after {
  -webkit-transition: 200ms ease all;
  transition: 200ms ease all;
  -o-transition: 200ms ease all;
  -moz-transition: 200ms ease all;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.od-categorie ul li:last-child a {
  border-bottom: 0;
}
.od-categorie ul li i {
  display: none !important;
}
.od-categorie .jstree-children li ul {
  padding: 10px 0;
}
.od-categorie .jstree-children li ul li a {
  border-bottom: 0;
  background: #fdfdfd;
  padding: 2px 5px 2px 25px;
  color: #737373;
  font-family: 'Open Sans', arial, sans-serif;
}
.od-categorie .jstree-children li ul li a.jstree-clicked,
.od-categorie .jstree-children li ul li a:hover {
  opacity: 0.6;
}
.od-zoekbox {
  float: right;
  width: 65%;
  background: #fff;
  border: 0 solid #adadae;
}
.od-zoekbox input {
  float: left;
  width: calc(100% - 120px);
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 9px 10px;
  font-size: 13px;
  line-height: 16px;
}
.od-zoekbox .button {
  border: 1px;
  background: #292c35;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 200ms ease all;
  transition: 200ms ease all;
  -o-transition: 200ms ease all;
  -moz-transition: 200ms ease all;
  cursor: pointer;
  text-decoration: none;
  line-height: 16px;
  padding: 9px 30px;
  font-size: 13px;
  width: 110px;
  float: right;
}
.od-zoekbox .button:hover,
.od-zoekbox .button:active {
  background: #0c0e12;
}
@media only screen and (max-width: 768px) {
  .od-categorie {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .od-zoekbox,
  .od-items {
    float: none;
    width: 100%;
  }
}
.od-items {
  float: right;
  width: 65%;
  background: #fff;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  margin-top: 20px;
}
.od-items ul,
.od-items ul li {
  width: 100%;
  float: left;
}
.od-items li a {
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
  font-size: 14px;
  padding: 10px;
  display: block;
  width: 96%;
  margin: 0 2%;
  color: #454140;
  font-family: 'Montserrat', arial, sans-serif;
  background-image: url('/img/download.png');
  background-repeat: no-repeat;
  background-position: right 15px top 15px;
  text-decoration: none;
}
.od-items li a:hover {
  opacity: 0.6;
}
.od-items li:last-child a {
  border-bottom: 0;
}
.od-items li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.od-items li:first-child {
  border-top: 1px solid #e5e5e5;
}
.exception-toast-container {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 2000;
  max-width: 24rem;
}
.exception-toast {
  background: #fff;
  border-left: 4px solid #dc3545;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
}
.exception-toast.warning {
  border-left-color: #ffc107;
}
.exception-toast-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
.exception-toast-status {
  background: #f1f1f1;
  border-radius: 999px;
  padding: 0 0.5rem;
  font-size: 0.75rem;
}
.exception-toast-close {
  margin-left: auto;
  background: none;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1;
}
.exception-toast-body {
  color: #333;
}
.exception-toast-meta {
  color: #666;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.email-main {
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 860px;
  margin: 0 auto;
}
.email-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 20px;
}
.email-card h2 {
  font-size: 16px;
  margin-bottom: 6px;
  color: #222;
}
.email-card > p {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 16px;
}
.email-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #323131;
  background: #f7f7f7;
  border: 2px solid #212121;
}
.email-badge-red {
  border-color: #e53935;
  background: #f6bebd;
}
.email-badge-green {
  border-color: #43a047;
  background: #a3d9a6;
}
.email-badge-orange {
  border-color: #f57c00;
  background: #ffc88f;
}
.email-badge-blue {
  border-color: #1e88e5;
  background: #a7d1f5;
}
.email-text-red {
  font-weight: bold;
  color: #e53935 !important;
}
.email-text-green {
  font-weight: bold;
  color: #43a047 !important;
}
.email-text-orange {
  font-weight: bold;
  color: #f57c00 !important;
}
.email-field-box {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  white-space: nowrap;
}
.email-domain-appendage {
  margin-left: 5px;
}
.email-copy-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  font-size: 13px;
  padding: 0 2px;
}
.email-copy-btn:hover {
  color: #FA0F73;
}
.copy-btn {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 4px;
  font-size: 1em;
}
.email-btn-refresh {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #43a047;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}
.email-btn-refresh:hover {
  background: #388e3c;
}
.email-btn-refresh.disabled {
  background: #bbb;
  cursor: not-allowed;
}
.email-btn-add {
  background: #43a047;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 20px;
}
.email-btn-add:hover {
  background: #388e3c;
}
.email-dns-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}
.email-dns-table th {
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  padding: 6px 8px;
  border-bottom: 1px solid #eee;
}
.email-dns-table td {
  padding: 8px;
  font-size: 13px;
  color: #333;
}
.email-dns-table tr:not(:last-child) td {
  border-bottom: 1px solid #f0f0f0;
}
.email-dns-table .num-col {
  width: 24px;
  color: #555;
}
.email-status-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 8px;
}
.email-status-col {
  flex: 1;
  min-width: 220px;
}
.email-status-col label {
  font-size: 12px;
  font-weight: 600;
  color: #555;
  display: block;
  margin-bottom: 6px;
}
.email-current-val-box {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 12px;
}
.email-current-val-box.not-found {
  color: #d32f2f;
  font-weight: bold;
}
.email-current-val-box.found {
  color: #1565c0;
}
.email-status-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.email-alert {
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 13px;
  margin-bottom: 12px;
}
.email-alert-red {
  background: #fdecea;
  border: 1px solid #f5c6c6;
  color: #b71c1c;
}
.email-alert-yellow {
  background: #fffde7;
  border: 1px solid #fff176;
  color: #795548;
}
.email-danger-card {
  background: #fff5f5;
  border: 1px solid #f5c6c6;
  border-radius: 6px;
  padding: 20px;
}
.email-danger-card h2 {
  font-size: 15px;
  font-weight: bold;
  color: #b71c1c;
  margin-bottom: 10px;
}
.email-danger-card p {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 8px;
}
.email-btn-danger {
  background: #e53935;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 9px 22px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-top: 12px;
}
.email-btn-danger:hover {
  background: #c62828;
}
.dns-info-card {
  background: #f5faff;
  border: 1px solid #c6e2f5;
  border-radius: 6px;
  padding: 7px;
}
.dns-info-card p {
  font-size: 12px;
  font-style: italic;
}
.email-section-divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 16px 0;
}
.email-table-wrap {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}
.email-table-wrap table {
  width: 100%;
  border-collapse: collapse;
}
.email-table-wrap thead tr {
  background: #3a3a3a;
  color: #fff;
}
.email-table-wrap thead th {
  text-align: left;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 600;
}
.email-table-wrap thead th .sort-icon {
  margin-left: 4px;
  opacity: 0.7;
  font-size: 11px;
}
.email-table-wrap tbody tr {
  border-bottom: 1px solid #eee;
}
.email-table-wrap tbody tr:last-child {
  border-bottom: none;
}
.email-table-wrap tbody td {
  padding: 13px 16px;
  font-size: 13px;
  color: #333;
  vertical-align: middle;
}
.email-icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #555;
  font-size: 17px;
  padding: 2px 5px;
}
.email-icon-btn:hover {
  color: #FA0F73;
}
.email-icon-btn:disabled {
  color: #bbb;
  cursor: not-allowed;
}
.email-actions-cell {
  display: flex;
  align-items: center;
  gap: 8px;
}
.email-last-scan {
  color: #555;
  font-size: 13px;
}
.email-registration-popup {
  background: #fff;
  border-radius: 8px;
  padding: 36px 40px;
  width: 560px;
  max-width: 95vw;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 200;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.email-registration-popup h2 {
  font-size: 18px;
  color: #222;
  margin-bottom: 14px;
  text-align: center;
}
.email-registration-popup p {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 22px;
  text-align: left;
}
.email-registration-popup label {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  display: block;
  margin-bottom: 6px;
}
.email-registration-popup input[type="text"] {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 9px 12px;
  font-size: 13px;
  color: #333;
  margin-bottom: 24px;
  outline: none;
  box-sizing: border-box;
}
.email-registration-popup input[type="text"]:focus {
  border-color: #43a047;
}
.email-registration-popup-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.email-registration-popup-btn {
  border: none;
  border-radius: 5px;
  padding: 9px 22px;
  font-size: 13px;
  cursor: pointer;
}
.email-registration-popup-btn-cancel {
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
}
.email-registration-popup-btn-cancel:hover {
  background: #f5f5f5;
}
.email-registration-popup-btn-submit {
  background: #43a047;
  color: #fff;
  font-weight: bold;
}
.email-registration-popup-btn-submit:hover {
  background: #388e3c;
}
.email-registration-popup-btn-submit:disabled {
  background: #bbb;
  cursor: not-allowed;
}
.hide {
  display: none;
}
.clear {
  clear: both;
}
.color-white {
  color: #fff !important;
}
.bold {
  font-weight: 700;
}
#back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  font-size: 2.5rem;
  color: #292c35;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 200ms ease all;
  transition: 200ms ease all;
  -o-transition: 200ms ease all;
  -moz-transition: 200ms ease all;
}
#back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
#back-to-top:hover,
#back-to-top:active {
  color: #0c0e12;
  bottom: 2.5rem;
}
.error404 {
  width: 100%;
  float: left;
  display: block;
  height: 100%;
  position: fixed;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  html,
  body {
    overflow-x: clip;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
