@charset "utf-8";
@import './components/common/modal.css';
@import './components/common/preloader.css';
@import './components/common/price.css';
@import './components/common/text.css';
/* prettier-ignore */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

td,
th {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

td.enter,
th.center {
    text-align: center;
}

td.right,
th.right {
    text-align: right;
}

table.fixed {
    table-layout: fixed;
}

.monospace {
    font-family: Monospace;
}

.enduser-portal #content {
    position: relative;
    padding-top: 20px;
}

.payment-not-active {
    font-size: 13px;
}

.payment-not-active span {
    text-transform: capitalize;
}

.enduser-portal #managePaymentMethod .panel-default {
    border-color: transparent;
}
.enduser-portal #payment-method-submit-button {
    min-width: 100px;
}
.enduser-portal #managePaymentMethod #paymentForm.active,
.enduser-portal .paymentIframe #paymentForm.active {
    position: relative;
}
.enduser-portal #managePaymentMethod #paymentForm.active:after,
.enduser-portal .paymentIframe #paymentForm.active:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    cursor: not-allowed;
}

.enduser-portal .paymentIframe .btn--preloader {
    justify-content: center;
}
.enduser-portal .paymentIframe .btn--preloader .spinner-content .loader:after {
    border-color: #fff transparent #fff transparent;
}

.panel-default .enduser-portal ul#home-features li.account-management {
    background: url(../img/personal-information.png) no-repeat left top;
    background-size: 63px 55px;
}
.enduser-portal ul#home-features li.payment-details {
    background: url(../img/payment-details.png) no-repeat left top;
    background-size: 25px 25px;
}
.enduser-portal ul#home-features li.subscription-management {
    background: url(../img/subscription.png) no-repeat left top;
    background-size: 63px 55px;
}

.enduser-portal ul#home-features li.account-management {
    background: url(../img/personal-information.png) no-repeat left top;
    background-size: 63px auto;
}

.enduser-portal ul#home-features li.file-download {
    background: url(../img/file-download.png) no-repeat left top;
    background-size: 25px 25px;
}
.enduser-portal ul#home-features li.invoice-download {
    background: url(../img/invoice-download.png) no-repeat left top;
    background-size: 58px 50px;
}
.enduser-portal #login-box .error-msg {
    background: url(../img/login-error.png) no-repeat left center;
    background-size: 25px 25px;
}
.enduser-portal .title-orders {
    background: url(../img/title-orders.png) no-repeat left center;
    background-size: 28px 28px;
}
.enduser-portal .title-subscriptions {
    background: url(../img/title-subscription.png) no-repeat left center;
    background-size: 25px 25px;
}
.enduser-portal .generic-credit-card {
    background-image: url(../img/svg/payments/unknowCC.svg);
}

.enduser-portal .payment-method {
    margin-left: 1px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    background-size: contain;
}

.enduser-portal .payment-method.disabled {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.2;
}

.enduser-portal .payment-method.visa {
    background-image: url(../img/svg/payments/visa.svg);
}
.enduser-portal.newDesign .payment-method.visa {
    background-image: url(../img/svg/payments/visa_newdesign.svg);
}

.enduser-portal .payment-method.visa_electron {
    background-image: url(../img/svg/payments/visa_electron.svg);
}

.enduser-portal .payment-method.mastercard {
    background-image: url(../img/svg/payments/mastercard.svg);
}

.enduser-portal .payment-method.paypal {
    background-image: url(../img/svg/payments/paypal.png);
}

.enduser-portal .payment-method.jcb {
    background-image: url(../img/svg/payments/jcb.svg);
}

.enduser-portal .payment-method.maestro {
    background-image: url(../img/svg/payments/maestro.svg);
}

.enduser-portal .payment-method.amex {
    background-image: url(../img/svg/payments/amex.svg);
    /*
   width: 44px;
    height: 44px;
    */
}

.enduser-portal .payment-method.sepa {
    background-image: url(../img/svg/payments/sepa.svg);
    width: 54px;
    height: 21px;
}

.enduser-portal .payment-method.wire_transfer {
    background-image: url(../img/svg/payments/wiretransfer.png);
    /*
    width: 44px;
    height: 44px;
    */
}

.enduser-portal .payment-method.cartebleue {
    background-image: url(../img/svg/payments/cartebleue.png);
    /*
    width: 53px;
    height: 24px;
    */
}

.enduser-portal .payment-method.cb {
    background-image: url(../img/svg/payments/cb.svg);
    /*width: 45px;
    height: 24px;
    */
}

.enduser-portal .payment-methods-logo-bar .payment-method {
    height: 40px;
    width: 40px;
    margin: 0 4px;
}

.Product img {
    text-align: center;
    max-width: 120px;
    max-height: 120px;
}

/* TODO : Add to design css */

.productName {
    line-height: 32px;
    font-size: 25px;
}

.Product,
.storeHeader {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.purchasePrice,
.purchaseMspr {
    font-weight: bold;
}

.productGrossPrice {
    text-decoration-line: line-through;
}

/* IAP-3516 */
.modal-tandc,
.modal-reseller-contract-document,
.modal-payment-purchase,
.modal-validation-purchase,
.subscription-modal-renewal,
.invoice-modal,
.cancel-order-modal {
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-tandc-content,
.modal-reseller-contract-document-content,
.modal-payment-purchase-content,
.modal-validation-purchase-content,
.subscription-modal-renewal-content,
.invoice-modal-content,
.cancel-order-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 936px;
}

.enduser-portal .modal-payment-purchase-content,
.subscription-modal-renewal-content {
    overflow: auto;
}

.enduser-portal .modal-payment-purchase-content .payment-actions-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.enduser-portal
    .modal-payment-purchase-content
    .payment-actions-wrapper
    .payment-actions-group {
    display: flex;
    flex-direction: row;
}
.enduser-portal
    .modal-payment-purchase-content
    .payment-actions-wrapper
    .payment-actions-group
    .payment-actions-item {
    margin-left: 10px;
}
.enduser-portal
    .modal-payment-purchase-content
    .payment-actions-item
    .btn--preloader
    .spinner-content
    .loader:after {
    border-color: #fff transparent #fff transparent;
}
.enduser-portal .modal-payment-purchase-content .validate {
    float: right;
}

.enduser-portal .modal-add-credit-card.overlay,
.enduser-portal .modal-add-payment-method.overlay {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

.enduser-portal .modal-add-credit-card > .content,
.enduser-portal .modal-add-payment-method > .content {
    position: relative;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    background: white;
}

.enduser-portal .modal-add-credit-card > .content .cancel,
.enduser-portal .modal-add-payment-method > .content .cancel {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    cursor: pointer;
}

.enduser-portal .modal-add-credit-card > .content button.save,
.enduser-portal .modal-add-payment-method > .content button.save {
    width: 100%;
}

.enduser-portal .modal-add-credit-card > .content .submitError,
.enduser-portal .modal-add-payment-method > .content .submitError {
    margin-top: 1em;
    text-align: center;
    color: red;
}

.enduser-portal .modal-add-credit-card > .content > form,
.enduser-portal .modal-add-payment-method > .content > form {
    margin: 2em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 400px;
    flex-wrap: wrap;
}

.enduser-portal .modal-add-payment-method > .content > .paymentIframe {
    margin: 2em;
    width: 400px;
}

.enduser-portal .modal-add-credit-card > .content > form > .form-field,
.enduser-portal .modal-add-payment-method > .content > form > .form-field {
    flex: 0 0 100%;
    margin-bottom: 1em;
}

.enduser-portal .modal-add-credit-card > .content > form > .form-field.halfRow,
.enduser-portal
    .modal-add-payment-method
    > .content
    > form
    > .form-field.halfRow {
    flex: 0 0 48%;
}

.close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.enduser-portal .line {
    background: #ddd;
    height: 1px;
    margin: 15px 0;
}

.enduser-portal .logo {
    position: relative;
}

.enduser-portal .logo:hover .logo-remove {
    display: block;
}

.enduser-portal .logo-image,
.enduser-portal #edit-logo {
    border: none;
    box-shadow: none;
    outline: none;
    margin-bottom: 10px;
    vertical-align: top;
}

.enduser-portal #edit-logo {
    height: auto;
    padding: 0;
}

.enduser-portal .logo-image {
    max-width: 200px;
    max-height: 200px;
}

.enduser-portal .logo-remove {
    display: none;
    position: absolute;
    top: 5px;
    left: 5px;
}

.enduser-portal .error-message {
    color: red;
}

.enduser-portal .subscription-upgrade-add {
    margin-top: 4px;
    margin-right: 5px;
}

.enduser-portal .upgrade-subscription-block-price {
    float: right;
    margin-left: 10px;
}

.enduser-portal .upgrade-subscription-block-price .vat-amount,
.enduser-portal .upgrade-subscription-block-price .amount-excluding-vat,
.enduser-portal .upgrade-subscription-block-price .amount-including-vat {
    display: block;
}

.enduser-portal .valid-upgrade-subscription {
    margin-bottom: 10px;
    margin-top: 10px;
}

.enduser-portal .subscription-upgrade-add-div {
    display: inline-block;
    margin-top: 10px;
}

.enduser-portal .subscription-upgrade-desc {
    margin-top: 10px;
}
.enduser-portal .display-all-payment-method {
    overflow: auto;
}
.enduser-portal .confirmation-note {
    display: inline-block;
    font-size: 22px;
    max-width: 500px;
}

.enduser-portal .display-confirmation-content {
    padding: 50px;
    text-align: center;
}

.enduser-portal .display-confirmation-content h3 {
    padding: 40px 0;
}

.enduser-portal .payment-method-component {
    width: 200px;
    float: left;
    margin-right: 10px;
}

.enduser-portal .payment-method-component .panel {
    height: 80px;
    cursor: pointer;
    user-select: none;
}

.enduser-portal
    .payment-method-component
    .panel.payment-method-selectable:not(.payment-method-selected) {
    cursor: pointer;
    border: thin solid grey;
}

.enduser-portal
    .payment-method-component
    .panel.payment-method-selectable:not(.payment-method-selected):hover {
    background: hsl(112, 74%, 97%);
}

.enduser-portal
    .payment-method-component
    .panel.payment-method-selectable:not(.payment-method-selected):active {
    background: hsl(112, 74%, 90%);
}

.enduser-portal
    .payment-method-component
    .panel:not(.payment-method-selectable) {
    background: #efefef;
}

.enduser-portal .payment-method-component .panel.payment-method-selected {
    border: thin solid #3fc8a2;
    background: hsl(112, 74%, 85%);
}

.enduser-portal .add-payment-method .panel {
    border: thick dashed #ddd !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-around;
    background: white !important;
}

.enduser-portal .add-payment-method .panel:hover {
    border: thick dashed #aaa !important;
}

.enduser-portal .add-payment-method .panel:active {
    border: thick dashed black !important;
}

.enduser-portal .subscription-upgrade-ask-more span {
    margin-right: 10px;
    display: block;
}

.subscription-upgrade-max-value {
    padding-top: 10px;
}

.enduser-portal .modal-validation-purchase-content .close {
    margin-top: -15px;
}

.enduser-portal .OrderStatus {
    display: inline-block;
}

.Wallet .spinner-content .loader {
    width: 50px;
    height: 50px;
}

/**
 * spinner
 */
.spinner-content.main {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.loader {
    display: inline-block;
    width: 64px;
    height: 64px;
}
.loader.centered {
    display: block;
    margin: auto;
}
.spinner-content.main .loader {
    position: absolute;
    top: 50%;
    left: 50%;
}
.loader:after {
    content: ' ';
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #000000;
    border-color: #000000 transparent #000000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
.loader.loader--small {
    width: 18px;
    height: 18px;
}
.loader.loader--small:after {
    width: 18px;
    height: 18px;
    border-width: 2px;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.navbar .row:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.enduser-portal .navbar-header {
    margin-left: 0px;
}

.enduser-portal #navbar-login-page {
    flex-wrap: wrap;
}

.enduser-portal .navbar-right {
    margin-right: 0px;
}

.navbar .container-fluid > .row > .navbar-brand {
    flex-grow: 1;
}

.navbar > .row > .nav-tabs {
    float: none;
    margin-right: 0px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/**
 *
 */
.enduser-portal .help-block,
.enduser-portal .error-message {
    color: #d95450;
    display: block;
    margin-bottom: 20px;
}

.enduser-portal .error-message {
    height: 30px;
}

.enduser-portal .autoRenewalDivReakson {
    margin-left: 58px;
}

.enduser-portal .confirmation-suspend-button,
.enduser-portal .cancel-order-button {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.enduser-portal #store-iframe {
    width: 100%;
    display: block;
    border: none;
}

.buttonListInvoiceCreditNote button {
    width: 100%;
    margin-top: 10px;
}

.invoice-modal-content,
.invoice-modal-content .modal-body {
    height: 90%;
}

.nav > li {
    margin-bottom: unset;
}

.help-warning {
    color: orange;
}

.enduser-portal ul.details {
    list-style: none;
}

.endUserForm input {
    display: block;
    margin-top: 15px;
}

.endUserForm span {
    margin-top: 3px;
    display: block;
}

.endUserForm .valid-form {
    margin-top: 10px;
}

.endUserForm .valid-form button {
    float: right;
}

.endUserForm .country,
.endUserForm .captcha {
    margin-top: 15px;
}

.endUserForm .resellerTaxExemptionEligible.form-field,
.endUserForm .tandc.form-field,
.endUserForm .vatOptional.form-field {
    display: flex;
}

.endUserForm .resellerTaxExemptionEligible.form-field {
    gap: 10px;
    align-items: start;
    margin-top: 15px;
}

.endUserForm .resellerTaxExemptionEligible.form-field label {
    cursor: pointer;
}

.endUserForm .resellerTaxExemptionEligible.form-field input {
    margin: 0;
}

.enduser-portal
    #reseller-register-box
    .resellerTaxExemptionEligible.form-field
    input {
    height: 20px;
}

.endUserForm input[type='checkbox'] {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
}

.endUserForm .tandc.form-field .control-label,
.endUserForm .vatOptional.form-field .control-label {
    cursor: pointer;
    color: black;
    padding: 10px;
}

.endUserForm .country.default.form-field .form-control {
    color: #999;
}

.enduser-portal #edit-payment-method-form .help-block {
    position: absolute;
    top: calc(100% - 2px);
    font-size: 11px;
    font-weight: bold;
}
.enduser-portal #edit-payment-method-form .custom-date-separator {
    position: relative;
}
.enduser-portal #edit-payment-method-form .custom-date-separator:after {
    content: '/';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/**
 * navbar
 */
.link-language > * {
    margin-right: 20px;
    white-space: nowrap;
}

.link-language > * .fa {
    margin-right: 10px;
}

.navbar-img-logo {
    max-width: 150px;
    max-height: 42px;
    background-size: contain;
    background-repeat: no-repeat;
}

.navbarHomePage {
    display: flex;
    padding-top: 10px;
}

.logo-store-name {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.store-name {
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
}

.link-language {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.language-switcher {
    margin-left: 10px;
}

.enduser-background {
    display: flex;
    margin-top: 2em;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.valid-form a {
    margin-top: 10px;
}

.enduser-portal #login-box .switch-login {
    text-align: center;
    margin: 0 0 20px;
}

.enduser-portal .index-page .container-fluid {
    max-width: 1200px;
}

#footer {
    position: absolute;
}

.enduser-portal .page-login {
    margin-top: 2em;
}

.enduser-portal .reseller-login-view {
    display: flex;
    justify-content: space-between;
}

.enduser-portal .reseller-login-view #login-box,
.enduser-portal .reseller-login-view #reset-password-box {
    flex-basis: 25%;
}

.enduser-portal .reseller-content {
    display: block;
}

.enduser-portal .enduser-content-login,
.enduser-portal .enduser-background .extra-content-homepage {
    flex-basis: 35%;
}

.enduser-portal .enduser-background .welcome-text {
    flex-basis: 65%;
}

.enduser-portal #reseller-register-box {
    display: flex;
    justify-content: space-around;
    background: none;
    padding: 0;
    border: none;
    margin-bottom: 30px;
}

.enduser-portal .reseller-registration-page > h2 > span {
    display: flex;
    justify-content: space-around;
    margin-top: 1em;
    margin-bottom: 1em;
}

#reseller-register-box > form {
    min-width: 400px;
    flex: 0 0;
    background: #fbfbfb;
    border: thin solid #ddd;
    border-radius: 3px;
    padding: 1em 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.enduser-portal #reseller-register-box > form > * {
    flex: 0 0 100%;
}

.enduser-portal #reseller-register-box > form > .enduser-name {
    display: flex;
    justify-content: space-between;
}

.enduser-portal #reseller-register-box > form > .enduser-name > .form-field {
    flex: 0 0 48%;
}

.enduser-portal .page.page-initpassword .init-identifier-form,
.enduser-portal .page.page-updatepassword .update-password-form {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}

.confirmation-creation-reseller {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    max-width: 480px;
    background: #fbfbfb;
    border: thin solid #ddd;
    border-radius: 3px;
    margin-top: 40px;
    padding: 20px;
}

.confirmation-creation-reseller img {
    height: 150px;
    width: 150px;
    margin: auto;
}

.confirmation-creation-reseller h2 {
    text-align: center;
    color: green;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 40px;
    margin: 0.4em 0;
    line-height: 1.2em;
}

.confirmation-creation-reseller .confirmation-creation-reseller-details {
    margin: auto;
    font-size: 24px;
    text-align: justify;
}

.enduser-portal #init-password-box .validateTermAndCondition input {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.enduser-portal #init-password-box .validateTermAndCondition label {
    flex-basis: 50%;
    flex-grow: 1;
}

.enduser-portal #init-password-box .validateTermAndCondition .help-block {
    flex-basis: 100%;
}

.enduser-portal #init-password-box .validateTermAndCondition {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}

.enduser-portal #init-password-box .validateTermAndCondition a {
    display: inline-block;
}

.initIdentifierForm {
    width: 304px;
}

.enduser-portal body {
    height: auto;
    min-height: 100vh;
}

#footer.footer {
    height: unset;
    min-height: unset;
    flex: 0 0 auto;
}

.enduser-portal #footer #footer-content {
    float: unset;
    margin: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.enduser-portal #footer .links {
    display: flex;
}

.enduser-portal body #footer #footer-content .links span {
    margin: 0;
}

.SubscriptionUpgrade .purchase-content {
    border: 1px solid #d8d8d8;
}

.SubscriptionUpgrade .variable {
    display: inline-block;
    margin-right: 15px;
}

.SubscriptionUpgrade .variable .-variant {
    line-height: 34px;
    height: 34px;
    padding: 3px 10px;
}

.SubscriptionUpgrade .PopDescription {
    margin-left: 6px;
}

#copyright {
    float: unset;
}

#root > .content {
    margin-bottom: 200px;
}

/** reseller overview */
.reseller-overview {
    padding-bottom: 30px;
}
.reseller-banner {
    padding: 20px;
    border-radius: 5px;
    background: #f6f6f6;
    margin: 10px 0 10px 0;
}

.reseller-banner-img img {
    width: 100%;
}

.reseller-group-status {
    padding: 20px;
    border-radius: 5px;
    background: #f6f6f6;
}

.reseller-group-status img {
    max-width: 125px;
}

.reseller-group-logo {
    width: 220px;
}

.reseller-group-detail p {
    margin-left: 20px;
}

.reseller-group-detail {
    display: flex;
    align-items: center;
}

.enduser-portal .button-create-reseller {
    margin-top: 0px !important;
}

.enduser-portal .billingPlan .periodSelector {
    font-size: 1.3em;
    width: 10em;
    margin: 1.5em auto;
    height: 2em;
}

.enduser-portal .billingPlanTotalAmount {
    text-align: right;
}

/**
 * vvvvv   Catalog products view   vvvvv
 */

.enduser-portal .productsCatalog .product {
    display: flex;
    flex-direction: column;
    margin: 20px 0 0 0;
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fafafa;
    padding: 10px;
}

.enduser-portal .productsCatalog .product:first-child {
    margin-top: 0;
}

.enduser-portal .productsCatalog .product .card {
    justify-content: space-evenly;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.enduser-portal .productsCatalog .product .card .image {
    width: 80px;
}

.enduser-portal .productsCatalog .product .card .image.placeholder {
    width: 80px;
    height: 80px;
}

.enduser-portal
    .productsCatalog
    .product
    .card
    .image.placeholder
    > .placeHolderIcon {
    width: 80%;
    margin: auto;
    font-size: 80px;
    color: #dedede;
}

.enduser-portal .productsCatalog .product .createdUsages {
    table-layout: fixed;
    max-width: 500px;
    margin: 2em auto;
}

.enduser-portal .productsCatalog .product .usageForm {
    width: 300px;
    margin: 20px auto;
}

.enduser-portal .productsCatalog .product {
    user-select: none;
}

.enduser-portal .productsCatalog .catalogProductPrice {
    margin-left: 20px;
}
.enduser-portal .productsCatalog .catalogProductDescription .description {
    width: 500px;
}
.enduser-portal .productsCatalog .product .dropdown button {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
    transform: rotate(45deg);
    border: 2px solid #000;
    border-top: none;
    border-left: none;
    background: 0 0;
    outline: none;
    opacity: 0.2;
}

.enduser-portal .productsCatalog .product .dropdown button.close {
    transform: rotate(-135deg);
}
.enduser-portal .btn--preloader,
.enduser-portal .btn--preloader > span {
    display: inline-flex;
}

.enduser-portal .btn--preloader .spinner-content {
    margin-right: 0.5rem;
}

.enduser-portal .paymentPending {
    margin: 10px 20px;
}

/**
 * ^^^^^   Catalog products view   ^^^^
 */
.auto-renewal-block .panel-body button.btn,
.auto-renewal-block .panel-body button.btn.btn-warning {
    width: auto;
}

.auto-renewal-block .btn .spinner-content .loader:after {
    border-color: #fff transparent #fff transparent;
}
@media screen and (min-width: 960px) {
    .customerCareForm .form-field {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .customerCareForm .reasonRequest.form-field {
        flex-direction: row-reverse;
    }

    .customerCareForm .reasonRequest.form-field select {
        width: 50%;
    }

    .customerCareForm .form-field textarea {
        height: 150px;
    }

    .customerCareForm .form-field .control-input {
        width: 50%;
    }

    .customerCareForm .valid-form {
        text-align: right;
    }
    .customerCareForm .valid-form button {
        width: 16.67%;
    }
    .eptica_contact_note {
        margin-top: 10px;
    }

    .order-detail-view {
        display: flex;
        flex-wrap: wrap;
    }

    .endUser-details {
        margin-top: 57px;
        margin-left: 1%;
    }

    .order-details,
    .order-block-payment-enduser .payment-details {
        flex-basis: 50%;
    }

    .order-product-details,
    .endUser-details {
        flex-grow: 1;
    }

    .order-details .btn {
        font-size: 82%;
    }
    .order-block-payment-enduser {
        flex-basis: 100%;
        display: flex;
    }

    .subscription-detail,
    .subscription-upgrade,
    .order-details,
    .subscription-detail-view .payment-details,
    .auto-renewal-block,
    .buttonListInvoiceCreditNote button {
        float: left;
        margin-left: 1%;
    }

    .product-details {
        margin-left: 1%;
    }
    .auto-renewal-block {
        width: 100%;
    }

    .auto-renewal-block .panel-body p span {
        display: block;
        margin-bottom: 10px;
    }

    .subscription-detail,
    .subscription-upgrade,
    .order-details,
    .buttonListInvoiceCreditNote button,
    .subscription-detail-view .payment-details {
        width: 49%;
    }

    .order-scroll {
        overflow-y: scroll;
        max-height: 283px;
    }

    .endUserForm select {
        border-radius: unset;
    }
}

.panel-heading-title {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#overview-order-table .order-table-td.order-table-td--name,
#order-list-table .order-table-td.order-table-td--name {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*
 * BILLING PLAN
 */

.catalog-desc {
    background: #fafafa;
    border: 1px solid #dedede;
    color: #777;
    margin-bottom: 10px;
    padding: 20px;
}

.billingPlan {
    margin-bottom: 20px;
}

.billingPlan.tabs > .tab-content {
    margin-top: 20px;
}

.billingPlan.tabs .nav-tabs > li.active > a,
.billingPlan.tabs .nav-tabs > li.active > a:focus,
.billingPlan.tabs .nav-tabs > li.active > a:hover {
    background: transparent;
}

.billingPlan.tabs > ul > li > a {
    padding: 0.3em 1em;
}

.billingPlan.tabs .nav-tabs > li.active > a,
.billingPlan.tabs .nav-tabs > li.active > a:focus,
.billingPlan.tabs .nav-tabs > li.active > a:hover {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.billingPlan.tabs .productUsage .updateError {
    color: red;
}

.billingPlan table.usagesTable th {
    white-space: normal;
    vertical-align: middle;
}

.billingPlan table.usagesTable th.status {
    width: 76px;
}
.billingPlan table.usagesTable th.amount {
    width: 95px;
}
.billingPlan table.usagesTable th.date {
    width: 100px;
    text-align: center;
}
.billingPlan table.usagesTable th.actions {
    width: 55px;
}
.billingPlan table.usagesTable td.actions > .btn {
    display: none;
}
.billingPlan table.usagesTable tr:hover td.actions > .btn {
    display: block;
}

.billingPlan table.usagesTable .orderActions a {
    margin: auto 2em;
}

.ProductRow {
    padding: 0;
}

.SubscriptionUpgrade .valid-upgrade-subscription {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0;
}

.SubscriptionUpgrade .action {
    padding: 20px;
}

.SubscriptionUpgrade .payment-details {
    margin: 20px 0;
    width: 550px;
}

#subscription-upgrade,
#subscription-upgrade-now {
    float: right;
}

.btn-primary.spinner {
    opacity: 0.7;
}

.showButtonHistory {
    margin: 10px 20px;
}

.showButtonHistory .history,
.SubscriptionUpgrade .link {
    line-height: 32px;
    text-decoration: underline;
}

.showButtonHistory .order-scroll {
    float: none;
    clear: both;
}

.summaryBlock {
    float: left;
    width: 50%;
    padding: 10px;
    font-size: 14px;
}

.summaryBlock .ReinsurranceItem .logo::before {
    top: -5px;
}

.Product .prices.subscription {
    display: block;
    flex-basis: 15%;
    display: flex;
    justify-content: center;
    padding: 0 15px;
}

.Product .PriceWrapper .value {
    font-weight: 400;
    font-size: 20px;
}

.Product .icon {
    flex-basis: 14%;
}

.Product .ProductMain {
    flex-basis: 22%;
    flex-grow: 1;
}

.Product .counter {
    flex-basis: 30%;
    display: flex;
    justify-content: center;
}

.QuantityHeadline,
.Product .counter {
    flex-basis: 30%;
}

.Product .boxshot {
    max-height: 200px;
}

.Product .description {
    font-size: 14px;
}

.Notification {
    margin-bottom: 20px;
}

.Notification p {
    padding: 5px 0;
}

.Notification strong {
    font-weight: 400;
}

#contact-footer a {
    margin-right: 10px;
}

.order-product-details {
    z-index: 0;
}

.downloadXml {
    display: flex;
    justify-content: center;
    margin: 10px;
}

.order-details {
    z-index: 1;
}

.display-none {
    display: none;
}

/* Default RWD for all customers */
@media screen and (max-width: 1024px) {
    #contact-footer,
    #copyright {
        text-align: left;
        margin-top: 5px;
    }
    #contact-footer {
        margin-right: 10px;
    }
}

@media screen and (max-width: 960px) {
    #navbar-login-page {
        padding: 15px 20px;
    }

    .enduser-portal .navbar-img-logo {
        max-width: 300px;
    }

    .enduser-portal .index-page .page.page-login {
        background-size: auto 310px;
    }

    .enduser-portal .index-page .page.page-login .reseller-login-view {
        padding: 15px 2em 0;
    }

    .index-page .reseller-feature span {
        font-size: 18px;
        display: inline-block;
    }

    .enduser-portal .index-page .page.page-login #login-box,
    .enduser-portal .index-page .page.page-login #reset-password-box {
        width: auto;
        margin: 3em 0;
        display: flex;
        justify-content: center;
    }

    .enduser-portal #login-box,
    .enduser-portal #init-password-box,
    .enduser-portal #reset-password-box {
        background: none;
        padding: 0;
        border: none;
    }

    .index-page .loginForm,
    .index-page .resetPasswordForm {
        min-width: auto;
        flex-basis: 100%;
    }

    #reseller-register-box > form {
        min-width: auto;
        border: 0;
        background: none;
        padding: 1em 0;
    }

    #footer {
        position: static;
    }

    .enduser-portal #footer-content,
    .long-desc,
    .enduser-portal .productsCatalog .catalogProductDescription .description {
        width: auto;
    }

    .enduser-background,
    .enduser-portal .reseller-login-view,
    .reseller-group-detail {
        display: block;
    }

    .enduser-portal .navbar {
        height: auto;
    }

    .navbar .row:first-child {
        flex-wrap: wrap;
    }

    .enduser-portal .nav-tabs {
        border-bottom: none;
    }

    .enduser-portal .breadcrumb {
        display: none;
    }

    .dropdown,
    .dropup {
        text-align: right;
        width: 100%;
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .enduser-portal .welcome-user {
        display: inline-block;
        position: absolute;
        bottom: -17px;
    }

    #copyright {
        margin-top: 8px;
        text-align: left;
    }

    /* rwd for tables */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 1px solid #ccc;
    }

    tr:nth-of-type(odd) {
        background: #eee;
    }

    td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .nav-tabs > li {
        float: none;
    }

    .enduser-portal .nav-tabs {
        text-align: center;
        display: block;
        width: 100%;
    }

    .navbar .container-fluid > .row > .navbar-brand,
    .dropdown,
    .dropup {
        text-align: center;
    }

    .enduser-portal .navbar-header {
        display: inline-block;
    }

    .enduser-portal .productsCatalog .product .usageForm {
        width: 100%;
    }
}

.errorMessage {
    font-weight: 400;
    color: red;
    line-height: 22px;
    padding: 5px 0 20px;
}

.verticalDivider {
    width: 0;
    display: inline-block;
    border-left: solid;
}

.scrollTopIconWrapper {
    position: relative;
}
.scrollTopIcon {
    position: fixed;
    bottom: 40px;
    right: 25px;
    z-index: 20;
    border-radius: 12px;
    height: 45px;
    width: 45px;
    background: rgba(0, 168, 142, 0.2);
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.scrollTopIcon:hover {
    animation: none;
    background: rgba(0, 168, 142, 1);
}

.scrollTopIcon::after,
.scrollTopIcon::before {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 9px;
    left: calc((45px - 15px) / 2);
    top: calc((45px - 9px) / 2 - 3px);
    background-image: url(../img/svg/common/chevron.svg);
}

.scrollTopIcon::after {
    top: calc((45px - 9px) / 2 + 4px);
}

/* IAP-25107 */
.modal-tandc td {
    white-space: initial;
}
