﻿.hidden {
    display: none;
}

.dropdown-submenu {
    position: relative;
    padding-left: 24px;
    content: " " !important;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100%;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    right: -100%;
    margin-right: 10px;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

#my-id > li {
    padding: 0px !important;
}

#loader-text {
    position: absolute;
    left: 45%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

#dots-container {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 40%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

@media only screen and (max-device-width: 868px) {
    #dots-container {
        left: 35%;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        margin: -20px 0 0 -20px;
    }
}

.disabled{
    cursor: not-allowed;
}

.margin-center {
    margin-left: auto;
    margin-right: auto;
}

.input-validation-error {
    border-color: #f46a6a;
    padding-left: calc(1.5em + 0.94rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f46a6a'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f46a6a' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.235rem) center;
    background-size: calc(0.75em + 0.47rem) calc(0.75em + 0.47rem);
}

.iframe-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 56px;
    height: 100%;
}

.iframe-responsive {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 24px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        width: 100px;
        display: block;
        background: #fa2424;
        /*        background: linear-gradient(#2980B9 0%, #6DD5FA 100%);*/
        /*        background: linear-gradient(to top right, #4169e1, #4169e1);*/
        position: absolute;
        top: 19px;
        right: -21px;
    }

        .ribbon span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #4169e1;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #4169e1;
        }

        .ribbon span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #4169e1;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #4169e1;
        }

/** makes everything but the modal blurry */
.popover-body {
    max-width:1000px;
    max-height: 200px;
    overflow-y: auto;
}

.popover {
    min-width: 800px;
}

@media (max-width: 767px) {
    .popover {
        min-width: 300px;
    }

    .popover-body {
        max-width: 500px;
    }
}

@media (max-width: 576px) {
    .popover {
        min-width: 300px;
    }

    .popover-body {
        max-width: 500px;
    }
}

/** payee verification card */
#payee-verification-card {
    padding: 50px 50px 0px 50px;
    margin: 100px 300px 100px 300px;
}

@media only screen and (max-width: 926px) {
    #payee-verification-card {
        margin: 0px;
        height: 100vh;
        padding: 0;
    }

    #payee-verification-card-body {
        padding-top: 100px;
    }
}
/** payee verification card */

.centered-card {
    padding: 50px 50px 0px 50px;
    margin: 0 auto;
    width: 1000px;
}

@media only screen and (max-width: 926px) {
    .centered-card-card {
        margin: 0px;
        height: 100vh;
        padding: 0;
    }

    .centered-card-body {
        padding-top: 100px;
    }
}