/* ------------------------------------------------

    CSS3 PIE

------------------------------------------------ */

.ping-container, .login-already-registered, .login-new-users, .ping-buttons .button, .ping-footer, .ping-footer a {
    behavior: url("/assets/css/PIE.1.htc");
    position: relative;
    -pie-poll: true;
}



/* ------------------------------------------------

    Global Elements

------------------------------------------------ */

a, a:visited {
    color: #008089;
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
    color: #20505F;
    text-decoration: none;
}

/* Clearfix */
.ping-body:before, .ping-body:after, .ping-section:before, .ping-section:after {
    content: "";
    display: table;
}

.ping-body:after, .ping-section:after {
    clear: both;
}

.ping-body, .ping-section {
    zoom: 1;
}

.ping-header, .ping-footer {
    
}


/* ------------------------------------------------

    Body and Container

------------------------------------------------ */

body {
    background: url(../images/globalbkg.jpg) no-repeat;
    background-size: cover;
    padding: 33px 0;
    margin: 0;
    color: #363534;
    font: normal normal normal 13px/19px "Open Sans", Helvetica, Arial, Sans-Serif;
    background-color:#cccccc;
}

.ping-container {
    width: 945px;
    margin:0 auto;
    display: block;
    margin-top: 50px;
}


/* ------------------------------------------------

    Header

------------------------------------------------ */

.ping-logo {
    background-color:#fff;

}

.ping-logo img {
    padding: 30px 0 0 30px;
    border: none;
}

.ping-header {
    background: none repeat scroll 0 0 #ffffff;
    color: #213647;
    font-size: 25px;
    height: 60px;
    line-height: 72px;
    padding-left: 30px;
    text-transform: uppercase;

}

.ping-header span {
    display: block;
    float: left;
    color: #FFFFFF;
    font-size: 93%;
    font-weight: bold;
}

.ping-header .logged-in-as {
    float: right;
    height: 18px;
    margin: 10px 0 0 0;
    text-align: right;
}

#ALTopBar {
  position: fixed !important;
}


/* ------------------------------------------------

    Content

------------------------------------------------ */

.ping-body-container {
    background: #FFFFFF;
    border-bottom: 1px solid #252422;
    overflow: hidden;
}

.ping-body {
    background: url("../images/bg_fauxcolumn.1.png") repeat-y 300px 0;
    position: relative;
}

.ping-body, .ping-section {
    min-height: 190px;
}

.ping-request {
    float: left;
    width: 279px;
    padding-right: 21px;
}

.ping-client {
    width: 186px;
    float: right;
    text-align: center;
}

.ping-section * {
    text-align: left;
}

h1 {
    padding: 0;
    margin: 8px 0 10px 0;
    color: #26505E;
    font-size: 138.5%;
    line-height: 1.2em;
    font-weight: bold;
}

h2 {
    color: #26505E;
    font-size: 93%;
    font-weight: normal;
}

.ping-section p {
    margin: 1em 0;
    font-size: 93%;
    line-height: 14px;
}

.ping-section .ping-user {
    margin: 0;
    position: absolute;
    bottom: 66px;
}

.ping-section ul {
    margin: 8px 0;
    padding: 0 0 99px 1px;
    list-style-type: none;
}

.ping-section ul li {
    background: transparent url("../images/bullet.1.png") no-repeat 0 8px;
    padding-left: 11px;
    font-size: 93%;
    color: #363534;
}

.ping-section img {
    max-width: 100px;
    margin-top: 5px;
}


/* ------------------------------------------------

    Buttons

------------------------------------------------ */

.ping-buttons {
    overflow: hidden;
float: right;

}

.password-change{
    float: left;
    width: 50%;
}

.ping-buttons .button {
    background-color: #00AEB5;
    cursor: pointer;
    display: block;
    float: left;
    white-space: nowrap;
    height: 26px;
    width: 65px;
    padding: 0 10px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    font: bold 93%/26px Helvetica, Arial, Sans-Serif;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.ping-buttons .button:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.ping-buttons .button::-moz-focus-inner {
    border: 0;
    outline: none;
}


/*.ping-buttons .button:focus {
    -webkit-box-shadow: inset 0 1px 7px 2px rgba(0,0,0,0.15), 0 0 0 1px #007780, 0 0 4px 3px #66B9BF;
    -moz-box-shadow: inset 0 1px 7px 2px rgba(0,0,0,0.15), 0 0 0 1px #007780, 0 0 4px 3px #66B9BF;
    box-shadow: inset 0 1px 7px 2px rgba(0,0,0,0.15), 0 0 0 1px #007780, 0 0 4px 3px #66B9BF;
}

.ping-buttons .button:hover {
    -webkit-box-shadow: 0 0 0 1px #007780, 0 2px 4px 2px #BFBFBF;
    -moz-box-shadow: 0 0 0 1px #007780, 0 2px 4px 2px #BFBFBF;
    box-shadow: 0 0 0 1px #007780, 0 2px 4px 2px #BFBFBF;
    color: #FFFFFF;
}

.ping-buttons .button:active {
    outline: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#006976), to(#00AEB5));
    background: -webkit-linear-gradient(top, #006976, #00AEB5);
    background: -moz-linear-gradient(top, #006976, #00AEB5);
    background: -ms-linear-gradient(top, #006976, #00AEB5);
    background: -o-linear-gradient(top, #006976, #00AEB5);
    background: linear-gradient(top, #006976, #00AEB5);
}*/

/* blue (dark turquoise) button theme (secondary button style) */
.ping-buttons .button.blue {
    background-color:  #009ce4;
padding-left: 15px;
}

/*.ping-buttons .button.blue:focus, .ping-buttons .button.blue:hover, .ping-buttons .button.blue:active {
    border-bottom: 1px solid #347c96;
}*/

/*.ping-buttons .button.blue:focus {
    -webkit-box-shadow: inset 0 1px 7px 2px rgba(0,0,0,0.15), 0 0 0 1px #2D5663, 0 0 4px 3px #66B9BF;
    -moz-box-shadow: inset 0 1px 7px 2px rgba(0,0,0,0.15), 0 0 0 1px #2D5663, 0 0 4px 3px #66B9BF;
    box-shadow: inset 0 1px 7px 2px rgba(0,0,0,0.15), 0 0 0 1px #2D5663, 0 0 4px 3px #66B9BF;
}*/

/*.ping-buttons .button.blue:hover {
    -webkit-box-shadow: 0 0 0 1px #2D5663, 0 2px 4px 2px #BFBFBF;
    -moz-box-shadow: 0 0 0 1px #2D5663, 0 2px 4px 2px #BFBFBF;
    box-shadow: 0 0 0 1px #2D5663, 0 2px 4px 2px #BFBFBF;
}*/

/*.ping-buttons .button.blue:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#183A46), to(#2A6579));
    background: -webkit-linear-gradient(top, #183A46, #2A6579);
    background: -moz-linear-gradient(top, #183A46, #2A6579);
    background: -ms-linear-gradient(top, #183A46, #2A6579);
    background: -o-linear-gradient(top, #183A46, #2A6579);
    background: linear-gradient(top, #183A46, #2A6579);
}*/

.ping-buttons .button.allow {
    margin-right: 10px;
}

.ping-buttons .button.deny {
    margin-left: 10px;
    float: left;
}

/* ------------------------------------------------

    Footer

    ------------------------------------------------ */

.ping-footer {
    background-position: 0 -63px;
    border-top: 1px solid #484745;
    height: 58px;
    padding: 0 25px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.ping-footer .ping-credits {
    float: right;
    height: 18px;
    margin: 10px 0 0 0;
    text-align: right;
}

.ping-footer span {
    display: block;
    float: left;
    color: #FFFFFF;
    font-size: 93%;
    font-weight: bold;
}

.ping-footer a {
    background: transparent url("../images/logo_pingidentity.1.png") no-repeat 0 -17px;
    display: block;
    float: left;
    overflow: hidden;
    height: 16px;
    width: 77px;
    margin: 2px 0 0 5px;
    font-size: 1px;
    letter-spacing: -100px;
    line-height: 1px;
    text-indent: -9999px;
}

html>body .ping-footer a {
    background-position: 0 0;    
}


/* ONIBI STYLES */

.login-already-registered, .login-new-users{
    width: 50%;
    padding: 0 30px;
    box-sizing:border-box;
}

.login-already-registered{
    float: left;
}
.login-new-users{
    float: right;
    position: relative;
}

.ping-footer-container{
    clear: both;
}

.already-registered-title {
    font-size: 15px;
    color: #0f2639;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #0f2639;
    padding-bottom: 5px;
}
.login-form-actions{
    overflow: hidden;
    margin-top: 20px;
}

.login-form{
    margin-bottom: 185px;
}

a.create-account-button{
    display: block;
    padding: 8px 20px;
    background: #009ce4 url(../images/btnbkg.png) no-repeat 15px center;
    border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
    padding-left: 35px;
    margin: 0 auto;
    text-align: center;
    width: 180px;
    margin-top: 50px;
}

.nao-bottom{
    position: absolute;
    bottom: 1px;
    left: auto;
    right:10px;
}

.ping-buttons a{
    background:url(../images/bntbkgsmall.png) no-repeat 6px center;
}
em{
    color: #009ce4;
}
.required-fields{
    color: #009ce4
}
