.card {
    border: 1px solid rgba(0, 0, 0, .125);
}

.viLicenseHorizontalBlock {
    height: 100px;
    width: 20px !important;
    background-color: grey;
    float: left;
}

.viLicenseMonitor {
    transform: scale(1.4);
}

.viLicenseLeftArrow {
    transform: scale(2.5);
    margin: 30px 0 0 30px;
}

.licenseArrowLower {
    color: #2774a0;
    transform: scale(2);
    margin: 70px 0 0 30px;
}

.abHeaderLicense {
    font-size: 26px;
}

.col-1 {
    min-height: 1px;
}

footer .row {
    display: block !important;
}

.licenseArrow {
    color: #2774a0;
    transform: scale(3);
    margin: 70px 0 0 70px;
}

.abLicenseGreyRow {
    height: 300px;
}

.text-white {
    color: #fff !important;
}

.opacity {
    opacity: 50%;
}

.license:hover {
    cursor: pointer;
}

/*
 * License cards – full width of column, equal heights
 */
.license {
    opacity: .5;
    width: 100%;        /* fill Bootstrap column */
    display: flex;      /* stack header, content and price vertically */
    flex-direction: column;
}

/* push price block to the bottom so all cards get equal height */
.license .price {
    margin-top: auto;
}

.emailInput.label {
    color: #2774a0;
    font-weight: bolder;
    margin-right: 30px;
}

.emailInput.label {
    border: 1px solid #ddd;
}

.emailInput {
    margin-left: -9px;
}

#btnSubmit {
    background-color: #28a745 !important;
}

.bg-green {
    background-color: #40b76f !important;
}

a.bg-green:focus,
a.bg-green:hover,
button.bg-green:focus,
button.bg-green:hover {
    background-color: #339158 !important;
}

small {
    font-size: 80%;
}

/*
* payment-items
*/
.payment-item {
    border: 2px solid transparent;
    cursor: pointer;
    width: 20%;
    display: block;
    padding: 0;
    vertical-align: middle;
    float: left;
    text-align: center;
}

.payment-item:hover {
    border: 2px solid #a6b3bf;
}

.payment-item.active {
    border: 2px solid #a6b3bf;
    background-color: #ffffff !important;
}

.payment-item input {
    display: none;
}

.payment-item img,
.payment-item p {
    padding: 0;
    margin: 0;
}

.payment-item img {
    display: inline-block;
    width: 100%;
    max-width: 90px;
}

.payment-item p {
    display: inline-block;
    font-family: 'Khand', sans-serif !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: black;
    margin-top: 5px;
}

.info-clause,
.rodo-clause {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera nd Firefox */
    padding: 10px;
    border: 1px solid #a6b3bf;
    background-color: #fafafa;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.info-clause ol,
.info-clause ul,
.rodo-clause ul {
    margin-left: -20px;
}

.info-clause a,
.rodo-clause a {
    color: #86919c;
    font-weight: bold;
}

.info-clause ul,
.info-clause ol,
.info-clause p,
.rodo-clause ul,
.rodo-clause p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 12px;
    color: #86919c;
    text-align: justify;
}

@media (max-width: 575.98px) {
    .payment-item {
        width: 50%;
    }

    .info-clause,
    .rodo-clause {
        padding: 10px;
        border: 1px solid #a6b3bf;
        background-color: #fafafa;
        height: 200px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .mobile-vinchecker .wdg-vinchecker form button {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .text-sm-center {
        text-align: center;
    }
}