/*
	CSS Include

	Name:	 	: custom
	Address		: https://www.uhasselt.be	
	Copyright	: Your Company Name	
	Author	 	: Ixperion CID WEB
	Created	 	: 2014-06-12T10:48:53
	
	About this CSS
	Extra css file for custom rules
*/
.block-row .event p{
  line-height: normal;
}
/* bijgeplaatst op 13/9/2016 - agendaitem/nieuwsitem image kan niet apart/center/right gezet worden */
.wide-text .container img.apart {
float:none;
display: inline;
}

.wide-text .container img.center {
float:none;
display: block;
margin:2px auto;
}

.wide-text .container img.right {
float:right;
margin-left:10px;
}

hr {
  visibility: hidden;
  width: 100%;
}

.newsarticle article {
background-color: #e73b2b;
}

.firstarticle:hover img, .newsarticle:hover img {
opacity:0.4;
}

.main .otherlinks.sidecontent ul li.sub-links p {
font-size:13px;
}

.main .otherlinks.sidecontent a {
font-size:1em;
}

header.page-header {
z-index:1000;
}


/* 26/04/2017 - Ayse */
.tree-sidebar ul li.faq-icon {
    background: url(/layout/website2014/images/faq.png) no-repeat;
    background-position: 0 0;
    background-size: 18px;
    padding-left: 30px;
    display: block;
    height: 18px;
}


/*04/07/2017 - Ayse */
.tree-sidebar .mobile-nav a.internalLink{
  	padding-right: 15px;
    background: url(/Layout/website2014/images/links/3-2.png?hid=img;w=13) no-repeat scroll right 5px transparent;
    transition: all 180ms ease-in-out 0s;
}
.tree-sidebar .mobile-nav a.internalLink:hover{
  	padding-right: 15px;
    background: url(/Layout/website2014/images/links/3-2.png?hid=img;w=13) no-repeat scroll right 5px transparent;
    transition: all 180ms ease-in-out 0s;
}

.container a.internalLink {
    padding-right: 15px;
    background: url(/Layout/website2014/images/links/3-1.png?hid=img;w=11) no-repeat scroll right 5px transparent;
}

.container a.externalLink {
    padding-right: 15px;
    background: url(/Layout/website2014/images/links/3-1.png?hid=img;w=11) no-repeat scroll right 5px transparent;
}


.tree-sidebar .mobile-nav a.externalLink {
    padding-right: 15px;
    background: url(/Layout/website2014/images/links/3-2.png?hid=img;w=13) no-repeat scroll right 5px transparent;
    transition: all 180ms ease-in-out 0s;
}

.tree-sidebar .mobile-nav a.externalLink:hover {
    padding-right: 15px;
    background: url(/Layout/website2014/images/links/3-2.png?hid=img;w=13) no-repeat scroll right 5px transparent;
    transition: all 180ms ease-in-out 0s;
}

