@font-face {
    font-family: 'custom-crm-icons';
    src: url('../fonts/custom_crm_icons/custom-crm-icons.eot?71972819');
    src: url('../fonts/custom_crm_icons/custom-crm-icons.eot?71972819#iefix') format('embedded-opentype'),
            url('../fonts/custom_crm_icons/custom-crm-icons.woff2?71972819') format('woff2'),
            url('../fonts/custom_crm_icons/custom-crm-icons.woff?71972819') format('woff'),
            url('../fonts/custom_crm_icons/custom-crm-icons.ttf?71972819') format('truetype'),
            url('../fonts/custom_crm_icons/custom-crm-icons.svg?71972819#custom-crm-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');

a, a:link, a:visited, a:focus, a:hover, a:active{
    text-decoration:none; 
}

.table-href {
    color: #0078d4;
}

.table-href:hover {
    color: #0065b3;
    text-decoration: underline;
}

.sidebar-menu {
    width: 180px;
    color: #fff;
    background: #1E8FFF;
    height: 100vh;
    position: fixed;
}

.sidebar-header {
    background: #fdfdfd;
    padding: 14px 0px;
}

.menu-icon{
    font-family: 'Poppins', sans-serif;
    margin-top:-5px;
    white-space: pre;
}

/* .users-icon a p:before {
    font-family: "custom-crm-icons" !important;
    content: '\e805 \A';
}

.catalogus-icon a p:before {
    font-family: "custom-crm-icons" !important;
    content: '\e800 \A';
}

.bestellen-icon a p:before {
    font-family: "custom-crm-icons" !important;
    content: '\e803 \A';
} */

.side-menu-li a{
    color: rgba(255, 255, 255, 0.61);
}

.content-wrapper {
    margin-left: 180px;
    padding-top: 60px;
    margin-bottom: 60px;
}

.register-form-partial {
    border: 1px solid black;
}

.saldo-form-text {
    width: 70%;
}

.betaal-button {
    width: 30%;
    height: 10%;
    align-self: end;
}

.scrollable-table tbody {
    display:block;
    height:275px;
    overflow:auto;
    border: 1px solid black;
}

.scrollable-table thead, .scrollable-table tbody tr, .scrollable-table tbody .seizoenToeVoegen {
    display:table;
    width:100%;
    table-layout:fixed;
}

.bestellingen-table thead {
    width: calc( 100% - 1em )
}

.instellingen-table thead tr th:nth-child(1), .instellingen-table tbody tr td:nth-child(1), #seizoen-nummer {
    width: 8%;
}

.instellingen-table thead tr th:nth-child(2), .instellingen-table tbody tr td:nth-child(2), #seizoen-naam {
    width: 25%;
}

.instellingen-table thead tr th:nth-child(3), .instellingen-table tbody tr td:nth-child(3), #seizoen-datum-van ,
.instellingen-table thead tr th:nth-child(4), .instellingen-table tbody tr td:nth-child(4), #seizoen-datum-tot {
    width: 20%;
}


.instellingen-table thead tr th:nth-child(5), .instellingen-table tbody tr td:nth-child(5), #seizoen-buttons {
    width: 15%;
}

.form-div-cell, .catalogus-div-cell {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

#SeizoenFormToevoegen, #SeizoenFormWijzigen, #CatalogusFormWijzigen, #CatalogusFormToevoegen, #PlaatsFormToevoegen, #PlaatsFormWijzigen {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#seizoen-naam > *{
    width: 100%;
}

/* fiks */
td {
    vertical-align: middle;
}

/*******************************/
/* Wordpress sidebar type beat */
/*******************************/
.instellingen-list {
    position: relative;
}

.parent-active-parent {
    background: #0576e6;
}

.side-menu-li a div{
    padding: 5px 0px 5px 25px;
    text-align: left;
}

/* child menu list */
.side-menu-li-child {
    display: none;
}

.parent-active {
    background: #75baff;
    display: block;
}


/* child menu list - hover */
.unlisted-hover-menu {
    background: #75baff;
    width: 150px;
    position: absolute;
    left: 180px;
    top: 0;
    padding: 6px 0px 6px 4px;
    display: none;
}

.unlisted-hover-menu:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.5px 10px 8.5px 0;
    border-color: transparent #75baff transparent transparent;
}

.unlisted-onpage-menu-active {
    padding: 5px 0;
    background: #75baff;
}

.instellingen-list:hover * ~ #unlisted-hover-menu-instellingen {
    display: block;
}


/* On child item selected - parent */
.parent-active-parent a .parent-menu-item{
    color: #ffffff;
}

/* On child item selected - child */
.active a .side-menu-text {
    color: #ffffff;
}

/* On item hover */
.side-menu-li a:hover {
    color: #ffffff;
}

