/*@font-face {
    font-family: 'ff-unit-slab-web';
    src: url(fonts/unitslab-ot/UnitSlabOT-Light.eot);
    src: url(fonts/unitslab-ot/UnitSlabOT-Light.eot?#iefix) format('embedded-opentype'),url(fonts/unitslab-ot/UnitSlabOT-Light.woff) format('woff'),url(fonts/unitslab-ot/UnitSlabOT-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'ff-unit-slab-web';
    src: url(fonts/unitslab-ot/UnitSlabOT.eot);
    src: url(fonts/unitslab-ot/UnitSlabOT.eot?#iefix) format('embedded-opentype'),url(fonts/unitslab-ot/UnitSlabOT.woff) format('woff'),url(fonts/unitslab-ot/UnitSlabOT.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,400i,600,600i&display=swap');


body{
    margin-bottom: 170px;
    font-family: 'IBM Plex Sans', sans-serif;
    background-color: rgb(232, 233, 233);
}
/*.slds-scope h1, .slds-scope h2, .slds-scope h3, .slds-scope h4, .slds-scope h5, .slds-scope h6,*/
.slds-scope th, .slds-scope td, .slds-scope th, .slds-scope td, .slds-scope label, .slds-scope {
    font-family: 'IBM Plex Sans', sans-serif;
}
h1, .slds-scope h1, h2, .slds-scope h2, h3, .slds-scope h3, h4, .slds-scope h4{
    font-family: 'IBM Plex Sans', sans-serif;
    margin:20px 0 10px;
} 
h1, .slds-scope h1{
    font-size: 17px;
    font-weight: 700;
    color: #0000CC;
    text-transform: capitalize;
}

.slds-scope .logo.innerlogo {
    display: inline-block;
    position: relative;
} 

.slds-scope .logo.innerlogo img {
    height: auto;
    margin: 15px 2px;
    max-width: 200px;
} 

.logo-public-sector {
    position: absolute;
    right: 30px;
    height: auto;
    display: inline-block;
    top: 20px;
    width: 200px;
}
.logo-public-sector img {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.slds-scope .update-profile h1 {
    font-size: 20px;
    font-weight: 500;  
}
.container-fluid.update-profile {
    margin: 0 10%;
}
.update-profile .input-group {
    background: #FFF;
}


h2, .slds-scope h2{
    font-weight:normal;
}
.slds-scope:not(html), .slds-scope body, .slds-scope {
    font-size: 14px;
    color: rgb(51, 51, 51);
}
/* navbar */
#layout-entry .navbar.navbar-default, #process_entry .navbar.navbar-default{
    background-color:transparent;
    border:0;
    border-top:4px solid #0000CC;
    margin-bottom:0;
}
.navbar-default{
    background: transparent;
}
ul.inner-nav {
    float: none;
    padding: 0;
    left: 0;
    right: 0;
    text-align: center;
}
ul.inner-nav li {
    float: none;
    overflow: hidden;
    width: auto;
    display: inline-block;
    /*font-family: 'IBM Plex Sans', sans-serif;*/
}
.navbar-default .navbar-nav > .active, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a:hover,
ul.inner-nav li:hover, ul.inner-nav li.active {
    background-color: #0000CC;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover, ul.inner-nav li a {
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    line-height: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    padding: 24px 25px 10px 25px;
    float: left;
    background: transparent;  
}
ul.user-profile {
    padding: 20px 0 0 0;
    position: relative;
    z-index: 1;
}
ul.user-profile li.user-icon img {
    height: 30px;
}
.navbar-default .navbar-nav.user-profile > li > a, .navbar-default .navbar-nav.user-profile > li > a:focus,
.navbar-default .navbar-nav.user-profile > li > a:hover {
    color:#0000CC;
    font-size: 12px;
    line-height: 16px;
	font-weight:400;
    background: transparent !important;
    padding: 0 0 0 10px;
    font-family: 'IBM Plex Sans', sans-serif;
    text-transform: capitalize;
    text-align: left;
}
ul.user-profile li img.arrow {
    width: 9px;
    right: -12px;
    top: 5px;
    position: absolute;
}
ul.user-profile li ul.dropdown-menu {
    padding: 10px;
    background-color: #0000CC;
    right: -30px;
}
ul.user-profile li ul.dropdown-menu li, ul.user-profile li ul.dropdown-menu li a,ul.user-profile li ul.dropdown-menu li a:hover,
ul.user-profile li ul.dropdown-menu li a:focus {
    color: rgb(255, 255, 255) !important;
    font-size: 12px;
    line-height: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    text-transform: uppercase;
	background:none;
}
ul.user-profile li ul.dropdown-menu li, .my-applications {
    margin-bottom: 10px;
}
h2, .slds-scope h2 {
    font-size: 22px;
    color: #0000CC;
}
h3,.slds-scope h3{
    font-size:21px;
}
/* form elements */
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/arrow.png) no-repeat 97% 50%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 0px;
    padding-left: 13px;
    padding-right: 45px;
    line-height: 34px;
    font-size: 16px;
}
/* buttons */
.btn,button,
.btn:hover,.btn:focus,
button:hover,button:focus {
    background:#DB4930;
    -webkit-box-shadow:none;
            box-shadow:none;
    text-shadow:none;
    border:0;
    border-radius: 8px;
    font-weight: 600;
}
.slds-scope button.btn-warning,
.btn-warning{
    padding:8px 20px;
    color: #fff;
    /* font-size:14px !important; */
	font-size:14px;
    text-transform: uppercase !important;
    font-weight: 600;
}
.slds-button.btn.btn-primary,
.slds-button.btn.btn-warning{
    background:#DB4930;
    color:#fff;
    -webkit-box-shadow:none;
            box-shadow:none;
    text-shadow:none;
    border:0;
    border-radius: 0;
    text-transform: uppercase !important;
    padding-top:10px;
    padding-bottom:10px;
    font-weight: 600;
    border-radius: 8px;
    /*transition: all .1s ease-in-out;*/
}
.slds-button.btn.btn-primary:hover,
.slds-button.btn.btn-warning:hover{
    transform: scale(1.05);
}
.slds-button.btn.btn-primary:active,
.slds-button.btn.btn-warning:active{
    transform: scale(0.95);
}

.slds-button.btn.btn-primary:disabled,
.slds-button.btn.btn-warning:disabled {
    transition: none;
    transform: none;
}


input.form-control:focus,input.form-control:active,
textarea.form-control:focus,textarea.form-control:active{
    -webkit-box-shadow:none;
            box-shadow:none;
    outline:0;
    border-radius:0;
}
/* footer */
.social-icons h4{
    margin:0;
}

.grecaptcha-badge {
    z-index:999;
    
}

#footer {
    background-color:#0000CC;
    color: white;
    width: 100%;
    font-size:14px;
}
#footer a,#footer a:hover,#footer a:focus{
    color:#fff;
}
.alert h4 {
    font-size: 20px;
}
.alert .modal-header .close span {
    margin-top: -6px;
    font-size: 32px;
    color:#0000CC;
}
.alert p, .alert a {
    font-size: 16px;
}
#layout-entry .modal-header .close, #process_entry .modal-header .close{
    color: #0000cc;
}
table th,table td{
    vertical-align: middle;
}
/* modal popup */
.modal-header h4{
    margin: 0;
    color: #0000CC;
    font-weight: 600;
    text-transform: uppercase;
}
.modal-header .close,.modal-header .close:hover,.modal-header .close:focus{
    color:#0000CC;
    background:transparent;
    border:0;
    outline:0;
}
.modal-header .close {
    margin-top: 0px;
    text-decoration: none;
    font-size: 30px;
    line-height: 20px;
    /*width: 40px;
    height: 40px;*/
    display: inline-block;
    text-align: right;
    z-index: 10;
    opacity:1;
}
.modal-header .close:hover {
    text-decoration: none;
}
.modal-footer button.btn-warning{
    padding:5px 15px;
}
/*login page css */
#layout-entry #wrapper {
    background-image: url(../images/loginbg_lg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
form .input-group-addon{
    font-size:1.5em;
    border:0;
    border-radius:0;
    background-color:transparent;
    color:#0000CC;
}
label.control-label {
    color: rgb(86, 86, 86);
    -webkit-transform: opacity 6s ease-in-out;
    -ms-transform: opacity 6s ease-in-out;
    transform: opacity 6s ease-in-out;
    font-weight: 100;
}
label.has-value {
    color: rgb(109, 110, 113);
    -webkit-transform: opacity 6s ease-in-out;
    -ms-transform: opacity 6s ease-in-out;
    transform: opacity 6s ease-in-out;
}
#layout-entry label.has-value {
    opacity: 1;
}
#layout-entry .login-form .form-group a{
    padding:0 0 8px;
}
#layout-entry label.has-value + .input-group span {
    color: #0eb300;
}
#layout-entry .form-group.error .input-group span {
    color: #d60000;
}
.message table tbody tr td, .error-msg {
    color: red !important;
    font-size: 13px !important;
    float: left;
    width: 100%;
    font-weight:600;
}
.has-error.input.uiInput, .has-error.uiInputDefaultError,.has-error.input.form-control, .button-group.has-error button.option-button {
    background: rgba(244,99,58,0.1);
}

.checkboxTCinput .has-error.uiInputDefaultError {
    height: auto;
    top: auto;
}

.checkboxTCinput.side .has-error.uiInputDefaultError {
    opacity: 1;
    pointer-events: none;
}
.checkboxTCinput.side .has-error.uiInputDefaultError .form-element__help {
    width: 100%;
    bottom: -28px;
    opacity: 1;
}

.checkboxTCinput ul.has-error.uiInputDefaultError:before {
    top: -3px;
}
.checkboxTCinput ul.uiInputDefaultError li.form-element__help {
    opacity: 1;
    width:100%
}

ul.uiInputDefaultError {
    width: calc(100% - 10px);
    height: 100%;
    top: 0;
    text-align: left;
    position: absolute;
}
ul.uiInputDefaultError:before {
    height: 22px;
    display: inline-block;
    right: -30px;
    width: 22px;
    border: 2px solid  #DB4930;
    border-radius: 20px;
    vertical-align: middle;
    top: 10px;
    color:  #DB4930;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-family: arial;
    font-weight: bold;
    opacity: 0;
    content: "!";
    position: absolute;
    cursor: pointer;
    background: rgba(255,255,255,0.5);
    line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}
ul.uiInputDefaultError li.form-element__help {
    opacity: 0;
    padding: 0px 25px 0 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    height: 100%;
    color: #fff;
    background:  #DB4930;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    font-size: 14px;
    pointer-events: none;
}

.slds-scope select.form-control::-ms-expand {
    display: none;
}




.checkboxInput ul.uiInputDefaultError li.form-element__help, ul.uiInputDefaultError.uiInputCheckbox li.form-element__help, 
.checkboxInput ul.uiInputDefaultError:hover li.form-element__help {
    height: auto;
    position: absolute;
    bottom: -18px;
}
.uiInputDefaultError {
    position: absolute;
}
ul.uiInputDefaultError:hover li.form-element__help,
ul.uiInputDefaultError.press li.form-element__help {
    opacity: 1;
    z-index: 99999999;
    width: 100%;
    position: absolute;
    top:0px;
}
ul.uiInputDefaultError:before:hover {
    border: 2px solid rgb(244,99,58);
}
.uiInputDefaultError .form-element__help {
    margin-top: 0rem !important;
}
ul.uiInputDefaultError:before {
    -webkit-animation: showErrorIcon 0.25s ease-in-out forwards;
    animation: showErrorIcon 0.25s ease-in-out forwards;
}
.operational-tabs ul.uiInputDefaultError:before{
	right:-25px;
}
.operational-tabs ul.uiInputDefaultError:before:hover li.form-element__help{
    opacity: 1;
}
@-webkit-keyframes showErrorIcon {
    0% {
        opacity: 0;
    }
    10% {
        -webkit-box-shadow: 0px 0px 30px 4px rgba(255,0,0,1);
        box-shadow: 0px 0px 30px 4px rgba(255,0,0,1);
        -webkit-transform: rotateX(80deg);
        transform: rotateX(80deg);
    }
    30% {
        -webkit-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
    }
    100% {
        opacity: 1;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
        box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
}
@keyframes showErrorIcon {
    0% {
        opacity: 0;
    }
    10% {
        -webkit-box-shadow: 0px 0px 30px 4px rgba(255,0,0,1);
        box-shadow: 0px 0px 30px 4px rgba(255,0,0,1);
        -webkit-transform: rotateX(80deg);
        transform: rotateX(80deg);
    }
    30% {
        -webkit-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
    }
    100% {
        opacity: 1;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
        box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
}
@-webkit-keyframes expandHeight {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}
@keyframes expandHeight {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}
@-webkit-keyframes contractHeight {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    100% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}
@keyframes contractHeight {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    100% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}
.input.uiInput {
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.type-file input.form-control {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.type-file label {
    font-size: 1.25em;
    font-weight: 700;
    color: #0000CC;
    border: 2px solid #0000CC;
    display: inline-block;
    padding: 2px 10px;
    margin: 8px;
    font-size: 1.1em;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.type-file:focus label, .type-file label:hover {
    background-color: #0000CC;
    color: #fff;
}
.list-group-item {
    padding: 6px 15px;
}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.step-count ul li:after {
    content: "|";
    right: -15px;
    top: 4px;
    position: absolute;
    color: #b3b3b3;
}
form .input-group{
    border:1px solid #ccc;
}
/* placeholder css */

::-webkit-input-placeholder {
    font-size: 16px!important;
    color:#878484;
}
:-moz-placeholder { /* Firefox 18- */
    font-size: 16px!important;
    color:#878484;
}
::-moz-placeholder {  /* Firefox 19+ */
    font-size: 16px!important;
    color:#878484;
}

#layout-entry input.form-control,#layout-entry select.form-control{
    border:0;
    border-radius:0;
    color:#000;
    background-color: transparent !important;
    font-size:16px;
    min-height:35px;
}
#layout-entry .well{
    background-color:#FFF;
    border:0;
	border-radius:0;
    color:#000;
    padding:0;
}

#layout-entry .well-form.info-header {
    padding-left: 3em;
    padding-right: 3em;
}
#layout-entry .course-details h3{
    font-family: 'IBM Plex Sans', sans-serif;
    margin:5px;
    color: #0000CC;
}
#layout-entry .course-details{
    margin:1.2em 0;
}
#layout-entry .well-form .form-control{
    padding:10px 5px 10px 10px;
}
#layout-entry .well input[type=checkbox]{
    width:16px;
    height:16px;
    margin-top:0; 
}
#layout-entry .well p{
    text-align:left;
    padding:2px 0px;
    font-size:18px;
}
#layout-entry .well form{
    padding:0 2em 0.2em;
    font-size:16px;
    font-weight:400;
}
#layout-entry .well h2{
    color: #0000CC;
    font-weight:600;
}
.message table tbody tr td span {
    display: none;
}
.message .messageText{
    font-weight:600;
    color: red !important;
    font-size: 13px !important;
    float: left;
    width: 100%;
}
#layout-entry select {
    background: url(../images/arrow.png) no-repeat 97% 50% !important;
}
#layout-entry .well form select.form-control option{
    background-color:#FFF;
}
#layout-entry .well label.control-label{
    color: #000;
    font-weight:normal;
}
#layout-entry .well a,#layout-entry .well a:hover,#layout-entry .well a:focus{
    color: #0000CC;
    text-decoration: underline;
}
#layout-entry .well .form-group{
    line-height: 16px;
}
#layout-entry .well .btn-primary{
    /*max-width:320px;*/
    margin:0 auto;
    text-transform: uppercase;
}
#layout-entry .well .course-details label{
    font-size:21px;
    color: #0000CC;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight:normal;
    display: block;
}
/* Course Picker Page */
.subject-wrapper,.short-courses{
    max-height:420px;
    overflow:auto;
}
.subject-list{
    padding:0;
    margin:0;
    list-style:none;
}
.subject-list li{
    padding:0 5px;
    border-bottom:1px solid #707070;
    margin:0;
}
.subject-list li:first-of-type{
    border-top:2px solid #707070;
}
/* custom checkbox */
/* Base for label styling */
.course-picker [type="checkbox"]:not(:checked),
.course-picker [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.course-picker [type="checkbox"]:not(:checked) + label,
.course-picker [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}
/* checkbox aspect */
.course-picker [type="checkbox"]:not(:checked) + label:before,
.course-picker [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0; 
	top: 3px;
    width: 1.1em;
    height: 1.1em;
    border: 1px solid #595959;
    background: #fff;
    border-radius: 0;
    /*box-shadow: inset 0 1px 3px rgba(0,0,0,.1);*/
}
/* checked mark aspect */
.course-picker [type="checkbox"]:not(:checked) + label:after,
.course-picker [type="checkbox"]:checked + label:after {
    /* content: '✔'; */
    content:"\f00c";
    font-family:"FontAwesome";
    position: absolute;
    top: .5em;
    left: 0.1em;
    font-size: 0.9em;
    line-height: 0.8;
    color:#595959;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
/* checked mark aspect changes */
.course-picker [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}
.course-picker [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
/* disabled checkbox */
.course-picker [type="checkbox"]:disabled:not(:checked) + label:before,
.course-picker [type="checkbox"]:disabled:checked + label:before {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #595959;
    background-color: #595959;
}
.course-picker  [type="checkbox"]:disabled:checked + label:after {
    color: #595959;
}
.course-picker  [type="checkbox"]:disabled + label {
    color: #595959;
}
.sidebar,  .course-list{
    background:#ffffff;
    padding:20px 16px;
}
.sidebar h2,  .course-list h2{
    font-size:18px;
    padding:4px 0;
}
.sidebar input.form-control{
    border:2px solid #b7b7b7;
    padding:5px 10px;
}
.sidebar .form-group:first-of-type{
    position:relative;
}
.sidebar span.search-icon:before{
    content: "\f002";
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 18px;
    color: #070708;
}
.sidebar span.search-icon input.form-control{
    background-color:#eae9e9;
}
.sidebar label.control-label{
    font-weight: 600;
    color:#070708;
}
.sidebar h4{
    font-size:16px;
    font-weight:600;
    color:#080809;
}

.course-picker .cust-panel.panel{
    margin-bottom:2px;
}
.course-picker .panel-default > .panel-heading.active{
    background:#0000CC;
    font-weight: 500;
}
.filterUp:hover, .filterDown:hover {
    text-decoration: none !important;  
}
.filterUp:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 14px;
  /*color: #ffffff;
  position: absolute;
  top: 13%;
  right: 10px;*/
  margin: 0 0 0 10px; 
  opacity: 1; 
}

.filterDown:after {
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 14px;
  color: #ffffff;
  /*position: absolute;
  top: 13%;
  right: 10px;*/
   margin: 0 0 0 10px;
  opacity: 0; 
}   
.filtered .filterDown:after, .filtered .filterUp:after {
  opacity: 1;
} 
/*.course-picker .panel-body tr td a*/
.course-picker .panel-default > .panel-heading{
    background:rgba(51, 51, 51, 0.9);
    font-size:16px;
    color:#fff;
    border:0;
    border-radius: 0;
}
.course-picker .panel-body{
    padding:0px;
    background-color:#fff;
}

.course-picker .selected-courses-panel .panel-body{
    padding:14px;
}

/*.toggle-table th, .toggle-table td {
    width: auto;
}*/ 


.course-picker .panel-body thead{
    background:#0000CC;
}
.course-picker .panel-body tr th{
    vertical-align: middle;
	position: relative;
}
.course-picker .panel-body tr th a,.course-picker .panel-heading tr th a{
    color:#fff;
}
.course-picker .panel-heading a span.fa-plus:before{
    content:"\f0dd";
    font-family:"FontAwesome";
    color:#fff;
}
.course-picker .panel-heading a span.fa-minus:before{
    content:"\f0de";
    font-family:"FontAwesome";
    color:#fff;
}
.course-picker .panel-body td button.btn-primary{
    background: #DB4930;
    border:0;
    border-radius: 0;
    color:#fff;
    padding:5px 12px;
    width: 100%;
    transition: all 0.10s ease-in-out;
    font-weight: 600;
}
.course-picker .panel-body td button.btn-primary:hover {
    background: hsla(13, 100%, 65%, 1);
    transform: scale(1.05);
}

.course-picker .panel-body td button.btn-primary:active {
    background: hsla(13, 100%, 65%, 1);
    transform: scale(0.95);
}

.cStudentPortal_TogglePanel.panel-body, .cStudentPortal_TogglePanel .panel-body {
    max-height: 400em;
}
.panel-heading {
    transition: all 0.2s ease-in;
}


.course-picker .panel-body td button.btn-primary.deselect{
    background:rgba(51, 51, 51, 0.9);
}
.course-picker .panel-body.panel-hidden{
    padding:0;
}
.course-picker .panel-body table{
    border:1px solid #d7d7d7;
}
.course-picker .panel-primary>.panel-heading{
    background-color:#0000CC;
    border-color:#0000CC;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
}
.course-picker .panel-primary{
    border-color:#0000CC;
    border-radius: 0;
}
.course-picker .panel-body ul.select-units{
    padding:0;
    margin:0;
    list-style: none;
    margin-bottom: 15px;
}
.course-picker ul.select-units li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    padding: 3px 0 6px;
    border-bottom: 1px solid #e0e0e0;
}
ul.select-units li span:first-of-type{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
}
.course-picker .select-units li span button:before{
    content:"\f00d";
    font-family: "FontAwesome";
    background:transparent;
}
.course-picker .select-units li span button,.course-picker .select-units li span button:hover,.course-picker .select-units li span button:focus{
    border: 0;
    color: #000 !important;
    padding: 0;
    background: transparent;
    outline:none;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
}
.course-picker .panel-primary .btn-warning{
    padding:5px 0;
}
.course-list ul{
    list-style:none;
}
.course-list ul li{
    padding:15px 5px;
    font-size:16px;
    font-weight:500;
    width:100%;
    background:#fff;
    border-bottom:2px solid #8FA8C6;
    margin:10px 0;   
}
.courses{
    background:transparent;
}
.action-button{
    margin:15px auto;
}
.action-button button.btn-warning{
    padding:10px 20px;
    margin:0 8px;
}
/* online short course */
ul.short-course{
    max-height:470px;
    overflow:auto;
    list-style:none;
    margin-bottom: 20px;
}
.short-course li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background:  rgba(51, 51, 51, 0.9);
    font-size:16px;
    color:#fbfbfc;
    /*padding: 15px 35px 15px 15px;*/
    margin-bottom: 4px;
    cursor: pointer;
}
.short-course li.active{
    background:#0000CC;
}
.account-redirect{
    background:#00C0AF;
    color:#fff;
    text-align: center !important;
    padding:12px 15px !important;
    font-weight: 600;
}

#layout-entry .well .account-redirect a {
    color:#fff;
}
.bg-white{
    background: #fff;
    padding:15px;
    /*margin:0;*/
}
/* accredited and non accredited page css */
.accredit-wrapper{
    text-align:center;
    overflow-x:auto;
    white-space:nowrap;
    margin-bottom: 20px;
}
 .accredited{
    width: 250px;
    border: 1px solid transparent;
    height: auto;
    padding: 0;
    margin: 0;
    display: inline-block;
    white-space:normal;
}
 .accredited > li{
    list-style: none;
    margin: 0;
    padding:15px 0;
    color:#000;
    border-bottom: 1px solid #fff;
    text-align:center;
    font-size:14px;
    font-family: 'IBM Plex Sans', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.accredited .header h2, 
.accredited .header{
    color:#fff;
    margin:0;
}

.accredited .header h2 a.info-popup-link {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 30px;
    text-align: center;
    text-transform: lowercase;
    line-height: 18px;
    font-size: 16px;
    -webkit-transition: all 0.05s ease-in-out;
    -o-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out;
    font-weight: bold;
}
a.info-popup-link:hover {
    transform: scale(1.1,1.1);
    text-decoration: none;
}

.my-course-content a.info-popup-link {
    position: absolute;
    margin-top: 4px;
    margin-left: 8px;
}

.info-popup-label {
    width: 90%;
}

.accredited .header p{
    font-size:20px;
}
.accredited:nth-child(even) .header, .accredited:nth-child(even) .footer{
    background-color:#8fa4c6;
}
.accredited:nth-child(odd) .header, .accredited:nth-child(odd) .footer{
    background-color:#0000CC;
}
.accredited > li > span{
    display:block;
    width:100%;
}
.accredited li:nth-child(odd){
    background-color:#ebebeb;
}
.accredited li:nth-child(even){
    background-color:#e1e1e1;
}
.accredited .table-list{
    list-style:disc;
    border:0;
    padding:0;
    margin:0;
    width:100%;
}
.accredited .table-list li{
    border:0;
    text-align: center;
    line-height:1;
    padding:4px;
	color:#0000CC;
	list-style-position:inside;
	background-color:transparent;
}
.table-list li a,.table-list li a:hover,.table-list li a:focus{
	color:#0000CC;
    font-family: 'IBM Plex Sans', sans-serif;
}
.visibility-hidden{
	visibility: hidden;
}



/*aim credential upgrade table*/
.aim-credential-upgrade .accredited {
    vertical-align: top;
}
.aim-credential-upgrade .accredited .header {
    height: 100px;
    overflow: visible;
}
.aim-credential-upgrade .accredited .first {
    height: 140px;
    overflow: auto;
}
.aim-credential-upgrade .accredited .second {
    height: 230px;
    overflow: auto;
}

.aim-credential-upgrade .accredited .table-list {
    overflow: auto;
}





/*aim get recognized selector*/
.slds-scope fieldset.get-recognized-selector {
    width: 350px;
    height: auto;
    background: #FFF;
    padding: 5px;
    margin: auto;
}
.slds-scope fieldset.get-recognized-selector .slds-radio {
    width: 100%;
    height: 30%;
    display:block;
    
    margin: 2px 0;
    color: #fff;
}

/*.get-recognized-selector .slds-radio:hover,
.get-recognized-selector .slds-radio:active {
        background:#0000cc;
}
*/
.slds-scope fieldset.get-recognized-selector .slds-radio input[type="radio"] {
    display: none;
}
.slds-scope fieldset.get-recognized-selector .slds-radio input[type="radio"]:checked+label {
    width: 100%;
    height: 30%;
    display:block;
    background:#0000cc;
    color: #fff;
    position:relative;

}
.slds-scope fieldset.get-recognized-selector .slds-radio input[type="radio"]+label {
    display: block;
    max-width: 100%;
    margin: 0;
    font-weight: 500;
    padding: 25px 10px;
    background:#b6c3d8;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.slds-scope fieldset.get-recognized-selector .slds-radio input[type="radio"]+label:hover {background:#0000e6;}



.slds-scope fieldset.get-recognized-selector .slds-button.slds-button_neutral {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'IBM Plex Sans', sans-serif;
    background: #f5633a;
    transition: all 0.3s ease-in-out;
}

.slds-scope fieldset.get-recognized-selector .slds-button.slds-button_neutral:hover {
    background: #f45022;

}
.slds-scope fieldset.get-recognized-selector .slds-form-element__label.label-title {
    display:block;
    text-align: center;
    transform: translate3d(0px, 100%,0);
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
}


.slds-scope fieldset.get-recognized-selector .slds-form-element__label.help-message {
    opacity: 0;
        transition: all 0.2s ease-in-out;
        display: block;
        text-align: center;
        font-size: 12px;
        color:#FFF;

}
.slds-scope fieldset.get-recognized-selector .slds-radio__label:hover .label-title {
        transform: translate3d(0px, 0%,0);
}


.slds-scope fieldset.get-recognized-selector .slds-radio__label:hover .help-message {
    opacity: 1;
}










/* inner pages background image*/
#process_entry #wrapper,.thankyoubg #wrapper {
    background: url(../images/loginbg_shaded.jpg);
    background-size:cover;
}








.thankyoubg { 
/*    background: url(../images/loginbg_shaded.jpg);*/
    background-repeat: no-repeat;
    background-size:cover;
    /*background-color: #FFF;*/
}
.container-fluid.home-hero {
    min-height: 500px;
    background: url(../images/00651_AIM_myAIMUpdates_Home_1900x500_20190708.jpg) no-repeat top right #0102ce;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
/* payment page */
.operational-tabs ul.nav-tabs{
    border-bottom: 2px solid #595959;
    clear:both;
    margin:0 15px;
}
.btn.btn-apply{
    border:2px solid #DB4930;
    background:transparent;
    color:#DB4930;
    font-size:16px;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-apply:hover,.btn-apply:focus{
    background:#DB4930;
    color:#fff;
}
.uiButton--default:hover, .uiButton--default:focus, .uiButton--default.is-selected{
    background:#f4633a !important;
    color:#fff !important;
    text-shadow: none;
}
.operational-tabs ul.nav-tabs li.active a,.operational-tabs ul.nav-tabs li.active a:hover,.operational-tabs ul.nav-tabs li.active a:focus{
    border:2px solid #595959;
    font-weight:600;
    border-bottom:2px solid #fff;
    background:transparent;
    color:#000;
}
.operational-tabs ul.nav-tabs li a{
    border-radius: 0;
    color:#0000CC;
    border:0;
}
.operational-tabs ul.nav-tabs li a:hover,.operational-tabs ul.nav-tabs li a:focus{
    border-radius: 0;
    color:#000;
    background:transparent;
    border:0;
    border-bottom:2px solid #fff;
}
.operational-tabs .tab-content{
    padding:15px 0 20px;
    display:inline-block;
}
.operational-tabs .nav-tabs>li{
    margin-bottom: -2px;
}
.payment-operations ul{
    background:#0000CC;
    width:100%;
    padding:10px 15px;
    font-size:0;
    margin-bottom:20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.payment-operations ul li {
    text-align:center;
    font-size:16px;
    color:#fff;
    font-family: 'IBM Plex Sans', sans-serif;
}
.payment-operations h2{
    padding:5px 15px;
}
.payment-operations h2 a{
    border: 1px solid #0000CC;
    border-radius: 50%;
    padding: 0px 6px;
    margin: 0 5px;
    font-size: 15px;
    color: #0000CC;
}
.payment-operations label{
    font-size:16px;
    font-weight:normal;
}
.payment-operations input.form-control, .payment-operations select.form-control,
.payment-description input.form-control,.operational-tabs .tab-content input.form-control,
.operational-tabs .tab-content select.form-control {
    /*background:#eae9e9;*/
    border-radius:0;
    min-height:35px;
    color:#000;
    border:1px solid #b7b7b7;
}
.payment-wrap input.form-control{
    /*background:#eae9e9 !important;*/
}
.payment-wrap select.form-control{
    background:url(../images/arrow.png) no-repeat 97% 50%;
}
.operational-tabs .tab-content .btn-warning,
.operational-tabs .tab-content .btn.btn-warning:hover,
.operational-tabs .tab-content .btn.btn-warning:focus{
    background-color:#DB4930;
    color:#fff ;
    padding:10px 0;
    font-size:16px;
    width:320px;
    border:0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    text-transform: uppercase !important;
    font-weight: 600;
}
/*{
    background-color:#f4633a !important;
    color:#fff !important;
    text-transform: uppercase;
}*/
.payment-wrap input.form-control,.payment-wrap select.form-control{
    font-size:14px;
    font-weight:normal;
    color:#000;
}
.operational-tabs input.form-control,.operational-tabs select.form-control{
    width: calc(100% - 10px);
}
.operational-tabs ul.uiInputDefaultError:hover li.form-element__help, .operational-tabs ul.uiInputDefaultError.press li.form-element__help{
    left:1px;
}
.payment-wrap,.payment-description{
    padding:22px;
    background:#fff;
}
.payment-description ul{
    list-style:none;
    padding:0;
    margin-bottom: 24px;
}
.payment-description ul li{
    display:block;
    clear:both;
    width:100%;
    padding:5px 0;
    font-size:14px;
    font-weight:normal;
    color:#000;
}
.payment-description ul li:last-of-type{
    border-top:1px solid #000;
}
input.form-control.credit-card-input, select.form-control.credit-card-input option.credit-card {
    background: url(../shared/images/payment/accepted-cards.png) no-repeat;
    background-size: auto 25px;
    background-position: right;
}
#process_entry input.form-control.credit-card-input[disabled] {
    background: url(../shared/images/payment/accepted-cards.png) no-repeat #e0e0e0;
    background-size: auto 25px;
    background-position: right;
}
.text-left{
    text-align:left;
}
.text-right{
    text-align:right;
}
.table-responsive{
    border:0;
}
/* my applications page*/ 
.my-applications h2{
    margin-bottom:20px;
}
.my-applications table th{
	font-weight:600;
}
.my-applications table{
    /* max-width:1200px;
    width:1200px; */
    /* width:100%; */
    /*table-layout:fixed;*/
    /*margin:auto;*/
    /*border-collapse:collapse;*/
    /* border:0; */
    margin-bottom:20px;
}
.my-applications table th,.my-applications table td {
    /* padding:5px 10px;
    border:0; */
    text-align:center;
}
.my-applications thead {
    background:#0000CC;
    /*display:table;*/
    color:#fff;
    /*width:100%;*/
    /*width:calc(100% - 18px);*/
}
.my-applications table tbody {
    /*height:340px;
    overflow:auto;
    overflow-x:hidden;
    display:block;
    width:100%;*/
}
.my-applications tr{
    /*display:table;
    width:100%;
    table-layout:fixed;*/
}
.my-applications table tr td,.my-applications table tr th{
    text-align: center;
	vertical-align:middle;
}
.my-applications table tr td{
    /*font-size:16px;
    color:#050506;*/
}
.slds-scope a.edit, a.edit {
    width: 16px;
    height: 16px;
    background: url(../images/edit_1.png) no-repeat 0 0;
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    background-size: 100%;
    padding: 0;
}
.slds-scope a.non-edit, a.non-edit {
    width: 16px;
    height: 16px;
    background: url(../images/tick.png) no-repeat 0 0;
    float: none;
    cursor: default;
    display: block;
    text-align: center;
    margin: 0 auto;
    background-size: 100%;
}
.delete-disabled,.delete,.delete-disabled:hover,.delete:hover,.delete-disabled:focus,.delete:focus{
    background:transparent;
    border:0;
    border-radius: 0;
}
.delete:before,.delete-disabled:before,.delete-disabled:before{
    content:"\f1f8";
    font-family: "FontAwesome";
    font-size:20px;
    color:#0000CC;
}
.delete-disabled:before{
    color:#595959;
    cursor:not-allowed;
}
.my-applications .table-striped tbody tr:nth-child(even),.my-course .table-striped tbody tr:nth-child(even){
    background: #fdfdfe;
}
.my-applications .table-striped tbody tr:nth-child(odd),.my-course .table-striped tbody tr:nth-child(odd){
    background: #d5d8e2;
}
.my-applications button.btn.btn-block.btn-warning{
    padding-top:8px;
    padding-bottom:8px;
}
.step-count {
    text-align: center;
    margin-bottom: 10px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
    left:16px;
}
.step-count ul {
    text-align: center;
    -webkit-box-shadow: 15px 0px 0px #fafafa, -15px 0px 0px #fafafa, 0px 2px 10px #dcdbdb, 0px -2px 10px #dcdbdb;
    box-shadow: 15px 0px 0px #fafafa, -15px 0px 0px #fafafa, 0px 2px 10px #dcdbdb, 0px -2px 10px #dcdbdb;
    display: inline-block;
    background: #fafafa;
    margin: 0px auto 20px;
}
.step-count ul li {
    color: #8ea3c5;
    color: rgb(185, 185, 185);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 12px;
    padding: 5px 0px;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
}
.step-count ul li a {
    color: #0000CC;
}
.step-count ul li:last-child:after {
    display: none;
}
.step-count ul li.active a, .step-count ul li.active, .step-count ul li.active .link {
    color: #0000CC;
    font-weight: 700;
}
#step-wizard-entry h1{
    color:#0000CC;
    font-size:20px;
    font-weight: 500;
}
#step-wizard-entry h1 a{
    text-transform: lowercase;
}
#step-wizard-entry select {
    background: url(../images/arrow.png) no-repeat 97% 50%;
}
#step-wizard-entry .input-group{
    border:0;
}
.option-button, .slds-scope .slds-button--neutral.option-button {
    width: 50%;
    display: block;
    border: 1px solid rgb(196, 188, 183);
    margin-top: 5px;
    background: transparent;
    color: rgb(58, 61, 66);
    font-size: 16px;
    line-height: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    height: 50px;
    border-radius: 0;
    float: left;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-shadow: 0px 0px 5px #7d7d7d;
    box-shadow: 0px 0px 5px #7d7d7d;
}
.option-button span, .option-button:focus, .slds-scope .slds-button--neutral.option-button span,
.slds-scope .slds-button--neutral.option-button:focus {
    font-size: 16px;
    font-weight: normal;
    background: transparent !important;
}
a.info-popup-link {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #0000CC;
    border: 1px solid #0000CC;
    border-radius: 30px;
    text-align: center;
    text-transform: lowercase;
    line-height: 16px;
    font-size: 18px;
    -webkit-transition: all 0.05s ease-in-out;
    -o-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    text-decoration: none;
}


#tooltipMessage {
    transform: translate3d(10px, 0px, 0px);
    position: absolute;
    left: 0;
    min-width: 200px;
    background: #0000CC;
    z-index: 9999;
    width: 96%;
    padding: 3%;
    opacity:1;
    transition: all 0.05s ease-in-out; 
    border-radius: 4px;
    color: #FFF;
    top: 40px;
    height: auto;
}
#tooltipMessage.toggle{
    opacity:0;
    pointer-events: none;
}

.course_tooltip {
    cursor:pointer;
    margin: 0 5px 5px;
    display: inline-block;
}

.course_tooltip .popover__body {
    font-size:14px;
}

#stepWiseWizard .course_tooltip {
    cursor:pointer;
    width: 9%;
    margin: 0;
    display: inline-block;
    text-align: right;
    right: 0; 
    top: 0; 
    vertical-align: top;
}
#stepWiseWizard .course_tooltip .popover__body {
    font-size:14px;
    text-align: left;
}

.info-popup-label {
    width: 90%
}



.course_tooltip .hover_popover:after {
    box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.16);
    z-index: -1;
    width: 1rem;
    height: 1rem;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    background-color: inherit;
    top: 0;
    margin-top: -.5rem;
    left: 50%;
}
.course_tooltip a.info-popup-link:hover {
    text-decoration: none;
    color: #8e8eff;
    border: 1px solid #8e8eff;
}

        
    

.showLoading {
    z-index: 9999999999;
    position: relative;
}
a.info-popup-link:hover {
    color: #0000CC;
    border: 1px solid #0000CC;
    text-decoration: none;
}
.process-button-group .btn.btn-primary{
    padding:16px 30px;
    margin:0 8px;
}
.option-button:hover, .option-button:focus, .option-button.active,
.slds-scope .slds-button--neutral.option-button.active,.slds-scope .slds-button--neutral.option-button.active:hover,
.slds-scope .slds-button--neutral.option-button.active:focus {
    border: 3px solid #0000CC;
    background: transparent !important;
}

.option-button.active span, .option-button:hover span.label, .option-button:focus span.label {
    color: #0000CC;
    text-shadow: none;
}
.form-control, .file-name, 
.slds-scope input.form-control, 
/*.slds-scope select.form-control*/ {
    color: rgb(51, 51, 51);
    display: block;
    width: auto;
    height: auto;
    /*border: 0;*/
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    border-radius: 0px;
    padding: 10px 50px 10px 10px;
    font-size: 16px;
    width: 100%;
    background: transparent;
    -ms-flex-item-align: end;
    align-self: flex-end;
    line-height: 20px;
}
.form-control:focus {
    /* border: 0px; */
    border-color:transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
form .input-group {
    border: 1px solid #797979;
}
/*#process_entry form .input-group*/
#process_entry #step-wizard-entry form .input-group{
    border: 1px solid #626262;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
}
#process_entry .operational-tabs form .input-group{
	border:0;
	/* background:#eae9e9; */
	background:transparent;
}
#process_entry form .input-group[disabled], #process_entry input.form-control[disabled] {
    background: rgba(99, 99, 99, 0.2);
}
/* calendar */
.uiDatePicker--default .dateBar .monthYear, .uiDatePicker--default .dateBar .monthYear span, .uiDatePicker--default .dateBar select, .uiDatePickerGrid--default .calGrid th, a.uiDayInMonthCell--default.prevMonth, a.uiDayInMonthCell--default.nextMonth, a.uiDayInMonthCell--default.desktop:hover, a.uiDayInMonthCell--default.desktop:focus, a.uiDayInMonthCell--default.desktop:active, a.uiDayInMonthCell--default {
    color: #0000CC;
}
.uiDatePicker.uiDatePicker--default .dateBar .monthYear {
    line-height: 18px !important;
    text-align: center;
}
.uiInput--datetime .datePicker-openIcon {
    background: url(../images/calender.png) no-repeat 0 0 !important;
    height: 24px !important;
    position: absolute !important;
    width: 24px !important;
    right: 10px;
    top: 8px;
    z-index: 999;
    left: auto !important;
}
.uiDatePicker--default .dateBar select {
    color: #0000CC !important;
    width: 65px !important;
}
.uiDatePicker--default .dateBar .prevMonth, .uiDatePicker--default .dateBar .prevMonth:hover, .uiDatePicker--default .dateBar .prevMonth:focus {
    width: 0 !important;
    height: 0 !important;
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid #0000CC !important;
    border-left: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: none !important;
    display: inline-block;
}
.uiDatePicker--default .dateBar .nextMonth, .uiDatePicker--default .dateBar .nextMonth:hover, .uiDatePicker--default .dateBar .nextMonth:focus {
    width: 0 !important;
    height: 0 !important;
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid #0000CC !important;
    border-right: 0px 0 !important;
    -webkit-box-shadow: none 0 !important;
    box-shadow: none 0 !important;
    background: none !important;
}
.uiDatePicker--default .dateBar .monthYear {
    line-height: 18px !important;
}
.datePicker-openIcon .assistiveText, .prevMonth .assistiveText, .nextMonth .assistiveText, .picklist .assistiveText,
.dateBar .assistiveText{
    display: none;
}
.datepicker__filter--month .monthYear {
    margin: 0;
}
/* my-course */
.my-course{
    /*margin-bottom:10px;*/
}
.my-course h3{
    /*font-weight: 600;
    color:#0000CC;
    font-family: 'IBM Plex Sans', sans-serif; */
}
.my-course .btn-warning{
    text-align: center;
    margin:15px 0 10px;
}
.my-course tr td .btn-warning{
    margin:0;
	padding:4px 10px;
}

button .slds-form-element.cStudentPortal_Tooltip {
    display: inline-block;
}

.my-course .btn-warning[disabled],.my-course .btn-warning[disabled]:hover,.my-course .btn-warning[disabled]:focus{
    background-color:#595959;
}
.my-course .table{
    margin-bottom:20px;
}
.icon-image{
    padding-right:1%;
	width:20px;
	height:20px;
    pointer-events: none;
}
.my-course thead{
    background: #0000CC;
}
.my-course .table tr th{
    color:#fff;
    font-size:16px;
    font-weight:600;   
    line-height: 100%;
}
.my-course tr td{
    font-size: 16px;
    font-weight: normal;
}
.my-course tr th,.my-course tr td{
    text-align: center;
    font-family: 'IBM Plex Sans', sans-serif;  
}









/************************************/
/********aim credentials my course***/
/************************************/
/************************************/



.container.my-course-content {
    padding: 0 25px;
    background: #f1f2f2; 
}

.my-course-content h2.text-capitalize {
    color: #DB4930;
    
}

.my-course .my-course-content table th {
    line-height: 100%;
    padding: 3px;
}


.plus-icon {
    border-radius: 30px;
    height: 23px;
    width: 23px;
    border: 2px solid #DB4930;
    color: #DB4930;
    display: inline-block;
    line-height: 20px;
    font-size: 30px;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 5px;
    font-family: 'Arial', sans-serif;
    pointer-events: none;
}

.tick-icon {
    border-radius: 30px;
    height: 16px;
    width: 16px;
    border: 1px solid #FFF;
    color: #FFF;
    display: inline-block;
    line-height: 15px;
    font-size: 10px;
    font-weight: 100;
    vertical-align: middle;
    margin-right: 5px;
    font-family: 'Arial', sans-serif;
    pointer-events: none;
}

.my-course .table>tbody>tr>td, 
.my-course .table>tbody>tr>th, 
.my-course .table>tfoot>tr>td, 
.my-course .table>tfoot>tr>th, 
.my-course .table>thead>tr>td, 
.my-course .table>thead>tr>th {
    border: none;
}


.btn.btn-warning.inverted {
    font-size: 15px;
    vertical-align: middle;
    line-height: 18px;
    background: none;
    border: 1px solid #DB4930;
    color: #DB4930;
    padding: 5px 15px 3px;
    width: auto;
    transition: all 0.3s ease-in-out;
}
.btn.btn-warning {
    transition: all 0.3s ease-in-out;
}

.btn.btn-warning.inverted:hover,
.btn.btn-warning:hover {
    box-shadow: 0px 0px 4px #DB4930;
}

.btn.btn-warning.inverted[disabled],
.btn.btn-warning.inverted.disabled,
.btn.btn-warning.inverted.disabled:hover,
.btn.btn-warning[disabled]:hover {
    opacity: 0.2;
    border: 1px solid gray;
    color: gray;
    background: none;
    box-shadow: none;
}

.btn.btn-warning.inverted[disabled] .plus-icon,
.btn.btn-warning.inverted.disabled .plus-icon,
.btn.btn-warning[disabled]:hover .plus-icon,
.btn.btn-warning.disabled:hover .plus-icon {
    opacity: 0.5;
    border: 1px solid gray;
    color: gray;
    background: none;
    box-shadow: none;
}

.my-applications .table-striped tbody tr.striped-row:nth-child(odd), 
.my-course .table-striped tbody tr.striped-row:nth-child(odd),
.my-applications .table-striped tbody tr.striped-row:nth-child(even),
.my-course .table-striped tbody tr.striped-row:nth-child(even) {
    background: none;
    height: 70px;
}
.table>tbody>tr.striped-row>td {
    vertical-align: bottom;
}

.toggle-table td a.fa,.toggle-table td a.fa:hover,.toggle-table td a.fa:focus{
    color:#0000CC;
    background:transparent;
    text-decoration: none;
}	

/* thankyou panel */
.thankyou,.thy .thumbnail{
    max-width:420px;
    padding:2%;
    margin:0 auto;
    border:1px solid #0000CC;
    border-radius:0;
    background:#fff;
}
.thankyou p,.thy .thumbnail p{
    font-size: 16px;
}
.thankyou i,.thy .thumbnail i{
    font-size:6em;
    color:#0000CC;
}
.thankyou a{
    text-decoration: underline;
    color:#0000CC;
}
/***********AIM HOME*************/
.home-hero-content {
    padding-left: 15%;
}
.slds-scope .homepage-new .slds-tabs--scoped__content {
    border: transparent;
    padding-top: 50px;
    overflow: hidden;
}

.slds-scope .homepage-new ol {
    list-style: circle; 
    font-size: 14px;
}

/*****************/
/***home tabs*****/
.homepage-new .home-content {
    position: relative;
    top: -32px;
}
.menu-text {
    pointer-events: none;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 100%;
    margin: auto;
    letter-spacing: 0px;
    margin-left: 0px;
    position: relative;
}

.homepage-new .icon-default,
.homepage-new .icon-active {
    margin: auto;
    text-align: center;
    width:24px;
    margin-right: 10px;
    pointer-events: none;
}

.slds-tabs--scoped__link {
    /* height: auto; */
    line-height: 1em;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.slds-scope .homepage-new .slds-tabs--scoped__nav {
    border: none;
    overflow: hidden;
    background: transparent;
    border-radius: 0;
}
.slds-scope .homepage-new .slds-tabs--scoped__item:first-child .slds-tabs--scoped__link {
    border-left: 0;
}
.slds-scope .slds-tabs--scoped__link .icon-active, .slds-scope .slds-active .slds-tabs--scoped__link .icon-default {
    display: none;
}
.slds-scope .slds-tabs--scoped__link .icon-default, .slds-scope .slds-active .slds-tabs--scoped__link .icon-active {
    display: inline-block;
}
.slds-scope .slds-active a.slds-tabs--scoped__link,
.slds-scope .slds-tabs--scoped__item:first-child .slds-tabs--scoped__link {
    overflow: hidden;
}
.slds-scope .homepage-new .slds-tabs--scoped__nav li {
    border-right: 2px solid #848484;
    vertical-align: middle;
    min-height: 60px;
    min-width: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background: #414042;
    border-radius: 0;
    text-align: center;
}
.slds-scope .homepage-new .slds-tabs--scoped__nav li:last-child {
    border-right: 0px;
}
.slds-scope .homepage-new .slds-tabs--scoped__nav li.slds-active {
    border: 0px;
    padding: 1px 0;
    background: #FFF;
}
.slds-scope .homepage-new .slds-tabs--scoped__link, 
.slds-scope .homepage-new .slds-tabs--scoped__link a {
    color: #FFF;
    width: 100%;
}
.slds-scope .homepage-new .slds-active .slds-tabs--scoped__link, 
.slds-scope .homepage-new .slds-active .slds-tabs--scoped__link a {
    color: #0000cc;
}
.slds-scope .homepage-new .slds-tabs--scoped__link {
    height: auto;
    min-height: 60px;
    line-height: 120%;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
}
.homepage-new .slds-tabs--scoped__item.slds-text-title--caps.slds-active a {
    border: transparent;
}

.slds-scope .homepage-new .slds-tabs--scoped__content {
    border: transparent;
    padding-top: 50px;
}
/*****************/

.homepage-new .article-item {
    width: 100%;
    display: inline-block;
}
.homepage-new .article-item {
    margin: 20px 0;
    padding: 50px 30px 50px 14.9999999%;
}

.slds-scope .homepage-new .text-content h2 {
    margin: 0;
}
.slds-scope .home-hero h2, .slds-scope .homepage-new .home-content h2 {
    font-size: 30px;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #333;
    text-transform: inherit;
}
.slds-scope .home-hero h5, .slds-scope .homepage-new .home-content h5  {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 20px;
}

.slds-scope .homepage-new h2, .slds-scope .homepage-new h2 {
    font-size: 22px;
    font-family: 'IBM Plex Sans', sans-serif;
    color: rgb(0, 0, 204);
    font-weight: 700;
}

.slds-scope .homepage-new h1,
.slds-scope .homepage-new h2,
.slds-scope .homepage-new h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.slds-scope .homepage-new h1, 
.slds-scope .homepage-new h2, 
.slds-scope .homepage-new h3, 
.slds-scope .homepage-new h4, 
.slds-scope .homepage-new h5, 
.slds-scope .homepage-new h6, 
.slds-scope .homepage-new th, 
.slds-scope .homepage-new td, 
.slds-scope .homepage-new th, 
.slds-scope .homepage-new td, 
.slds-scope .homepage-new  {
    font-family: 'IBM Plex Sans', sans-serif;
}
.homepage-new .slds-tabs--scoped__content p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.slds-tabs--scoped__content .homepage-new p {
    margin-top: 30px;
    margin-bottom: 20px;
}

.slds-scope .homepage-new p {
    margin: 0 0 10px;
}

.slds-scope .homepage-new .sidebar-content p {
    margin: 0 0 0;
}

.homepage-new .article-item .ordered-list {
    padding-left: 90px;
    position: relative;
    padding-bottom: 30px;
}

.homepage-new .article-item .ordered-list.one:before {
    content: '1';
}
.homepage-new .article-item .ordered-list:before {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0px;
    border: 2px solid #1c1cd1;
    color: #545454;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 46px;
    text-align: center;
}
.homepage-new .article-item .ordered-list .title {
    font-size: 1.1em;
    font-weight: bold;
}
.homepage-new .article-item:nth-child(even) {
    background: hsla(216, 29%, 94%, 1);
}

.homepage-new .slds-tabs--scoped__content .sidebar-content.bg-color {
    border: none;
    background: #fff;
    border: 1px solid #c9cbcc;
}
.homepage-new .slds-tabs--scoped__content .sidebar-content {
    padding: 10px 20px;
    margin-bottom: 25px;
    margin-left: 3%;
}

.homepage-new .slds-tabs--scoped__content .sidebar-content h4 {
    padding-top: 0px;
    color: #595959;
    text-transform: uppercase;
    font-size: 18px;
}

.homepage-new .slds-tabs--scoped__content .sidebar-content a.links {
    display: block;
    width: 100%;
    font-size: 14px;
}

.homepage-new .slds-tabs--scoped__content .sidebar-content.bg-color {
    border: none;
    background: #fff;
    border: 1px solid #c9cbcc;
}

.homepage-new .slds-tabs--scoped__content .sidebar-content {
    padding: 10px 20px;
    margin-bottom: 25px;
    margin-left: 3%;
}

.homepage-new .quick-links {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 2px;
    font-size: 14px;
}

a, a:visited, a:focus, input, button {
    outline: none !important;
}

.homepage-new .quick-links:before {
    content: "\25b6";
    right: 10px;
    position: absolute;
    color: #595959;
}
.homepage-new .line-divider {
    display: block;
    width: 100%;
    border-bottom: 2px solid #8e8e8e;
    margin: 20px 0;
}

.homepage-new .slds-tabs--scoped__content .sidebar-content h5 {
    color: #595959;
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 4px;
}
.slds-scope .homepage-new a {
    color: #0000cc;
}
.homepage-new .slds-tabs--scoped__content p a {
    font-size: 14px;
}
.slds-tabs--scoped__content .sidebar-content {
    background-color: #f4f6f9;
    padding-bottom: 30px;
}
.home-hero h1, .home-hero h2, .home-hero h3, .home-hero h4, .home-hero h5 {
    color: #fff;
}

.carousel-caption h1 {
    line-height: 65px;
    padding: 10px 0 0 0;
}

.slds-scope .home-hero-content h1 {
    font-size: 3em;
    font-family: 'IBM Plex Sans', sans-serif;
    color: rgb(255,255,255);
    text-transform: inherit;
    margin-top: 180px;
}

.homepage-new .home-hero .home-hero-content h2 {
    font-size: 1.6em;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 100;
}
.slds-scope .homepage-new h1, .slds-scope .homepage-new h2, .slds-scope .homepage-new h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 900;
}
.slds-scope .homepage-new h3 {
    font-size: 2.3em;
    font-family: 'IBM Plex Sans', sans-serif;
}

.slds-scope .homepage-new h4 {
    font-size: 1.5em;
    font-family: 'IBM Plex Sans', sans-serif;
}

.slds-scope a.btn-aim-clasic {
    display: inline-block;
    min-width: 220px;
    text-align: center;
    background: white;
    font-family: 'Franklin Gothic',sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    background-color: #DB4930;
    letter-spacing: 1px;
    padding: 5px 20px;
    max-width: 250px;
    border: 3px solid #FFF;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.ui-accordion > div:last-child {
    border-bottom: 2px solid #000000;
}
.ui-accordion > div:first-child .ui-accordion-header {
    border-bottom: 0 none;
    border-top: 0 none;
}
.ui-accordion .ui-accordion-header {
    color: #525252;
    font-weight: 600;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 20px;
}
.ui-accordion .ui-accordion-header {
    margin: 0;
    border: 0 none;
    border-radius: 0;
    background: transparent;
    color: #535353;
    font-family: "UnitSlabOT",serif;
    font-weight: bold;
    font-size: 24px;
    padding: 33px 60px 34px 20px;
    border-top: 2px solid #000000;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: auto;
    right: 30px;
    background: none;
    height: 2px;
    width: 20px;
    display: inline-block;
    background: #0000cc;
    margin-top: -1px;
    overflow: inherit;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    pointer-events: none;
}
.ui-state-default .ui-icon {
    background-image: url(/sites/all/modules/contrib/jquery_update/replace/ui/themes/base/minified/images/ui-icons_888888_256x240.png);
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
    content: '';
    height: 20px;
    width: 2px;
    display: block;
    background: #0000cc;
    position: absolute;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    z-index: 2;
    text-align: center;
    left: 50%;
    top: 0;
    margin-top: -9px;
    margin-left: -1px;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ui-accordion .ui-accordion-content {
    border-top: 0;
    padding: 0;
    background: transparent;
    border: 0 none;
    border-radius: 0;

    font-size: 15px;
    color: #333333;
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.ui-accordion .open .ui-accordion-content {
    max-height:30em;
    padding: 0 20px;
    padding-bottom: 30px;
}
.ui-accordion .open .ui-accordion-header .ui-accordion-header-icon:before {
    content: '';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
    content: '';
    height: 20px;
    width: 2px;
    display: block;
    background: #0000cc;
    position: absolute;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    z-index: 2;
    text-align: center;
    left: 50%;
    top: 0;
    margin-top: -9px;
    margin-left: -1px;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ui-accordion .open .ui-accordion-header .ui-accordion-header-icon {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ui-accordion > div:first-child .ui-accordion-header {
    border-bottom: 0 none;
    border-top: 0 none;
}
.ui-accordion .ui-accordion-header {
    color: #525252;
    font-weight: 600;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 20px;
}
.ui-accordion .ui-accordion-header {
    margin: 0;
    border: 0 none;
    border-radius: 0;
    background: transparent;
    color: #535353;
    font-family: "UnitSlabOT",serif;
    font-weight: bold;
    font-size: 24px;
    padding: 25px 60px 25px 20px;
    border-top: 2px solid #000000;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: auto;
    right: 30px;
    background: none;
    height: 2px;
    width: 20px;
    display: inline-block;
    background: #0000cc;
    margin-top: -1px;
    overflow: inherit;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    top: 50%;
    /* margin-top: -8px; */
}
.my-course .course_tooltip .slds-popover__body{
	font-size:12px;
}

.slds-popover.toggle {
    display: none;
}

.course_tooltip .slds-popover:before,
.course_tooltip .slds-popover:after {
    top: 50%;
}

.slds-popover.slds-popover--tooltip.slds-nubbin--left-top {
    /*top: 0;*/
}

/*calendar font fix*/
.slds-datepicker .uiDatePickerGrid--default .calGrid th, .slds-datepicker .uiDayInMonthCell--default {
  font-family: 'IBM Plex Sans', sans-serif;
}
.slds-datepicker select {
    background: url(../images/arrow.png) no-repeat 97% 50%;
}

input.form-control.credit-card-input {
  background: url(https://sdev-my-aimbusinessschool-edu-au.cs5.force.com/resource/1503012355000/ScentiaAssets/shared/images/payment/accepted-cards.png) #FFF no-repeat !important; 
  background-size: auto 25px !important; 
  background-position: right !important; 
}
/*------------new-css----------*/
.table-width-manage td {
    width: 13%;  
}
.process-button-group {
    margin-bottom: 20px;
}

.right-sidebar {
    width: auto;
    height: auto;
    min-height: 80px;
    position: fixed;
    right: 0;
    background: #FFF;
    top: 30%;
    padding: 0px;
}


.right-sidebar a, 
.right-sidebar a.info-popup-link {
    width: auto;
    height: auto;
    display: block;
    vertical-align: middle;
    color: #0000CC;
    border: none;
    border-radius: 0;
    text-align: left;
    text-transform: none;
    line-height: 140%;
    font-size: 14px;
    font-family: 'IBM Plex Sans', sans-serif;
    text-decoration: none;
    padding: 10px;
    max-width: 100px;
    min-height: 50px;
    font-weight: normal;
}

.right-sidebar a:hover,
.right-sidebar a:active,
.right-sidebar a:focus {
    color: #FFF;
    text-decoration: none;
    background: #0000CC;
    transform: none;
}



/**********************************************************************/
/*********************CPM APPLICATION**********************************/
/**********************************************************************/
.half-children-w .form-group{
    width: 50%;


}

#application-CPM .input-group{
    width: 100%;
    border: 1px solid #626262;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
}

#application-CPM .cpm-coursename{
    background: #0000cc;
    color: #FFF;
    text-transform: uppercase;
    position: absolute;
    width: 90%;
    display: block;
    height: 30px;
    top: -90px;
    line-height: 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 5px 5px;
}


#application-CPM .error-msg{
    margin: 0;
}

#application-CPM .option-button{
    background: #FFF;
}

#application-CPM .operational-tabs .tab-content input.form-control{
    background: #FFF;
}

#application-CPM .operational-tabs ul.nav-tabs {
    border-bottom: 2px solid #f4633a;
    margin: 0 15px;

}

#application-CPM .operational-tabs ul.nav-tabs li.active a,
#application-CPM .operational-tabs ul.nav-tabs li.active a:hover {
    border: 0px;
    border-bottom: 2px solid #f4633a;
    background: #f4633a;
    color: #FFF;
}



#application-CPM .operational-tabs ul.nav-tabs li a{
    background: #DB4930;
    color: #FFF;
    border-bottom:  #DB4930;
}

#application-CPM .operational-tabs ul.nav-tabs li a:hover{
    background: #f4633a;
    color: #FFF;
    border-bottom:  #f4633a;
}

#application-CPM .slds-scope .slds-button--neutral.option-button,
#application-CPM .option-button{
    background: #FFF !important;
}


#application-CPM select.form-control {
    background: url(../images/arrow.png) #FFF no-repeat 97% 50%;
}




@media(max-width:767px){
    .half-children-w .form-group{
        width: 100%;
    }

    .cStudentPortal_CPM_Application .list-unstyled.list-inline li {
        display: none;
    }
    .cStudentPortal_CPM_Application .list-unstyled.list-inline li.active {
        display: block;
    }
    .cStudentPortal_CPM_Application.step-count {
        margin-top: 50px;
    }
    .cStudentPortal_CPM_Application.step-count ul {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
        margin: 0px auto 0px;
    }
    .cStudentPortal_CPM_Application.step-count ul li:after {
        content: '';
    }
    #application-CPM .cpm-coursename {
        top: -75px;
    }


    #application-CPM .has-error.input.uiInput,
    #application-CPM .has-error.uiInputDefaultError,
    #application-CPM .has-error.input.form-control,
    #application-CPM .button-group.has-error button.option-button {
        background: none;
    }


}



/**********************************************************************/
/*************************END CPM APPLICATION**************************/
/**********************************************************************/






















































 

/********************************/
/* media queries */
@media(max-width:767px){
    
    .logo-public-sector {
        position: absolute;
        right: 10px;
        height: auto;
        display: inline-block;
        top: 10px;
        width: 110px;
    }

    .slds-scope fieldset.get-recognized-selector .slds-radio input[type="radio"]+label {
        background:#0000e6;
    }
    .slds-scope fieldset.get-recognized-selector .slds-button.slds-button_neutral {
        background: #f45022;
    }
    .slds-scope fieldset.get-recognized-selector .slds-radio__label .label-title {
            transform: translate3d(0px, 0%,0);
    }
    .slds-scope fieldset.get-recognized-selector .slds-radio__label .help-message {
        opacity: 1;
    }
    
    
    .accredit-wrapper .accredited:first-child {
        display: none;
    }

    .accredit-wrapper .accredited > li {
        margin: 0;
        padding: 10px 2px;
        height: auto !important;
    }
    .cStudentPortal_MyCourse_aim .my-course td {
        max-width: 85%;
    }
    
    .cStudentPortal_MyCourse_aim .my-course .aim-credentials-header td {
        max-width: 100%;
    } 
    .cStudentPortal_MyCourse_aim .my-course td .course_tooltip {
        text-align: left;
    }
    
    .slds-popover.slds-popover--tooltip.slds-nubbin--left-top {
        position: relative;
        top: 10px;
        left: 0;
    }
    .course_tooltip .slds-popover:before, .course_tooltip .slds-popover:after {
        top: 0em;
        left: 50%;
    }
    
    
    .my-course .table-header.striped-row.aim-credentials-header td {
        display: none;
    }
    .my-course .table-header.striped-row.aim-credentials-header,
    .my-course .table-striped tbody tr.striped-row.aim-credentials-header:nth-child(odd),
    .my-course .table-striped tbody tr.striped-row.aim-credentials-header:nth-child(even){
        height: auto;
        overflow: hidden;
    }
    .my-course .table-header.striped-row.aim-credentials-header td:last-child,
    .my-course .table-header.striped-row.aim-credentials-header td:first-child {
        display: inline-block;
        width: 100%;
    }
    
    
    .btn.btn-warning.inverted {
        width: 100%;    
    }
    
    .payment-operations input.form-control, .payment-operations select.form-control,
	.payment-description input.form-control,.operational-tabs .tab-content input.form-control,.operational-tabs .tab-content select.form-control{
		width:calc(100% - 25px);
	}
    .right-sidebar {
        width: 100%;
        height: auto;
        min-height: 80px;
        position: relative;
        right: auto;
            left: auto;
        background: #FFF;
        top: 0;
        padding: 0px;
    }
    .right-sidebar a, 
    .right-sidebar a.info-popup-link {
        text-align: center;
        line-height: 140%;
        font-size: 18px;
        max-width: none;
        min-height: 100%;

    }

    .navbar-header {
        position: relative;
        z-index: 11;
        margin: 0 !important;
    }
    #layout-entry #wrapper{
        background-size:cover;
        background-position:center;
    }
    .thankyou,.thy .thumbnail{
        max-width:320px;
    }
	.thankyou .btn-warning{
		font-size:12px;
	}
    .navbar-brand>img{
        max-height: 45px;
    }
    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
        background: none;
        border: 0px;
        padding:25px 12px;
        margin: 0;
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 99999999999;
        cursor: pointer;
        pointer-events: visible;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle.collapsed .icon-bar {
        background-color: #0000CC;
    }
    .navbar-default .navbar-collapse {
        border: 0;
        padding: 0;
        background: #0000CC;
        height: 100vh;
        overflow: hidden;
        position: fixed;
        width: 100vw;
        z-index: 99999;
        -webkit-animation: contractHeight 0.3s ease-in-out forwards;
        animation: contractHeight 0.3s ease-in-out forwards;
        top: 0;
    }
    .navbar-default .navbar-collapse.show-menu {
        -webkit-animation: expandHeight 0.3s ease-in-out forwards;
        animation: expandHeight 0.3s ease-in-out forwards;
    }
    ul.inner-nav {
        margin: 0;
        width: 100%;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    ul.inner-nav li {
        width: 100%;
    }
    .navbar-default .navbar-nav.inner-nav > li > a{
        color:#fff;
    } 
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > li > a:hover, ul.inner-nav li a {
        padding: 10px 30px;
		font-size:16px;
		color: #fff;
		width:100%;
    }
	ul.inner-nav li  hr{
		margin:0.5rem 0;
	}
    ul.user-profile {
        padding:25px 0 0 15px;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }
    ul.user-profile li {
        display: inline-block;
        vertical-align: top;
    }
    .navbar-default ul.user-profile.navbar-nav li a.dropdown-toggle {
        color: #fff;
    }
    ul.user-profile li img.arrow, ul.user-profile li ul.dropdown-menu {
        display: none;
    }
    .navbar-default .navbar-nav.user-profile li a:hover {
        padding: 0 0 0 10px;
    }
    .navbar {
        margin-bottom: 0px;
    }
    .partner-logo-container{
        display:none;
    }
    #layout-entry .well .btn-primary {
        max-width:100%;
        width: 100%;
        margin-bottom: 5px;
        font-size:15px;
        padding-top:6px;
        padding-bottom:6px;
    }
    .my-applications tr th,.my-applications table tr td,#layout-entry .well p{
        font-size: 14px;
    }
    .form-control{
        padding: 10px 30px 10px 10px;
    }
    .thankyou i, .thy .thumbnail i{
        font-size:4em;
    } 
    .thankyou p{
        font-size:14px;
    }
    .short-course li{
        padding:8px 10px;
        font-size:14px;
    }
    .sidebar label.control-label{
        font-size:16px;
    }
    #layout-entry #content{
        min-height:55vh;
        padding-bottom:10%;
    }
    .course-picker .panel-body{
/*        padding:6px;*/
    }
    .bg-white{
        margin:0 -15px;
    }
    .operational-tabs ul.nav-tabs{
        margin:0;
    }
    .payment-wrap, .payment-description{
        padding:3%;
    }
    .payment-wrap .form-group{
        padding: 0;
    }
    .homepage-new .home-hero .home-hero-content h2 {
        font-size: 1em;
    }
    .homepage-new .home-content {
        top: 0;
    }
    .slds-scope .homepage-new .slds-tabs--scoped__nav li {
        border: none;
    }
    .slds-scope .homepage-new .slds-tabs--scoped__nav li {
        width: 100%;
    }
    .slds-scope .slds-tabs--scoped__nav {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .accredited{
        display: block;
        margin:0 auto !important;
    }
	.visibility-hidden{
		display:none;
	}
	.ul.uiInputDefaultError:before,.operational-tabs ul.uiInputDefaultError:before{
		right: 0;  
		width: 18px;
		height: 18px;
		font-size:14px;
	}
	.my-applications table tr td, .my-applications table tr th{
		padding:5px;
	}
	.accredited .header h2{
		font-size:18px;
	 }
	 .accredited .header p{
		font-size:16px;
	 }
	 .my-course .toggle-course-table thead{
		display:none;
	 }
	 .toggle-course-table > tbody > tr > td[data-label]{
		text-align: left;
		width: 100%;
		overflow: hidden;
	 }
	 .toggle-course-table td[data-label]:before{
		content: attr(data-label);
		margin: 0 15px;
		font-weight: bold;
		border: none;
	 }
	 .toggle-course-table tr {
		display: block;
		float: left;
		width: 100%;
		border-bottom: 1px solid #ddd;
	}
	.toggle-course-table td a,.toggle-course-table td a:hover,.toggle-course-table td a:focus{
		text-decoration:none;
        font-size: 25px;
	}
	.pos-right {
		position: absolute;
		right:15px;
		left: auto;
	}
	.toggle-course-table td:first-child, .toggle-course-table td:nth-child(2), .toggle-course-table td:nth-child(3), .toggle-course-table td:nth-child(4), .toggle-course-table td:nth-child(5), .toggle-course-table td:nth-child(6){
		display: block;
		float: left;
		text-align: center;
		font-size: 13px;
		word-wrap: break-word; 
		border-top: 0;
	}
	 .toggle-course-table td[data-label]{
		 display:none;
	 }
	 .toggle-course-table td[data-label].show-accordeon {
		 display:block;
		 border-bottom: 1px solid #e9e9e9;
	 }
    .container-fluid.home-hero {
        min-height: 0;
        background: url(../images/00651_AIM_myAIMUpdates_Home_1900x500_20190708.jpg) no-repeat top left #0102ce;
        padding: 30px;
        background-size: cover;
        position: relative;
    }

    /*---------my-course-table-css------*/
    .table-width-manage td:first-child, .table-width-manage td:nth-child(2),
    .table-width-manage th:first-child, .table-width-manage th:nth-child(2) {
        width: 41% !important; 
        text-align: left !important;
    }
    .table-width-manage thead tr {
        /*height: 30px;*/
    } 
    .table-width-manage tr {
        position: relative;
    }
    .table-width-manage tr td {
        padding: 10px 0;
        
    }
    .table-width-manage .expand-icon {
        position: absolute;
        top: 0;
        right: 0px;
    }
    .table-width-manage td[data-label] {
        width: 100%;    
    }
    .table-width-manage td[data-label]:before {
        width: 40% !important;
        margin: 0;
        float: left;
        text-align: left !important;
        padding: 0 6px;
    }
    .table-width-manage td[data-label] span {
        width: 60%;
        text-align: left;
        float: left;
        padding: 0 7px;
    }
    .table-width-manage td:last-child {
        width: 100%;
        padding: 0 7px 5px;
    } 
} 


@media (min-width: 768px) {
    
    .cStudentPortal_MyCourse_aim .sub-table td {
        width: 10%;
    }
    .cStudentPortal_MyCourse_aim .sub-table td:first-child {
        width: 30%;
    }
    .cStudentPortal_MyCourse_aim .sub-table td:last-child {
        width: 20%;
    }
    .slds-tabs--scoped__content {
        padding-top: 60px;
    }
    .navbar-collapse.collapse {
        text-align: center;
        position: relative;
    }
    .container-fluid.home-hero {
        min-height: 500px;
        background: url(../images/00651_AIM_myAIMUpdates_Home_1900x500_20190708.jpg) no-repeat top right #0102ce;
        height: 500px;
    }
    .my-applications tr th,#layout-entry .well p{
        font-size: 16px;
    }
    .my-applications tr td{
        font-size: 14px;
    }
    .my-course .btn-warning{
        width:150px;
    } 
    .my-course h2,.my-applications h2{
        font-size:22px;
    }
    .my-course h3{
        font-size:17px;
    }
    .btn-warning{
        padding-top:6px;
        padding-bottom:6px;
        /* font-size:14px !important; */
		font-size:14px;
    }
    .my-course tr th,.my-applications table tr th{
        font-size:15px;
        font-weight: 500;
        padding:5px;
    }
    .my-course tr td,.my-applications table tr td{
        font-size:14px;
        font-weight: normal;
        padding:5px;
    }
    .my-course h3{
        font-size: 17px;
    }
    /*.navbar-brand>img{
        max-height:50px;
    }*/
    .table>tbody>tr>td, .table>tbody>tr>th,.table>thead>tr>td, .table>thead>tr>th{
        padding:4px 5px;
		vertical-align:middle;
    }
    .my-applications table-body{
        max-height:420px;
        overflow-y:auto;
    }
    .bg-white{
        margin:0;
    }
    .short-course li{
        padding:8px 10px;
        font-size:14px;
    }
    .my-course tr td .btn-warning{
        width:auto;
    }
    .course-picker .panel-primary .btn-warning{
        max-width:320px;
        margin:0 auto;
    }
    .course-picker .panel-primary{
        margin-top:20px;
    }
	.my-course td .btn-warning{
		padding:5px 12px;
		font-size:14px;
	}
	.my-course td .icon-image{
		width:15px;
		height:auto;
		padding-right:1%;
	}
}
@media screen and (max-width: 991px) {
    #layout-entry #content{
        height: calc(100vh - 387px);
    }
    #layout-entry .well h2{
        font-size:18px;
    }
    #footer {
        height: auto;
        position: relative;
    }
    .center-on-mobile {
        text-align: center;
    }
    .my-applications button.btn.btn-block.btn-warning{
        margin:1% auto;
        max-width:320px;
        display: block;
    }
    .sidebar label.control-label{
        font-size:18px;
    }   
}
@media (min-width:992px){
    .course-picker .panel-primary{
        margin-top:0px;
    }
}
@media (min-width:1280px){
    /*.navbar-brand>img{
        max-height: 60px;
    }*/
    .my-course .btn-warning{
        width:180px;
    } 
	.my-course td .btn-warning{
		font-size:14px;
	}
    .short-course li{
        padding:12px 35px 12px 15px;
        font-size: 16px;
    }
	.my-course td .icon-image{
		width:20px;
		height:20px;
	}
}
@media(min-width:1440px){
    .container-fluid.home-hero {
        min-height: 500px;
        background: url(../images/00651_AIM_myAIMUpdates_Home_1900x500_20190708.jpg) no-repeat top right #0102ce;
    }
    /*.container*/
    .container.home-hero-content {
        width: 100%;
    }
    /*.navbar-brand>img{
        max-height:73px;
    }*/
    ul.user-profile{
        padding: 20px 0 0 0;
    }
    #step-wizard-entry{
        margin:0 10%;
    }
    h1, .slds-scope h1 {
        font-size: 17px;
    }
    .my-course h2,.my-applications h2{
        font-size:26px;
    }
    .btn-warning{
        padding-top:9px;
        padding-bottom: 9px;
        /* font-size:16px !important; */
		font-size:16px;
    }
    .my-course h3{
        font-size:19px;
    }
    .my-course tr th,.my-applications table tr th{
        font-size:18px;
    }
    .my-course tr td,.my-applications table tr td{
        font-size:16px;
    }
    .sidebar label.control-label{
        font-size: 21px;
    }
}
/* orientation media query */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .navbar-default .navbar-collapse {
        overflow: scroll;
    }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: landscape) {
    .navbar-default .navbar-collapse {
        overflow: scroll;
    }
}
/*------------------new-css-----------*/
.my-applications .btn-warning {
    width: 195px;
}
.checkbox.ch-required .uiInput {
    display: inline-block;
    width: 95%;
}
.btn.btn-primary.buttonClass {
    border-radius: 15px !important;
    display: inline-block;
    line-height: 50px !important;
    color: #fff !important;
    font-size: 16px; 
    font-weight: 600;
}  

