html {
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    width: 100%;
    margin: 0px;
    height: 100%;
    position: relative;
    z-index: 20;

	
}

.wrapper {
  position: relative;
  min-height: 100vh;
  background-color: #fcfcfC;
  background-image: url("../images/kul.png");
  background-position: center center; /*Positioning*/
  background-repeat: no-repeat; /*Prevent showing multiple background images*/
  background-size:  20%;
}


.top {
    z-index: 20;
    height: auto;
	padding-bottom: 120px;
}
.bottom {
    background-color: #00407A;
	border-top-width: 3px;
	border-top-color: #52BDEC;
	border-top-style: solid;
	position: absolute;
	bottom: 0;
	width: 100%;
    /*position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;*/
}

.text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    /*overflow: hidden;*/
    padding-bottom: 20px;
    z-index: 20;
    height: 100%;
}

/* input fields */
input[type=text], input[type=password], input[type=number], input[type=date], input[type=file], input[type=submit], input[type=checkbox], #clusterInputRequestAccess, textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 20;
}

input[type=checkbox]:disabled {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 20;
}


/* set default for dropdown buttons */
.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #52BDEC;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5;
}

.dropdown:hover .dropdown-content {
    display: block;
	background-color: #00407A;
}

/* Set a style for all buttons*/
button {
    background-color: white;
    color: black;
    margin: 8px 0;
    border: 1px solid #ccc;
    cursor: pointer;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 20;
	height: 30px;
}



.indexnav {
    width: 100%;
}


#usertable {
    margin: 0px;
    padding: 0px;
}

.table {
    margin: 0px;
    padding: 0px;
    z-index: 20;
	background-color: #fCfCfC;
	opacity: 0.8;

}

.table table {
    border-collapse: collapse;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*border: 3px solid #dddddd;*/
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    z-index: 20;
}

.table td, th {
    border: 2px solid #dddddd;
    text-align: left;
    padding: 4px;
    z-index: 20;
}

.table  a{
    z-index: 20;
	font-size: 12px;
}

.table .sort_button {
    height: auto;
    width: auto;
    border: none;
    z-index: 20;
	font-size: 12px;
}

.table .sort_button img {
    height: 10px;
    width: 10px;
    z-index: 20;
}
.table .sort_button a {
    font-weight: bold;
    margin: 7px;
    z-index: 20;
}



.table table #filter input {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 20;
}

/* reset filters knopje inventory page*/
.table table #resetbutton input {
    background-color: white;
    padding: 8px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    display: inline;
    z-index: 20;
}

.table table #resetbutton input:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

.table tr:nth-child(even) {
    background-color: #dddddd;
}

.table button {
    background-color: inherit;
    display: inline-block;
    width: 23%;
    margin: 0;
    padding: 0;
    border-color: #ccc;
    border-width: 1px;
    z-index: 20;
}


.forminput .normalButton  {
    background-color: white ;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 1px solid #dddddd ;
    z-index: 20;
}


.forminput .normalButton:hover {
    background-color: #f2f2f2 ;
    cursor: pointer;
}


.no-border button {
    border: none;
    z-index: 20;
}


@media screen and (max-width: 850px) {

    .text {
        width: 90%;
    }

}

@media screen and (max-width: 600px) {

    .text {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .text .formentry {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }


    .text .formentry .forminput {
        width: 100% !important;
        float:  none !important;
        display: block !important;
        padding-left: unset !important;
        padding-top: 10px;
    }

    .text .formentry .formtext {
        width: 100% !important;
        float: none !important;
        display: block !important;
        text-align: left !important;
    }

    .text .formentry .forminput input, .text .formentry .forminput select {
        width: 100%;
    }

}

/* Style for tooltips */
.tooltip {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 2px;
    position: absolute;
    z-index: 5000;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
	font-size: 80%;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext { /* STAAT UIT */
    visibility: hidden;
    opacity: 0;
}

/* Show recaptcha on top of footer*/

.grecaptcha-badge {
    z-index: 99999;
    display:block !important;
}

/* settings for chosen close button */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/chosen-sprite.png) -42px 1px no-repeat  !important;
    font-size: 1px;
}

/* undo all unneeded properties of chosen choices */
.chosen-container-multi .chosen-choices li.search-choice {
    background-image: unset !important;
    -webkit-background-size: unset !important;
    background-size: unset !important;
    background-repeat: unset !important;
    -webkit-background-clip: unset !important;
    -moz-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
}

/* set properties for chosen boxes */

/* chosen select make up*/
.text .chosen-select {
    margin: 8px;
    border-radius: 5px;
    height: 50px;
    border-color: #ccc !important;
    padding: 12px 20px;
    z-index: 20;
}
.text .chosen-container-multi .chosen-choices {
    font: 400 13.3333px Arial !important;
    color: unset;
    box-shadow: none;
    text-shadow: none;
    /*margin-top: 8px;
    margin-bottom: 8px;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    position: relative;
    border: 1px solid #ccc;
    background-image: unset;
}

.text .chosen-choices input {
    position: relative;
    display: block;
    padding: 12px;
    margin: 0px;
    color: RGB(117,117,117);
    z-index: 20;
}

.text .chosen-choices input text {
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    margin: 0px;
}

.chosen-container .chosen-container-single {
    width: 300px !important; /* or any value that fits your needs */
}


.modal-content {
    max-width: 600px;
    z-index: 100;
}