﻿
body, html {
    color: #353439;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    height: 100%;
    line-height: 1.7;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

input.public-form-control {
    background: #FFFFFF;
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 3px;
    color: #7F7F7F;
    padding: 11px 11px 4px 11px;
    font-size: 14px;
}

body {
    background-color: #ffffff !important;
}

#content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0px;
    padding-bottom: 80px;
    overflow: auto;
}

#content.hide-footer {
    padding-bottom: 0;
}

#content.hide-footer #footer {
    display: none;
}

.public-page-header {
    float: left;
    padding-right: 30px;
    width: 100%;
}

.public-page-header h2 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 20px;
    color: #353439;
    font-weight: bold;
    text-align: left;
    float: left;
    margin-top: 7px;
}

.public-page {
    margin: 0 auto;
    max-width: 600px;
    margin-top: 0;
    text-align: center;
    z-index: 100;
    color: #65686b;
    min-height: calc(100vh - 115px);
}

.public-page fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.public-page fieldset label {
    display: block;
    margin-bottom: 5px;
    margin-top: 15px;
    max-width: 100%;
    text-align: left;
    width: 100%;
}

.public-page fieldset .public-form-control {
    width: 300px;
    padding-right: 33px;
}

.public-page fieldset select.public-form-control {
    height: 34px;
    padding: 6px 7px;
    width: 300px;
}

.public-page .btn-primary {
    background: #13A4DE;
    border-radius: 3px;
    border: none;
    font-size: 14px;
    padding: 11px;
    color: #ffffff;
    float: left;
    cursor: pointer;
    width: 300px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
}

.public-page .btn-primary:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.public-page .public-form-group {
    text-align: left;
}

.public-logo {
    margin-top: 8px;
    height: 75px;
}

.right-panel-inner {
    display: block;
    width: 100%;
    padding: 30px 0 0 56px;
}

.captcha-image {
    height: 40px;
}

.public-logo.message {
    float: none;
    display: block;
}

.login-remember {
    margin-top: 5px;
    text-align: left;
}

.public-page fieldset .login-remember label {
    cursor: pointer;
    width: auto;
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    margin-bottom: 0;
}

.content-container {
    float: left;
}

.helper-container {
    text-align: justify;
    padding-right: 30px;
    margin-bottom: 10px;
    margin-top: 5px;
    display: block;
    float: left;
    font-size: 12px;
}

.helper-container p {
    display: block;
    margin: 5px 0;
    padding: 0;
}

.public-page fieldset .login-remember input {
    margin-right: 6px;
}

.public-page fieldset .login-remember a {
    float: right;
    margin-top: 15px;
    margin-right: 4px;
    font-size: 14px;
    color: #353439;
    text-decoration: none;
}

.login-forget {
    margin-top: 10px;
    margin-bottom: 0;
}

.login-forget a {
    color: #353439;
}

.login-forget p {
    margin: 5px 0;
    padding: 0;
}

.public-page fieldset .captcha {
    margin-bottom: 10px;
    display: flex;
}

.public-page fieldset .captcha input {
    margin-left: 10px;
    width: 140px;
}

.error-messages {
    color: #EA400E;
    font-size: 13px;
    line-height: 18px;
    margin: 20px 0 0 0;
    width: 100%;
    display: block;
    padding-right: 30px;
    text-align: justify;
}

.error-line {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.info-line {
    color: #65686b;
    margin-bottom: 5px;
}

.info-line a {
    color: #65686b;
}

.success-messages {
    margin: 20px 0 0 0;
    font-size: 14px;
    line-height: 25px;
    color: #353439;
    text-align: justify;
}

.cookies {
    position: fixed;
    top: auto;
    bottom: 34px;
    width: 100%;
    background: #111111;
    height: auto;
    line-height: 24px;
    color: #bbbbbb;
    text-align: center;
    padding: 4px 0;
}

@media (max-width: 1212px) {
    .pink-panel {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .cookies {
        bottom: 56px;
    }

    #background img {
        width: 100% !important;
        height: auto !important;
    }
}

.cookies p {
    padding: 0;
    margin: 0;
}

.footer-button {
    display: inline-block;
    color: #b14a7c;
    text-decoration: none;
}

.cookies .accept {
    background: #b14a7c;
    padding: 1px 30px;
    display: inline-block;
    color: #ffffff;
    border-radius: 3px;
    text-decoration: none;
    margin-left: 8px;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 6px 20px;
    background: white;
    text-align: center;
}

.public-page fieldset label.editor-value {
    margin-top: 0;
    width: auto;
    margin-bottom: 15px;
    font-size: 15px;
}

.public-page.forgot-password-page .public-logo {
    margin-top: 8px;
}

.public-page.forgot-password-page .right-panel-inner {
    padding-top: 10px;
}

#header {
    display: block;
    width: 100%;
    height: 84px;
    text-align: center;
}

.password {
    margin-top: 10px;
}

.input-group {
    position: relative;
    margin: 12px 0;
}

.input-group img {
    position: absolute;
    top: 10px;
    right: 7px;
    height: 15px;
}

#background {
    position: fixed;
    bottom: 0;
    text-align: center;
    z-index: -1;
    width: 100%;
}

#background img {
    width: 100%;
}

.public-body {
    z-index: 100;
    background: #ffffff;
    border: 1px solid #E5E5E5;
    padding: 25px 10px 20px 30px;
    float: left;
    min-width: 600px;
    border-radius: 3px;
}

.row.public-body {
    margin-right: 0;
    margin-left: 0;
}

.left-panel {
    float: left;
    padding-right: 40px;
    width: 350px;
}

.right-panel {
    float: left;
    text-align: center;
    width: 200px;
    display: inline-block;
    position: relative;
}

.right-panel img {
    clear: both;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}

.right-panel img.mycad {
    width: 125px;
}

.right-panel img.apogy {
    width: 150px;
    margin-bottom: 25px;
}

.public-page.only-message .right-panel {
    display: none;
}

.public-page.only-message .left-panel {
    border-right: 0;
    padding-right: 20px;
    width: 100%;
}

.public-page.only-message .public-page-header h2 {
    text-align: center;
    margin: 0;
}

.terms .success-messages {
    text-align: left;
}

.public-page.only-message.terms {
    max-width: 650px;
}

.public-page.only-message.terms .public-page-header h2 {
    text-align: left;
    margin-bottom: 15px;
}

.public-page.only-message.terms .public-body {
    max-width: 650px;
    padding: 35px 25px;
}

.terms .text-title {
    font-weight: bold;
}

.terms .text-content {
    font-size: 13px;
}

.terms .text-content.bullet {
    margin: 10px 0 10px 20px;
}

.message-group {
    width: 300px;
}

.reason-group textarea {
    height: 100px;
}

#copyright {
    position: relative;
    text-align: center;
    color: #9A9CA1;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    clear: both;
}


#copyright .container {
    margin: 0 auto;
}

#copyright .container .black {
    color: #353439;
}

@media screen and (max-height: 600px) {
    #copyright {
        display: none;
    }
}

.password-group {
    margin: 15px 0 10px 0;
}

.password-group a {
    cursor: pointer;
}

.password-group img {
    top: 8px;
    height: 18px;
    margin-top: 3px;
}

.input-group .placeholder {
    position: absolute;
    top: -10px;
    left: 17px;
    background: white;
    padding: 0 5px;
    color: #777;
    font-size: 11px;
}

.password-hint {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 15px;
    float: left;
    width: 300px;
    margin-top: 0;
}

.language-group {
    float: right;
    margin-right: 12px;
}

.language-group .dropdown-toggle {
    border-color: #999999;
    direction: ltr;
}

.language-group .dropdown-text {
    margin-right: 5px;
}

.language-group img.arrow {
    width: 18px;
    margin-right: 0;
}

.language-group img.flag {
    width: 18px;
    margin-right: 8px;
}

.dropdown-menu {
    max-height: 350px;
    overflow-y: scroll;
    direction: ltr;
}

.dropdown-menu > li > a {
    padding: 3px 15px;
}

.language-group .dropdown-menu img {
    width: 18px;
    margin-right: 8px;
}

.language-group .glyphicon {
    top: 2px;
}

.reset-password-page .public-page-header {
    margin-bottom: 15px;
}

.reset-password-page .email-group {
    margin-bottom: 20px;
}

.confirm-email-page .public-form-group {
    margin-bottom: 20px;
}

.right-to-left {
    direction: rtl;
}

@media only screen and (min-width: 769px) {
    .copyright-details {
        display: inline;
    }
}

@media only screen and (max-width: 768px) {
    #content {
        overflow: hidden;
    }

    #header {
        margin: 20px 0;
    }

    #copyright .container {
        padding: 0;
    }

    .public-page {
        min-height: unset;
        justify-content: center;
        max-width: 350px !important;
    }

    .public-body {
        border-radius: 3px;
        display: flex;
        flex-direction: column;
        width: 90%;
        min-width: unset;
        justify-content: center;
        margin: 0;
        padding: 30px;
    }

    .public-page-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 0 0 18px 5px;
        float: unset;
    }

    .public-page-header > h2 {
        font-size: 18px;
    }

    .public-form-group {
        width: 100% !important;
    }

    .public-form-group > input {
        width: 100% !important;
    }

    .public-page .btn-primary {
        width: 100%;
    }

    .language-group {
        display: none;
    }

    .left-panel {
        padding: 0 16px 0 0;
        float: unset;
    }

    .right-panel {
        width: 100%;
    }

    .right-panel img.apogy {
        width: 100px;
        margin-bottom: 10px;
    }

    .right-panel img.mycad {
        width: 75px;
    }

    .right-panel-inner {
        display: flex;
        flex-direction: column;
        padding: 30px 0 0;
        justify-content: center;
        align-items: center;
        align-content: center;
        width: 100%;
    }

    .helper-container {
        display: block;
        padding-bottom: 0 !important;
    }

    .content-container.error-messages {
        padding-right: 0;
        margin: 15px 0 0 0;
    }

    input[type='text'],
    input[type='password'],
    textarea {
        font-size: 16px;
    }

    #footer .footer-container .text-container {
        width: unset;
    }

    #footer .footer-container .button-container {
        padding-top: 0;
        align-self: center;
        float: unset;
    }

    #footer .footer-container {
        width: 90%;
        display: flex;
        flex-direction: column;
    }

    #footer {
        background-color: #000000de;
        opacity: 1;
    }

    .input-group img {
        top: 14px;
    }

    .password-group img {
        top: 11px;
    }
}

.error-text {
    color: #EA400E;
}

.success-text {
    color: #1b8804;
}

#particles {
    height: var(--app-height)
}


@font-face {
    font-family: 'text-security-disc';
    src: url('../fonts/text-security-disc.woff2') format('woff2'),
    url('../fonts/text-security-disc.woff2') format('woff');
}

.text-security-disc {
    padding-top: 4px !important;
    font-family: text-security-disc;
}

.text-security-disc::placeholder {
    font-family: Roboto, sans-serif;
}

.text-security-disc::-webkit-input-placeholder {
    font-family: Roboto, sans-serif;
}

.text-security-disc:-ms-input-placeholder {
    font-family: Roboto, sans-serif;
}

.text-security-disc:-moz-placeholder {
    font-family: Roboto, sans-serif;
}

.text-security-disc::-moz-placeholder {
    font-family: Roboto, sans-serif;
}