/* Voor selectie met button in dnnsharp datagrid */
.btn-group .dropdown-menu  {
    background-color: white !important;
    border: solid 1px #5d8e9f  !important;
    z-index: 10000  !important;
    }

/* als de 1e message een rechts gealligneerde image is en de titel is leeg */
.oc-messages .oc-message:first-of-type {border-bottom: 0px;}
.oc-messages .oc-message:first-of-type .text p {display: none;}

/* editor: verberg de keuze standard tekst of geformateerd */
div.dnnTextPanelView {display: none !important;}

/* stijlen voor de spelotheek */
 .spelotheek_lijst_img {
    max-width: 200px !important;
    max-height: 100px !important;
}

.Spel_UserButtons{
	padding-top: 30px !important;
}

.ClientSelectie{
	padding-bottom: 150px;
}

.Speelgoed_header{
	margin: 20px;
}

.Speelgoed_header p{
    margin: auto;
}

.Speelgoed_header img{
    max-width: 300px;
    max-height: 150px;
}

.OverzichtLiteratuur td span{
white-space: normal !important;
display: inline;
}
.OverzichtSpeelgoed td span{
white-space: normal !important;
display: inline;
}

.navigatgion button:hover{
color: #FFF;
background-color: #0092a2;
}
.navigatgion button{
color: #0092a2;
border-color: #0092a2;
}


