html, body {
    height:100%;
}

body {
    font-family: "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    letter-spacing: normal;
    font-weight: normal;
}

body {
    font-size: 100% !important;
}

.bodyLogin {
    background-image: none;
}

.bodyLogin::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/img/bgLogin.jpg");
    background-size: cover;
    filter: grayscale(100%);
}

.bodyLogin .pageContentBackground {
    z-index: 20;
    background: none;
}

h1, h2, h3 {
    font-size: 120% !important;
    font-weight: 400;
}

ul, ol {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    list-style: none;
}

li {
    list-style: none;
    padding: 0px;
}

li a {
    color: #696969;
}

ol li {
    background: #f2f2f2;
    padding: 1px;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 90%;
}

.normalList li {
    margin-left: 30px;
}

.strong {
    font-weight: 600;
}

div {
    box-sizing: border-box;
}

section {
    margin: 20px 0 0 0;
}

.filtersRow{
    display:block;
    position:relative;
    overflow:hidden;
    margin:20px 0;
    padding:0 20px;
}

.filtersRow .col{
    width:20%;
    float:left;
    position:relative;
}

.filtersRow .col label span{
    margin-left:5px;
}

.partySpan{
    color:#c0c0c0;
    right:0;
    position:absolute;
}
/*custom radios begin*/
/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #ff6600;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
/*custom radios end*/

.klantenFilters table {
    width: auto;
    border:none;
    margin:20px auto;
    display:table;
    min-width:25%;
}

.klantenFilters table td{
    border:none;
    padding:10px;
}

.klantenFilters table td:last-child{
    border:none;
}

.klantenFilters .header{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom:1px solid #000;
    color:#000;
    font-weight:bold;
    min-width:25%;
    display: table;
    margin:0 auto;
}

table {
    border-spacing: 0.3rem;
    border-collapse: collapse;
    border: 1px solid #ddd;
    width: 100%;
}

.tblFactuur th {
    width: 200px;
}

#specAccounts {
    display: none;
}

#specTable th {
    background-color: #f2f2f2;
    text-align: center;
    border: 1px solid #ccc;
}

#specTable td {
    text-align: center;
}

#specTable tr td:last-child {
    text-align: right;
}

#specTable tr td:last-child input[type="text"] {
    text-align: right;
}

#specTable tr td input[type="text"] {
    width: 95%;
}

#specTable tr td .bedrag,
#specTable tr td .aantal {
    max-width: 50px;
}

#specTable tr td .unit {
    display: none;
}

#tblTotal,
#tblTotal td {
    border: none;
}

#tblTotal td {
    padding: 1px 0;
    vertical-align: middle;
}

#tblTotal input[type="text"] {
    max-width: 50px;
    text-align: right;
}

html > body tbody.uniekeBezoeken tr:nth-child(even) td {
    background-color: #eee;
}

input[type='text'].inp {
    width: 97%;
}

.inpSel {
    min-width: 250px;
}

textarea.inp {
    width: 97%;
    height: 50px;
}

div.arrow_box::after, div.arrow_box::before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

div.arrow_box::after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    border-width: 14px;
    left: 0%;
    margin-left: 13px;
}

div.arrow_box::before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #aa0000;
    border-width: 17px;
    left: 0%;
    margin-left: 10px;
}

div.arrow_box {
    display: none;
    position: absolute;
    left: 560px;
    top: 270px;
    background: #fff;
    border: 2px solid #aa0000;
    padding: 10px;
    color: #aa0000;
    text-align: left;
    border-radius: 6px;
    box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.5);
    z-index: 170;
    white-space: nowrap;
    min-width: 30px;
}

div.success_box {
    visibility: hidden;
    position: absolute;
    left: -5000px;
    top: -2000px;
    background: #009900;
    border: 2px solid #009900;
    padding: 10px;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.5);
    z-index: 170;
    white-space: nowrap;
    min-width: 30px;
}

/*::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}*/

/* Float Clearing
--------------------------------------------- */
.content:before, .subMenu:before, .pageFoot:before, .gebruikerWrapperTop:before {
    content: " ";
    display: table;
}

.content:after, .subMenu:after, .pageFoot:after, .backToResults:after {
    clear: both;
    content: " ";
    display: table;
}

.dashTables {
    padding: 20px;
}

.dashTables table tr th {
    width: 10%;
    text-align: center;
}

.dashTables table tr th:first-child {
    width: 20%;
}

fieldset {
    padding: 10px;
    margin-bottom: 20px;
    border: 0px solid #ccc;
}

.paramList {
    float: left;
    width: 32%;
    max-width: 32%;
    margin: 0;
    max-height: 200px;
    overflow: auto;
    display: inline-block;
}

.paramList fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.paramList:nth-child(2) {
    margin: 0% 2%;
}

legend {
    padding: 0;
    color: #a0a0a0;
}

.dashTables table tfoot tr th {
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    border-right: 1px solid #fff;
}

.dashTables table tfoot tr th:last-child {
    border-right: 1px solid #ccc;
}

.dashTables table tr td {
    text-align: right;
}

.dashTables table tr td:first-child {
    text-align: left;
}

.failed {
    border: 0px solid #aa0000;
}

.failed legend {
    color: #aa0000;
}

.failed table {
    border: 1px solid #aa0000;
}

.failed table td {
    color: #aa0000;
    border-bottom: 1px solid #aa0000;
    border-right: 1px solid #aa0000;
}

.failed tr td:last-child {
    border-right: 1px solid #aa0000;
}

.failed table th {
    color: #fff;
    background-color: #aa0000;
    font-weight: bold;
}

.entry {
    display: block;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.reportGeneral td span {
    font-weight: bold;
    font-size: 20px;
    float: right;
    margin: 50px;
    padding-right: 10px;
}

th {
    padding: 0px 0 0px 5px;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    background-color: #ccc;
    text-transform: uppercase;
}

td {
    padding: 10px 5px 10px;
    vertical-align: middle;
    font-weight: 300;
    color: #000;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 1.3em;
}

tr td:last-child {
    border-right: solid 1px #ccc;
}

#teammembers {
    padding: 0;
}

#teammembers ul li.teamMember {
    padding: 7px 10px;
    border-bottom: 1px solid #ccc;
}

#teammembers ul li:last-child {
    border-bottom: none;
}

tbody tr:hover {
    background-color: #f2f2f2;
    /*border:1px solid #ddd;*/
}

/*::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}*/

input[type="submit"], a.btn, a.run {
    cursor: pointer;
    background-color: #ff6600; /* Green */
    border: none;
    color: white;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 10px auto;
}

#klantFrm table td a.btn:last-child {
    margin-left: 10px;
}

.pageContentBackground {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    max-height: 100%;
    margin: 0;
}

.accountManager {
    padding: 3px;
    margin: 3px;
    width: 60px;
    border: #e73137 1px solid;
}

.loginWrapper, .loginNewPasswordWrapper {
    width: 390px !important;
}

.forgotPassword a {
    text-decoration: underline;
}

.loginWrapper {
    margin: auto;
    padding: 45px 0 0 0;
}

.loginWrapper b, .loginNewPasswordWrapper b {
    font-size: 200%;
    font-weight: normal;
}

.loginWrapper p, .loginNewPasswordWrapper p {
    padding: 8px 0 0 0;
}

#hasAccount, #newPassword {
    line-height: 1.4em;
    font-size: 16px !important;
    padding: 20px 20px 100px !important;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05), 0 15px 30px -10px rgba(0, 0, 0, 0.3);
}

#hasAccount .input,
#hasAccount input[type="text"],
#newPassword .input,
#newPassword input[type="text"] {
    font-size: 100% !important;
    padding: 5px !important;
}

#hasAccount input[type="submit"], #newPassword input[type="submit"] {
    height: 30px !important;
    font-size: 100% !important;
    float: right;
    line-height: 28px;
    padding: 1px 12px 2px !important;
    background-image: none !important;
    border: none;
    -webkit-appearance: button;
    border-radius: 5px !important;
    background-color: #009999;
    color: #fff;
}

#newPassword input[type="submit"] {
    background-color: #ff6600;
}

.forgotPassword, .makeAccount {
    font-size: 100% !important;
}

.iconLarge {
    font-size: 22px;
}

.pageHead {
    width: 100%;
    z-index: 9;
}

.menu:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.content {
    clear: both;
    padding: 0px;
    margin: 10px 20px;
}

.contentTitle {
    float: left;
    width: 100%;
}

.contentTitle h1 {
    margin: 20px 10px;
}

.content p {
    padding: 2px 10px;
}

.content h1 {
    padding: 0 0 20px 10px;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.1em;
}

.subMenu {
    position: relative;
    overflow: hidden;
    line-height: 2em;
    margin-top: 0px;
    z-index: 99;
}

.subMenu li {
    background-color: #f2f2f2;
    display: inline;
    letter-spacing: normal;
    padding: 0 20px;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    display: inline-block;
}

.subMenu li a {
    color: #696969;
    font-weight: 300;
}

.pageFoot:before {
    clear: both;
}

.pageFoot {
    font-size: calc(9px + 0.1vw); /*1vw = 1% of viewport width*/
    letter-spacing: 1px;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3px;
    background-color: #009999;
    text-align: center;
    z-index:2000;
}

.pageFoot a, .pageFoot a:visited {
    color: #fff;
}

.loggedIn {
    background-color: #F2F2F2;
    padding: 10px 20px;
    color: #696969;
    text-align: right;
    background-image: url('/img/PoliticalInzights.d.png');
    background-position: 10px 13px;
    background-repeat: no-repeat;
    position: relative;
}

.loggedIn a {
    color: #696969;
}

ul.subNavigation {
    padding: 0px;
    border-top: 1px solid #c4c4c4;
    background-color: #009999;
    border-bottom: 1px solid #c4c4c4;
    text-align: center;
}

ul.subNavigation li {
    display: inline;
    padding: 0 20px;
}

ul.subNavigation li a {
    color: #ffffff;
    font-size: 100%;
    line-height: 2.75;
    font-weight: 300;
    letter-spacing: 0.07em;
}

ul.subNavigation li a:hover {
    color: #c3c3c3;
}

.reportGeneral {
    margin: 0px 10px 0px 10px;
    max-height: 520px;
    overflow: auto;
}

.reportGeneral table caption {
    display: inline-block;
    margin: 5px;
}

/* m=gebruiker */
#gebruikerWrapperTop {
    margin: 0 auto 50px;
    overflow: hidden;
    clear: both;
}

.gebruikerLeft {
    width: 30%;
    padding: 0 10px;
    float: left;
}

.gebruikerRight {
    width: 70%;
    float: right;
    border: 1px solid #ccc;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.gebruikerRight img {
    display: inline-block;
    vertical-align: middle;
}

.gebruikerLeft select:not(.inpSel), form select:not(.inpSel), .klantenFilters select {
    width: 90%;
    height: 30px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.klantenFilters select{
    width:100%;
    margin:5px 0;
}

.backToResults {
    float: right;
    text-align: right;
    margin-top: 15px;
    margin-right: 10px;
    width: 30px;
}

/* Spelers */
.center {
    padding-bottom: 20px;
    text-align: center;
    margin: 0 auto;
    display: table;
    width: 100%;
}

center input[type="text"] {
    padding: 5px;
    font-size: 100%;
    border: 1px solid #f4f4f4;
    border-radius: 3px;
}

.spelersList {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
}

.spelersList li {
    float: left;
    padding: 0;
    margin: 0px 5px 0px 5px;
    height: 210px;
    border: 1px solid #ccc;
    position: relative;
    background-image: linear-gradient(white, #f7f7f7);
    border-radius: 3px;
}

.spelersList li:hover {
    -webkit-box-shadow: 0px 5px 3px rgba(150, 150, 150, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

.paperLift {
    margin-bottom: 10px !important;
}

.spelersList li:before {
    content: "";
    position: absolute;
    z-index: -2;
}

.spelersList li .spelerPhoto {
    float: right;
    height: 100%;
}

.spelersList li img {
    width: 80px;
    position: relative;
    margin: 10px;
    border: 1px solid #696969;
}

.spelerInfo {
    height: 160px;
    padding: 10px;
    font-size: 90%;
}

.spelerName {
    font-weight: 600;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #c5c5cc;
}

/* END Spelers */
.colDash {
    width: 45%;
    float: left;
    margin: 0 2.5%;
}

/* One Speler Detail */
.contentSpeler {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.contentSpeler h1 {
    background-color:#009999;
    color: #fff;
    margin: 0;
    padding: 10px;
    text-align: right;
    font-style: italic;
}

.contentLeft {
    float: left;
    width: 49%;
    position: relative;
    padding: 0px;
}

.contentLeft h1 {
    padding-left: 0px;
    padding-bottom: 0px;
}

.contentSpeler .contentRight {
    float: left;
    width: 49%;
    margin-left: 2%;
    padding: 10px;
    height: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
}

.spelerImg {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0 0 20px 0;
}

.spelerImg img {
    margin: 0 auto;
    float: none;
    display: block;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
    max-width: 75%;
}

.updateOkIcon {
    position: fixed;
    visibility: hidden;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px;
    z-index: 1010;
}

.fa-check {
    color: #00aa00;
    font-size: 100px !important;
}

.standaardWeergave {
    padding: 10px;
    margin: 0 0 10px 0;
    color: #009999;
    text-align: right;
}

.standaardWeergave strong {
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
}

.synonymList p {
    text-align: left;
}

textarea,
input[type="text"] {
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    padding: 5px;
    font-size: 85%
}

/* END One Speler Detail */

/* gebruik rapport */
ul.selectors {
    overflow: hidden;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
}

ul.selectors li {
    float: left;
    margin: 10px 20px;
}

/* END gebruik rapport */

/* Hamburger menu */
header {
    width: 100%;
    background: #333333;
    height: 40px;
    line-height: 40px;
}

.hamburger {
    background: none;
    position: absolute;
    top: 43px;
    right: 0;
    padding: 0px 15px 0px 15px;
    color: #fff;
    border: 0;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 40px;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
}

.cross {
    background: none;
    position: absolute;
    top: 58px;
    right: 0;
    padding: 0px 15px 0px 15px;
    color: #fff;
    border: 0;
    font-size: 3.2em;
    font-weight: normal;
    line-height: 40px;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
}

.menu {
    z-index: 1000000;
    font-weight: bold;
    font-size: 0.8em;
    width: 100%;
    background: #131313;
    position: absolute;
    text-align: center;
    border-radius: 0;
    border: 0px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.menu li {
    display: block;
    padding: 5px 0;
    border-bottom: #1d1f20 1px solid;
}

.menu li:hover {
    display: block;
    background: #181818;
    padding: 5px 0;
    border-bottom: #1d1f20 1px solid;
}

.menu ul li a {
    text-decoration: none;
    margin: 0px;
    color: #fff;
}

.menu ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.menu a {
    text-decoration: none;
    color: white;
}

.menu a:hover {
    text-decoration: none;
    color: white;
}

.subscriptions td {
    font-weight: bold;
    color: #ffffff;
}

.glyphicon-home {
    color: white;
    font-size: 1.5em;
    margin-top: 5px;
    margin: 0 auto;
}

.spelersContainer, .klantenContainer,
.dashTables .col{
    width: 49%;
    float: left;
}

.dashTables .col{
    width:calc(49% - 40px);
    margin-right:40px;
}

#resultCol h3 {
    color:#ff6600;
    text-align:right;
}

.facetItemContent table tr td{
    width:50%;
    text-align:left;
}

.facetItemContent table tr td:first-child{
    text-align:right;
}

.facetItemTitle{
    margin:5px 0;
    font-size:18px;
    color:#ff6600;
}

#sparksResult {
    border:1px solid #aaa;
    border-radius:5px;
    padding:5px 10px;
    min-height:300px;
    overflow:auto;
}

#chartjs-tooltip{
    position:absolute;
    background-color:#000;
    color:#fff;
    padding:3px 5px;
    border-radius:5px;
    font-size: 12px;
    line-height:1.25;
    text-align:center;
}

#cloud{
    position:relative;
    overflow:hidden;
    border:1px dashed #aaa;
}

#cloud a{
    position: absolute;
    display:inline-block;
}

#chartjs-tooltip span{
    display:block;
    padding:0;
    margin:0 0 3px 0;
    text-align:center;
    border-bottom:1px solid #fff;
}

.resultNumberFound{
    background-color:#ff6600;
    color:#fff;
    padding: 10px 10px 10px 45px;
    border-radius:5px;
    position: relative;
}

.resultNumberFound:before {
    font-family: "Font Awesome 5 Pro";
    content:"\f002";
    position:absolute;
    left:10px;
    top:10px;
    font-weight:normal;
    font-size: 24px;
}

.resultItem{
    background-color:#e9e9e9;
    border-radius: 5px;
    margin:5px 0;
    border:1px solid #e9e9e9;
    font-size:18px;
    line-height:1.5;
    position: relative;
}

.resultItem:nth-child(odd){
    background-color:#fff;
}

.resultItemNumber {
    display:inline-block;
    color:#000;
    border-radius: 5px;
    position:absolute;
    top:5px;
    left:10px;
    font-size:14px;
    text-align:center;
    width:auto;
    height:28px;
    line-height:28px;
    font-weight: bold;
    padding:0px 3px;
    box-shadow:1px 1px 0px 2px #aaa;
}

.resultItemTitle {
    display:inline-block;
    padding:5px 0px 5px 85px;
    width:calc(100% - 10px);
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    cursor:pointer;
    font-weight:bold;
 }

.resultItemContent {
    display:inline-block;
    width:calc(100% - 25px);
    overflow:hidden;
    position:relative;
    text-align:left;
    min-height:45px;
    max-height:45px;
    margin-right: -20px;
    padding-right:20px;
    margin-left:10px;
    font-size:14px;
}

.resultItemContent:before {
    content:"...";
    position:absolute;
    right:0;
    bottom:0;
}

.resultItemWrap {
    position:relative;
    overflow:hidden;
    width:calc(100% - 25px);
    margin-left:10px;
    background-color:#aaa;
    color:#fff;
    padding:0px 10px;
}

.resultItemBron {
    float:left;
    font-style:italic;
}

.resultItemDate {
    float:right;
    font-size:14px;
    line-height:2;
}

.resultNav {
    float:right;
}

.resultNav div{
    float:left;
    margin-left:10px;
    border:2px solid #fff;
    width:30px;
    height:30px;
    cursor:pointer;
    border-radius:50%;
    text-align:center;
    line-height:26px;
    position:relative;
    top:-3px;
}

div[dir="ltr"] {
    overflow: hidden;
}

.crumb-button, .crumbIcon {
    float:left;
    border-radius:5px;
    padding:5px 10px;
    margin:10px 10px 0px 0px;
    color:#000;
    background-color:#e9e9e9;
    box-shadow:1px 1px 0px 2px rgba(0,0,0,0.25);
}

.crumb-button i, .crumbIcon i {
    margin-left:5px;
    color:#000;
}

.crumb-button a, .crumbIcon a {
    color:#000;
}

.crumb-button ul{
    float:left;
}

/*-------------*/
#sparksResult img.qrImg {
    float:none;
    display:block;
    margin:auto;
}

#sparksResult .sparkBackground{
    height:300px;
    background-color: #009999;
    position:relative;
    overflow:hidden;
}

.sparkSearchForm {
    position: absolute;
    height: 50px;
    width: 300px;
    margin-left: 0px;
    top: 50%;
    left: calc(50% + 300px);
    transform: translate(-50%, -50%);
}

.sparkSearchForm a {
    font-size: 48px;
    color: #fff;
    position:absolute;
    top:-50%;
    left:20px;
}

.sparkSearchForm.on {
/*
    -webkit-animation-name: in-out;
    animation-name: in-out;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
*/
}

.sparkSearchForm input[type="text"] {
    font-size: 20px;
}

.sparkSearchForm input {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: none;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Arial';
    outline: 0;
    -webkit-transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out,
    padding 0.2s;
    transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out,
    padding 0.2s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.sparkSearchForm .search {
    background: none;
    position: absolute;
    top: 0px;
    left: 0;
    height: 50px;
    width: 50px;
    padding: 0;
    border-radius: 100%;
    outline: 0;
    border: 0;
    color: inherit;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.sparkSearchForm .search:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 26px;
    margin-left: 17px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.sparkSearchForm .close {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.sparkSearchForm .close:before {
    content: "";
    position: absolute;
    width: 27px;
    height: 4px;
    margin-top: -1px;
    margin-left: -13px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.sparkSearchForm .close:after {
    content: "";
    position: absolute;
    width: 27px;
    height: 4px;
    background-color: #fff;
    margin-top: -1px;
    margin-left: -13px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sparkSearchForm .square {
    box-sizing: border-box;
    padding: 0 40px 0 10px;
    width: 300px;
    height: 50px;
    border: 4px solid #ffffff;
    border-radius: 0;
    background: none;
    color: #fff;
    font-family: 'Arial';
    font-size: 20px;
    font-weight: 400;
    outline: 0;
    border-radius:15px;
    -webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out,
    padding 0.2s;
    transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out,
    padding 0.2s;
    -webkit-transition-delay: 0.4s, 0s, 0.4s;
    transition-delay: 0.4s, 0s, 0.4s;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}
/*-------------*/

.leaflet-bottom {
    display:none;
}

.dashTables .col:last-child{
    margin-right:0px;
}

#accordion table{
    margin:10px 0;
    border:none;
}

#accordion table tr{
    padding:5px 0;
}

#accordion table tr td{
    text-align:left;
    padding:5px 0 10px 0;
    border:none;
}

#accordion table tr td.hdr{
    font-weight:500;
    padding:5px 0 0 0;
}

#accordion table tr:hover{
    background-color:#fff;
}

#accordion.ui-widget {
    font-family: "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    font-weight: normal;
    font-size:14px;
}

#accordion.ui-widget textarea,
#accordion.ui-widget input,
#accordion.ui-widget select{
    width: calc(100% - 20px);
    float:left;
    font-family:Courier New;
    resize:none;
}

#accordion.ui-widget select{
    padding:4px 0;
}

#accordion.ui-widget .txtDiv {
    white-space:pre;
    font-family:Courier New;
    font-size:12px;
}

#accordion .ui-widget-content a.run {
    color:#fff;
    float:right;
}

#accordion .ui-state-default,
#accordion .ui-widget-content .ui-state-default,
#accordion .ui-widget-header .ui-state-default,
#accordion .ui-button,
#accordion html .ui-button.ui-state-disabled:hover,
#accordion html .ui-button.ui-state-disabled:active {
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
    font-weight: normal;
    color: #555555;
}

#spelersContainer,
#klantenContainer {
    position: static;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 100%;
    z-index: 1000;
}

.allSpelers,
.allKlanten {
    position: relative;
}

#spelersContainer ul li,
#klantenContainer ul li {
    padding: 5px 10px;
    margin: 0px;
    position: relative;
}

#spelersContainer ul li:nth-child(odd),
#klantenContainer ul li:nth-child(odd),
#teammembers ul li:nth-child(odd) {
    background-color: #dedede;
}

#spelersContainer ul li:nth-child(even),
#klantenContainer ul li:nth-child(even),
#teammembers ul li:nth-child(even) {
    background-color: #fff;
}

#spelersContainer ul li.odd,
#klantenContainer ul li.odd {
    background-color: #dedede;
}

#spelersContainer ul li.even,
#klantenContainer ul li.even {
    background-color: #fff;
}

#spelersContainer ul li:hover,
#klantenContainer ul li:hover,
#teammembers ul li:hover {
    background-color: #AFCECB;
}

#spelersContainer ul li.active,
#klantenContainer ul li.active,
#teammembers ul li.active {
    background-color: #ff6600;
}

#spelersContainer ul li.active .nameSpeler,
#spelersContainer ul li.active .curFunction,
#klantenContainer ul li.active .nameKlant,
#klantenContainer ul li.active .curFunction {
    color: #000;
}

#spelersContainer .headerSpelers,
#klantenContainer .headerKlanten {
    position: relative;
    min-height: 40px;
    border-bottom: 1px solid #ccc;
    cursor: move;
}

#spelersContainer .headerSpelers .toggleOpen,
#spelersContainer .headerSpelers .toggleClose,
#klantenContainer .headerKlanten .toggleOpen,
#klantenContainer .headerKlanten .toggleClose {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
}

#teammembers .teamMember {
    position: relative;
}

#teammembers .teamMember a {
    color: #000;
}

#teammembers .teamMember a.btn {
    color: #fff;
}

#teammembers .teamMember a.btn:last-child {
    margin-left: 10px;
}

#teammembers .teamMember .teamPerson {
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.teamTrash {
    width: 20%;
    position: absolute;
    right: 10px;
}

.teamMemberContainer {
    display: none;
    background-color: #f2f2f2;
    height: 0px;
    margin: 10px -10px -7px -10px;
    width: calc(100% + 20px);
}

#spelersContainer .headerSpelers .toggleOpen:before,
#klantenContainer .headerKlanten .toggleOpen:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #000;
    position: relative;
    top: 5px;
    left: 5px;
    content: "\f077";
}

#spelersContainer .headerSpelers .toggleClose:before,
#klantenContainer .headerKlanten .toggleClose:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #000;
    position: relative;
    top: 5px;
    left: 0px;
    content: "\f078";
}

#spelersContainer .outerSpelers,
#klantenContainer .outerKlanten {
    max-height: 400px;
    overflow: auto;
}

.trashSpeler,
.teamTrash {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 4px;
    top: 0px;
}

.teamTrash:before,
.trashSpeler:before,
.trashKlanten:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #000;
    position: relative;
    top: 5px;
    left: 0px;
    content: "\f2ed";
}

.allTags .nameTags {
    display: block;
    max-width: 70%;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}

.warningMsg {
    font-size: 14px;
    font-weight: bold;
}
.controlTags {
    position: absolute;
    right: 5px;
    top: 9px;
}

.allQrys .controlTags {
    right: 29px;
}

.controlTags a {
    float: left;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    position: relative;;
}

.controlTags a:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #000;
    content: "\f2ed";
}

.controlTags a.toggleClose:before {
    content: "\f078";
}

.controlTags a.toggleOpen:before{
    content: "\f077";
}

.controlTags a.editTag:before{
    content: "\f044";
}

.controlTags a.addQry:before{
    content: "\f0fe";
    position: absolute;
    top: 1px;
}

.controlTags a.publishTag:before,
.controlTags a.publishQry:before {
    content: "\f1ea";
    position: absolute;
    top: 1px;
}

#spelersContainer ul.allTags li {
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.allQrys {
    display:none;
    margin-top: 10px;
}

#spelersContainer ul.allQrys li {
    border-bottom: none;
}

#spelersContainer ul.allTags .hoverTag:nth-child(2n+1) {
    background-color: #dedede;
    box-shadow: 0px 0px 0px 10px #dedede;
}

#spelersContainer ul.allTags li .hoverTag:hover {
    background-color: #AFCECB;
    box-shadow: 0px 0px 0px 10px #AFCECB;
}

#spelersContainer ul.allTags li:hover .hoverQry a,
#spelersContainer ul.allQrys li:hover a {
    color:#000;
}

.headerNum {
    position: absolute;
    font-size: 18px;
    text-align: center;
    top: 7px;
    color: #ccc;
    font-weight: 800;
    letter-spacing: 1px;
    padding-left: 50px;
}

.headerNum:before,
.headerNum:after {
    font-family: "Font Awesome 5 Pro";
    font-size: 30px;
    color: #ccc;
    position: absolute;
    top: 0px;
    left: 10px;
    content: "\f182";
}

.headerNum:after {
    top: 0px;
    left: 24px;
    content: "\f183";
    z-index: -1;
    color: #aaa;
}

.tagHeader.headerNum:before {
    content:"\f02b";
}

.tagHeader.headerNum:after {
    left:0px;
    content:"";
}

.curFunction {
    font-size: 12px;
    color: #aaa;
    cursor:pointer;
}

.subNavigation .active a {
    border-bottom: 2px solid #fff;
    padding-bottom: 2px;
}

.spelerAddFrm,
.tagAddFrm,
.klantenAddFrm {
    width: 49%;
    float: left;
    margin-left: 2%;
}

select {
    border: 1px solid #ccc;
    font-size: 15px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 10px;
    padding: 5px 10px;
}

.docList li {
    position: relative;
    margin:5px 30px;
}

.docList li ul li {
    border-bottom: 1px solid #ddd;
}

.docList li ul {
    /*border: 1px solid #ddd;*/
}

.docKey, .docVal {
    display: inline-block;
    vertical-align: top;
}

.docKey {
    font-weight: bold;
    width: 100px;
    letter-spacing: 0.5px;
}

.docVal {
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.docVal span {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.resultsHdr {
    display: inline-block;;
    margin: 20px;
    padding: 10px;
    background-color: #000;
    color: #fff;
    font-size: 20px;
}

.counter {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    position: absolute;
    top: 0px;
    left: -10px;
}

.tagWarning {
    text-align: center;
    background-color: #000;
    color: #fff;
    width: auto;
    padding: 5px 10px;
    margin: 10px -5px -10px -5px;
}

.listTags {
    padding: 0px 20px;
}

.listTags li {
    list-style: disc;
    padding: 5px 10px;
}

textarea, input[type="text"] {
    font-size: 15px;
}

.spelerDetailsTbl textarea,
.spelerDetailsTbl input[type="text"] {
    width: calc(100% - 15px);
}

.allSpelers li a:first-child,
.allKlanten li a:first-child {
    display: block;
    max-width: 90%;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}

.klantenAddFrm input[type="text"] {
    width: calc(100% - 15px);
}

.klantenAddFrm form select {
    width: 100%;
}

.tblRow {
    display: block;
    margin-bottom: 1px;
    position: relative;
    overflow: hidden;
    padding: 3px 0px;
}

.btnRow {
    text-align: center;
}

#subscriptions .tblRow:nth-child(2n) {
    background-color: #dedede;
}

#rights .tblRow:nth-child(2n+1),
.teamMemberContainer .tblRow:nth-child(2n+1) {
    background-color: #dedede;
}

.hId, .hSt, .hLs {
    float: left;
    width: 60%;
    padding: 5px;
    background-color: #dedede;
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hSt {
    width: 40%;
    max-width: 40%;
}

.sbsId, .sbsSt, .sbsLs {
    float: left;
    width: 60%;
    padding: 5px;
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sbsSt, .sbsLs {
    max-width: 30%;
    width: 30%;
    padding: 0px;
}

.sbsLs {
    width: 10%;
    max-width: 10%;
    text-align: center;
    min-height: 30px;
}

#rights .sbsSt,
#rights .hSt,
.teamMemberContainer .sbsSt,
.teamMemberContainer .hSt {
    width: auto;
    max-width: unset;
    padding: 5px;
}

#rights .sbsId,
#rights .hId,
.teamMemberContainer .sbsId,
.teamMemberContainer .hId {
    width: 80%;
    max-width: 80%;
    cursor: pointer;
}

div.arrow_box_large:after, div.arrow_box_large:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

div.arrow_box_large:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #dedede;
    border-width: 17px;
    left: 50%;
    margin-left: -16px;
}

div.arrow_box_large.tipRight:before {
    left: 100%;
    margin-left: -38px;
}

div.arrow_box_large:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    border-width: 14px;
    left: 50%;
    margin-left: -13px;
}

div.arrow_box_large.tipRight:after {
    left: 100%;
    margin-left: -35px;
}

div.arrow_box_large {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    border: 2px solid #dedede;
    padding: 20px;
    color: #000;
    text-align: left;
    border-radius: 0px;
    -webkit-box-shadow: 0px 10px 24px -20px rgba(0, 0, 0, 1);
    box-shadow: 0px 10px 24px -20px rgba(0, 0, 0, 1);
    z-index: 1070;
    white-space: nowrap;
    min-width: 30px;
}

.arrow_box_large .btnWrap {
    text-align: center;
    margin-top: 10px;
}

.arrow_box_large .btnWrap a {
    min-width: 40px;
}

.arrow_box_large .btnWrap a:last-child {
    margin-left: 20px;
}

.tblSynonyms tr input[type="text"]:first-child {
    max-width: 100px;
}

.newNone {
    display: none;
}

/* END Hamburger menu */

/* media queries */
@media only screen and (min-width: 2560px) {
    .spelersList li {
        width: 18.9%;
    }

    .reportGeneral {
        max-width: 1300px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 2559px) {
    .spelersList li {
        width: 24%;
        margin: 1% .4% 0 .4%;
    }
}

@media only screen and (max-width: 1024px) {
    .spelersList li {
        width: 31.9%;
    }

    .reportGeneral {
        margin: 0px 10px 30px 10px;
    }
}

@media only screen and (max-width: 769px) {
    .content {
        margin: 0px 10px 10px;
    }

    ul.subNavigation li {
        padding: 0 10px;
    }

    .subMenu {
        margin-top: 0px;
    }

    .spelersList li {
        width: 47.6%;
        margin: 1% .9% 0 .9%;
    }

    .content h1 {
        padding: 0px;
    }

    .contentLeft,
    .contentSpeler .contentRight {
        float: none;
        width: 100%;
        padding: 0;
    }

    .contentSpeler .contentRight {
        margin-bottom: 20px;
    }

    .spelerImg img {
        width: 50%;
        margin: 10px auto;
    }

    .synonymList p {
        padding: 10px;
    }

    .standaardWeergave {
        margin: 10px 0px;
    }
}

@media only screen and (max-width: 425px) {

    .content {
        margin: 0px 10px 10px;
    }

    .content h1 {
        padding: 0px;
    }

    .updateOkIcon {
        top: 10px;
        right: 20px;
        font-size: x-small;
    }

    .subMenu li {
        padding: 0 11px;
    }

    textarea#fotoUrl {
        height: 50px;
    }

    textarea {
        width: 65%;
    }

    input#email, input#email2 {
        width: 65%;
    }

    ul.subNavigation li {
        display: initial;
        padding: 11px;
    }

    .spelersList li {
        width: 99%;
        margin: 2px 0;
        position: relative;
    }

    .spelerImg img {
        margin: 0px;
        width: 100%;
    }

    .pageFoot {
        height: 60px;
        font-size: 95% !important;
        padding: 2px 10px 0 10px !important;
    }

    .loginWrapper {
        width: 95% !important;
    }

    .loggedIn {
        font-size: 85%;
    }
}

.box {
    display: inline-block;
    width: 390px;
    background: #ccc;
    position: relative;
    font-size: 20px;
    top: -36px;
    right: 20px;
    font-weight: bold;
}
.ribbon {
    --f: 15px; /* control the folded part */

    position: absolute;
    top: 0;
    color: #fff;
    text-transform: uppercase;
    line-height: 35px;
    padding: 10px 40px 5px 40px;
    background: var(--c,#009999);
    border-bottom :var(--f) solid #0007;
    clip-path: polygon(
            100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px))
}
.right {
    right: 0;
    transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
    transform-origin: 0% 100%;
}
.left {
    left: 0;
    transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
    transform-origin: 100% 100%;
}

/* a fix for firefox that show some strange lines*/
@supports (-moz-appearance:none) {
    .ribbon {
        background:
                linear-gradient(to top,#0000 1px,#0005 0 var(--f),#0000 0) border-box,
                linear-gradient(var(--c,#009999) 0 0) 50%/
       calc(100% - 2px) calc(100% - 2px) no-repeat border-box;
        border-bottom-color: #0000;
    }
}

.addCompany {
    padding: 5px 10px;
}

.addInput {
    width: 65%;
    float: left;
}

.addInputBtn {
    width: 35%;
    display: inline-block;
    text-align: center;
}

.genBtn {
    background-color:#ff6600;
    width: 31px;
    height: 31px;
    margin: 0 auto;
    cursor: pointer;
    float:left;
    margin-left: 10px;
}

.genBtn i {
    font-size: 20px;
    color: #000;
    line-height: 31px;
}

#edtBtn, #dltBtn {
    display: none;
}

.wrnMsg {
    display: inline-block;
    padding: 5px 0;
    color: red;
    font-size: 13px;
}

.bodyLogin .contentWrp {
    position: absolute;
    left: calc(50% - 205px);
    top: calc(50% - 200px);
    z-index: 100;
    background-color:#ff6600;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.85);
}

.bodyLogin .contentWrp input[type="submit"] {
    height: 30px !important;
    font-size: 100% !important;
    margin: 20px auto 10px auto;
    display: table;
    line-height: 28px;
    padding: 1px 12px 2px !important;
    background-image: none !important;
    border: none;
    -webkit-appearance: button;
    border-radius: 5px !important;
    background-color: #009999;
    color: #fff;
}

.contentWrp.adapted {
    width: 450px;
    left: calc(50% - 225px);
    top: calc(50% - 250px);
}

.contentWrp.adapted form {
    margin: 20px auto;
    display: table;
}

.contentWrp.adapted form input[type="text"],
.contentWrp.adapted form input[type="password"]{
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    padding: 5px;
    font-size: 85%;
}

.bodyLogin .contentWrp h3 {
    color: #fff;
    text-transform: uppercase;
}
