/*
* 2014 Corporate Web Style (Blue Steele) - Intranet - CSS
* Andrew Dunbar [ECU]
* March 2014
* 
* Modification history:
* 
* 2014-03-15  Andrew Dunbar
*             Created initial file.
* 2014-04-15  Andrew Dunbar
*             Validated CSS file against W3C Validator (http://jigsaw.w3.org/css-validator).
* 2014-05-16  Andrew Dunbar
*             Added some styles to fix student events & activities system.
* 2014-05-22  Mike Young
*             Old accordion styles were added to fix instance found on Intranet (#20496).
* 2014-06-03  Mike Young
*             Fixed top level hover colour for local nav.
* 2014-06-09  Mike Young
*             Fixed rollover colour for site tools button on tablet.
* 2017-03-17  Aaron Chapman
*             Increased size of health booking button.
*
*/

/* --------------------------------------------------------------------------------------------- 
START: INTRANET
--------------------------------------------------------------------------------------------- */

.intranet-block {
  display: block;
  min-height: 115px;
}

/* --------------------------------------------------------------------------------------------- 
END: INTRANET
--------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------- 
START: SPECIAL
--------------------------------------------------------------------------------------------- */

.btn.health-book {
  margin: 15px 0;
  padding: 15px;
  font-size: 1.37em;
}

.btn.health-book .icon-medkit {
  color: var(--color-white);
  margin-right: 10px;
  text-decoration: none;
  font-size: 1.4em;
}

.btn.health-book:hover .icon-medkit {
  color: #758e3a;
}

/* --------------------------------------------------------------------------------------------- 
END: SPECIAL
--------------------------------------------------------------------------------------------- */
