﻿@CHARSET "UTF-8";
/***************
***Complete Paybox Cascading style sheet for
Payment means choice page
***
and payment page
(c) 04/2016 Paybox by verifone
*/

/* global generic styling */
body {
    font-family: Trebuchet MS, serif;
    font-size: large;
    -webkit-text-size-adjust: 100%;
    color: #656565;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: black;
}

h1, h2 {
    font-size: 1em;
    margin: 0;
    padding: 0;
}

h3 {
    margin: 10px;
}

.MsgErreur, #pbx-form-err{
    color: red;
    text-align: center;
    background: #eee;
}

/* styling the patience layer */
#patience {
    display: none;
}

#Patience table {
    width: 40%;
}

div#Patience h2 {
    background: white url('loaderb64.gif') bottom center no-repeat;
    height: 100px;
    position: absolute;
}

/* STRUCTURE styling */
/* we follow the structural order for clarity */

/* Main container */
#pbx-container {
    max-width: 98%;
    margin-left: 1%;
}

/* logo for personalization */
#pbx-logo {
    height: 20px;
}

#pbx-header img {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 64px;
    margin: 0;
    padding: 0;
}

#pbx-header-content {
    display: inline-block;
    height: 50px;
    width: auto;
    margin: 0 0 10px 0;
}

img.logo {
    display: none;
}

#pbx-custom-logo {
    height: 64px;
}

#pbx-main {
    width: 100%;
    display: table;
    margin: 0 auto;
}

/*************************************/
/* main style: framing of the blocks */
.pbx-frame {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-width: 1px;
    border-color: #cccccb;
    margin-left: auto;
    margin-right: auto;
}

.pbx-frame h1 {
    margin-top: 0;
    height: 29px;
    color: #696969;
    font-weight: unset;
    line-height: 35px;
    border-width: 0 0 1px 0;
    border-color: #CCC;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    background: #1DAFED url(pictoInformationTitre.png) left no-repeat;
    padding: 0 25px 0 45px;
    background-position-x: 8px;
    margin-bottom: 0;
}

#pbx-mean-payment-header {
    background: url(pictoCarteTitre.png) left no-repeat #EFEFEF;
    background-position-x: 9px;
}

.pbx-frame h2 {
    background: #fff;
    margin: 0;
    padding: 10px 2%;
    font-size: 0.8em;
}

/* end of main frames styling */
/******************************/

/* styling the payment data helper text */
.payment #pbx-transaction-summary div {
    width: 98%;
    margin: 0;
}

/* just the first element */
.pbx-transaction-summary-content:first-of-type {
    padding-top: 10px;
}

.payment #pbx-transaction-summary {
    border: none;
    text-align: left;
}

/* styling the payment data section */
#pbx-mean-payment-content-list {
    margin: 0;
}

/* PBX-FORM wraps the 3 columns of the payment input section */
#pbx-form {
    width: 100%;
    margin: auto;
    height: 16em;
}

#pbx-form-err {
    display: none;
}

#pbx-form-err label {
    display: block;
}

/* the left and right side images aligning */
#aside_images {
    max-width: 150px;
    height: auto;
    width: auto;
    position: absolute;
    top: 30%;
    right: -30%;
    transform: translate(-50%, -50%);
}

/* left column */
#cardlogo {
    font-size: xx-small;
    width: 80px;
    height: 80px;
    float: right;
    right: -45%;
    position: absolute;
    top: 40%;
}

.pbx-card-button, .pbx-card-button-div {
    margin: 0;
}

img.card {
    margin-left: -3px;
    max-width: 100%;
    max-height: 70px;
}

/* middle column: contains form*/
#middle {
    position: relative;
    width: 320px;
    float: left;
    margin: 0 5px 5px 189px;
    background-color: white;
}

/****************************/
/* middle section specifics */

/* Form elements */
.label {
    position: relative;
    max-height: 105px;
}

label.cvv_label {
    float: left;
}

p.cvv_label {
    margin-top: 30px;
    font-size: x-small;
    width: auto;
    position: absolute;
}

.input_container {
    display: inline-flex;
    width: 100%;
    padding-right: 10px;
}

#middle .Finput {
    font-size: 1em;
    padding-top: 1px;
    padding-bottom: 1px;
    max-height: 30px;
    min-height: 30px;
}

#middle .Finput:disabled, #middle .Finput .error:disabled, #middle .Finput .valid:disabled {
    box-shadow: inset 0 0 3px #e9e0e0;
    padding: 5px 5px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 16px;
    background-color: #eceaea;
    color: #c8c3c3;
}

#pan.Finput:disabled {
    padding-left: 35px;
}

#cvvlabel {
    margin-bottom: 10px;
}

input#CVV {
    background-image: url('PictoCleSaisie.png');
    background-position: 5px 40%;
    background-repeat: no-repeat;
    padding-left: 35px;
    width: 47%;
    float: right;
}

.cvv_label p {
    margin: 0;
}

#pbx-cvv-check {
    vertical-align: middle;
    line-height: 33px;
    margin-top: 7px;
    margin-left: 2px;
}

#pbx-cvv-check-warning {
    display: none;
}

.pbx-payment-mean-item {
    float: left;
    width: 140px;
}

select {
    box-shadow: inset 0 0 3px #c8c8c8;
    box-sizing: border-box;
    border: 1px solid #cacac9;
    border-radius: 5px;
    font-size: 1em;
    width: 47%;
    text-align: right;
    height: 45px;
    background: #f9f9f9 url(PictoFlecheMenuDeroulant.png) no-repeat 99.3% center;
    margin-right: -17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 5px 50px 5px 5px;
    color: #656565;
}

input {
    border: 2px solid #ccc;
}

.select option {
    direction: ltr;
}

select#optionpaiement {
    width: 100%;
}

select#jourNaiss, select#moisNaiss {
    width: 25%;
}

select.right {
    float: right;
    margin-left: 4%;
    width: 46%
}

select.left {
    float: left;
    margin-right: 3%;
}

/* placeholder logo */
select.left::-webkit-input-placeholder {
    color: transparent;
    text-indent: -9999px;
    background-image: url("https://image.freepik.com/free-icon/calendar-icon-in-black_318-9776.jpg");
    background-position: 0 50%;
    background-repeat: no-repeat;
}

select.left::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
    text-indent: -9999px;
    background-image: url("https://image.freepik.com/free-icon/calendar-icon-in-black_318-9776.jpg");
    background-position: 0 50%;
    background-repeat: no-repeat;
}

select.left:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
    text-indent: -9999px;
    background-image: url("https://image.freepik.com/free-icon/calendar-icon-in-black_318-9776.jpg");
    background-position: 0 50%;
    background-repeat: no-repeat;
}

select.left:-ms-input-placeholder {
    /* IE 10- */
    color: transparent;
    text-indent: -9999px;
    background-image: url("https://image.freepik.com/free-icon/calendar-icon-in-black_318-9776.jpg");
    background-position: 0 50%;
    background-repeat: no-repeat;
}

/* end of placeholder logo */

.date_separator {
    display: none;
    padding-left: 4%;
    padding-right: 4%;
}

#date_validite {
    width: 100%;
}

input[type=text], input[type=number], input[type=password], input[type=tel] {
    box-shadow: inset 0 0 3px #c8c8c8;
    width: 100%;
    padding: 5px 5px;
    box-sizing: border-box;
    border: 1px solid #cacac9;
    border-radius: 5px;
    font-size: 16px;
    background-color: #f9f9f9;
    color: #656565;
}

/*validation styles*/
#middle .Finput .error {
    box-shadow: inset 0 0 3px #ff0000;
    border-color: #ff0000;
    border-width: 1px;
    border-radius: 5px;
    background-color: #ffefef;
}

#middle .Finput .valid {
    box-shadow: inset 0 0 3px #31c85b;
    border-color: #00c838;
    border-width: 1px;
    border-radius: 5px;
    background-color: #f2fbf1;
}

#pbx-card-error-alert, #pbx-card-error-close {
    height: 1px;
}

input#pan {
    width: 100%;
    box-sizing: border-box;
    background-image: url('PictoCarteSasie.png');
    background-position: 5px 40%;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 35px;
}

#pbx-cvv-error, #pbx-card-error, #pbx-date-error {
    display: none;
}

/* hide the numeric steppers */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

#pbx-card-button-main {
    box-shadow: inset 0 0 3px #c8c8c8;
    width: 100%;
    background: #f9f9f9;
    border-width: 1px;
    border-color: #cacac9;
    border-radius: 5px;
    border-style: solid;
    height: 30px;
}

#pbx-card-display.card {
    box-shadow: inset 0 0 3px #c8c8c8;
    width: 100%;
    background: #f9f9f9;
    border-width: 1px;
    border-color: #cacac9;
    border-radius: 5px;
    border-style: solid;
    padding: 5px;
    height: auto;
    display: flex;
}

#pbx-card-button-main:hover {
    background: #dedede;
}

/* end of form input elements */
/******************************/

/**
styling the generic buttons
*/
.pbx-button-container {
    width: 100%;
}

.pbx-button {
    background-color: #afafaf;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    color: #ffffff;
    font-family: arial, serif;
    font-size: 1em;
    font-weight: bold;
    padding: 3px 12px;
    cursor: default;
    text-align: center;
    margin: 10px 10px 10px 0;
    text-decoration: none;
    border-width: 0;
    line-height: 25px;
    height: 34px;
}

/**
styling the validate button
*/
#pbx-button-validate {
    background-color: #00c838;
    float: right;
    -webkit-appearance: none;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    width: 98%;
    width: -moz-available;
    bottom: 45px;
    margin-right: 0;
}

.pbx-button:hover {
    cursor: pointer;
    background-color: #989898;
}

#pbx-button-validate:hover {
    background-color: #07b337;
}

/**
grouping the style for the other buttons
*/
.button_icon.cancel {
    background: url(PictoAnnuler.png) left no-repeat;
}

.button_icon.back {
    background: url(left-icon-wht.png) left no-repeat;
}

#pbx-button-cancel, #pbx-button-back, #pbx-mean-payment-content-cancel {
    font-size: medium;
    float: right;
    border: none;
    bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 0 0 -27px 0;
    width: 47%;
}

#pbx-button-cancel {
    right: 0;
}

#pbx-button-back {
    left: 0;
    float: left;
}

@-moz-document url-prefix() {
    a#pbx-button-cancel {
        height: 21px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 40px;
        right: 0;
    }
}

/**
some properties for further styling  the generic buttons
*/

.pbx-button:disabled {
    color: #BBBBBB;
}

/**
in case there is an image on the button
*/
.pbx-button img {
    vertical-align: text-top;
    height: 18px;
}

/**end of middle section specifics**/
/***********************************/

/**
styling the payment means choice
*/
.pbx-payment-mean-item-more-info {
    color: #A3A7AD;
    text-align: center;
    display: block;
    font-size: 0.8em;
    margin-top: 2px;
    cursor: help;
}

.pbx-payment-mean-description-dialog img {
    margin: 0 15px 15px 0;
    border: 1px solid #CCC;
}

.pbx-payment-mean-item-more-info:hover {
    color: #74767A;
}

#pbx-mean-payment-content-cancel {
    background-image: none;
    box-shadow: none;
    float: right;
    margin: 22px 10px 10px;
    left: auto;
    bottom: auto;
}

/**end of payment means choice*/

/**** footer *****/
#pbx-footer {
    background-color: #F5F5F5;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.cert-seal {
    float: left;
}

img.logoVeriSign {
    float: left;
    max-height: 25px;
    position: absolute;
    top: 25px;
    left: 5%;
}

#pbx-footer-version-mpads, #pbx-footer-3ds-info, #pbx-footer-merchant-nation {
    font-size: 0.5em;
    max-width: 98%;
    margin-left: 1%;
    margin-top: 10px;
}

.error {
    border: 2px solid red; /* Contour rouge */
    background-color: #ffe6e6; /* Fond légèrement rouge */
    padding: 5px; /* Espacement intérieur */
    border-radius: 5px; /* Coins arrondis */
    color: red; /* Texte rouge */
}

.error label {
    font-weight: bold; /* Rend le texte de l'étiquette plus visible */
}

div#pbx_tokenised_card_agree {
    margin-top: -1px;
}
#pbx_tokenised_card_agree label {
	display: block; /* Affiche uniquement ce label spécifique */
}

/* informations complémentaires */
#pbx-custom-area {
    display: block;
}

/* panier & adresses */
#pbx-cart-items, #pbx-addresses {
    display: none;
}

/* panier */
#pbx-cart-area {
    display: none;
}

/* breadcrumb de la zone personalisable */
#pbx-breadcrumb {
    background: url("main_header_background.png") repeat scroll 0 0 transparent;
    box-shadow: 1px 1px 0 0 #888888 inset;
    height: 29px;
    margin: 0;
    padding: 0;
}

#pbx-breadcrumb li {
    display: inline-block;
    width: 24%;
    text-align: center;
    margin: 0;
    padding: 0;
}

#pbx-breadcrumb a {
    color: white;
    text-shadow: 1px 1px 1px #000000;
    font-weight: bold;
    line-height: 29px;
    height: 29px;
    padding: 5px 0 5px 30px;
}

#pbx-breadcrumb-validation a {
    color: #888;
}

#pbx-breadcrumb a:hover {
    color: #CCC;
}

#pbx-breadcrumb-cart a {
    background: url("numbers/1.png") no-repeat;
}

#pbx-breadcrumb-delivery a {
    background: url("numbers/2.png") no-repeat;
}

#pbx-breadcrumb-payment a {
    background: url("numbers/3.png") no-repeat;
}

#pbx-breadcrumb-validation a {
    background: url("numbers/4.png") no-repeat;
}

/* Résumé de la transaction */
#pbx-transaction-summary table {
    margin: 10px;
}

#pbx-transaction-summary table th {
    text-align: left;
}

#pbx-transaction-summary table th, #pbx-transaction-summary table td {
    padding: 3px;
}

#pbx-transaction-summary .label, #pbx-transaction-summary-amount-value, #pbx-transaction-summary-reference-value {
    color: #656565;
    font-weight: bold;
    font-size: 0.8em;
}

.headline_content .label {
    margin-right: 10px;
}

.pbx-transaction-summary-content, .headline_content {
    display: inline-flex;
    width: 100%;
}

label {
    width: auto;
    margin-right: 2%;
    font-size: 0.8em;
    font-weight: unset;
}

form .label {
    margin-top: 5px;
}

.pbx-transaction-summary-content label, .headline_content label {
    margin-left: 2%;
    font-weight: unset;
    font-size: 0.7em;
}

/*cvv tooltip*/
.tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
}

a.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* choix de la langue de traduction du site */
#pbx-language {
    background: #FCFCFC;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    position: absolute;
    right: 18px;
    top: 60px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

/* Choix du moyen de paiement */
#pbx-mean-payment, #pbx-redirect {
    margin-top: 10px;
    max-width: 100%;
    height: 60%;
    min-width: 250px;
}

#pbx-redirect p {
    margin: 30px;
    padding-left: 25px;
    background: url("ajax-loader.gif") no-repeat left center;
}

#pbx-payment-form {
    margin-top: 10px;
    overflow: auto;
}

#pbx-payment-image {
    float: right;
    margin: 10px 50px 10px 0;
    border: 1px solid #CCC;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    background-color: white;
}

#pbx-exchange-rates {
    text-align: center;
    font-size: 0.9em;
    color: #A3A7B7;
    display: none;
}

.pbx-exchange-rates-cell {
    display: initial;
}

/* Pied de page */
#pbx-footer {
    margin-top: 10px;
    text-align: center;
    font-size: 0.8em;
    color: black;
    background-color: #E8E8E8;
    height: 45px;
    line-height: 45px;
}

#pbx-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}

#pbx-footer ul li {
    display: inline;
    margin: 0 10px;
}

img.inlineImg {
    max-height: 35px;
    vertical-align: middle;
    margin-right: 17px;
    padding: 6px;
}

.footer_text { /* Hide the text. */
    font-size: 0;
    margin-top: 35px;
}

/* Wynid */
#pbx-wynid {
    margin-top: 10px;
}

/* error page */
#pbx-error-main-content p {
    white-space: pre;
}

#pbx-error-image {
    background: url('warning.png') no-repeat center;
    height: 80px;
}

#pbx-error-inconsistent-parameters, #pbx-error-access_refused {
    text-align: center;
}

/* Formulaires */
.pbx-form {
    background: #fff;
    width: auto;
    margin: 15px auto;
    padding: 0;
    overflow: auto;
}

.pbx-form th {
    text-align: right;
    width: 1%;
    vertical-align: top;
    padding: 3px 10px;
}

.pbx-form p {
    padding: 0;
    margin: 0;
}

.pbx-form table {
    width: auto;
    padding-left: 20px;
}

.pbx-form input, .pbx-form textarea {
    margin: 0 0 2px 0;
    vertical-align: top;
}

.pbx-form .errors {
    margin: 0 0 0 30px;
    padding: 0;
    list-style-type: none;
    font-size: 0.8em;
    color: red;
}

.pbx-form label {
    padding: 0 18px 0 0;
    white-space: nowrap;
}

.pbx-form .required {
    background: url('required.png') no-repeat right top;
}

.pbx-form-cryptogram-help {
    background: url("help.png");
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 1px 0 0 10px;
    cursor: help;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: silver;
    font-size: 0.60em;
    opacity: 0;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: silver;
    font-size: 0.60em;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: silver;
    font-size: 0.60em;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: silver;
    font-size: 0.60em;
}

::placeholder {
    color: silver;
    font-size: 0.60em;
}

#pbx-payment-form-nav-buttons {
    display: block;
    text-align: right;
}

/* breadcrumb (file d'ariane) pour la zone personnalisée */
#pbx-custom-area {
}

#pbx-custom-area ul {
    margin: 0;
    padding: 0;
    background-color: #F5F5F5;
    border: 1px solid #CCC;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#pbx-custom-area ul li {
    display: inline-block;
    padding: 10px 20px;
}

#pbx-custom-area .current {
    border: solid #CCC;
    border-width: 0 1px;
    background-color: #DDD;
}

#pbx-custom-area .current a {
    color: white;
    font-weight: bold;
}

#pbx-custom-area .current a:hover {
    color: white;
}

#pbx-security-info-details {
    padding: 0;
}

#pbx-payment-form-maxicheque-frame {
    margin: 20px;
}

/* Liste des moyens de paiements */
#pbx-performed-payments {
    margin-top: 10px;
}

#pbx-performed-payments table {
    border-collapse: collapse;
}

#pbx-performed-payments th {
    background-color: #F5F5F5;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

#pbx-performed-payments td {
    text-align: center;
    margin: 0;
    padding: 5px;
    border-top: 1px solid #CCCCCC;
}

#pbx-performed-payments dl {
    margin: 0;
    padding: 0;
}

#pbx-performed-payments dt {
    font-weight: bold;
}

#pbx-performed-payments-total {
    background-color: #F5F5F5;
    border: solid #CCC;
    border-width: 0 1px;
}

#pbx-performed-payments-total dl {
    text-align: left;
    padding-left: 30px;
}

.pbx-performed-payments-logo {
    border: 1px solid #CCC;
    vertical-align: middle;
    margin-right: 10px;
}

/* zone d'affichage pour les bornes Wynid */
#pbx-payment-wynid-display {
    padding: 20px;
}

#pbx-payment-wynid-display table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

#pbx-payment-wynid-display td {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

#pbx-payment-wynid-display {
    text-align: center;
    display: block;
}

.pbx-payment-wynid-display-line {
    width: 600px;
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #555;
    font-family: arial, serif;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 10px;
    margin: 0 10px 0 10px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #ffffff;
    cursor: default;
    text-align: center;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff;
    height: 25px;
    line-height: 25px;
    text-transform: uppercase;
}

#pbx-payment-wynid-display-line0 {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

#pbx-payment-wynid-display-line1 {
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

#pbx-payment-wynid-nav-buttons {
    text-align: right;
    padding: 20px 20px 10px 20px;
}

#pbx-payment-wynid-receipt-question-button-container {
    text-align: center;
}

#pbx-payment-wynid-receipt-question-button-container .pbx-button {
    display: inline-block;
    font-size: 16px;
    height: 70px;
    margin: 20px;
    width: 120px;
    vertical-align: top;
}

#pbx-payment-wynid-loading {
    background: url("big-ajax-loader.gif") no-repeat scroll center bottom transparent;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0 0 265px;
}

#pbx-payment-wynid-loading p {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

.pbx-footer-version-mpads, .pbx-footer-3ds-info {
    font-size: x-small;
}

/* checkmark style */
/* The container */
.checkcontainer {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

/* Hide the browser's default radio button */
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    box-shadow: inset 0 0 3px #c8c8c8;
    border: 1px solid #cacac9;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #f9f9f9;
    border-radius: 20%;
    z-index: 5;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
    background-color: #ddd;
}

/* When the radio button is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
    background-color: grey;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.checkcontainer .checkmark:after {
    left: 5px;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid green;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#pbx-spinner {
    position: absolute;
    margin-left: 10px;
}