﻿/* 
***************************************************************************************************
***************************************************************************************************
Acosta CSS
***************************************************************************************************
***************************************************************************************************
*/


/* === HTML ==================================================================================== */
html {
    background-color: rgba(239, 239, 239, 0.78);
    background-size: cover;
    font-family: Verdana;
    font-size: 0.8em;
    height: 100%;
}

body {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
/* ============================================================================================= */


/* === Main Page ==================================================================================== */
/* Top section of the page */
.acosta-body-header {
    text-align: center;
    background-color: white;
}

/* Section of the page between the header (top) and the footer (bottom) */
.acosta-body-container {
    box-sizing: border-box;
    min-height: 100%;
    padding-bottom: 120px;
    padding-top: 20px;
    align-items: center;
}

/* Bottom section of the page */
.acosta-body-footer {
    text-align: center;
}
/* ============================================================================================= */


/* === Register Box ============================================================================ */
/* Grey box for containing registration info */
.acosta-register-box {
    background-color: gainsboro;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    box-sizing: border-box;
    color: #444;
    margin: 0 auto;
    max-width: 550px;
    text-align: center;
}

/* Header message (top portion of the Register box) */
.acosta-register-header {
    color: #000;
    font-size: 1.3em;
    font-weight: 500;
    margin: 10px auto;
    padding-top: 20px;
}

/* Warning message container from Ping*/
.acosta-register-messages-container {
    color: red;
    margin: 10px 0 0 0;
    padding-bottom: 10px;
    word-wrap: break-word;
}

/* Single warnimg message in the Messages section */
.acosta-register-messages-item {
}

/* Body of the register box (bottom portion of the Register box) */
.acosta-register-container {
    display: inline-block;
    overflow: hidden;
}
/* ============================================================================================= */


/* === Inputs ================================================================================== */
/* Input Labels */
.acosta-input-label {
    text-align: left;
}

/* Inputs */
.acosta-input-container {
    padding-bottom: 10px;
    text-align: left;
}

/* Input tooltips */
.acosta-input-tooltip {
    background-color: #fff;
    border: 1px solid #d8dbdc;
    border-radius: 3px;
    box-shadow: 2px 2px 4px 0px #323232;
    color: #000;
    display: inline;
    filter: alpha(opacity=100);
    font-size: 14px;
    font-weight: normal;
    left: 0px;
    margin-left: 50px;
    margin-top: 10px;
    max-width: 200px;
    opacity: 1;
    padding: 8px 10px;
    pointer-events: auto !important;
    position: relative;
    text-transform: none;
    transition: opacity 0.3s ease-out;
    visibility: hidden;
    white-space: normal;
    z-index: 999;
    
    -moz-border-radius: 3px;
    -moz-box-shadow: 2px 2px 4px 0px #323232;
    -ms-border-radius: 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 2px 2px 4px 0px #323232;
}

/* This will display the Tooltip */
.acosta-input-tooltip.show {
    visibility: visible;
}

/* Tooltip Icon*/
.acosta-input-tooltip-icon {
    background-color: #f1ba1c;
    border: 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin: 0;
    margin-right: 5px;
    padding: 0;
    text-align: center;
    vertical-align: baseline;
    width: 14px;
}

/* Group of buttons */
.acosta-input-buttons {
    display: inline-block;
    text-align: center;
}

/* Buttons */
.acosta-input-button {
    background: none;
    background-color: red;
    border: none;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    line-height: 36px;
    margin: 10px 0;
    outline: none;
    padding: 0 20px;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    width: 100px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
}
/* ============================================================================================= */



/* === Miscellaneous =========================================================================== */

/* ============================================================================================= */



/* 
***************************************************************************************************
***************************************************************************************************
Ping CSS
***************************************************************************************************
***************************************************************************************************
*/

/* === BODY ==================================================================================== */
/*body.columns-layout .ping-signin .ping-header {
  display: none;
}

body.columns-layout .ping-signin .ping-body-container {
    max-width: 790px;
    padding: 60px 50px 50px;
}

body.embedded .ping-header {
  display: none;
}

body.mobile .ping-signin .remember-username {
  display: none;
}

body.mobile .ping-signin .remember-username * {
  display: none;
}

body.mobile .ping-signin .ping-buttons {
  margin-top: 45px;
}*/
/* ============================================================================================= */

/*.ping-container {
  box-sizing: border-box;
  padding-top: 50px;
  min-height: 100%;
  position: relative;
  padding-bottom: 120px;
}*/