@external grecaptcha-badge;

body {
    background-color: white;
    color: black;
    font-family: Arial, sans-serif;
    font-size: small;
    margin: 8px;
}

.ce-HTMLroot{}

/*This is here so it's an accepted class throughout OpenID, the actual styling is in Login.html*/
.ce-doNotPrint {}

.ce-regForm {
    margin: 0 auto;
    width: 500px;
}

.ce-form-width {
    margin: 0 auto;
    width: 800px;
}

div.modal {
    z-index: 9999998 !important;
}

div.modal-backdrop {
    z-index: 9999997;
}

.re-maintable {
    width: 100%;
    background: url("images/shadow_up.jpg") repeat-x bottom;
    padding-bottom: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.re-maintable td {
    padding: 0;
}

.ce-contentHeading, .ce-contentHeadingBold, .ce-contentHeadingBoldCentered, .ce-contentHeadingBolder {
    font-size: 120%;
}

.ce-contentHeadingBoldCentered {
    text-align: center;
}

.ce-textBold, .ce-contentHeadingBold, .ce-contentHeadingBoldCentered, .ce-buttonLinkText, .ce-buttonLinkTextDisabled {
    font-weight: bold;
}

.ce-paddingHeading td{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.ce-paddingVertical td{
    padding-bottom: 10px !important;
    padding-top: 2px !important;
}

.ce-contentTextNote {
    font-size: 85%;
}

.ce-contentTextNote {
    color: #999999;
}

.ce-button {
    padding: 5px;
}

.ce-registerLink {
    cursor: pointer;
    display: inline;
    text-decoration: none;
}

.ce-strength1 {
    display: inline;
    font-size: 85%;
}

.ce-strength1 {
    color: #676767;
}

.ce-termsAndConditionsLink {
    cursor: pointer;
    display: inline;
    text-decoration: underline;
    color: blue;
    font-size: 100%;
}

.ce-termsAndConditionsPanelRegister td {
    text-align: center;
}

.ce-warningMessage {
    color: #ed1c24 !important;
}

.ce-successMessage {
    color: green;
}

.ce-versionLabel {
    font-size: 8px;
    padding: 1px;
}

.absolute-fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bottom-z-index {
    z-index: -999;
}

.center-children {
    margin: auto;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.word-wrap-normal {
    word-wrap: normal;
}

.login-failed-label {
    font-family: helvetica,sans-serif;
    font-size: 16px;
    font-style: normal;
    color: red;
}

.no-border {
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.login-panel {
    border-collapse: collapse;
}

.login-label {
    font-family: helvetica,sans-serif;
    font-size: 16px;
    font-style: normal;
    color: #00548c;
}

.vertial-space {
    height: 75px;
}

.login-tall-textbox {
    padding-top: 0;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
}

.pageTitleHeader {
    font-size: 36px;
}

.headerSpacingTop {
    margin-top: 40px;
}

.nc-button-row {
    margin-top: 25px;
    margin-bottom: 5px;
}

.nc-button {
    margin-left: 15px;
    height: 35px;
}

.newConnectSectionHeader {
    color: #428BCA !important;
    padding: 10px 0 15px;
    font-size: 130%;
}

.nc-button-blue {
    background-color: #0066ff !important;
    color: white !important;
}

.nc-button-orange {
    background-color: darkorange !important;
    color: white !important;
}

.nc-button-fixed-width {
    width: 175px;
}

.nc-button-mobile {
    width: 100%;
    margin-top: 5px;
}

.login-panel-cell {
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 0;
}

.buttonGroupSpacing > button:not(:first-of-type){
    margin-left: 5px;
}

.displayBlock {
    display: block;
}

.displayInlineBlock {
    display: inline-block !important;
}

.flex-vertical-center {
    display: flex;
    align-items: center;
}

.flex-justify-space-between {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.flex-justify-center {
    display: flex;
    justify-content: center;
}

.grecaptcha-badge {
    /*Arbitrarily large value so the recaptcha badge is in front of any overlapping elements*/
    z-index: 9999;
    visibility: hidden;
}

.marginBottom10 {
    margin-bottom: 10px !important;
}

.marginRight10 {
    margin-right: 10px !important;
}

.marginLeft10 {
    margin-left: 10px !important;
}

.margin10 {
    margin: 10px !important;
}

.no-padding {
    padding: 0 !important;;
}

.newServiceSignUpLink {
    font-weight: bold;
    text-decoration: underline !important;
}

.oi-page {
    background-color: #eee;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.oi-info {
    background-color: #FFFFFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid;
    width: 80%;
}

.oi-help-icon {
    padding-left: 4px;
    padding-bottom: 2px;
}

.oi-rightText {
    text-align: right;
}

.ce-tooltip {
    background-color: #ffffee !important;
    border-width: 0 2px 2px 0 !important;
    border-color: #999999 !important;
}

.positionRelative {
    position: relative !important;
}

.oi-gray-text {
    color: rgb(153, 153, 153) !important;
    font-weight: normal;
}

.ce-datepickerEnabled {
    background-color: white !important;
    cursor: text !important;
}

.css-versionLabel {
    font-size: 8px;
    padding: 1px;
}

.oi-offlineMessage {
    padding-top: 150px;
    padding-bottom: 100px;
    width: 400px;
}

.suggestPopupContent > div > table > tbody > tr > .item-selected {
    background-color: #428bca;
    color: #fff;
}
