
:root {
    --primary: #3C6329;
    --primarycolor: #FFF;
    --primaryborder: #FFF;
    --primarybuttonicon: #FFF;
    --primaryactive: #3C6329;
    --primaryactivecolor: #ffffff;
    --primaryactiveborder: #bdbcee;
    --secondary: #bdbcee;
    --secondarycolor: #1a1a1a;
    --secondaryborder: #1a1a1a;
    --secondarybuttonicon: #1a1a1a;
    --dark: #081b29;
    --light: #ffffff;
    
    --success: #0ca332;
    --warning: #FF552A;
    --warningcolor: yellow;
  }


body { 
  background-color: whitesmoke; 
}

body, table, td, p {
    font-size: 11pt;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.debug {
  color:rgb(60, 60, 120);
  font-family:'Courier New', Courier, monospace;
  font-size: 10px;
}

#copyright {
  position: fixed;
  bottom: 5px;
  right: 8px;
}

.handje:hover{
  cursor: pointer;
}


/**************** DROPDOWN MENU ******************/

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	
/* ============ small devices .end// ============ */

/**************** BOOTSTRAP OVERRIDES ******************/

.alert-inline {
  padding: 5px;
}

.bg-primary {
    background-color: #3C6329 !important;
    color: white !important;
}

.bg-secondary {
  background-color: #AACFE3 !important;
}

.btn, .infopop {
  transition: all 0.1s ease-in-out;
}

.btn:hover, .infopop:hover{
  box-shadow: 3px 3px 3px rgb(162, 160, 160, 0.75);
}

.btn-xs {
  padding:  0.0rem 0.25rem !important;
  font-size: 85% !important;
  font-weight: regular;
}

.first-line .btn-xs {
  font-size: 12px !important;
}


.btn-primary {
  background-color: #3C6329 !important;
  border-color: #3C6329 !important;
  transition: 0.3s;
}

.btn-primary .fa-solid, a.dropdown-item .fa-solid {
  color: white;
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
  background-color: #ffffff !important;
}

.btn-outline-primary {
  color: #3C6329 !important;
  border-color: #3C6329 !important;
}

.btn-secondary, .table-secondary {
  background-color: #d1ecfa !important;
  border-color: #4B5C64 !important;
  color: #4B5C64;
  font-weight: 700;
}

.btn-outline-secondary {
  color: #4B5C64 !important;
  border-color: #4B5C64 !important;
}

.btn-startup, .btn-dash {
  position: relative;
}

.btn-startup {
  transition: all 0.2s ease-in-out;
}
.btn-startup:hover {
  transform: scale(1.05);
  box-shadow: 4px 4px 4px rgb(162, 160, 160, 0.75);
}

.btn-startup i, .btn-dash i{
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 2em;

}

.btn-startup .bi, .btn-dash .bi,  .dropdown-item .bi, .btn-primary .bi , .first-line-content .bi{
    color: white;
}

.buttons-excel, .buttons-pdf, .buttons-print, .buttons-csv {
  padding: 0.25rem 0.5rem;
  font-size: .875rem;
  border-radius: 0.2rem;
}

.bi {
  color:#3C6329;
}
.label, .col-form-label {
  line-height: 0.9 !important;
  text-align: left !important;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #3C6329;
  border-color: #3C6329;
}

.page-link {
  color: #3C6329;
  padding: 0.25rem 0.5rem;
  font-size: .875rem;
  border-radius: 0.2rem;
}

.dropdown-menu {
  background-color: #3C6329;
  padding: 0px ;
}

.navbar.navbar-dark .container-fluid {
  color: white;
}

.nav-link {
  padding: 0px;
}

.nav-link:focus, .nav-link:hover {
    color: #d1ecfa;
}

.nav-link a:hover i{
    color: black;
}



nav.fixed-bottom, nav.fixed-bottom a {
    padding: 0px;
    font-size: 12px;
    text-decoration: none;
    color: white;
    padding-bottom: 2px;
    padding-top: 1px;
}
nav.fixed-bottom {
    border-top: 1px solid silver;
}


.dash { 
  font-size: 1.1em;
  font-weight: 700;
}

/**************** GENERAL CSS ********************/

.tipje { 
  font-size: 10px;
}

.text-xs {
  font-size: 9px;
}

.text-sm {
  font-size: 11px;
}

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

.warningtext {
  border: 2px solid black;
  border-radius: 5px;
  background-color: darkorange;
  font-weight: bold;
  padding: 1px 10px;
  margin: 10px;
  flex: auto;
  text-align: center;
}

.rotate90 {
  transform: rotate(-90deg);
}

/**************** SPINNER ************************/

.lds-dual-ring,
.lds-dual-ring:after {
box-sizing: border-box;
}
.lds-dual-ring {
display: inline-block;
width: 80px;
height: 80px;
}
.lds-dual-ring:after {
content: " ";
display: block;
width: 64px;
height: 64px;
margin: 8px;
border-radius: 50%;
border: 6.4px solid currentColor;
border-color: currentColor transparent currentColor transparent;
animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}



/**************** FORMS **************************/

.frm_radio{
    top: 8px;
position: relative;
}

.frm_input_alert {
  border: 1px solid red;
  background-color: pink;
}

span.form-control {
  text-align: left;
}

/**************** DATEPICKER *********************/

.ui-datepicker {
	z-index: 9999  !important;
}

.hasDatepicker {
    position: relative;
    z-index: 9998;
}


/**************** MENU ***************************/

.first-line {
  background-color:#3C6329;
  color: white;
}

.first-line a, .first-line a:hover {
  color: white;
}

.first-line a:hover {
  color: black
}


h5.first-line {
  padding: 2px 5px;
}

.second-line {
  background-color: #AACFE3 !important;
  color: black !important;
}

header a, header a:hover {
  color: black;
  text-decoration: none;
}

.saved {
  color: #3C6329;
}

.savedcombo { 
  color: #3C6329;
  border: 2px solid #3C6329;
}

.saved::after {
  content: '<i class="fa-solid fa-check"></i>';
}



/**************** INFOBOX ************************/

.boxwrapper {
  overflow: auto;
}


#infobox {
  display: none;
  border-radius: 10px;
    position: fixed;
    top: 60px;
    left: 50px;
    border: 3px solid silver;
    background-color: #3C6329;
    color: white;
    z-index: 999;
    padding: 20px;
    max-width: 400px;
    margin-right: 50px;
}

#infoboxpop {
  /* is bootstrap standaard */
  background-color: var(--bs-tertiary-color);
}

#infoboxpop .modal-content {
  border: 2px solid var(--primary);
}

#0bijdragebox {
  display: none;
  border-radius: 10px;
    position: fixed;
    top: 150px;
    left: 5px;
    border: 3px solid var(--primary);
    background-color: white;
    color: black;
    z-index: 999;
    padding: 10px;
    margin-right: 5px;
    max-width: 95%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

#errorbox {
  display: none;
  border-radius: 10px;
    position: fixed;
    top: 60px;
    left: 50px;
    border: 4px solid rgb(249, 13, 13);
    background-color: #800909;
    color: white;
    z-index: 999;
    padding: 20px;
    max-width: 400px;
    margin-right: 50px;
}



#savedbox {
  display: none;
  border-radius: 10px;
    position: fixed;
    top: 60px;
    left: 50px;
    border: 3px solid silver;
    background-color: #3C6329;
    color: white;
    z-index: 999;
    padding: 20px;
    max-width: 200px;
    margin-right: 50px;
}

#newbox {
  display: none;
  border-radius: 10px;
    position: fixed;
    top: 60px;
    left: 100px;
    border: 3px solid silver;
    background-color: white;
    color: black;
    z-index: 1500;
    padding: 20px;
    max-width: 400px;
    margin-right: 50px;
}

#loading-list {
    position: fixed;
    top: 150px;
    margin-left: 45%; 
    color: var(--primary) ;
    z-index: 1500;
    padding: 20px;
}

.modal-content {
  border: 3px solid var(--secondary);
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
}


/*************** CHANNELS *********************************/

.channelpill {
    border: 1px solid var(--primary) !important;
    color:  var(--primary) !important;
    display: inline-block;
    width: 22px;
    font-size: 9px;
}

.channelbanner {
    background-color:  var(--primary) !important;
    color:  var(--primarycolor) !important;
    position: absolute;
    top: 10px;
    right: -10px;
    transform: rotate(25deg);
    width: 105px;
}

/**************** DASH *************************************/

.btn-dash {
  height: 150px;
  width: 150px;
  margin: 5px;
  text-align: left;
  background-color: rgb(48, 48, 48) !important;
}

.btn-dash-groen {
  background-color: #3C6329 !important;
}

.btn-dash-gaatdoor {
  background-color: darkgreen !important;
}

.btn-dash-vol {
  background-color: darkred !important;
}

.dash-date {
  font-size: 1.5em;
  font-weight: bold;
}

.dash-title {
  font-size: 1.1em;
  font-weight: bold;
  height: 48px;
  overflow: hidden;
}

.dash-counter {
  width: 40px;
  font-size: 1.8em;
  font-weight: bold;
  float: left;
  text-align: center;
}

.dash-countertext {
  font-size: 10px;
  font-weight: normal;
}



/**************** CONTACTS / PROFIEL ***********************/

#contactlist tr { 
    cursor: pointer !important;
}

.roleexplained, .roleexplained p {
    font-size: 9pt;
    color: rgb(50, 50, 50);
}

.passnomatch {
    color: red;
    font-weight: 700;
}

.requiredtext {
    color: red;
    font-weight: 700;
}

.checkcontacterrors {
    border: 2px solid black;
    border-radius: 5px;
    background-color: darkorange;
    font-weight: bold;
    padding: 5px 10px;
    margin: 10px;
    flex: auto;
    width: 250px;
    text-align: center;
}


/************* EVENTS ********************/

input:disabled, select:disabled, textarea:disabled, .form-control:disabled, .form-select:disabled {
  background-color: white;
}


.event_blok {
  border: 1px solid #3C6329;
  border-radius: 10px;
  padding: 10px;
}
.event_datumblok {
  padding: 0px;
}
.event_datum {
  font-size: 18px;
  font-weight: 700;
  color: #3C6329;
}

.event_tijd {
  font-size: 14px;
  font-weight: 700;
  color: #3C6329;
}

.event_titel {
  height: 60px;
  background-color:rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  overflow: hidden;
}

.event_titel h5 {
  max-height: 50px;
  overflow: hidden;
}

.img_voorinschrijving {
  position: relative;
  top: -52px;
  left: 25px;
}

.event_omschrijving {
  line-height: 120%;
  font-size: 12pt;
}

.event_omschrijving ul li {
    list-style: none;
}
.event_omschrijving ul.inclusief li::before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    background-image: url('artwork/noun-check-2969169-007435.png');
    background-size: 15px 15px;
    margin-right: 3px;
}

.event_omschrijving ul.exclusief li::before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    background-image: url('artwork/noun-cross-1677071-FF001C.png');
    background-size: 15px 15px;
    margin-right: 3px;
}

#tinymce ul.inclusief li {
    list-style-image: url('artwork/noun-check-2969169-007435.png') ;
}
#tinymce ul.exclusief li {
    list-style-image: url('artwork/noun-cross-1677071-FF001C.png') ;
}


.event_prijs {
  color: #3C6329;
  font-weight: 700;
}

.actiefuitje {
  height: 50px;
  float: right;
}

.event_prijsuitleg {
  font-size: 0.8em;
  line-height: 0.9em;
  height: 18px;
}

.event_vacant {
  color: green;
  font-weight: 500;
}

.event_full {
  color: red;
  font-weight: 700;
}

.event_geboekt {
  background-color: #bee1b6 !important;
}

#table-eventlist .event_inactive {
    color: #878787;
}

.boekvanaf {
    color:#3C6329;
    font-weight: 700;
}

/*************** BOEKINGEN *************/

.bookinglist_deelntype {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9em;
}
.bookinglist_event a{
  color: black ;
  text-decoration: none ;
}

.bookinglist_created {
  font-size: 11px !important;
  font-weight: normal;
}

table.dataTable tr.dtrg-group.dtrg-level-0 th {
  background-color: #AACFE3;
  margin-top: 30px;
}
table.dataTable tr.dtrg-group.dtrg-level-0 th .rowcount {
  display: none;
}

table.dataTable tr.dtrg-group.dtrg-level-1 th {
  background-color: #264119;
  color: white;
}

/*************** RITTENSTAAT *************/

.rit_eventinfo td{ 
  vertical-align: top;
  border: 1px solid silver;
}

/*************** LOGIN ****************/

.login {
  width: 400px;
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: 100px auto;
}

.login_logo {
  padding-top: 15px;
  width: 90%;
}
.login h1 {
  text-align: center;
  color: #5b6574;
  font-size: 24px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}
.login form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.login form label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #3C6329;
  color: #ffffff;
}

.login label i {
  color: white !important;
}
.login form input[type="password"], .login form input[type="text"] {
  width: 310px;
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 15px;
}
.login form input[type="submit"] {
  width: 100%;
  padding: 15px;
 margin-top: 20px;
  background-color: #3C6329;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
background-color: #3C6329;
  transition: background-color 0.2s;
}

.login-noaccount {
  padding: 20px 5px;
  text-align: center;
}


/**************** *****************/
.fadedfx {
    background-color: #fe5652;
    visibility: hidden;
  }
  
  .fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0.0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0.0;
    }
    100% {
      opacity: 1;
    }
  }

