﻿.transition {
  -webkit-transition: 200ms ease all;
  transition: 200ms ease all;
  -o-transition: 200ms ease all;
  -moz-transition: 200ms ease all;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
html,
body {
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  float: left;
  height: 100%;
}
* {
  box-sizing: border-box;
}
/* ------ text format ---- */
/* ----------------- start */
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;
}
::-moz-selection {
  background: #919191;
  color: #fff;
}
/* ------------------- end */
.loginpage {
  background: url(/img/backgroundd-loing.png), linear-gradient(to bottom, #292c35 50%, #fff 50%);
  background-repeat: repeat-x;
  background-position: left 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  height: 100%;
}
.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;
  line-height: 16px;
  padding: 9px 30px;
  font-size: 13px;
  cursor: pointer;
}
.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;
  border-radius: 3px;
  background: #e66666;
  border: 1px solid #d54141;
  color: #fff;
  margin-top: 10px;
}
.loginbox .loginerror a {
  color: #fff;
  font-weight: 700;
}
.mainmenu100 {
  width: 100%;
  float: left;
  height: 70px;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
}
.mainmenu {
  width: 1200px;
  margin: 0 auto;
}
.logo {
  float: left;
  margin-top: 15px;
}
.mainmenu ul {
  list-style: none;
  float: right;
  height: 70px;
}
.mainmenu ul li {
  display: inline-block;
  font-family: 'Montserrat', arial, sans-serif;
}
.mainmenu ul li a {
  text-decoration: none;
  color: #454140;
  font-size: 14px;
  margin: 23px 15px 0 15px;
  display: inline-block;
}
.mainmenu ul li a:hover,
.mainmenu ul li a:active {
  opacity: 0.6;
}
.mainmenu ul.realmenu {
  padding-right: 20px;
}
.mainmenu ul.extramenu {
  float: right;
}
.mainmenu ul.extramenu li {
  padding: 0px 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;
}
.intro100 {
  width: 100%;
  float: left;
  height: auto;
  background: #292c35;
}
.intro {
  width: 1200px;
  margin: 140px auto 30px auto;
}
.intro h1 {
  color: #fff;
}
.intro p {
  color: #fff;
}
.soft100 {
  width: 100%;
  float: left;
}
.soft {
  width: 1200px;
  margin: 30px auto;
}
.softwareboxholder {
  with: 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 0px;
  border-bottom: 1px solid #e0e0e0;
}
.softwareboxholder li a {
  color: #292c35;
}
.softwareboxholder li a:hover,
.softwareboxholder li a:active {
  opacity: 0.6;
}
.softwareboxholder li:first-child {
  padding-top: 0px;
}
.softwareboxholder li:last-child {
  border: 0px;
}
.softwareboxholder .buttonoholder {
  width: 100%;
  float: left;
  margin: 10px 0px;
  text-align: center;
}
.softwareboxholder .button {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #292c35;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  float: none;
  padding: 10px 20px;
}
.softwareboxholder .button:hover,
.softwareboxholder .button:active {
  background: #0c0e12;
}
.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;
}
.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 a {
  text-decoration: none;
  outline: none !important;
}
.od-categorie ul li,
.od-categorie ul {
  width: 100%;
  float: left;
}
.od-categorie ul li a {
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
  font-size: 14px;
  padding: 10px 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: 0px;
  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 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: 0px;
}
.od-categorie ul li a:hover {
  opacity: 0.6;
}
/* sub 1 menu */
.od-categorie .jstree-children li ul {
  padding: 10px 0;
}
.od-categorie .jstree-children li ul li a {
  border-bottom: 0px solid #e5e5e5;
  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-categorie ul li i {
  display: none !important;
}
.od-zoekbox {
  float: right;
  width: 65%;
  background: #fff;
  border: 0px 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;
  line-height: 16px;
  padding: 9px 30px;
  font-size: 13px;
  cursor: pointer;
  width: 110px;
  float: right;
}
.od-zoekbox .button:hover,
.od-zoekbox .button:active {
  background: #0c0e12;
}
.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 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: 0px;
}
.od-items li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.od-items li:first-child {
  border-top: 1px solid #e5e5e5;
}
.wwijziginput {
  padding-top: 0px;
}
.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;
  line-height: 16px;
  text-decoration: none;
  padding: 9px 30px;
  font-size: 13px;
  cursor: pointer;
  float: left;
}
.wwijziginput .inputbutton:hover,
.wwijziginput .inputbutton:active {
  background: #0c0e12;
}

.wwijziginput .inputbutton:disabled {
    background: #d3d3d3; /* Light gray background to indicate disabled state */
    color: #a9a9a9; /* Gray text color */
    cursor: not-allowed; /* Change cursor to indicate non-interactive */
    border: 1px solid #c0c0c0; /* Light gray border */
    opacity: 0.6; /* Slightly reduce opacity */
}

.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;
  border-radius: 3px;
  background: #e66666;
  border: 1px solid #d54141;
  color: #fff;
  margin-top: 10px;
}
.wwijziginput .loginerror a {
  color: #fff;
  font-weight: 700;
}
.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;
  line-height: 27px;
  text-decoration: none;
  padding: 6px 30px;
  font-size: 13px;
  cursor: pointer;
  float: left;
}
.backtoportal:hover,
.backtoportal:active {
  background: #0c0e12;
}
.error-red {
  text-align: left;
  width: 100%;
  display: block;
  float: left;
  padding: 1rem 1.5rem;
  font-size: 14px;
  outline: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #e66666;
  border: 1px solid #d54141;
  color: #fff !important;
  margin-bottom: 1rem;
  max-width: 561px;
  margin-top: 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;
}
.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;
}
.hide {
  display: none;
}
.clear {
  clear: both;
}
.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;
  line-height: 16px;
  text-decoration: none;
  padding: 9px 30px;
  font-size: 13px;
  cursor: pointer;
  float: left;
}
.saveuserbutton:hover,
.saveuserbutton: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;
  border-radius: 3px;
  background: #e66666;
  border: 1px solid #d54141;
  color: #fff;
}
.user-created {
  margin: 1rem 0;
  clear: both;
  text-align: left;
  display: block;
  float: left;
  padding: 1rem 1.5rem;
  font-size: 14px;
  outline: none;
  border-radius: 3px;
  background: #40ea28;
  border: 1px solid #1eb40a;
  color: #fff;
}