/*Basically copy the hove effect of the OnePageExpress theme to be applied to inputs not only links.*/
input.features-coloured-button:hover {
    -moz-box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
    -webkit-box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
    box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
    color: rgb(255, 255, 255);
}

.tvp-list {
    list-style: none;
    padding-left: 0;
}

.tvp-label {
    display: block;
    font-weight: 500;
}

.tvp-checkbox {
    width: 25px;
    height: 25px;
}

.tvp-submit {
    background-color: #4caf50 !important;
    color: #fff !important;
}

.tvp-submit-blue {
    background-color: #7fcff4 !important;
    color: #fff !important;
}

.tvp-submit-white {
    background-color: #fff !important;
    color: #666 !important;
}

.tvp-std-wrapper {
    width: 90%;
}

.tvp-std-wrapper hr {
    margin-top: 2%;
}

.box-mac {
    width: 65% !important;
}

.agreement-text {
    font-size: 16px;
}

.required-field {
    color: #ff0000;
    font-weight: 500;
}

.success-box {
    padding: 1em;
    border-radius: 5px;
    border-color: #c3e6cb;
    background-color: #d4edda;
    color: #155724;
}

.error-box {
    color: #721c24;
    background-color: #f8d7da;
    border-radius: 5px;
    border-color: #f5c6cb;
    text-align: center;
    padding: 10px 10px 0 10px;
}

.error-msg {
    color: #f73636;
    font-weight: 500;
    font-size: 16px;
}

.input-error {
    border: 1px solid #f73636 !important;
}

.success-msg {
    font-weight: 500;
}

.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.50) url(images/loader30x30.gif) no-repeat center center;
    z-index: 10000;
}

.customer-data-container {
    width: 100%;
}

.account-info {
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    margin: 1em 0;
    padding: 1em;
    width: 70%;
}

.account-info .field-name {
    font-weight: 800;
    font-size: 20px;
}

.account-info .field-name span {
    font-weight: 400;
    font-size: 18px;
}

.box-container {
    margin: 1em 0;
}

.subscriptions-container {
    margin: 1em 0;
}

.tvp-completion-container {
    margin-bottom: 2%;
}

.customer-list {
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    padding: 15px;
}

.customer-list-table {
    border-collapse: collapse;
    width: 70%;
}

.customer-list-table td, .customer-list-table th {
    border: 1px solid red;
    padding: 8px;
}


/* ====== Fust Registration form ====== */
.tvp-fust-registration-code-group {
    display: block;
}

.tvp-fust-registration-code-group input[type=text] {
    width: 50%;
    margin: 1% 0 3% 0;
}