
/**********************************************************************************
 * Copyright (C) 2016, SpraakLab, All Rights Reserved.
 **********************************************************************************/

/* selectpage gevonden resultaten en sorteer op */

#listSelectPage
{
  overflow-y: scroll !important;	
  height: 500px;
}

#sortLabel
{
	padding-top:6px;
	color:#999;
}

.selectpage {
	color: #BFCBD8; /* theme_color_1.lighten-3 */
}

#mainSelectPage
{
  width:740px;
  height:600px;
  padding: 0;
  margin: 0;
}

.selectpage li {
	border-radius: 2px;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 30px;
	padding: 0 10px;
	text-align: center;
}

.selectpage li a {
	color: #BFCBD8; /* theme_color_1.lighten-3 */
}

.selectpage li.active a {
	color: #fff;
}

.selectpage li.active {
	background-color: #40C2F3; /* default_color.lighten-1 */
}

.selectpage li.disabled a {
	color: #999;
}

.selectpage li i {
	font-size: 24px; /* grootte icons sorteer op */
	vertical-align: middle;
}

.card-image {
	cursor: pointer;
	cursor: hand;
}

.card .card-image {
	position:absolute;
	top:2%;
  left:10%;
  min-height: 160px !important;
  width: 80%;
}

.smalltext
{
  opacity: 0.8;
  font-weight: bold;
  top: 134px !important;
  line-height:20px;
  font-size: 1.1;
}

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

  .selectpage 
  {
  	width: 100%;
  }
}
