/* organisatie kleuren */
/*
Positioning
.selector {
position: absolute;
z-index: 10;
top: 0;
right: 0;
bottom: 0;
left: 0;

Display & Box Model
display: inline-block;
overflow: hidden;
box-sizing: border-box;
width: 100px;
height: 100px;
padding: 10px;
border: 10px solid #333;
margin: 10px;

Other
background: #000;
color: #fff;
font-family: sans-serif;
font-size: 16px;
text-align: right;
}
*/
h1 {
  font-size: 22px;
  padding: 0;
  margin: 0;
  color: White;
  text-transform: uppercase;
}

h2 {
  font-size: 18px;
  color: rgb(11, 55, 68);
  text-transform: uppercase;
}

h3 {
  font-size: 16px;
  color: rgb(43, 182, 115);
  text-transform: uppercase;
}

.header-fluid {
  height: 170px;
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  padding: 15px 30px;
}
.header-fluid .datecolor {
  color: rgb(43, 182, 115);
  font-weight: bold;
}

.logo {
  vertical-align: top;
  padding-top: 0px;
}
div.logincol {
  width: 210px;
  display: block;
  margin: 0 auto;
}
div.logincol input {
  border-radius: 6px;
  padding: 6px;
  width: 100%;
  border: 1px solid rgb(43, 182, 115);
}
div.logincol .button_login {
  background-color: rgb(43, 182, 115);
  border: 1px solid rgb(43, 182, 115);
  display: block;
  width: 100%;
}

div.debug-fluid {
  margin-bottom: 15px;
}
div.debug-fluid .row .debug-col {
  border: 1px solid rgb(11, 55, 68);
  padding: 5px 15px 5px 15px;
}

.hideheader {
  display: none !important;
}

.hideheader_maintotop {
  margin-top: -170 !important;
  border: 1px solid Red !important;
}

.maincontent_whenheaderhidden {
  margin-top: -170px !important;
}

div.xonbu-alerts {
  display: block;
  width: 100%;
  position: fixed;
  top: 103px;
  right: 0;
  z-index: 99;
  text-align: right;
  padding-left: 30px;
  padding-right: 30px;
}
div.xonbu-alerts div {
  height: 50px;
  display: block;
  padding-right: 30px;
  padding-left: 15px;
  padding-top: 10px;
}
div.xonbu-alerts div#message {
  position: relative;
  display: block;
  width: 100%;
  color: White;
  font-weight: bold;
  text-align: right !important;
  float: right;
}
div.xonbu-alerts .success {
  background-color: rgb(43, 182, 115);
}
div.xonbu-alerts .error {
  background-color: rgb(204, 48, 48);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(232, 232, 232) !important;
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgb(232, 232, 232) !important;
}

:-ms-input-placeholder { /* IE 10+ */
  color: rgb(232, 232, 232) !important;
}

:-moz-placeholder { /* Firefox 18- */
  color: rgb(232, 232, 232) !important;
}

div.title-fluid {
  margin-bottom: 30px;
}
div.title-fluid div.currentpagetitle {
  z-index: 100;
  position: fixed;
  top: 170px;
  padding: 15px;
  background-image: url("/images/back-pagetitle.png");
  background-position: top right !important;
  background-repeat: no-repeat;
  color: White;
}
div.title-fluid div.currentpagetitlewhenheaderhidden {
  z-index: 100;
  position: fixed;
  top: 0px;
  padding: 15px;
  background-image: url("/images/back-pagetitle.png");
  background-position: top right !important;
  background-repeat: no-repeat;
  color: White;
}

.maincontainer {
  margin-top: 170px;
  padding-right: 30px;
}
.maincontainer .navcol {
  padding-left: 15px;
}

@media (min-width: 768px) {
  #open_mobile_menu, .closebtn {
    display: none;
  }
}
@media (min-width: 768px) {
  #open_mobile_menu {
    display: none;
  }
  .sidebar {
    z-index: 100;
    position: fixed;
    top: 170px;
    width: 225px !important;
    display: inline-block;
    background-color: White;
    overflow-x: hidden;
    border: 1px solid rgb(232, 232, 232);
    padding: 15px;
    padding-right: 10px;
  }
  .sidebar > a {
    color: rgb(11, 55, 68);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
  }
  .sidebar a:Hover {
    text-decoration: none !important;
  }
  .sidebar ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    padding-right: 5px;
    font-size: 14px;
  }
  .sidebar ul li {
    display: block;
    color: Black;
    margin-left: 0px;
    padding: 0;
    font-size: 16px;
  }
  .sidebar ul li a {
    display: block;
    padding-left: 5px !important;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
    color: Black !important;
    font-weight: normal;
    font-size: 14px;
  }
  .sidebar ul li input {
    color: Black !important;
    padding-left: 5px;
    font-size: 14px;
  }
  .sidebar ul form {
    padding: 0;
  }
  .sidebar .closebtn {
    position: relative;
    display: block;
  }
  #main {
    -webkit-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
    padding: 16px;
  }
}
@media (min-width: 768px) {
  .closebtn {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #open_mobile_menu {
    display: inline-block;
    width: 38px;
    height: 38px;
    float: left;
    margin-right: 10px;
    margin-left: 20px;
    border: none;
    background-image: url(/images/hamburger_icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 60px;
  }
  .sidebar a {
    padding: 8px 8px 8px 15px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sidebar a:hover {
    color: #f1f1f1;
  }
  .sidebar .closebtn {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 44px;
    margin-left: 7px;
  }
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
  }
  .openbtn:hover {
    background-color: #444;
  }
  #main {
    -webkit-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
    padding: 16px;
  }
}
.form-group label span.help-block {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  font-style: italic;
  color: rgb(220, 220, 230);
}

.nopadding {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

form .btn-link {
  color: White !important;
  text-decoration: none !important;
}

form.formbutton {
  display: inline-block;
  width: 45px;
}

form input.btn-success {
  display: inline-block;
}

form input.form-control {
  margin-bottom: 5px;
}

.formuitleg {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.submit-icon {
  display: inline-block !important;
  width: 30px;
  height: 30px;
  padding: 0px;
  margin: 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 11px;
  background-color: transparent !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
  background-position: center center;
  outline: none;
  cursor: pointer;
  caret-color: transparent !important;
}

.formiconbutton {
  display: inline-block;
  float: left;
  overflow: hidden;
  width: 30px !important;
  height: 30px !important;
  padding: 0;
  margin: 0;
  margin-right: 7px;
  outline: none;
  cursor: pointer;
  caret-color: transparent !important;
}
.formiconbutton .icon-pin {
  background-image: url(/images/icon-pin.png);
  width: 30px !important;
  height: 30px !important;
  border: none;
}
.formiconbutton .icon-edit {
  background-image: url(/images/icon-edit.png);
  width: 30px !important;
  height: 30px !important;
  border: none;
}
.formiconbutton .icon-checkbox {
  background-image: url(/images/icon-checkbox-white.png);
  width: 30px !important;
  height: 30px !important;
  border: none;
}
.formiconbutton .icon-editinline {
  background-image: url(/images/icon-edit.png);
  width: 30px !important;
  height: 30px !important;
  border: none;
}
.formiconbutton .icon-delete {
  background-image: url(/images/icon-delete.png);
  width: 30px !important;
  height: 30px !important;
  border: none;
}
.formiconbutton .icon-generatepdf {
  display: block;
  width: 30px !important;
  height: 30px !important;
  border: none;
  background-image: url(/images/icon-maak-pdf.png);
  color: transparent;
}
.formiconbutton .icon-terminate {
  background-image: url(/images/icon-terminate.png);
  width: 30px !important;
  height: 30px !important;
  border: none;
  color: transparent;
}

.smallgreytxt {
  font-size: 14px;
  color: #dadada;
}

.iteminfosmall {
  font-size: 14px;
  margin-right: 10px;
}

.smallbold {
  font-size: 14px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.accent {
  color: rgb(204, 1, 0);
  font-weight: bold;
}

.subtile {
  color: rgb(232, 232, 232);
}

.lesssubtile {
  color: rgb(150, 150, 150);
}

.container-fluid-nopadding {
  padding: 0px;
}

.zebra-fluid {
  border: 1px solid rgb(232, 232, 232);
  margin-bottom: 20px;
}
.zebra-fluid .zebra-row {
  border-bottom: 1px solid rgb(232, 232, 232);
  height: 52px;
}
.zebra-fluid .zebra-row:last-of-type {
  border-bottom: 0;
}
.zebra-fluid .zebra_th_row {
  background-color: rgb(248, 248, 248);
}
.zebra-fluid .zebra_th_row > div {
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  font-weight: bold;
  text-align: left;
}
.zebra-fluid .zebra_th_row .zebra_th_info {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.zebra-fluid .zebra_item_row > div {
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  font-weight: normal;
}
.zebra-fluid .zebra_item_row a {
  color: rgb(43, 182, 115);
  font-weight: 600;
}
.zebra-fluid span.service_title {
  font-weight: bold;
  display: block;
}
.zebra-fluid .zebra_item_row {
  border-bottom: 1px solid rgb(232, 232, 232);
}
.zebra-fluid .zebra_item_row:last-of-type {
  border-bottom: 0px;
}
.zebra-fluid .selected {
  background-color: rgb(223, 242, 224);
}
.zebra-fluid .noleftpadding {
  padding-left: 0;
}

.h3info {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.terminated {
  background-color: #ffc0c0 !important;
}

.actiondots {
  background-image: url(/images/actiondots.png);
  background-position: right;
  background-repeat: no-repeat;
  background-color: White;
}
.actiondots .itemactions {
  float: right;
  display: none;
  padding-right: 20px;
}

.actiondots-active {
  background-image: url(/images/actiondots-active.png);
  background-position: right;
  background-repeat: no-repeat;
  background-color: rgb(43, 182, 115);
  color: White !important;
}
.actiondots-active a {
  color: inherit !important;
}
.actiondots-active .itemactions {
  float: right;
  display: inline-block;
  padding-right: 20px;
}

.itemactions_iteminfo {
  display: none;
  background-color: rgb(248, 248, 248);
}
.itemactions_iteminfo .iteminfo {
  display: block;
  padding: 15px;
}

div.itemactions_itemchanger {
  display: none;
  padding-top: 30px;
  border: 1px solid rgb(43, 182, 115);
  background-color: rgb(223, 242, 224);
}

input.submitmargin {
  margin-top: 32px;
}

input.checkbox {
  outline: none !important;
  width: 38px;
  height: 38px;
}

div.fluid-segment-actions {
  z-index: 99;
  padding-top: 50px;
  background-color: White !important;
}
div.fluid-segment-actions .segment-actions-col {
  text-align: right;
  padding-bottom: 20px;
  background-color: White;
}

div.fluid-segment-actions_whenheaderhidden {
  z-index: 99;
  padding-top: 50px;
  background-color: White !important;
}
div.fluid-segment-actions_whenheaderhidden .segment-actions-col {
  text-align: right;
  padding-bottom: 20px;
  background-color: White;
}

.hideelement {
  display: none;
}

.showelement {
  display: block;
}

.bottommargin {
  margin-bottom: 450px;
}

.domainswithaccountcredentials {
  background-color: #d6ffb7;
}

.invoerveldentitel {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: rgb(43, 182, 115);
  margin-top: 20px;
  margin-bottom: 20px;
}

/* class applies to select element itself, not a wrapper element */
.select-css {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #444;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%; /* useful when width is set to anything other than 100% */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 1px solid #ced4da;
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient.
      for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference

  */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 0.7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: 0.65em auto, 100%;
}

/* Hide arrow icon in IE browsers */
.select-css::-ms-expand {
  display: none;
}

/* Hover style */
.select-css:hover {
  border-color: #ced4da;
}

/* Focus style */
.select-css:focus {
  border-color: #ced4da;
  /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
  -webkit-box-shadow: 0 0 1px 3px rgb(43, 182, 115);
          box-shadow: 0 0 1px 3px rgb(43, 182, 115);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

/* Set options to normal weight */
.select-css option {
  font-weight: normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir=rtl] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
  color: graytext;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

.select-css:disabled:hover, .select-css[aria-disabled=true] {
  border-color: #aaa;
}

.item-paginate {
  background-color: rgb(11, 55, 68);
  display: inline-block;
  padding: 4px 6px;
  color: White;
  margin-right: 5px;
  margin-bottom: 5px;
}

.item-paginate:Hover {
  color: White !important;
}

.active-paginate {
  background-color: rgb(43, 182, 115);
}

div.dashboard-fluid div.board-item {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid rgb(232, 232, 232);
}
div.dashboard-fluid div.board-item hr {
  margin: 10px 0;
  border-top: 1px solid rgb(43, 182, 115);
}
div.dashboard-fluid div.board-item a {
  color: rgb(11, 55, 68);
  text-decoration: none;
}
div.dashboard-fluid div.board-item a span {
  color: rgb(11, 55, 68);
}
div.dashboard-fluid div.board-item .note_description {
  display: block;
}
div.dashboard-fluid div.board-item .dashboard_notes_actions {
  text-align: right;
}
div.dashboard-fluid div.board-item .dashboard_notes_actions .view_all_notes {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/icon-eye-blue.png");
  display: inline-block;
  width: 30px;
  height: 30px;
}
div.dashboard-fluid div.board-item .dashboard_notes_actions .globalactions_expander_button_note {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/icon-note-blue.png");
  display: inline-block;
  width: 30px;
  height: 30px;
}
div.dashboard-fluid div.board-item .dashboarditemaction_active {
  background-color: rgb(223, 242, 224);
  margin-top: 0px;
  padding: 10px;
  padding-bottom: 15px;
}

.uilicious_testdate {
  display: block;
}

.uilicious_status {
  background-color: rgb(248, 248, 248);
  display: inline-block;
  width: 130px;
  height: 22px;
  cursor: pointer;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: -5px;
  font-size: 12px;
  padding: 2px 6px 3px 6px;
  text-align: center;
  color: Black !important;
  float: right;
}

.uilicious_resultitem {
  margin-top: 5px;
  display: inline-block;
  border: 1px solid rgb(232, 232, 232);
  margin-right: 5px;
}

.uilicious_status_success {
  display: inline-block;
  background-color: rgb(223, 242, 224);
  color: Black !important;
}

.uilicious_status_domainnotintxtfile {
  display: inline-block;
  background-color: Black !important;
  color: White !important;
}

.uilicious_status_failure {
  display: inline-block;
  background-color: rgb(231, 184, 184);
  color: Black !important;
}

.uilicious_linktotestvideo {
  background-color: White;
  background-position: center center;
  padding-left: 5px;
  padding-right: 5px;
}

.uilicious_status_success {
  background-color: rgb(223, 242, 224);
}

.uilicious_status_failure {
  background-color: rgb(231, 184, 184);
}

.monitor_item {
  float: right;
}

a.monitor_domainname {
  display: inline-block;
  width: 200px !important;
}

.monitor_dns {
  background-color: rgb(248, 248, 248);
  display: inline-block;
  width: 50px;
  height: 22px;
  cursor: pointer;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: -5px;
  font-size: 12px;
  padding: 2px 6px 4px 6px;
  text-align: center;
  color: Black !important;
}

.monitor_php {
  width: 70px;
  text-align: center;
}

.monitor_ip {
  display: inline-block;
  width: 180px;
  padding-left: 40px;
}

.monitor_ip_cyberpanel {
  background-image: url("/images/cyberpanel.svg");
  background-size: 30px;
  background-position: left center;
  background-repeat: no-repeat;
}

.monitor_ip_cpanel {
  background-image: url("/images/cP_orange.svg");
  background-size: 30px;
  background-position: left center;
  background-repeat: no-repeat;
}

.note_item {
  border-bottom: 1px solid rgb(43, 182, 115);
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.note_item .note_actiondate {
  font-weight: bold;
  font-size: 14px;
  padding-right: 5px;
}
.note_item .note_companies_company_name {
  padding-left: 3px;
  font-weight: bold;
  font-size: 14px;
  border-left: 1px solid rgb(43, 182, 115);
}
.note_item .dashboard_deletenote {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/icon-delete-blue.png");
  position: absolute;
  top: 0;
  right: 0;
}
.note_item .note_domains_domain_name {
  display: block;
  font-size: 14px;
}

.note_item:last-of-type {
  border-bottom: none;
}

.license_item {
  border-bottom: 1px solid rgb(43, 182, 115);
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  position: relative;
}

.license_renewaldate {
  font-weight: bold;
  font-size: 14px;
  padding-right: 5px;
}

.hidesslcheckfordomain {
  display: inline-block;
  width: 25px;
  height: 20px;
  background-position: left 2px;
  background-repeat: no-repeat;
  background-size: 80%;
  background-image: url("/images/icon-eye-hide-blue.png");
  cursor: pointer;
}

div.globalactions {
  z-index: 101;
  display: block;
  position: fixed;
  top: 0;
  right: 0px;
  width: 340px;
  min-height: 75px;
  padding: 15px;
}
div.globalactions .globalactions_expander {
  border: 1px solid rgb(232, 232, 232);
  background-color: White;
  padding: 20px;
  display: none;
}
div.globalactions .globalactions_expander_button {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}
div.globalactions .globalactions_expander_button_note {
  background-image: url("/images/icon-note-blue.png");
}
div.globalactions .globalactions_expander_button_logout {
  background-image: url("/images/icon-login.png");
}
.prospect-fluid {
  margin-bottom: 20px;
  background-color: #f8f8f8;
}

.prospectrow {
  background-color: #adadad;
}
.prospectrow h2 {
  display: inline-block;
}
.prospectrow a {
  color: White;
  font-weight: bold;
}
.prospectrow .but-prospectaction {
  display: inline-block;
  float: right;
  margin-top: 3px;
  margin-bottom: 3px;
  border-radius: 6px;
  border: 1px solid White;
  text-decoration: none;
  margin-left: 10px;
  padding: 5px 8px;
}
.prospectrow .but-deleteunusefullprospects {
  display: inline-block;
  float: right;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 50px;
  border-radius: 6px;
  text-decoration: none;
  margin-left: 10px;
  padding: 5px 8px;
}
.prospectrow .prospectactionactive-email-email {
  border: 1px solid rgb(43, 182, 115);
  background-color: rgb(43, 182, 115);
}
.prospectrow .prospectactionactive-post-post {
  border: 1px solid rgb(43, 182, 115);
  background-color: rgb(43, 182, 115);
}
.prospectrow .prospectactionactive-bellen-bellen {
  border: 1px solid rgb(43, 182, 115);
  background-color: rgb(43, 182, 115);
}

.prospectformrow {
  border: 1px solid rgb(43, 182, 115);
  border-top: 1px solid rgb(43, 182, 115) !important;
  background-color: #dff2e0;
}

.prospect_zoekeigenaar {
  background-color: #ced4da;
  border-radius: 5px;
  padding: 5px 8px;
  color: Black;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #6c757d;
  cursor: pointer;
  margin-right: 10px;
}

.prospect_generate_email_variations, .prospect_useemailfromscraper {
  background-color: #ced4da;
  border-radius: 5px;
  padding: 5px 8px;
  color: Black;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  border: 1px solid #6c757d;
  cursor: pointer;
}

.prospect_zoekeigenaar:Hover, .prospect_useemailfromscraper, .prospect_generate_email_variations {
  text-decoration: none;
}

.but-pagespeed {
  display: inline-block;
  margin-top: 3px;
  float: right;
  margin-bottom: 3px;
  border-radius: 6px;
  text-decoration: none !important;
  margin-left: 10px;
  padding: 5px 8px;
  background-color: #0066ff;
}

.prospectimagesrow {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgb(248, 248, 248);
}
.prospectimagesrow > div {
  padding: 0;
}
.prospectimagesrow > div img {
  width: 100%;
}
.prospectimagesrow div.prospectimage_containerdiv {
  max-height: 860px;
  overflow: hidden;
}

.registereddate {
  font-weight: bold;
  color: White;
}

.prospectinforow {
  margin-top: 10px;
  border-top: 1px solid rgb(248, 248, 248);
  padding-top: 10px;
  padding-bottom: 10px;
}

.descandtech {
  height: 90px;
}
.descandtech > div {
  overflow: hidden;
}

.prospectimagesrowimportrow div.prospectimage_containerdiv {
  max-height: 1010px;
  overflow: hidden;
}

.hideprospect {
  display: none;
}

.coldprospectdomainstatusavailable {
  padding: 3px 0 3px 15px;
  background-color: #dff2e0;
  color: Grey !important;
  font-weight: normal;
}

.coldprospectdomainstatusunavailable {
  padding: 3px 0 3px 15px;
  background-color: #ffb8b8;
  color: Grey !important;
  font-weight: normal;
}

.incasso1 {
  background-color: #ffbf00;
}

.incasso0 {
  background-color: #19ae8c;
}

.verticalcenternopadding {
  padding: 0 !important;
  vertical-align: center !important;
}
.verticalcenternopadding form {
  display: block !important;
  margin-top: 6px;
}

.view {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/icon-eye-blue.png");
  display: inline-block;
  width: 30px;
  height: 30px;
}