/**
 * NOTICE OF LICENSE
 *
 * This file is licenced under the Software License Agreement.
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement.
 *
 * You must not modify, adapt or create derivative works of this source code
 *
 *  @author    Tim Zwinkels
 *  @copyright 2016 Loviit
 *  @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

.loviit_icons{
    width: 120px;
    height: 25px;
    float: left;
}

.wpwl-wrapper-registration-brand{ width:auto }

#module-loviit-error #left_column {display:none}

#module-loviit-creditcard #left_column {display:none}

#module-loviit-debitcard #left_column {display:none}

#module-loviit-directdebit #left_column {display:none}

#module-loviit-eps #left_column {display:none}

#module-loviit-ideal #left_column {display:none}

#module-loviit-sofortbanking #left_column {display:none}

#module-loviit-giropay #left_column {display:none}

#module-loviit-postfinance #left_column {display:none}

#module-loviit-paypal #left_column {display:none}

#loviit_rates_container {
		width: 100%;
		margin: 20px 0;
	}
#loviit_rates_container tbody {
	vertical-align:top;
}

#loviit-fieldset input[disabled] {
    color: E0E0E0 !important;
    border: #E0E0E0 1px solid;
}

.loviit-cd-popup {
    z-index: 5060;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* background-color: rgba(94, 110, 141, 0.9); */
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.loviit-cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.loviit-cd-popup-container {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: 4em auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.loviit-cd-popup-container p {
    padding: 3em 1em;
}
.loviit-cd-popup-container .loviit-cd-buttons:after {
    content: "";
    display: table;
    clear: both;
}
.loviit-cd-popup-container .loviit-cd-buttons li {
    float: left;
    width: 100%;
}
.loviit-cd-popup-container .loviit-cd-buttons input {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
	width: 100%;
	border: 0;
}
.loviit-cd-popup-container .loviit-cd-buttons li:first-child input {
    background: #fc7169;
    border-radius: 0 0 0 .25em;
}
.no-touch .loviit-cd-popup-container .loviit-cd-buttons li:first-child input:hover {
    background-color: #fc8982;
}
.loviit-cd-popup-container .loviit-cd-buttons li:last-child input {
    background: #b6bece;
    border-radius: 0 0 .25em 0;
}
.no-touch .loviit-cd-popup-container .loviit-cd-buttons li:last-child input:hover {
    background-color: #c5ccd8;
}
.loviit-cd-popup-container .loviit-cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    font-size: 10px;
}
.loviit-cd-popup-container .loviit-cd-popup-close::before, .loviit-cd-popup-container .loviit-cd-popup-close::after {
    content: '';
    position: absolute;
    top: 20px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}
.loviit-cd-popup-container .loviit-cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}
.loviit-cd-popup-container .loviit-cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}
.is-visible .loviit-cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
    .loviit-cd-popup-container {
        margin: 8em auto;
    }
}
.installment-plan {
    height: 33px;
    vertical-align: middle;
}
.loviit-variable-interest {
    width: 50px !important;
    margin-left: 30px !important;
    float: left !important;
}
.loviit-installment-months {
    width: 70px !important;
    margin-left: 30px !important;
    float: left !important;
}

.loviit-administration-fee-label{
	margin-left: 20px;
}

.loviit-installment-label {
    width: 50px !important;
    float: left !important;
    margin-left: 20px;
}
.loviit-installment-rate {
    float: left !important;
    margin-left: 20px;
}
.loviit-installments-table-head th{
	text-align:center;
}
.loviit-subparameter-name {
    width: 100px;
}
.loviit-subparameter-value {
    width: 200px;
}
.loviit-multiselect {
    width: 200px !important;
}
.loviit-grey-bg {
    background-color: #E5E7E8;
}
#loviit-admin  {
    width: 100% !important;
}
#loviit-admin table td {
    padding: 5px !important;
}

#loviit-admin table td input {
    display: inline;
    width: 80px;
}
#loviit-admin table td input[type="checkbox"] {
    width: auto;
}
#loviit-admin table td select {
    width: 160px;
}

#loviit-admin .pm_active_countries{
    max-height: 200px;
    overflow: scroll;
}

.loviit-remove-field {
    margin-left: 20px;
}
.loviit-admin-btnSubmit {
    width: 120px !important;
}
