/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500&display=swap');

/*
Blauw: #009fe3;
Paars: #601f63;
Button kleur: #52bbb5;
*/

body
{
	font-family: 'Montserrat', sans-serif;
    /*background-color: #ececec;*/
}
/* Algemeen */
a { color: #009fe3;}
a:hover { text-decoration: none; }
h1,h2,h3,h4,h5,h6 { font-weight: 400; }
h1 {font-size: 28px; }
table { font-size: 14px; }
.badge-yellow { background: #ffff00; }
.customCursor tbody tr:hover {
    cursor: pointer;
}

.home_block {
    text-align: center;
}

.home_block a {
    display: block;
}

.home_block img {
    margin-bottom: 20px;
}

.home_block a > span {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
.home_block a:hover > span {
    color: #009fe3;
}

button:disabled {
    cursor: not-allowed;
}
.form-control {
    border-radius: 0px;
}

.form-control:focus {
    box-shadow: 0 0 0 0.1rem rgba(144,144,144,.25);
    border-color: #909090;
}

.btn-soliede {
    background: #52bbb5;
    color: #fff;
    font-weight: 500;
    padding: 6px 10px;
}
.btn-table {
    padding: 0px 10px;
    font-size: 12px;
}
.btn-soliede:hover {
    color: #fff;
    background: rgba(82, 187, 181, 0.82);
}

.btn.btn-soliede:focus {
    box-shadow: none;
}
.btn-soliede-dark {
    background: #2171a7;
    color: #fff;
    font-weight: 500;
    padding: 6px 10px;
}
.btn-soliede-dark:hover {
    color: #fff;
    background: #4191c7;
}

.btn.btn-soliede-dark:focus {
    box-shadow: none;
}


.smaller-text {
    font-size: 14px;
}
ul.paars {
    list-style-image: url('/images/paars_vinkje.png');
}
table thead tr {
    background: #009fe3;
    color: #fff;
}
span.required {
    color: #ff0000;
}

/* Start main CSS*/
header {
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 99;
	border-bottom: 1px solid #dedede;
}
header .logo_header {
    max-width: 275px;
    padding-top: 14px;
    float: left;
}
header .logo_header img {
    width: 100%;
}
#breadcumb_section {
    position: sticky;
    top: 0;
    z-index: 6;
    background: #e9ecef;
}
.breadcrumb {
    padding-left: 0;
}
#main_menu {
    float: right;
    padding-top: 12px;
    padding-bottom: 7px;
}
#main_section {
    min-height: calc(100vh - 330px);
}
#main_menu ul.menu_list_items {
    padding: 0;
    margin: 0;
}

#main_menu li.menu_list_item {
    padding: 10px 1px;
    margin: 0;
    list-style-type: none;
    float: left;
}

#main_menu .menu_list_item > a {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    padding: 10px 9px;
    display: block;
}

.menu_list_item > a:hover, .menu_list_item.active > a {
    color: #009fe3!important;
    text-decoration: none;
    font-weight: 500;
}

#main_menu li.menu_list_item.dropdown:hover ul {
    visibility: visible;
    opacity: 1;
}

/* Menu dropdown */
.menu_list_items_dropdown {
    position: absolute;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #d2d2d2;
    padding: 0;
    margin: 0;
    width: 250px;
    visibility: hidden;
    opacity: 0;
    transition: 200ms;
}

.menu_list_items_dropdown .menu_list_sub_item {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu_list_items_dropdown .menu_list_sub_item:not(:first-child) {
    border-top: 1px solid #d2d2d2;
}

.menu_list_items_dropdown .menu_list_sub_item a {
    display: block;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 350ms;
}

.menu_list_items_dropdown .menu_list_sub_item a:hover {
    background: #f7f7f7;
    color: #009fe3;
    text-decoration: none;
}

#row_image {
    background-image: url('/images/row_image.jpg');
    height: 400px;
    background-size: cover;
    background-position: 0px -150px;
    margin-bottom: 5px;
}


/* MEDIA QUERY */
@media (min-width: 1200px) {
	.container {
	    max-width: 1320px;
	}
}
@media (max-width: 1199px){
    .container {
        max-width: 100%;
    }
}
/* SIDE PHOTO LAYOUT */
#side_photo .containers {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-wrap: wrap;
}
#side_photo .image_section {
    background: url(/images/soliede_buiten.JPG);
    width: calc(100% - 550px);
    position: relative;
    z-index: 9;
    background-size: cover;
}

#side_photo .content_section {
    width: 550px;
    min-height: 100vh;
    background: #ececec;
    position: relative;
}

#side_photo .content_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 400px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
}

#side_photo .logo {
    max-width: 300px;
    margin-left: 6px;
}

#side_photo .logo img {
    width: 100%
}

#home_main_body {
    margin-top: 15px;
}

#home_main_body h6 {
    font-size: 14px;
}

#home_main_body .icon i {
    font-size: 56px;
    color: #585858;
}

#main_body_blocks .card {
    margin-bottom: 15px;
}

#main_body_blocks .card .card-footer {
    padding: 9px 21px;
    font-size: 14px;
    background-color: #009fe3;

}
#main_body_blocks .card .card-footer a {
    color: #fff;

}

#main_body_blocks .card .card-footer a i {
    margin-right: 6px;
}

#home_klant table {
    margin-bottom: 0;
}

#home_klant .table_footer_link {
    margin-top: -1px;
    border: 1px solid #dee2e6;
    background: #009fe3;
}

#home_klant .table_footer_link a {
    display: block;
    padding: .75rem;
    color: #fff;
}

#home_klant .table_footer_link a i {
    padding-left: 7px;
}

/* Cursisten index */
table#table-cursisten tbody tr td, #table-cursisten-inschrijven tbody tr td {
    padding: 7px 9px;
}

#table-cursisten tbody td {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#table-cursisten tbody td:first-child {
    width: 20%
}
#table-cursisten tbody td:nth-child(2) {
    width: 17%
}

#table-cursisten tbody td:nth-child(4) {
    width: 19%
}

#table-cursisten tbody td:nth-child(5) {
    width: 10%
}
#table-cursisten tbody td:nth-child(6) {
    width: 11%;
}
#table-cursisten tbody td:last-child {
    width: 10%
}

.pagination-center ul.pagination {
    justify-content: center;
}
#cursist_gegevens_view table, #table_locatie_gegevens table, #deleg_beheren #gegevens table {
    width: 100%;
}

#cursist_gegevens_view table tr td:first-child, #table_locatie_gegevens table tr td:first-child, #deleg_beheren #gegevens table tr td:first-child {
    width: 39%;
    font-weight: bold;
}

#cursisten_filters {
    margin-bottom: 12px;
}
.filterOpNaam {
    max-width: 300px;
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 98;
    max-height: 300px;
    overflow-y: scroll;
    border: 1px solid #ced4da;
    font-size: 14px;
}

.filterOpNaam ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.filterOpNaam ul li {
    padding: 1px 10px
}

.filterOpNaam ul li a { display: block; }
.elearning_progressie .progressie {
    float: left;
    padding: 10px;
    background: #dedede;
    margin-right: 2px;
    min-width: 40px;
    text-align: center;
    margin-bottom: 2px;
}

.elearning_progressie .progressie.open {
    background: #169016;
}

.elearning_progressie .progressie.in-progress {
    background: #f7a308;
}

 .elearning_progressie .progressie.closed {
    color: #8a8886;
}
 .elearning_progressie .progressie.failed {
    background: #ff2323;
}
  .elearning_progressie {
    margin-top: 8px;
}

#cursist_beheren #certificaten table thead tr th:last-child {
    width: 20%;
}

#ingeschrevenCursisten p.ingeschrevenCursist {
    font-size: 15px;
    margin-bottom: 2px;
}
/* Cursisten bewerken */
#cursist_bewerken h4 {
    font-weight: normal;
    font-size: 20px;
}
#cursist_bewerken input,#cursist_bewerken label {
    font-size: 14px;
}
#cursist_toevoegen input, #cursist_toevoegen select {
    max-width: 400px;
}
#contactpersoon_toevoegen input, #contactpersoon_toevoegen select {
    max-width: 400px;
}

table#table_opkomende_cursussen tbody tr td {
    padding: 7px 9px;
}

#tabsContent > div {
    margin-top: 25px;
}

div#table_loader {
    width: 100%;
    min-height: 200px;
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
}

#table_loader span {
    display: block;
    font-size: 21px;
}

#table-cursus-cursisten thead th:not(:first-child) {
    width: 15%;
}
#table-cursus-cursisten i.fas {
    color: #601f63;
}

#table-cursisten-inschrijven tbody td:first-child {
    width: 3%;
}

#table-cursisten td label {
    display: unset;
    margin-bottom: 0;
}

p.plekken_counter {
    font-size: 33px;
}

#locatie_beheren th.rechten, #deleg_beheren th.rechten {
    width: 10%;
}
#locatie_beheren th.acties {
    width: 19%;
}

#inschrijvenStap3 table thead tr th:nth-child(2) {
    width: 34%;
}

#inschrijvenStap3 table thead tr th:nth-child(3) {
    width: 27%;
}

/* FINANCIEEL */
#factuur_overzicht table thead tr th:first-child {
    width: 15%;
}

#factuur_overzicht table thead tr th:nth-child(2) {
    width: 12%;
}

#factuur_overzicht table thead tr th:nth-child(4) {
    width: 14%;
}

#factuur_overzicht table thead tr th:nth-child(5) {
    width: 10%;
}

#factuur_overzicht table thead tr th:nth-child(6) {
    width: 8%;
}

#factuur_inzien #table_factuur_gegevens tr td:first-child {
    font-weight: bold;
    width: 31%;
}

table#table_factuur_gegevens {
    font-size: 15px;
}

#webshop_producten .product_image {
    width: 100%;
    height: 250px;
    text-align: center;
}

#webshop_producten .product_image > img {
    max-width: 100%;
    max-height: 100%
}

#webshop_producten h5.product-title {
    margin-bottom: 10px;
    font-size: 18px;
    min-height: 115px;
}

/* Product page */
#webshop_product #product_image_big {
    max-height: 460px;
    text-align: center;
    height: 100%;
}

#webshop_product #product_image_big > img {
    max-height: 100%;
    max-width: 100%;
}

#webshop_product .small_image_container {
    width: 100%;
    margin-bottom: 10px;
}

#webshop_product .small_image_container > img {
    max-width: 100%;
}

#webshop_product #product_images_small {
    margin-top: 20px;
}

#webshop_product .small_image_container > img {
    opacity: 0.5;
}

#webshop_product .small_image_container > img.active {
    opacity: 1;
}

#webshop_product .small_image_container:hover > img {
    opacity: 1;
    cursor: pointer;
}

#webshop_producten .product-price {
    margin-bottom: 8px;
}

#webshop_product .product_price {
    font-size: 18px;
    margin-bottom: 20px;
}

#webshop_product .product_price > span, #webshop_producten .product-price > span {
    color: #77a464
}

#webshop_product #productimages {
    min-height: 580px;
}

.product_attributes .select_item {
    float: left;
    height: 100%;
    margin-right: 30px;
    position: relative;
}
.product_attributes .select_item_info {
    float: left;
}

#webshop_bestel_gegevens .bezorg_locatie_gegevens {
    margin-bottom: 15px;
}

#webshop_winkelwagen table tbody td input {
    width: 65px;
    text-align: center;
}

#webshop_bestel_historie table thead tr th:first-child {
    width: 13%
}

#webshop_bestel_historie table thead tr th:nth-child(2) {
    width: 29%
}

#webshop_bestel_historie table thead tr th:nth-child(3) {
    width: 8%
}
#webshop_bestel_historie table thead tr th:nth-child(4),
#webshop_bestel_historie table thead tr th:nth-child(5),
#webshop_bestel_historie table thead tr th:nth-child(6) {
    width: 16%
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

table.table.rie_vraaginfo td {
    padding-left: 0;
}
.table.rie_vraaginfo tr td:first-child {
    width: 23%;
}

#rie_management .chartRie {
    width: 290px;
    float: left;
}

#rie_management .chart_info {
    overflow: hidden;
}

#rie_management .chartRieText {
    float: left;
    padding-left: 12px;
}

table#oplossingTable tbody tr td {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#rie_management table#oplossingTable tbody tr:hover td {
    overflow: unset;
    white-space: unset;
}

table#oplossingTable thead tr th:nth-child(1) {
    width: 5%;
}

table#oplossingTable thead tr th:nth-child(2) {
    width: 30%;
}

table#oplossingTable thead tr th:nth-child(3) {
    width: 30%;
}


#rie_management table#oplossingTable thead tr th:nth-child(4) {
    width: 20%;
}

#rie_management table#oplossingTable thead tr th:nth-child(5) {
    width: 15%;
}

.badge.badge-ingediend {
    background-color: #52bbb5;
    color: #fff;
}

.badge.badge-ingevuld {
    background-color: #ffaa41;
}



/*** FOOTER ***/
footer {
    /* border-top: 1px solid #dedede; */
    padding-top: 20px;
    margin-top: 15px;
    background: #009fe3;
    color: #fff;
}

footer a { color:#fff;}
footer a:hover { color:#fff; text-decoration: underline;}

footer .footer_inner_block .footer-title {
    font-size: 17px;
    font-weight: 500;
}

footer .footer_inner_block {
    font-size: 15px;
}

footer .footer_inner_block p, footer .footer_inner_block ul {
    margin-top: 3px
}
footer ul {
    list-style-type: none;
    padding: 0;
}

#footer_row2 {
    border-top: solid 1px rgba(255,255,255,0.5);
    padding: 22px 0px;
}

#footer_row2 a { text-decoration: underline;}
/* SIDEMENU */

#sidemenutoggle { display: none;  float: left;}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
    border-right: 2px solid #d4d4d4;
}

.sidenav a {
    padding: 8px 8px 6px 22px;
    text-decoration: none;
    font-size: 17px;
    color: #000;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
}

.sidenav a:hover, .sidenav a:active {
    color: #009fe3;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 36px;
}

.card-soliede{
    border-color: #009fe3;
}

.card-soliede:hover{
    border-color: #601f63;
}

.soliede-text{
    color: #009fe3;
}

.soliede-text:hover{
    color: #601f63;
}

@media screen and (max-width: 991px) {
    header { padding-top: 6px; padding-bottom: 6px;}
    #main_menu_col {display: none;}
    header .logo_header {padding-top: 10px;}
    #sidemenutoggle { display: block;}
    div#sidemenutoggle {display: block; height: 100%; font-size: 24px; margin-right: 22px; margin-top: 22px; }
    #cursist_beheren_toevoegen.text-right {text-align: left!important; }
    h1 {font-size: 24px; }
    #factuur_inzien .text-right {text-align: left!important; margin-top: 16px; }
    #table-cursisten tbody td {max-width: 100%; }
}

@media screen and (max-width: 630px) {
    li.nav-item {
        width: 100%;
    }

    li.nav-item .nav-link, li.nav-item .nav-link.active {
        border: 1px solid #dee2e6;
        border-radius: 0;
    }
}

@media screen and (max-width: 350px) {
    div#sidemenutoggle { margin-right: 0;}
    header .logo_header {
        max-width: 235px;
        padding-top: 12px;
        float: left;
        margin-left: 16px;
    }


}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}


}

.tooltipCert {
  position: relative;
  display: inline-block;
}

.tooltipCert .tooltiptextCert {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    left: -1600%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    top: -100%;
    bottom: auto;
}

.tooltipCert .tooltiptextCert::after {
    content: "";
    position: absolute;
    top: 45%;
    left: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    transform: rotate(270deg);
}

.tooltipCert:hover .tooltiptextCert {
  visibility: visible;
  opacity: 1;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
  }

  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #2196F3;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 24px;
  }

  .slider.round:before {
    border-radius: 50%;
  }
