/***********************/
/* COLORS 			   */
/***********************/
/***********************/
/* font 			   */
/***********************/
/***********************/
/* height 			   */
/***********************/
/***********************/
/* ANIMATION EASINGS   */
/***********************/
/****************/
/* FUNCTIONS 	*/
/****************/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  background: #f7f7f7;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  height: 100%;
  color: #313541; }

/* Typografie  */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../../fonts/glyphicons-halflings-regular.eot");
  src: url("../../../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

a {
  color: #A71580;
  text-decoration: none;
  transition: 0.5s, all, ease;
  outline: none;
  background: none; }
  a:hover, a:focus, a:active {
    color: #bcc703;
    outline: none;
    background: none;
    text-decoration: none; }
  a img {
    outline: none; }

button::-moz-focus-inner {
  border: 0; }

b,
strong {
  font-weight: 700; }

i,
em {
  font-style: italic; }

img {
  max-width: 100%;
  height: auto;
  outline: none;
  border: none; }

h3 {
  font-size: 19px;
  margin-bottom: 10px;
  padding-left: 15px; }

h4 {
  color: #A71580;
  border-bottom: 1px solid #bcc703;
  padding-bottom: 10px;
  width: 100%;
  font-size: 20px;
  font-weight: bold; }

button.btn {
  text-decoration: none;
  box-shadow: none;
  font-weight: 300;
  color: #636C76 !important;
  height: auto;
  background: #FFFFFF;
  text-indent: 0;
  padding: 6px 8px;
  border: 1px solid #A8B9CD !important;
  border-radius: 4px;
  -webkit-transition: 0.4s, all;
  -ms-transition: 0.4s, all;
  -moz-transition: 0.4s, all;
  -o-transition: 0.4s, all;
  transition: 0.4s, all; }
  button.btn:hover {
    color: #f2f2f2 !important;
    background: #BFBFBF; }
  button.btn i {
    padding-right: 10px; }

.btn-default {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  background: #A71580;
  padding: 5px 20px;
  border: none;
  color: white;
  -webkit-transition: 0.5s, all, ease;
  -ms-transition: 0.5s, all, ease;
  -moz-transition: 0.5s, all, ease;
  -o-transition: 0.5s, all, ease;
  transition: 0.5s, all, ease; }
  .btn-default:hover {
    color: #333;
    text-decoration: none;
    background: #bcc703; }

button.btn-primary {
  background-color: #A71580;
  color: #fff !important;
  border: 1px solid #A71580 !important; }
  button.btn-primary:hover {
    background-color: #A71580;
    color: #fff !important;
    border: 1px solid #A71580 !important; }

button.btn-primary[disabled] {
  background-color: #BFBFBF;
  color: #fff !important;
  border: 1px solid #BFBFBF !important; }
  button.btn-primary[disabled]:hover {
    background-color: #BFBFBF;
    color: #fff !important;
    border: 1px solid #BFBFBF !important; }

#wrapper {
  padding-left: 0;
  min-height: 100%;
  position: relative; }

/* header */
#wrapper .logo.nav-up {
  display: block; }
  #wrapper .logo.nav-up img {
    display: block; }

#wrapper.toggled .logo.nav-up {
  display: none; }
  #wrapper.toggled .logo.nav-up img {
    display: none; }

.main-header {
  max-height: 120px;
  position: fixed;
  z-index: 1050;
  display: block;
  height: 120px;
  width: 100%;
  background-color: #f7f7f7; }

.main-header-container {
  width: 100%;
  height: 120px; }
  .main-header-container .main-logo {
    position: absolute;
    left: 105px;
    top: 11px;
    z-index: 1005; }
  .main-header-container .main-logo-container {
    position: absolute;
    width: 100%;
    height: 55px;
    margin-left: -90px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 80%); }
  .main-header-container .logo {
    display: block;
    height: 66px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 980;
    top: 0;
    -webkit-transition: all, 0.6s, ease;
    -ms-transition: all, 0.6s, ease;
    -moz-transition: all, 0.6s, ease;
    -o-transition: all, 0.6s, ease;
    transition: all, 0.6s, ease; }
    .main-header-container .logo img {
      display: block;
      float: left;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      font-size: 20px;
      line-height: 50px;
      overflow: hidden;
      padding: 0 15px;
      text-align: center;
      left: 12px;
      top: 0;
      opacity: 1;
      position: fixed;
      z-index: 99999;
      -webkit-transition: all, 0.3s, ease;
      -ms-transition: all, 0.3s, ease;
      -moz-transition: all, 0.3s, ease;
      -o-transition: all, 0.3s, ease;
      transition: all, 0.3s, ease; }
  .main-header-container .navbar.navbar-fixed-top {
    min-height: 67px;
    width: 100%;
    -webkit-transition: all, 0.5s, ease;
    -ms-transition: all, 0.5s, ease;
    -moz-transition: all, 0.5s, ease;
    -o-transition: all, 0.5s, ease;
    transition: all, 0.5s, ease;
    -webkit-box-shadow: 0 4px 2px -3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 4px 2px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 2px -3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 4px 2px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 2px -3px rgba(0, 0, 0, 0.1); }
  .main-header-container .user-menu {
    display: none;
    margin: 0px 35px 0 0;
    background-color: rgba(255, 255, 255, 0.8);
    /* fontawesome icons color nav */ }
    .main-header-container .user-menu li {
      display: inline-block; }
      .main-header-container .user-menu li li {
        display: block; }
    .main-header-container .user-menu .fa {
      color: #636C76; }
  .main-header-container a.dropdown-toggle {
    color: #313541;
    padding: 10px 15px 10px 10px; }
    .main-header-container a.dropdown-toggle .fa-user {
      color: white;
      font-size: 18px; }
    .main-header-container a.dropdown-toggle .fa-2x {
      font-size: 14px;
      width: 50px; }
  .main-header-container ul.dropdown-menu {
    box-shadow: none;
    border: 0;
    width: 100%;
    padding: 0;
    margin: 0; }
    .main-header-container ul.dropdown-menu > li > a {
      padding: 10px 20px; }
      .main-header-container ul.dropdown-menu > li > a i {
        margin-left: -9px;
        padding-right: 6px; }

.main-header-background {
  max-height: 120px;
  position: absolute;
  background-image: url("/Content/img/nutr-back-boven.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block;
  height: 120px;
  width: 100%;
  opacity: 1; }

.main-header-seperator {
  background: linear-gradient(270deg, rgba(188, 207, 3, 0) 40%, #BCCF03 100%);
  height: 12px;
  position: absolute;
  width: 100%;
  top: 55px; }

.main-footer-seperator {
  background: linear-gradient(270deg, rgba(188, 207, 3, 0) 40%, #BCCF03 100%);
  height: 12px;
  position: relative;
  width: 100%;
  top: 5px; }

.main-header-title {
  position: absolute;
  left: 75px;
  top: -20px;
  white-space: nowrap; }

.main-footer-container {
  height: 100px;
  width: 100%;
  max-height: 100px;
  position: absolute;
  background-image: url("/Content/img/nutr-back-onder.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0px 5px;
  display: block;
  opacity: 1;
  bottom: 0; }

.user-menu .dropdown:hover .dropdown-toggle {
  background: #bcc703; }
  .user-menu .dropdown:hover .dropdown-toggle:hover {
    background: #eee; }

.user-menu .dropdown:hover .dropdown-menu {
  display: block; }

.zoekveld {
  background: #f8f8f8 none repeat scroll 0 0;
  height: 30px;
  line-height: 27px;
  position: absolute;
  top: 20px;
  -webkit-transition: 0.5s, all, ease;
  -ms-transition: 0.5s, all, ease;
  -moz-transition: 0.5s, all, ease;
  -o-transition: 0.5s, all, ease;
  transition: 0.5s, all, ease;
  width: 250px;
  border-radius: 8px;
  left: 300px; }
  .zoekveld i {
    font-size: 15px;
    padding-left: 7px; }
  .zoekveld input {
    color: #b4bdc4;
    background: transparent;
    border: none;
    width: 220px;
    height: 100%;
    padding-left: 10px;
    border-radius: 8px; }
    .zoekveld input:hover {
      background: #bcc703;
      color: #313541; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #bcc703 !important;
  text-decoration: none; }

#sidebar-wrapper {
  z-index: 1100;
  position: fixed;
  left: 250px;
  width: 0;
  top: 67px;
  height: 100%;
  margin-left: -250px;
  overflow: hidden;
  background: linear-gradient(47.88deg, #9CA5AE 0%, #636C76 100%);
  -webkit-box-shadow: inset -16px 16px 38px -7px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset -16px 16px 38px -7px rgba(0, 0, 0, 0.08);
  box-shadow: inset -16px 16px 38px -7px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.main-content {
  min-height: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 100px; }

#wrapper.toggled {
  padding-left: 20px !important;
  padding-right: 20px !important; }

#wrapper.toggled #sidebar-wrapper {
  width: 170px; }

#page-content-wrapper {
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 130px 20px 20px 90px; }

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px; }

.center {
  text-align: center !important; }

.right {
  text-align: right !important; }

/* dt dd general styles*/
dl {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0; }

dt {
  float: left;
  width: 30%;
  font-weight: bold;
  margin: 5px 0;
  clear: left;
  text-align: right; }

dd {
  float: right;
  width: 70%;
  margin: 5px 0;
  clear: right;
  padding-left: 100px; }

.nc-green {
  color: #bcc703; }

.nc-main-text {
  margin: 20px 15px 20px 15px; }

#accordion .panel {
  margin-bottom: 0; }

#accordion .panel-assignment {
  padding-bottom: .5em; }

.panel-group table thead tr th {
  background: none; }

.panel-group table tbody tr td {
  line-height: 1em; }

.panel-group .form-group {
  margin-bottom: 0; }

.panel-group input, .panel-group textarea, .panel-group label {
  margin: 0; }

.panel-group .control-label {
  padding-top: .333em; }

.panel-group .panel-toggle {
  top: 4px; }

.panel-group .form-control {
  margin-bottom: .5em; }

.panel-group select.form-control {
  margin-bottom: 0; }

.panel-group .sample {
  padding: .5em 0; }
  .panel-group .sample .panel-default {
    border-bottom: 0px solid #ccc; }
    .panel-group .sample .panel-default:first-of-type {
      border-bottom: 0; }
  .panel-group .sample .row {
    margin-bottom: 0; }
  .panel-group .sample .form-inline .row {
    margin-top: .5em; }
  .panel-group .sample .checkbox {
    margin: 0; }
  .panel-group .sample .sub-panel-toggle {
    margin-top: .5em;
    display: block; }
    .panel-group .sample .sub-panel-toggle:hover {
      cursor: pointer; }
  .panel-group .sample .col-sm-6.col-md-6.form-group ~ div {
    overflow: hidden; }
  .panel-group .sample .checkbox input[type="checkbox"] {
    margin-top: 4px; }

.panel-group .sample:last-child {
  margin-bottom: .5em; }

.panel-group .fa-asterisk {
  font-size: 6px;
  vertical-align: super; }

.nc-validation-error {
  color: #dc3636; }

.nc-button {
  color: #313541;
  background: #bcc703; }
  .nc-button:hover {
    color: white;
    background: #A71580; }

.nc-button-inverted {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  background: #A71580;
  padding: 5px 20px;
  border: none;
  color: white;
  -webkit-transition: 0.5s, all, ease;
  -ms-transition: 0.5s, all, ease;
  -moz-transition: 0.5s, all, ease;
  -o-transition: 0.5s, all, ease;
  transition: 0.5s, all, ease; }
  .nc-button-inverted:hover {
    color: #313541;
    text-decoration: none;
    background: #bcc703; }

.nc-width-largebutton {
  width: 250px;
  display: block; }

.export-modal {
  z-index: 99999; }
  .export-modal .export-check {
    vertical-align: top;
    margin-top: 3px; }
  .export-modal .btn + .btn-export {
    margin-right: 20px; }

.remove-modal {
  z-index: 99999; }
  .remove-modal .btn + .remove-sample {
    margin-right: 10px; }

.debtor-input {
  padding: 6px 12px;
  width: 250px; }

.debtor-dropdown {
  clear: both; }
  .debtor-dropdown input[type="button"] {
    border: none;
    padding: 8px 20px;
    text-align: left; }
    .debtor-dropdown input[type="button"]:focus {
      outline: #bcc703 auto 5px !important;
      outline-color: -webkit-focus-ring-color;
      outline-style: auto;
      outline-width: 5px; }
  .debtor-dropdown input[value*="("] {
    background: #bcc703; }
  .debtor-dropdown .fa-arrow-circle-right {
    position: absolute;
    top: 12px;
    left: 240px;
    pointer-events: none; }

#debtor-dropdown select {
  width: 86%;
  display: inline-block;
  max-height: 34px;
  width: 250px; }

#debtor-dropdown .fa {
  width: 10%;
  display: inline-block; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#spinner-modal {
  z-index: 99999; }
  #spinner-modal .fa-spinner {
    color: #a71381;
    font-size: 3em;
    margin: auto;
    margin-left: -21px;
    left: 50%;
    top: 0;
    position: relative;
    width: 44px;
    height: 44px; }
    #spinner-modal .fa-spinner:before {
      position: absolute;
      animation: spin 2s linear infinite; }
  #spinner-modal .modal-footer p {
    text-align: center; }

/* page header mainly for results */
h1.page-header {
  margin: 20px 0 20px 0;
  font-size: 18px;
  color: #A71580; }

/* spinner changes */
div.modal .afui-spinner {
  border-color: #bebebe;
  border-left-color: #A71580; }

.green-flask {
  background-image: url("/Content/svg/lab-fl-green.svg");
  height: 16px;
  width: 16px;
  background-size: cover;
  background-size: 100% 100%; }

.gray-flask {
  background-image: url("/Content/svg/lab-fl-gray.svg");
  height: 16px;
  width: 16px;
  background-size: cover;
  background-size: 100% 100%; }

.purple-flask {
  background-image: url("/Content/svg/lab-fl-purple.svg");
  height: 16px;
  width: 16px;
  background-size: cover;
  background-size: 100% 100%; }

.control-group {
  padding: 0 10px; }

.add-on.input-group-addon,
.input-group.date {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0 5px;
  position: relative; }
  .add-on.input-group-addon span i,
  .input-group.date span i {
    left: 22px;
    position: absolute;
    top: 10px; }
  .add-on.input-group-addon input[type="text"],
  .add-on.input-group-addon select,
  .input-group.date input[type="text"],
  .input-group.date select {
    padding-left: 40px; }

.datepicker .form-control {
  box-shadow: none; }

.input-group-addon .form-control,
.form-control:focus {
  box-shadow: none; }

.input-group-addon.calicon {
  left: -2px;
  position: absolute;
  top: 0; }

.form-control {
  border-radius: 0; }
  .form-control.active {
    border: 2px solid #bcc703; }

.input-group-addon .formcontrol {
  text-indent: 13px; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

#collapseExample .add-on.input-group-addon {
  display: Block; }

.field-validation-error span i {
  display: block; }

.validation-summary-errors ul {
  padding-bottom: 10px; }

.validation-summary-errors ul li {
  color: red;
  font-size: 16px; }

select:disabled {
  background: #cecece; }

.panel {
  border-bottom: 1px solid #ccc;
  box-shadow: none;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative; }

.panel-toggle {
  left: 0;
  position: absolute;
  z-index: 1; }

/* table styling */
table {
  -webkit-transition: 0.5s, all, ease;
  -ms-transition: 0.5s, all, ease;
  -moz-transition: 0.5s, all, ease;
  -o-transition: 0.5s, all, ease;
  transition: 0.5s, all, ease;
  overflow: hidden;
  width: 100%; }
  table thead tr.first {
    background: #a71381 none repeat scroll 0 0;
    color: white;
    content: "";
    display: block;
    height: 32px;
    line-height: 32px;
    padding-bottom: 0 !important;
    padding-left: 10px;
    padding-right: 0 !important;
    padding-top: 0 !important;
    width: 2000%;
    font-weight: bold;
    font-size: 16px; }
    table thead tr.first h3 {
      padding: 2px 0 0 0; }
    table thead tr.first td {
      border: none !important; }
  table thead tr th {
    background: none;
    color: #313541;
    border: none;
    font-weight: bold;
    font-size: 12px; }
  table.table-bordered {
    box-shadow: 1px 1px 8px -5px rgba(0, 0, 0, 0.4);
    border: none; }
    table.table-bordered > tbody > tr > th,
    table.table-bordered > thead > tr > th,
    table.table-bordered > tfoot > tr > th,
    table.table-bordered > thead > tr > td,
    table.table-bordered > tbody > tr > td,
    table.table-bordered > tfoot > tr > td {
      border: 1px solid #f2f5f8; }
    table.table-bordered > thead > tr > th {
      border-bottom: 1px solid #dddddd !important; }
    table.table-bordered > tbody > tr td {
      border-bottom: 1px solid #dddddd !important; }
    table.table-bordered > tbody > tr td:first-child {
      border-left: 1px solid #dddddd !important; }
    table.table-bordered > tbody > tr td:last-child {
      border-right: 1px solid #dddddd !important; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border: none; }

table.table-bordered.table-striped > tbody > tr:nth-child(2n+1) > td,
table.table-bordered.table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #f6f8e4; }

table.table-bordered.table-striped > tbody > tr:nth-child(2n) > td,
table.table-bordered.table-striped > tbody > tr:nth-child(2n) > th {
  background-color: #fff; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #A71580;
  border-color: #A71580; }

.table > thead > tr.first > td {
  padding: 0; }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.glyphicon-chevron-left::before {
  content: "\e079" !important; }

.glyphicon-chevron-right:before {
  content: "\e080" !important; }

/* data tables overwrite */
.dataTables_length,
.dataTables_info {
  display: inline-block; }

.yadcf-filter-reset-button {
  display: none; }

.dataTables_paginate.paging_simple_numbers {
  display: inline-block;
  float: right; }

.dataTables_filter {
  display: none; }

.dataTables_length select {
  font-weight: normal;
  height: 29px;
  padding: 0;
  line-height: 4px !important;
  margin-left: 10px;
  text-indent: 0 !important;
  width: 75px !important; }

table.fixedHeader-floating {
  position: fixed !important; }

/* disabled table header by datatable */
.table-bordered > thead > tr.first {
  display: none; }

.dataTables_wrapper .top {
  display: none; }

.dataTables_wrapper .bottom {
  margin: 15px 0 15px 0; }

/* following is used for floating table header */
table.fixedHeader-floating,
table.fixedHeader-locked {
  position: fixed !important;
  top: 0 !important;
  margin-top: 0 !important;
  padding-top: 120px !important;
  background-color: #fff; }

/*menu*/
/*hamburger */
#menu-toggle {
  left: 190px;
  position: absolute;
  top: 10px;
  border: none;
  background: none !important;
  text-align: center;
  text-shadow: none !important;
  box-shadow: none !important;
  color: #313541;
  -webkit-transition: 0.1s, all, ease-in-out;
  -ms-transition: 0.1s, all, ease-in-out;
  -moz-transition: 0.1s, all, ease-in-out;
  -o-transition: 0.1s, all, ease-in-out;
  transition: 0.1s, all, ease-in-out; }
  #menu-toggle span {
    cursor: pointer;
    height: 2px;
    width: 25px;
    display: block;
    text-transform: uppercase; }

ul.sidebar-nav li a#menu-toggletwee {
  background: none !important;
  text-align: center;
  text-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  position: absolute;
  top: -33px;
  left: -25px; }
  ul.sidebar-nav li a#menu-toggletwee:hover {
    color: #393838; }

.navbar a#menu-toggle {
  left: 190px;
  position: fixed;
  top: 18px;
  border: none;
  background: none !important;
  text-align: center;
  text-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: 0.5s, all, ease;
  -ms-transition: 0.5s, all, ease;
  -moz-transition: 0.5s, all, ease;
  -o-transition: 0.5s, all, ease;
  transition: 0.5s, all, ease; }

a#menu-toggle > span {
  display: inline-block;
  text-transform: uppercase; }

/* Sidebar Styles */
#sidebar-wrapper {
  width: 80px; }

#wrapper.toggled #sidebar-wrapper {
  width: 53px; }

ul.sidebar-nav {
  width: 80px;
  margin: 53px 0 21px;
  padding: 0;
  list-style: none; }
  ul.sidebar-nav li {
    text-align: center; }
    ul.sidebar-nav li a {
      display: block;
      text-decoration: none;
      color: #fff;
      font-size: 22px;
      -webkit-transition: 0.5s, all, ease;
      -ms-transition: 0.5s, all, ease;
      -moz-transition: 0.5s, all, ease;
      -o-transition: 0.5s, all, ease;
      transition: 0.5s, all, ease;
      padding: 5px 0 5px 0; }
      ul.sidebar-nav li a:hover, ul.sidebar-nav li a.active {
        text-decoration: none;
        background: #A71580;
        -webkit-box-shadow: inset -16px 16px 38px -7px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: inset -16px 16px 38px -7px rgba(0, 0, 0, 0.08);
        box-shadow: inset -16px 16px 38px -7px rgba(0, 0, 0, 0.08); }
      ul.sidebar-nav li a:active, ul.sidebar-nav li a:focus {
        text-decoration: none; }
  ul.sidebar-nav span {
    display: block;
    padding: 0;
    font-size: 10px;
    color: #f2f2f2; }
  ul.sidebar-nav i {
    width: 23px; }
  ul.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px; }
    ul.sidebar-nav > .sidebar-brand a {
      color: #999999; }
      ul.sidebar-nav > .sidebar-brand a:hover {
        color: #fff;
        background: none; }

.info-block {
  box-shadow: 0 2px 4px rgba(226, 226, 226, 0.75);
  background: white;
  padding: 20px;
  line-height: 29px;
  min-height: 350px; }
  .info-block.img img {
    margin: 0 auto;
    max-height: 300px; }
  .info-block h1 {
    color: #A71580;
    border-bottom: 1px solid #bcc703;
    padding-bottom: 10px;
    width: 95%;
    font-size: 20px;
    font-weight: bold; }
  .info-block p {
    line-height: 1.5em; }
  .info-block a {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(99, 108, 118, 0.44);
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: 0.5s, all, ease;
    -ms-transition: 0.5s, all, ease;
    -moz-transition: 0.5s, all, ease;
    -o-transition: 0.5s, all, ease;
    transition: 0.5s, all, ease; }
    .info-block a.btn-link {
      border: 1px solid #A8B9CD;
      background-color: #FFFFFF;
      color: #636C76;
      position: absolute;
      bottom: 20px; }
    .info-block a:hover {
      text-decoration: none;
      background-color: #BFBFBF;
      color: #f2f2f2; }
  .info-block .btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 50%;
    bottom: 83%;
    left: 85%;
    position: absolute;
    background: #A71580;
    color: #fff !important; }

.assignment-block {
  box-shadow: 0 2px 4px rgba(226, 226, 226, 0.75);
  background: white;
  line-height: 29px;
  min-height: 200px;
  padding: 40px; }
  .assignment-block h2 {
    color: #A71580;
    padding-bottom: 10px;
    width: 95%;
    font-size: 16px; }
  .assignment-block i {
    color: #A71580;
    font-size: 80px; }
  .assignment-block a {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(99, 108, 118, 0.44);
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: 0.5s, all, ease;
    -ms-transition: 0.5s, all, ease;
    -moz-transition: 0.5s, all, ease;
    -o-transition: 0.5s, all, ease;
    transition: 0.5s, all, ease; }
    .assignment-block a.btn-link {
      border: 1px solid #A8B9CD;
      background-color: #FFFFFF;
      color: #636C76;
      bottom: 20px; }
    .assignment-block a:hover {
      text-decoration: none;
      background-color: #BFBFBF;
      color: #f2f2f2; }

.assignment-button {
  width: 100%;
  padding: 0 !important;
  margin-top: 20px;
  display: block;
  text-align: center; }

.page-header-assignment {
  padding: 0 15px 0 15px; }

.page-breadcrumb-assignment {
  float: right;
  display: inline-block;
  height: 32px;
  width: 266px;
  margin: 20px;
  margin-right: 15px;
  background-color: #fff;
  border: 1px solid #DFE6EE; }
  .page-breadcrumb-assignment .nav-menu-1,
  .page-breadcrumb-assignment .nav-menu-2 {
    position: relative;
    top: -23px;
    margin: 10px;
    display: inline-block; }
  .page-breadcrumb-assignment .nav-menu-1 {
    color: #A71580;
    margin-right: 5px; }
    .page-breadcrumb-assignment .nav-menu-1 a:hover,
    .page-breadcrumb-assignment .nav-menu-1 a:visited,
    .page-breadcrumb-assignment .nav-menu-1 a:link {
      color: #A71580; }
  .page-breadcrumb-assignment .nav-menu-triangle {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #DFE6EE;
    display: inline-block; }
    .page-breadcrumb-assignment .nav-menu-triangle .nav-menu-triangle-inner {
      display: inline-block;
      position: relative;
      top: -14px;
      left: -16px;
      width: 0;
      height: 0;
      border-top: 14px solid transparent;
      border-bottom: 14px solid transparent;
      border-left: 14px solid #fff; }

.sample-list-header {
  color: #A71580;
  font-size: 18px; }

.nc-container,
.nc-main-text {
  background-color: #F7F7F7; }

.nc-container .fa-asterisk {
  font-size: 6px;
  vertical-align: super; }

.nc-container .panel-default {
  background-color: #fff;
  padding: 10px 50px 10px 50px; }

.nc-container .panel-toggle {
  left: -25px;
  position: relative;
  z-index: 1;
  top: 20px; }

.nc-container .panel-assignment,
.nc-container .panel-sample {
  box-shadow: 0 2px 4px 0 rgba(226, 226, 226, 0.5); }

.nc-container .panel-sample {
  border-bottom: 1px solid #ccc !important;
  background: #fff;
  padding-bottom: 20px; }

.nc-container .sample-item {
  margin: 10px 0 10px 0;
  padding: 0; }
  .nc-container .sample-item .panel-toggle {
    top: 24px; }

.nc-container .sample-item.sample-invalid-dirty-touched.ng-invalid .panel-sample {
  border: 1px solid #dc3636 !important;
  border-bottom: 1px solid #dc3636 !important;
  box-shadow: 0 2px 4px 0 rgba(220, 54, 54, 0.5); }

.nc-container .panel-assignment.ng-invalid.ng-dirty, .nc-container .panel-assignment.ng-invalid.ng-touched {
  border: 1px solid #dc3636;
  box-shadow: 0 2px 4px 0 rgba(220, 54, 54, 0.5); }

.nc-container .sample-list-header {
  margin: 30px 20px 10px 20px; }

.nc-container .sample-add {
  margin-top: 25px; }

.nc-container .panel-sample .sample-right {
  padding: 0; }

.nc-container .panel-sample .sample.sample-item {
  margin-bottom: 0; }

.nc-container .panel-sample .sample-copy {
  border: 1px solid #DFE6EE;
  display: inline-block;
  width: 125px; }
  .nc-container .panel-sample .sample-copy .sample-copy-input {
    display: inline-block;
    padding: 5px;
    padding-left: 10px;
    border-right: 1px solid #DFE6EE; }
  .nc-container .panel-sample .sample-copy a.copy-sample {
    font-size: 18px;
    padding-left: 3px; }
  .nc-container .panel-sample .sample-copy input {
    border: none;
    max-width: 75px;
    outline: none; }
    .nc-container .panel-sample .sample-copy input:focus {
      outline: none; }

.nc-container .panel-sample .sample-remove {
  margin-bottom: 10px; }
  .nc-container .panel-sample .sample-remove a.sample-remove {
    font-size: 24px; }
  .nc-container .panel-sample .sample-remove .modal-dialog {
    text-align: left; }

.nc-container .panel-sample .checkbox-container {
  display: block;
  margin-bottom: 10px; }

.nc-container .panel-testplan {
  padding: 0;
  margin-left: 0 !important; }
  .nc-container .panel-testplan .panel-toggle {
    top: 24px;
    position: relative; }

.nc-container .has-error .form-control {
  border-color: #dc3636; }

table.table-bordered tr.shown td.details-control {
  background: url("/Content/svg/min.svg") no-repeat center center;
  cursor: pointer; }

table.table-bordered tr td.details-control {
  background: url("/Content/svg/plus.svg") no-repeat center center;
  cursor: pointer; }

.info-button {
  background: transparent;
  border: none;
  box-shadow: 0; }
  .info-button i {
    /*font-size: 20px;*/
    color: lightgray; }

table.table-bordered.table-striped.subtable > tbody > tr:nth-child(2n+1) > td,
table.table-bordered.table-striped.subtable > tbody > tr:nth-child(2n+1) > th {
  background: #fefafd; }

#search-form label.error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  width: 500px;
  max-width: 500px; }

#search-form .zoek {
  display: flex; }
  #search-form .zoek #get-nir-results-button {
    width: auto;
    margin-left: 0.5rem; }

td.sub-user-icons a:hover,
#tabel-subuser td a:hover,
.user-action-container a:hover {
  color: #7a0f5d; }

td.sub-user-icons i,
#tabel-subuser td i,
.user-action-container i {
  font-size: 18px;
  padding-right: 5px; }

.form-horizontal,
.user-details {
  box-shadow: 0 2px 4px rgba(226, 226, 226, 0.75);
  background: white;
  padding: 20px;
  line-height: 29px; }
  .form-horizontal .form-control,
  .user-details .form-control {
    text-indent: 0;
    padding: 0 10px;
    background: #fbfbfb; }

.create-button {
  margin-top: 10px; }
  .create-button i {
    font-size: 16px; }
  .create-button:hover {
    color: #7a0f5d; }

.user-action-container {
  text-align: center;
  margin-top: 10px; }

.form-group.margined {
  margin-bottom: 40px; }

/* popover is already available in bootstrap, however /custom/bootstrap.css file is used instead of nuget package version */
/*
    TODO this is already available in nuget bootstrap.css, but broken by another custom bootstrap.css stylesheet
*/
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }

/*popover*/
.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

@media (min-width: 540px) {
  .main-header-container .user-menu {
    display: block; } }

@media (min-width: 768px) {
  #wrapper.toggled .main-header .logo.nav-up {
    display: none; }
    #wrapper.toggled .main-header .logo.nav-up img {
      display: none; }
  .main-header-container .main-logo-container {
    margin-left: 0; }
  #adv-search {
    width: 500px;
    margin: 0 auto; }
  .dropdown.dropdown-lg {
    position: static !important; }
  .dropdown.dropdown-lg .dropdown-menu {
    min-width: 500px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  #wrapper .main-header .logo.nav-up {
    display: none; }
    #wrapper .main-header .logo.nav-up img {
      display: none; }
  table thead tr.first h3 {
    padding: 1px 10px; }
  .main-header .logo {
    width: 141px; }
    .main-header .logo img {
      left: -10px; }
  .dataTables_filter label {
    display: flex; }
  .dataTables_filter {
    float: right; }
  #wrapper.toggled #sidebar-wrapper {
    width: 140px; }
  tr.table-header.nav-up {
    position: relative;
    top: 0; }
  #wrapper.toggled .logo.nav-up,
  #wrapper.toggled .logo.nav-up img {
    display: block; }
  .navbar a#menu-toggle {
    left: 140px;
    top: 5px; }
  .nav > li > a {
    padding: 4px 0;
    text-align: right; }
  .main-header .user-menu {
    margin: 5px 10px 0 0; }
    .main-header .user-menu li {
      display: block; }
  .dataTables_length,
  .dataTables_filter {
    float: left;
    clear: both; } }

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #wrapper .main-header .logo.nav-up {
    display: none; } }
