







.template-block {
    margin-bottom: 20px;
    padding: 30px 0 50px;
}
.template-block > h2 {
    margin-bottom: 30px;
}
.template > h4, .template-block > h4 {
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.template-row + h6, .template-row + h4, .template-wrap + h6 {
    margin-top: 30px;
}
.template-row {
    display: flex;
    flex-direction: column;
    
}
.components article {
    background: #fafbfb;
}
@media (min-width: 768px) {
    .template-row {
        flex-direction: row;
        justify-content: space-between;
    }
}

.template-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.template-wrap + .template-wrap {
    padding-top: 20px;
}

.template + .template {
    padding-top: 40px;
}
.template-row .template-wrap {
    flex: 1;
}

.template-row + .template-row {
    padding-top:  20px
}

@media (min-width: 768px) {
    .template-row .template-wrap + .template-wrap {
        padding: 0 0 0 20px;
    }
}



.element-wrap {
    border-bottom: 1px solid #F0F0F0;
    padding: 20px 20px 30px;
}
.element-wrap .usage-guide {
    margin-top: 10px;
}

.example .display { 
    border-radius: 4px;
    background: #fff;
    margin:0 auto;
    position: relative;
    padding: 40px 20px;
    border: 1px solid #F0F0F0;
    padding: 20px 10px 40px;
    min-height: 100%;
}
#employee-details-static .display {
    display: block;
}
.example .display .code-trigger {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1rem;
}
.example .code {
    border-radius: 0 0 2px 2px;
    display: none;
    border: 1px solid #F0F0F0;
    border-top-width: 0;    
    background: #fff;
}
.example .code > p {
    padding-top: 10px;
    padding-left: 10px;
}
.example .code pre {
    white-space: initial;
    opacity: 0.6;
    margin: 0;
    cursor: copy;
    padding: 0 10px 10px;    
}
.example .copy-target {
    display: none;
}

.example .code .notes {
    margin-top: 10px;
    background: #F9F9FA;
    padding: 10px; 
    border-top: 1px solid #F0F0F0;
    
}
.example .code .notes > ul {
    padding-left: 0; 
    margin-bottom: 0;
    list-style-position: inside;
}

.display .modal {
    position: static;
    width: 500px;
    display: block;
}
.display .modal, .display .modal .modal-lg {
    width: 100%;
}

.organisms .search-filter-header {
    display: block;
}

.core table td {
    padding: 5px;
}
.core table tr td:first-child {
    padding-left: 0;
    min-width: 150px;
}
.colour-palette {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.colour-palette ul {
    padding: 0;
    margin: 0 0 0 2px;
    list-style: none;
    flex: 1;
}
.colour-palette .greyscale {
    margin-left: 0;
}
.colour-palette li {
    padding: 10px;
    min-height: 41px;
}
.colour-palette li.base {
    margin: 10px 0;
}
.colour-palette li span {
    float: right;
}
.colour-palette .color-code {
    display: none;
}
@media (max-width: 1130px) {
    .colour-palette {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .colour-palette ul {
        margin: 30px 0 0 0;
        padding-top: 43px;
        position: relative;
    }
    .colour-palette .greyscale {
        margin-top: 0;
    }
    .colour-palette li.base {
        position: absolute;
        width: 100%;
        margin: 0;
        top: 0;
    }
    .colour-palette li:empty {
        display: none;
    }
}
@media (min-width: 1130px) {
    .colour-palette .shading {
        margin-left: 15px;
    }
}
.users .boundary-box {
    max-width: 990px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.users .users-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.user-block {
    text-align: center;
    border: 1px solid #eff1f3;
    border-radius: 0.25rem;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
    -moz-transition:all 0.2s ease-in-out 0s;
    -o-transition:all 0.2s ease-in-out 0s;
    -webkit-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
    margin-left: 5px; 
    position: relative;
}
.user-block:hover {
    background: #e0f5ff;
}
.user-block.active {
    background: #d6f1ff;
}
.user-block.active:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #d6f1ff;
    position: absolute;
    margin: auto;
    left: 0; 
    right: 0;
    bottom: -14px;
}
.user-block a {
    display: block;
    padding: 10px 5px 5px;
}
.user-block:first-child {
    margin-left: 0 ;
}
.user-block img {
    width: 90%;
    height: auto;
    border-radius: 100px;
    margin-bottom: 10px;
}
.users-grid h6 {
    display: none;
}
.user-details {
    margin-top: 20px;
    background: #f4f6f7;
    border: 1px solid #eff1f3;
    padding: 10px;
    border-radius: 0.25rem;
}
.user-details .intro {
    margin-bottom: 30px;
}
.user-details h6{
    margin-bottom: 20px;
}
.user-details h5 {
    margin-bottom: 17px;  
    border-bottom: 1px solid #e6eaec;
    padding-bottom: 10px;
}
.user-details .specifics > div {
    padding: 35px 0 0;
}
.user-details .specifics > div:first-child {
    padding: 10px 0 0;
}
.user-details .specifics > .enviroment {
    min-width: 300px;
}
.user-details .enviroment i{
    color: #064063;
    margin-right: 5px;
}
.user-details .progress-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-top: 20px;
    max-width: 300px;
}
.user-details .progress-wrap p {
    color: #064063;
    font-weight: 500;
    font-size: 12px;
}
.user-details .progress {
    width: 100%;
}
.user-details .progress .progress-bar {
    background: #064063;
}
.user-details .progress-wrap span {
    color: #717171;
    font-style: italic;
    padding-top: 4px;
    font-size: 12px;
}
.user-details ul {
    padding-left: 15px;
}
.user-details li {
    margin-bottom: 5px;
}
.user-details ul + h5 {
    padding-top: 40px;
}
@media (max-width: 768px) {
    .users-grid h3 {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .user-block {
        margin-left: 10px;
        min-width: 150px;
    }
    .user-block a {
        padding: 20px 10px 10px;
    }
    .user-block img {
        width: 130px;
        margin-bottom: 15px;
    }
    .users-grid h6 {
        display: block;
    }
    .user-details {
        padding: 20px;
    }
    .user-details .specifics {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
    }
    .user-details .specifics > div {
        -webkit-box-flex:1;
        -moz-box-flex:1;
        -webkit-flex:1;
        -ms-flex:1;
        flex:1;
        padding: 0 40px;
    }
    .user-details .specifics > div:first-child {
        padding-left: 0; 
        padding-top: 0;
    }
    .user-details .specifics > div:last-child {
        padding-right: 0; 
    }
    .user-details .specifics .enviroment {
        max-width: 440px;
    }
    .user-details ul + h5 {
        padding-top: 20px;
    }
}
.mockups-archive .layout > .boundary-box {
    min-height: 0;
}
.mockups-archive .boundary-box h2 {
    border-top: 2px solid #032133;
    padding-top: 1rem;
}
.mockups-archive .boundary-box h3 {
    margin-bottom: 1rem;
}
.mockups-archive .boundary-box h4 a {
    visibility: hidden;
}
.mockups-archive .btn .fa-question-circle {
    display: none;
}
.mockups-archive .btn.tooltip-trigger {
    padding: 0.3rem;
}
.mockups-archive .tooltip-inner {
    text-align: left;
}
.mockups-archive .tooltip-inner ul {
    text-align: left;
    padding-left: 0;
    list-style-type: none;
}
.mockups-archive .tooltip-inner li:before {
    content:"\f06e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 0.3rem;
    font-size: 0.7rem;
}

.mockups-archive .btn.tooltip-trigger i {
    color: #717171;
}
.mockups-archive .boundary-box h4 a:before {
    content: "";
    display: block;
    height: 80px; /* fixed header height*/
    margin: -80px 0 0; /* negative fixed header height */
  }
.mockups-archive .boundary-box a {
    display: block;
    white-space: normal;
}
.mockups-archive .boundary-box small a {
    display: inline;
}
.mockups-archive .boundary-box a:not(:first-of-type):not(.btn-secondary) {
    margin: 0.5rem 0 0 0.8rem;
}
.mockups-archive .boundary-box a + a + small, .mockups-archive .boundary-box small + a + small {
    margin: 0 0 0 0.8rem;
}
.mockups-archive .boundary-box:not(:first-child) {
    border-top: 0 ;
    border-radius: 0;
}
.mockups-archive .boundary-box:not(:last-of-type) {
    border-bottom: 0 ;
}
.mockups-archive .boundary-box:first-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.mockups-archive .boundary-box:last-of-type {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.mockups-archive .boundary-box h6 {
    position: relative;
    padding-left: 1.2rem;
    color: #007bba;
}
.mockups-archive .boundary-box h6 i {
    position: absolute;
    left: 0;
    top: 0.1rem;
}
.mockups-archive .boundary-box h6 + div > h6 {
    margin-top: 1rem;
}
.mockups-archive .boundary-box h6 + div > h6 + a {
    margin: 0.5rem 0 0 0.8rem;
}


.mockups-archive .col-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    clear: both;
}
.mockups-archive .col:not(.micro) div + div, .mockups-archive .col + .col-wrap {
    margin-top: 2rem;
}
.mockups-archive .col.micro div + div {
    margin-top: 0.5rem;
}
.mockups-archive div + h4 {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e6eaec;
}
.mockups-archive .col.emails {
    background: #fcfcfc;
    border-radius: 4px;
    padding: 1rem;
    border: 1px solid #e6eaec;
}
.mockups-archive .col.emails h5 {
    margin-bottom: 1rem;
}
.mockups-archive .emails p {
    margin: 0 0 0.3rem 0;
}
.mockups-archive .emails p + a {
    margin: 0.5rem 0 0 0.8rem;
}
.mockups-archive .emails a + p {
    margin-top: 1.3rem;
}
.mockups-archive h4 + .btn-secondary {
    margin-bottom: 1.5rem;
}
.mockups-archive .btn.tooltip-trigger i {
    opacity: 1;
}
.mockups-archive span.special-permission{
    color: #ff853e;
} 
.mockups-archive span.situation {
    color: #94b82f;
}
.mockups-archive .key li.special-permission:before {
    background: #ff853e;
}
.mockups-archive h6.situation {
    color: #94b82f;
}
.mockups-archive .key li.situation:before {
    background: #94b82f;
}
.mockups-archive h6.worksite-setting, .mockups-archive span.worksite-setting {
    color: #8224c5;
}
.mockups-archive .key li.worksite-setting:before {
    background: #8224c5;
}
.mockups-archive .key li.user-access:before {
    background: #007bba;
}

/* PAPERLESS MOCKUPS */
.mockups-archive .col .img-link {
    max-width: 60%;
    min-width: 60%;
}
.mockups-archive .col img {
    max-width: 100%;
}

.mockups-archive.paperless h3 {
    margin-bottom: 2rem;
    border-top: 1px solid #e6eaec;
    padding-top: 2rem;
}
.mockups-archive.paperless h6 {
    padding-left: 0;
}
.mockups-archive.paperless .col-wrap + .col-wrap {
    margin-top: 5em;
}
.mockups-archive.paperless .scoping-doc a {
    max-width: 14rem;
    display: block;
    max-height: 11rem;
    overflow: hidden;
    border: 1px solid #e6eaec;
    border-radius: 0.25rem; 
}
.mockups-archive.paperless .scoping-doc a img {    
    max-width: 100%;
}
.mockups-archive.paperless .design-header .alert {    
    margin-bottom: 0;
}
.mockups-archive .paperless-super {
    color: #8F41C7;    
    position: relative;
    padding-left: 1.2rem;
    display: block;
    margin-bottom: 0.3rem;
}
.mockups-archive .paperless-admin {
    color: #007BBA;
    position: relative;
    padding-left: 1.2rem;
    display: block;
    margin-bottom: 0.3rem;
}
.mockups-archive .paperless-editor {
    color: #35786F;
    position: relative;
    padding-left: 1.2rem;
    display: block;
    margin-bottom: 0.3rem;
}
.mockups-archive .paperless-user {
    color: #8BAA34;
    position: relative;
    padding-left: 1.2rem;
    display: block;
    margin-bottom: 0.3rem;
}
.mockups-archive .paperless-custom {
    color: #8B1A23;
    position: relative;
    padding-left: 1.2rem;
    display: block;
    margin-bottom: 0.3rem;
}


@media (max-width: 768px) {
    .mockups-archive .col-wrap {
        -webkit-flex-direction:column;
        -moz-flex-direction:column;
        -ms-flex-direction:column;
        flex-direction:column;
    }
    .mockups-archive .col {
        flex-basis: inherit;
    }
    .mockups-archive .col + .col{
        margin-top: 2rem;
    }
}
@media (min-width: 768px) {
    .mockups-archive h4 + .btn-secondary {
        display: inline-block;
        float: right;
        margin-top: -3rem;
    }
}
.atoms .table.fixed-header tbody {
    max-height: 15rem;
}

/* USER TESTING SPECIFIC */
.bookings.landing .actions a.btn {
    max-width: 94px;
}


.page-display-with-tabs .tab-wrap {
        /* Remove when new nav and header is done */
        /* background: #F6F7F9;*/
}

.page-display-options:not(:empty) {
    /* Remove when new nav and header is done */
    /* background: #F6F7F9;*/
}
@media (min-width: 768px) {
    .layout > .btn:first-child {
        /* Remove when new nav and header is done */
        top: -4.7rem !important;
    }
}

.TWMS > main > img {
    max-width: 100%;
    height: auto;
}

/* APP */
/*.ui-mobile {
    max-width: 375px;
    margin: 0 auto;
}
.ui-mobile body {
    max-width: 375px;
}
.ui-mobile .ui-page {
    border: 1px solid #e6eaec;
}
.ui-mobile .ui-header {
    max-width: 375px;
    margin: 0 auto;
}*/
.view-profile .options-wrap + img {
    max-width: 98%;
    margin: 1rem auto 0;
}

.TWMS-online-forms-profile .layout img {
    max-width: 100%;
    height: auto;
}

.contractor-registration .au-company-details.success-highlight {
    margin-top: 0;
}

/* Assign training page */
.col-form-legend + .employees + .employees {
    margin-top: 0;
}