﻿
/******
UWA customsation :- Bootstrap 4 classes for UWA students Connect.
                    Override bootstrap 4 classes to match UWA standards

*******/
@import url("/gen2_ovrd_static/web_style/uwa-default/uwa-headerfooter.css");
@import url("/gen2_ovrd_static/web_style/uwa-default/uwa-tables.css");
@import url("/gen2_ovrd_static/web_style/uwa-default/uwa-forms.css");
@import url("/gen2_ovrd_static/web_style/uwa-default/uwa-modal.css");
@import url("/gen2_ovrd_static/web_style/uwa-default/uwa-font.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,700");

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

h1, h2, h3 {
    font-family: UWA;
    color: #27348B;
}
h1 {
    font-size : 30px;
    line-height: 1.2;
}
h2 {
    font-size : 28px;
    line-height: 1.2;
}
h3 {
    font-size : 23px;
    line-height: 1.3;
}
h4, h5, h6, .introduction, body, .scText {
    font-family: Source Sans Pro;
}
h4 {
    color: #313764;
    line-height: 1.3;
    font-size: 19px;
}
h5{
    color: #313764;
    line-height: 1.3;
    font-size: 17px;
}
h6{
    color: #464646;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}
body {
    color: #464646;
    font-size: 16px;
    line-height: 1.5;
}
.scText {
    color: #464646;
    font-size: 16px;
    line-height: 1.5;
}
a, .col-action label {
    color: #0E55B5;
    border-bottom: 1px dotted #0e55b5;
    text-decoration: none;
}
a:hover {
    color: #0056b3;
    border-bottom-style: solid;
    text-decoration: none;
}
.list-inline-item a, a[data-cc-fee-type-link] {
    border-bottom: none;
}
/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) { 
    h1 {
        font-size : 40px;
    }
    h2 {
        font-size : 34px;
    }
    h3 {
        font-size : 26px;
    }
    h4 {
        font-size: 20.5px;
    }
    h5{
        font-size: 18px;
    }
    h6{
        font-size: 17px;
    }
    body{
        font-size: 17px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) { 

    h1 {
        font-size : 50px;
    }
    h2 {
        font-size : 40px;
    }
    h3 {
        font-size : 28px;
    }
    h4 {
        font-size: 22px;
    }
    h5{
        font-size: 19px;
    }
    h6{
        font-size: 18px;
    }
    body{
        font-size: 18px;
    }
 }

/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) { 
    h1 {
        font-size : 50px;
    }
    h2 {
        font-size : 40px;
    }
    h3 {
        font-size : 28px;
    }
    h4 {
        font-size: 22px;
    }
    h5{
        font-size: 19px;
    }
    h6{
        font-size: 18px;
    }
    body{
        font-size: 18px;
    }
}

@font-face {
  font-family: 'UWA';
  src: url("/gen2_ovrd_static/fonts/UWA-Regular.eot");
  src: url("/gen2_ovrd_static/fonts/UWA-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'UWA';
  src: url("/gen2_ovrd_static/fonts/UWA-Italic.eot");
  src: url("/gen2_ovrd_static/fonts/UWA-Italic.woff") format("woff");
  font-style: italic;
  font-weight: 400; }

.uwa-blue {
    color: #27348b;
}
.alert-info {
    color: #27348b;
}
.alert {
    padding: 30px 20px;
    margin-bottom: 5px;
}
.alert.sticky-top{
    z-index: 3000;
}
.alert.alert-sys {
    padding: 10px 20px;
    margin-bottom: 5px;
}
.alert .alertIcon {
    max-width: 3%;
    margin-right: 0;
}
.alert .alertIcon:before{
    content: "";
    display: none;
    height: 36px;
    width: 36px;
    margin-right: auto;
    margin-left: auto;
    background-size: contain;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
}
.home-card.card .alert .alertIcon {
    max-width: 100%;
    margin-right: 8px;
}
.home-card.card .alert .alertIcon:before {
    width: 32px;
    display: block;
}
.modal .modal-body .alert .alertIcon {
    display: none;
}
@media screen and (min-width: 600px) {
    .alert .alertIcon:before {
        display: block;
    }
    .alert .alertIcon {
        max-width: 50px;
        margin-right: 8px;
    }
}
.alert .alertIcon img {
    display: none;
}
.alertMessage {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.3em;
}
.alert.alert-success, .alert.alert-info, .alert.alert-warning, .alert.alert-danger, .alert.alert-primary, 
.alert.alert-success-white,  .alert.alert-warning-white, .alert.alert-info-white,  .alert.alert-danger-white{
    display:flex;
    border-radius: 3px;
   
}
/* alert success*/
.alert.alert-success{
    background: #F9FCF9;
    border: 2px solid #3E8638;
}
.alert.alert-success .alertIcon:before {
    background-image: url('/gen2_ovrd_static/images/alert-success.svg');
}
.alert.alert-success .alertMessage {
    color: #35802E;
}
/* alert success white icon/text*/
.alert.alert-success-white{
    background: #3E8638;
    border: 2px solid #3E8638;
}
.alert.alert-success-white .alertIcon:before {
    background-image: url('/gen2_ovrd_static/images/alert-success-white.svg');
}

/* alert warning */
.alert.alert-warning{
    background: #FFFDF7;
    border: 2px solid #885F05;
}
.alert.alert-warning .alertIcon:before {
    background-image: url('/gen2_ovrd_static/images/alert-warning.svg');
}
.alert.alert-warning .alertMessage {
    color: #885F05;
}
.alert.alert-warning.alert-sys .alertIcon:before {
    background-image: url('/gen2_ovrd_static/images/alert-tools.svg');
}
/* alert warning white icon/text*/
.alert.alert-warning-white{
    background: #885F05;
    border: 2px solid #885F05;
}
.alert.alert-warning-white .alertIcon:before {
    background-image: url('/gen2_ovrd_static/images/alert-warning-white.svg');
}

/* alert info*/
.alert.alert-info{
    background: #F5F8FC;
    border: 2px solid #27348B;
}
.alert.alert-info .alertIcon:before {
    background-image: url('/gen2_ovrd_static/images/alert-info.svg');
}
.alert.alert-info .alertMessage {
    color: #27348B;
}
/* alert info white icon/text */
.alert.alert-info-white{
    background: #27348B;
    border: 2px solid #27348B;
}
.alert.alert-info-white .alertIcon:before {
    background-image: url('/gen2_ovrd_static/images/alet-info-white.svg');
}

/* alert danger*/
.alert.alert-danger{
    border: 2px solid #CB1A0B;
    background: #FFFBFB;
}
.alert.alert-danger .alertIcon:before {
    background-image: url('/gen2_ovrd_static/images/alert-danger.svg');
}
.alert.alert-danger .alertMessage {
    color:  #CB1A0B;
}
/* alert danger white*/
.alert.alert-danger-white{
    background: #CB1A0B;
    border-radius: 3px;
    border: 2px solid #CB1A0B;
}
.alert.alert-danger-white .alertIcon:before {
    background-image: url('/gen2_ovrd_static/images/alert-danger-white.svg');
}

.alert.alert-success-white .alertMessage, 
.alert.alert-danger-white .alertMessage, 
.alert.alert-info-white .alertMessage, 
.alert.alert-warning-white .alertMessage,
.alert.alert-danger-white .close, 
.alert.alert-success-white .close,
.alert.alert-info-white .close,
.alert.alert-warning-white .close, 
.alert.alert-danger-white .close:hover,
.alert.alert-success-white .close:hover,
.alert.alert-info-white .close:hover,
.alert.alert-warning-white .close:hover  {
    color : #FFFFFF;
}

.alert.alert-success .alertMessage, .alert.alert-success .alertIcon,
.alert.alert-warning .alertMessage, .alert.alert-warning .alertIcon,
.alert.alert-danger .alertMessage, .alert.alert-danger .alertIcon,
.alert.alert-info .alertMessage, .alert.alert-info .alertIcon,
.alert.alert-primary .alertMessage, .alert.alert-primary .alertIcon,
.alert.alert-danger-white .alertMessage, .alert.alert-danger-white .alertIcon,
.alert.alert-success-white .alertMessage, .alert.alert-success-white .alertIcon,
.alert.alert-warning-white .alertMessage, .alert.alert-warning-white .alertIcon,
.alert.alert-info-white .alertMessage, .alert.alert-info-white .alertIcon,
.alert.alert-primary-white .alertMessage, .alert.alert-primary-white .alertIcon
 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.alert.alert-success .alertIcon, 
.alert.alert-warning .alertIcon, 
.alert.alert-danger .alertIcon, 
.alert.alert-info .alertIcon, 
.alert.alert-primary .alertIcon,
.alert.alert-danger-white .alertIcon,
.alert.alert-success-white .alertIcon,
.alert.alert-info-white .alertIcon,
.alert.alert-warning-white .alertIcon {
     flex : 0 0 10%;
   }
.alert.alert-success .alertMessage,
.alert.alert-warning .alertMessage, 
.alert.alert-danger .alertMessage,
.alert.alert-info .alertMessage, 
.alert.alert-primary .alertMessage, 
.alert.alert-danger-white .alertMessage,
.alert.alert-success-white .alertMessage, 
.alert.alert-warning-white .alertMessage, 
.alert.alert-info-white .alertMessage, 
.alert.alert-primary-white .alertMessage
 {
    flex : 0 0 88%;
}
.main-content-body {
    width: 100%;
}
.main-panel {
    background: white;
}
@media screen and (min-width:992px){
    .main-panel {
         width: calc(100% - 320px);
    }
}
.main-panel .content {
	padding-top: 10px;
}
.main-panel .content .container-fluid .row.main-content {
    max-width: 1200px;
}
.card {
    border : none;
}
.uwa-cards .card {
    background: #f9f9f9;
    padding: 1.5rem;
    border: none;
    border-radius: 0;
    margin-bottom: 24px;
    position: relative;
}

.home-card.card {
    border-left: .2rem solid #27348b;
}
.home-card.tertiary-card {
    border-left: .2rem solid #E1B600;
}
.card-panel {
    padding: 1rem;
}
.card.hidden {
    display: none;
}

@media screen and (min-width:40rem) {
    .card .card-title {
        font-size: calc(1.4375rem + .3125*((100vw - 40rem)/40));
    }
}
@media screen and (min-width:80rem) {
    .card .card-title {
        font-size: 1.75rem;
    }
}

.card h3 label, h2 label {
    display: block;
    color: #5D6490;
    font-family: Source Sans Pro;
    font-size: 15px;
    font-weight: 600;
    height: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0;
}
.card h4 span {
    color : #27348B;
} 
.card .card-container::after, .card .card-container::before, .contact-card::after, .contact-card::before {
    display: table;
    content: ' '}
.card .card-container::after, .contact-card::after {
    clear: both;
}
.card .card-container .card-img{
    margin: 4px 0;
}
.card .card-container .card-rich-list a:only-of-type {
    margin-bottom: 1.2rem;
}

.card .card-content {
    font-size: 16px;
    padding: 8px 0;
}
.card .card-content:nth-child(1) {
    margin-top: .5rem;
}
.card .card-content p {
    line-height: 1.5;
}
.card .card-content p:last-of-type {
    margin-bottom: .6rem;
}

.cta-row-link {
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    margin: 0 0 1rem;
    font-size: 19px;
    font-weight: Normal;
    font-family: UWA;
    background-color: transparent;
    color: #27348b;
    display: block;
    width: 100%;
    border: 2px #27348b solid;
    transition: all .3s ease;
    margin: 0;
    min-height: 100%;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .5em;
}
[data-whatinput=mouse] .cta-row-link, [data-whatinput=mouse] .dynamic-banner-text-wrapper-dark a.dynamic-banner-btn {
    outline: 0;
}
.cta-row-link:focus, .cta-row-link:hover {
    background-color: #27348b;
}
.cta-row-link.tiny {
    font-size: .6rem;
}
.cta-row-link.small {
    font-size: .75rem;
}
.cta-row-link.large {
    font-size: 1.65rem;
}
.cta-row-link:focus, .cta-row-link:hover {
    color: #fff;
    text-decoration: none;
}
.cta-row-link:after {
    font-family: "Source Sans Pro", sans-serif;
    content: '»';
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    display: inline-block;
    vertical-align: -.07em;
    padding-left: .5rem;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    font-size: 1.5em;
}
.cta-row-link:focus:after, .cta-row-link:hover:after, .dynamic-banner-text-wrapper-dark a.dynamic-banner-btn:focus:after, .dynamic-banner-text-wrapper-dark a.dynamic-banner-btn:hover:after, .dynamic-banner-text-wrapper-dark-box a.dynamic-banner-btn:focus:after, .dynamic-banner-text-wrapper-dark-box a.dynamic-banner-btn:hover:after, .dynamic-banner-text-wrapper-light a.dynamic-banner-btn:focus:after, .dynamic-banner-text-wrapper-light a.dynamic-banner-btn:hover:after {
    -webkit-transform: translateX(.3rem);
    -ms-transform: translateX(.3rem);
    transform: translateX(.3rem);
}
.dark-bg .cta-row-link, .dark-photo-bg .cta-row-link {
    border-color: #fff;
    color: #fff;
}
.dark-bg .cta-row-link:focus, .dark-bg .cta-row-link:hover, .dark-bg .dynamic-banner-text-wrapper-light a.dynamic-banner-btn:focus, .dark-bg .dynamic-banner-text-wrapper-light a.dynamic-banner-btn:hover, .dark-photo-bg .cta-row-link:focus, .dark-photo-bg .cta-row-link:hover, .dark-photo-bg .dynamic-banner-text-wrapper-light a.dynamic-banner-btn:focus, .dark-photo-bg .dynamic-banner-text-wrapper-light a.dynamic-banner-btn:hover {
    border-color: #fff;
}
.cta-row-link {
    padding: 7px 0 12px 0;
    margin: .5rem 0;
}
.cta-row-link span {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
@media print, screen and (min-width:40em) {
    .item-count-1 .cta-row-link {
    width: 20%;
    margin: .5rem auto;
    padding: .8em 1em;
}
}.cta-row-link-icon {
    display: block;
}
.coloured-photo-bg * {
    color: #fff;
}
.coloured-photo-bg .cta-row-link {
    border-color: #fff;
    background: 0 0;
    color: #fff;
    position: relative;
}
.coloured-photo-bg .cta-row-link:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0;
    transition: opacity .25s ease;
}
.coloured-photo-bg .cta-row-link:focus, .coloured-photo-bg .cta-row-link:hover {
    background-color: none;
}
.coloured-photo-bg .cta-row-link:focus:before, .coloured-photo-bg .cta-row-link:hover:before {
    opacity: .2;
}

.home-card .card-content ul {
    list-style-type: none;
    padding:0;
}
.home-card .card-content ul li {
    display: flex;
    margin-bottom:5px;
}
.home-card .card-content ul li div {
    overflow: auto;
}
.home-card .card-content ul li .dateSpan, .home-card .card-content ul li .leftLabel, .home-card .card-content ul li .courseDetailSpan{
    flex : 0 0 40%;
    font-weight: bold;
}
.home-card .card-content ul li .courseDetailSpan p{
    width:70%;
	overflow-wrap: normal;
}
#cc-ws-modal-md-info ul li, #progressOutcomeDtls ul li, #unit-search-options ul li{
    display: flex;
}
#cc-ws-modal-md-info ul li .leftLableLarge, #unit-search-options ul li .leftLabelLarge {
    flex : 0 0 70%;
    padding: 2px 0px;
}
#cc-ws-modal-md-info ul, #progressOutcomeDtls ul, #unit-search-options ul {
    padding-left: 0px;
    list-style-type: none;
}
#progressOutcomeDtls ul li .leftLabel{
    flex : 0 0 30%;
    font-weight: bold;
    padding: 2px 0px;
}
#unit-search-options ul li div {
    display: flex;
}
#unit-search-options ul li .leftLabelLarge + div .btn-primary {
    margin: 0 0 0 10px;
}
@media (max-width: 767px) {
    #unit-search-options ul li .leftLabelLarge + div {
        display: inline-block;
    }
    #unit-search-options ul li .leftLabelLarge + div .btn-primary {
        margin: 10px 0 0;
    }
}
.card-link{
    padding: 0;
	margin: .5rem 0 .5rem 20px;
}
.card-link:before {
    color: #E1B600;
    font-family: "Source Sans Pro";
    content: '»';
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    display: inline-block;
    vertical-align: -.07em;
    padding-right: .5rem;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    font-size: 1.5em;
    margin-left: -20px;
}
.sidebar {
    background-color: #232D6E;
    width: 320px;
}
.sidebar:before {
    background: transparent;
}
.sidebar .sidebar-wrapper {
    width: 100%;
    max-height: calc(100vh - 118px);
    padding-bottom: 118px;
}
.sidebar .nav {
    padding-bottom: 20px;
}
/* overwrite link styles */
.sidebar a, header a, #footer-outer a, .sidebar a:hover, header a:hover, #footer-outer a:hover, a.panelHeader, .card-head a {
    border-bottom: none;
}
@media screen and (max-width: 991px){
 .sidebar {
    -webkit-transform: translate3d(320px, 0, 0);
    -moz-transform: translate3d(320px, 0, 0);
    -o-transform: translate3d(320px, 0, 0);
    -ms-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
    }
}
@media screen and (min-width: 992px) {
.sidebar-mini .sidebar:hover, .sidebar-mini .sidebar:hover .sidebar-wrapper {
    width: 320px;
    }
  
}
.sidebar .nav .nav-item .subNavDiv {
    padding-left : 30px;
}
.sidebar .nav .nav-item .homePageNavLink {
    padding-left : 45px;
}
.cc-ws-card-main-content .sc-content-header {
	background-color: #ECECEC;;
}

.sidebar .nav .nav-item .nav-link i {
    font-size: 20px;
    margin-top: 4px;
}
	
.sidebar-normal {
	text-transform: none !important;
}
.sidebar .logo.cc-ws-text.profileTab:before {
    height: 0 !important; 
}
.card-columns {
     width:100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    orphans: 1;
    widows: 1;
}

@media screen and (min-width: 660px){
.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
}
@media screen and (min-width: 1200px){
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

.uwa-cards section {
    margin-top: 1rem;
}

@media screen and  (max-width: 767px){
    .home-card {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.navbar-minimize {
    margin-top:12px;
}
.sidebar .profileTab {
    
    height : 96px;
    background: #27348B;
}
.sidebar .profileTab .student-details{
    display: flex;
    margin: 5px 15px 0px 10px;
}
.sidebar .profileTab .student-details .studentName,.sidebar .profileTab .student-details .personId {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    /* height: 18px; */
    letter-spacing: 0;
}
.sidebar .profileTab .student-details .personId {
     font-weight: 300;
  }

.profileTab .profilePicDiv {
    flex: 0 0 25%;
}
.profileTab .profileImg {
    height: 56px;
    width: 56px;
}
.sidebar .profileTab .student-details .studentInfo {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
@media (min-width: 992px) {
    .sidebar-mini .sidebar .sidebar-wrapper .studentInfo {
        -webkit-transform: translate3d(-25px, 0, 0);
        -moz-transform: translate3d(-25px, 0, 0);
        -o-transform: translate3d(-25px, 0, 0);
        -ms-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
        opacity: 0;
    }
    .sidebar-mini .sidebar:hover .sidebar-wrapper .studentInfo{
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        opacity: 1;
    }
}
.sidebar .sidebar-wrapper .nav .nav-link p{
    font-size: 15px;
    font-weight: bold;
  
}
.sidebar .sidebar-wrapper .nav .nav-item .subNavDiv .subNavText{
    font-size: 14px;
}
.info-snippet-module .module-title {
    text-align: center;
}
@media screen and (min-width:768px){
    
    .info-snippet-module .info-snippets {
        display: flex;
        flex-wrap: wrap;
    }
    .info-snippet-module .info-snippets .info-snippet{
        flex : 0 0 50%;
        text-align: center;
    }
}
@media screen and (min-width:1024px){
    .info-snippet-module .info-snippets .info-snippet{
        flex : 0 0 33%;
    }
}
.info-snippet-module .info-snippet-link:after {
    font-family: "Source Sans Pro",sans-serif;
    content: '»';
    font-weight: 400;
    font-style: normal;
    font-size: 1.3em;
    text-decoration: none;
    display: inline-block;
    padding-left: .5rem;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}

/* Accordion - start*/
.scAccordion {
    padding: 20px 0 50px;
}
.scAccordion .panel {
    margin-bottom: 2px;
}
.scAccordion .panel-heading {
    background: #F5F8FC;
}
.scAccordion .panel-heading a {
    display: flex;
    padding: 15px 30px 15px 20px;
}

.scAccordion .panel-heading a .accordionIcon {
    width: 20px;
}
.scAccordion .panel-heading a[aria-expanded="true"] img{
    transform: rotate(45deg); 
    transition: 25ms;
}
/* Accordion - end*/

/* Enrolment Steps - start */
.uwa-cards .card.uwa-enr-steps-container {
    width: auto;
    padding: 0;
}
.uwa-enr-step-node {
    width: 2px;
    height: 25px;
    position: relative;
    left: 25px;
    margin-top: -5px;
}
.uwa-enr-step-node-join {
    background: linear-gradient(#269630, #2A8E2F);
}
.uwa-enr-step-node-join-disabled {
    background: #888888;
}
.uwa-enr-step-node-circle {
    border-radius: 25px;
    width: 48px;
    height: 48px;
    color: #FFFFFF;
    font: normal 29px UWA;
    text-align: center;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: middle;
}
.uwa-enr-step-node-circle-completed {
    background: linear-gradient(-225deg, #1BA432 0%, #35802E 100%);
}
.uwa-enr-step-node-circle-current {
    background: linear-gradient(-225deg, #0BB7CA 0%, #1488CA 100%);
}
.uwa-enr-step-node-circle-disabled {
    color: #888888;
    border: 2px solid #888888;
}
.uwa-enr-step-label {
    font: 600 20px Source Sans Pro;
    letter-spacing: 0;
    line-height: 1.1em;
    display: inline-block;
    border-bottom: none;
}
.uwa-enr-step-label-success {
    color: #35802E;
}
.uwa-enr-step-label-in-progress {
    color: #1488CA;
}
.uwa-enr-step-label-disabled {
    color: #888888;
}
.uwa-enr-step-label:hover {
    text-decoration: none;
    border-bottom: none;
}
.cc-enr-step-container:hover {
    cursor: pointer;
}
.uwa-enr-step-link-container {
    display: inline-block;
    margin-right: -70px;
    margin-left: 12px;
    margin-top: -5px;
    display: inline-block;
    padding-right: 60px;
    width: 100%;
    max-height: 48px;
    vertical-align: middle;
}
.uwa-enr-step-progressbar-container {
    height: 5px;
}
/* Enrolment Steps - end */

/* Enrolment Steps Buttons- start */
.self-enr-btn{
	width: 50%;
    height: 72px;
    color: #27348B;
	font: 600 18px Source Sans Pro;
    text-align: center;
    letter-spacing: 0;
    border-radius: 0;
	border: none;
	
}
.self-enr-btn-next {
    background: #E1B600 url(/gen2_ovrd_static/images/chevron-next.svg) no-repeat 95% center;
}
.self-enr-btn-back,
.self-enr-btn-back:hover {
	background: #c5c5c5 url(/gen2_ovrd_static/images/chevron-previous.svg) no-repeat 5% center;
}
.btn-back-disabled {
	background: rgba(255, 255, 255, 0.5) url(/gen2_ovrd_static/images/chevron-previous.svg) no-repeat 5% center;
}
.btn-row {
	margin: 0 -10px -23px -10px;
}
@media screen and (min-width: 768px) { 
    .btn-row {
        margin: 0 -43px -63px -43px;
    }
}
.self-enr-btn-next:hover {
	background: #FED136 url(/gen2_ovrd_static/images/chevron-next.svg) no-repeat 95% center;
	cursor: pointer;
}
.self-enr-btn-next:active {
	background: #D4AB01 url(/gen2_ovrd_static/images/chevron-next.svg) no-repeat 95% center;
}
/* Enrolment Steps Buttons - end */

.ruleBreachLink {
    color : #CB1A0B;
    text-transform: capitalize;
    font-weight: bold;
    border-bottom: none;
}
.ruleBreachLink:hover {
    border-bottom: none;
}
.ruleBreachLink::before {
   content: url("/gen2_ovrd_static/images/alert-danger-small.svg");
   margin-right:4px;
}
.ul-primary {
    list-style-type: none;
    padding: 0;
}
.ul-primary li::before{
    color: #E1B600;
    font-family: "Source Sans Pro";
    content: '»';
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    display: inline-block;
    vertical-align: -.07em;
    padding-right: .5rem;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    font-size: 1.5em;

}
.ul-secondary{
    list-style-type: none;
    padding: 0;
    margin-left: 2.1rem;
}
.ul-secondary li{
    padding-left: 1rem;
    position: relative;
}
.ul-secondary li::before{
    position: absolute;
    color: #989898;
    content: '\203A';
    margin-left: -1rem;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    
}
.introduction{
    font-weight: 300;
    font-size: 1.2em;
}

/* unit search  on unit enrolment */
.unit-srch-input-row {
    display: flex;
    margin-left: -6px;
    flex-wrap: wrap;
}
.unit-srch-input-row .unit-title {
   /* flex : 0 0 45%; */
    width: 355px;
}
.unit-srch-input-row .unit-code {
    /*flex : 0 0 23%;*/
    width: 175px;
}
.unit-srch-input-row .teach-period {
   /* flex : 0 0 32.5%;*/
    width: 258px;
}
.unitSrcValidationDiv{
    padding: 20px 0 4px;
}
.actionRow{
    margin-bottom: 5px;
}
/* button css */
.btn-gold {
    color: #27348B;
    background-color: #E1B600;
    border-color: #E1B600;
    font-weight: 600;
    border-radius: 0px;
}
.btn-gold:hover {
    color: #27348B;
    background-color: #FED136;
    border-color: #FED136;
}

.btn-gold:active {
    color: #27348B;
    background-color: #D4AB01;
    border-color: #D4AB01;
}
.btn-gold:focus {
    box-shadow: none;
}
/*primary gold*/
.btn-primary-gold {
    color: #27348B;
    background-color: #E1B600;
    border-color: #E1B600;
    font-weight: 600;
    border-radius: 0px;
    padding: 12px 20px;
    min-width: 220px;
}
.btn-primary-gold:hover {
    color: #27348B;
    background-color: #FED136;
    border-color: #FED136;
}

.btn-primary-gold:active {
    color: #27348B;
    background-color: #D4AB01;
    border-color: #D4AB01;
}
.btn-primary-gold:focus {
    box-shadow: none;
}

.btn-primary-blue {
    background-color: #27348B;
    border-color: #27348B;
    font-weight: 600;
    border-radius: 0px;
    padding: 12px 90px;
}
.btn-primary-blue:hover {
    background-color: #1657B2;
    border-color: #E1B600;
}
.btn-primary-blue:active {
    background-color: #1657B2;
    border-color: #E1B600;
}
.btn-primary-blue:focus {
    box-shadow: none;
}
.btn-gray {
    color: #27348B;
    background-color: rgb(202, 202, 202);
    border-color: rgb(202, 202, 202);
    font-weight: 600;
    border-radius: 0px;
}
.btn-gray:hover {
    color: #27348B;
    background-color: rgb(202, 202, 202);
    border-color: rgb(202, 202, 202);
}

.btn-gray:active {
    color: #27348B;
    background-color: rgb(202, 202, 202);
    border-color: rgb(202, 202, 202);
}
.btn-gray:focus {
    box-shadow: none;
}

.btn-link {
    color: #0E55B5;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 27px;
}

input.btn-link, button.btn-link {
	border-bottom: 1px dotted #0e55b5;
}


input.btn-link, button.btn-link {
	margin: .375rem .75rem;
	padding: 0px;
}

input.btn-link:hover, button.btn-link:hover {
	text-decoration: none;
	border-bottom: 1px solid #0e55b5;
}

.btn-link:hover {
    color: #27348B;
}
.btn-link:active {
    color: #27348B;
}
.btn-link:focus {
    box-shadow: none;
}

a.prevStepLink, a.nextStepLink {
    display: block;
    padding: 24px 0;
    height: 72px;
    text-decoration: none !important;
    color: #27348B;
    font: 600 18px Source Sans Pro;
    border-bottom: none;
}
.blackSpace {
    height: 10px;
}
.capitalizeText{
    text-transform: lowercase;
}
.capitalizeText:first-letter {
    text-transform: uppercase;
}
/*government Statistics*/

.statQHide {
	display: none;
}
.statQshow {
	display: block;
}
#govt-stats-he-form fieldset, .guild-form fieldset{
    position: relative;
}
#govt-stats-he-form fieldset legend, .guild-form fieldset legend{
    position: relative;
    font-family: Source Sans Pro;
    color: #464646;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}
@media screen and (max-width: 768px) { 
    #govt-stats-he-form fieldset legend,  .guild-form fieldset legend{
        font-size: 17px;
    }
}
@media screen and (max-width: 660px){
    #govt-stats-he-form fieldset legend, .guild-form fieldset legend{
        font-size: 16px;
    }
}
#govt-stats-he-form fieldset .custom-control.custom-radio .custom-control-label, .guild-form fieldset .custom-control.custom-radio .custom-control-label{
    color: #464646;
}
.guild-form .info-section, .access-profile-info{
    max-height: 100px;
    overflow: hidden;
    position: relative;
}
.guild-form .info-section .read-more, .access-profile-info .read-more {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    background-image: linear-gradient(to bottom, transparent, white);
    margin: 0;
    padding: 28px 0;
}
.uwa-cards .card .read-more {
    background-image: linear-gradient(to bottom, transparent, #f9f9f9);
}
a.show-all-text {
    border-bottom: none;
}
.guild-form .show-all-text::before, #disabform-id .show-all-text::before {
    content: url(/gen2_ovrd_static/images/chevron-down.svg);
    display: inline-block;
    margin-right: 3px;
}
.guild-form section {
    margin-top: 1rem;
}
/* Statement of Account - start */
.how-to-pay-title {
    color: #27348B;
    font: normal 40px UWA;
    height: 48px;
}
.pay-options-title {
    width: 690px;
    height: 52.55px;
    color: #27348B;
    font: normal 28px UWA;
    line-height: 36.4px;
}
.stmt-box {
    border: solid 0.5px #CCCCCC;
    padding: 30px 30px 80px; 
    margin-bottom: 40px;
}
.text-amtdue {
    font-weight: bold;
    margin-right: 20px;
    margin-left: -140px;
}
img.pdf-print {
    width: 36px;
    height: 49px;
    margin-right: 10px;
    color: #0E55B5;
    font: normal 16px Source Sans Pro;
    line-height: 27px;
}
a#refreshstmt {
    color: #0E55B5;
    font: 600 18px Source Sans Pro;
    text-align: center;
    letter-spacing: 0;
}
/* Statement of Account - end */

/* Address*/

#switch_addr_type .btn-primary.active {
    pointer-events: none;
    cursor: default;
}
.btn-group .addressTab:not(:disabled):not(:disabled).active:after{
    content: "";
    border-top: 8px solid #0062cc;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 43%;
}
#switch_addr_type .btn-primary:not(:disabled):not(.disabled).active:focus, #switch_addr_type .btn-primary.addressTab {
    box-shadow: none
}
.btn-group .addressTab {
    background-color: #27348B;
    padding: 10px;
}
.pdf-link::before{
    content: url(/gen2_ovrd_static/images/PDF_small.svg);
  }
 .btn-pdf-soe {
      width: 31px;
      height: 28px;
  }
  .soe-stud-info {
      display: flex;
  }
  .soe-stud-info>table {
    flex:0 0 60%;
}
.soe-stud-info>a {
    flex:0 0 20%;
}
.transitionYDiv {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
    opacity: 1;
    transition: opacity 1s;
}
.transitionYDiv ul li {
    padding: 10px;
}
.transitionYDiv ul, .transitionYDiv .completion-input {
    width: 100%;
}
.transitionYDiv ul li.btnDiv{
    float: right;
}

/* .card-info New Card style in Exam detail
<element class="d-flex flex-wrap ">
    <element class="card-col-2 card-info"
        <element class="card-head">
        <element class="card-body">
        <element class="card-foot">
*/
    .card-col-2 {
        flex: 1 1 49%;
        margin-right: 1%;
    } 
    @media only screen and (max-width: 600px) {
        .card-col-2 {
            flex: 1 1 100%;
        } 
    }
    .card-info>.card-head{
        background: #E2EDFA;
        box-shadow: inset -1px 0 0 0 #FFFFFF;
        color: #27348B;
        font-weight: 600;
        display: flex;
    }
    .card-info>.card-head{
        padding: 1.125rem 0.75rem;
        font-size: 1rem;
    }
    .card-info>.card-head .icon{
        font-size: 1.25rem;
    }
    .card-info>.card-head a:hover{
        text-decoration: none;
    }
    .card-info>.card-head a :not(.icon):hover{
        text-decoration: underline;
    }

    .card-info>.card-head *{
        vertical-align: middle;
        white-space: nowrap
    }
    .card-info>.card-head .icon{
        margin-right: 0.375rem;
    }
    .card-info>.card-body .icon{
        margin-right: 0.5rem;
    }
    .card-info>.card-body{
        margin: 1.125rem 0.75rem;
        font-size: 1rem;
        padding: 0;
    }
    .card-info>.card-foot{
        font-size: 1.125rem;
        margin:  1.125rem 0.75rem;
    }
    .card-info>.card-body>div>label{
        flex: 0 0 5.75rem;
        width: 5.75rem;
        padding-right: 0.75rem;
        font-weight: 600;
        color: #27348B;
        text-transform: uppercase;
    }
    .card-info>.card-body>div{
        display: flex;
        margin-bottom: 0.5rem;
    }
/* End of .card-info*/
/* alert-icon-info > Add icon for alert-info*/
    .alert-icon-info{
        background-image: none !important;
    }
    .alert.alert-info.alert-icon-info{
        padding: 1.875rem 3.75rem;
        position: relative;
        background-repeat: no-repeat;
        background-size: 2.25rem;
        background-position: 2.625rem 1.6rem;
        color: #27348B;
        line-height: 1.5;
        flex-direction: column;
    }
    @media screen and (min-width: 600px) {
        .alert-icon-info{
            background-image: url(/gen2_ovrd_static/images/alert-info.svg) !important;
        }
        .alert.alert-info.alert-icon-info{
            padding-left: 6.375rem;
        }
    }
    .alert.alert-info.alert-icon-info .close{
        position: absolute;
        color: #27348B;
        right: 1.875rem;
        top: 1rem;
    }
    .alert.alert-info.alert-icon-info p{
        margin: 0;
    }
/* End of alert-icon-info*/
/* Over write Bootstrap 4*/
.text-danger{
    color: #CB1A0B!important;
}

/** Person Details & Course Details - Self Enrolment **/
.custom-form-group {
    display: flex;
    margin-bottom: -5px;
}

.custom-form-group.persond p:first-child {
    flex: 0 0 25%;
    font-weight: 900;
    padding-right: 1rem;
}
.custom-form-group p:first-child {
    flex: 0 0 40%;
    font-weight: 900;
}

input[type=button]:disabled,
button:disabled {
   opacity: 0.3!important;
   cursor: not-allowed!important;
}
.wrap-long-word{
   word-break: break-all;
}
label.add-check.custom-checkbox, label.add-check.custom-radio {
    padding-left: 1.8rem;
}
label.add-check.custom-checkbox:before, label.add-check.custom-radio:before, label.add-check.custom-checkbox>input[type=checkbox]:checked~span:after, label.add-check.custom-checkbox>input[type=radio]:checked~span:after, .custom-control-label.add-check:before, .custom-control-label.add-check:after {
    top: 0;
}
/* otherwise first-letter won't work */
.col-action a {
    display: inline-block;
}

.megafooter-module-links-sitemap li:before {
    font-family: "Source Sans Pro";
    content: '»';
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    left: -.8125rem;
    top: .125rem;
    color: #c29d00;
    font-size: .875rem
}