/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
margin: 0;
padding: 0;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}

html {
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
overflow-x: hidden;
}

body.login, html.login{
  height: 100%;
}

h1,h2{
color: #c62126;
font-family: Libre Franklin;
}

body{
  height: 100%;
  width: 100%;
  background-color: #e8e8e8;
}

.login_bg{
  background-image: url("/img/background_admin.png");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#login_menu{
    background-color: #f1f1f1;  
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
}

.logo_login{
    width: 100%;
    text-align: center;
}

.login_img{
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    border-radius: 20px;
}

/*Desktop*/
@media only screen and (min-width: 992px){

    #login_menu{
        height: 350px;
        width: 400px; 
    }

    #login_menu img{
        width: 150px;
        height: auto;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 991px) {   

    #login_menu{
    height: 350px;
    width: 90%;   
    }

    #login_menu img{
        width: 200px;
        height: auto;
    }

}

/*Formulieren */

.form_row{
  text-align: left;
}

.form_row_center{
  text-align: center;
}

.form_row h4{
  color: #1c1c1c;
  padding-top: 30px;
}

.form_row p, .member_menu_white_p{
  color: #777777;
  font-family: Libre Franklin;
}

.form_row a{
color:#7fb800;
text-decoration: none;
}

.form_row a:hover{
color:#000;
text-decoration: none;
}

.forms label, .login_forms label{
  font-family: Source Sans Pro;
  font-weight: 400;
  color: #263238;
}

.forms label{
  padding-left: 10px;
}

.forms input[type=text], .forms input[type=email], .forms input[type=tel], .forms input[type=number], .forms input[type=date], .forms input[type=time], .forms textarea, .forms select, .forms input[type=password]{
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  font-family: Libre Franklin;
  padding-left: 20px;
  padding-right: 20px;
}

.forms input[type=radio]{
  margin-top: 10px;
}

.forms input[type=submit], .forms input[type=button], .login_forms input[type=submit], #member_name input[type=submit]{
  background-color: #7fb800;
  border: 1px solid #7fb800;
  border-radius: 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: Libre Franklin;
  padding-left: 20px;
  padding-right: 20px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  cursor: pointer;
}

.forms .member_price{
  color: #c62126;
  padding-left: 5px;
}

.login_input{
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  font-family: Libre Franklin;
}


.login_forms .error{
  color: #c62126;
  font-family: Libre Franklin;
  margin-top: 20px;
  font-size: 14px;
}

  /*Desktop*/
@media only screen and (min-width: 992px){

  .forms{
    width: 90%;
    min-height: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .login_forms{
    width: 80%;
    min-height: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .form_row{
    margin-bottom: 10px;
    width: 100%;
  }

  .form_row h4{
  font-size: 18px;
  line-height: 28px;
  }

  .form_row p, .member_menu_white_p{
  font-size: 14px;
  line-height: 24px;
  }

  .forms label, .login_forms label{
  font-size: 16px;
  line-height: 26px;
  }

  .forms input[type=radio]{
  margin-left: 20px;
  }

  .forms input[type=text], .forms input[type=email], .forms input[type=tel], .forms textarea, .login_forms input, .forms input[type=password]{
  font-size: 14px;
  line-height: 28px;
  width: 100%;
  }

  .forms input[type=number], .forms input[type=date], .forms input[type=time]{
  font-size: 14px;
  line-height: 28px;
  width: 200px;
  }

  .forms select{
    font-size: 14px;
    line-height: 28px;
    width: 100%;
    height: 28px;
  }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 991px) {   

  .forms{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    }

   .login_forms{
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    }

  .form_row{
    width: 90%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .form_row h4{
  font-size: 16px;
  line-height: 26px;
  }

  .form_row p, .member_menu_white_p{
  font-size: 14px;
  line-height: 24px;
  }

  .forms label, .login_forms label{
  font-size: 16px;
  line-height: 26px;
  }

  .forms input[type=text], .forms input[type=email], .forms input[type=tel], .forms input[type=number], .forms input[type=date], .forms input[type=time], .forms textarea, .login_forms input, .forms input[type=password]{
  font-size: 14px;
  line-height: 22px;
  width: 90%;
  }
  
  .forms select{
    font-size: 14px;
    line-height: 28px;
    width: 100%;
    height: 28px;
  }

  .forms input[type=button]{
    margin-top: 10px;
  }
  
  }


  /*Desktop*/
@media only screen and (min-width: 992px){

#logo{
  display: block;
  height: 160px;
  background-color: #fff;
  width: 100%;
  float: left;
  border-bottom: 2px solid #777777;
  margin-bottom: 20px;
}

#logo img{
  height: 120px;
  width: auto;
  margin-left: 30px;
  margin-top: 20px;
}

#member_name{
  float: right;
  font-family: Libre Franklin;
  font-size: 16px;
  margin-right: 30px;
  margin-top: 20px;
}

#member_name input[type=submit]{
  margin-top: 10px;
}

}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 991px) {   


#logo{
  height: 200px;
  background-color: #fff;
  width: 100%;
  float: left;
  border-bottom: 2px solid #777777;
  text-align: center;
  margin-bottom: 20px;
}

#logo img{
  height: auto;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

#member_name{
  width: 100%;
  font-family: Libre Franklin;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

#member_name input[type=submit]{
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
}

}

.member_menu{
  width: 100%;
}

.member_menu_white{
  display: flex;
  width: 100%;
  background-color: #f7f7f7;
  height:auto;
}

.h1_member{
  margin-left: 30px;
}

.member_menu_white_p{
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

a.menu_item{
    display: block;
    text-decoration: none;
    background-color: #F8F5EE;
    font-family: Source Sans Pro;
    font-weight: 500;
    color: #263238;
    border-radius: 15px;
    float: left;
}

a.menu_item:hover{
   -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    transition: 0.5s ease;
}

a.menu_item img{
    width: auto;
    height: 80px;
    border-radius: 15px;
    float: left;
}


a.menu_item h3{
    font-family: Source Sans Pro;
    font-weight: 600;
    color: #263238;
    float: right;
}

.p_text{
    font-family: Libre Franklin;
    font-weight: 500;
    color: #263238;
}

  /*Desktop*/
@media only screen and (min-width: 992px){

a.menu_item{
    width: 300px;
    height: 100px;
    margin-bottom: 20px;
    margin-left: 40px;
}

a.menu_item:hover{
   -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    transition: 0.5s ease;
}

a.menu_item img{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

a.menu_item h3{
    font-size: 16px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-right: 5px;
}

.p_text{
    font-size: 11px;
    width: 180px;
    float: right;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding-right: 5px;
}

.member_edit_menu{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

h1{
  font-size: 24px;
  letter-spacing: 2px;
}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 991px) {   

a.menu_item{
    width: 90%;
    height: 100px;
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: auto;
}

a.menu_item:hover{
   -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    transition: 0.5s ease;
}

a.menu_item img{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

a.menu_item h3{
    font-size: 16px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-right: 5px;
}

.p_text{
    font-size: 11px;
    width: 180px;
    float: right;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding-right: 5px;
}

.admin_edit_menu{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

h1{
  font-size: 18px;
  letter-spacing: 2px;
}

}


/* Tabs */

#tab_head{
    width: 100%;
    height: 39px;
    background-color: #e0e0e0;
}

.nav:after,
.nav:before {
  content:"";
  display: table;
} 
.nav:after {
  clear:both;
  overflow:hidden;
}
.nav {
  zoom: 1;
  margin-left: 20px;
}
.nav li {
  list-style: none outside none;
  float: left;
  position: relative;
}

.nav .active {
  z-index: 3;
}
.nav li:before,
.nav li:after,
.nav  a:before,
.nav  a:after {
  content:"";
  position: absolute;
  bottom:0;

}
.nav li:before,
.nav li:after {
  background: #7fb800;
  width: 10px;
  height: 10px;
}
.nav li:before {
  left: -10px;
}
.nav li:after {
  right: -10px;
}
.nav a {
  float: left;
  padding: 10px 40px;
  text-decoration: none;
  color: #ffffff;
  background: #7fb800;
  border-radius: 10px 10px 0 0;
  font-family: Source Sans Pro;
}
.nav .active a {
  background: #ffffff;
  color:#000000;
  font-family: Source Sans Pro;
}

.nav  a:before,
.nav  a:after {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #7fb800;
  z-index: 2;
}
.nav .active a:before,
.nav .active a:after {
  background: #7fb800;
}
.nav  a:before {
  left:-20px; 
}
.nav  a:after {
  right: -20px;
}

.nav .active:before,
.nav .active:after {
  z-index: 1;
  background: #ffffff;
}

.nav li:first-child a:before,
.nav li:last-child a:after {
  background-color: #e8e8e8;
}

.tab-content {
  background: #ffffff;
  color: #000000;
  padding: 20px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

.editor {
min-height: 25vh;
height: auto;
border: 2px solid #7fb800;
overflow-y: auto;
font-family: Source Sans Pro;
margin-bottom: 20px;
padding: 20px;
}

.toolbar{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(20px,40px));
    background-color: #7fb800;
    color: rgb(0, 0, 0);
    grid-gap: 1rem;
    padding: 5px;
    justify-content: center;
    align-items:center;
    font-size: 16px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 20px;
}

.toolbar button{
  height: 40px;
  color: #fff;
}

.tool-items{
    background-color: #363636;
     padding-top: 4px;
     padding-bottom: 4px;
    cursor: pointer;
    color: #ffff;
}
.tool-items:hover{
    box-shadow: none;
    background-color: #56b0ef;

}

#editor ul, ol {
    margin-left: 1rem;
    padding-left:1rem;
}

.image_upload{
  margin-top: 20px;
}


.admin_table{
border-spacing: 0;
width: 100%;
}

.admin_table tbody tr{
 cursor: pointer;
 transition: all 0.25s ease-in-out;
}

.admin_table tbody tr:hover {
background-color: #7fb800;
}

.admin_table_head{
background-color: lightgray;
line-height: 32px;
font-weight: bold;
height: 40px;
font-family: Libre Franklin; 
font-size: 18px;
}

.admin_table_row{
line-height: 40px;
font-family: Source Sans Pro;
font-size: 18px;
background-color: #ffffff;
}

.admin_table_row input{
font: inherit;
line-height: 1;
}

/* Lezingen */

a.lecture_link{
  text-decoration: none;
  flex-direction: column;
  display: flex;
  background-color: #f1f1f1;
  margin-top: 20px;
  text-align: left;
  border: 2px solid #c3c3c3;
  border-radius: 20px;
  padding-top: 10px;
  min-height: 150px;
  padding-left: 10px;
  height: auto;
  margin-bottom: 20px;
  cursor: pointer;
  margin-left: 20px;
}

a.lecture_link h2{
color: #1c1c1c;
font-family: Libre Franklin;
font-size: 16px;
font-weight: 500;
line-height: 30px;
}

a.lecture_link p{
  font-family: Source Sans Pro;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #777777;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 15px;
}

a.lecture_link span{
  float: right;
  background-color: #7fb800;
  border-color: 2px solid #7fb800;
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
  font-family: Libre Franklin;
  font-weight: 500;
  line-height: 35px;
  height: 35px;
  width: auto;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: auto;
  align-self: flex-start;
  margin-left: auto;
  margin-right: 5px;
  margin-bottom: 5px;
}

/*Desktop*/
@media only screen and (min-width: 992px){

  a.lecture_link{
   width: 250px;
   float: left;
  }

  .member_menu_white audio{
    margin-left: 60px;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 991px) {   

  a.lecture_link{
    width: 80%;
    min-width: 90%;
    margin-right: 5%;
  }

  .member_menu_white{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 5%;  
    width: 90%;

  }

}