/*	==========================================================================	
	
	AVATAR :: HUMAN CAPITAL FRONT END DEVELOPMENT STYLEGUIDE
	
	DEVELOPED BY: WAYDE THEUNISSEN 
	INITIALIZED: AUGUST 2021

	BASED ON DESIGNS BY: NATASHA AURET

	EDITABLE CUSTOM STYLESHEET

	========================================================================== */

/* 	========================================	
		ADD YOUR CUSTOMISED CODE HERE
	======================================== */

/* Main Header */
.main-header {
	height: auto;
	max-height: 100px;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 8px 0px rgba(65,65,65,0.4); 
	-moz-box-shadow: 0px 1px 8px 0px rgba(65,65,65,0.4); 
	box-shadow: 0px 1px 8px 0px rgba(65,65,65,0.4); 		
}

.main-header .logo {
	margin: 0px auto;
    padding: 10px 0;
    max-height: 80px;
    max-width: 339px;
}

.header-home__icon {
	border-right: 1px solid #0095AB;
	width: 80px;
	max-width: 80px;
	height: 60px;
}

.humanhub_logo img {
    width: 286px;
    height: auto;
}


.container_wrapper {
    height: 100vh;
    overflow: hidden;
}

/* OKTA Sign Up */
.okta_signup {
    max-width: 1000px;
    min-width: 1000px;
    width: 100%;
    height: 600px;
    display: flex;
}

.okta_signup li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.okta_signup li .content {
    max-width: 280px;
    min-height: 430px;
    width: 100%;
}

.okta_signup li:nth-child(2) .content {
    max-width: 300px;
}

.okta_signup li .content label {
    padding-bottom: 10px;
    font-weight: 500;
}

.okta_signup li .content .mm-row-form, 
.okta_signup li .content .mm-row-form form {
    display: block;
}

.okta_signup li .content .form-container {
    max-width: 260px;
}

.okta_signup li .content .forgot-password {
    font-size: 14px;
    padding-top: 10px;
}

.okta_signup li:nth-child(1) {
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    border-radius: 20px 0 0 20px;    
}

.okta_signup li:nth-child(2){
    color: #fff;
    width: 100%;
    max-width: 500px;
    background: url("https://mmelm.momentummetropolitan.co.za/scorm/avatar/dist/images/vertical_background_line.png") no-repeat right center #00A6BE;
    border-radius: 0 20px 20px 0;
}

.okta_signup li:nth-child(2) a,
.okta_signup li:nth-child(2) a:hover {
    color: #fff;
}

.okta_signup li:last-child img {
    width: 200px;
    height: 200px;
}

input.ps-button {
    min-width: 280px;
    max-width: 280px;
    background-color: #00A6BE;
    color: #fff;    
    height: auto;
    max-height: 40px;
    padding: 8px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: Segoe UI, Segoe;   
    border: 2px solid transparent;
    cursor: pointer;
    width: auto;
    transition: .5s all ease;
    border-radius: 20px;
    background-image: none !important;
    text-shadow: none !important;
    margin-bottom: 1px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.okta_signup li .button {
    min-width: 280px;
    max-width: 280px;
    margin-left: 0;
}

.okta_signup li:nth-child(2) .button {
    min-width: 256px;
    max-width: 280px;
    display: inline-block;
    margin: 0 10px !important;
}


/* Reset Password */
.reset_password {
    max-width: 550px;
}

.reset_password li:nth-child(n+2) {
    margin-top: 20px;
}

.reset_password li:nth-child(2) .country-code  {
    font-size: 14px;
}

.reset_password li:nth-child(4) {
    margin-top: 40px;
}

.reset_password li:nth-child(4) .button {
    min-width: 300px;
    margin-left: 0!important;
}

.reset_password li label {
    max-width: 240px;
    padding-right: 10px;
}

.reset_password li .form-container {
    max-width: 280px;
    min-width: 280px;
}


/*  =========================
        MEDIA QUERIES 
    ========================    */

/* MAX-WIDTH: 992px */
@media screen and (max-width: 992px) {
    
    .humanhub_header ul {
        display: block;
    }
        
    .humanhub_header li:nth-child(1), 
    .humanhub_header li:nth-child(2) {
        min-width: auto !important;
        text-align: center;
        justify-content: center !important;
    }    
    
    .container_wrapper {
        overflow: auto!important;
        max-width: 550px;
        height: 130vh;
        justify-content: flex-start!important;
    }
    
    .mobile_content_justify_center {
        justify-content: center!important;
        display: flex;
    }
    
    
    /* Okta Sign Up */
    .okta_signup {
        max-width: 500px !important;
        flex-direction: column-reverse;
        align-items: center;
        border-radius: 20px !important;
        height: 935px;
        min-width: 425px;
        width: auto;
    }
    
    .okta_signup li:nth-child(1) {
/*        border-radius: 20px 20px 0 0!important;*/
        border-radius: 0 0 20px 20px!important;
    }   
    
    .okta_signup li:nth-child(2) {
/*        border-radius: 0 0 20px 20px!important;*/
        border-radius: 20px 20px 0 0 !important;  
    }   
    
    .okta_signup li .content {
        padding-top: 40px;
    }
    
    
    /* Reset Password */
    .reset_password {
        padding-left: 20px;
        padding-right: 20px;            
    }
    
    .reset_password li {
        display: block;
    }
    
    .reset_password .mm-row-form form {
        flex-direction: column;        
    }
    
    .reset_password li .form-container {
        max-width: none;
        min-width: auto;
        width: 95%;
    }    
}




/* 	========================================
		CUSTOMISED PEOPLESOFT CSS CODE 
	======================================== */
.ps_box-group, 
.ps_content-group {
    -webkit-box-sizing: initial!important;
    -moz-box-sizing: initial!important;
    -ms-box-sizing: initial!important;
    box-sizing: initial!important;
}



/* Slider // Switch */                
.ps_box-checkbox {
  	padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0!important;
    white-space: nowrap;
    position: relative;
}

.ps_switch .ps_box-label {
    width: auto!important; 
	white-space: normal;
	text-align: right;
    padding-right: 0.76em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ps_switch:not(.psc_disabled) > .ps_box-label > .ps-label {
    cursor: pointer;
}

.ps_switch .ps-label {
    font-weight: normal;
	font-size: 16px;
}

.ps_switch:not(.psc_standard) .ps-checkbox {
    position: absolute;
    opacity: 0;
}

.ps_switch .ps_indicator, 
.ps_switch .psc_off_container {
    background-color: #ececec;
    font-weight: normal;
    outline: none!important;
    font-size: 16px;
}

.ps_switch .psc_on_container {
    background: #c8ead6;
    color: #000;
    -webkit-text-shadow: 0px 1px 0px #DEF9EA;
    -moz-text-shadow: 0px 1px 0px #DEF9EA;
    -ms-text-shadow: 0px 1px 0px #DEF9EA;
    text-shadow: 0px 1px 0px #def9ea;
    z-index: 1;
    width: 5.93em;
    left: 1px;
}

.ps_switch .psc_on_container, 
:root.psc_dir-rtl .ps_switch .psc_off_container {
    -webkit-border-radius: 0.75em 0 0 0.75em;
    -moz-border-radius: 0.75em 0 0 0.75em;
    -ms-border-radius: 0.75em 0 0 0.75em;
    border-radius: 0.75em 0 0 0.75em;
}

.ps_switch .psc_on_container, 
.ps_switch .psc_off_container {
    width: 6em;
    display: inline-block;
    text-align: center;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    -webkit-transition: -webkit-transform 0.125s ease-in-out;
    -moz-transition: -moz-transform 0.125s ease-in-out;
    -ms-transition: -ms-transform 0.125s ease-in-out;
    transition: transform 0.125s ease-in-out;
    position: relative;
    line-height: 1.25em;    
	background: transparent!important;
    font-weight: normal;
    color: #000!important;
}

.ps_switch .psc_on_container:after {
    width: 1.5em!important;
    height: 1.5em!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -ms-box-shadow: none!important;
    box-shadow: none!important;
    background-image: none!important;
    background: #00bea5;
    border: 0!important;
	margin-top: -1px !important;
    right: -0.55em;
}

.ps_switch .psc_off + .ps_box-control .psc_on_container, 
.ps_switch .psc_on + .ps_box-control .psc_off_container {
    background-color: transparent;
    box-shadow: none;
    color: transparent;
    background-image: none;
}

.ps_switch .psc_off_container {
    background-color: #fcfcfc;
    color: #000;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    text-shadow: none;    
    -webkit-border-radius: 0 0.75em 0.75em 0;
    -moz-border-radius: 0 0.75em 0.75em 0;
    -ms-border-radius: 0 0.75em 0.75em 0;
    border-radius: 0 0.75em 0.75em 0;
	left: 25px;
    top: 4px;
    border-radius: 0 !important;
    box-shadow: none !important;
}
                                
.ps_switch .psc_off + .ps_box-control .psc_on_container:after {
    width: 1.5em;
    height: 1.5em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    box-shadow: none!important;
    background-image: none!important;
    background: #d4454f;
    border: 0;
	margin-top: 0px !important; 
    right: -2em;
}


/* Select Dropdown */
.ps_box-dropdown .ps_box-control {
    position: relative;
    display: inline-flex;
    align-items: stretch;
    width: 100%;  
}

.ps_box-dropdown .ps_box-control select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0 30px 0 0;
    font-size: 16px;
    line-height: 1.65;
    color: #414141;
    background-color: #ffffff;
    background-image: none;
	border: 1px solid #bbb;
    border-radius: 4px;
    -ms-word-break: normal;
    word-break: normal;
    cursor: pointer;
    font-family: Segoe UI;
	padding: 4px;
}

.ps_box-dropdown .ps_box-control:after {
    content: '';
    color: #333;
	right: 5px;
    top: 14px;
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-top: 13px solid #00a6be;
    border-left: 8px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 8px solid transparent;
}


/* Sign-On Default CSS :: copied from signin.css */

#error_link {
    cursor: pointer;
/*
    outline: thin dotted #FF0000;
    outline: thin dotted #e03131;
    outline: thin dotted var(--pt-error-text-color, #e03131);
*/
}

.ps_login_error {
    text-align: center;
    margin-bottom:14px;
}

#ptloginerrorcont, #login_error, #discovery_error {
    display:none;
}

.ps_login_error_inner {
    display: inline-block;
    margin: 0;
}

.ps_login_error_inner:focus-visible {
    outline: none!important;
}


#login_error {
    font-size: 1em;
    font-weight:500;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: #c92a2a;
    color: var(--pt-error-text-color, #c92a2a);
}

.psloginerror {
    font-family: Arial;
    font-size: 9pt;
    color: #FFFFFF;
    margin:0;
    font-family: inherit;
    font-size: inherit;
    color: #c92a2a;
    color: var(--pt-error-text-color, #c92a2a);
}

.psloginerror span {
    color: #FFFFFF;
    color:inherit;
}

#browsercheck_error div {
    color: #000000;
    font-weight:normal;
    white-space: nowrap;
    width:auto;
    color:inherit;
}

#browsercheck_error div > div {
    display: inline-block;
    padding-right: 2em;
    text-align: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html[dir='rtl'] #browsercheck_error div > div {
    text-align:left;
    padding-right:0em;
    padding-left:2em;
}
