#content ~ h2:first-of-type  {
    padding-top: 20px;
    /*margin-top: 60px; */
    border-top: 1px solid #ccc;
}

article h2 {
    margin-top: 1.5em; 
}

#portal-column-position-0 h3 {
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 0.2em;
    margin-top: 0.7em;
}


#tip-filter-list {
    margin-bottom: 20px;
    overflow: hidden;
}

.tip-filter {
    text-align: center;
    padding: 10px 0;
    width: 100px;
    height: 55px;
    margin: 5px;
    float: left;
    font-weight: bold;
    background-color: #eee;
    border: 1px solid #ddd;
    line-height: 1.2em;
}

.tip-filter.noresults {
    color: #aaa;
}

.tip-filter.tip-filter-selected {
    background-color: #1E64C8;
    color: #fff;
}


.tip-subject-tag {
    background-color: #eee;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 7px;
}


.tip-personal-note {
    padding: 1em;
    background-color: #eee;
    border: 1px solid #ccc;
}

.event-detail ul li {
    margin-bottom: 0px;
}

form #searchbox button {
    min-width: 53px;
}


/* File icons */
span.beveiligd::after {
    font-family: FontAwesome;
    text-decoration: none;
    margin-left: 10px;
    content: "\f023";
}


/* GOODPRACTICES */
#entries div.faculty-layout {
    /*width: 8%; */
    height: 6em;
    float: left;
    /*padding: 7px;*/
    margin-left: 5px;
    padding-top: 1.3em;
    font-size: 18pt;
    text-orientation: upright;
    writing-mode: vertical-lr;
    margin-bottom: 1em;
    cursor: default;
}
@-moz-document url-prefix() {
 #entries div.faculty-layout {
    letter-spacing: 3px;
 }
}

#entries div.title-layout {
    width: 90%;
    float: right;
    padding-left: 2px;
    max-height: 8em;
    overflow: hidden;
}
.sidebar-right-details {
    padding: 3px;
    border-radius: 25px;
    color:#fff;
    margin-right:3px
}


/* popover.scc */
.checkbox label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 2px solid #1E64C8;
background-color: #fff;
} /* end popover /*

/* custom */
.checkbox input[type="checkbox"]:focus+label::before {
    outline-offset: inherit !important;
} /* end custom */

.checkbox {
   /* margin-bottom: 10px; */
}

.panel-body.menubody {
    background-color: #F4F7FC;
}

.panel-group .panel-body {
    padding-left: 0;
    border: 0 !important;
}

.panel-body .filter-collapse-body-line {
    border-top: none;
}

.panel-body .filter-collapse-body-line:first-of-type {
    border-top: 1px solid #ccc;
}
.filter-collapse-header {
    font-weight: bolder;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 10px;
    padding-bottom: 10px;

    /*border-bottom: 1px solid #ccc;*/
    border-top: 1px solid #ccc;
}

.filter-collapse-body-line {
    padding-left: 18px;
    padding-right: 18px;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/

    /*border-bottom: 1px solid #ccc;*/
    border-top: 1px solid #ccc;
}

.filter-collapse-body-line .checkbox, .filter-collapse-body-line .radio {
    /*padding-top: 2px;*/
    /*padding-bottom: 7px;*/
}

.filter-collapse-header a {
    text-decoration: none;
    border-bottom: none;
}
.filter-collapse-header a[aria-expanded=true] span i.glyphicon-menu-down {
    display: none;
}
.filter-collapse-header a[aria-expanded=true] span i.glyphicon-menu-up {
    display: block;
}

.filter-collapse-header a[aria-expanded=false] span i.glyphicon-menu-down {
    display: block;
}
.filter-collapse-header a[aria-expanded=false] span i.glyphicon-menu-up {
    display: none;
}
/* END BOZI */



/* print */
@media print {
    .tip-personal-note, .tip-more-tips {
        display: none;
    }
}


table {
    border-spacing: 0;
    border-collapse: collapse;
}
table td,
table th {
    padding: 0.5em 1em;
    vertical-align: top;
}
table th,
table td {
    border: 1px solid #ddd;
}
table th {
    text-align: left;
}
