/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 13 September 2021 09:57:15
*/


/* 
Template Name: staff-hub.css
UOM Version: 1.4
Author: External Relations Digital Team - Based on UoM Design Template 8.0
Updated: 10/12/209 DK
*/

/* correcting issues with styles when using native Matrix form builder */

/* Additional padding for imageless news */

/*overrides for checkbox, radio button and file upload */

/* DDS v7.0 overrides 22/01/18 */

/* overrides for simple-listing to remove extra margin on bottom of lists */

/* remove space left margin when no-li is used for documents */

/* when using data records for headings in sidebar give some space at botton */

/* 29/01/2018 alert-notices removed from v6.0 - temp fix until Staff Hub editors can modify hardcode instances */

/*24/04/2018 - Following blocks copied from MCE overrides to get checkboxes to work (MCE addition dates/notes kept for reference) 
    /* 21/10/16 unstyled form overrides for checkboxes to work */

/* 7/11/16 additional css to get checkboxes to work again */

/* 16/11/16 remove double boxes on checklist styles and display tick*/

/* 26/07/16 online quiz overrides */
.uomcontent .sq-online-quiz-question-multichoice ul.apply-uom {
    padding-left: 0;
}

.uomcontent .sq-online-quiz-question-multichoice ul li.apply-uom {
    list-style: none;
    margin-left: 0
}

.uomcontent .quiz-results .correct.apply-uom {
    color: #008a00;
}

.uomcontent .quiz-results .incorrect.apply-uom {
    color: #DF0620;
}

/* 23/11/2018 fix for images having height and width attributes pre-set */
.uomcontent img.apply-uom {
    height: auto;
}

/* add some padding between h2 and hr */
.uomcontent hr + h2.apply-uom {
    padding-top: 1.5rem;
}