/* 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;}

.klein_icon_nieuws {
     transition: transform 0.3s ease;
float: left;
margin-right: 10px;
margin-bottom: 10px;
max-width: 70px;
}
.klein_icon_nieuws:hover {
transform: scale(1.2); 
}

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

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

.ClientSelectie{
	padding-bottom: 50px;
}

.Speelgoed_header{
	margin: 20px;
}

.Speelgoed_header p{
    margin: auto;
}

.Speelgoed_header img{
    max-width: 500px;
    max-height: 250px;
}

.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;
}

.PlantAnAppModal {
    position: relative !important;
    z-index: 1060 !important;
}

.modal-backdrop {
    position: relative !important;
}













































