@import url("layout.css");
@import url("forms.css");
@import url("tables.css");
@import url("lists.css");
@import url("text.css");
@import url("misc.css");
@import url("qtip.css");
@import url("buttons.css");

html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

html, body {
    height: 100%;
}

/* used for the 'inline.php' template */
html.inline,
html.inline body {
    background: transparent;
}

.hide {
    display: none;
}

.flex {
    display: flex;
}

.alignleft,
.align-left {
    text-align: left;
}

.aligncenter, .alignCenter,
.align-center {
    text-align: center;
}

.alignright,
.align-right {
    text-align: right;
}

.aligntop, .alignTop,
.align-top {
    vertical-align: top;
}

.strikethrough {
    text-decoration: line-through;
}

.smalltext,
.small-text {
    font-size: 10px;
}

.mediumtext,
.medium-text {
    font-size: 11px;
}

.hRule {
    height: 1px;
    padding: 8px 0px 4px 0px !important;
    text-align: center;
    vertical-align: middle;
    background: url('/res/images/hr.gif') center no-repeat;
    background-size: contain;
}

.hRule img {
    display: none;
    margin: 0 auto;
}

#debug-container .hRule {
    clear: both;
}

.trAlternate {
    background-color: #E1EDF1;
}

td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

li {
    font-size: 13px;
}

.account-form-navigation-tab {
    font-size: 0.75rem;
}

.clear {
    height: 0px;
    padding: 0px;
    margin: 0px;
    min-height: 0px;
    font-size: 0px;
    line-height: 0px;
    clear: both;
}

/*****************************************************************
Iframes
/****************************************************************/

.iframestyle {
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    overflow: hidden;

    background: transparent url('/res/images/semiback.png');
}

.loadingBarWrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 5px;

    text-align: center;
}

#loadingBar.loadingBarWrapper {
    z-index: 5000;
    display: none;
}

.loadingBarWrapper .loadingBar {
    width: 80px;
    margin: 0 auto;
    padding: 5px 0;

    background-color: #fff;
    font-size: 12px;
    text-align: center;
}

img.icon {
    display: inline-block;
    border: none;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

img.icon.s32 {
    width: 32px;
    height: 32px;
}

.ui-tooltip.tooltip-silver {
    max-width: 350px !important;
    padding: 0 !important;
    background: white;
    color: black;
    text-align: left;
    border: 3px solid silver !important;
    border-radius: 3px;
    line-height: 14px !important;
}

.ui-tooltip.tooltip-silver .ui-tooltip-titlebar {
    background-color: silver !important;
}

* html .ui-tooltip-titlebar .ui-state-default {
    top: 12px !important;
}

/* IE fix */
/*****************************************************************
Header Styles
/****************************************************************/

.headerBar /* main grey header bar */
{
    font-size: 16px;
    line-height: 31px;
    font-weight: bold;
    background-repeat: repeat-x;
}

/* Account Profile begin */
#user-profile {
    margin: 5px 0;
    overflow: hidden;
}

#user-profile img {
    float: left;
    margin: 0 5px 0 0;
    padding: 5px;
    background-color: white;
}

#user-profile dl,
#user-profile dd,
#user-profile dt {
    margin: 0;
    padding: 0;
}

#user-profile dd,
#user-profile dt {
    margin: 0;
    padding: 0;
    line-height: 1.3em;
}

#user-profile dl dt {
    float: left;
    font-weight: bold;
}

#user-profile dl dt:after {
    content: ":";
    margin-right: .5em;
}

#user-profile dl dd.bold {
    font-weight: bold;
}

/* Account Profile end */

#user-country-controls {
    background-color: #DEDEDE;
    padding: 4px;
    margin: 4px 0 0 0;
}

#main-container {
    width: 100%;
}

table.fullSize {
    width: 100%;
    height: 100%;
}

table.fullHeight {
    height: 100%;
}

/* equivalent of cellspacing=0 */
table.noPadding, table.noVerticalPadding {
    border-spacing: 0;
}

/* equivalent of cellpadding=0 */
table.noPadding th, table.noPadding td {
    padding: 0;
}

table.noVerticalPadding th, table.noVerticalPadding td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

table.generalData {
    width: 100%;
    min-width: 600px;
    border-spacing: 0;
    font-size: 12px;
}

div.general-list-wrapper {
    overflow-x: auto;
}

table.generalList {
    width: 100%;
    /* min-width: 600px; */
    border-width: 1px;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
}

table.generalList caption {
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
}

table.generalList.cellComb td {
    border: 1px solid #b6b6b6;
    padding: 3px;
    vertical-align: top;
}

table.generalList td {
    padding-left: 2px;
    padding-right: 2px;
}

table.generalList tr.generalRow td {
    vertical-align: top;
}

table.generalList td.generalCell {
    padding: 5px;
    vertical-align: top;
}

table.detail-list thead th,
td.header, tr.header th /* grey table headers */
{
    background-image: url('../images/tableHeader.gif');
    background-repeat: repeat-x;
    background-color: #c8c8c8;
    font-size: 11px;
    height: 18px;
    font-weight: bold;
    padding-left: 2px !important;
    padding-right: 2px !important;
    border-bottom: 1px solid #b6b6b6;
    text-align: left;
}

td.headerCentred, td.header.icon {
    background-image: url('../images/tableHeader.gif');
    background-repeat: repeat-x;
    background-color: #c8c8c8;
    font-size: 11px;
    height: 18px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #b6b6b6;
}

tr.header > th:first-child.left {
    padding-left: 1em;
}

tr th.actions, tr td.header.icon, tr td.actions {
    width: 32px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    text-align: center !important;
    white-space: nowrap;
}

th.left {
    text-align: left;
}

tr.header > th.right, th.right {
    text-align: right;
}

td.actions {
    font-size: 10px;
}

.actions img {
    vertical-align: middle;
}

td.right {
    text-align: right;
}

table.account td {
    height: 25px;
}

table.manageAccount td .nowrap {
    white-space: nowrap;
}

table.manageAccount span.noneAssigned {
    padding-left: 10px;
}

table.manageAccount td.actions.deactivate,
table.account td.actions.deactivate {
    width: 60px;
}

table.account td.name {
    padding-left: 20px !important;
}

table.account.small td.name {
    padding-left: 10px !important;
}

#account-form #welcome-email .message {
    color: red;
}

#account-form input.usi, #t2-application-form input.usi {
    text-transform: uppercase;
}

#account-form.general-form.beyond fieldset > ul > li {
    display: block;
}

#account-form.general-form.beyond fieldset > ul > li #area-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

#t2-application-form #usi-authorisation-section .message {
    display: inline-block;
}

#t2-application-form .recognition-type label {
    margin-right: 5px;
}

#t2-application-form table.radio-options {
    border-spacing: 0;
}

#t2-application-form table.radio-options td.option {
    width: 5px;
}

#t2-application-form table.radio-options td.option-label {
    width: 20px;
    padding-right: 16px;
}

#t2-application-form td.elementTitle {
    line-height: 1.5em !important;
}

table.t2-prior-qualification-list {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.heading /* larger in-text subheadings */
{
    font-size: 13px;
    padding: 5px;
    font-weight: bold;
}

tr.score td {
    padding: 5px;
    text-align: right;
}

tr.score.total td {
    font-size: 1.2em;
    font-weight: bold;
}

tr.score.section td {
    font-weight: bold;
}

tr.score.subSection td {
    font-size: .75em;
}

td.scoreVal {
    text-align: center;
    white-space: nowrap;
}

table.ratingScale {
    width: 80%;
    border-spacing: 0;
    border-collapse: collapse;
}

table.ratingScale td {
    padding: 5px;
    text-align: center;
}

table.ratingScale tbody td {
    border: 1px solid #b6b6b6;
}

table.ratingScale tfoot td {
    vertical-align: top;
}

table.ratingItems {
    border-spacing: 0;
    border-collapse: collapse;
}

table.ratingItems td {
    padding: .1em;
    font-size: .75em;
    text-align: center;
}

table.ratingItems input {
    margin: 2px 0;
}

form table.form {
    margin: 0 auto;
}

table td.label {
    width: 25%;
    padding: 5px;
    text-align: right;

    /* Some bootstrap overrides which should no longer be needed after the redesign */
    display: table-cell;
    vertical-align: middle;
    color: inherit;
    font: inherit;
}

table td.label > label {
    /* Some bootstrap overrides which should no longer be needed after the redesign */
    margin-bottom: 0;
    font: inherit;
}

table td.labelNarrow {
    width: 20%;
    padding: 5px;
    text-align: right;
}

table td.largeLabel, table td.largeLabelCustomWidth {
    padding: 5px;
    text-align: left;
    vertical-align: top;
}

table td.largeLabel {
    width: 30%;
}

table td.smallLabel, form table td.smallField, table td.value {
    padding: 3px;
    text-align: left;
}

table td.fullSizeLabel {
    width: 100%;
    padding: 5px;
    text-align: left;
}

form table td.field {
    padding: 5px;
    vertical-align: top;
}

form table td.right-field-only {
    padding-left: 31%;
}

form table td.field input.textInput,
form table td.field img {
    vertical-align: bottom;
}

form table td.description {
    padding: 5px !important;
    font-size: 11px;
}

table.buttons {
    margin: 5px auto;
    text-align: center;
}

table.collapse.expanded {
    margin-bottom: 30px;
}

form:last-child table.collapse.expanded {
    margin-bottom: 0;
}

.categoryHead .heading {
    cursor: pointer;
}

.categoryIcon {
    vertical-align: middle;
}

table.cellSmallPadding td {
    padding: 2px 5px;
}

div.smallHeader {
    margin: 10px 0 2px 2px;
    font-weight: bold;
    font-size: 12px;
}

/*****************************************************************
Tools Menu Styles
/****************************************************************/

.menu {
    text-align: left;
}

.menuHeading {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
}

.inactiveMenu {
    font-size: 10px;
    COLOR: #999999;
}

.menuboxLeft {
    padding: 2px 2px 1px 0px !important;
}

.menuboxRight {
    padding: 2px 0px 1px 2px !important;
}

A.menu, A.menu:link, A.menu:visited {
    font-size: 10px;
}

.submenu-right,
.submenu-right .submenuButton {
    width: auto;
}

.submenu-right > div {
    padding: 2px 0;
    float: right;
}

.submenu-right .submenuButton {
    display: inline-block;
    margin: 0 1px;
}

.menuButton, .sectionButton, .submenuButton {
    padding: 1px !important;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.menuButton {
    height: 100%;
}

/*****************************************************************
Form Element Styles
/****************************************************************/

.textValue,
.textInput,
.textInput160px,
.textInputNoWidth,
.textInputCustomWidth,
.tableTextInput {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 3px;
    /* equal width for select and text input */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.textInput {
    width: 350px !important;
}

.textInput[disabled],
.textInput[readonly] {
    background: #f0f0f0;
    color: #999999;
}

.textInput160px {
    width: 160px !important;
}

.textInputNoWidth {
}

textarea.textInput {
    min-height: 10em;
}

.selectInputNoWidth {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.tableTextInput {
    width: 80%;
}

select.dropdown {
    width: 350px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

select.dropdown.emulator {
    width: auto !important;
}

/* has media query for narrow screens */
select.fieldDateDay,
select.fieldDateMonth,
select.fieldDateYear,
select.fieldTimeHour,
select.fieldTimeMinute,
select.fieldTimeMeridiem {
    margin-right: 2px;
}

select.fieldDateDay,
select.fieldTimeHour,
select.fieldTimeMinute,
select.fieldTimeMeridiem {
    width: 55px !important;
}

select.fieldDateMonth {
    width: 100px !important;
}

select.fieldDateYear {
    width: 65px !important;
}

select.dropdownforapplicationsettings {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.predictive {
    background-position: 98%;
    background-repeat: no-repeat;
}

.datepicker {
    width: 330px;
}

.ui-datepicker.hide-calendar .ui-datepicker-calendar {
    display: none;
}

.deletedTextColour, .inactiveTextColour, .highlighTextColor {
    color: red;
}

.forcedWordBreak {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/*****************************************************************
Link Styles
/****************************************************************/

a {
    /*  color: #4b4b4b;*/
    text-decoration: none;
}

a:visited {
    /*  color: #4b4b4b;*/
    TEXT-DECORATION: none
}

a:active {

}

a:link {
    /*  color: #4b4b4b;*/
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

.tinyLink {
    font-size: 10px;
    line-height: 16px;
}

.tinyLink img {
    vertical-align: text-bottom;
}

.tinyLink .icon {
    font-size: 1.2em;
}

a.inTextLink {
    line-height: 16px;
}

a.inTextLink img {
    vertical-align: text-bottom;
}

.ajaxActivate {
    cursor: pointer;
}

/*****************************************************************
Header styles
/****************************************************************/

.topHeaderGroupName {
    font-size: 11px;
    color: #ffffff;
}

.topHeaderDate {
    font-size: 10px;
    color: #ffffff;
}

/*****************************************************************
Border styles
/****************************************************************/

.normalBorder, .normalborder {
    border: #b6b6b6 1px solid;
}

.halfBorder {
    border-bottom: #b6b6b6 1px solid;
    border-left: #b6b6b6 1px solid;
    border-right: #b6b6b6 1px solid;
}

.topHalfBorder {
    border-top: #b6b6b6 1px solid;
    border-left: #b6b6b6 1px solid;
    border-right: #b6b6b6 1px solid;
}

.topBottomBorder {
    border-top: #b6b6b6 1px solid;
    border-bottom: #b6b6b6 1px solid;
}

.topLeftBorder {
    border-top: #b6b6b6 1px solid;
    border-left: #b6b6b6 1px solid;
}

.topBorder {
    border-top: #b6b6b6 1px solid;
}

.bottomBorder {
    border-bottom: #b6b6b6 1px solid;
}

.leftBorder {
    border-left: #b6b6b6 1px solid;
}

.rightBorder {
    border-right: #b6b6b6 1px solid;
}

.borderCollapsed {
    border-collapse: collapse;
}

/* QTIP formatting for bulk decline tool tip in Online Recruitment */
.qtip {
    font-size: 11px;
}

/* Overwrite li font-size in Qtip */
.qtip li {
    font-size: inherit;
    padding-top: 0.5em;
}

div.tooltip {
    cursor: pointer;
}

div.scroll-pane {
    height: 200px;
    overflow: auto;
}

div.scroll-pane2 {
    overflow: auto;
}

.uploadFormIframe {
    border: none;
    width: 100%;
    height: 450px;
}

div.attachmentUploadButton {
    cursor: pointer;
}

.updatealltests {
    cursor: pointer;
}

.qtip-wide-panel {
    max-width: 350px !important;
}

/*****************************************************************
General AJAX loading thing
/****************************************************************/
.loading {
    padding: 10px;
    text-align: center;
}

a.replyCountNew {
    font-weight: bold;
    color: #000;
}

/* list comments  */
ul.replyList {
    clear: both;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.replyList > li {
    padding: 0 0 0 20px;
    margin: 5px 0 0 0;
    overflow: hidden;
}

.noticeCommentReply {
    width: 100%;
    margin: 5px 0 20px 0;
    text-align: center;
}

.ChangeMyBackground {
    overflow: hidden;
}

.NoticeCommentBackColourAlt,
.NoticeCommentBackColour {
    overflow: hidden;
    padding: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
}

div.replyButton {
    float: right;
    display: block;
    text-align: right;
    overflow: hidden;
}

a.replyToZero,
a.replyTo {
    background: url("../images/smallIcons/quote.gif") no-repeat scroll left center transparent;
    display: block;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    padding-left: 20px;
    width: 25px;
}

a.replyTo {
    float: left;
    margin-right: 20px;
    width: 20px;
}

a.deleteTo {
    background: url("../images/smallIcons/block.gif") no-repeat scroll left center transparent;
    display: block;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    margin-right: 10px;
    padding-left: 20px;
    width: 20px;
    float: left;
}

.readButton {
    width: 55px !important;
    float: right;
    z-index: 30;
}

a.readTo {
    display: block;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    width: 55px;
    margin-bottom: 5px;
}

a.readTo input[type=checkbox] {
    margin: 0 6px 0 0;
    padding: 0;
}

ul.noticeList {
    list-style-type: none;
}

.readToWrapper {
    width: 20px;
    display: inline-block;
    float: left;
}

/* couldn't work with fluid widths for the word wrap */
.noticeContentOuter {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.noticeContentOuter .noticeContentInner {
    display: table-cell;
    word-wrap: break-word;
    width: 100%;
}

div.replyBox {
    padding: 0 2px;
    overflow: hidden;
}

div.avatarBox {
    display: block;
    float: left;
    width: 60px;
}

img.profile-image {
    width: 60px;
    height: 60px;
}

img.profile-image-large {
    width: 100px;
    height: 100px;
}

img.replyAvatarSmall {
    width: 20px;
    height: 20px;
}

div.replyErrorMessageBox {
    display: block;
}

div.replyErrorMessageBoxClosed {
    display: none;
}

div.replyMessageBox {
    display: block;
    min-width: 350px;
    width: 100%;
    padding: 0 0;
    margin-left: 5px;
    text-align: left;
}

p.replyDate {
    margin: 0;
}

p.replyMessage {
    margin: 5px 0;
}

div.replyWindow {
    clear: both;
}

textarea.noticeReplyComment {
    width: 100%;
}

.NoticeComment .replyTo,
.NoticeComment .deleteTo {
    width: auto;
}

.NoticeComment .replyMessageContent,
.NoticeComment .replyMessageAttachments {
    width: auto !important;
    padding-right: 5px;
}

.NoticeComment .replyMessageContent ol,
.NoticeComment .replyMessageContent ul {
    padding: 2px 5px 2px 15px;
}

.NoticeComment .replyMessageContent ol li,
.NoticeComment .replyMessageContent ul li {
    list-style-position: inside;
    padding-left: 5px;
    margin-top: 2px;
}

.NoticeComment .moreLess {
    display: block;
    text-align: right;
    width: auto !important;
}

.NoticeComment .attachments {
    overflow: hidden;
}

.NoticeComment .attachments li {
    float: left;
    list-style: none;
    width: 49.5%;
    margin: 0;
    padding: 0;
}

.NoticeComment .invalidAttachments li {
    width: 100%;
}

.NoticeComment .attachments li div img {
    margin: 0 5px 2px 0;
}

.NoticeComment .attachments li div img.icon {
    margin: 5px 5px 7px 0; /* pad smaller icon */
    height: auto;
    width: auto;
}

/* alternate display for mobiles */
@media screen and (max-width: 560px) {
    .NoticeComment .attachments {
        margin-right: 5px;
        width: auto !important;
        border-bottom: 1px solid #B6D3DC;
    }

    .NoticeComment .attachments li {
        float: none;
        margin: 0;
        width: auto;
        padding: 0;
    }

    .NoticeComment .attachments li div {
        text-align: left;
        width: auto;
        padding: 5px;
        margin: 0;
        border-bottom: none;
    }

    .NoticeComment .attachments li div img,
    .NoticeComment .attachments li div img.icon {
        margin: 0 5px 0 0;
        float: left;
        width: 40px;
    }
}

.externalSystemAjaxContainer {
    padding: 10px !important;
    border: 1px solid #B6B6B6;
}

.externalSystemAjaxContainer h3 {
    background-color: #999;
    font-weight: bold;
    padding: 10px 5px;
    color: white;
    margin-top: 0;
}

.externalSystemButtonsContainer {
    vertical-align: top;
    padding-bottom: 10px;
}

.center, tr td.center, tr th.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.rounded {
    border-radius: 5px;
}

.rounded-top-left {
    border-radius: 5px 0 0 0;
}

.rounded-top-right {
    border-radius: 0 5px 0 0;
}

.rounded-top {
    border-radius: 5px 5px 0 0;
}

.rounded-bottom-left {
    border-radius: 0 0 0 5px;
}

.rounded-bottom-right {
    border-radius: 0 0 5px 0;
}

.searchBox {
    background-image: url('/res/images/smallIcons/view.gif');
    background-position: 5px 0;
    background-repeat: no-repeat;
    padding-left: 25px;
}

div.training-section {
    width: 200px;
    text-align: left;
    padding-left: 10px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

div.compact p, ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.highlighted-yellow {
    background-color: yellow;
}

.fauxButton {
    border: 1px outset black;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    margin-right: 1em;
    text-align: center;
    width: 10em;
}

.fauxButton.on {
    border-style: inset;
}

/**
 * align tool tip icon
 */
img.toolTipIcon {
    vertical-align: middle;
    margin: 0 5px 3px 2px;
}

.greyOut {
    color: #999999 !important;
}

/*****************************************************************
Recent posts from forum widget
/****************************************************************/
.forumPosts {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.forumPosts > li {
    list-style: none;
    clear: both;
    padding: 10px 5px 5px 5px !important;
    _height: 1%; /* ie fix */
    overflow: hidden;
}

.msie .forumPosts li {
    overflow: visible;
}

.forumPosts .posterDetails {
    float: left;
    text-align: center;
    width: 100px !important;
}

.forumPosts .posterDetails a {
    font-size: 80%;
}

.forumPosts .posterDetails img {
    margin-bottom: 5px;
}

.forumPosts .postContent {
    margin-left: 110px;
    overflow: visible;
}

.forumPosts .postContent .actionButtons {
    float: right;
}

.forumPosts .postContent h4 {
    font-size: 12px;
    padding: 0 0 4px 0 !important;
}

.forumPosts .postContent p {
    padding: 4px 0 !important;
}

.forumPosts .postContent p.dateTime {
    font-size: 80%;
}

.forumPosts .postContent .attachmentsHeading {
    background: #B6B6B6;
}

.forumPosts .postContent .attachments {
    background: #FFFFFF;
    border: 1px solid #B6B6B6;
    margin: 5px !important;
    padding: 5px 10px;
    _height: 1%; /* ie fix */
    overflow: hidden;
}

.forumPosts .postContent .attachments .attachment {
    clear: both;
    border-bottom: 1px solid #DFDFDF;
    padding: 5px 0;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    float: left;
}

.forumPosts .postContent .attachments .attachment:first-child {
    padding: 0 0 5px 0;
}

.forumPosts .postContent .attachments .attachment:last-child {
    border-bottom: none;
    padding: 5px 0 0 0;
}

.forumPosts .postContent .attachments .image {
    clear: left;
    float: left;
    padding: 0;
    width: auto !important;
}

.forumPosts .postContent .attachments .image img {
    border: 0;
    padding: 0;
    margin: 5px 0;
}

.forumPosts .postContent .attachments .column2 p {
    padding: 5px 0 10px;
}

.forumPosts .postContent .attachments .details {
    padding: 10px 0 0 10px;
    width: auto !important;
    _height: 1%; /* ie fix */
}

.forumPostsTable .postContent .attachments .details {
    padding: 0 0 0 10px;
}

.forumPosts .postContent .attachments .details p:first-child {
    padding-top: 0 !important;
}

.forumPosts .postContent .attachments .details .small_icon {
    margin-bottom: -2px;
}

/*****************************************************************
Table legends for mobile devices
/****************************************************************/
.tableLegend h3 {
    font-size: 13px;
    margin: 5px 0;
    text-align: left;
}

.tableLegend .tableLegendItems {
    background: #EFEFEF;
    border: 1px solid #CCCCCC;
    list-style: none;
    overflow: hidden;
    margin: 5px 0;
    padding: 1px;
}

.msie .tableLegend .tableLegendItems {
    height: 100%;
    position: relative;
    padding: 1px 1px 3px 1px;
}

.tableLegend .tableLegendItems li {
    border: 1px solid #DFDFDF;
    list-style: none;
    margin: 2px;
    background: #FFFFFF;
    padding: 4px;
    text-align: left;
}

.tableLegend .tableLegendItems li img {
    border: none;
    padding: 0 2px;
    margin-bottom: -4px;
}

.paddedBottom {
    padding-bottom: 10px;
}

/*****************************************************************
Style and layout for selector popups
/****************************************************************/
.selectorPopup {
    height: 100%;
    overflow-y: scroll;
    width: 100%;
}

.selectorPopupAndroid {
    overflow: scroll;
}

@media screen and (max-width: 960px) {
    .forumPosts li .postContent .details {
        margin-left: 0 !important;
        padding: 5px 0 !important;
        clear: both;
    }

    .survey.navigation.table {
        display: none;
    }
}

/*****************************************************************
T2 items (optimizing mobile) */
/****************************************************************/
table.t2ItemStatus {
    border: none;
    width: 100%;
}

table.t2ItemStatus td.t2Icon {
    width: 100px;
    padding: 10px;
}

table.t2ItemStatus td.t2Value {
    padding: 10px 0;
}

table.t2DataTable td,
table.mDataTable td { /* m=mobile */
    vertical-align: top !important;
    padding: 3px 2px !important;
}

table.t2DataTable table.t2InlineTable,
table.mDataTable table.mInlineTable {
    width: 175px !important;
}

table.t2DataTable table.t2InlineTable td,
table.mDataTable table.mInlineTable td {
    font-size: 11px !important;
    color: #555555;
    vertical-align: top;
}

table.t2DataTable table.t2InlineTable td,
table.mDataTable table.mInlineTable td {
    width: 100px !important;
}

table.t2DataTable table.t2InlineTable td.heading,
table.mDataTable table.mInlineTable td.heading {
    width: 75px !important;
}

table.t2DataTable table.t2InlineTable td img,
table.mDataTable table.mInlineTable td img {
    margin-top: -3px;
}

td.t2LabelCell {
}

td.t2DataCell {
    padding-left: 10px;
}

td.t2Action,
td.mAction {
    text-align: center;
}

td.t2Action img,
td.mAction img {
    margin: 0 0 5px 0;
}

/*****************************************************************
Media queries to alter styles to enhance mobile displays

need to tidy...
/****************************************************************/
/*  */

@media screen and (max-width: 720px) {
    .t2DataTable .mobileWiden,
    .mDataTable .mobileWiden {
        width: 15% !important;
    }

    table.t2DataTable table.t2InlineTable,
    table.mDataTable table.mInlineTable {
        width: 250px !important;
        margin: 1px 0 !important;
    }

    table.t2DataTable table.t2InlineTable td,
    table.mDataTable table.mInlineTable td {
        width: 100px !important;
        padding: 1px !important;
    }

    table.t2DataTable table.t2InlineTable td.heading,
    table.mDataTable table.mInlineTable td.heading {
        width: 150px !important;
    }

    .t2Name,
    .mName {
        font-weight: bold;
    }

    table.mDataTable table.mInlineTable td.heading {
        font-weight: normal;
    }

    table.mDataTable table.mInlineTable img.tpBarImage {
        margin-top: 3px;
    }

    table.mDataTable table.mInlineTable img[alt="Edit"] {
        margin-top: 0px;
    }
}

@media screen and (max-width: 560px) {
    .forumPostsTable .postContent .image img {
        width: 100% !important;
        height: auto !important;
    }

    .forumPostsTable .postContent .details {
        margin-left: 0 !important;
        padding: 5px 0 !important;
        clear: both;
    }

    select.fieldDateDay,
    select.fieldDateMonth,
    select.fieldDateYear {
        display: block;
        margin-bottom: 4px;
    }

    select.dropdown {
        width: 100% !important;
    }

    /* barImages */
    .barImage {
        min-width: 70px !important;
        max-width: 140px !important;
        height: 8px !important;
    }

    /* T2 items */
    table.t2ItemStatus td.t2Icon {
        width: 16px;
        padding: 10px 5px;
    }

    .t2TopicField {
        width: 200px !important;
    }

    /* Forum Polls */
    .forumPoll {
        width: 100% !important;
    }

}

@media screen and (max-width: 520px) {
    /* barImages */
    .barImage {
        width: 50px !important;
        height: 8px !important;
    }

    .lowPriority,
    .hidePortrait {
        display: none;
    }

    .t2DataTable .mobileWiden,
    .mDataTable .mobileWiden {
        width: 20% !important;
    }

    table.t2DataTable table.t2InlineTable,
    table.mDataTable table.mInlineTable {
        width: 175px !important;
    }

    table.t2DataTable table.t2InlineTableNarrow,
    table.t2DataTable table.t2InlineTableTick {
        width: 125px !important;
    }

    table.t2DataTable table.t2InlineTable td,
    table.mDataTable table.mInlineTable td {
        width: 100px !important;
    }

    table.t2DataTable table.t2InlineTableAlt1 td {
        width: 75px !important;
    }

    table.t2DataTable table.t2InlineTableNarrow td {
        width: 50px !important;
    }

    table.t2DataTable table.t2InlineTableTick td {
        width: 25px !important;
    }

    table.t2DataTable table.t2InlineTable td.t2Heading,
    table.t2DataTable table.t2InlineTableNarrow td.t2Heading,
    table.mDataTable table.mInlineTable td.mHeading {
        width: 75px !important;
    }

    table.t2DataTable table.t2InlineTableAlt1 td.t2Heading,
    table.t2DataTable table.t2InlineTableTick td.t2Heading {
        width: 100px !important;
    }

    .textInput,
    .mce-editor,
    .ui-multiselect {
        width: 95% !important;
        max-width: 300px !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
    .hideLandscape {
        display: none;
    }

    table.hidePortait {
        display: table;
    }

    tr.hidePortait {
        display: table-row;
    }

    th.hidePortait, td.hidePortait {
        display: table-cell;
    }
}

@media (min-width: 480px) and (max-width: 767px) and (orientation: portrait) {
    table.hideLandscape {
        display: table;
    }

    tr.hideLandscape {
        display: table-row;
    }

    th.hideLandscape, td.hideLandscape {
        display: table-cell;
    }

    .hidePortait {
        display: none;
    }
}

#content-wrapper {
    position: static !important;
}

#modalWindowToQuit .modal-dialog {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 530px) {
    #modalWindowToQuit .modal-dialog {
        margin: 10px;
    }
}

#modalWindowToSave .modal-dialog {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 530px) {
    #modalWindowToSave .modal-dialog {
        margin: 10px;
    }
}

/* Force widths for Talent Pool */
table.mDataTable table.mTalentPool td {
    width: 20% !important;
}

table.mDataTable table.mTalentPool td.heading {
    width: 60% !important;
}

/*****************************************************************
for fancybox plugin using ajax and iframe content
move prev/next button outside of popup window to avoid conflicting with scroll bar
also make prev/next button always visiable
******************************************************************/
.fancybox-type--ajax .fancybox-next,
.fancybox-type--iframe .fancybox-next {
    right: -65px !important;
}

.fancybox-type--ajax .fancybox-prev,
.fancybox-type--iframe .fancybox-prev {
    left: -65px !important;
}

.fancybox-type--ajax .fancybox-prev,
.fancybox-type--iframe .fancybox-prev,
.fancybox-type--ajax .fancybox-next,
.fancybox-type--iframe .fancybox-next {
    width: 36px !important;
}

.fancybox-type--ajax .fancybox-nav span,
.fancybox-type--iframe .fancybox-nav span {
    visibility: visible !important;
    opacity: 0.5 !important;
}

.fancybox-type--ajax .fancybox-nav:hover span,
.fancybox-type--iframe .fancybox-nav:hover span {
    opacity: 1 !important;
}

tr.training-locked {
    color: #bdbdbd;
}

/* Miscellaneous styles to tidy up HTML */
.text-file-size { /* pair with .strong-text-color */
    font-size: 10px;
    padding-left: 5px;
}

button.login {
    width: 60px;
    height: 60px;
    border: 0;
}

button.login:hover {
    cursor: pointer;
}

/* Performance Monitor */
ul.gauges {
    margin: 10px auto;
    padding: 0 10px;
    width: 70%;
    max-width: 350px;
    display: table;
    border-spacing: 10px;
}

ul.gauges li {
    padding: 10px;
    list-style: none;
    display: table-row;
}

ul.gauges li p, ul.gauges li a {
    vertical-align: middle;
    display: table-cell;
    font-size: 10px;
}

ul.gauges li a {
    text-align: right;
}

.performance-monitor-details {
    padding: 10px;
}

.performance-monitor-details td {
    height: 20px;
}

div.buttons {
    margin: 5px auto;
    text-align: center;
}

#loadFrame {
    display: none;

    position: absolute;
    top: 0px;
    left: 0px;
}

table.detail-list {
    width: 100%;
}

table.detail-list tbody th {
    padding: 5px;
    vertical-align: top;
}

#performance-monitor-global a {
    display: inline-block;
    width: 140px;
    height: 80px;
}

/**
 * Spectrum Color Selector Theme
 */
.sp-replacer.thin .sp-dd {
    height: 13px;
    line-height: 14px;
}

.sp-replacer.thin .sp-preview {
    height: 14px;
}

/**
 * Surveys: Progress Bar and Navigation
 */
.survey.progress-bar {
    width: 100%;
    height: 15px;
    margin: 10px 0 15px 0;
    border-radius: 5px;
    box-shadow: none !important;
}

.survey.progress-bar .completed {
    width: 100%;
    height: 15px;
    border-radius: 5px;
}

.survey.navigation,
.survey.navigation li ul {
    background: #FFFFFF;
    list-style: none !important;
    padding: 0;
    overflow: hidden;
}

.survey.navigation.table {
    width: 90%;
    margin: 0 5% 10px 5%;
}

.survey.navigation li a {
    display: block;
    padding: 5px 2px;
    margin-bottom: 1px;
    white-space: nowrap !important;
    overflow: hidden;
}

.survey.navigation.list li a {
    padding: 5px 35px 5px 5px;
    text-overflow: ellipsis !important;
    font-size: 1.05em;
}

.survey.navigation.list li a .fraction {
    float: right;
    font-size: 0.75em;
    display: inline-block;
    text-align: right;
    width: 30px;
    margin-right: -30px;
    line-height: 2em;
}

.survey.navigation.table li a .fraction {
    display: none;
}

.survey.navigation.table li a {
    font-size: 11px !important;
}

.survey.navigation.table li {
    float: left;
}

.survey.navigation li ul li a {
    margin-left: 20px;
}

.survey.navigation.table li a {
    margin-left: 1px;
    text-align: center;
    border-radius: 2px;
}

.survey.navigation li a:hover {
    text-decoration: none;
}

.survey.navigation li a[href]:hover {
    cursor: pointer; /* only if link present */
}

.survey.navigation-trigger {
    font-size: 20px !important;
    width: 26px;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 1px;
    text-align: center;
    margin-top: -4px;
    display: inline-block;
    float: right;
    border-radius: 5px;
    border: none;
}

#applyWithSeekTable td {
    padding: 3px 2px;
}

#applyWithSeekTable .position {
    width: 275px;
}

#applyWithSeekTable .country {
    width: 80px;
}

#applyWithSeekTable .applicant {
    width: 120px;
}

#applyWithSeekTable .phone {
    width: 80px;
}

#applyWithSeekTable .date {
    width: 135px;
}

#applicantForm .resume-download {
    padding-left: 15px;
}

#applicantForm .file-download {
    padding: 10px 0 10px 15px;
    vertical-align: top;
}

.login .spacer {
    height: 20px;
    text-align: center;
}

.spaced {
    margin-top: 20px;
}

#written-test-answer-form .retry {
    padding-left: 1.1em;
}

/**
 * Calendar
 */
.full-calendar {
    width: 100%;
    margin: 0 auto;
}

.full-calendar.homepage {
    width: 98%;
    margin: 0 auto 10px;
}

.full-calendar.homepage .fc-header-title h2,
.full-calendar.homepage .fc-toolbar .fc-center h2 {
    font-family: Arial, Helvetica, sans-serif; /* added as being override */
    font-size: 12px;
    line-height: 1.8em;
}

.full-calendar.homepage .fc-header .fc-button,
.full-calendar.homepage .fc-toolbar .fc-button {
    margin-bottom: 0.5em;
}

.full-calendar.mobile .fc-header-title h2,
.full-calendar.mobile .fc-toolbar .fc-center h2 {
    font-size: 12px;
    line-height: 1.8em;
}

.calendar-timezone-info, .calendar-timezone-info * {
    padding: 5px;
}

.calendar-timezone-info .icon {
    float: left;
}

.qtip-content .calendar-timezone-info p {
    margin: 0;
    padding: 0;
}

.qtip-calendar {
    max-width: 1000px !important;
}

/* unset margins to remove conflict with jQuery-UI */
.qtip-calendar .ui-icon.ui-icon-close {
    margin: unset;
}

/* @deprecated: 'legacy-tooltip' is for ancient tooltips which should be fixed to instead use 'tip' (conflicts with bootstrap tips) */
.legacy-tooltip {
    cursor: pointer;
    font-size: 14px;
}

#reminder-message {
    display: none;
}

/* Align the file icons properly */
.elementValue.padding-left-only {
    padding: 0 0 0 5px !important;
}

.marking-criteria {
    padding: 0 0 5px;
}

.marking-criteria img {
    width: 16px;
    height: 16px;
    border: 0;
}

.marking-criteria span {
    padding-left: 5px;
    font-size: 10px;
}

.selectize {
    display: flex;
    width: 350px;
}

.disabled_items {
    width: 350px;
    display: flex;
    flex-wrap: wrap;
}

.disabled_items .item {
    padding: 5px;
    margin: 0 5px 10px;
    border-radius: 5px;
    background: #848484;
    display: initial;
    color: #fff;
}

@media (min-width: 815px) {
    #country-container {
        display: flex;
        flex-direction: column;
        margin-bottom: 5px;
    }

    #store-container {
        display: flex;
        flex-direction: column;
        margin-bottom: 5px;
    }
    #group-container {
        display: flex;
        flex-direction: column;
        margin-bottom: 5px;
    }
}

#account-form.general-form.beyond div.forms-field {
    padding: 0 0 3px;
}

#account-form.general-form.beyond ul li input[type="checkbox"], #account-form.general-form.beyond ul li input[type="radio"] {
    display: inline;
    position: initial;
}

ul.signOffs-attachments {
    padding-bottom: 10px;
}

ul.signOffs-attachments li {
    list-style: none;
    padding-bottom: 5px;
}
.multiple-account-groups-on-search {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-width: 260px;
}

.account-group-count-container {
    margin-top: 5px;
    margin-bottom: 5px;
}
