.btnActive {
  box-sizing: border-box;
  background: #e01c7b !important;
  border-radius: 10px;
  transition: 600ms ease-in-out;
}

.btn-primary {
  border: 0 !important;
}

/*page personal*/
#assetDiv {
  width: 100%;
  background-color: #FFF;
  padding: 5px;
}

#perfDiv {
  width: 100%;
  background-color: #FFF;
  padding: 5px;
}

.buttonBar {
  width: 100%;
  text-align: center;
  padding: 5px;
}

.htmlPopup {
  margin: 5px;
  padding: 5px;
}

/*#popupContent{*/
/*width: 100%;*/
/*text-align: center;*/
/*padding:5px;*/
/*}*/
.ui-dialog-titlebar-close {
  display: none !important;
}

h2 {
  font-size: 1.2em;
  text-align: left;
}

/*login*/
#dlgMeldingen {
  background: #ffcccc;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  display: none;
}

#formLogin {
  text-align: center;
  width: 100%;
}

#btnLoginSubmit {
  width: 200px;
  display: block;
  margin: 0 auto;
  background: #e01c7b;
  color: #FFF !important;
  border: 0;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.5s;
}
#btnLoginSubmit:hover {
  text-decoration: none;
  background: #173867;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

h1 {
  text-align: center;
}

#btnWWreset {
  background: #e01c7b;
  color: #FFF !important;
  text-align: center;
  width: 160px;
  padding: 10px;
  border: 0;
}

#btnWWreset:hover {
  cursor: pointer;
}

#loading {
  display: none;
  position: absolute;
  top: 30%;
  left: 20%;
  width: 60%;
  height: 20%;
  background: #FFF;
  border: 2px #173867 solid;
  border-radius: 6px;
  box-shadow: #999 7px 7px 7px;
  text-align: center;
}

.btnStyle {
  padding: 10px;
  background: #e01c7b;
  color: #FFF !important;
  border: 0;
  margin: 10px;
  min-width: 150px;
  transition: all 0.5s;
}

.btnStyle:hover {
  cursor: pointer;
  background: #173867;
  transition: all 0.5s;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

/*mydoc*/
.mydocRow {
  line-height: 1.5em;
  margin: 0;
  padding-top: 8px;
  padding-left: 8px;
}

.mydocCol2 {
  display: inline-block;
  width: 100px;
  color: maroon;
  vertical-align: super;
  text-align: center;
}

.mydocCol1 img {
  width: 20px;
  height: 20px;
}

.mydocCol1 a {
  vertical-align: text-bottom;
  padding: 5px;
  border: 1px #BBB solid;
  border-radius: 3px;
}

.mydocTot {
  font-size: 0.8em;
  color: #666;
  font-weight: normal;
}

.mydocCol3 {
  vertical-align: super;
}

.mydocData {
  display: none;
}

.mydocCatHead {
  width: 97%;
  line-height: 30px;
  background: #EEE;
  color: #333;
  margin-top: 12px;
  font-weight: bold;
  padding-left: 12px;
}

.mydocCatHead:hover {
  cursor: pointer;
}

/*report*/
#portefeuilleKeuze {
  padding: 5px;
  border: 1px solid #999;
  border-radius: 5px;
}

.resetWW {
  width: 90%;
  padding: 30px;
  background: whitesmoke;
  box-shadow: 4px 4px 4px #333;
  margin-bottom: 20px;
}

.resetWW h4 {
  text-align: center;
  font-weight: bold;
  color: maroon;
  font-size: 1.1em;
}

.resetWW h5 {
  font-weight: bold;
  text-align: center;
}

.alertNew::before {
  content: attr(alt);
  color: #2a2a32;
  background: #e01c7b;
  width: fit-content;
  padding: 2px 3px;
  border-radius: 25%;
  position: absolute;
  left: 2px;
  top: 2px;
  opacity: 0.8;
  box-shadow: #999 2px 2px 2px;
}

.contactContainer {
  margin: 0 auto;
  padding: 2em !important;
  max-width: 600px;
  min-height: 300px;
  background: #FFF;
}
.contactContainer #errorBox {
  display: none;
  background: White;
  color: maroon;
  border: 1px solid maroon;
  border-radius: 20px;
  width: 80%;
  border-radius: 10px 10px 0 0;
  padding: 0;
  text-align: left;
}

.errorHeader {
  background: maroon;
  color: white;
  text-align: center;
  padding: 4px;
  border-radius: 9px 9px 0 0;
}

.errorContent {
  padding: 4px;
}

.description {
  display: block;
  width: 100%;
  padding-left: 0;
  margin: 0;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.25em;
}

.inputarea {
  width: 90%;
}
.inputarea textarea {
  height: 150px;
}
.inputarea .inputCheckbox {
  width: fit-content;
  margin-left: 0;
  padding-left: 0;
}

.contactMsgBox {
  position: absolute;
  margin: auto;
  padding: 2em 4em;
  left: 40%;
  top: 400px;
  opacity: 0;
  background: #fdfd54;
  border-radius: 15px;
  box-shadow: 10px 10px 10px #dae4e9;
  font-size: 2rem;
  transition: ease-in 1s;
  z-index: 10;
}

.contactMsgBox a {
  text-decoration: none;
  border-radius: 10px;
  font-size: 1.4rem;
  color: black;
  padding: 0.75em;
  opacity: 0.8;
  transition: ease-in 400ms;
}

.contactMsgBox a:hover {
  opacity: 1;
  text-decoration: none;
  background: #dae4e9;
  transition: ease-in 400ms;
}

.port-selection-header {
  color: #FFF;
}
.port-selection-header .dropdown-menu {
  background-color: #173867 !important;
}
.port-selection-header .dropdown-menu > .active > a, .port-selection-header .dropdown-menu > .active > a:focus, .port-selection-header .dropdown-menu > .active > a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #173867;
  outline: 0;
}
.port-selection-header .dropdown-menu li a {
  color: #FFF;
}
.port-selection-header .form-control:focus {
  border-color: #FFF;
  outline: 0;
  box-shadow: none;
}
.port-selection-header .dropdown-menu li a:hover {
  background: #e01c7b !important;
  color: #FFF !important;
}
.port-selection-header .dropdown-menu li:hover {
  background: #e01c7b !important;
}
.port-selection-header .dropdown-menu li:hover a {
  color: #FFF !important;
}
.port-selection-header .open > .dropdown-toggle.btn-default {
  color: #FFF !important;
  background: #173867 !important;
  border: none !important;
}
.port-selection-header h4 {
  background: #173867;
  border: solid 1px #FFF;
  border-radius: 20px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.port-selection-header .port-select .dropdown-toggle {
  color: #FFF;
  background: #173867;
  border: none;
  border-radius: 0;
}
.port-selection-header .port-select .dropdown-toggle:active,
.port-selection-header .port-select .dropdown-toggle:focus,
.port-selection-header .port-select .dropdown-toggle.active,
.port-selection-header .port-select .open > .dropdown-toggle {
  color: #FFF !important;
  background: #173867 !important;
  border: none !important;
  box-shadow: none !important;
}
.port-selection-header .port-select .caret {
  border-top-color: #e01c7b !important;
}
.port-selection-header .bootstrap-select .dropdown-toggle:focus, .port-selection-header .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}
.port-selection-header .bootstrap-select .dropdown-menu li a:hover {
  background: #e01c7b !important;
  color: #FFF !important;
}
.port-selection-header .bootstrap-select .dropdown-menu li a:hover span.text {
  color: #FFF !important;
}
.port-selection-header .bootstrap-select .dropdown-menu li:hover {
  background: #e01c7b !important;
}
.port-selection-header .bootstrap-select .dropdown-menu li:hover a {
  background: #e01c7b !important;
  color: #FFF !important;
}
.port-selection-header .bootstrap-select .dropdown-menu li:hover a span.text {
  color: #FFF !important;
}
.port-selection-header .bootstrap-select .dropdown-menu li.selected a {
  background: #e01c7b !important;
  color: #FFF !important;
}

.navRightNew a:focus, .navRightNew a:hover {
  color: #FFF;
  text-decoration: none;
}
.navRightNew .dropdown-menu li a {
  color: #2a2a32;
}
.navRightNew .dropdown-menu li a:hover {
  background: #e01c7b !important;
  color: #FFF !important;
}
.navRightNew .dropdown-menu li a i:hover {
  color: #FFF !important;
}

.datepicker table tr td.active {
  background-color: #e01c7b !important;
  background-image: none !important;
  color: #FFF !important;
}

nav a.active {
  color: #FFF !important;
  background: #e01c7b !important;
  border-radius: 4px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: none !important;
}

.loader-new div {
  background: #e01c7b;
}

.btn-secondary, .new-btn {
  background: #e01c7b;
  color: #FFF !important;
  border: 0;
  border-radius: 20px;
  margin: 10px;
  min-width: 150px;
  transition: all 0.5s;
  padding: 10px 20px;
  font-weight: bold;
}
.btn-secondary:hover, .new-btn:hover {
  background: rgb(178.6666666667, 22.3333333333, 98.1071428571) !important;
  color: #FFF !important;
}
.btn-secondary:focus, .btn-secondary:active, .new-btn:focus, .new-btn:active {
  background: rgb(178.6666666667, 22.3333333333, 98.1071428571) !important;
  color: #FFF !important;
}
.btn-secondary i, .btn-secondary span, .new-btn i, .new-btn span {
  color: #FFF !important;
}

.iMenuStyle li > a:hover {
  background-color: #173867 !important;
  color: #FFF !important;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #e01c7b !important;
  color: #FFF !important;
}

.nav li.active a,
.nav li.active a:focus,
.nav li.active a:hover {
  color: #FFF !important;
  background-color: #e01c7b !important;
}

.chart-tabs .btn-active {
  background-color: #e01c7b;
  color: #FFF;
}

.userHeader {
  background: #173867 !important;
}

.user-icon {
  color: #FFF;
}
.user-icon:hover {
  color: #e01c7b !important;
}

nav.main-nav {
  background-color: #173867;
  border-right: solid 1px #e4e2e2;
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
nav.main-nav a {
  color: #FFF;
}

#toggle-menu {
  color: #FFF !important;
}
#toggle-menu i {
  color: #FFF !important;
}

#toggle-menu-mobile-close, .mobile-menu-icon {
  color: #FFF;
}

.pullRight a[title=Uitloggen] {
  color: #e01c7b !important;
}
.pullRight a[title=Uitloggen]:hover {
  color: rgb(178.6666666667, 22.3333333333, 98.1071428571) !important;
}

body.login-page,
body:has(.bg-image) {
  overflow: hidden;
}
body.login-page .bg-image,
body:has(.bg-image) .bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/images/FIN/background.jpeg");
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
}
body.login-page .logo,
body:has(.bg-image) .logo {
  position: fixed;
  width: 200px;
  height: auto;
  top: 40px;
  left: 40px;
  z-index: 10;
}
body.login-page .logo img,
body:has(.bg-image) .logo img {
  width: 100%;
  height: auto;
  display: block;
}
body.login-page .logo-mobile,
body:has(.bg-image) .logo-mobile {
  display: none;
}
body.login-page nav,
body:has(.bg-image) nav {
  display: none;
}
body.login-page footer,
body:has(.bg-image) footer {
  display: none;
}
body.login-page .pageContainer,
body:has(.bg-image) .pageContainer {
  min-height: 100vh;
  max-width: none;
  margin: 0 !important;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.login-page .userHeader,
body:has(.bg-image) .userHeader {
  display: none;
}
body.login-page .login-message,
body:has(.bg-image) .login-message {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2rem;
}
body.login-page #loginContainer,
body:has(.bg-image) #loginContainer {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
  z-index: 1;
}
body.login-page #loginContainer h1,
body:has(.bg-image) #loginContainer h1 {
  color: #e01c7b;
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
body.login-page .login-panel,
body:has(.bg-image) .login-panel {
  background-color: #FFF;
  position: relative;
  width: min(450px, 90vw);
  padding: 20px;
}
body.login-page .login-panel h1,
body:has(.bg-image) .login-panel h1 {
  color: #e01c7b;
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
body.login-page .loginInput,
body:has(.bg-image) .loginInput {
  width: 90%;
  border: 0 !important;
  outline: none;
  border-bottom: 1px #888 solid !important;
  padding: 1em;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: border-color 0.3s;
}
body.login-page .loginInput:focus,
body:has(.bg-image) .loginInput:focus {
  border-bottom-color: #e01c7b !important;
}
body.login-page .blok input,
body:has(.bg-image) .blok input {
  width: 90%;
  border: 0 !important;
  outline: none;
  border-bottom: 1px #888 solid !important;
  padding: 1em;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: border-color 0.3s;
}
body.login-page .blok input:focus,
body:has(.bg-image) .blok input:focus {
  border-bottom-color: #e01c7b !important;
}
body.login-page #btnLoginSubmit,
body:has(.bg-image) #btnLoginSubmit {
  width: 200px;
  display: block;
  margin: 0 auto;
  background: #e01c7b;
  color: #FFF !important;
  border: 0;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.5s;
}
body.login-page #btnLoginSubmit:hover,
body:has(.bg-image) #btnLoginSubmit:hover {
  text-decoration: none;
  background: #173867;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.login-page #btnWWreset,
body:has(.bg-image) #btnWWreset {
  background: transparent;
  color: #e01c7b !important;
  border: 0;
  padding: 0;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 15px;
}
body.login-page #btnWWreset:hover,
body:has(.bg-image) #btnWWreset:hover {
  color: #173867 !important;
}
body.login-page #b1, body.login-page #b2, body.login-page #b3,
body:has(.bg-image) #b1,
body:has(.bg-image) #b2,
body:has(.bg-image) #b3 {
  display: none;
}
body.login-page #showPasswd,
body:has(.bg-image) #showPasswd {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  color: #666;
  cursor: pointer;
  padding: 5px;
  transition: color 0.3s;
}
body.login-page #showPasswd:hover,
body:has(.bg-image) #showPasswd:hover {
  color: #e01c7b;
}
body.login-page #showPasswd i,
body:has(.bg-image) #showPasswd i {
  pointer-events: none;
}
body.login-page #dlgMeldingen,
body:has(.bg-image) #dlgMeldingen {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body.login-page .bg-image,
  body:has(.bg-image) .bg-image {
    width: 100%;
    height: 100vh;
    bottom: 0;
    top: 120px;
  }
  body.login-page #loginContainer,
  body:has(.bg-image) #loginContainer {
    width: 100%;
  }
  body.login-page .login-panel,
  body:has(.bg-image) .login-panel {
    background-color: #FFF;
    width: min(450px, 90vw);
    border-radius: 6px;
    margin-bottom: 20px;
  }
  body.login-page .logo,
  body:has(.bg-image) .logo {
    display: none;
  }
  body.login-page .logo-mobile,
  body:has(.bg-image) .logo-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 120px;
  }
  body.login-page .logo-mobile img,
  body:has(.bg-image) .logo-mobile img {
    max-width: 150px;
    z-index: 1;
  }
}

#loginContainer h1 {
  color: #e01c7b;
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

#formLogin {
  /* Create a custom checkbox */
}
#formLogin .loginInput {
  width: 100%;
  border: 1px solid #dae4e9;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 4px;
  background-color: #FFF;
}
#formLogin .loginInput:focus {
  border-color: #e01c7b;
}
#formLogin .login-panel {
  background-color: #FFF;
  position: relative;
  width: min(450px, 90vw);
  padding: 20px;
}
#formLogin .blok {
  margin-bottom: 15px;
}
#formLogin .blok > div {
  width: 100%;
}
#formLogin .checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  /* Hide the browser's default checkbox */
}
#formLogin .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#formLogin .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
#formLogin .checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
#formLogin .checkbox-container input:checked ~ .checkmark {
  background-color: #e01c7b;
}
#formLogin .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#formLogin .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
#formLogin .checkbox-container .checkmark:after {
  left: 50%;
  top: 50%;
  transform: translate(10px, 10px);
  width: 5px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg) translate(-120%, -30%);
}
#formLogin .login-checkbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 25px;
  margin-top: 30px;
  margin-bottom: 20px;
}
#formLogin .login-checkbox .text {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  margin-right: 10px;
  flex-shrink: 0;
}
input[type=radio]:not(:disabled):hover {
  border-color: #e01c7b;
}
input[type=radio]:checked {
  border-color: #e01c7b;
  background-color: #e01c7b;
}
input[type=radio]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
input[type=radio]:disabled:checked {
  background-color: #ccc;
  border-color: #ccc;
}
input[type=radio]:not(:disabled):focus {
  box-shadow: 0 0 0 3px rgba(224, 28, 123, 0.1);
}

/*# sourceMappingURL=portalV3.css.map */
