﻿
/* General Tags*/
/*Intl-Tel-Input */
.iti__flag {
    background-image: url("../images/Intl-Tel-Input/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../images/Intl-Tel-Input/flags@2x.png");
    }
}

.Brand-bg-color {
    background: linear-gradient(45deg,#3949AB,#2962FF);
}

.swal-modal .swal-text {
    text-align: center !important;
}

@media (min-width: 1430px) {
    .d-xlarger-block {
        display: block !important;
    }
}

@media (min-width: 1430px) {
    .d-xlarger-none {
        display: none !important;
    }
}

@media (max-width: 530px) {
    .p-xs-0 {
        padding: 0 !important;
    }
}

@media (max-width: 530px) {
    .p-xs-1 {
        padding: 1rem !important;
    }
}

@media (max-width: 530px) {
    .p-xs-2 {
        padding: 2rem !important;
    }
}

@media(max-width: 440px) {
    .mobile-buttons-tab {
        transform: scale(0.8);
        margin-bottom: -1px;
        background: linear-gradient(45deg,#3949AB,#2962FF);
        padding: 5px;
        filter: drop-shadow(2px 4px 6px black);
    }

        .mobile-buttons-tab > a {
            color: white !important;
        }

            .mobile-buttons-tab > a.active {
                color: black !important;
            }

    .mobile-button-tabs-container {
        padding: 20px;
        justify-content: center;
    }

    .mobile-textblock {
        font-size: 12px;
    }
}

@media(min-width: 1470px) {
    .recaptcha-contact-pos {
        /* position: absolute !important;
        left: 575px;
        top: 805px;*/
        position:relative !important;
        left: 520px;
        top: -100px;
    }
}

.swapcontainer {
    display: block;
}

.text-black {
    color: black !important;
}

.text-brand {
    color: #686c71 !important;
}

.mr-6 {
    margin-right: 5.5rem !important;
}

.font-size-xx-small {
    font-size: xx-small;
}

.font-size-x-small {
    font-size: x-small;
}

.font-size-small {
    font-size: small;
}

.font-size-large {
    font-size: large;
}

.font-size-x-large {
    font-size: x-large;
}

.font-size-xx-large {
    font-size: xx-large;
}

.font-size-smaller {
    font-size: smaller;
}

.font-size-medium {
    font-size: medium;
}

.form-content {
    width: 100%;
    text-align: center;
}

.form-info-btn {
    cursor: pointer;
}

.blue-box {
    border-radius: 10px;
    padding: 0px 20px 0px 20px;
    text-align: center;
}
/*.btn-primary {
    border: 1px solid black;
}*/
/*.col-md-4 {
    margin: 0px auto 50px auto;
}*/
.info-head {
    text-align: center;
}

.showbtn {
    margin-top: 20px;
    margin-bottom: 20px;
}

.input-zoomout {
    zoom: 80%;
}

.panel-decoration-dropdown:focus-within {
    filter: drop-shadow(1px 2px 3px #2e59e3);
}

.tableUnfoldBtns {
    margin-top: 20px;
}

.panel {
    border-radius: 4px;
}

.btn-back {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.btn-larger {
    font-size: 20px !important;
}
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #ffffff;
}
    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        font-size: 20px;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }
        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: lightgray
        }
        /* Create an active/current tablink class */
        .tab button.active {
            background-color: RGB(48,88,219);
            color: white;
        }
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 10px;
    border-top: none;
    background-color: #ffffff;
}

.config {
    font-size: large;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    background-color: #2196F3;
    padding: 10px;
}

.grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
    font-size: 30px;
    text-align: center;
}

/*TOOLTIP SECTION*/
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top: -5px;
        left: 105%;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.box {
    padding-left: .75rem;
    padding-right: .75rem;
}

/*Bigger textbox*/
textarea .big {
    height: 200px;
    font-size: 14pt;
    overflow: auto;
    resize: none;
}


/*FORM LAYOUT*/
.label-form {
    width: 30%;
    display: inline-block;
    font-size: medium;
}

.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

    .required-field-block .required-icon:after {
        position: absolute;
        content: "";
        right: -2px;
        top: 4px;
        z-index: -1;
        width: 0em;
        height: 0em;
        border-top: 0em solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 0em solid transparent;
        border-right-color: inherit;
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }


    .required-field-block .required-icon .text {
        color: #B80000;
        font-size: 26px;
        margin: -5px 0 0 10px;
    }

input:invalid ~ .required-field-block .required-icon .text {
    color: #B80000;
    font-size: 26px;
    margin: -5px 0 0 10px;
}

textarea:invalid ~ .required-icon .text {
    color: #B80000;
    font-size: 26px;
    margin: -5px 0 0 10px;
}

input:valid ~ .required-icon .text {
    color: green;
    font-size: 26px;
    margin: -5px 0 0 10px;
}

textarea:valid ~ .required-icon .text {
    color: green;
    font-size: 26px;
    margin: -5px 0 0 10px;
}


.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}


.entry-form {
    padding: 2rem;
}

.form-control-form {
    width: 65%;
    display: inline-block;
    float: right;
}

.form-group-form {
    height: 30px;
    max-height: 30px;
    margin: 0 0 30px 0;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #cad2d8;
    opacity: 1;
    cursor: not-allowed;
}

.input-form {
    width: 65%;
    display: inline-block;
    float: right;
    text-align: left;
    align-content: start;
}

.modal-title.h4 {
    text-align: center;
    margin: 0 35% 0 45%;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.top-give-room {
    margin-top: 20%;
}

.padding-left-0 {
    padding-left: 0;
}

.frmcontent {
    text-align: center;
    align-content: center;
    width: 60%;
    align-self: center;
    margin: auto;
}

.btnstd {
    text-align: end;
}

.field-required-text {
    color: red;
}

.multiline-tablecell {
    white-space: normal !important;
}

.text-speed {
    text-rendering: optimizeSpeed;
}

.text-readability {
    text-rendering: optimizeLegibility;
}

.text-SVG {
    text-rendering: geometricPrecision;
}

.margin-auto {
    margin: auto !important;
}

.paymentmethodes-backgrounds {
    background-color: #eff3f6;
}

.payconiqPreDiv {
    float: left;
    width: 350px;
}

.payconiqDiv {
    float: left;
    background-color: #FF4785;
    width: 225px;
    color: white;
    border-radius: 30px;
}

    .payconiqDiv h4 {
        color: white;
    }

    .payconiqDiv iframe {
        width: 200px;
        height: 200px;
        margin-left: 20px;
    }
.NoBackground{
    background:none!important;
}
.payconiqIFrame {
    width: 300px;
    height: 250px;
    border: none;
}

    .payconiqIFrame img {
        image-rendering: pixelated;
    }

.Dragable {
    cursor: grab;
    position: relative;
    left: 15px;
}

.ScaleCheckbox input {
    transform: scale(1.5);
    cursor: pointer;
}


/* Sidebar */
.sidebar-panel-title {
    color: black !important;
}

.panel-irc {
    background: white;
    box-shadow: 0 0 0 1px #e2e5e8;
}

/* Language select */
.language-selector {
    margin-left:auto;
    margin-right:auto;
}
.language-selector td {
    font-size: 20px;
    padding: 10px;
}

/* QR loading */
.QRloading {
    background: transparent url("../images/loading.gif") center no-repeat;
    height: 200px;
    width: 200px;
}

/* CustomerDetailTable */
.TblCustomerDetail td {
    padding: 0 25px 0 15px;
}

/* ServicePointDetailTable */
.TblServicePointDetail td {
    padding: 0 25px 0 15px;
}

.panel-heading table {
    margin-left: 10px;
}

/* Fix voor Swal achter Modal*/
.swal2-container {
    z-index: 1080;
}