/*changes widget header background colour and title bar height*/
/*.procydo-portal ol.gridster li.tile .tile-header {
background-color: #5458f2;
height: 44px;
}
*/

/*changes widget header icon colour*/
/*.procydo-portal ol.gridster li.tile .tile-header .icon {
color: #FFF;
}
*/

/*changes widget header text colour*/
/*.procydo-portal ol.gridster li.tile .tile-header .tile-header-text {
color: #FFF;
}
*/

/*changes widget header font size*/
/*.procydo-portal ol.gridster li.tile .tile-header .tile-header-text {
    font-size: 14pt;
}
*/

/*changes recommended guides widget icon to questionmark*/
/*.icon-badge-check:before {
    content: "\e93f";
}
*/

/*.procydo-portal ol.gridster li.tile .tile-content .tile-list-element {
background-color: #D9D9F1 !important;
}
*/

/*adjusts height of items in recommended guide widget
use in conjunction with title bar size increase to match total widget size*/
/*.procydo-portal ol.gridster li.tile[data-tilename=recommendedGuideTile] .tile-list-element .tile-list-element-content {
    padding: 14px 16px;
    line-height: 1.5em;
    padding-left: 51px;
}
*/


/*makes list item icon background same colour as list background and sets margin to match text*/
/*.procydo-portal ol.gridster li.tile[data-tilename=recommendedGuideTile] .tile-list-element .tile-list-element-content .guide-icon {
background-color: #d9d9f1;
margin: -2px 8px 0px 0px;
}
*/

/* Displaces the search bar down a bit to make space for jsp text that has since been removed */
/*
.procydo-portal #page-content div .search-filter-content {
	padding-top: 21px;
}
*/