/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/



#cursus_search  tr {
	background-color: #52c675;
}
#cursus_search  th > div , #results thead td > div {
	background-color: #fff;
}
#results thead tr  td{
	background-color: #52c675  !important;
    font-weight: bold;
    color: #FFF;
}
#results  .odd {
	background-color: #b0d7bb;
}
#results  .even {
	background-color:  #d8ebde;
}
#results  td >  a {
	color: #000;
}
#account-page{
	padding:  20px 0;
} 
.hero-image {
  background-image: url(https://wp.kunstenhuis.nl/wp-content/uploads/2019/05/Logo_Tussenoptie-e1558429921813.jpg);
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 80%;
  left: 25%;
  transform: translate(-50%, -50%);
  color: white;
}
.fixed-menu {
	background: #fff !important;

}
#header-outer{
	background: transparent;
	background-color: unset ;
}
.p_registerpage ,.myaccountmenu{
	background: #bbbbbb; width: 60%; float: right;padding: 10px;
}
.myaccountmenu a{
	color : #000 !important;
}
.table_new tr:nth-child(even) {background-color: #d0d0d0;}
.table_new tr:nth-child(odd) {background-color: #eaeaea  !important;}

.registerdiv{
   float: right !important;
   background-color: #c1c0c0;
}
.registerdiv p{ font-family: 'Roboto';    font-weight: 500;    padding: 10px; }
.passwordnote {background-color: #f5e1e1;padding: 20px; margin-top: 3px;}
.passwordnote span { margin: 0 5px; }
.blackbtn {
    background-color: #000;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
}
.blackbtn:hover {
    color: #fff !important; 
}
.customselect:hover{
    background-color: #000 !important;
}
.toggle-password{
  top: -10px !important;
}
@media only screen and (max-width: 600px) {
  #cursus_search tr{
      display: grid;
  }
  #cursus_search tr th{
      width:  100% !important;
  }
  #results_wrapper{
    overflow-x: scroll;
  } 
} 