@-webkit-keyframes loginFadeIn {
  from {
    left: 50%;
  }
  to {
    left: 0;
  }
}
@-moz-keyframes loginFadeIn {
  from {
    left: 50%;
  }
  to {
    left: 0;
  }
}
@-ms-keyframes loginFadeIn {
  from {
    left: 50%;
  }
  to {
    left: 0;
  }
}
@-o-keyframes loginFadeIn {
  from {
    left: 50%;
  }
  to {
    left: 0;
  }
}
@keyframes loginFadeIn {
  from {
    left: 50%;
  }
  to {
    left: 0;
  }
}
html,
body {
  height: 100%;
  width: 100%;
}
body.no-placeholders .login-form .control-label {
  color: #495363;
  height: auto;
}
body {
  background-color: #dae6f1;
  background-size: cover;
}
body.background-oil-gas {
  background-image: url("../img/ph-ind-oilgas-001.jpg");
  background-position:0px 100%;
}
body.background-info-tech {
  background-image: url(../img/Login_Background.jpg);
}
body.background-clouds {
  background-image: url("../../../../img/login/NAFM_IS_IS099R4MW.jpg");
}
body.background-engineering {
  background-image: url("../../../../img/login/ph-ind-engconstr-005.jpg");
}
body.background-construction {
  background-image: url("../../../../img/login/ph-ind-engconstr-001.jpg");
}
body.background-wholesale {
  background-image: url("../../../../img/login/ph-ind-whlesale-002.jpg");
}
.generic-cloud-logo {
  height: 186px;
  width: 186px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #0072bc;
  position: relative;
}
    .generic-cloud-logo:before {
        content: '';
        display: block;
        position: absolute;
        left: 4px;
        top: 4px;
        right: 4px;
        bottom: 4px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background-image: url('../img/ic-Cloud-wht.png');
        background-color: #0072bc;
        background-size: 100% 100%;
    }
.login-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 80%;
  height: 100%;
  padding: 4% 0;
  margin-left: 20%;
  background-color: rgba(255, 255, 255, 0.86);
}
.branding {
  position: relative;
  height: 180px;
  margin-right: 9.86%;
  margin-left: 2.96%;
  bottom:30px;
}
.branding .oracle-logo {
  width: 224px;
  display: block;
  background-image: -webkit-linear-gradient(top, #c80000 0, #f80000 70%);
  background-image: -moz-linear-gradient(top, #c80000 0, #f80000 70%);
  background-image: -ms-linear-gradient(top, #c80000 0, #f80000 70%);
  background-image: -o-linear-gradient(top, #c80000 0, #f80000 70%);
  background-image: linear-gradient(top, #c80000 0, #f80000 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc80000', endColorstr='#fff80000', GradientType='0');
}
.branding .oracle-logo img {
  width: 160.87272727px;
  padding: 31.56363636px;
  position: relative;
}
.branding .primavera-logo,
.branding .app-family-logo {
  width: 190.4px;
  margin-top: 18px;
  margin-left: 16.8px;
}
.branding .primavera-logo img,
.branding .app-family-logo img {
  width: 100%;
}
.branding div.app-family-logo {
  font-size: 30px;
  line-height: 1em;
  text-align: center;
  font-weight: bold;
}
.branding .app-logo {
  position: absolute;
  right: 0;
  top: 0;
}
.branding .app-logo .pgbu-icon {
  font-size: 180px;
}
.branding .full-logo {
  width: 400px;
}
.login-form {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 10px;
  border-left: 10px solid #0072bc;
  margin-left: -10px;
  position: absolute;
  top: 38%;
  right: 0;
  left: 0;
  -webkit-animation: loginFadeIn 0.2s;
  -moz-animation: loginFadeIn 0.2s;
  -ms-animation: loginFadeIn 0.2s;
  -o-animation: loginFadeIn 0.2s;
  animation: loginFadeIn 0.2s;
}
.login-form .control-group {
  margin-bottom: 20px;
  position: relative;
}
.login-form .control-label {
  color: transparent;
  height: 0;
}
    .login-form input[type="text"],
    .login-form input[type="password"]:active {
    outline:none !important;
    }
.login-form input[type="text"],
.login-form input[type="password"] {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  height: 2em;
  font-size: 22px;
  line-height: 2em;
  width: 50%;
  margin-bottom: 0;
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #767676;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.login-form input[type="text"]::-webkit-input-placeholder,
.login-form input[type="password"]::-webkit-input-placeholder {
  color: #767676;
  font-size: 22px;
  text-align: left;
  font-style: normal;
  font-weight: normal;
}
.login-form input[type="text"]::-moz-placeholder,
.login-form input[type="password"]::-moz-placeholder {
  color: #767676;
  opacity: 1;
  font-size: 22px;
  text-align: left;
  font-style: normal;
  font-weight: normal;
}
.login-form input[type="text"]:-ms-input-placeholder,
.login-form input[type="password"]:-ms-input-placeholder {
  color: #767676;
  font-size: 22px;
  text-align: left;
  font-style: normal;
  font-weight: normal;
}
.login-form input[type="text"]::-webkit-input-placeholder,
.login-form input[type="password"]::-webkit-input-placeholder,
.login-form input[type="text"]::-moz-placeholder,
.login-form input[type="password"]::-moz-placeholder,
.login-form input[type="text"]:-ms-input-placeholder,
.login-form input[type="password"]:-ms-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.login-form input[type="text"]:focus,
.login-form input[type="password"]:focus {
  color: #0072bc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-bottom-color: #0072bc;
}
.login-form .btn-toolbar a {
  font-size: 12px;
}
.login-form .btn-toolbar .btn,
.login-form .btn-toolbar .not-btn,
.login-form .btn-toolbar .btn-group,
.login-form .btn-toolbar label,
.login-form .btn-toolbar span.divider,
.login-form .btn-toolbar .toolbar-item {
  margin-left: 0;
  margin-right: 20px;
}
.login-form .btn-toolbar .btn.pull-right,
.login-form .btn-toolbar .not-btn.pull-right,
.login-form .btn-toolbar .btn-group.pull-right,
.login-form .btn-toolbar label.pull-right,
.login-form .btn-toolbar span.divider.pull-right,
.login-form .btn-toolbar .toolbar-item.pull-right {
  margin-left: 20px;
  margin-right: 0;
}
.login-form .btn-toolbar .btn-group {
  vertical-align: baseline;
}
.login-form .btn-toolbar .btn-group > .btn,
.login-form .btn-toolbar .btn-group > .not-btn {
  margin-right: 0;
}
.login-form .btn-toolbar .btn-group > .btn.pull-right,
.login-form .btn-toolbar .btn-group > .not-btn.pull-right {
  margin-left: 0;
}
.login-form .btn-toolbar > .btn + .btn,
.login-form .btn-toolbar > .not-btn + .not-btn,
.login-form .btn-toolbar > .btn + .not-btn,
.login-form .btn-toolbar > .not-btn + .btn,
.login-form .btn-toolbar > .btn-group + .btn,
.login-form .btn-toolbar > .btn-group + .not-btn,
.login-form .btn-toolbar > .btn + .btn-group,
.login-form .btn-toolbar > .not-btn + .btn-group {
  margin-left: 0;
  margin-right: 20px;
}
.login-form .btn-toolbar > .btn + .btn.pull-right,
.login-form .btn-toolbar > .not-btn + .not-btn.pull-right,
.login-form .btn-toolbar > .btn + .not-btn.pull-right,
.login-form .btn-toolbar > .not-btn + .btn.pull-right,
.login-form .btn-toolbar > .btn-group + .btn.pull-right,
.login-form .btn-toolbar > .btn-group + .not-btn.pull-right,
.login-form .btn-toolbar > .btn + .btn-group.pull-right,
.login-form .btn-toolbar > .not-btn + .btn-group.pull-right {
  margin-left: 20px;
  margin-right: 0;
}
.login-form .btn-toolbar > .btn:last-child,
.login-form .btn-toolbar > .not-btn:last-child,
.login-form .btn-toolbar > .btn-group:last-child,
.login-form .btn-toolbar > label:last-child,
.login-form .btn-toolbar > span.divider:last-child,
.login-form .btn-toolbar > .toolbar-item:last-child {
  margin-right: 0;
}
.login-form .btn-toolbar.pull-right > .btn + .btn,
.login-form .btn-toolbar .pull-right > .btn + .btn,
.login-form .btn-toolbar.pull-right > .not-btn + .not-btn,
.login-form .btn-toolbar .pull-right > .not-btn + .not-btn,
.login-form .btn-toolbar.pull-right > .btn + .not-btn,
.login-form .btn-toolbar .pull-right > .btn + .not-btn,
.login-form .btn-toolbar.pull-right > .not-btn + .btn,
.login-form .btn-toolbar .pull-right > .not-btn + .btn,
.login-form .btn-toolbar.pull-right > .btn-group + .btn,
.login-form .btn-toolbar .pull-right > .btn-group + .btn,
.login-form .btn-toolbar.pull-right > .btn-group + .not-btn,
.login-form .btn-toolbar .pull-right > .btn-group + .not-btn,
.login-form .btn-toolbar.pull-right > .btn + .btn-group,
.login-form .btn-toolbar .pull-right > .btn + .btn-group,
.login-form .btn-toolbar.pull-right > .not-btn + .btn-group,
.login-form .btn-toolbar .pull-right > .not-btn + .btn-group {
  margin-right: 20px;
}
.login-form .btn-toolbar.pull-right > :last-child,
.login-form .btn-toolbar .pull-right > :last-child {
  margin-right: 0 !important;
}
.login-form .btn-toolbar > a {
  font-size: 14px;
  vertical-align: middle;
}
.login-form .remember-me-checkbox {
  font-size: 14px;
  margin-top: 1em;
}
.login-form .help-block-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  background-color: inherit;
}
.login-form .help-block {
  padding: 10px 30px;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 10px 10px -10px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 10px 10px -10px inset;
  -ms-box-shadow: rgba(0, 0, 0, 0.5) 0 10px 10px -10px inset;
  -o-box-shadow: rgba(0, 0, 0, 0.5) 0 10px 10px -10px inset;
  box-shadow: rgba(0, 0, 0, 0.5) 0 10px 10px -10px inset;
  background-color: inherit;
}
.login-form .help-block.error-message {
  color: #d80202;
  background: rgba(242, 222, 222, 0.85);
  border-bottom: 1px solid #d80202;
  font-size: 16px;
}
.btn.submit {
  background-color: transparent;
  border: 2px solid #0072bc;
  color: #0072bc;
  padding-left: 40px;
  padding-right: 40px;
  margin-top:10px;
  font-size:24px;
  border-radius:4px;
}
.upload-manual-div{
    background-color: rgba(255, 255, 255, 0.85);
    padding: 10px;
    margin-left: -25px;
    position: absolute;
    top: 132%;
    right: -101%;
    left: 0;
}
footer {
  padding: 4px;
  text-align: right;
  position: fixed;
  bottom: 0;
  left: 20%;
  right: 10px;
}
@media only screen and (max-width:370px){
 footer{
   position:relative;
 }
}
@media  only screen and (max-height:670px){
 footer{
   position:relative;
 }
}
@media (max-device-width: 767px) {
  body {
    height: auto !important;
    min-height: 100%;
  }
  .branding {
    position: relative;
    height: 100px;
    margin: 0 10px;
  }
  .branding .oracle-logo {
    width: 150px;
    display: block;
    background-image: -webkit-linear-gradient(top, #c80000 0, #f80000 70%);
    background-image: -moz-linear-gradient(top, #c80000 0, #f80000 70%);
    background-image: -ms-linear-gradient(top, #c80000 0, #f80000 70%);
    background-image: -o-linear-gradient(top, #c80000 0, #f80000 70%);
    background-image: linear-gradient(top, #c80000 0, #f80000 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc80000', endColorstr='#fff80000', GradientType='0');
  }
  .branding .oracle-logo img {
    width: 107.72727273px;
    padding: 21.13636364px;
    position: relative;
  }
  .branding .primavera-logo,
  .branding .app-family-logo {
    width: 127.5px;
    margin-top: 18px;
    margin-left: 11.25px;
  }
  .branding .primavera-logo img,
  .branding .app-family-logo img {
    width: 100%;
  }
  .branding .app-logo .pgbu-icon {
    font-size: 100px;
  }
  .branding .generic-cloud-logo {
    width: 88px;
    height: 88px;
  }
  .branding .full-logo {
    width: auto;
    height: 88px;
  }
 
  .login-page {
    margin: 0;
    width: 100%;
    padding: 20px 0;
  }
  .login-form {
    position: relative;
    top: 0;
    padding: 15px;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }
  .login-form input[type="text"],
  .login-form input[type="password"] {
    width: 100%;
    font-size: 30px;
  }
  .login-form .help-block-container {
    position: static;
    margin: 20px -20px -20px;
  }
  .login-form .btn-toolbar a {
    line-height: 44px;
  }
  .login-form .btn.submit {
    width: 50%;
  }
  footer {
    position: static;
    font-size: 0.9em;
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media (min-device-width: 768px) and (max-device-width: 979px) {
  .login-form input[type="text"],
  .login-form input[type="password"] {
    width: 75%;
  }
  .branding .full-logo {
    width: 300px;
  }
}
.validation-message-error {
    float:none !important;
    font-size:14px;
}
.alert-success {
    color: #333 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}
.alert-success .alert-link {
    color: #0072BC !important;
    font-weight: normal !important;
}

.alert-success .alert-link:hover {
    color: #004470 !important;
}
.alert-success .alert-link:focus {
    color: #004470 !important;
}
footer table {
    text-align: right;
    font-size: 14px;
    color: #666666;
}
.copyright{
    font-size:14px;
    color:#666666;
}
.forgot-password{
    color: #0072BC;
    margin-left: 30px;
    position: absolute;
    top: 26px;
    font-size:16px;
}
.btn-continue-c{
        background: none;
    border-color: #c1baba;
    color: black;
    border-radius: 4px;
}
.rem-user-label{
    margin-left: 30px;
    font-size: 14px;
    color: #333333;
}


/* The customcheck */
.customcheck-cb {
    display: block;
    position: relative;
    width:0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck-cb input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark-cb {
    position: absolute;
    top: 2px;
    left: 0;
    height: 19px;
    width: 19px;
   border-width:thin;
    border-radius: 4px;
    border-style: solid;
    border-color: #d1d6dc;
}

/* On mouse-over, add a grey background color */
.customcheck-cb:hover input ~ .checkmark-cb {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck-cb input:checked ~ .checkmark-cb {
    background-color: #848a86;
    border-radius: 4px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-cb:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck-cb input:checked ~ .checkmark-cb:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck-cb .checkmark-cb:after {
   left: 7px;
    top: 1px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.placeholder-wrap {
    display: inline-block;
    position: relative;
    background: #FFF;
    overflow: hidden;
}
.placeholder-important{
    font-weight: bold;
    color: red;
}
.placeholder-wrap .placeholder {
    position: absolute;
    top: 50%;
    left: 5px;
    font-size:22px;
    color: #888;
    margin-top: -.5em;
    line-height: 1em;
    z-index: 9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.placeholder-wrap input {
    background-color: transparent;
    border: 1px #999 solid;
    padding: 4px 6px;
    position: relative;
    z-index: 10;
}
.placeholder-wrap input:focus + .placeholder,
.placeholder-wrap input[required]:valid + .placeholder,
.placeholder-wrap input.not-empty + .placeholder {
    display: none;
}
