/* Basis CSS */

/* testen op http://www.cssmatic.com/ */
body {
    background: #F2F5A9;
    font-family: Trebuchet MS;
}

#wrapper {
    width: 80%;
    margin: 0 auto;
    min-height: 800px;
    position: relative;
}

a:hover {
    font-weight: bold;
}

/*------------------------------------*/

/* CSS voor het loginscherm */
.main p {
    text-align: center;
}

.main form p a {
    color: #888;
    text-decoration: none;
}

.main form p a:hover {
    color: #FA58587;
}

.main h1 {
    padding-top: 23%;
    font-size: 25px;
    color: #676767;
    font-weight: 400;
    padding-top: 19%;
    text-align: center;
}

.head {
    position: absolute;
    top: -15%;
    left: 35%;
}

.head img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 6px solid rgba(221, 218, 215, 0.23);
}

#loginformdiv {
    margin-left: 220px;
    margin-right: 220px;
    padding: 15px;
    border-radius: 10px;
    border: solid 2px red;
    font-size: 18px;
}

.logincontainer label {
    display: inline-block;
    width: 150px;
    text-align: right;
}

.logincontainer input {
    width: 150px;
    padding-left: 5px;
    text-align: left;
}

#loginformfieldset {
    border: none;
}

.login-form {
    background: #eee;
    width: 26%;
    margin: 9% auto 4% auto;
    position: relative;
    -webkit-border-radius: 0.4em;
    -o-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
}

input.login[type="text"], input.login[type="password"] {
    text-align: left;
    position: relative;
    width: 92%;
    padding: 3%;
    background: #D3D3D3;
    margin-bottom: 6%;
    font-family: 'Open Sans', sans-serif;
    color: #676767;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    border: none;
    border-radius: 5px;
    border: 1px solid #DED6D6;
    -webkit-appearance: none;
}

input.login[type="text"]:hover, input.login[type="password"]:hover {
    border: 1px solid #949494;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

input.login[type="submit"] {
    width: 99%;
    padding: 3%;
    margin-bottom: 8%;
    background: #FA5858;
    font-family: 'Open Sans', sans-serif;
    color: #ECECEC;
    box-shadow: inset 0px 0px 10px #666464;
    -webkit-text-shadow: 0px 0px 3px #000;
    -moz-text-shadow: 0px 0px 3px #000;
    -o-text-shadow: 0px 0px 3px #000;
    -ms-text-shadow: 0px 0px 3px #000;
    font-size: 20px;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 5px;
    transition: 0.5s;
    -webkit-appearance: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

input.login[type="submit"]:hover {
    background: red;
    color: #fff;
}

/*----------------------------------*/

/* Header CSS */
#header-wrapper {
    height: 120px;
    color: white;
}

#header {
    text-align: center;
    font-weight: bold;
    font-size: 32pt;
    background: transparent
        -moz-linear-gradient(center top, #FA5858 0%, #8F0222 44%, #6D0019 100%)
        repeat scroll 0% 0%;
    width: 750px;
    position: relative;
    margin: 0 auto;
    border-radius: 10px;
    background: -ms-linear-gradient(top, rgba(250, 88, 88, 1) 0%,
        rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    background: linear-gradient(to bottom, rgba(250, 88, 88, 1) 0%,
        rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
}

/* CSS voor navbar*/
nav {
    display: block;
    text-align: center;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav a {
    display: block;
    background: transparent
        -moz-linear-gradient(center top, #FA5858 0%, #8F0222 44%, #6D0019 100%)
        repeat scroll 0% 0%;
    color: #fff;
    text-decoration: none;
    padding: .8em 1.8em;
    font-size: 90%;
    letter-spacing: 1px;
    text-shadow: 0 -1px 0 #000;
    position: relative;
    background: -ms-linear-gradient(top, rgba(250, 88, 88, 1) 0%,
        rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
    background: linear-gradient(to bottom, rgba(250, 88, 88, 1) 0%,
        rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
}

.nav {
    vertical-align: top;
    display: inline-block;
    box-shadow: 1px -1px -1px 1px #000, -1px 1px -1px 1px #fff, 0 0 6px 3px
        #fff;
    border-radius: 6px;
}

.nav li {
    position: relative;
}

.nav>li {
    float: left;
    border-bottom: 4px #aaa solid;
    margin-right: 1px;
}

.nav>li>a {
    margin-bottom: 1px;
}

.nav>li:hover, .nav>li:hover>a {
    border-bottom-color: red;
}

.nav li:hover>a {
    color: red;
}

.nav>li:first-child {
    border-radius: 4px 0 0 4px;
}

.nav>li:first-child>a {
    border-radius: 4px 0 0 0;
}

.nav>li:last-child {
    border-radius: 0 0 4px 0;
    margin-right: 0;
}

.nav>li:last-child>a {
    border-radius: 0 4px 0 0;
}

.nav li li a {
    margin-top: 1px
}

.nav li a:first-child:nth-last-child(2):before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    top: 50%;
    right: 5px;
}

/* submenu positioning*/
.nav ul {
    position: absolute;
    white-space: nowrap;
    border-bottom: 5px solid red;
    z-index: 1;
    left: -99999em;
}

.nav>li:hover>ul {
    left: auto;
    padding-top: 5px;
    min-width: 100%;
}

.nav>li li ul {
    border-left: 1px solid #fff;
}

.nav>li li:hover>ul {
    /* margin-left: 1px */
    left: 100%;
    top: -1px;
}
/* arrow hover styling */
.nav>li>a:first-child:nth-last-child(2):before {
    border-top-color: #aaa;
}

.nav>li:hover>a:first-child:nth-last-child(2):before {
    border: 5px solid transparent;
    border-bottom-color: red;
    margin-top: -5px
}

.nav li li>a:first-child:nth-last-child(2):before {
    border-left-color: #aaa;
    margin-top: -5px
}

.nav li li:hover>a:first-child:nth-last-child(2):before {
    border: 5px solid transparent;
    border-right-color: red;
    right: 10px;
}

/* Content CSS */
#content-wrapper {

}

#content {
    padding: 15px;
}

/* Footer CSS */
#footer {
    border: solid 1px red;
    padding: 5px;
    width: 750px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}

/* CSS specifiek tabellen */
table.basic {
    border: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.header {
    background-color: #993300;
    color: #FFFFFF;
}

.light {
    background-color: #EEEEEE;
    text-align: center;
}

.dark {
    background-color: #CCCCCC;
    text-align: center;
}

/* CSS specifiek pagina "lidInvoeren.php" */
.lidinvoeren {
    margin: auto;
    vertical-align: middle;
    text-align: center;
    width: 50%;
}

/* CSS specifiek voor "input" */
input.field[type="text"], input.field[type="date"] {
    text-align: left;
    position: relative;
    width: 90%;
    padding: 2%;
    background: #D3D3D3;
    margin-bottom: 3%;
    font-family: 'Open Sans', sans-serif;
    color: #676767;
    font-weight: 600;
    font-size: 14px;
    outline: none;
    border: none;
    border-radius: 5px;
    border: 1px solid #DED6D6;
    -webkit-appearance: none;
}

input.field[type="text"]:focus, input.field[type="date"]:focus {
    background: white;
    color: #000;
}

input.button {
    width: 200px;
    padding: 0.5%;
    background: #FA5858;
    color: #ECECEC;
    box-shadow: inset 0px 0px 10px #666464;
    -webkit-text-shadow: 0px 0px 3px #000;
    -moz-text-shadow: 0px 0px 3px #000;
    -o-text-shadow: 0px 0px 3px #000;
    -ms-text-shadow: 0px 0px 3px #000;
    font-size: 14px;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 5px;
    transition: 0.5s;
    -webkit-appearance: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

input.button:hover {
    background: red;
    color: #fff;
}

.lidinvoerentable{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/* CSS specifiek voor lidgegevens - tabcontents*/
#view1 {
    position: relative;
}

#view1 label {
    display: inline-block;
    width: 400px;
    text-align: right;
    padding-right: 5px;
    line-height: 150%;
    padding: 2px;
}

#view1 input {
    width: 250px;
    padding-left: 5px;
    text-align: left;
    position: relative;
    background: #D3D3D3;
    color: #676767;
    font-size: 14px;
    outline: none;
    border: none;
    border-radius: 5px;
    border: 1px solid #DED6D6;
    -webkit-appearance: none;
}

#view1 input.gender{
    -webkit-appearance: radio;
}

#picture {
    display: inline-block;
    width: 140px;
    height: 200px;
    border: solid;
    top: 40px;
    right: 200px;
    position: absolute;
    border-radius: 3px;
    align-items: center;
}

#picture img{
    max-height: 100%;
    max-width: 100%;
}

.title {
    text-align: center;
}

.button_div {
    text-align: center;
    padding: 10px;
}

#sponsorgegevens {
    margin: auto;
    width: 50%;
}

.sponsordetails {
    border-collapse: collapse;
    width: 100%;
}

.sponsordetails td, th {
    border: 1px solid #ddd;
    padding: 8px;
}

.sponsordetails tr:nth-child(odd) {
    background-color: #EEEEEE;
}

.sponsordetails tr:nth-child(even) {
    background-color: #CCCCCC;
}

.sponsorupdate {
    border-collapse: collapse;
    width: 100%;
}

.sponsorupdate td, th {
    border: 1px solid #ddd;
    padding: 8px;
}

.sponsorupdate tr:nth-child(odd) {
    background-color: #EEEEEE;
}

.sponsorupdate tr:nth-child(even) {
    background-color: #CCCCCC;
}

.button_other {
    width: 200px;
    padding: 0.5%;
    background: #FA5858;
    color: #ECECEC;
    box-shadow: inset 0px 0px 10px #666464;
    -webkit-text-shadow: 0px 0px 3px #000;
    -moz-text-shadow: 0px 0px 3px #000;
    -o-text-shadow: 0px 0px 3px #000;
    -ms-text-shadow: 0px 0px 3px #000;
    font-size: 14px;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 5px;
    transition: 0.5s;
    -webkit-appearance: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

.button_other:hover {
    background: red;
    color: #fff;
}

#cbo_width{
    width: 150px;
}

input.delete{
    background: url('../images/trash.png') no-repeat;
    border: 0;
    cursor: pointer;
    overflow: hidden;
    text-indent: -99em;
}

.membertype{
    width: 100%;
}

/*------------------------*/
/* CSS voor klantenpagina */

div.klantengrid-cantainer{
    display: grid;
    grid-gap: 5px;
    background-color: none;
    padding: 5px;
    margin-left: 15%;
    margin-right: 15%;
}
.grid-item {
    text-align: center;
    padding: 5px;

}
.klantenlijst{ 
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
    grid-column: 1;
    grid-row: 1;
    height: 275px;
    overflow: auto;
}
.klantdetails{ 
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
    font-size: 20px;
    grid-column: 2 / span 2;
    grid-row: 1;
}
.klantaanwezigheden{
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
    font-size: 20px;
    grid-column: 1 / span 3;
    grid-row: 2;
    height: 275px;
}
.klantentabel{
    margin: 0 auto;
    width: 100%;
}
.klantendetailtabel{
    margin: 0 auto;
    width: 100%;
}
.klantinput{
    width: 300px;
}
.klantinputlabel{
    text-align: right;
}

/*------------------------------*/

.addmeetingdiv{
    text-align: center;
}
.addmeetingtable{
    margin: 0 auto;
    width: 50%;
}

.orderlinesTable{
    margin: 0 auto;
}

.total{
    background-color: #BBBBBB;
    text-align: center;
    font-weight: bold;
}

.fooditem{
    display: inline-block;
    border-radius: 12px;
    background-color: #f4511e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding: 20px;
    width: 200px;
    height: 125px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.fooditem:hover {
    background-color: white;
    color: #f4511e;
}

.allitem{
    display: inline-block;
    border-radius: 12px;
    background-color: #f4511e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    padding: 20px;
    width: 170px;
    height: 100px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 3px;
}

.allitem:hover {
    background-color: white;
    color: #f4511e;
}

.pull-right {
    float: right !important;
}

div.sponsorcontent {
  margin-left: 200px;
  padding: 1px 16px;
  height: 1000px;
}