/*Main setup*/

html {
    background: #ffffff;
}

body {
    padding-right: 0 !important;
    background: #ffffff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #2e9bc3;
}

.card-box {
    border: unset;
    padding-top: 0px;
    padding-left: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.page-title-box {
    box-shadow: unset;
    padding-left: 12px;
    padding-top: 17px;
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    /* margin-right: -20px; */
    /* margin-left: -1px; */
    margin-right: -10px;
    margin-left: 0px;
    font-size: 1.0em;
    color: #25a0ce;
}

.page-link:focus, .page-link:hover {
    color: #EA5B0C;
}

.footer {
    background-color: #ffffff;
}

a {
    color: #2e9bc3;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}    

.help-header {
    color: #2e9bc3;
}

a:hover {
    color: #08c;
    text-decoration: underline
}    

code {
    color: #3bafda;
}

.modal .modal-dialog {
    max-width: 95%;
}

.modal .modal-dialog .modal-content {
    border-radius: 4px;
}

.logo {
    color: #ffffff !important;
    /* font-size: 20px; */
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.5em;
    text-decoration: none;
}

.header-title {
    text-transform: uppercase;
    font-size: 1.0em;
    font-weight: 700;
    line-height: 100%;
    margin-left: 0px;
    /* margin-bottom: 8px; */
    margin-top: 0;
    font-weight: bold;
}

h4.header-title {
    font-size: 1.5em;
}

.topbar {
    border-bottom: 1px solid #f7f7f7;
}

.topbar .topbar-left {
    float: left;
    position: relative;
    width: 240px;
    height: 70px;
    z-index: 1;
    background: #fafafa;
}

.navbar-custom {
    background-color: #fafafa;
}

/* Sidebar */
.side-bar {
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.2);
}

#wrapper.right-bar-form-enabled .right-bar-form {
    right: 0;
}

#wrapper.right-bar-form-enabled .left-layout {
    left: 0;
}

#analytic-picker-content > table > tbody > tr.active > td > a > i {
    color: #EA5B0C;
}

/* Uitschakelen blauwe rand rondom buttons (onderdeel van bootstrap) */
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0px;
}

/* Right sidebar */
.side-bar-form.right-bar-form {
    float: right !important;
    right: -2000px; /* make sufficiently large so that sidebar will hide on wide screens*/
    top: 70px;
    bottom: 0;
    font-size: 0.9rem;
}

.side-bar-form {
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    background-color: #ffffff;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
    display: block;
    float: left;
    overflow: auto;
    position: fixed;
    transition: all 200ms ease-out;
    /*min-width: 635px;*/
    width: 33%;
    /*max-width: 800px;*/
}

.right-bar-form {
    /*background: #ffffff !important;*/
    background-color: rgba(238, 238, 238, 0.95);
    z-index: 99 !important;
}
.right-bar-form h4 {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    font-size: 1.2rem;
}
.right-bar-form .nav-link {
    font-size: 16px;
}
.right-bar-form .tab-content {
    padding: 20px;
}

.js-right-bar-form-close {
    background-color: #cbcbcb;
    border-color: #c2c2c2;
    color: black;
    padding-top: 5px;
}
.js-right-bar-form-close:focus {
    background-color: #cbcbcb;
}
.js-right-bar-form-close:hover {
    background-color: #cbcbcb;
}

.btn-secondary {
    background-color: #f7f7f7;
    border-color: #c5c5c5;
    color: black;
}
.btn-secondary:focus {
    background-color: #e4e7ea;
}
.btn-secondary:hover {
    color: #2CA9D7;
    background-color: #e4e7ea;
    border-color: #ddd;
}

.header-label {
    background-color: #e2f4f8;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 15px;
    border-radius: .3rem;
}

.header-label-completed {
    background-color: #f7f7f7;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 15px;
    border-radius: .3rem;
}

.header-label-small {
    background-color: #e2f4f8;
    padding-top: 7px;
    padding-bottom: 1px;
    margin-top: 2px;
    margin-bottom: 5px;
    margin-left: 0px;
    border-radius: .3rem;
}

.header-label-small-completed {
    background-color: #f7f7f7;
    padding-top: 7px;
    padding-bottom: 1px;
    margin-top: 2px;
    margin-bottom: 5px;
    margin-left: 0px;
    border-radius: .3rem;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: -webkit-linear-gradient(top,#3bafda,#3bafda);
}

.table td, .table th {
    padding: .5rem;
}
.table th {
    border-bottom: none;
}

.table thead th {
     border-bottom: none; 
}

.table > thead > tr > th {
     border-bottom: none; 
}

.table-bordered {
     border-top: none;
     border-bottom: 1px solid #e9ecef; 
     border-left: 1px solid #e9ecef; 
     border-right: 1px solid #e9ecef; 
}

#screengroup_setup {
     padding-bottom: 500px;
}

/*Multiselect control*/
/*.ms-container {
    width: 600px;
}
*/
.ms-container .ms-list {
    height: 250px;
}

.ms-container {
    width: 100%;
}

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    color: #000000;
    background-color: #fdf59a61;
}

.ms-container .ms-list {
    box-shadow: none;
    border: 1px solid #d3d3d3;
}

.ms-optgroup-label {
    font-weight: bold;
}

/* Datatable */
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    background-color: #3bafda;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: #00b19d;
}

.select-info {
    padding-left: 5px;
}

.buttons-copy,
.buttons-excel,
.buttons-csv,
.buttons-pdf,
.buttons-collection{
    background-color: rgb(247 247 247);
    border: none;
    height: 32px;
    font-size: 0.9em;
}

.buttons-insert{
    background-color: #c9f9ff59;
    border: none;
    height: 32px;
    font-size: 0.9em;
    margin-right: 5px; 
}

/* .buttons-excel {
    background-color: rgb(247 247 247);
    border: unset;
    line-height: 1.0;
}

.buttons-csv {
    background-color: rgb(247 247 247);
    border: unset;
    line-height: 1.0;
}

.buttons-colvis {
    background-color: rgb(247 247 247);
    border: unset;
    line-height: 1.0;
}

.buttons-insert {
    background-color: #c9f9ff59;
    border: unset;
    line-height: 1.0;
} */

.dt-button-collection{
    background-color: rgb(247 247 247);
}

.dt-button.dropdown-item.buttons-columnVisibility {
    background-color: rgb(247 247 247);
}

.dt-button.dropdown-item.buttons-columnVisibility.active {
    background-color: #fdf59a61;
}

.dropdown-menu {
    margin: unset;
}

/* Overrulen rijkleur geselecteerde rij in Datatable */
table.dataTable tbody tr.selected {
    color: #000000;
    background-color: #fdf59a61;
}

.table-hover tbody tr:hover {
    background-color: #fdf59a61;
}

/*Zoekveldje Datatable*/
/*div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
    margin-left: 450px;
    margin-top: 5px;
}
*/
div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    min-width: 150px;
    width: auto;
}

.dataTables_wrapper {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 10px;
}

/* Dropdown menu */
.dropdown-menu {
    /*min-width: 325px;*/
}

/* Loader */
/* https://stephanwagner.me/only-css-loading-spinner */
@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
.spinner:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner .6s linear infinite;
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("/static/images/preloader.gif");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px;
}

/* The Magic Float Center Code */
.float-center {
  float: right;

  position: relative;
  left: -50%; /* or right 50% */
  text-align: left;
}
.float-center > .child {
  position: relative;
  left: 50%;
}

/* Style of the menu at the left */
/*
.list-unstyled {
    padding-left: 0;
    list-style: none;
    min-width: 225px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
    padding: 15px 20px;
    min-height: 52px;
    min-width: 295px;
}
*/

#sidebar-menu {
    padding-bottom: 30px;
    padding-top: 0px;
    width: 100%;
}
#sidebar-menu > ul > li > a {
    margin: 0px;
}
#sidebar-menu > ul > li > a.active {
    /* background: #fafafa !important; */
    background: #c9f9ff59 !important;
    border-left: 3px solid #3bafda;
}

#sidebar-menu ul ul a {
    padding: 12px 20px 12px 25px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
    white-space: unset;
}

#wrapper.enlarged .left.side-menu {
    width: 70px;
    z-index: 5;
    margin-top: -4px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
    display: none;
    margin-top: -2px;
}

.select2-focusser .select2-offscreen {
    background: #ffffff;
    border-color: red;
    box-shadow: 0px 0px 1px 2px #80bdff;
}

.select2-container .select2-choice .select2-arrow {
    border-left: 1px solid #fff; 
    background: #fff; 
}


.select2-results .select2-highlighted {
    background:  #fdf59a61;
    color: #000000;
}

.select2-search-choice {
    border: 1px solid red;
}

/*.select2-choice .select2-arrow {
    background-color: #fff;
    background-image: none;
    border-left: 0;
}
*/
/*.select2-container:focus {
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 0px 0px 1px 2px #80bdff;
}
*/

/*Zorg voor highlight als input veld focus krijgt*/
.form-control:focus {
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 0px 0px 1px 2px #80bdff;
}

.content-page {
    overflow: hidden auto;
}

/*Plak de content tegen de header aan*/
.content-page > .content {
    padding: 0px 5px 15px 5px;
}

/*Zoekveldje boven multiselect boxen*/
.search-input {
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #cacaca;
    border-radius: 3px;    
}

.labelcol {
  width: 225px;
}

label {
  font-weight: 700;
  /*color: red;*/
}

.unindent20{
  margin-left: -20px;
}

.active_menu {
  border-left-width: 5px;
  border-left-color: red;
}

.detail-header {
   margin-top: -10px;
   color: #3bafda;
}

/* Settings for bootstrap notify */
.alert-info > [data-notify="message"] {
  color: #2b6b82;
  z-index: 999999;
}
[data-notify="message"] {
  color: #2b6b82;
  z-index: 999999;
}

/* Summernote fix */
.note-toolbar-wrapper {
    height: auto !important;
    z-index: 1;
}

.note-editor.note-frame {
    width: 100%;
}

/* two factor authentication forms */
#id_auth-username {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;    
    margin-bottom: 10px;
}

#id_auth-password {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;    
    margin-bottom: 10px;
}

#id_generator-token  {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;    
    margin-bottom: 10px;
}

#id_token-otp_token {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;    
    margin-bottom: 10px;
}

#backup-otp_token {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;    
    margin-bottom: 10px;
}

/*Opmaak pivot table*/
.pvtAxisContainer, .pvtVals {
    border: 1px solid #95e2f9;
    background: #b1ebfd4f;
    padding: 5px;
    min-width: 20px;
    min-height: 20px;
}

table.pvtTable tbody tr th, table.pvtTable thead tr th {
    background-color: #d7f4ff3b;
    border: 1px solid #bdeaff;
    font-size: 8pt;
    padding: 5px;
}

table.pvtTable tbody tr td {
    color: #3d3d3d;
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #e8e8e8;
    vertical-align: top;
    text-align: right;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #acf1ff30;
    /*background-color: yellow;*/
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.navbar-header {
    width: 225px;
}

.nav-tabs > li > a {
    color: #2a3142;
    font-weight: 600;
    background-color:#f7f7f7;
}

.picker-link.active {
    color: #495057;
    background-color: #ffe3c959 !important;
    border-color: #ddd #ddd #fff;
    border-bottom: 1px solid #da833b !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #c9f9ff59;
    border-color: #ddd #ddd #fff;
    border-bottom: 1px solid #3bafda;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.settings {
    color: #495057;
    background-color: #f7f7f7;
    border-color: #ddd #ddd #fff;
}

.nav-tabs .nav-link {
    border: none;
}

.nav-tabs {
    border-bottom: 1px solid #f7f7f7;
}

.nav-tabs .nav-item {
    margin-top: 5px;
}

.btn-xs {
    height: 28px;
    border-radius: .25rem;
    /*margin-left: 0;*/
}
.no-radius-right {
    margin-left: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

td.x-editable-cell {
    height: 48px;
    vertical-align: middle;
}

/* Button company dropdown */
.btn-company {
    background-color:#3bafda12;
    border: 1px solid #3bafdae0;
    color: #555;
}

.btn-company:hover, .btn-company:focus, .btn-company:active, .btn-company.active,
.btn-company.focus, .btn-company:active, .btn-company:focus, .btn-company:hover,
.open > .dropdown-toggle.btn-company, .btn-outline-company.active, .btn-outline-company:active,
.show > .btn-outline-company.dropdown-toggle, .btn-outline-company:hover, .btn-company.active,
.btn-company:active, .show > .btn-company.dropdown-toggle {
    background-color:#3bafda12;
    border: 1px solid #3bafdae0;
    color: #555;
}

.btn-pink {
  background-color: #F8CEFF;
  border: 1px solid #F8CEFF;
  color: #555;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active,
.btn-pink.focus, .btn-pink:active, .btn-pink:focus, .btn-pink:hover,
.open > .dropdown-toggle.btn-pink, .btn-outline-pink.active, .btn-outline-pink:active,
.show > .btn-outline-pink.dropdown-toggle, .btn-outline-pink:hover, .btn-pink.active,
.btn-pink:active, .show > .btn-pink.dropdown-toggle {
  background-color: #FF9FF9;
  border: 1px solid #FF9FF9;
}

.btn-toolbar {
     display: table-caption;
}
 
.xlsx {
    height: 28px;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
}    

/* Cursor when hovering over data-cells */
td.data {
    cursor: pointer;
}

.element-header {
    background-color: #3ddcf721;
    color: black;
}

/* Tabel opmaak */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02);
}

.table_header {
    background-color: #21c3ff1c;
    border-top: 1px solid #e9ecef;
}

.th-rb {
    background-color: #c8f0ff;
    text-overflow: unset;
    white-space: unset;
    overflow: unset;
    font-weight: bold;
    padding-left: 13px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #d1d8dd;
}

.tr-rb-gl-0 {
    background-color: #e6ffec;
}
.tr-rb-rgs-0 {
    background-color: #f4fafe;
}
.tr-rb-rgs-1 {
    background-color: #ffaa0012;
}
.tr-rb-rgs-2 {
    background-color: #f8f4ff;
}
.tr-rb-rgs-3 {
    background-color: #3ddcf72e;
}
.tr-rb-rgs-4 {
    background-color: #ffb8ec96;
}
.tr-rb-rgs-5 {
    background-color: #86ff8542;
}
.tt-tcol {
}
.tt-tcol-0 {
    font-weight: bold;
}
.tt-vcol {
    text-align: right;
    cursor: pointer;
}
.tt-vcol-0 {
    font-weight: bold;
    text-align: right;
    cursor: pointer;
}

.foundRow {
    background-color: #fdf59a61;
}

.logging {
    font-family: Menlo,Monaco,Consolas,'Courier New',monospace;
    font-size: 0.9em;
    line-height: 1.1;
    margin-left: -20px;
}

/* Spinner */
.spinnerDots {
  /* margin: 100px auto 0; */
  margin-top: 15px;
  margin-left: 0px;
  width: 70px;
  text-align: center;
}

.spinnerDots > div {
  width: 10px;
  height: 10px;
  background-color: #95e2ff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinnerDots .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinnerDots .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.text-muted {
    color: #98a6ad !important;
    padding-top: 3px;
}

.switch.switch-sm input + label {
    min-width: calc(calc(1.9375rem * .8) * 2);
    text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}

#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #fff;
    -webkit-box-shadow: 0 0 12px #fff;
    box-shadow: 0 0 12px #fff;
    color: #fff;
    opacity: 1.0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100)
}

.toast-message{
    color:#ffffff;
}

.toast-success{
    background-color:#78cf78;
}

.toast-error{
    background-color:#ff827b;
}

.toast-info{
    background-color:#80e1ff;
}

.toast-warning{
    background-color:#ffc574;
}

/* Survey */

input[type="radio"] {
    transform: scale(1.5);
    margin: 10px 10px 0px 0px;
}