/* Copyright (c) 2015 Charles Sturt University. All rights reserved */
/* Charles Sturt University Applicants Experience Application Main CSS Theme */

/**
 * Develop to use for psi project auth0-authentification
 * 
 */

/*
 * CSU Audit Trail
 *
 * Date             Ref             Name        Changes
 * ----             ---             ------      --------------------------------------------------------
 * 09-06-2017       PSI Project     kkyaw       Created
 * 14-06-2019       Brand Project   kkyaw       Updated
*/


/* Override materialize links and tab css*/
h1 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin:0;
}

h5 {
  color: #717171;
  font-size:  1.15em;
  margin: 1rem 0 2.656rem;
  text-align: center;
}
.tabs .tab a, .tabs .tab a.active {
  color: #C92D0C;
}
.tabs .tab a:hover, .tabs .tab a:focus {
  font-weight: bold;
  color: #C92D0C;
  text-decoration: none;
}

.csu-site-title-image {
  width: 170px!important;
}

.logo-div {
  text-align: center;
}

#login_card {
  margin-top:0!important;
}

#loginBox {
  margin-top: 15px!important;
}

.unsubscribeLeadDiv {
  margin-bottom: 0;  
}

/* override materialize form objects */
.input-field label {
  color:#797676!important;
}

label[for=UnsubscribeLead] {
  left:0!important;
  padding-left: 25px;
  font-size: 10px;
  color:rgba(0,0,0,0.87)!important;
}

input {
  border-bottom:1px solid #717171;
}

/*input focus button color changed*/
input:focus {
  border-bottom: 1px solid #3f51b5!important;
  box-shadow: 0 1px 0 0 #3f51b5!important;
}

input:focus:not([readonly])+label {
  color:#3f51b5!important;
}

input.valid {
  border-bottom: 1px solid #717171!important;
  box-shadow: none!important;
}

/*invalid input*/
input.invalid:not([readonly])+label {
  color: #de3535!important;
  top:1rem;
}
input.invalid+label:after {
  color:#de3535!important;
}
input.invalid {
  border-bottom: 1px solid #C92D0C!important;
  box-shadow: none!important;
}
input.invalid:focus {
  border-bottom: 1px solid #C92D0C!important;
  box-shadow: 0 1px 0 0 #C92D0C!important;
}

/*input[type=text].validate+label, input[type=email].validate+label, input[type=password].validate+label, input[type=email]+label {*/
input[type=text].validate+label, input[type=email].validate+label, input[type=password].validate+label, input[type=email]+label {

  -webkit-transform:translateY(-140%); /* Chrome, Safari, Opera */
  -ms-transform: translateY(-140%); /* IE 9 */
  transform: translateY(-140%);
}

/*checkbox*/
[type="checkbox"].filled-in:checked+label:before {
  border-right:2px solid #000;
  border-bottom:2px solid #000;
}

[type="checkbox"].filled-in:checked+label:after {
  background-color: #fff;
  border: 2px solid #000;
}

/* privacy statement*/
#privacyStatementLabel {
  color:#000!important;
}

.small-font {
  font-size: 10px;
  padding-top: 7px;
}
.small-title {
  font-weight:bold!important;
}
/* progress bar */
.progress {
  margin-bottom:0;
  background-color:#f9daac!important;
}

.progress .indeterminate {
  background-color:#f6b044!important;
}

/************************************************
* Button
***************************************************/

.btn-large {
  height: 44px!important;
  line-height: 44px!important;
}

.btn.primary {
  background-color: #C92D0C;
  color: #ffffff;
  box-shadow: none;
}

.btn.primary:hover, .btn.primary:focus {
  text-decoration: underline;
  background-color: #ffffff;
  border: 1px solid #C92D0C;
  color: #C92D0C;
  box-shadow: none;
}

.btn.secondary {
  background-color: #ffffff;
  color: #C92D0C;
  border: 1px solid #C92D0C;
  box-shadow: none;
}

.btn.secondary:hover, .btn.secondary:focus {
  text-decoration: underline;
  background-color: #C92D0C;
  color: #ffffff;
  box-shadow: none;
}

/* Social media button */
.social-media {
  margin-bottom: 10px;
}
.social-media .btn {
  width: 100%;
  text-align:left;
  width:100%;
  color: #ffffff;
}

.social-media .btn:hover {
  text-decoration: none;
}

.social-media .btn img {
  margin-top: 10px;
  float: left;
  width: 22px;
  margin-right: 22px;
}
.btn.facebook {
  background-color:#3b5998;
}

.btn.facebook:hover, .btn.facebook:focus {
  background-color:#2d4475;
}

.btn.google {
  background-color:#EA4335;
  padding-left: 0px;

}
.btn.google img {
  width: 44px;
  margin-top: 0px;
  margin-right: 12px;
}
.btn.google:hover, .btn.google:focus {
  background-color:#d03b2e;

}

.btn.linkedIn {
  background-color:#0077b5;
}
.btn.linkedIn:hover, .btn.linkedIn:focus {
  background-color:#025580;
}

.btn.csuIdp {
  background-color:#ffffff;
  color:#000;
}

.btn.csuIdp:hover, .btn.csuIdp:focus {
  background-color:#fdfdfd;
}

/*
 custom css
*/
.bg-grey {
  background-color: #F1F1F1;
}

.hide {
  display: none;
}

#emailConfirmPage {
  display: none;
}
#resetPassword {
  display:none;
}
.extra-padding {
  padding-top: 20px;
}
.extra-padding-2 {
  padding-top: 40px;
}
.extra-padding-3 {
  padding-top: 60px;
}
.input-field label span.required {
  color:#d50000;
}
.divider-text {
  overflow: hidden;
  text-align: center;
  color:#8a8787;
}
.divider-text:before, .divider-text:after {
  background-color: #e0e0e0;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.divider-text:before {
  right: 0.5em;
}
.divider-text:after {
  left: 0.5em;
  margin-right: -50%;
}

#notificationFirstNameMessage, #notificationLastNameMessage, #notificationEmailMessage {
  display: none;
}

.messageNotification {
  color:#969292!important;
  font-size: 12px;
}

.lg-error-message input.invalid {
  margin-bottom: 40px;
}

.font-bold {
  font-weight: bold;
}

/* fix for social media buttons and error message text */
@media only screen and (max-width: 1322px) and (min-width: 993px) {
  .lg-error-message input.invalid{
    margin-bottom: 60px;
  }
  .btn.btn-large {
    width: 100%!important;
    left: 0!important;
  }

  .input-field {
    width: 100%!important;
    left:0!important;
  }

  .left-align div {
    left: 0!important;
    width: 100%!important;
  }

  .social-media .btn img{
    margin-right: 13px!important;
  }

  .social-media .btn.google img {
    margin-right: 7px!important;
  }
  .social-media .btn.csuIdp {
    letter-spacing: 0!important;
  }
}

@media only screen and (max-width: 665px) and (min-width: 601px) {
  .lg-error-message input.invalid{
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 470px) and (min-width: 351px) {
  .lg-error-message input.invalid{
    margin-bottom: 40px;
  }
}
/* small mobile device*/
@media only screen and (max-width: 357px) {
  .lg-error-message input.invalid{
    margin-bottom: 60px;
  }
  .modal-content h4 {
    font-size:18px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 329px) {
  .social-media .btn img {
    margin-right: 12px!important;
  }
  .social-media .btn.google img {
    margin-right: 5px!important;
  }
}